/[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 3 by dpavlin, Thu Aug 23 11:33:48 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="exhibit/src/webapp/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>  .gotovoina {
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"
# Line 29  Line 32 
32                          </div>                          </div>
33                          <div ex:role="exhibit-lens">                          <div ex:role="exhibit-lens">
34                                  <div ex:content=".label_short" class="name"></div>                                  <div ex:content=".label_short" class="name"></div>
35                                  <img ex:src-content=".image-thumb-url" />                                  <img ex:src-content=".image-thumb-url" /><br/>
36                                  <span ex:content=".gotovina" class="cijena"></span>,                                  Cijena: <span ex:content=".gotovina" class="cijena"></span>
                                 <span ex:content=".na6rata" class="cijena"></span>  
                                 <span ex:content=".na36rata" class="cijena"></span>  
37                                  <div ex:if-exists=".feature" class="features">Features:                                  <div ex:if-exists=".feature" class="features">Features:
38                                          <span ex:content=".feature"></span>                                          <span ex:content=".feature"></span>
39                                  </div>                                  </div>
40                          </div>                          </div>
41                  </div>                  </div>
42              </td>          </td>
43              <td width="25%">          <td width="25%">
44                  <div id="exhibit-browse-panel" ex:facets=".label, .gotovina, .feature"></div>                  <div id="exhibit-browse-panel" ex:facets=".label, .gotovina, .feature"></div>
45              </td>          </td>
46          </tr>  </tr>
47      </table>  </table>
48      </body>  </body>
49      </html>  </html>
50    

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

  ViewVC Help
Powered by ViewVC 1.1.26