overview.html 980 B

12345678910111213141516171819202122
  1. <h1><itopstring>UI:ChangeMgmtMenuOverview:Title</itopstring></h1>
  2. <table border="0" padding="5" class="layout" width="100%">
  3. <tr>
  4. <td class="dashboard">
  5. <itopblock BlockClass="DisplayBlock" type="open_flash_chart" parameters="chart_type:bars;group_by:finalclass;chart_title:UI-ChangeManagementOverview-ChangeByType" asynchronous="false" encoding="text/oql">SELECT Change</itopblock>
  6. </td>
  7. <td class="dashboard">
  8. <h2><itopstring>UI-ChangeManagementOverview-ChangeUnassigned</itopstring></h2>
  9. <itopblock BlockClass="DisplayBlock" type="list" parameters="dashboard:true" asynchronous="false" encoding="text/oql">SELECT Change WHERE status = 'new'</itopblock>
  10. </td>
  11. </tr>
  12. <tr>
  13. <td class="dashboard">
  14. <h2><itopstring>UI-ChangeManagementOverview-ChangeWithOutage</itopstring></h2>
  15. <itopblock BlockClass="DisplayBlock" type="list" parameters="dashboard:true" asynchronous="false" encoding="text/oql">SELECT Change WHERE outage = 'yes'</itopblock>
  16. </td>
  17. <td>
  18. &nbsp;
  19. </td>
  20. </tr>
  21. </table>