/[pliva-si]/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

Diff of /templates/index.tpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by ravilov, Thu Jun 28 12:07:06 2001 UTC revision 1.4 by dpavlin, Fri Jun 29 10:45:59 2001 UTC
# Line 25  MM_reloadPage(true); Line 25  MM_reloadPage(true);
25        <div align=right>        <div align=right>
26          <table border="0" align="right">          <table border="0" align="right">
27            <tr>            <tr>
28              <td><img src="l/sl_5.gif" width="37" height="37"></td>              <td><img src="l/sl_{$rnd.0}.gif" width="37" height="37"></td>
29              <td><img src="l/sl_4.gif" width="37" height="37"></td>              <td><img src="l/sl_{$rnd.1}.gif" width="37" height="37"></td>
30              <td><img src="l/sl_3.gif" width="37" height="37"></td>              <td><img src="l/sl_{$rnd.2}.gif" width="37" height="37"></td>
31              <td><img src="l/sl_2.gif" width="37" height="37"></td>              <td><img src="l/sl_{$rnd.3}.gif" width="37" height="37"></td>
32              <td><img src="l/sl_1.gif" width="37" height="37"></td>              <td><img src="l/sl_{$rnd.4}.gif" width="37" height="37"></td>
33            </tr>            </tr>
34          </table>          </table>
35        </div>        </div>
# Line 61  MM_reloadPage(true); Line 61  MM_reloadPage(true);
61  <table cellspacing=0 cellpadding=0 border=0 width="100%">  <table cellspacing=0 cellpadding=0 border=0 width="100%">
62    <tbody>    <tbody>
63    <tr>    <tr>
64      <td valign=top bgcolor=#283880 height="576">      <td valign=top bgcolor=#283880>
65        <p>&nbsp;</p>        <p>&nbsp;</p>
66        <p><br>        <p><br>
67        </p>        </p>
# Line 69  MM_reloadPage(true); Line 69  MM_reloadPage(true);
69          <p>&nbsp;</p>          <p>&nbsp;</p>
70          <p>          <p>
71          {section name=m loop=$menu}          {section name=m loop=$menu}
72          <a href="{$m/menu.url}"><img src="m/{$m/menu.file}" border=0 alt="{$m/menu.item}"></a><br>          {if ($m/menu.url) }
73             <a href="{$m/menu.url}">
74            {/if}
75             <img src="m/{$m/menu.file}" border=0 width="{$m/menu.w}" height="{$m/menu.h}" alt="{$m/menu.item}">
76            {if ($m/menu.url) }
77             </a>
78            {/if}
79            <br>
80          {/section}          {/section}
81          {if $contact_section}          {if $contact_section}
82           <img src="l2/olovka.gif" width="100" height="120" vspace="15">           <img src="l2/olovka.gif" width="100" height="120" vspace="15">
# Line 79  MM_reloadPage(true); Line 86  MM_reloadPage(true);
86           {else}           {else}
87            <a href="contact.php{if ($contact_from)}?from={$contact_from}{/if}">            <a href="contact.php{if ($contact_from)}?from={$contact_from}{/if}">
88           {/if}           {/if}
89          <img src="l/contact.gif" width="125" height="15" alt="" border="0" vspace="15"></a>          <img src="l/pisite_nam.gif" width="155" height="19" alt="" border="0" vspace="15"></a>
90          {/if}          {/if}
91          </p>          </p>
         <p><img src="l/pisite_nam.gif" width="155" height="19" border="0" alt="Pisite nam" usemap="#Map">  
           <map name="Map">  
             <area shape="rect" coords="22,4,128,15" href="pisite_nam.php" alt="Pisite nam" title="Pisite nam">  
           </map>  
         </p>  
92          <div id="Layer1" style="position:absolute; left:10px; top:109px; width:133px; height:88px; z-index:1">          <div id="Layer1" style="position:absolute; left:10px; top:109px; width:133px; height:88px; z-index:1">
93            <form name="form1" method="post" action="najdi.php">            <form name="form1" method="post" action="najdi.php">
94              <table width="100%" border="0" cellspacing="1" cellpadding="2">              <table width="100%" border="0" cellspacing="1" cellpadding="2">
# Line 113  MM_reloadPage(true); Line 115  MM_reloadPage(true);
115          <p>&nbsp;</p>          <p>&nbsp;</p>
116        </div>        </div>
117      </td>      </td>
118      <td valign=top height="576">      <td valign=top>
119        <table width="100%" border="0" cellspacing="0" cellpadding="0">        <table width="100%" border="0" cellspacing="0" cellpadding="0">
120          <tr>          <tr>
121            <td valign="top" width="11"><img src="l2/p.gif" width="47" height="44" vspace="0" hspace="0"></td>            <td valign="top" width="11"><img src="l2/p.gif" width="47" height="44" vspace="0" hspace="0"></td>
122            <td width="679">            <td width="679">
123              <div align="center"><img src="t/{$mpic}" width="176" height="22"></div>              {if ($mpic && $mpic != "")}
124                 <div align="center"><img src="t/{$mpic}" width="176" height="22"></div>
125                {/if}
126            </td>            </td>
127          </tr>          </tr>
128        </table>        </table>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26