Testing replacement of sign up for updates field with registration button, on this...
authorZak Rogoff <zak@fsf.org>
Wed, 4 Dec 2013 22:22:40 +0000 (17:22 -0500)
committerZak Rogoff <zak@fsf.org>
Wed, 4 Dec 2013 22:22:40 +0000 (17:22 -0500)
2014/index.html

index 8f62c35bf36fdea196948db8e77c0ed0b173d28b..14ac8cfdaff8aea0a9438b5612b8894485142de8 100644 (file)
                                <p class="text-muted">Free software, free society</p>
                          </div>
                        </div><!-- end of lp header -->
-                       <div class="col-sm-5"> <!-- start of signup form -->
-                         <form role="form" class="margin-top lp-signup"
-                                       action="https://crm.fsf.org/civicrm/profile/create?gid=234&amp;reset=1"
-                                       method="post" name="Edit" id="Edit">
-                               <div>
-                                 <input name="postURL" type="hidden" value="https://libreplanet.org/2014/confirmation.html" />
-                                 <input name="cancelURL" type="hidden"
-                                                value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=234" />
-                                 <input name="add_to_group" type="hidden" value="306" />
-                                 <input name="_qf_default" type="hidden" value="Edit:cancel" />
-                               </div>
-
-                               <div id="crm-container" lang="en" xml:lang="en">
-                                 <p>Registration has not yet opened. Sign up for updates!</p>
-                                 <div id="editrow-email-Primary"
-                                          class="form-group">
-                                       <label class="sr-only" for="email-Primary">
-                                         Email
-                                       </label>
-                                       <div class="input-group">
-                                         <input class="form-control"
-                                                        name="email-Primary"
-                                                        id="email-Primary"
-                                                        type="email"
-                                                        placeholder="Your email address" required>
-                                         <span class="input-group-btn">
-                                               <button type="submit" class="btn btn-default"
-                                                               accesskey="S" name="_qf_Edit_next" value="Save"
-                                                               id="_qf_Edit_next">
-                                                 Receive updates
-                                               </button>
-                                         </span>
-                                       </div>
-                                 </div>
-                                 <div id="editrow-custom_79">
-                                       <div class="checkbox">
-                                         <input
-                                                type="hidden" name="custom_79[yes]" value="" />
-                                         <label class="lp-label-news" for="custom_79_yes">
-                                               <input id="custom_79_yes"
-                                                          name="custom_79[yes]" type="checkbox" value="1" checked="checked"
-                                                          class="checkbox" />
-                                                 Also subscribe to the FSF's newsletter and updates.
-                                         </label>
-                                         &middot;
-                                         <p class="help-block">
-                                               <a href="https://my.fsf.org/donate/privacypolicy.html">
-                                                 Privacy policy</a></p>
-                                       </div>
-                                 </div>
-                               </div>
-                         </form>
-                       </div> <!-- end of signup form -->
+                       <div class="col-sm-3"> <!-- start of Register button -->
+                         <a class="btn btn-register-lp14 btn-lg btn-block"
+                                href="https://libreplanet.org/2014/register">
+                               <span class="glyphicon glyphicon-ok"></span>
+                               Register now
+                         </a>
+                         <p class="text-muted text-center">
+                               gratis for members and students!
+                         </p>
+                       </div> <!-- end of Register button -->
                  </div>
                </div> <!-- end of header container -->
          </div> <!-- end of lp banner -->