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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide 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 dpavlin 3 <FORM ACTION=##SEARCH_ACTION## METHOD="GET">
2 dpavlin 6 <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 dpavlin 3 ##SEARCH_HIDDEN##
12 dpavlin 6 </form>
13    
14 dpavlin 3 #ifdef EXPORT_AS_CHOICE
15 dpavlin 6 <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 dpavlin 3 ##EXPORT_CHOICES##
22 dpavlin 6 </td></tr>
23     </table>
24     </form>
25 dpavlin 3 #else
26 dpavlin 6 <div class="export">
27     <A href="##EXPORT_URL##" class="button">Export</A>
28     </div>
29 dpavlin 3 #endif
30 dpavlin 6

  ViewVC Help
Powered by ViewVC 1.1.26