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/en/authorities blin


From: doXulting
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities blinddetail-biblio-search.tmpl,NONE,1.1
Date: Mon, 05 Jul 2004 06:34:28 -0700

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

Added Files:
        blinddetail-biblio-search.tmpl 
Log Message:
First step for working authorities

--- NEW FILE ---
<html>
<body>
<script language="JavaScript" type="text/javascript">

function go()
{
var val = 0;
        opener.opener.document.f.field_value[<!-- TMPL_VAR name="index" --> - 
2].value = <!-- TMPL_VAR name="authid" -->;
        <!-- TMPL_LOOP name="0XX" -->
                <!-- TMPL_LOOP name="subfield" -->
        opener.opener.document.f.field_value[<!-- TMPL_VAR name="index" --> + 
val].value = '<!-- TMPL_VAR name="marc_value" -->';
        val += 1;
                <!-- /TMPL_LOOP -->
        <!-- /TMPL_LOOP -->
        opener.close();
        self.close();
        return false;
}
</script>
<script>
window.onload = go();
</script>
</body>
</html>




reply via email to

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