diff --git a/apidb.css b/apidb.css index 7a86e28..fe08f7c 100644 --- a/apidb.css +++ b/apidb.css @@ -220,7 +220,7 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center } /*******************************************************************/ /* Main table */ -#mainTable { padding-left: 7px; } +.mainTable { padding-left: 7px; } /* Banner div */ #banner { border: 1px solid black; } diff --git a/appview.php b/appview.php index 6d5b938..5bc0e8d 100644 --- a/appview.php +++ b/appview.php @@ -32,7 +32,6 @@ function display_catpath($catId, $appId, $versionId = '') /** * display the SUB apps that belong to this app - * FIXME: */ function display_bundle($appId) { @@ -45,9 +44,9 @@ function display_bundle($appId) } echo html_frame_start("","98%","",0); - echo "
| Application Name | \n"; echo "Description | \n"; echo "||
| ".stripslashes($ob->appName)." | \n"; + echo "|||
| appId\">".stripslashes($ob->appName)." | \n"; echo "".trim_description($oApp->sDescription)." | \n"; echo "
| $title | |||
\n";
+ $s .= "
|