minor fixes
This commit is contained in:
parent
dc1cf5f163
commit
fb7ef42a91
3 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -65,6 +65,7 @@ Results <TMPL_VAR name="showoffset"> to <TMPL_VAR name="total"> displayed
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td><a href="addbiblio.pl?isbn=<TMPL_VAR name="isbn">">Add New Biblio</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -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%"> </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>
|
||||
|
|
Loading…
Reference in a new issue