/[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 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: 437 byte(s)
design modifications -- massive one :-)

1 <div class="edit-button">
2 #ifdef BUTTON_LABEL
3 <INPUT TYPE="submit" NAME="button_update" VALUE="##BUTTON_LABEL##" class="button">
4 #else
5 #if ##ACTION## = add
6 <INPUT TYPE="submit" NAME="button_update" VALUE="Add" class="button">
7 #else
8 <INPUT TYPE="submit" NAME="button_update" VALUE="Update" class="button">
9 #endif
10 #endif
11 <INPUT TYPE="reset" VALUE="Reset" class="button">
12 <A href="##CANCEL_URL##" class="button">Back to list</A>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.26