diff options
Diffstat (limited to 'Report')
-rw-r--r-- | Report/HTML.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Report/HTML.php b/Report/HTML.php index 9f3f30a..e1c052f 100644 --- a/Report/HTML.php +++ b/Report/HTML.php @@ -15,7 +15,6 @@ */ class Report_HTML { - /** * */ @@ -109,23 +108,24 @@ S; td.build-id { text-align: right; } div.dnotes { color: #666; border: 1px solid #666; padding: 0.6em; font-size: 90%; } div.dnotes:before { content: "Design Notes"; color: #666; font-weight: bold; text-decoration: underline; } + #warnhead { color: #fff; background: #f00; font-weight: bold; margin: 0; padding: 0.4em 0.6em; font-size: 90%; } </style> </head> - <body> - <h1>Mageia build chain dashboard</h1> + <body> + <p id="warnhead">Public information – Work in progress – Take with a grain of salt</p> + <h1>Mageia dashboard draft</h1> <ul class="boxes">{$ret}</ul> - <hr> <p>Last updated: {$pubDate}</p> <hr> <div class="dnotes"> - <ul> - <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 or an even better dashboard option are welcome!</li> - </ul> + <ul> + <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 or an even better dashboard option are welcome!</li> + </ul> </div> </body> </html> |