/[gedafe]/trunk/example/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/example/templates/edit_buttons.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Mon Feb 14 18:52:26 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/html
File size: 436 byte(s)
import of Gedafe 1.2.2

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