Remove mention of api coverage for developers from main page, we don't
address that anymore. Expand the width of the search box, maybe its small size keeps people from using it? Add an item on the default appdb panel to encourage users to email their suggestions for the appdb to the appdb mailing list.
This commit is contained in:
@@ -16,6 +16,7 @@ function global_sidebar_menu() {
|
||||
$g->add("Submit Application", BASE."appsubmit.php?apptype=1");
|
||||
$g->add("Help & Documentation", BASE."help/");
|
||||
$g->add("AppDB Stats", BASE."appdbStats.php");
|
||||
$g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org");
|
||||
$g->done();
|
||||
|
||||
$g = new htmlmenu("Search");
|
||||
@@ -28,7 +29,7 @@ function global_sidebar_menu() {
|
||||
function app_search_box($q = '')
|
||||
{
|
||||
$str = "</span><form method=\"get\" action=\"".BASE."search.php\">\n";
|
||||
$str .= "<input type=text name=q value='$q' size=8 class=searchfield>";
|
||||
$str .= "<input type=text name=q value='$q' size=11 class=searchfield>";
|
||||
$str .= "<input type=submit value='Search' class=searchbutton>\n";
|
||||
$str .= "</form>\n<span>";
|
||||
return $str;
|
||||
|
||||
@@ -18,8 +18,7 @@ apidb_header("Wine Application Database");
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<p>This is the Wine Application Database (AppDB). From here you get info on application
|
||||
compatibility with Wine. For developers, you can get information on the APIs used in an
|
||||
application.</p>
|
||||
compatibility with Wine.</p>
|
||||
<?php
|
||||
$str_benefits="
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user