<div data-role="page" id="eventview">
<div data-role="header" data-theme="b"><h1><?php echo ("Event")?></h1></div>
<div data-role="content" class="ui-body"></div>
- <div data-role="footer"></div>
</div>
<tbody><tr><td></td></tr></tbody>
</table>
</div>
- </div>
- <div data-role="footer">
+ <div class="spacer"> </div>
+ <div class="kronolithDayDetail ui-body">
+ <ul data-role="listview" data-theme="d">
+ <li>
+ <a href="#">
+ <div class="kronolithTimeWrapper">
+ <div class="kronolithStartTime">10:00 AM</div>
+ <div class="kronolithEndTime">11:00 AM</div>
+ </div>
+ <h2>Event Title</h2>
+ <p class="kronolithDayLocation">Clayton, NJ</p>
+ </a>
+ </li>
+ </ul>
+ </div>
</div>
</div>