Ignore:
Timestamp:
2015-03-11T10:12:30+13:00 (9 years ago)
Author:
davidb
Message:

Changes so i) the choose-palette is a single interactive SVG csurface; 2) the JS runs more smoothly when 'started' at one of the later pages; and 3) changes to remove many of the warnings browsers produce when loading the page

File:
1 edited

Legend:

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

    r29767 r29773  
    33  <head>
    44    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
     5
     6    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
     7    <meta http-equiv="Pragma" content="no-cache" />
     8    <meta http-equiv="Expires" content="0" />
     9
    510<!--
    611    <meta name="viewport" content="width=device-width, initial-scale=1"/>
     
    1722    <link rel="stylesheet" href="lib-slider/css/jqm-demos.css"/>
    1823    <link rel="stylesheet" href="lib-slider/css/swipe-page.css"/>
    19     <link rel="shortcut icon" href="lib-slider/favicon.ico"/>       
     24    <link rel="shortcut icon" href="lib-slider/nzflag-icon64.png"/>
    2025
    2126    <!-- jQuery -->
     
    3944     
    4045    <!-- spectrum for colour palette -->
     46    <!--  For documentation see https://bgrins.github.io/spectrum -->
    4147    <script src='bgrins-spectrum/spectrum.js'></script>
    4248    <link rel='stylesheet' href='bgrins-spectrum/spectrum.css' />
     
    4854        }
    4955        .ui-slider-handle {
    50             background-color: #E7924B;   
     56            background-color: #a05a2c; /* used to be #E7924B; */
    5157        }
    5258    </style>
     
    5763        // Flag settings - used to initialise the svg canvas to the user's preferences
    5864        var flagCanvasSettings = { backgroundColor: "#000066", width: 800, height: 400 };
     65
    5966    </script>
    6067
     
    8794        </p>
    8895        <form>
    89           <input type="text" />
     96          <input type="text" autofocus="autofocus" style="color: white;" />
    9097        </form>
    9198      </div>
Note: See TracChangeset for help on using the changeset viewer.