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

doXulting doxulting at users.sourceforge.net
Mon Jun 7 11:57:03 CEST 2004


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

Added Files:
	unimarc_field_123e.tmpl 
Log Message:


--- NEW FILE ---
<html>

<head>

<title>UNIMARC constructeur champ 123e</title>

</head>

<body>

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

<table>

	<tr>

		<td>Hemisphere:</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="f1w" -->

				<option value="w" SELECTED>Ouest</option>

			<!-- TMPL_ELSE -->

				<option value="w">Ouest</option>

			<!-- /TMPL_IF -->

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

				<option value="e" SELECTED>Est</option>

			<!-- TMPL_ELSE -->

				<option value="e">Est</option>

			<!-- /TMPL_IF -->

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

				<option value="n" SELECTED>Nord</option>

			<!-- TMPL_ELSE -->

				<option value="n">Nord</option>

			<!-- /TMPL_IF -->

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

				<option value="s" SELECTED>Sud</option>

			<!-- TMPL_ELSE -->

				<option value="s">Sud</option>

			<!-- /TMPL_IF -->

			</select>

		</td></tr>



<tr>          <td>Degres (completer avec des 0):</td>

                         <td><input type="text" name="f2" maxlength=3

                         size=4

                   value="<!-- TMPL_VAR name="f2" -->"></td>

</tr>

<tr>          <td>Minutes (completer avec des 0):</td>

                         <td><input type="text" name="f3" maxlength=2

                         size=3

                   value="<!-- TMPL_VAR name="f3" -->"></td>

</tr>

<tr>          <td>Secondes (completer avec des 0):</td>

                         <td><input type="text" name="f4" maxlength=2

                         size=3

                   value="<!-- TMPL_VAR name="f4" -->"></td>

</tr>





	<tr><td colspan=2><input type="submit" value="OK"></td></tr>

</table>

</form>

<script>

	function report() {

document.f_pop.f2.value=document.f_pop.f2.value+'   ';

document.f_pop.f3.value=document.f_pop.f3.value+'  ';

document.f_pop.f4.value=document.f_pop.f4.value+'  ';







document.f_pop.f2.value=document.f_pop.f2.value.substring(0,3);

document.f_pop.f3.value=document.f_pop.f3.value.substring(0,2);

document.f_pop.f4.value=document.f_pop.f4.value.substring(0,2);





		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;

	}

</script>

</body>

</html>






More information about the Koha-cvs mailing list