/[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

Annotation of /trunk/template_html/Subjects_box.html

Parent Directory Parent Directory | Revision Log Revision Log


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

1 dpavlin 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     <tr>
17     <td>
18     <select size="7" name="s_id">
19     <TMPL_LOOP NAME="Subjects">
20     <option value="<TMPL_VAR NAME="subject_id">"><TMPL_VAR NAME="subject"></option>
21     </TMPL_LOOP>
22     </select><br>
23     </td>
24    
25     <td valign="middle">
26     <input type="submit" value="Submit">
27    
28     </td>
29     </tr>
30     </form>
31     </table>

  ViewVC Help
Powered by ViewVC 1.1.26