koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-t


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.12,1.13 acquisitions-bottom.inc,1.11,1.12 cat-top.inc,1.26,1.27 common-style.css,1.17,1.18 marc-editor.css,1.2,1.3
Date: Fri, 28 May 2004 01:38:07 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32145/koha-tmpl/intranet-tmpl/default/en/includes

Modified Files:
        about-top.inc acquisitions-bottom.inc cat-top.inc 
        common-style.css marc-editor.css 
Log Message:
some HTML & minor modifs

Index: about-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** about-top.inc       14 Apr 2004 19:47:00 -0000      1.12
--- about-top.inc       28 May 2004 08:38:04 -0000      1.13
***************
*** 3,13 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Parameters</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" 
Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
  <style>
--- 3,12 ----
  <html>
  <head>
! <title>KOHA: INTRANET: About</title>
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
  </head>
! <body>
  
  <style>
***************
*** 28,73 ****
  
  <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
!       <td valign="bottom" align="left">
!               <table bgcolor="#dddddd" width="100%" cellpadding=0 
cellspacing=0>
!               <tr>
!                       <td>
!                       <div id="menubar">
!                       <table cellpadding=0 cellspacing=0  border=0 height=29 
width=70%>
!                               <tr>
!                                       <td class="koha"><b>KOHA</b></td>
!                                       <td>
!                                               <a class="home" 
href="/cgi-bin/koha/mainpage.pl">Home</a>
!                                       </td>
!                                       <td>
!                                               <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!                                       </td>
!                                       <td>
!                                               <a class="members" 
href="/cgi-bin/koha/members-home.pl">Members</a>
!                                       </td>
!                                       <td>
!                                               <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
!                                       </td>
!                                       <td>
!                                               <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
!                                       </td>
!                                       <td>
!                                               <a class="reports" 
href="/cgi-bin/koha/reports-home.pl">Reports</a>
!                                       </td>
!                                       <td>
!                                               <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!                                       </td>
!                                       <td>
!                                               <a class="about" 
href="/cgi-bin/koha/about.pl">About</a>
!                                       </td>
!                               </TR>
!                       </TABLE>
!                       </div>
!               </td></tr></table>
!       </TD>
! </tr>
! </table>
! <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a 
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 27,42 ----
  
  <!------------------------MENUS-------------------------------->
! <div id="menubar">
!       <span class="koha">KOHA</span>
!       <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
!       <a class="catalogue" 
href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
!       <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
!       <a class="acquisition" 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
!       <a class="circulation"  
href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
!       <a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
!       <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
!       <a class="about" href="/cgi-bin/koha/about.pl">About</a>
! </div>
! 
  <!-- TMPL_IF NAME="loggedinusername" -->
      <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a 
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>

Index: acquisitions-bottom.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-bottom.inc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** acquisitions-bottom.inc     23 Jun 2003 21:32:32 -0000      1.11
--- acquisitions-bottom.inc     28 May 2004 08:38:04 -0000      1.12
***************
*** 3,10 ****
  
  
! </BLOCKQUOTE>
  
! <CENTER>
! <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
  <A 
HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
--- 3,9 ----
  
  
! </blockquote>
  
! <center>
  <A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
  <A 
HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a> ||
***************
*** 16,22 ****
  <A HREF="/cgi-bin/koha/about.pl">About</a> || 
  Help
! </FONT>
! </CENTER>
! </BODY>
  
! </HTML>
--- 15,20 ----
  <A HREF="/cgi-bin/koha/about.pl">About</a> || 
  Help
! </center>
! </body>
  
! </html>

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** cat-top.inc 3 May 2004 09:28:03 -0000       1.26
--- cat-top.inc 28 May 2004 08:38:04 -0000      1.27
***************
*** 45,50 ****
  <div id="submenu">
        <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
!       <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" 
class="submenu">Quick search</a>
!       <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu2">MARC search</a>
        <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual 
shelves</a>
        <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu2">Add biblio</a>
--- 45,49 ----
  <div id="submenu">
        <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
!       <a 
href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" 
class="submenu2">search</a>
        <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual 
shelves</a>
        <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" 
class="submenu2">Add biblio</a>

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** common-style.css    6 May 2004 14:52:23 -0000       1.17
--- common-style.css    28 May 2004 08:38:04 -0000      1.18
***************
*** 7,10 ****
--- 7,14 ----
  }
  
+ input {
+       display:inline;
+ }
+ 
  p {
        margin-bottom:0px;
***************
*** 21,25 ****
  label {
        float:left;
!       width: 10em;
        display:inline;
  }
--- 25,29 ----
  label {
        float:left;
!       width: 6em;
        display:inline;
  }
***************
*** 32,36 ****
        float:left;
        width: 10em;
!       display:block;
  }
  
--- 36,40 ----
        float:left;
        width: 10em;
!       display:inline;
  }
  
***************
*** 102,106 ****
        background-color:#DDDDDD;
        
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
!       font-size: 125%;
        text-align:center;
        padding: 4px;
--- 106,110 ----
        background-color:#DDDDDD;
        
background-image:url("/intranet-tmpl/default/images/background-mem.gif");
!       font-size: 150%;
        text-align:center;
        padding: 4px;
***************
*** 113,117 ****
--- 117,135 ----
        text-align:center;
        padding:0px;
+       font-size:125%;
+       padding-left:10px;
+       padding-right:10px;
+       padding-bottom:3px;
+       padding-top:3px;
  }
+ 
+ h3 {
+       margin-top:0px;
+       margin-bottom:4px;
+       padding:0px;
+       font-size:100%;
+       font-weight:bold;
+ }
+ 
  #bloctitle{
        
background-image:url("/intranet-tmpl/default/images/background-mem.gif");

Index: marc-editor.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** marc-editor.css     3 May 2004 09:28:03 -0000       1.2
--- marc-editor.css     28 May 2004 08:38:04 -0000      1.3
***************
*** 27,59 ****
        border: thin solid black;
        margin-right: 2px;
!       padding: 20px 10px;
        -moz-border-radius: 5px 0px 0px 5px;
  }
  
  div.tab {
-       display: none;
-       width:95%;
-       text-align: center;
-       background-color:white;
- }
- 
- div.tab:target {
        width:90%;
        text-align: center;
        display: block;
        position:absolute;
        margin-left:70px;
        margin-top:100px;
  }
- 
- :target div.tab {
-       width:100%;
-       text-align: center;
-       display: block;
-       position:absolute;
-       margin-left:10%;
- }
- 
- :target div.tab{
-       display: none;
- }
--- 27,41 ----
        border: thin solid black;
        margin-right: 2px;
!       padding: 10px 10px;
        -moz-border-radius: 5px 0px 0px 5px;
  }
  
  div.tab {
        width:90%;
        text-align: center;
        display: block;
+       visibility:hidden;
        position:absolute;
        margin-left:70px;
        margin-top:100px;
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]