/[gedafe]/trunk/network_topology/templates/search.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 /trunk/network_topology/templates/search.html

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

revision 5 by dpavlin, Mon Feb 14 20:58:20 2005 UTC revision 6 by dpavlin, Tue Feb 15 18:56:19 2005 UTC
# Line 1  Line 1 
 <TABLE WIDTH="100%"  
 #if ##USER## = admin  
   
 bgcolor="#ffee00"  
 #else  
   
 bgcolor="#ffffff"  
   
 #endif  
 \ BORDER="0" CELLPADDING="0" CELLSPAN="0"><TR><TD NOWRAP>  
1  <FORM ACTION=##SEARCH_ACTION## METHOD="GET">  <FORM ACTION=##SEARCH_ACTION## METHOD="GET">
2  Search: ##SEARCH_COMBO##  <table class="search">
3  <INPUT TYPE="text" NAME="search_value" VALUE="##SEARCH_VALUE##">  <tr>
4  <INPUT TYPE="submit" NAME="search_button" VALUE="Search">  <td>Search:</td>
5    <td>##SEARCH_COMBO##</td>
6    <td><INPUT TYPE="text" NAME="search_value" VALUE="##SEARCH_VALUE##"></td>
7    <td><INPUT TYPE="submit" NAME="search_button" VALUE="Search" class="button"></td>
8    <td><A href="##SEARCH_SHOWALL##" class="button">Show All</A></td>
9    </tr>
10    </table>
11  ##SEARCH_HIDDEN##  ##SEARCH_HIDDEN##
12  <A href="##SEARCH_SHOWALL##">Show All</A>  </form>
13  </FORM>  
 </TD>  
14  #ifdef EXPORT_AS_CHOICE  #ifdef EXPORT_AS_CHOICE
15  <TD ALIGN="RIGHT" NOWRAP><FORM ACTION="##EXPORT_URL##" METHOD="POST">  <FORM ACTION="##EXPORT_URL##" METHOD="POST">
16    <INPUT TYPE="submit" NAME="export" VALUE="Export as">  <table class="export">
17    <tr>
18    <td>
19    <INPUT TYPE="submit" NAME="export" VALUE="Export as" class="button">
20    </td><td>
21  ##EXPORT_CHOICES##  ##EXPORT_CHOICES##
22  </FORM></TD>  </td></tr>
23    </table>
24    </form>
25  #else  #else
26  <TD ALIGN="RIGHT"><A href="##EXPORT_URL##">Export</A></TD>  <div class="export">
27    <A href="##EXPORT_URL##" class="button">Export</A>
28    </div>
29  #endif  #endif
30  </TR></TABLE>  

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26