diff --git a/admin/adminCommentView.php b/admin/adminCommentView.php index 8fa1d67..ab480ee 100644 --- a/admin/adminCommentView.php +++ b/admin/adminCommentView.php @@ -65,13 +65,13 @@ if($commentsPerPage > 100) $commentsPerPage = 100; /* display page selection links */ echo "
"; -echo "Page $currentPage of $totalPages
"; +echo "Page $currentPage of $totalPages
"; display_range($currentPage, $pageRange, $totalPages, $commentsPerPage); -echo "
"; -echo "
"; +echo "
"; +echo "
"; /* display the option to choose how many comments per-page to disable */ -echo "
"; +echo ""; echo "Number of comments per page:"; echo ""; $str .= "\n"; - $str .= "
\n"; + $str .= "\n"; return $str; } diff --git a/index.php b/index.php index 1351c67..fba1c5c 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,7 @@ /***********************************/ /* Application Database Index Page */ /***********************************/ + include("path.php"); require(BASE."include/"."incl.php"); @@ -33,7 +34,7 @@ stomping out Wine issues will be greatly appreciated.

If you have anything to contribute (screenshots, howtos), contact us at: -appdb@winehq.org
+appdb@winehq.org
Note that this address is not for end-user support, for end user support please contact the wine-users mailing list or the wine newsgroup, for more information visit this page @@ -56,9 +57,10 @@ wine-users mailing list or the wine newsgroup, for more information visit echo "There are $numApps applications currently in the database with\n"; echo "$voteAppName being the\n"; echo "top voted application.\n"; - - ?> + +

+

Wine 0.9 Supported Applications List

This is a working version of the application lists which we hope to @@ -68,7 +70,7 @@ direct formatting related flames to Dimitrie O

The Gold List

Applications which install and run virtually flawless on a - out-of-the-box Wine installation make it to the Gold list:
+ out-of-the-box Wine installation make it to the Gold list:

@@ -173,10 +175,10 @@ direct formatting related flames to Dimitrie O
ApplicationVersionDescriptionTucows topNotesScreenshot[TODO]
-

+

The Silver List

The Silver list contains apps which we hope we can easily fix so they make it - to Gold status:
+ to Gold status:

@@ -266,8 +268,8 @@ echo "";
ApplicationVersionDescriptionTucows topNotesScreenshotWinMX[TODO]
-

+

Other Wine Application Compatibility Sites

diff --git a/votestats.php b/votestats.php index 5f719f1..ed6d928 100644 --- a/votestats.php +++ b/votestats.php @@ -18,7 +18,7 @@ if($HTTP_POST_VARS) apidb_header("Vote Stats - Top $topNumber Applications"); /* display the selection for the top number of apps to view */ -echo "

"; +echo ""; echo "Number of top apps to display:"; echo ""; -echo ""; +echo ""; echo "
"; -echo "
"; -echo "
"; +echo "
"; +echo "
"; /***************************************************/ /* build a list of the apps in the chosen category */ @@ -157,8 +157,8 @@ if($result) { if ($c % 2 == 1) { $bgcolor = "color0"; } else { $bgcolor = "color1"; } $link = "
$row->appName"; - echo "$c. $link $row->count \n"; - $c++; + echo "$c. $link $row->count \n"; + $c++; } echo html_table_end(); @@ -168,7 +168,7 @@ if($result) /* think that something went wrong with the server */ if($c == 1) { - echo "

No apps found in this category

"; + echo "

No apps found in this category

"; } echo "
What does this screen mean?
\n";