Lines 28-34
Link Here
|
28 |
<li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li> |
28 |
<li><label for="authorany">Author (any): </label> <input type="text" id="authorany" name="authorany" value="" /></li> |
29 |
<li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li> |
29 |
<li><label for="authorpersonal">Author (personal): </label> <input type="text" id="authorpersonal" name="authorpersonal" value="[% authorpersonal | html %]" /></li> |
30 |
<li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li> |
30 |
<li><label for="authorcorp">Author (corporate): </label> <input type="text" id="authorcorp" name="authorcorp" value="[% authorcorp | html %]" /></li> |
31 |
<li><label for="authormeetingcon">Author (meeting/conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li> |
31 |
<li><label for="authormeetingcon">Author (meeting / conference): </label> <input type="text" id="authormeetingcon" name="authormeetingcon" value="[% authormeetingcon | html %]" /></li> |
32 |
</ol> |
32 |
</ol> |
33 |
</fieldset> |
33 |
</fieldset> |
34 |
</div> |
34 |
</div> |
Lines 63-69
Link Here
|
63 |
</div> |
63 |
</div> |
64 |
</div> |
64 |
</div> |
65 |
</div> |
65 |
</div> |
66 |
<fieldset class="action"><input type="submit" class="submit" value="Search"/> <a class="cancel close" href="#">Cancel</a></fieldset> |
66 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
|
|
67 |
<div class="container-fluid"> |
68 |
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel close" href="#">Cancel</a></fieldset> |
69 |
</div> |
70 |
</nav> |
67 |
</form> |
71 |
</form> |
68 |
[% ELSE %] |
72 |
[% ELSE %] |
69 |
<h2>Results for authority records</h2> |
73 |
<h2>Results for authority records</h2> |
70 |
- |
|
|