prefs.tmpl
branchxbelweb
changeset 47 2781ac85b807
parent 45 c81d480c3224
child 58 004a32370ba5
--- a/prefs.tmpl	Fri Oct 24 14:19:30 2003 -0400
+++ b/prefs.tmpl	Fri Oct 24 17:04:29 2003 -0400
@@ -7,6 +7,13 @@
       <p><label>Display name:
         <input type="text" name="fullname"
   	       value="<TMPL_VAR remote_user>"/></label></p>
+      <p><label>Default view:
+        <select name="default_view" size="1">
+	  <TMPL_LOOP Views>
+            <option value="<TMPL_VAR view>"
+	    	<TMPL_IF selected>selected</TMPL_IF>
+		/><TMPL_VAR name></option>
+          </TMPL_LOOP></p>
       <p><label>Size of keywords selection box:
         <input type="text" name="kw_size"
 	       value="<TMPL_VAR kw_size>"/></label></p>