[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.14,1.15.2.15 opac-full-serial-issues.tmpl,1.1.2.4,1.1.2.5 opac-passwd.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.8.2.6,1.8.2.7 |
Date: |
Wed, 14 Sep 2005 07:24:41 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32063/koha-tmpl/opac-tmpl/css/en
Modified Files:
Tag: rel_2_2
opac-detail.tmpl opac-full-serial-issues.tmpl opac-passwd.tmpl
opac-user.tmpl
Log Message:
some graphic & link fixes in OPAC
+ some changes in sylesheet (looks nicer, imho)
Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.15.2.14
retrieving revision 1.15.2.15
diff -C2 -r1.15.2.14 -r1.15.2.15
*** opac-detail.tmpl 5 Sep 2005 16:17:37 -0000 1.15.2.14
--- opac-detail.tmpl 14 Sep 2005 14:24:38 -0000 1.15.2.15
***************
*** 70,76 ****
<p>
<!-- TMPL_LOOP
NAME="MARCSUBJCTS" -->
! <label>-</label><a
href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR
NAME="marcsubjct" ESCAPE="URL"-->">
! <!-- TMPL_VAR
NAME="marcsubjct" -->
! </a><br>
<!-- /TMPL_LOOP -->
</p>
--- 70,79 ----
<p>
<!-- TMPL_LOOP
NAME="MARCSUBJCTS" -->
! <p><label>-</label>
! <!-- TMPL_IF
name="linkvalue" -->
! <a
href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=<!-- TMPL_VAR
name="link" -->&and_or=and&operator==&value=<!-- TMPL_VAR NAME="linkvalue"
escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a>, </p>
! <!-- TMPL_ELSE -->
! <a
href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=start&value=<!--
TMPL_VAR NAME="marcsubjct" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct"
--></a>, </p>
! <!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
</p>
***************
*** 78,82 ****
<!-- TMPL_IF name="subjects"
--><p><label><b>Subject(s):</b> </label></p>
<!-- TMPL_LOOP name="subjects"
-->
! <p><a
href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator==&value=<!--
TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject"
--></a>, </p> <!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
--- 81,85 ----
<!-- TMPL_IF name="subjects"
--><p><label><b>Subject(s):</b> </label></p>
<!-- TMPL_LOOP name="subjects"
-->
! <p><a
href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=bibliosubject.subject&and_or=and&operator=start&value=<!--
TMPL_VAR NAME="subject" escape="HTML"-->"><!-- TMPL_VAR NAME="subject"
--></a>, </p> <!-- /TMPL_LOOP -->
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
Index: opac-full-serial-issues.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-full-serial-issues.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac-full-serial-issues.tmpl 16 Jun 2005 15:42:03 -0000 1.1.2.4
--- opac-full-serial-issues.tmpl 14 Sep 2005 14:24:38 -0000 1.1.2.5
***************
*** 19,27 ****
<table>
<tr>
! <th> Date
</th>
! <th> Number
</th>
! <th> Status
</th>
</tr>
--- 19,27 ----
<table>
<tr>
! <th>Date
</th>
! <th>Number
</th>
! <th>Status
</th>
</tr>
***************
*** 35,42 ****
</td>
<td>
! <!-- TMPL_IF Name="status1"
-->Arrived<!-- /TMPL_IF -->
! <!-- TMPL_IF Name="status2"
-->Waited<!-- /TMPL_IF -->
<!-- TMPL_IF Name="status3" -->Late<!--
/TMPL_IF -->
<!-- TMPL_IF Name="status4"
-->Missing<!-- /TMPL_IF -->
</td>
</tr>
--- 35,43 ----
</td>
<td>
! <!-- TMPL_IF Name="status1"
-->Waited<!-- /TMPL_IF -->
! <!-- TMPL_IF Name="status2"
-->Arrived<!-- /TMPL_IF -->
<!-- TMPL_IF Name="status3" -->Late<!--
/TMPL_IF -->
<!-- TMPL_IF Name="status4"
-->Missing<!-- /TMPL_IF -->
+ <!-- TMPL_IF name="notes" -->(<!--
TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
</td>
</tr>
Index: opac-passwd.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-passwd.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-passwd.tmpl 2 Aug 2005 20:58:46 -0000 1.1.2.1
--- opac-passwd.tmpl 14 Sep 2005 14:24:38 -0000 1.1.2.2
***************
*** 2,5 ****
--- 2,7 ----
<div id="mainbloc">
+ <!-- TMPL_IF NAME= "Ask_data" -->
+ <h1>Change your Password</h1>
<!-- TMPL_IF NAME= "Error_messages" -->
<h3>There was a problem with your submission</h3>
***************
*** 16,21 ****
<!-- /TMPL_IF -->
- <!-- TMPL_IF NAME= "Ask_data" -->
- <h1>Change your Password</h1>
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform"
method="get">
<p><label for="password">Current Password:</label><input type="password"
id="Oldkey" size="25" name="Oldkey" /></p>
--- 18,21 ----
Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.8.2.6
retrieving revision 1.8.2.7
diff -C2 -r1.8.2.6 -r1.8.2.7
*** opac-user.tmpl 11 Aug 2005 18:53:53 -0000 1.8.2.6
--- opac-user.tmpl 14 Sep 2005 14:24:38 -0000 1.8.2.7
***************
*** 12,15 ****
--- 12,16 ----
<p><!-- TMPL_VAR NAME="emailaddress" --></p>
<p><a href="/cgi-bin/koha/opac-userupdate.pl"
class="button">Update Record</a></p>
+ <p><a href="/cgi-bin/koha/opac-passwd.pl" class="button">Change
your password</a></p>
<!-- TMPL_IF name="textmessaging"-->
<h2>Message from the library</h2>
***************
*** 17,26 ****
<!-- /TMPL_IF --></div>
! <!-- TMPL_IF NAME="flagged" --><div class="bloc20">
! <h2>There are flags on your account!</h2>
! <!-- TMPL_IF NAME="debarred" --><p><strong>Please
note:</strong> Your account has been frozen. Usually the reason for freezing an
account is old overdues or damage fees. If <a
href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to
be clear, please consult a librarian.</p><!--
! /TMPL_IF -->
! <!-- TMPL_IF NAME="gonenoaddress" --><p><strong>Please note:</strong>
According to our records, we don't have up-to-date <a
href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file.
Please contact your librarian, or use the <a
href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit
current information (<em>Please note:</em> there may be a delay in restoring
your account if you submit online)</p><!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lost" --><p><strong>Please note: </strong> Your library
card has been marked as lost or stolen. If this is an error, please take your
card to the circulation desk at your local library and the error will be
corrected.</p><!-- /TMPL_IF --></div><!-- /TMPL_IF -->
--- 18,36 ----
<!-- /TMPL_IF --></div>
! <!-- TMPL_IF NAME="flagged" -->
! <div class="bloc20">
! <h2>There are flags on your account!</h2>
! <!-- TMPL_IF NAME="debarred" -->
! <p><strong>Please note:</strong> Your account
has been frozen. Usually the reason for freezing an account is old overdues or
damage fees.
! If <a href="/cgi-bin/koha/opac-user.pl">your account
page</a> shows your account to be clear, please consult a librarian.</p>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="gonenoaddress" -->
! <p><strong>Please note:</strong> According to
our records, we don't have up-to-date <a
href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file.
Please contact your librarian, or use the <a
href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit
current information (<em>Please note:</em> there may be a delay in restoring
your account if you submit online)</p>
! <!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="lost" -->
! <p><strong>Please note: </strong> Your library
card has been marked as lost or stolen. If this is an error, please take your
card to the circulation desk at your local library and the error will be
corrected.</p>
! <!-- /TMPL_IF -->
! </div>
! <!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.14,1.15.2.15 opac-full-serial-issues.tmpl,1.1.2.4,1.1.2.5 opac-passwd.tmpl,1.1.2.1,1.1.2.2 opac-user.tmpl,1.8.2.6,1.8.2.7,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-basket-menu.inc,1.2.2.1,1.2.2.2 opac.css,1.17.2.10,1.17.2.11
- Next by Date:
[Koha-cvs] CVS: koha/misc/release notes release_notes_224.txt,NONE,1.1.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en/includes opac-basket-menu.inc,1.2.2.1,1.2.2.2 opac.css,1.17.2.10,1.17.2.11
- Next by thread:
[Koha-cvs] CVS: koha/misc/release notes release_notes_224.txt,NONE,1.1.2.1
- Index(es):