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

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

revision 66 by dpavlin, Tue Jan 27 20:49:26 2004 UTC revision 67 by dpavlin, Thu Mar 18 19:24:54 2004 UTC
# Line 17  printf("<link rel=\"stylesheet\" href=\" Line 17  printf("<link rel=\"stylesheet\" href=\"
17  printf("</HEAD>\n");  printf("</HEAD>\n");
18    
19    
20    // Default access settings
21    $sess_time_human = "";
22    $sess_staff_account = "";
23    $sess_staff_id = 0;
24    $sess_access_level = 0;
25    $sess_access = "";
26    $sess_last_name = "";
27    $sess_first_name = "";
28    
29    
30  // Page header  // Page header
31  require_once ($GLOBAL_ADMIN_HEADER);  require_once ($GLOBAL_ADMIN_HEADER);
32    
# Line 96  if(isset($libsession) && $sess_access_le Line 106  if(isset($libsession) && $sess_access_le
106                  <td colspan="3" align="left">                  <td colspan="3" align="left">
107                          <select name ="account_created">                          <select name ="account_created">
108                          <option value ="">Unselected</option>                                            <option value ="">Unselected</option>                  
109                          <?php dropDownAccountOmit($con, " WHERE staff_id > 1"); ?>                          <?php dropDownAccountOmit(" WHERE staff_id > 1"); ?>
110                          </select>                          </select>
111                          <br>                          <br>
112                  </td>                  </td>
# Line 111  if(isset($libsession) && $sess_access_le Line 121  if(isset($libsession) && $sess_access_le
121                  <td colspan="3" align="left">                  <td colspan="3" align="left">
122                          <select name ="account_modified">                          <select name ="account_modified">
123                          <option value ="">Unselected</option>                                            <option value ="">Unselected</option>                  
124                          <?php dropDownAccountOmit($con, " WHERE staff_id > 1"); ?>                          <?php dropDownAccountOmit(" WHERE staff_id > 1"); ?>
125                          </select>                          </select>
126                          <br>                          <br>
127                  </td>                  </td>
# Line 153  if(isset($libsession) && $sess_access_le Line 163  if(isset($libsession) && $sess_access_le
163                  <td colspan="3" align="left">                  <td colspan="3" align="left">
164                          <select name ="infotype_id">                          <select name ="infotype_id">
165                          <option value ="">Unselected</option>                                            <option value ="">Unselected</option>                  
166                          <?php dropDownField($con, "infotype", "infotype", "infotype_id", "WHERE infotype_id > 1"); ?>                          <?php dropDownField("infotype", "infotype", "infotype_id", "WHERE infotype_id > 1"); ?>
167                          </select>                          </select>
168                          <br>                          <br>
169                  </td>                  </td>
# Line 167  if(isset($libsession) && $sess_access_le Line 177  if(isset($libsession) && $sess_access_le
177                  <td colspan="3" align="left">                    <td colspan="3" align="left">  
178                          <select name="feature_id">                          <select name="feature_id">
179                          <option selected value="0">Unselected</option>                          <option selected value="0">Unselected</option>
180                          <?php dropDownFieldOmit($con, "feature", "feature", "feature_id", "WHERE feature_id > 1"); ?>                          <?php dropDownFieldOmit("feature", "feature", "feature_id", "WHERE feature_id > 1"); ?>
181                          </select>                          </select>
182                  </td>                  </td>
183          </tr>          </tr>
# Line 180  if(isset($libsession) && $sess_access_le Line 190  if(isset($libsession) && $sess_access_le
190                  <td colspan="3" align="left">                    <td colspan="3" align="left">  
191                          <select name="location_id">                          <select name="location_id">
192                          <option selected value="0">Unselected</option>                          <option selected value="0">Unselected</option>
193                          <?php dropDownField($con, "location", "location", "location_id"); ?>                          <?php dropDownField("location", "location", "location_id"); ?>
194                          </select>                          </select>
195                  </td>                  </td>
196          </tr>          </tr>
# Line 203  if(isset($libsession) && $sess_access_le Line 213  if(isset($libsession) && $sess_access_le
213                  </td>                  </td>
214          </tr>          </tr>
215    
216            <tr>
217                    <td>
218                            <b>Guide/Help URL (full or partial):</b>
219                    </td>
220                    <td colspan="3" align="left">  
221                            <input type="text" name="guide_url" size="60">
222                    </td>
223            </tr>
224    
225            <tr>
226                    <td>
227                            <b>Vendor:</b>
228                    </td>
229    
230                    <td colspan="3" align="left">
231                            <select name ="vendor_id">
232                            <option value ="">Unselected</option>                  
233                            <?php dropDownField("vendor", "vendor", "vendor_id"); ?>
234                            </select>
235                            <br>
236                    </td>
237            </tr>
238    
239          <tr>          <tr>
240                  <td>                  <td>
241                          <b>Annotation (phrase or keyword):</b>                          <b>Annotation (phrase or keyword):</b>

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

  ViewVC Help
Powered by ViewVC 1.1.26