Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
local
/
frontpage
/
version5.0
/
admin
/
1033
/
Upload File :
New :
File
Dir
//usr/local/frontpage/version5.0/admin/1033/invite2.htm
<HTML dir="ltr"> <HEAD> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" name="CharsetDefinition"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="Version" content= "5.0.2.2634" > <META HTTP-EQUIV="expires" content="0"> <TITLE>Send an Invitation Wizard</TITLE> <link rel="stylesheet" type="text/css" href="/_vti_bin/_vti_adm/1033/webadmin.css"> </HEAD> <script Language="javascript"> function Visascii(ch) { return (!(ch.charCodeAt(0) & 0x80)); } function Visspace(ch) { return (ch.charCodeAt(0) == 32) || ((9 <= ch.charCodeAt(0)) && (ch.charCodeAt(0) <= 13)); } function stripWS(str) { var b = 0; var e = str.length; while (str.charAt(b) && (Visascii(str.charAt(b)) && Visspace(str.charAt(b)))) b++; while ((b < e) && (Visascii(str.charAt(e-1)) && Visspace(str.charAt(e-1)))) e--; return ((b>=e)?"":str.substring(b, e )); } var L_NoFieldEmpty_TEXT = " field can't be empty."; function CheckForEmptyField(text_orig,field_name) { var text = stripWS(text_orig); if (text.length == 0) { alert(field_name + L_NoFieldEmpty_TEXT); return false; } return (true); } function CheckForEmptyFieldNoAlert(text_orig) { var text = stripWS(text_orig); if (text.length == 0) { return false; } return (true); } var L_WrongEmailName1_TEXT = "The e-mail address specified in the "; var L_WrongEmailName2_TEXT = " box is not complete. Please type a complete e-mail address, in the format name@domain."; var L_TextWithoutSpaces1_TEXT="You must enter text without spaces in field "; function CheckForAtSighInEmailName(text_orig,field_name) { var text = stripWS(text_orig); if (!CheckForEmptyField(text_orig,field_name)) return false; var indexAt = 0; var countAt = 0; var countSpace = 0; var len = text.length; while(len--) { if (text.charAt(len) == '@') { indexAt = len; countAt++; } if (text.charAt(len) == ' ') countSpace ++; } if ((countAt == 0) || (indexAt == 0) || (indexAt == (text.length-1)) ) { alert(L_WrongEmailName1_TEXT + field_name + L_WrongEmailName2_TEXT); return false; } if (countSpace !=0 ) { alert(L_TextWithoutSpaces1_TEXT + field_name); return false; } return (true); } var L_FieldEmailAddress_Text = "E-mail Address"; var L_FieldAccountName_Text = "Account Name"; var L_FieldFullName_Text = "Full Name"; var L_InvalidCharacter_Text = " is not a valid character in an account name."; function isValidAccount(str) { var sInvalidChars = "/\\[]:|<>+=;,?*\t " var index=0; while (index < str.length) { if (sInvalidChars.indexOf(str.charAt(index))!=-1) { alert("'" + str.charAt(index) + "'" + L_InvalidCharacter_Text); return false; } index++; } return true; } function validate() { <ows:for-each collection=invitees> if (!CheckForEmptyField(document.wizard.EmailAddress<ows:var type=in_loop_var name=index></ows:var>.value,L_FieldEmailAddress_Text)) { return false; } if (!CheckForEmptyField(document.wizard.AccountName<ows:var type=in_loop_var name=index></ows:var>.value,L_FieldAccountName_Text)) { return false; } else { if (!isValidAccount(document.wizard.AccountName<ows:var type=in_loop_var name=index></ows:var>.value)) return false; } if (!CheckForEmptyField(document.wizard.FullName<ows:var type=in_loop_var name=index></ows:var>.value,L_FieldFullName_Text)) { return false; } </ows:for-each> return true; } </script> <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" link="#1B55FB" vlink="#BB1CFF" alink="#FF1C2C" > <form name="wizard" action=fpadmcgi.exe method="post"> <table border="0" width="100%" height="100%" cellpadding=0 cellspacing=0 class=main> <script Language="javascript"> var L_helplink_text="1033"; function HelpWindow(strHelpUrl) { var url = "help/" + L_helplink_text+strHelpUrl; var wndHelp = window.open(url, "MSOWSHELP", "width=187,height=500,menubar,scrollbars,toolbar,resizable"); } </script> <tr> <td width=100% valign=top colspan=6> <table width=100% border="0" class="ms-bannerframe" cellpadding=3 cellspacing=0> <tr> <td nowrap valign="middle" align="left"><img alt="Logo" src="/_vti_bin/offlogo.gif" width="28" height="28" id=Image1></td> <td nowrap class="ms-banner" align=left height=34> <a ACCESSKEY=O href="../../" id=Home><ID ID=Home2>Home</ID></a> <font size="2" color="#FFFFFF">|</font> <ID><a ACCESSKEY=M href="fpadmcgi.exe?page=webadmin.htm" ID=Administration><ID ID=Administration2>Administration</ID></a></ID> <font size="2" color="#FFFFFF">|</font> <ows:if type=vserver name=hascollabsupport condition=equal result=true> <ID><a ACCESSKEY=P href="javascript:HelpWindow('/collab/wsahome.htm');" ID=Help ><ID ID=Help2Collab>Help</ID></a></ID> </ows:if> <ows:if type=vserver name=hascollabsupport condition=notequal result=true> <ID><a ACCESSKEY=P href="javascript:HelpWindow('/publish/fpaHome.htm');" ID=Help ><ID ID=Help2Publish>Help</ID></a></ID> </ows:if> </td> <td width=99%> </td> </tr> </table> </td> </tr> <tr> <td valign=top class="leftbar" colspan=4> <table width=100% border="0" class="TitleArea" cellpadding=3> <tr> <td style="padding-bottom: 0px"> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td align=center valign=top nowrap width="105" height="40"> <img alt="Icon" src= /_vti_bin/settings.gif width="43" height="43" id=icon_alt> </td> <td width=27> </td> <td nowrap> <table cellpadding=0 cellspacing=0 border=0> <tr> <td nowrap class="TitleArea"> <ows:if type=vserver name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002 - </ows:if><ows:if type=vserver name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002 - </ows:if> <ows:if type=web name=IsRoot condition=equal result=true> <ID ID=Web_description_2>Site Administration for</ID> </ows:if> <ows:if type=web name=IsRoot condition=equal result=false> <ID ID=Web_description_3>Web site Administration for</ID> </ows:if> "<ows:var type=web name=fullwebname></ows:var>" </td> </tr> <tr> <td ID=AdminPageTitle nowrap class="PageTitle">Send an Invitation Wizard</td> </tr> </table> </td> </tr> </table> <table cellpadding=0 cellspacing=0 border=0 width=100%> <tr> <td height=5 colspan=5><img src="/_vti_bin/blank.gif" width="1" height="1"></td> </tr> <tr> <td class="SectionLine" height=2 colspan=5><img src="/_vti_bin/blank.gif" width="1" height="1"></td> </tr> </table> </td> <td width=1px></td> </tr> </table> </td> </tr> <tr valign=top> <TD height=100% class=ms-nav> <TABLE height=100% class=ms-navframe CELLPADDING=0 CELLSPACING=4 border="0" width=133px> <tr valign=top> <td width=100%> </td> <td class=ms-verticaldots> </td> </tr> </TABLE> </TD> <td valign=top> <table class="DescriptionText" border="0" width="100%" cellspacing="4" cellpadding="0"> <!-- Page description--> <tr> <td ID=AdminPageTitle nowrap class="PageTitle">Step 2 of 3 - Verify accounts</td> </tr> </table> <!-- main part of the form --> <table border="0" width="100%" cellspacing="4" cellpadding="0" class="propertysheet"> <tr> <td><IMG src="/_vti_bin/blank.gif" height=1 width=1></td> <td id=diidInviteDesc valign=top class=descriptiontext colspan=6>Members of the site must have local accounts on the server. Each e-mail address that you entered in Step 1 has been checked against the list of accounts on the server. The list below includes the accounts that already exist, plus any accounts that do not yet exist and will be created automatically. Accounts to be created are marked "New". </td> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td><IMG src="/_vti_bin/blank.gif" height=1 width=1></td> <td id=diidInviteDesc2 valign=top colspan=6 class=descriptiontext>In the following list, verify the account information for each e-mail address. </td> </tr> <tr> <td> </td> </tr> <!-- start page-level error message --> <TR> <td valign=top colspan=7> <table border="0" cellspacing="0" cellpadding="0"> <tr> <ows:if type=wizard name=ErrorMessage condition=notequal result=> <td><IMG src="/_vti_bin/warn_lg.gif"></td> <td> </td> <TD class="err" id=ErrorMessage><ows:var type=wizard name=ErrorMessage></ows:var></TD> </ows:if> </tr> </table> </td> </TR> <!-- end page-level error message --> <ows:for-each collection=invitees> <ows:if type=in_loop_var name=length condition=greater result=0> <input type="hidden" name="InitEmailAddress<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=EmailAddress></ows:var>"> <input type="hidden" name="InitAccountName<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=AccountName></ows:var>"> <input type="hidden" name="InitFullName<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=FullName></ows:var>"> </ows:if> </ows:for-each> <tr> <td> </td> <td colspan=6> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan=2><!-- New icon column --></td> <th class="PropertySheet" align=left colspan=2><LocId ID=EmailAddressHead>E-mail Address</LocID></th> <th class="PropertySheet" align=left colspan=2><LocId ID=AccountHead>Account Name</LocID></th> <th class="PropertySheet" align=left colspan=2><LocId ID=FullNameHead>Full Name</LocID></th> </tr> <ows:for-each collection=invitees> <ows:if type=in_loop_var name=length condition=greater result=0> <!-- start per-user error message --> <ows:if type=in_loop_var name=ErrorMessage condition=notequal result=> <TR> <td valign=top colspan=4> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><IMG src="/_vti_bin/warn_lg.gif"></td> <td> </td> <TD class="err" id=ErrorMessage><ows:var type=in_loop_var name=ErrorMessage></ows:var></TD> </tr> </table> </td> </TR> </ows:if> <!-- end per-user error message --> <tr> <td align="left" class="DescriptionText"> <ows:if type=in_loop_var name=NewAccount condition=equal result=true> <LocID ID=diidNew><b>New</b></LocID> </ows:if> </td> <td> </td> <td valign="top" align="left" class="DescriptionText"> <input type="text" size="40" name="EmailAddress<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=EmailAddress></ows:var>"> </td> <td> </td> <td valign="top" align="left" class="DescriptionText"> <input type="text" size="20" name="AccountName<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=AccountName></ows:var>"> </td> <td> </td> <td valign="top" align="left" class="DescriptionText"> <input type="text" size="20" name="FullName<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=FullName></ows:var>"> <input type="hidden" name="NewAccount<ows:var type=in_loop_var name=index></ows:var>" value="<ows:var type=in_loop_var name=NewAccount></ows:var>"> </td> <td> </td> </tr> </ows:if> </ows:for-each> <tr> <td><img src="/_vti_bin/blank.gif" width="1" height="1"> </td> </tr> <tr> <td class="SectionLine" height=2 colspan=8><img src="/_vti_bin/blank.gif" width="1" height="1"></td> </tr> <tr> <td><img src="/_vti_bin/blank.gif" width="1" height="1"> </td> </tr> <!-- standard wizard buttons --> <tr> <td colspan=8 align=right> <input type="submit" id="idPrevButton" name="PrevButton" value="< Prev "> <input type="submit" id="NextButton" name="NextButton" value=" Next >" onclick="return(validate())"> </td> </tr> </table> </td> </tr> <!-- end main part of the form --> <!-- hidden fields that maintain wizard state --> <input type="hidden" name="EmailAddressList" value="<ows:var type=wizard name=EmailAddressList></ows:var>"> <input type="hidden" name="GreetingMessage" value="<ows:var type=wizard name=GreetingMessage></ows:var>"> <input type="hidden" name="RoleName" value="<ows:var type=wizard name=RoleName></ows:var>"> <!-- end hidden fields that maintain wizard state --> <!-- hidden wizard fields --> <input type="hidden" name="WizName" value="invitewiz"> <input type="hidden" name="PrevPage" value="invite.htm"> <input type="hidden" name="WizPage" value="invite2.htm"> <input type="hidden" name="NextPage" value="invite3.htm"> <!-- end hidden wizard fields --> <script> document.wizard.NextButton.focus(); </script> <!-- end standard wizard buttons --> </table> </td> </tr> </table> </form> </body> </html>