]> code.citadel.org Git - citadel.git/blob - webcit/static/t/aide/display_generic_cmd.html
fc3552e81698212e699dfb252d7c12abfcf3dd53
[citadel.git] / webcit / static / t / aide / display_generic_cmd.html
1 <?=("head")>
2 <div id="banner">
3   <h1>
4     <?_("Enter a server command")>
5   </h1>
6 </div>
7
8 <div id="content" class="service">
9   <div class="fix_scrollbar_bug">
10     <??("COND:AIDE", 1)>
11     <table class="mainmenu_background"><tr><td>
12
13           <center><?_("This screen allows you to enter Citadel server commands which are not supported by WebCit.  If you do not know what that means, then this screen will not be of much use to you.")><br />
14             <form method="post" action="do_generic">
15               <input type="hidden" name="nonce" value="<?NONCE>">
16               <?_("Enter command:")><br />
17               <input type="text" name="g_cmd" size=80 maxlength="250"><br />
18               <?_("Command input (if requesting SEND_LISTING transfer mode):")><br />
19               <textarea name="g_input" rows=10 cols=80 width=80></textarea><br />
20               <font size=-2>
21                 <?_("Detected host header is ")><?DAV:HOSTNAME>
22               </font>
23               <input type="submit" name="sc_button" value="<?_("Send command")>">&nbsp;
24               <input type="submit" name="cancel_button" value="<?_("Cancel")>"><br />
25             </form>
26           </center>
27         </td>
28       </tr>
29     </table>
30     <??("X", 1)>
31   </div>
32 <?=("trailing")>