aboutsummaryrefslogtreecommitdiffstats
path: root/Report/HTML.php
diff options
context:
space:
mode:
Diffstat (limited to 'Report/HTML.php')
-rw-r--r--Report/HTML.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/Report/HTML.php b/Report/HTML.php
index 6e27f14..9f3f30a 100644
--- a/Report/HTML.php
+++ b/Report/HTML.php
@@ -42,6 +42,7 @@ class Report_HTML
<p>{$links}</p>
</li>
S;
+ $pubDate = date('r');
}
$s = <<<S
<!DOCTYPE html>
@@ -115,13 +116,15 @@ S;
<ul class="boxes">{$ret}</ul>
<hr>
+ <p>Last updated: {$pubDate}</p>
+ <hr>
<div class="dnotes">
<ul>
- <li>Light gray values are unknown for now.</li>
+ <li>Light gray values are unchecked for now; coming soon!</li>
<li><strong>ISO Build block is still a mockup, doesn't work for now!</strong></li>
<li>code is in <a href="http://svnweb.mageia.org/soft/dashboard/">svnweb.mageia.org/soft/dashboard</a>;
to get a copy of the code: <pre>$ svn checkout svn://svn.mageia.org/svn/soft/dashboard</pre>
- patches welcome!</li>
+ patches or an even better dashboard option are welcome!</li>
</ul>
</div>
</body>