Line 0
Link Here
|
|
|
1 |
[% USE raw %] |
2 |
[% USE Koha %] |
3 |
[% USE Branches %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Cataloging › Koha</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
</head> |
8 |
|
9 |
<body id="cat_cataloging-home" class="cat"> |
10 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'cataloging-search.inc' %] |
12 |
|
13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
14 |
<ol> |
15 |
<li> |
16 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
17 |
</li> |
18 |
<li> |
19 |
<a href="#" aria-current="page">Cataloging</a> |
20 |
</li> |
21 |
</ol> |
22 |
</nav> |
23 |
|
24 |
<div class="main container-fluid"> |
25 |
<div class="row"> |
26 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
27 |
[% IF ( CAN_user_editcatalogue_edit_catalogue ) %] |
28 |
<div id="toolbar" class="btn-toolbar"> |
29 |
<div class="btn-group"> |
30 |
<button class="btn btn-default" id="newRecord"><i class="fa fa-plus"></i> New record</button> |
31 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button> |
32 |
<ul class="dropdown-menu"> |
33 |
<li><a id="newRecordDefault" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=">Default framework</a></li> |
34 |
[% FOREACH framework IN frameworks %] |
35 |
<li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=[% framework.frameworkcode | uri %]">[% framework.frameworktext | html %]</a></li> |
36 |
[% END %] |
37 |
</ul> |
38 |
</div> |
39 |
[% IF servers.count > 0 %] |
40 |
<div class="btn-group"> |
41 |
<button class="btn btn-default" id="z3950search"><i class="fa fa-search"></i> New from Z39.50/SRU</button> |
42 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button> |
43 |
<ul class="dropdown-menu"> |
44 |
<li id="Default" class="z3950searchFw"><a href="#">Default framework</a></li> |
45 |
[% FOREACH framework IN frameworks %] |
46 |
<li id="[% framework.frameworkcode | html %]" class="z3950searchFw"><a href="#">[% framework.frameworktext | html %]</a></li> |
47 |
[% END %] |
48 |
</ul> |
49 |
</div> |
50 |
[% END # /IF servers.count %] |
51 |
</div> <!-- /#toolbar --> |
52 |
[% END # /IF CAN_user_editcatalogue_edit_catalogue %] |
53 |
|
54 |
<h1>Cataloging</h1> |
55 |
|
56 |
<div class="row"> |
57 |
|
58 |
<div class="col-sm-5 col-md-3"> |
59 |
<h3>New</h3> |
60 |
|
61 |
<ul class="buttons-list"> |
62 |
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 && CAN_user_editcatalogue_advanced_editor %] |
63 |
<li> |
64 |
<a class="circ-button" href="/cgi-bin/koha/cataloguing/editor.pl" class="btn btn-default"><i class="fa fa-pencil"></i> Advanced editor</a> |
65 |
</li> |
66 |
[% END %] |
67 |
</ul> |
68 |
|
69 |
</div> |
70 |
|
71 |
<div class="col-sm-5 col-md-3"> |
72 |
<h3>Import</h3> |
73 |
|
74 |
<ul class="buttons-list"> |
75 |
[% IF ( CAN_user_tools_stage_marc_import ) %] |
76 |
<li> |
77 |
<a class="circ-button" href="/cgi-bin/koha/tools/stage-marc-import.pl"><i class="fa fa-download"></i> Stage records for import</a> |
78 |
</li> |
79 |
[% END %] |
80 |
|
81 |
[% IF ( CAN_user_tools_manage_staged_marc ) %] |
82 |
<li> |
83 |
<a class="circ-button" href="/cgi-bin/koha/tools/manage-marc-import.pl"><i class="fa fa-tasks"></i> Manage staged records</a> |
84 |
</li> |
85 |
[% END %] |
86 |
</ul> |
87 |
|
88 |
<h3>Export</h3> |
89 |
|
90 |
<ul class="buttons-list"> |
91 |
[% IF ( CAN_user_tools_export_catalog ) %] |
92 |
<li> |
93 |
<a class="circ-button" href="/cgi-bin/koha/tools/export.pl"><i class="fa fa-upload"></i> Export catalog data</a> |
94 |
</li> |
95 |
[% END %] |
96 |
</ul> |
97 |
|
98 |
</div> |
99 |
|
100 |
<div class="col-sm-5 col-md-3"> |
101 |
<h3>Batch editing</h3> |
102 |
|
103 |
<ul class="buttons-list"> |
104 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
105 |
<li> |
106 |
<a class="circ-button" href="/cgi-bin/koha/tools/batchMod.pl"><i class="fa fa-hand-grab-o"></i> Batch item modification</a> |
107 |
</li> |
108 |
[% END %] |
109 |
[% IF ( CAN_user_tools_items_batchdel ) %] |
110 |
<li> |
111 |
<a class="circ-button" href="/cgi-bin/koha/tools/batchMod.pl?del=1"><i class="fa fa-trash"></i> Batch item deletion</a> |
112 |
</li> |
113 |
[% END %] |
114 |
[% IF CAN_user_tools_records_batchmod %] |
115 |
<li> |
116 |
<a class="circ-button" href="/cgi-bin/koha/tools/batch_record_modification.pl"><i class="fa fa-line-chart"></i> Batch record modification</a> |
117 |
</li> |
118 |
[% END %] |
119 |
[% IF CAN_user_tools_records_batchdel %] |
120 |
<li> |
121 |
<a class="circ-button" href="/cgi-bin/koha/tools/batch_delete_records.pl"><i class="fa fa-trash"></i> Batch record deletion</a> |
122 |
</li> |
123 |
[% END %] |
124 |
</ul> |
125 |
|
126 |
<h3>Automations</h3> |
127 |
|
128 |
<ul class="buttons-list"> |
129 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
130 |
<li> |
131 |
<a class="circ-button" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl"><i class="fa fa-calendar"></i> Item modifications by age</a> |
132 |
</li> |
133 |
[% END %] |
134 |
</ul> |
135 |
</div> |
136 |
|
137 |
<!-- Add the extra clearfix for only the required viewport --> |
138 |
<div class="clearfix visible-sm-block"></div> |
139 |
|
140 |
<div class="col-sm-5 col-md-3"> |
141 |
<h3>Reports</h3> |
142 |
|
143 |
<ul class="buttons-list"> |
144 |
[% IF ( CAN_user_tools_inventory ) %] |
145 |
<li> |
146 |
<a class="circ-button" href="/cgi-bin/koha/tools/inventory.pl"><i class="fa fa-line-chart"></i> Inventory</a> |
147 |
</li> |
148 |
[% END %] |
149 |
</ul> |
150 |
</div> |
151 |
</div> |
152 |
</div> |
153 |
</div> |
154 |
|
155 |
[% INCLUDE 'intranet-bottom.inc' %] |