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