/[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 8 by dpavlin, Thu Aug 23 12:00:29 2007 UTC revision 9 by dpavlin, Thu Aug 23 14:08:42 2007 UTC
# Line 12  Line 12 
12  body {  body {
13          margin: 1in;          margin: 1in;
14  }  }
15  .gotovoina {  .gotovina {
16          font-weight: bold;          font-weight: bold;
17  }  }
18  </style>  </style>
# Line 27  body { Line 27  body {
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" /><br/>                                  <span ex:content=".player_name" class="name"></span>
36                                    <div>
37                                            <img ex:src-content=".image-thumb-url" />
38                                    </div>
39                                  Cijena: <span ex:content=".gotovina" class="cijena"></span>                                  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_0, .feature, .label_1_human"></div>                  <div id="exhibit-browse-panel" ex:facets=".manufacturer, .feature, .player_name"></div>
56          </td>          </td>
57  </tr>  </tr>
58  </table>  </table>

Legend:
Removed from v.8  
changed lines
  Added in v.9

  ViewVC Help
Powered by ViewVC 1.1.26