{"version":3,"sources":["tp-scripts.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"tp-scripts.js","sourcesContent":["// Scripts for Travel Plan Toolkit\nvar helpMode = false; // Can set with cookie\n\n$(document).ready(function() {\n\n /* On load */\n\n\t// Javascript to enable link to tab - for sign-in/register page\n\tif (document.location.hash) {\n\t\t// var hashLink = document.location.hash.replace(\"_btn\",\"\");\n\t\tvar hashLink = document.location.hash;\n\t\tvar tabLink;\n\t\tif (hashLink) {\n\t\t\tif ($('.nav-pills a[href='+hashLink+']')) {\n\t\t\t\ttabLink = $('.nav-pills a[href='+hashLink+']');\n\t\t\t} else if ($('.nav-tabs a[href='+hashLink+']')) {\n\t\t\t\ttabLink = $('a[href='+hashLink+']');\n\t\t\t}\n\t\t\tif (!tabLink.parent('div').hasClass('disabled')) {\n\t\t\t\t// if not disabled\n\t\t\t\ttabLink.tab('show');\n\t\t\t}\n\t\t} \n\t}\n\n\t// Change hash for page-reload\n\t$(\".nav-pills a, .nav-tabs a\").on(\"shown.bs.tab\", function (e) {\n \te.preventDefault();\n\t\t// window.location.hash = e.target.hash + \"_btn\";\n\t\twindow.location.hash = e.target.hash;\n\t});\n\n // Reset forms on reload (IE & FF)\n resetForms();\n\n // Set global vars (helpMode) to cookie values, if set\n checkCookies();\n\n // Hide help blocks unless in Help mode\n\n if (helpMode) {\n $(\".help-mode\").show();\n $(\".on-btn\").addClass(\"active\").find(\"input\").prop(\"checked\", true);\n $(\"a[data-toggle='help']\").addClass(\"disabled\");\n } else {\n $(\".off-btn\").addClass(\"active\").find(\"input\").prop(\"checked\", true);\n }\n\n // Add copyright date\n setCopyright();\n\n /* Add behaviours */\n\n // Remove on click behaviour for disabled nav links\n // Need to add again when removing 'disabled' attribute\n $(\".nav li a[data-toggle]\").each(function(){\n if($(this).parent('li').hasClass(\"disabled\")){\n $(this).removeAttr(\"data-toggle\");\n }\n });\n\n // Timepicker (24-hour clock)\n if ($('.ui-timepicker-input').length > 0) {\n $('.ui-timepicker-input').timepicker({\n 'timeFormat': 'H:i',\n 'step': 15\n });\n }\n\n $('#peak-hour').on('changeTime', function() {\n // add hour\n var selectedTime = $(this).val();\n\n setTimeString(selectedTime);\n });\n\n $('#peak-hour').on(\"blur\", function() {\n var selectedTime = $(this).val();\n if (selectedTime == \"\" || selectedTime == \"e.g. 00:00\") {\n $('#peak-hour-plus').text(\"\");\n }\n });\n\n // Show/hide help when clicking individual help buttons\n\n $(\"a[data-toggle='help']\").click(function(e) {\n e.preventDefault();\n var thisHelp = $(this).attr(\"data-target\");\n if (!$(this).hasClass(\"disabled\")) {\n $(thisHelp).slideToggle();\n }\n });\n\n // Show/hide all help when toggling help on/off buttons\n\n $(\"#help-off, #help-on\").change(function() {\n $(\"a[data-toggle='help']\").toggleClass(\"disabled\");\n if (helpMode) {\n helpMode = false;\n setCookie(\"helpMode\", false, 365);\n $(\".help-mode\").slideUp();\n } else {\n helpMode = true;\n setCookie(\"helpMode\", true, 365);\n $(\".help-mode\").slideDown();\n }\n });\n\n // Toggle flag on/off for Issues & Opportunities\n $(\".flag-off, .flag-on\").on(\"mousedown\", function() {\n $(this).toggleClass(\"flag-on flag-off\");\n });\n\n\tif ($(\"#district-selector\").length > 0) {\n\n\t\t// Make image maps responsive (uses jquery.rwdImageMaps.min.js)\n\t\t$(\"#district-selector img[usemap]\").rwdImageMaps();\n\t\n\t\t// Map area rollover - if no map area already selected\n\t\t$(\"#district-selector area[id]\")\n\t\t .mouseover(function() { \n\t\t\t var mapType = $(this).parents(\"#district-selector\").attr(\"class\");\n\t\t\t var mapDistrict = $(this).attr(\"id\").toLowerCase();\n\t\t\t if ($(\"#DistrictsMap area.active\").length < 1) {\n\t\t\t\tvar newmap = \"../images/districts/map-\" + mapType + \"-\" + mapDistrict + \".png\";\n\t\t\t\t$(\"#mapimage\").attr(\"src\", newmap);\n\t\t\t}\n\t\t })\n\t\t .mouseout(function() {\n\t\t\t var mapType = $(this).parents(\"#district-selector\").attr(\"class\");\n\t\t\t if ($(\"#DistrictsMap area.active\").length < 1) {\n\t\t\t\t$(\"#mapimage\").attr(\"src\", \"../images/districts/map-\" + mapType + \".png\");\n\t\t\t }\n\t\t });\n\t\t\t\n\t\t// Map functions - loads content from remote URL into right col\n\t\n\t\t$(\"#district-selector area, #district-selector a\").on(\"click\", function(e) {\n\t\t\t// Get current active\n\t\t\tvar old = $(\"#district-selector .active\");\n\t\t\tvar next = $(this);\n\t\t\tvar oldClass = old.attr(\"class\") || \"\";\n\t\t\tvar nextClass = $(this).attr(\"class\") || \"\";\n\t\t\tvar mapType = $(this).parents(\"#district-selector\").attr(\"class\");\n\t\t\tvar mapDistrict = $(this).attr(\"id\").toLowerCase();\n\t\t\t\n\t\t\tif (old.length > 0) {\n\t\t\t\t// Remove active class from old\n\t\t\t\told.attr(\"class\", oldClass.replace(\"active\",\"\"));\n\t\t\t}\n\t\t\t\n\t\t\t// Add active class to new\n\t\t\tnext.attr(\"class\", nextClass += \" active\");\n\t\t\t\n\t\t\tvar dir = next.attr(\"data-directory\");\n\t\t\tvar district = next.attr(\"id\");\n\t\t\tvar url = dir + \"/\" + district.toLowerCase();\n\t\t\t\n\t\t\t$( \"#districts-right\" ).fadeOut(500, function() {\n\t\t\t\n\t\t\t\t$(this).load(url + \" #district-info\").fadeIn(500);\n\t\n\t\t\t});\n\t\n\t\t\t// Swap map image\n\t\t\tvar newmap;\n\t\t\t\n\t\t\tif (district == \"TfGM\") {\n\t\t\t newmap = \"../images/districts/map-\" + mapType + \".png\";\n\t\t\t} else {\n\t\t\t newmap = \"../images/districts/map-\" + mapType + \"-\" + mapDistrict + \".png\";\n\t\t\t}\n\t\t\t$(\"#mapimage\").attr(\"src\", newmap);\n\t\t\t\n\t\t});\n\t\t\n\t\t// check if there's a district in the hash\n\t\tvar hashLink = document.location.hash;\n\t\t \n\t\t switch (hashLink) {\n\t\t \n\t\t\tcase \"#Bolton\":\n\t\t $(\"#Bolton\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Bury\":\n\t\t $(\"#Bury\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Manchester\":\n\t\t $(\"#Manchester\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Oldham\":\n\t\t $(\"#Oldham\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Rochdale\":\n\t\t $(\"#Rochdale\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Salford\":\n\t\t $(\"#Salford\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Stockport\":\n\t\t $(\"#Stockport\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Tameside\":\n\t\t $(\"#Tameside\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Trafford\":\n\t\t $(\"#Trafford\").click();\n\t\t\t break;\n\t\t \n\t\t\tcase \"#Wigan\":\n\t\t $(\"#Wigan\").click();\n\t\t\t break;\n\t\t\t\n\t\t\tdefault:\n\t\t\t if ($(\"#TfGM\").length > 0) {\n\t\t\t\t $(\"#TfGM\").click();\n\t\t\t } else if ($(\"#Manchester\").length > 0) {\n\t\t\t\t$(\"#Manchester\").click();\n\t\t\t }\n\t\t }\n\t}\n\n /* Archive search functions */\n\n // Submit archive search\n $( \"#archiveSearch\" ).submit(function( event ) {\n\n $('#searchingModal').modal({\n keyboard: false\n });\n\n event.preventDefault();\n\n // Timeout for testing with fake results\n window.setTimeout(function() {\n $(\"#searchTabs a[href='#results']\").parents(\"li\").removeClass(\"disabled\").find(\"a\").attr(\"data-toggle\",\"tab\");\n $(\"#searchTabs a[href='#results']\").tab(\"show\");\n $('#searchingModal').modal('hide');\n },2000);\n\n });\n\n $(\"#search-again\").click(function() {\n $(\"#searchTabs a[href='#find']\").click();\n $(\"#searchTabs a[href='#results']\").removeAttr(\"data-toggle\").parent(\"li\").addClass(\"disabled\");\n });\n\n /* My Travel Plans */\n\n // Tree view for Design Archive\n\n $(function () {\n $('.tree li:has(ul)').addClass('parent_li').find(' > span');\n $('.tree li.parent_li > span').on('click', function (e) {\n var children = $(this).parent('li.parent_li').find(' > ul > li');\n if (children.is(\":visible\")) {\n children.hide('fast');\n $(this).removeClass('open').find(' > i.fa-caret-down').addClass('fa-caret-right').removeClass('fa-caret-down');\n $(this).find(' > i.fa-folder-open').addClass('fa-folder').removeClass('fa-folder-open');\n } else {\n children.show('fast');\n $(this).addClass('open').find(' > i.fa-caret-right').addClass('fa-caret-down').removeClass('fa-caret-right');\n $(this).find(' > i.fa-folder').addClass('fa-folder-open').removeClass('fa-folder');\n // and hide others\n $(this).parent('li.parent_li').siblings().find('.open').click();\n }\n e.stopPropagation();\n });\n });\n\n /* Submit form on navigation link click */\n\n $('#tp-nav, #measures-links').find('a').on('click', function(e) {\n // Prevent default action\n e.preventDefault();\n submitAndNavigate($(this));\n });\n\n $('a.edit-site-location').on('click', function(e) {\n e.preventDefault();\n submitAndNavigate($(this));\n });\n\n});\n\n// Functions\n\nfunction resetForms() {\n for (i = 0; i < document.forms.length; i++) {\n document.forms[i].reset();\n }\n}\n\n// Cookie functions\n\nfunction setCookie(cname, cvalue, exdays) {\n var d = new Date();\n d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));\n var expires = \"expires=\" + d.toGMTString();\n document.cookie = cname + \"=\" + cvalue + \"; \" + expires;\n}\n\nfunction getCookie(cname) {\n var name = cname + \"=\";\n var ca = document.cookie.split(';');\n for (var i = 0; i < ca.length; i++) {\n var c = ca[i];\n while (c.charAt(0) == ' ') c = c.substring(1);\n if (c.indexOf(name) != -1) return c.substring(name.length, c.length);\n }\n return \"\";\n}\n\nfunction checkCookies() {\n var helpModeCookie = getCookie(\"helpMode\");\n if (helpModeCookie == \"true\") {\n helpMode = true;\n } else {\n helpMode = false;\n }\n}\n\n// Copyright\n\nfunction setCopyright() {\n // Add year to copyright statements.\n var d = new Date();\n var n = d.getFullYear();\n $('.addYear').append(n);\n}\n\n// Add zero padding to numbers in timepicker 24-hour format\n\nfunction pad (str, max) {\n str = str.toString();\n return str.length < max ? pad(\"0\" + str, max) : str;\n}\n\n// Submit form and navigate\nfunction submitAndNavigate($link)\n{\n var href = $link.attr('href');\n var $form = $('#tp-designer-panel').find('form');\n if ($form.length === 1)\n {\n var formData = $form.serialize();\n $.ajax({\n url: window.location.href,\n data: formData,\n method: 'POST',\n error: function(jqXHR, textStatus, errorThrown)\n {\n handleAjaxError(jqXHR);\n },\n success: function(data, textStatus, jqXHR) {\n window.location.href = href;\n }\n });\n }\n else\n {\n window.location.href = href;\n }\n}\n\nfunction handleAjaxError(jqXHR)\n{\n var html = function (title, body, button) {\n return '
Your session has timed out due to inactivity.
Please login to the application again to continue.
', ' Re-authenticate');\n break;\n default:\n modal = html('Unknown Error', 'An unknown error has occurred.
Please try refreshing your browser to resolve the issue.
', ' Refresh');\n }\n\n if ($('#modal').length === 0)\n {\n $('body').append(modal);\n }\n else {\n $('#modal').replaceWith(modal);\n }\n\n $('#modal').modal();\n}"]}