source: other-projects/nz-flag-design/trunk/main-form/enter-name.html@ 29781

Last change on this file since 29781 was 29781, checked in by davidb, 9 years ago

HTML changes needed to support reordering of stages/panels, and rewriting of aspect ratio panel so it can be dynamically sized/resized

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<!DOCTYPE html>
2<html id="story">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1"/>
6
7 <!-- jQuery -->
8 <script src="lib/jquery-1.11.1.min.js"></script>
9
10 <title>Enter Name</title>
11 </head>
12 <body>
13 <div data-role="page" id="enter-name-page"
14 class="demo-page"
15 data-dom-cache="true"
16 data-prev="iterative-design">
17
18 <div data-role="content">
19
20 <div data-role="controlgroup" class="control" data-mini="true">
21<!--
22 <a href="#" class="next right-button idea-fwd" style="right:1%;"></a>
23-->
24 <a href="#" class="prev left-button gen-back" style="left:1%;"></a>
25 </div>
26
27 <a target="_parent" href="../index.html" class="back-button back-left"></a>
28
29 <div class="story-page">
30
31 <!-- put custom content here -->
32 <div class="story-title">
33 <h1 id="enter-name-header" class="center">Enter Name</h1>
34<!--
35 <p class="center">- - xx </p>
36-->
37 <p>
38 Your Name:
39 </p>
40 <form>
41 <input type="text" autofocus="autofocus" style="color: white;" />
42 </form>
43 </div>
44 <!-- end of putting custom content -->
45
46 </div> <!-- end story-page-->
47
48 </div><!-- /content -->
49
50 </div><!-- /page -->
51 </body>
52</html>
Note: See TracBrowser for help on using the repository browser.