koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_subfields_structure.tmpl,1.4,1.5 marctagstructure.tmpl,1.2,1.3 thesaurus.tmpl,1.1,1.2
Date: Wed, 27 Nov 2002 02:29:59 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv18965/intranet-tmpl/default/en/parameters

Modified Files:
        marc_subfields_structure.tmpl marctagstructure.tmpl 
        thesaurus.tmpl 
Log Message:
commiting forgotten changes before releasing 1.3.2

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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** marc_subfields_structure.tmpl       25 Oct 2002 10:55:47 -0000      1.4
--- marc_subfields_structure.tmpl       27 Nov 2002 10:29:57 -0000      1.5
***************
*** 7,17 ****
        <input type=hidden name=op value='add_validate'>
        <table>
!       <tr><th>Tag/subfield</th>
                <th>Lib for librarians / for opac</th>
!               <th>Repeatable</th>
!               <th>Mandatory</th>
                <th>Koha field</th>
                <th>Tab</th>
!               <th>Authorised value</th>
        </tr>
        <TMPL_LOOP name="loop">
--- 7,18 ----
        <input type=hidden name=op value='add_validate'>
        <table>
!       <tr><th>Field</th>
                <th>Lib for librarians / for opac</th>
!               <th>Repet</th>
!               <th>Mand</th>
                <th>Koha field</th>
                <th>Tab</th>
!               <th>Authorised value or<br/>
!                               Thesaurus category</th>
        </tr>
        <TMPL_LOOP name="loop">
***************
*** 24,31 ****
                <td><TMPL_VAR name="kohafield"></td>
                <td><TMPL_VAR name="tab"></td>
!               <td><TMPL_VAR name="authorised_value"></td>
        </TMPL_LOOP>
        </table>
        <INPUT type=submit value='OK'>
        </form>
  </TMPL_IF>
--- 25,41 ----
                <td><TMPL_VAR name="kohafield"></td>
                <td><TMPL_VAR name="tab"></td>
!               <td><TMPL_VAR name="authorised_value"><br/>
!                               or <TMPL_VAR name="thesaurus_category"><br/>
!                               or <TMPL_VAR name="value_builder"></td>
        </TMPL_LOOP>
        </table>
+       <a href="marc_subfields_structure.pl?op=add_form&tagfield=<TMPL_VAR 
name="more_tag">&more_subfields=<TMPL_VAR name="more_subfields">">More</a>
        <INPUT type=submit value='OK'>
+       <p>Note : in the last column, you can choose :
+       <ul><li>An "authorised value" : it refers to a list of authorised value 
for this subfield. See the corresponding admin table</li>
+       <li>A "thesaurus category" : it refers to a thesaurus category. See the 
corresponding admin table</li>
+       <li>A "value builder" : values builders are perl programm that helps 
you select the value of the field. They are MARC-flavor dependant and sometimes 
fills an other subfield automaticaly</li>
+       </ul>
+       </p>
        </form>
  </TMPL_IF>
***************
*** 69,73 ****
        <td background="/images/background-mem.gif" width=8%><b>Tab</b> <span 
style="font-size:8;color:red" title="subfield is shown in which tab (0-9 or 
item)">?</span></td>
        <td background="/images/background-mem.gif" width=8%><b>Auth value</b> 
<span style="font-size:8;color:red" title="values authorised for this 
subfield">?</span></td>
!       <td background="/images/background-mem.gif" width=8%>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 79,85 ----
        <td background="/images/background-mem.gif" width=8%><b>Tab</b> <span 
style="font-size:8;color:red" title="subfield is shown in which tab (0-9 or 
item)">?</span></td>
        <td background="/images/background-mem.gif" width=8%><b>Auth value</b> 
<span style="font-size:8;color:red" title="values authorised for this 
subfield">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Thesaurus</b> 
<span style="font-size:8;color:red" title="Thesaurus linked to this 
subfield">?</span></td>
!       <td background="/images/background-mem.gif" width=8%><b>Val build</b> 
<span style="font-size:8;color:red" title="Value builder">?</span></td>
!       <td background="/images/background-mem.gif" width=8%>&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 79,82 ****
--- 91,96 ----
        <td><TMPL_VAR name="tab"></td>
        <td><TMPL_VAR name="authorised_value"></td>
+       <td><TMPL_VAR name="thesaurus_category"></td>
+       <td><TMPL_VAR name="value_builder"></td>
        <td><a href="<TMPL_VAR name="delete">">delete</a></td>
  </tr>

Index: marctagstructure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** marctagstructure.tmpl       11 Oct 2002 09:20:29 -0000      1.2
--- marctagstructure.tmpl       27 Nov 2002 10:29:57 -0000      1.3
***************
*** 55,78 ****
  
<!-------------------------------------------------------------------------------------------------->
        <H1><TMPL_VAR name="action"></H1>
!       <form action='<TMPL_VAR name="script_name">' name=Aform method=post>
        <input type=hidden name=op value='add_validate'>
        <table>
        <tr><td>Variable</td><td><TMPL_VAR name="searchfield"></td></tr>
!       <tr><td>Lib for librarians</td><td><input type=text name=liblibrarian 
value='<TMPL_VAR name="liblibrarian">' size=40 maxlength=80></td></tr>
!       <tr><td>Lib for opac</td><td><input type=text name=libopac 
value='<TMPL_VAR name="libopac">' size=40 maxlength=80></td></tr>
        <tr><td>Repeatable</td><td><TMPL_VAR name="repeatable"></td></tr>
        <tr><td>Mandatory</td><td><TMPL_VAR name="mandatory"></td></tr>
