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

Contents of /trunk/network_topology/templates/search.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Mon Feb 14 20:58:20 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 687 byte(s)
my own application about Network Topology

1 <TABLE WIDTH="100%"
2 #if ##USER## = admin
3
4 bgcolor="#ffee00"
5 #else
6
7 bgcolor="#ffffff"
8
9 #endif
10 \ BORDER="0" CELLPADDING="0" CELLSPAN="0"><TR><TD NOWRAP>
11 <FORM ACTION=##SEARCH_ACTION## METHOD="GET">
12 Search: ##SEARCH_COMBO##
13 <INPUT TYPE="text" NAME="search_value" VALUE="##SEARCH_VALUE##">
14 <INPUT TYPE="submit" NAME="search_button" VALUE="Search">
15 ##SEARCH_HIDDEN##
16 <A href="##SEARCH_SHOWALL##">Show All</A>
17 </FORM>
18 </TD>
19 #ifdef EXPORT_AS_CHOICE
20 <TD ALIGN="RIGHT" NOWRAP><FORM ACTION="##EXPORT_URL##" METHOD="POST">
21 <INPUT TYPE="submit" NAME="export" VALUE="Export as">
22 ##EXPORT_CHOICES##
23 </FORM></TD>
24 #else
25 <TD ALIGN="RIGHT"><A href="##EXPORT_URL##">Export</A></TD>
26 #endif
27 </TR></TABLE>

  ViewVC Help
Powered by ViewVC 1.1.26