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

Diff of /branches/mysql/trunk/template_html/Subjects_box.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/template_html/Subjects_box.html revision 1 by dpavlin, Sun Mar 7 18:22:26 2004 UTC branches/mysql/trunk/template_html/Subjects_box.html revision 14 by dpavlin, Tue Aug 3 11:27:13 2004 UTC
# Line 1  Line 1 
1    <!-- begin of Subjects_box.html -->
2                    
3                  <table class="" border="0" cellpadding="0" cellspacing="0">                      <table class="" border="0" cellpadding="0" cellspacing="0">    
4                          <tr>                          <tr>
5                          <td>                          <td>
# Line 15  Line 17 
17                          <input type="hidden" name="p" value="s">                          <input type="hidden" name="p" value="s">
18                          <tr>                          <tr>
19                          <td>                          <td>
20                                  <select size="7" name="s_id">                                  <select size="7" name="s">
21                                          <TMPL_LOOP NAME="Subjects">                                          <TMPL_LOOP NAME="Subjects">
22                                                  <option value="<TMPL_VAR NAME="subject_id">"><TMPL_VAR NAME="subject"></option>                                                  <option value="<TMPL_VAR NAME="subject_id">"><TMPL_VAR NAME="subject"></option>
23                                          </TMPL_LOOP>                                          </TMPL_LOOP>
# Line 29  Line 31 
31                          </tr>                          </tr>
32                          </form>                          </form>
33                  </table>                  </table>
34            
35    <!-- end of Subjects_box.html -->

Legend:
Removed from v.1  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26