Add service alert viewer for all users
[busui.git] / servicealerts / index.php
blob:a/servicealerts/index.php -> blob:b/servicealerts/index.php
<?php <?php
include ('../include/common.inc.php'); include ('../include/common.inc.php');
   
include_header("Service Alerts", "index"); include_header("Service Alerts", "index");
  echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e">';
   
if ($_SESSION['authed'] == true) { if ($_SESSION['authed'] == true) {
echo '<ul data-role="listview" data-theme="e" data-groupingtheme="e"> echo' <li><a href="servicealert_editor.php"><h3>servicealert_editor</h3>
<li><a href="servicealert_editor.php"><h3>servicealert_editor</h3> <p>servicealert_editor</p></a></li>';
<p>servicealert_editor</p></a></li> }
</ul>'; echo' <li><a href="servicealert_viewer.php"><h3>Service Alert Viewer</h3>
} <p>Browse current network alerts</p></a></li>';
   
  echo' </ul>';
   
?> </div> ?> </div>
<?php <?php
include_footer() include_footer()
?> ?>