Sha256: 049a20c04583e13bca842193151e3cc2b632a731ef1b5d163330869b7573f26b
Contents?: true
Size: 1.45 KB
Versions: 21
Compression:
Stored size: 1.45 KB
Contents
<%# coding: UTF-8 -%> <form method="post" action="<%= @form_action || "login" %>" id="login-form" onsubmit="submitbutton = document.getElementById('login-submit'); submitbutton.value='<%= t.notice.please_wait %>'; submitbutton.disabled=true; return true;"> <table id="form-layout"> <tr> <td id="username-label-container"> <label id="username-label" for="username"> <%= t.label.username %> </label> </td> <td id="username-container"> <input type="text" id="username" name="username" size="32" tabindex="1" accesskey="u" /> </td> </tr> <tr> <td id="password-label-container"> <label id="password-label" for="password"> <%= t.label.password %> </label> </td> <td id="password-container"> <input type="password" id="password" name="password" size="32" tabindex="2" accesskey="p" autocomplete="off" /> </td> </tr> <tr> <td /> <td id="submit-container"> <input type="hidden" id="lt" name="lt" value="<%= escape_html @lt %>" /> <input type="hidden" id="service" name="service" value="<%= escape_html @service %>" /> <input type="submit" class="button" accesskey="l" value="<%= t.button.login %>" tabindex="4" id="login-submit" /> </td> </tr> <tr> <td colspan="2" id="infoline"> <%= @infoline %> </td> </tr> </table> </form>
Version data entries
21 entries across 21 versions & 4 rubygems