[Midnightbsd-cvs] mports: www/tmpls: switch to horizontal stats.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 31 18:39:56 EDT 2007


Log Message:
-----------
switch to horizontal stats.

Modified Files:
--------------
    mports/Tools/magus/www/tmpls:
        header.tmpl (r1.2 -> r1.3)
        index.tmpl (r1.3 -> r1.4)

-------------- next part --------------
Index: index.tmpl
===================================================================
RCS file: /home/cvs/mports/Tools/magus/www/tmpls/index.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -LTools/magus/www/tmpls/index.tmpl -LTools/magus/www/tmpls/index.tmpl -u -r1.3 -r1.4
--- Tools/magus/www/tmpls/index.tmpl
+++ Tools/magus/www/tmpls/index.tmpl
@@ -4,7 +4,7 @@
 
 <div class="right">
 <TMPL_IF NAME="locks">
-<h2>Currently Building</h2>
+<h3>Currently Building</h3>
 <table class="locks">
 <thead>
 <tr>
@@ -30,7 +30,7 @@
 
 
 
-<h2>Latest Results</h2>
+<h3>Latest Results</h3>
 <table class="result-list">
 	<thead>
 	<tr>
Index: header.tmpl
===================================================================
RCS file: /home/cvs/mports/Tools/magus/www/tmpls/header.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -LTools/magus/www/tmpls/header.tmpl -LTools/magus/www/tmpls/header.tmpl -u -r1.2 -r1.3
--- Tools/magus/www/tmpls/header.tmpl
+++ Tools/magus/www/tmpls/header.tmpl
@@ -10,21 +10,25 @@
 </head>
 <body>
 
+<!-- header: begin -->
+<div id="tophead">
+
 <h1>Magus</h1>
 
 <h2>Stats</h2>
 <table class="stats">
 <tr>
-        <td>Tested</td><td><TMPL_VAR NAME="ports_tested"></td>
-</tr>
-<tr>
-        <td>Untested</td><td><TMPL_VAR NAME="ports_untested"></td>
-</tr>
+        <td>Tested</td>
+	<td><TMPL_VAR NAME="ports_tested"></td>
+        <td>Untested</td>
+	<td><TMPL_VAR NAME="ports_untested"></td>
 <TMPL_LOOP NAME="stats">
-<tr class="<TMPL_VAR name=summary>">
-        <td><TMPL_VAR NAME="summary"></td>
+        <td class="<TMPL_VAR name=summary>"><TMPL_VAR NAME="summary"></td>
         <td><a href="<TMPL_VAR NAME=list_root>/<TMPL_VAR NAME=summary>"><TMPL_VAR NAME=count></td>
-</tr>
 </TMPL_LOOP>
+</tr>
 </table>
 
+</div>
+<!-- header: end -->
+


More information about the Midnightbsd-cvs mailing list