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

130 lines
3.8 KiB
Cheetah
Executable file
Raw Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
<title>Bienvenue dans l'OPAC de Koha</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
cursor: hand;
color : #FFFFFF;
text-decoration : none;
padding: 4px;
font-weight: bold;
}
a:visited {
text-decoration: none;
cursor: hand;
color : #FFFFFF;
text-decoration : none;
padding: 4px;
font-weight: bold;
}
a:hover {
text-decoration: none;
cursor: hand;
color : #FFFFCC;
text-decoration : none;
padding: 4px;
font-weight: bold;
}
a:active {
text-decoration: none;
cursor: hand;
color : #FFFFCC;
text-decoration : none;
padding: 4px;
font-weight: bold;
}
body {
background-color : #339999;
color : #000000;
margin : 0px;
padding : 0px;
}
input {
font-size: 16px;
}
-->
</style>
</head>
<body onload="document.catsearch.keyword.focus();">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="<!-- TMPL_VAR NAME="themelang" -->/images/front-background-med.gif">
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="1" height="440" hspace="0" vspace="0" border="0" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="260" height="88" hspace="0" vspace="0" border="0"></td>
<td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="30" height="88" hspace="0" vspace="0" border="0"></td>
<td><img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="350" height="88" hspace="0" vspace="0" border="0"></td>
</tr>
<tr>
<td align="right">
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/holder.gif" alt="" width="1" height="30" hspace="0" vspace="0" border="0">
<!-- TMPL_VAR name="LibraryName" -->
</td>
<td valign="top">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow.gif" alt="" border="0" width="27" height="22">
</td>
<td>
<font size="+2">
Chercher dans le catalogue
</font>
<form action="/cgi-bin/koha/opac-searchresults.pl" name="catsearch" id="catsearch">
<input type="hidden" name="type" value="opac">
<input type="text" name="keyword" size="27"><br>
<b>Saisissez et validez avec Entr<74>e.</b><br>
<a href="/cgi-bin/koha/opac-search.pl">
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow-small.gif" alt="-" width="20" height="16" hspace="0" vspace="0" border="0" align="middle">
Recherche avanc<6E>e
</a>
</form>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td valign="top">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow.gif" alt="" width="27" height="22" border="0">
</td>
<td>
<font size="+2">
Acquisitions r<>centes
</font><br>
<form action="/cgi-bin/koha/opac-new.pl" name="new">
<!-- TMPL_VAR name="CGIitemtype" --> <b>acquis <br>
dans les derniers <input type="text" name="duration" value="30" size=3> jours</b>
<br>
<input type="submit" value="OK">
</form>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/front-arrow.gif" alt="" width="27" height="22" border="0">
</td>
<td>
<!-- TMPL_IF NAME="loggedinuser" -->
<p align="left">Connect<63> en tant que: <!-- TMPL_VAR NAME="loggedinuser" --> [<a href=/cgi-bin/koha/opac-user.pl>Accueil lecteur</a>][<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">D<>connecter</a>]</p>
<!-- TMPL_ELSE -->
<p align="left"><a href="/cgi-bin/koha/opac-user.pl">S'identifier</a></p>
<!-- /TMPL_IF -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>