diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-25 16:34:26 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-25 16:34:26 +0000 |
commit | 093a86346ba165fb02567bdf3cfb6228be64e896 (patch) | |
tree | b9819fef12aa9b6c399d17bd4e2826958feeea16 | |
parent | 41c7eec878dea6c4bcbc3b05da725928b2d84c42 (diff) | |
download | dashboard-093a86346ba165fb02567bdf3cfb6228be64e896.tar dashboard-093a86346ba165fb02567bdf3cfb6228be64e896.tar.gz dashboard-093a86346ba165fb02567bdf3cfb6228be64e896.tar.bz2 dashboard-093a86346ba165fb02567bdf3cfb6228be64e896.tar.xz dashboard-093a86346ba165fb02567bdf3cfb6228be64e896.zip |
warning box
-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> |