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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Sun Mar 7 18:48:13 2004 UTC (20 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 799 byte(s)
implemented subject screen

1 <table class="" border="0" cellpadding="0" cellspacing="0">
2 <tr>
3 <td>
4 <a href="?p=<TMPL_VAR NAME="p">;s_letter=">A-Z</a> ili<br>
5 <TMPL_LOOP NAME="Subjects_letters">
6 <a href="?p=<TMPL_VAR NAME="p">;s_letter=<TMPL_VAR NAME="letter">"><TMPL_VAR NAME="letter"></a>
7 </TMPL_LOOP>
8 </td>
9 </tr>
10
11 </table>
12
13 <table>
14 <form method="GET" action="">
15 <input type="hidden" name="p" value="s">
16 <input type="hidden" name="ms" value="<TMPL_VAR NAME="ms">">
17 <tr>
18 <td>
19 <select size="7" name="s">
20 <TMPL_LOOP NAME="Subjects">
21 <option value="<TMPL_VAR NAME="subject_id">"><TMPL_VAR NAME="subject"></option>
22 </TMPL_LOOP>
23 </select><br>
24 </td>
25
26 <td valign="middle">
27 <input type="submit" value="Submit">
28
29 </td>
30 </tr>
31 </form>
32 </table>

  ViewVC Help
Powered by ViewVC 1.1.26