added server/2015/live_sidebar.html
authorrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 19:59:20 +0000 (14:59 -0500)
committerrsiddharth <rsd@gnu.org>
Sat, 14 Feb 2015 19:59:20 +0000 (14:59 -0500)
This is a slightly modified version of Janith's
/2015/server/staging/lp15/live_sidebar.html

server/2015/live_sidebar.html [new file with mode: 0755]

diff --git a/server/2015/live_sidebar.html b/server/2015/live_sidebar.html
new file mode 100755 (executable)
index 0000000..5b69799
--- /dev/null
@@ -0,0 +1,77 @@
+<div class="panel panel-default"> <!-- start support bar -->
+  <div class="panel-heading">
+       <h3 class="panel-title">Support the FSF!</h3>
+  </div>
+  <div class="panel-body">
+       <p>Hard-working FSF hackers are running our most
+         advanced-ever free software streaming system for LibrePlanet 2015. We
+         appreciate your support to help cover labor and equipment.</p>
+
+       <p><a href="https://my.fsf.org/associate/support_freedom/join_fsf">
+               <img class="fsf-donate-button" src="https://static.fsf.org/nosvn/join.en.red.png"
+                        alt="[ Join FSF ]" >
+       </a></p>
+
+       <p><a href="https://my.fsf.org/civicrm/contribute/transact?reset=1&amp;id=14">
+               <img class="fsf-donate-button" src="//static.fsf.org/nosvn/donate.en.png"
+                        alt="[ Donate to the FSF ]" >
+       </a></p>
+  </div>
+</div> <!-- end support bar -->
+
+<div class="panel panel-default"> <!-- start LP15 signup -->
+  <div class="panel-heading">
+       <h3 class="panel-title">Stay in the loop</h3>
+  </div>
+  <div class="panel-body">
+       <p>Sign up to receive updates about LibrePlanet 2016.</p>
+       <form action="https://my.fsf.org/civicrm/profile/create?gid=281&amp;reset=1"
+          class="" method="post" name="Edit" id="Edit" >
+
+      <div>
+               <input name="entryURL" type="hidden"
+                  value="https://my.fsf.org/civicrm/profile/create?gid=281&amp;reset=1/update?action=update&amp;amp;id=281&amp;amp;reset=1&amp;amp;context=field"
+                  />
+               <input name="postURL" type="hidden" value="https://libreplanet.org/2015/live/confirmation.html" />
+               <input name="cancelURL" type="hidden"
+                  value="https://my.fsf.org/civicrm/profile?reset=1&amp;gid=281" />
+               <input name="add_to_group" type="hidden" value="619" />
+               <input name="_qf_default" type="hidden" value="Edit:cancel" />
+      </div>
+
+      <div class="crm-profile-name-LP15_announce_simple_signup_281">
+
+               <div id="crm-container" class="crm-container crm-public" lang="en"
+                        xml:lang="en">
+
+             <div id="editrow-email-Primary" class="form-group">
+                       <label for="email-Primary">
+                         Email <span class="field-required">*</span>
+                       </label>
+                       <input  name="email-Primary" type="email" id="email-Primary"
+                                       class="form-control" />
+             </div>
+
+             <div id="editrow-custom_79" class="form-group">
+                       <div class="checkbox">
+                     <input type="hidden" name="custom_79[yes]" value="" />
+                     <input data-crm-custom="Simple_mailing_list_signup:Would_you_like_to_join_our_mailing_list_"
+                                        style="margin-left: 0 !important"   id="custom_79_yes" name="custom_79[yes]" type="checkbox" value="1"
+                                        checked="checked"  />
+                     <label for="custom_79_yes" class="control-label">Follow
+                               the FSF by email!</label>
+                       </div>
+                 </div>
+
+             <div class="form-group">
+                       <input class="btn btn-default btn-block"
+                              accesskey="S" name="_qf_Edit_next" value="Submit" type="submit"
+                              id="_qf_Edit_next" />
+                 </div>
+
+               </div>
+         </div>
+    </form>
+       <p class="text-center"> <a class="alt-a" href="https://my.fsf.org/donate/privacypolicy.html">Privacy policy</a></p>
+  </div>
+</div> <!-- end LP15 signup -->