diff --git a/admin/editAppVersion.php b/admin/editAppVersion.php index 9d7bdcb..8d8d6f6 100644 --- a/admin/editAppVersion.php +++ b/admin/editAppVersion.php @@ -27,6 +27,8 @@ if(!empty($aClean['sSubmit'])) apidb_header("Edit Application Version"); + echo "
\n"; + echo "
\n"; if($_SESSION['current']->hasPriv("admin")) @@ -65,6 +67,9 @@ if(!empty($aClean['sSubmit'])) } echo html_back_link(1,$oVersion->objectMakeUrl()); + + echo "
\n"; + apidb_footer(); } ?> diff --git a/apidb.css b/apidb.css index 989e17d..8447b4f 100644 --- a/apidb.css +++ b/apidb.css @@ -220,6 +220,9 @@ TD.app_name { width: 150px } /* Note box */ .note { padding: 7px; } +/* Default div style */ +div.default_container { padding: 5px; } + /*******************************************************************/ /* Specific elements */ /*******************************************************************/ diff --git a/appbrowse.php b/appbrowse.php index 7e1fd59..f246b00 100644 --- a/appbrowse.php +++ b/appbrowse.php @@ -36,6 +36,8 @@ if($_SESSION['current']->hasPriv("admin") && $aClean['iCatId'] != 0) //output header apidb_header("Browse Applications"); +echo "
\n"; + if($subs) { echo html_frame_start("",'98%','',2); @@ -125,6 +127,8 @@ if($apps) echo p(); +echo "
\n"; + apidb_footer(); ?> diff --git a/appdbStats.php b/appdbStats.php index 47d7b12..d3dcef2 100644 --- a/appdbStats.php +++ b/appdbStats.php @@ -8,7 +8,10 @@ require(BASE."include/incl.php"); require_once(BASE."include/user.php"); apidb_header("Appdb Statistics"); -echo html_frame_start("","60%","",0); + +echo "
\n"; + +echo html_frame_start("","60%",""); echo "\n\n"; /* Display the number of users */ @@ -85,6 +88,9 @@ echo "
".appData::objectGetEntriesCount("false", false, "screenshot")."\n\n"; echo "
\n\n"; + +echo "
\n"; + echo html_frame_end(" "); apidb_footer(); ?> diff --git a/browse_by_rating.php b/browse_by_rating.php index a6f6ab5..4af78c2 100644 --- a/browse_by_rating.php +++ b/browse_by_rating.php @@ -11,6 +11,8 @@ require_once(BASE."include/application.php"); apidb_header("Browse Applications by Rating"); +echo "
\n"; + $sPathtrail = "Main"; echo html_frame_start("", '98%', '', 2); @@ -175,6 +177,7 @@ if (empty($aClean['sRating'])) echo ""; } +echo "
\n"; apidb_footer(); diff --git a/browse_downloadable.php b/browse_downloadable.php index 226cdc6..2ce6aec 100644 --- a/browse_downloadable.php +++ b/browse_downloadable.php @@ -9,6 +9,8 @@ require(BASE."include/incl.php"); apidb_header("Browse Downloadable Applications"); +echo "
\n"; + /* Match specific license? */ $sLicense = version::checkLicense($aClean['sLicense']); @@ -129,4 +131,6 @@ if($hResult && mysql_num_rows($hResult)) echo html_frame_end(" "); } +echo "
\n"; + ?> diff --git a/help/index.php b/help/index.php index 8757762..0db00f4 100644 --- a/help/index.php +++ b/help/index.php @@ -21,6 +21,8 @@ function display_index () apidb_header("Documentation Index"); + echo "
\n"; + echo "

Providing all the help you need 24x7


\n"; echo "
\n"; echo "

Need more help? Contact us at ".APPDB_OWNER_EMAIL."

\n"; - + + echo "

\n"; + apidb_footer(); } @@ -68,11 +72,13 @@ function display_help ($topic) } apidb_header($title); + echo "
\n"; if(file_exists($file)) { include($file); } else { echo "

No help available on that topic

\n"; } + echo "

