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

doXulting doxulting at users.sourceforge.net
Mon Jun 7 12:04:02 CEST 2004


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

Added Files:
	unimarc_field_126a.tmpl 
Log Message:


--- NEW FILE ---
<html>

<head>

<title>UNIMARC constructeur champ 126a</title>

</head>

<body>

<form name="f_pop" onSubmit="javascript:report()">

<table>

	<tr>

		<td>Presentation materielle:</td>

		<td>

			<select name="f1" size="1">

			<!-- TMPL_IF name="f1 " -->

				<option value=" " SELECTED>None</option>

			<!-- TMPL_ELSE -->

				<option value=" ">None</option>

			<!-- /TMPL_IF -->

			<!-- TMPL_IF name="f1a" -->

				<option value="a" SELECTED>Disque</option>

			<!-- TMPL_ELSE -->

[...1037 lines suppressed...]
				<option value="z" SELECTED>Autre</option>

			<!-- TMPL_ELSE -->

				<option value="z">Autre</option>

			<!-- /TMPL_IF -->

			</select>

		</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+document.f_pop.f2.value+document.f_pop.f3.value+document.f_pop.f4.value+document.f_pop.f5.value+document.f_pop.f6.value+document.f_pop.f7.value+document.f_pop.f8.value+document.f_pop.f9.value+document.f_pop.f10.value+document.f_pop.f11.value+document.f_pop.f12.value+document.f_pop.f13.value+document.f_pop.f14.value+document.f_pop.f15.value ;

		self.close();

		return false;

	}

</script>

</body>

</html>






More information about the Koha-cvs mailing list