SVN: toys/stbr/index.php
shadzik
shadzik at pld-linux.org
Wed May 16 00:43:47 CEST 2007
Author: shadzik
Date: Wed May 16 00:43:46 2007
New Revision: 8554
Modified:
toys/stbr/index.php
Log:
- better arrangement (but still not as it should be)
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Wed May 16 00:43:46 2007
@@ -72,8 +72,8 @@
<table>
<thead>
<tr>
-<td width="150px">spec</td>
-<td width="200px">recipient</td>
+<td width="130px">spec</td>
+<td width="90px">recipient</td>
<td width="150px">builder</td>
<td width="150px">queue status</td>
</tr>
@@ -133,10 +133,10 @@
$q['arecipient'] = strrev($q['arecipient']);
?>
<tr>
-<td width="150px"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a></td>
-<td width="200px"><script>vm("<?=$q['arecipient']?>","<?=$q['who']?>");</script></td>
-<td width="150px"><?=$q['builder']?></td>
-<td><?=$filled?></td>
+<td width="100px"><a href="http://cvs.pld-linux.org/cgi-bin/cvsweb/SPECS/<?=$q['aspec']?>"><?=$q['aspec']?></a></td>
+<td width="80px"><script>vm("<?=$q['arecipient']?>","<?=$q['who']?>");</script></td>
+<td width="100px"><?=$q['builder']?></td>
+<td width="100px"><?=$filled?></td>
</tr>
<?
}
More information about the pld-cvs-commit
mailing list