Ignore:
Timestamp:
2015-03-17T00:27:22+13:00 (9 years ago)
Author:
davidb
Message:

Changes to support storing on the server side of the HSV histogram calculations

File:
1 edited

Legend:

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

    r29781 r29787  
    2525        </div> 
    2626     
    27     <a target="_parent" href="../index.html" class="back-button back-left"></a>   
     27<!--
     28    <a target="_parent" href="../index.html" class="back-button back-left"></a>
     29-->
    2830     
    2931    <div class="story-page">
     
    3133      <!-- put custom content here -->   
    3234      <div class="story-title">
    33         <h1 id="enter-name-header" class="center">Enter Name</h1>
     35        <h1 id="enter-name-header" class="center">Contact Details</h1>
    3436<!--
    3537        <p class="center">- - xx </p>
    3638-->
    37         <p>
    38           Your Name:
    39         </p>
    40         <form>
    41           <input type="text" autofocus="autofocus" style="color: white;" />
     39            <style>
     40          input {
     41            color: white;
     42          }
     43            </style>
     44        <form style="width: 400px; margin-left:auto; margin-right:auto;">
     45          <p>
     46        Your Name:
     47          </p>
     48          <input type="text" autofocus="autofocus" style="color: white;" name="name" />
     49
     50          <p>
     51        Contact email:
     52          </p>
     53          <input type="text" name="email" />
     54
     55
     56          <div style="padding-top: 120px; padding-left: 100px; padding-right: 100px">
     57        <input type="submit" value="Submit Flag Design" />
     58          </div>
    4259        </form>
    4360      </div>
Note: See TracChangeset for help on using the changeset viewer.