\n"; apidb_footer(); } diff --git a/include/application.php b/include/application.php index a242314..1718119 100644 --- a/include/application.php +++ b/include/application.php @@ -515,7 +515,7 @@ class Application { echo ''."\n"; echo html_frame_start("Application Form", "90%", "", 0); - echo "\n"; + echo "
\n"; echo '',"\n"; echo '',"\n"; @@ -542,7 +542,7 @@ class Application { echo '',"\n"; echo '',"\n"; - echo '',"\n"; + echo '',"\n"; echo '',"\n"; echo '',"\n"; echo ''; diff --git a/include/url.php b/include/url.php index 2607447..e8ddb31 100644 --- a/include/url.php +++ b/include/url.php @@ -276,7 +276,7 @@ class Url { $sReturn .= html_frame_start("URLs", "90%", "", 0); $sReturn .= "\n"; - $sReturn .= html_table_begin("width=100%"); + $sReturn .= html_table_begin("border=0 cellpadding=5 cellspacing=0 width=100%"); $sReturn .= html_tr(array( array("Remove", "width=\"90\""), "Description", diff --git a/include/vendor.php b/include/vendor.php index 15d61db..62f303b 100644 --- a/include/vendor.php +++ b/include/vendor.php @@ -154,11 +154,15 @@ class Vendor { echo "
Application name
Keywords
Application description

\n"; // Name - echo '',"\n"; - echo '',"\n"; + echo html_tr(array( + array("Vendor Name:", 'align=right class="color0"'), + array('', 'class="color0"') + )); // Url - echo '',"\n"; - echo '',"\n"; + echo html_tr(array( + array("Vendor URL:", 'align=right class="color0"'), + array('', 'class="color0"') + )); echo '',"\n"; diff --git a/include/version.php b/include/version.php index 9ad08fa..c1898a4 100644 --- a/include/version.php +++ b/include/version.php @@ -591,7 +591,7 @@ class Version { { HtmlAreaLoaderScript(array("version_editor")); echo html_frame_start("Version Form", "90%", "", 0); - echo "
Vendor Name
Vendor Url
\n"; + echo "
\n"; echo ''; diff --git a/include/version_queue.php b/include/version_queue.php index b9cbe64..9b04243 100644 --- a/include/version_queue.php +++ b/include/version_queue.php @@ -73,6 +73,8 @@ class version_queue { global $aClean; + echo "
\n"; + /* Display duplicate list if this is a an existing version */ if($this->oVersion->iVersionId) $this->displayMoveTestTable(); @@ -85,22 +87,28 @@ class version_queue if(!$this->oVersion->iVersionId && $this->oVersion->iAppId) { echo html_frame_start("Become Maintainer", "90%"); - echo "
"; + echo "
\n"; + echo "
"; if($this->oVersion->iMaintainerRequest == MAINTAINER_REQUEST) $sRequestMaintainerChecked = 'checked="checked"'; echo html_tr(array( - array("Become maintainer?", "class=\"color0\""), - " ". - "Check this box to request being a maintainer for this version"), - "","valign=\"top\""); + array("Become maintainer?", ""), + array( + " ". + "Check this box to request being a maintainer for this version", + "") + )); echo "
"; + echo "oDownloadUrl->outputEditorSingle($this->oVersion->iVersionId, $aClean); $this->oTestDataQueue->outputEditor(); + + echo "\n"; } function getOutputEditorValues($aClean) diff --git a/index.php b/index.php index 26ce71a..e68cf4a 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,8 @@ require(BASE."include/incl.php"); apidb_header("Wine Application Database"); ?> Wine AppDB - + +

Welcome

This is the Wine Application Database (AppDB). From here you get info on application @@ -129,6 +130,7 @@ If you have screenshots or links to contribute, please browse the database and u Frank's Corner: Frank has a fantastic Wine application site, with tips and how-to's on getting listed apps to run.

+
diff --git a/preferences.php b/preferences.php index 418e6ab..987bd6b 100644 --- a/preferences.php +++ b/preferences.php @@ -154,6 +154,8 @@ if($aClean['sSubmit'] == "Update") apidb_header("User Preferences"); +echo "
\n"; + echo "\n"; // if we manage another user we give the parameters to go back to the admin @@ -178,5 +180,7 @@ echo html_frame_end(); echo "

\n"; echo "\n"; +echo "
\n"; + apidb_footer(); ?> diff --git a/viewScreenshots.php b/viewScreenshots.php index e53ff87..5389482 100644 --- a/viewScreenshots.php +++ b/viewScreenshots.php @@ -10,6 +10,9 @@ require_once(BASE."include/screenshot.php"); require_once(BASE."include/application.php"); apidb_header("View Screenshots"); + +echo "
\n"; + /* display a range of 10 pages */ $pageRange = 10; @@ -90,6 +93,8 @@ display_page_range($currentPage, $pageRange, $totalPages, $_SERVER['PHP_SELF']."?iItemsPerPage=".$ItemsPerPage); echo ""; +echo "
\n"; + apidb_footer(); ?> diff --git a/votestats.php b/votestats.php index fdbee42..73737ff 100644 --- a/votestats.php +++ b/votestats.php @@ -20,6 +20,8 @@ if(empty($aClean['iCategoryId'])) apidb_header("Vote Stats - Top ".$aClean['iTopNumber']." Applications"); +echo "
\n"; + /* display the selection for the top number of apps to view */ echo "
"; echo "Number of top apps to display:"; @@ -187,5 +189,7 @@ if($hResult) echo '

What does this screen mean?

'; } +echo "
\n"; + apidb_footer(); ?>