Apply patches sent by Harlow Solutions -- for WebCit
[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>
7                         <li>
8                                 <a href="display_page?recp=<?BSTR("who", "U")>">
9                                         <img src="static/webcit_icons/essen/16x16/chat.png" alt="">
10                                         <span class="navbar_link"> <?_("Click here to send an instant message to")> <?BSTR("who", "X")> </span>
11                                 </a>
12                         </li>
13                 </ul>
14         </div>
15 </div>
16 <div id="content" class="service bio">
17         <table class="userlist_background">
18                 <tr>
19                         <td>
20                                 <center>
21                                         <table>
22                                                 <tr>
23                                                         <td><img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0></td>
24                                                         <td>
25                                                                 <h1><?BSTR("who", "X")></h1>
26                                                         </td>
27                                                 </tr>
28                                         </table>
29                                 </center>
30                                 <?USER:BIO(B"who", "FJUSTIFY")>
31                         </td>
32                 </tr>
33         </table>
34 </div>
35 <?=("trailing")>