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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Mar 7 18:22:26 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 259 byte(s)
initial import

1 <TMPL_LOOP NAME="MasterSubjects">
2 <TMPL_IF NAME="selected">
3 <b>
4 <TMPL_VAR NAME="mastersubject">
5 </b>
6 <TMPL_ELSE>
7 <a href="?p=ms;ms=<TMPL_VAR NAME="mastersubject_id">">
8 <TMPL_VAR NAME="mastersubject">
9 </a>
10 </b>
11 </TMPL_IF>
12 <br>
13
14 </TMPL_LOOP>
15

  ViewVC Help
Powered by ViewVC 1.1.26