Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / user / edit_bio.html
1 <?=("head")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
2 <div id="banner">
3 <?=("roombanner")>
4 </div>
5 <div id="content" class="service">
6
7 <?=("box_begin_1")>
8 <?_("Edit Room info")>
9 <?=("box_begin_2")>
10
11 <?_("Enter your bio below."> <?_("The text is formatted to the reader's browser. A newline is forced by preceding the next line by a blank.")>
12 <form method="post" action="editbio">
13 <input type="hidden" name="nonce" value="<?NONCE()>">
14 <textarea name="msgtext" wrap=soft rows=10 cols=80 width=80><?USER:BIO("", "X")></textarea>
15
16 <div class="buttons" >
17 <input type="submit" name="save_button" value="<?_('Save changes')>">
18 &nbsp;
19 <input type="submit" name="cancel_button" value="<?_('Cancel')>"><br>
20 </div>
21
22 </form>
23 <?=("box_end")>
24 </div>
25 </div>
26 <?=("trailing")>