/[simile]/sparklines/exhibit.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /sparklines/exhibit.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations)
Fri Oct 17 14:25:12 2008 UTC (15 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 1451 byte(s)
make table display of values
1 dpavlin 24 <html>
2     <head>
3     <title>Web statistics</title>
4    
5     <link href="sparklines.js" type="application/json" rel="exhibit/data" />
6    
7     <script src="../exhibit/api/exhibit-api.js"
8     type="text/javascript"></script>
9    
10     <style>
11     </style>
12     </head>
13     <body>
14     <h1>Web statistics with sparklines</h1>
15     <table width="100%">
16     <tr valign="top">
17     <td ex:role="viewPanel">
18 dpavlin 26 <div ex:role="lens">
19     <img ex:src-content=".visits_s" />
20     <img ex:src-content=".visits_anonymous_s" />
21     <img ex:src-content=".changes_s" />
22     <img ex:src-content=".categories_changed_s" />
23     <img ex:src-content=".unique_users_s" />
24     <span ex:content=".label"></span>
25     </div>
26     <div ex:role="exhibit-view"
27     ex:viewClass="Exhibit.TabularView"
28     ex:columns=".label,
29     .visits_s, .visits_sum,
30     .visits_anonymous_s, .visits_anonymous_sum,
31     .changes_s, .changes_sum,
32     .categories_changed_s, .categories_changed_sum,
33     .unique_users_s, .unique_users_sum
34     "
35     ex:columnLabels="instance, visits, sum, anonymous, sum, changes, sum, categories, sum, users, sum"
36     ex:columnFormats="list, image, list, image, list, image, list, image, list, image, list"
37     ex:sortColumn="2"
38     ex:sortAscending="false"
39     ></div>
40 dpavlin 24 </td>
41     <td width="25%">
42 dpavlin 26 <div ex:role="facet" ex:facetClass="TextSearch"></div>
43 dpavlin 24 browsing controls here...
44     </td>
45     </tr>
46     </table>
47     </body>
48     </html>

  ViewVC Help
Powered by ViewVC 1.1.26