fix all the tiny conditional problems our new checker told us about.
[citadel.git] / webcit / static / t / user / show.html
1 <?=("head")>
2 <div id="banner">
3   <img src="static/webcit_icons/essen/32x32/account.png" alt="">
4   <h1><?_("User profile")></h1>
5   <div id="navbar">
6     <ul><li><a href="display_page?recp=<?BSTR("who", "U")>">
7           <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
8           <span class="navbar_link">
9         <?_("Click here to send an instant message to")> <?BSTR("who", "X")> </span></li></a>
10   </div>
11 </div>
12 <div id="content" class="service bio">
13   <table class="userlist_background">
14     <tr><td>
15         <center>
16           <table>
17             <tr><td>
18                 <??("COND:USER:PIC", 1, B"who")><img src="image?name=_userpic_&amp;parm=<?BSTR("who", "U")>" alt=""><??("X", 1)>
19               </td><td><h1>
20                   <?BSTR("who", "X")>
21         </h1></td></tr>
22         </table>
23         </center>
24         <?USER:BIO(B"who", "FJUSTIFY")>
25   </td></tr>
26   </table>
27 <?=("trailing")>