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

Last change on this file since 29549 was 29549, checked in by davidb, 9 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.0 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>Choose Palette</title>
7 </head>
8 <body>
9 <div data-role="page" id="choose-palette-page"
10 class="demo-page"
11 data-dom-cache="true"
12 data-prev="choose-canvas"
13 data-next="iterative-design">
14
15 <div data-role="content">
16
17 <div data-role="controlgroup" class="control" data-mini="true">
18 <a href="#" class="next right-button test-fwd" style="right:1%;"></a>
19 <a href="#" class="prev left-button idea-back" style="left:1%;"></a>
20 </div>
21
22 <div class="story-page">
23
24 <!-- put custom content here -->
25 <span class="left story-icon research" ></span>
26 <h2>Choose Colour Palette</h2>
27 <p>
28 ...
29 </p>
30 <!-- end of putting custom content -->
31
32 </div> <!-- end story-page-->
33 </div><!-- /content -->
34
35 </div><!-- /page -->
36
37 </body>
38</html>
Note: See TracBrowser for help on using the repository browser.