home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / addrbook.stm < prev    next >
Text File  |  2001-03-25  |  2KB  |  61 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>Global Mail Address Book</TITLE>
  6. <SCRIPT language="JavaScript">
  7. <!--
  8. function confirmDelete()
  9. {
  10.     return confirm("Delete selected address book entry?");
  11. }
  12. //-->
  13. </SCRIPT>
  14. </HEAD>
  15. <BODY BGCOLOR="#ffffff">
  16. <A HREF="/sysadmin/index.stm" TARGET=_top>
  17. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  18. <CENTER><FONT SIZE=6>Global Address Book</FONT>
  19. <P>
  20.     <TABLE border=0 cellpadding=0 cellspacing=0>
  21.     <TR valign=top bgcolor=#000080>
  22.     <TH align=left width=5%></TH>
  23.     <TH align=left width=5%></TH>
  24.     <TH align=left width=20%><FONT color=#ffffff>Nickname</FONT> </TH>
  25.     <TH align=left width=40%><FONT color=#ffffff>Email(s)</FONT> </TH>
  26.     <TH align=left width=35%><FONT color=#ffffff>Description</FONT></TH>
  27.     </TR>
  28.     <RCXaddrlist home=/sysadmin/mail type=edit root=true>
  29.     </TABLE>
  30.     <BR>
  31.     <HR>
  32.     <BR>
  33.     <B><I>Add/Update an Address...</I></B>
  34.     <FORM METHOD=POST ACTION="/session/addradd">
  35.     <INPUT TYPE=hidden NAME=root VALUE="true">
  36.     <INPUT TYPE=hidden NAME=RCpage VALUE="/sysadmin/mail/addrbook.stm">
  37.     <TABLE border=0 cellpadding=2 cellspacing=0>
  38.     <TR valign=top>
  39.         <td>Nickname</th>
  40.         <td><INPUT TYPE=TEXT NAME=name VALUE="<RC@txt2html(RC$name)>" SIZE=40></td>
  41.     </TR>
  42.     <TR valign=top>
  43.         <td>Email(s) <font size=-1><I>(comma separated list)</I></font></th>
  44.         <td><INPUT TYPE=TEXT NAME=email VALUE="<RC@txt2html(RC$email)>" SIZE=40></td>
  45.     </TR>
  46.     <TR valign=top>
  47.         <td>Description</th>
  48.         <td><TEXTAREA cols="40" rows="5" name="description" wrap="soft"><RC@txt2html(RC$description)></TEXTAREA></td>
  49.     </TR>
  50.     <TR>
  51.     <TD colspan=6>
  52.         <INPUT TYPE=submit VALUE="New Address">
  53.     </TD>
  54.     </TR>
  55.     </TABLE>
  56.     </FORM>
  57. <P>
  58. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  59. </BODY>
  60. </HTML>
  61.