/[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 6 - (show annotations)
Tue Feb 15 18:56:19 2005 UTC (19 years, 1 month ago) by dpavlin
File MIME type: text/html
File size: 701 byte(s)
design modifications -- massive one :-)

1 <FORM ACTION=##SEARCH_ACTION## METHOD="GET">
2 <table class="search">
3 <tr>
4 <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##
12 </form>
13
14 #ifdef EXPORT_AS_CHOICE
15 <FORM ACTION="##EXPORT_URL##" METHOD="POST">
16 <table class="export">
17 <tr>
18 <td>
19 <INPUT TYPE="submit" NAME="export" VALUE="Export as" class="button">
20 </td><td>
21 ##EXPORT_CHOICES##
22 </td></tr>
23 </table>
24 </form>
25 #else
26 <div class="export">
27 <A href="##EXPORT_URL##" class="button">Export</A>
28 </div>
29 #endif
30

  ViewVC Help
Powered by ViewVC 1.1.26