forked from kerrishotts/iSite-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexamples.php
15 lines (12 loc) · 1.12 KB
/
examples.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="content">
<h1>iSite Mobile Demo Examples</h1>
<p>The following pages show examples of the various parts of the framework.</p>
<div class="listGroup">
<h2>Lists</h2>
<a class="listItem arrow" href="javascript:loadContent('./examples/list1.php', updateMainMenu,'slideOut', './examples.php' );">Standard Lists <span class="ipad minor floatRight">Just straight-up HTML</span></a>
<a class="listItem arrow" href="javascript:loadContent('./examples/list2.php', updateMainMenu,'slideOut', './examples.php' );">iTunes Lists <span class="ipad minor floatRight">Let's Listen to Some Music!</span></a>
<h2>Widgets</h2>
<a class="listItem arrow" href="javascript:loadContent('./examples/buttons.php', updateMainMenu,'slideOut' , './examples.php');">Buttons <span class="ipad minor floatRight">Look at those pretty colors!</span></a>
<a class="listItem arrow" href="javascript:loadContent('./examples/textentry.php', updateMainMenu,'slideOut' , './examples.php');">Text Entry <span class="ipad minor floatRight">Get out you' virtual keyboard, yo!</span></a>
</div>
</div>