]> 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 127037af8665084b566ddf4e9c2caec9ab7abd6f..d5d2c0fb9a8e6e12ae4bf5e032ff481912e86fa6 100644 (file)
@@ -1,30 +1,26 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
        <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_pageWHONAME">
+               <li><a href="display_page?recp=<?BSTR("who", "U")>">
                        <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
-                       <span class="navbar_link">chat</span>
+                       <span class="navbar_link"><?_("Click here to send an instant message to")> <?BSTR("who", "X")> </span>
                </a></li>
-               <?!("WHO:ISME", 2)><li><a href="edit_me">
-                       <img src="static/webcit_icons/essen/16x16/config.png" alt="">
-                       <span class="navbar_link"><?_("edit")></span>
-               </a></li><?!("X", 2)>
        </ul></div>
 </div>
 <div id="content" class="service">
        <div id="bio_page">
                <div id="bio_pic">
-                               <img src="image?name=_userpic_&parm=<?WHO:NAME("X")>">
+               <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>
 <?=("trailing")>