]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who/bio.html
Remove preprocessor tests for OpenSSL. It's a requirement.
[citadel.git] / webcit / static / t / who / bio.html
index bfb6d0a3b5aba834355a185b761f1469dea9c722..d5d2c0fb9a8e6e12ae4bf5e032ff481912e86fa6 100644 (file)
@@ -1,23 +1,26 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
-       <img src="static/webcit_icons/essen/32x32/account.png">
-       <h1><?_("User profile")></h1>
+       <h1><img src="static/webcit_icons/essen/32x32/account.png" alt="">&nbsp;<?_("User profile")></h1>
+       <div id="actiondiv">
+               <ul class="room_actions"></ul>
+       </div>
+       <div id="navbar"><ul>
+               <li><a href="display_page?recp=<?BSTR("who", "U")>">
+                       <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
+                       <span class="navbar_link"><?_("Click here to send an instant message to")> <?BSTR("who", "X")> </span>
+               </a></li>
+       </ul></div>
 </div>
 <div id="content" class="service">
-        <a href="display_page?recp=<?WHO:NAME("U")>">
-               <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
-               &nbsp;&nbsp;
-               <?_("Click here to send an instant message to ")>
-       </a>
        <div id="bio_page">
-               <?WHO:PIC>
-                       <div id="bio_pic">
-                                       <img src="image?name=_userpic_&parm=<?WHO:NAME("U")>">
-                       </div>
+               <div id="bio_pic">
+               <img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0>
+               </div>
                <?!("X", 1)>
-               <div id="bio_title"><h1><?WHO:NAME("X")></h1></div>
+               <div id="bio_title"><h1><?BSTR("who", "X")></h1></div>
                <div id="bio_text">
-                       <?WHO:RBIO("X")>
+       <?USER:BIO(B"who", "FJUSTIFY")>
                </div>
-</div>
+       </div>
+<?=("trailing")>