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

Contents of /links/links.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Thu Aug 23 12:00:29 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 1096 byte(s)
convert strings that look like kb/mb/gb to human readable,
unroll every splited value into it's own field
1 <html>
2 <head>
3 <title>Cjenik</title>
4
5 <link href="links.js"
6 type="application/json" rel="exhibit/data" />
7
8 <script src="exhibit/src/webapp/api/exhibit-api.js"
9 type="text/javascript"></script>
10
11 <style>
12 body {
13 margin: 1in;
14 }
15 .gotovoina {
16 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 <div id="exhibit-view-panel">
27 <div ex:role="exhibit-view"
28 ex:viewClass="Exhibit.TileView"
29 ex:showAll="true"
30 ex:orders=".gotovina"
31 ex:possibleOrders=".label, .id, .gotovina, .na6rata, .na36rata">
32 </div>
33 <div ex:role="exhibit-lens">
34 <div ex:content=".label_short" class="name"></div>
35 <img ex:src-content=".image-thumb-url" /><br/>
36 Cijena: <span ex:content=".gotovina" class="cijena"></span>
37 <div ex:if-exists=".feature" class="features">Features:
38 <span ex:content=".feature"></span>
39 </div>
40 </div>
41 </div>
42 </td>
43 <td width="25%">
44 <div id="exhibit-browse-panel" ex:facets=".label_0, .feature, .label_1_human"></div>
45 </td>
46 </tr>
47 </table>
48 </body>
49 </html>
50

  ViewVC Help
Powered by ViewVC 1.1.26