/[libdata]/branches/paul/subjects.phtml
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/paul/subjects.phtml

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

revision 66 by dpavlin, Fri Dec 5 18:40:01 2003 UTC revision 67 by dpavlin, Thu Mar 18 19:24:54 2004 UTC
# Line 37  require_once("header.phtml"); Line 37  require_once("header.phtml");
37    
38                  <form method="GET" action="rqs.phtml">                  <form method="GET" action="rqs.phtml">
39                  <select size="7" name="subject_id">                  <select size="7" name="subject_id">
40                  <?php dropDownFieldOmit($con, "subject", "subject", "subject_id", "WHERE SUBJECT_ID > 1 AND rqs_published = 1                  <?php dropDownFieldOmit("subject", "subject", "subject_id", "WHERE SUBJECT_ID > 1 AND rqs_published = 1
41  AND subject LIKE '$letter%'"); ?>  AND subject LIKE '$letter%'"); ?>
42                  </select><br><br>                  </select><br><br>
43                  <input type="submit" value ="Submit">                  <input type="submit" value ="Submit">

Legend:
Removed from v.66  
changed lines
  Added in v.67

  ViewVC Help
Powered by ViewVC 1.1.26