Lines 5-52
Link Here
|
5 |
<div id="agreement_search" role="tabpanel" class="tab-pane active"> |
5 |
<div id="agreement_search" role="tabpanel" class="tab-pane active"> |
6 |
<form action="/cgi-bin/koha/erm/agreements" method="get"> |
6 |
<form action="/cgi-bin/koha/erm/agreements" method="get"> |
7 |
<div class="form-title"> |
7 |
<div class="form-title"> |
8 |
<label class="control-label">Agreement search</label> |
8 |
<label class="control-label" for="agreement_filter">Agreement search</label> |
9 |
</div> |
9 |
</div> |
10 |
<div class="form-content"> |
10 |
<div class="form-content"> |
11 |
<input type="text" name="q" id="agreement_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
11 |
<input type="text" name="q" id="agreement_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
12 |
</div> |
12 |
</div> |
13 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
13 |
<button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button> |
14 |
</form> |
14 |
</form> |
15 |
</div> |
15 |
</div> |
16 |
|
16 |
|
17 |
<div id="license_search" role="tabpanel" class="tab-pane"> |
17 |
<div id="license_search" role="tabpanel" class="tab-pane"> |
18 |
<form action="/cgi-bin/koha/erm/licenses" method="get"> |
18 |
<form action="/cgi-bin/koha/erm/licenses" method="get"> |
19 |
<div class="form-title"> |
19 |
<div class="form-title"> |
20 |
<label class="control-label">License search</label> |
20 |
<label class="control-label" for="license_filter">License search</label> |
21 |
</div> |
21 |
</div> |
22 |
<div class="form-content"> |
22 |
<div class="form-content"> |
23 |
<input type="text" name="q" id="license_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
23 |
<input type="text" name="q" id="license_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
24 |
</div> |
24 |
</div> |
25 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
25 |
<button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button> |
26 |
</form> |
26 |
</form> |
27 |
</div> |
27 |
</div> |
28 |
|
28 |
|
29 |
<div id="package_search" role="tabpanel" class="tab-pane"> |
29 |
<div id="package_search" role="tabpanel" class="tab-pane"> |
30 |
<form action="/cgi-bin/koha/erm/eholdings/local/packages" method="get"> |
30 |
<form action="/cgi-bin/koha/erm/eholdings/local/packages" method="get"> |
31 |
<div class="form-title"> |
31 |
<div class="form-title"> |
32 |
<label class="control-label">Package search</label> |
32 |
<label class="control-label" for="package_name_filter">Package search</label> |
33 |
</div> |
33 |
</div> |
34 |
<div class="form-content"> |
34 |
<div class="form-content"> |
35 |
<input type="text" name="package_name" id="package_name_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
35 |
<input type="text" name="package_name" id="package_name_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
36 |
</div> |
36 |
</div> |
37 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
37 |
<button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button> |
38 |
</form> |
38 |
</form> |
39 |
</div> |
39 |
</div> |
40 |
|
40 |
|
41 |
<div id="title_search" role="tabpanel" class="tab-pane"> |
41 |
<div id="title_search" role="tabpanel" class="tab-pane"> |
42 |
<form action="/cgi-bin/koha/erm/eholdings/local/titles" method="get"> |
42 |
<form action="/cgi-bin/koha/erm/eholdings/local/titles" method="get"> |
43 |
<div class="form-title"> |
43 |
<div class="form-title"> |
44 |
<label class="control-label">Title search</label> |
44 |
<label class="control-label" for="title_filter">Title search</label> |
45 |
</div> |
45 |
</div> |
46 |
<div class="form-content"> |
46 |
<div class="form-content"> |
47 |
<input type="text" name="publication_title" id="title_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
47 |
<input type="text" name="publication_title" id="title_filter" class="head-searchbox form-control" placeholder="Enter search keywords" size="40" /> |
48 |
</div> |
48 |
</div> |
49 |
<button type="submit"><i class="fa fa-arrow-right"></i></button> |
49 |
<button type="submit" aria-label="Search"><i class="fa fa-arrow-right"></i></button> |
50 |
</form> |
50 |
</form> |
51 |
</div> |
51 |
</div> |
52 |
</div><!-- /.tab-content --> |
52 |
</div><!-- /.tab-content --> |