diff --git a/App_Code/dbClass.cs b/App_Code/dbClass.cs index 6373968..f3385af 100644 --- a/App_Code/dbClass.cs +++ b/App_Code/dbClass.cs @@ -39,6 +39,12 @@ public class babyDataRecView public string babyRec_monthLastRec { get; set; } = "N"; public string babyRec_newestRec { get; set; } = "N"; public string babyRec_yearMonthStr { get; set; } = ""; + + public string utm_source { get; set; } = ""; + public string utm_medium { get; set; } = ""; + public string utm_campaign { get; set; } = ""; + public string utm_term { get; set; } = ""; + public string utm_content { get; set; } = ""; } [Table("babyRec")] @@ -64,6 +70,12 @@ public class babyRec public string babyRec_newestRec { get; set; } = "N"; public string babyRec_yearMonthStr { get; set; } = ""; public DateTime babyRec_createdate { get; set; } = DateTime.Now; + + public string utm_source { get; set; } = ""; + public string utm_medium { get; set; } = ""; + public string utm_campaign { get; set; } = ""; + public string utm_term { get; set; } = ""; + public string utm_content { get; set; } = ""; } [Table("babyData")] @@ -96,6 +108,14 @@ public class lineUser public string line_phone { get; set; } = ""; public DateTime lineUser_createdate { get; set; } = DateTime.Now; public DateTime lineUser_modifydate { get; set; } = DateTime.Now; + + public string utm_source { get; set; } = ""; + public string utm_medium { get; set; } = ""; + public string utm_campaign { get; set; } = ""; + public string utm_term { get; set; } = ""; + public string utm_content { get; set; } = ""; + + } [Table("login")] diff --git a/BackEnd/Main.Master b/BackEnd/Main.Master index fc11cdc..9085d2d 100644 --- a/BackEnd/Main.Master +++ b/BackEnd/Main.Master @@ -20,8 +20,8 @@ - - + + diff --git a/BackEnd/api/exportBabyRec.ashx.cs b/BackEnd/api/exportBabyRec.ashx.cs index f462856..8510498 100644 --- a/BackEnd/api/exportBabyRec.ashx.cs +++ b/BackEnd/api/exportBabyRec.ashx.cs @@ -113,6 +113,11 @@ namespace abbott_2024_event.BackEnd.api titleRow.CreateCell(1).SetCellValue("測驗時年齡"); titleRow.CreateCell(2).SetCellValue("寶寶身高"); titleRow.CreateCell(3).SetCellValue("寶寶成長百分比"); + titleRow.CreateCell(4).SetCellValue("utm_source"); + titleRow.CreateCell(5).SetCellValue("utm_medium"); + titleRow.CreateCell(6).SetCellValue("utm_campaign"); + titleRow.CreateCell(7).SetCellValue("utm_content"); + titleRow.CreateCell(8).SetCellValue("utm_term"); int pageNum = 4; @@ -172,11 +177,16 @@ namespace abbott_2024_event.BackEnd.api excelRow.CreateCell(1).SetCellValue(rec.babyRec_yearMonthStr); excelRow.CreateCell(2).SetCellValue(rec.babyRec_height); excelRow.CreateCell(3).SetCellValue(inpercent); + excelRow.CreateCell(4).SetCellValue(rec.utm_source); + excelRow.CreateCell(5).SetCellValue(rec.utm_medium); + excelRow.CreateCell(6).SetCellValue(rec.utm_campaign); + excelRow.CreateCell(7).SetCellValue(rec.utm_content); + excelRow.CreateCell(8).SetCellValue(rec.utm_term); pageNum++; } - for (int j = 0; j <= 3; j++) + for (int j = 0; j <= 8; j++) { sheet.AutoSizeColumn(j); sheet.SetColumnWidth(j, sheet.GetColumnWidth(j) * 17 / 10); diff --git a/BackEnd/api/exportExcel.ashx.cs b/BackEnd/api/exportExcel.ashx.cs index d9918e6..c518baf 100644 --- a/BackEnd/api/exportExcel.ashx.cs +++ b/BackEnd/api/exportExcel.ashx.cs @@ -95,6 +95,11 @@ namespace abbott_2024_event.BackEnd.api headerRow.CreateCell(7).SetCellValue("測驗時年齡"); headerRow.CreateCell(8).SetCellValue("寶寶身高"); headerRow.CreateCell(9).SetCellValue("寶寶成長百分比"); + headerRow.CreateCell(10).SetCellValue("utm_source"); + headerRow.CreateCell(11).SetCellValue("utm_medium"); + headerRow.CreateCell(12).SetCellValue("utm_campaign"); + headerRow.CreateCell(13).SetCellValue("utm_content"); + headerRow.CreateCell(14).SetCellValue("utm_term"); int pageNum = 1; @@ -169,11 +174,16 @@ namespace abbott_2024_event.BackEnd.api excelRow.CreateCell(7).SetCellValue(view.babyRec_yearMonthStr); excelRow.CreateCell(8).SetCellValue(view.babyRec_height); excelRow.CreateCell(9).SetCellValue(inpercent); + excelRow.CreateCell(10).SetCellValue(view.utm_source); + excelRow.CreateCell(11).SetCellValue(view.utm_medium); + excelRow.CreateCell(12).SetCellValue(view.utm_campaign); + excelRow.CreateCell(13).SetCellValue(view.utm_content); + excelRow.CreateCell(14).SetCellValue(view.utm_term); pageNum++; } - for (int j = 0; j <= 8; j++) + for (int j = 0; j <= 14; j++) { sheet.AutoSizeColumn(j); sheet.SetColumnWidth(j, sheet.GetColumnWidth(j) * 17 / 10); diff --git a/BackEnd/api/userList.ashx.cs b/BackEnd/api/userList.ashx.cs index 191896f..f99d2ed 100644 --- a/BackEnd/api/userList.ashx.cs +++ b/BackEnd/api/userList.ashx.cs @@ -145,6 +145,12 @@ namespace abbott_2024_event.BackEnd.api public string line_phone { get; set; } = ""; public string testdate { get; set; } = ""; + public string utm_source { get; set; } = ""; + public string utm_medium { get; set; } = ""; + public string utm_campaign { get; set; } = ""; + public string utm_term { get; set; } = ""; + public string utm_content { get; set; } = ""; + public List babyDatas = new List(); } diff --git a/BackEnd/assets/javascript/custom/userList.js b/BackEnd/assets/javascript/custom/userList.js index f3a27bb..d1d5a74 100644 --- a/BackEnd/assets/javascript/custom/userList.js +++ b/BackEnd/assets/javascript/custom/userList.js @@ -245,7 +245,12 @@ function loadDataTable() { { data: 'line_phone', className: 'align-middle text-left', orderable: false, searchable: true }, { data: 'testdate', className: 'align-top text-center', orderable: false, searchable: false, visible: false }, { data: 'line_uid', className: 'align-middle text-left', orderable: false, searchable: false }, - { data: 'line_uid', className: 'align-middle text-center', orderable: false, searchable: false } + { data: 'line_uid', className: 'align-middle text-center', orderable: false, searchable: false }, + { data: 'utm_source', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_medium', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_campaign', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_content', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_term', className: 'align-middle text-center', orderable: false, searchable: true } ], columnDefs: [ { @@ -339,7 +344,7 @@ function loadDataTable() { } }, { - targets: 5, + targets: 10, orderable: false, searchable: false, render: function render(data, type, row, meta) { @@ -401,7 +406,12 @@ function initSubTable() { { data: 'babyRec_recdate', className: 'align-middle text-left', orderable: true, searchable: false }, { data: 'babyRec_yearMonthStr', className: 'align-middle text-left', orderable: true, searchable: false }, { data: 'babyRec_height', className: 'align-middle text-left', orderable: true, searchable: false }, - { data: 'babyRec_inpercent', className: 'align-middle text-left', orderable: true, searchable: false } + { data: 'babyRec_inpercent', className: 'align-middle text-left', orderable: true, searchable: false }, + { data: 'utm_source', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_medium', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_campaign', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_content', className: 'align-middle text-center', orderable: false, searchable: true }, + { data: 'utm_term', className: 'align-middle text-center', orderable: false, searchable: true } ], columnDefs: [ { diff --git a/BackEnd/assets/vendor/._toastr b/BackEnd/assets/vendor/._toastr deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/._toastr and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._build b/BackEnd/assets/vendor/toastr/._build deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._build and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._demo.html b/BackEnd/assets/vendor/toastr/._demo.html deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._demo.html and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._karma.conf.js b/BackEnd/assets/vendor/toastr/._karma.conf.js deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._karma.conf.js and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._nuget b/BackEnd/assets/vendor/toastr/._nuget deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._nuget and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._tests b/BackEnd/assets/vendor/toastr/._tests deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._tests and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._toastr-icon.png b/BackEnd/assets/vendor/toastr/._toastr-icon.png deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._toastr-icon.png and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/._toastr.js b/BackEnd/assets/vendor/toastr/._toastr.js deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/._toastr.js and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/build/._toastr.js.map b/BackEnd/assets/vendor/toastr/build/._toastr.js.map deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/build/._toastr.js.map and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/build/._toastr.min.css b/BackEnd/assets/vendor/toastr/build/._toastr.min.css deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/build/._toastr.min.css and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/build/._toastr.min.js b/BackEnd/assets/vendor/toastr/build/._toastr.min.js deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/build/._toastr.min.js and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/build/toastr.js.map b/BackEnd/assets/vendor/toastr/build/toastr.js.map deleted file mode 100644 index 47a9639..0000000 --- a/BackEnd/assets/vendor/toastr/build/toastr.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["toastr.js"],"names":["define","$","error","message","title","optionsOverride","notify","type","toastType","iconClass","getOptions","iconClasses","getContainer","options","create","$container","containerId","length","createContainer","info","subscribe","callback","listener","success","warning","clear","$toastElement","clearOptions","clearToast","clearContainer","remove","removeToast","children","toastsToClear","i","force","hideMethod","duration","hideDuration","easing","hideEasing","complete","attr","addClass","positionClass","appendTo","target","getDefaults","tapToDismiss","toastClass","debug","showMethod","showDuration","showEasing","onShown","undefined","onHidden","closeMethod","closeDuration","closeEasing","closeOnHover","extendedTimeOut","timeOut","titleClass","messageClass","escapeHtml","closeHtml","closeClass","newestOnTop","preventDuplicates","progressBar","progressClass","rtl","publish","args","map","source","replace","personalizeToast","setIcon","setTitle","setMessage","setCloseButton","setProgressBar","setRTL","setSequence","setAria","ariaValue","handleEvents","hover","stickAround","delayedHideToast","onclick","click","hideToast","closeButton","$closeElement","event","stopPropagation","cancelBubble","onCloseClick","displayToast","hide","intervalId","setTimeout","maxHideTime","parseFloat","hideEta","Date","getTime","setInterval","updateProgress","prepend","append","suffix","$titleElement","$messageElement","$progressElement","shouldExit","previousToast","override","method","clearTimeout","response","state","endTime","stop","percentage","width","extend","toastId","startTime","console","log","toastr","is","version","amd","deps","factory","module","exports","require","window","jQuery"],"mappings":"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","file":"toastr.js","sourcesContent":["/*\n * Toastr\n * Copyright 2012-2015\n * Authors: John Papa, Hans Fjällemark, and Tim Ferrell.\n * All Rights Reserved.\n * Use, reproduction, distribution, and modification of this code is subject to the terms and\n * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php\n *\n * ARIA Support: Greta Krafsig\n *\n * Project: https://github.com/CodeSeven/toastr\n */\n/* global define */\n(function (define) {\n define(['jquery'], function ($) {\n return (function () {\n var $container;\n var listener;\n var toastId = 0;\n var toastType = {\n error: 'error',\n info: 'info',\n success: 'success',\n warning: 'warning'\n };\n\n var toastr = {\n clear: clear,\n remove: remove,\n error: error,\n getContainer: getContainer,\n info: info,\n options: {},\n subscribe: subscribe,\n success: success,\n version: '2.1.4',\n warning: warning\n };\n\n var previousToast;\n\n return toastr;\n\n ////////////////\n\n function error(message, title, optionsOverride) {\n return notify({\n type: toastType.error,\n iconClass: getOptions().iconClasses.error,\n message: message,\n optionsOverride: optionsOverride,\n title: title\n });\n }\n\n function getContainer(options, create) {\n if (!options) { options = getOptions(); }\n $container = $('#' + options.containerId);\n if ($container.length) {\n return $container;\n }\n if (create) {\n $container = createContainer(options);\n }\n return $container;\n }\n\n function info(message, title, optionsOverride) {\n return notify({\n type: toastType.info,\n iconClass: getOptions().iconClasses.info,\n message: message,\n optionsOverride: optionsOverride,\n title: title\n });\n }\n\n function subscribe(callback) {\n listener = callback;\n }\n\n function success(message, title, optionsOverride) {\n return notify({\n type: toastType.success,\n iconClass: getOptions().iconClasses.success,\n message: message,\n optionsOverride: optionsOverride,\n title: title\n });\n }\n\n function warning(message, title, optionsOverride) {\n return notify({\n type: toastType.warning,\n iconClass: getOptions().iconClasses.warning,\n message: message,\n optionsOverride: optionsOverride,\n title: title\n });\n }\n\n function clear($toastElement, clearOptions) {\n var options = getOptions();\n if (!$container) { getContainer(options); }\n if (!clearToast($toastElement, options, clearOptions)) {\n clearContainer(options);\n }\n }\n\n function remove($toastElement) {\n var options = getOptions();\n if (!$container) { getContainer(options); }\n if ($toastElement && $(':focus', $toastElement).length === 0) {\n removeToast($toastElement);\n return;\n }\n if ($container.children().length) {\n $container.remove();\n }\n }\n\n // internal functions\n\n function clearContainer (options) {\n var toastsToClear = $container.children();\n for (var i = toastsToClear.length - 1; i >= 0; i--) {\n clearToast($(toastsToClear[i]), options);\n }\n }\n\n function clearToast ($toastElement, options, clearOptions) {\n var force = clearOptions && clearOptions.force ? clearOptions.force : false;\n if ($toastElement && (force || $(':focus', $toastElement).length === 0)) {\n $toastElement[options.hideMethod]({\n duration: options.hideDuration,\n easing: options.hideEasing,\n complete: function () { removeToast($toastElement); }\n });\n return true;\n }\n return false;\n }\n\n function createContainer(options) {\n $container = $('
')\n .attr('id', options.containerId)\n .addClass(options.positionClass);\n\n $container.appendTo($(options.target));\n return $container;\n }\n\n function getDefaults() {\n return {\n tapToDismiss: true,\n toastClass: 'toast',\n containerId: 'toast-container',\n debug: false,\n\n showMethod: 'fadeIn', //fadeIn, slideDown, and show are built into jQuery\n showDuration: 300,\n showEasing: 'swing', //swing and linear are built into jQuery\n onShown: undefined,\n hideMethod: 'fadeOut',\n hideDuration: 1000,\n hideEasing: 'swing',\n onHidden: undefined,\n closeMethod: false,\n closeDuration: false,\n closeEasing: false,\n closeOnHover: true,\n\n extendedTimeOut: 1000,\n iconClasses: {\n error: 'toast-error',\n info: 'toast-info',\n success: 'toast-success',\n warning: 'toast-warning'\n },\n iconClass: 'toast-info',\n positionClass: 'toast-top-right',\n timeOut: 5000, // Set timeOut and extendedTimeOut to 0 to make it sticky\n titleClass: 'toast-title',\n messageClass: 'toast-message',\n escapeHtml: false,\n target: 'body',\n closeHtml: '',\n closeClass: 'toast-close-button',\n newestOnTop: true,\n preventDuplicates: false,\n progressBar: false,\n progressClass: 'toast-progress',\n rtl: false\n };\n }\n\n function publish(args) {\n if (!listener) { return; }\n listener(args);\n }\n\n function notify(map) {\n var options = getOptions();\n var iconClass = map.iconClass || options.iconClass;\n\n if (typeof (map.optionsOverride) !== 'undefined') {\n options = $.extend(options, map.optionsOverride);\n iconClass = map.optionsOverride.iconClass || iconClass;\n }\n\n if (shouldExit(options, map)) { return; }\n\n toastId++;\n\n $container = getContainer(options, true);\n\n var intervalId = null;\n var $toastElement = $('
');\n var $titleElement = $('
');\n var $messageElement = $('
');\n var $progressElement = $('
');\n var $closeElement = $(options.closeHtml);\n var progressBar = {\n intervalId: null,\n hideEta: null,\n maxHideTime: null\n };\n var response = {\n toastId: toastId,\n state: 'visible',\n startTime: new Date(),\n options: options,\n map: map\n };\n\n personalizeToast();\n\n displayToast();\n\n handleEvents();\n\n publish(response);\n\n if (options.debug && console) {\n console.log(response);\n }\n\n return $toastElement;\n\n function escapeHtml(source) {\n if (source == null) {\n source = '';\n }\n\n return source\n .replace(/&/g, '&')\n .replace(/\"/g, '"')\n .replace(/'/g, ''')\n .replace(//g, '>');\n }\n\n function personalizeToast() {\n setIcon();\n setTitle();\n setMessage();\n setCloseButton();\n setProgressBar();\n setRTL();\n setSequence();\n setAria();\n }\n\n function setAria() {\n var ariaValue = '';\n switch (map.iconClass) {\n case 'toast-success':\n case 'toast-info':\n ariaValue = 'polite';\n break;\n default:\n ariaValue = 'assertive';\n }\n $toastElement.attr('aria-live', ariaValue);\n }\n\n function handleEvents() {\n if (options.closeOnHover) {\n $toastElement.hover(stickAround, delayedHideToast);\n }\n\n if (!options.onclick && options.tapToDismiss) {\n $toastElement.click(hideToast);\n }\n\n if (options.closeButton && $closeElement) {\n $closeElement.click(function (event) {\n if (event.stopPropagation) {\n event.stopPropagation();\n } else if (event.cancelBubble !== undefined && event.cancelBubble !== true) {\n event.cancelBubble = true;\n }\n\n if (options.onCloseClick) {\n options.onCloseClick(event);\n }\n\n hideToast(true);\n });\n }\n\n if (options.onclick) {\n $toastElement.click(function (event) {\n options.onclick(event);\n hideToast();\n });\n }\n }\n\n function displayToast() {\n $toastElement.hide();\n\n $toastElement[options.showMethod](\n {duration: options.showDuration, easing: options.showEasing, complete: options.onShown}\n );\n\n if (options.timeOut > 0) {\n intervalId = setTimeout(hideToast, options.timeOut);\n progressBar.maxHideTime = parseFloat(options.timeOut);\n progressBar.hideEta = new Date().getTime() + progressBar.maxHideTime;\n if (options.progressBar) {\n progressBar.intervalId = setInterval(updateProgress, 10);\n }\n }\n }\n\n function setIcon() {\n if (map.iconClass) {\n $toastElement.addClass(options.toastClass).addClass(iconClass);\n }\n }\n\n function setSequence() {\n if (options.newestOnTop) {\n $container.prepend($toastElement);\n } else {\n $container.append($toastElement);\n }\n }\n\n function setTitle() {\n if (map.title) {\n var suffix = map.title;\n if (options.escapeHtml) {\n suffix = escapeHtml(map.title);\n }\n $titleElement.append(suffix).addClass(options.titleClass);\n $toastElement.append($titleElement);\n }\n }\n\n function setMessage() {\n if (map.message) {\n var suffix = map.message;\n if (options.escapeHtml) {\n suffix = escapeHtml(map.message);\n }\n $messageElement.append(suffix).addClass(options.messageClass);\n $toastElement.append($messageElement);\n }\n }\n\n function setCloseButton() {\n if (options.closeButton) {\n $closeElement.addClass(options.closeClass).attr('role', 'button');\n $toastElement.prepend($closeElement);\n }\n }\n\n function setProgressBar() {\n if (options.progressBar) {\n $progressElement.addClass(options.progressClass);\n $toastElement.prepend($progressElement);\n }\n }\n\n function setRTL() {\n if (options.rtl) {\n $toastElement.addClass('rtl');\n }\n }\n\n function shouldExit(options, map) {\n if (options.preventDuplicates) {\n if (map.message === previousToast) {\n return true;\n } else {\n previousToast = map.message;\n }\n }\n return false;\n }\n\n function hideToast(override) {\n var method = override && options.closeMethod !== false ? options.closeMethod : options.hideMethod;\n var duration = override && options.closeDuration !== false ?\n options.closeDuration : options.hideDuration;\n var easing = override && options.closeEasing !== false ? options.closeEasing : options.hideEasing;\n if ($(':focus', $toastElement).length && !override) {\n return;\n }\n clearTimeout(progressBar.intervalId);\n return $toastElement[method]({\n duration: duration,\n easing: easing,\n complete: function () {\n removeToast($toastElement);\n clearTimeout(intervalId);\n if (options.onHidden && response.state !== 'hidden') {\n options.onHidden();\n }\n response.state = 'hidden';\n response.endTime = new Date();\n publish(response);\n }\n });\n }\n\n function delayedHideToast() {\n if (options.timeOut > 0 || options.extendedTimeOut > 0) {\n intervalId = setTimeout(hideToast, options.extendedTimeOut);\n progressBar.maxHideTime = parseFloat(options.extendedTimeOut);\n progressBar.hideEta = new Date().getTime() + progressBar.maxHideTime;\n }\n }\n\n function stickAround() {\n clearTimeout(intervalId);\n progressBar.hideEta = 0;\n $toastElement.stop(true, true)[options.showMethod](\n {duration: options.showDuration, easing: options.showEasing}\n );\n }\n\n function updateProgress() {\n var percentage = ((progressBar.hideEta - (new Date().getTime())) / progressBar.maxHideTime) * 100;\n $progressElement.width(percentage + '%');\n }\n }\n\n function getOptions() {\n return $.extend({}, getDefaults(), toastr.options);\n }\n\n function removeToast($toastElement) {\n if (!$container) { $container = getContainer(); }\n if ($toastElement.is(':visible')) {\n return;\n }\n $toastElement.remove();\n $toastElement = null;\n if ($container.children().length === 0) {\n $container.remove();\n previousToast = undefined;\n }\n }\n\n })();\n });\n}(typeof define === 'function' && define.amd ? define : function (deps, factory) {\n if (typeof module !== 'undefined' && module.exports) { //Node\n module.exports = factory(require('jquery'));\n } else {\n window.toastr = factory(window.jQuery);\n }\n}));\n"]} \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/build/toastr.min.css b/BackEnd/assets/vendor/toastr/build/toastr.min.css deleted file mode 100644 index 064afd0..0000000 --- a/BackEnd/assets/vendor/toastr/build/toastr.min.css +++ /dev/null @@ -1 +0,0 @@ -.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}} \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/build/toastr.min.js b/BackEnd/assets/vendor/toastr/build/toastr.min.js deleted file mode 100644 index 06e4814..0000000 --- a/BackEnd/assets/vendor/toastr/build/toastr.min.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e){e(["jquery"],function(e){return function(){function t(e,t,n){return g({type:O.error,iconClass:m().iconClasses.error,message:e,optionsOverride:n,title:t})}function n(t,n){return t||(t=m()),v=e("#"+t.containerId),v.length?v:(n&&(v=d(t)),v)}function o(e,t,n){return g({type:O.info,iconClass:m().iconClasses.info,message:e,optionsOverride:n,title:t})}function s(e){C=e}function i(e,t,n){return g({type:O.success,iconClass:m().iconClasses.success,message:e,optionsOverride:n,title:t})}function a(e,t,n){return g({type:O.warning,iconClass:m().iconClasses.warning,message:e,optionsOverride:n,title:t})}function r(e,t){var o=m();v||n(o),u(e,o,t)||l(o)}function c(t){var o=m();return v||n(o),t&&0===e(":focus",t).length?void h(t):void(v.children().length&&v.remove())}function l(t){for(var n=v.children(),o=n.length-1;o>=0;o--)u(e(n[o]),t)}function u(t,n,o){var s=!(!o||!o.force)&&o.force;return!(!t||!s&&0!==e(":focus",t).length)&&(t[n.hideMethod]({duration:n.hideDuration,easing:n.hideEasing,complete:function(){h(t)}}),!0)}function d(t){return v=e("
").attr("id",t.containerId).addClass(t.positionClass),v.appendTo(e(t.target)),v}function p(){return{tapToDismiss:!0,toastClass:"toast",containerId:"toast-container",debug:!1,showMethod:"fadeIn",showDuration:300,showEasing:"swing",onShown:void 0,hideMethod:"fadeOut",hideDuration:1e3,hideEasing:"swing",onHidden:void 0,closeMethod:!1,closeDuration:!1,closeEasing:!1,closeOnHover:!0,extendedTimeOut:1e3,iconClasses:{error:"toast-error",info:"toast-info",success:"toast-success",warning:"toast-warning"},iconClass:"toast-info",positionClass:"toast-top-right",timeOut:5e3,titleClass:"toast-title",messageClass:"toast-message",escapeHtml:!1,target:"body",closeHtml:'',closeClass:"toast-close-button",newestOnTop:!0,preventDuplicates:!1,progressBar:!1,progressClass:"toast-progress",rtl:!1}}function f(e){C&&C(e)}function g(t){function o(e){return null==e&&(e=""),e.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function s(){c(),u(),d(),p(),g(),C(),l(),i()}function i(){var e="";switch(t.iconClass){case"toast-success":case"toast-info":e="polite";break;default:e="assertive"}I.attr("aria-live",e)}function a(){E.closeOnHover&&I.hover(H,D),!E.onclick&&E.tapToDismiss&&I.click(b),E.closeButton&&j&&j.click(function(e){e.stopPropagation?e.stopPropagation():void 0!==e.cancelBubble&&e.cancelBubble!==!0&&(e.cancelBubble=!0),E.onCloseClick&&E.onCloseClick(e),b(!0)}),E.onclick&&I.click(function(e){E.onclick(e),b()})}function r(){I.hide(),I[E.showMethod]({duration:E.showDuration,easing:E.showEasing,complete:E.onShown}),E.timeOut>0&&(k=setTimeout(b,E.timeOut),F.maxHideTime=parseFloat(E.timeOut),F.hideEta=(new Date).getTime()+F.maxHideTime,E.progressBar&&(F.intervalId=setInterval(x,10)))}function c(){t.iconClass&&I.addClass(E.toastClass).addClass(y)}function l(){E.newestOnTop?v.prepend(I):v.append(I)}function u(){if(t.title){var e=t.title;E.escapeHtml&&(e=o(t.title)),M.append(e).addClass(E.titleClass),I.append(M)}}function d(){if(t.message){var e=t.message;E.escapeHtml&&(e=o(t.message)),B.append(e).addClass(E.messageClass),I.append(B)}}function p(){E.closeButton&&(j.addClass(E.closeClass).attr("role","button"),I.prepend(j))}function g(){E.progressBar&&(q.addClass(E.progressClass),I.prepend(q))}function C(){E.rtl&&I.addClass("rtl")}function O(e,t){if(e.preventDuplicates){if(t.message===w)return!0;w=t.message}return!1}function b(t){var n=t&&E.closeMethod!==!1?E.closeMethod:E.hideMethod,o=t&&E.closeDuration!==!1?E.closeDuration:E.hideDuration,s=t&&E.closeEasing!==!1?E.closeEasing:E.hideEasing;if(!e(":focus",I).length||t)return clearTimeout(F.intervalId),I[n]({duration:o,easing:s,complete:function(){h(I),clearTimeout(k),E.onHidden&&"hidden"!==P.state&&E.onHidden(),P.state="hidden",P.endTime=new Date,f(P)}})}function D(){(E.timeOut>0||E.extendedTimeOut>0)&&(k=setTimeout(b,E.extendedTimeOut),F.maxHideTime=parseFloat(E.extendedTimeOut),F.hideEta=(new Date).getTime()+F.maxHideTime)}function H(){clearTimeout(k),F.hideEta=0,I.stop(!0,!0)[E.showMethod]({duration:E.showDuration,easing:E.showEasing})}function x(){var e=(F.hideEta-(new Date).getTime())/F.maxHideTime*100;q.width(e+"%")}var E=m(),y=t.iconClass||E.iconClass;if("undefined"!=typeof t.optionsOverride&&(E=e.extend(E,t.optionsOverride),y=t.optionsOverride.iconClass||y),!O(E,t)){T++,v=n(E,!0);var k=null,I=e("
"),M=e("
"),B=e("
"),q=e("
"),j=e(E.closeHtml),F={intervalId:null,hideEta:null,maxHideTime:null},P={toastId:T,state:"visible",startTime:new Date,options:E,map:t};return s(),r(),a(),f(P),E.debug&&console&&console.log(P),I}}function m(){return e.extend({},p(),b.options)}function h(e){v||(v=n()),e.is(":visible")||(e.remove(),e=null,0===v.children().length&&(v.remove(),w=void 0))}var v,C,w,T=0,O={error:"error",info:"info",success:"success",warning:"warning"},b={clear:r,remove:c,error:t,getContainer:n,info:o,options:{},subscribe:s,success:i,version:"2.1.4",warning:a};return b}()})}("function"==typeof define&&define.amd?define:function(e,t){"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):window.toastr=t(window.jQuery)}); -//# sourceMappingURL=toastr.js.map diff --git a/BackEnd/assets/vendor/toastr/demo.html b/BackEnd/assets/vendor/toastr/demo.html deleted file mode 100644 index 7e124d6..0000000 --- a/BackEnd/assets/vendor/toastr/demo.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - toastr examples - - - - - - - -
-

toastr

- -
-
-
-
-
- - - - -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- -
-
-
- - - - - -
-
-
-
- - - - - - - - - -
-
-
- -
-
-
- - - - - - - - - - - -
-
-
- -
-
-
- - - - - - - - - - - -
-
-
-
- -
- - - -
- -
-

-        
-
-
- - - - - - - - - diff --git a/BackEnd/assets/vendor/toastr/karma.conf.js b/BackEnd/assets/vendor/toastr/karma.conf.js deleted file mode 100644 index a1e60ab..0000000 --- a/BackEnd/assets/vendor/toastr/karma.conf.js +++ /dev/null @@ -1,73 +0,0 @@ -// Karma configuration -// Generated on Thu Sep 04 2014 07:41:43 GMT-0400 (EDT) - -module.exports = function (config) { - config.set({ - - // base path that will be used to resolve all patterns (eg. files, exclude) - basePath: '', - - - // frameworks to use - // available frameworks: https://npmjs.org/browse/keyword/karma-adapter - frameworks: ['qunit'], - - // list of files / patterns to load in the browser - files: [ - 'node_modules/jquery/dist/jquery.min.js', - 'build/toastr.css', - 'toastr.js', - 'node_modules/qunitjs/qunit/qunit.js', - 'tests/unit/qunit-helper.js', - 'tests/unit/toastr-tests.js' - ], - - - // list of files to exclude - exclude: [], - - - // preprocess matching files before serving them to the browser - // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor - preprocessors: { - 'toastr.js': 'coverage' - }, - - - // test results reporter to use - // possible values: 'dots', 'progress' - // available reporters: https://npmjs.org/browse/keyword/karma-reporter - reporters: ['progress', 'coverage'], - - coverageReporter: { - type: 'lcov', - dir: 'tests/coverage' - }, - - // web server port - port: 9876, - - - // enable / disable colors in the output (reporters and logs) - colors: true, - - - // level of logging - // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG - logLevel: config.LOG_INFO, - - - // enable / disable watching file and executing tests whenever any file changes - autoWatch: false, - - - // start these browsers - // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher - browsers: ['PhantomJS'], - - - // Continuous Integration mode - // if true, Karma captures browsers, runs the tests and exits - singleRun: true - }); -}; diff --git a/BackEnd/assets/vendor/toastr/nuget/._content b/BackEnd/assets/vendor/toastr/nuget/._content deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._content and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.0.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.0.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.2.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.3.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.3.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.0.3.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.0.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.0.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.2.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.2.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.4.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.5.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.5.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.1.5.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.0.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.0.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.2.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.2.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.0.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.0.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.1.3.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.0-rc1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.0-rc1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.0-rc1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.1.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.2.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.3.nuspec b/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.3.nuspec deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/._toastr.2.0.3.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/._content b/BackEnd/assets/vendor/toastr/nuget/content/._content deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/content/._content and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/._scripts b/BackEnd/assets/vendor/toastr/nuget/content/._scripts deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/content/._scripts and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/content/._toastr.min.css b/BackEnd/assets/vendor/toastr/nuget/content/content/._toastr.min.css deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/content/content/._toastr.min.css and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/content/toastr.min.css b/BackEnd/assets/vendor/toastr/nuget/content/content/toastr.min.css deleted file mode 100644 index 40975cb..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/content/content/toastr.min.css +++ /dev/null @@ -1 +0,0 @@ -.toast-title{font-weight:bold}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-0.3em;top:-0.3em;float:right;font-size:20px;font-weight:bold;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(opacity=80);filter:alpha(opacity=80)}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px 3px 3px 3px;-webkit-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-0.2em;top:-0.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}} \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js b/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js.map b/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js.map deleted file mode 100644 index 954b37d..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/content/scripts/._toastr.min.js.map and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js b/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js deleted file mode 100644 index 3450888..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(a){a(["jquery"],function(a){return function(){function b(a,b,c){return o({type:u.error,iconClass:p().iconClasses.error,message:a,optionsOverride:c,title:b})}function c(b,c){return b||(b=p()),r=a("#"+b.containerId),r.length?r:(c&&(r=l(b)),r)}function d(a,b,c){return o({type:u.info,iconClass:p().iconClasses.info,message:a,optionsOverride:c,title:b})}function e(a){s=a}function f(a,b,c){return o({type:u.success,iconClass:p().iconClasses.success,message:a,optionsOverride:c,title:b})}function g(a,b,c){return o({type:u.warning,iconClass:p().iconClasses.warning,message:a,optionsOverride:c,title:b})}function h(a){var b=p();r||c(b),k(a,b)||j(b)}function i(b){var d=p();return r||c(d),b&&0===a(":focus",b).length?void q(b):void(r.children().length&&r.remove())}function j(b){for(var c=r.children(),d=c.length-1;d>=0;d--)k(a(c[d]),b)}function k(b,c){return b&&0===a(":focus",b).length?(b[c.hideMethod]({duration:c.hideDuration,easing:c.hideEasing,complete:function(){q(b)}}),!0):!1}function l(b){return r=a("
").attr("id",b.containerId).addClass(b.positionClass).attr("aria-live","polite").attr("role","alert"),r.appendTo(a(b.target)),r}function m(){return{tapToDismiss:!0,toastClass:"toast",containerId:"toast-container",debug:!1,showMethod:"fadeIn",showDuration:300,showEasing:"swing",onShown:void 0,hideMethod:"fadeOut",hideDuration:1e3,hideEasing:"swing",onHidden:void 0,extendedTimeOut:1e3,iconClasses:{error:"toast-error",info:"toast-info",success:"toast-success",warning:"toast-warning"},iconClass:"toast-info",positionClass:"toast-top-right",timeOut:5e3,titleClass:"toast-title",messageClass:"toast-message",target:"body",closeHtml:"",newestOnTop:!0}}function n(a){s&&s(a)}function o(b){function d(b){return!a(":focus",j).length||b?j[g.hideMethod]({duration:g.hideDuration,easing:g.hideEasing,complete:function(){q(j),g.onHidden&&"hidden"!==o.state&&g.onHidden(),o.state="hidden",o.endTime=new Date,n(o)}}):void 0}function e(){(g.timeOut>0||g.extendedTimeOut>0)&&(i=setTimeout(d,g.extendedTimeOut))}function f(){clearTimeout(i),j.stop(!0,!0)[g.showMethod]({duration:g.showDuration,easing:g.showEasing})}var g=p(),h=b.iconClass||g.iconClass;"undefined"!=typeof b.optionsOverride&&(g=a.extend(g,b.optionsOverride),h=b.optionsOverride.iconClass||h),t++,r=c(g,!0);var i=null,j=a("
"),k=a("
"),l=a("
"),m=a(g.closeHtml),o={toastId:t,state:"visible",startTime:new Date,options:g,map:b};return b.iconClass&&j.addClass(g.toastClass).addClass(h),b.title&&(k.append(b.title).addClass(g.titleClass),j.append(k)),b.message&&(l.append(b.message).addClass(g.messageClass),j.append(l)),g.closeButton&&(m.addClass("toast-close-button").attr("role","button"),j.prepend(m)),j.hide(),g.newestOnTop?r.prepend(j):r.append(j),j[g.showMethod]({duration:g.showDuration,easing:g.showEasing,complete:g.onShown}),g.timeOut>0&&(i=setTimeout(d,g.timeOut)),j.hover(f,e),!g.onclick&&g.tapToDismiss&&j.click(d),g.closeButton&&m&&m.click(function(a){a.stopPropagation?a.stopPropagation():void 0!==a.cancelBubble&&a.cancelBubble!==!0&&(a.cancelBubble=!0),d(!0)}),g.onclick&&j.click(function(){g.onclick(),d()}),n(o),g.debug&&console&&console.log(o),j}function p(){return a.extend({},m(),v.options)}function q(a){r||(r=c()),a.is(":visible")||(a.remove(),a=null,0===r.children().length&&r.remove())}var r,s,t=0,u={error:"error",info:"info",success:"success",warning:"warning"},v={clear:h,remove:i,error:b,getContainer:c,info:d,options:{},subscribe:e,success:f,version:"2.0.3",warning:g};return v}()})}("function"==typeof define&&define.amd?define:function(a,b){"undefined"!=typeof module&&module.exports?module.exports=b(require("jquery")):window.toastr=b(window.jQuery)}); \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js.map b/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js.map deleted file mode 100644 index 2f6c09a..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/content/scripts/toastr.min.js.map +++ /dev/null @@ -1,8 +0,0 @@ -{ -"version":3, -"file":"toastr.min.js", -"lineCount":1, -"mappings":"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", -"sources":["toastr.js"], -"names":["define","$","error","message","title","optionsOverride","notify","toastType","getOptions","iconClasses","info","subscribe","callback","listener","success","warning","clear","$toastElement","options","$container","getContainer","length","hideMethod","hideDuration","hideEasing","complete","removeToast","children","remove","getDefaults","undefined","publish","args","map","hideToast","override","onHidden","response","state","endTime","Date","delayedhideToast","timeOut","extendedTimeOut","intervalId","setTimeout","stickAround","clearTimeout","stop","showMethod","showDuration","showEasing","iconClass","extend","toastId","$titleElement","$messageElement","$closeElement","closeHtml","addClass","toastClass","append","titleClass","messageClass","closeButton","prepend","hide","newestOnTop","onShown","hover","onclick","tapToDismiss","click","event","stopPropagation","debug","console","log","containerId","attr","positionClass","appendTo","target","toastr","is","amd","deps","factory","module","exports","require","window","jQuery"] -} diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.0.nuspec deleted file mode 100644 index 92ce5ef..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.0.nuspec +++ /dev/null @@ -1,35 +0,0 @@ - - - - 1.0.0 - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - - - - toastr - toastr - false - 3 Easy Steps: - -1) Link to toastr.css and toastr-responsive.css -2) Link to toastr.js -3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.1.nuspec deleted file mode 100644 index d73cd00..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.1.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.2.nuspec deleted file mode 100644 index 79dd9a2..0000000 Binary files a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.2.nuspec and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.3.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.3.nuspec deleted file mode 100644 index f36e950..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.0.3.nuspec +++ /dev/null @@ -1,38 +0,0 @@ - - - - toastr - 1.0.2 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - false - 3 Easy Steps: - -1) Link to toastr.css and toastr-responsive.css -2) Link to toastr.js -3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Minor updates for long unbroken string going outside toast and new feature to keep the toast around after hover-off for an extended timeout. - -Set extendedTimeOut and timeOut to 0 to avoid toastr from fading away. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.0.nuspec deleted file mode 100644 index 4f05cc6..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.0.nuspec +++ /dev/null @@ -1,35 +0,0 @@ - - - - toastr - 1.1.0 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.1.nuspec deleted file mode 100644 index d5c19bb..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.1.nuspec +++ /dev/null @@ -1,35 +0,0 @@ - - - - toastr - 1.1.1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.2.nuspec deleted file mode 100644 index 8c56efe..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.2.nuspec +++ /dev/null @@ -1,35 +0,0 @@ - - - - toastr - 1.1.2 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.1.nuspec deleted file mode 100644 index ee51585..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.1.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.1.4.1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - -Fix to the toastr.min.js file - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.2.nuspec deleted file mode 100644 index a754c18..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.2.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.1.4.2 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - -Fix to the toastr.min.js file - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.nuspec deleted file mode 100644 index 33841d9..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.4.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.1.4 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3 - -Fix to the toastr.min.js file - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.5.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.5.nuspec deleted file mode 100644 index 3df71d7..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.1.5.nuspec +++ /dev/null @@ -1,38 +0,0 @@ - - - - toastr - 1.1.5 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Now using SemVer for JavaScript files. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.0.nuspec deleted file mode 100644 index 59a24ce..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.0.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.2.0 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added getContainer(). -Fixed clear() bug. -Removed semver from file name. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.1.nuspec deleted file mode 100644 index c9cd536..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.1.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.2.1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added getContainer(). -Fixed clear() bug. -Removed semver from file name. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.2.nuspec deleted file mode 100644 index c010d91..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.2.2.nuspec +++ /dev/null @@ -1,40 +0,0 @@ - - - - toastr - 1.2.2 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added getContainer(). -Fixed clear() bug. -Removed semver from file name. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.0.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.0.nuspec deleted file mode 100644 index 8b9f37d..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.0.nuspec +++ /dev/null @@ -1,48 +0,0 @@ - - - - toastr - 1.3.0 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Added onFadeIn and onFadeOut callbacks. - toastr.options.onFadeIn = function() { console.log('hello'); } -Added option <code>newestOnTop</code> to show toasts in oldest or newest first order. - toastr.options.newestOnTop = false; -Fixed margins on full width toasts -Added LESS file. -Added min file for JS and CSS -Added missing vendor prefixes in CSS. -Various minor bug fixes. -Added unit tests for new features. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.1.nuspec deleted file mode 100644 index e405e69..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.1.3.1.nuspec +++ /dev/null @@ -1,63 +0,0 @@ - - - - toastr - 1.3.1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - https://github.com/CodeSeven/toastr - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - toastr is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - v.1.3.1 -Added new API for toastr.subscribe so you can be alerted when toasts appear and disappear. - -toastr.subscribe(function (args) { - // args contains the toast options and data -} - -Added support for glimpse.toastr.js plugin. https://github.com/johnpapa/glimpse.toastr - -Added toastId, state (visible/hidden), startTime and endTime to the toastr info response (available in the coneol, glimpse.toastr plugin, or via the subscribe callback). - -Fixed bug with stacking toasts when clear all toasts occurs first. - -v1.2.2 - -Added onFadeIn and onFadeOut callbacks. - toastr.options.onFadeIn = function() { console.log('hello'); } -Added option <code>newestOnTop</code> to show toasts in oldest or newest first order. - toastr.options.newestOnTop = false; -Fixed margins on full width toasts -Added LESS file. -Added min file for JS and CSS -Added missing vendor prefixes in CSS. -Various minor bug fixes. -Added unit tests for new features. - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.0-rc1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.0-rc1.nuspec deleted file mode 100644 index 4184621..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.0-rc1.nuspec +++ /dev/null @@ -1,49 +0,0 @@ - - - - toastr - 2.0.0-rc1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - http://toastrjs.com/ - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - The following animations options have been deprecated and should be replaced: - -Replace options.fadeIn with options.showDuration -Replace options.onFadeIn with options.onShown -Replace options.fadeOut with options.hideDuration -Replace options.onFadeOut with options.onHidden - -Optional 'close' button, bug fixes, and improved responsive design. - -For other changes, see http://toastrjs.com - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.1.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.1.nuspec deleted file mode 100644 index e34349f..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.1.nuspec +++ /dev/null @@ -1,49 +0,0 @@ - - - - toastr - 2.0.1 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - http://toastrjs.com/ - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - The following animations options have been deprecated and should be replaced: - -Replace options.fadeIn with options.showDuration -Replace options.onFadeIn with options.onShown -Replace options.fadeOut with options.hideDuration -Replace options.onFadeOut with options.onHidden - -Optional 'close' button, bug fixes, and improved responsive design. - -For other changes, see http://toastrjs.com - Copyright © 2012 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.2.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.2.nuspec deleted file mode 100644 index 8939f75..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.2.nuspec +++ /dev/null @@ -1,41 +0,0 @@ - - - - toastr - 2.0.2 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - http://toastrjs.com/ - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Change log: https://github.com/CodeSeven/toastr/blob/master/CHANGELOG.md - Copyright © 2012-2014 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.3.nuspec b/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.3.nuspec deleted file mode 100644 index eaa6b31..0000000 --- a/BackEnd/assets/vendor/toastr/nuget/toastr.2.0.3.nuspec +++ /dev/null @@ -1,41 +0,0 @@ - - - - toastr - 2.0.3 - toastr - John Papa,Hans Fjällemark - John Papa,Hans Fjällemark - http://www.opensource.org/licenses/mit-license.php - http://toastrjs.com/ - http://johnpapa.net/wp-content/images/toastr-icon.png - false - 3 Easy Steps: - -(1) Link to toastr.css -(2) Link to toastr.js -(3) Use toastr to display a toast for info, success, warning or error - -// Display an info toast with no title -toastr.info('Are you the 6 fingered man?') - -*** For other API calls, see the demo - Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended. - Change log: https://github.com/CodeSeven/toastr/blob/master/CHANGELOG.md - Copyright © 2012-2014 Hans Fjällemark & John Papa. - en-US - toastr, toast, notification, dialog, jquery - - - - - - - - - - - - - - \ No newline at end of file diff --git a/BackEnd/assets/vendor/toastr/toastr-icon.png b/BackEnd/assets/vendor/toastr/toastr-icon.png deleted file mode 100644 index 040102a..0000000 Binary files a/BackEnd/assets/vendor/toastr/toastr-icon.png and /dev/null differ diff --git a/BackEnd/assets/vendor/toastr/toastr.js b/BackEnd/assets/vendor/toastr/toastr.js deleted file mode 100644 index 1f80439..0000000 --- a/BackEnd/assets/vendor/toastr/toastr.js +++ /dev/null @@ -1,476 +0,0 @@ -/* - * Toastr - * Copyright 2012-2015 - * Authors: John Papa, Hans Fjällemark, and Tim Ferrell. - * All Rights Reserved. - * Use, reproduction, distribution, and modification of this code is subject to the terms and - * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php - * - * ARIA Support: Greta Krafsig - * - * Project: https://github.com/CodeSeven/toastr - */ -/* global define */ -(function (define) { - define(['jquery'], function ($) { - return (function () { - var $container; - var listener; - var toastId = 0; - var toastType = { - error: 'error', - info: 'info', - success: 'success', - warning: 'warning' - }; - - var toastr = { - clear: clear, - remove: remove, - error: error, - getContainer: getContainer, - info: info, - options: {}, - subscribe: subscribe, - success: success, - version: '2.1.4', - warning: warning - }; - - var previousToast; - - return toastr; - - //////////////// - - function error(message, title, optionsOverride) { - return notify({ - type: toastType.error, - iconClass: getOptions().iconClasses.error, - message: message, - optionsOverride: optionsOverride, - title: title - }); - } - - function getContainer(options, create) { - if (!options) { options = getOptions(); } - $container = $('#' + options.containerId); - if ($container.length) { - return $container; - } - if (create) { - $container = createContainer(options); - } - return $container; - } - - function info(message, title, optionsOverride) { - return notify({ - type: toastType.info, - iconClass: getOptions().iconClasses.info, - message: message, - optionsOverride: optionsOverride, - title: title - }); - } - - function subscribe(callback) { - listener = callback; - } - - function success(message, title, optionsOverride) { - return notify({ - type: toastType.success, - iconClass: getOptions().iconClasses.success, - message: message, - optionsOverride: optionsOverride, - title: title - }); - } - - function warning(message, title, optionsOverride) { - return notify({ - type: toastType.warning, - iconClass: getOptions().iconClasses.warning, - message: message, - optionsOverride: optionsOverride, - title: title - }); - } - - function clear($toastElement, clearOptions) { - var options = getOptions(); - if (!$container) { getContainer(options); } - if (!clearToast($toastElement, options, clearOptions)) { - clearContainer(options); - } - } - - function remove($toastElement) { - var options = getOptions(); - if (!$container) { getContainer(options); } - if ($toastElement && $(':focus', $toastElement).length === 0) { - removeToast($toastElement); - return; - } - if ($container.children().length) { - $container.remove(); - } - } - - // internal functions - - function clearContainer (options) { - var toastsToClear = $container.children(); - for (var i = toastsToClear.length - 1; i >= 0; i--) { - clearToast($(toastsToClear[i]), options); - } - } - - function clearToast ($toastElement, options, clearOptions) { - var force = clearOptions && clearOptions.force ? clearOptions.force : false; - if ($toastElement && (force || $(':focus', $toastElement).length === 0)) { - $toastElement[options.hideMethod]({ - duration: options.hideDuration, - easing: options.hideEasing, - complete: function () { removeToast($toastElement); } - }); - return true; - } - return false; - } - - function createContainer(options) { - $container = $('
') - .attr('id', options.containerId) - .addClass(options.positionClass); - - $container.appendTo($(options.target)); - return $container; - } - - function getDefaults() { - return { - tapToDismiss: true, - toastClass: 'toast', - containerId: 'toast-container', - debug: false, - - showMethod: 'fadeIn', //fadeIn, slideDown, and show are built into jQuery - showDuration: 300, - showEasing: 'swing', //swing and linear are built into jQuery - onShown: undefined, - hideMethod: 'fadeOut', - hideDuration: 1000, - hideEasing: 'swing', - onHidden: undefined, - closeMethod: false, - closeDuration: false, - closeEasing: false, - closeOnHover: true, - - extendedTimeOut: 1000, - iconClasses: { - error: 'toast-error', - info: 'toast-info', - success: 'toast-success', - warning: 'toast-warning' - }, - iconClass: 'toast-info', - positionClass: 'toast-top-right', - timeOut: 5000, // Set timeOut and extendedTimeOut to 0 to make it sticky - titleClass: 'toast-title', - messageClass: 'toast-message', - escapeHtml: false, - target: 'body', - closeHtml: '', - closeClass: 'toast-close-button', - newestOnTop: true, - preventDuplicates: false, - progressBar: false, - progressClass: 'toast-progress', - rtl: false - }; - } - - function publish(args) { - if (!listener) { return; } - listener(args); - } - - function notify(map) { - var options = getOptions(); - var iconClass = map.iconClass || options.iconClass; - - if (typeof (map.optionsOverride) !== 'undefined') { - options = $.extend(options, map.optionsOverride); - iconClass = map.optionsOverride.iconClass || iconClass; - } - - if (shouldExit(options, map)) { return; } - - toastId++; - - $container = getContainer(options, true); - - var intervalId = null; - var $toastElement = $('
'); - var $titleElement = $('
'); - var $messageElement = $('
'); - var $progressElement = $('
'); - var $closeElement = $(options.closeHtml); - var progressBar = { - intervalId: null, - hideEta: null, - maxHideTime: null - }; - var response = { - toastId: toastId, - state: 'visible', - startTime: new Date(), - options: options, - map: map - }; - - personalizeToast(); - - displayToast(); - - handleEvents(); - - publish(response); - - if (options.debug && console) { - console.log(response); - } - - return $toastElement; - - function escapeHtml(source) { - if (source == null) { - source = ''; - } - - return source - .replace(/&/g, '&') - .replace(/"/g, '"') - .replace(/'/g, ''') - .replace(//g, '>'); - } - - function personalizeToast() { - setIcon(); - setTitle(); - setMessage(); - setCloseButton(); - setProgressBar(); - setRTL(); - setSequence(); - setAria(); - } - - function setAria() { - var ariaValue = ''; - switch (map.iconClass) { - case 'toast-success': - case 'toast-info': - ariaValue = 'polite'; - break; - default: - ariaValue = 'assertive'; - } - $toastElement.attr('aria-live', ariaValue); - } - - function handleEvents() { - if (options.closeOnHover) { - $toastElement.hover(stickAround, delayedHideToast); - } - - if (!options.onclick && options.tapToDismiss) { - $toastElement.click(hideToast); - } - - if (options.closeButton && $closeElement) { - $closeElement.click(function (event) { - if (event.stopPropagation) { - event.stopPropagation(); - } else if (event.cancelBubble !== undefined && event.cancelBubble !== true) { - event.cancelBubble = true; - } - - if (options.onCloseClick) { - options.onCloseClick(event); - } - - hideToast(true); - }); - } - - if (options.onclick) { - $toastElement.click(function (event) { - options.onclick(event); - hideToast(); - }); - } - } - - function displayToast() { - $toastElement.hide(); - - $toastElement[options.showMethod]( - {duration: options.showDuration, easing: options.showEasing, complete: options.onShown} - ); - - if (options.timeOut > 0) { - intervalId = setTimeout(hideToast, options.timeOut); - progressBar.maxHideTime = parseFloat(options.timeOut); - progressBar.hideEta = new Date().getTime() + progressBar.maxHideTime; - if (options.progressBar) { - progressBar.intervalId = setInterval(updateProgress, 10); - } - } - } - - function setIcon() { - if (map.iconClass) { - $toastElement.addClass(options.toastClass).addClass(iconClass); - } - } - - function setSequence() { - if (options.newestOnTop) { - $container.prepend($toastElement); - } else { - $container.append($toastElement); - } - } - - function setTitle() { - if (map.title) { - var suffix = map.title; - if (options.escapeHtml) { - suffix = escapeHtml(map.title); - } - $titleElement.append(suffix).addClass(options.titleClass); - $toastElement.append($titleElement); - } - } - - function setMessage() { - if (map.message) { - var suffix = map.message; - if (options.escapeHtml) { - suffix = escapeHtml(map.message); - } - $messageElement.append(suffix).addClass(options.messageClass); - $toastElement.append($messageElement); - } - } - - function setCloseButton() { - if (options.closeButton) { - $closeElement.addClass(options.closeClass).attr('role', 'button'); - $toastElement.prepend($closeElement); - } - } - - function setProgressBar() { - if (options.progressBar) { - $progressElement.addClass(options.progressClass); - $toastElement.prepend($progressElement); - } - } - - function setRTL() { - if (options.rtl) { - $toastElement.addClass('rtl'); - } - } - - function shouldExit(options, map) { - if (options.preventDuplicates) { - if (map.message === previousToast) { - return true; - } else { - previousToast = map.message; - } - } - return false; - } - - function hideToast(override) { - var method = override && options.closeMethod !== false ? options.closeMethod : options.hideMethod; - var duration = override && options.closeDuration !== false ? - options.closeDuration : options.hideDuration; - var easing = override && options.closeEasing !== false ? options.closeEasing : options.hideEasing; - if ($(':focus', $toastElement).length && !override) { - return; - } - clearTimeout(progressBar.intervalId); - return $toastElement[method]({ - duration: duration, - easing: easing, - complete: function () { - removeToast($toastElement); - clearTimeout(intervalId); - if (options.onHidden && response.state !== 'hidden') { - options.onHidden(); - } - response.state = 'hidden'; - response.endTime = new Date(); - publish(response); - } - }); - } - - function delayedHideToast() { - if (options.timeOut > 0 || options.extendedTimeOut > 0) { - intervalId = setTimeout(hideToast, options.extendedTimeOut); - progressBar.maxHideTime = parseFloat(options.extendedTimeOut); - progressBar.hideEta = new Date().getTime() + progressBar.maxHideTime; - } - } - - function stickAround() { - clearTimeout(intervalId); - progressBar.hideEta = 0; - $toastElement.stop(true, true)[options.showMethod]( - {duration: options.showDuration, easing: options.showEasing} - ); - } - - function updateProgress() { - var percentage = ((progressBar.hideEta - (new Date().getTime())) / progressBar.maxHideTime) * 100; - $progressElement.width(percentage + '%'); - } - } - - function getOptions() { - return $.extend({}, getDefaults(), toastr.options); - } - - function removeToast($toastElement) { - if (!$container) { $container = getContainer(); } - if ($toastElement.is(':visible')) { - return; - } - $toastElement.remove(); - $toastElement = null; - if ($container.children().length === 0) { - $container.remove(); - previousToast = undefined; - } - } - - })(); - }); -}(typeof define === 'function' && define.amd ? define : function (deps, factory) { - if (typeof module !== 'undefined' && module.exports) { //Node - module.exports = factory(require('jquery')); - } else { - window.toastr = factory(window.jQuery); - } -})); diff --git a/BackEnd/userList.aspx b/BackEnd/userList.aspx index 8a0aa74..53a786e 100644 --- a/BackEnd/userList.aspx +++ b/BackEnd/userList.aspx @@ -104,6 +104,11 @@ 電話 測驗日期 寶寶資料 + source + medium + campaign + content + term   @@ -124,7 +129,7 @@