/[simile]/links/links.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 /links/links.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (hide annotations)
Thu Aug 23 17:42:56 2007 UTC (16 years, 8 months ago) by dpavlin
File MIME type: text/html
File size: 1535 byte(s)
added extraction of numeric_range (for example to create price classes)
1 dpavlin 3 <html>
2     <head>
3     <title>Cjenik</title>
4 dpavlin 1
5 dpavlin 3 <link href="links.js"
6     type="application/json" rel="exhibit/data" />
7 dpavlin 1
8 dpavlin 10 <script src="http://static.simile.mit.edu/exhibit/api/exhibit-api.js"
9 dpavlin 3 type="text/javascript"></script>
10 dpavlin 1
11 dpavlin 3 <style>
12     body {
13     margin: 1in;
14     }
15 dpavlin 9 .gotovina {
16 dpavlin 3 font-weight: bold;
17     }
18     </style>
19     </head>
20     <body>
21     <h1>Cjenik</h1>
22     <table width="100%">
23     <tr valign="top">
24     <td>
25     <div id="exhibit-control-panel"></div>
26 dpavlin 1 <div id="exhibit-view-panel">
27     <div ex:role="exhibit-view"
28     ex:viewClass="Exhibit.TileView"
29     ex:showAll="true"
30 dpavlin 9 ex:orders=".manufacturer, .player_name"
31 dpavlin 12 ex:possibleOrders=".manufacturer, .player_name, .gotovina">
32 dpavlin 1 </div>
33     <div ex:role="exhibit-lens">
34 dpavlin 9 <span ex:content=".manufacturer" class="name"></span>
35     <span ex:content=".player_name" class="name"></span>
36     <div>
37     <img ex:src-content=".image-thumb-url" />
38     </div>
39 dpavlin 3 Cijena: <span ex:content=".gotovina" class="cijena"></span>
40 dpavlin 1 <div ex:if-exists=".feature" class="features">Features:
41     <span ex:content=".feature"></span>
42     </div>
43     </div>
44 dpavlin 9 <div ex:role="exhibit-view"
45     ex:viewClass="Exhibit.TabularView"
46     ex:columns=".manufacturer, .player_name, .gotovina, .image-thumb-url"
47     ex:columnLabels="manufacturer, player, price, picture"
48     ex:columnFormats="list, list, list, image"
49     ex:sortColumn="1"
50     ex:sortAscending="false">
51     </div>
52 dpavlin 1 </div>
53 dpavlin 3 </td>
54     <td width="25%">
55 dpavlin 12 <div id="exhibit-browse-panel" ex:facets=".manufacturer, .feature, .gotovina_range, .player_name"></div>
56 dpavlin 3 </td>
57     </tr>
58     </table>
59     </body>
60     </html>
61 dpavlin 1

  ViewVC Help
Powered by ViewVC 1.1.26