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

Diff of /links/links.html

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

revision 1 by dpavlin, Thu Aug 23 09:46:24 2007 UTC revision 10 by dpavlin, Thu Aug 23 15:12:59 2007 UTC
# Line 1  Line 1 
1      <html>  <html>
2      <head>  <head>
3          <title>Cjenik</title>  <title>Cjenik</title>
4    
5          <link href="links.js"  <link href="links.js"
6                  type="application/json" rel="exhibit/data" />          type="application/json" rel="exhibit/data" />
7    
8          <script src="exhibit/src/webapp/api/exhibit-api.js"  <script src="http://static.simile.mit.edu/exhibit/api/exhibit-api.js"
9              type="text/javascript"></script>          type="text/javascript"></script>
10    
11          <style>  <style>
12         body {  body {
13             margin: 1in;          margin: 1in;
14         }  }
15          </style>  .gotovina {
16      </head>          font-weight: bold;
17      <body>  }
18      <h1>Cjenik</h1>  </style>
19      <table width="100%">  </head>
20          <tr valign="top">  <body>
21              <td>  <h1>Cjenik</h1>
22                  <div id="exhibit-control-panel"></div>  <table width="100%">
23    <tr valign="top">
24            <td>
25            <div id="exhibit-control-panel"></div>
26                  <div id="exhibit-view-panel">                  <div id="exhibit-view-panel">
27                          <div ex:role="exhibit-view"                          <div ex:role="exhibit-view"
28                                  ex:viewClass="Exhibit.TileView"                                  ex:viewClass="Exhibit.TileView"
29                                  ex:showAll="true"                                  ex:showAll="true"
30                                  ex:orders=".gotovina"                                  ex:orders=".manufacturer, .player_name"
31                                  ex:possibleOrders=".label, .id, .gotovina, .na6rata, .na36rata">                                  ex:possibleOrders=".label, .id, .manufacturer, .player_name, .gotovina">
32                          </div>                          </div>
33                          <div ex:role="exhibit-lens">                          <div ex:role="exhibit-lens">
34                                  <div ex:content=".label_short" class="name"></div>                                  <span ex:content=".manufacturer" class="name"></span>
35                                  <img ex:src-content=".image-thumb-url" />                                  <span ex:content=".player_name" class="name"></span>
36                                  <span ex:content=".gotovina" class="cijena"></span>,                                  <div>
37                                  <span ex:content=".na6rata" class="cijena"></span>                                          <img ex:src-content=".image-thumb-url" />
38                                  <span ex:content=".na36rata" class="cijena"></span>                                  </div>
39                                    Cijena: <span ex:content=".gotovina" class="cijena"></span>
40                                  <div ex:if-exists=".feature" class="features">Features:                                  <div ex:if-exists=".feature" class="features">Features:
41                                          <span ex:content=".feature"></span>                                          <span ex:content=".feature"></span>
42                                  </div>                                  </div>
43                          </div>                          </div>
44                            <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                  </div>                  </div>
53              </td>          </td>
54              <td width="25%">          <td width="25%">
55                  <div id="exhibit-browse-panel" ex:facets=".label, .gotovina, .feature"></div>                  <div id="exhibit-browse-panel" ex:facets=".manufacturer, .feature, .player_name"></div>
56              </td>          </td>
57          </tr>  </tr>
58      </table>  </table>
59      </body>  </body>
60      </html>  </html>
61    

Legend:
Removed from v.1  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26