-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingleEntryPage.html
39 lines (33 loc) · 1.14 KB
/
singleEntryPage.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<!-- start of individual entry page -->
<div data-role="page" id="singleEntryPage" data-theme="a" data-content-theme="a" >
<div data-role='header' data-id='lioli-header' data-position="fixed">
<a href="index.html#recentsPage" data-direction="reverse" data-transition="pop">Back</a>
<h1 id="voteId"></h1>
</div><!-- /header -->
<div data-role="content">
<div class="title"></div>
<div id="votingDetails">
<span id="voteAge" class="age-display"></span>
<span id="voteGender" class="gender-display"></span>
<br />
<br />
<br />
<span id="voteBody" class="vote-display"></span>
<br />
<br />
<br />
<img id="voteForLove" class='love-display' width='130px' height='56px' src="./static/images/votebuttons/loveButton.png"></img>
<img id="voteForLeave" class='leave-display' width='130px' height='56px' src="./static/images/votebuttons/leaveButton.png"></img>
<span id="voteLoves" class="love-display"></span>
<span id="voteLeaves" class="leave-display"></span>
<br />
</div><!-- /votingDetails -->
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>