Ignore:
Timestamp:
2014-12-08T14:11:00+13:00 (9 years ago)
Author:
davidb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/main-form/choose-canvas.html

    r29530 r29549  
    1   <!DOCTYPE html> 
    2   <html id="story"><!-- class="story" id="idea"-->
     1<!DOCTYPE html> 
     2<html id="story">
    33  <head>
    44    <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 Canvas Size</title>
     5    <meta name="viewport" content="width=device-width, initial-scale=1"/>
     6    <title>Canvas Size</title>
    77   
    88  </head>
    99  <body>
    10       <div data-role="page"  id="innovation-story-01-idea"
    11        class="demo-page"
    12        data-dom-cache="true"
    13        data-prev="index"
    14        data-next="choose-palette">
     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">
    1515     
    16     <div data-role="content">
     16      <div data-role="content">
    1717     
    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> 
     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> 
    2222     
    23       <div class="story-page">
    24         <!-- put custom content here --> 
    25        
    26         <span class="left story-icon idea" ></span>
    27         <h2>Choose Canvas Size</h2>         
    28         <p>
    29           ...
    30         </p>   
    31        
    32         <!-- end of putting custom content -->
    33       </div> <!-- end story-page-->
     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 -->
    3438     
    35     </div><!-- /content -->
    36 
    37 </div><!-- /page -->
    38      
    39 </body>
     39  </body>
    4040</html>
Note: See TracChangeset for help on using the changeset viewer.