Module: appdb Branch: master Commit: e18e751706bee33a7dbb8efe0d59fd3af745b374 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=e18e751706bee33a7dbb8efe0...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Tue Apr 22 23:49:46 2008 +1000
make the screenshot submission rules more noticeable
---
screenshots.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/screenshots.php b/screenshots.php index 2430e1a..b81c53d 100644 --- a/screenshots.php +++ b/screenshots.php @@ -133,9 +133,12 @@ if($hResult && query_num_rows($hResult)) // if the user is logged in if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn()) { - echo "<p align="center">When submitting screenshots please ensure that the focus is on the application running inside Wine."; - echo "<br>This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop."; - echo "<br>Do not upload screenshots of error messages, installers, game menus etc.</p>"; + echo "<p align="center">"; + echo "<table><tr><th>Please follow these simple rules</th></tr>"; + echo "<tr><td><ul>"; + echo "<li>Do not upload screenshots of error messages, installers, game menus etc.</li>"; + echo "<li>Crop the image so that only the application is shown and not your desktop.</li>"; + echo "</ul></td></tr></table></p>";
echo '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n"; echo html_frame_start("Upload Screenshot","400","",0);