Mercurial > bins
comparison templates.petrus/details.html @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" | |
2 "http://www.w3.org/TR/REC-html40/loose.dtd"> | |
3 <html> | |
4 <head> | |
5 <meta http-equiv="content-type" | |
6 content="text/html;charset=<TMPL_VAR NAME=ENCODING>"> | |
7 <meta name="GENERATOR" | |
8 content="BINS <TMPL_VAR NAME=BINS_VERSION> (http://bins.sautret.org/)"> | |
9 <meta name="template" content="details.html"> | |
10 <title><TMPL_VAR NAME="TITLE"></title> | |
11 <TMPL_IF NAME=CUSTOM_CSS> | |
12 <link rel="stylesheet" | |
13 href="<TMPL_VAR NAME=STATIC_PATH>/<TMPL_VAR NAME=CUSTOM_CSS>" | |
14 type="text/css"> | |
15 <TMPL_ELSE> | |
16 <link rel="stylesheet" | |
17 href="<TMPL_VAR NAME=STATIC_PATH>/joi.css" | |
18 type="text/css"> | |
19 </TMPL_IF> | |
20 <link rel="stylesheet" | |
21 href="<TMPL_VAR NAME=STATIC_PATH>/petrus.css" | |
22 type="text/css"> | |
23 <script language="JavaScript" | |
24 type="text/javascript" | |
25 src="<TMPL_VAR NAME=STATIC_PATH>/joi.js"> | |
26 </script> | |
27 </head> | |
28 | |
29 <TMPL_VAR NAME=BINS_ID> | |
30 | |
31 <!-- details.html --> | |
32 | |
33 <body> | |
34 | |
35 <!-- Menu Title --> | |
36 <TMPL_INCLUDE NAME="title1.html"> | |
37 | |
38 <!-- Navigation box --> | |
39 <TMPL_INCLUDE NAME="navbar.html"> | |
40 | |
41 <!-- Navigation bar --> | |
42 <TMPL_INCLUDE NAME="path.html"> | |
43 | |
44 <div id="mainBody"> | |
45 <table border="0" cellpadding="5" cellspacing="2" width="100%"> | |
46 <tr> | |
47 <td width="100%"> | |
48 <table border="0" cellpadding="5" cellspacing="2" align="left"> | |
49 <!-- TMPL_LOOP NAME=DESC_TABLE --> | |
50 <!-- TMPL_IF NAME=SECTION_TITLE --> | |
51 <TMPL_UNLESS NAME=__FIRST__> | |
52 <tr><td colspan="2"> </td></tr> | |
53 </TMPL_UNLESS> | |
54 <tr> | |
55 <td align="left" colspan="2" class="contentBG"> | |
56 <!-- TMPL_VAR NAME=SECTION_TITLE --> | |
57 </td> | |
58 </tr> | |
59 <!-- TMPL_ELSE --> | |
60 <tr> | |
61 <td align="left"> | |
62 <!-- TMPL_IF NAME=FIELD_TIP --> | |
63 <abbr title="<TMPL_VAR NAME=FIELD_TIP>"> | |
64 <!-- /TMPL_IF --> | |
65 <!-- TMPL_VAR NAME=FIELD_NAME --> | |
66 <!-- TMPL_IF NAME=FIELD_TIP --> | |
67 </abbr> | |
68 <!-- /TMPL_IF --> | |
69 </td> | |
70 <td align="right"> | |
71 <tt> | |
72 <!-- TMPL_VAR NAME=FIELD_VALUE --> | |
73 </tt> | |
74 </td> | |
75 </tr> | |
76 <!-- /TMPL_IF --> | |
77 <!-- /TMPL_LOOP --> | |
78 </table> | |
79 </td> | |
80 </tr> | |
81 </table> | |
82 </div> | |
83 | |
84 <TMPL_INCLUDE NAME="footer.html"> | |
85 | |
86 </body> | |
87 </html> |