]> code.citadel.org Git - citadel.git/blob - webcit/static/t/aide/display_generic_cmd.html
5b3761743456588d965ac6f03b296914ebb8dea6
[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     <??("COND:AIDE", 1)>
10     <table class="mainmenu_background"><tr><td>
11
12           <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 />
13             <form method="post" action="do_generic">
14               <input type="hidden" name="nonce" value="<?NONCE>">
15               <?_("Enter command:")><br />
16               <input type="text" name="g_cmd" size=80 maxlength="250"><br />
17               <?_("Command input (if requesting SEND_LISTING transfer mode):")><br />
18               <textarea name="g_input" rows=10 cols=80 width=80></textarea><br />
19               <font size=-2>
20                 <?_("Detected host header is ")><?DAV:HOSTNAME>
21               </font>
22               <input type="submit" name="sc_button" value="<?_("Send command")>">&nbsp;
23               <input type="submit" name="cancel_button" value="<?_("Cancel")>"><br />
24             </form>
25           </center>
26         </td>
27       </tr>
28     </table>
29     <??("X", 1)>
30 <?=("trailing")>