Lines 105-111
Link Here
|
105 |
[% END %] |
105 |
[% END %] |
106 |
[% UNLESS ( copyrightdate_hidden )%] |
106 |
[% UNLESS ( copyrightdate_hidden )%] |
107 |
<li> |
107 |
<li> |
108 |
<div title="Copyright or publication year, for example: 2016"> |
108 |
<div title="Copyright or publication year, for example: 2022"> |
109 |
[% IF ( copyrightdate_required ) %] |
109 |
[% IF ( copyrightdate_required ) %] |
110 |
<label for="copyrightdate" class="required">Publication year:</label> |
110 |
<label for="copyrightdate" class="required">Publication year:</label> |
111 |
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" required="required" /> |
111 |
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" required="required" /> |
Lines 114-120
Link Here
|
114 |
<label for="copyrightdate">Publication year:</label> |
114 |
<label for="copyrightdate">Publication year:</label> |
115 |
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" /> |
115 |
<input type="text" id="copyrightdate" name="copyrightdate" pattern="[12]\d{3}" size="10" maxlength="4" value="[% copyrightdate | html %]" /> |
116 |
[% END %] |
116 |
[% END %] |
117 |
<span class="hint">Copyright or publication year, for example: 2016</span> |
117 |
<span class="hint">Copyright or publication year, for example: 2022</span> |
118 |
</div> |
118 |
</div> |
119 |
</li> |
119 |
</li> |
120 |
[% END %] |
120 |
[% END %] |
121 |
- |
|
|