/[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

Contents of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Aug 7 13:55:51 2001 UTC (22 years, 9 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +6 -6 lines
Articles can now be moves up/down. Started the 'library' section.

1 <html>
2 <head>
3 <title>PlivaHealth.com{if ($section_name)} :: {$section_name}{/if}</title>
4 <META content="text/html; charset=windows-1250" 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 </head>
8
9 <body bgcolor="#FFFFFF" marginwidth=0 marginheight=0{if ($onload)} onload="{$onload}"{/if}>
10 <table align="center" cellspacing=0 cellpadding=0 border=0 width="770">
11 <tr><td colspan=3><br>&nbsp;</td></tr>
12 <tr>
13 <td colspan=3><a href="http://www.plivahealth.com/"><img src="img/head.gif" width="770" height="52" alt="Pliva Health" border="0"></a></td>
14 </tr>
15 <tr>
16 <td width="134"><img src="img/left01.gif" width="134" height="22" alt="" border="0"></td>
17 <td><img src="img/left02.gif" width="60" height="22" alt="" border="0">{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}{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}{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}{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}{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}<img src="img/right01.gif" width="15" height="22" alt="" border="0"><br></td>
18 <td width="160" bgcolor="#DAF0E5"><a href="mailto:test@plivaheatlh.com"><img src="img/meni06.gif" width="160" height="22" alt="pisite nam!" border="0"></a><br></td>
19 </tr>
20 <tr>
21 <td bgcolor="#B6E1CB" valign="top" align="left">
22
23 <!-- bigin lejva navigacija -->
24 <br><br><br>&nbsp;
25 <!-- end lejva navigacija -->
26
27 <!-- bigin bjela pauza -->
28 <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="white"><tr><td height=2></td></tr></table>
29 <!-- end bjela pauza -->
30
31 <!-- bigin drugi lejvi kontent -->
32 <br><br><br>&nbsp;
33 <!-- end drugi lejvi kontent -->
34
35 </td>
36 <td valign="top" align="left" style="padding:15px">
37 <table border=0 cellspacing=0 cellpadding=6 width="100%"><tr><td>
38 {if ($MAIN)}
39 {$MAIN}
40 {else}
41 <h2><b>Unknown section: <i>{$section}</i></b></h2>
42 {/if}
43 </td></tr></table>
44 </td>
45 <td bgcolor="#DAF0E5" valign="top">
46
47 <!-- bigin desna navigacija -->
48 <br><br><br>&nbsp;
49 <!-- end desna navigacija -->
50
51 <!-- bigin bjela pauza -->
52 <table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="white"><tr><td height=2></td></tr></table>
53 <!-- end bjela pauza -->
54
55 <!-- bigin drugi desni kontent -->
56 <br><br><br>&nbsp;
57 <!-- end drugi desni kontent -->
58
59 </td>
60 </tr>
61 <tr><td colspan="3" bgcolor="white" height=2></td></tr>
62 <tr>
63 <td colspan="3" bgcolor="#98C9E7" align="center" style="padding:3px">my name is footer! what is your name?<br></td>
64 </tr>
65 </table>
66 <br>
67 </body>
68 </html>

  ViewVC Help
Powered by ViewVC 1.1.26