-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitemView.html
24 lines (23 loc) · 937 Bytes
/
itemView.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Item view</title>
<script src="http://assets.livestax.com/livestax-0.2.0.min.js"></script>
<link href="http://assets.livestax.com/theme-0.0.1.css" rel="stylesheet" type="text/css" media="all" />
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/ItemView.js"></script>
</head>
<body>
<article class="container-fluid js-container">
<div class="notice" data-reactid=".0.0">
<div class="media-badge media-badge-lg media-badge-info-inverse img-circle" data-reactid=".0.0.0">
<span class="media-badge-container" data-reactid=".0.0.0.0"><i class="fa fa-flag" data-reactid=".0.0.0.0.0"></i></span>
</div>
<h2 class="text-info" data-reactid=".0.0.1">
<strong data-reactid=".0.0.1.0">No Item Selected</strong>
</h2>
<p data-reactid=".0.0.2">Please select an item to view it's data</p>
</div>
</article>
</body>
</html>