minor fixes

This commit is contained in:
tipaul 2003-02-27 16:55:51 +00:00
parent dc1cf5f163
commit fb7ef42a91
3 changed files with 10 additions and 3 deletions

View file

@ -88,7 +88,7 @@
<script LANGUAGE="JavaScript">
function active(numlayer)
{
for (i=0; i < 10 ; i++ ) {
for (i=10; i < 11 ; i++ ) {
ong = i+"XX";
link = "link"+i;
if (numlayer==i) {
@ -111,7 +111,7 @@ function Check(f) {
document.getElementById("error"+i).style.backgroundColor="#FF0000";
total_errors++;
} else {
document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
// document.getElementById("error"+i).style.backgroundColor="#FFFFFF";
}
}
var alertString2;

View file

@ -65,6 +65,7 @@ Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Add New Biblio</a></td>
</tr>
</table>

View file

@ -1,4 +1,10 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<STYLE TYPE="text/css" MEDIA=screen>
table { font-family:Arial;
font-weight:normal;
text-decoration:none;
font-size:10pt;}
</STYLE>
<table width=100% cellspacing=0 cellpadding=5 border=1>
<tr background="/images/background-mem.gif">
@ -33,7 +39,7 @@
<tr>
<td width="3%">&nbsp;</td>
<td width="2%"><b><TMPL_VAR name="marc_tag"></b></td>
<td width="55%"><TMPL_VAR name="marc_lib"></td>
<td width="55%" align="right"><TMPL_VAR name="marc_lib"></td>
<td width="40%"><TMPL_VAR name="marc_value"></td>
</tr>
</tmpl_loop>