templates/prefs.tmpl
changeset 60 dad9733c99f0
parent 59 2c5e38748004
child 61 a1bcf5e4b8a4
equal deleted inserted replaced
59:2c5e38748004 60:dad9733c99f0
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html>
     2 <html>
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     3   <TMPL_INCLUDE NAME="headers.tmpl">
     4   <body>
     4   <body>
     5     <h1><TMPL_VAR remote_user>'s Preferences</h1>
     5     <h1><TMPL_VAR remote_user>'s Preferences</h1>
     6     <form action="edit_prefs.py" method="post" name="prefs">
     6     <form action="" method="post" name="prefs">
       
     7       <input type="hidden" name="action" value="prefs"/>
     7       <p><label>Display name:
     8       <p><label>Display name:
     8         <input type="text" name="fullname"
     9         <input type="text" name="fullname"
     9   	       value="<TMPL_VAR remote_user>"/></label></p>
    10   	       value="<TMPL_VAR remote_user>"/></label></p>
    10       <p><label>Default view:
    11       <p><label>Default view:
    11         <select name="default_view" size="1">
    12         <select name="default_view" size="1">
    26 	  </TMPL_LOOP>
    27 	  </TMPL_LOOP>
    27 	</select>
    28 	</select>
    28 	<input type="checkbox" name="kw_reverse"
    29 	<input type="checkbox" name="kw_reverse"
    29 	  <TMPL_IF kw_reverse>checked</TMPL_IF>>
    30 	  <TMPL_IF kw_reverse>checked</TMPL_IF>>
    30 	reversed</p>
    31 	reversed</p>
    31 	<button>Submit</button>
    32 	<button name="step" value="edit" type="submit">Submit</button>
       
    33 	<button name="step" value="cancel" type="submit">Cancel</button>
    32     </form>
    34     </form>
    33     <hr/>
    35     <hr/>
    34     <a href="index">Back to main page</a>
       
    35 </html>
    36 </html>
    36 <!-- Keep this comment at the end of the file
    37 <!-- Keep this comment at the end of the file
    37 Local variables:
    38 Local variables:
    38 mode: sgml
    39 mode: sgml
    39 sgml-omittag:t
    40 sgml-omittag:t