[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-main.tmpl,1.5,1.6
From: |
Rachel Hamilton-Williams |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-main.tmpl,1.5,1.6 |
Date: |
Thu, 31 Jul 2003 19:10:32 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/unido/en
In directory sc8-pr-cvs1:/tmp/cvs-serv5290a
Modified Files:
opac-main.tmpl
Log Message:
html fixes
Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/unido/en/opac-main.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** opac-main.tmpl 17 Jun 2003 11:30:24 -0000 1.5
--- opac-main.tmpl 1 Aug 2003 02:10:30 -0000 1.6
***************
*** 5,16 ****
<title>WELCOME TO THE UNIDO OPAC (Online Public Access Catalogue) </title>
<style type="text/css">
<!--
@import url(<TMPL_VAR NAME='themelang'>/includes/css/home-modern.css);
- input {font-size:16px;
! }
.search-heading {
--- 5,20 ----
<title>WELCOME TO THE UNIDO OPAC (Online Public Access Catalogue) </title>
<style type="text/css">
+
<!--
@import url(<TMPL_VAR NAME='themelang'>/includes/css/home-modern.css);
! input {
! font-size: 16px;
! height: 28px; }
+ .search {
+ height: 28px; }
.search-heading {
***************
*** 46,49 ****
--- 50,69 ----
}
+
+ .ok {
+ height: 32px;
+ width: 40px;
+ background-color: #d59b61;
+ font-family: arial, helvetica, sans-serif;
+ font-size: 16px;
+ font-weight: bold;
+ text-align: center;
+ border: 1px;
+ border-color: #000000;
+ border-style: solid;
+ padding: 0px;
+
+ }
+
-->
***************
*** 98,105 ****
<span class="search-heading">Search</span></td>
! <td><input type=text size="24" name="keyword"> <input type="submit"
value="OK" class="ok"></td>
- </form>
</tr>
<tr><td colspan=3>
--- 118,126 ----
<span class="search-heading">Search</span></td>
! <td><input type=text size="24" name="keyword" class="search"> <input
type="submit" value="OK" class="ok">
! </form></td>
!
</tr>
<tr><td colspan=3>
***************
*** 107,117 ****
<p> </p>
<div class="credit">
! For more information on the koha libary system<br>
! vist <b><a href="http://www.koha.org">www.koha.org</a></b></center>
</div>
</td>
-
- </tr>
-
</tr>
--- 128,135 ----
<p> </p>
<div class="credit">
! For more information on the koha library system<br>
! visit <b><a href="http://www.koha.org">www.koha.org</a></b>
</div>
</td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/unido/en opac-main.tmpl,1.5,1.6,
Rachel Hamilton-Williams <=