Koha/koha-tmpl/intranet-tmpl/default/fr/intranet-main.tmpl

156 lines
6.5 KiB
Cheetah
Raw Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>BIENVENUE DANS L'INTRANET KOHA </title>
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/intranet-main.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- JAVASCRIPT SCRIPTS -->
<script language="JavaScript" type="text/javascript">
var IE = document.all?true:false;
if (!IE) document.captureEvents(Event.MOUSEMOVE)
document.onmousemove = getMouseXY;
var mouseX = 0;
var mouseY = 0;
function getMouseXY(e) {
if (IE) {
mouseX = event.clientX + document.body.scrollLeft;
mouseY = event.clientY + document.body.scrollTop;
}
else {
mouseX = e.pageX;
mouseY = e.pageY;
}
if (mouseX < 0){mouseX = 0;}
if (mouseY < 0){mouseY = 0;}
return true;
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function SetOn(item) {
for(i=1;i<=7;i++) {
SetOff(i);
}
if (!(layer = MM_findObj('Hint' + item))) return;
layer.style.visibility = 'visible';
}
function SetOff(item) {
if (!(layer = MM_findObj('Hint' + item))) return;
layer.style.visibility = 'hidden';
}
</script>
<script language="javascript" type="text/javascript">
var blnOk=true;
function Load() {
if(document.body.style.backgroundColor!="") { blnOk=false; }
if(document.body.style.color!="") { blnOk=false; }
if(document.body.style.marginTop!="") { blnOk=false; }
if(blnOk) {
for(i=1;i<=6;i++) {
SetOff(i);
}
}
}
</script>
</head>
<body onload="Load();">
<div id="mainbloc">
<div class="image">
<p class="kohalogo">Koha</p>
<p class="kohalogo2">Syst<73>me de biblioth<74>que libre</p>
<p class="kohalogo2">Interface biblioth<74>caire</p>
<hr width="50%" />
<p class="kohalogo2">Koha : un cadeau, un don, une contribution</p>
</div>
<div id="menus">
<!-- RIGHT (disappearing) BLOC -->
<div id="Hint1" class="hint">
<h1 class="catalogue">Catalogue</h1>
<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="catalogue">Recherche catalogue</a>
<p>Search a biblio. When this biblio is found, you can check its status, reserve it, or see where it is</p>
<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="catalogue">Ajouter une notice</a>
<p>Ajouter directement une notice au catalogue de la biblioth<74>que</p>
<a class="catalogue" href="/cgi-bin/koha/bull-home.pl">P<>riodiques</a>
<p>Gestion des abonnements et des p<>riodiques</p>
<a href="/cgi-bin/koha/bookshelves/shelves.pl" class="catalogue">Etag<61>res Virtuelles</a>
<p>Virtual shelves can be used by librarian or patrons to build virtual libraries inside the "real" one.
The virtual shelf can be used by a teacher to help his/her students searching information on a specific topic.
It can be used by a library to define "most valuable books for &lt;some category of patron&gt;"</p>
<!-- TMPL_IF NAME="NOTMARC" -->
<form action="/cgi-bin/koha/loadmodules.pl" method="post">
<input type="hidden" name="module" value="search">
<input type="hidden" name="type" value="intranet">
<input type="text" name="keyword" size="27">
<input type="reset" value="eff"><br>
<p>Saisissez dans le pav<61> et validez</p>
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue">Recherche Avanc<6E>e (Plus d'Options)</a><br>
</form>
<!-- /TMPL_IF -->
</div>
<div id="Hint2" class="hint">
<h1 class="members">Lecteurs</h1>
<h2 class="members">Recherche</h2>
<form action="/cgi-bin/koha/members/member.pl" method="post">
<input type="text" size="27" name="member">
<input type="submit" value="OK"><br>
<p>Saisissez dans le pav<61> et validez</p>
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" width="1" height="12" alt="" hspace="0" vspace="0">
</form>
<a href="/cgi-bin/koha/members/members-home.pl" class="members">Domicile lecteur</a>
<p>Aller <20> la page principale des lecteurs</p>
<a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add" class="members">Ajouter une inscription</a>
<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>
<a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="members">Ajouter une collectivit<69></a>
<p>Add an organisation in the library. This member doesn't have some information a "physical" member has.</p>
</div>
<div id="Hint3" class="hint">
<h1 class="acquisition">Acquisitions</h1>
Lignes de Commande, recevoir des commandes, <20>tablir des budgets...
</div>
<div id="Hint4" class="hint">
<h1 class="reports">Rapports</h1>
Tous les rapports syst<73>me
</div>
<div id="Hint5" class="hint">
<h1 class="reports">Autorit<69>s</h1>
Gestion et recherche des autorit<69>s
</div>
<div id="Hint6" class="hint">
<h1 class="parameters">Param<61>tres</h1>
<h2 class="parameters"><a href="barcodes/barcodes.pl">G<>n<EFBFBD>rateur de code-barres</a></h2>
<h2 class="parameters"><a href="admin/aqbookfund.pl">Fonds de livres</a></h2>
<h2 class="parameters"><a href="import/breeding.pl">Importer dans le r<>servoir</a></h2>
</div>
<div id="Hint7" class="hint">
<h1 class="circulation">Pr<50>t</h1>
Work at the front desk on Issues and returns using only a barcode reader and a mouse
</div>
<!-- MAIN MENU -->
<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" class="acquisition" onMouseOver="SetOn(3);">Acquisitions</a><br/>
<a href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet" class="catalogue" onMouseOver="SetOn(1);">Catalogue</a><br/>
<a href="/cgi-bin/koha/circ/circulation.pl" class="circulation" onMouseOver="SetOn(7);">Pr<50>t</a><br/>
<a href="/cgi-bin/koha/members/members-home.pl" class="members" onMouseOver="SetOn(2);">Lecteurs</a><br/>
<a href="/cgi-bin/koha/authorities/authorities-home.pl" class="reports" onMouseOver="SetOn(5);">Autorit<69>s</a><br/>
<a href="/cgi-bin/koha/reports-home.pl" class="reports" onMouseOver="SetOn(4);">Rapports</a><br/>
<a href="/cgi-bin/koha/admin-home.pl" class="parameters" onMouseOver="SetOn(6);">Param<61>tres</a><br/>
</div>
</div>
</body>
</html>