/[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

Diff of /sparklines/exhibit.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Fri Oct 17 11:32:56 2008 UTC revision 26 by dpavlin, Fri Oct 17 14:25:12 2008 UTC
# Line 15  Line 15 
15      <table width="100%">      <table width="100%">
16          <tr valign="top">          <tr valign="top">
17              <td ex:role="viewPanel">              <td ex:role="viewPanel">
18                  <div ex:role="view"></div>                  <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              </td>              </td>
41              <td width="25%">              <td width="25%">
42                    <div ex:role="facet" ex:facetClass="TextSearch"></div>
43                  browsing controls here...                  browsing controls here...
44              </td>              </td>
45          </tr>          </tr>

Legend:
Removed from v.24  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26