Revision 12 (by dpavlin, 2007/08/23 17:42:56) added extraction of numeric_range (for example to create price classes)
<html>
<head>
<title>Cjenik</title>

<link href="links.js"
	type="application/json" rel="exhibit/data" />

<script src="http://static.simile.mit.edu/exhibit/api/exhibit-api.js"
	type="text/javascript"></script>

<style>
body {
	margin: 1in;
}
.gotovina {
	font-weight: bold;
}
</style>
</head> 
<body>
<h1>Cjenik</h1>
<table width="100%">
<tr valign="top">
	<td>
	<div id="exhibit-control-panel"></div>
		<div id="exhibit-view-panel">
			<div ex:role="exhibit-view"
				ex:viewClass="Exhibit.TileView"
				ex:showAll="true"
				ex:orders=".manufacturer, .player_name"
				ex:possibleOrders=".manufacturer, .player_name, .gotovina">
			</div>
			<div ex:role="exhibit-lens">
				<span ex:content=".manufacturer" class="name"></span>
				<span ex:content=".player_name" class="name"></span>
				<div>
					<img ex:src-content=".image-thumb-url" />
				</div>
				Cijena: <span ex:content=".gotovina" class="cijena"></span>
				<div ex:if-exists=".feature" class="features">Features:
					<span ex:content=".feature"></span>
				</div>
			</div>
			<div ex:role="exhibit-view"
				ex:viewClass="Exhibit.TabularView"
				ex:columns=".manufacturer, .player_name, .gotovina, .image-thumb-url"
				ex:columnLabels="manufacturer, player, price, picture"
				ex:columnFormats="list, list, list, image"
				ex:sortColumn="1"
				ex:sortAscending="false">
			</div>
		</div>
	</td>
	<td width="25%">
		<div id="exhibit-browse-panel" ex:facets=".manufacturer, .feature, .gotovina_range, .player_name"></div>
	</td>
</tr>
</table>
</body>
</html>