[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder unimarc_field_105.tmpl,1.3,1.4

doXulting doxulting at users.sourceforge.net
Mon Jun 7 11:46:53 CEST 2004


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

Modified Files:
	unimarc_field_105.tmpl 
Log Message:
New UNIMARC french Plugins for ensmp by Jean Baron. U have to do a manual update in the database in order to view the plugins. Put the files launching the plugins without their path into the value_builder column of the marc_subfield_structure table. Don't forget to set the tab field value to 1 in the same table in order to be able to watch the plugin while launching the addbiblio.pl page.

Index: unimarc_field_105.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_105.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** unimarc_field_105.tmpl	22 Feb 2004 06:04:05 -0000	1.3
--- unimarc_field_105.tmpl	7 Jun 2004 09:46:51 -0000	1.4
***************
*** 1,48 ****
! <html>
! <head>
! <title>UNIMARC Field 100 builder</title>
! </head>
! <body>
! <form name="f_pop" onSubmit="javascript:report()">
! <table>
! 	<tr>
! 		<td>Date d'enregistrement </td>
! 		<td><input type="text" name="f1" maxlength=8 size=8 value="<!-- TMPL_VAR name="f1" -->"></td>
[...1187 lines suppressed...]
! 

! 

! 

!         </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;

! 		self.close();

! 		return false;

! 	}

! </script>

! </body>

! </html>






More information about the Koha-cvs mailing list