more font size tweaks.
[citadel.git] / webcit / static / t / who / bio.html
1 <?=("head")>
2 <?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
3 <div id="banner">
4         <h1><img src="static/webcit_icons/essen/32x32/account.png" alt="">&nbsp;<?_("User profile")></h1>
5         <div id="actiondiv">
6                 <ul class="room_actions"></ul>
7         </div>
8         <div id="navbar"><ul>
9                 <li><a href="display_page?recp=<?BSTR("who", "U")>">
10                         <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
11                         <span class="navbar_link"><?_("Click here to send an instant message to")> <?BSTR("who", "X")> </span>
12                 </a></li>
13         </ul></div>
14 </div>
15 <div id="content" class="service">
16         <div id="bio_page">
17                 <div id="bio_pic">
18                 <img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0>
19                 </div>
20                 <?!("X", 1)>
21                 <div id="bio_title"><h1><?BSTR("who", "X")></h1></div>
22                 <div id="bio_text">
23         <?USER:BIO(B"who", "FJUSTIFY")>
24                 </div>
25         </div>
26 <?=("trailing")>