+
diff --git a/application.css b/application.css
index 10a55f8..e56b7b3 100644
--- a/application.css
+++ b/application.css
@@ -2,25 +2,21 @@
/* The following styles are used for application description and notes */
/***********************************************************************/
-BODY {
- background-color: #FFFFFF;
- color: #000000;
- font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
- margin: 0px 10px 0px 0px;
- font-size: 12px;
- }
-
-thead { font-weight: bold }
-
.title { font-weight: bold; }
.subtitle { text-decoration: underline; font-style: italic; }
.code { font-family: fixed; font-size: 12px; }
-table { border: 1px;
- font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
- font-size: 12px; }
+p { color: #000000;
+ font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
+ font-size: 12px;
+ }
+thead.historyHeader { font-weight: bold }
+
+table.historyTable { border: 1px;
+ font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
+ font-size: 12px; }
td.gold { background-color: #fff600; }
td.silver { background-color: silver; }
diff --git a/appsubmit.php b/appsubmit.php
index 69b6ed0..ecb0e71 100644
--- a/appsubmit.php
+++ b/appsubmit.php
@@ -103,6 +103,38 @@ if (isset($_REQUEST['queueName']))
#######################################
else if (isset($_REQUEST['apptype']))
{
+//FIXME: use absolute path in htmlarea_loader.js to avoid code duplication here
+?>
+
+
+
+
+isLoggedIn())
$email = $_SESSION['current']->sEmail;
@@ -146,12 +178,12 @@ else if (isset($_REQUEST['apptype']))
echo '
| | ',"\n";
$x->make_option_list("altvendor","","vendor","vendorId","vendorName");
echo ' |
',"\n";
-
+
echo '| App URL | ',"\n";
echo ' |
',"\n";
-
- echo '| App Desc | ',"\n";
- echo ' |
',"\n";
+ $sDescription = "Enter description here
";
+ echo '| Description | ',"\n";
+ echo ' |
',"\n";
echo '| Email | ',"\n";
echo ' |
',"\n";
@@ -182,12 +214,31 @@ else if (isset($_REQUEST['apptype']))
echo '| App Version | ',"\n";
echo ' |
',"\n";
-
- echo '| App URL | ',"\n";
- echo ' |
',"\n";
+ $sDescription = "This is a template; enter version-specific description here
";
+ $sDescription .= "
+ Wine compatibility
+ What works:
+ - settings
+ - help
+
What doesn't work:
+ - erasing
+
What was not tested:
+ - burning
+
";
+ $oRow->description .= "Tested versions
+
+
+ | 3.23 | 20050111 | yes | yes | Gold |
+
+ | 3.23 | 20041201 | yes | yes | Silver |
+
+ | 3.21 | 20040615 | yes | yes | Bronze |
+
";
echo '| App Desc | ',"\n";
- echo ' |
',"\n";
+ echo ' | ',"\n";
echo '| Email | ',"\n";
echo ' |
',"\n";