Synch with rel_2_2: Enabling alternating table row colors in issues list, showing...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / intranet-main.tmpl
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4         <title>WELCOME TO THE KOHA INTRANET </title>
5         <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/intranet-main.css">
6         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
7 <!-- JAVASCRIPT SCRIPTS -->
8         <script language="JavaScript" type="text/javascript">
9                 var IE = document.all?true:false;
10                 if (!IE) document.captureEvents(Event.MOUSEMOVE)
11                 document.onmousemove = getMouseXY;
12                 var mouseX = 0;
13                 var mouseY = 0;
14                 function getMouseXY(e) {
15                         if (IE) {
16                                 mouseX = event.clientX + document.body.scrollLeft;
17                                 mouseY = event.clientY + document.body.scrollTop;
18                         }
19                         else {
20                                 mouseX = e.pageX;
21                                 mouseY = e.pageY;
22                         }  
23                         if (mouseX < 0){mouseX = 0;}
24                         if (mouseY < 0){mouseY = 0;}  
25                         return true;
26                 }
27                 function MM_findObj(n, d) { //v4.0
28                         var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
29                         d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
30                         if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
31                         for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
32                         if(!x && document.getElementById) x=document.getElementById(n); return x;
33                 }
34                 function SetOn(item) {
35                         for(i=1;i<=7;i++) {
36                                 SetOff(i);
37                         }
38                         if (!(layer = MM_findObj('Hint' + item))) return;
39                         layer.style.visibility = 'visible';
40                 }
41                 function SetOff(item) {
42                         if (!(layer = MM_findObj('Hint' + item))) return;
43                         layer.style.visibility = 'hidden';
44                 }
45                 function addauthority() {
46                         X = document.forms["f"].authtype.value;
47                         window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
48                 }
49                 function searchauthority() {
50                         X = document.forms["f"].authtype2.value;
51                         Y = document.forms["f"].value.value;
52                         window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
53                 }
54         </script>
55         <script language="javascript" type="text/javascript">
56         var blnOk=true;
57         function Load() {
58                 if(document.body.style.backgroundColor!="") { blnOk=false; }
59                 if(document.body.style.color!="") { blnOk=false; }
60                 if(document.body.style.marginTop!="") { blnOk=false; }
61                 if(blnOk) {
62                         for(i=1;i<=6;i++) {
63                                 SetOff(i);
64                         }
65
66                         }
67                 }
68         </script>
69
70 </head>
71 <body onload="Load();">
72 <div id="mainbloc">
73         <div class="image">
74                 <p class="kohalogo">Koha</p>
75                 <p class="kohalogo2">Open Source  Library System</p>
76                 <p class="kohalogo2">Librarian interface</p>
77                 <hr width="50%" />
78                 <p class="kohalogo2">Koha : gift, donation or contribution</p>
79         </div>
80         <div id="menus">
81 <!-- RIGHT (disappearing) BLOC -->
82                 <div id="Hint1" class="hint">
83                         <h1 class="catalogue">Catalogue</h1>
84                         <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Search catalogue</a>
85                                 <p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
86                         <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Add biblio</a>
87                                 <p>Directly add a biblio in the library catalogue</p>
88                         <a class="catalogue" href="/cgi-bin/koha/bull-home.pl">Serials</a>
89                                 <p>Manage serial subscriptions and issues</p>
90                         <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Virtual shelves</a>
91                                 <p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
92                                 The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
93                                 It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
94                         <!-- TMPL_IF NAME="NOTMARC" -->
95                                 <form action="/cgi-bin/koha/loadmodules.pl" method="post">
96                                         <input type="hidden" name="module" value="search">
97                                         <input type="hidden" name="type" value="intranet">
98                                         <input type="text" name="keyword" size="27">
99                                         <input type="reset" value="clr"><br>
100                                         <p>Type in the box and press the enter key.</p>
101                                         <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue">Advanced Search (More Options)</a><br>
102                                 </form>
103                         <!-- /TMPL_IF -->
104                 </div>
105                 <div id="Hint2" class="hint">
106                         <h1 class="members">Members</h1>
107                         <h2 class="members">Search</h2>
108                         <form action="/cgi-bin/koha/members/member.pl" method="post">
109                                 <input type="text" size="27" name="member">
110                                 <input type="submit" value="OK"><br>
111                                 <p>Type in the box and press the enter key.</p>
112                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
113                         </form>
114
115                         <a href="/cgi-bin/koha/members/members-home.pl" class="members">Member home</a>
116                         <p>Go to the main member page</p>
117                         <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="members">Add member</a>
118                         <p>Add a member in the library. The member can be attached to any branch of the library. He or she can also have children.</p>
119                         <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="members">Add organisation</a>
120                         <p>Add an organisation in the library. This member doesn't have some information a "physical" member has.</p>
121                 </div>
122                 
123                 <div id="Hint3" class="hint">
124                         <h1 class="acquisition">Acquisitions</h1>
125                         Order items, receive orders, set budgets...
126                         <form action="/cgi-bin/koha/acqui/order.pl" method="post">
127                         Supplier name : <input type="text"  size="25"   name="supplier">
128                         <input type="submit" class="button acquisition" value="OK">
129                         </form>
130                         <p>or <a href="histsearch.pl" class="button acquisition">Search order history</a></p>
131                         
132                 </div>
133                 <div id="Hint4" class="hint">
134                         <h1 class="reports">Reports</h1>
135                         All the system reports
136                         <div id="bloc25">
137                         <h2 class="reports">Stats</h2>
138                         <ul>
139                         <li>on catalogue
140                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/reports/inventory.pl">Inventory/Stocktaking</a></p>
141                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></p>
142                         <li>on issues
143                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/stats.pl?time=yesterday">Till Reconcipation:</a> Daily Report (yesterday)</p>
144                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/stats.pl?time=today">Till Reconcipation:</a> Daily Report (today)</p>
145                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/overdue.pl">Overdue items</a></p>
146                         </ul>
147                         </div>
148                         <div id="bloc25">
149                         <h2 class="reports">Stat wizards</h2>
150                         <table>
151                         <tr>
152                         <td class="little"><a class="reports little" href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></td>
153                         <td class="little"><a class="reports little" href="/cgi-bin/koha/reports/borrowers_stats.pl">Borrowers</a></td>
154                         </tr>
155                         <tr>
156                         <td class="little"><a class="reports little" href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalogue</a></td>
157                         <td class="little"><a class="reports little" href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></td>
158                         </tr>
159                         </table>
160                         </div>
161                         <div id="bloc25">
162                         <h2 class="reports">Top Lists</h2>
163                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/reports/bor_issues_top.pl">Most issuing Borrowers</a></p>
164                                 <p class="little"><a class="reports little" href="/cgi-bin/koha/reports/cat_issues_top.pl">Most issued items</a></p>
165                         </div>
166                 </div>
167                 
168                 <div id="Hint5" class="hint">
169                         <h1 class="authority">Authorities</h1>
170                         Authorities management &amp; searches
171                         <form name="f" >
172                                 <h2 >
173                                         <select name="authtype">
174                                         <!-- TMPL_LOOP NAME="authtypesloop" -->
175                                                 <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
176                                                         <!-- TMPL_VAR NAME="authtypetext" -->
177                                                 </option>
178                                         <!-- /TMPL_LOOP -->
179                                         </select>
180                                         <a href="javascript:addauthority()" class="authority">Add Authority</a>
181                                 </h2>
182                                 <h2>Search 
183                                 <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
184                                 in
185                                         <select name="authtype2">
186                                         <!-- TMPL_LOOP NAME="authtypesloop" -->
187                                                 <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
188                                                         <!-- TMPL_VAR NAME="authtypetext" -->
189                                                 </option>
190                                         <!-- /TMPL_LOOP -->
191                                         </select>
192                                 </h2>
193                                 <input type="hidden" name="marclist" value="">
194                                 <input type="hidden" name="and_or" value="and">
195                                 <input type="hidden" name="excluding" value="">
196                                 <input type="hidden" name="operator" value="contains">
197                                 <input type="hidden" name="op" value="do_search">
198                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
199                                 <a href="javascript:searchauthority()" class="authority">
200                                         Search
201                                 </a>
202                         </form>
203                 </div>
204                 <div id="Hint6" class="hint">
205                         <h1 class="parameters">Parameters</h1>
206                         <h2 class="parameters"><a href="barcodes/barcodes.pl">Barcodes generator</a></h2>
207                         <h2 class="parameters"><a href="admin/aqbookfund.pl">Book funds</a></h2>
208                         <h2 class="parameters"><a href="import/breeding.pl">Import in reservoir</a></h2>
209                 </div>
210                 <div id="Hint7" class="hint">
211                         <h1 class="circulation">Circulation</h1>
212                         Work at the front desk on Issues and returns using only a barcode reader and a mouse
213                                 <h2 class="circulation">
214                                         Issue
215                                 </h2>
216                                 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
217                                         <p>Enter borrower card number or partial last name <input name="findborrower">
218                                         <input type="submit" value="OK" class="button circulation"></p>
219                                 </form>
220                                 <h2 class="circulation">
221                                         Return
222                                 </h2>
223                                 <form method="post" action="/cgi-bin/koha/circ/returns.pl">
224                                 <p>Enter Book Barcode</p>
225                                 <label class="label20">Item Barcode:</label><input name="barcode" size="10">
226                                 <input type="submit" value="OK" class="button circulation">
227                                 </form>
228
229                 </div>
230 <!-- MAIN MENU -->
231                 <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
232                 
233                 <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue" onMouseOver="SetOn(1);">Catalogue</a><br/>
234                 
235                 <a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(7);">Circulation</a><br/>
236                 
237                 <a href="/cgi-bin/koha/members/members-home.pl" class="members" onMouseOver="SetOn(2);">Members</a><br/>
238                 
239                 <a href="/cgi-bin/koha/authorities/authorities-home.pl" class="reports" onMouseOver="SetOn(5);">Authorities</a><br/>
240                 
241                 <a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Reports</a><br/>
242                 
243                 <a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Parameters</a><br/>
244
245
246
247         </div>
248 </div>
249 </body>
250 </html>