[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes cat-top
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes cat-top.inc,1.11,1.12 circulation-top.inc,1.9,1.10 common-style.css,1.3,1.4 parameters-top.inc,1.9,1.10 |
Date: |
Thu, 07 Aug 2003 07:19:57 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes
In directory
sc8-pr-cvs1:/tmp/cvs-serv20428/koha-tmpl/intranet-tmpl/default/fr/includes
Modified Files:
cat-top.inc circulation-top.inc common-style.css
parameters-top.inc
Log Message:
synch'ing french templates
Index: cat-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** cat-top.inc 23 Jun 2003 11:21:04 -0000 1.11
--- cat-top.inc 7 Aug 2003 14:19:55 -0000 1.12
***************
*** 4,12 ****
<head>
<title>KOHA: INTRANET: Catalogue</title>
- <link rel="stylesheet" type="text/css" href="<TMPL_VAR
name="themelang">/includes/common-style.css">
- </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc"
Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
a.catalogue {
--- 4,18 ----
<head>
<title>KOHA: INTRANET: Catalogue</title>
+ <script language="JavaScript">
+ <!-- Hide from old browsers
+ function openWindow(targeturl, windowname) {
+ newwin =
+ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+ }
+ // end hiding -->
+ </script>
+
+ <link rel="stylesheet" type="text/css" href="<TMPL_VAR
name="themelang">/includes/common-style.css">
<style>
a.catalogue {
***************
*** 29,32 ****
--- 35,43 ----
}
</style>
+ </head>
+ <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc"
Alink="#cc3300"
+ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
+
+
<!------------------------MENUS-------------------------------->
***************
*** 34,38 ****
<tr height="65">
<td valign="bottom" align="left">
! <table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
--- 45,49 ----
<tr height="65">
<td valign="bottom" align="left">
! <table width="100%" cellpadding=0 cellspacing=0 height=60>
<tr>
<td>
***************
*** 68,73 ****
</TABLE>
</div>
! <div id="submenu" style="border-left:0px;">
! <table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
--- 79,83 ----
</TABLE>
</div>
! <table cellpadding=0 cellspacing=0 border=0 height=29>
<tr>
<td width="100"></td>
***************
*** 77,97 ****
</td>
<td>
! <div id="submenu">
! <a
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet"
class="submenu">Recherche MARC</a>
! </div>
</td>
<td>
- <div id="submenu">
<a
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet"
class="submenu">Ajout notice</a>
- </div>
</td>
<td>
! <div id="submenu">
! <a
href="/cgi-bin/koha/maint/catmaintain.pl" target="window0"
class="submenu">Maintenance catalogue</a>
! </div>
</td>
</tr>
</table>
- </div>
</td></tr></table>
</TD>
--- 87,100 ----
</td>
<td>
! <a
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet"
class="submenu2">Recherche MARC</a>
</td>
<td>
<a
href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet"
class="submenu">Ajout notice</a>
</td>
<td>
! <a
href="/cgi-bin/koha/maint/catmaintain.pl" target="window0"
class="submenu2">Maintenance catalogue</a>
</td>
</tr>
</table>
</td></tr></table>
</TD>
Index: circulation-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** circulation-top.inc 5 Jun 2003 12:40:49 -0000 1.9
--- circulation-top.inc 7 Aug 2003 14:19:55 -0000 1.10
***************
*** 4,12 ****
<head>
<title>KOHA: INTRANET: Circulation</title>
- <link rel="stylesheet" type="text/css" href="<TMPL_VAR
name="themelang">/includes/common-style.css">
- </head>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc"
Alink="#cc3300"
- marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<style>
a.circulation {
--- 4,18 ----
<head>
<title>KOHA: INTRANET: Circulation</title>
+ <script language="JavaScript">
+ <!-- Hide from old browsers
+ function openWindow(targeturl, windowname) {
+ newwin =
+ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+ }
+ // end hiding -->
+ </script>
+
+ <link rel="stylesheet" type="text/css" href="<TMPL_VAR
name="themelang">/includes/common-style.css">
<style>
a.circulation {
***************
*** 26,29 ****
--- 32,38 ----
}
</style>
+ </head>
+ <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc"
Alink="#cc3300"
+ marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
<!------------------------MENUS-------------------------------->
***************
*** 31,35 ****
<tr height="65">
<td valign="bottom" align="left">
! <table bgcolor="dddddd" width="100%" cellpadding=0
cellspacing=0>
<tr>
<td>
--- 40,44 ----
<tr height="65">
<td valign="bottom" align="left">
! <table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
***************
*** 65,70 ****
</TABLE>
</div>
! <div id="submenu" style="border-left:0px;">
! <table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
--- 74,78 ----
</TABLE>
</div>
! <table cellpadding=0 cellspacing=0 border=0 height=29>
<tr>
<td width="100"></td>
***************
*** 74,85 ****
</td>
<td>
! <div id="submenu">
! <a
href="/cgi-bin/koha/circ/returns.pl" class="submenu">Retours</a>
! </div>
</td>
<td>
- <div id="submenu">
<a
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
- </div>
</td>
</tr>
--- 82,89 ----
</td>
<td>
! <a
href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Retours</a>
</td>
<td>
<a
href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transferts</a>
</td>
</tr>
Index: common-style.css
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** common-style.css 5 Jun 2003 13:07:20 -0000 1.3
--- common-style.css 7 Aug 2003 14:19:55 -0000 1.4
***************
*** 29,37 ****
cursor: hand;
color:#777777;
padding:4px;
font-weight: bold;
margin:0;
}
-
.koha {
text-align:center;
--- 29,47 ----
cursor: hand;
color:#777777;
+ background-color:#EEEEEE;
+ padding:4px;
+ font-weight: bold;
+ margin:0;
+ }
+ a.submenu2 {
+ font-weight: normal;
+ text-decoration: none;
+ cursor: hand;
+ color:#777777;
+ background-color:#CCCCCC;
padding:4px;
font-weight: bold;
margin:0;
}
.koha {
text-align:center;
Index: parameters-top.inc
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** parameters-top.inc 16 Jul 2003 04:55:43 -0000 1.9
--- parameters-top.inc 7 Aug 2003 14:19:55 -0000 1.10
***************
*** 31,35 ****
<tr height="65">
<td valign="bottom" align="left">
! <table bgcolor="dddddd" width="100%" cellpadding=0
cellspacing=0>
<tr>
<td>
--- 31,35 ----
<tr height="65">
<td valign="bottom" align="left">
! <table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
***************
*** 65,70 ****
</TABLE>
</div>
! <div id="submenu" style="border-left:0px;">
! <table cellpadding=0 cellspacing=0 border=0 height=20>
<tr>
<td width="100"></td>
--- 65,69 ----
</TABLE>
</div>
! <table cellpadding=0 cellspacing=0 border=0 height=29>
<tr>
<td width="100"></td>
***************
*** 74,99 ****
</td>
<td>
! <div id="submenu">
! <a
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu">Valeurs auth</a>
! </div>
</td>
<td>
- <div id="submenu">
<a
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thésaurus</a>
- </div>
</td>
<td>
! <div id="submenu">
! <a
href="/cgi-bin/koha/admin/currency.pl" class="submenu">Monnaies</a>
! </div>
</td>
<td>
- <div id="submenu">
<a
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
- </div>
</td>
</tr>
</table>
- </div>
</td></tr></table>
</TD>
--- 73,89 ----
</td>
<td>
! <a
href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Valeurs
auth</a>
</td>
<td>
<a
href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Thésaurus</a>
</td>
<td>
! <a
href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Monnaies</a>
</td>
<td>
<a
href="/cgi-bin/koha/admin/printers.pl" class="submenu">Imprimantes</a>
</td>
</tr>
</table>
</td></tr></table>
</TD>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/includes cat-top.inc,1.11,1.12 circulation-top.inc,1.9,1.10 common-style.css,1.3,1.4 parameters-top.inc,1.9,1.10,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation.tmpl,1.3,1.4 returns.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr modbibitem.tmpl,NONE,1.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation.tmpl,1.3,1.4 returns.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr modbibitem.tmpl,NONE,1.1
- Index(es):