1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Help for attachments screen
</TITLE>
</HEAD>
<BODY BACKGROUND="/postman/icons/set2/fondouv.gif">
<P><BR>
</P>
<H2 ALIGN=CENTER><FONT COLOR="#008000">
<IMG SRC="/postman/icons/set2/help.gif" ALT="HELP" >
Help for attachments screen</FONT></H2>
<hr>
<ul>
The attachments screen is divided in two sections: the <b>attachments list</b>
and the <b>add attachment form</b>:
</ul>
<H4>Attachments list</H4>
<form action="noop_eng.html">
<ul>
<li>
The list displays all the attachements to be sent joined to the composed message (none
at the beggining).
</li>
<p>
<li>
Each attachment line shows a checkbox, the name of the attachment, the MIME type of it,
and a comment (usually, the attachment name again):
<BR>
<INPUT TYPE=CHECKBOX NAME="attnumber" VALUE="0">
<B>
<FONT size=2 COLOR="#FF0000">1. jgil.html text/html "", "jgil.html"<BR>
</FONT></B><BR>
</li>
<li>
To <b>erase an attachment</b> of the list, select it by clicking on its checkbox and
then press the
<FONT size="2" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="at_cancel" VALUE="Detach"> </font>
button. Several attachments can be erased at once.
</li>
</ul>
</form>
<H4>Add Attachment Form</H4>
<form action="noop_eng.html">
<UL>
<li>
To add a file <b>from your computer</b> to the list of attachments,
specify the file and, then, press the
<FONT size="2" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<INPUT TYPE=SUBMIT NAME="at_save" VALUE="Attach!">
</font>
button.
</li>
<p>
<li>
You can specify a file by putting down its name (pathname) int the "File" field:<br>
<B>File</B>
<INPUT TYPE=FILE NAME="file" MAXLENGTH="1" SIZE="30" VALUE="" ACCEPT="*">
<BR>
..or by pressing the <tt>"browse"</tt> button and
findind it throught the usual <i>file open</i> dialog.
<small>(Note that this will not work with
all browsers. If the above lines does not shows a field and a "browse" button, your
browser does not support it and you can't send attachments)</small></li>
</UL>
</form>
<H4>Menu icons/set2</H4>
<TABLE cellpadding="0" cellspacing="0" width="100%" BORDER="0">
<TR bgcolor="#CCCCCC">
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/back.gif" border=0 alt="Back"><BR><NOBR>Back</NOBR></CENTER>
</A></FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
</FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
</FONT></TD>
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/help.gif" border=0 alt="Help"><BR><NOBR>Help</NOBR></CENTER>
</A></FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
</FONT></TD>
<TD>
<FONT size=2 face="PrimaSans BT,Verdana,sans-serif" color="#000000">
</FONT></TD>
<TD nowrap width="1%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
<A HREF="noop_eng.html"><CENTER><img src="/postman/icons/set2/logout.gif" border=0 alt="Logout"><BR><NOBR>Logout</NOBR></CENTER>
</A></FONT></TD>
<TD nowrap width="100%" rowspan="0">
<FONT size="1" face="PrimaSans BT,Verdana,sans-serif" color="#000000">
</FONT></TD>
</TR>
</TABLE>
<p>
<img src="/postman/icons/set2/back.gif" border=0 alt="Back">
The <TT>"Back"</TT> icon takes you to the previous Postman screen.
<p>
<img src="/postman/icons/set2/logout.gif" border=0 alt="Logout">
The <TT>"Logout"</TT> icon brings up a confirmation screen which lets
you then logout of your mail session. You <I>must</I> remember to logout
when you have finished your session.
<p>
</UL>
<hr size=1>
<small>© Servicio de Informática - Universitat de València - 2000
</BODY>
</HTML>
|