[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.2.2.1,1.2.2.2 marctagstructure.tmpl,1.2.2.3,1.2.2.4 |
Date: |
Wed, 08 Jun 2005 14:22:30 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/koha-tmpl/intranet-tmpl/npl/en/parameters
Modified Files:
Tag: rel_2_2
checkmarc.tmpl marctagstructure.tmpl
Log Message:
Synching with default template
Index: checkmarc.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/checkmarc.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** checkmarc.tmpl 4 Feb 2005 19:24:46 -0000 1.2.2.1
--- checkmarc.tmpl 8 Jun 2005 21:22:22 -0000 1.2.2.2
***************
*** 41,44 ****
--- 41,56 ----
<!-- /TMPL_IF -->
<!-- -->
+ <!-- TMPL_IF NAME="itemtags" -->
+ <tr>
+ <td><b>Item tag</b></td>
+ <td>There is more than 1 MARC tag related to items tab
(10) : <!-- TMPL_VAR name="itemtags" --></td>
+ </tr>
+ <!-- TMPL_ELSE -->
+ <tr>
+ <td>OK</td>
+ <td><i>Only 1 MARC tag mapped to items</i></td>
+ </tr>
+ <!-- /TMPL_IF -->
+ <!-- -->
<!-- TMPL_IF name="itemtype" -->
<tr>
***************
*** 97,100 ****
--- 109,128 ----
</tr>
<!-- /TMPL_IF -->
+
+ <!-- TMPL_IF NAME="frameworknull" -->
+ <tr>
+ <td><b>framework values</b></td>
+ <td>there is a null value in a frameworkcode. Check the
following tables<br/>
+ <li>select * from marc_subfield_structure where
frameworkcode is NULL</li>
+ <li>select * from marc_tag_structure where
frameworkcode is NULL</li>
+ <li>select * from marc_biblio where
frameworkcode is NULL</li></td>
+ </tr>
+ <!-- TMPL_ELSE -->
+ <tr>
+ <td>OK</td>
+ <td><i>no NULL value in frameworkcode</i></td>
+ </tr>
+ <!-- /TMPL_IF -->
+
<!-- -->
<!-- TMPL_IF name="total" -->
Index: marctagstructure.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** marctagstructure.tmpl 30 Mar 2005 19:57:22 -0000 1.2.2.3
--- marctagstructure.tmpl 8 Jun 2005 21:22:28 -0000 1.2.2.4
***************
*** 119,123 ****
<!-- TMPL_IF NAME="else" -->
! <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
<label for="frameworkcode">Select a framework: </label>
<select id="frameworkcode" name="frameworkcode">
--- 119,123 ----
<!-- TMPL_IF NAME="else" -->
! <form name="f" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
<label for="frameworkcode">Select a framework: </label>
<select id="frameworkcode" name="frameworkcode">
***************
*** 130,133 ****
--- 130,136 ----
<input type="text" name="searchfield" id="searchfield" value="<!--
TMPL_VAR NAME="searchfield" -->">
<input type="submit" value="Search" class="submit">
+ <p>
+ <label for="select_display">Display only used
Tags/Subfields</label> <input type="checkbox" name="select_display"
id="select_display" value="True"<!-- TMPL_IF Name="select_display"-->
checked="checked"<!--/TMPL_IF --> onchange="this.form.submit();" />
+ </p>
</form>
<p class="note">NOTE : if you change the link between a MARC subfield and a
non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl script.</p>
***************
*** 143,146 ****
--- 146,176 ----
<th>Edit</th>
<th>Delete</th>
+ <tr>
+ <!-- TMPL_IF NAME="select_display" -->
+ <!-- TMPL_LOOP NAME="loop" -->
+ <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr
class="highlight"><!-- /TMPL_IF -->
+ <td><b><!-- TMPL_VAR NAME="tagfield" --></b></td>
+ <td><!-- TMPL_VAR NAME="liblibrarian" --></td>
+ <td><!-- TMPL_IF NAME="repeatable" -->Yes<!-- TMPL_ELSE
-->No<!-- /TMPL_IF --></td>
+ <td><!-- TMPL_IF NAME="mandatory" -->Yes<!-- TMPL_ELSE
-->No<!-- /TMPL_IF --></td>
+ <td><!-- TMPL_VAR NAME="authorised_value" --></td>
+ <td><a href="<!-- TMPL_VAR NAME="subfield_link" -->"
class="button">subfields</a></td>
+ <td><a href="<!-- TMPL_VAR NAME="edit"
-->">Edit</a></td>
+ <td><a href="<!-- TMPL_VAR NAME="delete"
-->">Delete</a></td>
+ </tr>
+ <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr
class="highlight"><!-- /TMPL_IF -->
+ <td>
+
+ </td>
+ <td colspan="7">
+ <!-- TMPL_LOOP NAME="subfields" -->
+ <p> Tab:<!-- TMPL_VAR NAME="tab"
--> | $<!-- TMPL_VAR NAME="tagsubfield" -->
+ <!-- TMPL_VAR
NAME="liblibrarian" --> <!-- TMPL_IF NAME="kohafield" --><!-- TMPL_VAR
NAME="kohafield" --><!--/TMPL_IF --><!-- TMPL_IF NAME="repeatable" -->,
repeatable<!-- /TMPL_IF --><!-- TMPL_IF NAME="mandatory" -->, Mandatory<!--
/TMPL_IF --><!-- TMPL_IF NAME="seealso" -->, See <!-- TMPL_VAR name="seealso"
--><!--/TMPL_IF --><!-- TMPL_IF NAME="authorised_value" -->, <!-- TMPL_VAR
NAME="authorised_value" --><!--/TMPL_IF --><!-- TMPL_IF NAME="authtypecode"
-->, <!-- TMPL_VAR NAME="authtypecode" --><!--/TMPL_IF --><!-- TMPL_IF
NAME="value_builder" -->, <!-- TMPL_VAR NAME="value_builder" --><!--/TMPL_IF -->
+ </p>
+ <!-- /TMPL_LOOP -->
+ </td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ <!-- TMPL_ELSE -->
<!-- TMPL_LOOP NAME="loop" -->
<!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr
class="highlight"><!-- /TMPL_IF -->
***************
*** 155,161 ****
</tr>
<!-- /TMPL_LOOP -->
</table>
<div id="pages"> <!-- TMPL_IF NAME="isprevpage" -->
! <a class="pages" href="<!-- TMPL_VAR NAME="script_name"
-->?offset=<!-- TMPL_VAR NAME="prevpage" -->&searchfield=<!-- TMPL_VAR
NAME="searchfield" -->"><< Previous</a>
<!-- /TMPL_IF --><form class="inline" action="<!-- TMPL_VAR
NAME="script_name" -->" method="post">
<input type="hidden" name="op" value="add_form">
--- 185,192 ----
</tr>
<!-- /TMPL_LOOP -->
+ <!--/TMPL_IF -->
</table>
<div id="pages"> <!-- TMPL_IF NAME="isprevpage" -->
! <a class="pages" href="<!-- TMPL_VAR NAME="script_name"
-->?offset=<!-- TMPL_VAR NAME="prevpage" -->&searchfield=<!-- TMPL_VAR
NAME="searchfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode"
--><!--TMPL_IF Name="select_display"-->&select_display=True<!--/TMPL_IF
-->"><< Previous</a>
<!-- /TMPL_IF --><form class="inline" action="<!-- TMPL_VAR
NAME="script_name" -->" method="post">
<input type="hidden" name="op" value="add_form">
***************
*** 166,171 ****
</form>
<!-- TMPL_IF NAME="nextpage" -->
! <a class="pages" href="<!-- TMPL_VAR NAME="script_name"
-->?offset=<!-- TMPL_VAR NAME="nextpage" -->&searchfield=<!-- TMPL_VAR
NAME="searchfield" -->">Next >></a>
<!-- /TMPL_IF --></div>
</div>
<!-- /TMPL_IF -->
--- 197,207 ----
</form>
<!-- TMPL_IF NAME="nextpage" -->
! <a class="pages" href="<!-- TMPL_VAR NAME="script_name"
-->?offset=<!-- TMPL_VAR NAME="nextpage" -->&searchfield=<!-- TMPL_VAR
NAME="searchfield" -->&frameworkcode=<!-- TMPL_VAR NAME="frameworkcode"
--><!--TMPL_IF Name="select_display"-->&select_display=True<!--/TMPL_IF
-->">Next >></a>
<!-- /TMPL_IF --></div>
+ <script language="javascript" type="text/javascript">
+ function ChangeDisplay(checkbox) {
+ window.
+ }
+ </script>
</div>
<!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.2.2.1,1.2.2.2 marctagstructure.tmpl,1.2.2.3,1.2.2.4,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.2,1.3
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.3,1.4 marctagstructure.tmpl,1.7,1.8
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports borrowers_out.tmpl,1.2,1.3
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters checkmarc.tmpl,1.3,1.4 marctagstructure.tmpl,1.7,1.8
- Index(es):