Andi (http://forum.coppermine-gallery.net/index.php?action=profile;u=898) posted this in another thread (http://forum.coppermine-gallery.net/index.php?topic=14639.0) - I separated it for better trackability:
Quote from: Andi on February 08, 2005, 12:59:07 PM
Few HTML-Errors in this file:
$Source: /cvsroot/coppermine/devel/keyword_select.php,v $
$Revision: 1.5 $
$Author: gaugau $
$Date: 2004/12/30 06:59:00 $
- missing </head> end-Tag
- missing <body></body> Tag (start and end)
- missing doctype declaration
-Form and Table Tags are not closed in this else-part:
} else {
echo "<b><font color='red'><b>Sorry, No keywords available !</b></font> ";
- Missing end-quote in this link: <a href='keyword_create_dict.php'>Regenerate Dictionary</a>
Hmm, and hole file is not multilingual... ;)
This needs fixing before the language files go out, someone please self-assign and fix.
Joachim
assigning this to myself, will commit asap.
Joachim
committed to cvs. Please confirm fix.
Joachim
uups:
QuoteParse error: parse error, unexpected T_STRING in D:\Localhost\dev-Coppermine\devel\keyword_select.php on line 95
$Source: /cvsroot/coppermine/devel/keyword_select.php,v $
$Revision: 1.6 $
$Author: gaugau $
$Date: 2005/02/19 06:39:16 $
EDIT:
And one additional error:
QuoteNotice: Undefined index: keywordId in D:\Localhost\dev-Coppermine\devel\keyword_select.php on line 43
changes see in attached file ;)
committed your changes as suggested. Please confirm.
Joachim
Ok, now it's perfect ;)