added includes from /2018 for /2019/live
authorAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 23:19:38 +0000 (18:19 -0500)
committerAndrew Engelbrecht <andrew@fsf.org>
Fri, 8 Mar 2019 23:19:38 +0000 (18:19 -0500)
2019/includes/live_menu.html [new file with mode: 0644]
2019/includes/live_sidebar.html [new file with mode: 0755]
2019/includes/livestream_js.html [new file with mode: 0644]

diff --git a/2019/includes/live_menu.html b/2019/includes/live_menu.html
new file mode 100644 (file)
index 0000000..4dd4342
--- /dev/null
@@ -0,0 +1,9 @@
+<div class="row">
+  <div class="col-sm-offset-1 col-sm-10">
+       <ol class="breadcrumb text-center">
+         <li id="room123"><a class="alt-a" href="room123.html">Room 123</a></li>
+         <li id="room144"><a class="alt-a" href="room144.html">Room 144</a></li>
+         <li id="room155"><a class="alt-a" href="room155.html">Room 155</a></li>
+       </ol>
+  </div>
+</div>
diff --git a/2019/includes/live_sidebar.html b/2019/includes/live_sidebar.html
new file mode 100755 (executable)
index 0000000..1e25306
--- /dev/null
@@ -0,0 +1,87 @@
+<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
+         advanced free software streaming system for LibrePlanet 2019. We
+         appreciate your support to help cover labor and equipment.</p>
+
+       <p><a href="https://my.fsf.org/associate/support_freedom/join_fsf" style="border-bottom: none !important;">
+               <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" style="border-bottom: none !important;">
+               <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 librejs box -->
+  <div class="panel-heading">
+    <h3 class="panel-title">Free JavaScript</h3>
+  </div>
+  <div class="panel-body">
+    <p>We've modified our streaming software and Web IRC client to include computer- and human-readable license tags, so that the <a href="https://www.gnu.org/software/librejs/">LibreJS browser extension</a> can verify that all JavaScript is free.</p>
+    <p>We hold all FSF Web sites to this standard and help others do the same though our <a href="https://www.fsf.org/campaigns/freejs/">Free JavaScript campaign.</a></p>
+    </div>
+  </div> <!-- end librejs box -->
+
+<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.</p>
+       <form action="https://my.fsf.org/civicrm/profile/create?gid=507&amp;reset=1"
+          class="" method="post" name="Edit" id="Edit-live-sidebar" >
+
+      <div>
+               <input name="entryURL" type="hidden"
+                  value="https://my.fsf.org/civicrm/profile/create?gid=507&amp;reset=1/update?action=update&amp;amp;id=507&amp;amp;reset=1&amp;amp;context=field"
+                  />
+               <input name="postURL" type="hidden" value="https://libreplanet.org/2019/confirmation.html" />
+               <input name="cancelURL" type="hidden"
+                  value="https://my.fsf.org/civicrm/profile?reset=1&amp;gid=507" />
+               <input name="add_to_group" type="hidden" value="619" />
+               <input name="_qf_default" type="hidden" value="Edit:cancel" />
+      </div>
+
+      <div class="crm-profile-name-interested_in_libreplanet_507">
+
+               <div id="crm-container-live-sidebar" class="crm-container crm-public" lang="en"
+                        xml:lang="en">
+
+             <div id="editrow-email-Primary-live-sidebar" class="form-group">
+                       <label for="email-Primary">
+                         Email <span class="field-required">*</span>
+                       </label>
+                       <input  name="email-Primary" type="email" id="email-Primary-live-sidebar"
+                                       class="form-control" />
+             </div>
+
+             <div id="editrow-group" class="form-group">
+               <div class="checkbox">
+                 <input type="hidden" name="group[25]" value="" />
+                 <input id="group_25-live-sidebar"
+                        style="margin-left: 0 !important"
+                        name="group[25]" type="checkbox" value="1"
+                        checked="checked" />
+                 <label for="group_25" 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-live-sidebar" />
+                 </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 -->
diff --git a/2019/includes/livestream_js.html b/2019/includes/livestream_js.html
new file mode 100644 (file)
index 0000000..32598ed
--- /dev/null
@@ -0,0 +1,3 @@
+<script type="text/javascript">
+ $(".livestream-link").addClass("active");
+</script>