koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/value_builder un


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/value_builder unimarc_field_225a.tmpl,NONE,1.1
Date: Fri, 10 Jan 2003 15:15:17 -0800

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]