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 help-bo


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes help-bottom.inc,NONE,1.1 help-top.inc,NONE,1.1 about-top.inc,1.13,1.14 acquisitions-top.inc,1.18,1.19 cat-top.inc,1.27,1.28 circulation-top.inc,1.24,1.25 common-style.css,1.18,1.19 marc-editor.css,1.3,1.4 members-top.inc,1.20,1.21 parameters-top.inc,1.24,1.25 reports-top.inc,1.18,1.19
Date: Thu, 03 Jun 2004 03:21:40 -0700

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

Modified Files:
        about-top.inc acquisitions-top.inc cat-top.inc 
        circulation-top.inc common-style.css marc-editor.css 
        members-top.inc parameters-top.inc reports-top.inc 
Added Files:
        help-bottom.inc help-top.inc 
Log Message:
* added online help link
* minor modifs in the css

--- NEW FILE ---
<a href="javascript:window.close()" class="button">Close online help</a>
</div>
</body>
</html>
--- NEW FILE ---
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html>
<head>
<title>KOHA: online help</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
<body>
<div id="mainbloc">

Index: about-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** about-top.inc       28 May 2004 08:38:04 -0000      1.13
--- about-top.inc       3 Jun 2004 10:21:37 -0000       1.14
***************
*** 10,13 ****
--- 10,19 ----
  <body>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <style>
  
***************
*** 37,40 ****
--- 43,47 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  

Index: acquisitions-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** acquisitions-top.inc        14 Apr 2004 19:47:00 -0000      1.18
--- acquisitions-top.inc        3 Jun 2004 10:21:37 -0000       1.19
***************
*** 9,12 ****
--- 9,18 ----
  <body>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <style>
  .acquisition {
***************
*** 36,39 ****
--- 42,46 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <!-- TMPL_IF NAME="loggedinusername" -->

Index: cat-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** cat-top.inc 28 May 2004 08:38:04 -0000      1.27
--- cat-top.inc 3 Jun 2004 10:21:37 -0000       1.28
***************
*** 15,18 ****
--- 15,24 ----
  </script>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <style>
***************
*** 42,45 ****
--- 48,52 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <div id="submenu">

Index: circulation-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** circulation-top.inc 14 Apr 2004 19:47:00 -0000      1.24
--- circulation-top.inc 3 Jun 2004 10:21:37 -0000       1.25
***************
*** 18,21 ****
--- 18,28 ----
  </script>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
+ 
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" 
-->/includes/common-style.css">
  <style>
***************
*** 48,51 ****
--- 55,59 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <div id="submenu">

Index: common-style.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/common-style.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** common-style.css    28 May 2004 08:38:04 -0000      1.18
--- common-style.css    3 Jun 2004 10:21:37 -0000       1.19
***************
*** 28,39 ****
        display:inline;
  }
! label20 {
        float:left;
        width: 4em;
        display:inline;
  }
! label100 {
        float:left;
!       width: 10em;
        display:inline;
  }
--- 28,39 ----
        display:inline;
  }
! .label20 {
        float:left;
        width: 4em;
        display:inline;
  }
! .label100 {
        float:left;
!       width: 12em;
        display:inline;
  }
***************
*** 64,67 ****
--- 64,68 ----
        border-collapse:collapse;
        width:100%;
+       font-size:10px;
  }
  

Index: marc-editor.css
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/marc-editor.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** marc-editor.css     28 May 2004 08:38:04 -0000      1.3
--- marc-editor.css     3 Jun 2004 10:21:37 -0000       1.4
***************
*** 11,14 ****
--- 11,15 ----
        margin-left:5%;
        width:90%;
+       display:block;
  }
  
***************
*** 17,21 ****
        position:absolute;
        margin-left:50px;
!       margin-top:100px;
  }
  
--- 18,22 ----
        position:absolute;
        margin-left:50px;
!       margin-top:110px;
  }
  
***************
*** 33,41 ****
  div.tab {
        width:90%;
-       text-align: center;
        display: block;
        visibility:hidden;
        position:absolute;
        margin-left:70px;
!       margin-top:100px;
  }
--- 34,57 ----
  div.tab {
        width:90%;
        display: block;
        visibility:hidden;
        position:absolute;
        margin-left:70px;
!       margin-top:110px;
! }
! 
! .MARCtag { /* style for tag definition (700 - Statement of responsability) */
!       font-weight:bold;
!       color:#ad11ad;
!       background-color:FFFFFF;
!       background-image:url('');
!       border-bottom: thin solid #ad11ad;
!       margin-right:30%;
! }
! 
! .labelsubfield { /* style for each subfield (like : a Publication year), just 
before the biblio subfield */
!       float:left;
!       width: 12em;
!       margin-left:30px;
!       display:inline;
  }

Index: members-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** members-top.inc     14 Apr 2004 19:47:00 -0000      1.20
--- members-top.inc     3 Jun 2004 10:21:37 -0000       1.21
***************
*** 9,12 ****
--- 9,18 ----
  <body>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <style>
  .members {
***************
*** 35,38 ****
--- 41,45 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <div id="submenu">

Index: parameters-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** parameters-top.inc  3 May 2004 09:28:03 -0000       1.24
--- parameters-top.inc  3 Jun 2004 10:21:37 -0000       1.25
***************
*** 25,28 ****
--- 25,33 ----
  <body>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
  <!------------------------MENUS-------------------------------->
  <div id="menubar">
***************
*** 36,39 ****
--- 41,45 ----
                        <a class="parameters" 
href="/cgi-bin/koha/admin-home.pl">Parameters</a>
                        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+                       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <div id="submenu">

Index: reports-top.inc
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** reports-top.inc     14 Apr 2004 19:47:00 -0000      1.18
--- reports-top.inc     3 Jun 2004 10:21:37 -0000       1.19
***************
*** 9,12 ****
--- 9,18 ----
  <body>
  
+ <script>
+ function Help() {
+       newin=window.open("/cgi-bin/koha/help.pl","Koha 
Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+ }
+ </script>
+ 
  <style>
  .reports {
***************
*** 35,38 ****
--- 41,45 ----
        <a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
        <a class="about" href="/cgi-bin/koha/about.pl">About</a>
+       <a class="catalogue" href="javascript:Help()">Help</a>
  </div>
  <div id="submenu">




reply via email to

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