|
From: creedon <icr...@us...> - 2005-07-05 18:12:16
|
Update of /cvsroot/frontierkernel/odbs/mainResponderRoot/mainResponder/localization/languages/english/strings/setupFrontier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31310 Added Files: proxyServer Log Message: for use by setupFrontier script --- NEW FILE: proxyServer --- FrontierVcsFile:1:optx:mainResponder.localization.languages.english.strings.setupFrontier.proxyServer [[errorMessage]] If you must use a proxy server to access the Internet, please tell Frontier how to communicate with it by filling in the settings. <br/> <br/> Whether you must use a proxy server or not, click the Submit button. <br/> <br/> <form method="POST"> <table border="0" cellspacing="1" cellpadding="5"> <tr> <td colspan="2"><input type="checkbox" name="enabled" value=xxx [[proxyenabled]]> Check this box if you want Frontier to communicate through the proxy server described below.<br><br></td> </tr> <tr> <td align="left">Domain:</td> <td valign="top" colspan="1"><input type="text" name="domain" size="50" maxlength="100" value="[[proxydomain]]"></td> </tr> <tr> <td align="left">Port:</td> <td valign="top" colspan="1"><input type="text" name="port" size="50" maxlength="100" value="[[proxyport]]"></td> </tr> <tr> <td align="left">Username:</td> <td valign="top" colspan="1"><input type="text" name="username" size="50" maxlength="100" value="[[proxyusername]]"></td> </tr> <tr> <td align="left">Password:</td> <td valign="top" colspan="1"><input type="password" name="password" size="25" maxlength="100" value="[[proxypassword]]"></td> </tr> <tr> <td> </td> <td> <input type="submit" name="proxyServer" value="Submit"> </td> </tr> </table> </form> |