Sha256: 69ba70d9fa933e643f2bf85017cd10674641015dbb5f327a9a4418c1d872ce94

Contents?: true

Size: 1.13 KB

Versions: 25

Compression:

Stored size: 1.13 KB

Contents

<form method="post" class="rodauth" role="form" id="remember-form">
  #{rodauth.remember_additional_form_tags}
  #{rodauth.csrf_tag}
  <fieldset class="form-group mb-3">
    <div class="form-check radio">
      <input type="radio" name="#{rodauth.remember_param}" id="remember-remember" value="#{h rodauth.remember_remember_param_value}" class="form-check-input"/>
      <label class="form-check-label" for="remember-remember">#{rodauth.remember_remember_label}</label>
    </div>
    <div class="form-check radio">
      <input type="radio" name="#{rodauth.remember_param}" id="remember-forget" value="#{h rodauth.remember_forget_param_value}" class="form-check-input"/>
      <label class="form-check-label" for="remember-forget">#{rodauth.remember_forget_label}</label>
    </div>
    <div class="form-check radio">
      <input type="radio" name="#{rodauth.remember_param}" id="remember-disable" value="#{h rodauth.remember_disable_param_value}" class="form-check-input"/>
      <label class="form-check-label" for="remember-disable">#{rodauth.remember_disable_label}</label>
    </div>
  </fieldset>
  #{rodauth.button(rodauth.remember_button)}
</form>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
rodauth-2.37.0 templates/remember.str
rodauth-2.36.0 templates/remember.str
rodauth-2.34.0 templates/remember.str
rodauth-2.33.0 templates/remember.str
rodauth-2.32.0 templates/remember.str
rodauth-2.31.0 templates/remember.str
rodauth-2.30.0 templates/remember.str
rodauth-2.29.0 templates/remember.str
rodauth-2.28.0 templates/remember.str
rodauth-2.27.0 templates/remember.str
rodauth-2.26.1 templates/remember.str
rodauth-2.26.0 templates/remember.str
rodauth-2.25.0 templates/remember.str
rodauth-2.24.0 templates/remember.str
rodauth-2.23.0 templates/remember.str
rodauth-2.22.0 templates/remember.str
rodauth-2.21.0 templates/remember.str
rodauth-2.20.0 templates/remember.str
rodauth-2.19.0 templates/remember.str
rodauth-2.18.0 templates/remember.str