Advertisement
fydel

html_template.html

Aug 17th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.20 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  2.          "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4.         <head>
  5.                 <link href="style.css" rel="stylesheet" type="text/css" />
  6.                 <meta content="300" http-equiv="refresh" />
  7.                 <title>Munin :: de :: happymining.de :: XXX</title>
  8.                 <meta content="application/xhtml+xml; charset=iso-8859-1" http-equiv="content-type" />
  9.                 <meta content="Auto-generated by Munin" name="author" />
  10.                 <link href="favicon.ico" rel="icon" type="image/vnd.microsoft.icon" />
  11.                 <link href="favicon.ico" rel="SHORTCUT ICON" />
  12.         </head>
  13. <!--
  14.        Body material.
  15.        First comes a heading frame with logo and the breadcrumbs with links to each level above
  16. -->     <body>
  17.                 <table id="header-table">
  18.                         <tbody>
  19.                                 <tr>
  20.                                         <td class="logo" rowspan="2">
  21.                                                 <div class="logo">
  22.                                                         &nbsp;</div>
  23.                                         </td>
  24.                                         <td valign="top">
  25.                                                 <h2>
  26.                                                         XXX</h2>
  27.                                         </td>
  28.                                 </tr>
  29. <!--            Second header line containing host name and a list of categories of the graphs -->                      </tbody>
  30.                 </table>
  31. <!-- Loop over the services at this level.  Mostly only to access the
  32.      nested variables describing the _one_ service that should be
  33.      available here. -->               <table class="invisiblebox">
  34.                         <tbody>
  35.                                 <tr>
  36. <!-- Table row: Day image --><!-- Note, the class of the img does not work to set border width and color.  Could be something to do with the table? -->                                 <td>
  37.                                                 <img alt="daily graph" height="292" src="miner_XXX-day.png" width="497" /></td>
  38. <!-- cont'd: Week image -->                                     <td>
  39.                                                 <img alt="weekly graph" height="292" src="miner_XXX-week.png" width="497" /></td>
  40.                                 </tr>
  41.                                 <tr>
  42. <!-- New table row: Month image -->                                     <td>
  43.                                                 <img alt="monthly graph" height="292" src="miner_XXX-month.png" width="497" /></td>
  44. <!-- cont'd: Year image -->                                     <td>
  45.                                                 <img alt="yearly graph" height="292" src="miner_XXX-year.png" width="497" /></td>
  46.                                 </tr>
  47.  
  48. <!-- Loop over the services at this level.  Mostly only to access the
  49.      nested variables describing the _one_ service that should be
  50.      available here. -->               <table class="invisiblebox">
  51.                         <tbody>
  52.                                 <tr>
  53. <!-- Table row: Day image --><!-- Note, the class of the img does not work to set border width and color.  Could be something to do with the table? -->                                 <td>
  54.                                                 <img alt="daily graph" height="292" src="miner_XXX_payout-day.png" width="497" /></td>
  55. <!-- cont'd: Week image -->                                     <td>
  56.                                                 <img alt="weekly graph" height="292" src="miner_XXX_payout-week.png" width="497" /></td>
  57.                                 </tr>
  58.                                 <tr>
  59. <!-- New table row: Month image -->                                     <td>
  60.                                                 <img alt="monthly graph" height="292" src="miner_XXX_payout-month.png" width="497" /></td>
  61. <!-- cont'd: Year image -->                                     <td>
  62.                                                 <img alt="yearly graph" height="292" src="miner_XXX_payout-year.png" width="497" /></td>
  63.                                 </tr>
  64.  
  65.  
  66.  
  67. <!-- .sum graphs.  One of the least used features of munin? --><!-- IMGWEEKSUM --><!-- Here follows meta information for the graphs -->                         <tr>
  68.                                                 <table id="generated-table">
  69.                                                         <tbody>
  70.                                                                 <tr>
  71.                                                                         <td>
  72.                                                                                 <i class="small">This page was generated by <a href="http://munin-monitoring.org/">Munin</a></i></td>
  73.                                                                 </tr>
  74.                                                         </tbody>
  75.                                                 </table>
  76.                                         </tr>
  77.                         </tbody>
  78.                 </table></body>
  79. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement