af7b007fb039a5bddf68c9e1d240b3d925ff7765
[monitor.git] / web / MonitorWeb / monitorweb / templates / welcome.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <?python\r
3 from links import *\r
4 ?>\r
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
6     py:extends="'master.kid'">\r
7 <head>\r
8 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
9 <title>Welcome to MyOps</title>\r
10 </head>\r
11 <body>\r
12 \r
13   <div id="sidebar">\r
14     <h2>Learn more</h2>\r
15     Learn more about MyOps default policies, and take part in its development\r
16     <ul class="links">\r
17       <li><a href="https://svn.planet-lab.org/wiki/MyOpsDocs">Documentation</a></li>\r
18       <li><a href="https://svn.planet-lab.org/wiki/MyOpsPolicyForPlanetLab">Policy</a></li>\r
19       <li><a href="https://svn.planet-lab.org/svn/MyOps">Latest Source</a></li>\r
20     </ul>\r
21     <span py:replace="now">now</span>\r
22   </div>\r
23   <div id="getting_started">\r
24     <ol id="getting_started_steps">\r
25       <li class="getting_started">\r
26         <h3>Sites</h3>\r
27         <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
28       </li>\r
29       <li class="getting_started">\r
30         <h3>PCUs</h3>\r
31         <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
32       </li>\r
33       <li class="getting_started">\r
34         <h3>Nodes</h3>\r
35         <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
36       </li>\r
37     </ol>\r
38         <p>If you'd like to track things a little more informally, you can install\r
39         these Google Gadgets for summaries of the entire system or a specific\r
40         site.</p>\r
41     <ul class="links">\r
42       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/gadget.xml">MyOps Summary</a></li>\r
43       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/sitemonitor.xml">Site Summary</a></li>\r
44     </ul>\r
45   </div>\r
46   <!-- End of getting_started -->\r
47 </body>\r
48 </html>\r