!       <tr><td>&nbsp;</td><td><INPUT type=button value='OK' 
onClick='Check(this.form)'></td></tr>
        </table>
        </form>
  </TMPL_IF>
  
- <TMPL_IF name="add_validate">
- 
<!-------------------------------------------------------------------------------------------------->
-       data recorded
-       <form action='<TMPL_VAR name="script_name">' method=post>
-       <input type=submit value=OK>
-       </form>
- </TMPL_IF>
  
  <TMPL_IF name="delete_confirm">
--- 55,72 ----
  
<!-------------------------------------------------------------------------------------------------->
        <H1><TMPL_VAR name="action"></H1>
!       <form action='<TMPL_VAR name="script_name">' name="Aform" method="post">
        <input type=hidden name=op value='add_validate'>
        <table>
        <tr><td>Variable</td><td><TMPL_VAR name="searchfield"></td></tr>
!       <tr><td>Lib for librarians</td><td><input type="text" 
name="liblibrarian" value='<TMPL_VAR name="liblibrarian">' size=40 
maxlength=80></td></tr>
!       <tr><td>Lib for opac</td><td><input type="text" name="libopac" 
value='<TMPL_VAR name="libopac">' size=40 maxlength=80></td></tr>
        <tr><td>Repeatable</td><td><TMPL_VAR name="repeatable"></td></tr>
        <tr><td>Mandatory</td><td><TMPL_VAR name="mandatory"></td></tr>
!       <tr><td>Authorised value</td><td><TMPL_VAR name="authorised_value"> (if 
you select a value here, the indicators will be limited to the authorised value 
list)</td></tr>
!       <tr><td>&nbsp;</td><td><INPUT type="button" value='OK' 
onClick='Check(this.form)'></td></tr>
        </table>
        </form>
  </TMPL_IF>
  
  
  <TMPL_IF name="delete_confirm">
***************
*** 111,114 ****
--- 105,109 ----
        <td background="/images/background-mem.gif"><b>Repeatable</b></td>
        <td background="/images/background-mem.gif"><b>Mandatory</b></td>
+       <td background="/images/background-mem.gif"><b>Authorised<br 
/>value</b></td>
        <td background="/images/background-mem.gif"><b>Subfields</b></td>
        <td background="/images/background-mem.gif">&nbsp;</td>
***************
*** 120,123 ****
--- 115,119 ----
        <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">">subfields</a></td>
        <td><a href="<TMPL_VAR name="edit">">Edit</a></td>

Index: thesaurus.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** thesaurus.tmpl      26 Oct 2002 17:57:18 -0000      1.1
--- thesaurus.tmpl      27 Nov 2002 10:29:57 -0000      1.2
***************
*** 45,57 ****
        <tr>
                <td>Authority lib</td>
!               <td><input type=text name="stdlib" value='<TMPL_VAR 
name="stdlib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>Other lib</td>
!               <td><input type=text name="freelib" value='<TMPL_VAR 
name="freelib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>&nbsp;</td>
                <td><input type="hidden" name="id" value="<TMPL_VAR name="id">">
                        <INPUT type="submit" value='OK'></td>
        </tr>
--- 45,63 ----
        <tr>
                <td>Authority lib</td>
!               <td><TMPL_VAR name="father"><input type=text name="stdlib" 
value='<TMPL_VAR name="stdlib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>Other lib</td>
!               <td><TMPL_VAR name="father"><input type=text name="freelib" 
value='<TMPL_VAR name="freelib">' maxlength="80" size="80"></td>
        </tr>
        <tr>
                <td>&nbsp;</td>
                <td><input type="hidden" name="id" value="<TMPL_VAR name="id">">
+                       <input type="hidden" name="father" value="<TMPL_VAR 
name="father">">
+                       <input type="hidden" name="branch" value="<TMPL_VAR 
name="branch">">
+                       <input type="hidden" name="toponly" value="<TMPL_VAR 
name="toponly">">
+                       <input type="hidden" name="search_category" 
value="<TMPL_VAR name="search_category">">
+                       <input type="hidden" name="searchstring" 
value="<TMPL_VAR name="searchstring">">
+                       <input type="hidden" name="offset" value="<TMPL_VAR 
name="offset">">
                        <INPUT type="submit" value='OK'></td>
        </tr>
***************
*** 86,90 ****
        <b>Related</b> : see other forms of this authority entry</p>
  </ul>
! <form action=/cgi-bin/koha/admin/thesaurus.pl method=post>
        <TMPL_VAR name="tab_list">
        <input type="checkbox" name="toponly" value="1" <TMPL_IF 
name="toponly">checked</TMPL_IF>>Top hierarchy only
--- 92,96 ----
        <b>Related</b> : see other forms of this authority entry</p>
  </ul>
! <form action="/cgi-bin/koha/admin/thesaurus.pl" method="post">
        <TMPL_VAR name="tab_list">
        <input type="checkbox" name="toponly" value="1" <TMPL_IF 
name="toponly">checked</TMPL_IF>>Top hierarchy only
***************
*** 127,130 ****
--- 133,138 ----
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
+ <input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
+ <input type="hidden" name="father" value="<TMPL_VAR name="father">">
  <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  
ALT="Add budget" BORDER=0 ></a><br>
  </form>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]