Fixed bug 968
[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         </script>
46         <script language="javascript" type="text/javascript">
47         var blnOk=true;
48         function Load() {
49                 if(document.body.style.backgroundColor!="") { blnOk=false; }
50                 if(document.body.style.color!="") { blnOk=false; }
51                 if(document.body.style.marginTop!="") { blnOk=false; }
52                 if(blnOk) {
53                         for(i=1;i<=6;i++) {
54                                 SetOff(i);
55                         }
56
57                         }
58                 }
59         </script>
60
61 </head>
62 <body onload="Load();">
63 <div id="mainbloc">
64         <div class="image">
65                 <p class="kohalogo">Koha</p>
66                 <p class="kohalogo2">Open Source  Library System</p>
67                 <p class="kohalogo2">Librarian interface</p>
68                 <hr width="50%" />
69                 <p class="kohalogo2">Koha : gift, donation or contribution</p>
70         </div>
71         <div id="menus">
72 <!-- RIGHT (disappearing) BLOC -->
73                 <div id="Hint1" class="hint">
74                         <h1 class="catalogue">Catalogue</h1>
75                         <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Search catalogue</a>
76                                 <p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
77                         <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Add biblio</a>
78                                 <p>Directly add a biblio in the library catalogue</p>
79                         <a class="catalogue" href="/cgi-bin/koha/bull-home.pl">Serials</a>
80                                 <p>Manage serial subscriptions and issues</p>
81                         <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Virtual shelves</a>
82                                 <p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
83                                 The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
84                                 It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
85                         <!-- TMPL_IF NAME="NOTMARC" -->
86                                 <form action="/cgi-bin/koha/loadmodules.pl" method="post">
87                                         <input type="hidden" name="module" value="search">
88                                         <input type="hidden" name="type" value="intranet">
89                                         <input type="text" name="keyword" size="27">
90                                         <input type="reset" value="clr"><br>
91                                         <p>Type in the box and press the enter key.</p>
92                                         <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue">Advanced Search (More Options)</a><br>
93                                 </form>
94                         <!-- /TMPL_IF -->
95                 </div>
96                 <div id="Hint2" class="hint">
97                         <h1 class="members">Members</h1>
98                         <h2 class="members">Search</h2>
99                         <form action="/cgi-bin/koha/members/member.pl" method="post">
100                                 <input type="text" size="27" name="member">
101                                 <input type="submit" value="OK"><br>
102                                 <p>Type in the box and press the enter key.</p>
103                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
104                         </form>
105
106                         <a href="/cgi-bin/koha/members/members-home.pl" class="members">Member home</a>
107                         <p>Go to the main member page</p>
108                         <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="members">Add member</a>
109                         <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>
110                         <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="members">Add organisation</a>
111                         <p>Add an organisation in the library. This member doesn't have some information a "physical" member has.</p>
112                 </div>
113                 
114                 <div id="Hint3" class="hint">
115                         <h1 class="acquisition">Acquisitions</h1>
116                         Order items, receive orders, set budgets...
117                 </div>
118                 <div id="Hint4" class="hint">
119                         <h1 class="reports">Reports</h1>
120                         All the system reports
121                 </div>
122                 <div id="Hint5" class="hint">
123                         <h1 class="reports">Authorities</h1>
124                         Authorities management &amp; searches
125                 </div>
126                 <div id="Hint6" class="hint">
127                         <h1 class="parameters">Parameters</h1>
128                         <h2 class="parameters"><a href="barcodes/barcodes.pl">Barcodes generator</a></h2>
129                         <h2 class="parameters"><a href="admin/aqbookfund.pl">Book funds</a></h2>
130                         <h2 class="parameters"><a href="import/breeding.pl">Import in reservoir</a></h2>
131                 </div>
132                 <div id="Hint7" class="hint">
133                         <h1 class="circulation">Circulation</h1>
134                         Work at the front desk on Issues and returns using only a barcode reader and a mouse
135                 </div>
136 <!-- MAIN MENU -->
137                 <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
138                 
139                 <a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue" onMouseOver="SetOn(1);">Catalogue</a><br/>
140                 
141                 <a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(7);">Circulation</a><br/>
142                 
143                 <a href="/cgi-bin/koha/members/members-home.pl" class="members" onMouseOver="SetOn(2);">Members</a><br/>
144                 
145                 <a href="/cgi-bin/koha/authorities/authorities-home.pl" class="reports" onMouseOver="SetOn(5);">Authorities</a><br/>
146                 
147                 <a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Reports</a><br/>
148                 
149                 <a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Parameters</a><br/>
150
151
152
153         </div>
154 </div>
155 </body>
156 </html>