File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ require("./header.inc.phtml");
5050 <a href="https://twitter.com/share?text=<?php echo urlencode ($ title ); ?> &url=<?php echo urlencode ($ url ); ?> " rel="external" data-popup="1"><img class="header-button float-right" src="<?php echo Common::relativeUrlToAbsolute ("/a/social-twitter-24px.png " ); ?> "/></a>
5151 <a href="https://facebook.com/sharer/sharer.php?u=<?php echo urlencode ($ url ); ?> " rel="external" data-popup="1"><img class="header-button float-right" src="<?php echo Common::relativeUrlToAbsolute ("/a/social-facebook-24px.png " ); ?> "/></a>
5252 <header>Server Status</header>
53- <section>
54- <?php require ("./NYI.inc.phtml " ); ?>
55- </section>
5653 <section>
5754 <table class="serverview"><tbody>
5855 <tr><th>Label</th><td><?php echo filter_var ($ object ->getLabel (), FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </td></tr>
@@ -62,6 +59,12 @@ require("./header.inc.phtml");
6259 <tr><th>Current Status:</th><td><?php echo $ object_status ; ?> </td></tr>
6360 </tbody></table>
6461 </section>
62+ </article>
63+ <article>
64+ <header>History</header>
65+ <section>
66+ <?php require ("./NYI.inc.phtml " ); ?>
67+ </section>
6568<?php } else { ?>
6669 <header class="red"><?php echo filter_var ($ title , FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </header>
6770 <section class="red"><?php echo filter_var ($ description , FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> </section>
You can’t perform that action at this time.
0 commit comments