The active page is highlight in the sidebar.
authorrsiddharth <rsd@gnu.org>
Tue, 16 Sep 2014 01:40:11 +0000 (21:40 -0400)
committerrsiddharth <rsd@gnu.org>
Tue, 16 Sep 2014 01:40:11 +0000 (21:40 -0400)
modified:   2015/anti-harassment/index.html
modified:   2015/call_for_sessions/confirmation.html
modified:   2015/exhibit/confirmation.html
modified:   2015/exhibit/payment_confirmation.html
modified:   2015/getting_around/index.html
modified:   2015/volunteer/confirmation.html
new file:   server/2015/ahp_js.html
modified:   server/2015/cfs_js.html
modified:   server/2015/exhibit_js.html
new file:   server/2015/getting_around_js.html
modified:   server/2015/sidebar.html
modified:   server/2015/volunteer_js.html

12 files changed:
2015/anti-harassment/index.html
2015/call_for_sessions/confirmation.html
2015/exhibit/confirmation.html
2015/exhibit/payment_confirmation.html
2015/getting_around/index.html
2015/volunteer/confirmation.html
server/2015/ahp_js.html [new file with mode: 0644]
server/2015/cfs_js.html
server/2015/exhibit_js.html
server/2015/getting_around_js.html [new file with mode: 0644]
server/2015/sidebar.html
server/2015/volunteer_js.html

index 2ccc45dcb41f2309318e5180f2383e264159774a..dbd86bcf870af4ba20e1a26d45cece6dd35a4682 100755 (executable)
@@ -30,5 +30,5 @@
 <p class="text-muted">This policy is based on several other policies, including the OLF anti-harassment policy, written by Esther Filderman and Beth Lynn Eicher, and the Con Anti-Harassment Project. Mary Gardiner, Valerie Aurora, Sarah Smith, and Donna Benjamin generalized the policies and added supporting material. Many members of LinuxChix, Geek Feminism and other groups contributed to this work.
 </p>
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/ahp_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
index 4c104aed23bb3ef4470aa5b313f4d8709d7a4ec6..5f688490fa2b325cf72a2a844dc1d7c861b1056e 100755 (executable)
@@ -23,5 +23,5 @@
                          </a>
                        </p>
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/cfs_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
index 4bca9b123fb450260deca68b13df3a6081a5e90b..9f63b65dbe4821e89f92a8e919f9927ce6fc8621 100755 (executable)
@@ -22,5 +22,5 @@
                          </a>
                        </p>
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/exhibit_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
index 3fb2b9678dc294508a620be850c3c54061111983..13579ae7f28f204f1d4c7abdd19a11e659b5c028 100755 (executable)
@@ -15,5 +15,5 @@ Thank you for being an exhibitor at LibrePlanet 2015! You will receive a payment
                          </a>
                        </p>
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/exhibit_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
index 7e398839fd400eed95b3e6e4d50ecb3983f1ae7a..cfbff000b63140687b997cc8050aa3a34cdc7994 100755 (executable)
@@ -186,5 +186,5 @@ The Stata Center was famously designed by Frank Gehry; its <a href="http://uploa
 </ul>
 -->
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/getting_around_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
index ba7010d38fbf947bce923f02bbe0480a85fa038b..9b81a572f3c995c98e90fd573089306b2ee13abf 100755 (executable)
@@ -22,5 +22,5 @@
                          </a>
                        </p>
 <!--#include virtual="/server/2015/footer.html"-->
-<!--#include virtual="/server/2015/home_js.html"-->
+<!--#include virtual="/server/2015/volunteer_js.html"-->
 <!--#include virtual="/server/2015/close.html" -->
diff --git a/server/2015/ahp_js.html b/server/2015/ahp_js.html
new file mode 100644 (file)
index 0000000..72afe00
--- /dev/null
@@ -0,0 +1,7 @@
+<script type="text/javascript"
+       src="/2015/assets/js/jquery-1.11.1.min.js">
+</script>
+
+<script type="text/javascript">
+ $("#ahp-link").addClass("active");
+</script>
index 9200d31f734f354a539c89527f967a2f25d93c81..60086ed9f4af950b90ef5991bb5d3ed019f93b65 100644 (file)
@@ -2,3 +2,6 @@
        src="/2015/assets/js/jquery-1.11.1.min.js"></script>
 <script type="text/javascript" src="/2015/assets/js/civicrm-4.4.Common.js">
 </script>
+<script type="text/javascript">
+ $("#cfs-link").addClass("active");
+</script>
index 7ea9878ad312818b52a8ecbdab465ac3f87be22d..50c07ef41612d24b06971a8997be235bda8a6c28 100644 (file)
@@ -20,3 +20,6 @@
              cj(countryID).chainSelect(stateProvinceID, callbackURL, null);
          });
 </script>
+<script type="text/javascript">
+ $("#exhibit-link").addClass("active");
+</script>
diff --git a/server/2015/getting_around_js.html b/server/2015/getting_around_js.html
new file mode 100644 (file)
index 0000000..159044d
--- /dev/null
@@ -0,0 +1,7 @@
+<script type="text/javascript"
+       src="/2015/assets/js/jquery-1.11.1.min.js">
+</script>
+
+<script type="text/javascript">
+ $("#getting_around-link").addClass("active");
+</script>
index 3e1acc41260454b347546595fca897556b32a833..fc47ba83e92f8bd6f32f69f3b1cbfcef8ed4dc50 100644 (file)
             <!--#endif -->
 
             <ul class="nav nav-pills nav-stacked">
-              <li><a href="/2015/call_for_sessions">Propose a Session</a></li>
+              <li id="cfs-link"><a href="/2015/call_for_sessions">Propose a Session</a></li>
               <!--<li><a href="/2015/program">Program</a></li>-->
               <!--<li><a href="/2015/program/exhibit_hall.html">Exhibit hall</a></li>-->
-              <li><a href="/2015/exhibit">Join the Exhibit Hall</a></li>
-              <li><a href="/2015/volunteer">Volunteer</a></li>
+              <li id="exhibit-link"><a href="/2015/exhibit">Join the Exhibit Hall</a></li>
+              <li id="volunteer-link"><a href="/2015/volunteer">Volunteer</a></li>
 
               <!--<li><a href="/2015/video/">Watch the video</a></li>-->
             </ul>
 
             <ul class="nav nav-pills nav-stacked">
               <li><a href="/2014">LibrePlanet 2014 Site</a></li>
-              <li><a href="/2015/getting_around">Travel</a></li>
+              <li id="getting_around-link"><a href="/2015/getting_around">Travel</a></li>
               <!--<li><a href="/2015/scholarships">Scholarships (until January 10th)</a></li>-->
               <!--<li><a href="/2015/live">Participate online</a></li>-->
 
@@ -35,7 +35,7 @@
                 </a>
               </li>    
               <!--<li><a href="http://media.libreplanet.org/">Videos of previous conferences</a></li>-->
-              <li><a href="/2015/anti-harassment/">Anti-Harassment Policy</a></li>
+              <li id="ahp-link"><a href="/2015/anti-harassment/">Anti-Harassment Policy</a></li>
               </ul>
 
                                <ul class="nav nav-pills nav-stacked">                            
index 7ea9878ad312818b52a8ecbdab465ac3f87be22d..2bd335d8c45358fdf6fb3b58b42764a655086640 100644 (file)
@@ -20,3 +20,6 @@
              cj(countryID).chainSelect(stateProvinceID, callbackURL, null);
          });
 </script>
+<script type="text/javascript">
+ $("#volunteer-link").addClass("active");
+</script>