Newer
Older
backup-commander / html / index.php
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Pearcey: Excecutive Backup Panel</title>
  6. <link rel="stylesheet" href="css/main.css"/>
  7. <script src="./js/common.js"></script>
  8. <script src="./js/main.js"></script>
  9. </head>
  10. <body onload="index_onload()">
  11. <div class="main_page">
  12. <div id="shb_Header" class="flex_header" >
  13. <div id="shb_Title" class="shb_Title" ><img src="img/uk-green.png" style="margin-right: 20px; height: 40px;" >Backup Commander<span id="shb_pageName" style="margin-left:30px; font-size: 10px;">Version 0.9.0</span></div>
  14. <a id="anc_login" class="shb_TitleRHS" href="post_handler.php?action=logout" style="margin-right: 10px;" >Login</a>
  15. </div>
  16.  
  17. <div class="page_inner">
  18. <div id="page_content"></div>
  19.  
  20. <div class="section_header">Panel Help</div>
  21.  
  22. <div class="content_section_text">
  23.  
  24. <p>For help using this panel, please email john@pearcey.net</p>
  25. <p>This backup utility is open source and can be downloaded from <a href="http://pearcey.net:8080/">pearcey.net</a></p>
  26. <p>Please report bugs to john@pearcey.net</p>
  27. </div>
  28.  
  29. </div>
  30. </div>
  31. </body>
  32. </html>