Sha256: 1b0d511d0183ea787478112764d3bb85c650350ce2a01cc4b616062b52f0b4d6

Contents?: true

Size: 1.13 KB

Versions: 13

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">
    <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

13 entries across 13 versions & 1 rubygems

Version Path
rodauth-2.12.0 templates/remember.str
rodauth-2.11.0 templates/remember.str
rodauth-2.10.0 templates/remember.str
rodauth-2.9.0 templates/remember.str
rodauth-2.8.0 templates/remember.str
rodauth-2.7.0 templates/remember.str
rodauth-2.6.0 templates/remember.str
rodauth-2.5.0 templates/remember.str
rodauth-2.4.0 templates/remember.str
rodauth-2.3.0 templates/remember.str
rodauth-2.2.0 templates/remember.str
rodauth-2.1.0 templates/remember.str
rodauth-2.0.0 templates/remember.str