]> git.ozlabs.org Git - ccan/blobdiff - web/staticupload.php
Removed more tables where they aren't required. Improved table layout.
[ccan] / web / staticupload.php
index d1252e16b7cd97a5d0fea2d804d1d7f567a0003e..19dbedec22d1bdf8435b80c77187bdb129a61f63 100644 (file)
@@ -5,27 +5,20 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 ?>
-<html>
+<div class='content'>
 <h3 align="center"> Upload Code</h3>
 
-<table width="70%" align="center">
-<tr>
-<td>
 <p>
 Got C code sitting around which might help someone?  Put it to work
 by uploading here; .tar.gz, .zip or even single C files.
 </p>
 
-<p>
-If it has a valid _info.c file and a testsuite, it'll go into the
+<p>If it has a valid _info file and a testsuite (see <a href="http://ccodearchive.net/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
 main repository.  Otherwise, it'll go into our "junkcode" area where
 people can browse and download it.
 </p>
-</td>
-</tr>
-</table>
 
-<table width="70%" align="center">
+<table align="center">
 <tr>
 <p>
 <form enctype="multipart/form-data" action="<?=$uploadscript?>" method="POST">
@@ -51,5 +44,5 @@ people can browse and download it.
 </tr>
 </table>
 </form>
-<hr>
+</div>
 </html>