]> code.citadel.org Git - citadel.git/blob - webcit/static/t/who/bio.html
removed c-cruft, added <?WHO:RBIO("X")> for bio text and <?WHO:PIC> for user picture
[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=<?WHO:NAME("U")>">
9                 <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
10                 &nbsp;&nbsp;
11                 <?_("Click here to send an instant message to ")>
12         </a>
13         <div id="bio_page">
14                 <?WHO:PIC>
15                         <div id="bio_pic">
16                                 <img src="image?name=_userpic_&parm=<?WHO:NAME("U")>">
17                         </div>
18                 <?!("X", 1)>
19                 <div id="bio_title"><h1><?WHO:NAME("X")></h1></div>
20                 <div id="bio_text">
21                         <?WHO:RBIO("X")>
22                 </div>
23 </div>