]> code.citadel.org Git - citadel.git/blob - webcit/static/t/who/bio.html
added header to bare bio template
[citadel.git] / webcit / static / t / who / bio.html
1 <?=("head")>
2 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4         <img src="static/webcit_icons/essen/32x32/account.png">
5         <h1><?_("User profile")></h1>
6 </div>
7 <div id="content" class="service">
8          <a href="display_page?recp=urlescputs(who);">
9                 <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
10                 &nbsp;&nbsp;
11                 <?_("Click here to send an instant message to %s")>
12         </a>
13         <div id="bio_page">
14                 <?!("BIO:PIC", 1)>
15                         <div id="bio_pic">
16                                 <img src="image?name=_userpic_&parm=urlescputs(who);">                                               
17                         </div>
18                 <?!("X", 1)>
19                 <div id="bio_title"><h1>escputs(who);</h1></div>
20                 <div id="bio_text">
21                         serv_printf("RBIO %s", who);
22                                 serv_getln(buf, sizeof buf);
23                                 if (buf[0] == '1') {
24                                         fmout("JUSTIFY
25                                 }
26                 </div>
27 </div>