[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/value_builder unimarc_field_100.tmpl,1.1,1.1.2.1 unimarc_field_225a.tmpl,1.1,1.1.2.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sun Feb 29 20:46:08 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/value_builder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9661/value_builder

Modified Files:
      Tag: rel_2_0
	unimarc_field_100.tmpl unimarc_field_225a.tmpl 
Log Message:


Index: unimarc_field_100.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/value_builder/unimarc_field_100.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** unimarc_field_100.tmpl	10 Jan 2003 23:36:46 -0000	1.1
--- unimarc_field_100.tmpl	29 Feb 2004 19:46:05 -0000	1.1.2.1
***************
*** 1,5 ****
  <html>
  <head>
! <title>UNIMARC pole 100 - edycja</title>
  </head>
  <body>
--- 1,5 ----
  <html>
  <head>
! <title>UNIMARC Field 100 builder</title>
  </head>
  <body>
***************
*** 8,30 ****
  	<tr>
  		<td>Date d'enregistrement </td>
! 		<td><input type="text" name="f1" maxlength=8 size=8 value="<TMPL_VAR name="f1">"></td>
  	</tr>
  	<tr>
  		<td>Code date publication </td><td><select name="f2" size="1">
! 		<option value="a" <TMPL_IF name="f2a">SELECTED</TMPL_IF>>périodique en cours</option>
! 			<option value="b" <TMPL_IF name="f2b">SELECTED</TMPL_IF>>périodique mort</option>
! 			<option value="c" <TMPL_IF name="f2c">SELECTED</TMPL_IF>>périodique d'état inconnu</option>
! 			<option value="d" <TMPL_IF name="f2d">SELECTED</TMPL_IF>>monographie complète</option>
! 			<option value="e" <TMPL_IF name="f2e">SELECTED</TMPL_IF>>reproduction</option>
  			</select>
  		</td>
  	</tr>
  	<tr>
! 		<td>Année début</td>
! 		<td><input type="text" name="f3" maxlength=4 size=5 value="<TMPL_VAR name="f3">"></td>
  	</tr>
  	<tr>
! 	<td>Année fin</td>
! 	<td><input type="text" name="f4" maxlength=4 size=5 value="<TMPL_VAR name="f4">"></td>
  	</tr>
  	<tr><td colspan=2><input type="submit" value="OK"></td></tr>
--- 8,30 ----
  	<tr>
  		<td>Date d'enregistrement </td>
! 		<td><input type="text" name="f1" maxlength=8 size=8 value="<!-- TMPL_VAR name="f1" -->"></td>
  	</tr>
  	<tr>
  		<td>Code date publication </td><td><select name="f2" size="1">
! 		<option value="a" <!-- TMPL_IF name="f2a" -->SELECTED<!-- /TMPL_IF -->>périodique en cours</option>
! 			<option value="b" <!-- TMPL_IF name="f2b" -->SELECTED<!-- /TMPL_IF -->>périodique mort</option>
! 			<option value="c" <!-- TMPL_IF name="f2c" -->SELECTED<!-- /TMPL_IF -->>périodique d'état inconnu</option>
! 			<option value="d" <!-- TMPL_IF name="f2d" -->SELECTED<!-- /TMPL_IF -->>monographie complète</option>
! 			<option value="e" <!-- TMPL_IF name="f2e" -->SELECTED<!-- /TMPL_IF -->>reproduction</option>
  			</select>
  		</td>
  	</tr>
  	<tr>
! 		<td>Année début</td>
! 		<td><input type="text" name="f3" maxlength=4 size=5 value="<!-- TMPL_VAR name="f3" -->"></td>
  	</tr>
  	<tr>
! 	<td>Année fin</td>
! 	<td><input type="text" name="f4" maxlength=4 size=5 value="<!-- TMPL_VAR name="f4" -->"></td>
  	</tr>
  	<tr><td colspan=2><input type="submit" value="OK"></td></tr>
***************
*** 40,44 ****
  		document.f_pop.f4.value=document.f_pop.f4.value.substring(0,4);
  
! 		opener.document.f.field_value[<TMPL_VAR name="index">].value= document.f_pop.f1.value + document.f_pop.f2.value +document.f_pop.f3.value +document.f_pop.f4.value;
  		self.close();
  		return false;
--- 40,44 ----
  		document.f_pop.f4.value=document.f_pop.f4.value.substring(0,4);
  
! 		opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value + document.f_pop.f2.value +document.f_pop.f3.value +document.f_pop.f4.value;
  		self.close();
  		return false;

Index: unimarc_field_225a.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/value_builder/unimarc_field_225a.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** unimarc_field_225a.tmpl	10 Jan 2003 23:15:15 -0000	1.1
--- unimarc_field_225a.tmpl	29 Feb 2004 19:46:05 -0000	1.1.2.1
***************
*** 1,5 ****
  <html>
  <head>
! <title>Wpis Pola nr 100 w formacie UNIMARC</title>
  </head>
  <body>
--- 1,5 ----
  <html>
  <head>
! <title>UNIMARC Field 225a builder</title>
  </head>
  <body>
***************
*** 7,12 ****
  <table>
  	<tr>
! 		<td>Wybierz zbiór</td>
! 		<td><TMPL_VAR name="collection"></td>
  	</tr>
  	<tr><td colspan=2><input type="submit" value="OK"></td></tr>
--- 7,12 ----
  <table>
  	<tr>
! 		<td>Select a collection</td>
! 		<td><!-- TMPL_VAR name="collection" --></td>
  	</tr>
  	<tr><td colspan=2><input type="submit" value="OK"></td></tr>
***************
*** 15,19 ****
  <script>
  	function report() {
! 		opener.document.f.field_value[<TMPL_VAR name="index">].value= document.f_pop.f1.value;
  		self.close();
  		return false;
--- 15,19 ----
  <script>
  	function report() {
! 		opener.document.f.field_value[<!-- TMPL_VAR name="index" -->].value= document.f_pop.f1.value;
  		self.close();
  		return false;





More information about the Koha-cvs mailing list