[Scummvm-cvs-logs] SF.net SVN: scummvm: [20861] web/trunk/poll/index.php
sev at users.sourceforge.net
sev at users.sourceforge.net
Fri Feb 24 18:01:02 CET 2006
Revision: 20861
Author: sev
Date: 2006-02-24 17:59:47 -0800 (Fri, 24 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20861&view=rev
Log Message:
-----------
Fixed poll HTML. It's amazing, but it left not converted to the new design.
Modified Paths:
--------------
web/trunk/poll/index.php
Modified: web/trunk/poll/index.php
===================================================================
--- web/trunk/poll/index.php 2006-02-25 01:24:10 UTC (rev 20860)
+++ web/trunk/poll/index.php 2006-02-25 01:59:47 UTC (rev 20861)
@@ -13,13 +13,18 @@
require($file_root."/include/"."incl.php");
// start of html
-html_header("ScummVM :: Website Revamp contest poll");
-sidebar_start();
+html_page_header("ScummVM :: Website Revamp contest poll");
//display welcome table
-echo html_round_frame_start("Website Revamp contest poll","");
+html_content_begin('Website Revamp contest poll');
?>
+ <div class="par-item">
+ <div class="par-head">
+ Website Revamp contest poll
+ </div>
+
+ <div class="par-content">
<h1>Website Revamp contest poll -- closed, draven declared winner</h1>
<p>The three finalists of the website revamp contest can be seen here. The contest was won by draven, you can see the final standings below</p>
@@ -33,7 +38,7 @@
</tr>
<tr><td colspan="3" align="center">
-
+<br>
<table border="0" bgcolor="#EEEEEE" cellspacing="0" cellpadding="3">
<tr>
<td colspan="2"><b>Which design do you prefer for the new ScummVM website?</b></td>
@@ -91,13 +96,14 @@
</table>
</center>
+<br>
+ </div>
+</div>
+
<?
-echo html_round_frame_end(" ");
+html_content_end();
+html_page_footer();
-// end of html
-sidebar_end();
-html_footer();
-
?>
More information about the Scummvm-git-logs
mailing list