Pete Cooper
2014-06-24 10:17:41 +01:00
parent 20d5ec866c
commit 162f5bd3ff
295 changed files with 113667 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+6
View File
@@ -0,0 +1,6 @@
/* Primary Colors */
/* Secondary Colors */
/* Derivative Colors */
.aui-badge {
padding: 2px 5px 3px 5px;
}
+1
View File
@@ -0,0 +1 @@
.aui-badge{padding:2px 5px 3px}
File diff suppressed because it is too large Load Diff
+1
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+101
View File
@@ -0,0 +1,101 @@
;
/*! HTML5 Shiv v3.6.1 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed */
/* Source: https://github.com/aFarkas/html5shiv or http://code.google.com/p/html5shiv/ */
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
(function() {
AJS.tables = AJS.tables || {};
AJS.tables.rowStriping = function () {
// has to be done this way to restart the count per tbody (matches CSS)
var tbodys = AJS.$("table.aui-zebra > tbody");
for (var i=0, ii = tbodys.length; i < ii; i++) {
AJS.$(tbodys[i]).find('> tr').filter(':odd').addClass("aui-zebra");
}
};
AJS.$(AJS.tables.rowStriping);
})();
AJS.setUpToolbars = function () {
if (AJS.$.browser.msie) {
var toolbarGroups = AJS.$(".aui-toolbar .toolbar-group");
// Fix left,right borders on first, last toolbar items
toolbarGroups.each(function (i, group) {
AJS.$(group).children(":first").addClass("first");
AJS.$(group).children(":last").addClass("last");
});
// IE7 spoon feeding zone.
if (parseInt(AJS.$.browser.version, 10) == 7) {
// Add a class so we can style button containers
function markItemsWithButtons () {
AJS.$(".aui-toolbar button").closest(".toolbar-item").addClass("contains-button");
}
// force right toolbar to new row when it will fit without wrapping
function forceRightSplitToRow() {
AJS.$(".aui-toolbar .toolbar-split-right").each(function(i, right) {
var splitRight = AJS.$(right),
splitToolbar = splitRight.closest(".aui-toolbar"),
splitLeft = splitToolbar.find(".toolbar-split-left"),
leftWidth = splitToolbar.data("leftWidth"),
rightWidth = splitToolbar.data("rightWidth");
if(!leftWidth) {
leftWidth = splitLeft.outerWidth();
splitToolbar.data("leftWidth", leftWidth);
}
if (!rightWidth) {
rightWidth = 0;
AJS.$(".toolbar-item", right).each(function (i, item) {
rightWidth += AJS.$(item).outerWidth();
});
splitToolbar.data("rightWidth", rightWidth);
}
var toolbarWidth = splitToolbar.width(),
spaceAvailable = toolbarWidth - leftWidth;
if ( toolbarWidth > rightWidth && rightWidth > spaceAvailable ) {
splitLeft.addClass("force-split");
} else {
splitLeft.removeClass("force-split");
}
});
}
// simulate white-space:nowrap because IE7 is refusing to do it right
function simulateNowrapOnGroups () {
toolbarGroups.each(function (i, group) {
var groupWidth = 0;
AJS.$(group).children(".toolbar-item").each(function (i, items) {
groupWidth += AJS.$(this).outerWidth();
});
AJS.$(this).width(groupWidth);
});
}
// IE7 inits
simulateNowrapOnGroups();
markItemsWithButtons();
// fire forceRightSplitToRow after reload
var TO = false;
AJS.$(window).resize(function(){
if(TO !== false)
clearTimeout(TO);
TO = setTimeout(forceRightSplitToRow, 200);
});
}
}
};
AJS.toInit(function() {
AJS.setUpToolbars();
});
+1
View File
@@ -0,0 +1 @@
!function(a,b){function c(){var a=p.elements;return"string"==typeof a?a.split(" "):a}function d(a){var b=o[a[m]];return b||(b={},n++,a[m]=n,o[n]=b),b}function e(a,c,e){return c||(c=b),i?c.createElement(a):(e||(e=d(c)),c=e.cache[a]?e.cache[a].cloneNode():l.test(a)?(e.cache[a]=e.createElem(a)).cloneNode():e.createElem(a),c.canHaveChildren&&!k.test(a)?e.frag.appendChild(c):c)}function f(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return p.shivMethods?e(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+c().join().replace(/\w+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(p,b.frag)}function g(a){a||(a=b);var c=d(a);if(p.shivCSS&&!h&&!c.hasCSS){var e,g=a;e=g.createElement("p"),g=g.getElementsByTagName("head")[0]||g.documentElement,e.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>",e=g.insertBefore(e.lastChild,g.firstChild),c.hasCSS=!!e}return i||f(a,c),a}var h,i,j=a.html5||{},k=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,l=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,m="_html5shiv",n=0,o={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",h="hidden"in a;var c;if(!(c=1==a.childNodes.length)){b.createElement("a");var d=b.createDocumentFragment();c="undefined"==typeof d.cloneNode||"undefined"==typeof d.createDocumentFragment||"undefined"==typeof d.createElement}i=c}catch(e){i=h=!0}}();var p={elements:j.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==j.shivCSS,supportsUnknownElements:i,shivMethods:!1!==j.shivMethods,type:"default",shivDocument:g,createElement:e,createDocumentFragment:function(a,e){if(a||(a=b),i)return a.createDocumentFragment();for(var e=e||d(a),f=e.frag.cloneNode(),g=0,h=c(),j=h.length;j>g;g++)f.createElement(h[g]);return f}};a.html5=p,g(b)}(this,document),function(){AJS.tables=AJS.tables||{},AJS.tables.rowStriping=function(){for(var a=AJS.$("table.aui-zebra > tbody"),b=0,c=a.length;c>b;b++)AJS.$(a[b]).find("> tr").filter(":odd").addClass("aui-zebra")},AJS.$(AJS.tables.rowStriping)}(),AJS.setUpToolbars=function(){function a(){AJS.$(".aui-toolbar button").closest(".toolbar-item").addClass("contains-button")}function b(){AJS.$(".aui-toolbar .toolbar-split-right").each(function(a,b){var c=AJS.$(b),d=c.closest(".aui-toolbar"),e=d.find(".toolbar-split-left"),f=d.data("leftWidth"),g=d.data("rightWidth");f||(f=e.outerWidth(),d.data("leftWidth",f)),g||(g=0,AJS.$(".toolbar-item",b).each(function(a,b){g+=AJS.$(b).outerWidth()}),d.data("rightWidth",g));var h=d.width(),i=h-f;h>g&&g>i?e.addClass("force-split"):e.removeClass("force-split")})}function c(){d.each(function(a,b){var c=0;AJS.$(b).children(".toolbar-item").each(function(){c+=AJS.$(this).outerWidth()}),AJS.$(this).width(c)})}if(AJS.$.browser.msie){var d=AJS.$(".aui-toolbar .toolbar-group");if(d.each(function(a,b){AJS.$(b).children(":first").addClass("first"),AJS.$(b).children(":last").addClass("last")}),7==parseInt(AJS.$.browser.version,10)){c(),a();var e=!1;AJS.$(window).resize(function(){e!==!1&&clearTimeout(e),e=setTimeout(b,200)})}}},AJS.toInit(function(){AJS.setUpToolbars()});
File diff suppressed because it is too large Load Diff
+3
View File
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+3
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
.aui-badge{padding:2px 5px 3px}
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
!function(a,b){function c(){var a=p.elements;return"string"==typeof a?a.split(" "):a}function d(a){var b=o[a[m]];return b||(b={},n++,a[m]=n,o[n]=b),b}function e(a,c,e){return c||(c=b),i?c.createElement(a):(e||(e=d(c)),c=e.cache[a]?e.cache[a].cloneNode():l.test(a)?(e.cache[a]=e.createElem(a)).cloneNode():e.createElem(a),c.canHaveChildren&&!k.test(a)?e.frag.appendChild(c):c)}function f(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return p.shivMethods?e(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+c().join().replace(/\w+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(p,b.frag)}function g(a){a||(a=b);var c=d(a);if(p.shivCSS&&!h&&!c.hasCSS){var e,g=a;e=g.createElement("p"),g=g.getElementsByTagName("head")[0]||g.documentElement,e.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>",e=g.insertBefore(e.lastChild,g.firstChild),c.hasCSS=!!e}return i||f(a,c),a}var h,i,j=a.html5||{},k=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,l=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,m="_html5shiv",n=0,o={};!function(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",h="hidden"in a;var c;if(!(c=1==a.childNodes.length)){b.createElement("a");var d=b.createDocumentFragment();c="undefined"==typeof d.cloneNode||"undefined"==typeof d.createDocumentFragment||"undefined"==typeof d.createElement}i=c}catch(e){i=h=!0}}();var p={elements:j.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==j.shivCSS,supportsUnknownElements:i,shivMethods:!1!==j.shivMethods,type:"default",shivDocument:g,createElement:e,createDocumentFragment:function(a,e){if(a||(a=b),i)return a.createDocumentFragment();for(var e=e||d(a),f=e.frag.cloneNode(),g=0,h=c(),j=h.length;j>g;g++)f.createElement(h[g]);return f}};a.html5=p,g(b)}(this,document),function(){AJS.tables=AJS.tables||{},AJS.tables.rowStriping=function(){for(var a=AJS.$("table.aui-zebra > tbody"),b=0,c=a.length;c>b;b++)AJS.$(a[b]).find("> tr").filter(":odd").addClass("aui-zebra")},AJS.$(AJS.tables.rowStriping)}(),AJS.setUpToolbars=function(){function a(){AJS.$(".aui-toolbar button").closest(".toolbar-item").addClass("contains-button")}function b(){AJS.$(".aui-toolbar .toolbar-split-right").each(function(a,b){var c=AJS.$(b),d=c.closest(".aui-toolbar"),e=d.find(".toolbar-split-left"),f=d.data("leftWidth"),g=d.data("rightWidth");f||(f=e.outerWidth(),d.data("leftWidth",f)),g||(g=0,AJS.$(".toolbar-item",b).each(function(a,b){g+=AJS.$(b).outerWidth()}),d.data("rightWidth",g));var h=d.width(),i=h-f;h>g&&g>i?e.addClass("force-split"):e.removeClass("force-split")})}function c(){d.each(function(a,b){var c=0;AJS.$(b).children(".toolbar-item").each(function(){c+=AJS.$(this).outerWidth()}),AJS.$(this).width(c)})}if(AJS.$.browser.msie){var d=AJS.$(".aui-toolbar .toolbar-group");if(d.each(function(a,b){AJS.$(b).children(":first").addClass("first"),AJS.$(b).children(":last").addClass("last")}),7==parseInt(AJS.$.browser.version,10)){c(),a();var e=!1;AJS.$(window).resize(function(){e!==!1&&clearTimeout(e),e=setTimeout(b,200)})}}},AJS.toInit(function(){AJS.setUpToolbars()});
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+6
View File
@@ -0,0 +1,6 @@
/* Primary Colors */
/* Secondary Colors */
/* Derivative Colors */
.aui-badge {
padding: 2px 5px 3px 5px;
}
+1
View File
@@ -0,0 +1 @@
.aui-badge{padding:2px 5px 3px}
File diff suppressed because it is too large Load Diff
+1
View File
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Some files were not shown because too many files have changed in this diff Show More