/[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 1 - (show annotations)
Thu Aug 23 09:46:24 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 1341 byte(s)
initial import of www.links.hr scraper for Simile's Exibition

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 </style>
16 </head>
17 <body>
18 <h1>Cjenik</h1>
19 <table width="100%">
20 <tr valign="top">
21 <td>
22 <div id="exhibit-control-panel"></div>
23 <div id="exhibit-view-panel">
24 <div ex:role="exhibit-view"
25 ex:viewClass="Exhibit.TileView"
26 ex:showAll="true"
27 ex:orders=".gotovina"
28 ex:possibleOrders=".label, .id, .gotovina, .na6rata, .na36rata">
29 </div>
30 <div ex:role="exhibit-lens">
31 <div ex:content=".label_short" class="name"></div>
32 <img ex:src-content=".image-thumb-url" />
33 <span ex:content=".gotovina" class="cijena"></span>,
34 <span ex:content=".na6rata" class="cijena"></span>
35 <span ex:content=".na36rata" class="cijena"></span>
36 <div ex:if-exists=".feature" class="features">Features:
37 <span ex:content=".feature"></span>
38 </div>
39 </div>
40 </div>
41 </td>
42 <td width="25%">
43 <div id="exhibit-browse-panel" ex:facets=".label, .gotovina, .feature"></div>
44 </td>
45 </tr>
46 </table>
47 </body>
48 </html>
49

  ViewVC Help
Powered by ViewVC 1.1.26