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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.26