79948daab15d50e17ece117a822829c8583ad390
[citadel.git] / webcit / static / prompt_for_recipient.html
1 <TABLE WIDTH=100% BORDER=0 BGCOLOR="#444455">
2 <TR><TD><SPAN CLASS="titlebar">
3 Send private e-mail
4 </SPAN></TD></TR></TABLE>
5
6 <?=beginbox_nt>
7 <?RECPERROR>
8 <CENTER>
9 <table border="0" cellspacing="5" cellpadding="5" BGCOLOR="#EEEEEE">
10 <TR><TD>
11 <FORM METHOD="POST" ACTION="/display_enter">
12 Enter recipient(s):&nbsp;
13 <INPUT TYPE="text" NAME="recp" MAXLENGTH="64"><BR><BR>
14 <INPUT TYPE="submit" NAME="sc" VALUE="Enter message">
15 &nbsp;
16 <INPUT TYPE="submit" NAME="sc" VALUE="Cancel">
17 </FORM>
18 <BR>
19 </TD></TR></TABLE>
20 </CENTER>
21 <?=endbox>