I am installing Coppermine. (My site it is in Portuguese!)
Now I have an JavaScript error.
My link it is:
http://www.lojistas.net/gl/displayimage.php?album=7&pid=10&slideshow=5000
Please, can you help me?
Thank You
Francisco
this is caused by the modifications you have applied. I tried to view your site with the classic theme (http://www.lojistas.net/gl/displayimage.php?album=7&pid=10&slideshow=5000&theme=classic), but I only got the error message
QuoteCoppermine critical error:
Unable to load template file template2.html!
- this is not a real coppermine error, it comes from over-modifying.
It also appears that you have over-modified your theme's template.html - it doesn't contain a reference to scripts.js, which is mandatory. Re-add it.
Hi GauGau!
template2.html (see below) it is a subset of my customised template.html.
I make a copy from classic template.html to classic template2.html. Now you can use this theme.
Thank You
Francisco
Quote
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta name="description" content="Lojistas.net, Galeria do Lojistas, com álbuns de fotografias dos nossos leitores.">
<!-- padronizados -->
<meta name="author" content="byFAMP">
<meta name="copyright" content="2003/2005 byFAMP">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="geo.region" content="BR">
<meta name="Googlebot" content="all">
<meta name="keywords" content="ajudas, anúncios, apoios, associação, associações, avisos, buscas, centers, classificados, governos, grátis, histórias, leis, locação, locações, lojistas, notícias, opinião, opiniões, pautas, propostas, publicação, publicações, quadros, serviços, shoppings, união, uniões, voluntariado, voluntário">
<meta name="language" content="pt-br">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="revisit-after" content="2 days">
<meta name="robots" content="all">
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}">
<meta http-equiv="Content-Language" content="pt-br">
<meta http-equiv="Pragma" content="no-cache">
<base target="_self">
<link rel="stylesheet" href="themes/LojistasNet/style.css">
<meta name="Microsoft Border" content="none">
</head>
<body topmargin="0" leftmargin="0">
{META}
<script type="text/javascript" src="scripts.js"></script>
<table width="100%" border="1" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF" bordercolor="#0E72A4">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top"><img src="../fig/LN60.gif" width="60" height="50" border="0"><br>
<a href="../index.htm">Primeira Página</a><br>
<a href="../../../fl/">Fórum dos Lojistas</a><br>
<br>
{ADMIN_MENU} {GALLERY}</td>
</tr>
<tr>
<td align="center" valign="top">{LANGUAGE_SELECT_FLAGS}</td>
</tr>
<tr>
<td align="center" valign="top">{LANGUAGE_SELECT_LIST} {THEME_SELECT_LIST}</td>
</tr>
</table>
<!--<IMG SRC="images/spacer.gif" WIDTH="1" HEIGHT="1">-->
<script language="JavaScript">
function KBAddFavorite(theTit) {
IE4=(document.all)? 1 : 0
if (IE4) {
theSite=window.location
window.external.AddFavorite(theSite,theTit)
}
}
</script>
<hr align="center" noshade size="1" width="90%">
<font size="1" color="#0000FF">
<p style="margin-top: 0; margin-bottom: 0" align="center"><img border="1" src="../fig/LN16.gif" align="absmiddle" width="16" height="16"><br>
<font face="Verdana">LN Lojistas.net (www.lojistas.net). I&O+S:
Informação e Opinião, mais Serviços.<br>
Lojistas.net, o portal do lojista em shopping center, é uma publicação
de voluntariado, on-line, GRÁTIS.<br>
Promove a união dos lojistas divulgando as nossas associações e
sindicatos <br>
Compartilhe a sua informação e opinião conosco. Leia, se informe,
divulgue, publique, participe.<br>
Mais informações sobre o Lojistas.net, <a href="../x.htm">clique aqui</a>.
Atualizado em <!--webbot bot="TimeStamp" s-type="EDITED"
s-format="%d/%m/%y" -->. Copyright (c) 2003/2005.</font></font>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><font face="Verdana">
<script type="text/javascript" language="JavaScript">var site="s16lojis"</script>
</font>
<script type="text/javascript" language="JavaScript1.2" src="http://s16.sitemeter.com/js/counter.js?site=s16lojis" TARGET="_blank"></script>
</td>
<td valign="top"><font size="1" face="Verdana"><a href="http://s16.sitemeter.com/stats.asp?site=s16lojis" target="_blank">visitas</a>.
<a href="javascript:window.print()">Imprimir esta página</a>. <a href="javascript:window.external.AddFavorite(location.href, document.title);">Coloque
esta página em meus favoritos</a>.</font></td>
</tr>
</table>
</center>
</div>
</table>
</td>
</tr>
</table>
</body>
</html>
The javascript link must go in the <head> section.
... as well as the {META} section.
Thank You
Francisco