]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/user/show.html
more font size tweaks.
[citadel.git] / webcit / static / t / user / show.html
index 5434dbc672cb9fa9e63041977287f1a6062b68da..c9c599f1b4880a0dafa7b45630024a36830f33c3 100644 (file)
@@ -1,4 +1,4 @@
-<?("=head")>
+<?=("head")>
 <div id="banner">
   <img src="static/webcit_icons/essen/32x32/account.png" alt="">
   <h1><?_("User profile")></h1>
@@ -15,7 +15,7 @@
        <center>
          <table>
            <tr><td>
-               <??("COND:USER:PIC", 1, B"who")><img src="image?name=_userpic_&amp;parm=<?BSTR("who", "U")>" alt="">
+               <img src="userpic?user=<?BSTR("who", "U")>" alt="" border=0>
              </td><td><h1>
                  <?BSTR("who", "X")>
        </h1></td></tr>
@@ -24,4 +24,4 @@
        <?USER:BIO(B"who", "FJUSTIFY")>
   </td></tr>
   </table>
-<?=("trailing">
+<?=("trailing")>