| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <div id="jqxInternetProtSettingsTabs">
- <ul>
- <li>Settings</li>
- <li>Advanced</li>
- <li>Proxy Settings</li>
- <li>Security</li>
- </ul>
- <div>
- <!--Settings-->
- <div>Vault:</div><div><input type="text" id="inptIntProtSet_Glacier_Vault"/></div>
- <div>Region:</div><div id ="comboIntProtSet_Glacier_Region" style="float: left;"></div><br/><br/>
- <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div>
- <div>Secret Key</div><div><input type="password" id="inptAccountOpt"/></div>
- <table style="width:250px">
- <tr>
- <td><div>Save Access ID:</div><div><div id="cbIntProtSet_Glacier_save_access_id"/></div></td>
- <td><div>Save Secret Key</div><div><div id="cbIntProtSet_Glacier_save_password"/></div></td>
- <td><div>Allow IPV6</div><div><div id="cbIntProtSet_Glacier_allow_ipv6"/></div></td>
- </tr>
- </table>
- <div>Filename Encoding: on right side, put timestamp in file names(to preserve it if server doesn"t support setting file times)</div>
- <div><div id="cbIntProtSet_Glacier_filename_encoding"/></div><br/>
- <br/><br/>
-
- </div>
- <div>
- <!--Advanced -->
- <div>Character Set:</div><div id ="comboIntProtSet_Glacier_adv_Charset" style="float: left;"></div><br/><br/>
- <div>Replace characters...</div><div><div id="cbIntProtSet_Glacier_adv_replace_characters"/></div>
- <div>Recursive listing</div><div><div id="cbIntProtSet_Glacier_recursive_listing"/></div>
-
- <table>
- <tr>
- <td><div>Zone</div><div><div id="cbIntProtSet_Glacier_adv_zone"/></div></td>
- <td><div>Auto</div><div><div id="cbIntProtSet_Glacier_adv_auto"/></div></td>
- <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_Glacier_adv_list"/></div></td>
- <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_Glacier_adv_upload_min"/></div></td>
- </tr>
- </table>
- <div>Timeout</div><div><input type="text" id="inptIntProtSet_Glacier_adv_timeout"/></div><div>seconds. These are global settings</div>
- <div>Retries</div><div><input type="text" id="inptIntProtSet_Glacier_adv_retries"/></div>
- <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_Glacier_adv_http_retries"/></div>
-
- </div>
- <div>
- <!--Proxy Settings-->
-
- <div>Proxy Type</div><div id ="comboIntProtSet_Glacier_proxy_proxy_type" style="float: left;"></div><br/><br/>
- <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_proxy_host"/></div>
- <div>Port:</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_proxy_port"/></div>
- <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_login"/></div>
- <div>Password:</div><div><input type="password" id="inptIntProtSet_Glacier_proxy_password"/></div>
- <div>if a proxy login is needed, it must be specified here and will be stored permamently(encrypted)</div>
- <div>For "USER" with no logon, please leave User ID and Passwor fields blank!</div>
- <div>Send HOST command</div><div><div id="cbIntProtSet_Glacier_proxy_send_host_command"/></div>
-
- </div>
- <div>
- <!---->
- <div>Secure Transfer Settings</div>
-
- <div>Security Mode:</div>
- <div id="rbIntProtSet_Glacier_Security_None">None</div>
- <div id="rbIntProtSet_Glacier_Security_TLS">TLS</div>
-
- <button id="btnIntProtSet_Glacier_Security_Advanced_SSH">Advanced SHH Settings</button>
- <div>Authentication Methods for SSH</div>
- <div>User Name / Password</div><div><div id="cbIntProtSet_Glacier_Security_SSH_username_password"/></div>
- <div>Keyboard</div><div><div id="cbIntProtSet_Glacier_Security_SSH_keyboard"/></div>
- <div>Certificate / Public Key</div><div><div id="cbIntProtSet_Glacier_Security_SSH_certificate"/></div>
- <div>Client certificate for SSL/SSH</div>
- <div id ="comboIntProtSet_Glacier_security_Certificate" style="float: left;"></div><br/><br/>
- <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_Glacier_security_CertificatePassword"/></div>
- <div>No password needed</div><div><div id="cbIntProtSet_Glacier_security_nopassword"/></div>
-
- </div>
- </div>
-
-
|