]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/user/show.html
serv_rssclient.c: style update
[citadel.git] / webcit / static / t / user / show.html
diff --git a/webcit/static/t/user/show.html b/webcit/static/t/user/show.html
deleted file mode 100644 (file)
index c9c599f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?=("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>
-</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>
-       </center>
-       <?USER:BIO(B"who", "FJUSTIFY")>
-  </td></tr>
-  </table>
-<?=("trailing")>