Removed JS includes from footer.html. From now on JS includes will put in a seperate...
authorrsiddharth <rsd@gnu.org>
Sat, 13 Sep 2014 01:18:16 +0000 (21:18 -0400)
committerrsiddharth <rsd@gnu.org>
Sat, 13 Sep 2014 01:18:16 +0000 (21:18 -0400)
commit401114378024daa8ace507ca3556ae13b5e40b0b
tree49e66e66e60ba0609dccec6a4a18f4c4716a31ab
parentbddd4d2acb55a4d8108474328e2860453d4ad84a
Removed JS includes from footer.html. From now on JS includes will put in a seperate file residing at /server/2015/

This change was done because each page will have different JS
requirement.

All pages, from now on:

- Will have to include an additional /server/2015/close.html file that
closes the HTML document.

- There will be three SSI includes at the end of each HTML document.

  <!--#include virtual="/2015/footer.html"-->
  <!--#include virtual="/server/2015/pagename_js.html"-->
  <!--#include virtual="/server/2015/close.html" -->

where `/server/2015/pagename_js.html' is a file containing the JS
includes for a page at /2015/pagename/. For instance, the 'call for
sessions' page will have a /server/2015/cfs_js.html file containing
the JS includes for that page.
14 files changed:
2015/anti-harassment/index.html
2015/call_for_sessions/confirmation.html
2015/exhibit/confirmation.html
2015/exhibit/index.html
2015/exhibit/payment_confirmation.html
2015/footer.html
2015/getting_around/index.html
2015/header.html
2015/index.html
2015/volunteer/confirmation.html
2015/volunteer/index.html
server/2015/close.html [new file with mode: 0644]
server/2015/home_js.html [new file with mode: 0644]
server/staging/lp15/weblabels.html [new file with mode: 0644]