added templates for emailTxt
[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 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
3     py:extends="'master.kid'">\r
4 <head>\r
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
6 <title>Welcome to MyOps</title>\r
7 </head>\r
8 <body>\r
9 \r
10   <div id="sidebar">\r
11     <h2>Learn more</h2>\r
12     Learn more about MyOps default policies, and take part in its development\r
13     <ul class="links">\r
14       <li><a href="https://svn.planet-lab.org/wiki/MonitorDocs">Documentation</a></li>\r
15       <li><a href="https://svn.planet-lab.org/wiki/MonitorPolicyForPlanetLab">Policy</a></li>\r
16       <li><a href="https://svn.planet-lab.org/svn/Monitor">Latest Source</a></li>\r
17     </ul>\r
18     <span py:replace="now">now</span>\r
19   </div>\r
20   <div id="getting_started">\r
21     <ol id="getting_started_steps">\r
22       <li class="getting_started">\r
23         <h3>Sites</h3>\r
24         <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
25       </li>\r
26       <li class="getting_started">\r
27         <h3>PCUs</h3>\r
28         <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
29       </li>\r
30       <li class="getting_started">\r
31         <h3>Nodes</h3>\r
32         <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
33       </li>\r
34     </ol>\r
35     <!--div class="notice"> If you create something cool, please <a href="http://groups.google.com/group/turbogears">let people know</a>, and consider contributing something back to the <a href="http://groups.google.com/group/turbogears">community</a>.</div-->\r
36   </div>\r
37   <!-- End of getting_started -->\r
38 </body>\r
39 </html>\r