[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/fr/includes opac-basket-top.inc,NONE,1.1

doXulting doxulting at users.sourceforge.net
Mon Jul 5 19:12:51 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26459/koha-tmpl/opac-tmpl/css/fr/includes

Added Files:
	opac-basket-top.inc 
Log Message:
OPAC basket top

--- NEW FILE ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<html>
<head>
	<title>Panier de notices OPAC</title>
	<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css">
	<script src='/js/basket.js'></script>
	<SCRIPT language='javascript'>
		var MSG_NO_RECORD_SELECTED = "Aucune notice sélectionnée";
		var MSG_NO_RECORD_ADDED = "Aucune notice ajoutée";
		var MSG_CONFIRM_DEL_BASKET = "Voulez-vous supprimer toutes les notices du panier ?"
		var MSG_CONFIRM_DEL_RECORDS = "Voulez-vous effacer les notices sélectionnées ?";
	</SCRIPT>
</head>





More information about the Koha-cvs mailing list