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

Version Path
synapse-rubycas-server-1.1.4 lib/casserver/views/_login_form.erb
synapse-rubycas-server-1.1.3alpha lib/casserver/views/_login_form.erb
synapse-rubycas-server-1.1.3.pre lib/casserver/views/_login_form.erb
synapses-cas-0.1.11 lib/casserver/views/_login_form.erb
synapses-cas-0.1.10 lib/casserver/views/_login_form.erb
synapses-cas-0.1.9 lib/casserver/views/_login_form.erb
rubycas-server-1.1.2 lib/casserver/views/_login_form.erb
synapses-cas-0.1.8 lib/casserver/views/_login_form.erb
synapses-cas-0.1.7 lib/casserver/views/_login_form.erb
rubycas-server-1.1.1 lib/casserver/views/_login_form.erb
synapses-cas-0.1.6 lib/casserver/views/_login_form.erb
synapses-cas-0.1.5 lib/casserver/views/_login_form.erb
synapses-cas-0.1.4 lib/casserver/views/_login_form.erb
synapses-cas-0.1.3 lib/casserver/views/_login_form.erb
synapses-cas-0.1.2 lib/casserver/views/_login_form.erb
synapses-cas-0.1.1 lib/casserver/views/_login_form.erb
synapses-cas-0.1.0 lib/casserver/views/_login_form.erb
bmedia-casserver-1.1.3 lib/casserver/views/_login_form.erb
bmedia-casserver-1.1.2 lib/casserver/views/_login_form.erb
bmedia-casserver-1.1.1 lib/casserver/views/_login_form.erb