Add scripts to create myops-getqueryview:
[myops.git] / web / query / templates / rpms.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>{{ title }}</title>
5     <link rel="stylesheet" href="../../style/screen.css" type="text/css"/>
6     <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="{{ feedPath }}"/>
7   </head>
8   <body>
9     {{>header}}
10         <a href="http://myops.planet-lab.org:5984/_list/rpms/rpm-to-host?group=true&startkey=[%22rpm%22]&endkey=[%22rpm%22,{}]">All rpms</a>
11         <br/>
12         <a href="http://myops.planet-lab.org:5984/_list/rpms/rpm-to-host?group=true&startkey=[%22hostname%22]&endkey=[%22hostname%22,{}]">All hosts</a>
13         <h3>{{ rpmversion }}</h3>
14     <div id="content">
15       <ul id="nodes">
16       <table id="nodes">
17         {{#nodes}}
18
19           <tr>
20             <td align='right'>{{ val }}</td><td><a href="{{ link }}">{{ name }}</a></td>
21
22           </tr>
23         {{/nodes}}
24       </table>
25     </div>
26 </body>
27 </html>