Sha256: fa58b546c778533bb89349213917a1b8ade7b41e9be1e64156059c2ca2f36f9e

Contents?: true

Size: 978 Bytes

Versions: 16

Compression:

Stored size: 978 Bytes

Contents

<form method="post" class="form-horizontal" role="form" id="login-form">
  #{csrf_tag if respond_to?(:csrf_tag)}
  <input type="hidden" name="lp" value="#{request['lp']}"/>
  <div class="form-group">
    <label class="col-sm-2 control-label" for="login">Login</label>
    <div class="col-sm-10">
      <input type="text" class="form-control#{' error' if rodauth.field_error(rodauth.login_param)}" name="l" id="login"/> #{rodauth.field_error(rodauth.login_param)}
    </div>
  </div>
  <div class="form-group">
    <label class="col-sm-2 control-label" for="password">Password</label>
    <div class="col-sm-10">
      <input type="password" class="form-control#{' error' if rodauth.field_error(rodauth.password_param)}" name="p" id="password"/> #{rodauth.field_error(rodauth.password_param)}
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-offset-2 col-sm-10">
      <input type="submit" class="btn btn-default" value="Login"/>
    </div>
  </div>
</form>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rodauth-1.15.0 spec/views/login.str
rodauth-1.14.0 spec/views/login.str
rodauth-1.13.0 spec/views/login.str
rodauth-1.12.0 spec/views/login.str
rodauth-1.11.0 spec/views/login.str
rodauth-1.10.0 spec/views/login.str
rodauth-1.9.0 spec/views/login.str
rodauth-1.8.0 spec/views/login.str
rodauth-1.7.0 spec/views/login.str
rodauth-1.6.0 spec/views/login.str
rodauth-1.5.0 spec/views/login.str
rodauth-1.4.0 spec/views/login.str
rodauth-1.3.0 spec/views/login.str
rodauth-1.2.0 spec/views/login.str
rodauth-1.1.0 spec/views/login.str
rodauth-1.0.0 spec/views/login.str