/[health_html]/templates/index.tpl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Thu Aug 16 09:08:42 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Changes since 1.2: +34 -26 lines
Fixed HTML so it doesn't break (so badly) when resized.

1 ravilov 1.1 <html>
2     <head>
3 ravilov 1.3 <title>PlivaHealth.com{if ($section_name)} :: {$section_name}{/if}</title>
4     <meta content="text/html; charset=ISO-8859-2" http-equiv="Content-Type">
5     <link rel="StyleSheet" type="text/css" href="stil.css">
6     <link rel="StyleSheet" type="text/css" href="levels.css">
7 ravilov 1.1 </head>
8    
9 ravilov 1.3 <body bgcolor="#FFFFFF" marginwidth=8 marginheight=8{if ($onload)} onload="{$onload}"{/if}>
10     <br>&nbsp;
11     <table border=0 align="center" cellspacing=0 cellpadding=0 width="80%">
12 ravilov 1.1 <tr>
13 ravilov 1.3 <td width=148><a href="http://www.plivahealth.com/"><img src="img/head01.gif" width=148 height=52 alt="Pliva Health" border="0"></a></td>
14     <td width=16><img src="img/head03.gif" width="16" height=52 alt="" border="0"></td>
15     <td colspan=9 width="100%"><img src="img/head02.gif" width="100%" height=52 alt="" border="0"></td>
16 ravilov 1.1 </tr>
17     <tr>
18 ravilov 1.3 <td width=148><img src="img/left01.gif" width="148" height="22" alt="" border="0"></td>
19     <td width=16><img src="img/left02.gif" width="16" height="22" alt="" border="0"></td>
20     <td width=44><img src="img/left03.gif" width="44" height="22" alt="" border="0"></td>
21     <td width=51>{if ($section == "home")}<img src="img/meni01a.gif" width="51" height="22" alt="home" border="0">{else}<a href="index.php?section=home"><img src="img/meni01.gif" width="51" height="22" alt="home" border="0"></a>{/if}</td>
22     <td width=147>{if ($section == "d_s")}<img src="img/meni02a.gif" width="147" height="22" alt="disease &amp; symptomes" border="0">{else}<a href="index.php?section=d_s"><img src="img/meni02.gif" width="147" height="22" alt="disease &amp; symptomes" border="0"></a>{/if}</td>
23     <td width=79>{if ($section == "conditions")}<img src="img/meni03a.gif" width="79" height="22" alt="conditions" border="0">{else}<a href="index.php?section=conditions"><img src="img/meni03.gif" width="79" height="22" alt="conditions" border="0"></a>{/if}</td>
24     <td width=66>{if ($section == "lifestyle")}<img src="img/meni04a.gif" width="66" height="22" alt="lifestyle" border="0">{else}<a href="index.php?section=lifestyle"><img src="img/meni04.gif" width="66" height="22" alt="lifestyle" border="0"></a>{/if}</td>
25     <td width=58>{if ($section == "library")}<img src="img/meni05a.gif" width="58" height="22" alt="library" border="0">{else}<a href="index.php?section=library"><img src="img/meni05.gif" width="58" height="22" alt="library" border="0"></a>{/if}</td>
26     <td width="100%"><img src="img/right00.gif" width="100%" height="22" alt="" border="0"></td>
27     <td width=15><img src="img/right01.gif" width="15" height="22" alt="" border="0"></td>
28     <td width=160 bgcolor="#DAF0E5"><a href="mailto:info@plivaheatlh.com"><img src="img/meni06.gif" width="160" height="22" alt="pisite nam!" border="0"></a></td>
29 ravilov 1.1 </tr>
30     <tr>
31 ravilov 1.3 <td bgcolor="#B6E1CB" valign="top" align="center">
32 ravilov 1.1
33     <!-- bigin lejva navigacija -->
34 ravilov 1.3 <br><br><br>&nbsp;
35 ravilov 1.1 <!-- end lejva navigacija -->
36    
37     <!-- bigin bjela pauza -->
38 ravilov 1.3 <table width="100%" height=2 cellspacing=0 cellpadding=0 border=0 bgcolor="#FFFFFF"><tr><td></td></tr></table>
39 ravilov 1.1 <!-- end bjela pauza -->
40    
41     <!-- bigin drugi lejvi kontent -->
42 ravilov 1.3 &nbsp;
43 ravilov 1.1 <!-- end drugi lejvi kontent -->
44    
45     </td>
46 ravilov 1.3 <td colspan=9 valign="top" align="left" style="padding:15px">
47     <table border=0 cellspacing=0 cellpadding=5 width="100%"><tr><td>
48 ravilov 1.1 {if ($MAIN)}
49     {$MAIN}
50     {else}
51     <h2><b>Unknown section: <i>{$section}</i></b></h2>
52     {/if}
53 ravilov 1.2 </td></tr></table>
54 ravilov 1.1 </td>
55 ravilov 1.3 <td bgcolor="#DAF0E5" align=center valign=top>
56 ravilov 1.1
57     <!-- bigin desna navigacija -->
58 ravilov 1.3 <br><br><br>&nbsp;
59 ravilov 1.1 <!-- end desna navigacija -->
60    
61     <!-- bigin bjela pauza -->
62 ravilov 1.3 <table width="100%" height=2 cellspacing=0 cellpadding=0 border=0 bgcolor="#FFFFFF"><tr><td></td></tr></table>
63 ravilov 1.1 <!-- end bjela pauza -->
64    
65     <!-- bigin drugi desni kontent -->
66 ravilov 1.3 &nbsp;
67 ravilov 1.1 <!-- end drugi desni kontent -->
68    
69     </td>
70     </tr>
71 ravilov 1.3 <tr><td colspan=11 bgcolor="#FFFFFF" height=2></td></tr>
72     <tr><td colspan=11 bgcolor="#98C9E7" align="center" style="padding:3px">my name is footer! what is your name?</td></tr>
73 ravilov 1.1 </table>
74 ravilov 1.3 <br>&nbsp;
75 ravilov 1.1 </body>
76     </html>

  ViewVC Help
Powered by ViewVC 1.1.26