From a98950b42183137960bb46598ea2a99ea0c6744b Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 22 Jun 2004 08:40:22 +0000 Subject: [PATCH] - online help for marc search - minor changes in css --- .../default/en/help/search.marc/search.tmpl | 27 +++++++ .../intranet-tmpl/default/en/includes/help-top.inc | 2 +- .../default/en/includes/onlinehelp.css | 85 ++++++++++++++++++++++ 3 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 koha-tmpl/intranet-tmpl/default/en/help/search.marc/search.tmpl create mode 100644 koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css diff --git a/koha-tmpl/intranet-tmpl/default/en/help/search.marc/search.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/search.marc/search.tmpl new file mode 100644 index 0000000000..15036f6b1d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/default/en/help/search.marc/search.tmpl @@ -0,0 +1,27 @@ + +

Search

+

The search id divided in 2 differents parts :

+

Usual fields

+

The usual fields are in the top part of the screen. They contains :

+ +

Search method

+ +

Complete MARC search

+

In the lower part of the search screen, the More fields box let you enter whatever you want : and, or, exclusions (not), search on any MARC field/subfield

+ +

IMPORTANT NOTE : for performance reasons, the * is valid only if you enter a word more than 3 letters long. for words of 3 letters or less, the * is ignored

+
+ \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc b/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc index 5d5ea9ac57..2e109c4c09 100644 --- a/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc +++ b/koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc @@ -5,6 +5,6 @@ KOHA: online help -/includes/common-style.css"> +/includes/onlinehelp.css">
diff --git a/koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css b/koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css new file mode 100644 index 0000000000..21d4fdfaf8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/default/en/includes/onlinehelp.css @@ -0,0 +1,85 @@ +body { + font-family:arial,helvetica; + font-size:10pt; + margin:0px; + padding:0px; + background-color:#99CC33; +} + +p { + margin-bottom:0px; + margin-top:0px; + margin-left:10px; + margin-right:10px; + padding:0px; + clear:left; +} + +.center { + text-align:center; +} + +.button { + text-align: center; + font: 1.2em sans-serif; + padding: 3px; + margin:5px; + display:inline; + height:2em; + border-style: solid; + border-width: 1px; + border-color: black; + text-decoration: none; + color: black; + border-radius: 6px; + cursor:pointer; + -moz-border-radius: 6px; + background-color:#99CC33; +} + +h1 { + color:#000000; + background-color:#99CC33; + font-size: 150%; + text-align:center; + padding: 4px; + border: 4px inset #99CC33; +} + +h2 { + margin-top:0px; + margin-bottom:4px; + text-align:left; + background-color:#99CC33; + padding:0px; + font-size:125%; + padding-left:10px; + padding-right:10px; + padding-bottom:3px; + padding-top:3px; + margin-right:30%; +} + +h3 { + margin-top:0px; + margin-bottom:4px; + padding:0px; + font-size:100%; + font-weight:bold; +} + +#mainbloc { + float:left; + width:90%; + border-top:1px solid #000000; + border-left:1px solid #000000; + border-right:3px solid #000000; + border-bottom:3px solid #000000; + background-color:#FFFFFF; + margin-left:10px; + margin-right:10px; + padding-bottom:100px; + padding-left:10px; + padding-top:10px; + padding-right:10px; +} \ No newline at end of file -- 2.11.0