[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters check
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters checkmarc.tmpl,NONE,1.1 admin-home.tmpl,1.10,1.11 aqbookfund.tmpl,1.5,1.6 aqbudget.tmpl,1.2,1.3 authorised_values.tmpl,1.3,1.4 branches.tmpl,1.7,1.8 koha2marclinks.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.11,1.12 marctagstructure.tmpl,1.5,1.6 systempreferences.tmpl,1.4,1.5 thesaurus.tmpl,1.5,1.6 |
Date: |
Thu, 23 Jan 2003 04:29:17 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory
sc8-pr-cvs1:/tmp/cvs-serv8818/koha-tmpl/intranet-tmpl/default/en/parameters
Modified Files:
admin-home.tmpl aqbookfund.tmpl aqbudget.tmpl
authorised_values.tmpl branches.tmpl koha2marclinks.tmpl
marc_subfields_structure.tmpl marctagstructure.tmpl
systempreferences.tmpl thesaurus.tmpl
Added Files:
checkmarc.tmpl
Log Message:
small gui fixes
--- NEW FILE ---
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
<p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
</TMPL_IF>
<table width="100%" cellpadding=5 cellspacing=5>
<tr background="/images/background-mem.gif">
<td><b>Test</b></td>
<td><b>Result</b></td>
</tr>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemnum">
<tr>
<td><b>itemnum</b></td>
<td><li>The field itemnum MUST be mapped </li>
<li>The correspounding subfield MUST be in with -1
(ignore) tab</td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>itemnum : the field itemnumber is mapped to a field in
tab -1</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemfields">
<tr>
<td><b>item fields</b></td>
<td>ALL items fields MUST :<br/>
<li>be mapped to the same tag,</li>
<li>and they must all be in the 10 (items) tab</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>All item fields are in the same tag and in item
tab</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemtype">
<tr>
<td><b>itemtype NOT mapped</b></td>
<td>the biblioitems.itemtype field MUST :<br/>
<li>be mapped to a MARC subfield, </li>
<li>the correspounding subfield MUST have
authorised_value=itemtype</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>biblioitems.itemtype defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="branch">
<tr>
<td><b>branch NOT mapped</b></td>
<td>the items.homebranch field MUST :<br/>
<li>be mapped to a MARC subfield,</li>
<li>the correspounding subfield MUST have authorised
value=branch</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>homebranch defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="holdingbranch">
<tr>
<td><b>holdingbranch NOT mapped</b></td>
<td>the items.holdingbranch field MUST :<br/>
<li>be mapped to a MARC subfield, </li>
<li>the correspounding subfield MUST have authorised
value=branch</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>holdingbranch defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="biblionumber">
<tr>
<td><b>biblio and biblionumber</b></td>
<td>The biblio.biblionumber and biblioitems.biblioitemnumber
fields MUST :<br/>
<li>be mapped to a MARC subfield,</li>
<li>be in the SAME tag (for example : 090$a and
090$b)</li>
<li>be in tab -1</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>biblionumber and biblioitemnumber mapped
correctly</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="total">
<tr>
<td><b>TOTAL</b></td>
<td>You have <TMPL_VAR name="total"> error(s) in your MARC
configuration. Please fix them before using koha</td>
</tr>
<TMPL_ELSE>
<tr>
<td> </td>
<td><b>Configuration OK, you don't have errors in your MARC
parameters table</b></td>
</tr>
</TMPL_IF>
</table>
<TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: admin-home.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** admin-home.tmpl 20 Jan 2003 03:33:36 -0000 1.10
--- admin-home.tmpl 23 Jan 2003 12:29:10 -0000 1.11
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 39,42 ****
--- 39,43 ----
<tr><td valign="top" width="25%"><a
href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag
structure</a></td><td>MARC structure : tag then subfields</td></tr>
<tr><td valign="top" width="25%"><a
href=/cgi-bin/koha/admin/koha2marclinks.pl>Links koha - MARC
DB</a></td><td>Define links between the koha standard DB and the MARC one. Note
those links can be defined through MARC structure. This tool is just a shortcut
to speed up linkage</td></tr>
+ <tr><td valign="top" width="25%"><a
href=/cgi-bin/koha/admin/checkmarc.pl>Checks MARC</a></td><td>Checks the MARC
structure. USE IT before working with real datas. It will show mistakes that
BREAKS koha database!</td></tr>
<th colspan=2>Various parameters</th>
***************
*** 84,86 ****
</table>
</center>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 85,87 ----
</table>
</center>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: aqbookfund.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** aqbookfund.tmpl 10 Dec 2002 17:34:25 -0000 1.5
--- aqbookfund.tmpl 23 Jan 2003 12:29:11 -0000 1.6
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 117,119 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 117,119 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: aqbudget.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbudget.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** aqbudget.tmpl 10 Dec 2002 17:34:27 -0000 1.2
--- aqbudget.tmpl 23 Jan 2003 12:29:11 -0000 1.3
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 122,124 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 122,124 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: authorised_values.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** authorised_values.tmpl 10 Dec 2002 17:34:27 -0000 1.3
--- authorised_values.tmpl 23 Jan 2003 12:29:11 -0000 1.4
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 94,96 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 94,96 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: branches.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/branches.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** branches.tmpl 10 Jan 2003 00:57:51 -0000 1.7
--- branches.tmpl 23 Jan 2003 12:29:11 -0000 1.8
***************
*** 1,4 ****
<HTML>
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
--- 1,4 ----
<HTML>
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
***************
*** 86,88 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 86,88 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: koha2marclinks.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/koha2marclinks.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** koha2marclinks.tmpl 10 Dec 2002 17:34:28 -0000 1.3
--- koha2marclinks.tmpl 23 Jan 2003 12:29:11 -0000 1.4
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 185,187 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 185,187 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: marc_subfields_structure.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** marc_subfields_structure.tmpl 10 Jan 2003 00:57:51 -0000 1.11
--- marc_subfields_structure.tmpl 23 Jan 2003 12:29:11 -0000 1.12
***************
*** 2,6 ****
<!-- clarification needed about this page. many questions... what is Lib? a
Library? -->
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
--- 2,6 ----
<!-- clarification needed about this page. many questions... what is Lib? a
Library? -->
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
***************
*** 115,118 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
</html>
--- 115,118 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
</html>
Index: marctagstructure.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** marctagstructure.tmpl 10 Dec 2002 17:34:31 -0000 1.5
--- marctagstructure.tmpl 23 Jan 2003 12:29:11 -0000 1.6
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 141,143 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 141,143 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: systempreferences.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** systempreferences.tmpl 10 Dec 2002 17:34:33 -0000 1.4
--- systempreferences.tmpl 23 Jan 2003 12:29:11 -0000 1.5
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 142,144 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 142,144 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
Index: thesaurus.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** thesaurus.tmpl 10 Dec 2002 17:34:33 -0000 1.5
--- thesaurus.tmpl 23 Jan 2003 12:29:11 -0000 1.6
***************
*** 1,3 ****
! <TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
--- 1,3 ----
! <TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
***************
*** 148,150 ****
</TMPL_IF>
! <TMPL_INCLUDE NAME="cat-bottom.inc">
--- 148,150 ----
</TMPL_IF>
! <TMPL_INCLUDE NAME="parameters-bottom.inc">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters checkmarc.tmpl,NONE,1.1 admin-home.tmpl,1.10,1.11 aqbookfund.tmpl,1.5,1.6 aqbudget.tmpl,1.2,1.3 authorised_values.tmpl,1.3,1.4 branches.tmpl,1.7,1.8 koha2marclinks.tmpl,1.3,1.4 marc_subfields_structure.tmpl,1.11,1.12 marctagstructure.tmpl,1.5,1.6 systempreferences.tmpl,1.4,1.5 thesaurus.tmpl,1.5,1.6,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes parameters-bottom.inc,NONE,1.1 parameters-top.inc,NONE,1.1 cat-top.inc,1.3,1.4
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.3,1.4 isbnsearch.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes parameters-bottom.inc,NONE,1.1 parameters-top.inc,NONE,1.1 cat-top.inc,1.3,1.4
- Index(es):