Guest User

Untitled

a guest
Jul 9th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. <form id="edit2">
  2. <fieldset class="sectionwrap">
  3. <p>SSL Enabled:<input id="ssl" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.ssl_enabled %>"/></p>
  4. <p>Keystore:<input id="keystore" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.keystore %>"/></p>
  5. <p>Keystore Password:<input id="keystorepassword" class="text" type="password" size="65" value="<%= @tbl_providers_connection_info.keystore_password %>"/></p>
  6. <p>Truststore<input id="keystore" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.truststore %>"/></p>
  7. <p>Truststore Password:<input id="truststore" class="text" type="password" size="65" value="<%= @tbl_providers_connection_info.truststore_password %>"/></p>
  8. <p>Proxy Enabled:<input id="proxyenable" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.proxy_enabled %>"/></p>
  9. <p>Proxy Authtentication Enabled:<input id="proxyauthenable" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.proxy_authentication_enabled %>"/></p>
  10. <p>Proxy Host:<input id="proxyhost" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.proxy_host %>"/></p>
  11. <p>Proxy Port:<input id="proxyport" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.proxy_port %>"/></p>
  12. <p>Proxy Username:<input id="proxyusername" class="text" type="text" size="65" value="<%= @tbl_providers_connection_info.proxy_username %>"/></p>
  13. <p>Proxy Password:<input id="proxypassword" class="text" type="password" size="65" value="<%= @tbl_providers_connection_info.proxy_password %>"/></p>
  14. <a href="<%= tbl_providers_connection_infos_path %>">back</a>
  15. <%= submit_tag 'Submit', :controller => "tbl_providers_connection_infos", :action=>'update', :class => 'submit', :confirm => "Are you sure?" , :method => "put" %>
  16. </fieldset>
  17. </form>
Add Comment
Please, Sign In to add comment