1:<!-- NAME: main.tpl -->
2:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3:<html>
4:<head>
5: <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
6: <meta content="David Barreda" name="author">
7: <title>{TITLE}</title>
8: <link rel="stylesheet" title="454452120/nuke-2" href="style/nuke-2.css">
9:</head>
10:<body>
11:<div id="todo">
12: <div id="cabecera">
13: <div id="cablogo"> </div>
14: <h3>{CODI}</h3>
15: <h1>{TITLE}</h1>
16: <h2>{VERSIO}</h2>
17: <div id="autores">
18: {DATA}
19: </div>
20: </div>
21:<div id="cuerpo">
22: <div id="resumen">
23: {REG}
24: </div>
25: {COS}
26: <div id="rellecuerpo"> </div>
27:</div>
28:<div id="navega">
29:{MENU1}
30:</div>
31:{MENU2}
32:{MENU3}
33:<!--comprova sintaxi llevable...-->
34: <p> </p>
35: <p> </p>
36: <p> </p>
37: <p> </p>
38: <a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-xhtml10" border="0" alt="Valid XHTML 1.0!" height="31" width="88" /></a>
39:<!-- <a class="right" href="http://jigsaw.w3.org/css-validator"><img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>
40:--><!--fi comprova sintaxi-->
41: <div id="rellefinal"> </div>
42:</div>
43:</body>
44:</html>
45:<!-- END: main.tpl -->