
itemDetail.html
By: a guest on
Sep 16th, 2012 | syntax:
None | size: 1.62 KB | hits: 14 | expires: Never
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>itemDetailPage</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
<script src="//Microsoft.WinJS.1.0/js/base.js"></script>
<script src="//Microsoft.WinJS.1.0/js/ui.js"></script>
<link href="/css/default.css" rel="stylesheet" />
<link href="/pages/itemDetail/itemDetail.css" rel="stylesheet" />
<script src="/js/data.js"></script>
<script src="/pages/itemDetail/itemDetail.js"></script>
</head>
<body>
<!-- The content that will be loaded and displayed. -->
<div class="itemdetailpage fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton" aria-label="Back" disabled type="button"></button>
<h1 class="titlearea win-type-ellipsis">
<span class="pagetitle"></span>
</h1>
</header>
<div class="content" aria-label="Main content" role="main">
<article>
<div>
<header id="head">
<h2 class="item-title"></h2>
<h4 class="item-subtitle"></h4>
<img class="item-image" src="#" />
</header>
<div id="Description">
<h2 class="item-title">Description</h2>
<div class="item-content"></div>
</div>
<div id="reference">
<h2 class="item-title">References</h2>
</div>
</div>
</article>
</div>
</div>
</body>
</html>