Apply patches sent by Harlow Solutions -- for WebCit
[citadel.git] / webcit / static / t / user / show.html
index c9c599f1b4880a0dafa7b45630024a36830f33c3..390aee38a6ff031453f269dcdb8c6c13d86cee39 100644 (file)
@@ -1,27 +1,35 @@
 <?=("head")>
 <div id="banner">
-  <img src="static/webcit_icons/essen/32x32/account.png" alt="">
-  <h1><?_("User profile")></h1>
-  <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></li></a>
-  </div>
+       <img src="static/webcit_icons/essen/32x32/account.png" alt="">
+       <h1><?_("User profile")></h1>
+       <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 bio">
-  <table class="userlist_background">
-    <tr><td>
-       <center>
-         <table>
-           <tr><td>
-               <img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0>
-             </td><td><h1>
-                 <?BSTR("who", "X")>
-       </h1></td></tr>
+       <table class="userlist_background">
+               <tr>
+                       <td>
+                               <center>
+                                       <table>
+                                               <tr>
+                                                       <td><img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0></td>
+                                                       <td>
+                                                               <h1><?BSTR("who", "X")></h1>
+                                                       </td>
+                                               </tr>
+                                       </table>
+                               </center>
+                               <?USER:BIO(B"who", "FJUSTIFY")>
+                       </td>
+               </tr>
        </table>
-       </center>
-       <?USER:BIO(B"who", "FJUSTIFY")>
-  </td></tr>
-  </table>
+</div>
 <?=("trailing")>