]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/files.html
Templatize email list interface.
[citadel.git] / webcit / static / t / files.html
index 99ea5f5be4c2da8effd93e5188760d4193079691..7037edc54520f5ca9e1b655ed379803e2aab8acf 100644 (file)
@@ -1,14 +1,14 @@
 <?=("head")>
-<?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
+<?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <div id="banner">
-       <h1><?_("Files available for download in")>&nbsp;<?ROOMNAME></h1>
+       <h1><?_("Files available for download in")>&nbsp;<?THISROOM:NAME></h1>
        <?!("COND:THISROOM:FLAG:QR", 2, #"QR_UPLOAD")>
                <br>
                <form enctype="multipart/form-data" method="POST" accept-charset="UTF-8" action="upload_file" name="upload_file_form">
                        <input type="hidden" name="nonce" value="<?NONCE>">
                        <?_("Upload a file:")>&nbsp;
+                       <input name="filename" size="60" type="file">&nbsp;
                        <div id="navbar">
-                               <input name="filename" size="1" type="file">&nbsp;
                                <?_("Description:")>&nbsp;
                                <input type="text" name="description" maxlength="50" size="50">&nbsp;
                                <input type="submit" name="attach_button" value="<?_("Upload")>">