1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
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;
14 function getMouseXY(e) {
16 mouseX = event.clientX + document.body.scrollLeft;
17 mouseY = event.clientY + document.body.scrollTop;
23 if (mouseX < 0){mouseX = 0;}
24 if (mouseY < 0){mouseY = 0;}
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;
34 function SetOn(item) {
38 if (!(layer = MM_findObj('Hint' + item))) return;
39 layer.style.visibility = 'visible';
41 function SetOff(item) {
42 if (!(layer = MM_findObj('Hint' + item))) return;
43 layer.style.visibility = 'hidden';
46 <script language="javascript" type="text/javascript">
49 if(document.body.style.backgroundColor!="") { blnOk=false; }
50 if(document.body.style.color!="") { blnOk=false; }
51 if(document.body.style.marginTop!="") { blnOk=false; }
62 <body onload="Load();">
65 <p class="kohalogo">Koha</p>
66 <p class="kohalogo2">Open Source Library System</p>
67 <p class="kohalogo2">Librarian interface</p>
69 <p class="kohalogo2">Koha : gift, donation or contribution</p>
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&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&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 <some category of patron>"</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&type=intranet" class="catalogue">Advanced Search (More Options)</a><br>
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">
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>
114 <div id="Hint3" class="hint">
115 <h1 class="acquisition">Acquisitions</h1>
116 Order items, receive orders, set budgets...
118 <div id="Hint4" class="hint">
119 <h1 class="reports">Reports</h1>
120 All the system reports
122 <div id="Hint5" class="hint">
123 <h1 class="reports">Authorities</h1>
124 Authorities management & searches
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>
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
137 <a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
139 <a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" class="catalogue" onMouseOver="SetOn(1);">Catalogue</a><br/>
141 <a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(7);">Circulation</a><br/>
143 <a href="/cgi-bin/koha/members/members-home.pl" class="members" onMouseOver="SetOn(2);">Members</a><br/>
145 <a href="/cgi-bin/koha/authorities/authorities-home.pl" class="reports" onMouseOver="SetOn(5);">Authorities</a><br/>
147 <a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Reports</a><br/>
149 <a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Parameters</a><br/>