]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/who/bio.html
Conditional_USER_HAS_PIC() was leaving the download file open, causing the actual...
[citadel.git] / webcit / static / t / who / bio.html
index 8075445e7df7a938db566bc0a3e3f9a5b541f996..a1d599b7e91a9cac5e8575d4c9bf5dcc6a0e5062 100644 (file)
@@ -1,25 +1,30 @@
+<?=("head")>
+<?=("important_msg")><?%("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_pageWHONAME">
+                       <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
+                       <span class="navbar_link">chat</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">
-        <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="image?name=_userpic_?parm=<?WHO:NAME("X")>">
+               </div>
                <?!("X", 1)>
-               <div id="bio_title"><h1>escputs(who);</h1></div>
+               <div id="bio_title"><h1><?WHO:NAME("X")></h1></div>
                <div id="bio_text">
-                       serv_printf("RBIO %s", who);
-                               serv_getln(buf, sizeof buf);
-                               if (buf[0] == '1') {
-                                       fmout("JUSTIFY
-                               }
+                       <?WHO:RBIO("X")>
                </div>
-</div>
+       </div>
+<?=("trailing")>