InternetProtSettingsTabsHTML_Glacier.html 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <div id="jqxInternetProtSettingsTabs">
  2. <ul>
  3. <li>Settings</li>
  4. <li>Advanced</li>
  5. <li>Proxy Settings</li>
  6. <li>Security</li>
  7. </ul>
  8. <div>
  9. <!--Settings-->
  10. <div>Vault:</div><div><input type="text" id="inptIntProtSet_Glacier_Vault"/></div>
  11. <div>Region:</div><div id ="comboIntProtSet_Glacier_Region" style="float: left;"></div><br/><br/>
  12. <div>Folder</div><div><input type="text" id="inptInternetFolder"/></div>
  13. <div>Secret Key</div><div><input type="password" id="inptAccountOpt"/></div>
  14. <table style="width:250px">
  15. <tr>
  16. <td><div>Save Access ID:</div><div><div id="cbIntProtSet_Glacier_save_access_id"/></div></td>
  17. <td><div>Save Secret Key</div><div><div id="cbIntProtSet_Glacier_save_password"/></div></td>
  18. <td><div>Allow IPV6</div><div><div id="cbIntProtSet_Glacier_allow_ipv6"/></div></td>
  19. </tr>
  20. </table>
  21. <div>Filename Encoding: on right side, put timestamp in file names(to preserve it if server doesn"t support setting file times)</div>
  22. <div><div id="cbIntProtSet_Glacier_filename_encoding"/></div><br/>
  23. <br/><br/>
  24. </div>
  25. <div>
  26. <!--Advanced -->
  27. <div>Character Set:</div><div id ="comboIntProtSet_Glacier_adv_Charset" style="float: left;"></div><br/><br/>
  28. <div>Replace characters...</div><div><div id="cbIntProtSet_Glacier_adv_replace_characters"/></div>
  29. <div>Recursive listing</div><div><div id="cbIntProtSet_Glacier_recursive_listing"/></div>
  30. <table>
  31. <tr>
  32. <td><div>Zone</div><div><div id="cbIntProtSet_Glacier_adv_zone"/></div></td>
  33. <td><div>Auto</div><div><div id="cbIntProtSet_Glacier_adv_auto"/></div></td>
  34. <td class="auto-style_IntProtAdv2" >UTC Offsets List<div><input type="text" id="inptIntProtSet_Glacier_adv_list"/></div></td>
  35. <td class="auto-style_IntProtAdv1" >Upload (min)<div><input type="text" id="inptIntProtSet_Glacier_adv_upload_min"/></div></td>
  36. </tr>
  37. </table>
  38. <div>Timeout</div><div><input type="text" id="inptIntProtSet_Glacier_adv_timeout"/></div><div>seconds. These are global settings</div>
  39. <div>Retries</div><div><input type="text" id="inptIntProtSet_Glacier_adv_retries"/></div>
  40. <div>HTTP Authentication Retries</div><div><input type="text" id="inptIntProtSet_Glacier_adv_http_retries"/></div>
  41. </div>
  42. <div>
  43. <!--Proxy Settings-->
  44. <div>Proxy Type</div><div id ="comboIntProtSet_Glacier_proxy_proxy_type" style="float: left;"></div><br/><br/>
  45. <div>Proxy Host:</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_proxy_host"/></div>
  46. <div>Port:</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_proxy_port"/></div>
  47. <div>User ID (login):</div><div><input type="text" id="inptIntProtSet_Glacier_proxy_login"/></div>
  48. <div>Password:</div><div><input type="password" id="inptIntProtSet_Glacier_proxy_password"/></div>
  49. <div>if a proxy login is needed, it must be specified here and will be stored permamently(encrypted)</div>
  50. <div>For "USER" with no logon, please leave User ID and Passwor fields blank!</div>
  51. <div>Send HOST command</div><div><div id="cbIntProtSet_Glacier_proxy_send_host_command"/></div>
  52. </div>
  53. <div>
  54. <!---->
  55. <div>Secure Transfer Settings</div>
  56. <div>Security Mode:</div>
  57. <div id="rbIntProtSet_Glacier_Security_None">None</div>
  58. <div id="rbIntProtSet_Glacier_Security_TLS">TLS</div>
  59. <button id="btnIntProtSet_Glacier_Security_Advanced_SSH">Advanced SHH Settings</button>
  60. <div>Authentication Methods for SSH</div>
  61. <div>User Name / Password</div><div><div id="cbIntProtSet_Glacier_Security_SSH_username_password"/></div>
  62. <div>Keyboard</div><div><div id="cbIntProtSet_Glacier_Security_SSH_keyboard"/></div>
  63. <div>Certificate / Public Key</div><div><div id="cbIntProtSet_Glacier_Security_SSH_certificate"/></div>
  64. <div>Client certificate for SSL/SSH</div>
  65. <div id ="comboIntProtSet_Glacier_security_Certificate" style="float: left;"></div><br/><br/>
  66. <div>Certificate Password(max len: 24):</div><div><input type="password" id="inptIntProtSet_Glacier_security_CertificatePassword"/></div>
  67. <div>No password needed</div><div><div id="cbIntProtSet_Glacier_security_nopassword"/></div>
  68. </div>
  69. </div>