diff --git a/checkin_notes b/checkin_notes index 56f49bf58b..29d3c6c331 100644 --- a/checkin_notes +++ b/checkin_notes @@ -9731,3 +9731,19 @@ David 21 Oct 2007 api/ graphics2_unix.C + +Rytis 22 Oct 2007 + - User web: add HTML DOCTYPE (4.01 Transitional) to all pages, make some + HTML validity changes. + + html/ + inc/ + forum.inc + stats_sites.inc + util.inc + project.sample/ + project.inc + user/ + forum_forum.php + forum_index.php + stats.php diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 76b4e28049..242360b058 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -368,10 +368,10 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS /** * Start the forum table, output the proper headings and such. **/ -function start_forum_table($headings, $extra="width=100%") { +function start_forum_table($headings, $extra="width=\"100%\"") { $span = null; - start_table($extra." cellspacing=0 cellpadding=2"); + start_table($extra." cellspacing=\"0\""); echo "
$title |
@@ -38,7 +37,7 @@ function project_banner($title) {
function project_footer($show_return, $show_date) {
echo " \n"; + echo "Return to ".PROJECT." main page \n"; } echo " Copyright © ".date("Y ").COPYRIGHT_HOLDER." | ||
- '.$forum->getTitle().'
+ getID()."\">".$forum->getTitle()."
- '.$forum->getDescription().' + ".$forum->getDescription()." |
- '.$forum->getThreadCount().' | -'.$forum->getPostCount().' | -'.time_diff_str($forum->getLastTimestamp(), time()).' | -".$forum->getThreadCount()." | +".$forum->getPostCount()." | +".time_diff_str($forum->getLastTimestamp(), time())." | + "; } page_head(tr(FORUM_TITLE)); diff --git a/html/user/stats.php b/html/user/stats.php index 5368ae52de..6f65f81061 100644 --- a/html/user/stats.php +++ b/html/user/stats.php @@ -7,9 +7,9 @@ echo "