/[libdata-portal]/branches/mysql/trunk/template_html/MasterSubjects.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/MasterSubjects.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: 334 byte(s)
last changes in style

1 <!-- begin of MasterSubjects.html -->
2
3 <TMPL_LOOP NAME="MasterSubjects">
4 <TMPL_IF NAME="selected">
5 <b>
6 <TMPL_VAR NAME="mastersubject">
7 </b>
8 <TMPL_ELSE>
9 <a href="?p=ms;ms=<TMPL_VAR NAME="mastersubject_id">">
10 <TMPL_VAR NAME="mastersubject">
11 </a>
12 </b>
13 </TMPL_IF>
14 <br>
15
16 </TMPL_LOOP>
17
18 <!-- end of MasterSubjects.html -->

  ViewVC Help
Powered by ViewVC 1.1.26