]> 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 bd4d9e1bad88d5f62cd9726d7b459ce97fda8caa..d5d2c0fb9a8e6e12ae4bf5e032ff481912e86fa6 100644 (file)
@@ -1,27 +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=urlescputs(who);">
-               <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
-               &nbsp;&nbsp;
-               <?_("Click here to send an instant message to %s")>
-       </a>
        <div id="bio_page">
-               <?!("BIO:PIC", 1)>
-                       <div id="bio_pic">
-                                       <img src="image?name=_userpic_&parm=urlescputs(who);">                                               
-                       </div>
+               <div id="bio_pic">
+               <img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0>
+               </div>
                <?!("X", 1)>
-               <div id="bio_title"><h1>escputs(who);</h1></div>
+               <div id="bio_title"><h1><?BSTR("who", "X")></h1></div>
                <div id="bio_text">
-                       serv_printf("RBIO %s", who);
-                               serv_getln(buf, sizeof buf);
-                               if (buf[0] == '1') {
-                                       fmout("JUSTIFY
-                               }
+       <?USER:BIO(B"who", "FJUSTIFY")>
                </div>
-</div>
+       </div>
+<?=("trailing")>