/[gedafe]/trunk/network_topology/templates/edit_buttons.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/edit_buttons.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: 436 byte(s)
my own application about Network Topology

1 <TABLE ALIGN="CENTER" BORDER=0 CELLPADDING="0" CELLSPACING="0" BGCOLOR="#ffffff"><TR><TD>
2 #ifdef BUTTON_LABEL
3 <INPUT TYPE="submit" NAME="button_update" VALUE="##BUTTON_LABEL##">
4 #else
5 #if ##ACTION## = add
6 <INPUT TYPE="submit" NAME="button_update" VALUE="Add">
7 #else
8 <INPUT TYPE="submit" NAME="button_update" VALUE="Update">
9 #endif
10 #endif
11 <INPUT TYPE="reset" VALUE="Reset">
12 <A href="##CANCEL_URL##">Cancel</A>
13 </TD></TR></TABLE>

  ViewVC Help
Powered by ViewVC 1.1.26