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-palette.html

    r29530 r29549  
    1   <!DOCTYPE html> 
    2   <html id="story"><!-- class="story" id="idea"-->
     1<!DOCTYPE html> 
     2<html id="story">
    33  <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 Colour Palette</title>
    7    
     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>   
    87  </head>
    98  <body>
    10       <div data-role="page"  id="innovation-story-01-idea"
    11        class="demo-page"
    12        data-dom-cache="true"
    13        data-prev="choose-canvas"
    14        data-next="iterative-design">
     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">
    1514     
    16     <div data-role="content">
     15      <div data-role="content">
    1716     
    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> 
     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>
    2221     
    23       <div class="story-page">
    24         <!-- put custom content here --> 
    25        
    26         <span class="left story-icon idea" ></span>
    27         <h2>Choose Colour Palette</h2>         
    28         <p>
    29           ...
    30         </p>   
    31        
    32         <!-- end of putting custom content -->
    33       </div> <!-- end story-page-->
     22    <div class="story-page">
    3423     
    35     </div><!-- /content -->
     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 -->       
    3631
    37 </div><!-- /page -->
    38      
    39 </body>
     32    </div> <!-- end story-page-->
     33      </div><!-- /content -->
     34
     35    </div><!-- /page -->
     36   
     37  </body>
    4038</html>
Note: See TracChangeset for help on using the changeset viewer.