/[libdata-portal]/branches/mysql/trunk/template_html/InfoTypes.html
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 /branches/mysql/trunk/template_html/InfoTypes.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Tue Aug 3 11:27:13 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 619 byte(s)
last changes in style

1 <!-- begin of InfoTypes.html -->
2
3 <table cellpadding="0" cellspacing="0" border="0">
4 <tr>
5 <td class="td4it">
6 <ul>
7 <TMPL_LOOP NAME="InfoTypes">
8 <li>
9 <TMPL_IF NAME="selected">
10 <b>
11 <TMPL_VAR NAME="infotype">
12 </b>
13 <TMPL_ELSE>
14 <a href="?p=r;it=<TMPL_VAR NAME="infotype_id"><TMPL_IF NAME="ms">;ms=<TMPL_VAR NAME="ms"></TMPL_IF><TMPL_IF NAME="s">;s=<TMPL_VAR NAME="s"></TMPL_IF>">
15 <TMPL_VAR NAME="infotype">
16 </a>
17 </TMPL_IF>
18 </li>
19 <TMPL_IF NAME="half">
20 </td>
21 <td class="td4it">
22 </TMPL_IF>
23 </TMPL_LOOP>
24 </ul>
25
26 </td>
27 </tr>
28 </table>
29
30 <!-- end of InfoTypes.html -->
31

  ViewVC Help
Powered by ViewVC 1.1.26