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

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sat Jan 11 00:15:17 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/value_builder
In directory sc8-pr-cvs1:/tmp/cvs-serv16334/value_builder

Added Files:
	unimarc_field_225a.tmpl 
Log Message:
First round translation

--- NEW FILE ---
<html>
<head>
<title>Wpis Pola nr 100 w formacie UNIMARC</title>
</head>
<body>
<form name="f_pop" onSubmit="javascript:report()">
<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>
</table>
</form>
<script>
	function report() {
		opener.document.f.field_value[<TMPL_VAR name="index">].value= document.f_pop.f1.value;
		self.close();
		return false;
	}
</script>
</body>
</html>





More information about the Koha-cvs mailing list