diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml
new file mode 100644
index 0000000..b739dbf
--- /dev/null
+++ b/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/_notes/dwsync.xml b/bootstrap/_notes/dwsync.xml
new file mode 100644
index 0000000..ca580b2
--- /dev/null
+++ b/bootstrap/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/css/_notes/dwsync.xml b/bootstrap/css/_notes/dwsync.xml
new file mode 100644
index 0000000..6e69f6f
--- /dev/null
+++ b/bootstrap/css/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/fonts/_notes/dwsync.xml b/bootstrap/fonts/_notes/dwsync.xml
new file mode 100644
index 0000000..80aca4d
--- /dev/null
+++ b/bootstrap/fonts/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/js/_notes/dwsync.xml b/bootstrap/js/_notes/dwsync.xml
new file mode 100644
index 0000000..0b392be
--- /dev/null
+++ b/bootstrap/js/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/js/min/_notes/dwsync.xml b/bootstrap/js/min/_notes/dwsync.xml
new file mode 100644
index 0000000..d68e69d
--- /dev/null
+++ b/bootstrap/js/min/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/bootstrap/js/min/bootstrap.min.js b/bootstrap/js/min/bootstrap.min.js
new file mode 100644
index 0000000..c83be58
--- /dev/null
+++ b/bootstrap/js/min/bootstrap.min.js
@@ -0,0 +1 @@
+if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(void 0!==t.style[i])return{end:e[i]};return!1}t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).one("bsTransitionEnd",function(){i=!0});var s=function(){i||t(o).trigger(t.support.transition.end)};return setTimeout(s,e),this},t(function(){t.support.transition=e(),t.support.transition&&(t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){return t(e.target).is(this)?e.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var i=t(this),s=i.data("bs.alert");s||i.data("bs.alert",s=new o(this)),"string"==typeof e&&s[e].call(i)})}var i='[data-dismiss="alert"]',o=function(e){t(e).on("click",i,this.close)};o.VERSION="3.2.0",o.prototype.close=function(e){function i(){n.detach().trigger("closed.bs.alert").remove()}var o=t(this),s=o.attr("data-target");s||(s=o.attr("href"),s=s&&s.replace(/.*(?=#[^\s]*$)/,""));var n=t(s);e&&e.preventDefault(),n.length||(n=o.hasClass("alert")?o:o.parent()),n.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(n.removeClass("in"),t.support.transition&&n.hasClass("fade")?n.one("bsTransitionEnd",i).emulateTransitionEnd(150):i())};var s=t.fn.alert;t.fn.alert=e,t.fn.alert.Constructor=o,t.fn.alert.noConflict=function(){return t.fn.alert=s,this},t(document).on("click.bs.alert.data-api",i,o.prototype.close)}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.button"),n="object"==typeof e&&e;s||o.data("bs.button",s=new i(this,n)),"toggle"==e?s.toggle():e&&s.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.2.0",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,s=o.is("input")?"val":"html",n=o.data();e+="Text",null==n.resetText&&o.data("resetText",o[s]()),o[s](null==n[e]?this.options[e]:n[e]),setTimeout(t.proxy(function(){"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")&&(i.prop("checked")&&this.$element.hasClass("active")?t=!1:e.find(".active").removeClass("active")),t&&i.prop("checked",!this.$element.hasClass("active")).trigger("change")}t&&this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target);o.hasClass("btn")||(o=o.closest(".btn")),e.call(o,"toggle"),i.preventDefault()})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.carousel"),n=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e),r="string"==typeof e?e:n.slide;s||o.data("bs.carousel",s=new i(this,n)),"number"==typeof e?s.to(e):r?s[r]():n.interval&&s.pause().cycle()})}var i=function(e,i){this.$element=t(e).on("keydown.bs.carousel",t.proxy(this.keydown,this)),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.2.0",i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},i.prototype.keydown=function(t){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.to=function(e){var i=this,o=this.getItemIndex(this.$active=this.$element.find(".item.active"));return e>this.$items.length-1||0>e?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){i.to(e)}):o==e?this.pause().cycle():this.slide(e>o?"next":"prev",t(this.$items[e]))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){return this.sliding?void 0:this.slide("next")},i.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},i.prototype.slide=function(e,i){var o=this.$element.find(".item.active"),s=i||o[e](),n=this.interval,r="next"==e?"left":"right",a="next"==e?"first":"last",l=this;if(!s.length){if(!this.options.wrap)return;s=this.$element.find(".item")[a]()}if(s.hasClass("active"))return this.sliding=!1;var h=s[0],p=t.Event("slide.bs.carousel",{relatedTarget:h,direction:r});if(this.$element.trigger(p),!p.isDefaultPrevented()){if(this.sliding=!0,n&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var c=t(this.$indicators.children()[this.getItemIndex(s)]);c&&c.addClass("active")}var d=t.Event("slid.bs.carousel",{relatedTarget:h,direction:r});return t.support.transition&&this.$element.hasClass("slide")?(s.addClass(e),s[0].offsetWidth,o.addClass(r),s.addClass(r),o.one("bsTransitionEnd",function(){s.removeClass([e,r].join(" ")).addClass("active"),o.removeClass(["active",r].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger(d)},0)}).emulateTransitionEnd(1e3*o.css("transition-duration").slice(0,-1))):(o.removeClass("active"),s.addClass("active"),this.sliding=!1,this.$element.trigger(d)),n&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this},t(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(i){var o,s=t(this),n=t(s.attr("data-target")||(o=s.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(n.hasClass("carousel")){var r=t.extend({},n.data(),s.data()),a=s.attr("data-slide-to");a&&(r.interval=!1),e.call(n,r),a&&n.data("bs.carousel").to(a),i.preventDefault()}}),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.collapse"),n=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e);!s&&n.toggle&&"show"==e&&(e=!e),s||o.data("bs.collapse",s=new i(this,n)),"string"==typeof e&&s[e]()})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.transitioning=null,this.options.parent&&(this.$parent=t(this.options.parent)),this.options.toggle&&this.toggle()};i.VERSION="3.2.0",i.DEFAULTS={toggle:!0},i.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},i.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var i=t.Event("show.bs.collapse");if(this.$element.trigger(i),!i.isDefaultPrevented()){var o=this.$parent&&this.$parent.find("> .panel > .in");if(o&&o.length){var s=o.data("bs.collapse");if(s&&s.transitioning)return;e.call(o,"hide"),s||o.data("bs.collapse",null)}var n=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[n](0),this.transitioning=1;var r=function(){this.$element.removeClass("collapsing").addClass("collapse in")[n](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var a=t.camelCase(["scroll",n].join("-"));this.$element.one("bsTransitionEnd",t.proxy(r,this)).emulateTransitionEnd(350)[n](this.$element[0][a])}}},i.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var o=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return t.support.transition?(this.$element[i](0).one("bsTransitionEnd",t.proxy(o,this)).emulateTransitionEnd(350),void 0):o.call(this)}}},i.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var o=t.fn.collapse;t.fn.collapse=e,t.fn.collapse.Constructor=i,t.fn.collapse.noConflict=function(){return t.fn.collapse=o,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(i){var o,s=t(this),n=s.attr("data-target")||i.preventDefault()||(o=s.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""),r=t(n),a=r.data("bs.collapse"),l=a?"toggle":s.data(),h=s.attr("data-parent"),p=h&&t(h);a&&a.transitioning||(p&&p.find('[data-toggle="collapse"][data-parent="'+h+'"]').not(s).addClass("collapsed"),s[r.hasClass("in")?"addClass":"removeClass"]("collapsed")),e.call(r,l)})}(jQuery),+function(t){"use strict";function e(e){e&&3===e.which||(t(s).remove(),t(n).each(function(){var o=i(t(this)),s={relatedTarget:this};o.hasClass("open")&&(o.trigger(e=t.Event("hide.bs.dropdown",s)),e.isDefaultPrevented()||o.removeClass("open").trigger("hidden.bs.dropdown",s))}))}function i(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function o(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new r(this)),"string"==typeof e&&o[e].call(i)})}var s=".dropdown-backdrop",n='[data-toggle="dropdown"]',r=function(e){t(e).on("click.bs.dropdown",this.toggle)};r.VERSION="3.2.0",r.prototype.toggle=function(o){var s=t(this);if(!s.is(".disabled, :disabled")){var n=i(s),r=n.hasClass("open");if(e(),!r){"ontouchstart"in document.documentElement&&!n.closest(".navbar-nav").length&&t('
').insertAfter(t(this)).on("click",e);var a={relatedTarget:this};if(n.trigger(o=t.Event("show.bs.dropdown",a)),o.isDefaultPrevented())return;s.trigger("focus"),n.toggleClass("open").trigger("shown.bs.dropdown",a)}return!1}},r.prototype.keydown=function(e){if(/(38|40|27)/.test(e.keyCode)){var o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, :disabled")){var s=i(o),r=s.hasClass("open");if(!r||r&&27==e.keyCode)return 27==e.which&&s.find(n).trigger("focus"),o.trigger("click");var a=" li:not(.divider):visible a",l=s.find('[role="menu"]'+a+', [role="listbox"]'+a);if(l.length){var h=l.index(l.filter(":focus"));38==e.keyCode&&h>0&&h--,40==e.keyCode&&h').appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),s&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;s?this.$backdrop.one("bsTransitionEnd",e).emulateTransitionEnd(150):e()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var n=function(){i.removeBackdrop(),e&&e()};t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",n).emulateTransitionEnd(150):n()}else e&&e()},i.prototype.checkScrollbar=function(){document.body.clientWidth>=window.innerWidth||(this.scrollbarWidth=this.scrollbarWidth||this.measureScrollbar())},i.prototype.setScrollbar=function(){var t=parseInt(this.$body.css("padding-right")||0,10);this.scrollbarWidth&&this.$body.css("padding-right",t+this.scrollbarWidth)},i.prototype.resetScrollbar=function(){this.$body.css("padding-right","")},i.prototype.measureScrollbar=function(){var t=document.createElement("div");t.className="modal-scrollbar-measure",this.$body.append(t);var e=t.offsetWidth-t.clientWidth;return this.$body[0].removeChild(t),e};var o=t.fn.modal;t.fn.modal=e,t.fn.modal.Constructor=i,t.fn.modal.noConflict=function(){return t.fn.modal=o,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(i){var o=t(this),s=o.attr("href"),n=t(o.attr("data-target")||s&&s.replace(/.*(?=#[^\s]+$)/,"")),r=n.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(s)&&s},n.data(),o.data());o.is("a")&&i.preventDefault(),n.one("show.bs.modal",function(t){t.isDefaultPrevented()||n.one("hidden.bs.modal",function(){o.is(":visible")&&o.trigger("focus")})}),e.call(n,r,this)})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.tooltip"),n="object"==typeof e&&e;(s||"destroy"!=e)&&(s||o.data("bs.tooltip",s=new i(this,n)),"string"==typeof e&&s[e]())})}var i=function(t,e){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",t,e)};i.VERSION="3.2.0",i.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},i.prototype.init=function(e,i,o){this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o),this.$viewport=this.options.viewport&&t(this.options.viewport.selector||this.options.viewport);for(var s=this.options.trigger.split(" "),n=s.length;n--;){var r=s[n];if("click"==r)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=r){var a="hover"==r?"mouseenter":"focusin",l="hover"==r?"mouseleave":"focusout";this.$element.on(a+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},i.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},i.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show),void 0):i.show()},i.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide),void 0):i.hide()},i.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var i=t.contains(document.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!i)return;var o=this,s=this.tip(),n=this.getUID(this.type);this.setContent(),s.attr("id",n),this.$element.attr("aria-describedby",n),this.options.animation&&s.addClass("fade");var r="function"==typeof this.options.placement?this.options.placement.call(this,s[0],this.$element[0]):this.options.placement,a=/\s?auto?\s?/i,l=a.test(r);l&&(r=r.replace(a,"")||"top"),s.detach().css({top:0,left:0,display:"block"}).addClass(r).data("bs."+this.type,this),this.options.container?s.appendTo(this.options.container):s.insertAfter(this.$element);var h=this.getPosition(),p=s[0].offsetWidth,c=s[0].offsetHeight;if(l){var d=r,f=this.$element.parent(),u=this.getPosition(f);r="bottom"==r&&h.top+h.height+c-u.scroll>u.height?"top":"top"==r&&h.top-u.scroll-c<0?"bottom":"right"==r&&h.right+p>u.width?"left":"left"==r&&h.left-pr.top+r.height&&(s.top=r.top+r.height-l)}else{var h=e.left-n,p=e.left+n+i;hr.width&&(s.left=r.left+r.width-p)}return s},i.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},i.prototype.getUID=function(t){do t+=~~(1e6*Math.random());while(document.getElementById(t));return t},i.prototype.tip=function(){return this.$tip=this.$tip||t(this.options.template)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},i.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},i.prototype.enable=function(){this.enabled=!0},i.prototype.disable=function(){this.enabled=!1},i.prototype.toggleEnabled=function(){this.enabled=!this.enabled},i.prototype.toggle=function(e){var i=this;e&&(i=t(e.currentTarget).data("bs."+this.type),i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i))),i.tip().hasClass("in")?i.leave(i):i.enter(i)},i.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var o=t.fn.tooltip;t.fn.tooltip=e,t.fn.tooltip.Constructor=i,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=o,this}}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.popover"),n="object"==typeof e&&e;(s||"destroy"!=e)&&(s||o.data("bs.popover",s=new i(this,n)),"string"==typeof e&&s[e]())})}var i=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");i.VERSION="3.2.0",i.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),i.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),i.prototype.constructor=i,i.prototype.getDefaults=function(){return i.DEFAULTS},i.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").empty()[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},i.prototype.hasContent=function(){return this.getTitle()||this.getContent()},i.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},i.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},i.prototype.tip=function(){return this.$tip||(this.$tip=t(this.options.template)),this.$tip};var o=t.fn.popover;t.fn.popover=e,t.fn.popover.Constructor=i,t.fn.popover.noConflict=function(){return t.fn.popover=o,this}}(jQuery),+function(t){"use strict";function e(i,o){var s=t.proxy(this.process,this);this.$body=t("body"),this.$scrollElement=t(i).is("body")?t(window):t(i),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",s),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(this),s=o.data("bs.scrollspy"),n="object"==typeof i&&i;s||o.data("bs.scrollspy",s=new e(this,n)),"string"==typeof i&&s[i]()})}e.VERSION="3.2.0",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e="offset",i=0;t.isWindow(this.$scrollElement[0])||(e="position",i=this.$scrollElement.scrollTop()),this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight();var o=this;this.$body.find(this.selector).map(function(){var o=t(this),s=o.data("target")||o.attr("href"),n=/^#./.test(s)&&t(s);return n&&n.length&&n.is(":visible")&&[[n[e]().top+i,s]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){o.offsets.push(this[0]),o.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.getScrollHeight(),o=this.options.offset+i-this.$scrollElement.height(),s=this.offsets,n=this.targets,r=this.activeTarget;if(this.scrollHeight!=i&&this.refresh(),e>=o)return r!=(t=n[n.length-1])&&this.activate(t);if(r&&e<=s[0])return r!=(t=n[0])&&this.activate(t);for(t=s.length;t--;)r!=n[t]&&e>=s[t]&&(!s[t+1]||e<=s[t+1])&&this.activate(n[t])},e.prototype.activate=function(e){this.activeTarget=e,t(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var i=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',o=t(i).parents("li").addClass("active");o.parent(".dropdown-menu").length&&(o=o.closest("li.dropdown").addClass("active")),o.trigger("activate.bs.scrollspy")};var o=t.fn.scrollspy;t.fn.scrollspy=i,t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=o,this},t(window).on("load.bs.scrollspy.data-api",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);i.call(e,e.data())})})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.tab");s||o.data("bs.tab",s=new i(this)),"string"==typeof e&&s[e]()})}var i=function(e){this.element=t(e)};i.VERSION="3.2.0",i.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var s=i.find(".active:last a")[0],n=t.Event("show.bs.tab",{relatedTarget:s});if(e.trigger(n),!n.isDefaultPrevented()){var r=t(o);this.activate(e.closest("li"),i),this.activate(r,r.parent(),function(){e.trigger({type:"shown.bs.tab",relatedTarget:s})})}}},i.prototype.activate=function(e,i,o){function s(){n.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),e.addClass("active"),r?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu")&&e.closest("li.dropdown").addClass("active"),o&&o()}var n=i.find("> .active"),r=o&&t.support.transition&&n.hasClass("fade");r?n.one("bsTransitionEnd",s).emulateTransitionEnd(150):s(),n.removeClass("in")};var o=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=i,t.fn.tab.noConflict=function(){return t.fn.tab=o,this},t(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(i){i.preventDefault(),e.call(t(this),"show")})}(jQuery),+function(t){"use strict";function e(e){return this.each(function(){var o=t(this),s=o.data("bs.affix"),n="object"==typeof e&&e;s||o.data("bs.affix",s=new i(this,n)),"string"==typeof e&&s[e]()})}var i=function(e,o){this.options=t.extend({},i.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};i.VERSION="3.2.0",i.RESET="affix affix-top affix-bottom",i.DEFAULTS={offset:0,target:window},i.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(i.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},i.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},i.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=t(document).height(),o=this.$target.scrollTop(),s=this.$element.offset(),n=this.options.offset,r=n.top,a=n.bottom;"object"!=typeof n&&(a=r=n),"function"==typeof r&&(r=n.top(this.$element)),"function"==typeof a&&(a=n.bottom(this.$element));var l=null!=this.unpin&&o+this.unpin<=s.top?!1:null!=a&&s.top+this.$element.height()>=e-a?"bottom":null!=r&&r>=o?"top":!1;if(this.affixed!==l){null!=this.unpin&&this.$element.css("top","");var h="affix"+(l?"-"+l:""),p=t.Event(h+".bs.affix");this.$element.trigger(p),p.isDefaultPrevented()||(this.affixed=l,this.unpin="bottom"==l?this.getPinnedOffset():null,this.$element.removeClass(i.RESET).addClass(h).trigger(t.Event(h.replace("affix","affixed"))),"bottom"==l&&this.$element.offset({top:e-this.$element.height()-a}))}}};var o=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=i,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var i=t(this),o=i.data();o.offset=o.offset||{},o.offsetBottom&&(o.offset.bottom=o.offsetBottom),o.offsetTop&&(o.offset.top=o.offsetTop),e.call(i,o)})})}(jQuery);
\ No newline at end of file
diff --git a/bootstrap/js/min/respond.min.js b/bootstrap/js/min/respond.min.js
new file mode 100644
index 0000000..13baa4b
--- /dev/null
+++ b/bootstrap/js/min/respond.min.js
@@ -0,0 +1 @@
+!function(e){"use strict";function t(){E(!0)}var a={};e.respond=a,a.update=function(){};var n=[],r=function(){var t=!1;try{t=new e.XMLHttpRequest}catch(a){t=new e.ActiveXObject("Microsoft.XMLHTTP")}return function(){return t}}(),s=function(e,t){var a=r();a&&(a.open("GET",e,!0),a.onreadystatechange=function(){4!==a.readyState||200!==a.status&&304!==a.status||t(a.responseText)},4!==a.readyState&&a.send(null))},i=function(e){return e.replace(a.regex.minmaxwh,"").match(a.regex.other)};if(a.ajax=s,a.queue=n,a.unsupportedmq=i,a.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,comments:/\/\*[^*]*\*+([^/][^*]*\*+)*\//gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\(\s*min\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,maxw:/\(\s*max\-width\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/,minmaxwh:/\(\s*m(in|ax)\-(height|width)\s*:\s*(\s*[0-9\.]+)(px|em)\s*\)/gi,other:/\([^\)]*\)/g},a.mediaQueriesSupported=e.matchMedia&&null!==e.matchMedia("only all")&&e.matchMedia("only all").matches,!a.mediaQueriesSupported){var o,l,m,h=e.document,d=h.documentElement,u=[],c=[],p=[],f={},g=30,x=h.getElementsByTagName("head")[0]||d,y=h.getElementsByTagName("base")[0],v=x.getElementsByTagName("link"),w=function(){var e,t=h.createElement("div"),a=h.body,n=d.style.fontSize,r=a&&a.style.fontSize,s=!1;return t.style.cssText="position:absolute;font-size:1em;width:1em",a||(a=s=h.createElement("body"),a.style.background="none"),d.style.fontSize="100%",a.style.fontSize="100%",a.appendChild(t),s&&d.insertBefore(a,d.firstChild),e=t.offsetWidth,s?d.removeChild(a):a.removeChild(t),d.style.fontSize=n,r&&(a.style.fontSize=r),e=m=parseFloat(e)},E=function(t){var a="clientWidth",n=d[a],r="CSS1Compat"===h.compatMode&&n||h.body[a]||n,s={},i=v[v.length-1],f=(new Date).getTime();if(t&&o&&g>f-o)return e.clearTimeout(l),l=e.setTimeout(E,g),void 0;o=f;for(var y in u)if(u.hasOwnProperty(y)){var S=u[y],T=S.minw,$=S.maxw,z=null===T,b=null===$,C="em";T&&(T=parseFloat(T)*(T.indexOf(C)>-1?m||w():1)),$&&($=parseFloat($)*($.indexOf(C)>-1?m||w():1)),S.hasquery&&(z&&b||!(z||r>=T)||!(b||$>=r))||(s[S.media]||(s[S.media]=[]),s[S.media].push(c[S.rules]))}for(var R in p)p.hasOwnProperty(R)&&p[R]&&p[R].parentNode===x&&x.removeChild(p[R]);p.length=0;for(var O in s)if(s.hasOwnProperty(O)){var M=h.createElement("style"),k=s[O].join("\n");M.type="text/css",M.media=O,x.insertBefore(M,i.nextSibling),M.styleSheet?M.styleSheet.cssText=k:M.appendChild(h.createTextNode(k)),p.push(M)}},S=function(e,t,n){var r=e.replace(a.regex.comments,"").replace(a.regex.keyframes,"").match(a.regex.media),s=r&&r.length||0;t=t.substring(0,t.lastIndexOf("/"));var o=function(e){return e.replace(a.regex.urls,"$1"+t+"$2$3")},l=!s&&n;t.length&&(t+="/"),l&&(s=1);for(var m=0;s>m;m++){var h,d,p,f;l?(h=n,c.push(o(e))):(h=r[m].match(a.regex.findStyles)&&RegExp.$1,c.push(RegExp.$2&&o(RegExp.$2))),p=h.split(","),f=p.length;for(var g=0;f>g;g++)d=p[g],i(d)||u.push({media:d.split("(")[0].match(a.regex.only)&&RegExp.$2||"all",rules:c.length-1,hasquery:d.indexOf("(")>-1,minw:d.match(a.regex.minw)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:d.match(a.regex.maxw)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}E()},T=function(){if(n.length){var t=n.shift();s(t.href,function(a){S(a,t.href,t.media),f[t.href]=!0,e.setTimeout(function(){T()},0)})}},$=function(){for(var t=0;t
+SetHandler php5-script
+
\ No newline at end of file
diff --git a/css/_notes/dwsync.xml b/css/_notes/dwsync.xml
new file mode 100644
index 0000000..d9699c9
--- /dev/null
+++ b/css/_notes/dwsync.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/css/bootstrap-ie7.css b/css/bootstrap-ie7.css
new file mode 100644
index 0000000..058b4f1
--- /dev/null
+++ b/css/bootstrap-ie7.css
@@ -0,0 +1,220 @@
+.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.input-group,.row,.content{box-sizing:border-box;behavior:url(boxsizing.htc)}
+audio,canvas,video{display:inline;zoom:1}
+html{font-size:100%}
+img{width:auto;height:auto;-ms-interpolation-mode:bicubic}
+button,input{overflow:visible}
+.container,.container-fluid{zoom:1}
+.row{zoom:1}
+.dl-horizontal{zoom:1}
+input[type="radio"],input[type="checkbox"]{margin-top:0}
+.help-block{display:inline;zoom:1}
+.form-horizontal .form-group{zoom:1}
+.dropdown-toggle{margin-bottom:-3px}
+.dropdown-menu .divider{width:100%;margin:-5px 0 5px}
+.list-group{margin-left:0}
+ul .list-group-item{list-style:none}
+.sr-only{clip:rect(0 0 0 0)}
+.list-inline > li{display:inline;zoom:1}
+.glyphicon{text-decoration:inherit;line-height:normal}
+.glyphicon-adjust{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-center{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-justify{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-asterisk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='*')}
+.glyphicon-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ban-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-barcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bell{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bold{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-book{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bookmark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-briefcase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bullhorn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-calendar{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-camera{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-certificate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-check{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cloud{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='☁')}
+.glyphicon-cloud-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cloud-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cog{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-comment{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-compressed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-copyright-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-credit-card{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cutlery{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-dashboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-download-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-earphone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-edit{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eject{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-envelope{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✉')}
+.glyphicon-euro{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='€')}
+.glyphicon-exclamation-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-expand{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-export{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eye-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eye-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-facetime-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fast-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fast-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-film{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-filter{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fire{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-flag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-flash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-disk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-folder-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-folder-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-font{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fullscreen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-gbp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-gift{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-glass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-globe{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hdd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-header{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-headphones{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-heart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-heart-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-home{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-import{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-inbox{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-indent-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-indent-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-info-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-italic{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-leaf{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-link{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-list-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-lock{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-log-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-log-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-magnet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-map-marker{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-minus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='−')}
+.glyphicon-minus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-move{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-music{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-new-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-paperclip{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pause{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pencil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✏')}
+.glyphicon-phone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-phone-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-picture{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-plane{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-play{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-play-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-plus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='+')}
+.glyphicon-plus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-print{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pushpin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-qrcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-question-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-random{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-record{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-refresh{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-registration-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-repeat{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-full{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-small{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-retweet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-road{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-screenshot{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-search{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-send{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-share{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-share-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-shopping-cart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-signal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-alphabet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-alphabet-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-attributes{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-attributes-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-order{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-order-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-5-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-6-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-7-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-dolby{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-stereo{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-star{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-star-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-stats{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-step-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-step-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-stop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-subtitles{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tags{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tasks{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-text-height{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-text-width{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th-large{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-thumbs-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-thumbs-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-time{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tint{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tower{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-transfer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-trash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tree-conifer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tree-deciduous{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-unchecked{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-usd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-user{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-warning-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-wrench{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-zoom-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-zoom-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
diff --git a/css/bootstrap-ie7.css.php b/css/bootstrap-ie7.css.php
new file mode 100644
index 0000000..47eff97
--- /dev/null
+++ b/css/bootstrap-ie7.css.php
@@ -0,0 +1,252 @@
+ li{display:inline;zoom:1}
+.glyphicon{text-decoration:inherit;line-height:normal}
+.glyphicon-adjust{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-center{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-justify{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-align-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-asterisk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='*')}
+.glyphicon-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ban-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-barcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bell{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bold{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-book{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bookmark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-briefcase{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-bullhorn{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-calendar{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-camera{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-certificate{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-check{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-chevron-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-circle-arrow-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cloud{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='☁')}
+.glyphicon-cloud-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cloud-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cog{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-top{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-collapse-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-comment{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-compressed{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-copyright-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-credit-card{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-cutlery{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-dashboard{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-download{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-download-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-earphone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-edit{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eject{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-envelope{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✉')}
+.glyphicon-euro{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='€')}
+.glyphicon-exclamation-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-expand{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-export{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eye-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-eye-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-facetime-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fast-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fast-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-file{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-film{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-filter{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fire{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-flag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-flash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-disk{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-floppy-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-folder-close{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-folder-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-font{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-fullscreen{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-gbp{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-gift{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-glass{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-globe{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hand-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hdd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-hd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-header{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-headphones{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-heart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-heart-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-home{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-import{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-inbox{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-indent-left{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-indent-right{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-info-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-italic{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-leaf{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-link{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-list-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-lock{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-log-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-log-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-magnet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-map-marker{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-minus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='−')}
+.glyphicon-minus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-move{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-music{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-new-window{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-ok-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-open{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-paperclip{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pause{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pencil{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='✏')}
+.glyphicon-phone{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-phone-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-picture{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-plane{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-play{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-play-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-plus{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='+')}
+.glyphicon-plus-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-print{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-pushpin{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-qrcode{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-question-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-random{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-record{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-refresh{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-registration-mark{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove-circle{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-remove-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-repeat{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-full{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-horizontal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-small{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-resize-vertical{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-retweet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-road{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-save{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-saved{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-screenshot{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sd-video{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-search{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-send{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-share{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-share-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-shopping-cart{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-signal{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-alphabet{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-alphabet-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-attributes{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-attributes-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-order{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sort-by-order-alt{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-5-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-6-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-7-1{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-dolby{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-sound-stereo{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-star{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-star-empty{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-stats{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-step-backward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-step-forward{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-stop{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-subtitles{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tag{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tags{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tasks{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-text-height{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-text-width{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th-large{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-th-list{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-thumbs-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-thumbs-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-time{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tint{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tower{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-transfer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-trash{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tree-conifer{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-tree-deciduous{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-unchecked{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-upload{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-usd{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-user{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-down{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-off{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-volume-up{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-warning-sign{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-wrench{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-zoom-in{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+.glyphicon-zoom-out{zoom:expression(this.runtimeStyle['zoom']='1',this.innerHTML='')}
+
+";
+?>
\ No newline at end of file
diff --git a/css/cal.css b/css/cal.css
new file mode 100644
index 0000000..a231098
--- /dev/null
+++ b/css/cal.css
@@ -0,0 +1,35 @@
+#vb #vb-timespan {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ font-size: 2em;
+}
+#vb #vb-timespan .glyphicon-new-window {
+ display: none;
+}
+
+#events-grid-wrap li {
+ margin-bottom: 1em !important;
+}
+#events-grid-wrap li strong {
+ font-weight: normal;
+}
+#events-grid-wrap li .glyphicon-new-window {
+ display: none;
+}
+
+.uc-listcal .uc-cal-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+.uc-listcal .uc-cal-list .uc-cal-item {
+ margin-bottom: 1em;
+}
+.uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title {
+ font-style: normal;
+ margin-left: 1em;
+}
+.uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window {
+ display: none;
+}
diff --git a/css/in-page-menus.css b/css/in-page-menus.css
new file mode 100644
index 0000000..665c035
--- /dev/null
+++ b/css/in-page-menus.css
@@ -0,0 +1,15 @@
+.in-page-list {
+ float: right;
+ padding: .5em;
+ border: 1px solid #e7e7e7;
+ background-color: #f8f8f8;
+ margin: 0 0 1.5em 2em;
+ width: 20%;
+ min-width: 200px;
+ max-width: 400px;
+ border-radius: 3px;
+}
+
+.in-page-tabs {
+ margin-bottom: 2em;
+}
diff --git a/css/uup.css b/css/uup.css
new file mode 100644
index 0000000..7a85eee
--- /dev/null
+++ b/css/uup.css
@@ -0,0 +1,59 @@
+/* Scss Document */
+.uup-list {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+.uup-list .has-image {
+ display: block;
+ position: relative;
+ padding-left: 170px;
+}
+.uup-list .has-image .uup-thumbnail {
+ display: block;
+ width: 150px;
+ float: left;
+ position: relative;
+ left: -170px;
+ margin-right: -150px;
+}
+.uup-list a.uup-user {
+ float: left;
+}
+.uup-list .uup-item {
+ margin-bottom: 1em;
+ *zoom: 1;
+}
+.uup-list .uup-item:after, .uup-list .uup-item:before {
+ content: '';
+ display: table;
+}
+.uup-list .uup-item:after {
+ clear: both;
+}
+.uup-list .uup-item .uup-text {
+ display: block;
+}
+.uup-list .uup-item .uup-text > span {
+ display: block;
+}
+.uup-list .uup-item .uup-text .uup-name {
+ font-weight: bold;
+}
+.uup-list .uup-item .uup-text .uup-name .uup-last:before {
+ content: ' ';
+}
+
+.uup-index-table .uup-table-name.table-has-image .uup-table-thumbnail {
+ display: block;
+ width: 75px;
+ float: left;
+ margin: 0 1em 1em 0 !important;
+}
+.uup-index-table .uup-table-name.table-has-image .uup-name {
+ float: left;
+ display: block;
+}
+.uup-index-table .uup-table-name .uup-last:before {
+ content: ' ';
+}
diff --git a/functions.php b/functions.php
old mode 100755
new mode 100644
index d630d11..b061c0e
--- a/functions.php
+++ b/functions.php
@@ -82,13 +82,11 @@ function cs_widgets_init() {
function cs_scripts() {
// Without these random enqueue styles, the theme styles don't load for some reason. ????????????
- wp_enqueue_style( 'xxxx',get_template_directory_uri() . '/aaaa.css' );
- wp_enqueue_style( 'bbbb', get_stylesheet_uri(),array('xxxx') );
+// wp_enqueue_style( 'xxxx',get_template_directory_uri() . '/aaaa.css' );
+// wp_enqueue_style( 'bbbb', get_stylesheet_uri(),array('xxxx') );
- /*
- wp_enqueue_style( 'cs-bootstrap-css',get_template_directory_uri() . '/bootstrap/css/bootstrap.min.css' );
+ wp_enqueue_style( 'cs-bootstrap-css',get_template_directory_uri() . '/bootstrap/css/bootstrap.css' );
wp_enqueue_style( 'cs-style', get_stylesheet_uri(),array('cs-bootstrap-css') );
- */
wp_enqueue_script( 'cs-bootstrap-js', get_template_directory_uri() . '/bootstrap/js/bootstrap.min.js', array( 'jquery' ));
wp_enqueue_script( 'cs-respond-js', get_template_directory_uri() . '/bootstrap/js/respond.js', array( 'jquery' ));
@@ -97,7 +95,6 @@ function cs_scripts() {
wp_enqueue_script( 'cs-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'cs-bootstrap-js'), '20120206', true );
wp_enqueue_script( 'cs-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true );
-
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
@@ -107,9 +104,15 @@ function cs_scripts() {
function htmlShiv(){
$template = get_template_directory_uri();
- echo '';
+ echo '';
-
+ echo '';
}
add_action( 'wp_head', htmlShiv, 1 );
diff --git a/header.php b/header.php
old mode 100755
new mode 100644
index bcfa79a..ef3611d
--- a/header.php
+++ b/header.php
@@ -19,12 +19,15 @@
>
+
+
+
>
@@ -45,7 +48,7 @@
';}?>
-
+
0 && strlen($secondarylink) > 0){
@@ -58,7 +61,7 @@
-
0 && strlen($secondarylink) > 0){
if(substr($secondarylink,0,4) != 'http'){
$secondarylink = 'http://'.$secondarylink;
@@ -74,6 +77,7 @@