source: other-projects/nz-flag-design/trunk/main-form/choose-canvas.html@ 29626

Last change on this file since 29626 was 29549, checked in by davidb, 10 years ago

Second iteration of the page swiping sequence, with more careful deployment of liteAccordion and SVG-Edit init in callback events

  • Property svn:executable set to *
File size: 1.1 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 <title>Canvas Size</title>
7
8 </head>
9 <body>
10 <div data-role="page" id="choose-canvas-page"
11 class="demo-page"
12 data-dom-cache="true"
13 data-prev="index"
14 data-next="choose-palette">
15
16 <div data-role="content">
17
18 <div data-role="controlgroup" class="control" data-mini="true">
19 <a href="#" class="next right-button res-fwd" style="right:1%;"></a>
20 <a href="#" class="prev left-button gen-back" style="left:1%;"></a>
21 </div>
22
23 <div class="story-page">
24
25 <!-- put custom content here -->
26 <span class="left story-icon idea" ></span>
27 <h2>Canvas Size</h2>
28 <p>
29 Choose from the following aspect ratios
30 </p>
31 <!-- end of putting custom content -->
32
33 </div> <!-- end story-page-->
34
35 </div><!-- /content -->
36
37 </div><!-- /page -->
38
39 </body>
40</html>
Note: See TracBrowser for help on using the repository browser.