[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marc_subfields_structure.tmpl,1.13,1.14

Ambrose Li acli at users.sourceforge.net
Mon Feb 10 23:39:18 CET 2003


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

Modified Files:
	marc_subfields_structure.tmpl 
Log Message:
Semi-manually reverted the file back to English


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.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** marc_subfields_structure.tmpl	27 Jan 2003 08:15:40 -0000	1.13
--- marc_subfields_structure.tmpl	10 Feb 2003 22:39:15 -0000	1.14
***************
*** 4,10 ****
  <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>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
  </TMPL_IF>
  
--- 4,10 ----
  <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>
  
***************
*** 15,23 ****
  	<input type=hidden name=op value='add_validate'>
  	<table>
! 	<tr><th>Pole</th>
  		<th>Lib for librarians / for opac</th>
  		<th>Repet</th>
  		<th>Mand</th>
! 		<th>Pole Koha</th>
  		<th>Tab</th>
  		<th>Authorised value or<br/>
--- 15,23 ----
  	<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/>
***************
*** 39,46 ****
  	</table>
  	<INPUT type=submit value='OK'>
! 	<p>Uwaga: w ostatniej kolumnie nale¿y wybraæ:
! 	<ul><li>"Warto¶æ autoryzown±": Odnosi siê do szeregu warto¶ci autoryzowanych dla tego podpola. Spójrz: odpowiednia tablica administratora</li>
! 	<li>"Kategoria tezaurusa": Odnosi siê do kategorii tezaurusa. Zobacz odpowiedni± tablice administratora.</li>
! 	<li>"Kreator warto¶ci: Jest to program w perlu, który pomaga wybraæ warto¶æ pola. Zale¿y on od odmiany-MARC i wype³nia automatycznie niektóre podpola.</li>
  	</ul>
  	</p>
--- 39,46 ----
  	</table>
  	<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>
***************
*** 52,56 ****
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>Podpole</b></td>
  		<td background="/images/background-mem.gif"><b><TMPL_VAR name="tagsubfield"></b></td>
  	</tr>
--- 52,56 ----
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>Subfield</b></td>
  		<td background="/images/background-mem.gif"><b><TMPL_VAR name="tagsubfield"></b></td>
  	</tr>
***************
*** 59,63 ****
  	<input type=hidden name=tagfield value='<TMPL_VAR name="tagfield">'>
  	<input type=hidden name=tagsubfield value='<TMPL_VAR name="tagsubfield">'>
! 	<tr><td colspan=2 align=center>POTWIERD¬ WYMAZANIE</td></tr>
  	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='<TMPL_VAR name="script_name">' method=post><input type="hidden" name="tagfield" value="<TMPL_VAR name="tagfield">"><input type=submit value=NO></form></td></tr>
  </TMPL_IF>
--- 59,63 ----
  	<input type=hidden name=tagfield value='<TMPL_VAR name="tagfield">'>
  	<input type=hidden name=tagsubfield value='<TMPL_VAR name="tagsubfield">'>
! 	<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
  	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='<TMPL_VAR name="script_name">' method=post><input type="hidden" name="tagfield" value="<TMPL_VAR name="tagfield">"><input type=submit value=NO></form></td></tr>
  </TMPL_IF>
***************
*** 65,69 ****
  <TMPL_IF name="delete_confirmed">
  <!-------------------------------------------------------------------------------------------------->
! 	dane wymazane
  	<form action='<TMPL_VAR name="script_name"> method=post><input type="hidden" name="tagfield" value="<TMPL_VAR name="tagfield">">
  	<input type=submit value=OK>
--- 65,69 ----
  <TMPL_IF name="delete_confirmed">
  <!-------------------------------------------------------------------------------------------------->
! 	data deleted
  	<form action='<TMPL_VAR name="script_name"> method=post><input type="hidden" name="tagfield" value="<TMPL_VAR name="tagfield">">
  	<input type=submit value=OK>
***************
*** 73,92 ****
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>Administracja struktury podpola MARC dla <TMPL_VAR name="tagfield"></em></font>
! <p>Ten ekran pokazuje podpola zwi±zane z wybranym znacznikiem. Mozna modyfikowaæ podpola lub dodawaæ nowe klikaj±c w "edit". </p>
! <p>Kolumna <b>pole koha</b> pokazuje, ¿e to podpole ma zwi±zek z "polem koha". System Koha potrafi zarz±dzaæ interfejsem marc lub interfejsem koha.
! To dowi±zanie (link) zapaeniwa w³a¶ciw± synchronizacjê obydwu baz. Mo¿na ³atwo przej¶æ z interfejsu MARC do KOHA.
! </p>
  <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif" width=5%><b>Podpole</b></td>
  	<td background="/images/background-mem.gif" width=30%><b>Lib</b></td>
! 	<td background="/images/background-mem.gif" width=10%><b>pole koha</b> <span style="font-size:8;color:red" title="the koha-DB field linked to this subfield">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Rep</b> <span style="font-size:8;color:red" title="subfield may be repeated (1=yes, 0=no)">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Mand</b> <span style="font-size:8;color:red" title="subfield is mandatory (1=yes, 0=no)">?</span></td>
  	<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>Tezaurus</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>Kreator Warto¶ci</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">
--- 73,91 ----
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>MARC subfield structure admin for <TMPL_VAR name="tagfield"></em></font>
! <p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on "edit". </p>
! <p>The column <b>koha field</b> shows that the subfield is linked with a "koha field". Koha can manage a marc interface, or a koha interface. This link
! ensure that both DB are synchronized, thus you can change from MARC to KOHA interface easily.</p>
  <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif" width=5%><b>Subfield</b></td>
  	<td background="/images/background-mem.gif" width=30%><b>Lib</b></td>
! 	<td background="/images/background-mem.gif" width=10%><b>koha field</b> <span style="font-size:8;color:red" title="the koha-DB field linked to this subfield">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Rep</b> <span style="font-size:8;color:red" title="subfield may be repeated (1=yes, 0=no)">?</span></td>
  	<td background="/images/background-mem.gif" width=8%><b>Mand</b> <span style="font-size:8;color:red" title="subfield is mandatory (1=yes, 0=no)">?</span></td>
  	<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">
***************
*** 95,105 ****
  	<td><TMPL_VAR name="liblibrarian"></td>
  	<td><TMPL_VAR name="kohafield"></td>
! 	<td><TMPL_IF name="repeatable">Tak<TMPL_ELSE>Nie</TMPL_IF></td>
! 	<td><TMPL_IF name="mandatory">Tak<TMPL_ELSE>Nie</TMPL_IF></td>
  	<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">">usuñ</a></td>
  </tr>
  </TMPL_LOOP>
--- 94,104 ----
  	<td><TMPL_VAR name="liblibrarian"></td>
  	<td><TMPL_VAR name="kohafield"></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="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>
  </TMPL_LOOP>
***************
*** 110,114 ****
  		<td width=33%><TMPL_VAR name="previous"></td>
  		<td width=33%><TMPL_VAR name="next"></td>
! 		<td width=33%><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">">Powrót do znaczników</a></td>
  	</tr>
  </table>
--- 109,113 ----
  		<td width=33%><TMPL_VAR name="previous"></td>
  		<td width=33%><TMPL_VAR name="next"></td>
! 		<td width=33%><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">">Back to Tags</a></td>
  	</tr>
  </table>





More information about the Koha-cvs mailing list