</div>
<div class="col-md-6 patron-reg-example">
[% draw_example_text('au', 'dob') %]
- <span>Example: 09/15/1980</span>
</div>
</div>
<div class="row reg-field-row" ng-show="show_field('au.juvenile')">
[% draw_field_label('au', 'juvenile') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
ng-change="field_modified()"
ng-blur="handle_field_changed(patron, 'juvenile')"
[% draw_form_input('au', 'ident_value') %]
<div class="col-md-6 patron-reg-example">
[% draw_example_text('au', 'ident_value') %]
- <span>Example: GA-123456789</span>
+ <span>Example: GA-123456789 <a href="https://pines.georgialibraries.org/dokuwiki/doku.php?id=circ:accounts:reg_field_desc#idformats"
+ target="_blank">(see more examples)</a></span>
</div>
</div>
<!-- IDENT_VALUE2 -->
<div class="row reg-field-row" ng-show="show_field('au.ident_value2')">
- <!-- PINES Customization: Relabel field -->
- <div class="col-md-3 reg-field-label">
- <!--field label -->
- <label class="ng-binding">Parent/Guardian</label>
- <!--field documentation img/link-->
- <img class="ng-hide" ng-show="field_doc.au.ident_value2" ng-click="set_selected_field_doc('au','ident_value2')" src="/images/question-mark.png">
- </div>
+ [% draw_field_label('au', 'ident_value2') %]
[% draw_form_input('au', 'ident_value2') %]
<div class="col-md-6 patron-reg-example">
[% draw_example_text('au', 'ident_value2') %]
- <div ng-show="parent_alert" class="patron-reg-validation-alert">
- <span>Parent/Guardian is Required (Ex: Jane Smith - Mom)</span>
- </div>
</div>
</div>
<div class="row reg-field-row" ng-show="show_field('au.active')">
[% draw_field_label('au', 'active') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
ng-change="field_modified()"
ng-blur="handle_field_changed(patron, 'active')"
<div class="row reg-field-row" ng-show="show_field('au.barred')">
[% draw_field_label('au', 'barred') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
ng-change="field_modified()"
ng-blur="handle_field_changed(patron, 'barred')"
<div class="row reg-field-row" ng-show="show_field('au.master_account')">
[% draw_field_label('au', 'master_account') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
ng-change="field_modified()"
ng-blur="handle_field_changed(patron, 'master_account')"
<div class="row reg-field-row" ng-show="show_field('aua.valid')">
[% draw_field_label('aua', 'valid') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
type='checkbox'
ng-change="field_modified()"
<div class="row reg-field-row" ng-show="show_field('aua.within_city_limits')">
[% draw_field_label('aua', 'within_city_limits') %]
<div class="col-md-3 reg-field-input">
- <div class='checkbox' style="margin-left:20px;">
<input
type='checkbox'
ng-change="field_modified()"