From 97a14801ad0c06a367c0772666b7acdfa3d3e543 Mon Sep 17 00:00:00 2001
From: root <root@hindustan.uib.no>
Date: Sat, 9 Nov 2013 22:19:02 +0100
Subject: [PATCH] add some files and originalComponents (should be deleted
 later?)

---
 .../originalComponents/includes/header.inc    |   69 +
 .../services/classes/html.template            |   11 +
 .../services/classes/queries/main.query       |   10 +
 .../services/instances/html.template          |   11 +
 .../services/instances/queries/main.query     |   10 +
 .../services/namedGraphs/html.template        |   17 +
 .../services/namedGraphs/queries/main.query   |    6 +
 .../services/search/html.template             |   11 +
 .../services/search/json.template             |    5 +
 .../services/search/queries/main.query        |   11 +
 .../originalComponents/static/README.TXT      |    3 +
 .../static/admin/codemirror/.gitignore        |    2 +
 .../static/admin/codemirror/.travis.yml       |    3 +
 .../static/admin/codemirror/LICENSE           |   23 +
 .../static/admin/codemirror/README.md         |    8 +
 .../admin/codemirror/demo/activeline.html     |   73 +
 .../admin/codemirror/demo/changemode.html     |   51 +
 .../admin/codemirror/demo/closetag.html       |   66 +
 .../admin/codemirror/demo/complete.html       |   71 +
 .../static/admin/codemirror/demo/emacs.html   |   60 +
 .../static/admin/codemirror/demo/folding.html |   62 +
 .../admin/codemirror/demo/formatting.html     |   81 +
 .../admin/codemirror/demo/fullscreen.html     |  147 +
 .../admin/codemirror/demo/loadmode.html       |   40 +
 .../static/admin/codemirror/demo/marker.html  |   53 +
 .../codemirror/demo/matchhighlighter.html     |   38 +
 .../admin/codemirror/demo/multiplex.html      |   60 +
 .../admin/codemirror/demo/mustache.html       |   59 +
 .../static/admin/codemirror/demo/preview.html |   76 +
 .../static/admin/codemirror/demo/resize.html  |   42 +
 .../static/admin/codemirror/demo/runmode.html |   50 +
 .../static/admin/codemirror/demo/search.html  |   85 +
 .../static/admin/codemirror/demo/theme.html   |   79 +
 .../static/admin/codemirror/demo/vim.html     |   53 +
 .../admin/codemirror/demo/visibletabs.html    |   53 +
 .../admin/codemirror/demo/xmlcomplete.html    |   71 +
 .../static/admin/codemirror/doc/baboon.png    |  Bin 0 -> 23299 bytes
 .../admin/codemirror/doc/baboon_vector.svg    |  153 +
 .../static/admin/codemirror/doc/compress.html |  163 +
 .../static/admin/codemirror/doc/docs.css      |  165 +
 .../admin/codemirror/doc/internals.html       |  497 +
 .../static/admin/codemirror/doc/manual.html   | 1224 +++
 .../admin/codemirror/doc/oldrelease.html      |  305 +
 .../admin/codemirror/doc/reporting.html       |   60 +
 .../admin/codemirror/doc/upgrade_v2.2.html    |   98 +
 .../static/admin/codemirror/index.html        |  473 +
 .../static/admin/codemirror/keymap/emacs.js   |   29 +
 .../static/admin/codemirror/keymap/vim.js     |  788 ++
 .../admin/codemirror/lib/codemirror.css       |  174 +
 .../static/admin/codemirror/lib/codemirror.js | 3158 ++++++
 .../admin/codemirror/lib/util/closetag.js     |  164 +
 .../admin/codemirror/lib/util/dialog.css      |   27 +
 .../admin/codemirror/lib/util/dialog.js       |   70 +
 .../admin/codemirror/lib/util/foldcode.js     |  196 +
 .../admin/codemirror/lib/util/formatting.js   |  193 +
 .../codemirror/lib/util/javascript-hint.js    |  134 +
 .../admin/codemirror/lib/util/loadmode.js     |   51 +
 .../codemirror/lib/util/match-highlighter.js  |   44 +
 .../admin/codemirror/lib/util/multiplex.js    |   77 +
 .../admin/codemirror/lib/util/overlay.js      |   59 +
 .../admin/codemirror/lib/util/pig-hint.js     |  123 +
 .../codemirror/lib/util/runmode-standalone.js |   90 +
 .../admin/codemirror/lib/util/runmode.js      |   53 +
 .../admin/codemirror/lib/util/search.js       |  118 +
 .../admin/codemirror/lib/util/searchcursor.js |  119 +
 .../admin/codemirror/lib/util/simple-hint.css |   16 +
 .../admin/codemirror/lib/util/simple-hint.js  |  102 +
 .../admin/codemirror/lib/util/xml-hint.js     |  137 +
 .../admin/codemirror/mode/clike/clike.js      |  285 +
 .../admin/codemirror/mode/clike/index.html    |  102 +
 .../admin/codemirror/mode/clike/scala.html    |  766 ++
 .../admin/codemirror/mode/clojure/clojure.js  |  206 +
 .../admin/codemirror/mode/clojure/index.html  |   67 +
 .../codemirror/mode/coffeescript/LICENSE      |   22 +
 .../mode/coffeescript/coffeescript.js         |  346 +
 .../codemirror/mode/coffeescript/index.html   |  728 ++
 .../codemirror/mode/commonlisp/commonlisp.js  |  101 +
 .../codemirror/mode/commonlisp/index.html     |  165 +
 .../static/admin/codemirror/mode/css/css.js   |  448 +
 .../admin/codemirror/mode/css/index.html      |   58 +
 .../static/admin/codemirror/mode/css/test.js  |  501 +
 .../static/admin/codemirror/mode/diff/diff.js |   32 +
 .../admin/codemirror/mode/diff/index.html     |  105 +
 .../static/admin/codemirror/mode/ecl/ecl.js   |  203 +
 .../admin/codemirror/mode/ecl/index.html      |   42 +
 .../admin/codemirror/mode/erlang/erlang.js    |  463 +
 .../admin/codemirror/mode/erlang/index.html   |   63 +
 .../static/admin/codemirror/mode/gfm/gfm.js   |   94 +
 .../admin/codemirror/mode/gfm/index.html      |   71 +
 .../static/admin/codemirror/mode/gfm/test.js  |  225 +
 .../static/admin/codemirror/mode/go/go.js     |  170 +
 .../admin/codemirror/mode/go/index.html       |   73 +
 .../admin/codemirror/mode/groovy/groovy.js    |  210 +
 .../admin/codemirror/mode/groovy/index.html   |   72 +
 .../admin/codemirror/mode/haskell/haskell.js  |  242 +
 .../admin/codemirror/mode/haskell/index.html  |   61 +
 .../static/admin/codemirror/mode/haxe/haxe.js |  429 +
 .../admin/codemirror/mode/haxe/index.html     |   91 +
 .../mode/htmlembedded/htmlembedded.js         |   73 +
 .../codemirror/mode/htmlembedded/index.html   |   50 +
 .../codemirror/mode/htmlmixed/htmlmixed.js    |   84 +
 .../codemirror/mode/htmlmixed/index.html      |   52 +
 .../codemirror/mode/javascript/index.html     |   78 +
 .../codemirror/mode/javascript/javascript.js  |  362 +
 .../admin/codemirror/mode/jinja2/index.html   |   38 +
 .../admin/codemirror/mode/jinja2/jinja2.js    |   42 +
 .../admin/codemirror/mode/less/index.html     |  740 ++
 .../static/admin/codemirror/mode/less/less.js |  266 +
 .../admin/codemirror/mode/lua/index.html      |   73 +
 .../static/admin/codemirror/mode/lua/lua.js   |  140 +
 .../admin/codemirror/mode/markdown/index.html |  343 +
 .../codemirror/mode/markdown/markdown.js      |  481 +
 .../admin/codemirror/mode/markdown/test.js    | 1266 +++
 .../admin/codemirror/mode/mysql/index.html    |   42 +
 .../admin/codemirror/mode/mysql/mysql.js      |  186 +
 .../admin/codemirror/mode/ntriples/index.html |   33 +
 .../codemirror/mode/ntriples/ntriples.js      |  172 +
 .../admin/codemirror/mode/ocaml/index.html    |  130 +
 .../admin/codemirror/mode/ocaml/ocaml.js      |  114 +
 .../admin/codemirror/mode/pascal/LICENSE      |    7 +
 .../admin/codemirror/mode/pascal/index.html   |   49 +
 .../admin/codemirror/mode/pascal/pascal.js    |   94 +
 .../static/admin/codemirror/mode/perl/LICENSE |   19 +
 .../admin/codemirror/mode/perl/index.html     |   63 +
 .../static/admin/codemirror/mode/perl/perl.js |  816 ++
 .../admin/codemirror/mode/php/index.html      |   49 +
 .../static/admin/codemirror/mode/php/php.js   |  148 +
 .../admin/codemirror/mode/pig/index.html      |   43 +
 .../static/admin/codemirror/mode/pig/pig.js   |  172 +
 .../admin/codemirror/mode/plsql/index.html    |   63 +
 .../admin/codemirror/mode/plsql/plsql.js      |  217 +
 .../codemirror/mode/properties/index.html     |   41 +
 .../codemirror/mode/properties/properties.js  |   63 +
 .../admin/codemirror/mode/python/LICENSE.txt  |   21 +
 .../admin/codemirror/mode/python/index.html   |  123 +
 .../admin/codemirror/mode/python/python.js    |  338 +
 .../static/admin/codemirror/mode/r/LICENSE    |   24 +
 .../static/admin/codemirror/mode/r/index.html |   74 +
 .../static/admin/codemirror/mode/r/r.js       |  141 +
 .../codemirror/mode/rpm/changes/changes.js    |   19 +
 .../codemirror/mode/rpm/changes/index.html    |   54 +
 .../admin/codemirror/mode/rpm/spec/index.html |  100 +
 .../admin/codemirror/mode/rpm/spec/spec.css   |    5 +
 .../admin/codemirror/mode/rpm/spec/spec.js    |   66 +
 .../admin/codemirror/mode/rst/index.html      |  526 +
 .../static/admin/codemirror/mode/rst/rst.js   |  326 +
 .../static/admin/codemirror/mode/ruby/LICENSE |   24 +
 .../admin/codemirror/mode/ruby/index.html     |  172 +
 .../static/admin/codemirror/mode/ruby/ruby.js |  195 +
 .../admin/codemirror/mode/rust/index.html     |   49 +
 .../static/admin/codemirror/mode/rust/rust.js |  432 +
 .../admin/codemirror/mode/scheme/index.html   |   65 +
 .../admin/codemirror/mode/scheme/scheme.js    |  230 +
 .../admin/codemirror/mode/shell/index.html    |   50 +
 .../admin/codemirror/mode/shell/shell.js      |  118 +
 .../admin/codemirror/mode/sieve/LICENSE       |   23 +
 .../admin/codemirror/mode/sieve/index.html    |   81 +
 .../admin/codemirror/mode/sieve/sieve.js      |  156 +
 .../codemirror/mode/smalltalk/index.html      |   56 +
 .../codemirror/mode/smalltalk/smalltalk.js    |  139 +
 .../admin/codemirror/mode/smarty/index.html   |   83 +
 .../admin/codemirror/mode/smarty/smarty.js    |  148 +
 .../admin/codemirror/mode/sparql/index.html   |   41 +
 .../admin/codemirror/mode/sparql/sparql.js    |  143 +
 .../admin/codemirror/mode/stex/index.html     |   98 +
 .../static/admin/codemirror/mode/stex/stex.js |  182 +
 .../static/admin/codemirror/mode/stex/test.js |  343 +
 .../codemirror/mode/tiddlywiki/index.html     |  141 +
 .../codemirror/mode/tiddlywiki/tiddlywiki.css |   14 +
 .../codemirror/mode/tiddlywiki/tiddlywiki.js  |  384 +
 .../admin/codemirror/mode/tiki/index.html     |   83 +
 .../admin/codemirror/mode/tiki/tiki.css       |   26 +
 .../static/admin/codemirror/mode/tiki/tiki.js |  309 +
 .../admin/codemirror/mode/vb/LICENSE.txt      |   21 +
 .../admin/codemirror/mode/vb/index.html       |   89 +
 .../static/admin/codemirror/mode/vb/vb.js     |  260 +
 .../admin/codemirror/mode/vbscript/index.html |   43 +
 .../codemirror/mode/vbscript/vbscript.js      |   26 +
 .../admin/codemirror/mode/velocity/index.html |  104 +
 .../codemirror/mode/velocity/velocity.js      |  146 +
 .../admin/codemirror/mode/verilog/index.html  |  211 +
 .../admin/codemirror/mode/verilog/verilog.js  |  194 +
 .../admin/codemirror/mode/xml/index.html      |   45 +
 .../static/admin/codemirror/mode/xml/xml.js   |  318 +
 .../admin/codemirror/mode/xquery/LICENSE      |   20 +
 .../admin/codemirror/mode/xquery/index.html   |  223 +
 .../codemirror/mode/xquery/test/index.html    |   27 +
 .../codemirror/mode/xquery/test/testBase.js   |   42 +
 .../xquery/test/testEmptySequenceKeyword.js   |   16 +
 .../mode/xquery/test/testMultiAttr.js         |   16 +
 .../mode/xquery/test/testNamespaces.js        |   91 +
 .../xquery/test/testProcessingInstructions.js |   16 +
 .../codemirror/mode/xquery/test/testQuotes.js |   19 +
 .../admin/codemirror/mode/xquery/xquery.js    |  451 +
 .../admin/codemirror/mode/yaml/index.html     |   68 +
 .../static/admin/codemirror/mode/yaml/yaml.js |   95 +
 .../static/admin/codemirror/package.json      |   21 +
 .../static/admin/codemirror/test/driver.js    |  129 +
 .../static/admin/codemirror/test/index.html   |  171 +
 .../static/admin/codemirror/test/lint/lint.js |  120 +
 .../admin/codemirror/test/lint/parse-js.js    | 1372 +++
 .../admin/codemirror/test/mode_test.css       |   10 +
 .../static/admin/codemirror/test/mode_test.js |  203 +
 .../admin/codemirror/test/phantom_driver.js   |   30 +
 .../static/admin/codemirror/test/run.js       |   32 +
 .../static/admin/codemirror/test/test.js      |  677 ++
 .../admin/codemirror/theme/ambiance.css       |   81 +
 .../admin/codemirror/theme/blackboard.css     |   25 +
 .../static/admin/codemirror/theme/cobalt.css  |   18 +
 .../static/admin/codemirror/theme/eclipse.css |   25 +
 .../static/admin/codemirror/theme/elegant.css |   10 +
 .../admin/codemirror/theme/erlang-dark.css    |   21 +
 .../admin/codemirror/theme/lesser-dark.css    |   44 +
 .../static/admin/codemirror/theme/monokai.css |   28 +
 .../static/admin/codemirror/theme/neat.css    |    9 +
 .../static/admin/codemirror/theme/night.css   |   21 +
 .../admin/codemirror/theme/rubyblue.css       |   21 +
 .../admin/codemirror/theme/vibrant-ink.css    |   27 +
 .../static/admin/codemirror/theme/xq-dark.css |   46 +
 .../static/admin/img/barchart.png             |  Bin 0 -> 17016 bytes
 .../static/admin/img/circlepacking.png        |  Bin 0 -> 36263 bytes
 .../static/admin/img/columnchart.png          |  Bin 0 -> 16797 bytes
 .../static/admin/img/dendrogram.png           |  Bin 0 -> 20440 bytes
 .../static/admin/img/graph.png                |  Bin 0 -> 26614 bytes
 .../static/admin/img/linechart.png            |  Bin 0 -> 15891 bytes
 .../static/admin/img/maps.png                 |  Bin 0 -> 51908 bytes
 .../static/admin/img/parallelcoordinates.png  |  Bin 0 -> 19903 bytes
 .../static/admin/img/piechart.png             |  Bin 0 -> 45213 bytes
 .../static/admin/img/radar.png                |  Bin 0 -> 33248 bytes
 .../static/admin/img/table.png                |  Bin 0 -> 29634 bytes
 .../static/admin/img/timeknots.png            |  Bin 0 -> 10126 bytes
 .../static/admin/img/wordcloud.png            |  Bin 0 -> 47866 bytes
 .../static/admin/js/editor.js                 |  466 +
 .../originalComponents/static/css/basic.css   |   42 +
 .../static/css/bootstrap-responsive.css       |  815 ++
 .../static/css/bootstrap-responsive.min.css   |    9 +
 .../static/css/bootstrap.css                  | 4983 +++++++++
 .../static/css/bootstrap.min.css              |    9 +
 .../originalComponents/static/css/person.css  |   39 +
 .../static/img/glyphicons-halflings-white.png |  Bin 0 -> 8777 bytes
 .../static/img/glyphicons-halflings.png       |  Bin 0 -> 13826 bytes
 .../static/img/lodspeakr_logotype.png         |  Bin 0 -> 19808 bytes
 .../originalComponents/static/img/wait.gif    |  Bin 0 -> 847 bytes
 .../originalComponents/static/index.html      |   96 +
 .../static/js/bootstrap-typeahead.js          |  311 +
 .../originalComponents/static/js/bootstrap.js | 1825 ++++
 .../static/js/bootstrap.min.js                |    6 +
 .../static/js/d3.layout.cloud.js              |  406 +
 .../originalComponents/static/js/jquery.js    | 9252 +++++++++++++++++
 .../static/js/raphael/g.bar.js                |    7 +
 .../static/js/raphael/g.raphael.js            |    7 +
 .../static/js/raphael/raphael.js              |    8 +
 .../originalComponents/static/js/typeahead.js |  387 +
 .../static/vendor/timeknots/LICENSE           |  203 +
 .../static/vendor/timeknots/README.md         |   37 +
 .../vendor/timeknots/example/index.html       |   88 +
 .../static/vendor/timeknots/src/d3.license    |   26 +
 .../static/vendor/timeknots/src/d3.v2.min.js  |    4 +
 .../vendor/timeknots/src/timeknots-min.js     |    1 +
 .../static/vendor/timeknots/src/timeknots.js  |  139 +
 .../types/rdfs__Resource/html.template        |   41 +
 .../types/rdfs__Resource/queries/po.query     |    9 +
 .../types/rdfs__Resource/queries/sp.query     |    9 +
 components/static/img/brosingkort-circle.png  |  Bin 0 -> 183298 bytes
 components/static/img/sangerfest-circle.png   |  Bin 0 -> 73797 bytes
 .../static/js/bootstrap-typeahead.js.bck      |  311 +
 components/types/owl__Thing/html.template     |  274 +
 .../owl__Thing/queries/collections.query      |    8 +
 .../owl__Thing/queries/description.query      |    6 +
 components/types/owl__Thing/queries/dzi.query |   10 +
 .../types/owl__Thing/queries/image.query      |   18 +
 .../owl__Thing/queries/internalnote.query     |    5 +
 .../types/owl__Thing/queries/main.query       |    9 +
 .../types/owl__Thing/queries/maker.query      |    6 +
 .../queries/physicalcondition.query           |    6 +
 .../queries/physicaldescription.query         |    6 +
 .../types/owl__Thing/queries/places.query     |    7 +
 components/types/owl__Thing/queries/po.query  |    4 +
 .../types/owl__Thing/queries/recipient.query  |    8 +
 .../owl__Thing/queries/relatedresources.query |    5 +
 .../types/owl__Thing/queries/sender.query     |    8 +
 components/types/owl__Thing/queries/sp.query  |    4 +
 .../types/owl__Thing/queries/subjects.query   |    8 +
 283 files changed, 54892 insertions(+)
 create mode 100755 components/originalComponents/includes/header.inc
 create mode 100755 components/originalComponents/services/classes/html.template
 create mode 100755 components/originalComponents/services/classes/queries/main.query
 create mode 100755 components/originalComponents/services/instances/html.template
 create mode 100755 components/originalComponents/services/instances/queries/main.query
 create mode 100755 components/originalComponents/services/namedGraphs/html.template
 create mode 100755 components/originalComponents/services/namedGraphs/queries/main.query
 create mode 100755 components/originalComponents/services/search/html.template
 create mode 100755 components/originalComponents/services/search/json.template
 create mode 100755 components/originalComponents/services/search/queries/main.query
 create mode 100755 components/originalComponents/static/README.TXT
 create mode 100755 components/originalComponents/static/admin/codemirror/.gitignore
 create mode 100755 components/originalComponents/static/admin/codemirror/.travis.yml
 create mode 100755 components/originalComponents/static/admin/codemirror/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/README.md
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/activeline.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/changemode.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/closetag.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/complete.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/emacs.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/folding.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/formatting.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/fullscreen.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/loadmode.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/marker.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/matchhighlighter.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/multiplex.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/mustache.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/preview.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/resize.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/runmode.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/search.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/theme.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/vim.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/visibletabs.html
 create mode 100755 components/originalComponents/static/admin/codemirror/demo/xmlcomplete.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/baboon.png
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/baboon_vector.svg
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/compress.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/docs.css
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/internals.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/manual.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/oldrelease.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/reporting.html
 create mode 100755 components/originalComponents/static/admin/codemirror/doc/upgrade_v2.2.html
 create mode 100755 components/originalComponents/static/admin/codemirror/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/keymap/emacs.js
 create mode 100755 components/originalComponents/static/admin/codemirror/keymap/vim.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/codemirror.css
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/codemirror.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/closetag.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/dialog.css
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/dialog.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/foldcode.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/formatting.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/javascript-hint.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/loadmode.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/match-highlighter.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/multiplex.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/overlay.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/pig-hint.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/runmode-standalone.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/runmode.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/search.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/searchcursor.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/simple-hint.css
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/simple-hint.js
 create mode 100755 components/originalComponents/static/admin/codemirror/lib/util/xml-hint.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/clike/clike.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/clike/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/clike/scala.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/clojure/clojure.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/clojure/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/coffeescript/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/coffeescript/coffeescript.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/coffeescript/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/commonlisp/commonlisp.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/commonlisp/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/css/css.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/css/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/css/test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/diff/diff.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/diff/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ecl/ecl.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ecl/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/erlang/erlang.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/erlang/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/gfm/gfm.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/gfm/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/gfm/test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/go/go.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/go/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/groovy/groovy.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/groovy/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/haskell/haskell.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/haskell/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/haxe/haxe.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/haxe/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/htmlembedded/htmlembedded.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/htmlembedded/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/htmlmixed/htmlmixed.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/htmlmixed/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/javascript/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/javascript/javascript.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/jinja2/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/jinja2/jinja2.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/less/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/less/less.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/lua/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/lua/lua.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/markdown/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/markdown/markdown.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/markdown/test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/mysql/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/mysql/mysql.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ntriples/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ntriples/ntriples.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ocaml/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ocaml/ocaml.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/pascal/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/pascal/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/pascal/pascal.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/perl/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/perl/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/perl/perl.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/php/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/php/php.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/pig/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/pig/pig.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/plsql/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/plsql/plsql.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/properties/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/properties/properties.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/python/LICENSE.txt
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/python/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/python/python.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/r/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/r/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/r/r.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rpm/changes/changes.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rpm/changes/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rpm/spec/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.css
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rst/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rst/rst.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ruby/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ruby/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/ruby/ruby.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rust/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/rust/rust.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/scheme/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/scheme/scheme.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/shell/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/shell/shell.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/sieve/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/sieve/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/sieve/sieve.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/smalltalk/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/smalltalk/smalltalk.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/smarty/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/smarty/smarty.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/sparql/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/sparql/sparql.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/stex/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/stex/stex.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/stex/test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiddlywiki/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.css
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiki/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiki/tiki.css
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/tiki/tiki.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/vb/LICENSE.txt
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/vb/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/vb/vb.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/vbscript/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/vbscript/vbscript.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/velocity/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/velocity/velocity.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/verilog/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/verilog/verilog.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xml/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xml/xml.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/LICENSE
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testBase.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testEmptySequenceKeyword.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testMultiAttr.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testNamespaces.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testProcessingInstructions.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/test/testQuotes.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/xquery/xquery.js
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/yaml/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/mode/yaml/yaml.js
 create mode 100755 components/originalComponents/static/admin/codemirror/package.json
 create mode 100755 components/originalComponents/static/admin/codemirror/test/driver.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/index.html
 create mode 100755 components/originalComponents/static/admin/codemirror/test/lint/lint.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/lint/parse-js.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/mode_test.css
 create mode 100755 components/originalComponents/static/admin/codemirror/test/mode_test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/phantom_driver.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/run.js
 create mode 100755 components/originalComponents/static/admin/codemirror/test/test.js
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/ambiance.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/blackboard.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/cobalt.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/eclipse.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/elegant.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/erlang-dark.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/lesser-dark.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/monokai.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/neat.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/night.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/rubyblue.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/vibrant-ink.css
 create mode 100755 components/originalComponents/static/admin/codemirror/theme/xq-dark.css
 create mode 100755 components/originalComponents/static/admin/img/barchart.png
 create mode 100755 components/originalComponents/static/admin/img/circlepacking.png
 create mode 100755 components/originalComponents/static/admin/img/columnchart.png
 create mode 100755 components/originalComponents/static/admin/img/dendrogram.png
 create mode 100755 components/originalComponents/static/admin/img/graph.png
 create mode 100755 components/originalComponents/static/admin/img/linechart.png
 create mode 100755 components/originalComponents/static/admin/img/maps.png
 create mode 100755 components/originalComponents/static/admin/img/parallelcoordinates.png
 create mode 100755 components/originalComponents/static/admin/img/piechart.png
 create mode 100755 components/originalComponents/static/admin/img/radar.png
 create mode 100755 components/originalComponents/static/admin/img/table.png
 create mode 100755 components/originalComponents/static/admin/img/timeknots.png
 create mode 100755 components/originalComponents/static/admin/img/wordcloud.png
 create mode 100755 components/originalComponents/static/admin/js/editor.js
 create mode 100755 components/originalComponents/static/css/basic.css
 create mode 100755 components/originalComponents/static/css/bootstrap-responsive.css
 create mode 100755 components/originalComponents/static/css/bootstrap-responsive.min.css
 create mode 100755 components/originalComponents/static/css/bootstrap.css
 create mode 100755 components/originalComponents/static/css/bootstrap.min.css
 create mode 100755 components/originalComponents/static/css/person.css
 create mode 100755 components/originalComponents/static/img/glyphicons-halflings-white.png
 create mode 100755 components/originalComponents/static/img/glyphicons-halflings.png
 create mode 100755 components/originalComponents/static/img/lodspeakr_logotype.png
 create mode 100755 components/originalComponents/static/img/wait.gif
 create mode 100755 components/originalComponents/static/index.html
 create mode 100755 components/originalComponents/static/js/bootstrap-typeahead.js
 create mode 100755 components/originalComponents/static/js/bootstrap.js
 create mode 100755 components/originalComponents/static/js/bootstrap.min.js
 create mode 100755 components/originalComponents/static/js/d3.layout.cloud.js
 create mode 100755 components/originalComponents/static/js/jquery.js
 create mode 100755 components/originalComponents/static/js/raphael/g.bar.js
 create mode 100755 components/originalComponents/static/js/raphael/g.raphael.js
 create mode 100755 components/originalComponents/static/js/raphael/raphael.js
 create mode 100755 components/originalComponents/static/js/typeahead.js
 create mode 100755 components/originalComponents/static/vendor/timeknots/LICENSE
 create mode 100755 components/originalComponents/static/vendor/timeknots/README.md
 create mode 100755 components/originalComponents/static/vendor/timeknots/example/index.html
 create mode 100755 components/originalComponents/static/vendor/timeknots/src/d3.license
 create mode 100755 components/originalComponents/static/vendor/timeknots/src/d3.v2.min.js
 create mode 100755 components/originalComponents/static/vendor/timeknots/src/timeknots-min.js
 create mode 100755 components/originalComponents/static/vendor/timeknots/src/timeknots.js
 create mode 100755 components/originalComponents/types/rdfs__Resource/html.template
 create mode 100755 components/originalComponents/types/rdfs__Resource/queries/po.query
 create mode 100755 components/originalComponents/types/rdfs__Resource/queries/sp.query
 create mode 100644 components/static/img/brosingkort-circle.png
 create mode 100644 components/static/img/sangerfest-circle.png
 create mode 100755 components/static/js/bootstrap-typeahead.js.bck
 create mode 100644 components/types/owl__Thing/html.template
 create mode 100644 components/types/owl__Thing/queries/collections.query
 create mode 100644 components/types/owl__Thing/queries/description.query
 create mode 100644 components/types/owl__Thing/queries/dzi.query
 create mode 100644 components/types/owl__Thing/queries/image.query
 create mode 100644 components/types/owl__Thing/queries/internalnote.query
 create mode 100644 components/types/owl__Thing/queries/main.query
 create mode 100644 components/types/owl__Thing/queries/maker.query
 create mode 100644 components/types/owl__Thing/queries/physicalcondition.query
 create mode 100644 components/types/owl__Thing/queries/physicaldescription.query
 create mode 100644 components/types/owl__Thing/queries/places.query
 create mode 100644 components/types/owl__Thing/queries/po.query
 create mode 100644 components/types/owl__Thing/queries/recipient.query
 create mode 100644 components/types/owl__Thing/queries/relatedresources.query
 create mode 100644 components/types/owl__Thing/queries/sender.query
 create mode 100644 components/types/owl__Thing/queries/sp.query
 create mode 100644 components/types/owl__Thing/queries/subjects.query

diff --git a/components/originalComponents/includes/header.inc b/components/originalComponents/includes/header.inc
new file mode 100755
index 00000000..66fca2bd
--- /dev/null
+++ b/components/originalComponents/includes/header.inc
@@ -0,0 +1,69 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>LODSPeaKr Basic Menu</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link href="{{lodspk.home}}css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
+    <link rel="alternate" type="application/rdf+xml" title="RDF/XML Version" href="{{lodspk.local.value}}.rdf" />
+    <link rel="alternate" type="text/turtle" title="Turtle Version" href="{{lodspk.local.value}}.ttl" />
+    <link rel="alternate" type="text/plain" title="N-Triples Version" href="{{lodspk.local.value}}.nt" />
+    <link rel="alternate" type="application/json" title="RDFJSON Version" href="{{lodspk.local.value}}.json" />
+    <style>
+      body {
+        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
+      }
+      .wait{
+        background-image:url('{{lodspk.home}}img/wait.gif');
+        background-repeat:no-repeat;
+        padding-right:20px;
+        background-position: right;
+      }
+    </style>
+    <link href="{{lodspk.home}}css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
+    <script type="text/javascript" src="{{lodspk.home}}js/jquery.js"></script>
+    <script type="text/javascript" src="{{lodspk.home}}js/bootstrap.min.js"></script>
+    <script type="text/javascript" src="{{lodspk.home}}js/bootstrap-typeahead.js"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('.typeahead').typeahead({
+            source: function (typeahead, query) {
+              $('.typeahead').addClass('wait');[]
+              return $.get('{{lodspk.home}}search/'+encodeURIComponent(query), { }, function (data) {
+                  $('.typeahead').removeClass('wait');[]
+                  return typeahead.process(data);
+              }, 'json');
+            },
+            onselect: function (obj) {
+              $('.typeahead').attr('disabled', true);
+              window.location = obj.uri;
+            }
+        });
+    });
+    </script>
+  </head>
+  <body>
+ <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </a>
+          <a class="brand" href="{{lodspk.home}}">{{lodspk.title}}</a>
+          <div class="nav-collapse">
+            <ul class="nav">
+              <li><a href="{{lodspk.home}}">Home</a></li>
+              <li><a href="{{lodspk.home}}classes">Classes</a></li>
+              <li><a href="{{lodspk.home}}namedGraphs">Named Graphs</a></li>
+            </ul>
+            <form class="navbar-search pull-left" action="">
+              <input type="text" data-provide="typeahead" class="typeahead search-query span2" placeholder="Search"/>
+            </form>
+          </div><!--/.nav-collapse -->
+        </div>
+      </div>
+    </div>
diff --git a/components/originalComponents/services/classes/html.template b/components/originalComponents/services/classes/html.template
new file mode 100755
index 00000000..51134ef9
--- /dev/null
+++ b/components/originalComponents/services/classes/html.template
@@ -0,0 +1,11 @@
+{%include "../../includes/header.inc"%}
+    <div class="container-fluid">
+    <h1>Classes available</h1>
+	<ul>
+    {% for row in models.main %}
+        <li><a href="{{lodspk.baseUrl}}instances/{{ row.resource.curie }}">{{row.resource.curie}}</a></li>
+    {% endfor %}
+      </ul>
+    </div>
+  </body>
+</html>
diff --git a/components/originalComponents/services/classes/queries/main.query b/components/originalComponents/services/classes/queries/main.query
new file mode 100755
index 00000000..4867af70
--- /dev/null
+++ b/components/originalComponents/services/classes/queries/main.query
@@ -0,0 +1,10 @@
+SELECT DISTINCT ?resource WHERE {
+  {
+    GRAPH ?g {
+    	?x a ?resource .
+    }
+  }UNION{
+    ?x a ?resource .
+  }
+}order by ?resource
+LIMIT {{lodspk.maxResults}}
diff --git a/components/originalComponents/services/instances/html.template b/components/originalComponents/services/instances/html.template
new file mode 100755
index 00000000..7d79969e
--- /dev/null
+++ b/components/originalComponents/services/instances/html.template
@@ -0,0 +1,11 @@
+{%include "../../includes/header.inc"%}
+    <div class="container-fuild">
+      <h1>Instances of class {{lodspk.args.arg0}}</h1>
+        <ul>
+    {% for row in models.main %}
+        <li><a href="{{ row.resource.value }}">{{row.resource.curie}}</a></li>
+    {% endfor %}
+    </ul>
+   </div>
+  </body>
+</html>
diff --git a/components/originalComponents/services/instances/queries/main.query b/components/originalComponents/services/instances/queries/main.query
new file mode 100755
index 00000000..a17a9861
--- /dev/null
+++ b/components/originalComponents/services/instances/queries/main.query
@@ -0,0 +1,10 @@
+SELECT DISTINCT ?resource WHERE {
+  {
+    GRAPH ?g{
+      ?resource a {{lodspk.args.arg0}}
+    }
+  }UNION{
+      ?resource a {{lodspk.args.arg0}}
+  }
+}order by ?resource
+limit {{lodspk.maxResults}}
diff --git a/components/originalComponents/services/namedGraphs/html.template b/components/originalComponents/services/namedGraphs/html.template
new file mode 100755
index 00000000..87f891d0
--- /dev/null
+++ b/components/originalComponents/services/namedGraphs/html.template
@@ -0,0 +1,17 @@
+{%include "../../includes/header.inc"%}
+  <div class="container-fluid">
+      <h1>Named graphs available</h1>
+  {%if first.main.g%}
+      <ul>
+    {% for row in models.main %}
+        <li>{{row.g.value}}</li>
+    {% endfor %}
+      </ul>
+  {%else%}
+    <div class="alert alert-info">
+      <p>No named graphs found</p>
+    </div>
+  {%endif%}
+    </div>
+  </body>
+</html>
diff --git a/components/originalComponents/services/namedGraphs/queries/main.query b/components/originalComponents/services/namedGraphs/queries/main.query
new file mode 100755
index 00000000..bdfa5c39
--- /dev/null
+++ b/components/originalComponents/services/namedGraphs/queries/main.query
@@ -0,0 +1,6 @@
+SELECT DISTINCT ?g WHERE {
+  GRAPH ?g{
+        [] ?p ?resource .
+  }
+}
+order by ?g
diff --git a/components/originalComponents/services/search/html.template b/components/originalComponents/services/search/html.template
new file mode 100755
index 00000000..fb291775
--- /dev/null
+++ b/components/originalComponents/services/search/html.template
@@ -0,0 +1,11 @@
+{%include "../../includes/header.inc"%}
+    <div class="container-fuild">
+      <h1>Results searching for "{{lodspk.args.arg0}}"</h1>
+        <ul>
+    {% for row in models.main %}
+        <li><a href="{{ row.resource.value }}">{{row.label.curie}}</a></li>
+    {% endfor %}
+    </ul>
+   </div>
+  </body>
+</html>
diff --git a/components/originalComponents/services/search/json.template b/components/originalComponents/services/search/json.template
new file mode 100755
index 00000000..cc4f46fd
--- /dev/null
+++ b/components/originalComponents/services/search/json.template
@@ -0,0 +1,5 @@
+[
+    {%for i in models.main%}{%if !forloop.first && models.main|length > 1%},{%endif%}
+      { "value": "{{i.label.value}}", "uri": "{{i.resource.value}}"}
+    {%endfor%}
+  ]
diff --git a/components/originalComponents/services/search/queries/main.query b/components/originalComponents/services/search/queries/main.query
new file mode 100755
index 00000000..41e032be
--- /dev/null
+++ b/components/originalComponents/services/search/queries/main.query
@@ -0,0 +1,11 @@
+SELECT DISTINCT ?resource ?label WHERE {
+  {
+    GRAPH ?g {
+      ?resource rdfs:label ?label .
+    }
+  }UNION{
+    ?resource rdfs:label ?label .
+  }
+  FILTER(regex(str(?label), "{{lodspk.args.arg0}}", "i"))
+}
+LIMIT 10
diff --git a/components/originalComponents/static/README.TXT b/components/originalComponents/static/README.TXT
new file mode 100755
index 00000000..7791f577
--- /dev/null
+++ b/components/originalComponents/static/README.TXT
@@ -0,0 +1,3 @@
+This folder can be used to store static documents, such as HTML pages, CSS files and JS code. LODSPeaKr doesn't force you to use it, however, it is considered a good practice to have everything under static/ and not disperse everywhere.
+
+A second benefit is that it will allow other people to reuse your static pages if you decide to export the code. LODSPeaKr will only look on static/ models/ and views/ directories.
diff --git a/components/originalComponents/static/admin/codemirror/.gitignore b/components/originalComponents/static/admin/codemirror/.gitignore
new file mode 100755
index 00000000..28b5e414
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/.gitignore
@@ -0,0 +1,2 @@
+/node_modules
+/npm-debug.log
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/.travis.yml b/components/originalComponents/static/admin/codemirror/.travis.yml
new file mode 100755
index 00000000..baa0031d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+  - 0.8
diff --git a/components/originalComponents/static/admin/codemirror/LICENSE b/components/originalComponents/static/admin/codemirror/LICENSE
new file mode 100755
index 00000000..3916e96b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/LICENSE
@@ -0,0 +1,23 @@
+Copyright (C) 2012 by Marijn Haverbeke <marijnh@gmail.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Please note that some subdirectories of the CodeMirror distribution
+include their own LICENSE files, and are released under different
+licences.
diff --git a/components/originalComponents/static/admin/codemirror/README.md b/components/originalComponents/static/admin/codemirror/README.md
new file mode 100755
index 00000000..8ed9871a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/README.md
@@ -0,0 +1,8 @@
+# CodeMirror [![Build Status](https://secure.travis-ci.org/marijnh/CodeMirror.png?branch=master)](http://travis-ci.org/marijnh/CodeMirror)
+
+CodeMirror is a JavaScript component that provides a code editor in
+the browser. When a mode is available for the language you are coding
+in, it will color your code, and optionally help with indentation.
+
+The project page is http://codemirror.net
+The manual is at http://codemirror.net/doc/manual.html
diff --git a/components/originalComponents/static/admin/codemirror/demo/activeline.html b/components/originalComponents/static/admin/codemirror/demo/activeline.html
new file mode 100755
index 00000000..a42ce97b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/activeline.html
@@ -0,0 +1,73 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Active Line Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+      .activeline {background: #e8f2ff !important;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Active Line Demo</h1>
+
+    <form><textarea id="code" name="code">
+<?xml version="1.0" encoding="UTF-8"?>
+<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"
+     xmlns:georss="http://www.georss.org/georss"
+     xmlns:twitter="http://api.twitter.com">
+  <channel>
+    <title>Twitter / codemirror</title>
+    <link>http://twitter.com/codemirror</link>
+    <atom:link type="application/rss+xml"
+               href="http://twitter.com/statuses/user_timeline/242283288.rss" rel="self"/>
+    <description>Twitter updates from CodeMirror / codemirror.</description>
+    <language>en-us</language>
+    <ttl>40</ttl>
+  <item>
+    <title>codemirror: http://cloud-ide.com &#8212; they're springing up like mushrooms. This one
+      uses CodeMirror as its editor.</title>
+    <description>codemirror: http://cloud-ide.com &#8212; they're springing up like mushrooms. This
+      one uses CodeMirror as its editor.</description>
+    <pubDate>Thu, 17 Mar 2011 23:34:47 +0000</pubDate>
+    <guid>http://twitter.com/codemirror/statuses/48527733722058752</guid>
+    <link>http://twitter.com/codemirror/statuses/48527733722058752</link>
+    <twitter:source>web</twitter:source>
+    <twitter:place/>
+  </item>
+  <item>
+    <title>codemirror: Posted a description of the CodeMirror 2 internals at
+      http://codemirror.net/2/internals.html</title>
+    <description>codemirror: Posted a description of the CodeMirror 2 internals at
+      http://codemirror.net/2/internals.html</description>
+    <pubDate>Wed, 02 Mar 2011 12:15:09 +0000</pubDate>
+    <guid>http://twitter.com/codemirror/statuses/42920879788789760</guid>
+    <link>http://twitter.com/codemirror/statuses/42920879788789760</link>
+    <twitter:source>web</twitter:source>
+    <twitter:place/>
+  </item>
+  </channel>
+</rss></textarea></form>
+
+    <script>
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+  mode: "application/xml",
+  lineNumbers: true,
+  lineWrapping: true,
+  onCursorActivity: function() {
+    editor.setLineClass(hlLine, null, null);
+    hlLine = editor.setLineClass(editor.getCursor().line, null, "activeline");
+  }
+});
+var hlLine = editor.setLineClass(0, "activeline");
+</script>
+
+    <p>Styling the current cursor line.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/changemode.html b/components/originalComponents/static/admin/codemirror/demo/changemode.html
new file mode 100755
index 00000000..a3d42c04
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/changemode.html
@@ -0,0 +1,51 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Mode-Changing Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <script src="../mode/scheme/scheme.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border: 1px solid black;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Mode-Changing demo</h1>
+
+    <form><textarea id="code" name="code">
+;; If there is Scheme code in here, the editor will be in Scheme mode.
+;; If you put in JS instead, it'll switch to JS mode.
+
+(define (double x)
+  (* x x))
+</textarea></form>
+
+<p>On changes to the content of the above editor, a (crude) script
+tries to auto-detect the language used, and switches the editor to
+either JavaScript or Scheme mode based on that.</p>
+
+<script>
+  var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+    mode: "scheme",
+    lineNumbers: true,
+    matchBrackets: true,
+    tabMode: "indent",
+    onChange: function() {
+      clearTimeout(pending);
+      setTimeout(update, 400);
+    }
+  });
+  var pending;
+  function looksLikeScheme(code) {
+    return !/^\s*\(\s*function\b/.test(code) && /^\s*[;\(]/.test(code);
+  }
+  function update() {
+    editor.setOption("mode", looksLikeScheme(editor.getValue()) ? "scheme" : "javascript");
+  }
+</script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/closetag.html b/components/originalComponents/static/admin/codemirror/demo/closetag.html
new file mode 100755
index 00000000..c405a3c3
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/closetag.html
@@ -0,0 +1,66 @@
+<!doctype html>
+<html>
+	<head>
+    <meta charset="utf-8">
+		<title>CodeMirror: Close-Tag Demo</title>
+		<link rel="stylesheet" href="../lib/codemirror.css">
+		<script src="../lib/codemirror.js"></script>
+		<script src="../lib/util/closetag.js"></script>
+		<script src="../mode/xml/xml.js"></script>
+		<script src="../mode/javascript/javascript.js"></script>
+		<script src="../mode/css/css.js"></script>
+		<script src="../mode/htmlmixed/htmlmixed.js"></script>
+		<link rel="stylesheet" href="../doc/docs.css">
+		<style type="text/css">
+			.CodeMirror {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
+		</style>
+	</head>
+	<body>
+	
+		<h1>Close-Tag Demo</h1>
+		<ul>
+			<li>Type an html tag.  When you type '>' or '/', the tag will auto-close/complete.  Block-level tags will indent.</li>
+			<li>There are options for disabling tag closing or customizing the list of tags to indent.</li>
+			<li>Works with "text/html" (based on htmlmixed.js or xml.js) mode.</li>
+			<li>View source for key binding details.</li>
+		</p>
+
+		<form><textarea id="code" name="code"></textarea></form>
+
+		<script type="text/javascript">
+		var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+			mode: 'text/html',
+			
+			//closeTagEnabled: false, // Set this option to disable tag closing behavior without having to remove the key bindings.
+			//closeTagIndent: false, // Pass false or an array of tag names to override the default indentation behavior.
+			
+			extraKeys: {
+				"'>'": function(cm) { cm.closeTag(cm, '>'); },
+				"'/'": function(cm) { cm.closeTag(cm, '/'); }
+			},
+			
+			/*
+			// extraKeys is the easier way to go, but if you need native key event processing, this should work too.
+			onKeyEvent: function(cm, e) {
+				if (e.type == 'keydown') {
+					var c = e.keyCode || e.which;
+					if (c == 190 || c == 191) {
+						try {
+							cm.closeTag(cm, c == 190 ? '>' : '/');
+							e.stop();
+							return true;
+						} catch (e) {
+							if (e != CodeMirror.Pass) throw e;
+						}
+					}
+				}
+				return false;
+			},
+			*/
+			
+			wordWrap: true
+		});
+		</script>
+
+	</body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/complete.html b/components/originalComponents/static/admin/codemirror/demo/complete.html
new file mode 100755
index 00000000..3b522ec2
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/complete.html
@@ -0,0 +1,71 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Autocomplete Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/simple-hint.js"></script>
+    <link rel="stylesheet" href="../lib/util/simple-hint.css">
+    <script src="../lib/util/javascript-hint.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+    <style type="text/css">.CodeMirror {border: 1px solid #eee;} .CodeMirror-scroll { height: 100% }</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Autocomplete demo</h1>
+
+    <form><textarea id="code" name="code">
+function getCompletions(token, context) {
+  var found = [], start = token.string;
+  function maybeAdd(str) {
+    if (str.indexOf(start) == 0) found.push(str);
+  }
+  function gatherCompletions(obj) {
+    if (typeof obj == "string") forEach(stringProps, maybeAdd);
+    else if (obj instanceof Array) forEach(arrayProps, maybeAdd);
+    else if (obj instanceof Function) forEach(funcProps, maybeAdd);
+    for (var name in obj) maybeAdd(name);
+  }
+
+  if (context) {
+    // If this is a property, see if it belongs to some object we can
+    // find in the current environment.
+    var obj = context.pop(), base;
+    if (obj.className == "js-variable")
+      base = window[obj.string];
+    else if (obj.className == "js-string")
+      base = "";
+    else if (obj.className == "js-atom")
+      base = 1;
+    while (base != null && context.length)
+      base = base[context.pop().string];
+    if (base != null) gatherCompletions(base);
+  }
+  else {
+    // If not, just look in the window object and any local scope
+    // (reading into JS mode internals to get at the local variables)
+    for (var v = token.state.localVars; v; v = v.next) maybeAdd(v.name);
+    gatherCompletions(window);
+    forEach(keywords, maybeAdd);
+  }
+  return found;
+}
+</textarea></form>
+
+<p>Press <strong>ctrl-space</strong> to activate autocompletion. See
+the code (<a href="../lib/util/simple-hint.js">here</a>
+and <a href="../lib/util/javascript-hint.js">here</a>) to figure out
+how it works.</p>
+
+    <script>
+      CodeMirror.commands.autocomplete = function(cm) {
+        CodeMirror.simpleHint(cm, CodeMirror.javascriptHint);
+      }
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        extraKeys: {"Ctrl-Space": "autocomplete"}
+      });
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/emacs.html b/components/originalComponents/static/admin/codemirror/demo/emacs.html
new file mode 100755
index 00000000..b37a46b0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/emacs.html
@@ -0,0 +1,60 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Emacs bindings demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/clike/clike.js"></script>
+    <script src="../keymap/emacs.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Emacs bindings demo</h1>
+
+    <form><textarea id="code" name="code">
+#include "syscalls.h"
+/* getchar:  simple buffered version */
+int getchar(void)
+{
+  static char buf[BUFSIZ];
+  static char *bufp = buf;
+  static int n = 0;
+  if (n == 0) {  /* buffer is empty */
+    n = read(0, buf, sizeof buf);
+    bufp = buf;
+  }
+  return (--n >= 0) ? (unsigned char) *bufp++ : EOF;
+}
+</textarea></form>
+
+<p>The emacs keybindings are enabled by
+including <a href="../keymap/emacs.js">keymap/emacs.js</a> and setting
+the <code>keyMap</code> option to <code>"emacs"</code>. Because
+CodeMirror's internal API is quite different from Emacs, they are only
+a loose approximation of actual emacs bindings, though.</p>
+
+<p>Also note that a lot of browsers disallow certain keys from being
+captured. For example, Chrome blocks both Ctrl-W and Ctrl-N, with the
+result that idiomatic use of Emacs keys will constantly close your tab
+or open a new window.</p>
+
+    <script>
+      CodeMirror.commands.save = function() {
+        var elt = editor.getWrapperElement();
+        elt.style.background = "#def";
+        setTimeout(function() { elt.style.background = ""; }, 300);
+      };
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        mode: "text/x-csrc",
+        keyMap: "emacs"
+      });
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/folding.html b/components/originalComponents/static/admin/codemirror/demo/folding.html
new file mode 100755
index 00000000..39a6a60e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/folding.html
@@ -0,0 +1,62 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Code Folding Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/foldcode.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+      .CodeMirror-gutter {min-width: 2.6em; cursor: pointer;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Code Folding Demo</h1>
+
+    <p>Demonstration of code folding using the code
+    in <a href="../lib/util/foldcode.js"><code>foldcode.js</code></a>.
+    Press ctrl-q or click on the gutter to fold a block, again
+    to unfold.</p>
+    <form>
+      <div style="max-width: 50em; margin-bottom: 1em">JavaScript:<br><textarea id="code" name="code"></textarea></div>
+      <div style="max-width: 50em">HTML:<br><textarea id="code-html" name="code-html"></textarea></div>
+    </form>
+    <script id="script">
+window.onload = function() {
+  var te = document.getElementById("code");
+  var sc = document.getElementById("script");
+  te.value = (sc.textContent || sc.innerText || sc.innerHTML).replace(/^\s*/, "");
+  sc.innerHTML = "";
+  var te_html = document.getElementById("code-html");
+  te_html.value = "<html>\n  " + document.documentElement.innerHTML + "\n</html>";
+
+  var foldFunc = CodeMirror.newFoldFunction(CodeMirror.braceRangeFinder);
+  window.editor = CodeMirror.fromTextArea(te, {
+    mode: "javascript",
+    lineNumbers: true,
+    lineWrapping: true,
+    onGutterClick: foldFunc,
+    extraKeys: {"Ctrl-Q": function(cm){foldFunc(cm, cm.getCursor().line);}}
+  });
+  foldFunc(editor, 9);
+  foldFunc(editor, 20);
+
+  var foldFunc_html = CodeMirror.newFoldFunction(CodeMirror.tagRangeFinder);
+  window.editor_html = CodeMirror.fromTextArea(te_html, {
+    mode: "text/html",
+    lineNumbers: true,
+    lineWrapping: true,
+    onGutterClick: foldFunc_html,
+    extraKeys: {"Ctrl-Q": function(cm){foldFunc_html(cm, cm.getCursor().line);}}
+  })
+  foldFunc_html(editor_html, 1);
+  foldFunc_html(editor_html, 15);
+};
+</script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/formatting.html b/components/originalComponents/static/admin/codemirror/demo/formatting.html
new file mode 100755
index 00000000..b9e800d9
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/formatting.html
@@ -0,0 +1,81 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Formatting Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/formatting.js"></script>
+    <script src="../mode/css/css.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <script src="../mode/htmlmixed/htmlmixed.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {
+        border: 1px solid #eee;
+      }
+      td {
+        padding-right: 20px;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Formatting demo</h1>
+
+    <form><textarea id="code" name="code"><script> function (s,e){ for(var i=0; i < 1; i++) test("test();a=1");} </script>
+<script>
+function test(c){  for (var i = 0; i < 10; i++){	          process("a.b();c = null;", 300);}
+}
+</script>
+<table><tr><td>test 1</td></tr><tr><td>test 2</td></tr></table>
+<script> function test() { return 1;} </script>
+<style> .test { font-size: medium; font-family: monospace; }
+</style></textarea></form>
+
+<p>Select a piece of code and click one of the links below to apply automatic formatting to the selected text or comment/uncomment the selected text. Note that the formatting behavior depends on the current block's mode.
+    <table>
+      <tr>
+        <td>
+          <a href="javascript:autoFormatSelection()">
+            Autoformat Selected
+          </a>
+        </td>
+        <td>
+          <a href="javascript:commentSelection(true)">
+            Comment Selected
+          </a>
+        </td>
+        <td>
+          <a href="javascript:commentSelection(false)">
+            Uncomment Selected
+          </a>
+        </td>
+      </tr>
+    </table>
+</p>    
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        mode: "htmlmixed"
+      });
+      CodeMirror.commands["selectAll"](editor);
+      
+      function getSelectedRange() {
+        return { from: editor.getCursor(true), to: editor.getCursor(false) };
+      }
+      
+      function autoFormatSelection() {
+        var range = getSelectedRange();
+        editor.autoFormatRange(range.from, range.to);
+      }
+      
+      function commentSelection(isComment) {
+        var range = getSelectedRange();
+        editor.commentRange(isComment, range.from, range.to);
+      }      
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/fullscreen.html b/components/originalComponents/static/admin/codemirror/demo/fullscreen.html
new file mode 100755
index 00000000..69541674
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/fullscreen.html
@@ -0,0 +1,147 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Full Screen Editing</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <link rel="stylesheet" href="../theme/night.css">
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror-fullscreen {
+        display: block;
+        position: absolute;
+        top: 0; left: 0;
+        width: 100%;
+        z-index: 9999;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Full Screen Editing</h1>
+
+    <form><textarea id="code" name="code" rows="5">
+  <dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
+  <dd>Whether, when indenting, the first N*8 spaces should be
+  replaced by N tabs. Default is false.</dd>
+
+  <dt id="option_tabMode"><code>tabMode (string)</code></dt>
+  <dd>Determines what happens when the user presses the tab key.
+  Must be one of the following:
+    <dl>
+      <dt><code>"classic" (the default)</code></dt>
+      <dd>When nothing is selected, insert a tab. Otherwise,
+      behave like the <code>"shift"</code> mode. (When shift is
+      held, this behaves like the <code>"indent"</code> mode.)</dd>
+      <dt><code>"shift"</code></dt>
+      <dd>Indent all selected lines by
+      one <a href="#option_indentUnit"><code>indentUnit</code></a>.
+      If shift was held while pressing tab, un-indent all selected
+      lines one unit.</dd>
+      <dt><code>"indent"</code></dt>
+      <dd>Indent the line the 'correctly', based on its syntactic
+      context. Only works if the
+      mode <a href="#indent">supports</a> it.</dd>
+      <dt><code>"default"</code></dt>
+      <dd>Do not capture tab presses, let the browser apply its
+      default behaviour (which usually means it skips to the next
+      control).</dd>
+    </dl></dd>
+
+  <dt id="option_enterMode"><code>enterMode (string)</code></dt>
+  <dd>Determines whether and how new lines are indented when the
+  enter key is pressed. The following modes are supported:
+    <dl>
+      <dt><code>"indent" (the default)</code></dt>
+      <dd>Use the mode's indentation rules to give the new line
+      the correct indentation.</dd>
+      <dt><code>"keep"</code></dt>
+      <dd>Indent the line the same as the previous line.</dd>
+      <dt><code>"flat"</code></dt>
+      <dd>Do not indent the new line.</dd>
+    </dl></dd>
+
+  <dt id="option_enterMode"><code>enterMode (string)</code></dt>
+  <dd>Determines whether and how new lines are indented when the
+  enter key is pressed. The following modes are supported:
+    <dl>
+      <dt><code>"indent" (the default)</code></dt>
+      <dd>Use the mode's indentation rules to give the new line
+      the correct indentation.</dd>
+      <dt><code>"keep"</code></dt>
+      <dd>Indent the line the same as the previous line.</dd>
+      <dt><code>"flat"</code></dt>
+      <dd>Do not indent the new line.</dd>
+    </dl></dd>
+
+  <dt id="option_enterMode"><code>enterMode (string)</code></dt>
+  <dd>Determines whether and how new lines are indented when the
+  enter key is pressed. The following modes are supported:
+    <dl>
+      <dt><code>"indent" (the default)</code></dt>
+      <dd>Use the mode's indentation rules to give the new line
+      the correct indentation.</dd>
+      <dt><code>"keep"</code></dt>
+      <dd>Indent the line the same as the previous line.</dd>
+      <dt><code>"flat"</code></dt>
+      <dd>Do not indent the new line.</dd>
+    </dl></dd>
+
+  <dt id="option_enterMode"><code>enterMode (string)</code></dt>
+  <dd>Determines whether and how new lines are indented when the
+  enter key is pressed. The following modes are supported:
+    <dl>
+      <dt><code>"indent" (the default)</code></dt>
+      <dd>Use the mode's indentation rules to give the new line
+      the correct indentation.</dd>
+      <dt><code>"keep"</code></dt>
+      <dd>Indent the line the same as the previous line.</dd>
+      <dt><code>"flat"</code></dt>
+      <dd>Do not indent the new line.</dd>
+    </dl></dd>
+
+</textarea></form>
+  <script>
+    function isFullScreen(cm) {
+      return /\bCodeMirror-fullscreen\b/.test(cm.getWrapperElement().className);
+    }
+    function winHeight() {
+      return window.innerHeight || (document.documentElement || document.body).clientHeight;
+    }
+    function setFullScreen(cm, full) {
+      var wrap = cm.getWrapperElement(), scroll = cm.getScrollerElement();
+      if (full) {
+        wrap.className += " CodeMirror-fullscreen";
+        scroll.style.height = winHeight() + "px";
+        document.documentElement.style.overflow = "hidden";
+      } else {
+        wrap.className = wrap.className.replace(" CodeMirror-fullscreen", "");
+        scroll.style.height = "";
+        document.documentElement.style.overflow = "";
+      }
+      cm.refresh();
+    }
+    CodeMirror.connect(window, "resize", function() {
+      var showing = document.body.getElementsByClassName("CodeMirror-fullscreen")[0];
+      if (!showing) return;
+      showing.CodeMirror.getScrollerElement().style.height = winHeight() + "px";
+    });
+    var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+      lineNumbers: true,
+      theme: "night",
+      extraKeys: {
+        "F11": function(cm) {
+          setFullScreen(cm, !isFullScreen(cm));
+        },
+        "Esc": function(cm) {
+          if (isFullScreen(cm)) setFullScreen(cm, false);
+        }
+      }
+    });
+  </script>
+
+    <p>Press <strong>F11</strong> when cursor is in the editor to toggle full screen editing. <strong>Esc</strong> can also be used to <i>exit</i> full screen editing.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/loadmode.html b/components/originalComponents/static/admin/codemirror/demo/loadmode.html
new file mode 100755
index 00000000..8813ea85
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/loadmode.html
@@ -0,0 +1,40 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Lazy Mode Loading Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/loadmode.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Lazy Mode Loading</h1>
+
+    <form><textarea id="code" name="code">This is the editor.
+// It starts out in plain text mode,
+#  use the control below to load and apply a mode
+  "you'll see the highlighting of" this text /*change*/.
+</textarea></form>
+<p><input type=text value=javascript id=mode> <button type=button onclick="change()">change mode</button></p>
+
+    <script>
+CodeMirror.modeURL = "../mode/%N/%N.js";
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+  lineNumbers: true
+});
+var modeInput = document.getElementById("mode");
+CodeMirror.connect(modeInput, "keypress", function(e) {
+  if (e.keyCode == 13) change();
+});
+function change() {
+   editor.setOption("mode", modeInput.value);
+   CodeMirror.autoLoadMode(editor, modeInput.value);
+}
+</script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/marker.html b/components/originalComponents/static/admin/codemirror/demo/marker.html
new file mode 100755
index 00000000..7bc6c6de
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/marker.html
@@ -0,0 +1,53 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Breakpoint Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror-gutter {
+        width: 3em;
+        background: white;
+      }
+      .CodeMirror {
+        border: 1px solid #aaa;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Breakpoint demo</h1>
+
+    <form><textarea id="code" name="code">
+CodeMirror.fromTextArea(document.getElementById("code"), {
+  lineNumbers: true,
+  onGutterClick: function(cm, n) {
+    var info = cm.lineInfo(n);
+    if (info.markerText)
+      cm.clearMarker(n);
+    else
+      cm.setMarker(n, "<span style=\"color: #900\">●</span> %N%");
+  }
+});
+</textarea></form>
+
+<p>Click the line-number gutter to add or remove 'breakpoints'.</p>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        onGutterClick: function(cm, n) {
+          var info = cm.lineInfo(n);
+          if (info.markerText)
+            cm.clearMarker(n);
+          else
+            cm.setMarker(n, "<span style=\"color: #900\">●</span> %N%");
+        }
+      });
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/matchhighlighter.html b/components/originalComponents/static/admin/codemirror/demo/matchhighlighter.html
new file mode 100755
index 00000000..5eef08d8
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/matchhighlighter.html
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Match Highlighter Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/searchcursor.js"></script>
+    <script src="../lib/util/match-highlighter.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+	  
+      span.CodeMirror-matchhighlight { background: #e9e9e9 }
+      .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Match Highlighter Demo</h1>
+
+    <form><textarea id="code" name="code">Select this text: hardToSpotVar
+	And everywhere else in your code where hardToSpotVar appears will automatically illuminate.
+Give it a try!  No more hardToSpotVars.</textarea></form>
+
+    <script>
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+  lineNumbers : true,
+  onCursorActivity: function() {
+    editor.matchHighlight("CodeMirror-matchhighlight");
+  }
+});
+</script>
+
+    <p>Highlight matches of selected text on select</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/multiplex.html b/components/originalComponents/static/admin/codemirror/demo/multiplex.html
new file mode 100755
index 00000000..25fffd32
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/multiplex.html
@@ -0,0 +1,60 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Multiplexing Parser Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/multiplex.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border: 1px solid black;}
+      .cm-delimit {color: #fa4;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Multiplexing Parser Demo</h1>
+
+    <form><textarea id="code" name="code">
+<html>
+  <body style="<<magic>>">
+    <h1><< this is not <html >></h1>
+    <<
+        multiline
+        not html
+        at all : &amp;amp; <link/>
+    >>
+    <p>this is html again</p>
+  </body>
+</html>
+</textarea></form>
+
+    <script>
+CodeMirror.defineMode("demo", function(config) {
+  return CodeMirror.multiplexingMode(
+    CodeMirror.getMode(config, "text/html"),
+    {open: "<<", close: ">>",
+     mode: CodeMirror.getMode(config, "text/plain"),
+     delimStyle: "delimit"}
+    // .. more multiplexed styles can follow here
+  );
+});
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+  mode: "demo",
+  lineNumbers: true,
+  lineWrapping: true
+});
+</script>
+
+    <p>Demonstration of a multiplexing mode, which, at certain
+    boundary strings, switches to one or more inner modes. The out
+    (HTML) mode does not get fed the content of the <code>&lt;&lt;
+    >></code> blocks. See
+    the <a href="../doc/manual.html#util_multiplex">manual</a> and
+    the <a href="../lib/util/multiplex.js">source</a> for more
+    information.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/mustache.html b/components/originalComponents/static/admin/codemirror/demo/mustache.html
new file mode 100755
index 00000000..c2ce3310
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/mustache.html
@@ -0,0 +1,59 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Overlay Parser Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/overlay.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border: 1px solid black;}
+      .cm-mustache {color: #0ca;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Overlay Parser Demo</h1>
+
+    <form><textarea id="code" name="code">
+<html>
+  <body>
+    <h1>{{title}}</h1>
+    <p>These are links to {{things}}:</p>
+    <ul>{{#links}}
+      <li><a href="{{url}}">{{text}}</a></li>
+    {{/links}}</ul>
+  </body>
+</html>
+</textarea></form>
+
+    <script>
+CodeMirror.defineMode("mustache", function(config, parserConfig) {
+  var mustacheOverlay = {
+    token: function(stream, state) {
+      var ch;
+      if (stream.match("{{")) {
+        while ((ch = stream.next()) != null)
+          if (ch == "}" && stream.next() == "}") break;
+        stream.eat("}");
+        return "mustache";
+      }
+      while (stream.next() != null && !stream.match("{{", false)) {}
+      return null;
+    }
+  };
+  return CodeMirror.overlayMode(CodeMirror.getMode(config, parserConfig.backdrop || "text/html"), mustacheOverlay);
+});
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {mode: "mustache"});
+</script>
+
+    <p>Demonstration of a mode that parses HTML, highlighting
+    the <a href="http://mustache.github.com/">Mustache</a> templating
+    directives inside of it by using the code
+    in <a href="../lib/util/overlay.js"><code>overlay.js</code></a>. View
+    source to see the 15 lines of code needed to accomplish this.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/preview.html b/components/originalComponents/static/admin/codemirror/demo/preview.html
new file mode 100755
index 00000000..f3568912
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/preview.html
@@ -0,0 +1,76 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: HTML5 preview</title>
+    <script src=../lib/codemirror.js></script>
+    <script src=../mode/xml/xml.js></script>
+    <script src=../mode/javascript/javascript.js></script>
+    <script src=../mode/css/css.js></script>
+    <script src=../mode/htmlmixed/htmlmixed.js></script>
+    <link rel=stylesheet href=../lib/codemirror.css>
+    <link rel=stylesheet href=../doc/docs.css>
+    <style type=text/css>
+      .CodeMirror {
+        float: left;
+        width: 50%;
+        border: 1px solid black;
+      }
+      iframe {
+        width: 49%;
+        float: left;
+        height: 300px;
+        border: 1px solid black;
+        border-left: 0px;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: HTML5 preview</h1>
+    <textarea id=code name=code>
+<!doctype html>
+<html>
+  <head>
+    <meta charset=utf-8>
+    <title>HTML5 canvas demo</title>
+    <style>p {font-family: monospace;}</style>
+  </head>
+  <body>
+    <p>Canvas pane goes here:</p>
+    <canvas id=pane width=300 height=200></canvas>
+    <script>
+      var canvas = document.getElementById('pane');
+      var context = canvas.getContext('2d');
+
+      context.fillStyle = 'rgb(250,0,0)';
+      context.fillRect(10, 10, 55, 50);
+
+      context.fillStyle = 'rgba(0, 0, 250, 0.5)';
+      context.fillRect(30, 30, 55, 50);
+    </script>
+  </body>
+</html></textarea>
+    <iframe id=preview></iframe>
+    <script>
+      var delay;
+      // Initialize CodeMirror editor with a nice html5 canvas demo.
+      var editor = CodeMirror.fromTextArea(document.getElementById('code'), {
+        mode: 'text/html',
+        tabMode: 'indent',
+        onChange: function() {
+          clearTimeout(delay);
+          delay = setTimeout(updatePreview, 300);
+        }
+      });
+      
+      function updatePreview() {
+        var previewFrame = document.getElementById('preview');
+        var preview =  previewFrame.contentDocument ||  previewFrame.contentWindow.document;
+        preview.open();
+        preview.write(editor.getValue());
+        preview.close();
+      }
+      setTimeout(updatePreview, 300);
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/resize.html b/components/originalComponents/static/admin/codemirror/demo/resize.html
new file mode 100755
index 00000000..f0c9750a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/resize.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Autoresize Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/css/css.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {
+        border: 1px solid #eee;
+      }
+      .CodeMirror-scroll {
+        height: auto;
+        overflow-y: hidden;
+        overflow-x: auto;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Autoresize demo</h1>
+
+    <form><textarea id="code" name="code">
+.CodeMirror-scroll {
+  height: auto;
+  overflow-y: hidden;
+  overflow-x: auto;
+}</textarea></form>
+
+<p>By setting a few CSS properties, CodeMirror can be made to
+automatically resize to fit its content.</p>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true
+      });
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/runmode.html b/components/originalComponents/static/admin/codemirror/demo/runmode.html
new file mode 100755
index 00000000..53ac04f9
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/runmode.html
@@ -0,0 +1,50 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Mode Runner Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/runmode.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Mode Runner Demo</h1>
+
+    <textarea id="code" style="width: 90%; height: 7em; border: 1px solid black; padding: .2em .4em;">
+<foobar>
+  <blah>Enter your xml here and press the button below to display
+    it as highlighted by the CodeMirror XML mode</blah>
+  <tag2 foo="2" bar="&amp;quot;bar&amp;quot;"/>
+</foobar></textarea><br>
+    <button onclick="doHighlight();">Highlight!</button>
+    <pre id="output" class="cm-s-default"></pre>
+
+    <script>
+function doHighlight() {
+  CodeMirror.runMode(document.getElementById("code").value, "application/xml",
+                     document.getElementById("output"));
+}
+</script>
+
+    <p>Running a CodeMirror mode outside of the editor.
+    The <code>CodeMirror.runMode</code> function, defined
+    in <code><a href="../lib/util/runmode.js">lib/runmode.js</a></code> takes the following arguments:</p>
+
+    <dl>
+      <dt><code>text (string)</code></dt>
+      <dd>The document to run through the highlighter.</dd>
+      <dt><code>mode (<a href="../doc/manual.html#option_mode">mode spec</a>)</code></dt>
+      <dd>The mode to use (must be loaded as normal).</dd>
+      <dt><code>output (function or DOM node)</code></dt>
+      <dd>If this is a function, it will be called for each token with
+      two arguments, the token's text and the token's style class (may
+      be <code>null</code> for unstyled tokens). If it is a DOM node,
+      the tokens will be converted to <code>span</code> elements as in
+      an editor, and inserted into the node
+      (through <code>innerHTML</code>).</dd>
+    </dl>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/search.html b/components/originalComponents/static/admin/codemirror/demo/search.html
new file mode 100755
index 00000000..219c8057
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/search.html
@@ -0,0 +1,85 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Search/Replace Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <script src="../lib/util/dialog.js"></script>
+    <link rel="stylesheet" href="../lib/util/dialog.css">
+    <script src="../lib/util/searchcursor.js"></script>
+    <script src="../lib/util/search.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+      dt {font-family: monospace; color: #666;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Search/Replace Demo</h1>
+
+    <form><textarea id="code" name="code">
+  <dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
+  <dd>Whether, when indenting, the first N*8 spaces should be
+  replaced by N tabs. Default is false.</dd>
+
+  <dt id="option_tabMode"><code>tabMode (string)</code></dt>
+  <dd>Determines what happens when the user presses the tab key.
+  Must be one of the following:
+    <dl>
+      <dt><code>"classic" (the default)</code></dt>
+      <dd>When nothing is selected, insert a tab. Otherwise,
+      behave like the <code>"shift"</code> mode. (When shift is
+      held, this behaves like the <code>"indent"</code> mode.)</dd>
+      <dt><code>"shift"</code></dt>
+      <dd>Indent all selected lines by
+      one <a href="#option_indentUnit"><code>indentUnit</code></a>.
+      If shift was held while pressing tab, un-indent all selected
+      lines one unit.</dd>
+      <dt><code>"indent"</code></dt>
+      <dd>Indent the line the 'correctly', based on its syntactic
+      context. Only works if the
+      mode <a href="#indent">supports</a> it.</dd>
+      <dt><code>"default"</code></dt>
+      <dd>Do not capture tab presses, let the browser apply its
+      default behaviour (which usually means it skips to the next
+      control).</dd>
+    </dl></dd>
+
+  <dt id="option_enterMode"><code>enterMode (string)</code></dt>
+  <dd>Determines whether and how new lines are indented when the
+  enter key is pressed. The following modes are supported:
+    <dl>
+      <dt><code>"indent" (the default)</code></dt>
+      <dd>Use the mode's indentation rules to give the new line
+      the correct indentation.</dd>
+      <dt><code>"keep"</code></dt>
+      <dd>Indent the line the same as the previous line.</dd>
+      <dt><code>"flat"</code></dt>
+      <dd>Do not indent the new line.</dd>
+    </dl></dd>
+</textarea></form>
+
+    <script>
+var editor = CodeMirror.fromTextArea(document.getElementById("code"), {mode: "text/html", lineNumbers: true});
+</script>
+
+    <p>Demonstration of primitive search/replace functionality. The
+    keybindings (which can be overridden by custom keymaps) are:</p>
+    <dl>
+      <dt>Ctrl-F / Cmd-F</dt><dd>Start searching</dd>
+      <dt>Ctrl-G / Cmd-G</dt><dd>Find next</dd>
+      <dt>Shift-Ctrl-G / Shift-Cmd-G</dt><dd>Find previous</dd>
+      <dt>Shift-Ctrl-F / Cmd-Option-F</dt><dd>Replace</dd>
+      <dt>Shift-Ctrl-R / Shift-Cmd-Option-F</dt><dd>Replace all</dd>
+    </dl>
+    <p>Searching is enabled by
+    including <a href="../lib/util/search.js">lib/util/search.js</a>
+    and <a href="../lib/util/searchcursor.js">lib/util/searchcursor.js</a>.
+    For good-looking input dialogs, you also want to include
+    <a href="../lib/util/dialog.js">lib/util/dialog.js</a>
+    and <a href="../lib/util/dialog.css">lib/util/dialog.css</a>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/theme.html b/components/originalComponents/static/admin/codemirror/demo/theme.html
new file mode 100755
index 00000000..f8471202
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/theme.html
@@ -0,0 +1,79 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Theme Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <link rel="stylesheet" href="../theme/neat.css">
+    <link rel="stylesheet" href="../theme/elegant.css">
+    <link rel="stylesheet" href="../theme/erlang-dark.css">
+    <link rel="stylesheet" href="../theme/night.css">
+    <link rel="stylesheet" href="../theme/monokai.css">
+    <link rel="stylesheet" href="../theme/cobalt.css">
+    <link rel="stylesheet" href="../theme/eclipse.css">
+    <link rel="stylesheet" href="../theme/rubyblue.css">
+    <link rel="stylesheet" href="../theme/lesser-dark.css">
+    <link rel="stylesheet" href="../theme/xq-dark.css">
+    <link rel="stylesheet" href="../theme/ambiance.css">
+    <link rel="stylesheet" href="../theme/blackboard.css">
+    <link rel="stylesheet" href="../theme/vibrant-ink.css">
+    <script src="../mode/javascript/javascript.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border: 1px solid black; font-size:13px}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Theme demo</h1>
+
+    <form><textarea id="code" name="code">
+function findSequence(goal) {
+  function find(start, history) {
+    if (start == goal)
+      return history;
+    else if (start > goal)
+      return null;
+    else
+      return find(start + 5, "(" + history + " + 5)") ||
+             find(start * 3, "(" + history + " * 3)");
+  }
+  return find(1, "1");
+}</textarea></form>
+
+<p>Select a theme: <select onchange="selectTheme()" id=select>
+    <option selected>default</option>
+    <option>ambiance</option>
+    <option>blackboard</option>
+    <option>cobalt</option>
+    <option>eclipse</option>
+    <option>elegant</option>
+    <option>erlang-dark</option>
+    <option>lesser-dark</option>
+    <option>monokai</option>
+    <option>neat</option>
+    <option>night</option>
+    <option>rubyblue</option>
+    <option>vibrant-ink</option>
+    <option>xq-dark</option>
+</select>
+</p>
+
+<script>
+  var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+    lineNumbers: true
+  });
+  var input = document.getElementById("select");
+  function selectTheme() {
+    var theme = input.options[input.selectedIndex].innerHTML;
+    editor.setOption("theme", theme);
+  }
+  var choice = document.location.search && document.location.search.slice(1);
+  if (choice) {
+    input.value = choice;
+    editor.setOption("theme", choice);
+  }
+</script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/vim.html b/components/originalComponents/static/admin/codemirror/demo/vim.html
new file mode 100755
index 00000000..6813cb37
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/vim.html
@@ -0,0 +1,53 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Vim bindings demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/clike/clike.js"></script>
+    <script src="../keymap/vim.js"></script>
+    <script src="../lib/util/dialog.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+    <link rel="stylesheet" href="../lib/util/dialog.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Vim bindings demo</h1>
+
+    <form><textarea id="code" name="code">
+#include "syscalls.h"
+/* getchar:  simple buffered version */
+int getchar(void)
+{
+  static char buf[BUFSIZ];
+  static char *bufp = buf;
+  static int n = 0;
+  if (n == 0) {  /* buffer is empty */
+    n = read(0, buf, sizeof buf);
+    bufp = buf;
+  }
+  return (--n >= 0) ? (unsigned char) *bufp++ : EOF;
+}
+</textarea></form>
+
+<p>The vim keybindings are enabled by
+including <a href="../keymap/vim.js">keymap/vim.js</a> and setting
+the <code>keyMap</code> option to <code>"vim"</code>. Because
+CodeMirror's internal API is quite different from Vim, they are only
+a loose approximation of actual vim bindings, though.</p>
+
+    <script>
+      CodeMirror.commands.save = function(){ alert("Saving"); };
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        mode: "text/x-csrc",
+        keyMap: "vim"
+      });
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/visibletabs.html b/components/originalComponents/static/admin/codemirror/demo/visibletabs.html
new file mode 100755
index 00000000..ddc12fb4
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/visibletabs.html
@@ -0,0 +1,53 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Visible tabs demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../mode/clike/clike.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+
+    <style type="text/css">
+      .CodeMirror {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
+      .cm-tab {
+         background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);
+         background-position: right;
+         background-repeat: no-repeat;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Visible tabs demo</h1>
+
+    <form><textarea id="code" name="code">
+#include "syscalls.h"
+/* getchar:  simple buffered version */
+int getchar(void)
+{
+	static char buf[BUFSIZ];
+	static char *bufp = buf;
+	static int n = 0;
+	if (n == 0) {  /* buffer is empty */
+		n = read(0, buf, sizeof buf);
+		bufp = buf;
+	}
+	return (--n >= 0) ? (unsigned char) *bufp++ : EOF;
+}
+</textarea></form>
+
+<p>Tabs inside the editor are spans with the
+class <code>cm-tab</code>, and can be styled.
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        tabSize: 4,
+        indentUnit: 4,
+        indentWithTabs: true,
+        mode: "text/x-csrc"
+      });
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/demo/xmlcomplete.html b/components/originalComponents/static/admin/codemirror/demo/xmlcomplete.html
new file mode 100755
index 00000000..baa9aa22
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/demo/xmlcomplete.html
@@ -0,0 +1,71 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: XML Autocomplete Demo</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/simple-hint.js"></script>
+    <link rel="stylesheet" href="../lib/util/simple-hint.css">
+    <script src="../lib/util/closetag.js"></script>
+    <script src="../lib/util/xml-hint.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+    <link rel="stylesheet" href="../doc/docs.css">
+    <style type="text/css">.CodeMirror {border: 1px solid #eee;} .CodeMirror-scroll { height: 100% }</style>
+  </head>
+  <body>
+    <h1>CodeMirror: XML Autocomplete demo</h1>
+
+    <form><textarea id="code" name="code"></textarea></form>
+
+    <p>Type '&lt;' or space inside tag or
+    press <strong>ctrl-space</strong> to activate autocompletion. See
+    the code (<a href="../lib/util/simple-hint.js">here</a>
+    and <a href="../lib/util/xml-hint.js">here</a>) to figure out how
+    it works.</p>
+
+    <script>
+      CodeMirror.xmlHints['<'] = [
+          'levelTop',
+          'levelRoot',
+          'mainLevel'
+      ];
+
+      CodeMirror.xmlHints['<levelTop '] = 
+      CodeMirror.xmlHints['<levelRoot '] = 
+      CodeMirror.xmlHints['<mainLevel '] = [
+          'property1111',
+          'property2222'
+      ];
+
+      CodeMirror.xmlHints['<levelTop><'] = 
+      CodeMirror.xmlHints['<levelRoot><'] = 
+      CodeMirror.xmlHints['<mainLevel><'] = [
+          'second',
+          'two'
+      ];
+
+      CodeMirror.xmlHints['<levelTop><second '] = [
+        'secondProperty'
+      ];
+
+      CodeMirror.xmlHints['<levelTop><second><'] = [
+        'three',
+        'x-three'
+      ];
+
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+            value: '',
+            mode: 'text/html',
+            lineNumbers: true,
+            extraKeys: {
+                "'>'": function(cm) { cm.closeTag(cm, '>'); },
+                "'/'": function(cm) { cm.closeTag(cm, '/'); },
+                "' '": function(cm) { CodeMirror.xmlHint(cm, ' '); },
+                "'<'": function(cm) { CodeMirror.xmlHint(cm, '<'); },
+                "Ctrl-Space": function(cm) { CodeMirror.xmlHint(cm, ''); }
+            }
+        });
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/baboon.png b/components/originalComponents/static/admin/codemirror/doc/baboon.png
new file mode 100755
index 0000000000000000000000000000000000000000..55d97f70b817ff2b78ebb409bf34a5147fe40d07
GIT binary patch
literal 23299
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/codemirror/doc/baboon_vector.svg b/components/originalComponents/static/admin/codemirror/doc/baboon_vector.svg
new file mode 100755
index 00000000..dc1667af
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/baboon_vector.svg
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3181"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   width="1750"
+   height="960"
+   xml:space="preserve"
+   sodipodi:docname="baboon_vector.svg"><metadata
+     id="metadata3187"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3185"><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3195"><path
+         d="M 0,768 1400,768 1400,0 0,0 0,768 z"
+         id="path3197" /></clipPath><clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3215"><path
+         d="M 0,768 1400,768 1400,0 0,0 0,768 z"
+         id="path3217" /></clipPath></defs><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1440"
+     inkscape:window-height="851"
+     id="namedview3183"
+     showgrid="false"
+     inkscape:zoom="0.20550291"
+     inkscape:cx="1534.1667"
+     inkscape:cy="795.78156"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g3189" /><g
+     id="g3189"
+     inkscape:groupmode="layer"
+     inkscape:label="baboon_vector"
+     transform="matrix(1.25,0,0,-1.25,0,960)"><g
+       id="g3191"><g
+         id="g3193"
+         clip-path="url(#clipPath3195)"><g
+           id="g3199"
+           transform="translate(458.9561,569.9678)"><path
+             d="m 0,0 59.835,69.355 87.034,26.518 133.949,-7.479 c 0,0 74.116,-32.639 74.795,-34.678 0.68,-2.04 84.314,-59.155 84.314,-59.155 l 12.238,-74.795 5.439,-97.912 -13.598,-25.159 -4.76,-40.797 -18.358,-23.118 24.39,-5.561 0.501,-5.192 -14.012,-60.641 16.477,-93.368 7.223,-49.972 -208.295,-51.754 -18.552,4.005 -37.468,8.325 -10.036,4.036 -66.885,10.101 c 0,0 -14.959,74.793 -16.999,73.433 -2.039,-1.359 -42.836,56.437 -42.836,56.437 l -19.719,65.274 12.48,74.571 -7.961,9.643 -26.479,16.187 -12.716,38.309 4.08,48.277 8.769,38.985 L 6.608,-74.308 0,0 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3201" /></g><g
+           id="g3203"
+           transform="translate(78.8657,682.1582)"><path
+             d="M 0,0 142.789,40.797 259.74,52.355 313.457,-232.543 204.665,-291.698 78.194,-293.738 0,0 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3205" /></g><g
+           id="g3207"
+           transform="translate(269.5122,345.2344)"><path
+             d="M 0,0 18.801,-74.425 40.728,-85.408 59.539,-59.541 40.259,13.503 36.821,15.669 0,0 z"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+             id="path3209" /></g></g></g><g
+       id="g3223"
+       transform="translate(741.918,109.0332)"><path
+         d="m 0,0 -17.236,-9.401 -16.452,-22.721 -0.783,12.537 6.268,17.234 13.317,6.268 L 0,7.833 14.884,3.917 0,0 z m 172.622,-21.824 c -0.031,0.271 -0.081,0.535 -0.117,0.804 -20.85,7.653 -49.59,7.327 -66.874,10.927 -13.849,2.886 -23.047,9.119 -27.032,12.298 -9.863,-8.494 -12.025,-14.377 -12.025,-14.377 0,0 -9.816,15.309 -30.17,25.76 -7.05,3.621 -17.767,5.691 -29.341,5.691 -24.297,0 -52.384,-9.155 -58.339,-32.223 -10.458,-40.511 9.697,-76.594 49.814,-77.623 1.325,-0.034 2.623,-0.12 3.894,-0.12 36.131,0 48.855,8.572 58.323,15.478 0.027,0.021 0.104,0 0.104,0 0,0 25.126,-11.506 53.529,-11.506 4.419,0 9.156,0.415 14.249,1.063 31.641,4.018 47.989,28.124 43.985,63.828"
+         style="fill:#df0019;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3225"
+         inkscape:connector-curvature="0" /></g><g
+       id="g3227"
+       transform="translate(300.8481,270.0254)"><path
+         d="m 0,0 c -3.063,-0.691 -12.535,0.784 -12.535,0.784 l 6.267,-25.853 43.481,13.319 -9.01,27.418 C 28.203,15.668 7.867,1.777 0,0"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3229"
+         inkscape:connector-curvature="0" /></g><g
+       id="g3231"
+       transform="translate(211.66052,615.85984)"><path
+         d="m 0,0 -16.243,-2.871 -15.462,-9.4 4.323,-10.938 14.568,9.89 L 2.75,-8.771 0,0 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3233"
+         inkscape:connector-curvature="0" /></g><g
+       id="g3235"
+       transform="translate(274.15732,626.4084)"><path
+         d="m 0,0 -15.64,0.407 -14.279,-3.608 2.008,-9.747 14.756,4.208 L 1.111,-8.215 0,0 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3237"
+         inkscape:connector-curvature="0" /></g><path
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="M 436.65625 22.28125 C 436.65625 22.28125 338.18375 25.385 251 42.8125 C 163.24875 60.35375 70.40625 99.65625 70.40625 99.65625 L 175.1875 495.28125 L 327.96875 492.34375 L 337.75 527.59375 C 337.75 527.59375 365.095 523.25875 373 518.78125 C 376.31375 516.90375 383.78125 508 383.78125 508 L 377.75 484.65625 L 504.21875 407.15625 L 436.65625 22.28125 z M 410.53125 55.1875 L 465.6875 393.3125 L 346.59375 456.625 L 202.75 466.46875 L 112 114.40625 L 263 79.1875 L 410.53125 55.1875 z "
+       transform="matrix(0.8,0,0,-0.8,0,768)"
+       id="path3253" /><g
+       id="g3247"
+       transform="matrix(1.199238,-0.02879331,0.02673084,1.0520756,172.41935,498.37339)"><path
+         d="m 0,0 c 0,0 -1.861,1.481 -9.143,-1.457 9.712,18.867 9.439,39.989 9.439,39.989 0,0 -3.106,-2.465 -11.311,-8.47 9.241,23.044 5.338,72.525 5.338,72.525 0,0 -17.493,40.746 -13.657,45.799 8.841,11.65 23.834,23.968 44.295,25.594 17.935,1.424 44.606,-4.953 55.865,-15.284 4.536,-4.161 23.367,-47.493 23.367,-47.493 0,0 6.104,-35.271 11.619,-54.108 5.513,-18.839 11.054,-26.674 21.284,-34.825 17.831,-14.207 27.076,-29.938 27.076,-29.938 L 143.399,3.945 c 3.655,-17.356 14.875,-34.28 27.39,-47.672 -12.863,1.507 -19.61,8.783 -19.61,8.783 0,0 2.151,-12.664 9.109,-26.554 l 28.712,15.264 -1.762,10.805 c -5.128,9.304 -9.336,15.534 -9.336,15.534 0,0 2.089,0.956 7.385,-3.572 l -2.005,12.296 c -4.814,9.391 -11.773,16.752 -25.115,31.113 5.944,-6.087 15.438,-5.379 20.751,-4.356 l -0.572,3.512 c -2.231,1.278 -5.494,3.171 -10.241,5.957 -12.43,7.299 -22.326,21.049 -22.326,21.049 0,0 12.85,1.815 20.513,11.022 -7.316,-2.641 -18.585,0.799 -18.585,0.799 -17.086,6.772 -15.022,30.217 -17.687,50.587 -2.667,20.37 -9.299,34.125 -9.299,34.125 0,0 -0.243,2.149 11.91,-5.906 -7.744,33.215 -35.545,44.94 -35.545,44.94 0,0 2.223,2.79 22.843,0.044 -16.469,15.817 -32.303,16.896 -32.303,16.896 0,0 10.077,2.25 23.611,0.24 0,0 -3.327,3.508 -7.549,6.453 L 35.985,194.291 -77.543,167.815 -8.211,-101.17 17.481,-99.413 C 8.602,-85.114 -0.371,-63.837 -2.15,-40.857 -4.911,-5.208 0,0 0,0"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3249"
+         inkscape:connector-curvature="0" /></g><g
+       id="g3255"
+       transform="translate(204.22134,580.88353)"><path
+         d="m 0,0 c 0,-1.418 0.43,-2.736 1.168,-3.83 1.523,0.677 3.551,1.094 5.786,1.094 2.164,0 4.133,-0.39 5.639,-1.029 0.711,1.081 1.129,2.374 1.129,3.765 0,3.79 -3.072,6.861 -6.861,6.861 C 3.071,6.861 0,3.79 0,0"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3257"
+         inkscape:connector-curvature="0" /></g><g
+       id="g3259"
+       transform="translate(256.3311,595.31646)"><path
+         d="m 0,0 c 0,-1.418 0.43,-2.736 1.168,-3.83 1.524,0.677 3.552,1.094 5.787,1.094 2.163,0 4.132,-0.39 5.638,-1.029 0.712,1.081 1.129,2.373 1.129,3.765 0,3.79 -3.072,6.861 -6.861,6.861 C 3.071,6.861 0,3.79 0,0"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3261"
+         inkscape:connector-curvature="0" /></g><g
+       id="g4174"
+       transform="matrix(0.99694509,0.07810563,-0.07810563,0.99694509,47.348748,-15.348299)"><g
+         transform="translate(222.5098,610.1558)"
+         id="g3219"><path
+           inkscape:connector-curvature="0"
+           id="path3221"
+           style="fill:#df0019;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 0,0 4.45,2.752 5.34,3.785 7.05,-8.226 7.093,-33.359 17.801,-51.259 13.86,-30.215 26.261,-1.55 -6.685,-35.653 c 0,0 -49.98,-21.871 -49.545,-21.911 -42.657,4.001 -12.553,43.066 -8.631,47.301 L 3.666,-47.869 0,0 z" /></g><g
+         transform="translate(247.626,467.3545)"
+         id="g3239"><path
+           inkscape:connector-curvature="0"
+           id="path3241"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="M 0,0 C -3.044,-0.345 -5.232,-3.092 -4.888,-6.136 -4.543,-9.18 1.576,-2.254 13.308,-4.961 13.971,-1.97 3.044,0.344 0,0" /></g><g
+         transform="translate(279.4419,476.5762)"
+         id="g3243"><path
+           inkscape:connector-curvature="0"
+           id="path3245"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="M 0,0 C 3.271,1.08 6.798,-0.697 7.88,-3.969 8.96,-7.24 -0.55,-3.044 -11.258,-11.329 -13.345,-8.586 -3.272,-1.081 0,0" /></g><g
+         transform="translate(284.1929,525.9082)"
+         id="g3263"><path
+           inkscape:connector-curvature="0"
+           id="path3265"
+           style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="M 0,0 C 0,0 -6.972,28.671 -6.972,29.355 L 1.585,2.864 9.999,-10.564 13.634,-32.697 7.922,-11.098 0,0 z M -0.633,-15.036 -9.19,-4.86 -16.478,25.776 c -0.202,0.684 9.106,-28.811 9.106,-28.811 l 8.64,-11.642 2.469,-17.336 -4.37,16.977 z m -6.339,-6.085 -10.457,16.826 -5.444,28.646 6.614,-27.842 11.311,-18.026 1.413,-9.583 -3.437,9.979 z m -53.462,-13.246 -1.437,24.944 -2.682,28.754 5.106,-29.895 1.212,-21.677 4.139,-18.236 -6.338,16.11 z m -4.265,-19.55 -6.665,15.516 0.404,29.205 -0.882,28.169 3.104,-28.396 0.808,-26.697 4.242,-15.972 2.423,-6.617 -3.434,4.792 z m -9.695,-2.967 -7.117,16.885 1.318,32.01 0,25.223 2.115,-25.061 -0.581,-31.259 5.869,-16.429 5.056,-8.671 -6.66,7.302 z m 103.144,-7.97 -6.676,20.38 2.141,11.54 L 16.499,-9.376 4.557,13.104 -5.879,53.97 c 0,0 -8.325,-7.41 -16.781,-8.08 -8.455,-0.671 -15.09,4.018 -15.09,4.018 0,0 3.592,-17.761 8.659,-37.597 5.069,-19.836 17.528,-44.866 17.528,-44.866 0,0 21.578,-8.197 24.302,-16.587 2.724,-8.391 -3.508,-22.911 -14.102,-26.551 -10.593,-3.64 -32.284,-8.262 -32.284,-8.262 0,0 -19,1.512 -20.438,14.26 0,0 4.131,16.406 10.418,19.225 6.285,2.819 21.362,11.174 21.362,11.174 l -8.254,1.332 -7.664,-1.332 c 0,0 -4.784,11.295 -10.973,35.086 -6.19,23.79 -8.967,42.485 -8.967,42.485 0,0 -3.912,-4.391 -14.199,-4.885 -10.286,-0.494 -16.031,7.988 -16.031,7.988 l 1.027,-30.185 -1.049,-25.83 -0.15,-29.22 5.102,-15.99 19.818,-30.448 c 0,0 14.102,-9.293 31.728,-9.293 16.453,1.328 51.131,18.047 51.131,18.047 l 9.536,16.687 z" /></g></g><g
+       id="g3267"
+       transform="translate(847.2637,321.5059)"><path
+         d="m 0,0 c 2.252,3.516 6.693,15.3 6.693,15.3 0,0 3.778,-13.306 1.912,-17.213 -3.056,-6.404 -23.905,-15.3 -23.905,-15.3 0,0 12.196,12.364 15.3,17.213 m -33.514,23.16 -0.757,56.352 c 0,0 11.136,-14.028 11.843,-19.739 1.176,-9.491 -11.086,-36.613 -11.086,-36.613 m -17.575,236.921 c 0,0 12.453,-15.338 14.854,-21.39 1.424,-3.591 2.286,-15.287 2.286,-15.287 l -17.14,36.677 z M -98.574,-86.136 c -9.757,-0.906 -29.836,1.016 -38.912,4.708 -7.499,3.05 -25.734,19.656 -25.734,19.656 l 24.187,-10.86 -4.701,17.627 15.272,-22.009 41.813,-5.356 c 0,0 -8.812,-3.477 -11.925,-3.766 m -74.428,157.941 c -4.518,10.057 -1.763,44.065 -1.763,44.065 0,0 7.544,-31.093 12.338,-40.541 6.978,-13.754 37.015,-49.352 37.015,-49.352 0,0 -40.824,30.759 -47.59,45.828 m -17.833,-149.47 -40.407,24.724 1.636,-17.575 0.026,-0.035 -5.178,-29.811 -2.056,-10.701 0.383,-33.34 -4.982,36.406 6.41,41.45 -11.063,8.338 -17.532,43.159 23.502,-38.779 2.351,14.101 40.634,-25.695 11.924,-5.651 13.809,-28.871 -19.457,22.28 z m -85.522,138.863 17.212,-34.424 c 0,0 -12.972,11.185 -15.299,16.257 -1.905,4.152 -1.913,18.167 -1.913,18.167 m -2.367,66.042 c 0,0 -6.206,15.581 -6.323,21.082 -0.168,7.817 4.568,23.148 7.695,30.315 0.755,1.73 4.103,6.341 4.103,6.341 0,0 -4.654,-24.542 -5.347,-32.829 -0.518,-6.205 -0.128,-24.909 -0.128,-24.909 m -7.195,-114.809 c -0.334,3.363 1.912,13.387 1.912,13.387 l 3.825,-29.643 c 0,0 -5.313,11.967 -5.737,16.256 m -20.082,53.549 c -1.394,3.571 -0.956,15.301 -0.956,15.301 l 13.388,-30.6 c 0,0 -10.639,10.71 -12.432,15.299 m -6.03,106.795 c 0,0 -0.315,35.831 4.637,46.379 4.531,9.647 29.936,30.356 29.936,30.356 0,0 -17.824,-22.47 -21.503,-31.2 -5.089,-12.077 -10.119,-51.437 -10.119,-51.437 l -2.951,5.902 z M 50.121,205.01 c 3.335,-9.155 1.168,-38.956 1.168,-38.956 0,0 -5.451,29.987 -9.221,39.366 -4.214,10.487 -23.014,38.907 -23.014,38.907 0,0 26.78,-27.546 31.067,-39.317 M 54.506,95.624 c 0,0 6.884,-18.586 5.738,-24.861 -0.773,-4.241 -9.562,-14.345 -9.562,-14.345 0,0 2.414,12.874 2.868,17.212 0.573,5.474 0.956,21.994 0.956,21.994 M 19.125,-13.389 c 0,0 9.656,22.183 11.062,30.068 1.235,6.941 0,28.203 0,28.203 0,0 8.477,-22.819 7.106,-30.538 C 35.845,6.183 19.125,-13.389 19.125,-13.389 m 441.487,-40.965 c -3.249,8.935 -6.587,17.23 -10.01,24.928 l -1.862,28.873 -8.857,-4.876 -25.862,49.457 -4.828,-10.34 c -32.69,31.48 -70.457,34.284 -111.982,31.646 -65.568,-4.163 -91.587,-41.63 -79.098,-57.241 12.49,-15.613 18.733,-5.205 40.589,5.203 21.858,10.407 74.937,26.017 110.323,-2.082 35.386,-28.1 86.383,-109.281 50.997,-169.646 -35.386,-60.365 -105.626,-105.385 -182.135,-88.465 -86.422,19.112 -126.078,60.082 -177.675,74.811 -8.311,1.334 -18.347,2.789 -24.791,3.191 -12.671,0.792 -21.6,14.727 -21.6,14.727 l 17.181,-9.327 25.763,-2.36 c 2.331,14 9.395,49.054 9.395,49.054 l -8.688,87.29 -18.668,-27.06 -7.246,10.184 -21.349,-22.915 -15.473,-1.959 14.67,6.596 21.38,29.409 6.7,-13.754 19.485,24.691 0.004,-0.011 16.47,9.525 -3.123,68.69 10.407,-10.407 -4.163,40.59 22.173,71.502 -34.662,91.899 16.652,-4.162 -19.773,35.386 -40.591,38.509 9.368,17.693 -93.671,9.368 -20.229,-7.165 -18.437,38.292 13.22,8.813 -69.039,14.69 2.938,19.095 -80.791,-23.303 -26.147,-19.191 -116.339,0 8.814,-10.188 -42.501,-40.641 -8.911,-78.491 7.344,-1.494 8.814,-45.548 23.502,-24.978 19.096,45.533 -14.689,-4.409 41.13,48.474 30.848,26.44 -14.69,-1.469 19.096,16.158 105.763,2.938 72.917,15.799 -41.623,-14.742 -30.181,-7.285 -104.079,-1.043 1.04,-11.449 -64.526,-61.403 14.571,2.081 -27.844,-63.28 c -15.017,-13.719 -28.06,-55.016 -36.687,-75.145 -9.367,-21.856 -20.816,-39.55 -20.816,-39.55 0,0 -30.182,-6.244 -61.405,-18.734 -31.224,-12.489 -43.713,4.163 -43.713,4.163 l -3.122,-8.326 c 0,0 -18.28,-9.057 -39.303,-11.825 -16.43,-2.162 -9.967,-20.946 -9.613,-26.684 0.405,-6.57 4.294,-19.774 8.325,-24.978 3.227,-4.165 12.525,-10.425 17.694,-11.448 12.039,-2.385 28.101,5.204 45.794,17.693 74.936,-6.245 103.241,-10.321 126.974,8.326 14.572,11.448 29.142,22.897 41.631,40.59 l -15.611,42.671 -8.327,-14.569 -5.807,44.931 1.841,17.863 5.547,-51.234 7.789,9.257 35.387,-70.772 11.448,4.164 c 0,0 13.515,-18.583 23.057,-32.881 l -26.02,25.006 -10.224,-5.964 -11.076,22.152 c 0,0 -13.383,-2.353 -24.727,-18.027 -15.862,-21.915 -23.503,-24.678 -17.627,-78.735 5.876,-54.055 16.452,-54.055 64.632,-121.039 11.752,-16.452 14.601,-18.465 14.601,-18.465 l -51.03,-27.365 -22.327,-5.876 -21.384,-11.28 c 0,0 4.744,-8.174 7.495,-9.369 4.739,-2.062 20.613,1.56 20.613,1.56 0,0 15.603,-6.763 36.756,-6.763 21.152,0 32.903,8.225 47.005,8.225 14.101,0 38.78,-8.225 57.582,-5.876 18.802,2.351 22.328,12.927 22.328,12.927 l -51.706,54.057 -4.675,47.096 -56.605,75.769 -3.038,9.437 65.791,-82.24 5.107,-46.75 55.161,-61.405 37.468,-8.325 c 0,0 -0.257,1.226 -0.625,3.114 -6.146,15.664 -6.986,34.894 -1.999,54.214 6.975,27.012 38.85,36.596 64.029,36.596 12.506,0 24.179,-2.312 32.025,-6.341 12.912,-6.63 21.851,-15.076 27.029,-20.917 3.673,4.516 7.133,7.194 11.833,11.11 0,0 12.143,-11.751 45.047,-14.101 27.14,-1.939 45.048,-8.226 70.901,-19.585 53.676,-23.584 102.5,-61.785 207.618,-45.132 105.119,16.651 206.073,113.444 164.442,227.929"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path3269"
+         inkscape:connector-curvature="0" /></g><path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m 329.26398,723.3082 -118.025,-19.2 -120.800003,-28.175 72.600003,-281.65 115.075,7.875 95.275,50.65 -44.125,270.5 z m -6.55,-10.575 40.675,-252.4 -87.85,-47.275 -106.125,-7.325 -66.95,262.8 111.4,26.275 108.85,17.925 z"
+       id="path3253-3" /></g></svg>
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/doc/compress.html b/components/originalComponents/static/admin/codemirror/doc/compress.html
new file mode 100755
index 00000000..a0fcb579
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/compress.html
@@ -0,0 +1,163 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror: Compression Helper</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* Script compression
+   helper */
+</pre>
+</div>
+
+    <p>To optimize loading CodeMirror, especially when including a
+    bunch of different modes, it is recommended that you combine and
+    minify (and preferably also gzip) the scripts. This page makes
+    those first two steps very easy. Simply select the version and
+    scripts you need in the form below, and
+    click <strong>Compress</strong> to download the minified script
+    file.</p>
+
+    <form id="form" action="http://marijnhaverbeke.nl/uglifyjs" method="post">
+      <input type="hidden" id="download" name="download" value="codemirror-compressed.js"/>
+      <p>Version: <select id="version" onchange="setVersion(this);" style="padding: 1px">
+        <option value="http://codemirror.net/">HEAD</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v3.0beta1;f=">3.0beta1</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.34;f=">2.34</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.33;f=">2.33</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.32;f=">2.32</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.31;f=">2.31</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.3;f=">2.3</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.25;f=">2.25</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.24;f=">2.24</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.23;f=">2.23</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.22;f=">2.22</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.21;f=">2.21</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.2;f=">2.2</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.18;f=">2.18</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.16;f=">2.16</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.15;f=">2.15</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.13;f=">2.13</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.12;f=">2.12</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.11;f=">2.11</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.1;f=">2.1</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.02;f=">2.02</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.01;f=">2.01</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=v2.0;f=">2.0</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=beta2;f=">beta2</option>
+        <option value="http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=beta1;f=">beta1</option>
+      </select></p>
+
+      <select multiple="multiple" size="20" name="code_url" style="width: 40em;" class="field" id="files">
+        <optgroup label="CodeMirror Library">
+          <option value="http://codemirror.net/lib/codemirror.js" selected>codemirror.js</option>
+        </optgroup>
+        <optgroup label="Modes">
+          <option value="http://codemirror.net/mode/clike/clike.js">clike.js</option>
+          <option value="http://codemirror.net/mode/clojure/clojure.js">clojure.js</option>
+          <option value="http://codemirror.net/mode/coffeescript/coffeescript.js">coffeescript.js</option>
+          <option value="http://codemirror.net/mode/commonlisp/commonlisp.js">commonlisp.js</option>
+          <option value="http://codemirror.net/mode/css/css.js">css.js</option>
+          <option value="http://codemirror.net/mode/diff/diff.js">diff.js</option>
+          <option value="http://codemirror.net/mode/ecl/ecl.js">ecl.js</option>
+          <option value="http://codemirror.net/mode/erlang/erlang.js">erlang.js</option>
+          <option value="http://codemirror.net/mode/gfm/gfm.js">gfm.js</option>
+          <option value="http://codemirror.net/mode/go/go.js">go.js</option>
+          <option value="http://codemirror.net/mode/groovy/groovy.js">groovy.js</option>
+          <option value="http://codemirror.net/mode/haskell/haskell.js">haskell.js</option>
+          <option value="http://codemirror.net/mode/haxe/haxe.js">haxe.js</option>
+          <option value="http://codemirror.net/mode/htmlembedded/htmlembedded.js">htmlembedded.js</option>
+          <option value="http://codemirror.net/mode/htmlmixed/htmlmixed.js">htmlmixed.js</option>
+          <option value="http://codemirror.net/mode/javascript/javascript.js">javascript.js</option>
+          <option value="http://codemirror.net/mode/jinja2/jinja2.js">jinja2.js</option>
+          <option value="http://codemirror.net/mode/less/less.js">less.js</option>
+          <option value="http://codemirror.net/mode/lua/lua.js">lua.js</option>
+          <option value="http://codemirror.net/mode/markdown/markdown.js">markdown.js</option>
+          <option value="http://codemirror.net/mode/mysql/mysql.js">mysql.js</option>
+          <option value="http://codemirror.net/mode/ntriples/ntriples.js">ntriples.js</option>
+          <option value="http://codemirror.net/mode/ocaml/ocaml.js">ocaml.js</option>
+          <option value="http://codemirror.net/mode/pascal/pascal.js">pascal.js</option>
+          <option value="http://codemirror.net/mode/perl/perl.js">perl.js</option>
+          <option value="http://codemirror.net/mode/php/php.js">php.js</option>
+          <option value="http://codemirror.net/mode/pig/pig.js">pig.js</option>
+          <option value="http://codemirror.net/mode/plsql/plsql.js">plsql.js</option>
+          <option value="http://codemirror.net/mode/properties/properties.js">properties.js</option>
+          <option value="http://codemirror.net/mode/python/python.js">python.js</option>
+          <option value="http://codemirror.net/mode/r/r.js">r.js</option>
+          <option value="http://codemirror.net/mode/rpm/changes/changes.js">rpm/changes.js</option>
+          <option value="http://codemirror.net/mode/rpm/spec/spec.js">rpm/spec.js</option>
+          <option value="http://codemirror.net/mode/rst/rst.js">rst.js</option>
+          <option value="http://codemirror.net/mode/ruby/ruby.js">ruby.js</option>
+          <option value="http://codemirror.net/mode/rust/rust.js">rust.js</option>
+          <option value="http://codemirror.net/mode/scheme/scheme.js">scheme.js</option>
+          <option value="http://codemirror.net/mode/shell/shell.js">shell.js</option>
+          <option value="http://codemirror.net/mode/sieve/sieve.js">sieve.js</option>
+          <option value="http://codemirror.net/mode/smalltalk/smalltalk.js">smalltalk.js</option>
+          <option value="http://codemirror.net/mode/smarty/smarty.js">smarty.js</option>
+          <option value="http://codemirror.net/mode/sparql/sparql.js">sparql.js</option>
+          <option value="http://codemirror.net/mode/stex/stex.js">stex.js</option>
+          <option value="http://codemirror.net/mode/tiddlywiki/tiddlywiki.js">tiddlywiki.js</option>
+          <option value="http://codemirror.net/mode/tiki/tiki.js">tiki.js</option>
+          <option value="http://codemirror.net/mode/vb/vb.js">vb.js</option>
+          <option value="http://codemirror.net/mode/vbscript/vbscript.js">vbscript.js</option>
+          <option value="http://codemirror.net/mode/velocity/velocity.js">velocity.js</option>
+          <option value="http://codemirror.net/mode/verilog/verilog.js">verilog.js</option>
+          <option value="http://codemirror.net/mode/xml/xml.js">xml.js</option>
+          <option value="http://codemirror.net/mode/xquery/xquery.js">xquery.js</option>
+          <option value="http://codemirror.net/mode/yaml/yaml.js">yaml.js</option>
+        </optgroup>
+        <optgroup label="Utilities and add-ons">
+          <option value="http://codemirror.net/lib/util/overlay.js">overlay.js</option>
+          <option value="http://codemirror.net/lib/util/multiplex.js">multiplex.js</option>
+          <option value="http://codemirror.net/lib/util/runmode.js">runmode.js</option>
+          <option value="http://codemirror.net/lib/util/simple-hint.js">simple-hint.js</option>
+          <option value="http://codemirror.net/lib/util/javascript-hint.js">javascript-hint.js</option>
+          <option value="http://codemirror.net/lib/util/xml-hint.js">xml-hint.js</option>
+          <option value="http://codemirror.net/lib/util/foldcode.js">foldcode.js</option>
+          <option value="http://codemirror.net/lib/util/dialog.js">dialog.js</option>
+          <option value="http://codemirror.net/lib/util/search.js">search.js</option>
+          <option value="http://codemirror.net/lib/util/searchcursor.js">searchcursor.js</option>
+          <option value="http://codemirror.net/lib/util/formatting.js">formatting.js</option>
+          <option value="http://codemirror.net/lib/util/match-highlighter.js">match-highlighter.js</option>
+          <option value="http://codemirror.net/lib/util/closetag.js">closetag.js</option>
+          <option value="http://codemirror.net/lib/util/loadmode.js">loadmode.js</option>
+        </optgroup>
+        <optgroup label="Keymaps">
+          <option value="http://codemirror.net/keymap/emacs.js">emacs.js</option>
+          <option value="http://codemirror.net/keymap/vim.js">vim.js</option>
+        </optgroup>
+      </select></p>
+
+      <p>
+        <button type="submit">Compress</button> with <a href="http://github.com/mishoo/UglifyJS/">UglifyJS</a>
+      </p>
+
+      <p>Custom code to add to the compressed file:<textarea name="js_code" style="width: 100%; height: 15em;" class="field"></textarea></p>
+    </form>
+
+    <script type="text/javascript">
+      function setVersion(ver) {
+        var urlprefix = ver.options[ver.selectedIndex].value;
+        var select = document.getElementById("files"), m;
+        for (var optgr = select.firstChild; optgr; optgr = optgr.nextSibling)
+          for (var opt = optgr.firstChild; opt; opt = opt.nextSibling) {
+            if (opt.nodeName != "OPTION")
+              continue;
+            else if (m = opt.value.match(/^http:\/\/codemirror.net\/(.*)$/))
+              opt.value = urlprefix + m[1];
+            else if (m = opt.value.match(/http:\/\/marijnhaverbeke.nl\/git\/codemirror\?a=blob_plain;hb=[^;]+;f=(.*)$/))
+              opt.value = urlprefix + m[1];
+          }
+       }
+    </script>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/docs.css b/components/originalComponents/static/admin/codemirror/doc/docs.css
new file mode 100755
index 00000000..f48e3b72
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/docs.css
@@ -0,0 +1,165 @@
+body {
+  font-family: Droid Sans, Arial, sans-serif;
+  line-height: 1.5;
+  max-width: 64.3em;
+  margin: 3em auto;
+  padding: 0 1em;
+}
+
+h1 {
+  letter-spacing: -3px;
+  font-size: 3.23em;
+  font-weight: bold;
+  margin: 0;
+}
+
+h2 {
+  font-size: 1.23em;
+  font-weight: bold;
+  margin: .5em 0;
+  letter-spacing: -1px;
+}
+
+h3 {
+  font-size: 1em;
+  font-weight: bold;
+  margin: .4em 0;
+}
+
+pre {
+  background-color: #eee;
+  -moz-border-radius: 6px;
+  -webkit-border-radius: 6px;
+  border-radius: 6px;
+  padding: 1em;
+}
+
+pre.code {
+  margin: 0 1em;
+}
+
+.grey {
+  background-color: #eee;
+  border-radius: 6px;
+  margin-bottom: 1.65em;
+  margin-top: 0.825em;
+  padding: 0.825em 1.65em;
+  position: relative;
+}
+
+img.logo {
+  position: absolute;
+  right: -1em;
+  bottom: 4px;
+  max-width: 23.6875em; /* Scale image down with text to prevent clipping */
+}
+
+.grey > pre {
+  background:none;
+  border-radius:0;
+  padding:0;
+  margin:0;
+  font-size:2.2em;
+  line-height:1.2em;
+}
+
+a:link, a:visited, .quasilink {
+  color: #df0019;
+  cursor: pointer;
+  text-decoration: none;
+}
+
+a:hover, .quasilink:hover {
+  color: #800004;
+}
+
+h1 a:link, h1 a:visited, h1 a:hover {
+  color: black;
+}
+
+ul {
+  margin: 0;
+  padding-left: 1.2em;
+}
+
+a.download {
+  color: white;
+  background-color: #df0019;
+  width: 100%;
+  display: block;
+  text-align: center;
+  font-size: 1.23em;
+  font-weight: bold;
+  text-decoration: none;
+  -moz-border-radius: 6px;
+  -webkit-border-radius: 6px;
+  border-radius: 6px;
+  padding: .5em 0;
+  margin-bottom: 1em;
+}
+
+a.download:hover {
+  background-color: #bb0010;
+}
+
+.rel {
+  margin-bottom: 0;
+}
+
+.rel-note {
+  color: #777;
+  font-size: .9em;
+  margin-top: .1em;
+}
+
+.logo-braces {
+  color: #df0019;
+  position: relative;
+  top: -4px;
+}
+
+.blk {
+  float: left;
+}
+
+.left {
+  width: 37em;
+  padding-right: 6.53em;
+  padding-bottom: 1em;
+}
+
+.left1 {
+  width: 15.24em;
+  padding-right: 6.45em;
+}
+
+.left2 {
+  width: 15.24em;
+}
+
+.right {
+  width: 20.68em;
+}
+
+.leftbig {
+  width: 42.44em;
+  padding-right: 6.53em;
+}
+
+.rightsmall {
+  width: 15.24em;
+}
+
+.clear:after {
+  visibility: hidden;
+  display: block;
+  font-size: 0;
+  content: " ";
+  clear: both;
+  height: 0;
+}
+.clear { display: inline-block; }
+/* start commented backslash hack \*/
+* html .clear { height: 1%; }
+.clear { display: block; }
+/* close commented backslash hack */
diff --git a/components/originalComponents/static/admin/codemirror/doc/internals.html b/components/originalComponents/static/admin/codemirror/doc/internals.html
new file mode 100755
index 00000000..d8594198
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/internals.html
@@ -0,0 +1,497 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror: Internals</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+    <style>dl dl {margin: 0;} .update {color: #d40 !important}</style>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* (Re-) Implementing A Syntax-
+   Highlighting Editor in JavaScript */
+</pre>
+</div>
+
+<div class="clear"><div class="leftbig blk">
+
+<p style="font-size: 85%" id="intro">
+  <strong>Topic:</strong> JavaScript, code editor implementation<br>
+  <strong>Author:</strong> Marijn Haverbeke<br>
+  <strong>Date:</strong> March 2nd 2011 (updated November 13th 2011)
+</p>
+
+<p>This is a followup to
+my <a href="http://codemirror.net/story.html">Brutal Odyssey to the
+Dark Side of the DOM Tree</a> story. That one describes the
+mind-bending process of implementing (what would become) CodeMirror 1.
+This one describes the internals of CodeMirror 2, a complete rewrite
+and rethink of the old code base. I wanted to give this piece another
+Hunter Thompson copycat subtitle, but somehow that would be out of
+place—the process this time around was one of straightforward
+engineering, requiring no serious mind-bending whatsoever.</p>
+
+<p>So, what is wrong with CodeMirror 1? I'd estimate, by mailing list
+activity and general search-engine presence, that it has been
+integrated into about a thousand systems by now. The most prominent
+one, since a few weeks,
+being <a href="http://googlecode.blogspot.com/2011/01/make-quick-fixes-quicker-on-google.html">Google
+code's project hosting</a>. It works, and it's being used widely.</a>
+
+<p>Still, I did not start replacing it because I was bored. CodeMirror
+1 was heavily reliant on <code>designMode</code>
+or <code>contentEditable</code> (depending on the browser). Neither of
+these are well specified (HTML5 tries
+to <a href="http://www.w3.org/TR/html5/editing.html#contenteditable">specify</a>
+their basics), and, more importantly, they tend to be one of the more
+obscure and buggy areas of browser functionality—CodeMirror, by using
+this functionality in a non-typical way, was constantly running up
+against browser bugs. WebKit wouldn't show an empty line at the end of
+the document, and in some releases would suddenly get unbearably slow.
+Firefox would show the cursor in the wrong place. Internet Explorer
+would insist on linkifying everything that looked like a URL or email
+address, a behaviour that can't be turned off. Some bugs I managed to
+work around (which was often a frustrating, painful process), others,
+such as the Firefox cursor placement, I gave up on, and had to tell
+user after user that they were known problems, but not something I
+could help.</p>
+
+<p>Also, there is the fact that <code>designMode</code> (which seemed
+to be less buggy than <code>contentEditable</code> in Webkit and
+Firefox, and was thus used by CodeMirror 1 in those browsers) requires
+a frame. Frames are another tricky area. It takes some effort to
+prevent getting tripped up by domain restrictions, they don't
+initialize synchronously, behave strangely in response to the back
+button, and, on several browsers, can't be moved around the DOM
+without having them re-initialize. They did provide a very nice way to
+namespace the library, though—CodeMirror 1 could freely pollute the
+namespace inside the frame.</p>
+
+<p>Finally, working with an editable document means working with
+selection in arbitrary DOM structures. Internet Explorer (8 and
+before) has an utterly different (and awkward) selection API than all
+of the other browsers, and even among the different implementations of
+<code>document.selection</code>, details about how exactly a selection
+is represented vary quite a bit. Add to that the fact that Opera's
+selection support tended to be very buggy until recently, and you can
+imagine why CodeMirror 1 contains 700 lines of selection-handling
+code.</p>
+
+<p>And that brings us to the main issue with the CodeMirror 1
+code base: The proportion of browser-bug-workarounds to real
+application code was getting dangerously high. By building on top of a
+few dodgy features, I put the system in a vulnerable position—any
+incompatibility and bugginess in these features, I had to paper over
+with my own code. Not only did I have to do some serious stunt-work to
+get it to work on older browsers (as detailed in the
+previous <a href="http://codemirror.net/story.html">story</a>), things
+also kept breaking in newly released versions, requiring me to come up
+with <em>new</em> scary hacks in order to keep up. This was starting
+to lose its appeal.</p>
+
+<h2 id="approach">General Approach</h2>
+
+<p>What CodeMirror 2 does is try to sidestep most of the hairy hacks
+that came up in version 1. I owe a lot to the
+<a href="http://ace.ajax.org">ACE</a> editor for inspiration on how to
+approach this.</p>
+
+<p>I absolutely did not want to be completely reliant on key events to
+generate my input. Every JavaScript programmer knows that key event
+information is horrible and incomplete. Some people (most awesomely
+Mihai Bazon with <a href="http://ymacs.org">Ymacs</a>) have been able
+to build more or less functioning editors by directly reading key
+events, but it takes a lot of work (the kind of never-ending, fragile
+work I described earlier), and will never be able to properly support
+things like multi-keystoke international character
+input. <a href="#keymap" class="update">[see below for caveat]</a></p>
+
+<p>So what I do is focus a hidden textarea, and let the browser
+believe that the user is typing into that. What we show to the user is
+a DOM structure we built to represent his document. If this is updated
+quickly enough, and shows some kind of believable cursor, it feels
+like a real text-input control.</p>
+
+<p>Another big win is that this DOM representation does not have to
+span the whole document. Some CodeMirror 1 users insisted that they
+needed to put a 30 thousand line XML document into CodeMirror. Putting
+all that into the DOM takes a while, especially since, for some
+reason, an editable DOM tree is slower than a normal one on most
+browsers. If we have full control over what we show, we must only
+ensure that the visible part of the document has been added, and can
+do the rest only when needed. (Fortunately, the <code>onscroll</code>
+event works almost the same on all browsers, and lends itself well to
+displaying things only as they are scrolled into view.)</p>
+
+<h2 id="input">Input</h2>
+
+<p>ACE uses its hidden textarea only as a text input shim, and does
+all cursor movement and things like text deletion itself by directly
+handling key events. CodeMirror's way is to let the browser do its
+thing as much as possible, and not, for example, define its own set of
+key bindings. One way to do this would have been to have the whole
+document inside the hidden textarea, and after each key event update
+the display DOM to reflect what's in that textarea.</p>
+
+<p>That'd be simple, but it is not realistic. For even medium-sized
+document the editor would be constantly munging huge strings, and get
+terribly slow. What CodeMirror 2 does is put the current selection,
+along with an extra line on the top and on the bottom, into the
+textarea.</p>
+
+<p>This means that the arrow keys (and their ctrl-variations), home,
+end, etcetera, do not have to be handled specially. We just read the
+cursor position in the textarea, and update our cursor to match it.
+Also, copy and paste work pretty much for free, and people get their
+native key bindings, without any special work on my part. For example,
+I have emacs key bindings configured for Chrome and Firefox. There is
+no way for a script to detect this. <a class="update"
+href="#keymap">[no longer the case]</a></p>
+
+<p>Of course, since only a small part of the document sits in the
+textarea, keys like page up and ctrl-end won't do the right thing.
+CodeMirror is catching those events and handling them itself.</p>
+
+<h2 id="selection">Selection</h2>
+
+<p>Getting and setting the selection range of a textarea in modern
+browsers is trivial—you just use the <code>selectionStart</code>
+and <code>selectionEnd</code> properties. On IE you have to do some
+insane stuff with temporary ranges and compensating for the fact that
+moving the selection by a 'character' will treat \r\n as a single
+character, but even there it is possible to build functions that
+reliably set and get the selection range.</p>
+
+<p>But consider this typical case: When I'm somewhere in my document,
+press shift, and press the up arrow, something gets selected. Then, if
+I, still holding shift, press the up arrow again, the top of my
+selection is adjusted. The selection remembers where its <em>head</em>
+and its <em>anchor</em> are, and moves the head when we shift-move.
+This is a generally accepted property of selections, and done right by
+every editing component built in the past twenty years.</p>
+
+<p>But not something that the browser selection APIs expose.</p>
+
+<p>Great. So when someone creates an 'upside-down' selection, the next
+time CodeMirror has to update the textarea, it'll re-create the
+selection as an 'upside-up' selection, with the anchor at the top, and
+the next cursor motion will behave in an unexpected way—our second
+up-arrow press in the example above will not do anything, since it is
+interpreted in exactly the same way as the first.</p>
+
+<p>No problem. We'll just, ehm, detect that the selection is
+upside-down (you can tell by the way it was created), and then, when
+an upside-down selection is present, and a cursor-moving key is
+pressed in combination with shift, we quickly collapse the selection
+in the textarea to its start, allow the key to take effect, and then
+combine its new head with its old anchor to get the <em>real</em>
+selection.</p>
+
+<p>In short, scary hacks could not be avoided entirely in CodeMirror
+2.</p>
+
+<p>And, the observant reader might ask, how do you even know that a
+key combo is a cursor-moving combo, if you claim you support any
+native key bindings? Well, we don't, but we can learn. The editor
+keeps a set known cursor-movement combos (initialized to the
+predictable defaults), and updates this set when it observes that
+pressing a certain key had (only) the effect of moving the cursor.
+This, of course, doesn't work if the first time the key is used was
+for extending an inverted selection, but it works most of the
+time.</p>
+
+<h2 id="update">Intelligent Updating</h2>
+
+<p>One thing that always comes up when you have a complicated internal
+state that's reflected in some user-visible external representation
+(in this case, the displayed code and the textarea's content) is
+keeping the two in sync. The naive way is to just update the display
+every time you change your state, but this is not only error prone
+(you'll forget), it also easily leads to duplicate work on big,
+composite operations. Then you start passing around flags indicating
+whether the display should be updated in an attempt to be efficient
+again and, well, at that point you might as well give up completely.</p>
+
+<p>I did go down that road, but then switched to a much simpler model:
+simply keep track of all the things that have been changed during an
+action, and then, only at the end, use this information to update the
+user-visible display.</p>
+
+<p>CodeMirror uses a concept of <em>operations</em>, which start by
+calling a specific set-up function that clears the state and end by
+calling another function that reads this state and does the required
+updating. Most event handlers, and all the user-visible methods that
+change state are wrapped like this. There's a method
+called <code>operation</code> that accepts a function, and returns
+another function that wraps the given function as an operation.</p>
+
+<p>It's trivial to extend this (as CodeMirror does) to detect nesting,
+and, when an operation is started inside an operation, simply
+increment the nesting count, and only do the updating when this count
+reaches zero again.</p>
+
+<p>If we have a set of changed ranges and know the currently shown
+range, we can (with some awkward code to deal with the fact that
+changes can add and remove lines, so we're dealing with a changing
+coordinate system) construct a map of the ranges that were left
+intact. We can then compare this map with the part of the document
+that's currently visible (based on scroll offset and editor height) to
+determine whether something needs to be updated.</p>
+
+<p>CodeMirror uses two update algorithms—a full refresh, where it just
+discards the whole part of the DOM that contains the edited text and
+rebuilds it, and a patch algorithm, where it uses the information
+about changed and intact ranges to update only the out-of-date parts
+of the DOM. When more than 30 percent (which is the current heuristic,
+might change) of the lines need to be updated, the full refresh is
+chosen (since it's faster to do than painstakingly finding and
+updating all the changed lines), in the other case it does the
+patching (so that, if you scroll a line or select another character,
+the whole screen doesn't have to be
+re-rendered). <span class="update">[the full-refresh
+algorithm was dropped, it wasn't really faster than the patching
+one]</span></p>
+
+<p>All updating uses <code>innerHTML</code> rather than direct DOM
+manipulation, since that still seems to be by far the fastest way to
+build documents. There's a per-line function that combines the
+highlighting, <a href="manual.html#markText">marking</a>, and
+selection info for that line into a snippet of HTML. The patch updater
+uses this to reset individual lines, the refresh updater builds an
+HTML chunk for the whole visible document at once, and then uses a
+single <code>innerHTML</code> update to do the refresh.</p>
+
+<h2 id="parse">Parsers can be Simple</h2>
+
+<p>When I wrote CodeMirror 1, I
+thought <a href="http://codemirror.net/story.html#parser">interruptable
+parsers</a> were a hugely scary and complicated thing, and I used a
+bunch of heavyweight abstractions to keep this supposed complexity
+under control: parsers
+were <a href="http://bob.pythonmac.org/archives/2005/07/06/iteration-in-javascript/">iterators</a>
+that consumed input from another iterator, and used funny
+closure-resetting tricks to copy and resume themselves.</p>
+
+<p>This made for a rather nice system, in that parsers formed strictly
+separate modules, and could be composed in predictable ways.
+Unfortunately, it was quite slow (stacking three or four iterators on
+top of each other), and extremely intimidating to people not used to a
+functional programming style.</p>
+
+<p>With a few small changes, however, we can keep all those
+advantages, but simplify the API and make the whole thing less
+indirect and inefficient. CodeMirror
+2's <a href="manual.html#modeapi">mode API</a> uses explicit state
+objects, and makes the parser/tokenizer a function that simply takes a
+state and a character stream abstraction, advances the stream one
+token, and returns the way the token should be styled. This state may
+be copied, optionally in a mode-defined way, in order to be able to
+continue a parse at a given point. Even someone who's never touched a
+lambda in his life can understand this approach. Additionally, far
+fewer objects are allocated in the course of parsing now.</p>
+
+<p>The biggest speedup comes from the fact that the parsing no longer
+has to touch the DOM though. In CodeMirror 1, on an older browser, you
+could <em>see</em> the parser work its way through the document,
+managing some twenty lines in each 50-millisecond time slice it got. It
+was reading its input from the DOM, and updating the DOM as it went
+along, which any experienced JavaScript programmer will immediately
+spot as a recipe for slowness. In CodeMirror 2, the parser usually
+finishes the whole document in a single 100-millisecond time slice—it
+manages some 1500 lines during that time on Chrome. All it has to do
+is munge strings, so there is no real reason for it to be slow
+anymore.</p>
+
+<h2 id="summary">What Gives?</h2>
+
+<p>Given all this, what can you expect from CodeMirror 2?</p>
+
+<ul>
+
+<li><strong>Small.</strong> the base library is
+some <span class="update">45k</span> when minified
+now, <span class="update">17k</span> when gzipped. It's smaller than
+its own logo.</li>
+
+<li><strong>Lightweight.</strong> CodeMirror 2 initializes very
+quickly, and does almost no work when it is not focused. This means
+you can treat it almost like a textarea, have multiple instances on a
+page without trouble.</li>
+
+<li><strong>Huge document support.</strong> Since highlighting is
+really fast, and no DOM structure is being built for non-visible
+content, you don't have to worry about locking up your browser when a
+user enters a megabyte-sized document.</li>
+
+<li><strong>Extended API.</strong> Some things kept coming up in the
+mailing list, such as marking pieces of text or lines, which were
+extremely hard to do with CodeMirror 1. The new version has proper
+support for these built in.</li>
+
+<li><strong>Tab support.</strong> Tabs inside editable documents were,
+for some reason, a no-go. At least six different people announced they
+were going to add tab support to CodeMirror 1, none survived (I mean,
+none delivered a working version). CodeMirror 2 no longer removes tabs
+from your document.</li>
+
+<li><strong>Sane styling.</strong> <code>iframe</code> nodes aren't
+really known for respecting document flow. Now that an editor instance
+is a plain <code>div</code> element, it is much easier to size it to
+fit the surrounding elements. You don't even have to make it scroll if
+you do not <a href="../demo/resize.html">want to</a>.</li>
+
+</ul>
+
+<p>On the downside, a CodeMirror 2 instance is <em>not</em> a native
+editable component. Though it does its best to emulate such a
+component as much as possible, there is functionality that browsers
+just do not allow us to hook into. Doing select-all from the context
+menu, for example, is not currently detected by CodeMirror.</p>
+
+<p id="changes" style="margin-top: 2em;"><span style="font-weight:
+bold">[Updates from November 13th 2011]</span> Recently, I've made
+some changes to the codebase that cause some of the text above to no
+longer be current. I've left the text intact, but added markers at the
+passages that are now inaccurate. The new situation is described
+below.</p>
+
+<h2 id="btree">Content Representation</h2>
+
+<p>The original implementation of CodeMirror 2 represented the
+document as a flat array of line objects. This worked well—splicing
+arrays will require the part of the array after the splice to be
+moved, but this is basically just a simple <code>memmove</code> of a
+bunch of pointers, so it is cheap even for huge documents.</p>
+
+<p>However, I recently added line wrapping and code folding (line
+collapsing, basically). Once lines start taking up a non-constant
+amount of vertical space, looking up a line by vertical position
+(which is needed when someone clicks the document, and to determine
+the visible part of the document during scrolling) can only be done
+with a linear scan through the whole array, summing up line heights as
+you go. Seeing how I've been going out of my way to make big documents
+fast, this is not acceptable.</p>
+
+<p>The new representation is based on a B-tree. The leaves of the tree
+contain arrays of line objects, with a fixed minimum and maximum size,
+and the non-leaf nodes simply hold arrays of child nodes. Each node
+stores both the amount of lines that live below them and the vertical
+space taken up by these lines. This allows the tree to be indexed both
+by line number and by vertical position, and all access has
+logarithmic complexity in relation to the document size.</p>
+
+<p>I gave line objects and tree nodes parent pointers, to the node
+above them. When a line has to update its height, it can simply walk
+these pointers to the top of the tree, adding or subtracting the
+difference in height from each node it encounters. The parent pointers
+also make it cheaper (in complexity terms, the difference is probably
+tiny in normal-sized documents) to find the current line number when
+given a line object. In the old approach, the whole document array had
+to be searched. Now, we can just walk up the tree and count the sizes
+of the nodes coming before us at each level.</p>
+
+<p>I chose B-trees, not regular binary trees, mostly because they
+allow for very fast bulk insertions and deletions. When there is a big
+change to a document, it typically involves adding, deleting, or
+replacing a chunk of subsequent lines. In a regular balanced tree, all
+these inserts or deletes would have to be done separately, which could
+be really expensive. In a B-tree, to insert a chunk, you just walk
+down the tree once to find where it should go, insert them all in one
+shot, and then break up the node if needed. This breaking up might
+involve breaking up nodes further up, but only requires a single pass
+back up the tree. For deletion, I'm somewhat lax in keeping things
+balanced—I just collapse nodes into a leaf when their child count goes
+below a given number. This means that there are some weird editing
+patterns that may result in a seriously unbalanced tree, but even such
+an unbalanced tree will perform well, unless you spend a day making
+strangely repeating edits to a really big document.</p>
+
+<h2 id="keymap">Keymaps</h2>
+
+<p><a href="#approach">Above</a>, I claimed that directly catching key
+events for things like cursor movement is impractical because it
+requires some browser-specific kludges. I then proceeded to explain
+some awful <a href="#selection">hacks</a> that were needed to make it
+possible for the selection changes to be detected through the
+textarea. In fact, the second hack is about as bad as the first.</p>
+
+<p>On top of that, in the presence of user-configurable tab sizes and
+collapsed and wrapped lines, lining up cursor movement in the textarea
+with what's visible on the screen becomes a nightmare. Thus, I've
+decided to move to a model where the textarea's selection is no longer
+depended on.</p>
+
+<p>So I moved to a model where all cursor movement is handled by my
+own code. This adds support for a goal column, proper interaction of
+cursor movement with collapsed lines, and makes it possible for
+vertical movement to move through wrapped lines properly, instead of
+just treating them like non-wrapped lines.</p>
+
+<p>The key event handlers now translate the key event into a string,
+something like <code>Ctrl-Home</code> or <code>Shift-Cmd-R</code>, and
+use that string to look up an action to perform. To make keybinding
+customizable, this lookup goes through
+a <a href="manual.html#option_keyMap">table</a>, using a scheme that
+allows such tables to be chained together (for example, the default
+Mac bindings fall through to a table named 'emacsy', which defines
+basic Emacs-style bindings like <code>Ctrl-F</code>, and which is also
+used by the custom Emacs bindings).</p>
+
+<p>A new
+option <a href="manual.html#option_extraKeys"><code>extraKeys</code></a>
+allows ad-hoc keybindings to be defined in a much nicer way than what
+was possible with the
+old <a href="manual.html#option_onKeyEvent"><code>onKeyEvent</code></a>
+callback. You simply provide an object mapping key identifiers to
+functions, instead of painstakingly looking at raw key events.</p>
+
+<p>Built-in commands map to strings, rather than functions, for
+example <code>"goLineUp"</code> is the default action bound to the up
+arrow key. This allows new keymaps to refer to them without
+duplicating any code. New commands can be defined by assigning to
+the <code>CodeMirror.commands</code> object, which maps such commands
+to functions.</p>
+
+<p>The hidden textarea now only holds the current selection, with no
+extra characters around it. This has a nice advantage: polling for
+input becomes much, much faster. If there's a big selection, this text
+does not have to be read from the textarea every time—when we poll,
+just noticing that something is still selected is enough to tell us
+that no new text was typed.</p>
+
+<p>The reason that cheap polling is important is that many browsers do
+not fire useful events on IME (input method engine) input, which is
+the thing where people inputting a language like Japanese or Chinese
+use multiple keystrokes to create a character or sequence of
+characters. Most modern browsers fire <code>input</code> when the
+composing is finished, but many don't fire anything when the character
+is updated <em>during</em> composition. So we poll, whenever the
+editor is focused, to provide immediate updates of the display.</p>
+
+</div><div class="rightsmall blk">
+
+    <h2>Contents</h2>
+
+    <ul>
+      <li><a href="#intro">Introduction</a></li>
+      <li><a href="#approach">General Approach</a></li>
+      <li><a href="#input">Input</a></li>
+      <li><a href="#selection">Selection</a></li>
+      <li><a href="#update">Intelligent Updating</a></li>
+      <li><a href="#parse">Parsing</a></li>
+      <li><a href="#summary">What Gives?</a></li>
+      <li><a href="#btree">Content Representation</a></li>
+      <li><a href="#keymap">Key Maps</a></li>
+    </ul>
+
+</div></div>
+
+<div style="height: 2em">&nbsp;</div>
+
+</body></html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/manual.html b/components/originalComponents/static/admin/codemirror/doc/manual.html
new file mode 100755
index 00000000..fe10b4c0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/manual.html
@@ -0,0 +1,1224 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror: User Manual</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+    <style>dl dl {margin: 0;}</style>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* User manual and
+   reference guide */
+</pre>
+</div>
+
+<div class="clear"><div class="leftbig blk">
+
+    <h2 id="overview">Overview</h2>
+
+    <p>CodeMirror is a code-editor component that can be embedded in
+    Web pages. The code library provides <em>only</em> the editor
+    component, no accompanying buttons, auto-completion, or other IDE
+    functionality. It does provide a rich API on top of which such
+    functionality can be straightforwardly implemented. See
+    the <a href="#addons">add-ons</a> included in the distribution,
+    and
+    the <a href="https://github.com/jagthedrummer/codemirror-ui">CodeMirror
+    UI</a> project, for reusable implementations of extra features.</p>
+
+    <p>CodeMirror works with language-specific modes. Modes are
+    JavaScript programs that help color (and optionally indent) text
+    written in a given language. The distribution comes with a number
+    of modes (see the <code>mode/</code> directory), and it isn't hard
+    to <a href="#modeapi">write new ones</a> for other languages.</p>
+
+    <h2 id="usage">Basic Usage</h2>
+
+    <p>The easiest way to use CodeMirror is to simply load the script
+    and style sheet found under <code>lib/</code> in the distribution,
+    plus a mode script from one of the <code>mode/</code> directories
+    and a theme stylesheet from <code>theme/</code>. (See
+    also <a href="compress.html">the compression helper</a>.) For
+    example:</p>
+
+    <pre>&lt;script src="lib/codemirror.js">&lt;/script>
+&lt;link rel="stylesheet" href="../lib/codemirror.css">
+&lt;script src="mode/javascript/javascript.js">&lt;/script></pre>
+
+    <p>Having done this, an editor instance can be created like
+    this:</p>
+
+    <pre>var myCodeMirror = CodeMirror(document.body);</pre>
+
+    <p>The editor will be appended to the document body, will start
+    empty, and will use the mode that we loaded. To have more control
+    over the new editor, a configuration object can be passed
+    to <code>CodeMirror</code> as a second argument:</p>
+
+    <pre>var myCodeMirror = CodeMirror(document.body, {
+  value: "function myScript(){return 100;}\n",
+  mode:  "javascript"
+});</pre>
+
+    <p>This will initialize the editor with a piece of code already in
+    it, and explicitly tell it to use the JavaScript mode (which is
+    useful when multiple modes are loaded).
+    See <a href="#config">below</a> for a full discussion of the
+    configuration options that CodeMirror accepts.</p>
+
+    <p>In cases where you don't want to append the editor to an
+    element, and need more control over the way it is inserted, the
+    first argument to the <code>CodeMirror</code> function can also
+    be a function that, when given a DOM element, inserts it into the
+    document somewhere. This could be used to, for example, replace a
+    textarea with a real editor:</p>
+
+    <pre>var myCodeMirror = CodeMirror(function(elt) {
+  myTextArea.parentNode.replaceChild(elt, myTextArea);
+}, {value: myTextArea.value});</pre>
+
+    <p>However, for this use case, which is a common way to use
+    CodeMirror, the library provides a much more powerful
+    shortcut:</p>
+
+    <pre>var myCodeMirror = CodeMirror.fromTextArea(myTextArea);</pre>
+
+    <p>This will, among other things, ensure that the textarea's value
+    is updated when the form (if it is part of a form) is submitted.
+    See the <a href="#fromTextArea">API reference</a> for a full
+    description of this method.</p>
+
+    <h2 id="config">Configuration</h2>
+
+    <p>Both the <code>CodeMirror</code> function and
+    its <code>fromTextArea</code> method take as second (optional)
+    argument an object containing configuration options. Any option
+    not supplied like this will be taken
+    from <code>CodeMirror.defaults</code>, an object containing the
+    default options. You can update this object to change the defaults
+    on your page.</p>
+
+    <p>Options are not checked in any way, so setting bogus option
+    values is bound to lead to odd errors.</p>
+
+    <p>These are the supported options:</p>
+
+    <dl>
+      <dt id="option_value"><code>value (string)</code></dt>
+      <dd>The starting value of the editor.</dd>
+
+      <dt id="option_mode"><code>mode (string or object)</code></dt>
+      <dd>The mode to use. When not given, this will default to the
+      first mode that was loaded. It may be a string, which either
+      simply names the mode or is
+      a <a href="http://en.wikipedia.org/wiki/MIME">MIME</a> type
+      associated with the mode. Alternatively, it may be an object
+      containing configuration options for the mode, with
+      a <code>name</code> property that names the mode (for
+      example <code>{name: "javascript", json: true}</code>). The demo
+      pages for each mode contain information about what configuration
+      parameters the mode supports. You can ask CodeMirror which modes
+      and MIME types are loaded with
+      the <code>CodeMirror.listModes</code>
+      and <code>CodeMirror.listMIMEs</code> functions.</dd>
+
+      <dt id="option_theme"><code>theme (string)</code></dt>
+      <dd>The theme to style the editor with. You must make sure the
+      CSS file defining the corresponding <code>.cm-s-[name]</code>
+      styles is loaded (see
+      the <a href="../theme/"><code>theme</code></a> directory in the
+      distribution). The default is <code>"default"</code>, for which
+      colors are included in <code>codemirror.css</code>. It is
+      possible to use multiple theming classes at once—for
+      example <code>"foo bar"</code> will assign both
+      the <code>cm-s-foo</code> and the <code>cm-s-bar</code> classes
+      to the editor.</dd>
+
+      <dt id="option_indentUnit"><code>indentUnit (integer)</code></dt>
+      <dd>How many spaces a block (whatever that means in the edited
+      language) should be indented. The default is 2.</dd>
+
+      <dt id="option_smartIndent"><code>smartIndent (boolean)</code></dt>
+      <dd>Whether to use the context-sensitive indentation that the
+      mode provides (or just indent the same as the line before).
+      Defaults to true.</dd>
+
+      <dt id="option_tabSize"><code>tabSize (integer)</code></dt>
+      <dd>The width of a tab character. Defaults to 4.</dd>
+
+      <dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
+      <dd>Whether, when indenting, the first N*<code>tabSize</code>
+      spaces should be replaced by N tabs. Default is false.</dd>
+
+      <dt id="option_electricChars"><code>electricChars (boolean)</code></dt>
+      <dd>Configures whether the editor should re-indent the current
+      line when a character is typed that might change its proper
+      indentation (only works if the mode supports indentation).
+      Default is true.</dd>
+
+      <dt id="option_autoClearEmptyLines"><code>autoClearEmptyLines (boolean)</code></dt>
+      <dd>When turned on (default is off), this will
+      automatically clear lines consisting only of whitespace when the
+      cursor leaves them. This is mostly useful to prevent auto
+      indentation from introducing trailing whitespace in a file.</dd>
+
+      <dt id="option_keyMap"><code>keyMap (string)</code></dt>
+      <dd>Configures the keymap to use. The default
+      is <code>"default"</code>, which is the only keymap defined
+      in <code>codemirror.js</code> itself. Extra keymaps are found in
+      the <a href="../keymap/"><code>keymap</code></a> directory. See
+      the <a href="#keymaps">section on keymaps</a> for more
+      information.</dd>
+
+      <dt id="option_extraKeys"><code>extraKeys (object)</code></dt>
+      <dd>Can be used to specify extra keybindings for the editor,
+      alongside the ones defined
+      by <a href="#option_keyMap"><code>keyMap</code></a>. Should be
+      either null, or a valid <a href="#keymaps">keymap</a> value.</dd>
+
+      <dt id="option_lineWrapping"><code>lineWrapping (boolean)</code></dt>
+      <dd>Whether CodeMirror should scroll or wrap for long lines.
+      Defaults to <code>false</code> (scroll).</dd>
+
+      <dt id="option_lineNumbers"><code>lineNumbers (boolean)</code></dt>
+      <dd>Whether to show line numbers to the left of the editor.</dd>
+
+      <dt id="option_firstLineNumber"><code>firstLineNumber (integer)</code></dt>
+      <dd>At which number to start counting lines. Default is 1.</dd>
+
+      <dt id="option_lineNumberFormatter"><code>lineNumberFormatter (function(integer))</code></dt>
+      <dd>A function used to format line numbers. The function is passed the current line number. Default prints the line number verbatim.</dd>
+
+      <dt id="option_gutter"><code>gutter (boolean)</code></dt>
+      <dd>Can be used to force a 'gutter' (empty space on the left of
+      the editor) to be shown even when no line numbers are active.
+      This is useful for setting <a href="#setMarker">markers</a>.</dd>
+
+      <dt id="option_fixedGutter"><code>fixedGutter (boolean)</code></dt>
+      <dd>When enabled (off by default), this will make the gutter
+      stay visible when the document is scrolled horizontally.</dd>
+
+      <dt id="option_readOnly"><code>readOnly (boolean)</code></dt>
+      <dd>This disables editing of the editor content by the user. If
+      the special value <code>"nocursor"</code> is given (instead of
+      simply <code>true</code>), focusing of the editor is also
+      disallowed.</dd>
+
+      <dt id="option_onChange"><code>onChange (function)</code></dt>
+      <dd>When given, this function will be called every time the
+      content of the editor is changed. It will be given the editor
+      instance as first argument, and an <code>{from, to, text, next}</code>
+      object containing information about the changes
+      that occurred as second argument. <code>from</code>
+      and <code>to</code> are the positions (in the pre-change
+      coordinate system) where the change started and
+      ended (for example, it might be <code>{ch:0, line:18}</code> if the
+      position is at the beginning of line #19). <code>text</code>
+      is an array of strings representing the text that replaced the changed
+      range (split by line). If multiple changes happened during a single
+      operation, the object will have a <code>next</code> property pointing to
+      another change object (which may point to another, etc).</dd>
+
+      <dt id="option_onCursorActivity"><code>onCursorActivity (function)</code></dt>
+      <dd>Will be called when the cursor or selection moves, or any
+      change is made to the editor content.</dd>
+
+      <dt id="option_onViewportChange"><code>onViewportChange (function)</code></dt>
+      <dd>When given, will be called whenever
+      the <a href="#getViewport">view port</a> of the editor changes
+      (due to scrolling, editing, or any other factor). It will be
+      passed three arguments, the editor instance, the start of the
+      viewport, and its end.</dd>
+
+      <dt id="option_onGutterClick"><code>onGutterClick (function)</code></dt>
+      <dd>When given, will be called whenever the editor gutter (the
+      line-number area) is clicked. Will be given the editor instance
+      as first argument, the (zero-based) number of the line that was
+      clicked as second argument, and the raw <code>mousedown</code>
+      event object as third argument.</dd>
+
+      <dt id="option_onFocus"><code>onFocus, onBlur (function)</code></dt>
+      <dd>The given functions will be called whenever the editor is
+      focused or unfocused.</dd>
+
+      <dt id="option_onScroll"><code>onScroll (function)</code></dt>
+      <dd>When given, will be called whenever the editor is
+      scrolled.</dd>
+
+      <dt id="option_onUpdate"><code>onUpdate (function)</code></dt>
+      <dd>Will be called whenever CodeMirror updates its DOM display.</dd>
+
+      <dt id="option_matchBrackets"><code>matchBrackets (boolean)</code></dt>
+      <dd>Determines whether brackets are matched whenever the cursor
+      is moved next to a bracket.</dd>
+
+      <dt id="option_cursorBlinkRate"><code>cursorBlinkRate (number)</code></dt>
+      <dd>Half-period in milliseconds used for cursor blinking. The default blink
+      rate is 530ms.</dd>
+
+      <dt id="option_workTime"><code>workTime, workDelay (number)</code></dt>
+      <dd>Highlighting is done by a pseudo background-thread that will
+      work for <code>workTime</code> milliseconds, and then use
+      timeout to sleep for <code>workDelay</code> milliseconds. The
+      defaults are 200 and 300, you can change these options to make
+      the highlighting more or less aggressive.</dd>
+
+      <dt id="option_pollInterval"><code>pollInterval (number)</code></dt>
+      <dd>Indicates how quickly CodeMirror should poll its input
+      textarea for changes. Most input is captured by events, but some
+      things, like IME input on some browsers, doesn't generate events
+      that allow CodeMirror to properly detect it. Thus, it polls.
+      Default is 100 milliseconds.</dd>
+
+      <dt id="option_undoDepth"><code>undoDepth (integer)</code></dt>
+      <dd>The maximum number of undo levels that the editor stores.
+      Defaults to 40.</dd>
+
+      <dt id="option_tabindex"><code>tabindex (integer)</code></dt>
+      <dd>The <a href="http://www.w3.org/TR/html401/interact/forms.html#adef-tabindex">tab
+      index</a> to assign to the editor. If not given, no tab index
+      will be assigned.</dd>
+
+      <dt id="option_autofocus"><code>autofocus (boolean)</code></dt>
+      <dd>Can be used to make CodeMirror focus itself on
+      initialization. Defaults to off.
+      When <a href="#fromTextArea"><code>fromTextArea</code></a> is
+      used, and no explicit value is given for this option, it will be
+      set to true when either the source textarea is focused, or it
+      has an <code>autofocus</code> attribute and no other element is
+      focused.</dd>
+
+      <dt id="option_dragDrop"><code>dragDrop (boolean)</code></dt>
+      <dd>Controls whether drag-and-drop is enabled. On by default.</dd>
+
+      <dt id="option_onDragEvent"><code>onDragEvent (function)</code></dt>
+      <dd>When given, this will be called when the editor is handling
+      a <code>dragenter</code>, <code>dragover</code>,
+      or <code>drop</code> event. It will be passed the editor instance
+      and the event object as arguments. The callback can choose to
+      handle the event itself, in which case it should
+      return <code>true</code> to indicate that CodeMirror should not
+      do anything further.</dd>
+
+      <dt id="option_onKeyEvent"><code>onKeyEvent (function)</code></dt>
+      <dd>This provides a rather low-level hook into CodeMirror's key
+      handling. If provided, this function will be called on
+      every <code>keydown</code>, <code>keyup</code>,
+      and <code>keypress</code> event that CodeMirror captures. It
+      will be passed two arguments, the editor instance and the key
+      event. This key event is pretty much the raw key event, except
+      that a <code>stop()</code> method is always added to it. You
+      could feed it to, for example, <code>jQuery.Event</code> to
+      further normalize it.<br>This function can inspect the key
+      event, and handle it if it wants to. It may return true to tell
+      CodeMirror to ignore the event. Be wary that, on some browsers,
+      stopping a <code>keydown</code> does not stop
+      the <code>keypress</code> from firing, whereas on others it
+      does. If you respond to an event, you should probably inspect
+      its <code>type</code> property and only do something when it
+      is <code>keydown</code> (or <code>keypress</code> for actions
+      that need character data).</dd>
+    </dl>
+
+    <h2 id="keymaps">Keymaps</h2>
+
+    <p>Keymaps are ways to associate keys with functionality. A keymap
+    is an object mapping strings that identify the keys to functions
+    that implement their functionality.</p>
+
+    <p>Keys are identified either by name or by character.
+    The <code>CodeMirror.keyNames</code> object defines names for
+    common keys and associates them with their key codes. Examples of
+    names defined here are <code>Enter</code>, <code>F5</code>,
+    and <code>Q</code>. These can be prefixed
+    with <code>Shift-</code>, <code>Cmd-</code>, <code>Ctrl-</code>,
+    and <code>Alt-</code> (in that order!) to specify a modifier. So
+    for example, <code>Shift-Ctrl-Space</code> would be a valid key
+    identifier.</p>
+
+    <p>Alternatively, a character can be specified directly by
+    surrounding it in single quotes, for example <code>'$'</code>
+    or <code>'q'</code>. Due to limitations in the way browsers fire
+    key events, these may not be prefixed with modifiers.</p>
+
+    <p>The <code>CodeMirror.keyMap</code> object associates keymaps
+    with names. User code and keymap definitions can assign extra
+    properties to this object. Anywhere where a keymap is expected, a
+    string can be given, which will be looked up in this object. It
+    also contains the <code>"default"</code> keymap holding the
+    default bindings.</p>
+
+    <p>The values of properties in keymaps can be either functions of
+    a single argument (the CodeMirror instance), strings, or
+    <code>false</code>. Such strings refer to properties of the
+    <code>CodeMirror.commands</code> object, which defines a number of
+    common commands that are used by the default keybindings, and maps
+    them to functions. If the property is set to <code>false</code>,
+    CodeMirror leaves handling of the key up to the browser. A key
+    handler function may throw <code>CodeMirror.Pass</code> to indicate
+    that it has decided not to handle the key, and other handlers (or
+    the default behavior) should be given a turn.</p>
+
+    <p>Keys mapped to command names that start with the
+    characters <code>"go"</code> (which should be used for
+    cursor-movement actions) will be fired even when an
+    extra <code>Shift</code> modifier is present (i.e. <code>"Up":
+    "goLineUp"</code> matches both up and shift-up). This is used to
+    easily implement shift-selection.</p>
+
+    <p>Keymaps can defer to each other by defining
+    a <code>fallthrough</code> property. This indicates that when a
+    key is not found in the map itself, one or more other maps should
+    be searched. It can hold either a single keymap or an array of
+    keymaps.</p>
+
+    <p>When a keymap contains a <code>nofallthrough</code> property
+    set to <code>true</code>, keys matched against that map will be
+    ignored if they don't match any of the bindings in the map (no
+    further child maps will be tried, and the default effect of
+    inserting a character will not occur).</p>
+
+    <h2 id="styling">Customized Styling</h2>
+
+    <p>Up to a certain extent, CodeMirror's look can be changed by
+    modifying style sheet files. The style sheets supplied by modes
+    simply provide the colors for that mode, and can be adapted in a
+    very straightforward way. To style the editor itself, it is
+    possible to alter or override the styles defined
+    in <a href="../lib/codemirror.css"><code>codemirror.css</code></a>.</p>
+
+    <p>Some care must be taken there, since a lot of the rules in this
+    file are necessary to have CodeMirror function properly. Adjusting
+    colors should be safe, of course, and with some care a lot of
+    other things can be changed as well. The CSS classes defined in
+    this file serve the following roles:</p>
+
+    <dl>
+      <dt id="class_CodeMirror"><code>CodeMirror</code></dt>
+      <dd>The outer element of the editor. This should be used for the
+      editor width, borders and positioning. Can also be used to set
+      styles that should hold for everything inside the editor (such
+      as font and font size), or to set a background.</dd>
+
+      <dt id="class_CodeMirror_scroll"><code>CodeMirror-scroll</code></dt>
+      <dd>This determines the editor's height, and whether the editor
+      scrolls (<code>overflow: auto</code> + fixed height). By
+      default, it does. Giving this <code>height: auto; overflow:
+      visible;</code> will cause the editor to resize to fit its
+      content.</dd>
+
+      <dt id="class_CodeMirror_focused"><code>CodeMirror-focused</code></dt>
+      <dd>Whenever the editor is focused, the top element gets this
+      class. This is used to hide the cursor and give the selection a
+      different color when the editor is not focused.</dd>
+
+      <dt id="class_CodeMirror_gutter"><code>CodeMirror-gutter</code></dt>
+      <dd>Use this for giving a background or a border to the editor
+      gutter. Don't set any padding here,
+      use <code>CodeMirror-gutter-text</code> for that. By default,
+      the gutter is 'fluid', meaning it will adjust its width to the
+      maximum line number or line marker width. You can also set a
+      fixed width if you want.</dd>
+
+      <dt id="class_CodeMirror_gutter_text"><code>CodeMirror-gutter-text</code></dt>
+      <dd>Used to style the actual line numbers. For the numbers to
+      line up, you must make sure that the font in the gutter is the
+      same as the one in the rest of the editor, so you should
+      probably only set font style and size in
+      the <code>CodeMirror</code> class.</dd>
+
+      <dt id="class_CodeMirror_lines"><code>CodeMirror-lines</code></dt>
+      <dd>The visible lines. If this has vertical
+      padding, <code>CodeMirror-gutter</code> should have the same
+      padding.</dd>
+
+      <dt id="class_CodeMirror_cursor"><code>CodeMirror-cursor</code></dt>
+      <dd>The cursor is a block element that is absolutely positioned.
+      You can make it look whichever way you want.</dd>
+
+      <dt id="class_CodeMirror_selected"><code>CodeMirror-selected</code></dt>
+      <dd>The selection is represented by <code>span</code> elements
+      with this class.</dd>
+
+      <dt id="class_CodeMirror_matchingbracket"><code>CodeMirror-matchingbracket</code>,
+        <code>CodeMirror-nonmatchingbracket</code></dt>
+      <dd>These are used to style matched (or unmatched) brackets.</dd>
+    </dl>
+
+    <p id="css-resize">So note carefully that, in order to resize the
+    editor, you should set a <code>width</code> on
+    the <a href="#getWrapperElement">wrapper</a>
+    (class <code>CodeMirror</code>) element, and a height on
+    the <a href="#getScrollerElement">scroller</a>
+    (class <code>CodeMirror-scroll</code>) element.</p>
+
+    <p>The actual lines, as well as the cursor, are represented
+    by <code>pre</code> elements. By default no text styling (such as
+    bold) that might change line height is applied. If you do want
+    such effects, you'll have to give <code>CodeMirror pre</code> a
+    fixed height.</p>
+
+    <p>If your page's style sheets do funky things to
+    all <code>div</code> or <code>pre</code> elements (you probably
+    shouldn't do that), you'll have to define rules to cancel these
+    effects out again for elements under the <code>CodeMirror</code>
+    class.</p>
+
+    <p>Themes are also simply CSS files, which define colors for
+    various syntactic elements. See the files in
+    the <a href="../theme/"><code>theme</code></a> directory.</p>
+
+    <h2 id="api">Programming API</h2>
+
+    <p>A lot of CodeMirror features are only available through its API.
+    This has the disadvantage that you need to do work to enable them,
+    and the advantage that CodeMirror will fit seamlessly into your
+    application.</p>
+
+    <p>Whenever points in the document are represented, the API uses
+    objects with <code>line</code> and <code>ch</code> properties.
+    Both are zero-based. CodeMirror makes sure to 'clip' any positions
+    passed by client code so that they fit inside the document, so you
+    shouldn't worry too much about sanitizing your coordinates. If you
+    give <code>ch</code> a value of <code>null</code>, or don't
+    specify it, it will be replaced with the length of the specified
+    line.</p>
+
+    <dl>
+      <dt id="getValue"><code>getValue() → string</code></dt>
+      <dd>Get the current editor content. You can pass it an optional
+      argument to specify the string to be used to separate lines
+      (defaults to <code>"\n"</code>).</dd>
+      <dt id="setValue"><code>setValue(string)</code></dt>
+      <dd>Set the editor content.</dd>
+
+      <dt id="getSelection"><code>getSelection() → string</code></dt>
+      <dd>Get the currently selected code.</dd>
+      <dt id="replaceSelection"><code>replaceSelection(string)</code></dt>
+      <dd>Replace the selection with the given string.</dd>
+
+      <dt id="setSize"><code>setSize(width, height)</code></dt>
+      <dd>Programatically set the size of the editor (overriding the
+      applicable <a href="#css-resize">CSS
+      rules</a>). <code>width</code> and <code>height</code> height
+      can be either numbers (interpreted as pixels) or CSS units
+      (<code>"100%"</code>, for example). You can
+      pass <code>null</code> for either of them to indicate that that
+      dimension should not be changed.</dd>
+      <dt id="focus"><code>focus()</code></dt>
+      <dd>Give the editor focus.</dd>
+      <dt id="scrollTo"><code>scrollTo(x, y)</code></dt>
+      <dd>Scroll the editor to a given (pixel) position. Both
+      arguments may be left as <code>null</code>
+      or <code>undefined</code> to have no effect.</dd>
+      <dt id="getScrollInfo"><code>getScrollInfo()</code></dt>
+      <dd>Get an <code>{x, y, width, height}</code> object that
+      represents the current scroll position and scrollable area size
+      of the editor.</dd>
+
+      <dt id="setOption"><code>setOption(option, value)</code></dt>
+      <dd>Change the configuration of the editor. <code>option</code>
+      should the name of an <a href="#config">option</a>,
+      and <code>value</code> should be a valid value for that
+      option.</dd>
+      <dt id="getOption"><code>getOption(option) → value</code></dt>
+      <dd>Retrieves the current value of the given option for this
+      editor instance.</dd>
+      <dt id="getMode"><code>getMode() → object</code></dt>
+      <dd>Gets the mode object for the editor. Note that this is
+      distinct from <code>getOption("mode")</code>, which gives you
+      the mode specification, rather than the resolved, instantiated
+      <a href="#defineMode">mode object</a>.</dd>
+
+      <dt id="cursorCoords"><code>cursorCoords(start, mode) → object</code></dt>
+      <dd>Returns an <code>{x, y, yBot}</code> object containing the
+      coordinates of the cursor. If <code>mode</code>
+      is <code>"local"</code>, they will be relative to the top-left
+      corner of the editable document. If it is <code>"page"</code> or
+      not given, they are relative to the top-left corner of the
+      page. <code>yBot</code> is the coordinate of the bottom of the
+      cursor. <code>start</code> is a boolean indicating whether you
+      want the start or the end of the selection.</dd>
+      <dt id="charCoords"><code>charCoords(pos, mode) → object</code></dt>
+      <dd>Like <code>cursorCoords</code>, but returns the position of
+      an arbitrary characters. <code>pos</code> should be
+      a <code>{line, ch}</code> object.</dd>
+      <dt id="coordsChar"><code>coordsChar(object) → pos</code></dt>
+      <dd>Given an <code>{x, y}</code> object (in page coordinates),
+      returns the <code>{line, ch}</code> position that corresponds to
+      it.</dd>
+
+      <dt id="undo"><code>undo()</code></dt>
+      <dd>Undo one edit (if any undo events are stored).</dd>
+      <dt id="redo"><code>redo()</code></dt>
+      <dd>Redo one undone edit.</dd>
+      <dt id="historySize"><code>historySize() → object</code></dt>
+      <dd>Returns an object with <code>{undo, redo}</code> properties,
+      both of which hold integers, indicating the amount of stored
+      undo and redo operations.</dd>
+      <dt id="clearHistory"><code>clearHistory()</code></dt>
+      <dd>Clears the editor's undo history.</dd>
+      <dt id="getHistory"><code>getHistory() → object</code></dt>
+      <dd>Get a (JSON-serializeable) representation of the undo history.</dd>
+      <dt id="setHistory"><code>setHistory(object)</code></dt>
+      <dd>Replace the editor's undo history with the one provided,
+      which must be a value as returned
+      by <a href="#getHistory"><code>getHistory</code></a>. Note that
+      this will have entirely undefined results if the editor content
+      isn't also the same as it was when <code>getHistory</code> was
+      called.</dd>
+
+      <dt id="indentLine"><code>indentLine(line, dir)</code></dt>
+      <dd>Reset the given line's indentation to the indentation
+      prescribed by the mode. If the second argument is given,
+      indentation will be increased (if <code>dir</code> is true) or
+      decreased (if false) by an <a href="#option_indentUnit">indent
+      unit</a> instead.</dd>
+
+      <dt id="getTokenAt"><code>getTokenAt(pos) → object</code></dt>
+      <dd>Retrieves information about the token the current mode found
+      before the given position (a <code>{line, ch}</code> object). The
+      returned object has the following properties:
+      <dl>
+        <dt><code>start</code></dt><dd>The character (on the given line) at which the token starts.</dd>
+        <dt><code>end</code></dt><dd>The character at which the token ends.</dd>
+        <dt><code>string</code></dt><dd>The token's string.</dd>
+        <dt><code>className</code></dt><dd>The class the mode assigned
+        to the token. (Can be null when no class was assigned.)</dd>
+        <dt><code>state</code></dt><dd>The mode's state at the end of this token.</dd>
+      </dl></dd>
+
+      <dt id="markText"><code>markText(from, to, className, options) → object</code></dt>
+      <dd>Can be used to mark a range of text with a specific CSS
+      class name. <code>from</code> and <code>to</code> should
+      be <code>{line, ch}</code> objects. The <code>options</code>
+      parameter is optional. When given, it should be an object that
+      may contain the following configuration options:
+      <dl>
+        <dt><code>inclusiveLeft</code></dt><dd>Determines whether
+        text inserted on the left of the marker will end up inside
+        or outside of it.</dd>
+        <dt><code>inclusiveRight</code></dt><dd>Like <code>inclusiveLeft</code>,
+        but for the right side.</dd>
+        <dt><code>startStyle</code></dt><dd>Can be used to specify
+        an extra CSS class to be applied to the leftmost span that
+        is part of the marker.</dd>
+        <dt><code>endStyle</code></dt><dd>Equivalent
+        to <code>startStyle</code>, but for the rightmost span.</dd>
+      </dl>
+      The method will return an object with two methods,
+      <code>clear()</code>, which removes the mark,
+      and <code>find()</code>, which returns a <code>{from, to}</code>
+      (both document positions), indicating the current position of
+      the marked range, or <code>undefined</code> if the marker is no
+      longer in the document.</dd>
+
+      <dt id="setBookmark"><code>setBookmark(pos) → object</code></dt>
+      <dd>Inserts a bookmark, a handle that follows the text around it
+      as it is being edited, at the given position. A bookmark has two
+      methods <code>find()</code> and <code>clear()</code>. The first
+      returns the current position of the bookmark, if it is still in
+      the document, and the second explicitly removes the
+      bookmark.</dd>
+
+      <dt id="findMarksAt"><code>findMarksAt(pos) → array</code></dt>
+      <dd>Returns an array of all the bookmarks and marked ranges
+      present at the given position.</dd>
+
+      <dt id="setMarker"><code>setMarker(line, text, className) → lineHandle</code></dt>
+      <dd>Add a gutter marker for the given line. Gutter markers are
+      shown in the line-number area (instead of the number for this
+      line). Both <code>text</code> and <code>className</code> are
+      optional. Setting <code>text</code> to a Unicode character like
+      ● tends to give a nice effect. To put a picture in the gutter,
+      set <code>text</code> to a space and <code>className</code> to
+      something that sets a background image. If you
+      specify <code>text</code>, the given text (which may contain
+      HTML) will, by default, replace the line number for that line.
+      If this is not what you want, you can include the
+      string <code>%N%</code> in the text, which will be replaced by
+      the line number.</dd>
+      <dt id="clearMarker"><code>clearMarker(line)</code></dt>
+      <dd>Clears a marker created
+      with <code>setMarker</code>. <code>line</code> can be either a
+      number or a handle returned by <code>setMarker</code> (since a
+      number may now refer to a different line if something was added
+      or deleted).</dd>
+      <dt id="setLineClass"><code>setLineClass(line, className, backgroundClassName) → lineHandle</code></dt>
+      <dd>Set a CSS class name for the given line. <code>line</code>
+      can be a number or a line handle (as returned
+      by <code>setMarker</code> or this
+      function). <code>className</code> will be used to style the text
+      for the line, and <code>backgroundClassName</code> to style its
+      background (which lies behind the selection).
+      Pass <code>null</code> to clear the classes for a line.</dd>
+      <dt id="hideLine"><code>hideLine(line) → lineHandle</code></dt>
+      <dd>Hide the given line (either by number or by handle). Hidden
+      lines don't show up in the editor, and their numbers are skipped
+      when <a href="#option_lineNumbers">line numbers</a> are enabled.
+      Deleting a region around them does delete them, and coping a
+      region around will include them in the copied text.</dd>
+      <dt id="showLine"><code>showLine(line) → lineHandle</code></dt>
+      <dd>The inverse of <code>hideLine</code>—re-shows a previously
+      hidden line, by number or by handle.</dd>
+
+      <dt id="onDeleteLine"><code>onDeleteLine(line, func)</code></dt>
+      <dd>Register a function that should be called when the line is
+      deleted from the document.</dd>
+
+      <dt id="lineInfo"><code>lineInfo(line) → object</code></dt>
+      <dd>Returns the line number, text content, and marker status of
+      the given line, which can be either a number or a handle
+      returned by <code>setMarker</code>. The returned object has the
+      structure <code>{line, handle, text, markerText, markerClass,
+      lineClass, bgClass}</code>.</dd>
+
+      <dt id="getLineHandle"><code>getLineHandle(num) → lineHandle</code></dt>
+      <dd>Fetches the line handle for the given line number.</dd>
+
+      <dt id="getViewport"><code>getViewport() → object</code></dt>
+      <dd>Returns a <code>{from, to}</code> object indicating the
+      start (inclusive) and end (exclusive) of the currently displayed
+      part of the document. In big documents, when most content is
+      scrolled out of view, CodeMirror will only render the visible
+      part, and a margin around it. See also
+      the <a href="#option_onViewportChange"><code>onViewportChange</code></a>
+      option.</dd>
+
+      <dt id="addWidget"><code>addWidget(pos, node, scrollIntoView)</code></dt>
+      <dd>Puts <code>node</code>, which should be an absolutely
+      positioned DOM node, into the editor, positioned right below the
+      given <code>{line, ch}</code> position.
+      When <code>scrollIntoView</code> is true, the editor will ensure
+      that the entire node is visible (if possible). To remove the
+      widget again, simply use DOM methods (move it somewhere else, or
+      call <code>removeChild</code> on its parent).</dd>
+
+      <dt id="matchBrackets"><code>matchBrackets()</code></dt>
+      <dd>Force matching-bracket-highlighting to happen.</dd>
+
+      <dt id="lineCount"><code>lineCount() → number</code></dt>
+      <dd>Get the number of lines in the editor.</dd>
+
+      <dt id="getCursor"><code>getCursor(start) → object</code></dt>
+      <dd><code>start</code> is a boolean indicating whether the start
+      or the end of the selection must be retrieved. If it is not
+      given, the current cursor pos, i.e. the side of the selection
+      that would move if you pressed an arrow key, is chosen.
+      A <code>{line, ch}</code> object will be returned.</dd>
+      <dt id="somethingSelected"><code>somethingSelected() → boolean</code></dt>
+      <dd>Return true if any text is selected.</dd>
+      <dt id="setCursor"><code>setCursor(pos)</code></dt>
+      <dd>Set the cursor position. You can either pass a
+      single <code>{line, ch}</code> object, or the line and the
+      character as two separate parameters.</dd>
+      <dt id="setSelection"><code>setSelection(start, end)</code></dt>
+      <dd>Set the selection range. <code>start</code>
+      and <code>end</code> should be <code>{line, ch}</code> objects.</dd>
+
+      <dt id="getLine"><code>getLine(n) → string</code></dt>
+      <dd>Get the content of line <code>n</code>.</dd>
+      <dt id="setLine"><code>setLine(n, text)</code></dt>
+      <dd>Set the content of line <code>n</code>.</dd>
+      <dt id="removeLine"><code>removeLine(n)</code></dt>
+      <dd>Remove the given line from the document.</dd>
+
+      <dt id="getRange"><code>getRange(from, to) → string</code></td>
+      <dd>Get the text between the given points in the editor, which
+      should be <code>{line, ch}</code> objects. An optional third
+      argument can be given to indicate the line separator string to
+      use (defaults to <code>"\n"</code>).</dd>
+      <dt id="replaceRange"><code>replaceRange(string, from, to)</code></dt>
+      <dd>Replace the part of the document between <code>from</code>
+      and <code>to</code> with the given string. <code>from</code>
+      and <code>to</code> must be <code>{line, ch}</code>
+      objects. <code>to</code> can be left off to simply insert the
+      string at position <code>from</code>.</dd>
+
+      <dt id="posFromIndex"><code>posFromIndex(index) → object</code></dt>
+      <dd>Calculates and returns a <code>{line, ch}</code> object for a
+      zero-based <code>index</code> who's value is relative to the start of the
+      editor's text. If the <code>index</code> is out of range of the text then
+      the returned object is clipped to start or end of the text
+      respectively.</dd>
+      <dt id="indexFromPos"><code>indexFromPos(object) → number</code></dt>
+      <dd>The reverse of <a href="#posFromIndex"><code>posFromIndex</code></a>.</dd>
+    </dl>
+
+    <p>The following are more low-level methods:</p>
+
+    <dl>
+      <dt id="operation"><code>operation(func) → result</code></dt>
+      <dd>CodeMirror internally buffers changes and only updates its
+      DOM structure after it has finished performing some operation.
+      If you need to perform a lot of operations on a CodeMirror
+      instance, you can call this method with a function argument. It
+      will call the function, buffering up all changes, and only doing
+      the expensive update after the function returns. This can be a
+      lot faster. The return value from this method will be the return
+      value of your function.</dd>
+
+      <dt id="compoundChange"><code>compoundChange(func) → result</code></dt>
+      <dd>Will call the given function (and return its result),
+      combining all changes made while that function executes into a
+      single undo event.</dd>
+
+      <dt id="refresh"><code>refresh()</code></dt>
+      <dd>If your code does something to change the size of the editor
+      element (window resizes are already listened for), or unhides
+      it, you should probably follow up by calling this method to
+      ensure CodeMirror is still looking as intended.</dd>
+
+      <dt id="getInputField"><code>getInputField() → textarea</code></dt>
+      <dd>Returns the hidden textarea used to read input.</dd>
+      <dt id="getWrapperElement"><code>getWrapperElement() → node</code></dt>
+      <dd>Returns the DOM node that represents the editor, and
+      controls its width. Remove this from your tree to delete an
+      editor instance. Set it's <code>width</code> style when
+      resizing.</dd>
+      <dt id="getScrollerElement"><code>getScrollerElement() → node</code></dt>
+      <dd>Returns the DOM node that is responsible for the vertical
+      sizing and horizontal scrolling of the editor. You can change
+      the <code>height</code> style of this element to resize an
+      editor. (You might have to call
+      the <a href="#refresh"><code>refresh</code></a> method
+      afterwards.)</dd>
+      <dt id="getGutterElement"><code>getGutterElement() → node</code></dt>
+      <dd>Fetches the DOM node that represents the editor gutter.</dd>
+
+      <dt id="getStateAfter"><code>getStateAfter(line) → state</code></dt>
+      <dd>Returns the mode's parser state, if any, at the end of the
+      given line number. If no line number is given, the state at the
+      end of the document is returned. This can be useful for storing
+      parsing errors in the state, or getting other kinds of
+      contextual information for a line.</dd>
+    </dl>
+
+    <p id="version">The <code>CodeMirror</code> object itself provides
+    several useful properties. Firstly, its <code>version</code>
+    property contains a string that indicates the version of the
+    library. For releases, this simply
+    contains <code>"major.minor"</code> (for
+    example <code>"2.33"</code>. For beta versions, <code>" B"</code>
+    (space, capital B) is added at the end of the string, for
+    development snapshots, <code>" +"</code> (space, plus) is
+    added.</p>
+
+    <p id="fromTextArea">The <code>CodeMirror.fromTextArea</code>
+    method provides another way to initialize an editor. It takes a
+    textarea DOM node as first argument and an optional configuration
+    object as second. It will replace the textarea with a CodeMirror
+    instance, and wire up the form of that textarea (if any) to make
+    sure the editor contents are put into the textarea when the form
+    is submitted. A CodeMirror instance created this way has three
+    additional methods:</p>
+
+    <dl>
+      <dt id="save"><code>save()</code></dt>
+      <dd>Copy the content of the editor into the textarea.</dd>
+
+      <dt id="toTextArea"><code>toTextArea()</code></dt>
+      <dd>Remove the editor, and restore the original textarea (with
+      the editor's current content).</dd>
+
+      <dt id="getTextArea"><code>getTextArea() → textarea</code></dt>
+      <dd>Returns the textarea that the instance was based on.</dd>
+    </dl>
+
+    <p id="defineExtension">If you want to define extra methods in terms
+    of the CodeMirror API, it is possible to
+    use <code>CodeMirror.defineExtension(name, value)</code>. This
+    will cause the given value (usually a method) to be added to all
+    CodeMirror instances created from then on.</p>
+
+    <h2 id="addons">Add-ons</h2>
+
+    <p>The <code>lib/util</code> directory in the distribution
+    contains a number of reusable components that implement extra
+    editor functionality. In brief, they are:</p>
+
+    <dl>
+      <dt id="util_dialog"><a href="../lib/util/dialog.js"><code>dialog.js</code></a></dt>
+      <dd>Provides a very simple way to query users for text input.
+      Adds an <code>openDialog</code> method to CodeMirror instances,
+      which can be called with an HTML fragment that provides the
+      prompt (should include an <code>input</code> tag), and a
+      callback function that is called when text has been entered.
+      Depends on <code>lib/util/dialog.css</code>.</dd>
+      <dt id="util_searchcursor"><a href="../lib/util/searchcursor.js"><code>searchcursor.js</code></a></dt>
+      <dd>Adds the <code>getSearchCursor(query, start, caseFold) →
+      cursor</code> method to CodeMirror instances, which can be used
+      to implement search/replace functionality. <code>query</code>
+      can be a regular expression or a string (only strings will match
+      across lines—if they contain newlines). <code>start</code>
+      provides the starting position of the search. It can be
+      a <code>{line, ch}</code> object, or can be left off to default
+      to the start of the document. <code>caseFold</code> is only
+      relevant when matching a string. It will cause the search to be
+      case-insensitive. A search cursor has the following methods:
+        <dl>
+          <dt><code>findNext(), findPrevious() → boolean</code></dt>
+          <dd>Search forward or backward from the current position.
+          The return value indicates whether a match was found. If
+          matching a regular expression, the return value will be the
+          array returned by the <code>match</code> method, in case you
+          want to extract matched groups.</dd>
+          <dt><code>from(), to() → object</code></dt>
+          <dd>These are only valid when the last call
+          to <code>findNext</code> or <code>findPrevious</code> did
+          not return false. They will return <code>{line, ch}</code>
+          objects pointing at the start and end of the match.</dd>
+          <dt><code>replace(text)</code></dt>
+          <dd>Replaces the currently found match with the given text
+          and adjusts the cursor position to reflect the
+          replacement.</dd>
+        </dl></dd>
+
+      <dt id="util_search"><a href="../lib/util/search.js"><code>search.js</code></a></dt>
+      <dd>Implements the search commands. CodeMirror has keys bound to
+      these by default, but will not do anything with them unless an
+      implementation is provided. Depends
+      on <code>searchcursor.js</code>, and will make use
+      of <a href="#util_dialog"><code>openDialog</code></a> when
+      available to make prompting for search queries less ugly.</dd>
+      <dt id="util_foldcode"><a href="../lib/util/foldcode.js"><code>foldcode.js</code></a></dt>
+      <dd>Helps with code folding.
+      See <a href="../demo/folding.html">the demo</a> for an example.
+      Call <code>CodeMirror.newFoldFunction</code> with a range-finder
+      helper function to create a function that will, when applied to
+      a CodeMirror instance and a line number, attempt to fold or
+      unfold the block starting at the given line. A range-finder is a
+      language-specific function that also takes an instance and a
+      line number, and returns an end line for the block, or null if
+      no block is started on that line. This file
+      provides <code>CodeMirror.braceRangeFinder</code>, which finds
+      blocks in brace languages (JavaScript, C, Java,
+      etc), <code>CodeMirror.indentRangeFinder</code>, for languages
+      where indentation determines block structure (Python, Haskell),
+      and <code>CodeMirror.tagRangeFinder</code>, for XML-style
+      languages.</dd>
+      <dt id="util_runmode"><a href="../lib/util/runmode.js"><code>runmode.js</code></a></dt>
+      <dd>Can be used to run a CodeMirror mode over text without
+      actually opening an editor instance.
+      See <a href="../demo/runmode.html">the demo</a> for an
+      example.</dd>
+      <dt id="util_overlay"><a href="../lib/util/overlay.js"><code>overlay.js</code></a></dt>
+      <dd>Mode combinator that can be used to extend a mode with an
+      'overlay' — a secondary mode is run over the stream, along with
+      the base mode, and can color specific pieces of text without
+      interfering with the base mode.
+      Defines <code>CodeMirror.overlayMode</code>, which is used to
+      create such a mode. See <a href="../demo/mustache.html">this
+      demo</a> for a detailed example.</dd>
+      <dt id="util_multiplex"><a href="../lib/util/multiplex.js"><code>multiplex.js</code></a></dt>
+      <dd>Mode combinator that can be used to easily 'multiplex'
+      between several modes.
+      Defines <code>CodeMirror.multiplexingMode</code> which, when
+      given as first argument a mode object, and as other arguments
+      any number of <code>{open, close, mode [, delimStyle]}</code>
+      objects, will return a mode object that starts parsing using the
+      mode passed as first argument, but will switch to another mode
+      as soon as it encounters a string that occurs in one of
+      the <code>open</code> fields of the passed objects. When in a
+      sub-mode, it will go back to the top mode again when
+      the <code>close</code> string is encountered.
+      When <code>delimStyle</code> is specified, it will be the token
+      style returned for the delimiter tokens. The outer mode will not
+      see the content between the delimiters.
+      See <a href="../demo/multiplex.html">this demo</a> for an
+      example.</dd>
+      <dt id="util_simple-hint"><a href="../lib/util/simple-hint.js"><code>simple-hint.js</code></a></dt>
+      <dd>Provides a framework for showing autocompletion hints.
+      Defines <code>CodeMirror.simpleHint</code>, which takes a
+      CodeMirror instance and a hinting function, and pops up a widget
+      that allows the user to select a completion. Hinting functions
+      are function that take an editor instance, and return
+      a <code>{list, from, to}</code> object, where <code>list</code>
+      is an array of strings (the completions), and <code>from</code>
+      and <code>to</code> give the start and end of the token that is
+      being completed. Depends
+      on <code>lib/util/simple-hint.css</code>.</dd>
+      <dt id="util_javascript-hint"><a href="../lib/util/javascript-hint.js"><code>javascript-hint.js</code></a></dt>
+      <dd>Defines <code>CodeMirror.javascriptHint</code>
+      and <code>CodeMirror.coffeescriptHint</code>, which are simple
+      hinting functions for the JavaScript and CoffeeScript
+      modes.</dd>
+      <dt id="util_match-highlighter"><a href="../lib/util/match-highlighter.js"><code>match-highlighter.js</code></a></dt>
+      <dd>Adds a <code>matchHighlight</code> method to CodeMirror
+      instances that can be called (typically from
+      a <a href="#option_onCursorActivity"><code>onCursorActivity</code></a>
+      handler) to highlight all instances of a currently selected word
+      with the a classname given as a first argument to the method.
+      Depends on
+      the <a href="#util_searchcursor"><code>searchcursor</code></a>
+      add-on. Demo <a href="../demo/matchhighlighter.html">here</a>.</dd>
+      <dt id="util_formatting"><a href="../lib/util/formatting.js"><code>formatting.js</code></a></dt>
+      <dd>Adds <code>commentRange</code>, <code>autoIndentRange</code>,
+      and <code>autoFormatRange</code> methods that, respectively,
+      comment (or uncomment), indent, or format (add line breaks) a
+      range of code. <a href="../demo/formatting.html">Demo here.</a></dd>
+      <dt id="util_closetag"><a href="../lib/util/closetag.js"><code>closetag.js</code></a></dt>
+      <dd>Provides utility functions for adding automatic tag closing
+      to XML modes. See
+      the <a href="../demo/closetag.html">demo</a>.</dd>
+      <dt id="util_loadmode"><a href="../lib/util/loadmode.js"><code>loadmode.js</code></a></dt>
+      <dd>Defines a <code>CodeMirror.requireMode(modename,
+      callback)</code> function that will try to load a given mode and
+      call the callback when it succeeded. You'll have to
+      set <code>CodeMirror.modeURL</code> to a string that mode paths
+      can be constructed from, for
+      example <code>"mode/%N/%N.js"</code>—the <code>%N</code>'s will
+      be replaced with the mode name. Also
+      defines <code>CodeMirror.autoLoadMode(instance, mode)</code>,
+      which will ensure the given mode is loaded and cause the given
+      editor instance to refresh its mode when the loading
+      succeeded. See the <a href="../demo/loadmode.html">demo</a>.</dd>
+    </dl>
+
+    <h2 id="modeapi">Writing CodeMirror Modes</h2>
+
+    <p>Modes typically consist of a single JavaScript file. This file
+    defines, in the simplest case, a lexer (tokenizer) for your
+    language—a function that takes a character stream as input,
+    advances it past a token, and returns a style for that token. More
+    advanced modes can also handle indentation for the language.</p>
+
+    <p id="defineMode">The mode script should
+    call <code>CodeMirror.defineMode</code> to register itself with
+    CodeMirror. This function takes two arguments. The first should be
+    the name of the mode, for which you should use a lowercase string,
+    preferably one that is also the name of the files that define the
+    mode (i.e. <code>"xml"</code> is defined <code>xml.js</code>). The
+    second argument should be a function that, given a CodeMirror
+    configuration object (the thing passed to
+    the <code>CodeMirror</code> function) and an optional mode
+    configuration object (as in
+    the <a href="#option_mode"><code>mode</code></a> option), returns
+    a mode object.</p>
+
+    <p>Typically, you should use this second argument
+    to <code>defineMode</code> as your module scope function (modes
+    should not leak anything into the global scope!), i.e. write your
+    whole mode inside this function.</p>
+
+    <p>The main responsibility of a mode script is <em>parsing</em>
+    the content of the editor. Depending on the language and the
+    amount of functionality desired, this can be done in really easy
+    or extremely complicated ways. Some parsers can be stateless,
+    meaning that they look at one element (<em>token</em>) of the code
+    at a time, with no memory of what came before. Most, however, will
+    need to remember something. This is done by using a <em>state
+    object</em>, which is an object that is always passed when
+    reading a token, and which can be mutated by the tokenizer.</p>
+
+    <p id="startState">Modes that use a state must define
+    a <code>startState</code> method on their mode object. This is a
+    function of no arguments that produces a state object to be used
+    at the start of a document.</p>
+
+    <p id="token">The most important part of a mode object is
+    its <code>token(stream, state)</code> method. All modes must
+    define this method. It should read one token from the stream it is
+    given as an argument, optionally update its state, and return a
+    style string, or <code>null</code> for tokens that do not have to
+    be styled. For your styles, you can either use the 'standard' ones
+    defined in the themes (without the <code>cm-</code> prefix), or
+    define your own and have people include a custom CSS file for your
+    mode.<p>
+
+    <p id="StringStream">The stream object encapsulates a line of code
+    (tokens may never span lines) and our current position in that
+    line. It has the following API:</p>
+
+    <dl>
+      <dt><code>eol() → boolean</code></dt>
+      <dd>Returns true only if the stream is at the end of the
+      line.</dd>
+      <dt><code>sol() → boolean</code></dt>
+      <dd>Returns true only if the stream is at the start of the
+      line.</dd>
+
+      <dt><code>peek() → character</code></dt>
+      <dd>Returns the next character in the stream without advancing
+      it. Will return an empty string at the end of the line.</dd>
+      <dt><code>next() → character</code></dt>
+      <dd>Returns the next character in the stream and advances it.
+      Also returns <code>undefined</code> when no more characters are
+      available.</dd>
+
+      <dt><code>eat(match) → character</code></dt>
+      <dd><code>match</code> can be a character, a regular expression,
+      or a function that takes a character and returns a boolean. If
+      the next character in the stream 'matches' the given argument,
+      it is consumed and returned. Otherwise, <code>undefined</code>
+      is returned.</dd>
+      <dt><code>eatWhile(match) → boolean</code></dt>
+      <dd>Repeatedly calls <code>eat</code> with the given argument,
+      until it fails. Returns true if any characters were eaten.</dd>
+      <dt><code>eatSpace() → boolean</code></dt>
+      <dd>Shortcut for <code>eatWhile</code> when matching
+      white-space.</dd>
+      <dt><code>skipToEnd()</code></dt>
+      <dd>Moves the position to the end of the line.</dd>
+      <dt><code>skipTo(ch) → boolean</code></dt>
+      <dd>Skips to the next occurrence of the given character, if
+      found on the current line (doesn't advance the stream if the
+      character does not occur on the line). Returns true if the
+      character was found.</dd>
+      <dt><code>match(pattern, consume, caseFold) → boolean</code></dt>
+      <dd>Act like a
+      multi-character <code>eat</code>—if <code>consume</code> is true
+      or not given—or a look-ahead that doesn't update the stream
+      position—if it is false. <code>pattern</code> can be either a
+      string or a regular expression starting with <code>^</code>.
+      When it is a string, <code>caseFold</code> can be set to true to
+      make the match case-insensitive. When successfully matching a
+      regular expression, the returned value will be the array
+      returned by <code>match</code>, in case you need to extract
+      matched groups.</dd>
+
+      <dt><code>backUp(n)</code></dt>
+      <dd>Backs up the stream <code>n</code> characters. Backing it up
+      further than the start of the current token will cause things to
+      break, so be careful.</dd>
+      <dt><code>column() → integer</code></dt>
+      <dd>Returns the column (taking into account tabs) at which the
+      current token starts. Can be used to find out whether a token
+      starts a new line.</dd>
+      <dt><code>indentation() → integer</code></dt>
+      <dd>Tells you how far the current line has been indented, in
+      spaces. Corrects for tab characters.</dd>
+
+      <dt><code>current() → string</code></dt>
+      <dd>Get the string between the start of the current token and
+      the current stream position.</dd>
+    </dl>
+
+    <p id="blankLine">By default, blank lines are simply skipped when
+    tokenizing a document. For languages that have significant blank
+    lines, you can define a <code>blankLine(state)</code> method on
+    your mode that will get called whenever a blank line is passed
+    over, so that it can update the parser state.</p>
+
+    <p id="copyState">Because state object are mutated, and CodeMirror
+    needs to keep valid versions of a state around so that it can
+    restart a parse at any line, copies must be made of state objects.
+    The default algorithm used is that a new state object is created,
+    which gets all the properties of the old object. Any properties
+    which hold arrays get a copy of these arrays (since arrays tend to
+    be used as mutable stacks). When this is not correct, for example
+    because a mode mutates non-array properties of its state object, a
+    mode object should define a <code>copyState</code> method,
+    which is given a state and should return a safe copy of that
+    state.</p>
+
+    <p id="indent">If you want your mode to provide smart indentation
+    (through the <a href="#indentLine"><code>indentLine</code></a>
+    method and the <code>indentAuto</code>
+    and <code>newlineAndIndent</code> commands, which keys can be
+    <a href="#option_extraKeys">bound</a> to), you must define
+    an <code>indent(state, textAfter)</code> method on your mode
+    object.</p>
+
+    <p>The indentation method should inspect the given state object,
+    and optionally the <code>textAfter</code> string, which contains
+    the text on the line that is being indented, and return an
+    integer, the amount of spaces to indent. It should usually take
+    the <a href="#option_indentUnit"><code>indentUnit</code></a>
+    option into account.</p>
+
+    <p id="electricChars">Finally, a mode may define
+    an <code>electricChars</code> property, which should hold a string
+    containing all the characters that should trigger the behaviour
+    described for
+    the <a href="#option_electricChars"><code>electricChars</code></a>
+    option.</p>
+
+    <p>So, to summarize, a mode <em>must</em> provide
+    a <code>token</code> method, and it <em>may</em>
+    provide <code>startState</code>, <code>copyState</code>,
+    <code>compareStates</code>, and <code>indent</code> methods. For
+    an example of a trivial mode, see
+    the <a href="../mode/diff/diff.js">diff mode</a>, for a more involved
+    example, see the <a href="../mode/clike/clike.js">C-like
+    mode</a>.</p>
+
+    <p>Sometimes, it is useful for modes to <em>nest</em>—to have one
+    mode delegate work to another mode. An example of this kind of
+    mode is the <a href="../mode/htmlmixed/htmlmixed.js">mixed-mode HTML
+    mode</a>. To implement such nesting, it is usually necessary to
+    create mode objects and copy states yourself. To create a mode
+    object, there are <code>CodeMirror.getMode(options,
+    parserConfig)</code>, where the first argument is a configuration
+    object as passed to the mode constructor function, and the second
+    argument is a mode specification as in
+    the <a href="#option_mode"><code>mode</code></a> option. To copy a
+    state object, call <code>CodeMirror.copyState(mode, state)</code>,
+    where <code>mode</code> is the mode that created the given
+    state.</p>
+
+    <p id="innerMode">In a nested mode, it is recommended to add an
+    extra methods, <code>innerMode</code> which, given a state object,
+    returns a <code>{state, mode}</code> object with the inner mode
+    and its state for the current position. These are used by utility
+    scripts such as the <a href="#util_formatting">autoformatter</a>
+    and the <a href="#util_closetag">tag closer</a> to get context
+    information. Use the <code>CodeMirror.innerMode</code> helper
+    function to, starting from a mode and a state, recursively walk
+    down to the innermost mode and state.</p>
+
+    <p>To make indentation work properly in a nested parser, it is
+    advisable to give the <code>startState</code> method of modes that
+    are intended to be nested an optional argument that provides the
+    base indentation for the block of code. The JavaScript and CSS
+    parser do this, for example, to allow JavaScript and CSS code
+    inside the mixed-mode HTML mode to be properly indented.</p>
+
+    <p>Finally, it is possible to associate your mode, or a certain
+    configuration of your mode, with
+    a <a href="http://en.wikipedia.org/wiki/MIME">MIME</a> type. For
+    example, the JavaScript mode associates itself
+    with <code>text/javascript</code>, and its JSON variant
+    with <code>application/json</code>. To do this,
+    call <code>CodeMirror.defineMIME(mime, modeSpec)</code>,
+    where <code>modeSpec</code> can be a string or object specifying a
+    mode, as in the <a href="#option_mode"><code>mode</code></a>
+    option.</p>
+
+    <p id="extendMode">Sometimes, it is useful to add or override mode
+    object properties from external code.
+    The <code>CodeMirror.extendMode</code> can be used to add
+    properties to mode objects produced for a specific mode. Its first
+    argument is the name of the mode, its second an object that
+    specifies the properties that should be added. This is mostly
+    useful to add utilities that can later be looked
+    up <a href="#getMode"><code>getMode</code></a>.</p>
+
+</div><div class="rightsmall blk">
+
+    <h2>Contents</h2>
+
+    <ul>
+      <li><a href="#overview">Overview</a></li>
+      <li><a href="#usage">Basic Usage</a></li>
+      <li><a href="#config">Configuration</a></li>
+      <li><a href="#keymaps">Keymaps</a></li>
+      <li><a href="#styling">Customized Styling</a></li>
+      <li><a href="#api">Programming API</a></li>
+      <li><a href="#addons">Add-ons</a></li>
+      <li><a href="#modeapi">Writing CodeMirror Modes</a></li>
+    </ul>
+
+</div></div>
+
+<div style="height: 2em">&nbsp;</div>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/oldrelease.html b/components/originalComponents/static/admin/codemirror/doc/oldrelease.html
new file mode 100755
index 00000000..542f57ae
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/oldrelease.html
@@ -0,0 +1,305 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+    <link rel="alternate" href="http://twitter.com/statuses/user_timeline/242283288.rss" type="application/rss+xml"/>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* Old release
+   history */
+</pre>
+</div>
+
+  <p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.18.zip">Version 2.18</a>:</p>
+  <p class="rel-note">Fixes <code>TextMarker.clear</code>, which is broken in 2.17.</p>
+
+  <p class="rel">21-11-2011: <a href="http://codemirror.net/codemirror-2.17.zip">Version 2.17</a>:</p>
+  <ul class="rel-note">
+    <li>Add support for <a href="manual.html#option_lineWrapping">line
+    wrapping</a> and <a href="manual.html#hideLine">code
+    folding</a>.</li>
+    <li>Add <a href="../mode/gfm/index.html">Github-style Markdown</a> mode.</li>
+    <li>Add <a href="../theme/monokai.css">Monokai</a>
+    and <a href="../theme/rubyblue.css">Rubyblue</a> themes.</li>
+    <li>Add <a href="manual.html#setBookmark"><code>setBookmark</code></a> method.</li>
+    <li>Move some of the demo code into reusable components
+    under <a href="../lib/util/"><code>lib/util</code></a>.</li>
+    <li>Make screen-coord-finding code faster and more reliable.</li>
+    <li>Fix drag-and-drop in Firefox.</li>
+    <li>Improve support for IME.</li>
+    <li>Speed up content rendering.</li>
+    <li>Fix browser's built-in search in Webkit.</li>
+    <li>Make double- and triple-click work in IE.</li>
+    <li>Various fixes to modes.</li>
+  </ul>
+
+  <p class="rel">27-10-2011: <a href="http://codemirror.net/codemirror-2.16.zip">Version 2.16</a>:</p>
+  <ul class="rel-note">
+    <li>Add <a href="../mode/perl/index.html">Perl</a>, <a href="../mode/rust/index.html">Rust</a>, <a href="../mode/tiddlywiki/index.html">TiddlyWiki</a>, and <a href="../mode/groovy/index.html">Groovy</a> modes.</li>
+    <li>Dragging text inside the editor now moves, rather than copies.</li>
+    <li>Add a <a href="manual.html#coordsFromIndex"><code>coordsFromIndex</code></a> method.</li>
+    <li><strong>API change</strong>: <code>setValue</code> now no longer clears history. Use <a href="manual.html#clearHistory"><code>clearHistory</code></a> for that.</li>
+    <li><strong>API change</strong>: <a href="manual.html#markText"><code>markText</code></a> now
+    returns an object with <code>clear</code> and <code>find</code>
+    methods. Marked text is now more robust when edited.</li>
+    <li>Fix editing code with tabs in Internet Explorer.</li>
+  </ul>
+
+  <p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.15.zip">Version 2.15</a>:</p>
+  <p class="rel-note">Fix bug that snuck into 2.14: Clicking the
+  character that currently has the cursor didn't re-focus the
+  editor.</p>
+
+  <p class="rel">26-09-2011: <a href="http://codemirror.net/codemirror-2.14.zip">Version 2.14</a>:</p>
+  <ul class="rel-note">
+    <li>Add <a href="../mode/clojure/index.html">Clojure</a>, <a href="../mode/pascal/index.html">Pascal</a>, <a href="../mode/ntriples/index.html">NTriples</a>, <a href="../mode/jinja2/index.html">Jinja2</a>, and <a href="../mode/markdown/index.html">Markdown</a> modes.</li>
+    <li>Add <a href="../theme/cobalt.css">Cobalt</a> and <a href="../theme/eclipse.css">Eclipse</a> themes.</li>
+    <li>Add a <a href="manual.html#option_fixedGutter"><code>fixedGutter</code></a> option.</li>
+    <li>Fix bug with <code>setValue</code> breaking cursor movement.</li>
+    <li>Make gutter updates much more efficient.</li>
+    <li>Allow dragging of text out of the editor (on modern browsers).</li>
+  </ul>
+
+
+  <p class="rel">23-08-2011: <a href="http://codemirror.net/codemirror-2.13.zip">Version 2.13</a>:</p>
+  <ul class="rel-note">
+    <li>Add <a href="../mode/ruby/index.html">Ruby</a>, <a href="../mode/r/index.html">R</a>, <a href="../mode/coffeescript/index.html">CoffeeScript</a>, and <a href="../mode/velocity/index.html">Velocity</a> modes.</li>
+    <li>Add <a href="manual.html#getGutterElement"><code>getGutterElement</code></a> to API.</li>
+    <li>Several fixes to scrolling and positioning.</li>
+    <li>Add <a href="manual.html#option_smartHome"><code>smartHome</code></a> option.</li>
+    <li>Add an experimental <a href="../mode/xmlpure/index.html">pure XML</a> mode.</li>
+  </ul>
+
+  <p class="rel">25-07-2011: <a href="http://codemirror.net/codemirror-2.12.zip">Version 2.12</a>:</p>
+  <ul class="rel-note">
+    <li>Add a <a href="../mode/sparql/index.html">SPARQL</a> mode.</li>
+    <li>Fix bug with cursor jumping around in an unfocused editor in IE.</li>
+    <li>Allow key and mouse events to bubble out of the editor. Ignore widget clicks.</li>
+    <li>Solve cursor flakiness after undo/redo.</li>
+    <li>Fix block-reindent ignoring the last few lines.</li>
+    <li>Fix parsing of multi-line attrs in XML mode.</li>
+    <li>Use <code>innerHTML</code> for HTML-escaping.</li>
+    <li>Some fixes to indentation in C-like mode.</li>
+    <li>Shrink horiz scrollbars when long lines removed.</li>
+    <li>Fix width feedback loop bug that caused the width of an inner DIV to shrink.</li>
+  </ul>
+
+  <p class="rel">04-07-2011: <a href="http://codemirror.net/codemirror-2.11.zip">Version 2.11</a>:</p>
+  <ul class="rel-note">
+    <li>Add a <a href="../mode/scheme/index.html">Scheme mode</a>.</li>
+    <li>Add a <code>replace</code> method to search cursors, for cursor-preserving replacements.</li>
+    <li>Make the <a href="../mode/clike/index.html">C-like mode</a> mode more customizable.</li>
+    <li>Update XML mode to spot mismatched tags.</li>
+    <li>Add <code>getStateAfter</code> API and <code>compareState</code> mode API methods for finer-grained mode magic.</li>
+    <li>Add a <code>getScrollerElement</code> API method to manipulate the scrolling DIV.</li>
+    <li>Fix drag-and-drop for Firefox.</li>
+    <li>Add a C# configuration for the <a href="../mode/clike/index.html">C-like mode</a>.</li>
+    <li>Add <a href="../demo/fullscreen.html">full-screen editing</a> and <a href="../demo/changemode.html">mode-changing</a> demos.</li>
+  </ul>
+
+  <p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.1.zip">Version 2.1</a>:</p>
+  <p class="rel-note">Add
+  a <a href="manual.html#option_theme">theme</a> system
+  (<a href="../demo/theme.html">demo</a>). Note that this is not
+  backwards-compatible—you'll have to update your styles and
+  modes!</p>
+
+  <p class="rel">07-06-2011: <a href="http://codemirror.net/codemirror-2.02.zip">Version 2.02</a>:</p>
+  <ul class="rel-note">
+    <li>Add a <a href="../mode/lua/index.html">Lua mode</a>.</li>
+    <li>Fix reverse-searching for a regexp.</li>
+    <li>Empty lines can no longer break highlighting.</li>
+    <li>Rework scrolling model (the outer wrapper no longer does the scrolling).</li>
+    <li>Solve horizontal jittering on long lines.</li>
+    <li>Add <a href="../demo/runmode.html">runmode.js</a>.</li>
+    <li>Immediately re-highlight text when typing.</li>
+    <li>Fix problem with 'sticking' horizontal scrollbar.</li>
+  </ul>
+
+  <p class="rel">26-05-2011: <a href="http://codemirror.net/codemirror-2.01.zip">Version 2.01</a>:</p>
+  <ul class="rel-note">
+    <li>Add a <a href="../mode/smalltalk/index.html">Smalltalk mode</a>.</li>
+    <li>Add a <a href="../mode/rst/index.html">reStructuredText mode</a>.</li>
+    <li>Add a <a href="../mode/python/index.html">Python mode</a>.</li>
+    <li>Add a <a href="../mode/plsql/index.html">PL/SQL mode</a>.</li>
+    <li><code>coordsChar</code> now works</li>
+    <li>Fix a problem where <code>onCursorActivity</code> interfered with <code>onChange</code>.</li>
+    <li>Fix a number of scrolling and mouse-click-position glitches.</li>
+    <li>Pass information about the changed lines to <code>onChange</code>.</li>
+    <li>Support cmd-up/down on OS X.</li>
+    <li>Add triple-click line selection.</li>
+    <li>Don't handle shift when changing the selection through the API.</li>
+    <li>Support <code>"nocursor"</code> mode for <code>readOnly</code> option.</li>
+    <li>Add an <code>onHighlightComplete</code> option.</li>
+    <li>Fix the context menu for Firefox.</li>
+  </ul>
+
+  <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-2.0.zip">Version 2.0</a>:</p>
+  <p class="rel-note">CodeMirror 2 is a complete rewrite that's
+  faster, smaller, simpler to use, and less dependent on browser
+  quirks. See <a href="internals.html">this</a>
+  and <a href="http://groups.google.com/group/codemirror/browse_thread/thread/5a8e894024a9f580">this</a>
+  for more information.</a>
+
+  <p class="rel">28-03-2011: <a href="http://codemirror.net/codemirror-1.0.zip">Version 1.0</a>:</p>
+  <ul class="rel-note">
+    <li>Fix error when debug history overflows.</li>
+    <li>Refine handling of C# verbatim strings.</li>
+    <li>Fix some issues with JavaScript indentation.</li>
+  </ul>
+
+  <p class="rel">22-02-2011: <a href="https://github.com/marijnh/codemirror/tree/beta2">Version 2.0 beta 2</a>:</p>
+  <p class="rel-note">Somewhat more mature API, lots of bugs shaken out.</a>
+
+  <p class="rel">17-02-2011: <a href="http://codemirror.net/codemirror-0.94.zip">Version 0.94</a>:</p>
+  <ul class="rel-note">
+    <li><code>tabMode: "spaces"</code> was modified slightly (now indents when something is selected).</li>
+    <li>Fixes a bug that would cause the selection code to break on some IE versions.</li>
+    <li>Disabling spell-check on WebKit browsers now works.</li>
+  </ul>
+
+  <p class="rel">08-02-2011: <a href="http://codemirror.net/">Version 2.0 beta 1</a>:</p>
+  <p class="rel-note">CodeMirror 2 is a complete rewrite of
+  CodeMirror, no longer depending on an editable frame.</p>
+
+  <p class="rel">19-01-2011: <a href="http://codemirror.net/codemirror-0.93.zip">Version 0.93</a>:</p>
+  <ul class="rel-note">
+    <li>Added a <a href="contrib/regex/index.html">Regular Expression</a> parser.</li>
+    <li>Fixes to the PHP parser.</li>
+    <li>Support for regular expression in search/replace.</li>
+    <li>Add <code>save</code> method to instances created with <code>fromTextArea</code>.</li>
+    <li>Add support for MS T-SQL in the SQL parser.</li>
+    <li>Support use of CSS classes for highlighting brackets.</li>
+    <li>Fix yet another hang with line-numbering in hidden editors.</li>
+  </ul>
+
+  <p class="rel">17-12-2010: <a href="http://codemirror.net/codemirror-0.92.zip">Version 0.92</a>:</p>
+  <ul class="rel-note">
+    <li>Make CodeMirror work in XHTML documents.</li>
+    <li>Fix bug in handling of backslashes in Python strings.</li>
+    <li>The <code>styleNumbers</code> option is now officially
+    supported and documented.</li>
+    <li><code>onLineNumberClick</code> option added.</li>
+    <li>More consistent names <code>onLoad</code> and
+    <code>onCursorActivity</code> callbacks. Old names still work, but
+    are deprecated.</li>
+    <li>Add a <a href="contrib/freemarker/index.html">Freemarker</a> mode.</li>
+  </ul>
+
+  <p class="rel">11-11-2010: <a
+  href="http://codemirror.net/codemirror-0.91.zip">Version 0.91</a>:</p>
+  <ul class="rel-note">
+    <li>Adds support for <a href="contrib/java">Java</a>.</li>
+    <li>Small additions to the <a href="contrib/php">PHP</a> and <a href="contrib/sql">SQL</a> parsers.</li>
+    <li>Work around various <a href="https://bugs.webkit.org/show_bug.cgi?id=47806">Webkit</a> <a href="https://bugs.webkit.org/show_bug.cgi?id=23474">issues</a>.</li>
+    <li>Fix <code>toTextArea</code> to update the code in the textarea.</li>
+    <li>Add a <code>noScriptCaching</code> option (hack to ease development).</li>
+    <li>Make sub-modes of <a href="mixedtest.html">HTML mixed</a> mode configurable.</li>
+  </ul>
+
+  <p class="rel">02-10-2010: <a
+  href="http://codemirror.net/codemirror-0.9.zip">Version 0.9</a>:</p>
+  <ul class="rel-note">
+    <li>Add support for searching backwards.</li>
+    <li>There are now parsers for <a href="contrib/scheme/index.html">Scheme</a>, <a href="contrib/xquery/index.html">XQuery</a>, and <a href="contrib/ometa/index.html">OmetaJS</a>.</li>
+    <li>Makes <code>height: "dynamic"</code> more robust.</li>
+    <li>Fixes bug where paste did not work on OS X.</li>
+    <li>Add a <code>enterMode</code> and <code>electricChars</code> options to make indentation even more customizable.</li>
+    <li>Add <code>firstLineNumber</code> option.</li>
+    <li>Fix bad handling of <code>@media</code> rules by the CSS parser.</li>
+    <li>Take a new, more robust approach to working around the invisible-last-line bug in WebKit.</li>
+  </ul>
+
+  <p class="rel">22-07-2010: <a
+  href="http://codemirror.net/codemirror-0.8.zip">Version 0.8</a>:</p>
+  <ul class="rel-note">
+    <li>Add a <code>cursorCoords</code> method to find the screen
+    coordinates of the cursor.</li>
+    <li>A number of fixes and support for more syntax in the PHP parser.</li>
+    <li>Fix indentation problem with JSON-mode JS parser in Webkit.</li>
+    <li>Add a <a href="compress.html">minification</a> UI.</li>
+    <li>Support a <code>height: dynamic</code> mode, where the editor's
+    height will adjust to the size of its content.</li>
+    <li>Better support for IME input mode.</li>
+    <li>Fix JavaScript parser getting confused when seeing a no-argument
+    function call.</li>
+    <li>Have CSS parser see the difference between selectors and other
+    identifiers.</li>
+    <li>Fix scrolling bug when pasting in a horizontally-scrolled
+    editor.</li>
+    <li>Support <code>toTextArea</code> method in instances created with
+    <code>fromTextArea</code>.</li>
+    <li>Work around new Opera cursor bug that causes the cursor to jump
+    when pressing backspace at the end of a line.</li>
+  </ul>
+
+  <p class="rel">27-04-2010: <a
+  href="http://codemirror.net/codemirror-0.67.zip">Version
+  0.67</a>:</p>
+  <p class="rel-note">More consistent page-up/page-down behaviour
+  across browsers. Fix some issues with hidden editors looping forever
+  when line-numbers were enabled. Make PHP parser parse
+  <code>"\\"</code> correctly. Have <code>jumpToLine</code> work on
+  line handles, and add <code>cursorLine</code> function to fetch the
+  line handle where the cursor currently is. Add new
+  <code>setStylesheet</code> function to switch style-sheets in a
+  running editor.</p>
+
+  <p class="rel">01-03-2010: <a
+  href="http://codemirror.net/codemirror-0.66.zip">Version
+  0.66</a>:</p>
+  <p class="rel-note">Adds <code>removeLine</code> method to API.
+  Introduces the <a href="contrib/plsql/index.html">PLSQL parser</a>.
+  Marks XML errors by adding (rather than replacing) a CSS class, so
+  that they can be disabled by modifying their style. Fixes several
+  selection bugs, and a number of small glitches.</p>
+
+  <p class="rel">12-11-2009: <a
+  href="http://codemirror.net/codemirror-0.65.zip">Version
+  0.65</a>:</p>
+  <p class="rel-note">Add support for having both line-wrapping and
+  line-numbers turned on, make paren-highlighting style customisable
+  (<code>markParen</code> and <code>unmarkParen</code> config
+  options), work around a selection bug that Opera
+  <em>re</em>introduced in version 10.</p>
+
+  <p class="rel">23-10-2009: <a
+  href="http://codemirror.net/codemirror-0.64.zip">Version
+  0.64</a>:</p>
+  <p class="rel-note">Solves some issues introduced by the
+  paste-handling changes from the previous release. Adds
+  <code>setSpellcheck</code>, <code>setTextWrapping</code>,
+  <code>setIndentUnit</code>, <code>setUndoDepth</code>,
+  <code>setTabMode</code>, and <code>setLineNumbers</code> to
+  customise a running editor. Introduces an <a
+  href="contrib/sql/index.html">SQL</a> parser. Fixes a few small
+  problems in the <a href="contrib/python/index.html">Python</a>
+  parser. And, as usual, add workarounds for various newly discovered
+  browser incompatibilities.</p>
+
+<p class="rel"><em>31-08-2009</em>: <a
+href="http://codemirror.net/codemirror-0.63.zip">Version
+0.63</a>:</p>
+<p class="rel-note"> Overhaul of paste-handling (less fragile), fixes for several
+serious IE8 issues (cursor jumping, end-of-document bugs) and a number
+of small problems.</p>
+
+<p class="rel"><em>30-05-2009</em>: <a
+href="http://codemirror.net/codemirror-0.62.zip">Version
+0.62</a>:</p>
+<p class="rel-note">Introduces <a href="contrib/python/index.html">Python</a>
+and <a href="contrib/lua/index.html">Lua</a> parsers. Add
+<code>setParser</code> (on-the-fly mode changing) and
+<code>clearHistory</code> methods. Make parsing passes time-based
+instead of lines-based (see the <code>passTime</code> option).</p>
+
+</body></html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/reporting.html b/components/originalComponents/static/admin/codemirror/doc/reporting.html
new file mode 100755
index 00000000..a6165125
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/reporting.html
@@ -0,0 +1,60 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror: Reporting Bugs</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+    <style>li { margin-top: 1em; }</style>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* Reporting bugs
+   effectively */
+</pre>
+</div>
+
+<div class="left">
+
+<p>So you found a problem in CodeMirror. By all means, report it! Bug
+reports from users are the main drive behind improvements to
+CodeMirror. But first, please read over these points:</p>
+
+<ol>
+  <li>CodeMirror is maintained by volunteers. They don't owe you
+  anything, so be polite. Reports with an indignant or belligerent
+  tone tend to be moved to the bottom of the pile.</li>
+
+  <li>Include information about <strong>the browser in which the
+  problem occurred</strong>. Even if you tested several browsers, and
+  the problem occurred in all of them, mention this fact in the bug
+  report. Also include browser version numbers and the operating
+  system that you're on.</li>
+
+  <li>Mention which release of CodeMirror you're using. Preferably,
+  try also with the current development snapshot, to ensure the
+  problem has not already been fixed.</li>
+
+  <li>Mention very precisely what went wrong. "X is broken" is not a
+  good bug report. What did you expect to happen? What happened
+  instead? Describe the exact steps a maintainer has to take to make
+  the problem occur. We can not fix something that we can not
+  observe.</li>
+
+  <li>If the problem can not be reproduced in any of the demos
+  included in the CodeMirror distribution, please provide an HTML
+  document that demonstrates the problem. The best way to do this is
+  to go to <a href="http://jsbin.com/ihunin/edit">jsbin.com</a>, enter
+  it there, press save, and include the resulting link in your bug
+  report.</li>
+</ol>
+
+</div>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/doc/upgrade_v2.2.html b/components/originalComponents/static/admin/codemirror/doc/upgrade_v2.2.html
new file mode 100755
index 00000000..7e4d8400
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/doc/upgrade_v2.2.html
@@ -0,0 +1,98 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror: Upgrading to v2.2</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="docs.css"/>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="baboon.png" class="logo" alt="logo"/>
+<pre>
+/* Upgrading to
+   v2.2 */
+</pre>
+</div>
+
+<div class="left">
+
+<p>There are a few things in the 2.2 release that require some care
+when upgrading.</p>
+
+<h2>No more default.css</h2>
+
+<p>The default theme is now included
+in <a href="../lib/codemirror.css"><code>codemirror.css</code></a>, so
+you do not have to included it separately anymore. (It was tiny, so
+even if you're not using it, the extra data overhead is negligible.)
+
+<h2>Different key customization</h2>
+
+<p>CodeMirror has moved to a system
+where <a href="manual.html#option_keyMap">keymaps</a> are used to
+bind behavior to keys. This means <a href="../demo/emacs.html">custom
+bindings</a> are now possible.</p>
+
+<p>Three options that influenced key
+behavior, <code>tabMode</code>, <code>enterMode</code>,
+and <code>smartHome</code>, are no longer supported. Instead, you can
+provide custom bindings to influence the way these keys act. This is
+done through the
+new <a href="manual.html#option_extraKeys"><code>extraKeys</code></a>
+option, which can hold an object mapping key names to functionality. A
+simple example would be:</p>
+
+<pre>  extraKeys: {
+    "Ctrl-S": function(instance) { saveText(instance.getValue()); },
+    "Ctrl-/": "undo"
+  }</pre>
+
+<p>Keys can be mapped either to functions, which will be given the
+editor instance as argument, or to strings, which are mapped through
+functions through the <code>CodeMirror.commands</code> table, which
+contains all the built-in editing commands, and can be inspected and
+extended by external code.</p>
+
+<p>By default, the <code>Home</code> key is bound to
+the <code>"goLineStartSmart"</code> command, which moves the cursor to
+the first non-whitespace character on the line. You can set do this to
+make it always go to the very start instead:</p>
+
+<pre>  extraKeys: {"Home": "goLineStart"}</pre>
+
+<p>Similarly, <code>Enter</code> is bound
+to <code>"newlineAndIndent"</code> by default. You can bind it to
+something else to get different behavior. To disable special handling
+completely and only get a newline character inserted, you can bind it
+to <code>false</code>:</p>
+
+<pre>  extraKeys: {"Enter": false}</pre>
+
+<p>The same works for <code>Tab</code>. If you don't want CodeMirror
+to handle it, bind it to <code>false</code>. The default behaviour is
+to indent the current line more (<code>"indentMore"</code> command),
+and indent it less when shift is held (<code>"indentLess"</code>).
+There are also <code>"indentAuto"</code> (smart indent)
+and <code>"insertTab"</code> commands provided for alternate
+behaviors. Or you can write your own handler function to do something
+different altogether.</p>
+
+<h2>Tabs</h2>
+
+<p>Handling of tabs changed completely. The display width of tabs can
+now be set with the <code>tabSize</code> option, and tabs can
+be <a href="../demo/visibletabs.html">styled</a> by setting CSS rules
+for the <code>cm-tab</code> class.</p>
+
+<p>The default width for tabs is now 4, as opposed to the 8 that is
+hard-wired into browsers. If you are relying on 8-space tabs, make
+sure you explicitly set <code>tabSize: 8</code> in your options.</p>
+
+</div>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/index.html b/components/originalComponents/static/admin/codemirror/index.html
new file mode 100755
index 00000000..7a5dbf7a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/index.html
@@ -0,0 +1,473 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8"/>
+    <title>CodeMirror</title>
+    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans:bold"/>
+    <link rel="stylesheet" type="text/css" href="doc/docs.css"/>
+    <link rel="alternate" href="http://twitter.com/statuses/user_timeline/242283288.rss" type="application/rss+xml"/>
+  </head>
+  <body>
+
+<h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMirror</a></h1>
+
+<div class="grey">
+<img src="doc/baboon.png" class="logo" alt="logo"/>
+<pre>
+/* In-browser code editing
+   made bearable */
+</pre>
+</div>
+
+<div class="clear"><div class="left blk">
+
+  <p style="margin-top: 0">CodeMirror is a JavaScript component that
+  provides a code editor in the browser. When a mode is available for
+  the language you are coding in, it will color your code, and
+  optionally help with indentation.</p>
+
+  <p>A <a href="doc/manual.html">rich programming API</a> and a CSS
+  theming system are available for customizing CodeMirror to fit your
+  application, and extending it with new functionality.</p>
+
+  <div class="clear"><div class="left1 blk">
+
+    <h2 style="margin-top: 0">Supported modes:</h2>
+
+    <ul>
+      <li><a href="mode/clike/index.html">C, C++, C#</a></li>
+      <li><a href="mode/clojure/index.html">Clojure</a></li>
+      <li><a href="mode/coffeescript/index.html">CoffeeScript</a></li>
+      <li><a href="mode/commonlisp/index.html">Common Lisp</a></li>
+      <li><a href="mode/css/index.html">CSS</a></li>
+      <li><a href="mode/diff/index.html">diff</a></li>
+      <li><a href="mode/ecl/index.html">ECL</a></li>
+      <li><a href="mode/erlang/index.html">Erlang</a></li>
+      <li><a href="mode/go/index.html">Go</a></li>
+      <li><a href="mode/groovy/index.html">Groovy</a></li>
+      <li><a href="mode/haskell/index.html">Haskell</a></li>
+      <li><a href="mode/haxe/index.html">Haxe</a></li>
+      <li><a href="mode/htmlembedded/index.html">HTML embedded scripts</a></li>
+      <li><a href="mode/htmlmixed/index.html">HTML mixed-mode</a></li>
+      <li><a href="mode/clike/index.html">Java</a></li>
+      <li><a href="mode/javascript/index.html">JavaScript</a></li>
+      <li><a href="mode/jinja2/index.html">Jinja2</a></li>
+      <li><a href="mode/less/index.html">LESS</a></li>
+      <li><a href="mode/lua/index.html">Lua</a></li>
+      <li><a href="mode/markdown/index.html">Markdown</a> (<a href="mode/gfm/index.html">Github-flavour</a>)</li>
+      <li><a href="mode/mysql/index.html">MySQL</a></li>
+      <li><a href="mode/ntriples/index.html">NTriples</a></li>
+      <li><a href="mode/ocaml/index.html">OCaml</a></li>
+      <li><a href="mode/pascal/index.html">Pascal</a></li>
+      <li><a href="mode/perl/index.html">Perl</a></li>
+      <li><a href="mode/php/index.html">PHP</a></li>
+      <li><a href="mode/pig/index.html">Pig Latin</a></li>
+      <li><a href="mode/plsql/index.html">PL/SQL</a></li>
+      <li><a href="mode/properties/index.html">Properties files</a></li>
+      <li><a href="mode/python/index.html">Python</a></li>
+      <li><a href="mode/r/index.html">R</a></li>
+      <li>RPM <a href="mode/rpm/spec/index.html">spec</a> and <a href="mode/rpm/changes/index.html">changelog</a></li>
+      <li><a href="mode/rst/index.html">reStructuredText</a></li>
+      <li><a href="mode/ruby/index.html">Ruby</a></li>
+      <li><a href="mode/rust/index.html">Rust</a></li>
+      <li><a href="mode/clike/scala.html">Scala</a></li>
+      <li><a href="mode/scheme/index.html">Scheme</a></li>
+      <li><a href="mode/shell/index.html">Shell</a></li>
+      <li><a href="mode/sieve/index.html">Sieve</a></li>
+      <li><a href="mode/smalltalk/index.html">Smalltalk</a></li>
+      <li><a href="mode/smarty/index.html">Smarty</a></li>
+      <li><a href="mode/sparql/index.html">SPARQL</a></li>
+      <li><a href="mode/stex/index.html">sTeX, LaTeX</a></li>
+      <li><a href="mode/tiddlywiki/index.html">Tiddlywiki</a></li>
+      <li><a href="mode/tiki/index.html">Tiki wiki</a></li>
+      <li><a href="mode/vb/index.html">VB.NET</a></li>
+      <li><a href="mode/vbscript/index.html">VBScript</a></li>
+      <li><a href="mode/velocity/index.html">Velocity</a></li>
+      <li><a href="mode/verilog/index.html">Verilog</a></li>
+      <li><a href="mode/xml/index.html">XML/HTML</a></li>
+      <li><a href="mode/xquery/index.html">XQuery</a></li>
+      <li><a href="mode/yaml/index.html">YAML</a></li>
+    </ul>
+
+  </div><div class="left2 blk">
+
+    <h2 style="margin-top: 0">Usage demos:</h2>
+
+    <ul>
+      <li><a href="demo/complete.html">Autocompletion</a> (<a href="demo/xmlcomplete.html">XML</a>)</li>
+      <li><a href="demo/search.html">Search/replace</a></li>
+      <li><a href="demo/folding.html">Code folding</a></li>
+      <li><a href="demo/mustache.html">Mode overlays</a></li>
+      <li><a href="demo/multiplex.html">Mode multiplexer</a></li>
+      <li><a href="demo/preview.html">HTML editor with preview</a></li>
+      <li><a href="demo/resize.html">Auto-resizing editor</a></li>
+      <li><a href="demo/marker.html">Setting breakpoints</a></li>
+      <li><a href="demo/activeline.html">Highlighting the current line</a></li>
+      <li><a href="demo/matchhighlighter.html">Highlighting selection matches</a></li>
+      <li><a href="demo/theme.html">Theming</a></li>
+      <li><a href="demo/runmode.html">Stand-alone highlighting</a></li>
+      <li><a href="demo/fullscreen.html">Full-screen editing</a></li>
+      <li><a href="demo/changemode.html">Mode auto-changing</a></li>
+      <li><a href="demo/visibletabs.html">Visible tabs</a></li>
+      <li><a href="demo/formatting.html">Autoformatting of code</a></li>
+      <li><a href="demo/emacs.html">Emacs keybindings</a></li>
+      <li><a href="demo/vim.html">Vim keybindings</a></li>
+      <li><a href="demo/closetag.html">Automatic xml tag closing</a></li>
+      <li><a href="demo/loadmode.html">Lazy mode loading</a></li>
+    </ul>
+
+    <h2>Real-world uses:</h2>
+
+    <ul>
+      <li><a href="http://jsbin.com">jsbin.com</a> (JS playground)</li>
+      <li><a href="http://www.chris-granger.com/2012/04/12/light-table---a-new-ide-concept/">Light Table</a> (experimental IDE)</li>
+      <li><a href="http://brackets.io">Adobe Brackets</a> (code editor)</li>
+      <li><a href="http://www.mergely.com/">Mergely</a> (interactive diffing)</li>
+      <li><a href="https://script.google.com/">Google Apps Script</a></li>
+      <li><a href="https://github.com/github/android">GitHub's Android app</a></li>
+      <li><a href="http://eloquentjavascript.net/chapter1.html">Eloquent JavaScript</a> (book)</li>
+      <li><a href="http://media.chikuyonok.ru/codemirror2/">Zen Coding</a> (fast XML editing)</li>
+      <li><a href="http://paperjs.org/">Paper.js</a> (graphics scripting)</li>
+      <li><a href="http://tour.golang.org">Go language tour</a></li>
+      <li><a href="http://codev.it/">Codev</a> (collaborative IDE)</li>
+      <li><a href="http://enjalot.com/tributary/2636296/sinwaves.js">Tributary</a> (augmented editing)</li>
+      <li><a href="http://prose.io/">Prose.io</a> (github content editor)</li>
+      <li><a href="http://www.wescheme.org/">WeScheme</a> (learning tool)</li>
+      <li><a href="http://webglplayground.net/">WebGL playground</a></li>
+      <li><a href="http://ql.io/">ql.io</a> (http API query helper)</li>
+      <li><a href="http://elm-lang.org/Examples.elm">Elm language examples</a></li>
+      <li><a href="https://thefiletree.com">The File Tree</a> (collab editor)</li>
+      <li><a href="http://bluegriffon.org/">BlueGriffon</a> (HTML editor)</li>
+      <li><a href="http://www.jshint.com/">JSHint</a> (JS linter)</li>
+      <li><a href="http://kl1p.com/cmtest/1">kl1p</a> (paste service)</li>
+      <li><a href="http://sqlfiddle.com">SQLFiddle</a> (SQL playground)</li>
+      <li><a href="http://try.haxe.org">Try Haxe</a> (Haxe Playground) </li>
+      <li><a href="http://cssdeck.com/">CSSDeck</a> (CSS showcase)</li>
+      <li><a href="http://www.ckwnc.com/">CKWNC</a> (UML editor)</li>
+      <li><a href="http://www.sketchpatch.net/labs/livecodelabIntro.html">sketchPatch Livecodelab</a></li>
+      <li><a href="https://notex.ch">NoTex</a> (rST authoring)</li>
+    </ul>
+
+  </div></div>
+
+  <h2 id="code">Getting the code</h2>
+
+  <p>All of CodeMirror is released under a <a
+  href="LICENSE">MIT-style</a> license. To get it, you can download
+  the <a href="http://codemirror.net/codemirror.zip">latest
+  release</a> or the current <a
+  href="http://codemirror.net/codemirror-latest.zip">development
+  snapshot</a> as zip files. To create a custom minified script file,
+  you can use the <a href="doc/compress.html">compression API</a>.</p>
+
+  <p>We use <a href="http://git-scm.com/">git</a> for version control.
+  The main repository can be fetched in this way:</p>
+
+  <pre class="code">git clone http://marijnhaverbeke.nl/git/codemirror</pre>
+
+  <p>CodeMirror can also be found on GitHub at <a
+  href="http://github.com/marijnh/CodeMirror">marijnh/CodeMirror</a>.
+  If you plan to hack on the code and contribute patches, the best way
+  to do it is to create a GitHub fork, and send pull requests.</p>
+
+  <h2 id="documention">Documentation</h2>
+
+  <p>The <a href="doc/manual.html">manual</a> is your first stop for
+  learning how to use this library. It starts with a quick explanation
+  of how to use the editor, and then describes the API in detail.</p>
+
+  <p>For those who want to learn more about the code, there is
+  an <a href="doc/internals.html">overview of the internals</a> available.
+  The <a href="http://github.com/marijnh/CodeMirror">source code</a>
+  itself is, for the most part, also well commented.</p>
+
+  <h2 id="support">Support and bug reports</h2>
+
+  <p>Community discussion, questions, and informal bug reporting is
+  done on
+  the <a href="http://groups.google.com/group/codemirror">CodeMirror
+  Google group</a>. There is a separate
+  group, <a href="http://groups.google.com/group/codemirror-announce">CodeMirror-announce</a>,
+  which is lower-volume, and is only used for major announcements—new
+  versions and such. These will be cross-posted to both groups, so you
+  don't need to subscribe to both.</p>
+
+  <p>Though bug reports through e-mail are responded to, the preferred
+  way to report bugs is to use
+  the <a href="http://github.com/marijnh/CodeMirror/issues">Github
+  issue tracker</a>. Before reporting a
+  bug, <a href="doc/reporting.html">read these pointers</a>. Also,
+  the issue tracker is for <em>bugs</em>, not requests for help.</p>
+
+  <p>When none of these seem fitting, you can
+  simply <a href="mailto:marijnh@gmail.com">e-mail the maintainer</a>
+  directly.</p>
+
+  <h2 id="supported">Supported browsers</h2>
+
+  <p>The following <em>desktop</em> browsers are able to run CodeMirror:</p>
+
+  <ul>
+    <li>Firefox 2 or higher</li>
+    <li>Chrome, any version</li>
+    <li>Safari 3 or higher</li>
+    <li>Opera 9 or higher (with some key-handling problems on OS X)</li>
+    <li>Internet Explorer 7 or higher in standards mode<br>
+      <em>(So not quirks mode. But quasi-standards mode with a
+      transitional doctype is also flaky. <code>&lt;!doctype
+      html></code> is recommended.)</em></li>
+  </ul>
+
+  <p>I am not actively testing against every new browser release, and
+  vendors have a habit of introducing bugs all the time, so I am
+  relying on the community to tell me when something breaks.
+  See <a href="#support">here</a> for information on how to contact
+  me.</p>
+
+  <p>Mobile browsers mostly kind of work, but, because of limitations
+  and their fundamentally different UI assumptions, show a lot of
+  quirks that are hard to work around.</p>
+
+  <h2 id="commercial">Commercial support</h2>
+
+  <p>CodeMirror is developed and maintained by me, Marijn Haverbeke,
+  in my own time. If your company is getting value out of CodeMirror,
+  please consider purchasing a support contract.</p>
+
+  <ul>
+    <li>You'll be funding further work on CodeMirror.</li>
+    <li>You ensure that you get a quick response when you have a
+    problem, even when I am otherwise busy.</li>
+  </ul>
+
+  <p>CodeMirror support contracts exist in two
+  forms—<strong>basic</strong> at €100 per month,
+  and <strong>premium</strong> at €500 per
+  month. <a href="mailto:marijnh@gmail.com">Contact me</a> for further
+  information.</p>
+
+</div>
+
+<div class="right blk">
+
+  <a href="http://codemirror.net/codemirror.zip" class="download">Download the latest release</a>
+
+  <h2>Support CodeMirror</h2>
+
+  <ul>
+    <li>Donate
+    (<span onclick="document.getElementById('paypal').submit();"
+    class="quasilink">Paypal</span>,
+    <span onclick="document.getElementById('bankinfo').style.display = 'block';"
+           class="quasilink">bank</span>, or
+    <a href="https://www.gittip.com/marijnh">Gittip</a>)</li>
+    <li>Purchase <a href="#commercial">commercial support</a></li>
+  </ul>
+
+  <p id="bankinfo" style="display: none;">
+    Bank: <i>Rabobank</i><br/>
+    Country: <i>Netherlands</i><br/>
+    SWIFT: <i>RABONL2U</i><br/>
+    Account: <i>147850770</i><br/>
+    Name: <i>Marijn Haverbeke</i><br/>
+    IBAN: <i>NL26 RABO 0147 8507 70</i>
+  </p>
+
+  <h2>Reading material</h2>
+
+  <ul>
+    <li><a href="doc/manual.html">User manual</a></li>
+    <li><a href="http://github.com/marijnh/CodeMirror">Browse the code</a></li>
+  </ul>
+
+  <h2 id=releases>Releases</h2>
+
+  <p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-2.34.zip">Version 2.34</a>:</p>
+
+  <ul class="rel-note">
+    <li>New mode: <a href="mode/commonlisp/index.html">Common Lisp</a>.</li>
+    <li>Fix right-click select-all on most browsers.</li>
+    <li>Change the way highlighting happens:<br>&nbsp; Saves memory and CPU cycles.<br>&nbsp; <code>compareStates</code> is no longer needed.<br>&nbsp; <code>onHighlightComplete</code> no longer works.</li>
+    <li>Integrate mode (Markdown, XQuery, CSS, sTex) tests in central testsuite.</li>
+    <li>Add a <a href="doc/manual.html#version"><code>CodeMirror.version</code></a> property.</li>
+    <li>More robust handling of nested modes in <a href="demo/formatting.html">formatting</a> and <a href="demo/closetag.html">closetag</a> plug-ins.</li>
+    <li>Un/redo now preserves <a href="doc/manual.html#markText">marked text</a> and bookmarks.</li>
+    <li><a href="https://github.com/marijnh/CodeMirror/compare/v2.33...v2.34">Full list</a> of patches.</li>
+  </ul>
+
+  <p class="rel">19-09-2012: <a href="http://codemirror.net/codemirror-3.0beta1.zip">Version 3.0, beta 1</a>:</p>
+
+  <p class="rel-note"><strong>BETA release, new major version</strong>. Only partially
+  backwards-compatible. See
+  the <a href="http://codemirror.net/3/doc/upgrade_v3.html">upgrading
+  guide</a> for more information. Major new features are:</p>
+
+  <ul class="rel-note">
+    <li>Bi-directional text support.</li>
+    <li>More powerful gutter model.</li>
+    <li>Support for arbitrary text/widget height.</li>
+    <li>In-line widgets.</li>
+    <li>Generalized event handling.</li>
+  </ul>
+
+  <p class="rel">23-08-2012: <a href="http://codemirror.net/codemirror-2.33.zip">Version 2.33</a>:</p>
+
+  <ul class="rel-note">
+    <li>New mode: <a href="mode/sieve/index.html">Sieve</a>.</li>
+    <li>New <a href="doc/manual.html#getViewport"><code>getViewPort</code></a> and <a href="doc/manual.html#option_onViewportChange"><code>onViewportChange</code></a> API.</li>
+    <li><a href="doc/manual.html#option_cursorBlinkRate">Configurable</a> cursor blink rate.</li>
+    <li>Make binding a key to <code>false</code> disabling handling (again).</li>
+    <li>Show non-printing characters as red dots.</li>
+    <li>More tweaks to the scrolling model.</li>
+    <li>Expanded testsuite. Basic linter added.</li>
+    <li>Remove most uses of <code>innerHTML</code>. Remove <code>CodeMirror.htmlEscape</code>.</li>
+    <li><a href="https://github.com/marijnh/CodeMirror/compare/v2.32...v2.33">Full list</a> of patches.</li>
+  </ul>
+
+  <p class="rel">23-07-2012: <a href="http://codemirror.net/codemirror-2.32.zip">Version 2.32</a>:</p>
+
+  <p class="rel-note">Emergency fix for a bug where an editor with
+  line wrapping on IE will break when there is <em>no</em>
+  scrollbar.</p>
+
+  <p class="rel">20-07-2012: <a href="http://codemirror.net/codemirror-2.31.zip">Version 2.31</a>:</p>
+
+  <ul class="rel-note">
+    <li>New modes: <a href="mode/ocaml/index.html">OCaml</a>, <a href="mode/haxe/index.html">Haxe</a>, and <a href="mode/vb/index.html">VB.NET</a>.</li>
+    <li>Several fixes to the new scrolling model.</li>
+    <li>Add a <a href="doc/manual.html#setSize"><code>setSize</code></a> method for programmatic resizing.</li>
+    <li>Add <a href="doc/manual.html#getHistory"><code>getHistory</code></a> and <a href="doc/manual.html#setHistory"><code>setHistory</code></a> methods.</li>
+    <li>Allow custom line separator string in <a href="doc/manual.html#getValue"><code>getValue</code></a> and <a href="doc/manual.html#getRange"><code>getRange</code></a>.</li>
+    <li>Support double- and triple-click drag, double-clicking whitespace.</li>
+    <li>And more... <a href="https://github.com/marijnh/CodeMirror/compare/v2.3...v2.31">(all patches)</a></li>
+  </ul>
+
+  <p class="rel">22-06-2012: <a href="http://codemirror.net/codemirror-2.3.zip">Version 2.3</a>:</p>
+
+  <ul class="rel-note">
+    <li><strong>New scrollbar implementation</strong>. Should flicker less. Changes DOM structure of the editor.</li>
+    <li>New theme: <a href="demo/theme.html?vibrant-ink">vibrant-ink</a>.</li>
+    <li>Many extensions to the VIM keymap (including text objects).</li>
+    <li>Add <a href="demo/multiplex.html">mode-multiplexing</a> utility script.</li>
+    <li>Fix bug where right-click paste works in read-only mode.</li>
+    <li>Add a <a href="doc/manual.html#getScrollInfo"><code>getScrollInfo</code></a> method.</li>
+    <li>Lots of other <a href="https://github.com/marijnh/CodeMirror/compare/v2.25...v2.3">fixes</a>.</li>
+  </ul>
+
+  <p class="rel">23-05-2012: <a href="http://codemirror.net/codemirror-2.25.zip">Version 2.25</a>:</p>
+
+  <ul class="rel-note">
+    <li>New mode: <a href="mode/erlang/index.html">Erlang</a>.</li>
+    <li><strong>Remove xmlpure mode</strong> (use <a href="mode/xml/index.html">xml.js</a>).</li>
+    <li>Fix line-wrapping in Opera.</li>
+    <li>Fix X Windows middle-click paste in Chrome.</li>
+    <li>Fix bug that broke pasting of huge documents.</li>
+    <li>Fix backspace and tab key repeat in Opera.</li>
+  </ul>
+
+  <p class="rel">23-04-2012: <a href="http://codemirror.net/codemirror-2.24.zip">Version 2.24</a>:</p>
+
+  <ul class="rel-note">
+    <li><strong>Drop support for Internet Explorer 6</strong>.</li>
+    <li>New
+    modes: <a href="mode/shell/index.html">Shell</a>, <a href="mode/tiki/index.html">Tiki
+    wiki</a>, <a href="mode/pig/index.html">Pig Latin</a>.</li>
+    <li>New themes: <a href="demo/theme.html?ambiance">Ambiance</a>, <a href="demo/theme.html?blackboard">Blackboard</a>.</li>
+    <li>More control over drag/drop
+    with <a href="doc/manual.html#option_dragDrop"><code>dragDrop</code></a>
+    and <a href="doc/manual.html#option_onDragEvent"><code>onDragEvent</code></a>
+    options.</li>
+    <li>Make HTML mode a bit less pedantic.</li>
+    <li>Add <a href="doc/manual.html#compoundChange"><code>compoundChange</code></a> API method.</li>
+    <li>Several fixes in undo history and line hiding.</li>
+    <li>Remove (broken) support for <code>catchall</code> in key maps,
+    add <code>nofallthrough</code> boolean field instead.</li>
+  </ul>
+
+  <p class="rel">26-03-2012: <a href="http://codemirror.net/codemirror-2.23.zip">Version 2.23</a>:</p>
+
+  <ul class="rel-note">
+    <li>Change <strong>default binding for tab</strong> <a href="javascript:void(document.getElementById('tabbinding').style.display='')">[more]</a>
+      <div style="display: none" id=tabbinding>
+        Starting in 2.23, these bindings are default:
+        <ul><li>Tab: Insert tab character</li>
+          <li>Shift-tab: Reset line indentation to default</li>
+          <li>Ctrl/Cmd-[: Reduce line indentation (old tab behaviour)</li>
+          <li>Ctrl/Cmd-]: Increase line indentation (old shift-tab behaviour)</li>
+        </ul>
+      </div>
+    </li>
+    <li>New modes: <a href="mode/xquery/index.html">XQuery</a> and <a href="mode/vbscript/index.html">VBScript</a>.</li>
+    <li>Two new themes: <a href="mode/less/index.html">lesser-dark</a> and <a href="mode/xquery/index.html">xq-dark</a>.</li>
+    <li>Differentiate between background and text styles in <a href="doc/manual.html#setLineClass"><code>setLineClass</code></a>.</li>
+    <li>Fix drag-and-drop in IE9+.</li>
+    <li>Extend <a href="doc/manual.html#charCoords"><code>charCoords</code></a>
+    and <a href="doc/manual.html#cursorCoords"><code>cursorCoords</code></a> with a <code>mode</code> argument.</li>
+    <li>Add <a href="doc/manual.html#option_autofocus"><code>autofocus</code></a> option.</li>
+    <li>Add <a href="doc/manual.html#findMarksAt"><code>findMarksAt</code></a> method.</li>
+  </ul>
+
+  <p class="rel">27-02-2012: <a href="http://codemirror.net/codemirror-2.22.zip">Version 2.22</a>:</p>
+
+  <ul class="rel-note">
+    <li>Allow <a href="doc/manual.html#keymaps">key handlers</a> to pass up events, allow binding characters.</li>
+    <li>Add <a href="doc/manual.html#option_autoClearEmptyLines"><code>autoClearEmptyLines</code></a> option.</li>
+    <li>Properly use tab stops when rendering tabs.</li>
+    <li>Make PHP mode more robust.</li>
+    <li>Support indentation blocks in <a href="doc/manual.html#util_foldcode">code folder</a>.</li>
+    <li>Add a script for <a href="doc/manual.html#util_match-highlighter">highlighting instances of the selection</a>.</li>
+    <li>New <a href="mode/properties/index.html">.properties</a> mode.</li>
+    <li>Fix many bugs.</li>
+  </ul>
+
+  <p class="rel">27-01-2012: <a href="http://codemirror.net/codemirror-2.21.zip">Version 2.21</a>:</p>
+
+  <ul class="rel-note">
+    <li>Added <a href="mode/less/index.html">LESS</a>, <a href="mode/mysql/index.html">MySQL</a>,
+    <a href="mode/go/index.html">Go</a>, and <a href="mode/verilog/index.html">Verilog</a> modes.</li>
+    <li>Add <a href="doc/manual.html#option_smartIndent"><code>smartIndent</code></a>
+    option.</li>
+    <li>Support a cursor in <a href="doc/manual.html#option_readOnly"><code>readOnly</code></a>-mode.</li>
+    <li>Support assigning multiple styles to a token.</li>
+    <li>Use a new approach to drawing the selection.</li>
+    <li>Add <a href="doc/manual.html#scrollTo"><code>scrollTo</code></a> method.</li>
+    <li>Allow undo/redo events to span non-adjacent lines.</li>
+    <li>Lots and lots of bugfixes.</li>
+  </ul>
+
+  <p class="rel">20-12-2011: <a href="http://codemirror.net/codemirror-2.2.zip">Version 2.2</a>:</p>
+
+  <ul class="rel-note">
+    <li>Slightly incompatible API changes. Read <a href="doc/upgrade_v2.2.html">this</a>.</li>
+    <li>New approach
+    to <a href="doc/manual.html#option_extraKeys">binding</a> keys,
+    support for <a href="doc/manual.html#option_keyMap">custom
+    bindings</a>.</li>
+    <li>Support for overwrite (insert).</li>
+    <li><a href="doc/manual.html#option_tabSize">Custom-width</a>
+    and <a href="demo/visibletabs.html">stylable</a> tabs.</li>
+    <li>Moved more code into <a href="doc/manual.html#addons">add-on scripts</a>.</li>
+    <li>Support for sane vertical cursor movement in wrapped lines.</li>
+    <li>More reliable handling of
+    editing <a href="doc/manual.html#markText">marked text</a>.</li>
+    <li>Add minimal <a href="demo/emacs.html">emacs</a>
+    and <a href="demo/vim.html">vim</a> bindings.</li>
+    <li>Rename <code>coordsFromIndex</code>
+    to <a href="doc/manual.html#posFromIndex"><code>posFromIndex</code></a>,
+    add <a href="doc/manual.html#indexFromPos"><code>indexFromPos</code></a>
+    method.</li>
+  </ul>
+
+  <p><a href="doc/oldrelease.html">Older releases...</a></p>
+
+</div></div>
+
+<div style="height: 2em">&nbsp;</div>
+
+  <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="paypal">
+    <input type="hidden" name="cmd" value="_s-xclick"/>
+    <input type="hidden" name="hosted_button_id" value="3FVHS5FGUY7CC"/>
+  </form>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/keymap/emacs.js b/components/originalComponents/static/admin/codemirror/keymap/emacs.js
new file mode 100755
index 00000000..2a57e2ff
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/keymap/emacs.js
@@ -0,0 +1,29 @@
+// TODO number prefixes
+(function() {
+  // Really primitive kill-ring implementation.
+  var killRing = [];
+  function addToRing(str) {
+    killRing.push(str);
+    if (killRing.length > 50) killRing.shift();
+  }
+  function getFromRing() { return killRing[killRing.length - 1] || ""; }
+  function popFromRing() { if (killRing.length > 1) killRing.pop(); return getFromRing(); }
+
+  CodeMirror.keyMap.emacs = {
+    "Ctrl-X": function(cm) {cm.setOption("keyMap", "emacs-Ctrl-X");},
+    "Ctrl-W": function(cm) {addToRing(cm.getSelection()); cm.replaceSelection("");},
+    "Ctrl-Alt-W": function(cm) {addToRing(cm.getSelection()); cm.replaceSelection("");},
+    "Alt-W": function(cm) {addToRing(cm.getSelection());},
+    "Ctrl-Y": function(cm) {cm.replaceSelection(getFromRing());},
+    "Alt-Y": function(cm) {cm.replaceSelection(popFromRing());},
+    "Ctrl-/": "undo", "Shift-Ctrl--": "undo", "Shift-Alt-,": "goDocStart", "Shift-Alt-.": "goDocEnd",
+    "Ctrl-S": "findNext", "Ctrl-R": "findPrev", "Ctrl-G": "clearSearch", "Shift-Alt-5": "replace",
+    "Ctrl-Z": "undo", "Cmd-Z": "undo", "Alt-/": "autocomplete",
+    fallthrough: ["basic", "emacsy"]
+  };
+
+  CodeMirror.keyMap["emacs-Ctrl-X"] = {
+    "Ctrl-S": "save", "Ctrl-W": "save", "S": "saveAll", "F": "open", "U": "undo", "K": "close",
+    auto: "emacs", nofallthrough: true
+  };
+})();
diff --git a/components/originalComponents/static/admin/codemirror/keymap/vim.js b/components/originalComponents/static/admin/codemirror/keymap/vim.js
new file mode 100755
index 00000000..bcfab9cd
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/keymap/vim.js
@@ -0,0 +1,788 @@
+// Supported keybindings:
+//
+// Cursor movement:
+// h, j, k, l
+// e, E, w, W, b, B
+// Ctrl-f, Ctrl-b
+// Ctrl-n, Ctrl-p
+// $, ^, 0
+// G
+// ge, gE
+// gg
+// f<char>, F<char>, t<char>, T<char>
+// Ctrl-o, Ctrl-i TODO (FIXME - Ctrl-O wont work in Chrome)
+// /, ?, n, N TODO (does not work)
+// #, * TODO
+//
+// Entering insert mode:
+// i, I, a, A, o, O
+// s
+// ce, cb (without support for number of actions like c3e - TODO)
+// cc
+// S, C TODO
+// cf<char>, cF<char>, ct<char>, cT<char>
+//
+// Deleting text:
+// x, X
+// J
+// dd, D
+// de, db (without support for number of actions like d3e - TODO)
+// df<char>, dF<char>, dt<char>, dT<char>
+//
+// Yanking and pasting:
+// yy, Y
+// p, P
+// p'<char> TODO - test
+// y'<char> TODO - test
+// m<char> TODO - test
+//
+// Changing text in place:
+// ~
+// r<char>
+//
+// Visual mode:
+// v, V TODO
+//
+// Misc:
+// . TODO
+//
+
+(function() {
+  var count = "";
+  var sdir = "f";
+  var buf = "";
+  var yank = 0;
+  var mark = [];
+  var reptTimes = 0;
+  function emptyBuffer() { buf = ""; }
+  function pushInBuffer(str) { buf += str; }
+  function pushCountDigit(digit) { return function(cm) {count += digit;}; }
+  function popCount() { var i = parseInt(count, 10); count = ""; return i || 1; }
+  function iterTimes(func) {
+    for (var i = 0, c = popCount(); i < c; ++i) func(i, i == c - 1);
+  }
+  function countTimes(func) {
+    if (typeof func == "string") func = CodeMirror.commands[func];
+    return function(cm) { iterTimes(function () { func(cm); }); };
+  }
+
+  function iterObj(o, f) {
+    for (var prop in o) if (o.hasOwnProperty(prop)) f(prop, o[prop]);
+  }
+  function iterList(l, f) {
+    for (var i = 0; i < l.length; ++i) f(l[i]);
+  }
+  function toLetter(ch) {
+    // T -> t, Shift-T -> T, '*' -> *, "Space" -> " "
+    if (ch.slice(0, 6) == "Shift-") {
+      return ch.slice(0, 1);
+    } else {
+      if (ch == "Space") return " ";
+      if (ch.length == 3 && ch[0] == "'" && ch[2] == "'") return ch[1];
+      return ch.toLowerCase();
+    }
+  }
+  var SPECIAL_SYMBOLS = "~`!@#$%^&*()_-+=[{}]\\|/?.,<>:;\"\'1234567890";
+  function toCombo(ch) {
+    // t -> T, T -> Shift-T, * -> '*', " " -> "Space"
+    if (ch == " ") return "Space";
+    var specialIdx = SPECIAL_SYMBOLS.indexOf(ch);
+    if (specialIdx != -1) return "'" + ch + "'";
+    if (ch.toLowerCase() == ch) return ch.toUpperCase();
+    return "Shift-" + ch.toUpperCase();
+  }
+
+  var word = [/\w/, /[^\w\s]/], bigWord = [/\S/];
+  function findWord(line, pos, dir, regexps) {
+    var stop = 0, next = -1;
+    if (dir > 0) { stop = line.length; next = 0; }
+    var start = stop, end = stop;
+    // Find bounds of next one.
+    outer: for (; pos != stop; pos += dir) {
+      for (var i = 0; i < regexps.length; ++i) {
+        if (regexps[i].test(line.charAt(pos + next))) {
+          start = pos;
+          for (; pos != stop; pos += dir) {
+            if (!regexps[i].test(line.charAt(pos + next))) break;
+          }
+          end = pos;
+          break outer;
+        }
+      }
+    }
+    return {from: Math.min(start, end), to: Math.max(start, end)};
+  }
+  function moveToWord(cm, regexps, dir, times, where) {
+    var cur = cm.getCursor();
+
+    for (var i = 0; i < times; i++) {
+      var line = cm.getLine(cur.line), startCh = cur.ch, word;
+      while (true) {
+        // If we're at start/end of line, start on prev/next respectivly
+        if (cur.ch == line.length && dir > 0) {
+          cur.line++;
+          cur.ch = 0;
+          line = cm.getLine(cur.line);
+        } else if (cur.ch == 0 && dir < 0) {
+          cur.line--;
+          cur.ch = line.length;
+          line = cm.getLine(cur.line);
+        }
+        if (!line) break;
+
+        // On to the actual searching
+        word = findWord(line, cur.ch, dir, regexps);
+        cur.ch = word[where == "end" ? "to" : "from"];
+        if (startCh == cur.ch && word.from != word.to) cur.ch = word[dir < 0 ? "from" : "to"];
+        else break;
+      }
+    }
+    return cur;
+  }
+  function joinLineNext(cm) {
+    var cur = cm.getCursor(), ch = cur.ch, line = cm.getLine(cur.line);
+    CodeMirror.commands.goLineEnd(cm);
+    if (cur.line != cm.lineCount()) {
+      CodeMirror.commands.goLineEnd(cm);
+      cm.replaceSelection(" ", "end");
+      CodeMirror.commands.delCharRight(cm);
+    }
+  }
+  function delTillMark(cm, cHar) {
+    var i = mark[cHar];
+    if (i === undefined) {
+      // console.log("Mark not set"); // TODO - show in status bar
+      return;
+    }
+    var l = cm.getCursor().line, start = i > l ? l : i, end = i > l ? i : l;
+    cm.setCursor(start);
+    for (var c = start; c <= end; c++) {
+      pushInBuffer("\n"+cm.getLine(start));
+      cm.removeLine(start);
+    }
+  }
+  function yankTillMark(cm, cHar) {
+    var i = mark[cHar];
+    if (i === undefined) {
+      // console.log("Mark not set"); // TODO - show in status bar
+      return;
+    }
+    var l = cm.getCursor().line, start = i > l ? l : i, end = i > l ? i : l;
+    for (var c = start; c <= end; c++) {
+      pushInBuffer("\n"+cm.getLine(c));
+    }
+    cm.setCursor(start);
+  }
+  function goLineStartText(cm) {
+    // Go to the start of the line where the text begins, or the end for whitespace-only lines
+    var cur = cm.getCursor(), firstNonWS = cm.getLine(cur.line).search(/\S/);
+    cm.setCursor(cur.line, firstNonWS == -1 ? line.length : firstNonWS, true);
+  }
+
+  function charIdxInLine(cm, cHar, motion_options) {
+    // Search for cHar in line.
+    // motion_options: {forward, inclusive}
+    // If inclusive = true, include it too.
+    // If forward = true, search forward, else search backwards.
+    // If char is not found on this line, do nothing
+    var cur = cm.getCursor(), line = cm.getLine(cur.line), idx;
+    var ch = toLetter(cHar), mo = motion_options;
+    if (mo.forward) {
+      idx = line.indexOf(ch, cur.ch + 1);
+      if (idx != -1 && mo.inclusive) idx += 1;
+    } else {
+      idx = line.lastIndexOf(ch, cur.ch);
+      if (idx != -1 && !mo.inclusive) idx += 1;
+    }
+    return idx;
+  }
+
+  function moveTillChar(cm, cHar, motion_options) {
+    // Move to cHar in line, as found by charIdxInLine.
+    var idx = charIdxInLine(cm, cHar, motion_options), cur = cm.getCursor();
+    if (idx != -1) cm.setCursor({line: cur.line, ch: idx});
+  }
+
+  function delTillChar(cm, cHar, motion_options) {
+    // delete text in this line, untill cHar is met,
+    // as found by charIdxInLine.
+    // If char is not found on this line, do nothing
+    var idx = charIdxInLine(cm, cHar, motion_options);
+    var cur = cm.getCursor();
+    if (idx !== -1) {
+      if (motion_options.forward) {
+        cm.replaceRange("", {line: cur.line, ch: cur.ch}, {line: cur.line, ch: idx});
+      } else {
+        cm.replaceRange("", {line: cur.line, ch: idx}, {line: cur.line, ch: cur.ch});
+      }
+    }
+  }
+
+  function enterInsertMode(cm) {
+    // enter insert mode: switch mode and cursor
+    popCount();
+    cm.setOption("keyMap", "vim-insert");
+  }
+
+  function dialog(cm, text, shortText, f) {
+    if (cm.openDialog) cm.openDialog(text, f);
+    else f(prompt(shortText, ""));
+  }
+  function showAlert(cm, text) {
+    var esc = text.replace(/[<&]/, function(ch) { return ch == "<" ? "&lt;" : "&amp;"; });
+    if (cm.openDialog) cm.openDialog(esc + " <button type=button>OK</button>");
+    else alert(text);
+  }
+
+  // main keymap
+  var map = CodeMirror.keyMap.vim = {
+    // Pipe (|); TODO: should be *screen* chars, so need a util function to turn tabs into spaces?
+    "'|'": function(cm) {
+      cm.setCursor(cm.getCursor().line, popCount() - 1, true);
+    },
+    "A": function(cm) {
+      cm.setCursor(cm.getCursor().line, cm.getCursor().ch+1, true);
+      enterInsertMode(cm);
+    },
+    "Shift-A": function(cm) { CodeMirror.commands.goLineEnd(cm); enterInsertMode(cm);},
+    "I": function(cm) { enterInsertMode(cm);},
+    "Shift-I": function(cm) { goLineStartText(cm); enterInsertMode(cm);},
+    "O": function(cm) {
+      CodeMirror.commands.goLineEnd(cm);
+      CodeMirror.commands.newlineAndIndent(cm);
+      enterInsertMode(cm);
+    },
+    "Shift-O": function(cm) {
+      CodeMirror.commands.goLineStart(cm);
+      cm.replaceSelection("\n", "start");
+      cm.indentLine(cm.getCursor().line);
+      enterInsertMode(cm);
+    },
+    "G": function(cm) { cm.setOption("keyMap", "vim-prefix-g");},
+    "Shift-D": function(cm) {
+      // commented out verions works, but I left original, cause maybe
+      // I don't know vim enouth to see what it does
+      /* var cur = cm.getCursor();
+      var f = {line: cur.line, ch: cur.ch}, t = {line: cur.line};
+      pushInBuffer(cm.getRange(f, t));
+      */
+      emptyBuffer();
+      mark["Shift-D"] = cm.getCursor(false).line;
+      cm.setCursor(cm.getCursor(true).line);
+      delTillMark(cm,"Shift-D"); mark = [];
+    },
+
+    "S": function (cm) {
+      countTimes(function (_cm) {
+        CodeMirror.commands.delCharRight(_cm);
+      })(cm);
+      enterInsertMode(cm);
+    },
+    "M": function(cm) {cm.setOption("keyMap", "vim-prefix-m"); mark = [];},
+    "Y": function(cm) {cm.setOption("keyMap", "vim-prefix-y"); emptyBuffer(); yank = 0;},
+    "Shift-Y": function(cm) {
+      emptyBuffer();
+      mark["Shift-D"] = cm.getCursor(false).line;
+      cm.setCursor(cm.getCursor(true).line);
+      yankTillMark(cm,"Shift-D"); mark = [];
+    },
+    "/": function(cm) {var f = CodeMirror.commands.find; f && f(cm); sdir = "f";},
+    "'?'": function(cm) {
+      var f = CodeMirror.commands.find;
+      if (f) { f(cm); CodeMirror.commands.findPrev(cm); sdir = "r"; }
+    },
+    "N": function(cm) {
+      var fn = CodeMirror.commands.findNext;
+      if (fn) sdir != "r" ? fn(cm) : CodeMirror.commands.findPrev(cm);
+    },
+    "Shift-N": function(cm) {
+      var fn = CodeMirror.commands.findNext;
+      if (fn) sdir != "r" ? CodeMirror.commands.findPrev(cm) : fn.findNext(cm);
+    },
+    "Shift-G": function(cm) {
+      count == "" ? cm.setCursor(cm.lineCount()) : cm.setCursor(parseInt(count, 10)-1);
+      popCount();
+      CodeMirror.commands.goLineStart(cm);
+    },
+    "':'": function(cm) {
+      var exModeDialog = ': <input type="text" style="width: 90%"/>';
+      dialog(cm, exModeDialog, ':', function(command) {
+        if (command.match(/^\d+$/)) {
+          cm.setCursor(command - 1, cm.getCursor().ch);
+        } else {
+          showAlert(cm, "Bad command: " + command);
+        }
+      });
+    },
+    nofallthrough: true, style: "fat-cursor"
+  };
+
+  // standard mode switching
+  iterList(["d", "t", "T", "f", "F", "c", "r"], function (ch) {
+    CodeMirror.keyMap.vim[toCombo(ch)] = function (cm) {
+      cm.setOption("keyMap", "vim-prefix-" + ch);
+      emptyBuffer();
+    };
+  });
+
+  function addCountBindings(keyMap) {
+    // Add bindings for number keys
+    keyMap["0"] = function(cm) {
+      count.length > 0 ? pushCountDigit("0")(cm) : CodeMirror.commands.goLineStart(cm);
+    };
+    for (var i = 1; i < 10; ++i) keyMap[i] = pushCountDigit(i);
+  }
+  addCountBindings(CodeMirror.keyMap.vim);
+
+  // main num keymap
+  // Add bindings that are influenced by number keys
+  iterObj({
+    "Left": "goColumnLeft", "Right": "goColumnRight",
+    "Down": "goLineDown", "Up": "goLineUp", "Backspace": "goCharLeft",
+    "Space": "goCharRight",
+    "X": function(cm) {CodeMirror.commands.delCharRight(cm);},
+    "P": function(cm) {
+      var cur = cm.getCursor().line;
+      if (buf!= "") {
+        if (buf[0] == "\n") CodeMirror.commands.goLineEnd(cm);
+        cm.replaceRange(buf, cm.getCursor());
+      }
+    },
+    "Shift-X": function(cm) {CodeMirror.commands.delCharLeft(cm);},
+    "Shift-J": function(cm) {joinLineNext(cm);},
+    "Shift-P": function(cm) {
+      var cur = cm.getCursor().line;
+      if (buf!= "") {
+        CodeMirror.commands.goLineUp(cm);
+        CodeMirror.commands.goLineEnd(cm);
+        cm.replaceSelection(buf, "end");
+      }
+      cm.setCursor(cur+1);
+    },
+    "'~'": function(cm) {
+      var cur = cm.getCursor(), cHar = cm.getRange({line: cur.line, ch: cur.ch}, {line: cur.line, ch: cur.ch+1});
+      cHar = cHar != cHar.toLowerCase() ? cHar.toLowerCase() : cHar.toUpperCase();
+      cm.replaceRange(cHar, {line: cur.line, ch: cur.ch}, {line: cur.line, ch: cur.ch+1});
+      cm.setCursor(cur.line, cur.ch+1);
+    },
+    "Ctrl-B": function(cm) {CodeMirror.commands.goPageUp(cm);},
+    "Ctrl-F": function(cm) {CodeMirror.commands.goPageDown(cm);},
+    "Ctrl-P": "goLineUp", "Ctrl-N": "goLineDown",
+    "U": "undo", "Ctrl-R": "redo"
+  }, function(key, cmd) { map[key] = countTimes(cmd); });
+
+  // empty key maps
+  iterList([
+      "vim-prefix-d'",
+      "vim-prefix-y'",
+      "vim-prefix-df",
+      "vim-prefix-dF",
+      "vim-prefix-dt",
+      "vim-prefix-dT",
+      "vim-prefix-c",
+      "vim-prefix-cf",
+      "vim-prefix-cF",
+      "vim-prefix-ct",
+      "vim-prefix-cT",
+      "vim-prefix-",
+      "vim-prefix-f",
+      "vim-prefix-F",
+      "vim-prefix-t",
+      "vim-prefix-T",
+      "vim-prefix-r",
+      "vim-prefix-m"
+      ],
+      function (prefix) {
+        CodeMirror.keyMap[prefix] = {
+          auto: "vim",
+          nofallthrough: true,
+          style: "fat-cursor"
+        };
+      });
+
+  CodeMirror.keyMap["vim-prefix-g"] = {
+    "E": countTimes(function(cm) { cm.setCursor(moveToWord(cm, word, -1, 1, "start"));}),
+    "Shift-E": countTimes(function(cm) { cm.setCursor(moveToWord(cm, bigWord, -1, 1, "start"));}),
+    "G": function (cm) { cm.setCursor({line: 0, ch: cm.getCursor().ch});},
+    auto: "vim", nofallthrough: true, style: "fat-cursor"
+  };
+
+  CodeMirror.keyMap["vim-prefix-d"] = {
+    "D": countTimes(function(cm) {
+      pushInBuffer("\n"+cm.getLine(cm.getCursor().line));
+      cm.removeLine(cm.getCursor().line);
+      cm.setOption("keyMap", "vim");
+    }),
+    "'": function(cm) {
+      cm.setOption("keyMap", "vim-prefix-d'");
+      emptyBuffer();
+    },
+    "B": function(cm) {
+      var cur = cm.getCursor();
+      var line = cm.getLine(cur.line);
+      var index = line.lastIndexOf(" ", cur.ch);
+
+      pushInBuffer(line.substring(index, cur.ch));
+      cm.replaceRange("", {line: cur.line, ch: index}, cur);
+      cm.setOption("keyMap", "vim");
+    },
+    nofallthrough: true, style: "fat-cursor"
+  };
+  // FIXME - does not work for bindings like "d3e"
+  addCountBindings(CodeMirror.keyMap["vim-prefix-d"]);
+
+  CodeMirror.keyMap["vim-prefix-c"] = {
+    "B": function (cm) {
+      countTimes("delWordLeft")(cm);
+      enterInsertMode(cm);
+    },
+    "C": function (cm) {
+      iterTimes(function (i, last) {
+        CodeMirror.commands.deleteLine(cm);
+        if (i) {
+          CodeMirror.commands.delCharRight(cm);
+          if (last) CodeMirror.commands.deleteLine(cm);
+        }
+      });
+      enterInsertMode(cm);
+    },
+    nofallthrough: true, style: "fat-cursor"
+  };
+
+  iterList(["vim-prefix-d", "vim-prefix-c", "vim-prefix-"], function (prefix) {
+    iterList(["f", "F", "T", "t"],
+      function (ch) {
+        CodeMirror.keyMap[prefix][toCombo(ch)] = function (cm) {
+          cm.setOption("keyMap", prefix + ch);
+          emptyBuffer();
+        };
+      });
+  });
+
+  var MOTION_OPTIONS = {
+    "t": {inclusive: false, forward: true},
+    "f": {inclusive: true,  forward: true},
+    "T": {inclusive: false, forward: false},
+    "F": {inclusive: true,  forward: false}
+  };
+
+  function setupPrefixBindingForKey(m) {
+    CodeMirror.keyMap["vim-prefix-m"][m] = function(cm) {
+      mark[m] = cm.getCursor().line;
+    };
+    CodeMirror.keyMap["vim-prefix-d'"][m] = function(cm) {
+      delTillMark(cm,m);
+    };
+    CodeMirror.keyMap["vim-prefix-y'"][m] = function(cm) {
+      yankTillMark(cm,m);
+    };
+    CodeMirror.keyMap["vim-prefix-r"][m] = function (cm) {
+      var cur = cm.getCursor();
+      cm.replaceRange(toLetter(m),
+          {line: cur.line, ch: cur.ch},
+          {line: cur.line, ch: cur.ch + 1});
+      CodeMirror.commands.goColumnLeft(cm);
+    };
+    // all commands, related to motions till char in line
+    iterObj(MOTION_OPTIONS, function (ch, options) {
+      CodeMirror.keyMap["vim-prefix-" + ch][m] = function(cm) {
+        moveTillChar(cm, m, options);
+      };
+      CodeMirror.keyMap["vim-prefix-d" + ch][m] = function(cm) {
+        delTillChar(cm, m, options);
+      };
+      CodeMirror.keyMap["vim-prefix-c" + ch][m] = function(cm) {
+        delTillChar(cm, m, options);
+        enterInsertMode(cm);
+      };
+    });
+  }
+  for (var i = 65; i < 65 + 26; i++) { // uppercase alphabet char codes
+    var ch = String.fromCharCode(i);
+    setupPrefixBindingForKey(toCombo(ch));
+    setupPrefixBindingForKey(toCombo(ch.toLowerCase()));
+  }
+  for (var i = 0; i < SPECIAL_SYMBOLS.length; ++i) {
+    setupPrefixBindingForKey(toCombo(SPECIAL_SYMBOLS.charAt(i)));
+  }
+  setupPrefixBindingForKey("Space");
+
+  CodeMirror.keyMap["vim-prefix-y"] = {
+    "Y": countTimes(function(cm) {
+      pushInBuffer("\n"+cm.getLine(cm.getCursor().line+yank)); yank++;
+      cm.setOption("keyMap", "vim");
+    }),
+    "'": function(cm) {cm.setOption("keyMap", "vim-prefix-y'"); emptyBuffer();},
+    nofallthrough: true, style: "fat-cursor"
+  };
+
+  CodeMirror.keyMap["vim-insert"] = {
+    // TODO: override navigation keys so that Esc will cancel automatic indentation from o, O, i_<CR>
+    "Esc": function(cm) {
+      cm.setCursor(cm.getCursor().line, cm.getCursor().ch-1, true);
+      cm.setOption("keyMap", "vim");
+    },
+    "Ctrl-N": "autocomplete",
+    "Ctrl-P": "autocomplete",
+    fallthrough: ["default"]
+  };
+
+  function findMatchedSymbol(cm, cur, symb) {
+    var line = cur.line;
+    var symb = symb ? symb : cm.getLine(line)[cur.ch];
+
+    // Are we at the opening or closing char
+    var forwards = ['(', '[', '{'].indexOf(symb) != -1;
+
+    var reverseSymb = (function(sym) {
+      switch (sym) {
+        case '(' : return ')';
+        case '[' : return ']';
+        case '{' : return '}';
+        case ')' : return '(';
+        case ']' : return '[';
+        case '}' : return '{';
+        default : return null;
+      }
+    })(symb);
+
+    // Couldn't find a matching symbol, abort
+    if (reverseSymb == null) return cur;
+
+    // Tracking our imbalance in open/closing symbols. An opening symbol wii be
+    // the first thing we pick up if moving forward, this isn't true moving backwards
+    var disBal = forwards ? 0 : 1;
+
+    while (true) {
+      if (line == cur.line) {
+        // First pass, do some special stuff
+        var currLine =  forwards ? cm.getLine(line).substr(cur.ch).split('') : cm.getLine(line).substr(0,cur.ch).split('').reverse();
+      } else {
+        var currLine =  forwards ? cm.getLine(line).split('') : cm.getLine(line).split('').reverse();
+      }
+
+      for (var index = 0;  index < currLine.length; index++) {
+        if (currLine[index] == symb) disBal++;
+        else if (currLine[index] == reverseSymb) disBal--;
+
+        if (disBal == 0) {
+          if (forwards && cur.line == line) return {line: line, ch: index + cur.ch};
+          else if (forwards) return {line: line, ch: index};
+          else return {line: line, ch: currLine.length - index - 1 };
+        }
+      }
+
+      if (forwards) line++;
+      else line--;
+    }
+  }
+
+  function selectCompanionObject(cm, revSymb, inclusive) {
+    var cur = cm.getCursor();
+
+    var end = findMatchedSymbol(cm, cur, revSymb);
+    var start = findMatchedSymbol(cm, end);
+    start.ch += inclusive ? 1 : 0;
+    end.ch += inclusive ? 0 : 1;
+
+    return {start: start, end: end};
+  }
+
+  // These are our motion commands to be used for navigation and selection with
+  // certian other commands. All should return a cursor object.
+  var motionList = ['B', 'E', 'J', 'K', 'H', 'L', 'W', 'Shift-W', "'^'", "'$'", "'%'", 'Esc'];
+
+  motions = {
+    'B': function(cm, times) { return moveToWord(cm, word, -1, times); },
+    'Shift-B': function(cm, times) { return moveToWord(cm, bigWord, -1, times); },
+    'E': function(cm, times) { return moveToWord(cm, word, 1, times, 'end'); },
+    'Shift-E': function(cm, times) { return moveToWord(cm, bigWord, 1, times, 'end'); },
+    'J': function(cm, times) {
+      var cur = cm.getCursor();
+      return {line: cur.line+times, ch : cur.ch};
+    },
+
+    'K': function(cm, times) {
+      var cur = cm.getCursor();
+      return {line: cur.line-times, ch: cur.ch};
+    },
+
+    'H': function(cm, times) {
+      var cur = cm.getCursor();
+      return {line: cur.line, ch: cur.ch-times};
+    },
+
+    'L': function(cm, times) {
+      var cur = cm.getCursor();
+      return {line: cur.line, ch: cur.ch+times};
+    },
+    'W': function(cm, times) { return moveToWord(cm, word, 1, times); },
+    'Shift-W': function(cm, times) { return moveToWord(cm, bigWord, 1, times); },
+    "'^'": function(cm, times) {
+      var cur = cm.getCursor();
+      var line = cm.getLine(cur.line).split('');
+
+      // Empty line :o
+      if (line.length == 0) return cur;
+
+      for (var index = 0;  index < line.length; index++) {
+        if (line[index].match(/[^\s]/)) return {line: cur.line, ch: index};
+      }
+    },
+    "'$'": function(cm) {
+      var cur = cm.getCursor();
+      var line = cm.getLine(cur.line);
+      return {line: cur.line, ch: line.length};
+    },
+    "'%'": function(cm) { return findMatchedSymbol(cm, cm.getCursor()); },
+    "Esc" : function(cm) {
+      cm.setOption('vim');
+      reptTimes = 0;
+
+      return cm.getCursor();
+    }
+  };
+
+  // Map our movement actions each operator and non-operational movement
+  iterList(motionList, function(key, index, array) {
+    CodeMirror.keyMap['vim-prefix-d'][key] = function(cm) {
+      // Get our selected range
+      var start = cm.getCursor();
+      var end = motions[key](cm, reptTimes ? reptTimes : 1);
+
+      // Set swap var if range is of negative length
+      if ((start.line > end.line) || (start.line == end.line && start.ch > end.ch)) var swap = true;
+
+      // Take action, switching start and end if swap var is set
+      pushInBuffer(cm.getRange(swap ? end : start, swap ? start : end));
+      cm.replaceRange("", swap ? end : start, swap ? start : end);
+
+      // And clean up
+      reptTimes = 0;
+      cm.setOption("keyMap", "vim");
+    };
+
+    CodeMirror.keyMap['vim-prefix-c'][key] = function(cm) {
+      var start = cm.getCursor();
+      var end = motions[key](cm, reptTimes ? reptTimes : 1);
+
+      if ((start.line > end.line) || (start.line == end.line && start.ch > end.ch)) var swap = true;
+      pushInBuffer(cm.getRange(swap ? end : start, swap ? start : end));
+      cm.replaceRange("", swap ? end : start, swap ? start : end);
+
+      reptTimes = 0;
+      cm.setOption('keyMap', 'vim-insert');
+    };
+
+    CodeMirror.keyMap['vim-prefix-y'][key] = function(cm) {
+      var start = cm.getCursor();
+      var end = motions[key](cm, reptTimes ? reptTimes : 1);
+
+      if ((start.line > end.line) || (start.line == end.line && start.ch > end.ch)) var swap = true;
+      pushInBuffer(cm.getRange(swap ? end : start, swap ? start : end));
+
+      reptTimes = 0;
+      cm.setOption("keyMap", "vim");
+    };
+
+    CodeMirror.keyMap['vim'][key] = function(cm) {
+      var cur = motions[key](cm, reptTimes ? reptTimes : 1);
+      cm.setCursor(cur.line, cur.ch);
+
+      reptTimes = 0;
+    };
+  });
+
+  var nums = [1,2,3,4,5,6,7,8,9];
+  iterList(nums, function(key, index, array) {
+    CodeMirror.keyMap['vim'][key] = function (cm) {
+      reptTimes = (reptTimes * 10) + key;
+    };
+    CodeMirror.keyMap['vim-prefix-d'][key] = function (cm) {
+      reptTimes = (reptTimes * 10) + key;
+    };
+    CodeMirror.keyMap['vim-prefix-y'][key] = function (cm) {
+      reptTimes = (reptTimes * 10) + key;
+    };
+    CodeMirror.keyMap['vim-prefix-c'][key] = function (cm) {
+      reptTimes = (reptTimes * 10) + key;
+    };
+  });
+
+  // Create our keymaps for each operator and make xa and xi where x is an operator
+  // change to the corrosponding keymap
+  var operators = ['d', 'y', 'c'];
+  iterList(operators, function(key, index, array) {
+    CodeMirror.keyMap['vim-prefix-'+key+'a'] = {
+      auto: 'vim', nofallthrough: true, style: "fat-cursor"
+    };
+    CodeMirror.keyMap['vim-prefix-'+key+'i'] = {
+      auto: 'vim', nofallthrough: true, style: "fat-cursor"
+    };
+
+    CodeMirror.keyMap['vim-prefix-'+key]['A'] = function(cm) {
+      reptTimes = 0;
+      cm.setOption('keyMap', 'vim-prefix-' + key + 'a');
+    };
+
+    CodeMirror.keyMap['vim-prefix-'+key]['I'] = function(cm) {
+      reptTimes = 0;
+      cm.setOption('keyMap', 'vim-prefix-' + key + 'i');
+    };
+  });
+
+  function regexLastIndexOf(string, pattern, startIndex) {
+    for (var i = startIndex == null ? string.length : startIndex; i >= 0; --i)
+      if (pattern.test(string.charAt(i))) return i;
+    return -1;
+  }
+
+  // Create our text object functions. They work similar to motions but they
+  // return a start cursor as well
+  var textObjectList = ['W', 'Shift-[', 'Shift-9', '['];
+  var textObjects = {
+    'W': function(cm, inclusive) {
+      var cur = cm.getCursor();
+      var line = cm.getLine(cur.line);
+
+      var line_to_char = new String(line.substring(0, cur.ch));
+      var start = regexLastIndexOf(line_to_char, /[^a-zA-Z0-9]/) + 1;
+      var end = motions["E"](cm, 1) ;
+
+      end.ch += inclusive ? 1 : 0 ;
+      return {start: {line: cur.line, ch: start}, end: end };
+    },
+    'Shift-[': function(cm, inclusive) { return selectCompanionObject(cm, '}', inclusive); },
+    'Shift-9': function(cm, inclusive) { return selectCompanionObject(cm, ')', inclusive); },
+    '[': function(cm, inclusive) { return selectCompanionObject(cm, ']', inclusive); }
+  };
+
+  // One function to handle all operation upon text objects. Kinda funky but it works
+  // better than rewriting this code six times
+  function textObjectManipulation(cm, object, remove, insert, inclusive) {
+    // Object is the text object, delete object if remove is true, enter insert
+    // mode if insert is true, inclusive is the difference between a and i
+    var tmp = textObjects[object](cm, inclusive);
+    var start = tmp.start;
+    var end = tmp.end;
+
+    if ((start.line > end.line) || (start.line == end.line && start.ch > end.ch)) var swap = true ;
+
+    pushInBuffer(cm.getRange(swap ? end : start, swap ? start : end));
+    if (remove) cm.replaceRange("", swap ? end : start, swap ? start : end);
+    if (insert) cm.setOption('keyMap', 'vim-insert');
+  }
+
+  // And finally build the keymaps up from the text objects
+  for (var i = 0; i < textObjectList.length; ++i) {
+    var object = textObjectList[i];
+    (function(object) {
+      CodeMirror.keyMap['vim-prefix-di'][object] = function(cm) { textObjectManipulation(cm, object, true, false, false); };
+      CodeMirror.keyMap['vim-prefix-da'][object] = function(cm) { textObjectManipulation(cm, object, true, false, true); };
+      CodeMirror.keyMap['vim-prefix-yi'][object] = function(cm) { textObjectManipulation(cm, object, false, false, false); };
+      CodeMirror.keyMap['vim-prefix-ya'][object] = function(cm) { textObjectManipulation(cm, object, false, false, true); };
+      CodeMirror.keyMap['vim-prefix-ci'][object] = function(cm) { textObjectManipulation(cm, object, true, true, false); };
+      CodeMirror.keyMap['vim-prefix-ca'][object] = function(cm) { textObjectManipulation(cm, object, true, true, true); };
+    })(object)
+  }
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/codemirror.css b/components/originalComponents/static/admin/codemirror/lib/codemirror.css
new file mode 100755
index 00000000..41b8d09e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/codemirror.css
@@ -0,0 +1,174 @@
+.CodeMirror {
+  line-height: 1em;
+  font-family: monospace;
+
+  /* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
+  position: relative;
+  /* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
+  overflow: hidden;
+}
+
+.CodeMirror-scroll {
+  overflow: auto;
+  height: 300px;
+  /* This is needed to prevent an IE[67] bug where the scrolled content
+     is visible outside of the scrolling box. */
+  position: relative;
+  outline: none;
+}
+
+/* Vertical scrollbar */
+.CodeMirror-scrollbar {
+  position: absolute;
+  right: 0; top: 0;
+  overflow-x: hidden;
+  overflow-y: scroll;
+  z-index: 5;
+}
+.CodeMirror-scrollbar-inner {
+  /* This needs to have a nonzero width in order for the scrollbar to appear
+     in Firefox and IE9. */
+  width: 1px;
+}
+.CodeMirror-scrollbar.cm-sb-overlap {
+  /* Ensure that the scrollbar appears in Lion, and that it overlaps the content
+     rather than sitting to the right of it. */
+  position: absolute;
+  z-index: 1;
+  float: none;
+  right: 0;
+  min-width: 12px;
+}
+.CodeMirror-scrollbar.cm-sb-nonoverlap {
+  min-width: 12px;
+}
+.CodeMirror-scrollbar.cm-sb-ie7 {
+  min-width: 18px;
+}
+
+.CodeMirror-gutter {
+  position: absolute; left: 0; top: 0;
+  z-index: 10;
+  background-color: #f7f7f7;
+  border-right: 1px solid #eee;
+  min-width: 2em;
+  height: 100%;
+}
+.CodeMirror-gutter-text {
+  color: #aaa;
+  text-align: right;
+  padding: .4em .2em .4em .4em;
+  white-space: pre !important;
+  cursor: default;
+}
+.CodeMirror-lines {
+  padding: .4em;
+  white-space: pre;
+  cursor: text;
+}
+
+.CodeMirror pre {
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+  -o-border-radius: 0;
+  border-radius: 0;
+  border-width: 0; margin: 0; padding: 0; background: transparent;
+  font-family: inherit;
+  font-size: inherit;
+  padding: 0; margin: 0;
+  white-space: pre;
+  word-wrap: normal;
+  line-height: inherit;
+  color: inherit;
+  overflow: visible;
+}
+
+.CodeMirror-wrap pre {
+  word-wrap: break-word;
+  white-space: pre-wrap;
+  word-break: normal;
+}
+.CodeMirror-wrap .CodeMirror-scroll {
+  overflow-x: hidden;
+}
+
+.CodeMirror textarea {
+  outline: none !important;
+}
+
+.CodeMirror pre.CodeMirror-cursor {
+  z-index: 10;
+  position: absolute;
+  visibility: hidden;
+  border-left: 1px solid black;
+  border-right: none;
+  width: 0;
+}
+.cm-keymap-fat-cursor pre.CodeMirror-cursor {
+  width: auto;
+  border: 0;
+  background: transparent;
+  background: rgba(0, 200, 0, .4);
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
+}
+/* Kludge to turn off filter in ie9+, which also accepts rgba */
+.cm-keymap-fat-cursor pre.CodeMirror-cursor:not(#nonsense_id) {
+  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+}
+.CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
+.CodeMirror-focused pre.CodeMirror-cursor {
+  visibility: visible;
+}
+
+div.CodeMirror-selected { background: #d9d9d9; }
+.CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
+
+.CodeMirror-searching {
+  background: #ffa;
+  background: rgba(255, 255, 0, .4);
+}
+
+/* Default theme */
+
+.cm-s-default span.cm-keyword {color: #708;}
+.cm-s-default span.cm-atom {color: #219;}
+.cm-s-default span.cm-number {color: #164;}
+.cm-s-default span.cm-def {color: #00f;}
+.cm-s-default span.cm-variable {color: black;}
+.cm-s-default span.cm-variable-2 {color: #05a;}
+.cm-s-default span.cm-variable-3 {color: #085;}
+.cm-s-default span.cm-property {color: black;}
+.cm-s-default span.cm-operator {color: black;}
+.cm-s-default span.cm-comment {color: #a50;}
+.cm-s-default span.cm-string {color: #a11;}
+.cm-s-default span.cm-string-2 {color: #f50;}
+.cm-s-default span.cm-meta {color: #555;}
+.cm-s-default span.cm-error {color: #f00;}
+.cm-s-default span.cm-qualifier {color: #555;}
+.cm-s-default span.cm-builtin {color: #30a;}
+.cm-s-default span.cm-bracket {color: #997;}
+.cm-s-default span.cm-tag {color: #170;}
+.cm-s-default span.cm-attribute {color: #00c;}
+.cm-s-default span.cm-header {color: blue;}
+.cm-s-default span.cm-quote {color: #090;}
+.cm-s-default span.cm-hr {color: #999;}
+.cm-s-default span.cm-link {color: #00c;}
+
+span.cm-header, span.cm-strong {font-weight: bold;}
+span.cm-em {font-style: italic;}
+span.cm-emstrong {font-style: italic; font-weight: bold;}
+span.cm-link {text-decoration: underline;}
+
+span.cm-invalidchar {color: #f00;}
+
+div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
+div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
+
+@media print {
+
+  /* Hide the cursor when printing */
+  .CodeMirror pre.CodeMirror-cursor {
+    visibility: hidden;
+  }
+
+}
diff --git a/components/originalComponents/static/admin/codemirror/lib/codemirror.js b/components/originalComponents/static/admin/codemirror/lib/codemirror.js
new file mode 100755
index 00000000..13d70964
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/codemirror.js
@@ -0,0 +1,3158 @@
+// All functions that need access to the editor's state live inside
+// the CodeMirror function. Below that, at the bottom of the file,
+// some utilities are defined.
+
+// CodeMirror is the only global var we claim
+window.CodeMirror = (function() {
+  "use strict";
+  // This is the function that produces an editor instance. Its
+  // closure is used to store the editor state.
+  function CodeMirror(place, givenOptions) {
+    // Determine effective options based on given values and defaults.
+    var options = {}, defaults = CodeMirror.defaults;
+    for (var opt in defaults)
+      if (defaults.hasOwnProperty(opt))
+        options[opt] = (givenOptions && givenOptions.hasOwnProperty(opt) ? givenOptions : defaults)[opt];
+
+    var input = elt("textarea", null, null, "position: absolute; padding: 0; width: 1px; height: 1em");
+    input.setAttribute("wrap", "off"); input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off");
+    // Wraps and hides input textarea
+    var inputDiv = elt("div", [input], null, "overflow: hidden; position: relative; width: 3px; height: 0px;");
+    // The empty scrollbar content, used solely for managing the scrollbar thumb.
+    var scrollbarInner = elt("div", null, "CodeMirror-scrollbar-inner");
+    // The vertical scrollbar. Horizontal scrolling is handled by the scroller itself.
+    var scrollbar = elt("div", [scrollbarInner], "CodeMirror-scrollbar");
+    // DIVs containing the selection and the actual code
+    var lineDiv = elt("div"), selectionDiv = elt("div", null, null, "position: relative; z-index: -1");
+    // Blinky cursor, and element used to ensure cursor fits at the end of a line
+    var cursor = elt("pre", "\u00a0", "CodeMirror-cursor"), widthForcer = elt("pre", "\u00a0", "CodeMirror-cursor", "visibility: hidden");
+    // Used to measure text size
+    var measure = elt("div", null, null, "position: absolute; width: 100%; height: 0px; overflow: hidden; visibility: hidden;");
+    var lineSpace = elt("div", [measure, cursor, widthForcer, selectionDiv, lineDiv], null, "position: relative; z-index: 0");
+    var gutterText = elt("div", null, "CodeMirror-gutter-text"), gutter = elt("div", [gutterText], "CodeMirror-gutter");
+    // Moved around its parent to cover visible view
+    var mover = elt("div", [gutter, elt("div", [lineSpace], "CodeMirror-lines")], null, "position: relative");
+    // Set to the height of the text, causes scrolling
+    var sizer = elt("div", [mover], null, "position: relative");
+    // Provides scrolling
+    var scroller = elt("div", [sizer], "CodeMirror-scroll");
+    scroller.setAttribute("tabIndex", "-1");
+    // The element in which the editor lives.
+    var wrapper = elt("div", [inputDiv, scrollbar, scroller], "CodeMirror" + (options.lineWrapping ? " CodeMirror-wrap" : ""));
+    if (place.appendChild) place.appendChild(wrapper); else place(wrapper);
+
+    themeChanged(); keyMapChanged();
+    // Needed to hide big blue blinking cursor on Mobile Safari
+    if (ios) input.style.width = "0px";
+    if (!webkit) scroller.draggable = true;
+    lineSpace.style.outline = "none";
+    if (options.tabindex != null) input.tabIndex = options.tabindex;
+    if (options.autofocus) focusInput();
+    if (!options.gutter && !options.lineNumbers) gutter.style.display = "none";
+    // Needed to handle Tab key in KHTML
+    if (khtml) inputDiv.style.height = "1px", inputDiv.style.position = "absolute";
+
+    // Check for OS X >= 10.7. This has transparent scrollbars, so the
+    // overlaying of one scrollbar with another won't work. This is a
+    // temporary hack to simply turn off the overlay scrollbar. See
+    // issue #727.
+    if (mac_geLion) { scrollbar.style.zIndex = -2; scrollbar.style.visibility = "hidden"; }
+    // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).
+    else if (ie_lt8) scrollbar.style.minWidth = "18px";
+
+    // Delayed object wrap timeouts, making sure only one is active. blinker holds an interval.
+    var poll = new Delayed(), highlight = new Delayed(), blinker;
+
+    // mode holds a mode API object. doc is the tree of Line objects,
+    // frontier is the point up to which the content has been parsed,
+    // and history the undo history (instance of History constructor).
+    var mode, doc = new BranchChunk([new LeafChunk([new Line("")])]), frontier = 0, focused;
+    loadMode();
+    // The selection. These are always maintained to point at valid
+    // positions. Inverted is used to remember that the user is
+    // selecting bottom-to-top.
+    var sel = {from: {line: 0, ch: 0}, to: {line: 0, ch: 0}, inverted: false};
+    // Selection-related flags. shiftSelecting obviously tracks
+    // whether the user is holding shift.
+    var shiftSelecting, lastClick, lastDoubleClick, lastScrollTop = 0, draggingText,
+        overwrite = false, suppressEdits = false, pasteIncoming = false;
+    // Variables used by startOperation/endOperation to track what
+    // happened during the operation.
+    var updateInput, userSelChange, changes, textChanged, selectionChanged,
+        gutterDirty, callbacks;
+    // Current visible range (may be bigger than the view window).
+    var displayOffset = 0, showingFrom = 0, showingTo = 0, lastSizeC = 0;
+    // bracketHighlighted is used to remember that a bracket has been
+    // marked.
+    var bracketHighlighted;
+    // Tracks the maximum line length so that the horizontal scrollbar
+    // can be kept static when scrolling.
+    var maxLine = getLine(0), updateMaxLine = false, maxLineChanged = true;
+    var pollingFast = false; // Ensures slowPoll doesn't cancel fastPoll
+    var goalColumn = null;
+
+    // Initialize the content.
+    operation(function(){setValue(options.value || ""); updateInput = false;})();
+    var history = new History();
+
+    // Register our event handlers.
+    connect(scroller, "mousedown", operation(onMouseDown));
+    connect(scroller, "dblclick", operation(onDoubleClick));
+    connect(lineSpace, "selectstart", e_preventDefault);
+    // Gecko browsers fire contextmenu *after* opening the menu, at
+    // which point we can't mess with it anymore. Context menu is
+    // handled in onMouseDown for Gecko.
+    if (!gecko) connect(scroller, "contextmenu", onContextMenu);
+    connect(scroller, "scroll", onScrollMain);
+    connect(scrollbar, "scroll", onScrollBar);
+    connect(scrollbar, "mousedown", function() {if (focused) setTimeout(focusInput, 0);});
+    var resizeHandler = connect(window, "resize", function() {
+      if (wrapper.parentNode) updateDisplay(true);
+      else resizeHandler();
+    }, true);
+    connect(input, "keyup", operation(onKeyUp));
+    connect(input, "input", fastPoll);
+    connect(input, "keydown", operation(onKeyDown));
+    connect(input, "keypress", operation(onKeyPress));
+    connect(input, "focus", onFocus);
+    connect(input, "blur", onBlur);
+
+    function drag_(e) {
+      if (options.onDragEvent && options.onDragEvent(instance, addStop(e))) return;
+      e_stop(e);
+    }
+    if (options.dragDrop) {
+      connect(scroller, "dragstart", onDragStart);
+      connect(scroller, "dragenter", drag_);
+      connect(scroller, "dragover", drag_);
+      connect(scroller, "drop", operation(onDrop));
+    }
+    connect(scroller, "paste", function(){focusInput(); fastPoll();});
+    connect(input, "paste", function(){pasteIncoming = true; fastPoll();});
+    connect(input, "cut", operation(function(){
+      if (!options.readOnly) replaceSelection("");
+    }));
+
+    // Needed to handle Tab key in KHTML
+    if (khtml) connect(sizer, "mouseup", function() {
+        if (document.activeElement == input) input.blur();
+        focusInput();
+    });
+
+    // IE throws unspecified error in certain cases, when
+    // trying to access activeElement before onload
+    var hasFocus; try { hasFocus = (document.activeElement == input); } catch(e) { }
+    if (hasFocus || options.autofocus) setTimeout(onFocus, 20);
+    else onBlur();
+
+    function isLine(l) {return l >= 0 && l < doc.size;}
+    // The instance object that we'll return. Mostly calls out to
+    // local functions in the CodeMirror function. Some do some extra
+    // range checking and/or clipping. operation is used to wrap the
+    // call so that changes it makes are tracked, and the display is
+    // updated afterwards.
+    var instance = wrapper.CodeMirror = {
+      getValue: getValue,
+      setValue: operation(setValue),
+      getSelection: getSelection,
+      replaceSelection: operation(replaceSelection),
+      focus: function(){window.focus(); focusInput(); onFocus(); fastPoll();},
+      setOption: function(option, value) {
+        var oldVal = options[option];
+        options[option] = value;
+        if (option == "mode" || option == "indentUnit") loadMode();
+        else if (option == "readOnly" && value == "nocursor") {onBlur(); input.blur();}
+        else if (option == "readOnly" && !value) {resetInput(true);}
+        else if (option == "theme") themeChanged();
+        else if (option == "lineWrapping" && oldVal != value) operation(wrappingChanged)();
+        else if (option == "tabSize") updateDisplay(true);
+        else if (option == "keyMap") keyMapChanged();
+        else if (option == "tabindex") input.tabIndex = value;
+        if (option == "lineNumbers" || option == "gutter" || option == "firstLineNumber" ||
+            option == "theme" || option == "lineNumberFormatter") {
+          gutterChanged();
+          updateDisplay(true);
+        }
+      },
+      getOption: function(option) {return options[option];},
+      getMode: function() {return mode;},
+      undo: operation(undo),
+      redo: operation(redo),
+      indentLine: operation(function(n, dir) {
+        if (typeof dir != "string") {
+          if (dir == null) dir = options.smartIndent ? "smart" : "prev";
+          else dir = dir ? "add" : "subtract";
+        }
+        if (isLine(n)) indentLine(n, dir);
+      }),
+      indentSelection: operation(indentSelected),
+      historySize: function() {return {undo: history.done.length, redo: history.undone.length};},
+      clearHistory: function() {history = new History();},
+      setHistory: function(histData) {
+        history = new History();
+        history.done = histData.done;
+        history.undone = histData.undone;
+      },
+      getHistory: function() {
+        function cp(arr) {
+          for (var i = 0, nw = [], nwelt; i < arr.length; ++i) {
+            nw.push(nwelt = []);
+            for (var j = 0, elt = arr[i]; j < elt.length; ++j) {
+              var old = [], cur = elt[j];
+              nwelt.push({start: cur.start, added: cur.added, old: old});
+              for (var k = 0; k < cur.old.length; ++k) old.push(hlText(cur.old[k]));
+            }
+          }
+          return nw;
+        }
+        return {done: cp(history.done), undone: cp(history.undone)};
+      },
+      matchBrackets: operation(function(){matchBrackets(true);}),
+      getTokenAt: operation(function(pos) {
+        pos = clipPos(pos);
+        return getLine(pos.line).getTokenAt(mode, getStateBefore(pos.line), options.tabSize, pos.ch);
+      }),
+      getStateAfter: function(line) {
+        line = clipLine(line == null ? doc.size - 1: line);
+        return getStateBefore(line + 1);
+      },
+      cursorCoords: function(start, mode) {
+        if (start == null) start = sel.inverted;
+        return this.charCoords(start ? sel.from : sel.to, mode);
+      },
+      charCoords: function(pos, mode) {
+        pos = clipPos(pos);
+        if (mode == "local") return localCoords(pos, false);
+        if (mode == "div") return localCoords(pos, true);
+        return pageCoords(pos);
+      },
+      coordsChar: function(coords) {
+        var off = eltOffset(lineSpace);
+        return coordsChar(coords.x - off.left, coords.y - off.top);
+      },
+      markText: operation(markText),
+      setBookmark: setBookmark,
+      findMarksAt: findMarksAt,
+      setMarker: operation(addGutterMarker),
+      clearMarker: operation(removeGutterMarker),
+      setLineClass: operation(setLineClass),
+      hideLine: operation(function(h) {return setLineHidden(h, true);}),
+      showLine: operation(function(h) {return setLineHidden(h, false);}),
+      onDeleteLine: function(line, f) {
+        if (typeof line == "number") {
+          if (!isLine(line)) return null;
+          line = getLine(line);
+        }
+        (line.handlers || (line.handlers = [])).push(f);
+        return line;
+      },
+      lineInfo: lineInfo,
+      getViewport: function() { return {from: showingFrom, to: showingTo};},
+      addWidget: function(pos, node, scroll, vert, horiz) {
+        pos = localCoords(clipPos(pos));
+        var top = pos.yBot, left = pos.x;
+        node.style.position = "absolute";
+        sizer.appendChild(node);
+        if (vert == "over") top = pos.y;
+        else if (vert == "near") {
+          var vspace = Math.max(scroller.offsetHeight, doc.height * textHeight()),
+              hspace = Math.max(sizer.clientWidth, lineSpace.clientWidth) - paddingLeft();
+          if (pos.yBot + node.offsetHeight > vspace && pos.y > node.offsetHeight)
+            top = pos.y - node.offsetHeight;
+          if (left + node.offsetWidth > hspace)
+            left = hspace - node.offsetWidth;
+        }
+        node.style.top = (top + paddingTop()) + "px";
+        node.style.left = node.style.right = "";
+        if (horiz == "right") {
+          left = sizer.clientWidth - node.offsetWidth;
+          node.style.right = "0px";
+        } else {
+          if (horiz == "left") left = 0;
+          else if (horiz == "middle") left = (sizer.clientWidth - node.offsetWidth) / 2;
+          node.style.left = (left + paddingLeft()) + "px";
+        }
+        if (scroll)
+          scrollIntoView(left, top, left + node.offsetWidth, top + node.offsetHeight);
+      },
+
+      lineCount: function() {return doc.size;},
+      clipPos: clipPos,
+      getCursor: function(start) {
+        if (start == null) start = sel.inverted;
+        return copyPos(start ? sel.from : sel.to);
+      },
+      somethingSelected: function() {return !posEq(sel.from, sel.to);},
+      setCursor: operation(function(line, ch, user) {
+        if (ch == null && typeof line.line == "number") setCursor(line.line, line.ch, user);
+        else setCursor(line, ch, user);
+      }),
+      setSelection: operation(function(from, to, user) {
+        (user ? setSelectionUser : setSelection)(clipPos(from), clipPos(to || from));
+      }),
+      getLine: function(line) {if (isLine(line)) return getLine(line).text;},
+      getLineHandle: function(line) {if (isLine(line)) return getLine(line);},
+      setLine: operation(function(line, text) {
+        if (isLine(line)) replaceRange(text, {line: line, ch: 0}, {line: line, ch: getLine(line).text.length});
+      }),
+      removeLine: operation(function(line) {
+        if (isLine(line)) replaceRange("", {line: line, ch: 0}, clipPos({line: line+1, ch: 0}));
+      }),
+      replaceRange: operation(replaceRange),
+      getRange: function(from, to, lineSep) {return getRange(clipPos(from), clipPos(to), lineSep);},
+
+      triggerOnKeyDown: operation(onKeyDown),
+      execCommand: function(cmd) {return commands[cmd](instance);},
+      // Stuff used by commands, probably not much use to outside code.
+      moveH: operation(moveH),
+      deleteH: operation(deleteH),
+      moveV: operation(moveV),
+      toggleOverwrite: function() {
+        if(overwrite){
+          overwrite = false;
+          cursor.className = cursor.className.replace(" CodeMirror-overwrite", "");
+        } else {
+          overwrite = true;
+          cursor.className += " CodeMirror-overwrite";
+        }
+      },
+
+      posFromIndex: function(off) {
+        var lineNo = 0, ch;
+        doc.iter(0, doc.size, function(line) {
+          var sz = line.text.length + 1;
+          if (sz > off) { ch = off; return true; }
+          off -= sz;
+          ++lineNo;
+        });
+        return clipPos({line: lineNo, ch: ch});
+      },
+      indexFromPos: function (coords) {
+        if (coords.line < 0 || coords.ch < 0) return 0;
+        var index = coords.ch;
+        doc.iter(0, coords.line, function (line) {
+          index += line.text.length + 1;
+        });
+        return index;
+      },
+      scrollTo: function(x, y) {
+        if (x != null) scroller.scrollLeft = x;
+        if (y != null) scrollbar.scrollTop = scroller.scrollTop = y;
+        updateDisplay([]);
+      },
+      getScrollInfo: function() {
+        return {x: scroller.scrollLeft, y: scrollbar.scrollTop,
+                height: scrollbar.scrollHeight, width: scroller.scrollWidth};
+      },
+      setSize: function(width, height) {
+        function interpret(val) {
+          val = String(val);
+          return /^\d+$/.test(val) ? val + "px" : val;
+        }
+        if (width != null) wrapper.style.width = interpret(width);
+        if (height != null) scroller.style.height = interpret(height);
+        instance.refresh();
+      },
+
+      operation: function(f){return operation(f)();},
+      compoundChange: function(f){return compoundChange(f);},
+      refresh: function(){
+        updateDisplay(true, null, lastScrollTop);
+        if (scrollbar.scrollHeight > lastScrollTop)
+          scrollbar.scrollTop = lastScrollTop;
+      },
+      getInputField: function(){return input;},
+      getWrapperElement: function(){return wrapper;},
+      getScrollerElement: function(){return scroller;},
+      getGutterElement: function(){return gutter;}
+    };
+
+    function getLine(n) { return getLineAt(doc, n); }
+    function updateLineHeight(line, height) {
+      gutterDirty = true;
+      var diff = height - line.height;
+      for (var n = line; n; n = n.parent) n.height += diff;
+    }
+
+    function lineContent(line, wrapAt) {
+      if (!line.styles)
+        line.highlight(mode, line.stateAfter = getStateBefore(lineNo(line)), options.tabSize);
+      return line.getContent(options.tabSize, wrapAt, options.lineWrapping);
+    }
+
+    function setValue(code) {
+      var top = {line: 0, ch: 0};
+      updateLines(top, {line: doc.size - 1, ch: getLine(doc.size-1).text.length},
+                  splitLines(code), top, top);
+      updateInput = true;
+    }
+    function getValue(lineSep) {
+      var text = [];
+      doc.iter(0, doc.size, function(line) { text.push(line.text); });
+      return text.join(lineSep || "\n");
+    }
+
+    function onScrollBar(e) {
+      if (scrollbar.scrollTop != lastScrollTop) {
+        lastScrollTop = scroller.scrollTop = scrollbar.scrollTop;
+        updateDisplay([]);
+      }
+    }
+
+    function onScrollMain(e) {
+      if (options.fixedGutter && gutter.style.left != scroller.scrollLeft + "px")
+        gutter.style.left = scroller.scrollLeft + "px";
+      if (scroller.scrollTop != lastScrollTop) {
+        lastScrollTop = scroller.scrollTop;
+        if (scrollbar.scrollTop != lastScrollTop)
+          scrollbar.scrollTop = lastScrollTop;
+        updateDisplay([]);
+      }
+      if (options.onScroll) options.onScroll(instance);
+    }
+
+    function onMouseDown(e) {
+      setShift(e_prop(e, "shiftKey"));
+      // Check whether this is a click in a widget
+      for (var n = e_target(e); n != wrapper; n = n.parentNode)
+        if (n.parentNode == sizer && n != mover) return;
+
+      // See if this is a click in the gutter
+      for (var n = e_target(e); n != wrapper; n = n.parentNode)
+        if (n.parentNode == gutterText) {
+          if (options.onGutterClick)
+            options.onGutterClick(instance, indexOf(gutterText.childNodes, n) + showingFrom, e);
+          return e_preventDefault(e);
+        }
+
+      var start = posFromMouse(e);
+
+      switch (e_button(e)) {
+      case 3:
+        if (gecko) onContextMenu(e);
+        return;
+      case 2:
+        if (start) setCursor(start.line, start.ch, true);
+        setTimeout(focusInput, 20);
+        e_preventDefault(e);
+        return;
+      }
+      // For button 1, if it was clicked inside the editor
+      // (posFromMouse returning non-null), we have to adjust the
+      // selection.
+      if (!start) {if (e_target(e) == scroller) e_preventDefault(e); return;}
+
+      if (!focused) onFocus();
+
+      var now = +new Date, type = "single";
+      if (lastDoubleClick && lastDoubleClick.time > now - 400 && posEq(lastDoubleClick.pos, start)) {
+        type = "triple";
+        e_preventDefault(e);
+        setTimeout(focusInput, 20);
+        selectLine(start.line);
+      } else if (lastClick && lastClick.time > now - 400 && posEq(lastClick.pos, start)) {
+        type = "double";
+        lastDoubleClick = {time: now, pos: start};
+        e_preventDefault(e);
+        var word = findWordAt(start);
+        setSelectionUser(word.from, word.to);
+      } else { lastClick = {time: now, pos: start}; }
+
+      function dragEnd(e2) {
+        if (webkit) scroller.draggable = false;
+        draggingText = false;
+        up(); drop();
+        if (Math.abs(e.clientX - e2.clientX) + Math.abs(e.clientY - e2.clientY) < 10) {
+          e_preventDefault(e2);
+          setCursor(start.line, start.ch, true);
+          focusInput();
+        }
+      }
+      var last = start, going;
+      if (options.dragDrop && dragAndDrop && !options.readOnly && !posEq(sel.from, sel.to) &&
+          !posLess(start, sel.from) && !posLess(sel.to, start) && type == "single") {
+        // Let the drag handler handle this.
+        if (webkit) scroller.draggable = true;
+        var up = connect(document, "mouseup", operation(dragEnd), true);
+        var drop = connect(scroller, "drop", operation(dragEnd), true);
+        draggingText = true;
+        // IE's approach to draggable
+        if (scroller.dragDrop) scroller.dragDrop();
+        return;
+      }
+      e_preventDefault(e);
+      if (type == "single") setCursor(start.line, start.ch, true);
+
+      var startstart = sel.from, startend = sel.to;
+
+      function doSelect(cur) {
+        if (type == "single") {
+          setSelectionUser(start, cur);
+        } else if (type == "double") {
+          var word = findWordAt(cur);
+          if (posLess(cur, startstart)) setSelectionUser(word.from, startend);
+          else setSelectionUser(startstart, word.to);
+        } else if (type == "triple") {
+          if (posLess(cur, startstart)) setSelectionUser(startend, clipPos({line: cur.line, ch: 0}));
+          else setSelectionUser(startstart, clipPos({line: cur.line + 1, ch: 0}));
+        }
+      }
+
+      function extend(e) {
+        var cur = posFromMouse(e, true);
+        if (cur && !posEq(cur, last)) {
+          if (!focused) onFocus();
+          last = cur;
+          doSelect(cur);
+          updateInput = false;
+          var visible = visibleLines();
+          if (cur.line >= visible.to || cur.line < visible.from)
+            going = setTimeout(operation(function(){extend(e);}), 150);
+        }
+      }
+
+      function done(e) {
+        clearTimeout(going);
+        var cur = posFromMouse(e);
+        if (cur) doSelect(cur);
+        e_preventDefault(e);
+        focusInput();
+        updateInput = true;
+        move(); up();
+      }
+      var move = connect(document, "mousemove", operation(function(e) {
+        clearTimeout(going);
+        e_preventDefault(e);
+        if (!ie && !e_button(e)) done(e);
+        else extend(e);
+      }), true);
+      var up = connect(document, "mouseup", operation(done), true);
+    }
+    function onDoubleClick(e) {
+      for (var n = e_target(e); n != wrapper; n = n.parentNode)
+        if (n.parentNode == gutterText) return e_preventDefault(e);
+      e_preventDefault(e);
+    }
+    function onDrop(e) {
+      if (options.onDragEvent && options.onDragEvent(instance, addStop(e))) return;
+      e_preventDefault(e);
+      var pos = posFromMouse(e, true), files = e.dataTransfer.files;
+      if (!pos || options.readOnly) return;
+      if (files && files.length && window.FileReader && window.File) {
+        var n = files.length, text = Array(n), read = 0;
+        var loadFile = function(file, i) {
+          var reader = new FileReader;
+          reader.onload = function() {
+            text[i] = reader.result;
+            if (++read == n) {
+              pos = clipPos(pos);
+              operation(function() {
+                var end = replaceRange(text.join(""), pos, pos);
+                setSelectionUser(pos, end);
+              })();
+            }
+          };
+          reader.readAsText(file);
+        };
+        for (var i = 0; i < n; ++i) loadFile(files[i], i);
+      } else {
+        // Don't do a replace if the drop happened inside of the selected text.
+        if (draggingText && !(posLess(pos, sel.from) || posLess(sel.to, pos))) return;
+        try {
+          var text = e.dataTransfer.getData("Text");
+          if (text) {
+            compoundChange(function() {
+              var curFrom = sel.from, curTo = sel.to;
+              setSelectionUser(pos, pos);
+              if (draggingText) replaceRange("", curFrom, curTo);
+              replaceSelection(text);
+              focusInput();
+            });
+          }
+        }
+        catch(e){}
+      }
+    }
+    function onDragStart(e) {
+      var txt = getSelection();
+      e.dataTransfer.setData("Text", txt);
+
+      // Use dummy image instead of default browsers image.
+      if (e.dataTransfer.setDragImage)
+        e.dataTransfer.setDragImage(elt('img'), 0, 0);
+    }
+
+    function doHandleBinding(bound, dropShift) {
+      if (typeof bound == "string") {
+        bound = commands[bound];
+        if (!bound) return false;
+      }
+      var prevShift = shiftSelecting;
+      try {
+        if (options.readOnly) suppressEdits = true;
+        if (dropShift) shiftSelecting = null;
+        bound(instance);
+      } catch(e) {
+        if (e != Pass) throw e;
+        return false;
+      } finally {
+        shiftSelecting = prevShift;
+        suppressEdits = false;
+      }
+      return true;
+    }
+    var maybeTransition;
+    function handleKeyBinding(e) {
+      // Handle auto keymap transitions
+      var startMap = getKeyMap(options.keyMap), next = startMap.auto;
+      clearTimeout(maybeTransition);
+      if (next && !isModifierKey(e)) maybeTransition = setTimeout(function() {
+        if (getKeyMap(options.keyMap) == startMap) {
+          options.keyMap = (next.call ? next.call(null, instance) : next);
+        }
+      }, 50);
+
+      var name = keyNames[e_prop(e, "keyCode")], handled = false;
+      var flipCtrlCmd = opera && mac;
+      if (name == null || e.altGraphKey) return false;
+      if (e_prop(e, "altKey")) name = "Alt-" + name;
+      if (e_prop(e, flipCtrlCmd ? "metaKey" : "ctrlKey")) name = "Ctrl-" + name;
+      if (e_prop(e, flipCtrlCmd ? "ctrlKey" : "metaKey")) name = "Cmd-" + name;
+
+      var stopped = false;
+      function stop() { stopped = true; }
+
+      if (e_prop(e, "shiftKey")) {
+        handled = lookupKey("Shift-" + name, options.extraKeys, options.keyMap,
+                            function(b) {return doHandleBinding(b, true);}, stop)
+               || lookupKey(name, options.extraKeys, options.keyMap, function(b) {
+                 if (typeof b == "string" && /^go[A-Z]/.test(b)) return doHandleBinding(b);
+               }, stop);
+      } else {
+        handled = lookupKey(name, options.extraKeys, options.keyMap, doHandleBinding, stop);
+      }
+      if (stopped) handled = false;
+      if (handled) {
+        e_preventDefault(e);
+        restartBlink();
+        if (ie) { e.oldKeyCode = e.keyCode; e.keyCode = 0; }
+      }
+      return handled;
+    }
+    function handleCharBinding(e, ch) {
+      var handled = lookupKey("'" + ch + "'", options.extraKeys,
+                              options.keyMap, function(b) { return doHandleBinding(b, true); });
+      if (handled) {
+        e_preventDefault(e);
+        restartBlink();
+      }
+      return handled;
+    }
+
+    var lastStoppedKey = null;
+    function onKeyDown(e) {
+      if (!focused) onFocus();
+      if (ie && e.keyCode == 27) { e.returnValue = false; }
+      if (pollingFast) { if (readInput()) pollingFast = false; }
+      if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
+      var code = e_prop(e, "keyCode");
+      // IE does strange things with escape.
+      setShift(code == 16 || e_prop(e, "shiftKey"));
+      // First give onKeyEvent option a chance to handle this.
+      var handled = handleKeyBinding(e);
+      if (opera) {
+        lastStoppedKey = handled ? code : null;
+        // Opera has no cut event... we try to at least catch the key combo
+        if (!handled && code == 88 && e_prop(e, mac ? "metaKey" : "ctrlKey"))
+          replaceSelection("");
+      }
+    }
+    function onKeyPress(e) {
+      if (pollingFast) readInput();
+      if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
+      var keyCode = e_prop(e, "keyCode"), charCode = e_prop(e, "charCode");
+      if (opera && keyCode == lastStoppedKey) {lastStoppedKey = null; e_preventDefault(e); return;}
+      if (((opera && (!e.which || e.which < 10)) || khtml) && handleKeyBinding(e)) return;
+      var ch = String.fromCharCode(charCode == null ? keyCode : charCode);
+      if (options.electricChars && mode.electricChars && options.smartIndent && !options.readOnly) {
+        if (mode.electricChars.indexOf(ch) > -1)
+          setTimeout(operation(function() {indentLine(sel.to.line, "smart");}), 75);
+      }
+      if (handleCharBinding(e, ch)) return;
+      fastPoll();
+    }
+    function onKeyUp(e) {
+      if (options.onKeyEvent && options.onKeyEvent(instance, addStop(e))) return;
+      if (e_prop(e, "keyCode") == 16) shiftSelecting = null;
+    }
+
+    function onFocus() {
+      if (options.readOnly == "nocursor") return;
+      if (!focused) {
+        if (options.onFocus) options.onFocus(instance);
+        focused = true;
+        if (scroller.className.search(/\bCodeMirror-focused\b/) == -1)
+          scroller.className += " CodeMirror-focused";
+      }
+      slowPoll();
+      restartBlink();
+    }
+    function onBlur() {
+      if (focused) {
+        if (options.onBlur) options.onBlur(instance);
+        focused = false;
+        if (bracketHighlighted)
+          operation(function(){
+            if (bracketHighlighted) { bracketHighlighted(); bracketHighlighted = null; }
+          })();
+        scroller.className = scroller.className.replace(" CodeMirror-focused", "");
+      }
+      clearInterval(blinker);
+      setTimeout(function() {if (!focused) shiftSelecting = null;}, 150);
+    }
+
+    // Replace the range from from to to by the strings in newText.
+    // Afterwards, set the selection to selFrom, selTo.
+    function updateLines(from, to, newText, selFrom, selTo) {
+      if (suppressEdits) return;
+      var old = [];
+      doc.iter(from.line, to.line + 1, function(line) {
+        old.push(newHL(line.text, line.markedSpans));
+      });
+      if (history) {
+        history.addChange(from.line, newText.length, old);
+        while (history.done.length > options.undoDepth) history.done.shift();
+      }
+      var lines = updateMarkedSpans(hlSpans(old[0]), hlSpans(lst(old)), from.ch, to.ch, newText);
+      updateLinesNoUndo(from, to, lines, selFrom, selTo);
+    }
+    function unredoHelper(from, to) {
+      if (!from.length) return;
+      var set = from.pop(), out = [];
+      for (var i = set.length - 1; i >= 0; i -= 1) {
+        var change = set[i];
+        var replaced = [], end = change.start + change.added;
+        doc.iter(change.start, end, function(line) { replaced.push(newHL(line.text, line.markedSpans)); });
+        out.push({start: change.start, added: change.old.length, old: replaced});
+        var pos = {line: change.start + change.old.length - 1,
+                   ch: editEnd(hlText(lst(replaced)), hlText(lst(change.old)))};
+        updateLinesNoUndo({line: change.start, ch: 0}, {line: end - 1, ch: getLine(end-1).text.length},
+                          change.old, pos, pos);
+      }
+      updateInput = true;
+      to.push(out);
+    }
+    function undo() {unredoHelper(history.done, history.undone);}
+    function redo() {unredoHelper(history.undone, history.done);}
+
+    function updateLinesNoUndo(from, to, lines, selFrom, selTo) {
+      if (suppressEdits) return;
+      var recomputeMaxLength = false, maxLineLength = maxLine.text.length;
+      if (!options.lineWrapping)
+        doc.iter(from.line, to.line + 1, function(line) {
+          if (!line.hidden && line.text.length == maxLineLength) {recomputeMaxLength = true; return true;}
+        });
+      if (from.line != to.line || lines.length > 1) gutterDirty = true;
+
+      var nlines = to.line - from.line, firstLine = getLine(from.line), lastLine = getLine(to.line);
+      var lastHL = lst(lines);
+
+      // First adjust the line structure
+      if (from.ch == 0 && to.ch == 0 && hlText(lastHL) == "") {
+        // This is a whole-line replace. Treated specially to make
+        // sure line objects move the way they are supposed to.
+        var added = [], prevLine = null;
+        for (var i = 0, e = lines.length - 1; i < e; ++i)
+          added.push(new Line(hlText(lines[i]), hlSpans(lines[i])));
+        lastLine.update(lastLine.text, hlSpans(lastHL));
+        if (nlines) doc.remove(from.line, nlines, callbacks);
+        if (added.length) doc.insert(from.line, added);
+      } else if (firstLine == lastLine) {
+        if (lines.length == 1) {
+          firstLine.update(firstLine.text.slice(0, from.ch) + hlText(lines[0]) + firstLine.text.slice(to.ch), hlSpans(lines[0]));
+        } else {
+          for (var added = [], i = 1, e = lines.length - 1; i < e; ++i)
+            added.push(new Line(hlText(lines[i]), hlSpans(lines[i])));
+          added.push(new Line(hlText(lastHL) + firstLine.text.slice(to.ch), hlSpans(lastHL)));
+          firstLine.update(firstLine.text.slice(0, from.ch) + hlText(lines[0]), hlSpans(lines[0]));
+          doc.insert(from.line + 1, added);
+        }
+      } else if (lines.length == 1) {
+        firstLine.update(firstLine.text.slice(0, from.ch) + hlText(lines[0]) + lastLine.text.slice(to.ch), hlSpans(lines[0]));
+        doc.remove(from.line + 1, nlines, callbacks);
+      } else {
+        var added = [];
+        firstLine.update(firstLine.text.slice(0, from.ch) + hlText(lines[0]), hlSpans(lines[0]));
+        lastLine.update(hlText(lastHL) + lastLine.text.slice(to.ch), hlSpans(lastHL));
+        for (var i = 1, e = lines.length - 1; i < e; ++i)
+          added.push(new Line(hlText(lines[i]), hlSpans(lines[i])));
+        if (nlines > 1) doc.remove(from.line + 1, nlines - 1, callbacks);
+        doc.insert(from.line + 1, added);
+      }
+      if (options.lineWrapping) {
+        var perLine = Math.max(5, scroller.clientWidth / charWidth() - 3);
+        doc.iter(from.line, from.line + lines.length, function(line) {
+          if (line.hidden) return;
+          var guess = Math.ceil(line.text.length / perLine) || 1;
+          if (guess != line.height) updateLineHeight(line, guess);
+        });
+      } else {
+        doc.iter(from.line, from.line + lines.length, function(line) {
+          var l = line.text;
+          if (!line.hidden && l.length > maxLineLength) {
+            maxLine = line; maxLineLength = l.length; maxLineChanged = true;
+            recomputeMaxLength = false;
+          }
+        });
+        if (recomputeMaxLength) updateMaxLine = true;
+      }
+
+      // Adjust frontier, schedule worker
+      frontier = Math.min(frontier, from.line);
+      startWorker(400);
+
+      var lendiff = lines.length - nlines - 1;
+      // Remember that these lines changed, for updating the display
+      changes.push({from: from.line, to: to.line + 1, diff: lendiff});
+      if (options.onChange) {
+        // Normalize lines to contain only strings, since that's what
+        // the change event handler expects
+        for (var i = 0; i < lines.length; ++i)
+          if (typeof lines[i] != "string") lines[i] = lines[i].text;
+        var changeObj = {from: from, to: to, text: lines};
+        if (textChanged) {
+          for (var cur = textChanged; cur.next; cur = cur.next) {}
+          cur.next = changeObj;
+        } else textChanged = changeObj;
+      }
+
+      // Update the selection
+      function updateLine(n) {return n <= Math.min(to.line, to.line + lendiff) ? n : n + lendiff;}
+      setSelection(clipPos(selFrom), clipPos(selTo),
+                   updateLine(sel.from.line), updateLine(sel.to.line));
+    }
+
+    function needsScrollbar() {
+      var realHeight = doc.height * textHeight() + 2 * paddingTop();
+      return realHeight * .99 > scroller.offsetHeight ? realHeight : false;
+    }
+
+    function updateVerticalScroll(scrollTop) {
+      var scrollHeight = needsScrollbar();
+      scrollbar.style.display = scrollHeight ? "block" : "none";
+      if (scrollHeight) {
+        scrollbarInner.style.height = sizer.style.minHeight = scrollHeight + "px";
+        scrollbar.style.height = scroller.clientHeight + "px";
+        if (scrollTop != null) {
+          scrollbar.scrollTop = scroller.scrollTop = scrollTop;
+          // 'Nudge' the scrollbar to work around a Webkit bug where,
+          // in some situations, we'd end up with a scrollbar that
+          // reported its scrollTop (and looked) as expected, but
+          // *behaved* as if it was still in a previous state (i.e.
+          // couldn't scroll up, even though it appeared to be at the
+          // bottom).
+          if (webkit) setTimeout(function() {
+            if (scrollbar.scrollTop != scrollTop) return;
+            scrollbar.scrollTop = scrollTop + (scrollTop ? -1 : 1);
+            scrollbar.scrollTop = scrollTop;
+          }, 0);
+        }
+      } else {
+        sizer.style.minHeight = "";
+      }
+      // Position the mover div to align with the current virtual scroll position
+      mover.style.top = displayOffset * textHeight() + "px";
+    }
+
+    function computeMaxLength() {
+      maxLine = getLine(0); maxLineChanged = true;
+      var maxLineLength = maxLine.text.length;
+      doc.iter(1, doc.size, function(line) {
+        var l = line.text;
+        if (!line.hidden && l.length > maxLineLength) {
+          maxLineLength = l.length; maxLine = line;
+        }
+      });
+      updateMaxLine = false;
+    }
+
+    function replaceRange(code, from, to) {
+      from = clipPos(from);
+      if (!to) to = from; else to = clipPos(to);
+      code = splitLines(code);
+      function adjustPos(pos) {
+        if (posLess(pos, from)) return pos;
+        if (!posLess(to, pos)) return end;
+        var line = pos.line + code.length - (to.line - from.line) - 1;
+        var ch = pos.ch;
+        if (pos.line == to.line)
+          ch += lst(code).length - (to.ch - (to.line == from.line ? from.ch : 0));
+        return {line: line, ch: ch};
+      }
+      var end;
+      replaceRange1(code, from, to, function(end1) {
+        end = end1;
+        return {from: adjustPos(sel.from), to: adjustPos(sel.to)};
+      });
+      return end;
+    }
+    function replaceSelection(code, collapse) {
+      replaceRange1(splitLines(code), sel.from, sel.to, function(end) {
+        if (collapse == "end") return {from: end, to: end};
+        else if (collapse == "start") return {from: sel.from, to: sel.from};
+        else return {from: sel.from, to: end};
+      });
+    }
+    function replaceRange1(code, from, to, computeSel) {
+      var endch = code.length == 1 ? code[0].length + from.ch : lst(code).length;
+      var newSel = computeSel({line: from.line + code.length - 1, ch: endch});
+      updateLines(from, to, code, newSel.from, newSel.to);
+    }
+
+    function getRange(from, to, lineSep) {
+      var l1 = from.line, l2 = to.line;
+      if (l1 == l2) return getLine(l1).text.slice(from.ch, to.ch);
+      var code = [getLine(l1).text.slice(from.ch)];
+      doc.iter(l1 + 1, l2, function(line) { code.push(line.text); });
+      code.push(getLine(l2).text.slice(0, to.ch));
+      return code.join(lineSep || "\n");
+    }
+    function getSelection(lineSep) {
+      return getRange(sel.from, sel.to, lineSep);
+    }
+
+    function slowPoll() {
+      if (pollingFast) return;
+      poll.set(options.pollInterval, function() {
+        readInput();
+        if (focused) slowPoll();
+      });
+    }
+    function fastPoll() {
+      var missed = false;
+      pollingFast = true;
+      function p() {
+        var changed = readInput();
+        if (!changed && !missed) {missed = true; poll.set(60, p);}
+        else {pollingFast = false; slowPoll();}
+      }
+      poll.set(20, p);
+    }
+
+    // Previnput is a hack to work with IME. If we reset the textarea
+    // on every change, that breaks IME. So we look for changes
+    // compared to the previous content instead. (Modern browsers have
+    // events that indicate IME taking place, but these are not widely
+    // supported or compatible enough yet to rely on.)
+    var prevInput = "";
+    function readInput() {
+      if (!focused || hasSelection(input) || options.readOnly) return false;
+      var text = input.value;
+      if (text == prevInput) return false;
+      if (!nestedOperation) startOperation();
+      shiftSelecting = null;
+      var same = 0, l = Math.min(prevInput.length, text.length);
+      while (same < l && prevInput[same] == text[same]) ++same;
+      if (same < prevInput.length)
+        sel.from = {line: sel.from.line, ch: sel.from.ch - (prevInput.length - same)};
+      else if (overwrite && posEq(sel.from, sel.to) && !pasteIncoming)
+        sel.to = {line: sel.to.line, ch: Math.min(getLine(sel.to.line).text.length, sel.to.ch + (text.length - same))};
+      replaceSelection(text.slice(same), "end");
+      if (text.length > 1000) { input.value = prevInput = ""; }
+      else prevInput = text;
+      if (!nestedOperation) endOperation();
+      pasteIncoming = false;
+      return true;
+    }
+    function resetInput(user) {
+      if (!posEq(sel.from, sel.to)) {
+        prevInput = "";
+        input.value = getSelection();
+        if (focused) selectInput(input);
+      } else if (user) prevInput = input.value = "";
+    }
+
+    function focusInput() {
+      if (options.readOnly != "nocursor") input.focus();
+    }
+
+    function scrollCursorIntoView() {
+      var coords = calculateCursorCoords();
+      scrollIntoView(coords.x, coords.y, coords.x, coords.yBot);
+      if (!focused) return;
+      var box = sizer.getBoundingClientRect(), doScroll = null;
+      if (coords.y + box.top < 0) doScroll = true;
+      else if (coords.y + box.top + textHeight() > (window.innerHeight || document.documentElement.clientHeight)) doScroll = false;
+      if (doScroll != null) {
+        var hidden = cursor.style.display == "none";
+        if (hidden) {
+          cursor.style.display = "";
+          cursor.style.left = coords.x + "px";
+          cursor.style.top = (coords.y - displayOffset) + "px";
+        }
+        cursor.scrollIntoView(doScroll);
+        if (hidden) cursor.style.display = "none";
+      }
+    }
+    function calculateCursorCoords() {
+      var cursor = localCoords(sel.inverted ? sel.from : sel.to);
+      var x = options.lineWrapping ? Math.min(cursor.x, lineSpace.offsetWidth) : cursor.x;
+      return {x: x, y: cursor.y, yBot: cursor.yBot};
+    }
+    function scrollIntoView(x1, y1, x2, y2) {
+      var scrollPos = calculateScrollPos(x1, y1, x2, y2);
+      if (scrollPos.scrollLeft != null) {scroller.scrollLeft = scrollPos.scrollLeft;}
+      if (scrollPos.scrollTop != null) {scrollbar.scrollTop = scroller.scrollTop = scrollPos.scrollTop;}
+    }
+    function calculateScrollPos(x1, y1, x2, y2) {
+      var pl = paddingLeft(), pt = paddingTop();
+      y1 += pt; y2 += pt; x1 += pl; x2 += pl;
+      var screen = scroller.clientHeight, screentop = scrollbar.scrollTop, result = {};
+      var docBottom = needsScrollbar() || Infinity;
+      var atTop = y1 < pt + 10, atBottom = y2 + pt > docBottom - 10;
+      if (y1 < screentop) result.scrollTop = atTop ? 0 : Math.max(0, y1);
+      else if (y2 > screentop + screen) result.scrollTop = (atBottom ? docBottom : y2) - screen;
+
+      var screenw = scroller.clientWidth, screenleft = scroller.scrollLeft;
+      var gutterw = options.fixedGutter ? gutter.clientWidth : 0;
+      var atLeft = x1 < gutterw + pl + 10;
+      if (x1 < screenleft + gutterw || atLeft) {
+        if (atLeft) x1 = 0;
+        result.scrollLeft = Math.max(0, x1 - 10 - gutterw);
+      } else if (x2 > screenw + screenleft - 3) {
+        result.scrollLeft = x2 + 10 - screenw;
+      }
+      return result;
+    }
+
+    function visibleLines(scrollTop) {
+      var lh = textHeight(), top = (scrollTop != null ? scrollTop : scrollbar.scrollTop) - paddingTop();
+      var fromHeight = Math.max(0, Math.floor(top / lh));
+      var toHeight = Math.ceil((top + scroller.clientHeight) / lh);
+      return {from: lineAtHeight(doc, fromHeight),
+              to: lineAtHeight(doc, toHeight)};
+    }
+    // Uses a set of changes plus the current scroll position to
+    // determine which DOM updates have to be made, and makes the
+    // updates.
+    function updateDisplay(changes, suppressCallback, scrollTop) {
+      if (!scroller.clientWidth) {
+        showingFrom = showingTo = displayOffset = 0;
+        return;
+      }
+      // Compute the new visible window
+      // If scrollTop is specified, use that to determine which lines
+      // to render instead of the current scrollbar position.
+      var visible = visibleLines(scrollTop);
+      // Bail out if the visible area is already rendered and nothing changed.
+      if (changes !== true && changes.length == 0 && visible.from > showingFrom && visible.to < showingTo) {
+        updateVerticalScroll(scrollTop);
+        return;
+      }
+      var from = Math.max(visible.from - 100, 0), to = Math.min(doc.size, visible.to + 100);
+      if (showingFrom < from && from - showingFrom < 20) from = showingFrom;
+      if (showingTo > to && showingTo - to < 20) to = Math.min(doc.size, showingTo);
+
+      // Create a range of theoretically intact lines, and punch holes
+      // in that using the change info.
+      var intact = changes === true ? [] :
+        computeIntact([{from: showingFrom, to: showingTo, domStart: 0}], changes);
+      // Clip off the parts that won't be visible
+      var intactLines = 0;
+      for (var i = 0; i < intact.length; ++i) {
+        var range = intact[i];
+        if (range.from < from) {range.domStart += (from - range.from); range.from = from;}
+        if (range.to > to) range.to = to;
+        if (range.from >= range.to) intact.splice(i--, 1);
+        else intactLines += range.to - range.from;
+      }
+      if (intactLines == to - from && from == showingFrom && to == showingTo) {
+        updateVerticalScroll(scrollTop);
+        return;
+      }
+      intact.sort(function(a, b) {return a.domStart - b.domStart;});
+
+      var th = textHeight(), gutterDisplay = gutter.style.display;
+      lineDiv.style.display = "none";
+      patchDisplay(from, to, intact);
+      lineDiv.style.display = gutter.style.display = "";
+
+      var different = from != showingFrom || to != showingTo || lastSizeC != scroller.clientHeight + th;
+      // This is just a bogus formula that detects when the editor is
+      // resized or the font size changes.
+      if (different) lastSizeC = scroller.clientHeight + th;
+      if (from != showingFrom || to != showingTo && options.onViewportChange)
+        setTimeout(function(){
+          if (options.onViewportChange) options.onViewportChange(instance, from, to);
+        });
+      showingFrom = from; showingTo = to;
+      displayOffset = heightAtLine(doc, from);
+      startWorker(100);
+
+      // Since this is all rather error prone, it is honoured with the
+      // only assertion in the whole file.
+      if (lineDiv.childNodes.length != showingTo - showingFrom)
+        throw new Error("BAD PATCH! " + JSON.stringify(intact) + " size=" + (showingTo - showingFrom) +
+                        " nodes=" + lineDiv.childNodes.length);
+
+      function checkHeights() {
+        var curNode = lineDiv.firstChild, heightChanged = false;
+        doc.iter(showingFrom, showingTo, function(line) {
+          // Work around bizarro IE7 bug where, sometimes, our curNode
+          // is magically replaced with a new node in the DOM, leaving
+          // us with a reference to an orphan (nextSibling-less) node.
+          if (!curNode) return;
+          if (!line.hidden) {
+            var height = Math.round(curNode.offsetHeight / th) || 1;
+            if (line.height != height) {
+              updateLineHeight(line, height);
+              gutterDirty = heightChanged = true;
+            }
+          }
+          curNode = curNode.nextSibling;
+        });
+        return heightChanged;
+      }
+
+      if (options.lineWrapping) checkHeights();
+
+      gutter.style.display = gutterDisplay;
+      if (different || gutterDirty) {
+        // If the gutter grew in size, re-check heights. If those changed, re-draw gutter.
+        updateGutter() && options.lineWrapping && checkHeights() && updateGutter();
+      }
+      updateVerticalScroll(scrollTop);
+      updateSelection();
+      if (!suppressCallback && options.onUpdate) options.onUpdate(instance);
+      return true;
+    }
+
+    function computeIntact(intact, changes) {
+      for (var i = 0, l = changes.length || 0; i < l; ++i) {
+        var change = changes[i], intact2 = [], diff = change.diff || 0;
+        for (var j = 0, l2 = intact.length; j < l2; ++j) {
+          var range = intact[j];
+          if (change.to <= range.from && change.diff)
+            intact2.push({from: range.from + diff, to: range.to + diff,
+                          domStart: range.domStart});
+          else if (change.to <= range.from || change.from >= range.to)
+            intact2.push(range);
+          else {
+            if (change.from > range.from)
+              intact2.push({from: range.from, to: change.from, domStart: range.domStart});
+            if (change.to < range.to)
+              intact2.push({from: change.to + diff, to: range.to + diff,
+                            domStart: range.domStart + (change.to - range.from)});
+          }
+        }
+        intact = intact2;
+      }
+      return intact;
+    }
+
+    function patchDisplay(from, to, intact) {
+      function killNode(node) {
+        var tmp = node.nextSibling;
+        node.parentNode.removeChild(node);
+        return tmp;
+      }
+      // The first pass removes the DOM nodes that aren't intact.
+      if (!intact.length) removeChildren(lineDiv);
+      else {
+        var domPos = 0, curNode = lineDiv.firstChild, n;
+        for (var i = 0; i < intact.length; ++i) {
+          var cur = intact[i];
+          while (cur.domStart > domPos) {curNode = killNode(curNode); domPos++;}
+          for (var j = 0, e = cur.to - cur.from; j < e; ++j) {curNode = curNode.nextSibling; domPos++;}
+        }
+        while (curNode) curNode = killNode(curNode);
+      }
+      // This pass fills in the lines that actually changed.
+      var nextIntact = intact.shift(), curNode = lineDiv.firstChild, j = from;
+      doc.iter(from, to, function(line) {
+        if (nextIntact && nextIntact.to == j) nextIntact = intact.shift();
+        if (!nextIntact || nextIntact.from > j) {
+          if (line.hidden) var lineElement = elt("pre");
+          else {
+            var lineElement = lineContent(line);
+            if (line.className) lineElement.className = line.className;
+            // Kludge to make sure the styled element lies behind the selection (by z-index)
+            if (line.bgClassName) {
+              var pre = elt("pre", "\u00a0", line.bgClassName, "position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -2");
+              lineElement = elt("div", [pre, lineElement], null, "position: relative");
+            }
+          }
+          lineDiv.insertBefore(lineElement, curNode);
+        } else {
+          curNode = curNode.nextSibling;
+        }
+        ++j;
+      });
+    }
+
+    function updateGutter() {
+      if (!options.gutter && !options.lineNumbers) return;
+      var hText = mover.offsetHeight, hEditor = scroller.clientHeight;
+      gutter.style.height = (hText - hEditor < 2 ? hEditor : hText) + "px";
+      var fragment = document.createDocumentFragment(), i = showingFrom, normalNode;
+      doc.iter(showingFrom, Math.max(showingTo, showingFrom + 1), function(line) {
+        if (line.hidden) {
+          fragment.appendChild(elt("pre"));
+        } else {
+          var marker = line.gutterMarker;
+          var text = options.lineNumbers ? options.lineNumberFormatter(i + options.firstLineNumber) : null;
+          if (marker && marker.text)
+            text = marker.text.replace("%N%", text != null ? text : "");
+          else if (text == null)
+            text = "\u00a0";
+          var markerElement = fragment.appendChild(elt("pre", null, marker && marker.style));
+          markerElement.innerHTML = text;
+          for (var j = 1; j < line.height; ++j) {
+            markerElement.appendChild(elt("br"));
+            markerElement.appendChild(document.createTextNode("\u00a0"));
+          }
+          if (!marker) normalNode = i;
+        }
+        ++i;
+      });
+      gutter.style.display = "none";
+      removeChildrenAndAdd(gutterText, fragment);
+      // Make sure scrolling doesn't cause number gutter size to pop
+      if (normalNode != null && options.lineNumbers) {
+        var node = gutterText.childNodes[normalNode - showingFrom];
+        var minwidth = String(doc.size).length, val = eltText(node.firstChild), pad = "";
+        while (val.length + pad.length < minwidth) pad += "\u00a0";
+        if (pad) node.insertBefore(document.createTextNode(pad), node.firstChild);
+      }
+      gutter.style.display = "";
+      var resized = Math.abs((parseInt(lineSpace.style.marginLeft) || 0) - gutter.offsetWidth) > 2;
+      lineSpace.style.marginLeft = gutter.offsetWidth + "px";
+      gutterDirty = false;
+      return resized;
+    }
+    function updateSelection() {
+      var collapsed = posEq(sel.from, sel.to);
+      var fromPos = localCoords(sel.from, true);
+      var toPos = collapsed ? fromPos : localCoords(sel.to, true);
+      var headPos = sel.inverted ? fromPos : toPos, th = textHeight();
+      var wrapOff = eltOffset(wrapper), lineOff = eltOffset(lineDiv);
+      inputDiv.style.top = Math.max(0, Math.min(scroller.offsetHeight, headPos.y + lineOff.top - wrapOff.top)) + "px";
+      inputDiv.style.left = Math.max(0, Math.min(scroller.offsetWidth, headPos.x + lineOff.left - wrapOff.left)) + "px";
+      if (collapsed) {
+        cursor.style.top = headPos.y + "px";
+        cursor.style.left = (options.lineWrapping ? Math.min(headPos.x, lineSpace.offsetWidth) : headPos.x) + "px";
+        cursor.style.display = "";
+        selectionDiv.style.display = "none";
+      } else {
+        var sameLine = fromPos.y == toPos.y, fragment = document.createDocumentFragment();
+        var clientWidth = lineSpace.clientWidth || lineSpace.offsetWidth;
+        var clientHeight = lineSpace.clientHeight || lineSpace.offsetHeight;
+        var add = function(left, top, right, height) {
+          var rstyle = quirksMode ? "width: " + (!right ? clientWidth : clientWidth - right - left) + "px"
+                                  : "right: " + right + "px";
+          fragment.appendChild(elt("div", null, "CodeMirror-selected", "position: absolute; left: " + left +
+                                   "px; top: " + top + "px; " + rstyle + "; height: " + height + "px"));
+        };
+        if (sel.from.ch && fromPos.y >= 0) {
+          var right = sameLine ? clientWidth - toPos.x : 0;
+          add(fromPos.x, fromPos.y, right, th);
+        }
+        var middleStart = Math.max(0, fromPos.y + (sel.from.ch ? th : 0));
+        var middleHeight = Math.min(toPos.y, clientHeight) - middleStart;
+        if (middleHeight > 0.2 * th)
+          add(0, middleStart, 0, middleHeight);
+        if ((!sameLine || !sel.from.ch) && toPos.y < clientHeight - .5 * th)
+          add(0, toPos.y, clientWidth - toPos.x, th);
+        removeChildrenAndAdd(selectionDiv, fragment);
+        cursor.style.display = "none";
+        selectionDiv.style.display = "";
+      }
+    }
+
+    function setShift(val) {
+      if (val) shiftSelecting = shiftSelecting || (sel.inverted ? sel.to : sel.from);
+      else shiftSelecting = null;
+    }
+    function setSelectionUser(from, to) {
+      var sh = shiftSelecting && clipPos(shiftSelecting);
+      if (sh) {
+        if (posLess(sh, from)) from = sh;
+        else if (posLess(to, sh)) to = sh;
+      }
+      setSelection(from, to);
+      userSelChange = true;
+    }
+    // Update the selection. Last two args are only used by
+    // updateLines, since they have to be expressed in the line
+    // numbers before the update.
+    function setSelection(from, to, oldFrom, oldTo) {
+      goalColumn = null;
+      if (oldFrom == null) {oldFrom = sel.from.line; oldTo = sel.to.line;}
+      if (posEq(sel.from, from) && posEq(sel.to, to)) return;
+      if (posLess(to, from)) {var tmp = to; to = from; from = tmp;}
+
+      // Skip over hidden lines.
+      if (from.line != oldFrom) {
+        var from1 = skipHidden(from, oldFrom, sel.from.ch);
+        // If there is no non-hidden line left, force visibility on current line
+        if (!from1) setLineHidden(from.line, false);
+        else from = from1;
+      }
+      if (to.line != oldTo) to = skipHidden(to, oldTo, sel.to.ch);
+
+      if (posEq(from, to)) sel.inverted = false;
+      else if (posEq(from, sel.to)) sel.inverted = false;
+      else if (posEq(to, sel.from)) sel.inverted = true;
+
+      if (options.autoClearEmptyLines && posEq(sel.from, sel.to)) {
+        var head = sel.inverted ? from : to;
+        if (head.line != sel.from.line && sel.from.line < doc.size) {
+          var oldLine = getLine(sel.from.line);
+          if (/^\s+$/.test(oldLine.text))
+            setTimeout(operation(function() {
+              if (oldLine.parent && /^\s+$/.test(oldLine.text)) {
+                var no = lineNo(oldLine);
+                replaceRange("", {line: no, ch: 0}, {line: no, ch: oldLine.text.length});
+              }
+            }, 10));
+        }
+      }
+
+      sel.from = from; sel.to = to;
+      selectionChanged = true;
+    }
+    function skipHidden(pos, oldLine, oldCh) {
+      function getNonHidden(dir) {
+        var lNo = pos.line + dir, end = dir == 1 ? doc.size : -1;
+        while (lNo != end) {
+          var line = getLine(lNo);
+          if (!line.hidden) {
+            var ch = pos.ch;
+            if (toEnd || ch > oldCh || ch > line.text.length) ch = line.text.length;
+            return {line: lNo, ch: ch};
+          }
+          lNo += dir;
+        }
+      }
+      var line = getLine(pos.line);
+      var toEnd = pos.ch == line.text.length && pos.ch != oldCh;
+      if (!line.hidden) return pos;
+      if (pos.line >= oldLine) return getNonHidden(1) || getNonHidden(-1);
+      else return getNonHidden(-1) || getNonHidden(1);
+    }
+    function setCursor(line, ch, user) {
+      var pos = clipPos({line: line, ch: ch || 0});
+      (user ? setSelectionUser : setSelection)(pos, pos);
+    }
+
+    function clipLine(n) {return Math.max(0, Math.min(n, doc.size-1));}
+    function clipPos(pos) {
+      if (pos.line < 0) return {line: 0, ch: 0};
+      if (pos.line >= doc.size) return {line: doc.size-1, ch: getLine(doc.size-1).text.length};
+      var ch = pos.ch, linelen = getLine(pos.line).text.length;
+      if (ch == null || ch > linelen) return {line: pos.line, ch: linelen};
+      else if (ch < 0) return {line: pos.line, ch: 0};
+      else return pos;
+    }
+
+    function findPosH(dir, unit) {
+      var end = sel.inverted ? sel.from : sel.to, line = end.line, ch = end.ch;
+      var lineObj = getLine(line);
+      function findNextLine() {
+        for (var l = line + dir, e = dir < 0 ? -1 : doc.size; l != e; l += dir) {
+          var lo = getLine(l);
+          if (!lo.hidden) { line = l; lineObj = lo; return true; }
+        }
+      }
+      function moveOnce(boundToLine) {
+        if (ch == (dir < 0 ? 0 : lineObj.text.length)) {
+          if (!boundToLine && findNextLine()) ch = dir < 0 ? lineObj.text.length : 0;
+          else return false;
+        } else ch += dir;
+        return true;
+      }
+      if (unit == "char") moveOnce();
+      else if (unit == "column") moveOnce(true);
+      else if (unit == "word") {
+        var sawWord = false;
+        for (;;) {
+          if (dir < 0) if (!moveOnce()) break;
+          if (isWordChar(lineObj.text.charAt(ch))) sawWord = true;
+          else if (sawWord) {if (dir < 0) {dir = 1; moveOnce();} break;}
+          if (dir > 0) if (!moveOnce()) break;
+        }
+      }
+      return {line: line, ch: ch};
+    }
+    function moveH(dir, unit) {
+      var pos = dir < 0 ? sel.from : sel.to;
+      if (shiftSelecting || posEq(sel.from, sel.to)) pos = findPosH(dir, unit);
+      setCursor(pos.line, pos.ch, true);
+    }
+    function deleteH(dir, unit) {
+      if (!posEq(sel.from, sel.to)) replaceRange("", sel.from, sel.to);
+      else if (dir < 0) replaceRange("", findPosH(dir, unit), sel.to);
+      else replaceRange("", sel.from, findPosH(dir, unit));
+      userSelChange = true;
+    }
+    function moveV(dir, unit) {
+      var dist = 0, pos = localCoords(sel.inverted ? sel.from : sel.to, true);
+      if (goalColumn != null) pos.x = goalColumn;
+      if (unit == "page") {
+        var screen = Math.min(scroller.clientHeight, window.innerHeight || document.documentElement.clientHeight);
+        var target = coordsChar(pos.x, pos.y + screen * dir);
+      } else if (unit == "line") {
+        var th = textHeight();
+        var target = coordsChar(pos.x, pos.y + .5 * th + dir * th);
+      }
+      if (unit == "page") scrollbar.scrollTop += localCoords(target, true).y - pos.y;
+      setCursor(target.line, target.ch, true);
+      goalColumn = pos.x;
+    }
+
+    function findWordAt(pos) {
+      var line = getLine(pos.line).text;
+      var start = pos.ch, end = pos.ch;
+      if (line) {
+        if (pos.after === false || end == line.length) --start; else ++end;
+        var startChar = line.charAt(start);
+        var check = isWordChar(startChar) ? isWordChar :
+                    /\s/.test(startChar) ? function(ch) {return /\s/.test(ch);} :
+                    function(ch) {return !/\s/.test(ch) && !isWordChar(ch);};
+        while (start > 0 && check(line.charAt(start - 1))) --start;
+        while (end < line.length && check(line.charAt(end))) ++end;
+      }
+      return {from: {line: pos.line, ch: start}, to: {line: pos.line, ch: end}};
+    }
+    function selectLine(line) {
+      setSelectionUser({line: line, ch: 0}, clipPos({line: line + 1, ch: 0}));
+    }
+    function indentSelected(mode) {
+      if (posEq(sel.from, sel.to)) return indentLine(sel.from.line, mode);
+      var e = sel.to.line - (sel.to.ch ? 0 : 1);
+      for (var i = sel.from.line; i <= e; ++i) indentLine(i, mode);
+    }
+
+    function indentLine(n, how) {
+      if (!how) how = "add";
+      if (how == "smart") {
+        if (!mode.indent) how = "prev";
+        else var state = getStateBefore(n);
+      }
+
+      var line = getLine(n), curSpace = line.indentation(options.tabSize),
+          curSpaceString = line.text.match(/^\s*/)[0], indentation;
+      if (how == "smart") {
+        indentation = mode.indent(state, line.text.slice(curSpaceString.length), line.text);
+        if (indentation == Pass) how = "prev";
+      }
+      if (how == "prev") {
+        if (n) indentation = getLine(n-1).indentation(options.tabSize);
+        else indentation = 0;
+      }
+      else if (how == "add") indentation = curSpace + options.indentUnit;
+      else if (how == "subtract") indentation = curSpace - options.indentUnit;
+      indentation = Math.max(0, indentation);
+      var diff = indentation - curSpace;
+
+      var indentString = "", pos = 0;
+      if (options.indentWithTabs)
+        for (var i = Math.floor(indentation / options.tabSize); i; --i) {pos += options.tabSize; indentString += "\t";}
+      if (pos < indentation) indentString += spaceStr(indentation - pos);
+
+      if (indentString != curSpaceString)
+        replaceRange(indentString, {line: n, ch: 0}, {line: n, ch: curSpaceString.length});
+      line.stateAfter = null;
+    }
+
+    function loadMode() {
+      mode = CodeMirror.getMode(options, options.mode);
+      doc.iter(0, doc.size, function(line) { line.stateAfter = null; });
+      frontier = 0;
+      startWorker(100);
+    }
+    function gutterChanged() {
+      var visible = options.gutter || options.lineNumbers;
+      gutter.style.display = visible ? "" : "none";
+      if (visible) gutterDirty = true;
+      else lineDiv.parentNode.style.marginLeft = 0;
+    }
+    function wrappingChanged(from, to) {
+      if (options.lineWrapping) {
+        wrapper.className += " CodeMirror-wrap";
+        var perLine = scroller.clientWidth / charWidth() - 3;
+        doc.iter(0, doc.size, function(line) {
+          if (line.hidden) return;
+          var guess = Math.ceil(line.text.length / perLine) || 1;
+          if (guess != 1) updateLineHeight(line, guess);
+        });
+        lineSpace.style.minWidth = widthForcer.style.left = "";
+      } else {
+        wrapper.className = wrapper.className.replace(" CodeMirror-wrap", "");
+        computeMaxLength();
+        doc.iter(0, doc.size, function(line) {
+          if (line.height != 1 && !line.hidden) updateLineHeight(line, 1);
+        });
+      }
+      changes.push({from: 0, to: doc.size});
+    }
+    function themeChanged() {
+      scroller.className = scroller.className.replace(/\s*cm-s-\S+/g, "") +
+        options.theme.replace(/(^|\s)\s*/g, " cm-s-");
+    }
+    function keyMapChanged() {
+      var style = keyMap[options.keyMap].style;
+      wrapper.className = wrapper.className.replace(/\s*cm-keymap-\S+/g, "") +
+        (style ? " cm-keymap-" + style : "");
+    }
+
+    function TextMarker(type, style) { this.lines = []; this.type = type; if (style) this.style = style; }
+    TextMarker.prototype.clear = operation(function() {
+      var min, max, seen = {};
+      for (var i = 0; i < this.lines.length; ++i) {
+        var line = this.lines[i], lineN = lineNo(line);
+        seen[lineN] = newHL(line.text, line.markedSpans);
+        var span = getMarkedSpanFor(line.markedSpans, this);
+        if (span.from != null) min = lineN;
+        if (span.to != null) max = lineN;
+        line.markedSpans = removeMarkedSpan(line.markedSpans, span);
+      }
+      if (min != null) {
+        changes.push({from: min, to: max + 1});
+        var old = [];
+        for (var i = min; i <= max; ++i) old.push(seen[i]);
+        history.addChange(min, old.length, old, true);
+      }
+      this.lines.length = 0;
+    });
+    TextMarker.prototype.find = function() {
+      var from, to;
+      for (var i = 0; i < this.lines.length; ++i) {
+        var line = this.lines[i];
+        var span = getMarkedSpanFor(line.markedSpans, this);
+        if (span.from != null || span.to != null) {
+          var found = lineNo(line);
+          if (span.from != null) from = {line: found, ch: span.from};
+          if (span.to != null) to = {line: found, ch: span.to};
+        }
+      }
+      if (this.type == "bookmark") return from;
+      return from && {from: from, to: to};
+    };
+
+    function markText(from, to, className, options) {
+      from = clipPos(from); to = clipPos(to);
+      var marker = new TextMarker("range", className);
+      if (options) for (var opt in options) if (options.hasOwnProperty(opt))
+        marker[opt] = options[opt];
+      var curLine = from.line, old = [];
+      doc.iter(curLine, to.line + 1, function(line) {
+        var span = {from: curLine == from.line ? from.ch : null,
+                    to: curLine == to.line ? to.ch : null,
+                    marker: marker};
+        old.push(newHL(line.text, line.markedSpans));
+        line.markedSpans = (line.markedSpans || []).concat([span]);
+        marker.lines.push(line);
+        ++curLine;
+      });
+      changes.push({from: from.line, to: to.line + 1});
+      history.addChange(from.line, old.length, old, true);
+      return marker;
+    }
+
+    function setBookmark(pos) {
+      pos = clipPos(pos);
+      var marker = new TextMarker("bookmark"), line = getLine(pos.line);
+      history.addChange(pos.line, 1, [newHL(line.text, line.markedSpans)], true);
+      var span = {from: pos.ch, to: pos.ch, marker: marker};
+      line.markedSpans = (line.markedSpans || []).concat([span]);
+      marker.lines.push(line);
+      return marker;
+    }
+
+    function findMarksAt(pos) {
+      pos = clipPos(pos);
+      var markers = [], spans = getLine(pos.line).markedSpans;
+      if (spans) for (var i = 0; i < spans.length; ++i) {
+        var span = spans[i];
+        if ((span.from == null || span.from <= pos.ch) &&
+            (span.to == null || span.to >= pos.ch))
+          markers.push(span.marker);
+      }
+      return markers;
+    }
+
+    function addGutterMarker(line, text, className) {
+      if (typeof line == "number") line = getLine(clipLine(line));
+      line.gutterMarker = {text: text, style: className};
+      gutterDirty = true;
+      return line;
+    }
+    function removeGutterMarker(line) {
+      if (typeof line == "number") line = getLine(clipLine(line));
+      line.gutterMarker = null;
+      gutterDirty = true;
+    }
+
+    function changeLine(handle, op) {
+      var no = handle, line = handle;
+      if (typeof handle == "number") line = getLine(clipLine(handle));
+      else no = lineNo(handle);
+      if (no == null) return null;
+      if (op(line, no)) changes.push({from: no, to: no + 1});
+      else return null;
+      return line;
+    }
+    function setLineClass(handle, className, bgClassName) {
+      return changeLine(handle, function(line) {
+        if (line.className != className || line.bgClassName != bgClassName) {
+          line.className = className;
+          line.bgClassName = bgClassName;
+          return true;
+        }
+      });
+    }
+    function setLineHidden(handle, hidden) {
+      return changeLine(handle, function(line, no) {
+        if (line.hidden != hidden) {
+          line.hidden = hidden;
+          if (!options.lineWrapping) {
+            if (hidden && line.text.length == maxLine.text.length) {
+              updateMaxLine = true;
+            } else if (!hidden && line.text.length > maxLine.text.length) {
+              maxLine = line; updateMaxLine = false;
+            }
+          }
+          updateLineHeight(line, hidden ? 0 : 1);
+          var fline = sel.from.line, tline = sel.to.line;
+          if (hidden && (fline == no || tline == no)) {
+            var from = fline == no ? skipHidden({line: fline, ch: 0}, fline, 0) : sel.from;
+            var to = tline == no ? skipHidden({line: tline, ch: 0}, tline, 0) : sel.to;
+            // Can't hide the last visible line, we'd have no place to put the cursor
+            if (!to) return;
+            setSelection(from, to);
+          }
+          return (gutterDirty = true);
+        }
+      });
+    }
+
+    function lineInfo(line) {
+      if (typeof line == "number") {
+        if (!isLine(line)) return null;
+        var n = line;
+        line = getLine(line);
+        if (!line) return null;
+      } else {
+        var n = lineNo(line);
+        if (n == null) return null;
+      }
+      var marker = line.gutterMarker;
+      return {line: n, handle: line, text: line.text, markerText: marker && marker.text,
+              markerClass: marker && marker.style, lineClass: line.className, bgClass: line.bgClassName};
+    }
+
+    function measureLine(line, ch) {
+      if (ch == 0) return {top: 0, left: 0};
+      var pre = lineContent(line, ch);
+      removeChildrenAndAdd(measure, pre);
+      var anchor = pre.anchor;
+      var top = anchor.offsetTop, left = anchor.offsetLeft;
+      // Older IEs report zero offsets for spans directly after a wrap
+      if (ie && top == 0 && left == 0) {
+        var backup = elt("span", "x");
+        anchor.parentNode.insertBefore(backup, anchor.nextSibling);
+        top = backup.offsetTop;
+      }
+      return {top: top, left: left};
+    }
+    function localCoords(pos, inLineWrap) {
+      var x, lh = textHeight(), y = lh * (heightAtLine(doc, pos.line) - (inLineWrap ? displayOffset : 0));
+      if (pos.ch == 0) x = 0;
+      else {
+        var sp = measureLine(getLine(pos.line), pos.ch);
+        x = sp.left;
+        if (options.lineWrapping) y += Math.max(0, sp.top);
+      }
+      return {x: x, y: y, yBot: y + lh};
+    }
+    // Coords must be lineSpace-local
+    function coordsChar(x, y) {
+      var th = textHeight(), cw = charWidth(), heightPos = displayOffset + Math.floor(y / th);
+      if (heightPos < 0) return {line: 0, ch: 0};
+      var lineNo = lineAtHeight(doc, heightPos);
+      if (lineNo >= doc.size) return {line: doc.size - 1, ch: getLine(doc.size - 1).text.length};
+      var lineObj = getLine(lineNo), text = lineObj.text;
+      var tw = options.lineWrapping, innerOff = tw ? heightPos - heightAtLine(doc, lineNo) : 0;
+      if (x <= 0 && innerOff == 0) return {line: lineNo, ch: 0};
+      var wrongLine = false;
+      function getX(len) {
+        var sp = measureLine(lineObj, len);
+        if (tw) {
+          var off = Math.round(sp.top / th);
+          wrongLine = off != innerOff;
+          return Math.max(0, sp.left + (off - innerOff) * scroller.clientWidth);
+        }
+        return sp.left;
+      }
+      var from = 0, fromX = 0, to = text.length, toX;
+      // Guess a suitable upper bound for our search.
+      var estimated = Math.min(to, Math.ceil((x + innerOff * scroller.clientWidth * .9) / cw));
+      for (;;) {
+        var estX = getX(estimated);
+        if (estX <= x && estimated < to) estimated = Math.min(to, Math.ceil(estimated * 1.2));
+        else {toX = estX; to = estimated; break;}
+      }
+      if (x > toX) return {line: lineNo, ch: to};
+      // Try to guess a suitable lower bound as well.
+      estimated = Math.floor(to * 0.8); estX = getX(estimated);
+      if (estX < x) {from = estimated; fromX = estX;}
+      // Do a binary search between these bounds.
+      for (;;) {
+        if (to - from <= 1) {
+          var after = x - fromX < toX - x;
+          return {line: lineNo, ch: after ? from : to, after: after};
+        }
+        var middle = Math.ceil((from + to) / 2), middleX = getX(middle);
+        if (middleX > x) {to = middle; toX = middleX; if (wrongLine) toX += 1000; }
+        else {from = middle; fromX = middleX;}
+      }
+    }
+    function pageCoords(pos) {
+      var local = localCoords(pos, true), off = eltOffset(lineSpace);
+      return {x: off.left + local.x, y: off.top + local.y, yBot: off.top + local.yBot};
+    }
+
+    var cachedHeight, cachedHeightFor, measurePre;
+    function textHeight() {
+      if (measurePre == null) {
+        measurePre = elt("pre");
+        for (var i = 0; i < 49; ++i) {
+          measurePre.appendChild(document.createTextNode("x"));
+          measurePre.appendChild(elt("br"));
+        }
+        measurePre.appendChild(document.createTextNode("x"));
+      }
+      var offsetHeight = lineDiv.clientHeight;
+      if (offsetHeight == cachedHeightFor) return cachedHeight;
+      cachedHeightFor = offsetHeight;
+      removeChildrenAndAdd(measure, measurePre.cloneNode(true));
+      cachedHeight = measure.firstChild.offsetHeight / 50 || 1;
+      removeChildren(measure);
+      return cachedHeight;
+    }
+    var cachedWidth, cachedWidthFor = 0;
+    function charWidth() {
+      if (scroller.clientWidth == cachedWidthFor) return cachedWidth;
+      cachedWidthFor = scroller.clientWidth;
+      var anchor = elt("span", "x");
+      var pre = elt("pre", [anchor]);
+      removeChildrenAndAdd(measure, pre);
+      return (cachedWidth = anchor.offsetWidth || 10);
+    }
+    function paddingTop() {return lineSpace.offsetTop;}
+    function paddingLeft() {return lineSpace.offsetLeft;}
+
+    function posFromMouse(e, liberal) {
+      var offW = eltOffset(scroller, true), x, y;
+      // Fails unpredictably on IE[67] when mouse is dragged around quickly.
+      try { x = e.clientX; y = e.clientY; } catch (e) { return null; }
+      // This is a mess of a heuristic to try and determine whether a
+      // scroll-bar was clicked or not, and to return null if one was
+      // (and !liberal).
+      if (!liberal && (x - offW.left > scroller.clientWidth || y - offW.top > scroller.clientHeight))
+        return null;
+      var offL = eltOffset(lineSpace, true);
+      return coordsChar(x - offL.left, y - offL.top);
+    }
+    var detectingSelectAll;
+    function onContextMenu(e) {
+      var pos = posFromMouse(e), scrollPos = scrollbar.scrollTop;
+      if (!pos || opera) return; // Opera is difficult.
+      if (posEq(sel.from, sel.to) || posLess(pos, sel.from) || !posLess(pos, sel.to))
+        operation(setCursor)(pos.line, pos.ch);
+
+      var oldCSS = input.style.cssText;
+      inputDiv.style.position = "absolute";
+      input.style.cssText = "position: fixed; width: 30px; height: 30px; top: " + (e.clientY - 5) +
+        "px; left: " + (e.clientX - 5) + "px; z-index: 1000; background: white; " +
+        "border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);";
+      focusInput();
+      resetInput(true);
+      // Adds "Select all" to context menu in FF
+      if (posEq(sel.from, sel.to)) input.value = prevInput = " ";
+
+      function rehide() {
+        inputDiv.style.position = "relative";
+        input.style.cssText = oldCSS;
+        if (ie_lt9) scrollbar.scrollTop = scrollPos;
+        slowPoll();
+
+        // Try to detect the user choosing select-all 
+        if (input.selectionStart != null) {
+          clearTimeout(detectingSelectAll);
+          var extval = input.value = " " + (posEq(sel.from, sel.to) ? "" : input.value), i = 0;
+          prevInput = " ";
+          input.selectionStart = 1; input.selectionEnd = extval.length;
+          detectingSelectAll = setTimeout(function poll(){
+            if (prevInput == " " && input.selectionStart == 0)
+              operation(commands.selectAll)(instance);
+            else if (i++ < 10) detectingSelectAll = setTimeout(poll, 500);
+            else resetInput();
+          }, 200);
+        }
+      }
+
+      if (gecko) {
+        e_stop(e);
+        var mouseup = connect(window, "mouseup", function() {
+          mouseup();
+          setTimeout(rehide, 20);
+        }, true);
+      } else {
+        setTimeout(rehide, 50);
+      }
+    }
+
+    // Cursor-blinking
+    function restartBlink() {
+      clearInterval(blinker);
+      var on = true;
+      cursor.style.visibility = "";
+      blinker = setInterval(function() {
+        cursor.style.visibility = (on = !on) ? "" : "hidden";
+      }, options.cursorBlinkRate);
+    }
+
+    var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"};
+    function matchBrackets(autoclear) {
+      var head = sel.inverted ? sel.from : sel.to, line = getLine(head.line), pos = head.ch - 1;
+      var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];
+      if (!match) return;
+      var ch = match.charAt(0), forward = match.charAt(1) == ">", d = forward ? 1 : -1, st = line.styles;
+      for (var off = pos + 1, i = 0, e = st.length; i < e; i+=2)
+        if ((off -= st[i].length) <= 0) {var style = st[i+1]; break;}
+
+      var stack = [line.text.charAt(pos)], re = /[(){}[\]]/;
+      function scan(line, from, to) {
+        if (!line.text) return;
+        var st = line.styles, pos = forward ? 0 : line.text.length - 1, cur;
+        for (var i = forward ? 0 : st.length - 2, e = forward ? st.length : -2; i != e; i += 2*d) {
+          var text = st[i];
+          if (st[i+1] != style) {pos += d * text.length; continue;}
+          for (var j = forward ? 0 : text.length - 1, te = forward ? text.length : -1; j != te; j += d, pos+=d) {
+            if (pos >= from && pos < to && re.test(cur = text.charAt(j))) {
+              var match = matching[cur];
+              if (match.charAt(1) == ">" == forward) stack.push(cur);
+              else if (stack.pop() != match.charAt(0)) return {pos: pos, match: false};
+              else if (!stack.length) return {pos: pos, match: true};
+            }
+          }
+        }
+      }
+      for (var i = head.line, e = forward ? Math.min(i + 100, doc.size) : Math.max(-1, i - 100); i != e; i+=d) {
+        var line = getLine(i), first = i == head.line;
+        var found = scan(line, first && forward ? pos + 1 : 0, first && !forward ? pos : line.text.length);
+        if (found) break;
+      }
+      if (!found) found = {pos: null, match: false};
+      var style = found.match ? "CodeMirror-matchingbracket" : "CodeMirror-nonmatchingbracket";
+      var one = markText({line: head.line, ch: pos}, {line: head.line, ch: pos+1}, style),
+          two = found.pos != null && markText({line: i, ch: found.pos}, {line: i, ch: found.pos + 1}, style);
+      var clear = operation(function(){one.clear(); two && two.clear();});
+      if (autoclear) setTimeout(clear, 800);
+      else bracketHighlighted = clear;
+    }
+
+    // Finds the line to start with when starting a parse. Tries to
+    // find a line with a stateAfter, so that it can start with a
+    // valid state. If that fails, it returns the line with the
+    // smallest indentation, which tends to need the least context to
+    // parse correctly.
+    function findStartLine(n) {
+      var minindent, minline;
+      for (var search = n, lim = n - 40; search > lim; --search) {
+        if (search == 0) return 0;
+        var line = getLine(search-1);
+        if (line.stateAfter) return search;
+        var indented = line.indentation(options.tabSize);
+        if (minline == null || minindent > indented) {
+          minline = search - 1;
+          minindent = indented;
+        }
+      }
+      return minline;
+    }
+    function getStateBefore(n) {
+      var pos = findStartLine(n), state = pos && getLine(pos-1).stateAfter;
+      if (!state) state = startState(mode);
+      else state = copyState(mode, state);
+      doc.iter(pos, n, function(line) {
+        line.process(mode, state, options.tabSize);
+        line.stateAfter = (pos == n - 1 || pos % 5 == 0) ? copyState(mode, state) : null;
+      });
+      return state;
+    }
+    function highlightWorker() {
+      if (frontier >= showingTo) return;
+      var end = +new Date + options.workTime, state = copyState(mode, getStateBefore(frontier));
+      var startFrontier = frontier;
+      doc.iter(frontier, showingTo, function(line) {
+        if (frontier >= showingFrom) { // Visible
+          line.highlight(mode, state, options.tabSize);
+          line.stateAfter = copyState(mode, state);
+        } else {
+          line.process(mode, state, options.tabSize);
+          line.stateAfter = frontier % 5 == 0 ? copyState(mode, state) : null;
+        }
+        ++frontier;
+        if (+new Date > end) {
+          startWorker(options.workDelay);
+          return true;
+        }
+      });
+      if (showingTo > startFrontier && frontier >= showingFrom)
+        operation(function() {changes.push({from: startFrontier, to: frontier});})();
+    }
+    function startWorker(time) {
+      if (frontier < showingTo)
+        highlight.set(time, highlightWorker);
+    }
+
+    // Operations are used to wrap changes in such a way that each
+    // change won't have to update the cursor and display (which would
+    // be awkward, slow, and error-prone), but instead updates are
+    // batched and then all combined and executed at once.
+    function startOperation() {
+      updateInput = userSelChange = textChanged = null;
+      changes = []; selectionChanged = false; callbacks = [];
+    }
+    function endOperation() {
+      if (updateMaxLine) computeMaxLength();
+      if (maxLineChanged && !options.lineWrapping) {
+        var cursorWidth = widthForcer.offsetWidth, left = measureLine(maxLine, maxLine.text.length).left;
+        if (!ie_lt8) {
+          widthForcer.style.left = left + "px";
+          lineSpace.style.minWidth = (left + cursorWidth) + "px";
+        }
+        maxLineChanged = false;
+      }
+      var newScrollPos, updated;
+      if (selectionChanged) {
+        var coords = calculateCursorCoords();
+        newScrollPos = calculateScrollPos(coords.x, coords.y, coords.x, coords.yBot);
+      }
+      if (changes.length || newScrollPos && newScrollPos.scrollTop != null)
+        updated = updateDisplay(changes, true, newScrollPos && newScrollPos.scrollTop);
+      if (!updated) {
+        if (selectionChanged) updateSelection();
+        if (gutterDirty) updateGutter();
+      }
+      if (newScrollPos) scrollCursorIntoView();
+      if (selectionChanged) restartBlink();
+
+      if (focused && (updateInput === true || (updateInput !== false && selectionChanged)))
+        resetInput(userSelChange);
+
+      if (selectionChanged && options.matchBrackets)
+        setTimeout(operation(function() {
+          if (bracketHighlighted) {bracketHighlighted(); bracketHighlighted = null;}
+          if (posEq(sel.from, sel.to)) matchBrackets(false);
+        }), 20);
+      var sc = selectionChanged, cbs = callbacks; // these can be reset by callbacks
+      if (textChanged && options.onChange && instance)
+        options.onChange(instance, textChanged);
+      if (sc && options.onCursorActivity)
+        options.onCursorActivity(instance);
+      for (var i = 0; i < cbs.length; ++i) cbs[i](instance);
+      if (updated && options.onUpdate) options.onUpdate(instance);
+    }
+    var nestedOperation = 0;
+    function operation(f) {
+      return function() {
+        if (!nestedOperation++) startOperation();
+        try {var result = f.apply(this, arguments);}
+        finally {if (!--nestedOperation) endOperation();}
+        return result;
+      };
+    }
+
+    function compoundChange(f) {
+      history.startCompound();
+      try { return f(); } finally { history.endCompound(); }
+    }
+
+    for (var ext in extensions)
+      if (extensions.propertyIsEnumerable(ext) &&
+          !instance.propertyIsEnumerable(ext))
+        instance[ext] = extensions[ext];
+    return instance;
+  } // (end of function CodeMirror)
+
+  // The default configuration options.
+  CodeMirror.defaults = {
+    value: "",
+    mode: null,
+    theme: "default",
+    indentUnit: 2,
+    indentWithTabs: false,
+    smartIndent: true,
+    tabSize: 4,
+    keyMap: "default",
+    extraKeys: null,
+    electricChars: true,
+    autoClearEmptyLines: false,
+    onKeyEvent: null,
+    onDragEvent: null,
+    lineWrapping: false,
+    lineNumbers: false,
+    gutter: false,
+    fixedGutter: false,
+    firstLineNumber: 1,
+    readOnly: false,
+    dragDrop: true,
+    onChange: null,
+    onCursorActivity: null,
+    onViewportChange: null,
+    onGutterClick: null,
+    onUpdate: null,
+    onFocus: null, onBlur: null, onScroll: null,
+    matchBrackets: false,
+    cursorBlinkRate: 530,
+    workTime: 100,
+    workDelay: 200,
+    pollInterval: 100,
+    undoDepth: 40,
+    tabindex: null,
+    autofocus: null,
+    lineNumberFormatter: function(integer) { return integer; }
+  };
+
+  var ios = /AppleWebKit/.test(navigator.userAgent) && /Mobile\/\w+/.test(navigator.userAgent);
+  var mac = ios || /Mac/.test(navigator.platform);
+  var win = /Win/.test(navigator.platform);
+
+  // Known modes, by name and by MIME
+  var modes = CodeMirror.modes = {}, mimeModes = CodeMirror.mimeModes = {};
+  CodeMirror.defineMode = function(name, mode) {
+    if (!CodeMirror.defaults.mode && name != "null") CodeMirror.defaults.mode = name;
+    if (arguments.length > 2) {
+      mode.dependencies = [];
+      for (var i = 2; i < arguments.length; ++i) mode.dependencies.push(arguments[i]);
+    }
+    modes[name] = mode;
+  };
+  CodeMirror.defineMIME = function(mime, spec) {
+    mimeModes[mime] = spec;
+  };
+  CodeMirror.resolveMode = function(spec) {
+    if (typeof spec == "string" && mimeModes.hasOwnProperty(spec))
+      spec = mimeModes[spec];
+    else if (typeof spec == "string" && /^[\w\-]+\/[\w\-]+\+xml$/.test(spec))
+      return CodeMirror.resolveMode("application/xml");
+    if (typeof spec == "string") return {name: spec};
+    else return spec || {name: "null"};
+  };
+  CodeMirror.getMode = function(options, spec) {
+    var spec = CodeMirror.resolveMode(spec);
+    var mfactory = modes[spec.name];
+    if (!mfactory) return CodeMirror.getMode(options, "text/plain");
+    var modeObj = mfactory(options, spec);
+    if (modeExtensions.hasOwnProperty(spec.name)) {
+      var exts = modeExtensions[spec.name];
+      for (var prop in exts) if (exts.hasOwnProperty(prop)) modeObj[prop] = exts[prop];
+    }
+    modeObj.name = spec.name;
+    return modeObj;
+  };
+  CodeMirror.listModes = function() {
+    var list = [];
+    for (var m in modes)
+      if (modes.propertyIsEnumerable(m)) list.push(m);
+    return list;
+  };
+  CodeMirror.listMIMEs = function() {
+    var list = [];
+    for (var m in mimeModes)
+      if (mimeModes.propertyIsEnumerable(m)) list.push({mime: m, mode: mimeModes[m]});
+    return list;
+  };
+
+  var extensions = CodeMirror.extensions = {};
+  CodeMirror.defineExtension = function(name, func) {
+    extensions[name] = func;
+  };
+
+  var modeExtensions = CodeMirror.modeExtensions = {};
+  CodeMirror.extendMode = function(mode, properties) {
+    var exts = modeExtensions.hasOwnProperty(mode) ? modeExtensions[mode] : (modeExtensions[mode] = {});
+    for (var prop in properties) if (properties.hasOwnProperty(prop))
+      exts[prop] = properties[prop];
+  };
+
+  var commands = CodeMirror.commands = {
+    selectAll: function(cm) {cm.setSelection({line: 0, ch: 0}, {line: cm.lineCount() - 1});},
+    killLine: function(cm) {
+      var from = cm.getCursor(true), to = cm.getCursor(false), sel = !posEq(from, to);
+      if (!sel && cm.getLine(from.line).length == from.ch) cm.replaceRange("", from, {line: from.line + 1, ch: 0});
+      else cm.replaceRange("", from, sel ? to : {line: from.line});
+    },
+    deleteLine: function(cm) {var l = cm.getCursor().line; cm.replaceRange("", {line: l, ch: 0}, {line: l});},
+    undo: function(cm) {cm.undo();},
+    redo: function(cm) {cm.redo();},
+    goDocStart: function(cm) {cm.setCursor(0, 0, true);},
+    goDocEnd: function(cm) {cm.setSelection({line: cm.lineCount() - 1}, null, true);},
+    goLineStart: function(cm) {cm.setCursor(cm.getCursor().line, 0, true);},
+    goLineStartSmart: function(cm) {
+      var cur = cm.getCursor();
+      var text = cm.getLine(cur.line), firstNonWS = Math.max(0, text.search(/\S/));
+      cm.setCursor(cur.line, cur.ch <= firstNonWS && cur.ch ? 0 : firstNonWS, true);
+    },
+    goLineEnd: function(cm) {cm.setSelection({line: cm.getCursor().line}, null, true);},
+    goLineUp: function(cm) {cm.moveV(-1, "line");},
+    goLineDown: function(cm) {cm.moveV(1, "line");},
+    goPageUp: function(cm) {cm.moveV(-1, "page");},
+    goPageDown: function(cm) {cm.moveV(1, "page");},
+    goCharLeft: function(cm) {cm.moveH(-1, "char");},
+    goCharRight: function(cm) {cm.moveH(1, "char");},
+    goColumnLeft: function(cm) {cm.moveH(-1, "column");},
+    goColumnRight: function(cm) {cm.moveH(1, "column");},
+    goWordLeft: function(cm) {cm.moveH(-1, "word");},
+    goWordRight: function(cm) {cm.moveH(1, "word");},
+    delCharLeft: function(cm) {cm.deleteH(-1, "char");},
+    delCharRight: function(cm) {cm.deleteH(1, "char");},
+    delWordLeft: function(cm) {cm.deleteH(-1, "word");},
+    delWordRight: function(cm) {cm.deleteH(1, "word");},
+    indentAuto: function(cm) {cm.indentSelection("smart");},
+    indentMore: function(cm) {cm.indentSelection("add");},
+    indentLess: function(cm) {cm.indentSelection("subtract");},
+    insertTab: function(cm) {cm.replaceSelection("\t", "end");},
+    defaultTab: function(cm) {
+      if (cm.somethingSelected()) cm.indentSelection("add");
+      else cm.replaceSelection("\t", "end");
+    },
+    transposeChars: function(cm) {
+      var cur = cm.getCursor(), line = cm.getLine(cur.line);
+      if (cur.ch > 0 && cur.ch < line.length - 1)
+        cm.replaceRange(line.charAt(cur.ch) + line.charAt(cur.ch - 1),
+                        {line: cur.line, ch: cur.ch - 1}, {line: cur.line, ch: cur.ch + 1});
+    },
+    newlineAndIndent: function(cm) {
+      cm.replaceSelection("\n", "end");
+      cm.indentLine(cm.getCursor().line);
+    },
+    toggleOverwrite: function(cm) {cm.toggleOverwrite();}
+  };
+
+  var keyMap = CodeMirror.keyMap = {};
+  keyMap.basic = {
+    "Left": "goCharLeft", "Right": "goCharRight", "Up": "goLineUp", "Down": "goLineDown",
+    "End": "goLineEnd", "Home": "goLineStartSmart", "PageUp": "goPageUp", "PageDown": "goPageDown",
+    "Delete": "delCharRight", "Backspace": "delCharLeft", "Tab": "defaultTab", "Shift-Tab": "indentAuto",
+    "Enter": "newlineAndIndent", "Insert": "toggleOverwrite"
+  };
+  // Note that the save and find-related commands aren't defined by
+  // default. Unknown commands are simply ignored.
+  keyMap.pcDefault = {
+    "Ctrl-A": "selectAll", "Ctrl-D": "deleteLine", "Ctrl-Z": "undo", "Shift-Ctrl-Z": "redo", "Ctrl-Y": "redo",
+    "Ctrl-Home": "goDocStart", "Alt-Up": "goDocStart", "Ctrl-End": "goDocEnd", "Ctrl-Down": "goDocEnd",
+    "Ctrl-Left": "goWordLeft", "Ctrl-Right": "goWordRight", "Alt-Left": "goLineStart", "Alt-Right": "goLineEnd",
+    "Ctrl-Backspace": "delWordLeft", "Ctrl-Delete": "delWordRight", "Ctrl-S": "save", "Ctrl-F": "find",
+    "Ctrl-G": "findNext", "Shift-Ctrl-G": "findPrev", "Shift-Ctrl-F": "replace", "Shift-Ctrl-R": "replaceAll",
+    "Ctrl-[": "indentLess", "Ctrl-]": "indentMore",
+    fallthrough: "basic"
+  };
+  keyMap.macDefault = {
+    "Cmd-A": "selectAll", "Cmd-D": "deleteLine", "Cmd-Z": "undo", "Shift-Cmd-Z": "redo", "Cmd-Y": "redo",
+    "Cmd-Up": "goDocStart", "Cmd-End": "goDocEnd", "Cmd-Down": "goDocEnd", "Alt-Left": "goWordLeft",
+    "Alt-Right": "goWordRight", "Cmd-Left": "goLineStart", "Cmd-Right": "goLineEnd", "Alt-Backspace": "delWordLeft",
+    "Ctrl-Alt-Backspace": "delWordRight", "Alt-Delete": "delWordRight", "Cmd-S": "save", "Cmd-F": "find",
+    "Cmd-G": "findNext", "Shift-Cmd-G": "findPrev", "Cmd-Alt-F": "replace", "Shift-Cmd-Alt-F": "replaceAll",
+    "Cmd-[": "indentLess", "Cmd-]": "indentMore",
+    fallthrough: ["basic", "emacsy"]
+  };
+  keyMap["default"] = mac ? keyMap.macDefault : keyMap.pcDefault;
+  keyMap.emacsy = {
+    "Ctrl-F": "goCharRight", "Ctrl-B": "goCharLeft", "Ctrl-P": "goLineUp", "Ctrl-N": "goLineDown",
+    "Alt-F": "goWordRight", "Alt-B": "goWordLeft", "Ctrl-A": "goLineStart", "Ctrl-E": "goLineEnd",
+    "Ctrl-V": "goPageUp", "Shift-Ctrl-V": "goPageDown", "Ctrl-D": "delCharRight", "Ctrl-H": "delCharLeft",
+    "Alt-D": "delWordRight", "Alt-Backspace": "delWordLeft", "Ctrl-K": "killLine", "Ctrl-T": "transposeChars"
+  };
+
+  function getKeyMap(val) {
+    if (typeof val == "string") return keyMap[val];
+    else return val;
+  }
+  function lookupKey(name, extraMap, map, handle, stop) {
+    function lookup(map) {
+      map = getKeyMap(map);
+      var found = map[name];
+      if (found === false) {
+        if (stop) stop();
+        return true;
+      }
+      if (found != null && handle(found)) return true;
+      if (map.nofallthrough) {
+        if (stop) stop();
+        return true;
+      }
+      var fallthrough = map.fallthrough;
+      if (fallthrough == null) return false;
+      if (Object.prototype.toString.call(fallthrough) != "[object Array]")
+        return lookup(fallthrough);
+      for (var i = 0, e = fallthrough.length; i < e; ++i) {
+        if (lookup(fallthrough[i])) return true;
+      }
+      return false;
+    }
+    if (extraMap && lookup(extraMap)) return true;
+    return lookup(map);
+  }
+  function isModifierKey(event) {
+    var name = keyNames[e_prop(event, "keyCode")];
+    return name == "Ctrl" || name == "Alt" || name == "Shift" || name == "Mod";
+  }
+  CodeMirror.isModifierKey = isModifierKey;
+
+  CodeMirror.fromTextArea = function(textarea, options) {
+    if (!options) options = {};
+    options.value = textarea.value;
+    if (!options.tabindex && textarea.tabindex)
+      options.tabindex = textarea.tabindex;
+    // Set autofocus to true if this textarea is focused, or if it has
+    // autofocus and no other element is focused.
+    if (options.autofocus == null) {
+      var hasFocus = document.body;
+      // doc.activeElement occasionally throws on IE
+      try { hasFocus = document.activeElement; } catch(e) {}
+      options.autofocus = hasFocus == textarea ||
+        textarea.getAttribute("autofocus") != null && hasFocus == document.body;
+    }
+
+    function save() {textarea.value = instance.getValue();}
+    if (textarea.form) {
+      // Deplorable hack to make the submit method do the right thing.
+      var rmSubmit = connect(textarea.form, "submit", save, true);
+      if (typeof textarea.form.submit == "function") {
+        var realSubmit = textarea.form.submit;
+        textarea.form.submit = function wrappedSubmit() {
+          save();
+          textarea.form.submit = realSubmit;
+          textarea.form.submit();
+          textarea.form.submit = wrappedSubmit;
+        };
+      }
+    }
+
+    textarea.style.display = "none";
+    var instance = CodeMirror(function(node) {
+      textarea.parentNode.insertBefore(node, textarea.nextSibling);
+    }, options);
+    instance.save = save;
+    instance.getTextArea = function() { return textarea; };
+    instance.toTextArea = function() {
+      save();
+      textarea.parentNode.removeChild(instance.getWrapperElement());
+      textarea.style.display = "";
+      if (textarea.form) {
+        rmSubmit();
+        if (typeof textarea.form.submit == "function")
+          textarea.form.submit = realSubmit;
+      }
+    };
+    return instance;
+  };
+
+  var gecko = /gecko\/\d{7}/i.test(navigator.userAgent);
+  var ie = /MSIE \d/.test(navigator.userAgent);
+  var ie_lt8 = /MSIE [1-7]\b/.test(navigator.userAgent);
+  var ie_lt9 = /MSIE [1-8]\b/.test(navigator.userAgent);
+  var quirksMode = ie && document.documentMode == 5;
+  var webkit = /WebKit\//.test(navigator.userAgent);
+  var chrome = /Chrome\//.test(navigator.userAgent);
+  var opera = /Opera\//.test(navigator.userAgent);
+  var safari = /Apple Computer/.test(navigator.vendor);
+  var khtml = /KHTML\//.test(navigator.userAgent);
+  var mac_geLion = /Mac OS X 10\D([7-9]|\d\d)\D/.test(navigator.userAgent);
+
+  // Utility functions for working with state. Exported because modes
+  // sometimes need to do this.
+  function copyState(mode, state) {
+    if (state === true) return state;
+    if (mode.copyState) return mode.copyState(state);
+    var nstate = {};
+    for (var n in state) {
+      var val = state[n];
+      if (val instanceof Array) val = val.concat([]);
+      nstate[n] = val;
+    }
+    return nstate;
+  }
+  CodeMirror.copyState = copyState;
+  function startState(mode, a1, a2) {
+    return mode.startState ? mode.startState(a1, a2) : true;
+  }
+  CodeMirror.startState = startState;
+  CodeMirror.innerMode = function(mode, state) {
+    while (mode.innerMode) {
+      var info = mode.innerMode(state);
+      state = info.state;
+      mode = info.mode;
+    }
+    return info || {mode: mode, state: state};
+  };
+
+  // The character stream used by a mode's parser.
+  function StringStream(string, tabSize) {
+    this.pos = this.start = 0;
+    this.string = string;
+    this.tabSize = tabSize || 8;
+  }
+  StringStream.prototype = {
+    eol: function() {return this.pos >= this.string.length;},
+    sol: function() {return this.pos == 0;},
+    peek: function() {return this.string.charAt(this.pos) || undefined;},
+    next: function() {
+      if (this.pos < this.string.length)
+        return this.string.charAt(this.pos++);
+    },
+    eat: function(match) {
+      var ch = this.string.charAt(this.pos);
+      if (typeof match == "string") var ok = ch == match;
+      else var ok = ch && (match.test ? match.test(ch) : match(ch));
+      if (ok) {++this.pos; return ch;}
+    },
+    eatWhile: function(match) {
+      var start = this.pos;
+      while (this.eat(match)){}
+      return this.pos > start;
+    },
+    eatSpace: function() {
+      var start = this.pos;
+      while (/[\s\u00a0]/.test(this.string.charAt(this.pos))) ++this.pos;
+      return this.pos > start;
+    },
+    skipToEnd: function() {this.pos = this.string.length;},
+    skipTo: function(ch) {
+      var found = this.string.indexOf(ch, this.pos);
+      if (found > -1) {this.pos = found; return true;}
+    },
+    backUp: function(n) {this.pos -= n;},
+    column: function() {return countColumn(this.string, this.start, this.tabSize);},
+    indentation: function() {return countColumn(this.string, null, this.tabSize);},
+    match: function(pattern, consume, caseInsensitive) {
+      if (typeof pattern == "string") {
+        var cased = function(str) {return caseInsensitive ? str.toLowerCase() : str;};
+        if (cased(this.string).indexOf(cased(pattern), this.pos) == this.pos) {
+          if (consume !== false) this.pos += pattern.length;
+          return true;
+        }
+      } else {
+        var match = this.string.slice(this.pos).match(pattern);
+        if (match && match.index > 0) return null;
+        if (match && consume !== false) this.pos += match[0].length;
+        return match;
+      }
+    },
+    current: function(){return this.string.slice(this.start, this.pos);}
+  };
+  CodeMirror.StringStream = StringStream;
+
+  function MarkedSpan(from, to, marker) {
+    this.from = from; this.to = to; this.marker = marker;
+  }
+
+  function getMarkedSpanFor(spans, marker) {
+    if (spans) for (var i = 0; i < spans.length; ++i) {
+      var span = spans[i];
+      if (span.marker == marker) return span;
+    }
+  }
+
+  function removeMarkedSpan(spans, span) {
+    var r;
+    for (var i = 0; i < spans.length; ++i)
+      if (spans[i] == span) (r || (r = [])).push(spans[i]);
+    return r;
+  }
+
+  function markedSpansBefore(old, startCh, endCh) {
+    if (old) for (var i = 0, nw; i < old.length; ++i) {
+      var span = old[i], marker = span.marker;
+      var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= startCh : span.from < startCh);
+      if (startsBefore || marker.type == "bookmark" && span.from == startCh && span.from != endCh) {
+        var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= startCh : span.to > startCh);
+        (nw || (nw = [])).push({from: span.from,
+                                to: endsAfter ? null : span.to,
+                                marker: marker});
+      }
+    }
+    return nw;
+  }
+
+  function markedSpansAfter(old, endCh) {
+    if (old) for (var i = 0, nw; i < old.length; ++i) {
+      var span = old[i], marker = span.marker;
+      var endsAfter = span.to == null || (marker.inclusiveRight ? span.to >= endCh : span.to > endCh);
+      if (endsAfter || marker.type == "bookmark" && span.from == endCh) {
+        var startsBefore = span.from == null || (marker.inclusiveLeft ? span.from <= endCh : span.from < endCh);
+        (nw || (nw = [])).push({from: startsBefore ? null : span.from - endCh,
+                                to: span.to == null ? null : span.to - endCh,
+                                marker: marker});
+      }
+    }
+    return nw;
+  }
+
+  function updateMarkedSpans(oldFirst, oldLast, startCh, endCh, newText) {
+    if (!oldFirst && !oldLast) return newText;
+    // Get the spans that 'stick out' on both sides
+    var first = markedSpansBefore(oldFirst, startCh);
+    var last = markedSpansAfter(oldLast, endCh);
+
+    // Next, merge those two ends
+    var sameLine = newText.length == 1, offset = lst(newText).length + (sameLine ? startCh : 0);
+    if (first) {
+      // Fix up .to properties of first
+      for (var i = 0; i < first.length; ++i) {
+        var span = first[i];
+        if (span.to == null) {
+          var found = getMarkedSpanFor(last, span.marker);
+          if (!found) span.to = startCh;
+          else if (sameLine) span.to = found.to == null ? null : found.to + offset;
+        }
+      }
+    }
+    if (last) {
+      // Fix up .from in last (or move them into first in case of sameLine)
+      for (var i = 0; i < last.length; ++i) {
+        var span = last[i];
+        if (span.to != null) span.to += offset;
+        if (span.from == null) {
+          var found = getMarkedSpanFor(first, span.marker);
+          if (!found) {
+            span.from = offset;
+            if (sameLine) (first || (first = [])).push(span);
+          }
+        } else {
+          span.from += offset;
+          if (sameLine) (first || (first = [])).push(span);
+        }
+      }
+    }
+
+    var newMarkers = [newHL(newText[0], first)];
+    if (!sameLine) {
+      // Fill gap with whole-line-spans
+      var gap = newText.length - 2, gapMarkers;
+      if (gap > 0 && first)
+        for (var i = 0; i < first.length; ++i)
+          if (first[i].to == null)
+            (gapMarkers || (gapMarkers = [])).push({from: null, to: null, marker: first[i].marker});
+      for (var i = 0; i < gap; ++i)
+        newMarkers.push(newHL(newText[i+1], gapMarkers));
+      newMarkers.push(newHL(lst(newText), last));
+    }
+    return newMarkers;
+  }
+
+  // hl stands for history-line, a data structure that can be either a
+  // string (line without markers) or a {text, markedSpans} object.
+  function hlText(val) { return typeof val == "string" ? val : val.text; }
+  function hlSpans(val) { return typeof val == "string" ? null : val.markedSpans; }
+  function newHL(text, spans) { return spans ? {text: text, markedSpans: spans} : text; }
+
+  function detachMarkedSpans(line) {
+    var spans = line.markedSpans;
+    if (!spans) return;
+    for (var i = 0; i < spans.length; ++i) {
+      var lines = spans[i].marker.lines;
+      var ix = indexOf(lines, line);
+      lines.splice(ix, 1);
+    }
+    line.markedSpans = null;
+  }
+
+  function attachMarkedSpans(line, spans) {
+    if (!spans) return;
+    for (var i = 0; i < spans.length; ++i)
+      var marker = spans[i].marker.lines.push(line);
+    line.markedSpans = spans;
+  }
+
+  // When measuring the position of the end of a line, different
+  // browsers require different approaches. If an empty span is added,
+  // many browsers report bogus offsets. Of those, some (Webkit,
+  // recent IE) will accept a space without moving the whole span to
+  // the next line when wrapping it, others work with a zero-width
+  // space.
+  var eolSpanContent = " ";
+  if (gecko || (ie && !ie_lt8)) eolSpanContent = "\u200b";
+  else if (opera) eolSpanContent = "";
+
+  // Line objects. These hold state related to a line, including
+  // highlighting info (the styles array).
+  function Line(text, markedSpans) {
+    this.text = text;
+    this.height = 1;
+    attachMarkedSpans(this, markedSpans);
+  }
+  Line.prototype = {
+    update: function(text, markedSpans) {
+      this.text = text;
+      this.stateAfter = this.styles = null;
+      detachMarkedSpans(this);
+      attachMarkedSpans(this, markedSpans);
+    },
+    // Run the given mode's parser over a line, update the styles
+    // array, which contains alternating fragments of text and CSS
+    // classes.
+    highlight: function(mode, state, tabSize) {
+      var stream = new StringStream(this.text, tabSize), st = this.styles || (this.styles = []);
+      var pos = st.length = 0;
+      if (this.text == "" && mode.blankLine) mode.blankLine(state);
+      while (!stream.eol()) {
+        var style = mode.token(stream, state), substr = stream.current();
+        stream.start = stream.pos;
+        if (pos && st[pos-1] == style) {
+          st[pos-2] += substr;
+        } else if (substr) {
+          st[pos++] = substr; st[pos++] = style;
+        }
+        // Give up when line is ridiculously long
+        if (stream.pos > 5000) {
+          st[pos++] = this.text.slice(stream.pos); st[pos++] = null;
+          break;
+        }
+      }
+    },
+    process: function(mode, state, tabSize) {
+      var stream = new StringStream(this.text, tabSize);
+      if (this.text == "" && mode.blankLine) mode.blankLine(state);
+      while (!stream.eol() && stream.pos <= 5000) {
+        mode.token(stream, state);
+        stream.start = stream.pos;
+      }
+    },
+    // Fetch the parser token for a given character. Useful for hacks
+    // that want to inspect the mode state (say, for completion).
+    getTokenAt: function(mode, state, tabSize, ch) {
+      var txt = this.text, stream = new StringStream(txt, tabSize);
+      while (stream.pos < ch && !stream.eol()) {
+        stream.start = stream.pos;
+        var style = mode.token(stream, state);
+      }
+      return {start: stream.start,
+              end: stream.pos,
+              string: stream.current(),
+              className: style || null,
+              state: state};
+    },
+    indentation: function(tabSize) {return countColumn(this.text, null, tabSize);},
+    // Produces an HTML fragment for the line, taking selection,
+    // marking, and highlighting into account.
+    getContent: function(tabSize, wrapAt, compensateForWrapping) {
+      var first = true, col = 0, specials = /[\t\u0000-\u0019\u200b\u2028\u2029\uFEFF]/g;
+      var pre = elt("pre");
+      function span_(html, text, style) {
+        if (!text) return;
+        // Work around a bug where, in some compat modes, IE ignores leading spaces
+        if (first && ie && text.charAt(0) == " ") text = "\u00a0" + text.slice(1);
+        first = false;
+        if (!specials.test(text)) {
+          col += text.length;
+          var content = document.createTextNode(text);
+        } else {
+          var content = document.createDocumentFragment(), pos = 0;
+          while (true) {
+            specials.lastIndex = pos;
+            var m = specials.exec(text);
+            var skipped = m ? m.index - pos : text.length - pos;
+            if (skipped) {
+              content.appendChild(document.createTextNode(text.slice(pos, pos + skipped)));
+              col += skipped;
+            }
+            if (!m) break;
+            pos += skipped + 1;
+            if (m[0] == "\t") {
+              var tabWidth = tabSize - col % tabSize;
+              content.appendChild(elt("span", spaceStr(tabWidth), "cm-tab"));
+              col += tabWidth;
+            } else {
+              var token = elt("span", "\u2022", "cm-invalidchar");
+              token.title = "\\u" + m[0].charCodeAt(0).toString(16);
+              content.appendChild(token);
+              col += 1;
+            }
+          }
+        }
+        if (style) html.appendChild(elt("span", [content], style));
+        else html.appendChild(content);
+      }
+      var span = span_;
+      if (wrapAt != null) {
+        var outPos = 0, anchor = pre.anchor = elt("span");
+        span = function(html, text, style) {
+          var l = text.length;
+          if (wrapAt >= outPos && wrapAt < outPos + l) {
+            var cut = wrapAt - outPos;
+            if (cut) {
+              span_(html, text.slice(0, cut), style);
+              // See comment at the definition of spanAffectsWrapping
+              if (compensateForWrapping) {
+                var view = text.slice(cut - 1, cut + 1);
+                if (spanAffectsWrapping.test(view)) html.appendChild(elt("wbr"));
+                else if (!ie_lt8 && /\w\w/.test(view)) html.appendChild(document.createTextNode("\u200d"));
+              }
+            }
+            html.appendChild(anchor);
+            span_(anchor, opera ? text.slice(cut, cut + 1) : text.slice(cut), style);
+            if (opera) span_(html, text.slice(cut + 1), style);
+            wrapAt--;
+            outPos += l;
+          } else {
+            outPos += l;
+            span_(html, text, style);
+            if (outPos == wrapAt && outPos == len) {
+              setTextContent(anchor, eolSpanContent);
+              html.appendChild(anchor);
+            }
+            // Stop outputting HTML when gone sufficiently far beyond measure
+            else if (outPos > wrapAt + 10 && /\s/.test(text)) span = function(){};
+          }
+        };
+      }
+
+      var st = this.styles, allText = this.text, marked = this.markedSpans;
+      var len = allText.length;
+      function styleToClass(style) {
+        if (!style) return null;
+        return "cm-" + style.replace(/ +/g, " cm-");
+      }
+      if (!allText && wrapAt == null) {
+        span(pre, " ");
+      } else if (!marked || !marked.length) {
+        for (var i = 0, ch = 0; ch < len; i+=2) {
+          var str = st[i], style = st[i+1], l = str.length;
+          if (ch + l > len) str = str.slice(0, len - ch);
+          ch += l;
+          span(pre, str, styleToClass(style));
+        }
+      } else {
+        marked.sort(function(a, b) { return a.from - b.from; });
+        var pos = 0, i = 0, text = "", style, sg = 0;
+        var nextChange = marked[0].from || 0, marks = [], markpos = 0;
+        var advanceMarks = function() {
+          var m;
+          while (markpos < marked.length &&
+                 ((m = marked[markpos]).from == pos || m.from == null)) {
+            if (m.marker.type == "range") marks.push(m);
+            ++markpos;
+          }
+          nextChange = markpos < marked.length ? marked[markpos].from : Infinity;
+          for (var i = 0; i < marks.length; ++i) {
+            var to = marks[i].to;
+            if (to == null) to = Infinity;
+            if (to == pos) marks.splice(i--, 1);
+            else nextChange = Math.min(to, nextChange);
+          }
+        };
+        var m = 0;
+        while (pos < len) {
+          if (nextChange == pos) advanceMarks();
+          var upto = Math.min(len, nextChange);
+          while (true) {
+            if (text) {
+              var end = pos + text.length;
+              var appliedStyle = style;
+              for (var j = 0; j < marks.length; ++j) {
+                var mark = marks[j];
+                appliedStyle = (appliedStyle ? appliedStyle + " " : "") + mark.marker.style;
+                if (mark.marker.endStyle && mark.to === Math.min(end, upto)) appliedStyle += " " + mark.marker.endStyle;
+                if (mark.marker.startStyle && mark.from === pos) appliedStyle += " " + mark.marker.startStyle;
+              }
+              span(pre, end > upto ? text.slice(0, upto - pos) : text, appliedStyle);
+              if (end >= upto) {text = text.slice(upto - pos); pos = upto; break;}
+              pos = end;
+            }
+            text = st[i++]; style = styleToClass(st[i++]);
+          }
+        }
+      }
+      return pre;
+    },
+    cleanUp: function() {
+      this.parent = null;
+      detachMarkedSpans(this);
+    }
+  };
+
+  // Data structure that holds the sequence of lines.
+  function LeafChunk(lines) {
+    this.lines = lines;
+    this.parent = null;
+    for (var i = 0, e = lines.length, height = 0; i < e; ++i) {
+      lines[i].parent = this;
+      height += lines[i].height;
+    }
+    this.height = height;
+  }
+  LeafChunk.prototype = {
+    chunkSize: function() { return this.lines.length; },
+    remove: function(at, n, callbacks) {
+      for (var i = at, e = at + n; i < e; ++i) {
+        var line = this.lines[i];
+        this.height -= line.height;
+        line.cleanUp();
+        if (line.handlers)
+          for (var j = 0; j < line.handlers.length; ++j) callbacks.push(line.handlers[j]);
+      }
+      this.lines.splice(at, n);
+    },
+    collapse: function(lines) {
+      lines.splice.apply(lines, [lines.length, 0].concat(this.lines));
+    },
+    insertHeight: function(at, lines, height) {
+      this.height += height;
+      this.lines = this.lines.slice(0, at).concat(lines).concat(this.lines.slice(at));
+      for (var i = 0, e = lines.length; i < e; ++i) lines[i].parent = this;
+    },
+    iterN: function(at, n, op) {
+      for (var e = at + n; at < e; ++at)
+        if (op(this.lines[at])) return true;
+    }
+  };
+  function BranchChunk(children) {
+    this.children = children;
+    var size = 0, height = 0;
+    for (var i = 0, e = children.length; i < e; ++i) {
+      var ch = children[i];
+      size += ch.chunkSize(); height += ch.height;
+      ch.parent = this;
+    }
+    this.size = size;
+    this.height = height;
+    this.parent = null;
+  }
+  BranchChunk.prototype = {
+    chunkSize: function() { return this.size; },
+    remove: function(at, n, callbacks) {
+      this.size -= n;
+      for (var i = 0; i < this.children.length; ++i) {
+        var child = this.children[i], sz = child.chunkSize();
+        if (at < sz) {
+          var rm = Math.min(n, sz - at), oldHeight = child.height;
+          child.remove(at, rm, callbacks);
+          this.height -= oldHeight - child.height;
+          if (sz == rm) { this.children.splice(i--, 1); child.parent = null; }
+          if ((n -= rm) == 0) break;
+          at = 0;
+        } else at -= sz;
+      }
+      if (this.size - n < 25) {
+        var lines = [];
+        this.collapse(lines);
+        this.children = [new LeafChunk(lines)];
+        this.children[0].parent = this;
+      }
+    },
+    collapse: function(lines) {
+      for (var i = 0, e = this.children.length; i < e; ++i) this.children[i].collapse(lines);
+    },
+    insert: function(at, lines) {
+      var height = 0;
+      for (var i = 0, e = lines.length; i < e; ++i) height += lines[i].height;
+      this.insertHeight(at, lines, height);
+    },
+    insertHeight: function(at, lines, height) {
+      this.size += lines.length;
+      this.height += height;
+      for (var i = 0, e = this.children.length; i < e; ++i) {
+        var child = this.children[i], sz = child.chunkSize();
+        if (at <= sz) {
+          child.insertHeight(at, lines, height);
+          if (child.lines && child.lines.length > 50) {
+            while (child.lines.length > 50) {
+              var spilled = child.lines.splice(child.lines.length - 25, 25);
+              var newleaf = new LeafChunk(spilled);
+              child.height -= newleaf.height;
+              this.children.splice(i + 1, 0, newleaf);
+              newleaf.parent = this;
+            }
+            this.maybeSpill();
+          }
+          break;
+        }
+        at -= sz;
+      }
+    },
+    maybeSpill: function() {
+      if (this.children.length <= 10) return;
+      var me = this;
+      do {
+        var spilled = me.children.splice(me.children.length - 5, 5);
+        var sibling = new BranchChunk(spilled);
+        if (!me.parent) { // Become the parent node
+          var copy = new BranchChunk(me.children);
+          copy.parent = me;
+          me.children = [copy, sibling];
+          me = copy;
+        } else {
+          me.size -= sibling.size;
+          me.height -= sibling.height;
+          var myIndex = indexOf(me.parent.children, me);
+          me.parent.children.splice(myIndex + 1, 0, sibling);
+        }
+        sibling.parent = me.parent;
+      } while (me.children.length > 10);
+      me.parent.maybeSpill();
+    },
+    iter: function(from, to, op) { this.iterN(from, to - from, op); },
+    iterN: function(at, n, op) {
+      for (var i = 0, e = this.children.length; i < e; ++i) {
+        var child = this.children[i], sz = child.chunkSize();
+        if (at < sz) {
+          var used = Math.min(n, sz - at);
+          if (child.iterN(at, used, op)) return true;
+          if ((n -= used) == 0) break;
+          at = 0;
+        } else at -= sz;
+      }
+    }
+  };
+
+  function getLineAt(chunk, n) {
+    while (!chunk.lines) {
+      for (var i = 0;; ++i) {
+        var child = chunk.children[i], sz = child.chunkSize();
+        if (n < sz) { chunk = child; break; }
+        n -= sz;
+      }
+    }
+    return chunk.lines[n];
+  }
+  function lineNo(line) {
+    if (line.parent == null) return null;
+    var cur = line.parent, no = indexOf(cur.lines, line);
+    for (var chunk = cur.parent; chunk; cur = chunk, chunk = chunk.parent) {
+      for (var i = 0, e = chunk.children.length; ; ++i) {
+        if (chunk.children[i] == cur) break;
+        no += chunk.children[i].chunkSize();
+      }
+    }
+    return no;
+  }
+  function lineAtHeight(chunk, h) {
+    var n = 0;
+    outer: do {
+      for (var i = 0, e = chunk.children.length; i < e; ++i) {
+        var child = chunk.children[i], ch = child.height;
+        if (h < ch) { chunk = child; continue outer; }
+        h -= ch;
+        n += child.chunkSize();
+      }
+      return n;
+    } while (!chunk.lines);
+    for (var i = 0, e = chunk.lines.length; i < e; ++i) {
+      var line = chunk.lines[i], lh = line.height;
+      if (h < lh) break;
+      h -= lh;
+    }
+    return n + i;
+  }
+  function heightAtLine(chunk, n) {
+    var h = 0;
+    outer: do {
+      for (var i = 0, e = chunk.children.length; i < e; ++i) {
+        var child = chunk.children[i], sz = child.chunkSize();
+        if (n < sz) { chunk = child; continue outer; }
+        n -= sz;
+        h += child.height;
+      }
+      return h;
+    } while (!chunk.lines);
+    for (var i = 0; i < n; ++i) h += chunk.lines[i].height;
+    return h;
+  }
+
+  // The history object 'chunks' changes that are made close together
+  // and at almost the same time into bigger undoable units.
+  function History() {
+    this.time = 0;
+    this.done = []; this.undone = [];
+    this.compound = 0;
+    this.closed = false;
+  }
+  History.prototype = {
+    addChange: function(start, added, old, minor) {
+      this.undone.length = 0;
+      var time = +new Date, cur = lst(this.done), last = cur && lst(cur);
+      var dtime = time - this.time;
+
+      if (cur && !this.closed && (this.compound || minor)) {
+        cur.push({start: start, added: added, old: old});
+      } else if (dtime > 400 || !last || this.closed ||
+                 last.start > start + old.length || last.start + last.added < start) {
+        this.done.push([{start: start, added: added, old: old}]);
+        this.closed = false;
+      } else {
+        var startBefore = Math.max(0, last.start - start),
+            endAfter = Math.max(0, (start + old.length) - (last.start + last.added));
+        for (var i = startBefore; i > 0; --i) last.old.unshift(old[i - 1]);
+        for (var i = endAfter; i > 0; --i) last.old.push(old[old.length - i]);
+        if (startBefore) last.start = start;
+        last.added += added - (old.length - startBefore - endAfter);
+      }
+      this.time = time;
+    },
+    startCompound: function() {
+      if (!this.compound++) this.closed = true;
+    },
+    endCompound: function() {
+      if (!--this.compound) this.closed = true;
+    }
+  };
+
+  function stopMethod() {e_stop(this);}
+  // Ensure an event has a stop method.
+  function addStop(event) {
+    if (!event.stop) event.stop = stopMethod;
+    return event;
+  }
+
+  function e_preventDefault(e) {
+    if (e.preventDefault) e.preventDefault();
+    else e.returnValue = false;
+  }
+  function e_stopPropagation(e) {
+    if (e.stopPropagation) e.stopPropagation();
+    else e.cancelBubble = true;
+  }
+  function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
+  CodeMirror.e_stop = e_stop;
+  CodeMirror.e_preventDefault = e_preventDefault;
+  CodeMirror.e_stopPropagation = e_stopPropagation;
+
+  function e_target(e) {return e.target || e.srcElement;}
+  function e_button(e) {
+    var b = e.which;
+    if (b == null) {
+      if (e.button & 1) b = 1;
+      else if (e.button & 2) b = 3;
+      else if (e.button & 4) b = 2;
+    }
+    if (mac && e.ctrlKey && b == 1) b = 3;
+    return b;
+  }
+
+  // Allow 3rd-party code to override event properties by adding an override
+  // object to an event object.
+  function e_prop(e, prop) {
+    var overridden = e.override && e.override.hasOwnProperty(prop);
+    return overridden ? e.override[prop] : e[prop];
+  }
+
+  // Event handler registration. If disconnect is true, it'll return a
+  // function that unregisters the handler.
+  function connect(node, type, handler, disconnect) {
+    if (typeof node.addEventListener == "function") {
+      node.addEventListener(type, handler, false);
+      if (disconnect) return function() {node.removeEventListener(type, handler, false);};
+    } else {
+      var wrapHandler = function(event) {handler(event || window.event);};
+      node.attachEvent("on" + type, wrapHandler);
+      if (disconnect) return function() {node.detachEvent("on" + type, wrapHandler);};
+    }
+  }
+  CodeMirror.connect = connect;
+
+  function Delayed() {this.id = null;}
+  Delayed.prototype = {set: function(ms, f) {clearTimeout(this.id); this.id = setTimeout(f, ms);}};
+
+  var Pass = CodeMirror.Pass = {toString: function(){return "CodeMirror.Pass";}};
+
+  // Detect drag-and-drop
+  var dragAndDrop = function() {
+    // There is *some* kind of drag-and-drop support in IE6-8, but I
+    // couldn't get it to work yet.
+    if (ie_lt9) return false;
+    var div = elt('div');
+    return "draggable" in div || "dragDrop" in div;
+  }();
+
+  // Feature-detect whether newlines in textareas are converted to \r\n
+  var lineSep = function () {
+    var te = elt("textarea");
+    te.value = "foo\nbar";
+    if (te.value.indexOf("\r") > -1) return "\r\n";
+    return "\n";
+  }();
+
+  // For a reason I have yet to figure out, some browsers disallow
+  // word wrapping between certain characters *only* if a new inline
+  // element is started between them. This makes it hard to reliably
+  // measure the position of things, since that requires inserting an
+  // extra span. This terribly fragile set of regexps matches the
+  // character combinations that suffer from this phenomenon on the
+  // various browsers.
+  var spanAffectsWrapping = /^$/; // Won't match any two-character string
+  if (gecko) spanAffectsWrapping = /$'/;
+  else if (safari) spanAffectsWrapping = /\-[^ \-?]|\?[^ !'\"\),.\-\/:;\?\]\}]/;
+  else if (chrome) spanAffectsWrapping = /\-[^ \-\.?]|\?[^ \-\.?\]\}:;!'\"\),\/]|[\.!\"#&%\)*+,:;=>\]|\}~][\(\{\[<]|\$'/;
+
+  // Counts the column offset in a string, taking tabs into account.
+  // Used mostly to find indentation.
+  function countColumn(string, end, tabSize) {
+    if (end == null) {
+      end = string.search(/[^\s\u00a0]/);
+      if (end == -1) end = string.length;
+    }
+    for (var i = 0, n = 0; i < end; ++i) {
+      if (string.charAt(i) == "\t") n += tabSize - (n % tabSize);
+      else ++n;
+    }
+    return n;
+  }
+
+  function eltOffset(node, screen) {
+    // Take the parts of bounding client rect that we are interested in so we are able to edit if need be,
+    // since the returned value cannot be changed externally (they are kept in sync as the element moves within the page)
+    try { var box = node.getBoundingClientRect(); box = { top: box.top, left: box.left }; }
+    catch(e) { box = {top: 0, left: 0}; }
+    if (!screen) {
+      // Get the toplevel scroll, working around browser differences.
+      if (window.pageYOffset == null) {
+        var t = document.documentElement || document.body.parentNode;
+        if (t.scrollTop == null) t = document.body;
+        box.top += t.scrollTop; box.left += t.scrollLeft;
+      } else {
+        box.top += window.pageYOffset; box.left += window.pageXOffset;
+      }
+    }
+    return box;
+  }
+
+  function eltText(node) {
+    return node.textContent || node.innerText || node.nodeValue || "";
+  }
+
+  var spaceStrs = [""];
+  function spaceStr(n) {
+    while (spaceStrs.length <= n)
+      spaceStrs.push(lst(spaceStrs) + " ");
+    return spaceStrs[n];
+  }
+
+  function lst(arr) { return arr[arr.length-1]; }
+
+  function selectInput(node) {
+    if (ios) { // Mobile Safari apparently has a bug where select() is broken.
+      node.selectionStart = 0;
+      node.selectionEnd = node.value.length;
+    } else node.select();
+  }
+
+  // Operations on {line, ch} objects.
+  function posEq(a, b) {return a.line == b.line && a.ch == b.ch;}
+  function posLess(a, b) {return a.line < b.line || (a.line == b.line && a.ch < b.ch);}
+  function copyPos(x) {return {line: x.line, ch: x.ch};}
+
+  function elt(tag, content, className, style) {
+    var e = document.createElement(tag);
+    if (className) e.className = className;
+    if (style) e.style.cssText = style;
+    if (typeof content == "string") setTextContent(e, content);
+    else if (content) for (var i = 0; i < content.length; ++i) e.appendChild(content[i]);
+    return e;
+  }
+  function removeChildren(e) {
+    e.innerHTML = "";
+    return e;
+  }
+  function removeChildrenAndAdd(parent, e) {
+    removeChildren(parent).appendChild(e);
+  }
+  function setTextContent(e, str) {
+    if (ie_lt9) {
+      e.innerHTML = "";
+      e.appendChild(document.createTextNode(str));
+    } else e.textContent = str;
+  }
+
+  // Used to position the cursor after an undo/redo by finding the
+  // last edited character.
+  function editEnd(from, to) {
+    if (!to) return 0;
+    if (!from) return to.length;
+    for (var i = from.length, j = to.length; i >= 0 && j >= 0; --i, --j)
+      if (from.charAt(i) != to.charAt(j)) break;
+    return j + 1;
+  }
+
+  function indexOf(collection, elt) {
+    if (collection.indexOf) return collection.indexOf(elt);
+    for (var i = 0, e = collection.length; i < e; ++i)
+      if (collection[i] == elt) return i;
+    return -1;
+  }
+  function isWordChar(ch) {
+    return /\w/.test(ch) || ch.toUpperCase() != ch.toLowerCase();
+  }
+
+  // See if "".split is the broken IE version, if so, provide an
+  // alternative way to split lines.
+  var splitLines = "\n\nb".split(/\n/).length != 3 ? function(string) {
+    var pos = 0, result = [], l = string.length;
+    while (pos <= l) {
+      var nl = string.indexOf("\n", pos);
+      if (nl == -1) nl = string.length;
+      var line = string.slice(pos, string.charAt(nl - 1) == "\r" ? nl - 1 : nl);
+      var rt = line.indexOf("\r");
+      if (rt != -1) {
+        result.push(line.slice(0, rt));
+        pos += rt + 1;
+      } else {
+        result.push(line);
+        pos = nl + 1;
+      }
+    }
+    return result;
+  } : function(string){return string.split(/\r\n?|\n/);};
+  CodeMirror.splitLines = splitLines;
+
+  var hasSelection = window.getSelection ? function(te) {
+    try { return te.selectionStart != te.selectionEnd; }
+    catch(e) { return false; }
+  } : function(te) {
+    try {var range = te.ownerDocument.selection.createRange();}
+    catch(e) {}
+    if (!range || range.parentElement() != te) return false;
+    return range.compareEndPoints("StartToEnd", range) != 0;
+  };
+
+  CodeMirror.defineMode("null", function() {
+    return {token: function(stream) {stream.skipToEnd();}};
+  });
+  CodeMirror.defineMIME("text/plain", "null");
+
+  var keyNames = {3: "Enter", 8: "Backspace", 9: "Tab", 13: "Enter", 16: "Shift", 17: "Ctrl", 18: "Alt",
+                  19: "Pause", 20: "CapsLock", 27: "Esc", 32: "Space", 33: "PageUp", 34: "PageDown", 35: "End",
+                  36: "Home", 37: "Left", 38: "Up", 39: "Right", 40: "Down", 44: "PrintScrn", 45: "Insert",
+                  46: "Delete", 59: ";", 91: "Mod", 92: "Mod", 93: "Mod", 109: "-", 107: "=", 127: "Delete",
+                  186: ";", 187: "=", 188: ",", 189: "-", 190: ".", 191: "/", 192: "`", 219: "[", 220: "\\",
+                  221: "]", 222: "'", 63276: "PageUp", 63277: "PageDown", 63275: "End", 63273: "Home",
+                  63234: "Left", 63232: "Up", 63235: "Right", 63233: "Down", 63302: "Insert", 63272: "Delete"};
+  CodeMirror.keyNames = keyNames;
+  (function() {
+    // Number keys
+    for (var i = 0; i < 10; i++) keyNames[i + 48] = String(i);
+    // Alphabetic keys
+    for (var i = 65; i <= 90; i++) keyNames[i] = String.fromCharCode(i);
+    // Function keys
+    for (var i = 1; i <= 12; i++) keyNames[i + 111] = keyNames[i + 63235] = "F" + i;
+  })();
+
+  CodeMirror.version = "2.34 +";
+
+  return CodeMirror;
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/closetag.js b/components/originalComponents/static/admin/codemirror/lib/util/closetag.js
new file mode 100755
index 00000000..50966784
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/closetag.js
@@ -0,0 +1,164 @@
+/**
+ * Tag-closer extension for CodeMirror.
+ *
+ * This extension adds a "closeTag" utility function that can be used with key bindings to 
+ * insert a matching end tag after the ">" character of a start tag has been typed.  It can
+ * also complete "</" if a matching start tag is found.  It will correctly ignore signal
+ * characters for empty tags, comments, CDATA, etc.
+ *
+ * The function depends on internal parser state to identify tags.  It is compatible with the
+ * following CodeMirror modes and will ignore all others:
+ * - htmlmixed
+ * - xml
+ *
+ * See demos/closetag.html for a usage example.
+ * 
+ * @author Nathan Williams <nathan@nlwillia.net>
+ * Contributed under the same license terms as CodeMirror.
+ */
+(function() {
+	/** Option that allows tag closing behavior to be toggled.  Default is true. */
+	CodeMirror.defaults['closeTagEnabled'] = true;
+	
+	/** Array of tag names to add indentation after the start tag for.  Default is the list of block-level html tags. */
+	CodeMirror.defaults['closeTagIndent'] = ['applet', 'blockquote', 'body', 'button', 'div', 'dl', 'fieldset', 'form', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'html', 'iframe', 'layer', 'legend', 'object', 'ol', 'p', 'select', 'table', 'ul'];
+
+	/** Array of tag names where an end tag is forbidden. */
+	CodeMirror.defaults['closeTagVoid'] = ['area', 'base', 'br', 'col', 'command', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'meta', 'param', 'source', 'track', 'wbr'];
+
+	function innerState(cm, state) {
+		return CodeMirror.innerMode(cm.getMode(), state).state;
+	}
+
+
+	/**
+	 * Call during key processing to close tags.  Handles the key event if the tag is closed, otherwise throws CodeMirror.Pass.
+	 * - cm: The editor instance.
+	 * - ch: The character being processed.
+	 * - indent: Optional.  An array of tag names to indent when closing.  Omit or pass true to use the default indentation tag list defined in the 'closeTagIndent' option.
+	 *   Pass false to disable indentation.  Pass an array to override the default list of tag names.
+	 * - vd: Optional.  An array of tag names that should not be closed.  Omit to use the default void (end tag forbidden) tag list defined in the 'closeTagVoid' option.  Ignored in xml mode.
+	 */
+	CodeMirror.defineExtension("closeTag", function(cm, ch, indent, vd) {
+		if (!cm.getOption('closeTagEnabled')) {
+			throw CodeMirror.Pass;
+		}
+		
+		/*
+		 * Relevant structure of token:
+		 *
+		 * htmlmixed
+		 * 		className
+		 * 		state
+		 * 			htmlState
+		 * 				type
+		 *				tagName
+		 * 				context
+		 * 					tagName
+		 * 			mode
+		 * 
+		 * xml
+		 * 		className
+		 * 		state
+		 * 			tagName
+		 * 			type
+		 */
+		
+		var pos = cm.getCursor();
+		var tok = cm.getTokenAt(pos);
+		var state = innerState(cm, tok.state);
+
+		if (state) {
+			
+			if (ch == '>') {
+				var type = state.type;
+				
+				if (tok.className == 'tag' && type == 'closeTag') {
+					throw CodeMirror.Pass; // Don't process the '>' at the end of an end-tag.
+				}
+			
+				cm.replaceSelection('>'); // Mode state won't update until we finish the tag.
+				pos = {line: pos.line, ch: pos.ch + 1};
+				cm.setCursor(pos);
+		
+				tok = cm.getTokenAt(cm.getCursor());
+				state = innerState(cm, tok.state);
+				if (!state) throw CodeMirror.Pass;
+				var type = state.type;
+
+				if (tok.className == 'tag' && type != 'selfcloseTag') {
+					var tagName = state.tagName;
+					if (tagName.length > 0 && shouldClose(cm, vd, tagName)) {
+						insertEndTag(cm, indent, pos, tagName);
+					}
+					return;
+				}
+				
+				// Undo the '>' insert and allow cm to handle the key instead.
+				cm.setSelection({line: pos.line, ch: pos.ch - 1}, pos);
+				cm.replaceSelection("");
+			
+			} else if (ch == '/') {
+				if (tok.className == 'tag' && tok.string == '<') {
+					var ctx = state.context, tagName = ctx ? ctx.tagName : '';
+					if (tagName.length > 0) {
+						completeEndTag(cm, pos, tagName);
+						return;
+					}
+				}
+			}
+		
+		}
+		
+		throw CodeMirror.Pass; // Bubble if not handled
+	});
+
+	function insertEndTag(cm, indent, pos, tagName) {
+		if (shouldIndent(cm, indent, tagName)) {
+			cm.replaceSelection('\n\n</' + tagName + '>', 'end');
+			cm.indentLine(pos.line + 1);
+			cm.indentLine(pos.line + 2);
+			cm.setCursor({line: pos.line + 1, ch: cm.getLine(pos.line + 1).length});
+		} else {
+			cm.replaceSelection('</' + tagName + '>');
+			cm.setCursor(pos);
+		}
+	}
+	
+	function shouldIndent(cm, indent, tagName) {
+		if (typeof indent == 'undefined' || indent == null || indent == true) {
+			indent = cm.getOption('closeTagIndent');
+		}
+		if (!indent) {
+			indent = [];
+		}
+		return indexOf(indent, tagName.toLowerCase()) != -1;
+	}
+	
+	function shouldClose(cm, vd, tagName) {
+		if (cm.getOption('mode') == 'xml') {
+			return true; // always close xml tags
+		}
+		if (typeof vd == 'undefined' || vd == null) {
+			vd = cm.getOption('closeTagVoid');
+		}
+		if (!vd) {
+			vd = [];
+		}
+		return indexOf(vd, tagName.toLowerCase()) == -1;
+	}
+	
+	// C&P from codemirror.js...would be nice if this were visible to utilities.
+	function indexOf(collection, elt) {
+		if (collection.indexOf) return collection.indexOf(elt);
+		for (var i = 0, e = collection.length; i < e; ++i)
+			if (collection[i] == elt) return i;
+		return -1;
+	}
+
+	function completeEndTag(cm, pos, tagName) {
+		cm.replaceSelection('/' + tagName + '>');
+		cm.setCursor({line: pos.line, ch: pos.ch + tagName.length + 2 });
+	}
+	
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/dialog.css b/components/originalComponents/static/admin/codemirror/lib/util/dialog.css
new file mode 100755
index 00000000..8c4f8479
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/dialog.css
@@ -0,0 +1,27 @@
+.CodeMirror-dialog {
+  position: relative;
+}
+
+.CodeMirror-dialog > div {
+  position: absolute;
+  top: 0; left: 0; right: 0;
+  background: white;
+  border-bottom: 1px solid #eee;
+  z-index: 15;
+  padding: .1em .8em;
+  overflow: hidden;
+  color: #333;
+}
+
+.CodeMirror-dialog input {
+  border: none;
+  outline: none;
+  background: transparent;
+  width: 20em;
+  color: inherit;
+  font-family: monospace;
+}
+
+.CodeMirror-dialog button {
+  font-size: 70%;
+}
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/dialog.js b/components/originalComponents/static/admin/codemirror/lib/util/dialog.js
new file mode 100755
index 00000000..7aad7eae
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/dialog.js
@@ -0,0 +1,70 @@
+// Open simple dialogs on top of an editor. Relies on dialog.css.
+
+(function() {
+  function dialogDiv(cm, template) {
+    var wrap = cm.getWrapperElement();
+    var dialog = wrap.insertBefore(document.createElement("div"), wrap.firstChild);
+    dialog.className = "CodeMirror-dialog";
+    dialog.innerHTML = '<div>' + template + '</div>';
+    return dialog;
+  }
+
+  CodeMirror.defineExtension("openDialog", function(template, callback) {
+    var dialog = dialogDiv(this, template);
+    var closed = false, me = this;
+    function close() {
+      if (closed) return;
+      closed = true;
+      dialog.parentNode.removeChild(dialog);
+    }
+    var inp = dialog.getElementsByTagName("input")[0], button;
+    if (inp) {
+      CodeMirror.connect(inp, "keydown", function(e) {
+        if (e.keyCode == 13 || e.keyCode == 27) {
+          CodeMirror.e_stop(e);
+          close();
+          me.focus();
+          if (e.keyCode == 13) callback(inp.value);
+        }
+      });
+      inp.focus();
+      CodeMirror.connect(inp, "blur", close);
+    } else if (button = dialog.getElementsByTagName("button")[0]) {
+      CodeMirror.connect(button, "click", function() {
+        close();
+        me.focus();
+      });
+      button.focus();
+      CodeMirror.connect(button, "blur", close);
+    }
+    return close;
+  });
+
+  CodeMirror.defineExtension("openConfirm", function(template, callbacks) {
+    var dialog = dialogDiv(this, template);
+    var buttons = dialog.getElementsByTagName("button");
+    var closed = false, me = this, blurring = 1;
+    function close() {
+      if (closed) return;
+      closed = true;
+      dialog.parentNode.removeChild(dialog);
+      me.focus();
+    }
+    buttons[0].focus();
+    for (var i = 0; i < buttons.length; ++i) {
+      var b = buttons[i];
+      (function(callback) {
+        CodeMirror.connect(b, "click", function(e) {
+          CodeMirror.e_preventDefault(e);
+          close();
+          if (callback) callback(me);
+        });
+      })(callbacks[i]);
+      CodeMirror.connect(b, "blur", function() {
+        --blurring;
+        setTimeout(function() { if (blurring <= 0) close(); }, 200);
+      });
+      CodeMirror.connect(b, "focus", function() { ++blurring; });
+    }
+  });
+})();
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/foldcode.js b/components/originalComponents/static/admin/codemirror/lib/util/foldcode.js
new file mode 100755
index 00000000..02cfb50a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/foldcode.js
@@ -0,0 +1,196 @@
+// the tagRangeFinder function is
+//   Copyright (C) 2011 by Daniel Glazman <daniel@glazman.org>
+// released under the MIT license (../../LICENSE) like the rest of CodeMirror
+CodeMirror.tagRangeFinder = function(cm, line, hideEnd) {
+  var nameStartChar = "A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD";
+  var nameChar = nameStartChar + "\-\:\.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040";
+  var xmlNAMERegExp = new RegExp("^[" + nameStartChar + "][" + nameChar + "]*");
+
+  var lineText = cm.getLine(line);
+  var found = false;
+  var tag = null;
+  var pos = 0;
+  while (!found) {
+    pos = lineText.indexOf("<", pos);
+    if (-1 == pos) // no tag on line
+      return;
+    if (pos + 1 < lineText.length && lineText[pos + 1] == "/") { // closing tag
+      pos++;
+      continue;
+    }
+    // ok we weem to have a start tag
+    if (!lineText.substr(pos + 1).match(xmlNAMERegExp)) { // not a tag name...
+      pos++;
+      continue;
+    }
+    var gtPos = lineText.indexOf(">", pos + 1);
+    if (-1 == gtPos) { // end of start tag not in line
+      var l = line + 1;
+      var foundGt = false;
+      var lastLine = cm.lineCount();
+      while (l < lastLine && !foundGt) {
+        var lt = cm.getLine(l);
+        var gt = lt.indexOf(">");
+        if (-1 != gt) { // found a >
+          foundGt = true;
+          var slash = lt.lastIndexOf("/", gt);
+          if (-1 != slash && slash < gt) {
+            var str = lineText.substr(slash, gt - slash + 1);
+            if (!str.match( /\/\s*\>/ )) { // yep, that's the end of empty tag
+              if (hideEnd === true) l++;
+              return l;
+            }
+          }
+        }
+        l++;
+      }
+      found = true;
+    }
+    else {
+      var slashPos = lineText.lastIndexOf("/", gtPos);
+      if (-1 == slashPos) { // cannot be empty tag
+        found = true;
+        // don't continue
+      }
+      else { // empty tag?
+        // check if really empty tag
+        var str = lineText.substr(slashPos, gtPos - slashPos + 1);
+        if (!str.match( /\/\s*\>/ )) { // finally not empty
+          found = true;
+          // don't continue
+        }
+      }
+    }
+    if (found) {
+      var subLine = lineText.substr(pos + 1);
+      tag = subLine.match(xmlNAMERegExp);
+      if (tag) {
+        // we have an element name, wooohooo !
+        tag = tag[0];
+        // do we have the close tag on same line ???
+        if (-1 != lineText.indexOf("</" + tag + ">", pos)) // yep
+        {
+          found = false;
+        }
+        // we don't, so we have a candidate...
+      }
+      else
+        found = false;
+    }
+    if (!found)
+      pos++;
+  }
+
+  if (found) {
+    var startTag = "(\\<\\/" + tag + "\\>)|(\\<" + tag + "\\>)|(\\<" + tag + "\\s)|(\\<" + tag + "$)";
+    var startTagRegExp = new RegExp(startTag, "g");
+    var endTag = "</" + tag + ">";
+    var depth = 1;
+    var l = line + 1;
+    var lastLine = cm.lineCount();
+    while (l < lastLine) {
+      lineText = cm.getLine(l);
+      var match = lineText.match(startTagRegExp);
+      if (match) {
+        for (var i = 0; i < match.length; i++) {
+          if (match[i] == endTag)
+            depth--;
+          else
+            depth++;
+          if (!depth) {
+            if (hideEnd === true) l++;
+            return l;
+          }
+        }
+      }
+      l++;
+    }
+    return;
+  }
+};
+
+CodeMirror.braceRangeFinder = function(cm, line, hideEnd) {
+  var lineText = cm.getLine(line), at = lineText.length, startChar, tokenType;
+  for (;;) {
+    var found = lineText.lastIndexOf("{", at);
+    if (found < 0) break;
+    tokenType = cm.getTokenAt({line: line, ch: found}).className;
+    if (!/^(comment|string)/.test(tokenType)) { startChar = found; break; }
+    at = found - 1;
+  }
+  if (startChar == null || lineText.lastIndexOf("}") > startChar) return;
+  var count = 1, lastLine = cm.lineCount(), end;
+  outer: for (var i = line + 1; i < lastLine; ++i) {
+    var text = cm.getLine(i), pos = 0;
+    for (;;) {
+      var nextOpen = text.indexOf("{", pos), nextClose = text.indexOf("}", pos);
+      if (nextOpen < 0) nextOpen = text.length;
+      if (nextClose < 0) nextClose = text.length;
+      pos = Math.min(nextOpen, nextClose);
+      if (pos == text.length) break;
+      if (cm.getTokenAt({line: i, ch: pos + 1}).className == tokenType) {
+        if (pos == nextOpen) ++count;
+        else if (!--count) { end = i; break outer; }
+      }
+      ++pos;
+    }
+  }
+  if (end == null || end == line + 1) return;
+  if (hideEnd === true) end++;
+  return end;
+};
+
+CodeMirror.indentRangeFinder = function(cm, line) {
+  var tabSize = cm.getOption("tabSize");
+  var myIndent = cm.getLineHandle(line).indentation(tabSize), last;
+  for (var i = line + 1, end = cm.lineCount(); i < end; ++i) {
+    var handle = cm.getLineHandle(i);
+    if (!/^\s*$/.test(handle.text)) {
+      if (handle.indentation(tabSize) <= myIndent) break;
+      last = i;
+    }
+  }
+  if (!last) return null;
+  return last + 1;
+};
+
+CodeMirror.newFoldFunction = function(rangeFinder, markText, hideEnd) {
+  var folded = [];
+  if (markText == null) markText = '<div style="position: absolute; left: 2px; color:#600">&#x25bc;</div>%N%';
+
+  function isFolded(cm, n) {
+    for (var i = 0; i < folded.length; ++i) {
+      var start = cm.lineInfo(folded[i].start);
+      if (!start) folded.splice(i--, 1);
+      else if (start.line == n) return {pos: i, region: folded[i]};
+    }
+  }
+
+  function expand(cm, region) {
+    cm.clearMarker(region.start);
+    for (var i = 0; i < region.hidden.length; ++i)
+      cm.showLine(region.hidden[i]);
+  }
+
+  return function(cm, line) {
+    cm.operation(function() {
+      var known = isFolded(cm, line);
+      if (known) {
+        folded.splice(known.pos, 1);
+        expand(cm, known.region);
+      } else {
+        var end = rangeFinder(cm, line, hideEnd);
+        if (end == null) return;
+        var hidden = [];
+        for (var i = line + 1; i < end; ++i) {
+          var handle = cm.hideLine(i);
+          if (handle) hidden.push(handle);
+        }
+        var first = cm.setMarker(line, markText);
+        var region = {start: first, hidden: hidden};
+        cm.onDeleteLine(first, function() { expand(cm, region); });
+        folded.push(region);
+      }
+    });
+  };
+};
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/formatting.js b/components/originalComponents/static/admin/codemirror/lib/util/formatting.js
new file mode 100755
index 00000000..2c502b25
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/formatting.js
@@ -0,0 +1,193 @@
+// ============== Formatting extensions ============================
+(function() {
+  // Define extensions for a few modes
+  CodeMirror.extendMode("css", {
+    commentStart: "/*",
+    commentEnd: "*/",
+    wordWrapChars: [";", "\\{", "\\}"],
+    autoFormatLineBreaks: function (text) {
+      return text.replace(new RegExp("(;|\\{|\\})([^\r\n])", "g"), "$1\n$2");
+    }
+  });
+
+  function jsNonBreakableBlocks(text) {
+    var nonBreakableRegexes = [/for\s*?\((.*?)\)/,
+                               /\"(.*?)(\"|$)/,
+                               /\'(.*?)(\'|$)/,
+                               /\/\*(.*?)(\*\/|$)/,
+                               /\/\/.*/];
+    var nonBreakableBlocks = [];
+    for (var i = 0; i < nonBreakableRegexes.length; i++) {
+      var curPos = 0;
+      while (curPos < text.length) {
+        var m = text.substr(curPos).match(nonBreakableRegexes[i]);
+        if (m != null) {
+          nonBreakableBlocks.push({
+            start: curPos + m.index,
+            end: curPos + m.index + m[0].length
+          });
+          curPos += m.index + Math.max(1, m[0].length);
+        }
+        else { // No more matches
+          break;
+        }
+      }
+    }
+    nonBreakableBlocks.sort(function (a, b) {
+      return a.start - b.start;
+    });
+
+    return nonBreakableBlocks;
+  }
+
+  CodeMirror.extendMode("javascript", {
+    commentStart: "/*",
+    commentEnd: "*/",
+    wordWrapChars: [";", "\\{", "\\}"],
+
+    autoFormatLineBreaks: function (text) {
+      var curPos = 0;
+      var reLinesSplitter = /(;|\{|\})([^\r\n;])/g;
+      var nonBreakableBlocks = jsNonBreakableBlocks(text);
+      if (nonBreakableBlocks != null) {
+        var res = "";
+        for (var i = 0; i < nonBreakableBlocks.length; i++) {
+          if (nonBreakableBlocks[i].start > curPos) { // Break lines till the block
+            res += text.substring(curPos, nonBreakableBlocks[i].start).replace(reLinesSplitter, "$1\n$2");
+            curPos = nonBreakableBlocks[i].start;
+          }
+          if (nonBreakableBlocks[i].start <= curPos
+              && nonBreakableBlocks[i].end >= curPos) { // Skip non-breakable block
+            res += text.substring(curPos, nonBreakableBlocks[i].end);
+            curPos = nonBreakableBlocks[i].end;
+          }
+        }
+        if (curPos < text.length)
+          res += text.substr(curPos).replace(reLinesSplitter, "$1\n$2");
+        return res;
+      } else {
+        return text.replace(reLinesSplitter, "$1\n$2");
+      }
+    }
+  });
+
+  CodeMirror.extendMode("xml", {
+    commentStart: "<!--",
+    commentEnd: "-->",
+    wordWrapChars: [">"],
+
+    autoFormatLineBreaks: function (text) {
+      var lines = text.split("\n");
+      var reProcessedPortion = new RegExp("(^\\s*?<|^[^<]*?)(.+)(>\\s*?$|[^>]*?$)");
+      var reOpenBrackets = new RegExp("<", "g");
+      var reCloseBrackets = new RegExp("(>)([^\r\n])", "g");
+      for (var i = 0; i < lines.length; i++) {
+        var mToProcess = lines[i].match(reProcessedPortion);
+        if (mToProcess != null && mToProcess.length > 3) { // The line starts with whitespaces and ends with whitespaces
+          lines[i] = mToProcess[1]
+            + mToProcess[2].replace(reOpenBrackets, "\n$&").replace(reCloseBrackets, "$1\n$2")
+            + mToProcess[3];
+          continue;
+        }
+      }
+      return lines.join("\n");
+    }
+  });
+
+  function localModeAt(cm, pos) {
+    return CodeMirror.innerMode(cm.getMode(), cm.getTokenAt(pos).state).mode;
+  }
+
+  function enumerateModesBetween(cm, line, start, end) {
+    var outer = cm.getMode(), text = cm.getLine(line);
+    if (end == null) end = text.length;
+    if (!outer.innerMode) return [{from: start, to: end, mode: outer}];
+    var state = cm.getTokenAt({line: line, ch: start}).state;
+    var mode = CodeMirror.innerMode(outer, state).mode;
+    var found = [], stream = new CodeMirror.StringStream(text);
+    stream.pos = stream.start = start;
+    for (;;) {
+      outer.token(stream, state);
+      var curMode = CodeMirror.innerMode(outer, state).mode;
+      if (curMode != mode) {
+        var cut = stream.start;
+        // Crappy heuristic to deal with the fact that a change in
+        // mode can occur both at the end and the start of a token,
+        // and we don't know which it was.
+        if (mode.name == "xml" && text.charAt(stream.pos - 1) == ">") cut = stream.pos;
+        found.push({from: start, to: cut, mode: mode});
+        start = cut;
+        mode = curMode;
+      }
+      if (stream.pos >= end) break;
+      stream.start = stream.pos;
+    }
+    if (start < end) found.push({from: start, to: end, mode: mode});
+    return found;
+  }
+
+  // Comment/uncomment the specified range
+  CodeMirror.defineExtension("commentRange", function (isComment, from, to) {
+    var curMode = localModeAt(this, from), cm = this;
+    this.operation(function() {
+      if (isComment) { // Comment range
+        cm.replaceRange(curMode.commentEnd, to);
+        cm.replaceRange(curMode.commentStart, from);
+        if (from.line == to.line && from.ch == to.ch) // An empty comment inserted - put cursor inside
+          cm.setCursor(from.line, from.ch + curMode.commentStart.length);
+      } else { // Uncomment range
+        var selText = cm.getRange(from, to);
+        var startIndex = selText.indexOf(curMode.commentStart);
+        var endIndex = selText.lastIndexOf(curMode.commentEnd);
+        if (startIndex > -1 && endIndex > -1 && endIndex > startIndex) {
+          // Take string till comment start
+          selText = selText.substr(0, startIndex)
+          // From comment start till comment end
+            + selText.substring(startIndex + curMode.commentStart.length, endIndex)
+          // From comment end till string end
+            + selText.substr(endIndex + curMode.commentEnd.length);
+        }
+        cm.replaceRange(selText, from, to);
+      }
+    });
+  });
+
+  // Applies automatic mode-aware indentation to the specified range
+  CodeMirror.defineExtension("autoIndentRange", function (from, to) {
+    var cmInstance = this;
+    this.operation(function () {
+      for (var i = from.line; i <= to.line; i++) {
+        cmInstance.indentLine(i, "smart");
+      }
+    });
+  });
+
+  // Applies automatic formatting to the specified range
+  CodeMirror.defineExtension("autoFormatRange", function (from, to) {
+    var cm = this;
+    cm.operation(function () {
+      for (var cur = from.line, end = to.line; cur <= end; ++cur) {
+        var f = {line: cur, ch: cur == from.line ? from.ch : 0};
+        var t = {line: cur, ch: cur == end ? to.ch : null};
+        var modes = enumerateModesBetween(cm, cur, f.ch, t.ch), mangled = "";
+        var text = cm.getRange(f, t);
+        for (var i = 0; i < modes.length; ++i) {
+          var part = modes.length > 1 ? text.slice(modes[i].from, modes[i].to) : text;
+          if (mangled) mangled += "\n";
+          if (modes[i].mode.autoFormatLineBreaks) {
+            mangled += modes[i].mode.autoFormatLineBreaks(part);
+          } else mangled += text;
+        }
+        if (mangled != text) {
+          for (var count = 0, pos = mangled.indexOf("\n"); pos != -1; pos = mangled.indexOf("\n", pos + 1), ++count) {}
+          cm.replaceRange(mangled, f, t);
+          cur += count;
+          end += count;
+        }
+      }
+      for (var cur = from.line + 1; cur <= end; ++cur)
+        cm.indentLine(cur, "smart");
+      cm.setSelection(from, cm.getCursor(false));
+    });
+  });
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/javascript-hint.js b/components/originalComponents/static/admin/codemirror/lib/util/javascript-hint.js
new file mode 100755
index 00000000..ff15adb3
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/javascript-hint.js
@@ -0,0 +1,134 @@
+(function () {
+  function forEach(arr, f) {
+    for (var i = 0, e = arr.length; i < e; ++i) f(arr[i]);
+  }
+  
+  function arrayContains(arr, item) {
+    if (!Array.prototype.indexOf) {
+      var i = arr.length;
+      while (i--) {
+        if (arr[i] === item) {
+          return true;
+        }
+      }
+      return false;
+    }
+    return arr.indexOf(item) != -1;
+  }
+
+  function scriptHint(editor, keywords, getToken) {
+    // Find the token at the cursor
+    var cur = editor.getCursor(), token = getToken(editor, cur), tprop = token;
+    // If it's not a 'word-style' token, ignore the token.
+		if (!/^[\w$_]*$/.test(token.string)) {
+      token = tprop = {start: cur.ch, end: cur.ch, string: "", state: token.state,
+                       className: token.string == "." ? "property" : null};
+    }
+    // If it is a property, find out what it is a property of.
+    while (tprop.className == "property") {
+      tprop = getToken(editor, {line: cur.line, ch: tprop.start});
+      if (tprop.string != ".") return;
+      tprop = getToken(editor, {line: cur.line, ch: tprop.start});
+      if (tprop.string == ')') {
+        var level = 1;
+        do {
+          tprop = getToken(editor, {line: cur.line, ch: tprop.start});
+          switch (tprop.string) {
+          case ')': level++; break;
+          case '(': level--; break;
+          default: break;
+          }
+        } while (level > 0);
+        tprop = getToken(editor, {line: cur.line, ch: tprop.start});
+				if (tprop.className == 'variable')
+					tprop.className = 'function';
+				else return; // no clue
+      }
+      if (!context) var context = [];
+      context.push(tprop);
+    }
+    return {list: getCompletions(token, context, keywords),
+            from: {line: cur.line, ch: token.start},
+            to: {line: cur.line, ch: token.end}};
+  }
+
+  CodeMirror.javascriptHint = function(editor) {
+    return scriptHint(editor, javascriptKeywords,
+                      function (e, cur) {return e.getTokenAt(cur);});
+  };
+
+  function getCoffeeScriptToken(editor, cur) {
+  // This getToken, it is for coffeescript, imitates the behavior of
+  // getTokenAt method in javascript.js, that is, returning "property"
+  // type and treat "." as indepenent token.
+    var token = editor.getTokenAt(cur);
+    if (cur.ch == token.start + 1 && token.string.charAt(0) == '.') {
+      token.end = token.start;
+      token.string = '.';
+      token.className = "property";
+    }
+    else if (/^\.[\w$_]*$/.test(token.string)) {
+      token.className = "property";
+      token.start++;
+      token.string = token.string.replace(/\./, '');
+    }
+    return token;
+  }
+
+  CodeMirror.coffeescriptHint = function(editor) {
+    return scriptHint(editor, coffeescriptKeywords, getCoffeeScriptToken);
+  };
+
+  var stringProps = ("charAt charCodeAt indexOf lastIndexOf substring substr slice trim trimLeft trimRight " +
+                     "toUpperCase toLowerCase split concat match replace search").split(" ");
+  var arrayProps = ("length concat join splice push pop shift unshift slice reverse sort indexOf " +
+                    "lastIndexOf every some filter forEach map reduce reduceRight ").split(" ");
+  var funcProps = "prototype apply call bind".split(" ");
+  var javascriptKeywords = ("break case catch continue debugger default delete do else false finally for function " +
+                  "if in instanceof new null return switch throw true try typeof var void while with").split(" ");
+  var coffeescriptKeywords = ("and break catch class continue delete do else extends false finally for " +
+                  "if in instanceof isnt new no not null of off on or return switch then throw true try typeof until void while with yes").split(" ");
+
+  function getCompletions(token, context, keywords) {
+    var found = [], start = token.string;
+    function maybeAdd(str) {
+      if (str.indexOf(start) == 0 && !arrayContains(found, str)) found.push(str);
+    }
+    function gatherCompletions(obj) {
+      if (typeof obj == "string") forEach(stringProps, maybeAdd);
+      else if (obj instanceof Array) forEach(arrayProps, maybeAdd);
+      else if (obj instanceof Function) forEach(funcProps, maybeAdd);
+      for (var name in obj) maybeAdd(name);
+    }
+
+    if (context) {
+      // If this is a property, see if it belongs to some object we can
+      // find in the current environment.
+      var obj = context.pop(), base;
+      if (obj.className == "variable")
+        base = window[obj.string];
+      else if (obj.className == "string")
+        base = "";
+      else if (obj.className == "atom")
+        base = 1;
+      else if (obj.className == "function") {
+        if (window.jQuery != null && (obj.string == '$' || obj.string == 'jQuery') &&
+            (typeof window.jQuery == 'function'))
+          base = window.jQuery();
+        else if (window._ != null && (obj.string == '_') && (typeof window._ == 'function'))
+          base = window._();
+      }
+      while (base != null && context.length)
+        base = base[context.pop().string];
+      if (base != null) gatherCompletions(base);
+    }
+    else {
+      // If not, just look in the window object and any local scope
+      // (reading into JS mode internals to get at the local variables)
+      for (var v = token.state.localVars; v; v = v.next) maybeAdd(v.name);
+      gatherCompletions(window);
+      forEach(keywords, maybeAdd);
+    }
+    return found;
+  }
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/loadmode.js b/components/originalComponents/static/admin/codemirror/lib/util/loadmode.js
new file mode 100755
index 00000000..60fafbb1
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/loadmode.js
@@ -0,0 +1,51 @@
+(function() {
+  if (!CodeMirror.modeURL) CodeMirror.modeURL = "../mode/%N/%N.js";
+
+  var loading = {};
+  function splitCallback(cont, n) {
+    var countDown = n;
+    return function() { if (--countDown == 0) cont(); };
+  }
+  function ensureDeps(mode, cont) {
+    var deps = CodeMirror.modes[mode].dependencies;
+    if (!deps) return cont();
+    var missing = [];
+    for (var i = 0; i < deps.length; ++i) {
+      if (!CodeMirror.modes.hasOwnProperty(deps[i]))
+        missing.push(deps[i]);
+    }
+    if (!missing.length) return cont();
+    var split = splitCallback(cont, missing.length);
+    for (var i = 0; i < missing.length; ++i)
+      CodeMirror.requireMode(missing[i], split);
+  }
+
+  CodeMirror.requireMode = function(mode, cont) {
+    if (typeof mode != "string") mode = mode.name;
+    if (CodeMirror.modes.hasOwnProperty(mode)) return ensureDeps(mode, cont);
+    if (loading.hasOwnProperty(mode)) return loading[mode].push(cont);
+
+    var script = document.createElement("script");
+    script.src = CodeMirror.modeURL.replace(/%N/g, mode);
+    var others = document.getElementsByTagName("script")[0];
+    others.parentNode.insertBefore(script, others);
+    var list = loading[mode] = [cont];
+    var count = 0, poll = setInterval(function() {
+      if (++count > 100) return clearInterval(poll);
+      if (CodeMirror.modes.hasOwnProperty(mode)) {
+        clearInterval(poll);
+        loading[mode] = null;
+        ensureDeps(mode, function() {
+          for (var i = 0; i < list.length; ++i) list[i]();
+        });
+      }
+    }, 200);
+  };
+
+  CodeMirror.autoLoadMode = function(instance, mode) {
+    if (!CodeMirror.modes.hasOwnProperty(mode))
+      CodeMirror.requireMode(mode, function() {
+        instance.setOption("mode", instance.getOption("mode"));
+      });
+  };
+}());
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/match-highlighter.js b/components/originalComponents/static/admin/codemirror/lib/util/match-highlighter.js
new file mode 100755
index 00000000..59098ff8
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/match-highlighter.js
@@ -0,0 +1,44 @@
+// Define match-highlighter commands. Depends on searchcursor.js
+// Use by attaching the following function call to the onCursorActivity event:
+	//myCodeMirror.matchHighlight(minChars);
+// And including a special span.CodeMirror-matchhighlight css class (also optionally a separate one for .CodeMirror-focused -- see demo matchhighlighter.html)
+
+(function() {
+  var DEFAULT_MIN_CHARS = 2;
+  
+  function MatchHighlightState() {
+	this.marked = [];
+  }
+  function getMatchHighlightState(cm) {
+	return cm._matchHighlightState || (cm._matchHighlightState = new MatchHighlightState());
+  }
+  
+  function clearMarks(cm) {
+	var state = getMatchHighlightState(cm);
+	for (var i = 0; i < state.marked.length; ++i)
+		state.marked[i].clear();
+	state.marked = [];
+  }
+  
+  function markDocument(cm, className, minChars) {
+    clearMarks(cm);
+	minChars = (typeof minChars !== 'undefined' ? minChars : DEFAULT_MIN_CHARS);
+	if (cm.somethingSelected() && cm.getSelection().replace(/^\s+|\s+$/g, "").length >= minChars) {
+		var state = getMatchHighlightState(cm);
+		var query = cm.getSelection();
+		cm.operation(function() {
+			if (cm.lineCount() < 2000) { // This is too expensive on big documents.
+			  for (var cursor = cm.getSearchCursor(query); cursor.findNext();) {
+				//Only apply matchhighlight to the matches other than the one actually selected
+				if (!(cursor.from().line === cm.getCursor(true).line && cursor.from().ch === cm.getCursor(true).ch))
+					state.marked.push(cm.markText(cursor.from(), cursor.to(), className));
+			  }
+			}
+		  });
+	}
+  }
+
+  CodeMirror.defineExtension("matchHighlight", function(className, minChars) {
+    markDocument(this, className, minChars);
+  });
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/multiplex.js b/components/originalComponents/static/admin/codemirror/lib/util/multiplex.js
new file mode 100755
index 00000000..21473083
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/multiplex.js
@@ -0,0 +1,77 @@
+CodeMirror.multiplexingMode = function(outer /*, others */) {
+  // Others should be {open, close, mode [, delimStyle]} objects
+  var others = Array.prototype.slice.call(arguments, 1);
+  var n_others = others.length;
+
+  function indexOf(string, pattern, from) {
+    if (typeof pattern == "string") return string.indexOf(pattern, from);
+    var m = pattern.exec(from ? string.slice(from) : string);
+    return m ? m.index + from : -1;
+  }
+
+  return {
+    startState: function() {
+      return {
+        outer: CodeMirror.startState(outer),
+        innerActive: null,
+        inner: null
+      };
+    },
+
+    copyState: function(state) {
+      return {
+        outer: CodeMirror.copyState(outer, state.outer),
+        innerActive: state.innerActive,
+        inner: state.innerActive && CodeMirror.copyState(state.innerActive.mode, state.inner)
+      };
+    },
+
+    token: function(stream, state) {
+      if (!state.innerActive) {
+        var cutOff = Infinity, oldContent = stream.string;
+        for (var i = 0; i < n_others; ++i) {
+          var other = others[i];
+          var found = indexOf(oldContent, other.open, stream.pos);
+          if (found == stream.pos) {
+            stream.match(other.open);
+            state.innerActive = other;
+            state.inner = CodeMirror.startState(other.mode, outer.indent ? outer.indent(state.outer, "") : 0);
+            return other.delimStyle;
+          } else if (found != -1 && found < cutOff) {
+            cutOff = found;
+          }
+        }
+        if (cutOff != Infinity) stream.string = oldContent.slice(0, cutOff);
+        var outerToken = outer.token(stream, state.outer);
+        if (cutOff != Infinity) stream.string = oldContent;
+        return outerToken;
+      } else {
+        var curInner = state.innerActive, oldContent = stream.string;
+        var found = indexOf(oldContent, curInner.close, stream.pos);
+        if (found == stream.pos) {
+          stream.match(curInner.close);
+          state.innerActive = state.inner = null;
+          return curInner.delimStyle;
+        }
+        if (found > -1) stream.string = oldContent.slice(0, found);
+        var innerToken = curInner.mode.token(stream, state.inner);
+        if (found > -1) stream.string = oldContent;
+        var cur = stream.current(), found = cur.indexOf(curInner.close);
+        if (found > -1) stream.backUp(cur.length - found);
+        return innerToken;
+      }
+    },
+    
+    indent: function(state, textAfter) {
+      var mode = state.innerActive ? state.innerActive.mode : outer;
+      if (!mode.indent) return CodeMirror.Pass;
+      return mode.indent(state.innerActive ? state.inner : state.outer, textAfter);
+    },
+
+    electricChars: outer.electricChars,
+
+    innerMode: function(state) {
+      return state.inner ? {state: state.inner, mode: state.innerActive.mode} : {state: state.outer, mode: outer};
+    }
+  };
+};
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/overlay.js b/components/originalComponents/static/admin/codemirror/lib/util/overlay.js
new file mode 100755
index 00000000..fba38987
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/overlay.js
@@ -0,0 +1,59 @@
+// Utility function that allows modes to be combined. The mode given
+// as the base argument takes care of most of the normal mode
+// functionality, but a second (typically simple) mode is used, which
+// can override the style of text. Both modes get to parse all of the
+// text, but when both assign a non-null style to a piece of code, the
+// overlay wins, unless the combine argument was true, in which case
+// the styles are combined.
+
+// overlayParser is the old, deprecated name
+CodeMirror.overlayMode = CodeMirror.overlayParser = function(base, overlay, combine) {
+  return {
+    startState: function() {
+      return {
+        base: CodeMirror.startState(base),
+        overlay: CodeMirror.startState(overlay),
+        basePos: 0, baseCur: null,
+        overlayPos: 0, overlayCur: null
+      };
+    },
+    copyState: function(state) {
+      return {
+        base: CodeMirror.copyState(base, state.base),
+        overlay: CodeMirror.copyState(overlay, state.overlay),
+        basePos: state.basePos, baseCur: null,
+        overlayPos: state.overlayPos, overlayCur: null
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.start == state.basePos) {
+        state.baseCur = base.token(stream, state.base);
+        state.basePos = stream.pos;
+      }
+      if (stream.start == state.overlayPos) {
+        stream.pos = stream.start;
+        state.overlayCur = overlay.token(stream, state.overlay);
+        state.overlayPos = stream.pos;
+      }
+      stream.pos = Math.min(state.basePos, state.overlayPos);
+      if (stream.eol()) state.basePos = state.overlayPos = 0;
+
+      if (state.overlayCur == null) return state.baseCur;
+      if (state.baseCur != null && combine) return state.baseCur + " " + state.overlayCur;
+      else return state.overlayCur;
+    },
+    
+    indent: base.indent && function(state, textAfter) {
+      return base.indent(state.base, textAfter);
+    },
+    electricChars: base.electricChars,
+
+    innerMode: function(state) { return {state: state.base, mode: base}; },
+    
+    blankLine: function(state) {
+      if (base.blankLine) base.blankLine(state.base);
+      if (overlay.blankLine) overlay.blankLine(state.overlay);
+    }
+  };
+};
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/pig-hint.js b/components/originalComponents/static/admin/codemirror/lib/util/pig-hint.js
new file mode 100755
index 00000000..08e0dbfa
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/pig-hint.js
@@ -0,0 +1,123 @@
+(function () {
+  function forEach(arr, f) {
+    for (var i = 0, e = arr.length; i < e; ++i) f(arr[i]);
+  }
+  
+  function arrayContains(arr, item) {
+    if (!Array.prototype.indexOf) {
+      var i = arr.length;
+      while (i--) {
+        if (arr[i] === item) {
+          return true;
+        }
+      }
+      return false;
+    }
+    return arr.indexOf(item) != -1;
+  }
+
+  function scriptHint(editor, keywords, getToken) {
+    // Find the token at the cursor
+    var cur = editor.getCursor(), token = getToken(editor, cur), tprop = token;
+    // If it's not a 'word-style' token, ignore the token.
+
+    if (!/^[\w$_]*$/.test(token.string)) {
+        token = tprop = {start: cur.ch, end: cur.ch, string: "", state: token.state,
+                         className: token.string == ":" ? "pig-type" : null};
+    }
+      
+    if (!context) var context = [];
+    context.push(tprop);
+    
+    var completionList = getCompletions(token, context); 
+    completionList = completionList.sort();
+    //prevent autocomplete for last word, instead show dropdown with one word
+    if(completionList.length == 1) {
+      completionList.push(" ");
+    }
+
+    return {list: completionList,
+              from: {line: cur.line, ch: token.start},
+              to: {line: cur.line, ch: token.end}};
+  }
+  
+  CodeMirror.pigHint = function(editor) {
+    return scriptHint(editor, pigKeywordsU, function (e, cur) {return e.getTokenAt(cur);});
+  };
+ 
+ function toTitleCase(str) {
+    return str.replace(/(?:^|\s)\w/g, function(match) {
+        return match.toUpperCase();
+    });
+ }
+  
+  var pigKeywords = "VOID IMPORT RETURNS DEFINE LOAD FILTER FOREACH ORDER CUBE DISTINCT COGROUP "
+  + "JOIN CROSS UNION SPLIT INTO IF OTHERWISE ALL AS BY USING INNER OUTER ONSCHEMA PARALLEL "
+  + "PARTITION GROUP AND OR NOT GENERATE FLATTEN ASC DESC IS STREAM THROUGH STORE MAPREDUCE "
+  + "SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT RIGHT FULL EQ GT LT GTE LTE " 
+  + "NEQ MATCHES TRUE FALSE";
+  var pigKeywordsU = pigKeywords.split(" ");
+  var pigKeywordsL = pigKeywords.toLowerCase().split(" ");
+  
+  var pigTypes = "BOOLEAN INT LONG FLOAT DOUBLE CHARARRAY BYTEARRAY BAG TUPLE MAP";
+  var pigTypesU = pigTypes.split(" ");
+  var pigTypesL = pigTypes.toLowerCase().split(" ");
+  
+  var pigBuiltins = "ABS ACOS ARITY ASIN ATAN AVG BAGSIZE BINSTORAGE BLOOM BUILDBLOOM CBRT CEIL " 
+  + "CONCAT COR COS COSH COUNT COUNT_STAR COV CONSTANTSIZE CUBEDIMENSIONS DIFF DISTINCT DOUBLEABS "
+  + "DOUBLEAVG DOUBLEBASE DOUBLEMAX DOUBLEMIN DOUBLEROUND DOUBLESUM EXP FLOOR FLOATABS FLOATAVG "
+  + "FLOATMAX FLOATMIN FLOATROUND FLOATSUM GENERICINVOKER INDEXOF INTABS INTAVG INTMAX INTMIN "
+  + "INTSUM INVOKEFORDOUBLE INVOKEFORFLOAT INVOKEFORINT INVOKEFORLONG INVOKEFORSTRING INVOKER "
+  + "ISEMPTY JSONLOADER JSONMETADATA JSONSTORAGE LAST_INDEX_OF LCFIRST LOG LOG10 LOWER LONGABS "
+  + "LONGAVG LONGMAX LONGMIN LONGSUM MAX MIN MAPSIZE MONITOREDUDF NONDETERMINISTIC OUTPUTSCHEMA  "
+  + "PIGSTORAGE PIGSTREAMING RANDOM REGEX_EXTRACT REGEX_EXTRACT_ALL REPLACE ROUND SIN SINH SIZE "
+  + "SQRT STRSPLIT SUBSTRING SUM STRINGCONCAT STRINGMAX STRINGMIN STRINGSIZE TAN TANH TOBAG "
+  + "TOKENIZE TOMAP TOP TOTUPLE TRIM TEXTLOADER TUPLESIZE UCFIRST UPPER UTF8STORAGECONVERTER";  
+  var pigBuiltinsU = pigBuiltins.split(" ").join("() ").split(" ");  
+  var pigBuiltinsL = pigBuiltins.toLowerCase().split(" ").join("() ").split(" ");   
+  var pigBuiltinsC = ("BagSize BinStorage Bloom BuildBloom ConstantSize CubeDimensions DoubleAbs "
+  + "DoubleAvg DoubleBase DoubleMax DoubleMin DoubleRound DoubleSum FloatAbs FloatAvg FloatMax "
+  + "FloatMin FloatRound FloatSum GenericInvoker IntAbs IntAvg IntMax IntMin IntSum "
+  + "InvokeForDouble InvokeForFloat InvokeForInt InvokeForLong InvokeForString Invoker "
+  + "IsEmpty JsonLoader JsonMetadata JsonStorage LongAbs LongAvg LongMax LongMin LongSum MapSize "
+  + "MonitoredUDF Nondeterministic OutputSchema PigStorage PigStreaming StringConcat StringMax "
+  + "StringMin StringSize TextLoader TupleSize Utf8StorageConverter").split(" ").join("() ").split(" ");
+                    
+  function getCompletions(token, context) {
+    var found = [], start = token.string;
+    function maybeAdd(str) {
+      if (str.indexOf(start) == 0 && !arrayContains(found, str)) found.push(str);
+    }
+    
+    function gatherCompletions(obj) {
+      if(obj == ":") {
+        forEach(pigTypesL, maybeAdd);
+      }
+      else {
+        forEach(pigBuiltinsU, maybeAdd);
+        forEach(pigBuiltinsL, maybeAdd);
+        forEach(pigBuiltinsC, maybeAdd);
+        forEach(pigTypesU, maybeAdd);
+        forEach(pigTypesL, maybeAdd);
+        forEach(pigKeywordsU, maybeAdd);
+        forEach(pigKeywordsL, maybeAdd);
+      }
+    }
+
+    if (context) {
+      // If this is a property, see if it belongs to some object we can
+      // find in the current environment.
+      var obj = context.pop(), base;
+
+      if (obj.className == "pig-word") 
+          base = obj.string;
+      else if(obj.className == "pig-type")
+          base = ":" + obj.string;
+        
+      while (base != null && context.length)
+        base = base[context.pop().string];
+      if (base != null) gatherCompletions(base);
+    }
+    return found;
+  }
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/runmode-standalone.js b/components/originalComponents/static/admin/codemirror/lib/util/runmode-standalone.js
new file mode 100755
index 00000000..afdf044d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/runmode-standalone.js
@@ -0,0 +1,90 @@
+/* Just enough of CodeMirror to run runMode under node.js */
+
+function splitLines(string){ return string.split(/\r?\n|\r/); };
+
+function StringStream(string) {
+  this.pos = this.start = 0;
+  this.string = string;
+}
+StringStream.prototype = {
+  eol: function() {return this.pos >= this.string.length;},
+  sol: function() {return this.pos == 0;},
+  peek: function() {return this.string.charAt(this.pos) || null;},
+  next: function() {
+    if (this.pos < this.string.length)
+      return this.string.charAt(this.pos++);
+  },
+  eat: function(match) {
+    var ch = this.string.charAt(this.pos);
+    if (typeof match == "string") var ok = ch == match;
+    else var ok = ch && (match.test ? match.test(ch) : match(ch));
+    if (ok) {++this.pos; return ch;}
+  },
+  eatWhile: function(match) {
+    var start = this.pos;
+    while (this.eat(match)){}
+    return this.pos > start;
+  },
+  eatSpace: function() {
+    var start = this.pos;
+    while (/[\s\u00a0]/.test(this.string.charAt(this.pos))) ++this.pos;
+    return this.pos > start;
+  },
+  skipToEnd: function() {this.pos = this.string.length;},
+  skipTo: function(ch) {
+    var found = this.string.indexOf(ch, this.pos);
+    if (found > -1) {this.pos = found; return true;}
+  },
+  backUp: function(n) {this.pos -= n;},
+  column: function() {return this.start;},
+  indentation: function() {return 0;},
+  match: function(pattern, consume, caseInsensitive) {
+    if (typeof pattern == "string") {
+      function cased(str) {return caseInsensitive ? str.toLowerCase() : str;}
+      if (cased(this.string).indexOf(cased(pattern), this.pos) == this.pos) {
+        if (consume !== false) this.pos += pattern.length;
+        return true;
+      }
+    }
+    else {
+      var match = this.string.slice(this.pos).match(pattern);
+      if (match && consume !== false) this.pos += match[0].length;
+      return match;
+    }
+  },
+  current: function(){return this.string.slice(this.start, this.pos);}
+};
+exports.StringStream = StringStream;
+
+exports.startState = function(mode, a1, a2) {
+  return mode.startState ? mode.startState(a1, a2) : true;
+};
+
+var modes = exports.modes = {}, mimeModes = exports.mimeModes = {};
+exports.defineMode = function(name, mode) { modes[name] = mode; };
+exports.defineMIME = function(mime, spec) { mimeModes[mime] = spec; };
+exports.getMode = function(options, spec) {
+  if (typeof spec == "string" && mimeModes.hasOwnProperty(spec))
+    spec = mimeModes[spec];
+  if (typeof spec == "string")
+    var mname = spec, config = {};
+  else if (spec != null)
+    var mname = spec.name, config = spec;
+  var mfactory = modes[mname];
+  if (!mfactory) throw new Error("Unknown mode: " + spec);
+  return mfactory(options, config || {});
+};
+
+exports.runMode = function(string, modespec, callback) {
+  var mode = exports.getMode({indentUnit: 2}, modespec);
+  var lines = splitLines(string), state = exports.startState(mode);
+  for (var i = 0, e = lines.length; i < e; ++i) {
+    if (i) callback("\n");
+    var stream = new exports.StringStream(lines[i]);
+    while (!stream.eol()) {
+      var style = mode.token(stream, state);
+      callback(stream.current(), style, i, stream.start);
+      stream.start = stream.pos;
+    }
+  }
+};
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/runmode.js b/components/originalComponents/static/admin/codemirror/lib/util/runmode.js
new file mode 100755
index 00000000..327976ba
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/runmode.js
@@ -0,0 +1,53 @@
+CodeMirror.runMode = function(string, modespec, callback, options) {
+  function esc(str) {
+    return str.replace(/[<&]/g, function(ch) { return ch == "<" ? "&lt;" : "&amp;"; });
+  }
+
+  var mode = CodeMirror.getMode(CodeMirror.defaults, modespec);
+  var isNode = callback.nodeType == 1;
+  var tabSize = (options && options.tabSize) || CodeMirror.defaults.tabSize;
+  if (isNode) {
+    var node = callback, accum = [], col = 0;
+    callback = function(text, style) {
+      if (text == "\n") {
+        accum.push("<br>");
+        col = 0;
+        return;
+      }
+      var escaped = "";
+      // HTML-escape and replace tabs
+      for (var pos = 0;;) {
+        var idx = text.indexOf("\t", pos);
+        if (idx == -1) {
+          escaped += esc(text.slice(pos));
+          col += text.length - pos;
+          break;
+        } else {
+          col += idx - pos;
+          escaped += esc(text.slice(pos, idx));
+          var size = tabSize - col % tabSize;
+          col += size;
+          for (var i = 0; i < size; ++i) escaped += " ";
+          pos = idx + 1;
+        }
+      }
+
+      if (style) 
+        accum.push("<span class=\"cm-" + esc(style) + "\">" + escaped + "</span>");
+      else
+        accum.push(escaped);
+    };
+  }
+  var lines = CodeMirror.splitLines(string), state = CodeMirror.startState(mode);
+  for (var i = 0, e = lines.length; i < e; ++i) {
+    if (i) callback("\n");
+    var stream = new CodeMirror.StringStream(lines[i]);
+    while (!stream.eol()) {
+      var style = mode.token(stream, state);
+      callback(stream.current(), style, i, stream.start);
+      stream.start = stream.pos;
+    }
+  }
+  if (isNode)
+    node.innerHTML = accum.join("");
+};
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/search.js b/components/originalComponents/static/admin/codemirror/lib/util/search.js
new file mode 100755
index 00000000..356283ab
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/search.js
@@ -0,0 +1,118 @@
+// Define search commands. Depends on dialog.js or another
+// implementation of the openDialog method.
+
+// Replace works a little oddly -- it will do the replace on the next
+// Ctrl-G (or whatever is bound to findNext) press. You prevent a
+// replace by making sure the match is no longer selected when hitting
+// Ctrl-G.
+
+(function() {
+  function SearchState() {
+    this.posFrom = this.posTo = this.query = null;
+    this.marked = [];
+  }
+  function getSearchState(cm) {
+    return cm._searchState || (cm._searchState = new SearchState());
+  }
+  function getSearchCursor(cm, query, pos) {
+    // Heuristic: if the query string is all lowercase, do a case insensitive search.
+    return cm.getSearchCursor(query, pos, typeof query == "string" && query == query.toLowerCase());
+  }
+  function dialog(cm, text, shortText, f) {
+    if (cm.openDialog) cm.openDialog(text, f);
+    else f(prompt(shortText, ""));
+  }
+  function confirmDialog(cm, text, shortText, fs) {
+    if (cm.openConfirm) cm.openConfirm(text, fs);
+    else if (confirm(shortText)) fs[0]();
+  }
+  function parseQuery(query) {
+    var isRE = query.match(/^\/(.*)\/([a-z]*)$/);
+    return isRE ? new RegExp(isRE[1], isRE[2].indexOf("i") == -1 ? "" : "i") : query;
+  }
+  var queryDialog =
+    'Search: <input type="text" style="width: 10em"/> <span style="color: #888">(Use /re/ syntax for regexp search)</span>';
+  function doSearch(cm, rev) {
+    var state = getSearchState(cm);
+    if (state.query) return findNext(cm, rev);
+    dialog(cm, queryDialog, "Search for:", function(query) {
+      cm.operation(function() {
+        if (!query || state.query) return;
+        state.query = parseQuery(query);
+        if (cm.lineCount() < 2000) { // This is too expensive on big documents.
+          for (var cursor = getSearchCursor(cm, state.query); cursor.findNext();)
+            state.marked.push(cm.markText(cursor.from(), cursor.to(), "CodeMirror-searching"));
+        }
+        state.posFrom = state.posTo = cm.getCursor();
+        findNext(cm, rev);
+      });
+    });
+  }
+  function findNext(cm, rev) {cm.operation(function() {
+    var state = getSearchState(cm);
+    var cursor = getSearchCursor(cm, state.query, rev ? state.posFrom : state.posTo);
+    if (!cursor.find(rev)) {
+      cursor = getSearchCursor(cm, state.query, rev ? {line: cm.lineCount() - 1} : {line: 0, ch: 0});
+      if (!cursor.find(rev)) return;
+    }
+    cm.setSelection(cursor.from(), cursor.to());
+    state.posFrom = cursor.from(); state.posTo = cursor.to();
+  });}
+  function clearSearch(cm) {cm.operation(function() {
+    var state = getSearchState(cm);
+    if (!state.query) return;
+    state.query = null;
+    for (var i = 0; i < state.marked.length; ++i) state.marked[i].clear();
+    state.marked.length = 0;
+  });}
+
+  var replaceQueryDialog =
+    'Replace: <input type="text" style="width: 10em"/> <span style="color: #888">(Use /re/ syntax for regexp search)</span>';
+  var replacementQueryDialog = 'With: <input type="text" style="width: 10em"/>';
+  var doReplaceConfirm = "Replace? <button>Yes</button> <button>No</button> <button>Stop</button>";
+  function replace(cm, all) {
+    dialog(cm, replaceQueryDialog, "Replace:", function(query) {
+      if (!query) return;
+      query = parseQuery(query);
+      dialog(cm, replacementQueryDialog, "Replace with:", function(text) {
+        if (all) {
+          cm.compoundChange(function() { cm.operation(function() {
+            for (var cursor = getSearchCursor(cm, query); cursor.findNext();) {
+              if (typeof query != "string") {
+                var match = cm.getRange(cursor.from(), cursor.to()).match(query);
+                cursor.replace(text.replace(/\$(\d)/, function(w, i) {return match[i];}));
+              } else cursor.replace(text);
+            }
+          });});
+        } else {
+          clearSearch(cm);
+          var cursor = getSearchCursor(cm, query, cm.getCursor());
+          function advance() {
+            var start = cursor.from(), match;
+            if (!(match = cursor.findNext())) {
+              cursor = getSearchCursor(cm, query);
+              if (!(match = cursor.findNext()) ||
+                  (start && cursor.from().line == start.line && cursor.from().ch == start.ch)) return;
+            }
+            cm.setSelection(cursor.from(), cursor.to());
+            confirmDialog(cm, doReplaceConfirm, "Replace?",
+                          [function() {doReplace(match);}, advance]);
+          }
+          function doReplace(match) {
+            cursor.replace(typeof query == "string" ? text :
+                           text.replace(/\$(\d)/, function(w, i) {return match[i];}));
+            advance();
+          }
+          advance();
+        }
+      });
+    });
+  }
+
+  CodeMirror.commands.find = function(cm) {clearSearch(cm); doSearch(cm);};
+  CodeMirror.commands.findNext = doSearch;
+  CodeMirror.commands.findPrev = function(cm) {doSearch(cm, true);};
+  CodeMirror.commands.clearSearch = clearSearch;
+  CodeMirror.commands.replace = replace;
+  CodeMirror.commands.replaceAll = function(cm) {replace(cm, true);};
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/searchcursor.js b/components/originalComponents/static/admin/codemirror/lib/util/searchcursor.js
new file mode 100755
index 00000000..1750aadc
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/searchcursor.js
@@ -0,0 +1,119 @@
+(function(){
+  function SearchCursor(cm, query, pos, caseFold) {
+    this.atOccurrence = false; this.cm = cm;
+    if (caseFold == null && typeof query == "string") caseFold = false;
+
+    pos = pos ? cm.clipPos(pos) : {line: 0, ch: 0};
+    this.pos = {from: pos, to: pos};
+
+    // The matches method is filled in based on the type of query.
+    // It takes a position and a direction, and returns an object
+    // describing the next occurrence of the query, or null if no
+    // more matches were found.
+    if (typeof query != "string") { // Regexp match
+      if (!query.global) query = new RegExp(query.source, query.ignoreCase ? "ig" : "g");
+      this.matches = function(reverse, pos) {
+        if (reverse) {
+          query.lastIndex = 0;
+          var line = cm.getLine(pos.line).slice(0, pos.ch), match = query.exec(line), start = 0;
+          while (match) {
+            start += match.index + 1;
+	    line = line.slice(start);
+            query.lastIndex = 0;
+            var newmatch = query.exec(line);
+            if (newmatch) match = newmatch;
+            else break;
+          }
+          start--;
+        } else {
+          query.lastIndex = pos.ch;
+          var line = cm.getLine(pos.line), match = query.exec(line),
+          start = match && match.index;
+        }
+        if (match)
+          return {from: {line: pos.line, ch: start},
+                  to: {line: pos.line, ch: start + match[0].length},
+                  match: match};
+      };
+    } else { // String query
+      if (caseFold) query = query.toLowerCase();
+      var fold = caseFold ? function(str){return str.toLowerCase();} : function(str){return str;};
+      var target = query.split("\n");
+      // Different methods for single-line and multi-line queries
+      if (target.length == 1)
+        this.matches = function(reverse, pos) {
+          var line = fold(cm.getLine(pos.line)), len = query.length, match;
+          if (reverse ? (pos.ch >= len && (match = line.lastIndexOf(query, pos.ch - len)) != -1)
+              : (match = line.indexOf(query, pos.ch)) != -1)
+            return {from: {line: pos.line, ch: match},
+                    to: {line: pos.line, ch: match + len}};
+        };
+      else
+        this.matches = function(reverse, pos) {
+          var ln = pos.line, idx = (reverse ? target.length - 1 : 0), match = target[idx], line = fold(cm.getLine(ln));
+          var offsetA = (reverse ? line.indexOf(match) + match.length : line.lastIndexOf(match));
+          if (reverse ? offsetA >= pos.ch || offsetA != match.length
+              : offsetA <= pos.ch || offsetA != line.length - match.length)
+            return;
+          for (;;) {
+            if (reverse ? !ln : ln == cm.lineCount() - 1) return;
+            line = fold(cm.getLine(ln += reverse ? -1 : 1));
+            match = target[reverse ? --idx : ++idx];
+            if (idx > 0 && idx < target.length - 1) {
+              if (line != match) return;
+              else continue;
+            }
+            var offsetB = (reverse ? line.lastIndexOf(match) : line.indexOf(match) + match.length);
+            if (reverse ? offsetB != line.length - match.length : offsetB != match.length)
+              return;
+            var start = {line: pos.line, ch: offsetA}, end = {line: ln, ch: offsetB};
+            return {from: reverse ? end : start, to: reverse ? start : end};
+          }
+        };
+    }
+  }
+
+  SearchCursor.prototype = {
+    findNext: function() {return this.find(false);},
+    findPrevious: function() {return this.find(true);},
+
+    find: function(reverse) {
+      var self = this, pos = this.cm.clipPos(reverse ? this.pos.from : this.pos.to);
+      function savePosAndFail(line) {
+        var pos = {line: line, ch: 0};
+        self.pos = {from: pos, to: pos};
+        self.atOccurrence = false;
+        return false;
+      }
+
+      for (;;) {
+        if (this.pos = this.matches(reverse, pos)) {
+          this.atOccurrence = true;
+          return this.pos.match || true;
+        }
+        if (reverse) {
+          if (!pos.line) return savePosAndFail(0);
+          pos = {line: pos.line-1, ch: this.cm.getLine(pos.line-1).length};
+        }
+        else {
+          var maxLine = this.cm.lineCount();
+          if (pos.line == maxLine - 1) return savePosAndFail(maxLine);
+          pos = {line: pos.line+1, ch: 0};
+        }
+      }
+    },
+
+    from: function() {if (this.atOccurrence) return this.pos.from;},
+    to: function() {if (this.atOccurrence) return this.pos.to;},
+
+    replace: function(newText) {
+      var self = this;
+      if (this.atOccurrence)
+        self.pos.to = this.cm.replaceRange(newText, self.pos.from, self.pos.to);
+    }
+  };
+
+  CodeMirror.defineExtension("getSearchCursor", function(query, pos, caseFold) {
+    return new SearchCursor(this, query, pos, caseFold);
+  });
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.css b/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.css
new file mode 100755
index 00000000..4387cb94
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.css
@@ -0,0 +1,16 @@
+.CodeMirror-completions {
+  position: absolute;
+  z-index: 10;
+  overflow: hidden;
+  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
+  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
+  box-shadow: 2px 3px 5px rgba(0,0,0,.2);
+}
+.CodeMirror-completions select {
+  background: #fafafa;
+  outline: none;
+  border: none;
+  padding: 0;
+  margin: 0;
+  font-family: monospace;
+}
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.js b/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.js
new file mode 100755
index 00000000..0ce25f96
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/simple-hint.js
@@ -0,0 +1,102 @@
+(function() {
+  CodeMirror.simpleHint = function(editor, getHints, givenOptions) {
+    // Determine effective options based on given values and defaults.
+    var options = {}, defaults = CodeMirror.simpleHint.defaults;
+    for (var opt in defaults)
+      if (defaults.hasOwnProperty(opt))
+        options[opt] = (givenOptions && givenOptions.hasOwnProperty(opt) ? givenOptions : defaults)[opt];
+    
+    function collectHints(previousToken) {
+      // We want a single cursor position.
+      if (editor.somethingSelected()) return;
+
+      var tempToken = editor.getTokenAt(editor.getCursor());
+
+      // Don't show completions if token has changed and the option is set.
+      if (options.closeOnTokenChange && previousToken != null &&
+          (tempToken.start != previousToken.start || tempToken.className != previousToken.className)) {
+        return;
+      }
+
+      var result = getHints(editor);
+      if (!result || !result.list.length) return;
+      var completions = result.list;
+      function insert(str) {
+        editor.replaceRange(str, result.from, result.to);
+      }
+      // When there is only one completion, use it directly.
+      if (options.completeSingle && completions.length == 1) {
+        insert(completions[0]);
+        return true;
+      }
+
+      // Build the select widget
+      var complete = document.createElement("div");
+      complete.className = "CodeMirror-completions";
+      var sel = complete.appendChild(document.createElement("select"));
+      // Opera doesn't move the selection when pressing up/down in a
+      // multi-select, but it does properly support the size property on
+      // single-selects, so no multi-select is necessary.
+      if (!window.opera) sel.multiple = true;
+      for (var i = 0; i < completions.length; ++i) {
+        var opt = sel.appendChild(document.createElement("option"));
+        opt.appendChild(document.createTextNode(completions[i]));
+      }
+      sel.firstChild.selected = true;
+      sel.size = Math.min(10, completions.length);
+      var pos = options.alignWithWord ? editor.charCoords(result.from) : editor.cursorCoords();
+      complete.style.left = pos.x + "px";
+      complete.style.top = pos.yBot + "px";
+      document.body.appendChild(complete);
+      // If we're at the edge of the screen, then we want the menu to appear on the left of the cursor.
+      var winW = window.innerWidth || Math.max(document.body.offsetWidth, document.documentElement.offsetWidth);
+      if(winW - pos.x < sel.clientWidth)
+        complete.style.left = (pos.x - sel.clientWidth) + "px";
+      // Hack to hide the scrollbar.
+      if (completions.length <= 10)
+        complete.style.width = (sel.clientWidth - 1) + "px";
+
+      var done = false;
+      function close() {
+        if (done) return;
+        done = true;
+        complete.parentNode.removeChild(complete);
+      }
+      function pick() {
+        insert(completions[sel.selectedIndex]);
+        close();
+        setTimeout(function(){editor.focus();}, 50);
+      }
+      CodeMirror.connect(sel, "blur", close);
+      CodeMirror.connect(sel, "keydown", function(event) {
+        var code = event.keyCode;
+        // Enter
+        if (code == 13) {CodeMirror.e_stop(event); pick();}
+        // Escape
+        else if (code == 27) {CodeMirror.e_stop(event); close(); editor.focus();}
+        else if (code != 38 && code != 40 && code != 33 && code != 34 && !CodeMirror.isModifierKey(event)) {
+          close(); editor.focus();
+          // Pass the event to the CodeMirror instance so that it can handle things like backspace properly.
+          editor.triggerOnKeyDown(event);
+          // Don't show completions if the code is backspace and the option is set.
+          if (!options.closeOnBackspace || code != 8) {
+            setTimeout(function(){collectHints(tempToken);}, 50);
+          }
+        }
+      });
+      CodeMirror.connect(sel, "dblclick", pick);
+
+      sel.focus();
+      // Opera sometimes ignores focusing a freshly created node
+      if (window.opera) setTimeout(function(){if (!done) sel.focus();}, 100);
+      return true;
+    }
+    return collectHints();
+  };
+  CodeMirror.simpleHint.defaults = {
+    closeOnBackspace: true,
+    closeOnTokenChange: false,
+    completeSingle: true,
+    alignWithWord: true
+  };
+})();
diff --git a/components/originalComponents/static/admin/codemirror/lib/util/xml-hint.js b/components/originalComponents/static/admin/codemirror/lib/util/xml-hint.js
new file mode 100755
index 00000000..816e3b4a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/lib/util/xml-hint.js
@@ -0,0 +1,137 @@
+
+(function() {
+
+    CodeMirror.xmlHints = [];
+
+    CodeMirror.xmlHint = function(cm, simbol) {
+
+        if(simbol.length > 0) {
+            var cursor = cm.getCursor();
+            cm.replaceSelection(simbol);
+            cursor = {line: cursor.line, ch: cursor.ch + 1};
+            cm.setCursor(cursor);
+        }
+
+        // dirty hack for simple-hint to receive getHint event on space
+        var getTokenAt = editor.getTokenAt;
+
+        editor.getTokenAt = function() { return 'disabled'; };
+        CodeMirror.simpleHint(cm, getHint);
+
+        editor.getTokenAt = getTokenAt;
+    };
+
+    var getHint = function(cm) {
+
+        var cursor = cm.getCursor();
+
+        if (cursor.ch > 0) {
+
+            var text = cm.getRange({line: 0, ch: 0}, cursor);
+            var typed = '';
+            var simbol = '';
+            for(var i = text.length - 1; i >= 0; i--) {
+                if(text[i] == ' ' || text[i] == '<') {
+                    simbol = text[i];
+                    break;
+                }
+                else {
+                    typed = text[i] + typed;
+                }
+            }
+
+            text = text.slice(0, text.length - typed.length);
+
+            var path = getActiveElement(cm, text) + simbol;
+            var hints = CodeMirror.xmlHints[path];
+
+            if(typeof hints === 'undefined')
+                hints = [''];
+            else {
+                hints = hints.slice(0);
+                for (var i = hints.length - 1; i >= 0; i--) {
+                    if(hints[i].indexOf(typed) != 0)
+                        hints.splice(i, 1);
+                }
+            }
+
+            return {
+                list: hints,
+                from: { line: cursor.line, ch: cursor.ch - typed.length },
+                to: cursor
+            };
+        };
+    };
+
+    var getActiveElement = function(codeMirror, text) {
+
+        var element = '';
+
+        if(text.length >= 0) {
+
+            var regex = new RegExp('<([^!?][^\\s/>]*).*?>', 'g');
+
+            var matches = [];
+            var match;
+            while ((match = regex.exec(text)) != null) {
+                matches.push({
+                    tag: match[1],
+                    selfclose: (match[0].slice(match[0].length - 2) === '/>')
+                });
+            }
+
+            for (var i = matches.length - 1, skip = 0; i >= 0; i--) {
+
+                var item = matches[i];
+
+                if (item.tag[0] == '/')
+                {
+                    skip++;
+                }
+                else if (item.selfclose == false)
+                {
+                    if (skip > 0)
+                    {
+                        skip--;
+                    }
+                    else
+                    {
+                        element = '<' + item.tag + '>' + element;
+                    }
+                }
+            }
+
+            element += getOpenTag(text);
+        }
+
+        return element;
+    };
+
+    var getOpenTag = function(text) {
+
+        var open = text.lastIndexOf('<');
+        var close = text.lastIndexOf('>');
+
+        if (close < open)
+        {
+            text = text.slice(open);
+
+            if(text != '<') {
+
+                var space = text.indexOf(' ');
+                if(space < 0)
+                    space = text.indexOf('\t');
+                if(space < 0)
+                    space = text.indexOf('\n');
+
+                if (space < 0)
+                    space = text.length;
+
+                return text.slice(0, space);
+            }
+        }
+
+        return '';
+    };
+
+})();
diff --git a/components/originalComponents/static/admin/codemirror/mode/clike/clike.js b/components/originalComponents/static/admin/codemirror/mode/clike/clike.js
new file mode 100755
index 00000000..69668a44
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/clike/clike.js
@@ -0,0 +1,285 @@
+CodeMirror.defineMode("clike", function(config, parserConfig) {
+  var indentUnit = config.indentUnit,
+      keywords = parserConfig.keywords || {},
+      builtin = parserConfig.builtin || {},
+      blockKeywords = parserConfig.blockKeywords || {},
+      atoms = parserConfig.atoms || {},
+      hooks = parserConfig.hooks || {},
+      multiLineStrings = parserConfig.multiLineStrings;
+  var isOperatorChar = /[+\-*&%=<>!?|\/]/;
+
+  var curPunc;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (hooks[ch]) {
+      var result = hooks[ch](stream, state);
+      if (result !== false) return result;
+    }
+    if (ch == '"' || ch == "'") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w\.]/);
+      return "number";
+    }
+    if (ch == "/") {
+      if (stream.eat("*")) {
+        state.tokenize = tokenComment;
+        return tokenComment(stream, state);
+      }
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+    }
+    if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current();
+    if (keywords.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "keyword";
+    }
+    if (builtin.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "builtin";
+    }
+    if (atoms.propertyIsEnumerable(cur)) return "atom";
+    return "variable";
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !(escaped || multiLineStrings))
+        state.tokenize = null;
+      return "string";
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = null;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function Context(indented, column, type, align, prev) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.align = align;
+    this.prev = prev;
+  }
+  function pushContext(state, col, type) {
+    return state.context = new Context(state.indented, col, type, null, state.context);
+  }
+  function popContext(state) {
+    var t = state.context.type;
+    if (t == ")" || t == "]" || t == "}")
+      state.indented = state.context.indented;
+    return state.context = state.context.prev;
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: null,
+        context: new Context((basecolumn || 0) - indentUnit, 0, "top", false),
+        indented: 0,
+        startOfLine: true
+      };
+    },
+
+    token: function(stream, state) {
+      var ctx = state.context;
+      if (stream.sol()) {
+        if (ctx.align == null) ctx.align = false;
+        state.indented = stream.indentation();
+        state.startOfLine = true;
+      }
+      if (stream.eatSpace()) return null;
+      curPunc = null;
+      var style = (state.tokenize || tokenBase)(stream, state);
+      if (style == "comment" || style == "meta") return style;
+      if (ctx.align == null) ctx.align = true;
+
+      if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state);
+      else if (curPunc == "{") pushContext(state, stream.column(), "}");
+      else if (curPunc == "[") pushContext(state, stream.column(), "]");
+      else if (curPunc == "(") pushContext(state, stream.column(), ")");
+      else if (curPunc == "}") {
+        while (ctx.type == "statement") ctx = popContext(state);
+        if (ctx.type == "}") ctx = popContext(state);
+        while (ctx.type == "statement") ctx = popContext(state);
+      }
+      else if (curPunc == ctx.type) popContext(state);
+      else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement"))
+        pushContext(state, stream.column(), "statement");
+      state.startOfLine = false;
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize == tokenComment) return CodeMirror.Pass;
+      if (state.tokenize != tokenBase && state.tokenize != null) return 0;
+      var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);
+      if (ctx.type == "statement" && firstChar == "}") ctx = ctx.prev;
+      var closing = firstChar == ctx.type;
+      if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : indentUnit);
+      else if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: "{}"
+  };
+});
+
+(function() {
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+  var cKeywords = "auto if break int case long char register continue return default short do sizeof " +
+    "double static else struct entry switch extern typedef float union for unsigned " +
+    "goto while enum void const signed volatile";
+
+  function cppHook(stream, state) {
+    if (!state.startOfLine) return false;
+    stream.skipToEnd();
+    return "meta";
+  }
+
+  // C#-style strings where "" escapes a quote.
+  function tokenAtString(stream, state) {
+    var next;
+    while ((next = stream.next()) != null) {
+      if (next == '"' && !stream.eat('"')) {
+        state.tokenize = null;
+        break;
+      }
+    }
+    return "string";
+  }
+
+  function mimes(ms, mode) {
+    for (var i = 0; i < ms.length; ++i) CodeMirror.defineMIME(ms[i], mode);
+  }
+
+  mimes(["text/x-csrc", "text/x-c", "text/x-chdr"], {
+    name: "clike",
+    keywords: words(cKeywords),
+    blockKeywords: words("case do else for if switch while struct"),
+    atoms: words("null"),
+    hooks: {"#": cppHook}
+  });
+  mimes(["text/x-c++src", "text/x-c++hdr"], {
+    name: "clike",
+    keywords: words(cKeywords + " asm dynamic_cast namespace reinterpret_cast try bool explicit new " +
+                    "static_cast typeid catch operator template typename class friend private " +
+                    "this using const_cast inline public throw virtual delete mutable protected " +
+                    "wchar_t"),
+    blockKeywords: words("catch class do else finally for if struct switch try while"),
+    atoms: words("true false null"),
+    hooks: {"#": cppHook}
+  });
+  CodeMirror.defineMIME("text/x-java", {
+    name: "clike",
+    keywords: words("abstract assert boolean break byte case catch char class const continue default " + 
+                    "do double else enum extends final finally float for goto if implements import " +
+                    "instanceof int interface long native new package private protected public " +
+                    "return short static strictfp super switch synchronized this throw throws transient " +
+                    "try void volatile while"),
+    blockKeywords: words("catch class do else finally for if switch try while"),
+    atoms: words("true false null"),
+    hooks: {
+      "@": function(stream, state) {
+        stream.eatWhile(/[\w\$_]/);
+        return "meta";
+      }
+    }
+  });
+  CodeMirror.defineMIME("text/x-csharp", {
+    name: "clike",
+    keywords: words("abstract as base break case catch checked class const continue" + 
+                    " default delegate do else enum event explicit extern finally fixed for" + 
+                    " foreach goto if implicit in interface internal is lock namespace new" + 
+                    " operator out override params private protected public readonly ref return sealed" + 
+                    " sizeof stackalloc static struct switch this throw try typeof unchecked" + 
+                    " unsafe using virtual void volatile while add alias ascending descending dynamic from get" + 
+                    " global group into join let orderby partial remove select set value var yield"),
+    blockKeywords: words("catch class do else finally for foreach if struct switch try while"),
+    builtin: words("Boolean Byte Char DateTime DateTimeOffset Decimal Double" +
+                    " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
+                    " UInt64 bool byte char decimal double short int long object"  +
+                    " sbyte float string ushort uint ulong"),
+    atoms: words("true false null"),
+    hooks: {
+      "@": function(stream, state) {
+        if (stream.eat('"')) {
+          state.tokenize = tokenAtString;
+          return tokenAtString(stream, state);
+        }
+        stream.eatWhile(/[\w\$_]/);
+        return "meta";
+      }
+    }
+  });
+  CodeMirror.defineMIME("text/x-scala", {
+    name: "clike",
+    keywords: words(
+      
+      /* scala */
+      "abstract case catch class def do else extends false final finally for forSome if " +
+      "implicit import lazy match new null object override package private protected return " +
+      "sealed super this throw trait try trye type val var while with yield _ : = => <- <: " +
+      "<% >: # @ " +
+                    
+      /* package scala */
+      "assert assume require print println printf readLine readBoolean readByte readShort " +
+      "readChar readInt readLong readFloat readDouble " +
+      
+      "AnyVal App Application Array BufferedIterator BigDecimal BigInt Char Console Either " +
+      "Enumeration Equiv Error Exception Fractional Function IndexedSeq Integral Iterable " +
+      "Iterator List Map Numeric Nil NotNull Option Ordered Ordering PartialFunction PartialOrdering " +
+      "Product Proxy Range Responder Seq Serializable Set Specializable Stream StringBuilder " +
+      "StringContext Symbol Throwable Traversable TraversableOnce Tuple Unit Vector :: #:: " +
+      
+      /* package java.lang */            
+      "Boolean Byte Character CharSequence Class ClassLoader Cloneable Comparable " +
+      "Compiler Double Exception Float Integer Long Math Number Object Package Pair Process " +
+      "Runtime Runnable SecurityManager Short StackTraceElement StrictMath String " +
+      "StringBuffer System Thread ThreadGroup ThreadLocal Throwable Triple Void"
+      
+      
+    ),
+    blockKeywords: words("catch class do else finally for forSome if match switch try while"),
+    atoms: words("true false null"),
+    hooks: {
+      "@": function(stream, state) {
+        stream.eatWhile(/[\w\$_]/);
+        return "meta";
+      }
+    }
+  });
+}());
diff --git a/components/originalComponents/static/admin/codemirror/mode/clike/index.html b/components/originalComponents/static/admin/codemirror/mode/clike/index.html
new file mode 100755
index 00000000..90a5fc10
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/clike/index.html
@@ -0,0 +1,102 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: C-like mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="clike.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border: 2px inset #dee;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: C-like mode</h1>
+
+<form><textarea id="code" name="code">
+/* C demo code */
+
+#include <zmq.h>
+#include <pthread.h>
+#include <semaphore.h>
+#include <time.h>
+#include <stdio.h>
+#include <fcntl.h>
+#include <malloc.h>
+
+typedef struct {
+  void* arg_socket;
+  zmq_msg_t* arg_msg;
+  char* arg_string;
+  unsigned long arg_len;
+  int arg_int, arg_command;
+
+  int signal_fd;
+  int pad;
+  void* context;
+  sem_t sem;
+} acl_zmq_context;
+
+#define p(X) (context->arg_##X)
+
+void* zmq_thread(void* context_pointer) {
+  acl_zmq_context* context = (acl_zmq_context*)context_pointer;
+  char ok = 'K', err = 'X';
+  int res;
+
+  while (1) {
+    while ((res = sem_wait(&amp;context->sem)) == EINTR);
+    if (res) {write(context->signal_fd, &amp;err, 1); goto cleanup;}
+    switch(p(command)) {
+    case 0: goto cleanup;
+    case 1: p(socket) = zmq_socket(context->context, p(int)); break;
+    case 2: p(int) = zmq_close(p(socket)); break;
+    case 3: p(int) = zmq_bind(p(socket), p(string)); break;
+    case 4: p(int) = zmq_connect(p(socket), p(string)); break;
+    case 5: p(int) = zmq_getsockopt(p(socket), p(int), (void*)p(string), &amp;p(len)); break;
+    case 6: p(int) = zmq_setsockopt(p(socket), p(int), (void*)p(string), p(len)); break;
+    case 7: p(int) = zmq_send(p(socket), p(msg), p(int)); break;
+    case 8: p(int) = zmq_recv(p(socket), p(msg), p(int)); break;
+    case 9: p(int) = zmq_poll(p(socket), p(int), p(len)); break;
+    }
+    p(command) = errno;
+    write(context->signal_fd, &amp;ok, 1);
+  }
+ cleanup:
+  close(context->signal_fd);
+  free(context_pointer);
+  return 0;
+}
+
+void* zmq_thread_init(void* zmq_context, int signal_fd) {
+  acl_zmq_context* context = malloc(sizeof(acl_zmq_context));
+  pthread_t thread;
+
+  context->context = zmq_context;
+  context->signal_fd = signal_fd;
+  sem_init(&amp;context->sem, 1, 0);
+  pthread_create(&amp;thread, 0, &amp;zmq_thread, context);
+  pthread_detach(thread);
+  return context;
+}
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-csrc"
+      });
+    </script>
+
+    <p>Simple mode that tries to handle C-like languages as well as it
+    can. Takes two configuration parameters: <code>keywords</code>, an
+    object whose property names are the keywords in the language,
+    and <code>useCPP</code>, which determines whether C preprocessor
+    directives are recognized.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-csrc</code>
+    (C code), <code>text/x-c++src</code> (C++
+    code), <code>text/x-java</code> (Java
+    code), <code>text/x-csharp</code> (C#).</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/clike/scala.html b/components/originalComponents/static/admin/codemirror/mode/clike/scala.html
new file mode 100755
index 00000000..a5aba99c
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/clike/scala.html
@@ -0,0 +1,766 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: C-like mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <link rel="stylesheet" href="../../theme/ambiance.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="clike.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>
+      body
+      {
+        margin: 0;
+        padding: 0;
+        max-width:inherit;
+        height: 100%;
+      }
+      html, form, .CodeMirror, .CodeMirror-scroll
+      {
+        height: 100%;        
+      }
+    </style>
+  </head>
+  <body>
+<form>
+<textarea id="code" name="code">
+
+  /*                     __                                               *\
+  **     ________ ___   / /  ___     Scala API                            **
+  **    / __/ __// _ | / /  / _ |    (c) 2003-2011, LAMP/EPFL             **
+  **  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
+  ** /____/\___/_/ |_/____/_/ | |                                         **
+  **                          |/                                          **
+  \*                                                                      */
+
+  package scala.collection
+
+  import generic._
+  import mutable.{ Builder, ListBuffer }
+  import annotation.{tailrec, migration, bridge}
+  import annotation.unchecked.{ uncheckedVariance => uV }
+  import parallel.ParIterable
+
+  /** A template trait for traversable collections of type `Traversable[A]`.
+   *  
+   *  $traversableInfo
+   *  @define mutability
+   *  @define traversableInfo
+   *  This is a base trait of all kinds of $mutability Scala collections. It
+   *  implements the behavior common to all collections, in terms of a method
+   *  `foreach` with signature:
+   * {{{
+   *     def foreach[U](f: Elem => U): Unit
+   * }}}
+   *  Collection classes mixing in this trait provide a concrete 
+   *  `foreach` method which traverses all the
+   *  elements contained in the collection, applying a given function to each.
+   *  They also need to provide a method `newBuilder`
+   *  which creates a builder for collections of the same kind.
+   *  
+   *  A traversable class might or might not have two properties: strictness
+   *  and orderedness. Neither is represented as a type.
+   *  
+   *  The instances of a strict collection class have all their elements
+   *  computed before they can be used as values. By contrast, instances of
+   *  a non-strict collection class may defer computation of some of their
+   *  elements until after the instance is available as a value.
+   *  A typical example of a non-strict collection class is a
+   *  <a href="../immutable/Stream.html" target="ContentFrame">
+   *  `scala.collection.immutable.Stream`</a>.
+   *  A more general class of examples are `TraversableViews`.
+   *  
+   *  If a collection is an instance of an ordered collection class, traversing
+   *  its elements with `foreach` will always visit elements in the
+   *  same order, even for different runs of the program. If the class is not
+   *  ordered, `foreach` can visit elements in different orders for
+   *  different runs (but it will keep the same order in the same run).'
+   * 
+   *  A typical example of a collection class which is not ordered is a
+   *  `HashMap` of objects. The traversal order for hash maps will
+   *  depend on the hash codes of its elements, and these hash codes might
+   *  differ from one run to the next. By contrast, a `LinkedHashMap`
+   *  is ordered because it's `foreach` method visits elements in the
+   *  order they were inserted into the `HashMap`.
+   *
+   *  @author Martin Odersky
+   *  @version 2.8
+   *  @since   2.8
+   *  @tparam A    the element type of the collection
+   *  @tparam Repr the type of the actual collection containing the elements.
+   *
+   *  @define Coll Traversable
+   *  @define coll traversable collection
+   */
+  trait TraversableLike[+A, +Repr] extends HasNewBuilder[A, Repr] 
+                                      with FilterMonadic[A, Repr]
+                                      with TraversableOnce[A]
+                                      with GenTraversableLike[A, Repr]
+                                      with Parallelizable[A, ParIterable[A]]
+  {
+    self =>
+
+    import Traversable.breaks._
+
+    /** The type implementing this traversable */
+    protected type Self = Repr
+
+    /** The collection of type $coll underlying this `TraversableLike` object.
+     *  By default this is implemented as the `TraversableLike` object itself,
+     *  but this can be overridden.
+     */
+    def repr: Repr = this.asInstanceOf[Repr]
+
+    /** The underlying collection seen as an instance of `$Coll`.
+     *  By default this is implemented as the current collection object itself,
+     *  but this can be overridden.
+     */
+    protected[this] def thisCollection: Traversable[A] = this.asInstanceOf[Traversable[A]]
+
+    /** A conversion from collections of type `Repr` to `$Coll` objects.
+     *  By default this is implemented as just a cast, but this can be overridden.
+     */
+    protected[this] def toCollection(repr: Repr): Traversable[A] = repr.asInstanceOf[Traversable[A]]
+
+    /** Creates a new builder for this collection type.
+     */
+    protected[this] def newBuilder: Builder[A, Repr]
+
+    protected[this] def parCombiner = ParIterable.newCombiner[A]
+
+    /** Applies a function `f` to all elements of this $coll.
+     *  
+     *    Note: this method underlies the implementation of most other bulk operations.
+     *    It's important to implement this method in an efficient way.
+     *  
+     *
+     *  @param  f   the function that is applied for its side-effect to every element.
+     *              The result of function `f` is discarded.
+     *              
+     *  @tparam  U  the type parameter describing the result of function `f`. 
+     *              This result will always be ignored. Typically `U` is `Unit`,
+     *              but this is not necessary.
+     *
+     *  @usecase def foreach(f: A => Unit): Unit
+     */
+    def foreach[U](f: A => U): Unit
+
+    /** Tests whether this $coll is empty.
+     *
+     *  @return    `true` if the $coll contain no elements, `false` otherwise.
+     */
+    def isEmpty: Boolean = {
+      var result = true
+      breakable {
+        for (x <- this) {
+          result = false
+          break
+        }
+      }
+      result
+    }
+
+    /** Tests whether this $coll is known to have a finite size.
+     *  All strict collections are known to have finite size. For a non-strict collection
+     *  such as `Stream`, the predicate returns `true` if all elements have been computed.
+     *  It returns `false` if the stream is not yet evaluated to the end.
+     *
+     *  Note: many collection methods will not work on collections of infinite sizes. 
+     *
+     *  @return  `true` if this collection is known to have finite size, `false` otherwise.
+     */
+    def hasDefiniteSize = true
+
+    def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      if (that.isInstanceOf[IndexedSeqLike[_, _]]) b.sizeHint(this, that.seq.size)
+      b ++= thisCollection
+      b ++= that.seq
+      b.result
+    }
+
+    @bridge
+    def ++[B >: A, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That =
+      ++(that: GenTraversableOnce[B])(bf)
+
+    /** Concatenates this $coll with the elements of a traversable collection.
+     *  It differs from ++ in that the right operand determines the type of the
+     *  resulting collection rather than the left one.
+     * 
+     *  @param that   the traversable to append.
+     *  @tparam B     the element type of the returned collection. 
+     *  @tparam That  $thatinfo
+     *  @param bf     $bfinfo
+     *  @return       a new collection of type `That` which contains all elements
+     *                of this $coll followed by all elements of `that`.
+     * 
+     *  @usecase def ++:[B](that: TraversableOnce[B]): $Coll[B]
+     *  
+     *  @return       a new $coll which contains all elements of this $coll
+     *                followed by all elements of `that`.
+     */
+    def ++:[B >: A, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      if (that.isInstanceOf[IndexedSeqLike[_, _]]) b.sizeHint(this, that.size)
+      b ++= that
+      b ++= thisCollection
+      b.result
+    }
+
+    /** This overload exists because: for the implementation of ++: we should reuse
+     *  that of ++ because many collections override it with more efficient versions.
+     *  Since TraversableOnce has no '++' method, we have to implement that directly,
+     *  but Traversable and down can use the overload.
+     */
+    def ++:[B >: A, That](that: Traversable[B])(implicit bf: CanBuildFrom[Repr, B, That]): That =
+      (that ++ seq)(breakOut)
+
+    def map[B, That](f: A => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      b.sizeHint(this) 
+      for (x <- this) b += f(x)
+      b.result
+    }
+
+    def flatMap[B, That](f: A => GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      for (x <- this) b ++= f(x).seq
+      b.result
+    }
+
+    /** Selects all elements of this $coll which satisfy a predicate.
+     *
+     *  @param p     the predicate used to test elements.
+     *  @return      a new $coll consisting of all elements of this $coll that satisfy the given
+     *               predicate `p`. The order of the elements is preserved.
+     */
+    def filter(p: A => Boolean): Repr = {
+      val b = newBuilder
+      for (x <- this) 
+        if (p(x)) b += x
+      b.result
+    }
+
+    /** Selects all elements of this $coll which do not satisfy a predicate.
+     *
+     *  @param p     the predicate used to test elements.
+     *  @return      a new $coll consisting of all elements of this $coll that do not satisfy the given
+     *               predicate `p`. The order of the elements is preserved.
+     */
+    def filterNot(p: A => Boolean): Repr = filter(!p(_))
+
+    def collect[B, That](pf: PartialFunction[A, B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      for (x <- this) if (pf.isDefinedAt(x)) b += pf(x)
+      b.result
+    }
+
+    /** Builds a new collection by applying an option-valued function to all
+     *  elements of this $coll on which the function is defined.
+     *
+     *  @param f      the option-valued function which filters and maps the $coll.
+     *  @tparam B     the element type of the returned collection.
+     *  @tparam That  $thatinfo
+     *  @param bf     $bfinfo
+     *  @return       a new collection of type `That` resulting from applying the option-valued function
+     *                `f` to each element and collecting all defined results.
+     *                The order of the elements is preserved.
+     *
+     *  @usecase def filterMap[B](f: A => Option[B]): $Coll[B]
+     *  
+     *  @param pf     the partial function which filters and maps the $coll.
+     *  @return       a new $coll resulting from applying the given option-valued function
+     *                `f` to each element and collecting all defined results.
+     *                The order of the elements is preserved.
+    def filterMap[B, That](f: A => Option[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      for (x <- this) 
+        f(x) match {
+          case Some(y) => b += y
+          case _ =>
+        }
+      b.result
+    }
+     */
+
+    /** Partitions this $coll in two ${coll}s according to a predicate.
+     *
+     *  @param p the predicate on which to partition.
+     *  @return  a pair of ${coll}s: the first $coll consists of all elements that 
+     *           satisfy the predicate `p` and the second $coll consists of all elements
+     *           that don't. The relative order of the elements in the resulting ${coll}s
+     *           is the same as in the original $coll.
+     */
+    def partition(p: A => Boolean): (Repr, Repr) = {
+      val l, r = newBuilder
+      for (x <- this) (if (p(x)) l else r) += x
+      (l.result, r.result)
+    }
+
+    def groupBy[K](f: A => K): immutable.Map[K, Repr] = {
+      val m = mutable.Map.empty[K, Builder[A, Repr]]
+      for (elem <- this) {
+        val key = f(elem)
+        val bldr = m.getOrElseUpdate(key, newBuilder)
+        bldr += elem
+      }
+      val b = immutable.Map.newBuilder[K, Repr]
+      for ((k, v) <- m)
+        b += ((k, v.result))
+
+      b.result
+    }
+
+    /** Tests whether a predicate holds for all elements of this $coll.
+     *
+     *  $mayNotTerminateInf
+     *
+     *  @param   p     the predicate used to test elements.
+     *  @return        `true` if the given predicate `p` holds for all elements
+     *                 of this $coll, otherwise `false`.
+     */
+    def forall(p: A => Boolean): Boolean = {
+      var result = true
+      breakable {
+        for (x <- this)
+          if (!p(x)) { result = false; break }
+      }
+      result
+    }
+
+    /** Tests whether a predicate holds for some of the elements of this $coll.
+     *
+     *  $mayNotTerminateInf
+     *
+     *  @param   p     the predicate used to test elements.
+     *  @return        `true` if the given predicate `p` holds for some of the
+     *                 elements of this $coll, otherwise `false`.
+     */
+    def exists(p: A => Boolean): Boolean = {
+      var result = false
+      breakable {
+        for (x <- this)
+          if (p(x)) { result = true; break }
+      }
+      result
+    }
+
+    /** Finds the first element of the $coll satisfying a predicate, if any.
+     * 
+     *  $mayNotTerminateInf
+     *  $orderDependent
+     *
+     *  @param p    the predicate used to test elements.
+     *  @return     an option value containing the first element in the $coll
+     *              that satisfies `p`, or `None` if none exists.
+     */
+    def find(p: A => Boolean): Option[A] = {
+      var result: Option[A] = None
+      breakable {
+        for (x <- this)
+          if (p(x)) { result = Some(x); break }
+      }
+      result
+    }
+
+    def scan[B >: A, That](z: B)(op: (B, B) => B)(implicit cbf: CanBuildFrom[Repr, B, That]): That = scanLeft(z)(op)
+
+    def scanLeft[B, That](z: B)(op: (B, A) => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      val b = bf(repr)
+      b.sizeHint(this, 1)
+      var acc = z
+      b += acc
+      for (x <- this) { acc = op(acc, x); b += acc }
+      b.result
+    }
+
+    @migration(2, 9,
+      "This scanRight definition has changed in 2.9.\n" +
+      "The previous behavior can be reproduced with scanRight.reverse."
+    )
+    def scanRight[B, That](z: B)(op: (A, B) => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+      var scanned = List(z)
+      var acc = z
+      for (x <- reversed) {
+        acc = op(x, acc)
+        scanned ::= acc
+      }
+      val b = bf(repr)
+      for (elem <- scanned) b += elem
+      b.result
+    }
+
+    /** Selects the first element of this $coll.
+     *  $orderDependent
+     *  @return  the first element of this $coll.
+     *  @throws `NoSuchElementException` if the $coll is empty.
+     */
+    def head: A = {
+      var result: () => A = () => throw new NoSuchElementException
+      breakable {
+        for (x <- this) {
+          result = () => x
+          break
+        }
+      }
+      result()
+    }
+
+    /** Optionally selects the first element.
+     *  $orderDependent
+     *  @return  the first element of this $coll if it is nonempty, `None` if it is empty.
+     */
+    def headOption: Option[A] = if (isEmpty) None else Some(head)
+
+    /** Selects all elements except the first.
+     *  $orderDependent
+     *  @return  a $coll consisting of all elements of this $coll
+     *           except the first one.
+     *  @throws `UnsupportedOperationException` if the $coll is empty.
+     */ 
+    override def tail: Repr = {
+      if (isEmpty) throw new UnsupportedOperationException("empty.tail")
+      drop(1)
+    }
+
+    /** Selects the last element.
+      * $orderDependent
+      * @return The last element of this $coll.
+      * @throws NoSuchElementException If the $coll is empty.
+      */
+    def last: A = {
+      var lst = head
+      for (x <- this)
+        lst = x
+      lst
+    }
+
+    /** Optionally selects the last element.
+     *  $orderDependent
+     *  @return  the last element of this $coll$ if it is nonempty, `None` if it is empty.
+     */
+    def lastOption: Option[A] = if (isEmpty) None else Some(last)
+
+    /** Selects all elements except the last.
+     *  $orderDependent
+     *  @return  a $coll consisting of all elements of this $coll
+     *           except the last one.
+     *  @throws `UnsupportedOperationException` if the $coll is empty.
+     */
+    def init: Repr = {
+      if (isEmpty) throw new UnsupportedOperationException("empty.init")
+      var lst = head
+      var follow = false
+      val b = newBuilder
+      b.sizeHint(this, -1)
+      for (x <- this.seq) {
+        if (follow) b += lst
+        else follow = true
+        lst = x
+      }
+      b.result
+    }
+
+    def take(n: Int): Repr = slice(0, n)
+
+    def drop(n: Int): Repr = 
+      if (n <= 0) {
+        val b = newBuilder
+        b.sizeHint(this)
+        b ++= thisCollection result
+      }
+      else sliceWithKnownDelta(n, Int.MaxValue, -n)
+
+    def slice(from: Int, until: Int): Repr = sliceWithKnownBound(math.max(from, 0), until)
+
+    // Precondition: from >= 0, until > 0, builder already configured for building.
+    private[this] def sliceInternal(from: Int, until: Int, b: Builder[A, Repr]): Repr = {
+      var i = 0
+      breakable {
+        for (x <- this.seq) {
+          if (i >= from) b += x
+          i += 1
+          if (i >= until) break
+        }
+      }
+      b.result
+    }
+    // Precondition: from >= 0
+    private[scala] def sliceWithKnownDelta(from: Int, until: Int, delta: Int): Repr = {
+      val b = newBuilder
+      if (until <= from) b.result
+      else {
+        b.sizeHint(this, delta)
+        sliceInternal(from, until, b)
+      }
+    }
+    // Precondition: from >= 0
+    private[scala] def sliceWithKnownBound(from: Int, until: Int): Repr = {
+      val b = newBuilder
+      if (until <= from) b.result
+      else {
+        b.sizeHintBounded(until - from, this)      
+        sliceInternal(from, until, b)
+      }
+    }
+
+    def takeWhile(p: A => Boolean): Repr = {
+      val b = newBuilder
+      breakable {
+        for (x <- this) {
+          if (!p(x)) break
+          b += x
+        }
+      }
+      b.result
+    }
+
+    def dropWhile(p: A => Boolean): Repr = {
+      val b = newBuilder
+      var go = false
+      for (x <- this) {
+        if (!p(x)) go = true
+        if (go) b += x
+      }
+      b.result
+    }
+
+    def span(p: A => Boolean): (Repr, Repr) = {
+      val l, r = newBuilder
+      var toLeft = true
+      for (x <- this) {
+        toLeft = toLeft && p(x)
+        (if (toLeft) l else r) += x
+      }
+      (l.result, r.result)
+    }
+
+    def splitAt(n: Int): (Repr, Repr) = {
+      val l, r = newBuilder
+      l.sizeHintBounded(n, this)
+      if (n >= 0) r.sizeHint(this, -n)
+      var i = 0
+      for (x <- this) {
+        (if (i < n) l else r) += x
+        i += 1
+      }
+      (l.result, r.result)
+    }
+
+    /** Iterates over the tails of this $coll. The first value will be this
+     *  $coll and the final one will be an empty $coll, with the intervening
+     *  values the results of successive applications of `tail`.
+     *
+     *  @return   an iterator over all the tails of this $coll
+     *  @example  `List(1,2,3).tails = Iterator(List(1,2,3), List(2,3), List(3), Nil)`
+     */  
+    def tails: Iterator[Repr] = iterateUntilEmpty(_.tail)
+
+    /** Iterates over the inits of this $coll. The first value will be this
+     *  $coll and the final one will be an empty $coll, with the intervening
+     *  values the results of successive applications of `init`.
+     *
+     *  @return  an iterator over all the inits of this $coll
+     *  @example  `List(1,2,3).inits = Iterator(List(1,2,3), List(1,2), List(1), Nil)`
+     */
+    def inits: Iterator[Repr] = iterateUntilEmpty(_.init)
+
+    /** Copies elements of this $coll to an array.
+     *  Fills the given array `xs` with at most `len` elements of
+     *  this $coll, starting at position `start`.
+     *  Copying will stop once either the end of the current $coll is reached,
+     *  or the end of the array is reached, or `len` elements have been copied.
+     *
+     *  $willNotTerminateInf
+     * 
+     *  @param  xs     the array to fill.
+     *  @param  start  the starting index.
+     *  @param  len    the maximal number of elements to copy.
+     *  @tparam B      the type of the elements of the array. 
+     * 
+     *
+     *  @usecase def copyToArray(xs: Array[A], start: Int, len: Int): Unit
+     */
+    def copyToArray[B >: A](xs: Array[B], start: Int, len: Int) {
+      var i = start
+      val end = (start + len) min xs.length
+      breakable {
+        for (x <- this) {
+          if (i >= end) break
+          xs(i) = x
+          i += 1
+        }
+      }
+    }
+
+    def toTraversable: Traversable[A] = thisCollection
+    def toIterator: Iterator[A] = toStream.iterator
+    def toStream: Stream[A] = toBuffer.toStream
+
+    /** Converts this $coll to a string.
+     *
+     *  @return   a string representation of this collection. By default this
+     *            string consists of the `stringPrefix` of this $coll,
+     *            followed by all elements separated by commas and enclosed in parentheses.
+     */
+    override def toString = mkString(stringPrefix + "(", ", ", ")")
+
+    /** Defines the prefix of this object's `toString` representation.
+     *
+     *  @return  a string representation which starts the result of `toString`
+     *           applied to this $coll. By default the string prefix is the
+     *           simple name of the collection class $coll.
+     */
+    def stringPrefix : String = {
+      var string = repr.asInstanceOf[AnyRef].getClass.getName
+      val idx1 = string.lastIndexOf('.' : Int)
+      if (idx1 != -1) string = string.substring(idx1 + 1)
+      val idx2 = string.indexOf('$')
+      if (idx2 != -1) string = string.substring(0, idx2)
+      string
+    }
+
+    /** Creates a non-strict view of this $coll.
+     * 
+     *  @return a non-strict view of this $coll.
+     */
+    def view = new TraversableView[A, Repr] {
+      protected lazy val underlying = self.repr
+      override def foreach[U](f: A => U) = self foreach f
+    }
+
+    /** Creates a non-strict view of a slice of this $coll.
+     *
+     *  Note: the difference between `view` and `slice` is that `view` produces
+     *        a view of the current $coll, whereas `slice` produces a new $coll.
+     * 
+     *  Note: `view(from, to)` is equivalent to `view.slice(from, to)`
+     *  $orderDependent
+     * 
+     *  @param from   the index of the first element of the view
+     *  @param until  the index of the element following the view
+     *  @return a non-strict view of a slice of this $coll, starting at index `from`
+     *  and extending up to (but not including) index `until`.
+     */
+    def view(from: Int, until: Int): TraversableView[A, Repr] = view.slice(from, until)
+
+    /** Creates a non-strict filter of this $coll.
+     *
+     *  Note: the difference between `c filter p` and `c withFilter p` is that
+     *        the former creates a new collection, whereas the latter only
+     *        restricts the domain of subsequent `map`, `flatMap`, `foreach`,
+     *        and `withFilter` operations.
+     *  $orderDependent
+     * 
+     *  @param p   the predicate used to test elements.
+     *  @return    an object of class `WithFilter`, which supports
+     *             `map`, `flatMap`, `foreach`, and `withFilter` operations.
+     *             All these operations apply to those elements of this $coll which
+     *             satisfy the predicate `p`.
+     */
+    def withFilter(p: A => Boolean): FilterMonadic[A, Repr] = new WithFilter(p)
+
+    /** A class supporting filtered operations. Instances of this class are
+     *  returned by method `withFilter`.
+     */
+    class WithFilter(p: A => Boolean) extends FilterMonadic[A, Repr] {
+
+      /** Builds a new collection by applying a function to all elements of the
+       *  outer $coll containing this `WithFilter` instance that satisfy predicate `p`.
+       *
+       *  @param f      the function to apply to each element.
+       *  @tparam B     the element type of the returned collection.
+       *  @tparam That  $thatinfo
+       *  @param bf     $bfinfo
+       *  @return       a new collection of type `That` resulting from applying
+       *                the given function `f` to each element of the outer $coll
+       *                that satisfies predicate `p` and collecting the results.
+       *
+       *  @usecase def map[B](f: A => B): $Coll[B] 
+       *  
+       *  @return       a new $coll resulting from applying the given function
+       *                `f` to each element of the outer $coll that satisfies
+       *                predicate `p` and collecting the results.
+       */
+      def map[B, That](f: A => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+        val b = bf(repr)
+        for (x <- self) 
+          if (p(x)) b += f(x)
+        b.result
+      }
+
+      /** Builds a new collection by applying a function to all elements of the
+       *  outer $coll containing this `WithFilter` instance that satisfy
+       *  predicate `p` and concatenating the results. 
+       *
+       *  @param f      the function to apply to each element.
+       *  @tparam B     the element type of the returned collection.
+       *  @tparam That  $thatinfo
+       *  @param bf     $bfinfo
+       *  @return       a new collection of type `That` resulting from applying
+       *                the given collection-valued function `f` to each element
+       *                of the outer $coll that satisfies predicate `p` and
+       *                concatenating the results.
+       *
+       *  @usecase def flatMap[B](f: A => TraversableOnce[B]): $Coll[B]
+       * 
+       *  @return       a new $coll resulting from applying the given collection-valued function
+       *                `f` to each element of the outer $coll that satisfies predicate `p` and concatenating the results.
+       */
+      def flatMap[B, That](f: A => GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
+        val b = bf(repr)
+        for (x <- self) 
+          if (p(x)) b ++= f(x).seq
+        b.result
+      }
+
+      /** Applies a function `f` to all elements of the outer $coll containing
+       *  this `WithFilter` instance that satisfy predicate `p`.
+       *
+       *  @param  f   the function that is applied for its side-effect to every element.
+       *              The result of function `f` is discarded.
+       *              
+       *  @tparam  U  the type parameter describing the result of function `f`. 
+       *              This result will always be ignored. Typically `U` is `Unit`,
+       *              but this is not necessary.
+       *
+       *  @usecase def foreach(f: A => Unit): Unit
+       */   
+      def foreach[U](f: A => U): Unit = 
+        for (x <- self) 
+          if (p(x)) f(x)
+
+      /** Further refines the filter for this $coll.
+       *
+       *  @param q   the predicate used to test elements.
+       *  @return    an object of class `WithFilter`, which supports
+       *             `map`, `flatMap`, `foreach`, and `withFilter` operations.
+       *             All these operations apply to those elements of this $coll which
+       *             satisfy the predicate `q` in addition to the predicate `p`.
+       */
+      def withFilter(q: A => Boolean): WithFilter = 
+        new WithFilter(x => p(x) && q(x))
+    }
+
+    // A helper for tails and inits.
+    private def iterateUntilEmpty(f: Traversable[A @uV] => Traversable[A @uV]): Iterator[Repr] = {
+      val it = Iterator.iterate(thisCollection)(f) takeWhile (x => !x.isEmpty)
+      it ++ Iterator(Nil) map (newBuilder ++= _ result)
+    }
+  }
+
+
+</textarea>
+</form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        theme: "ambiance",
+        mode: "text/x-scala"
+      });
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/clojure/clojure.js b/components/originalComponents/static/admin/codemirror/mode/clojure/clojure.js
new file mode 100755
index 00000000..84f6073f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/clojure/clojure.js
@@ -0,0 +1,206 @@
+/**
+ * Author: Hans Engel
+ * Branched from CodeMirror's Scheme mode (by Koh Zi Han, based on implementation by Koh Zi Chun)
+ */
+CodeMirror.defineMode("clojure", function (config, mode) {
+    var BUILTIN = "builtin", COMMENT = "comment", STRING = "string", TAG = "tag",
+        ATOM = "atom", NUMBER = "number", BRACKET = "bracket", KEYWORD = "keyword";
+    var INDENT_WORD_SKIP = 2, KEYWORDS_SKIP = 1;
+
+    function makeKeywords(str) {
+        var obj = {}, words = str.split(" ");
+        for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+        return obj;
+    }
+
+    var atoms = makeKeywords("true false nil");
+    
+    var keywords = makeKeywords(
+      "defn defn- def def- defonce defmulti defmethod defmacro defstruct deftype defprotocol defrecord defproject deftest slice defalias defhinted defmacro- defn-memo defnk defnk defonce- defunbound defunbound- defvar defvar- let letfn do case cond condp for loop recur when when-not when-let when-first if if-let if-not . .. -> ->> doto and or dosync doseq dotimes dorun doall load import unimport ns in-ns refer try catch finally throw with-open with-local-vars binding gen-class gen-and-load-class gen-and-save-class handler-case handle");
+
+    var builtins = makeKeywords(
+        "* *1 *2 *3 *agent* *allow-unresolved-vars* *assert *clojure-version* *command-line-args* *compile-files* *compile-path* *e *err* *file* *flush-on-newline* *in* *macro-meta* *math-context* *ns* *out* *print-dup* *print-length* *print-level* *print-meta* *print-readably* *read-eval* *source-path* *use-context-classloader* *warn-on-reflection* + - / < <= = == > >= accessor aclone agent agent-errors aget alength alias all-ns alter alter-meta! alter-var-root amap ancestors and apply areduce array-map aset aset-boolean aset-byte aset-char aset-double aset-float aset-int aset-long aset-short assert assoc assoc! assoc-in associative? atom await await-for await1 bases bean bigdec bigint binding bit-and bit-and-not bit-clear bit-flip bit-not bit-or bit-set bit-shift-left bit-shift-right bit-test bit-xor boolean boolean-array booleans bound-fn bound-fn* butlast byte byte-array bytes case cast char char-array char-escape-string char-name-string char? chars chunk chunk-append chunk-buffer chunk-cons chunk-first chunk-next chunk-rest chunked-seq? class class? clear-agent-errors clojure-version coll? comment commute comp comparator compare compare-and-set! compile complement concat cond condp conj conj! cons constantly construct-proxy contains? count counted? create-ns create-struct cycle dec decimal? declare definline defmacro defmethod defmulti defn defn- defonce defstruct delay delay? deliver deref derive descendants destructure disj disj! dissoc dissoc! distinct distinct? doall doc dorun doseq dosync dotimes doto double double-array doubles drop drop-last drop-while empty empty? ensure enumeration-seq eval even? every? extend extend-protocol extend-type extends? extenders false? ffirst file-seq filter find find-doc find-ns find-var first float float-array float? floats flush fn fn? fnext for force format future future-call future-cancel future-cancelled? future-done? future? gen-class gen-interface gensym get get-in get-method get-proxy-class get-thread-bindings get-validator hash hash-map hash-set identical? identity if-let if-not ifn? import in-ns inc init-proxy instance? int int-array integer? interleave intern interpose into into-array ints io! isa? iterate iterator-seq juxt key keys keyword keyword? last lazy-cat lazy-seq let letfn line-seq list list* list? load load-file load-reader load-string loaded-libs locking long long-array longs loop macroexpand macroexpand-1 make-array make-hierarchy map map? mapcat max max-key memfn memoize merge merge-with meta method-sig methods min min-key mod name namespace neg? newline next nfirst nil? nnext not not-any? not-empty not-every? not= ns ns-aliases ns-imports ns-interns ns-map ns-name ns-publics ns-refers ns-resolve ns-unalias ns-unmap nth nthnext num number? odd? or parents partial partition pcalls peek persistent! pmap pop pop! pop-thread-bindings pos? pr pr-str prefer-method prefers primitives-classnames print print-ctor print-doc print-dup print-method print-namespace-doc print-simple print-special-doc print-str printf println println-str prn prn-str promise proxy proxy-call-with-super proxy-mappings proxy-name proxy-super push-thread-bindings pvalues quot rand rand-int range ratio? rational? rationalize re-find re-groups re-matcher re-matches re-pattern re-seq read read-line read-string reify reduce ref ref-history-count ref-max-history ref-min-history ref-set refer refer-clojure release-pending-sends rem remove remove-method remove-ns repeat repeatedly replace replicate require reset! reset-meta! resolve rest resultset-seq reverse reversible? rseq rsubseq satisfies? second select-keys send send-off seq seq? seque sequence sequential? set set-validator! set? short short-array shorts shutdown-agents slurp some sort sort-by sorted-map sorted-map-by sorted-set sorted-set-by sorted? special-form-anchor special-symbol? split-at split-with str stream? string? struct struct-map subs subseq subvec supers swap! symbol symbol? sync syntax-symbol-anchor take take-last take-nth take-while test the-ns time to-array to-array-2d trampoline transient tree-seq true? type unchecked-add unchecked-dec unchecked-divide unchecked-inc unchecked-multiply unchecked-negate unchecked-remainder unchecked-subtract underive unquote unquote-splicing update-in update-proxy use val vals var-get var-set var? vary-meta vec vector vector? when when-first when-let when-not while with-bindings with-bindings* with-in-str with-loading-context with-local-vars with-meta with-open with-out-str with-precision xml-seq");
+
+    var indentKeys = makeKeywords(
+        // Built-ins
+        "ns fn def defn defmethod bound-fn if if-not case condp when while when-not when-first do future comment doto locking proxy with-open with-precision reify deftype defrecord defprotocol extend extend-protocol extend-type try catch " +
+
+        // Binding forms
+        "let letfn binding loop for doseq dotimes when-let if-let " +
+
+        // Data structures
+        "defstruct struct-map assoc " +
+
+        // clojure.test
+        "testing deftest " +
+
+        // contrib
+        "handler-case handle dotrace deftrace");
+
+    var tests = {
+        digit: /\d/,
+        digit_or_colon: /[\d:]/,
+        hex: /[0-9a-f]/i,
+        sign: /[+-]/,
+        exponent: /e/i,
+        keyword_char: /[^\s\(\[\;\)\]]/,
+        basic: /[\w\$_\-]/,
+        lang_keyword: /[\w*+!\-_?:\/]/
+    };
+
+    function stateStack(indent, type, prev) { // represents a state stack object
+        this.indent = indent;
+        this.type = type;
+        this.prev = prev;
+    }
+
+    function pushStack(state, indent, type) {
+        state.indentStack = new stateStack(indent, type, state.indentStack);
+    }
+
+    function popStack(state) {
+        state.indentStack = state.indentStack.prev;
+    }
+
+    function isNumber(ch, stream){
+        // hex
+        if ( ch === '0' && stream.eat(/x/i) ) {
+            stream.eatWhile(tests.hex);
+            return true;
+        }
+
+        // leading sign
+        if ( ( ch == '+' || ch == '-' ) && ( tests.digit.test(stream.peek()) ) ) {
+          stream.eat(tests.sign);
+          ch = stream.next();
+        }
+
+        if ( tests.digit.test(ch) ) {
+            stream.eat(ch);
+            stream.eatWhile(tests.digit);
+
+            if ( '.' == stream.peek() ) {
+                stream.eat('.');
+                stream.eatWhile(tests.digit);
+            }
+
+            if ( stream.eat(tests.exponent) ) {
+                stream.eat(tests.sign);
+                stream.eatWhile(tests.digit);
+            }
+
+            return true;
+        }
+
+        return false;
+    }
+
+    return {
+        startState: function () {
+            return {
+                indentStack: null,
+                indentation: 0,
+                mode: false
+            };
+        },
+
+        token: function (stream, state) {
+            if (state.indentStack == null && stream.sol()) {
+                // update indentation, but only if indentStack is empty
+                state.indentation = stream.indentation();
+            }
+
+            // skip spaces
+            if (stream.eatSpace()) {
+                return null;
+            }
+            var returnType = null;
+
+            switch(state.mode){
+                case "string": // multi-line string parsing mode
+                    var next, escaped = false;
+                    while ((next = stream.next()) != null) {
+                        if (next == "\"" && !escaped) {
+
+                            state.mode = false;
+                            break;
+                        }
+                        escaped = !escaped && next == "\\";
+                    }
+                    returnType = STRING; // continue on in string mode
+                    break;
+                default: // default parsing mode
+                    var ch = stream.next();
+
+                    if (ch == "\"") {
+                        state.mode = "string";
+                        returnType = STRING;
+                    } else if (ch == "'" && !( tests.digit_or_colon.test(stream.peek()) )) {
+                        returnType = ATOM;
+                    } else if (ch == ";") { // comment
+                        stream.skipToEnd(); // rest of the line is a comment
+                        returnType = COMMENT;
+                    } else if (isNumber(ch,stream)){
+                        returnType = NUMBER;
+                    } else if (ch == "(" || ch == "[") {
+                        var keyWord = '', indentTemp = stream.column(), letter;
+                        /**
+                        Either
+                        (indent-word ..
+                        (non-indent-word ..
+                        (;something else, bracket, etc.
+                        */
+
+                        if (ch == "(") while ((letter = stream.eat(tests.keyword_char)) != null) {
+                            keyWord += letter;
+                        }
+
+                        if (keyWord.length > 0 && (indentKeys.propertyIsEnumerable(keyWord) ||
+                                                   /^(?:def|with)/.test(keyWord))) { // indent-word
+                            pushStack(state, indentTemp + INDENT_WORD_SKIP, ch);
+                        } else { // non-indent word
+                            // we continue eating the spaces
+                            stream.eatSpace();
+                            if (stream.eol() || stream.peek() == ";") {
+                                // nothing significant after
+                                // we restart indentation 1 space after
+                                pushStack(state, indentTemp + 1, ch);
+                            } else {
+                                pushStack(state, indentTemp + stream.current().length, ch); // else we match
+                            }
+                        }
+                        stream.backUp(stream.current().length - 1); // undo all the eating
+
+                        returnType = BRACKET;
+                    } else if (ch == ")" || ch == "]") {
+                        returnType = BRACKET;
+                        if (state.indentStack != null && state.indentStack.type == (ch == ")" ? "(" : "[")) {
+                            popStack(state);
+                        }
+                    } else if ( ch == ":" ) {
+                        stream.eatWhile(tests.lang_keyword);
+                        return ATOM;
+                    } else {
+                        stream.eatWhile(tests.basic);
+
+                        if (keywords && keywords.propertyIsEnumerable(stream.current())) {
+                            returnType = KEYWORD;
+                        } else if (builtins && builtins.propertyIsEnumerable(stream.current())) {
+                            returnType = BUILTIN;
+                        } else if (atoms && atoms.propertyIsEnumerable(stream.current())) {
+                            returnType = ATOM;
+                        } else returnType = null;
+                    }
+            }
+
+            return returnType;
+        },
+
+        indent: function (state, textAfter) {
+            if (state.indentStack == null) return state.indentation;
+            return state.indentStack.indent;
+        }
+    };
+});
+
+CodeMirror.defineMIME("text/x-clojure", "clojure");
diff --git a/components/originalComponents/static/admin/codemirror/mode/clojure/index.html b/components/originalComponents/static/admin/codemirror/mode/clojure/index.html
new file mode 100755
index 00000000..bce04735
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/clojure/index.html
@@ -0,0 +1,67 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Clojure mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="clojure.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Clojure mode</h1>
+    <form><textarea id="code" name="code">
+; Conway's Game of Life, based on the work of:
+;; Laurent Petit https://gist.github.com/1200343
+;; Christophe Grand http://clj-me.cgrand.net/2011/08/19/conways-game-of-life
+
+(ns ^{:doc "Conway's Game of Life."}
+ game-of-life)
+
+;; Core game of life's algorithm functions
+
+(defn neighbours 
+  "Given a cell's coordinates, returns the coordinates of its neighbours."
+  [[x y]]
+  (for [dx [-1 0 1] dy (if (zero? dx) [-1 1] [-1 0 1])]
+    [(+ dx x) (+ dy y)]))
+
+(defn step 
+  "Given a set of living cells, computes the new set of living cells."
+  [cells]
+  (set (for [[cell n] (frequencies (mapcat neighbours cells))
+             :when (or (= n 3) (and (= n 2) (cells cell)))]
+         cell)))
+
+;; Utility methods for displaying game on a text terminal
+
+(defn print-board 
+  "Prints a board on *out*, representing a step in the game."
+  [board w h]
+  (doseq [x (range (inc w)) y (range (inc h))]
+    (if (= y 0) (print "\n")) 
+    (print (if (board [x y]) "[X]" " . "))))
+
+(defn display-grids 
+  "Prints a squence of boards on *out*, representing several steps."
+  [grids w h]
+  (doseq [board grids]
+    (print-board board w h)
+    (print "\n")))
+
+;; Launches an example board
+
+(def 
+  ^{:doc "board represents the initial set of living cells"}
+   board #{[2 1] [2 2] [2 3]})
+
+(display-grids (take 3 (iterate step board)) 5 5) </textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-clojure</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/coffeescript/LICENSE b/components/originalComponents/static/admin/codemirror/mode/coffeescript/LICENSE
new file mode 100755
index 00000000..977e284e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/coffeescript/LICENSE
@@ -0,0 +1,22 @@
+The MIT License
+
+Copyright (c) 2011 Jeff Pickhardt
+Modified from the Python CodeMirror mode, Copyright (c) 2010 Timothy Farrell
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/coffeescript/coffeescript.js b/components/originalComponents/static/admin/codemirror/mode/coffeescript/coffeescript.js
new file mode 100755
index 00000000..e9b97f14
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/coffeescript/coffeescript.js
@@ -0,0 +1,346 @@
+/**
+ * Link to the project's GitHub page:
+ * https://github.com/pickhardt/coffeescript-codemirror-mode
+ */
+CodeMirror.defineMode('coffeescript', function(conf) {
+    var ERRORCLASS = 'error';
+
+    function wordRegexp(words) {
+        return new RegExp("^((" + words.join(")|(") + "))\\b");
+    }
+
+    var singleOperators = new RegExp("^[\\+\\-\\*/%&|\\^~<>!\?]");
+    var singleDelimiters = new RegExp('^[\\(\\)\\[\\]\\{\\},:`=;\\.]');
+    var doubleOperators = new RegExp("^((\->)|(\=>)|(\\+\\+)|(\\+\\=)|(\\-\\-)|(\\-\\=)|(\\*\\*)|(\\*\\=)|(\\/\\/)|(\\/\\=)|(==)|(!=)|(<=)|(>=)|(<>)|(<<)|(>>)|(//))");
+    var doubleDelimiters = new RegExp("^((\\.\\.)|(\\+=)|(\\-=)|(\\*=)|(%=)|(/=)|(&=)|(\\|=)|(\\^=))");
+    var tripleDelimiters = new RegExp("^((\\.\\.\\.)|(//=)|(>>=)|(<<=)|(\\*\\*=))");
+    var identifiers = new RegExp("^[_A-Za-z$][_A-Za-z$0-9]*");
+    var properties = new RegExp("^(@|this\.)[_A-Za-z$][_A-Za-z$0-9]*");
+
+    var wordOperators = wordRegexp(['and', 'or', 'not',
+                                    'is', 'isnt', 'in',
+                                    'instanceof', 'typeof']);
+    var indentKeywords = ['for', 'while', 'loop', 'if', 'unless', 'else',
+                          'switch', 'try', 'catch', 'finally', 'class'];
+    var commonKeywords = ['break', 'by', 'continue', 'debugger', 'delete',
+                          'do', 'in', 'of', 'new', 'return', 'then',
+                          'this', 'throw', 'when', 'until'];
+
+    var keywords = wordRegexp(indentKeywords.concat(commonKeywords));
+
+    indentKeywords = wordRegexp(indentKeywords);
+
+
+    var stringPrefixes = new RegExp("^('{3}|\"{3}|['\"])");
+    var regexPrefixes = new RegExp("^(/{3}|/)");
+    var commonConstants = ['Infinity', 'NaN', 'undefined', 'null', 'true', 'false', 'on', 'off', 'yes', 'no'];
+    var constants = wordRegexp(commonConstants);
+
+    // Tokenizers
+    function tokenBase(stream, state) {
+        // Handle scope changes
+        if (stream.sol()) {
+            var scopeOffset = state.scopes[0].offset;
+            if (stream.eatSpace()) {
+                var lineOffset = stream.indentation();
+                if (lineOffset > scopeOffset) {
+                    return 'indent';
+                } else if (lineOffset < scopeOffset) {
+                    return 'dedent';
+                }
+                return null;
+            } else {
+                if (scopeOffset > 0) {
+                    dedent(stream, state);
+                }
+            }
+        }
+        if (stream.eatSpace()) {
+            return null;
+        }
+
+        var ch = stream.peek();
+
+        // Handle docco title comment (single line)
+        if (stream.match("####")) {
+            stream.skipToEnd();
+            return 'comment';
+        }
+
+        // Handle multi line comments
+        if (stream.match("###")) {
+            state.tokenize = longComment;
+            return state.tokenize(stream, state);
+        }
+
+        // Single line comment
+        if (ch === '#') {
+            stream.skipToEnd();
+            return 'comment';
+        }
+
+        // Handle number literals
+        if (stream.match(/^-?[0-9\.]/, false)) {
+            var floatLiteral = false;
+            // Floats
+            if (stream.match(/^-?\d*\.\d+(e[\+\-]?\d+)?/i)) {
+              floatLiteral = true;
+            }
+            if (stream.match(/^-?\d+\.\d*/)) {
+              floatLiteral = true;
+            }
+            if (stream.match(/^-?\.\d+/)) {
+              floatLiteral = true;
+            }
+
+            if (floatLiteral) {
+                // prevent from getting extra . on 1..
+                if (stream.peek() == "."){
+                    stream.backUp(1);
+                }
+                return 'number';
+            }
+            // Integers
+            var intLiteral = false;
+            // Hex
+            if (stream.match(/^-?0x[0-9a-f]+/i)) {
+              intLiteral = true;
+            }
+            // Decimal
+            if (stream.match(/^-?[1-9]\d*(e[\+\-]?\d+)?/)) {
+                intLiteral = true;
+            }
+            // Zero by itself with no other piece of number.
+            if (stream.match(/^-?0(?![\dx])/i)) {
+              intLiteral = true;
+            }
+            if (intLiteral) {
+                return 'number';
+            }
+        }
+
+        // Handle strings
+        if (stream.match(stringPrefixes)) {
+            state.tokenize = tokenFactory(stream.current(), 'string');
+            return state.tokenize(stream, state);
+        }
+        // Handle regex literals
+        if (stream.match(regexPrefixes)) {
+            if (stream.current() != '/' || stream.match(/^.*\//, false)) { // prevent highlight of division
+                state.tokenize = tokenFactory(stream.current(), 'string-2');
+                return state.tokenize(stream, state);
+            } else {
+                stream.backUp(1);
+            }
+        }
+
+        // Handle operators and delimiters
+        if (stream.match(tripleDelimiters) || stream.match(doubleDelimiters)) {
+            return 'punctuation';
+        }
+        if (stream.match(doubleOperators)
+            || stream.match(singleOperators)
+            || stream.match(wordOperators)) {
+            return 'operator';
+        }
+        if (stream.match(singleDelimiters)) {
+            return 'punctuation';
+        }
+
+        if (stream.match(constants)) {
+            return 'atom';
+        }
+
+        if (stream.match(keywords)) {
+            return 'keyword';
+        }
+
+        if (stream.match(identifiers)) {
+            return 'variable';
+        }
+        
+        if (stream.match(properties)) {
+            return 'property';
+        }
+
+        // Handle non-detected items
+        stream.next();
+        return ERRORCLASS;
+    }
+
+    function tokenFactory(delimiter, outclass) {
+        var singleline = delimiter.length == 1;
+        return function tokenString(stream, state) {
+            while (!stream.eol()) {
+                stream.eatWhile(/[^'"\/\\]/);
+                if (stream.eat('\\')) {
+                    stream.next();
+                    if (singleline && stream.eol()) {
+                        return outclass;
+                    }
+                } else if (stream.match(delimiter)) {
+                    state.tokenize = tokenBase;
+                    return outclass;
+                } else {
+                    stream.eat(/['"\/]/);
+                }
+            }
+            if (singleline) {
+                if (conf.mode.singleLineStringErrors) {
+                    outclass = ERRORCLASS;
+                } else {
+                    state.tokenize = tokenBase;
+                }
+            }
+            return outclass;
+        };
+    }
+
+    function longComment(stream, state) {
+        while (!stream.eol()) {
+            stream.eatWhile(/[^#]/);
+            if (stream.match("###")) {
+                state.tokenize = tokenBase;
+                break;
+            }
+            stream.eatWhile("#");
+        }
+        return "comment";
+    }
+
+    function indent(stream, state, type) {
+        type = type || 'coffee';
+        var indentUnit = 0;
+        if (type === 'coffee') {
+            for (var i = 0; i < state.scopes.length; i++) {
+                if (state.scopes[i].type === 'coffee') {
+                    indentUnit = state.scopes[i].offset + conf.indentUnit;
+                    break;
+                }
+            }
+        } else {
+            indentUnit = stream.column() + stream.current().length;
+        }
+        state.scopes.unshift({
+            offset: indentUnit,
+            type: type
+        });
+    }
+
+    function dedent(stream, state) {
+        if (state.scopes.length == 1) return;
+        if (state.scopes[0].type === 'coffee') {
+            var _indent = stream.indentation();
+            var _indent_index = -1;
+            for (var i = 0; i < state.scopes.length; ++i) {
+                if (_indent === state.scopes[i].offset) {
+                    _indent_index = i;
+                    break;
+                }
+            }
+            if (_indent_index === -1) {
+                return true;
+            }
+            while (state.scopes[0].offset !== _indent) {
+                state.scopes.shift();
+            }
+            return false;
+        } else {
+            state.scopes.shift();
+            return false;
+        }
+    }
+
+    function tokenLexer(stream, state) {
+        var style = state.tokenize(stream, state);
+        var current = stream.current();
+
+        // Handle '.' connected identifiers
+        if (current === '.') {
+            style = state.tokenize(stream, state);
+            current = stream.current();
+            if (style === 'variable') {
+                return 'variable';
+            } else {
+                return ERRORCLASS;
+            }
+        }
+
+        // Handle scope changes.
+        if (current === 'return') {
+            state.dedent += 1;
+        }
+        if (((current === '->' || current === '=>') &&
+                  !state.lambda &&
+                  state.scopes[0].type == 'coffee' &&
+                  stream.peek() === '')
+               || style === 'indent') {
+            indent(stream, state);
+        }
+        var delimiter_index = '[({'.indexOf(current);
+        if (delimiter_index !== -1) {
+            indent(stream, state, '])}'.slice(delimiter_index, delimiter_index+1));
+        }
+        if (indentKeywords.exec(current)){
+            indent(stream, state);
+        }
+        if (current == 'then'){
+            dedent(stream, state);
+        }
+
+
+        if (style === 'dedent') {
+            if (dedent(stream, state)) {
+                return ERRORCLASS;
+            }
+        }
+        delimiter_index = '])}'.indexOf(current);
+        if (delimiter_index !== -1) {
+            if (dedent(stream, state)) {
+                return ERRORCLASS;
+            }
+        }
+        if (state.dedent > 0 && stream.eol() && state.scopes[0].type == 'coffee') {
+            if (state.scopes.length > 1) state.scopes.shift();
+            state.dedent -= 1;
+        }
+
+        return style;
+    }
+
+    var external = {
+        startState: function(basecolumn) {
+            return {
+              tokenize: tokenBase,
+              scopes: [{offset:basecolumn || 0, type:'coffee'}],
+              lastToken: null,
+              lambda: false,
+              dedent: 0
+          };
+        },
+
+        token: function(stream, state) {
+            var style = tokenLexer(stream, state);
+
+            state.lastToken = {style:style, content: stream.current()};
+
+            if (stream.eol() && stream.lambda) {
+                state.lambda = false;
+            }
+
+            return style;
+        },
+
+        indent: function(state, textAfter) {
+            if (state.tokenize != tokenBase) {
+                return 0;
+            }
+
+            return state.scopes[0].offset;
+        }
+
+    };
+    return external;
+});
+
+CodeMirror.defineMIME('text/x-coffeescript', 'coffeescript');
diff --git a/components/originalComponents/static/admin/codemirror/mode/coffeescript/index.html b/components/originalComponents/static/admin/codemirror/mode/coffeescript/index.html
new file mode 100755
index 00000000..ee72b8d2
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/coffeescript/index.html
@@ -0,0 +1,728 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: CoffeeScript mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="coffeescript.js"></script>
+    <style>.CodeMirror {border-top: 1px solid silver; border-bottom: 1px solid silver;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: CoffeeScript mode</h1>
+    <form><textarea id="code" name="code">
+# CoffeeScript mode for CodeMirror
+# Copyright (c) 2011 Jeff Pickhardt, released under
+# the MIT License.
+#
+# Modified from the Python CodeMirror mode, which also is 
+# under the MIT License Copyright (c) 2010 Timothy Farrell.
+#
+# The following script, Underscore.coffee, is used to 
+# demonstrate CoffeeScript mode for CodeMirror.
+#
+# To download CoffeeScript mode for CodeMirror, go to:
+# https://github.com/pickhardt/coffeescript-codemirror-mode
+
+# **Underscore.coffee
+# (c) 2011 Jeremy Ashkenas, DocumentCloud Inc.**
+# Underscore is freely distributable under the terms of the
+# [MIT license](http://en.wikipedia.org/wiki/MIT_License).
+# Portions of Underscore are inspired by or borrowed from
+# [Prototype.js](http://prototypejs.org/api), Oliver Steele's
+# [Functional](http://osteele.com), and John Resig's
+# [Micro-Templating](http://ejohn.org).
+# For all details and documentation:
+# http://documentcloud.github.com/underscore/
+
+
+# Baseline setup
+# --------------
+
+# Establish the root object, `window` in the browser, or `global` on the server.
+root = this
+
+
+# Save the previous value of the `_` variable.
+previousUnderscore = root._
+
+### Multiline
+    comment
+###
+
+# Establish the object that gets thrown to break out of a loop iteration.
+# `StopIteration` is SOP on Mozilla.
+breaker = if typeof(StopIteration) is 'undefined' then '__break__' else StopIteration
+
+
+#### Docco style single line comment (title)
+
+
+# Helper function to escape **RegExp** contents, because JS doesn't have one.
+escapeRegExp = (string) -> string.replace(/([.*+?^${}()|[\]\/\\])/g, '\\$1')
+
+
+# Save bytes in the minified (but not gzipped) version:
+ArrayProto = Array.prototype
+ObjProto = Object.prototype
+
+
+# Create quick reference variables for speed access to core prototypes.
+slice = ArrayProto.slice
+unshift = ArrayProto.unshift
+toString = ObjProto.toString
+hasOwnProperty = ObjProto.hasOwnProperty
+propertyIsEnumerable = ObjProto.propertyIsEnumerable
+
+
+# All **ECMA5** native implementations we hope to use are declared here.
+nativeForEach = ArrayProto.forEach
+nativeMap = ArrayProto.map
+nativeReduce = ArrayProto.reduce
+nativeReduceRight = ArrayProto.reduceRight
+nativeFilter = ArrayProto.filter
+nativeEvery = ArrayProto.every
+nativeSome = ArrayProto.some
+nativeIndexOf = ArrayProto.indexOf
+nativeLastIndexOf = ArrayProto.lastIndexOf
+nativeIsArray = Array.isArray
+nativeKeys = Object.keys
+
+
+# Create a safe reference to the Underscore object for use below.
+_ = (obj) -> new wrapper(obj)
+
+
+# Export the Underscore object for **CommonJS**.
+if typeof(exports) != 'undefined' then exports._ = _
+
+
+# Export Underscore to global scope.
+root._ = _
+
+
+# Current version.
+_.VERSION = '1.1.0'
+
+
+# Collection Functions
+# --------------------
+
+# The cornerstone, an **each** implementation.
+# Handles objects implementing **forEach**, arrays, and raw objects.
+_.each = (obj, iterator, context) ->
+  try
+    if nativeForEach and obj.forEach is nativeForEach
+      obj.forEach iterator, context
+    else if _.isNumber obj.length
+      iterator.call context, obj[i], i, obj for i in [0...obj.length]
+    else
+      iterator.call context, val, key, obj for own key, val of obj
+  catch e
+    throw e if e isnt breaker
+  obj
+
+
+# Return the results of applying the iterator to each element. Use JavaScript
+# 1.6's version of **map**, if possible.
+_.map = (obj, iterator, context) ->
+  return obj.map(iterator, context) if nativeMap and obj.map is nativeMap
+  results = []
+  _.each obj, (value, index, list) ->
+    results.push iterator.call context, value, index, list
+  results
+
+
+# **Reduce** builds up a single result from a list of values. Also known as
+# **inject**, or **foldl**. Uses JavaScript 1.8's version of **reduce**, if possible.
+_.reduce = (obj, iterator, memo, context) ->
+  if nativeReduce and obj.reduce is nativeReduce
+    iterator = _.bind iterator, context if context
+    return obj.reduce iterator, memo
+  _.each obj, (value, index, list) ->
+    memo = iterator.call context, memo, value, index, list
+  memo
+
+
+# The right-associative version of **reduce**, also known as **foldr**. Uses
+# JavaScript 1.8's version of **reduceRight**, if available.
+_.reduceRight = (obj, iterator, memo, context) ->
+  if nativeReduceRight and obj.reduceRight is nativeReduceRight
+    iterator = _.bind iterator, context if context
+    return obj.reduceRight iterator, memo
+  reversed = _.clone(_.toArray(obj)).reverse()
+  _.reduce reversed, iterator, memo, context
+
+
+# Return the first value which passes a truth test.
+_.detect = (obj, iterator, context) ->
+  result = null
+  _.each obj, (value, index, list) ->
+    if iterator.call context, value, index, list
+      result = value
+      _.breakLoop()
+  result
+
+
+# Return all the elements that pass a truth test. Use JavaScript 1.6's
+# **filter**, if it exists.
+_.filter = (obj, iterator, context) ->
+  return obj.filter iterator, context if nativeFilter and obj.filter is nativeFilter
+  results = []
+  _.each obj, (value, index, list) ->
+    results.push value if iterator.call context, value, index, list
+  results
+
+
+# Return all the elements for which a truth test fails.
+_.reject = (obj, iterator, context) ->
+  results = []
+  _.each obj, (value, index, list) ->
+    results.push value if not iterator.call context, value, index, list
+  results
+
+
+# Determine whether all of the elements match a truth test. Delegate to
+# JavaScript 1.6's **every**, if it is present.
+_.every = (obj, iterator, context) ->
+  iterator ||= _.identity
+  return obj.every iterator, context if nativeEvery and obj.every is nativeEvery
+  result = true
+  _.each obj, (value, index, list) ->
+    _.breakLoop() unless (result = result and iterator.call(context, value, index, list))
+  result
+
+
+# Determine if at least one element in the object matches a truth test. Use
+# JavaScript 1.6's **some**, if it exists.
+_.some = (obj, iterator, context) ->
+  iterator ||= _.identity
+  return obj.some iterator, context if nativeSome and obj.some is nativeSome
+  result = false
+  _.each obj, (value, index, list) ->
+    _.breakLoop() if (result = iterator.call(context, value, index, list))
+  result
+
+
+# Determine if a given value is included in the array or object,
+# based on `===`.
+_.include = (obj, target) ->
+  return _.indexOf(obj, target) isnt -1 if nativeIndexOf and obj.indexOf is nativeIndexOf
+  return true for own key, val of obj when val is target
+  false
+
+
+# Invoke a method with arguments on every item in a collection.
+_.invoke = (obj, method) ->
+  args = _.rest arguments, 2
+  (if method then val[method] else val).apply(val, args) for val in obj
+
+
+# Convenience version of a common use case of **map**: fetching a property.
+_.pluck = (obj, key) ->
+  _.map(obj, (val) -> val[key])
+
+
+# Return the maximum item or (item-based computation).
+_.max = (obj, iterator, context) ->
+  return Math.max.apply(Math, obj) if not iterator and _.isArray(obj)
+  result = computed: -Infinity
+  _.each obj, (value, index, list) ->
+    computed = if iterator then iterator.call(context, value, index, list) else value
+    computed >= result.computed and (result = {value: value, computed: computed})
+  result.value
+
+
+# Return the minimum element (or element-based computation).
+_.min = (obj, iterator, context) ->
+  return Math.min.apply(Math, obj) if not iterator and _.isArray(obj)
+  result = computed: Infinity
+  _.each obj, (value, index, list) ->
+    computed = if iterator then iterator.call(context, value, index, list) else value
+    computed < result.computed and (result = {value: value, computed: computed})
+  result.value
+
+
+# Sort the object's values by a criterion produced by an iterator.
+_.sortBy = (obj, iterator, context) ->
+  _.pluck(((_.map obj, (value, index, list) ->
+    {value: value, criteria: iterator.call(context, value, index, list)}
+  ).sort((left, right) ->
+    a = left.criteria; b = right.criteria
+    if a < b then -1 else if a > b then 1 else 0
+  )), 'value')
+
+
+# Use a comparator function to figure out at what index an object should
+# be inserted so as to maintain order. Uses binary search.
+_.sortedIndex = (array, obj, iterator) ->
+  iterator ||= _.identity
+  low = 0
+  high = array.length
+  while low < high
+    mid = (low + high) >> 1
+    if iterator(array[mid]) < iterator(obj) then low = mid + 1 else high = mid
+  low
+
+
+# Convert anything iterable into a real, live array.
+_.toArray = (iterable) ->
+  return [] if (!iterable)
+  return iterable.toArray() if (iterable.toArray)
+  return iterable if (_.isArray(iterable))
+  return slice.call(iterable) if (_.isArguments(iterable))
+  _.values(iterable)
+
+
+# Return the number of elements in an object.
+_.size = (obj) -> _.toArray(obj).length
+
+
+# Array Functions
+# ---------------
+
+# Get the first element of an array. Passing `n` will return the first N
+# values in the array. Aliased as **head**. The `guard` check allows it to work
+# with **map**.
+_.first = (array, n, guard) ->
+  if n and not guard then slice.call(array, 0, n) else array[0]
+
+
+# Returns everything but the first entry of the array. Aliased as **tail**.
+# Especially useful on the arguments object. Passing an `index` will return
+# the rest of the values in the array from that index onward. The `guard`
+# check allows it to work with **map**.
+_.rest = (array, index, guard) ->
+  slice.call(array, if _.isUndefined(index) or guard then 1 else index)
+
+
+# Get the last element of an array.
+_.last = (array) -> array[array.length - 1]
+
+
+# Trim out all falsy values from an array.
+_.compact = (array) -> item for item in array when item
+
+
+# Return a completely flattened version of an array.
+_.flatten = (array) ->
+  _.reduce array, (memo, value) ->
+    return memo.concat(_.flatten(value)) if _.isArray value
+    memo.push value
+    memo
+  , []
+
+
+# Return a version of the array that does not contain the specified value(s).
+_.without = (array) ->
+  values = _.rest arguments
+  val for val in _.toArray(array) when not _.include values, val
+
+
+# Produce a duplicate-free version of the array. If the array has already
+# been sorted, you have the option of using a faster algorithm.
+_.uniq = (array, isSorted) ->
+  memo = []
+  for el, i in _.toArray array
+    memo.push el if i is 0 || (if isSorted is true then _.last(memo) isnt el else not _.include(memo, el))
+  memo
+
+
+# Produce an array that contains every item shared between all the
+# passed-in arrays.
+_.intersect = (array) ->
+  rest = _.rest arguments
+  _.select _.uniq(array), (item) ->
+    _.all rest, (other) ->
+      _.indexOf(other, item) >= 0
+
+
+# Zip together multiple lists into a single array -- elements that share
+# an index go together.
+_.zip = ->
+  length = _.max _.pluck arguments, 'length'
+  results = new Array length
+  for i in [0...length]
+    results[i] = _.pluck arguments, String i
+  results
+
+
+# If the browser doesn't supply us with **indexOf** (I'm looking at you, MSIE),
+# we need this function. Return the position of the first occurrence of an
+# item in an array, or -1 if the item is not included in the array.
+_.indexOf = (array, item) ->
+  return array.indexOf item if nativeIndexOf and array.indexOf is nativeIndexOf
+  i = 0; l = array.length
+  while l - i
+    if array[i] is item then return i else i++
+  -1
+
+
+# Provide JavaScript 1.6's **lastIndexOf**, delegating to the native function,
+# if possible.
+_.lastIndexOf = (array, item) ->
+  return array.lastIndexOf(item) if nativeLastIndexOf and array.lastIndexOf is nativeLastIndexOf
+  i = array.length
+  while i
+    if array[i] is item then return i else i--
+  -1
+
+
+# Generate an integer Array containing an arithmetic progression. A port of
+# [the native Python **range** function](http://docs.python.org/library/functions.html#range).
+_.range = (start, stop, step) ->
+  a = arguments
+  solo = a.length <= 1
+  i = start = if solo then 0 else a[0]
+  stop = if solo then a[0] else a[1]
+  step = a[2] or 1
+  len = Math.ceil((stop - start) / step)
+  return [] if len <= 0
+  range = new Array len
+  idx = 0
+  loop
+    return range if (if step > 0 then i - stop else stop - i) >= 0
+    range[idx] = i
+    idx++
+    i+= step
+
+
+# Function Functions
+# ------------------
+
+# Create a function bound to a given object (assigning `this`, and arguments,
+# optionally). Binding with arguments is also known as **curry**.
+_.bind = (func, obj) ->
+  args = _.rest arguments, 2
+  -> func.apply obj or root, args.concat arguments
+
+
+# Bind all of an object's methods to that object. Useful for ensuring that
+# all callbacks defined on an object belong to it.
+_.bindAll = (obj) ->
+  funcs = if arguments.length > 1 then _.rest(arguments) else _.functions(obj)
+  _.each funcs, (f) -> obj[f] = _.bind obj[f], obj
+  obj
+
+
+# Delays a function for the given number of milliseconds, and then calls
+# it with the arguments supplied.
+_.delay = (func, wait) ->
+  args = _.rest arguments, 2
+  setTimeout((-> func.apply(func, args)), wait)
+
+
+# Memoize an expensive function by storing its results.
+_.memoize = (func, hasher) ->
+  memo = {}
+  hasher or= _.identity
+  ->
+    key = hasher.apply this, arguments
+    return memo[key] if key of memo
+    memo[key] = func.apply this, arguments
+
+
+# Defers a function, scheduling it to run after the current call stack has
+# cleared.
+_.defer = (func) ->
+  _.delay.apply _, [func, 1].concat _.rest arguments
+
+
+# Returns the first function passed as an argument to the second,
+# allowing you to adjust arguments, run code before and after, and
+# conditionally execute the original function.
+_.wrap = (func, wrapper) ->
+  -> wrapper.apply wrapper, [func].concat arguments
+
+
+# Returns a function that is the composition of a list of functions, each
+# consuming the return value of the function that follows.
+_.compose = ->
+  funcs = arguments
+  ->
+    args = arguments
+    for i in [funcs.length - 1..0] by -1
+      args = [funcs[i].apply(this, args)]
+    args[0]
+
+
+# Object Functions
+# ----------------
+
+# Retrieve the names of an object's properties.
+_.keys = nativeKeys or (obj) ->
+  return _.range 0, obj.length if _.isArray(obj)
+  key for key, val of obj
+
+
+# Retrieve the values of an object's properties.
+_.values = (obj) ->
+  _.map obj, _.identity
+
+
+# Return a sorted list of the function names available in Underscore.
+_.functions = (obj) ->
+  _.filter(_.keys(obj), (key) -> _.isFunction(obj[key])).sort()
+
+
+# Extend a given object with all of the properties in a source object.
+_.extend = (obj) ->
+  for source in _.rest(arguments)
+    obj[key] = val for key, val of source
+  obj
+
+
+# Create a (shallow-cloned) duplicate of an object.
+_.clone = (obj) ->
+  return obj.slice 0 if _.isArray obj
+  _.extend {}, obj
+
+
+# Invokes interceptor with the obj, and then returns obj.
+# The primary purpose of this method is to "tap into" a method chain,
+# in order to perform operations on intermediate results within
+ the chain.
+_.tap = (obj, interceptor) ->
+  interceptor obj
+  obj
+
+
+# Perform a deep comparison to check if two objects are equal.
+_.isEqual = (a, b) ->
+  # Check object identity.
+  return true if a is b
+  # Different types?
+  atype = typeof(a); btype = typeof(b)
+  return false if atype isnt btype
+  # Basic equality test (watch out for coercions).
+  return true if `a == b`
+  # One is falsy and the other truthy.
+  return false if (!a and b) or (a and !b)
+  # One of them implements an `isEqual()`?
+  return a.isEqual(b) if a.isEqual
+  # Check dates' integer values.
+  return a.getTime() is b.getTime() if _.isDate(a) and _.isDate(b)
+  # Both are NaN?
+  return false if _.isNaN(a) and _.isNaN(b)
+  # Compare regular expressions.
+  if _.isRegExp(a) and _.isRegExp(b)
+    return a.source is b.source and
+           a.global is b.global and
+           a.ignoreCase is b.ignoreCase and
+           a.multiline is b.multiline
+  # If a is not an object by this point, we can't handle it.
+  return false if atype isnt 'object'
+  # Check for different array lengths before comparing contents.
+  return false if a.length and (a.length isnt b.length)
+  # Nothing else worked, deep compare the contents.
+  aKeys = _.keys(a); bKeys = _.keys(b)
+  # Different object sizes?
+  return false if aKeys.length isnt bKeys.length
+  # Recursive comparison of contents.
+  return false for key, val of a when !(key of b) or !_.isEqual(val, b[key])
+  true
+
+
+# Is a given array or object empty?
+_.isEmpty = (obj) ->
+  return obj.length is 0 if _.isArray(obj) or _.isString(obj)
+  return false for own key of obj
+  true
+
+
+# Is a given value a DOM element?
+_.isElement = (obj) -> obj and obj.nodeType is 1
+
+
+# Is a given value an array?
+_.isArray = nativeIsArray or (obj) -> !!(obj and obj.concat and obj.unshift and not obj.callee)
+
+
+# Is a given variable an arguments object?
+_.isArguments = (obj) -> obj and obj.callee
+
+
+# Is the given value a function?
+_.isFunction = (obj) -> !!(obj and obj.constructor and obj.call and obj.apply)
+
+
+# Is the given value a string?
+_.isString = (obj) -> !!(obj is '' or (obj and obj.charCodeAt and obj.substr))
+
+
+# Is a given value a number?
+_.isNumber = (obj) -> (obj is +obj) or toString.call(obj) is '[object Number]'
+
+
+# Is a given value a boolean?
+_.isBoolean = (obj) -> obj is true or obj is false
+
+
+# Is a given value a Date?
+_.isDate = (obj) -> !!(obj and obj.getTimezoneOffset and obj.setUTCFullYear)
+
+
+# Is the given value a regular expression?
+_.isRegExp = (obj) -> !!(obj and obj.exec and (obj.ignoreCase or obj.ignoreCase is false))
+
+
+# Is the given value NaN -- this one is interesting. `NaN != NaN`, and
+# `isNaN(undefined) == true`, so we make sure it's a number first.
+_.isNaN = (obj) -> _.isNumber(obj) and window.isNaN(obj)
+
+
+# Is a given value equal to null?
+_.isNull = (obj) -> obj is null
+
+
+# Is a given variable undefined?
+_.isUndefined = (obj) -> typeof obj is 'undefined'
+
+
+# Utility Functions
+# -----------------
+
+# Run Underscore.js in noConflict mode, returning the `_` variable to its
+# previous owner. Returns a reference to the Underscore object.
+_.noConflict = ->
+  root._ = previousUnderscore
+  this
+
+
+# Keep the identity function around for default iterators.
+_.identity = (value) -> value
+
+
+# Run a function `n` times.
+_.times = (n, iterator, context) ->
+  iterator.call context, i for i in [0...n]
+
+
+# Break out of the middle of an iteration.
+_.breakLoop = -> throw breaker
+
+
+# Add your own custom functions to the Underscore object, ensuring that
+# they're correctly added to the OOP wrapper as well.
+_.mixin = (obj) ->
+  for name in _.functions(obj)
+    addToWrapper name, _[name] = obj[name]
+
+
+# Generate a unique integer id (unique within the entire client session).
+# Useful for temporary DOM ids.
+idCounter = 0
+_.uniqueId = (prefix) ->
+  (prefix or '') + idCounter++
+
+
+# By default, Underscore uses **ERB**-style template delimiters, change the
+# following template settings to use alternative delimiters.
+_.templateSettings = {
+  start: '<%'
+  end: '%>'
+  interpolate: /<%=(.+?)%>/g
+}
+
+
+# JavaScript templating a-la **ERB**, pilfered from John Resig's
+# *Secrets of the JavaScript Ninja*, page 83.
+# Single-quote fix from Rick Strahl.
+# With alterations for arbitrary delimiters, and to preserve whitespace.
+_.template = (str, data) ->
+  c = _.templateSettings
+  endMatch = new RegExp("'(?=[^"+c.end.substr(0, 1)+"]*"+escapeRegExp(c.end)+")","g")
+  fn = new Function 'obj',
+    'var p=[],print=function(){p.push.apply(p,arguments);};' +
+    'with(obj||{}){p.push(\'' +
+    str.replace(/\r/g, '\\r')
+       .replace(/\n/g, '\\n')
+       .replace(/\t/g, '\\t')
+       .replace(endMatch,"���")
+       .split("'").join("\\'")
+       .split("���").join("'")
+       .replace(c.interpolate, "',$1,'")
+       .split(c.start).join("');")
+       .split(c.end).join("p.push('") +
+       "');}return p.join('');"
+  if data then fn(data) else fn
+
+
+# Aliases
+# -------
+
+_.forEach = _.each
+_.foldl = _.inject = _.reduce
+_.foldr = _.reduceRight
+_.select = _.filter
+_.all = _.every
+_.any = _.some
+_.contains = _.include
+_.head = _.first
+_.tail = _.rest
+_.methods = _.functions
+
+
+# Setup the OOP Wrapper
+# ---------------------
+
+# If Underscore is called as a function, it returns a wrapped object that
+# can be used OO-style. This wrapper holds altered versions of all the
+# underscore functions. Wrapped objects may be chained.
+wrapper = (obj) ->
+  this._wrapped = obj
+  this
+
+
+# Helper function to continue chaining intermediate results.
+result = (obj, chain) ->
+  if chain then _(obj).chain() else obj
+
+
+# A method to easily add functions to the OOP wrapper.
+addToWrapper = (name, func) ->
+  wrapper.prototype[name] = ->
+    args = _.toArray arguments
+    unshift.call args, this._wrapped
+    result func.apply(_, args), this._chain
+
+
+# Add all ofthe Underscore functions to the wrapper object.
+_.mixin _
+
+
+# Add all mutator Array functions to the wrapper.
+_.each ['pop', 'push', 'reverse', 'shift', 'sort', 'splice', 'unshift'], (name) ->
+  method = Array.prototype[name]
+  wrapper.prototype[name] = ->
+    method.apply(this._wrapped, arguments)
+    result(this._wrapped, this._chain)
+
+
+# Add all accessor Array functions to the wrapper.
+_.each ['concat', 'join', 'slice'], (name) ->
+  method = Array.prototype[name]
+  wrapper.prototype[name] = ->
+    result(method.apply(this._wrapped, arguments), this._chain)
+
+
+# Start chaining a wrapped Underscore object.
+wrapper::chain = ->
+  this._chain = true
+  this
+
+
+# Extracts the result from a wrapped and chained object.
+wrapper::value = -> this._wrapped
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-coffeescript</code>.</p>
+
+    <p>The CoffeeScript mode was written by Jeff Pickhardt (<a href="LICENSE">license</a>).</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/commonlisp/commonlisp.js b/components/originalComponents/static/admin/codemirror/mode/commonlisp/commonlisp.js
new file mode 100755
index 00000000..4fb4bdf9
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/commonlisp/commonlisp.js
@@ -0,0 +1,101 @@
+CodeMirror.defineMode("commonlisp", function (config) {
+  var assumeBody = /^with|^def|^do|^prog|case$|^cond$|bind$|when$|unless$/;
+  var numLiteral = /^(?:[+\-]?(?:\d+|\d*\.\d+)(?:[efd][+\-]?\d+)?|[+\-]?\d+(?:\/[+\-]?\d+)?|#b[+\-]?[01]+|#o[+\-]?[0-7]+|#x[+\-]?[\da-f]+)/;
+  var symbol = /[^\s'`,@()\[\]";]/;
+  var type;
+
+  function readSym(stream) {
+    var ch;
+    while (ch = stream.next()) {
+      if (ch == "\\") stream.next();
+      else if (!symbol.test(ch)) { stream.backUp(1); break; }
+    }
+    return stream.current();
+  }
+
+  function base(stream, state) {
+    if (stream.eatSpace()) {type = "ws"; return null;}
+    if (stream.match(numLiteral)) return "number";
+    var ch = stream.next();
+    if (ch == "\\") ch = stream.next();
+
+    if (ch == '"') return (state.tokenize = inString)(stream, state);
+    else if (ch == "(") { type = "open"; return "bracket"; }
+    else if (ch == ")" || ch == "]") { type = "close"; return "bracket"; }
+    else if (ch == ";") { stream.skipToEnd(); type = "ws"; return "comment"; }
+    else if (/['`,@]/.test(ch)) return null;
+    else if (ch == "|") {
+      if (stream.skipTo("|")) { stream.next(); return "symbol"; }
+      else { stream.skipToEnd(); return "error"; }
+    } else if (ch == "#") {
+      var ch = stream.next();
+      if (ch == "[") { type = "open"; return "bracket"; }
+      else if (/[+\-=\.']/.test(ch)) return null;
+      else if (/\d/.test(ch) && stream.match(/^\d*#/)) return null;
+      else if (ch == "|") return (state.tokenize = inComment)(stream, state);
+      else if (ch == ":") { readSym(stream); return "meta"; }
+      else return "error";
+    } else {
+      var name = readSym(stream);
+      if (name == ".") return null;
+      type = "symbol";
+      if (name == "nil" || name == "t") return "atom";
+      if (name.charAt(0) == ":") return "keyword";
+      if (name.charAt(0) == "&") return "variable-2";
+      return "variable";
+    }
+  }
+
+  function inString(stream, state) {
+    var escaped = false, next;
+    while (next = stream.next()) {
+      if (next == '"' && !escaped) { state.tokenize = base; break; }
+      escaped = !escaped && next == "\\";
+    }
+    return "string";
+  }
+
+  function inComment(stream, state) {
+    var next, last;
+    while (next = stream.next()) {
+      if (next == "#" && last == "|") { state.tokenize = base; break; }
+      last = next;
+    }
+    type = "ws";
+    return "comment";
+  }
+
+  return {
+    startState: function () {
+      return {ctx: {prev: null, start: 0, indentTo: 0}, tokenize: base};
+    },
+
+    token: function (stream, state) {
+      if (stream.sol() && typeof state.ctx.indentTo != "number")
+        state.ctx.indentTo = state.ctx.start + 1;
+
+      type = null;
+      var style = state.tokenize(stream, state);
+      if (type != "ws") {
+        if (state.ctx.indentTo == null) {
+          if (type == "symbol" && assumeBody.test(stream.current()))
+            state.ctx.indentTo = state.ctx.start + config.indentUnit;
+          else
+            state.ctx.indentTo = "next";
+        } else if (state.ctx.indentTo == "next") {
+          state.ctx.indentTo = stream.column();
+        }
+      }
+      if (type == "open") state.ctx = {prev: state.ctx, start: stream.column(), indentTo: null};
+      else if (type == "close") state.ctx = state.ctx.prev || state.ctx;
+      return style;
+    },
+
+    indent: function (state, textAfter) {
+      var i = state.ctx.indentTo;
+      return typeof i == "number" ? i : state.ctx.start + 1;
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-common-lisp", "commonlisp");
diff --git a/components/originalComponents/static/admin/codemirror/mode/commonlisp/index.html b/components/originalComponents/static/admin/codemirror/mode/commonlisp/index.html
new file mode 100755
index 00000000..f9766a84
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/commonlisp/index.html
@@ -0,0 +1,165 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Common Lisp mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="commonlisp.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Common Lisp mode</h1>
+    <form><textarea id="code" name="code">(in-package :cl-postgres)
+
+;; These are used to synthesize reader and writer names for integer
+;; reading/writing functions when the amount of bytes and the
+;; signedness is known. Both the macro that creates the functions and
+;; some macros that use them create names this way.
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (defun integer-reader-name (bytes signed)
+    (intern (with-standard-io-syntax
+              (format nil "~a~a~a~a" '#:read- (if signed "" '#:u) '#:int bytes))))
+  (defun integer-writer-name (bytes signed)
+    (intern (with-standard-io-syntax
+              (format nil "~a~a~a~a" '#:write- (if signed "" '#:u) '#:int bytes)))))
+
+(defmacro integer-reader (bytes)
+  "Create a function to read integers from a binary stream."
+  (let ((bits (* bytes 8)))
+    (labels ((return-form (signed)
+               (if signed
+                   `(if (logbitp ,(1- bits) result)
+                        (dpb result (byte ,(1- bits) 0) -1)
+                        result)
+                   `result))
+             (generate-reader (signed)
+               `(defun ,(integer-reader-name bytes signed) (socket)
+                  (declare (type stream socket)
+                           #.*optimize*)
+                  ,(if (= bytes 1)
+                       `(let ((result (the (unsigned-byte 8) (read-byte socket))))
+                          (declare (type (unsigned-byte 8) result))
+                          ,(return-form signed))
+                       `(let ((result 0))
+                          (declare (type (unsigned-byte ,bits) result))
+                          ,@(loop :for byte :from (1- bytes) :downto 0
+                                   :collect `(setf (ldb (byte 8 ,(* 8 byte)) result)
+                                                   (the (unsigned-byte 8) (read-byte socket))))
+                          ,(return-form signed))))))
+      `(progn
+;; This causes weird errors on SBCL in some circumstances. Disabled for now.
+;;         (declaim (inline ,(integer-reader-name bytes t)
+;;                          ,(integer-reader-name bytes nil)))
+         (declaim (ftype (function (t) (signed-byte ,bits))
+                         ,(integer-reader-name bytes t)))
+         ,(generate-reader t)
+         (declaim (ftype (function (t) (unsigned-byte ,bits))
+                         ,(integer-reader-name bytes nil)))
+         ,(generate-reader nil)))))
+
+(defmacro integer-writer (bytes)
+  "Create a function to write integers to a binary stream."
+  (let ((bits (* 8 bytes)))
+    `(progn
+      (declaim (inline ,(integer-writer-name bytes t)
+                       ,(integer-writer-name bytes nil)))
+      (defun ,(integer-writer-name bytes nil) (socket value)
+        (declare (type stream socket)
+                 (type (unsigned-byte ,bits) value)
+                 #.*optimize*)
+        ,@(if (= bytes 1)
+              `((write-byte value socket))
+              (loop :for byte :from (1- bytes) :downto 0
+                    :collect `(write-byte (ldb (byte 8 ,(* byte 8)) value)
+                               socket)))
+        (values))
+      (defun ,(integer-writer-name bytes t) (socket value)
+        (declare (type stream socket)
+                 (type (signed-byte ,bits) value)
+                 #.*optimize*)
+        ,@(if (= bytes 1)
+              `((write-byte (ldb (byte 8 0) value) socket))
+              (loop :for byte :from (1- bytes) :downto 0
+                    :collect `(write-byte (ldb (byte 8 ,(* byte 8)) value)
+                               socket)))
+        (values)))))
+
+;; All the instances of the above that we need.
+
+(integer-reader 1)
+(integer-reader 2)
+(integer-reader 4)
+(integer-reader 8)
+
+(integer-writer 1)
+(integer-writer 2)
+(integer-writer 4)
+
+(defun write-bytes (socket bytes)
+  "Write a byte-array to a stream."
+  (declare (type stream socket)
+           (type (simple-array (unsigned-byte 8)) bytes)
+           #.*optimize*)
+  (write-sequence bytes socket))
+
+(defun write-str (socket string)
+  "Write a null-terminated string to a stream \(encoding it when UTF-8
+support is enabled.)."
+  (declare (type stream socket)
+           (type string string)
+           #.*optimize*)
+  (enc-write-string string socket)
+  (write-uint1 socket 0))
+
+(declaim (ftype (function (t unsigned-byte)
+                          (simple-array (unsigned-byte 8) (*)))
+                read-bytes))
+(defun read-bytes (socket length)
+  "Read a byte array of the given length from a stream."
+  (declare (type stream socket)
+           (type fixnum length)
+           #.*optimize*)
+  (let ((result (make-array length :element-type '(unsigned-byte 8))))
+    (read-sequence result socket)
+    result))
+
+(declaim (ftype (function (t) string) read-str))
+(defun read-str (socket)
+  "Read a null-terminated string from a stream. Takes care of encoding
+when UTF-8 support is enabled."
+  (declare (type stream socket)
+           #.*optimize*)
+  (enc-read-string socket :null-terminated t))
+
+(defun skip-bytes (socket length)
+  "Skip a given number of bytes in a binary stream."
+  (declare (type stream socket)
+           (type (unsigned-byte 32) length)
+           #.*optimize*)
+  (dotimes (i length)
+    (read-byte socket)))
+
+(defun skip-str (socket)
+  "Skip a null-terminated string."
+  (declare (type stream socket)
+           #.*optimize*)
+  (loop :for char :of-type fixnum = (read-byte socket)
+        :until (zerop char)))
+
+(defun ensure-socket-is-closed (socket &amp;key abort)
+  (when (open-stream-p socket)
+    (handler-case
+        (close socket :abort abort)
+      (error (error)
+        (warn "Ignoring the error which happened while trying to close PostgreSQL socket: ~A" error)))))
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {lineNumbers: true});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-common-lisp</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/css/css.js b/components/originalComponents/static/admin/codemirror/mode/css/css.js
new file mode 100755
index 00000000..87d5d740
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/css/css.js
@@ -0,0 +1,448 @@
+CodeMirror.defineMode("css", function(config) {
+  var indentUnit = config.indentUnit, type;
+  
+  var atMediaTypes = keySet([
+    "all", "aural", "braille", "handheld", "print", "projection", "screen",
+    "tty", "tv", "embossed"
+  ]);
+  
+  var atMediaFeatures = keySet([
+    "width", "min-width", "max-width", "height", "min-height", "max-height",
+    "device-width", "min-device-width", "max-device-width", "device-height",
+    "min-device-height", "max-device-height", "aspect-ratio",
+    "min-aspect-ratio", "max-aspect-ratio", "device-aspect-ratio",
+    "min-device-aspect-ratio", "max-device-aspect-ratio", "color", "min-color",
+    "max-color", "color-index", "min-color-index", "max-color-index",
+    "monochrome", "min-monochrome", "max-monochrome", "resolution",
+    "min-resolution", "max-resolution", "scan", "grid"
+  ]);
+
+  var propertyKeywords = keySet([
+    "align-content", "align-items", "align-self", "alignment-adjust",
+    "alignment-baseline", "anchor-point", "animation", "animation-delay",
+    "animation-direction", "animation-duration", "animation-iteration-count",
+    "animation-name", "animation-play-state", "animation-timing-function",
+    "appearance", "azimuth", "backface-visibility", "background",
+    "background-attachment", "background-clip", "background-color",
+    "background-image", "background-origin", "background-position",
+    "background-repeat", "background-size", "baseline-shift", "binding",
+    "bleed", "bookmark-label", "bookmark-level", "bookmark-state",
+    "bookmark-target", "border", "border-bottom", "border-bottom-color",
+    "border-bottom-left-radius", "border-bottom-right-radius",
+    "border-bottom-style", "border-bottom-width", "border-collapse",
+    "border-color", "border-image", "border-image-outset",
+    "border-image-repeat", "border-image-slice", "border-image-source",
+    "border-image-width", "border-left", "border-left-color",
+    "border-left-style", "border-left-width", "border-radius", "border-right",
+    "border-right-color", "border-right-style", "border-right-width",
+    "border-spacing", "border-style", "border-top", "border-top-color",
+    "border-top-left-radius", "border-top-right-radius", "border-top-style",
+    "border-top-width", "border-width", "bottom", "box-decoration-break",
+    "box-shadow", "box-sizing", "break-after", "break-before", "break-inside",
+    "caption-side", "clear", "clip", "color", "color-profile", "column-count",
+    "column-fill", "column-gap", "column-rule", "column-rule-color",
+    "column-rule-style", "column-rule-width", "column-span", "column-width",
+    "columns", "content", "counter-increment", "counter-reset", "crop", "cue",
+    "cue-after", "cue-before", "cursor", "direction", "display",
+    "dominant-baseline", "drop-initial-after-adjust",
+    "drop-initial-after-align", "drop-initial-before-adjust",
+    "drop-initial-before-align", "drop-initial-size", "drop-initial-value",
+    "elevation", "empty-cells", "fit", "fit-position", "flex", "flex-basis",
+    "flex-direction", "flex-flow", "flex-grow", "flex-shrink", "flex-wrap",
+    "float", "float-offset", "font", "font-feature-settings", "font-family",
+    "font-kerning", "font-language-override", "font-size", "font-size-adjust",
+    "font-stretch", "font-style", "font-synthesis", "font-variant",
+    "font-variant-alternates", "font-variant-caps", "font-variant-east-asian",
+    "font-variant-ligatures", "font-variant-numeric", "font-variant-position",
+    "font-weight", "grid-cell", "grid-column", "grid-column-align",
+    "grid-column-sizing", "grid-column-span", "grid-columns", "grid-flow",
+    "grid-row", "grid-row-align", "grid-row-sizing", "grid-row-span",
+    "grid-rows", "grid-template", "hanging-punctuation", "height", "hyphens",
+    "icon", "image-orientation", "image-rendering", "image-resolution",
+    "inline-box-align", "justify-content", "left", "letter-spacing",
+    "line-break", "line-height", "line-stacking", "line-stacking-ruby",
+    "line-stacking-shift", "line-stacking-strategy", "list-style",
+    "list-style-image", "list-style-position", "list-style-type", "margin",
+    "margin-bottom", "margin-left", "margin-right", "margin-top",
+    "marker-offset", "marks", "marquee-direction", "marquee-loop",
+    "marquee-play-count", "marquee-speed", "marquee-style", "max-height",
+    "max-width", "min-height", "min-width", "move-to", "nav-down", "nav-index",
+    "nav-left", "nav-right", "nav-up", "opacity", "order", "orphans", "outline",
+    "outline-color", "outline-offset", "outline-style", "outline-width",
+    "overflow", "overflow-style", "overflow-wrap", "overflow-x", "overflow-y",
+    "padding", "padding-bottom", "padding-left", "padding-right", "padding-top",
+    "page", "page-break-after", "page-break-before", "page-break-inside",
+    "page-policy", "pause", "pause-after", "pause-before", "perspective",
+    "perspective-origin", "pitch", "pitch-range", "play-during", "position",
+    "presentation-level", "punctuation-trim", "quotes", "rendering-intent",
+    "resize", "rest", "rest-after", "rest-before", "richness", "right",
+    "rotation", "rotation-point", "ruby-align", "ruby-overhang",
+    "ruby-position", "ruby-span", "size", "speak", "speak-as", "speak-header",
+    "speak-numeral", "speak-punctuation", "speech-rate", "stress", "string-set",
+    "tab-size", "table-layout", "target", "target-name", "target-new",
+    "target-position", "text-align", "text-align-last", "text-decoration",
+    "text-decoration-color", "text-decoration-line", "text-decoration-skip",
+    "text-decoration-style", "text-emphasis", "text-emphasis-color",
+    "text-emphasis-position", "text-emphasis-style", "text-height",
+    "text-indent", "text-justify", "text-outline", "text-shadow",
+    "text-space-collapse", "text-transform", "text-underline-position",
+    "text-wrap", "top", "transform", "transform-origin", "transform-style",
+    "transition", "transition-delay", "transition-duration",
+    "transition-property", "transition-timing-function", "unicode-bidi",
+    "vertical-align", "visibility", "voice-balance", "voice-duration",
+    "voice-family", "voice-pitch", "voice-range", "voice-rate", "voice-stress",
+    "voice-volume", "volume", "white-space", "widows", "width", "word-break",
+    "word-spacing", "word-wrap", "z-index"
+  ]);
+
+  var colorKeywords = keySet([
+    "black", "silver", "gray", "white", "maroon", "red", "purple", "fuchsia",
+    "green", "lime", "olive", "yellow", "navy", "blue", "teal", "aqua"
+  ]);
+  
+  var valueKeywords = keySet([
+    "above", "absolute", "activeborder", "activecaption", "afar",
+    "after-white-space", "ahead", "alias", "all", "all-scroll", "alternate",
+    "always", "amharic", "amharic-abegede", "antialiased", "appworkspace",
+    "arabic-indic", "armenian", "asterisks", "auto", "avoid", "background",
+    "backwards", "baseline", "below", "bidi-override", "binary", "bengali",
+    "blink", "block", "block-axis", "bold", "bolder", "border", "border-box",
+    "both", "bottom", "break-all", "break-word", "button", "button-bevel",
+    "buttonface", "buttonhighlight", "buttonshadow", "buttontext", "cambodian",
+    "capitalize", "caps-lock-indicator", "caption", "captiontext", "caret",
+    "cell", "center", "checkbox", "circle", "cjk-earthly-branch",
+    "cjk-heavenly-stem", "cjk-ideographic", "clear", "clip", "close-quote",
+    "col-resize", "collapse", "compact", "condensed", "contain", "content",
+    "content-box", "context-menu", "continuous", "copy", "cover", "crop",
+    "cross", "crosshair", "currentcolor", "cursive", "dashed", "decimal",
+    "decimal-leading-zero", "default", "default-button", "destination-atop",
+    "destination-in", "destination-out", "destination-over", "devanagari",
+    "disc", "discard", "document", "dot-dash", "dot-dot-dash", "dotted",
+    "double", "down", "e-resize", "ease", "ease-in", "ease-in-out", "ease-out",
+    "element", "ellipsis", "embed", "end", "ethiopic", "ethiopic-abegede",
+    "ethiopic-abegede-am-et", "ethiopic-abegede-gez", "ethiopic-abegede-ti-er",
+    "ethiopic-abegede-ti-et", "ethiopic-halehame-aa-er",
+    "ethiopic-halehame-aa-et", "ethiopic-halehame-am-et",
+    "ethiopic-halehame-gez", "ethiopic-halehame-om-et",
+    "ethiopic-halehame-sid-et", "ethiopic-halehame-so-et",
+    "ethiopic-halehame-ti-er", "ethiopic-halehame-ti-et",
+    "ethiopic-halehame-tig", "ew-resize", "expanded", "extra-condensed",
+    "extra-expanded", "fantasy", "fast", "fill", "fixed", "flat", "footnotes",
+    "forwards", "from", "geometricPrecision", "georgian", "graytext", "groove",
+    "gujarati", "gurmukhi", "hand", "hangul", "hangul-consonant", "hebrew",
+    "help", "hidden", "hide", "higher", "highlight", "highlighttext",
+    "hiragana", "hiragana-iroha", "horizontal", "hsl", "hsla", "icon", "ignore",
+    "inactiveborder", "inactivecaption", "inactivecaptiontext", "infinite",
+    "infobackground", "infotext", "inherit", "initial", "inline", "inline-axis",
+    "inline-block", "inline-table", "inset", "inside", "intrinsic", "invert",
+    "italic", "justify", "kannada", "katakana", "katakana-iroha", "khmer",
+    "landscape", "lao", "large", "larger", "left", "level", "lighter",
+    "line-through", "linear", "lines", "list-item", "listbox", "listitem",
+    "local", "logical", "loud", "lower", "lower-alpha", "lower-armenian",
+    "lower-greek", "lower-hexadecimal", "lower-latin", "lower-norwegian",
+    "lower-roman", "lowercase", "ltr", "malayalam", "match",
+    "media-controls-background", "media-current-time-display",
+    "media-fullscreen-button", "media-mute-button", "media-play-button",
+    "media-return-to-realtime-button", "media-rewind-button",
+    "media-seek-back-button", "media-seek-forward-button", "media-slider",
+    "media-sliderthumb", "media-time-remaining-display", "media-volume-slider",
+    "media-volume-slider-container", "media-volume-sliderthumb", "medium",
+    "menu", "menulist", "menulist-button", "menulist-text",
+    "menulist-textfield", "menutext", "message-box", "middle", "min-intrinsic",
+    "mix", "mongolian", "monospace", "move", "multiple", "myanmar", "n-resize",
+    "narrower", "navy", "ne-resize", "nesw-resize", "no-close-quote", "no-drop",
+    "no-open-quote", "no-repeat", "none", "normal", "not-allowed", "nowrap",
+    "ns-resize", "nw-resize", "nwse-resize", "oblique", "octal", "open-quote",
+    "optimizeLegibility", "optimizeSpeed", "oriya", "oromo", "outset",
+    "outside", "overlay", "overline", "padding", "padding-box", "painted",
+    "paused", "persian", "plus-darker", "plus-lighter", "pointer", "portrait",
+    "pre", "pre-line", "pre-wrap", "preserve-3d", "progress", "push-button",
+    "radio", "read-only", "read-write", "read-write-plaintext-only", "relative",
+    "repeat", "repeat-x", "repeat-y", "reset", "reverse", "rgb", "rgba",
+    "ridge", "right", "round", "row-resize", "rtl", "run-in", "running",
+    "s-resize", "sans-serif", "scroll", "scrollbar", "se-resize", "searchfield",
+    "searchfield-cancel-button", "searchfield-decoration",
+    "searchfield-results-button", "searchfield-results-decoration",
+    "semi-condensed", "semi-expanded", "separate", "serif", "show", "sidama",
+    "single", "skip-white-space", "slide", "slider-horizontal",
+    "slider-vertical", "sliderthumb-horizontal", "sliderthumb-vertical", "slow",
+    "small", "small-caps", "small-caption", "smaller", "solid", "somali",
+    "source-atop", "source-in", "source-out", "source-over", "space", "square",
+    "square-button", "start", "static", "status-bar", "stretch", "stroke",
+    "sub", "subpixel-antialiased", "super", "sw-resize", "table",
+    "table-caption", "table-cell", "table-column", "table-column-group",
+    "table-footer-group", "table-header-group", "table-row", "table-row-group",
+    "telugu", "text", "text-bottom", "text-top", "textarea", "textfield", "thai",
+    "thick", "thin", "threeddarkshadow", "threedface", "threedhighlight",
+    "threedlightshadow", "threedshadow", "tibetan", "tigre", "tigrinya-er",
+    "tigrinya-er-abegede", "tigrinya-et", "tigrinya-et-abegede", "to", "top",
+    "transparent", "ultra-condensed", "ultra-expanded", "underline", "up",
+    "upper-alpha", "upper-armenian", "upper-greek", "upper-hexadecimal",
+    "upper-latin", "upper-norwegian", "upper-roman", "uppercase", "urdu", "url",
+    "vertical", "vertical-text", "visible", "visibleFill", "visiblePainted",
+    "visibleStroke", "visual", "w-resize", "wait", "wave", "white", "wider",
+    "window", "windowframe", "windowtext", "x-large", "x-small", "xor",
+    "xx-large", "xx-small", "yellow"
+  ]);
+
+  function keySet(array) { var keys = {}; for (var i = 0; i < array.length; ++i) keys[array[i]] = true; return keys; }
+  function ret(style, tp) {type = tp; return style;}
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == "@") {stream.eatWhile(/[\w\\\-]/); return ret("def", stream.current());}
+    else if (ch == "/" && stream.eat("*")) {
+      state.tokenize = tokenCComment;
+      return tokenCComment(stream, state);
+    }
+    else if (ch == "<" && stream.eat("!")) {
+      state.tokenize = tokenSGMLComment;
+      return tokenSGMLComment(stream, state);
+    }
+    else if (ch == "=") ret(null, "compare");
+    else if ((ch == "~" || ch == "|") && stream.eat("=")) return ret(null, "compare");
+    else if (ch == "\"" || ch == "'") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    else if (ch == "#") {
+      stream.eatWhile(/[\w\\\-]/);
+      return ret("atom", "hash");
+    }
+    else if (ch == "!") {
+      stream.match(/^\s*\w*/);
+      return ret("keyword", "important");
+    }
+    else if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w.%]/);
+      return ret("number", "unit");
+    }
+    else if (ch === "-") {
+      if (/\d/.test(stream.peek())) {
+        stream.eatWhile(/[\w.%]/);
+        return ret("number", "unit");
+      } else if (stream.match(/^[^-]+-/)) {
+        return ret("meta", type);
+      }
+    }
+    else if (/[,+>*\/]/.test(ch)) {
+      return ret(null, "select-op");
+    }
+    else if (ch == "." && stream.match(/^-?[_a-z][_a-z0-9-]*/i)) {
+      return ret("qualifier", type);
+    }
+    else if (ch == ":") {
+      return ret("operator", ch);
+    }
+    else if (/[;{}\[\]\(\)]/.test(ch)) {
+      return ret(null, ch);
+    }
+    else {
+      stream.eatWhile(/[\w\\\-]/);
+      return ret("property", "variable");
+    }
+  }
+
+  function tokenCComment(stream, state) {
+    var maybeEnd = false, ch;
+    while ((ch = stream.next()) != null) {
+      if (maybeEnd && ch == "/") {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return ret("comment", "comment");
+  }
+
+  function tokenSGMLComment(stream, state) {
+    var dashes = 0, ch;
+    while ((ch = stream.next()) != null) {
+      if (dashes >= 2 && ch == ">") {
+        state.tokenize = tokenBase;
+        break;
+      }
+      dashes = (ch == "-") ? dashes + 1 : 0;
+    }
+    return ret("comment", "comment");
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped)
+          break;
+        escaped = !escaped && ch == "\\";
+      }
+      if (!escaped) state.tokenize = tokenBase;
+      return ret("string", "string");
+    };
+  }
+
+  return {
+    startState: function(base) {
+      return {tokenize: tokenBase,
+              baseIndent: base || 0,
+              stack: []};
+    },
+
+    token: function(stream, state) {
+      
+      // Use these terms when applicable (see http://www.xanthir.com/blog/b4E50)
+      // 
+      // rule** or **ruleset:
+      // A selector + braces combo, or an at-rule.
+      // 
+      // declaration block:
+      // A sequence of declarations.
+      // 
+      // declaration:
+      // A property + colon + value combo.
+      // 
+      // property value:
+      // The entire value of a property.
+      // 
+      // component value:
+      // A single piece of a property value. Like the 5px in
+      // text-shadow: 0 0 5px blue;. Can also refer to things that are
+      // multiple terms, like the 1-4 terms that make up the background-size
+      // portion of the background shorthand.
+      // 
+      // term:
+      // The basic unit of author-facing CSS, like a single number (5),
+      // dimension (5px), string ("foo"), or function. Officially defined
+      //  by the CSS 2.1 grammar (look for the 'term' production)
+      // 
+      // 
+      // simple selector:
+      // A single atomic selector, like a type selector, an attr selector, a
+      // class selector, etc.
+      // 
+      // compound selector:
+      // One or more simple selectors without a combinator. div.example is
+      // compound, div > .example is not.
+      // 
+      // complex selector:
+      // One or more compound selectors chained with combinators.
+      // 
+      // combinator:
+      // The parts of selectors that express relationships. There are four
+      // currently - the space (descendant combinator), the greater-than
+      // bracket (child combinator), the plus sign (next sibling combinator),
+      // and the tilda (following sibling combinator).
+      // 
+      // sequence of selectors:
+      // One or more of the named type of selector chained with commas.
+
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+
+      // Changing style returned based on context
+      var context = state.stack[state.stack.length-1];
+      if (style == "property") {
+        if (context == "propertyValue"){
+          if (valueKeywords[stream.current()]) {
+            style = "string-2";
+          } else if (colorKeywords[stream.current()]) {
+            style = "keyword";
+          } else {
+            style = "variable-2";
+          }
+        } else if (context == "rule") {
+          if (!propertyKeywords[stream.current()]) {
+            style += " error";
+          }
+        } else if (!context || context == "@media{") {
+          style = "tag";
+        } else if (context == "@media") {
+          if (atMediaTypes[stream.current()]) {
+            style = "attribute"; // Known attribute
+          } else if (/^(only|not)$/i.test(stream.current())) {
+            style = "keyword";
+          } else if (stream.current().toLowerCase() == "and") {
+            style = "error"; // "and" is only allowed in @mediaType
+          } else if (atMediaFeatures[stream.current()]) {
+            style = "error"; // Known property, should be in @mediaType(
+          } else {
+            // Unknown, expecting keyword or attribute, assuming attribute
+            style = "attribute error";
+          }
+        } else if (context == "@mediaType") {
+          if (atMediaTypes[stream.current()]) {
+            style = "attribute";
+          } else if (stream.current().toLowerCase() == "and") {
+            style = "operator";
+          } else if (/^(only|not)$/i.test(stream.current())) {
+            style = "error"; // Only allowed in @media
+          } else if (atMediaFeatures[stream.current()]) {
+            style = "error"; // Known property, should be in parentheses
+          } else {
+            // Unknown attribute or property, but expecting property (preceded
+            // by "and"). Should be in parentheses
+            style = "error";
+          }
+        } else if (context == "@mediaType(") {
+          if (propertyKeywords[stream.current()]) {
+            // do nothing, remains "property"
+          } else if (atMediaTypes[stream.current()]) {
+            style = "error"; // Known property, should be in parentheses
+          } else if (stream.current().toLowerCase() == "and") {
+            style = "operator";
+          } else if (/^(only|not)$/i.test(stream.current())) {
+            style = "error"; // Only allowed in @media
+          } else {
+            style += " error";
+          }
+        } else {
+          style = "error";
+        }
+      } else if (style == "atom") {
+        if(!context || context == "@media{") {
+          style = "builtin";
+        } else if (context == "propertyValue") {
+          if (!/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/.test(stream.current())) {
+            style += " error";
+          }
+        } else {
+          style = "error";
+        }
+      } else if (context == "@media" && type == "{") {
+        style = "error";
+      }
+
+      // Push/pop context stack
+      if (type == "{") {
+        if (context == "@media" || context == "@mediaType") {
+          state.stack.pop();
+          state.stack[state.stack.length-1] = "@media{";
+        }
+        else state.stack.push("rule");
+      }
+      else if (type == "}") {
+        state.stack.pop();
+        if (context == "propertyValue") state.stack.pop();
+      }
+      else if (type == "@media") state.stack.push("@media");
+      else if (context == "@media" && /\b(keyword|attribute)\b/.test(style))
+        state.stack.push("@mediaType");
+      else if (context == "@mediaType" && stream.current() == ",") state.stack.pop();
+      else if (context == "@mediaType" && type == "(") state.stack.push("@mediaType(");
+      else if (context == "@mediaType(" && type == ")") state.stack.pop();
+      else if (context == "rule" && type == ":") state.stack.push("propertyValue");
+      else if (context == "propertyValue" && type == ";") state.stack.pop();
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      var n = state.stack.length;
+      if (/^\}/.test(textAfter))
+        n -= state.stack[state.stack.length-1] == "propertyValue" ? 2 : 1;
+      return state.baseIndent + n * indentUnit;
+    },
+
+    electricChars: "}"
+  };
+});
+
+CodeMirror.defineMIME("text/css", "css");
diff --git a/components/originalComponents/static/admin/codemirror/mode/css/index.html b/components/originalComponents/static/admin/codemirror/mode/css/index.html
new file mode 100755
index 00000000..ae2c3bfc
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/css/index.html
@@ -0,0 +1,58 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: CSS mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="css.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: CSS mode</h1>
+    <form><textarea id="code" name="code">
+/* Some example CSS */
+
+@import url("something.css");
+
+body {
+  margin: 0;
+  padding: 3em 6em;
+  font-family: tahoma, arial, sans-serif;
+  color: #000;
+}
+
+#navigation a {
+  font-weight: bold;
+  text-decoration: none !important;
+}
+
+h1 {
+  font-size: 2.5em;
+}
+
+h2 {
+  font-size: 1.7em;
+}
+
+h1:before, h2:before {
+  content: "::";
+}
+
+code {
+  font-family: courier, monospace;
+  font-size: 80%;
+  color: #418A8A;
+}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/css</code>.</p>
+
+    <p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#css_*">normal</a>,  <a href="../../test/index.html#verbose,css_*">verbose</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/css/test.js b/components/originalComponents/static/admin/codemirror/mode/css/test.js
new file mode 100755
index 00000000..fd6a4b8a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/css/test.js
@@ -0,0 +1,501 @@
+// Initiate ModeTest and set defaults
+var MT = ModeTest;
+MT.modeName = 'css';
+MT.modeOptions = {};
+
+// Requires at least one media query
+MT.testMode(
+  'atMediaEmpty',
+  '@media { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'error', '{',
+    null, ' }'
+  ]
+);
+
+MT.testMode(
+  'atMediaMultiple',
+  '@media not screen and (color), not print and (color) { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'keyword', 'not',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'operator', 'and',
+    null, ' (',
+    'property', 'color',
+    null, '), ',
+    'keyword', 'not',
+    null, ' ',
+    'attribute', 'print',
+    null, ' ',
+    'operator', 'and',
+    null, ' (',
+    'property', 'color',
+    null, ') { }'
+  ]
+);
+
+MT.testMode(
+  'atMediaCheckStack',
+  '@media screen { } foo { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' { } ',
+    'tag', 'foo',
+    null, ' { }'
+  ]
+);
+
+MT.testMode(
+  'atMediaCheckStack',
+  '@media screen (color) { } foo { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' (',
+    'property', 'color',
+    null, ') { } ',
+    'tag', 'foo',
+    null, ' { }'
+  ]
+);
+
+MT.testMode(
+  'atMediaCheckStackInvalidAttribute',
+  '@media foobarhello { } foo { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute error', 'foobarhello',
+    null, ' { } ',
+    'tag', 'foo',
+    null, ' { }'
+  ]
+);
+
+// Error, because "and" is only allowed immediately preceding a media expression
+MT.testMode(
+  'atMediaInvalidAttribute',
+  '@media foobarhello { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute error', 'foobarhello',
+    null, ' { }'
+  ]
+);
+
+// Error, because "and" is only allowed immediately preceding a media expression
+MT.testMode(
+  'atMediaInvalidAnd',
+  '@media and screen { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'error', 'and',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' { }'
+  ]
+);
+
+// Error, because "not" is only allowed as the first item in each media query
+MT.testMode(
+  'atMediaInvalidNot',
+  '@media screen not (not) { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'error', 'not',
+    null, ' (',
+    'error', 'not',
+    null, ') { }'
+  ]
+);
+
+// Error, because "only" is only allowed as the first item in each media query
+MT.testMode(
+  'atMediaInvalidOnly',
+  '@media screen only (only) { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'error', 'only',
+    null, ' (',
+    'error', 'only',
+    null, ') { }'
+  ]
+);
+
+// Error, because "foobarhello" is neither a known type or property, but
+// property was expected (after "and"), and it should be in parenthese.
+MT.testMode(
+  'atMediaUnknownType',
+  '@media screen and foobarhello { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'operator', 'and',
+    null, ' ',
+    'error', 'foobarhello',
+    null, ' { }'
+  ]
+);
+
+// Error, because "color" is not a known type, but is a known property, and
+// should be in parentheses.
+MT.testMode(
+  'atMediaInvalidType',
+  '@media screen and color { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'operator', 'and',
+    null, ' ',
+    'error', 'color',
+    null, ' { }'
+  ]
+);
+
+// Error, because "print" is not a known property, but is a known type,
+// and should not be in parenthese.
+MT.testMode(
+  'atMediaInvalidProperty',
+  '@media screen and (print) { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'operator', 'and',
+    null, ' (',
+    'error', 'print',
+    null, ') { }'
+  ]
+);
+
+// Soft error, because "foobarhello" is not a known property or type.
+MT.testMode(
+  'atMediaUnknownProperty',
+  '@media screen and (foobarhello) { }',
+  [
+    'def', '@media',
+    null, ' ',
+    'attribute', 'screen',
+    null, ' ',
+    'operator', 'and',
+    null, ' (',
+    'property error', 'foobarhello',
+    null, ') { }'
+  ]
+);
+
+MT.testMode(
+  'tagSelector',
+  'foo { }',
+  [
+    'tag', 'foo',
+    null, ' { }'
+  ]
+);
+
+MT.testMode(
+  'classSelector',
+  '.foo-bar_hello { }',
+  [
+    'qualifier', '.foo-bar_hello',
+    null, ' { }'
+  ]
+);
+
+MT.testMode(
+  'idSelector',
+  '#foo { #foo }',
+  [
+    'builtin', '#foo',
+    null, ' { ',
+    'error', '#foo',
+    null, ' }'
+  ]
+);
+
+MT.testMode(
+  'tagSelectorUnclosed',
+  'foo { margin: 0 } bar { }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'margin',
+    'operator', ':',
+    null, ' ',
+    'number', '0',
+    null, ' } ',
+    'tag', 'bar',
+    null, ' { }'
+  ]
+);
+
+MT.testMode(
+  'tagStringNoQuotes',
+  'foo { font-family: hello world; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'font-family',
+    'operator', ':',
+    null, ' ',
+    'variable-2', 'hello',
+    null, ' ',
+    'variable-2', 'world',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagStringDouble',
+  'foo { font-family: "hello world"; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'font-family',
+    'operator', ':',
+    null, ' ',
+    'string', '"hello world"',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagStringSingle',
+  'foo { font-family: \'hello world\'; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'font-family',
+    'operator', ':',
+    null, ' ',
+    'string', '\'hello world\'',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagColorKeyword',
+  'foo { color: black; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'color',
+    'operator', ':',
+    null, ' ',
+    'keyword', 'black',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagColorHex3',
+  'foo { background: #fff; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'background',
+    'operator', ':',
+    null, ' ',
+    'atom', '#fff',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagColorHex6',
+  'foo { background: #ffffff; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'background',
+    'operator', ':',
+    null, ' ',
+    'atom', '#ffffff',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagColorHex4',
+  'foo { background: #ffff; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'background',
+    'operator', ':',
+    null, ' ',
+    'atom error', '#ffff',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagColorHexInvalid',
+  'foo { background: #ffg; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'background',
+    'operator', ':',
+    null, ' ',
+    'atom error', '#ffg',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagNegativeNumber',
+  'foo { margin: -5px; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'margin',
+    'operator', ':',
+    null, ' ',
+    'number', '-5px',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagPositiveNumber',
+  'foo { padding: 5px; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'padding',
+    'operator', ':',
+    null, ' ',
+    'number', '5px',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagVendor',
+  'foo { -foo-box-sizing: -foo-border-box; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'meta', '-foo-',
+    'property', 'box-sizing',
+    'operator', ':',
+    null, ' ',
+    'meta', '-foo-',
+    'string-2', 'border-box',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagBogusProperty',
+  'foo { barhelloworld: 0; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property error', 'barhelloworld',
+    'operator', ':',
+    null, ' ',
+    'number', '0',
+    null, '; }'
+  ]
+);
+
+MT.testMode(
+  'tagTwoProperties',
+  'foo { margin: 0; padding: 0; }',
+  [
+    'tag', 'foo',
+    null, ' { ',
+    'property', 'margin',
+    'operator', ':',
+    null, ' ',
+    'number', '0',
+    null, '; ',
+    'property', 'padding',
+    'operator', ':',
+    null, ' ',
+    'number', '0',
+    null, '; }'
+  ]
+);
+//
+//MT.testMode(
+//  'tagClass',
+//  '@media only screen and (min-width: 500px), print {foo.bar#hello { color: black !important; background: #f00; margin: -5px; padding: 5px; -foo-box-sizing: border-box; } /* world */}',
+//  [
+//    'def', '@media',
+//    null, ' ',
+//    'keyword', 'only',
+//    null, ' ',
+//    'attribute', 'screen',
+//    null, ' ',
+//    'operator', 'and',
+//    null, ' ',
+//    'bracket', '(',
+//    'property', 'min-width',
+//    'operator', ':',
+//    null, ' ',
+//    'number', '500px',
+//    'bracket', ')',
+//    null, ', ',
+//    'attribute', 'print',
+//    null, ' {',
+//    'tag', 'foo',
+//    'qualifier', '.bar',
+//    'header', '#hello',
+//    null, ' { ',
+//    'property', 'color',
+//    'operator', ':',
+//    null, ' ',
+//    'keyword', 'black',
+//    null, ' ',
+//    'keyword', '!important',
+//    null, '; ',
+//    'property', 'background',
+//    'operator', ':',
+//    null, ' ',
+//    'atom', '#f00',
+//    null, '; ',
+//    'property', 'padding',
+//    'operator', ':',
+//    null, ' ',
+//    'number', '5px',
+//    null, '; ',
+//    'property', 'margin',
+//    'operator', ':',
+//    null, ' ',
+//    'number', '-5px',
+//    null, '; ',
+//    'meta', '-foo-',
+//    'property', 'box-sizing',
+//    'operator', ':',
+//    null, ' ',
+//    'string-2', 'border-box',
+//    null, '; } ',
+//    'comment', '/* world */',
+//    null, '}'
+//  ]
+//);
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/diff/diff.js b/components/originalComponents/static/admin/codemirror/mode/diff/diff.js
new file mode 100755
index 00000000..3402f3b3
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/diff/diff.js
@@ -0,0 +1,32 @@
+CodeMirror.defineMode("diff", function() {
+
+  var TOKEN_NAMES = {
+    '+': 'tag',
+    '-': 'string',
+    '@': 'meta'
+  };
+
+  return {
+    token: function(stream) {
+      var tw_pos = stream.string.search(/[\t ]+?$/);
+
+      if (!stream.sol() || tw_pos === 0) {
+        stream.skipToEnd();
+        return ("error " + (
+          TOKEN_NAMES[stream.string.charAt(0)] || '')).replace(/ $/, '');
+      }
+
+      var token_name = TOKEN_NAMES[stream.peek()] || stream.skipToEnd();
+
+      if (tw_pos === -1) {
+        stream.skipToEnd();
+      } else {
+        stream.pos = tw_pos;
+      }
+
+      return token_name;
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-diff", "diff");
diff --git a/components/originalComponents/static/admin/codemirror/mode/diff/index.html b/components/originalComponents/static/admin/codemirror/mode/diff/index.html
new file mode 100755
index 00000000..55602520
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/diff/index.html
@@ -0,0 +1,105 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Diff mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="diff.js"></script>
+    <style>
+      .CodeMirror {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
+      span.cm-meta {color: #a0b !important;}
+      span.cm-error { background-color: black; opacity: 0.4;}
+      span.cm-error.cm-string { background-color: red; }
+      span.cm-error.cm-tag { background-color: #2b2; }
+    </style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Diff mode</h1>
+    <form><textarea id="code" name="code">
+diff --git a/index.html b/index.html
+index c1d9156..7764744 100644
+--- a/index.html
++++ b/index.html
+@@ -95,7 +95,8 @@ StringStream.prototype = {
+     <script>
+       var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+         lineNumbers: true,
+-        autoMatchBrackets: true
++        autoMatchBrackets: true,
++      onGutterClick: function(x){console.log(x);}
+       });
+     </script>
+   </body>
+diff --git a/lib/codemirror.js b/lib/codemirror.js
+index 04646a9..9a39cc7 100644
+--- a/lib/codemirror.js
++++ b/lib/codemirror.js
+@@ -399,10 +399,16 @@ var CodeMirror = (function() {
+     }
+ 
+     function onMouseDown(e) {
+-      var start = posFromMouse(e), last = start;    
++      var start = posFromMouse(e), last = start, target = e.target();
+       if (!start) return;
+       setCursor(start.line, start.ch, false);
+       if (e.button() != 1) return;
++      if (target.parentNode == gutter) {    
++        if (options.onGutterClick)
++          options.onGutterClick(indexOf(gutter.childNodes, target) + showingFrom);
++        return;
++      }
++
+       if (!focused) onFocus();
+ 
+       e.stop();
+@@ -808,7 +814,7 @@ var CodeMirror = (function() {
+       for (var i = showingFrom; i < showingTo; ++i) {
+         var marker = lines[i].gutterMarker;
+         if (marker) html.push('<div class="' + marker.style + '">' + htmlEscape(marker.text) + '</div>');
+-        else html.push("<div>" + (options.lineNumbers ? i + 1 : "\u00a0") + "</div>");
++        else html.push("<div>" + (options.lineNumbers ? i + options.firstLineNumber : "\u00a0") + "</div>");
+       }
+       gutter.style.display = "none"; // TODO test whether this actually helps
+       gutter.innerHTML = html.join("");
+@@ -1371,10 +1377,8 @@ var CodeMirror = (function() {
+         if (option == "parser") setParser(value);
+         else if (option === "lineNumbers") setLineNumbers(value);
+         else if (option === "gutter") setGutter(value);
+-        else if (option === "readOnly") options.readOnly = value;
+-        else if (option === "indentUnit") {options.indentUnit = indentUnit = value; setParser(options.parser);}
+-        else if (/^(?:enterMode|tabMode|indentWithTabs|readOnly|autoMatchBrackets|undoDepth)$/.test(option)) options[option] = value;
+-        else throw new Error("Can't set option " + option);
++        else if (option === "indentUnit") {options.indentUnit = value; setParser(options.parser);}
++        else options[option] = value;
+       },
+       cursorCoords: cursorCoords,
+       undo: operation(undo),
+@@ -1402,7 +1406,8 @@ var CodeMirror = (function() {
+       replaceRange: operation(replaceRange),
+ 
+       operation: function(f){return operation(f)();},
+-      refresh: function(){updateDisplay([{from: 0, to: lines.length}]);}
++      refresh: function(){updateDisplay([{from: 0, to: lines.length}]);},
++      getInputField: function(){return input;}
+     };
+     return instance;
+   }
+@@ -1420,6 +1425,7 @@ var CodeMirror = (function() {
+     readOnly: false,
+     onChange: null,
+     onCursorActivity: null,
++    onGutterClick: null,
+     autoMatchBrackets: false,
+     workTime: 200,
+     workDelay: 300,
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-diff</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/ecl/ecl.js b/components/originalComponents/static/admin/codemirror/mode/ecl/ecl.js
new file mode 100755
index 00000000..c0e44792
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ecl/ecl.js
@@ -0,0 +1,203 @@
+CodeMirror.defineMode("ecl", function(config) {
+
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+
+  function metaHook(stream, state) {
+    if (!state.startOfLine) return false;
+    stream.skipToEnd();
+    return "meta";
+  }
+
+  function tokenAtString(stream, state) {
+    var next;
+    while ((next = stream.next()) != null) {
+      if (next == '"' && !stream.eat('"')) {
+        state.tokenize = null;
+        break;
+      }
+    }
+    return "string";
+  }
+
+  var indentUnit = config.indentUnit;
+  var keyword = words("abs acos allnodes ascii asin asstring atan atan2 ave case choose choosen choosesets clustersize combine correlation cos cosh count covariance cron dataset dedup define denormalize distribute distributed distribution ebcdic enth error evaluate event eventextra eventname exists exp failcode failmessage fetch fromunicode getisvalid global graph group hash hash32 hash64 hashcrc hashmd5 having if index intformat isvalid iterate join keyunicode length library limit ln local log loop map matched matchlength matchposition matchtext matchunicode max merge mergejoin min nolocal nonempty normalize parse pipe power preload process project pull random range rank ranked realformat recordof regexfind regexreplace regroup rejected rollup round roundup row rowdiff sample set sin sinh sizeof soapcall sort sorted sqrt stepped stored sum table tan tanh thisnode topn tounicode transfer trim truncate typeof ungroup unicodeorder variance which workunit xmldecode xmlencode xmltext xmlunicode");
+  var variable = words("apply assert build buildindex evaluate fail keydiff keypatch loadxml nothor notify output parallel sequential soapcall wait");
+  var variable_2 = words("__compressed__ all and any as atmost before beginc++ best between case const counter csv descend encrypt end endc++ endmacro except exclusive expire export extend false few first flat from full function group header heading hole ifblock import in interface joined keep keyed last left limit load local locale lookup macro many maxcount maxlength min skew module named nocase noroot noscan nosort not of only opt or outer overwrite packed partition penalty physicallength pipe quote record relationship repeat return right scan self separator service shared skew skip sql store terminator thor threshold token transform trim true type unicodeorder unsorted validate virtual whole wild within xml xpath");
+  var variable_3 = words("ascii big_endian boolean data decimal ebcdic integer pattern qstring real record rule set of string token udecimal unicode unsigned varstring varunicode");
+  var builtin = words("checkpoint deprecated failcode failmessage failure global independent onwarning persist priority recovery stored success wait when");
+  var blockKeywords = words("catch class do else finally for if switch try while");
+  var atoms = words("true false null");
+  var hooks = {"#": metaHook};
+  var multiLineStrings;
+  var isOperatorChar = /[+\-*&%=<>!?|\/]/;
+
+  var curPunc;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (hooks[ch]) {
+      var result = hooks[ch](stream, state);
+      if (result !== false) return result;
+    }
+    if (ch == '"' || ch == "'") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w\.]/);
+      return "number";
+    }
+    if (ch == "/") {
+      if (stream.eat("*")) {
+        state.tokenize = tokenComment;
+        return tokenComment(stream, state);
+      }
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+    }
+    if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current().toLowerCase();
+    if (keyword.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "keyword";
+    } else if (variable.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "variable";
+    } else if (variable_2.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "variable-2";
+    } else if (variable_3.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "variable-3";
+    } else if (builtin.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "builtin";
+    } else { //Data types are of from KEYWORD## 
+		var i = cur.length - 1;
+		while(i >= 0 && (!isNaN(cur[i]) || cur[i] == '_'))
+			--i;
+		
+		if (i > 0) {
+			var cur2 = cur.substr(0, i + 1);
+	    	if (variable_3.propertyIsEnumerable(cur2)) {
+	      		if (blockKeywords.propertyIsEnumerable(cur2)) curPunc = "newstatement";
+	      		return "variable-3";
+	      	}
+	    }
+    }
+    if (atoms.propertyIsEnumerable(cur)) return "atom";
+    return null;
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !(escaped || multiLineStrings))
+        state.tokenize = tokenBase;
+      return "string";
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function Context(indented, column, type, align, prev) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.align = align;
+    this.prev = prev;
+  }
+  function pushContext(state, col, type) {
+    return state.context = new Context(state.indented, col, type, null, state.context);
+  }
+  function popContext(state) {
+    var t = state.context.type;
+    if (t == ")" || t == "]" || t == "}")
+      state.indented = state.context.indented;
+    return state.context = state.context.prev;
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: null,
+        context: new Context((basecolumn || 0) - indentUnit, 0, "top", false),
+        indented: 0,
+        startOfLine: true
+      };
+    },
+
+    token: function(stream, state) {
+      var ctx = state.context;
+      if (stream.sol()) {
+        if (ctx.align == null) ctx.align = false;
+        state.indented = stream.indentation();
+        state.startOfLine = true;
+      }
+      if (stream.eatSpace()) return null;
+      curPunc = null;
+      var style = (state.tokenize || tokenBase)(stream, state);
+      if (style == "comment" || style == "meta") return style;
+      if (ctx.align == null) ctx.align = true;
+
+      if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state);
+      else if (curPunc == "{") pushContext(state, stream.column(), "}");
+      else if (curPunc == "[") pushContext(state, stream.column(), "]");
+      else if (curPunc == "(") pushContext(state, stream.column(), ")");
+      else if (curPunc == "}") {
+        while (ctx.type == "statement") ctx = popContext(state);
+        if (ctx.type == "}") ctx = popContext(state);
+        while (ctx.type == "statement") ctx = popContext(state);
+      }
+      else if (curPunc == ctx.type) popContext(state);
+      else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement"))
+        pushContext(state, stream.column(), "statement");
+      state.startOfLine = false;
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != tokenBase && state.tokenize != null) return 0;
+      var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);
+      if (ctx.type == "statement" && firstChar == "}") ctx = ctx.prev;
+      var closing = firstChar == ctx.type;
+      if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : indentUnit);
+      else if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: "{}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-ecl", "ecl");
diff --git a/components/originalComponents/static/admin/codemirror/mode/ecl/index.html b/components/originalComponents/static/admin/codemirror/mode/ecl/index.html
new file mode 100755
index 00000000..d6b41f4e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ecl/index.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<html>
+  <head>
+    <title>CodeMirror: ECL mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="ecl.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: ECL mode</h1>
+    <form><textarea id="code" name="code">
+/*
+sample useless code to demonstrate ecl syntax highlighting
+this is a multiline comment!
+*/
+
+//  this is a singleline comment!
+
+import ut;
+r := 
+  record
+   string22 s1 := '123';
+   integer4 i1 := 123;
+  end;
+#option('tmp', true);
+d := dataset('tmp::qb', r, thor);
+output(d);
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        tabMode: "indent",
+        matchBrackets: true,
+      });
+    </script>
+
+    <p>Based on CodeMirror's clike mode.  For more information see <a href="http://hpccsystems.com">HPCC Systems</a> web site.</p>
+    <p><strong>MIME types defined:</strong> <code>text/x-ecl</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/erlang/erlang.js b/components/originalComponents/static/admin/codemirror/mode/erlang/erlang.js
new file mode 100755
index 00000000..e79ab766
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/erlang/erlang.js
@@ -0,0 +1,463 @@
+// block; "begin", "case", "fun", "if", "receive", "try": closed by "end"
+// block internal; "after", "catch", "of"
+// guard; "when", closed by "->"
+// "->" opens a clause, closed by ";" or "."
+// "<<" opens a binary, closed by ">>"
+// "," appears in arglists, lists, tuples and terminates lines of code
+// "." resets indentation to 0
+// obsolete; "cond", "let", "query"
+
+CodeMirror.defineMIME("text/x-erlang", "erlang");
+
+CodeMirror.defineMode("erlang", function(cmCfg, modeCfg) {
+
+  function rval(state,stream,type) {
+    // distinguish between "." as terminator and record field operator
+    if (type == "record") {
+      state.context = "record";
+    }else{
+      state.context = false;
+    }
+
+    // remember last significant bit on last line for indenting
+    if (type != "whitespace" && type != "comment") {
+      state.lastToken = stream.current();
+    }
+    //     erlang             -> CodeMirror tag
+    switch (type) {
+      case "atom":        return "atom";
+      case "attribute":   return "attribute";
+      case "builtin":     return "builtin";
+      case "comment":     return "comment";
+      case "fun":         return "meta";
+      case "function":    return "tag";
+      case "guard":       return "property";
+      case "keyword":     return "keyword";
+      case "macro":       return "variable-2";
+      case "number":      return "number";
+      case "operator":    return "operator";
+      case "record":      return "bracket";
+      case "string":      return "string";
+      case "type":        return "def";
+      case "variable":    return "variable";
+      case "error":       return "error";
+      case "separator":   return null;
+      case "open_paren":  return null;
+      case "close_paren": return null;
+      default:            return null;
+    }
+  }
+
+  var typeWords = [
+    "-type", "-spec", "-export_type", "-opaque"];
+
+  var keywordWords = [
+    "after","begin","catch","case","cond","end","fun","if",
+    "let","of","query","receive","try","when"];
+
+  var separatorWords = [
+    "->",";",":",".",","];
+
+  var operatorWords = [
+    "and","andalso","band","bnot","bor","bsl","bsr","bxor",
+    "div","not","or","orelse","rem","xor"];
+
+  var symbolWords = [
+    "+","-","*","/",">",">=","<","=<","=:=","==","=/=","/=","||","<-"];
+
+  var openParenWords = [
+    "<<","(","[","{"];
+
+  var closeParenWords = [
+    "}","]",")",">>"];
+
+  var guardWords = [
+    "is_atom","is_binary","is_bitstring","is_boolean","is_float",
+    "is_function","is_integer","is_list","is_number","is_pid",
+    "is_port","is_record","is_reference","is_tuple",
+    "atom","binary","bitstring","boolean","function","integer","list",
+    "number","pid","port","record","reference","tuple"];
+
+  var bifWords = [
+    "abs","adler32","adler32_combine","alive","apply","atom_to_binary",
+    "atom_to_list","binary_to_atom","binary_to_existing_atom",
+    "binary_to_list","binary_to_term","bit_size","bitstring_to_list",
+    "byte_size","check_process_code","contact_binary","crc32",
+    "crc32_combine","date","decode_packet","delete_module",
+    "disconnect_node","element","erase","exit","float","float_to_list",
+    "garbage_collect","get","get_keys","group_leader","halt","hd",
+    "integer_to_list","internal_bif","iolist_size","iolist_to_binary",
+    "is_alive","is_atom","is_binary","is_bitstring","is_boolean",
+    "is_float","is_function","is_integer","is_list","is_number","is_pid",
+    "is_port","is_process_alive","is_record","is_reference","is_tuple",
+    "length","link","list_to_atom","list_to_binary","list_to_bitstring",
+    "list_to_existing_atom","list_to_float","list_to_integer",
+    "list_to_pid","list_to_tuple","load_module","make_ref","module_loaded",
+    "monitor_node","node","node_link","node_unlink","nodes","notalive",
+    "now","open_port","pid_to_list","port_close","port_command",
+    "port_connect","port_control","pre_loaded","process_flag",
+    "process_info","processes","purge_module","put","register",
+    "registered","round","self","setelement","size","spawn","spawn_link",
+    "spawn_monitor","spawn_opt","split_binary","statistics",
+    "term_to_binary","time","throw","tl","trunc","tuple_size",
+    "tuple_to_list","unlink","unregister","whereis"];
+
+  // ignored for indenting purposes
+  var ignoreWords = [
+    ",", ":", "catch", "after", "of", "cond", "let", "query"];
+
+
+  var smallRE      = /[a-z_]/;
+  var largeRE      = /[A-Z_]/;
+  var digitRE      = /[0-9]/;
+  var octitRE      = /[0-7]/;
+  var anumRE       = /[a-z_A-Z0-9]/;
+  var symbolRE     = /[\+\-\*\/<>=\|:]/;
+  var openParenRE  = /[<\(\[\{]/;
+  var closeParenRE = /[>\)\]\}]/;
+  var sepRE        = /[\->\.,:;]/;
+
+  function isMember(element,list) {
+    return (-1 < list.indexOf(element));
+  }
+
+  function isPrev(stream,string) {
+    var start = stream.start;
+    var len = string.length;
+    if (len <= start) {
+      var word = stream.string.slice(start-len,start);
+      return word == string;
+    }else{
+      return false;
+    }
+  }
+
+  function tokenize(stream, state) {
+    if (stream.eatSpace()) {
+      return rval(state,stream,"whitespace");
+    }
+
+    // attributes and type specs
+    if ((peekToken(state).token == "" || peekToken(state).token == ".") &&
+        stream.peek() == '-') {
+      stream.next();
+      if (stream.eat(smallRE) && stream.eatWhile(anumRE)) {
+        if (isMember(stream.current(),typeWords)) {
+          return rval(state,stream,"type");
+        }else{
+          return rval(state,stream,"attribute");
+        }
+      }
+      stream.backUp(1);
+    }
+
+    var ch = stream.next();
+
+    // comment
+    if (ch == '%') {
+      stream.skipToEnd();
+      return rval(state,stream,"comment");
+    }
+
+    // macro
+    if (ch == '?') {
+      stream.eatWhile(anumRE);
+      return rval(state,stream,"macro");
+    }
+
+    // record
+    if ( ch == "#") {
+      stream.eatWhile(anumRE);
+      return rval(state,stream,"record");
+    }
+
+    // char
+    if ( ch == "$") {
+      if (stream.next() == "\\") {
+        if (!stream.eatWhile(octitRE)) {
+          stream.next();
+        }
+      }
+      return rval(state,stream,"string");
+    }
+
+    // quoted atom
+    if (ch == '\'') {
+      if (singleQuote(stream)) {
+        return rval(state,stream,"atom");
+      }else{
+        return rval(state,stream,"error");
+      }
+    }
+
+    // string
+    if (ch == '"') {
+      if (doubleQuote(stream)) {
+        return rval(state,stream,"string");
+      }else{
+        return rval(state,stream,"error");
+      }
+    }
+
+    // variable
+    if (largeRE.test(ch)) {
+      stream.eatWhile(anumRE);
+      return rval(state,stream,"variable");
+    }
+
+    // atom/keyword/BIF/function
+    if (smallRE.test(ch)) {
+      stream.eatWhile(anumRE);
+
+      if (stream.peek() == "/") {
+        stream.next();
+        if (stream.eatWhile(digitRE)) {
+          return rval(state,stream,"fun");      // f/0 style fun
+        }else{
+          stream.backUp(1);
+          return rval(state,stream,"atom");
+        }
+      }
+
+      var w = stream.current();
+
+      if (isMember(w,keywordWords)) {
+        pushToken(state,stream);
+        return rval(state,stream,"keyword");
+      }
+      if (stream.peek() == "(") {
+        // 'put' and 'erlang:put' are bifs, 'foo:put' is not
+        if (isMember(w,bifWords) &&
+            (!isPrev(stream,":") || isPrev(stream,"erlang:"))) {
+          return rval(state,stream,"builtin");
+        }else{
+          return rval(state,stream,"function");
+        }
+      }
+      if (isMember(w,guardWords)) {
+        return rval(state,stream,"guard");
+      }
+      if (isMember(w,operatorWords)) {
+        return rval(state,stream,"operator");
+      }
+      if (stream.peek() == ":") {
+        if (w == "erlang") {
+          return rval(state,stream,"builtin");
+        } else {
+          return rval(state,stream,"function");
+        }
+      }
+      return rval(state,stream,"atom");               
+    }
+
+    // number
+    if (digitRE.test(ch)) {
+      stream.eatWhile(digitRE);
+      if (stream.eat('#')) {
+        stream.eatWhile(digitRE);    // 16#10  style integer
+      } else {
+        if (stream.eat('.')) {       // float
+          stream.eatWhile(digitRE);
+        }
+        if (stream.eat(/[eE]/)) {
+          stream.eat(/[-+]/);        // float with exponent
+          stream.eatWhile(digitRE);
+        }
+      }
+      return rval(state,stream,"number");   // normal integer
+    }
+
+    // open parens
+    if (nongreedy(stream,openParenRE,openParenWords)) {
+      pushToken(state,stream);
+      return rval(state,stream,"open_paren");
+    }
+
+    // close parens
+    if (nongreedy(stream,closeParenRE,closeParenWords)) {
+      pushToken(state,stream);
+      return rval(state,stream,"close_paren");
+    }
+
+    // separators
+    if (greedy(stream,sepRE,separatorWords)) {
+      // distinguish between "." as terminator and record field operator
+      if (state.context == false) {
+        pushToken(state,stream);
+      }
+      return rval(state,stream,"separator");
+    }
+
+    // operators
+    if (greedy(stream,symbolRE,symbolWords)) {
+      return rval(state,stream,"operator");
+    }
+
+    return rval(state,stream,null);
+  }
+
+  function nongreedy(stream,re,words) {
+    if (stream.current().length == 1 && re.test(stream.current())) {
+      stream.backUp(1);
+      while (re.test(stream.peek())) {
+        stream.next();
+        if (isMember(stream.current(),words)) {
+          return true;
+        }
+      }
+      stream.backUp(stream.current().length-1);
+    }
+    return false;
+  }
+
+  function greedy(stream,re,words) {
+    if (stream.current().length == 1 && re.test(stream.current())) {
+      while (re.test(stream.peek())) {
+        stream.next();
+      }
+      while (0 < stream.current().length) {
+        if (isMember(stream.current(),words)) {
+          return true;
+        }else{
+          stream.backUp(1);
+        }
+      }
+      stream.next();
+    }
+    return false;
+  }
+
+  function doubleQuote(stream) {
+    return quote(stream, '"', '\\');
+  }
+
+  function singleQuote(stream) {
+    return quote(stream,'\'','\\');
+  }
+
+  function quote(stream,quoteChar,escapeChar) {
+    while (!stream.eol()) {
+      var ch = stream.next();
+      if (ch == quoteChar) {
+        return true;
+      }else if (ch == escapeChar) {
+        stream.next();
+      }
+    }
+    return false;
+  }
+
+  function Token(stream) {
+    this.token  = stream ? stream.current() : "";
+    this.column = stream ? stream.column() : 0;
+    this.indent = stream ? stream.indentation() : 0;
+  }
+
+  function myIndent(state,textAfter) {
+    var indent = cmCfg.indentUnit;
+    var outdentWords = ["after","catch"];
+    var token = (peekToken(state)).token;
+    var wordAfter = takewhile(textAfter,/[^a-z]/);
+
+    if (isMember(token,openParenWords)) {
+      return (peekToken(state)).column+token.length;
+    }else if (token == "." || token == ""){
+      return 0;
+    }else if (token == "->") {
+      if (wordAfter == "end") {
+        return peekToken(state,2).column;
+      }else if (peekToken(state,2).token == "fun") {
+        return peekToken(state,2).column+indent;
+      }else{
+        return (peekToken(state)).indent+indent;
+      }
+    }else if (isMember(wordAfter,outdentWords)) {
+      return (peekToken(state)).indent;
+    }else{
+      return (peekToken(state)).column+indent;
+    }
+  }
+
+  function takewhile(str,re) {
+    var m = str.match(re);
+    return m ? str.slice(0,m.index) : str;
+  }
+
+  function popToken(state) {
+    return state.tokenStack.pop();
+  }
+
+  function peekToken(state,depth) {
+    var len = state.tokenStack.length;
+    var dep = (depth ? depth : 1);
+    if (len < dep) {
+      return new Token;
+    }else{
+      return state.tokenStack[len-dep];
+    }
+  }
+
+  function pushToken(state,stream) {
+    var token = stream.current();
+    var prev_token = peekToken(state).token;
+    if (isMember(token,ignoreWords)) {
+      return false;
+    }else if (drop_both(prev_token,token)) {
+      popToken(state);
+      return false;
+    }else if (drop_first(prev_token,token)) {
+      popToken(state);
+      return pushToken(state,stream);
+    }else{
+      state.tokenStack.push(new Token(stream));
+      return true;
+    }
+  }
+
+  function drop_first(open, close) {
+    switch (open+" "+close) {
+      case "when ->":       return true;
+      case "-> end":        return true;
+      case "-> .":          return true;
+      case ". .":           return true;
+      default:              return false;
+    }
+  }
+
+  function drop_both(open, close) {
+    switch (open+" "+close) {
+      case "( )":         return true;
+      case "[ ]":         return true;
+      case "{ }":         return true;
+      case "<< >>":       return true;
+      case "begin end":   return true;
+      case "case end":    return true;
+      case "fun end":     return true;
+      case "if end":      return true;
+      case "receive end": return true;
+      case "try end":     return true;
+      case "-> ;":        return true;
+      default:            return false;
+    }
+  }
+
+  return {
+    startState:
+      function() {
+        return {tokenStack: [],
+                context: false,
+                lastToken: null};
+      },
+
+    token:
+      function(stream, state) {
+        return tokenize(stream, state);
+      },
+
+    indent:
+      function(state, textAfter) {
+//        console.log(state.tokenStack);
+        return myIndent(state,textAfter);
+      }
+  };
+});
diff --git a/components/originalComponents/static/admin/codemirror/mode/erlang/index.html b/components/originalComponents/static/admin/codemirror/mode/erlang/index.html
new file mode 100755
index 00000000..c28389aa
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/erlang/index.html
@@ -0,0 +1,63 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Erlang mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="erlang.js"></script>
+    <link rel="stylesheet" href="../../theme/erlang-dark.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Erlang mode</h1>
+
+<form><textarea id="code" name="code">
+%% -*- mode: erlang; erlang-indent-level: 2 -*-
+%%% Created :  7 May 2012 by mats cronqvist <masse@klarna.com>
+
+%% @doc
+%% Demonstrates how to print a record.
+%% @end
+
+-module('ex').
+-author('mats cronqvist').
+-export([demo/0,
+         rec_info/1]).
+
+-record(demo,{a="One",b="Two",c="Three",d="Four"}).
+
+rec_info(demo) -> record_info(fields,demo).
+
+demo() -> expand_recs(?MODULE,#demo{a="A",b="BB"}).
+  
+expand_recs(M,List) when is_list(List) ->
+  [expand_recs(M,L)||L<-List];
+expand_recs(M,Tup) when is_tuple(Tup) ->
+  case tuple_size(Tup) of
+    L when L < 1 -> Tup;
+    L ->
+      try Fields = M:rec_info(element(1,Tup)),
+          L = length(Fields)+1,
+          lists:zip(Fields,expand_recs(M,tl(tuple_to_list(Tup))))
+      catch _:_ ->
+          list_to_tuple(expand_recs(M,tuple_to_list(Tup)))
+      end
+  end;
+expand_recs(_,Term) ->
+  Term.
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        extraKeys: {"Tab":  "indentAuto"},
+        theme: "erlang-dark"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-erlang</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/gfm/gfm.js b/components/originalComponents/static/admin/codemirror/mode/gfm/gfm.js
new file mode 100755
index 00000000..21b82593
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/gfm/gfm.js
@@ -0,0 +1,94 @@
+CodeMirror.defineMode("gfm", function(config, parserConfig) {
+  var codeDepth = 0;
+  function blankLine(state) {
+    state.code = false;
+    return null;
+  }
+  var gfmOverlay = {
+    startState: function() {
+      return {
+        code: false,
+        codeBlock: false,
+        ateSpace: false
+      };
+    },
+    copyState: function(s) {
+      return {
+        code: s.code,
+        codeBlock: s.codeBlock,
+        ateSpace: s.ateSpace
+      };
+    },
+    token: function(stream, state) {
+      // Hack to prevent formatting override inside code blocks (block and inline)
+      if (state.codeBlock) {
+        if (stream.match(/^```/)) {
+          state.codeBlock = false;
+          return null;
+        }
+        stream.skipToEnd();
+        return null;
+      }
+      if (stream.sol()) {
+        state.code = false;
+      }
+      if (stream.sol() && stream.match(/^```/)) {
+        stream.skipToEnd();
+        state.codeBlock = true;
+        return null;
+      }
+      // If this block is changed, it may need to be updated in Markdown mode
+      if (stream.peek() === '`') {
+        stream.next();
+        var before = stream.pos;
+        stream.eatWhile('`');
+        var difference = 1 + stream.pos - before;
+        if (!state.code) {
+          codeDepth = difference;
+          state.code = true;
+        } else {
+          if (difference === codeDepth) { // Must be exact
+            state.code = false;
+          }
+        }
+        return null;
+      } else if (state.code) {
+        stream.next();
+        return null;
+      }
+      // Check if space. If so, links can be formatted later on
+      if (stream.eatSpace()) {
+        state.ateSpace = true;
+        return null;
+      }
+      if (stream.sol() || state.ateSpace) {
+        state.ateSpace = false;
+        if(stream.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+@)?(?:[a-f0-9]{7,40}\b)/)) {
+          // User/Project@SHA
+          // User@SHA
+          // SHA
+          return "link";
+        } else if (stream.match(/^(?:[a-zA-Z0-9\-_]+\/)?(?:[a-zA-Z0-9\-_]+)?#[0-9]+\b/)) {
+          // User/Project#Num
+          // User#Num
+          // #Num
+          return "link";
+        }
+      }
+      if (stream.match(/^((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))/i)) {
+        // URLs
+        // Taken from http://daringfireball.net/2010/07/improved_regex_for_matching_urls
+        return "link";
+      }
+      stream.next();
+      return null;
+    },
+    blankLine: blankLine
+  };
+  CodeMirror.defineMIME("gfmBase", {
+    name: "markdown",
+    underscoresBreakWords: false,
+    fencedCodeBlocks: true
+  });
+  return CodeMirror.overlayMode(CodeMirror.getMode(config, "gfmBase"), gfmOverlay);
+});
diff --git a/components/originalComponents/static/admin/codemirror/mode/gfm/index.html b/components/originalComponents/static/admin/codemirror/mode/gfm/index.html
new file mode 100755
index 00000000..05256f4b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/gfm/index.html
@@ -0,0 +1,71 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: GFM mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="../../lib/util/overlay.js"></script>
+    <script src="../xml/xml.js"></script>
+    <script src="../markdown/markdown.js"></script>
+    <script src="gfm.js"></script>
+    
+    <!-- Code block highlighting modes -->
+    <script src="../javascript/javascript.js"></script>
+    <script src="../css/css.js"></script>
+    <script src="../htmlmixed/htmlmixed.js"></script>
+    <script src="../clike/clike.js"></script>
+    
+    <link rel="stylesheet" href="../markdown/markdown.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: GFM mode</h1>
+
+<form><textarea id="code" name="code">
+GitHub Flavored Markdown
+========================
+
+Everything from markdown plus GFM features:
+
+## URL autolinking
+
+Underscores_are_allowed_between_words.
+
+## Fenced code blocks (and syntax highlighting... someday)
+
+```javascript
+for (var i = 0; i &lt; items.length; i++) {
+    console.log(items[i], i); // log them
+}
+```
+
+## A bit of GitHub spice
+
+* SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2
+* \#Num: #1
+* User/#Num: mojombo#1
+* User/Project#Num: mojombo/god#1
+
+See http://github.github.com/github-flavored-markdown/.
+
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: 'gfm',
+        lineNumbers: true,
+        matchBrackets: true,
+        theme: "default"
+      });
+    </script>
+
+    <p>Optionally depends on other modes for properly highlighted code blocks.</p>
+
+    <p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#gfm_*">normal</a>,  <a href="../../test/index.html#verbose,gfm_*">verbose</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/gfm/test.js b/components/originalComponents/static/admin/codemirror/mode/gfm/test.js
new file mode 100755
index 00000000..3a261f8f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/gfm/test.js
@@ -0,0 +1,225 @@
+// Initiate ModeTest and set defaults
+var MT = ModeTest;
+MT.modeName = 'gfm';
+MT.modeOptions = {};
+
+// Emphasis characters within a word
+MT.testMode(
+  'emInWordAsterisk',
+  'foo*bar*hello',
+  [
+    null, 'foo',
+    'em', '*bar*',
+    null, 'hello'
+  ]
+);
+MT.testMode(
+  'emInWordUnderscore',
+  'foo_bar_hello',
+  [
+    null, 'foo_bar_hello'
+  ]
+);
+MT.testMode(
+  'emStrongUnderscore',
+  '___foo___ bar',
+  [
+    'strong', '__',
+    'emstrong', '_foo__',
+    'em', '_',
+    null, ' bar'
+  ]
+);
+
+// Fenced code blocks
+MT.testMode(
+  'fencedCodeBlocks',
+  '```\nfoo\n\n```\nbar',
+  [
+    'comment', '```',
+    'comment', 'foo',
+    'comment', '```',
+    null, 'bar'
+  ]
+);
+// Fenced code block mode switching
+MT.testMode(
+  'fencedCodeBlockModeSwitching',
+  '```javascript\nfoo\n\n```\nbar',
+  [
+    'comment', '```javascript',
+    'variable', 'foo',
+    'comment', '```',
+    null, 'bar'
+  ]
+);
+
+// SHA
+MT.testMode(
+  'SHA',
+  'foo be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 bar',
+  [
+    null, 'foo ',
+    'link', 'be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2',
+    null, ' bar'
+  ]
+);
+// GitHub highlights hashes 7-40 chars in length
+MT.testMode(
+  'shortSHA',
+  'foo be6a8cc bar',
+  [
+    null, 'foo ',
+    'link', 'be6a8cc',
+    null, ' bar'
+  ]
+);
+// Invalid SHAs
+// 
+// GitHub does not highlight hashes shorter than 7 chars
+MT.testMode(
+  'tooShortSHA',
+  'foo be6a8c bar',
+  [
+    null, 'foo be6a8c bar'
+  ]
+);
+// GitHub does not highlight hashes longer than 40 chars
+MT.testMode(
+  'longSHA',
+  'foo be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd22 bar',
+  [
+    null, 'foo be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd22 bar'
+  ]
+);
+MT.testMode(
+  'badSHA',
+  'foo be6a8cc1c1ecfe9489fb51e4869af15a13fc2cg2 bar',
+  [
+    null, 'foo be6a8cc1c1ecfe9489fb51e4869af15a13fc2cg2 bar'
+  ]
+);
+// User@SHA
+MT.testMode(
+  'userSHA',
+  'foo bar@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 hello',
+  [
+    null, 'foo ',
+    'link', 'bar@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2',
+    null, ' hello'
+  ]
+);
+// User/Project@SHA
+MT.testMode(
+  'userProjectSHA',
+  'foo bar/hello@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 world',
+  [
+    null, 'foo ',
+    'link', 'bar/hello@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2',
+    null, ' world'
+  ]
+);
+
+// #Num
+MT.testMode(
+  'num',
+  'foo #1 bar',
+  [
+    null, 'foo ',
+    'link', '#1',
+    null, ' bar'
+  ]
+);
+// bad #Num
+MT.testMode(
+  'badNum',
+  'foo #1bar hello',
+  [
+    null, 'foo #1bar hello'
+  ]
+);
+// User#Num
+MT.testMode(
+  'userNum',
+  'foo bar#1 hello',
+  [
+    null, 'foo ',
+    'link', 'bar#1',
+    null, ' hello'
+  ]
+);
+// User/Project#Num
+MT.testMode(
+  'userProjectNum',
+  'foo bar/hello#1 world',
+  [
+    null, 'foo ',
+    'link', 'bar/hello#1',
+    null, ' world'
+  ]
+);
+
+// Vanilla links
+MT.testMode(
+  'vanillaLink',
+  'foo http://www.example.com/ bar',
+  [
+    null, 'foo ',
+    'link', 'http://www.example.com/',
+    null, ' bar'
+  ]
+);
+MT.testMode(
+  'vanillaLinkPunctuation',
+  'foo http://www.example.com/. bar',
+  [
+    null, 'foo ',
+    'link', 'http://www.example.com/',
+    null, '. bar'
+  ]
+);
+MT.testMode(
+  'vanillaLinkExtension',
+  'foo http://www.example.com/index.html bar',
+  [
+    null, 'foo ',
+    'link', 'http://www.example.com/index.html',
+    null, ' bar'
+  ]
+);
+// Not a link
+MT.testMode(
+  'notALink',
+  '```css\nfoo {color:black;}\n```http://www.example.com/',
+  [
+    'comment', '```css',
+    'tag', 'foo',
+    null, ' {',
+    'property', 'color',
+    'operator', ':',
+    'keyword', 'black',
+    null, ';}',
+    'comment', '```',
+    'link', 'http://www.example.com/'
+  ]
+);
+// Not a link
+MT.testMode(
+  'notALink',
+  '``foo `bar` http://www.example.com/`` hello',
+  [
+    'comment', '``foo `bar` http://www.example.com/``',
+    null, ' hello'
+  ]
+);
+// Not a link
+MT.testMode(
+  'notALink',
+  '`foo\nhttp://www.example.com/\n`foo\n\nhttp://www.example.com/',
+  [
+    'comment', '`foo',
+    'link', 'http://www.example.com/',
+    'comment', '`foo',
+    'link', 'http://www.example.com/'
+  ]
+);
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/go/go.js b/components/originalComponents/static/admin/codemirror/mode/go/go.js
new file mode 100755
index 00000000..9863bbf0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/go/go.js
@@ -0,0 +1,170 @@
+CodeMirror.defineMode("go", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+
+  var keywords = {
+    "break":true, "case":true, "chan":true, "const":true, "continue":true,
+    "default":true, "defer":true, "else":true, "fallthrough":true, "for":true,
+    "func":true, "go":true, "goto":true, "if":true, "import":true,
+    "interface":true, "map":true, "package":true, "range":true, "return":true,
+    "select":true, "struct":true, "switch":true, "type":true, "var":true,
+    "bool":true, "byte":true, "complex64":true, "complex128":true,
+    "float32":true, "float64":true, "int8":true, "int16":true, "int32":true,
+    "int64":true, "string":true, "uint8":true, "uint16":true, "uint32":true,
+    "uint64":true, "int":true, "uint":true, "uintptr":true
+  };
+
+  var atoms = {
+    "true":true, "false":true, "iota":true, "nil":true, "append":true,
+    "cap":true, "close":true, "complex":true, "copy":true, "imag":true,
+    "len":true, "make":true, "new":true, "panic":true, "print":true,
+    "println":true, "real":true, "recover":true
+  };
+
+  var blockKeywords = {
+    "else":true, "for":true, "func":true, "if":true, "interface":true,
+    "select":true, "struct":true, "switch":true
+  };
+
+  var isOperatorChar = /[+\-*&^%:=<>!|\/]/;
+
+  var curPunc;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == '"' || ch == "'" || ch == "`") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    if (/[\d\.]/.test(ch)) {
+      if (ch == ".") {
+        stream.match(/^[0-9]+([eE][\-+]?[0-9]+)?/);
+      } else if (ch == "0") {
+        stream.match(/^[xX][0-9a-fA-F]+/) || stream.match(/^0[0-7]+/);
+      } else {
+        stream.match(/^[0-9]*\.?[0-9]*([eE][\-+]?[0-9]+)?/);
+      }
+      return "number";
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    if (ch == "/") {
+      if (stream.eat("*")) {
+        state.tokenize = tokenComment;
+        return tokenComment(stream, state);
+      }
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+    }
+    if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current();
+    if (keywords.propertyIsEnumerable(cur)) {
+      if (cur == "case" || cur == "default") curPunc = "case";
+      return "keyword";
+    }
+    if (atoms.propertyIsEnumerable(cur)) return "atom";
+    return "variable";
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !(escaped || quote == "`"))
+        state.tokenize = tokenBase;
+      return "string";
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function Context(indented, column, type, align, prev) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.align = align;
+    this.prev = prev;
+  }
+  function pushContext(state, col, type) {
+    return state.context = new Context(state.indented, col, type, null, state.context);
+  }
+  function popContext(state) {
+    var t = state.context.type;
+    if (t == ")" || t == "]" || t == "}")
+      state.indented = state.context.indented;
+    return state.context = state.context.prev;
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: null,
+        context: new Context((basecolumn || 0) - indentUnit, 0, "top", false),
+        indented: 0,
+        startOfLine: true
+      };
+    },
+
+    token: function(stream, state) {
+      var ctx = state.context;
+      if (stream.sol()) {
+        if (ctx.align == null) ctx.align = false;
+        state.indented = stream.indentation();
+        state.startOfLine = true;
+        if (ctx.type == "case") ctx.type = "}";
+      }
+      if (stream.eatSpace()) return null;
+      curPunc = null;
+      var style = (state.tokenize || tokenBase)(stream, state);
+      if (style == "comment") return style;
+      if (ctx.align == null) ctx.align = true;
+
+      if (curPunc == "{") pushContext(state, stream.column(), "}");
+      else if (curPunc == "[") pushContext(state, stream.column(), "]");
+      else if (curPunc == "(") pushContext(state, stream.column(), ")");
+      else if (curPunc == "case") ctx.type = "case";
+      else if (curPunc == "}" && ctx.type == "}") ctx = popContext(state);
+      else if (curPunc == ctx.type) popContext(state);
+      state.startOfLine = false;
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != tokenBase && state.tokenize != null) return 0;
+      var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);
+      if (ctx.type == "case" && /^(?:case|default)\b/.test(textAfter)) {
+        state.context.type = "}";
+        return ctx.indented;
+      }
+      var closing = firstChar == ctx.type;
+      if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: "{}:"
+  };
+});
+
+CodeMirror.defineMIME("text/x-go", "go");
diff --git a/components/originalComponents/static/admin/codemirror/mode/go/index.html b/components/originalComponents/static/admin/codemirror/mode/go/index.html
new file mode 100755
index 00000000..24b1cb9d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/go/index.html
@@ -0,0 +1,73 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Go mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <link rel="stylesheet" href="../../theme/elegant.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="go.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border:1px solid #999; background:#ffc}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Go mode</h1>
+
+<form><textarea id="code" name="code">
+// Prime Sieve in Go.
+// Taken from the Go specification.
+// Copyright © The Go Authors.
+
+package main
+
+import "fmt"
+
+// Send the sequence 2, 3, 4, ... to channel 'ch'.
+func generate(ch chan&lt;- int) {
+	for i := 2; ; i++ {
+		ch &lt;- i  // Send 'i' to channel 'ch'
+	}
+}
+
+// Copy the values from channel 'src' to channel 'dst',
+// removing those divisible by 'prime'.
+func filter(src &lt;-chan int, dst chan&lt;- int, prime int) {
+	for i := range src {    // Loop over values received from 'src'.
+		if i%prime != 0 {
+			dst &lt;- i  // Send 'i' to channel 'dst'.
+		}
+	}
+}
+
+// The prime sieve: Daisy-chain filter processes together.
+func sieve() {
+	ch := make(chan int)  // Create a new channel.
+	go generate(ch)       // Start generate() as a subprocess.
+	for {
+		prime := &lt;-ch
+		fmt.Print(prime, "\n")
+		ch1 := make(chan int)
+		go filter(ch, ch1, prime)
+		ch = ch1
+	}
+}
+
+func main() {
+	sieve()
+}
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        theme: "elegant",
+        matchBrackets: true,
+        indentUnit: 8,
+        tabSize: 8,
+        indentWithTabs: true,
+        mode: "text/x-go"
+      });
+    </script>
+
+    <p><strong>MIME type:</strong> <code>text/x-go</code></p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/groovy/groovy.js b/components/originalComponents/static/admin/codemirror/mode/groovy/groovy.js
new file mode 100755
index 00000000..752bc2f7
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/groovy/groovy.js
@@ -0,0 +1,210 @@
+CodeMirror.defineMode("groovy", function(config, parserConfig) {
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+  var keywords = words(
+    "abstract as assert boolean break byte case catch char class const continue def default " +
+    "do double else enum extends final finally float for goto if implements import in " +
+    "instanceof int interface long native new package private protected public return " +
+    "short static strictfp super switch synchronized threadsafe throw throws transient " +
+    "try void volatile while");
+  var blockKeywords = words("catch class do else finally for if switch try while enum interface def");
+  var atoms = words("null true false this");
+
+  var curPunc;
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == '"' || ch == "'") {
+      return startString(ch, stream, state);
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w\.]/);
+      if (stream.eat(/eE/)) { stream.eat(/\+\-/); stream.eatWhile(/\d/); }
+      return "number";
+    }
+    if (ch == "/") {
+      if (stream.eat("*")) {
+        state.tokenize.push(tokenComment);
+        return tokenComment(stream, state);
+      }
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+      if (expectExpression(state.lastToken)) {
+        return startString(ch, stream, state);
+      }
+    }
+    if (ch == "-" && stream.eat(">")) {
+      curPunc = "->";
+      return null;
+    }
+    if (/[+\-*&%=<>!?|\/~]/.test(ch)) {
+      stream.eatWhile(/[+\-*&%=<>|~]/);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    if (ch == "@") { stream.eatWhile(/[\w\$_\.]/); return "meta"; }
+    if (state.lastToken == ".") return "property";
+    if (stream.eat(":")) { curPunc = "proplabel"; return "property"; }
+    var cur = stream.current();
+    if (atoms.propertyIsEnumerable(cur)) { return "atom"; }
+    if (keywords.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "keyword";
+    }
+    return "variable";
+  }
+  tokenBase.isBase = true;
+
+  function startString(quote, stream, state) {
+    var tripleQuoted = false;
+    if (quote != "/" && stream.eat(quote)) {
+      if (stream.eat(quote)) tripleQuoted = true;
+      else return "string";
+    }
+    function t(stream, state) {
+      var escaped = false, next, end = !tripleQuoted;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {
+          if (!tripleQuoted) { break; }
+          if (stream.match(quote + quote)) { end = true; break; }
+        }
+        if (quote == '"' && next == "$" && !escaped && stream.eat("{")) {
+          state.tokenize.push(tokenBaseUntilBrace());
+          return "string";
+        }
+        escaped = !escaped && next == "\\";
+      }
+      if (end) state.tokenize.pop();
+      return "string";
+    }
+    state.tokenize.push(t);
+    return t(stream, state);
+  }
+
+  function tokenBaseUntilBrace() {
+    var depth = 1;
+    function t(stream, state) {
+      if (stream.peek() == "}") {
+        depth--;
+        if (depth == 0) {
+          state.tokenize.pop();
+          return state.tokenize[state.tokenize.length-1](stream, state);
+        }
+      } else if (stream.peek() == "{") {
+        depth++;
+      }
+      return tokenBase(stream, state);
+    }
+    t.isBase = true;
+    return t;
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize.pop();
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function expectExpression(last) {
+    return !last || last == "operator" || last == "->" || /[\.\[\{\(,;:]/.test(last) ||
+      last == "newstatement" || last == "keyword" || last == "proplabel";
+  }
+
+  function Context(indented, column, type, align, prev) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.align = align;
+    this.prev = prev;
+  }
+  function pushContext(state, col, type) {
+    return state.context = new Context(state.indented, col, type, null, state.context);
+  }
+  function popContext(state) {
+    var t = state.context.type;
+    if (t == ")" || t == "]" || t == "}")
+      state.indented = state.context.indented;
+    return state.context = state.context.prev;
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: [tokenBase],
+        context: new Context((basecolumn || 0) - config.indentUnit, 0, "top", false),
+        indented: 0,
+        startOfLine: true,
+        lastToken: null
+      };
+    },
+
+    token: function(stream, state) {
+      var ctx = state.context;
+      if (stream.sol()) {
+        if (ctx.align == null) ctx.align = false;
+        state.indented = stream.indentation();
+        state.startOfLine = true;
+        // Automatic semicolon insertion
+        if (ctx.type == "statement" && !expectExpression(state.lastToken)) {
+          popContext(state); ctx = state.context;
+        }
+      }
+      if (stream.eatSpace()) return null;
+      curPunc = null;
+      var style = state.tokenize[state.tokenize.length-1](stream, state);
+      if (style == "comment") return style;
+      if (ctx.align == null) ctx.align = true;
+
+      if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state);
+      // Handle indentation for {x -> \n ... }
+      else if (curPunc == "->" && ctx.type == "statement" && ctx.prev.type == "}") {
+        popContext(state);
+        state.context.align = false;
+      }
+      else if (curPunc == "{") pushContext(state, stream.column(), "}");
+      else if (curPunc == "[") pushContext(state, stream.column(), "]");
+      else if (curPunc == "(") pushContext(state, stream.column(), ")");
+      else if (curPunc == "}") {
+        while (ctx.type == "statement") ctx = popContext(state);
+        if (ctx.type == "}") ctx = popContext(state);
+        while (ctx.type == "statement") ctx = popContext(state);
+      }
+      else if (curPunc == ctx.type) popContext(state);
+      else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement"))
+        pushContext(state, stream.column(), "statement");
+      state.startOfLine = false;
+      state.lastToken = curPunc || style;
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (!state.tokenize[state.tokenize.length-1].isBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), ctx = state.context;
+      if (ctx.type == "statement" && !expectExpression(state.lastToken)) ctx = ctx.prev;
+      var closing = firstChar == ctx.type;
+      if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : config.indentUnit);
+      else if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indented + (closing ? 0 : config.indentUnit);
+    },
+
+    electricChars: "{}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-groovy", "groovy");
diff --git a/components/originalComponents/static/admin/codemirror/mode/groovy/index.html b/components/originalComponents/static/admin/codemirror/mode/groovy/index.html
new file mode 100755
index 00000000..0393362a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/groovy/index.html
@@ -0,0 +1,72 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Groovy mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="groovy.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border-top: 1px solid #500; border-bottom: 1px solid #500;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Groovy mode</h1>
+
+<form><textarea id="code" name="code">
+//Pattern for groovy script
+def p = ~/.*\.groovy/
+new File( 'd:\\scripts' ).eachFileMatch(p) {f ->
+  // imports list
+  def imports = []
+  f.eachLine {
+    // condition to detect an import instruction
+    ln -> if ( ln =~ '^import .*' ) {
+      imports << "${ln - 'import '}"
+    }
+  }
+  // print thmen
+  if ( ! imports.empty ) {
+    println f
+    imports.each{ println "   $it" }
+  }
+}
+
+/* Coin changer demo code from http://groovy.codehaus.org */
+
+enum UsCoin {
+  quarter(25), dime(10), nickel(5), penny(1)
+  UsCoin(v) { value = v }
+  final value
+}
+
+enum OzzieCoin {
+  fifty(50), twenty(20), ten(10), five(5)
+  OzzieCoin(v) { value = v }
+  final value
+}
+
+def plural(word, count) {
+  if (count == 1) return word
+  word[-1] == 'y' ? word[0..-2] + "ies" : word + "s"
+}
+
+def change(currency, amount) {
+  currency.values().inject([]){ list, coin ->
+     int count = amount / coin.value
+     amount = amount % coin.value
+     list += "$count ${plural(coin.toString(), count)}"
+  }
+}
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-groovy"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-groovy</code></p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/haskell/haskell.js b/components/originalComponents/static/admin/codemirror/mode/haskell/haskell.js
new file mode 100755
index 00000000..e15a32cd
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/haskell/haskell.js
@@ -0,0 +1,242 @@
+CodeMirror.defineMode("haskell", function(cmCfg, modeCfg) {
+
+  function switchState(source, setState, f) {
+    setState(f);
+    return f(source, setState);
+  }
+  
+  // These should all be Unicode extended, as per the Haskell 2010 report
+  var smallRE = /[a-z_]/;
+  var largeRE = /[A-Z]/;
+  var digitRE = /[0-9]/;
+  var hexitRE = /[0-9A-Fa-f]/;
+  var octitRE = /[0-7]/;
+  var idRE = /[a-z_A-Z0-9']/;
+  var symbolRE = /[-!#$%&*+.\/<=>?@\\^|~:]/;
+  var specialRE = /[(),;[\]`{}]/;
+  var whiteCharRE = /[ \t\v\f]/; // newlines are handled in tokenizer
+    
+  function normal(source, setState) {
+    if (source.eatWhile(whiteCharRE)) {
+      return null;
+    }
+      
+    var ch = source.next();
+    if (specialRE.test(ch)) {
+      if (ch == '{' && source.eat('-')) {
+        var t = "comment";
+        if (source.eat('#')) {
+          t = "meta";
+        }
+        return switchState(source, setState, ncomment(t, 1));
+      }
+      return null;
+    }
+    
+    if (ch == '\'') {
+      if (source.eat('\\')) {
+        source.next();  // should handle other escapes here
+      }
+      else {
+        source.next();
+      }
+      if (source.eat('\'')) {
+        return "string";
+      }
+      return "error";
+    }
+    
+    if (ch == '"') {
+      return switchState(source, setState, stringLiteral);
+    }
+      
+    if (largeRE.test(ch)) {
+      source.eatWhile(idRE);
+      if (source.eat('.')) {
+        return "qualifier";
+      }
+      return "variable-2";
+    }
+      
+    if (smallRE.test(ch)) {
+      source.eatWhile(idRE);
+      return "variable";
+    }
+      
+    if (digitRE.test(ch)) {
+      if (ch == '0') {
+        if (source.eat(/[xX]/)) {
+          source.eatWhile(hexitRE); // should require at least 1
+          return "integer";
+        }
+        if (source.eat(/[oO]/)) {
+          source.eatWhile(octitRE); // should require at least 1
+          return "number";
+        }
+      }
+      source.eatWhile(digitRE);
+      var t = "number";
+      if (source.eat('.')) {
+        t = "number";
+        source.eatWhile(digitRE); // should require at least 1
+      }
+      if (source.eat(/[eE]/)) {
+        t = "number";
+        source.eat(/[-+]/);
+        source.eatWhile(digitRE); // should require at least 1
+      }
+      return t;
+    }
+      
+    if (symbolRE.test(ch)) {
+      if (ch == '-' && source.eat(/-/)) {
+        source.eatWhile(/-/);
+        if (!source.eat(symbolRE)) {
+          source.skipToEnd();
+          return "comment";
+        }
+      }
+      var t = "variable";
+      if (ch == ':') {
+        t = "variable-2";
+      }
+      source.eatWhile(symbolRE);
+      return t;    
+    }
+      
+    return "error";
+  }
+    
+  function ncomment(type, nest) {
+    if (nest == 0) {
+      return normal;
+    }
+    return function(source, setState) {
+      var currNest = nest;
+      while (!source.eol()) {
+        var ch = source.next();
+        if (ch == '{' && source.eat('-')) {
+          ++currNest;
+        }
+        else if (ch == '-' && source.eat('}')) {
+          --currNest;
+          if (currNest == 0) {
+            setState(normal);
+            return type;
+          }
+        }
+      }
+      setState(ncomment(type, currNest));
+      return type;
+    };
+  }
+    
+  function stringLiteral(source, setState) {
+    while (!source.eol()) {
+      var ch = source.next();
+      if (ch == '"') {
+        setState(normal);
+        return "string";
+      }
+      if (ch == '\\') {
+        if (source.eol() || source.eat(whiteCharRE)) {
+          setState(stringGap);
+          return "string";
+        }
+        if (source.eat('&')) {
+        }
+        else {
+          source.next(); // should handle other escapes here
+        }
+      }
+    }
+    setState(normal);
+    return "error";
+  }
+  
+  function stringGap(source, setState) {
+    if (source.eat('\\')) {
+      return switchState(source, setState, stringLiteral);
+    }
+    source.next();
+    setState(normal);
+    return "error";
+  }
+  
+  
+  var wellKnownWords = (function() {
+    var wkw = {};
+    function setType(t) {
+      return function () {
+        for (var i = 0; i < arguments.length; i++)
+          wkw[arguments[i]] = t;
+      };
+    }
+    
+    setType("keyword")(
+      "case", "class", "data", "default", "deriving", "do", "else", "foreign",
+      "if", "import", "in", "infix", "infixl", "infixr", "instance", "let",
+      "module", "newtype", "of", "then", "type", "where", "_");
+      
+    setType("keyword")(
+      "\.\.", ":", "::", "=", "\\", "\"", "<-", "->", "@", "~", "=>");
+      
+    setType("builtin")(
+      "!!", "$!", "$", "&&", "+", "++", "-", ".", "/", "/=", "<", "<=", "=<<",
+      "==", ">", ">=", ">>", ">>=", "^", "^^", "||", "*", "**");
+      
+    setType("builtin")(
+      "Bool", "Bounded", "Char", "Double", "EQ", "Either", "Enum", "Eq",
+      "False", "FilePath", "Float", "Floating", "Fractional", "Functor", "GT",
+      "IO", "IOError", "Int", "Integer", "Integral", "Just", "LT", "Left",
+      "Maybe", "Monad", "Nothing", "Num", "Ord", "Ordering", "Rational", "Read",
+      "ReadS", "Real", "RealFloat", "RealFrac", "Right", "Show", "ShowS",
+      "String", "True");
+      
+    setType("builtin")(
+      "abs", "acos", "acosh", "all", "and", "any", "appendFile", "asTypeOf",
+      "asin", "asinh", "atan", "atan2", "atanh", "break", "catch", "ceiling",
+      "compare", "concat", "concatMap", "const", "cos", "cosh", "curry",
+      "cycle", "decodeFloat", "div", "divMod", "drop", "dropWhile", "either",
+      "elem", "encodeFloat", "enumFrom", "enumFromThen", "enumFromThenTo",
+      "enumFromTo", "error", "even", "exp", "exponent", "fail", "filter",
+      "flip", "floatDigits", "floatRadix", "floatRange", "floor", "fmap",
+      "foldl", "foldl1", "foldr", "foldr1", "fromEnum", "fromInteger",
+      "fromIntegral", "fromRational", "fst", "gcd", "getChar", "getContents",
+      "getLine", "head", "id", "init", "interact", "ioError", "isDenormalized",
+      "isIEEE", "isInfinite", "isNaN", "isNegativeZero", "iterate", "last",
+      "lcm", "length", "lex", "lines", "log", "logBase", "lookup", "map",
+      "mapM", "mapM_", "max", "maxBound", "maximum", "maybe", "min", "minBound",
+      "minimum", "mod", "negate", "not", "notElem", "null", "odd", "or",
+      "otherwise", "pi", "pred", "print", "product", "properFraction",
+      "putChar", "putStr", "putStrLn", "quot", "quotRem", "read", "readFile",
+      "readIO", "readList", "readLn", "readParen", "reads", "readsPrec",
+      "realToFrac", "recip", "rem", "repeat", "replicate", "return", "reverse",
+      "round", "scaleFloat", "scanl", "scanl1", "scanr", "scanr1", "seq",
+      "sequence", "sequence_", "show", "showChar", "showList", "showParen",
+      "showString", "shows", "showsPrec", "significand", "signum", "sin",
+      "sinh", "snd", "span", "splitAt", "sqrt", "subtract", "succ", "sum",
+      "tail", "take", "takeWhile", "tan", "tanh", "toEnum", "toInteger",
+      "toRational", "truncate", "uncurry", "undefined", "unlines", "until",
+      "unwords", "unzip", "unzip3", "userError", "words", "writeFile", "zip",
+      "zip3", "zipWith", "zipWith3");
+      
+    return wkw;
+  })();
+    
+  
+  
+  return {
+    startState: function ()  { return { f: normal }; },
+    copyState:  function (s) { return { f: s.f }; },
+    
+    token: function(stream, state) {
+      var t = state.f(stream, function(s) { state.f = s; });
+      var w = stream.current();
+      return (w in wellKnownWords) ? wellKnownWords[w] : t;
+    }
+  };
+
+});
+
+CodeMirror.defineMIME("text/x-haskell", "haskell");
diff --git a/components/originalComponents/static/admin/codemirror/mode/haskell/index.html b/components/originalComponents/static/admin/codemirror/mode/haskell/index.html
new file mode 100755
index 00000000..963430f3
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/haskell/index.html
@@ -0,0 +1,61 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Haskell mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="haskell.js"></script>
+    <link rel="stylesheet" href="../../theme/elegant.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Haskell mode</h1>
+
+<form><textarea id="code" name="code">
+module UniquePerms (
+    uniquePerms
+    )
+where
+
+-- | Find all unique permutations of a list where there might be duplicates.
+uniquePerms :: (Eq a) => [a] -> [[a]]
+uniquePerms = permBag . makeBag
+
+-- | An unordered collection where duplicate values are allowed,
+-- but represented with a single value and a count.
+type Bag a = [(a, Int)]
+
+makeBag :: (Eq a) => [a] -> Bag a
+makeBag [] = []
+makeBag (a:as) = mix a $ makeBag as
+  where
+    mix a []                        = [(a,1)]
+    mix a (bn@(b,n):bs) | a == b    = (b,n+1):bs
+                        | otherwise = bn : mix a bs
+
+permBag :: Bag a -> [[a]]
+permBag [] = [[]]
+permBag bs = concatMap (\(f,cs) -> map (f:) $ permBag cs) . oneOfEach $ bs
+  where
+    oneOfEach [] = []
+    oneOfEach (an@(a,n):bs) =
+        let bs' = if n == 1 then bs else (a,n-1):bs
+        in (a,bs') : mapSnd (an:) (oneOfEach bs)
+    
+    apSnd f (a,b) = (a, f b)
+    mapSnd = map . apSnd
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        theme: "elegant"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-haskell</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/haxe/haxe.js b/components/originalComponents/static/admin/codemirror/mode/haxe/haxe.js
new file mode 100755
index 00000000..64f4eb3f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/haxe/haxe.js
@@ -0,0 +1,429 @@
+CodeMirror.defineMode("haxe", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+  
+  // Tokenizer
+
+  var keywords = function(){
+    function kw(type) {return {type: type, style: "keyword"};}
+    var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
+    var operator = kw("operator"), atom = {type: "atom", style: "atom"}, attribute = {type:"attribute", style: "attribute"};
+  var type = kw("typedef");
+    return {
+      "if": A, "while": A, "else": B, "do": B, "try": B,
+      "return": C, "break": C, "continue": C, "new": C, "throw": C,
+      "var": kw("var"), "inline":attribute, "static": attribute, "using":kw("import"),
+    "public": attribute, "private": attribute, "cast": kw("cast"), "import": kw("import"), "macro": kw("macro"), 
+      "function": kw("function"), "catch": kw("catch"), "untyped": kw("untyped"), "callback": kw("cb"),
+      "for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": kw("default"),
+      "in": operator, "never": kw("property_access"), "trace":kw("trace"), 
+    "class": type, "enum":type, "interface":type, "typedef":type, "extends":type, "implements":type, "dynamic":type,
+      "true": atom, "false": atom, "null": atom
+    };
+  }();
+
+  var isOperatorChar = /[+\-*&%=<>!?|]/;
+
+  function chain(stream, state, f) {
+    state.tokenize = f;
+    return f(stream, state);
+  }
+
+  function nextUntilUnescaped(stream, end) {
+    var escaped = false, next;
+    while ((next = stream.next()) != null) {
+      if (next == end && !escaped)
+        return false;
+      escaped = !escaped && next == "\\";
+    }
+    return escaped;
+  }
+
+  // Used as scratch variables to communicate multiple values without
+  // consing up tons of objects.
+  var type, content;
+  function ret(tp, style, cont) {
+    type = tp; content = cont;
+    return style;
+  }
+
+  function haxeTokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == '"' || ch == "'")
+      return chain(stream, state, haxeTokenString(ch));
+    else if (/[\[\]{}\(\),;\:\.]/.test(ch))
+      return ret(ch);
+    else if (ch == "0" && stream.eat(/x/i)) {
+      stream.eatWhile(/[\da-f]/i);
+      return ret("number", "number");
+    }      
+    else if (/\d/.test(ch) || ch == "-" && stream.eat(/\d/)) {
+      stream.match(/^\d*(?:\.\d*)?(?:[eE][+\-]?\d+)?/);
+      return ret("number", "number");
+    }
+    else if (state.reAllowed && (ch == "~" && stream.eat(/\//))) {
+      nextUntilUnescaped(stream, "/");
+      stream.eatWhile(/[gimsu]/); 
+      return ret("regexp", "string-2");
+    }
+    else if (ch == "/") {
+      if (stream.eat("*")) {
+        return chain(stream, state, haxeTokenComment);
+      }
+      else if (stream.eat("/")) {
+        stream.skipToEnd();
+        return ret("comment", "comment");
+      }
+      else {
+        stream.eatWhile(isOperatorChar);
+        return ret("operator", null, stream.current());
+      }
+    }
+    else if (ch == "#") {
+        stream.skipToEnd();
+        return ret("conditional", "meta");
+    }
+    else if (ch == "@") {
+      stream.eat(/:/);
+      stream.eatWhile(/[\w_]/);
+      return ret ("metadata", "meta");
+    }
+    else if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return ret("operator", null, stream.current());
+    }
+    else {
+    var word;
+    if(/[A-Z]/.test(ch))
+    {
+      stream.eatWhile(/[\w_<>]/);
+      word = stream.current();
+      return ret("type", "variable-3", word);
+    }
+    else
+    {
+        stream.eatWhile(/[\w_]/);
+        var word = stream.current(), known = keywords.propertyIsEnumerable(word) && keywords[word];
+        return (known && state.kwAllowed) ? ret(known.type, known.style, word) :
+                       ret("variable", "variable", word);
+    }
+    }
+  }
+
+  function haxeTokenString(quote) {
+    return function(stream, state) {
+      if (!nextUntilUnescaped(stream, quote))
+        state.tokenize = haxeTokenBase;
+      return ret("string", "string");
+    };
+  }
+
+  function haxeTokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = haxeTokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return ret("comment", "comment");
+  }
+
+  // Parser
+
+  var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true};
+
+  function HaxeLexical(indented, column, type, align, prev, info) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.prev = prev;
+    this.info = info;
+    if (align != null) this.align = align;
+  }
+
+  function inScope(state, varname) {
+    for (var v = state.localVars; v; v = v.next)
+      if (v.name == varname) return true;
+  }
+  
+  function parseHaxe(state, style, type, content, stream) {
+    var cc = state.cc;
+    // Communicate our context to the combinators.
+    // (Less wasteful than consing up a hundred closures on every call.)
+    cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;
+  
+    if (!state.lexical.hasOwnProperty("align"))
+      state.lexical.align = true;
+
+    while(true) {
+      var combinator = cc.length ? cc.pop() : statement;
+      if (combinator(type, content)) {
+        while(cc.length && cc[cc.length - 1].lex)
+          cc.pop()();
+        if (cx.marked) return cx.marked;
+        if (type == "variable" && inScope(state, content)) return "variable-2";
+    if (type == "variable" && imported(state, content)) return "variable-3";
+        return style;
+      }
+    }
+  }
+  
+  function imported(state, typename)
+  {
+  if (/[a-z]/.test(typename.charAt(0)))
+    return false;
+  var len = state.importedtypes.length;
+  for (var i = 0; i<len; i++)
+    if(state.importedtypes[i]==typename) return true;
+  }
+  
+  
+  function registerimport(importname) {
+  var state = cx.state;
+  for (var t = state.importedtypes; t; t = t.next)
+    if(t.name == importname) return;
+  state.importedtypes = { name: importname, next: state.importedtypes };
+  }
+  // Combinator utils
+
+  var cx = {state: null, column: null, marked: null, cc: null};
+  function pass() {
+    for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
+  }
+  function cont() {
+    pass.apply(null, arguments);
+    return true;
+  }
+  function register(varname) {
+    var state = cx.state;
+    if (state.context) {
+      cx.marked = "def";
+      for (var v = state.localVars; v; v = v.next)
+        if (v.name == varname) return;
+      state.localVars = {name: varname, next: state.localVars};
+    }
+  }
+
+  // Combinators
+
+  var defaultVars = {name: "this", next: null};
+  function pushcontext() {
+    if (!cx.state.context) cx.state.localVars = defaultVars;
+    cx.state.context = {prev: cx.state.context, vars: cx.state.localVars};
+  }
+  function popcontext() {
+    cx.state.localVars = cx.state.context.vars;
+    cx.state.context = cx.state.context.prev;
+  }
+  function pushlex(type, info) {
+    var result = function() {
+      var state = cx.state;
+      state.lexical = new HaxeLexical(state.indented, cx.stream.column(), type, null, state.lexical, info);
+    };
+    result.lex = true;
+    return result;
+  }
+  function poplex() {
+    var state = cx.state;
+    if (state.lexical.prev) {
+      if (state.lexical.type == ")")
+        state.indented = state.lexical.indented;
+      state.lexical = state.lexical.prev;
+    }
+  }
+  poplex.lex = true;
+
+  function expect(wanted) {
+    return function expecting(type) {
+      if (type == wanted) return cont();
+      else if (wanted == ";") return pass();
+      else return cont(arguments.callee);
+    };
+  }
+
+  function statement(type) {
+    if (type == "@") return cont(metadef);
+    if (type == "var") return cont(pushlex("vardef"), vardef1, expect(";"), poplex);
+    if (type == "keyword a") return cont(pushlex("form"), expression, statement, poplex);
+    if (type == "keyword b") return cont(pushlex("form"), statement, poplex);
+    if (type == "{") return cont(pushlex("}"), pushcontext, block, poplex, popcontext);
+    if (type == ";") return cont();
+    if (type == "attribute") return cont(maybeattribute);
+    if (type == "function") return cont(functiondef);
+    if (type == "for") return cont(pushlex("form"), expect("("), pushlex(")"), forspec1, expect(")"),
+                                      poplex, statement, poplex);
+    if (type == "variable") return cont(pushlex("stat"), maybelabel);
+    if (type == "switch") return cont(pushlex("form"), expression, pushlex("}", "switch"), expect("{"),
+                                         block, poplex, poplex);
+    if (type == "case") return cont(expression, expect(":"));
+    if (type == "default") return cont(expect(":"));
+    if (type == "catch") return cont(pushlex("form"), pushcontext, expect("("), funarg, expect(")"),
+                                        statement, poplex, popcontext);
+    if (type == "import") return cont(importdef, expect(";"));
+    if (type == "typedef") return cont(typedef);
+    return pass(pushlex("stat"), expression, expect(";"), poplex);
+  }
+  function expression(type) {
+    if (atomicTypes.hasOwnProperty(type)) return cont(maybeoperator);
+    if (type == "function") return cont(functiondef);
+    if (type == "keyword c") return cont(maybeexpression);
+    if (type == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeoperator);
+    if (type == "operator") return cont(expression);
+    if (type == "[") return cont(pushlex("]"), commasep(expression, "]"), poplex, maybeoperator);
+    if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
+    return cont();
+  }
+  function maybeexpression(type) {
+    if (type.match(/[;\}\)\],]/)) return pass();
+    return pass(expression);
+  }
+    
+  function maybeoperator(type, value) {
+    if (type == "operator" && /\+\+|--/.test(value)) return cont(maybeoperator);
+    if (type == "operator" || type == ":") return cont(expression);
+    if (type == ";") return;
+    if (type == "(") return cont(pushlex(")"), commasep(expression, ")"), poplex, maybeoperator);
+    if (type == ".") return cont(property, maybeoperator);
+    if (type == "[") return cont(pushlex("]"), expression, expect("]"), poplex, maybeoperator);
+  }
+
+  function maybeattribute(type, value) {
+    if (type == "attribute") return cont(maybeattribute);
+    if (type == "function") return cont(functiondef);
+    if (type == "var") return cont(vardef1);
+  }
+
+  function metadef(type, value) {
+    if(type == ":") return cont(metadef);
+    if(type == "variable") return cont(metadef);
+    if(type == "(") return cont(pushlex(")"), comasep(metaargs, ")"), poplex, statement);
+  }
+  function metaargs(type, value) {
+    if(typ == "variable") return cont();
+  }
+  
+  function importdef (type, value) {
+  if(type == "variable" && /[A-Z]/.test(value.charAt(0))) { registerimport(value); return cont(); }
+  else if(type == "variable" || type == "property" || type == ".") return cont(importdef);
+  }
+  
+  function typedef (type, value)
+  {
+  if(type == "variable" && /[A-Z]/.test(value.charAt(0))) { registerimport(value); return cont(); }
+  }
+  
+  function maybelabel(type) {
+    if (type == ":") return cont(poplex, statement);
+    return pass(maybeoperator, expect(";"), poplex);
+  }
+  function property(type) {
+    if (type == "variable") {cx.marked = "property"; return cont();}
+  }
+  function objprop(type) {
+    if (type == "variable") cx.marked = "property";
+    if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
+  }
+  function commasep(what, end) {
+    function proceed(type) {
+      if (type == ",") return cont(what, proceed);
+      if (type == end) return cont();
+      return cont(expect(end));
+    }
+    return function commaSeparated(type) {
+      if (type == end) return cont();
+      else return pass(what, proceed);
+    };
+  }
+  function block(type) {
+    if (type == "}") return cont();
+    return pass(statement, block);
+  }
+  function vardef1(type, value) {
+    if (type == "variable"){register(value); return cont(typeuse, vardef2);}
+    return cont();
+  }
+  function vardef2(type, value) {
+    if (value == "=") return cont(expression, vardef2);
+    if (type == ",") return cont(vardef1);
+  }
+  function forspec1(type, value) {
+  if (type == "variable") {
+    register(value);
+  }
+  return cont(pushlex(")"), pushcontext, forin, expression, poplex, statement, popcontext);
+  }
+  function forin(type, value) {
+    if (value == "in") return cont();
+  }
+  function functiondef(type, value) {
+    if (type == "variable") {register(value); return cont(functiondef);}
+    if (value == "new") return cont(functiondef);
+    if (type == "(") return cont(pushlex(")"), pushcontext, commasep(funarg, ")"), poplex, typeuse, statement, popcontext);
+  }
+  function typeuse(type, value) {
+	  if(type == ":") return cont(typestring);
+  }
+  function typestring(type, value) {
+  if(type == "type") return cont();
+  if(type == "variable") return cont();
+  if(type == "{") return cont(pushlex("}"), commasep(typeprop, "}"), poplex);
+  }
+  function typeprop(type, value) {
+	  if(type == "variable") return cont(typeuse);
+  }
+  function funarg(type, value) {
+    if (type == "variable") {register(value); return cont(typeuse);}
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+    var defaulttypes = ["Int", "Float", "String", "Void", "Std", "Bool", "Dynamic", "Array"];
+      return {
+        tokenize: haxeTokenBase,
+        reAllowed: true,
+        kwAllowed: true,
+        cc: [],
+        lexical: new HaxeLexical((basecolumn || 0) - indentUnit, 0, "block", false),
+        localVars: parserConfig.localVars,
+    importedtypes: defaulttypes, 
+        context: parserConfig.localVars && {vars: parserConfig.localVars},
+        indented: 0
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (!state.lexical.hasOwnProperty("align"))
+          state.lexical.align = false;
+        state.indented = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      if (type == "comment") return style;
+      state.reAllowed = !!(type == "operator" || type == "keyword c" || type.match(/^[\[{}\(,;:]$/));
+      state.kwAllowed = type != '.';
+      return parseHaxe(state, style, type, content, stream);
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != haxeTokenBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical;
+      if (lexical.type == "stat" && firstChar == "}") lexical = lexical.prev;
+      var type = lexical.type, closing = firstChar == type;
+      if (type == "vardef") return lexical.indented + 4;
+      else if (type == "form" && firstChar == "{") return lexical.indented;
+      else if (type == "stat" || type == "form") return lexical.indented + indentUnit;
+      else if (lexical.info == "switch" && !closing)
+        return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);
+      else if (lexical.align) return lexical.column + (closing ? 0 : 1);
+      else return lexical.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: "{}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-haxe", "haxe");
diff --git a/components/originalComponents/static/admin/codemirror/mode/haxe/index.html b/components/originalComponents/static/admin/codemirror/mode/haxe/index.html
new file mode 100755
index 00000000..ee5983ae
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/haxe/index.html
@@ -0,0 +1,91 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Haxe mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="haxe.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Haxe mode</h1>
+
+<div><textarea id="code" name="code">
+import one.two.Three;
+
+@attr("test")
+class Foo&lt;T&gt; extends Three
+{
+	public function new()
+	{
+		noFoo = 12;
+	}
+	
+	public static inline function doFoo(obj:{k:Int, l:Float}):Int
+	{
+		for(i in 0...10)
+		{
+			obj.k++;
+			trace(i);
+			var var1 = new Array();
+			if(var1.length > 1)
+				throw "Error";
+		}
+		// The following line should not be colored, the variable is scoped out
+		var1;
+		/* Multi line
+		 * Comment test
+		 */
+		return obj.k;
+	}
+	private function bar():Void
+	{
+		#if flash
+		var t1:String = "1.21";
+		#end
+		try {
+			doFoo({k:3, l:1.2});
+		}
+		catch (e : String) {
+			trace(e);
+		}
+		var t2:Float = cast(3.2);
+		var t3:haxe.Timer = new haxe.Timer();
+		var t4 = {k:Std.int(t2), l:Std.parseFloat(t1)};
+		var t5 = ~/123+.*$/i;
+		doFoo(t4);
+		untyped t1 = 4;
+		bob = new Foo&lt;Int&gt;
+	}
+	public var okFoo(default, never):Float;
+	var noFoo(getFoo, null):Int;
+	function getFoo():Int {
+		return noFoo;
+	}
+	
+	public var three:Int;
+}
+enum Color
+{
+	red;
+	green;
+	blue;
+	grey( v : Int );
+	rgb (r:Int,g:Int,b:Int);
+}
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        indentUnit: 4,
+        indentWithTabs: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-haxe</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/htmlembedded/htmlembedded.js b/components/originalComponents/static/admin/codemirror/mode/htmlembedded/htmlembedded.js
new file mode 100755
index 00000000..b7888689
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/htmlembedded/htmlembedded.js
@@ -0,0 +1,73 @@
+CodeMirror.defineMode("htmlembedded", function(config, parserConfig) {
+  
+  //config settings
+  var scriptStartRegex = parserConfig.scriptStartRegex || /^<%/i,
+      scriptEndRegex = parserConfig.scriptEndRegex || /^%>/i;
+  
+  //inner modes
+  var scriptingMode, htmlMixedMode;
+  
+  //tokenizer when in html mode
+  function htmlDispatch(stream, state) {
+      if (stream.match(scriptStartRegex, false)) {
+          state.token=scriptingDispatch;
+          return scriptingMode.token(stream, state.scriptState);
+          }
+      else
+          return htmlMixedMode.token(stream, state.htmlState);
+    }
+
+  //tokenizer when in scripting mode
+  function scriptingDispatch(stream, state) {
+      if (stream.match(scriptEndRegex, false))  {
+          state.token=htmlDispatch;
+          return htmlMixedMode.token(stream, state.htmlState);
+         }
+      else
+          return scriptingMode.token(stream, state.scriptState);
+         }
+
+
+  return {
+    startState: function() {
+      scriptingMode = scriptingMode || CodeMirror.getMode(config, parserConfig.scriptingModeSpec);
+      htmlMixedMode = htmlMixedMode || CodeMirror.getMode(config, "htmlmixed");
+      return { 
+          token :  parserConfig.startOpen ? scriptingDispatch : htmlDispatch,
+          htmlState : htmlMixedMode.startState(),
+          scriptState : scriptingMode.startState()
+      };
+    },
+
+    token: function(stream, state) {
+      return state.token(stream, state);
+    },
+
+    indent: function(state, textAfter) {
+      if (state.token == htmlDispatch)
+        return htmlMixedMode.indent(state.htmlState, textAfter);
+      else
+        return scriptingMode.indent(state.scriptState, textAfter);
+    },
+    
+    copyState: function(state) {
+      return {
+       token : state.token,
+       htmlState : CodeMirror.copyState(htmlMixedMode, state.htmlState),
+       scriptState : CodeMirror.copyState(scriptingMode, state.scriptState)
+      };
+    },
+    
+    electricChars: "/{}:",
+
+    innerMode: function(state) {
+      if (state.token == scriptingDispatch) return {state: state.scriptState, mode: scriptingMode};
+      else return {state: state.htmlState, mode: htmlMixedMode};
+    }
+  };
+}, "htmlmixed");
+
+CodeMirror.defineMIME("application/x-ejs", { name: "htmlembedded", scriptingModeSpec:"javascript"});
+CodeMirror.defineMIME("application/x-aspx", { name: "htmlembedded", scriptingModeSpec:"text/x-csharp"});
+CodeMirror.defineMIME("application/x-jsp", { name: "htmlembedded", scriptingModeSpec:"text/x-java"});
+CodeMirror.defineMIME("application/x-erb", { name: "htmlembedded", scriptingModeSpec:"ruby"});
diff --git a/components/originalComponents/static/admin/codemirror/mode/htmlembedded/index.html b/components/originalComponents/static/admin/codemirror/mode/htmlembedded/index.html
new file mode 100755
index 00000000..a4b58836
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/htmlembedded/index.html
@@ -0,0 +1,50 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Html Embedded Scripts mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="../xml/xml.js"></script>
+    <script src="../javascript/javascript.js"></script>
+    <script src="../css/css.js"></script>
+    <script src="../htmlmixed/htmlmixed.js"></script>
+    <script src="htmlembedded.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Html Embedded Scripts mode</h1>
+
+<form><textarea id="code" name="code">
+<%
+function hello(who) {
+	return "Hello " + who;
+}
+%>
+This is an example of EJS (embedded javascript)
+<p>The program says <%= hello("world") %>.</p>
+<script>
+	alert("And here is some normal JS code"); // also colored
+</script>
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "application/x-ejs",
+        indentUnit: 4,
+        indentWithTabs: true,
+        enterMode: "keep",
+        tabMode: "shift"
+      });
+    </script>
+
+    <p>Mode for html embedded scripts like JSP and ASP.NET. Depends on HtmlMixed which in turn depends on
+    JavaScript, CSS and XML.<br />Other dependancies include those of the scriping language chosen.</p>
+
+    <p><strong>MIME types defined:</strong> <code>application/x-aspx</code> (ASP.NET), 
+    <code>application/x-ejs</code> (Embedded Javascript), <code>application/x-jsp</code> (JavaServer Pages)</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/htmlmixed/htmlmixed.js b/components/originalComponents/static/admin/codemirror/mode/htmlmixed/htmlmixed.js
new file mode 100755
index 00000000..46528482
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/htmlmixed/htmlmixed.js
@@ -0,0 +1,84 @@
+CodeMirror.defineMode("htmlmixed", function(config) {
+  var htmlMode = CodeMirror.getMode(config, {name: "xml", htmlMode: true});
+  var jsMode = CodeMirror.getMode(config, "javascript");
+  var cssMode = CodeMirror.getMode(config, "css");
+
+  function html(stream, state) {
+    var style = htmlMode.token(stream, state.htmlState);
+    if (style == "tag" && stream.current() == ">" && state.htmlState.context) {
+      if (/^script$/i.test(state.htmlState.context.tagName)) {
+        state.token = javascript;
+        state.localState = jsMode.startState(htmlMode.indent(state.htmlState, ""));
+      }
+      else if (/^style$/i.test(state.htmlState.context.tagName)) {
+        state.token = css;
+        state.localState = cssMode.startState(htmlMode.indent(state.htmlState, ""));
+      }
+    }
+    return style;
+  }
+  function maybeBackup(stream, pat, style) {
+    var cur = stream.current();
+    var close = cur.search(pat), m;
+    if (close > -1) stream.backUp(cur.length - close);
+    else if (m = cur.match(/<\/?$/)) {
+      stream.backUp(cur[0].length);
+      if (!stream.match(pat, false)) stream.match(cur[0]);
+    }
+    return style;
+  }
+  function javascript(stream, state) {
+    if (stream.match(/^<\/\s*script\s*>/i, false)) {
+      state.token = html;
+      state.localState = null;
+      return html(stream, state);
+    }
+    return maybeBackup(stream, /<\/\s*script\s*>/,
+                       jsMode.token(stream, state.localState));
+  }
+  function css(stream, state) {
+    if (stream.match(/^<\/\s*style\s*>/i, false)) {
+      state.token = html;
+      state.localState = null;
+      return html(stream, state);
+    }
+    return maybeBackup(stream, /<\/\s*style\s*>/,
+                       cssMode.token(stream, state.localState));
+  }
+
+  return {
+    startState: function() {
+      var state = htmlMode.startState();
+      return {token: html, localState: null, mode: "html", htmlState: state};
+    },
+
+    copyState: function(state) {
+      if (state.localState)
+        var local = CodeMirror.copyState(state.token == css ? cssMode : jsMode, state.localState);
+      return {token: state.token, localState: local, mode: state.mode,
+              htmlState: CodeMirror.copyState(htmlMode, state.htmlState)};
+    },
+
+    token: function(stream, state) {
+      return state.token(stream, state);
+    },
+
+    indent: function(state, textAfter) {
+      if (state.token == html || /^\s*<\//.test(textAfter))
+        return htmlMode.indent(state.htmlState, textAfter);
+      else if (state.token == javascript)
+        return jsMode.indent(state.localState, textAfter);
+      else
+        return cssMode.indent(state.localState, textAfter);
+    },
+
+    electricChars: "/{}:",
+
+    innerMode: function(state) {
+      var mode = state.token == html ? htmlMode : state.token == javascript ? jsMode : cssMode;
+      return {state: state.localState || state.htmlState, mode: mode};
+    }
+  };
+}, "xml", "javascript", "css");
+
+CodeMirror.defineMIME("text/html", "htmlmixed");
diff --git a/components/originalComponents/static/admin/codemirror/mode/htmlmixed/index.html b/components/originalComponents/static/admin/codemirror/mode/htmlmixed/index.html
new file mode 100755
index 00000000..45a9c039
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/htmlmixed/index.html
@@ -0,0 +1,52 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: HTML mixed mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="../xml/xml.js"></script>
+    <script src="../javascript/javascript.js"></script>
+    <script src="../css/css.js"></script>
+    <script src="htmlmixed.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: HTML mixed mode</h1>
+    <form><textarea id="code" name="code">
+<html style="color: green">
+  <!-- this is a comment -->
+  <head>
+    <title>Mixed HTML Example</title>
+    <style type="text/css">
+      h1 {font-family: comic sans; color: #f0f;}
+      div {background: yellow !important;}
+      body {
+        max-width: 50em;
+        margin: 1em 2em 1em 5em;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>Mixed HTML Example</h1>
+    <script>
+      function jsFunc(arg1, arg2) {
+        if (arg1 && arg2) document.body.innerHTML = "achoo";
+      }
+    </script>
+  </body>
+</html>
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {mode: "text/html", tabMode: "indent"});
+    </script>
+
+    <p>The HTML mixed mode depends on the XML, JavaScript, and CSS modes.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/html</code>
+    (redefined, only takes effect if you load this parser after the
+    XML parser).</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/javascript/index.html b/components/originalComponents/static/admin/codemirror/mode/javascript/index.html
new file mode 100755
index 00000000..206df3fc
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/javascript/index.html
@@ -0,0 +1,78 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: JavaScript mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="javascript.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: JavaScript mode</h1>
+
+<div><textarea id="code" name="code">
+// Demo code (the actual new parser character stream implementation)
+
+function StringStream(string) {
+  this.pos = 0;
+  this.string = string;
+}
+
+StringStream.prototype = {
+  done: function() {return this.pos >= this.string.length;},
+  peek: function() {return this.string.charAt(this.pos);},
+  next: function() {
+    if (this.pos &lt; this.string.length)
+      return this.string.charAt(this.pos++);
+  },
+  eat: function(match) {
+    var ch = this.string.charAt(this.pos);
+    if (typeof match == "string") var ok = ch == match;
+    else var ok = ch &amp;&amp; match.test ? match.test(ch) : match(ch);
+    if (ok) {this.pos++; return ch;}
+  },
+  eatWhile: function(match) {
+    var start = this.pos;
+    while (this.eat(match));
+    if (this.pos > start) return this.string.slice(start, this.pos);
+  },
+  backUp: function(n) {this.pos -= n;},
+  column: function() {return this.pos;},
+  eatSpace: function() {
+    var start = this.pos;
+    while (/\s/.test(this.string.charAt(this.pos))) this.pos++;
+    return this.pos - start;
+  },
+  match: function(pattern, consume, caseInsensitive) {
+    if (typeof pattern == "string") {
+      function cased(str) {return caseInsensitive ? str.toLowerCase() : str;}
+      if (cased(this.string).indexOf(cased(pattern), this.pos) == this.pos) {
+        if (consume !== false) this.pos += str.length;
+        return true;
+      }
+    }
+    else {
+      var match = this.string.slice(this.pos).match(pattern);
+      if (match &amp;&amp; consume !== false) this.pos += match[0].length;
+      return match;
+    }
+  }
+};
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true
+      });
+    </script>
+
+    <p>JavaScript mode supports a single configuration
+    option, <code>json</code>, which will set the mode to expect JSON
+    data rather than a JavaScript program.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/javascript</code>, <code>application/json</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/javascript/javascript.js b/components/originalComponents/static/admin/codemirror/mode/javascript/javascript.js
new file mode 100755
index 00000000..5b377db7
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/javascript/javascript.js
@@ -0,0 +1,362 @@
+CodeMirror.defineMode("javascript", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+  var jsonMode = parserConfig.json;
+
+  // Tokenizer
+
+  var keywords = function(){
+    function kw(type) {return {type: type, style: "keyword"};}
+    var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c");
+    var operator = kw("operator"), atom = {type: "atom", style: "atom"};
+    return {
+      "if": A, "while": A, "with": A, "else": B, "do": B, "try": B, "finally": B,
+      "return": C, "break": C, "continue": C, "new": C, "delete": C, "throw": C,
+      "var": kw("var"), "const": kw("var"), "let": kw("var"),
+      "function": kw("function"), "catch": kw("catch"),
+      "for": kw("for"), "switch": kw("switch"), "case": kw("case"), "default": kw("default"),
+      "in": operator, "typeof": operator, "instanceof": operator,
+      "true": atom, "false": atom, "null": atom, "undefined": atom, "NaN": atom, "Infinity": atom
+    };
+  }();
+
+  var isOperatorChar = /[+\-*&%=<>!?|]/;
+
+  function chain(stream, state, f) {
+    state.tokenize = f;
+    return f(stream, state);
+  }
+
+  function nextUntilUnescaped(stream, end) {
+    var escaped = false, next;
+    while ((next = stream.next()) != null) {
+      if (next == end && !escaped)
+        return false;
+      escaped = !escaped && next == "\\";
+    }
+    return escaped;
+  }
+
+  // Used as scratch variables to communicate multiple values without
+  // consing up tons of objects.
+  var type, content;
+  function ret(tp, style, cont) {
+    type = tp; content = cont;
+    return style;
+  }
+
+  function jsTokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == '"' || ch == "'")
+      return chain(stream, state, jsTokenString(ch));
+    else if (/[\[\]{}\(\),;\:\.]/.test(ch))
+      return ret(ch);
+    else if (ch == "0" && stream.eat(/x/i)) {
+      stream.eatWhile(/[\da-f]/i);
+      return ret("number", "number");
+    }      
+    else if (/\d/.test(ch) || ch == "-" && stream.eat(/\d/)) {
+      stream.match(/^\d*(?:\.\d*)?(?:[eE][+\-]?\d+)?/);
+      return ret("number", "number");
+    }
+    else if (ch == "/") {
+      if (stream.eat("*")) {
+        return chain(stream, state, jsTokenComment);
+      }
+      else if (stream.eat("/")) {
+        stream.skipToEnd();
+        return ret("comment", "comment");
+      }
+      else if (state.reAllowed) {
+        nextUntilUnescaped(stream, "/");
+        stream.eatWhile(/[gimy]/); // 'y' is "sticky" option in Mozilla
+        return ret("regexp", "string-2");
+      }
+      else {
+        stream.eatWhile(isOperatorChar);
+        return ret("operator", null, stream.current());
+      }
+    }
+    else if (ch == "#") {
+        stream.skipToEnd();
+        return ret("error", "error");
+    }
+    else if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return ret("operator", null, stream.current());
+    }
+    else {
+      stream.eatWhile(/[\w\$_]/);
+      var word = stream.current(), known = keywords.propertyIsEnumerable(word) && keywords[word];
+      return (known && state.kwAllowed) ? ret(known.type, known.style, word) :
+                     ret("variable", "variable", word);
+    }
+  }
+
+  function jsTokenString(quote) {
+    return function(stream, state) {
+      if (!nextUntilUnescaped(stream, quote))
+        state.tokenize = jsTokenBase;
+      return ret("string", "string");
+    };
+  }
+
+  function jsTokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = jsTokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return ret("comment", "comment");
+  }
+
+  // Parser
+
+  var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true};
+
+  function JSLexical(indented, column, type, align, prev, info) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.prev = prev;
+    this.info = info;
+    if (align != null) this.align = align;
+  }
+
+  function inScope(state, varname) {
+    for (var v = state.localVars; v; v = v.next)
+      if (v.name == varname) return true;
+  }
+
+  function parseJS(state, style, type, content, stream) {
+    var cc = state.cc;
+    // Communicate our context to the combinators.
+    // (Less wasteful than consing up a hundred closures on every call.)
+    cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;
+  
+    if (!state.lexical.hasOwnProperty("align"))
+      state.lexical.align = true;
+
+    while(true) {
+      var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
+      if (combinator(type, content)) {
+        while(cc.length && cc[cc.length - 1].lex)
+          cc.pop()();
+        if (cx.marked) return cx.marked;
+        if (type == "variable" && inScope(state, content)) return "variable-2";
+        return style;
+      }
+    }
+  }
+
+  // Combinator utils
+
+  var cx = {state: null, column: null, marked: null, cc: null};
+  function pass() {
+    for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
+  }
+  function cont() {
+    pass.apply(null, arguments);
+    return true;
+  }
+  function register(varname) {
+    var state = cx.state;
+    if (state.context) {
+      cx.marked = "def";
+      for (var v = state.localVars; v; v = v.next)
+        if (v.name == varname) return;
+      state.localVars = {name: varname, next: state.localVars};
+    }
+  }
+
+  // Combinators
+
+  var defaultVars = {name: "this", next: {name: "arguments"}};
+  function pushcontext() {
+    cx.state.context = {prev: cx.state.context, vars: cx.state.localVars};
+    cx.state.localVars = defaultVars;
+  }
+  function popcontext() {
+    cx.state.localVars = cx.state.context.vars;
+    cx.state.context = cx.state.context.prev;
+  }
+  function pushlex(type, info) {
+    var result = function() {
+      var state = cx.state;
+      state.lexical = new JSLexical(state.indented, cx.stream.column(), type, null, state.lexical, info);
+    };
+    result.lex = true;
+    return result;
+  }
+  function poplex() {
+    var state = cx.state;
+    if (state.lexical.prev) {
+      if (state.lexical.type == ")")
+        state.indented = state.lexical.indented;
+      state.lexical = state.lexical.prev;
+    }
+  }
+  poplex.lex = true;
+
+  function expect(wanted) {
+    return function expecting(type) {
+      if (type == wanted) return cont();
+      else if (wanted == ";") return pass();
+      else return cont(arguments.callee);
+    };
+  }
+
+  function statement(type) {
+    if (type == "var") return cont(pushlex("vardef"), vardef1, expect(";"), poplex);
+    if (type == "keyword a") return cont(pushlex("form"), expression, statement, poplex);
+    if (type == "keyword b") return cont(pushlex("form"), statement, poplex);
+    if (type == "{") return cont(pushlex("}"), block, poplex);
+    if (type == ";") return cont();
+    if (type == "function") return cont(functiondef);
+    if (type == "for") return cont(pushlex("form"), expect("("), pushlex(")"), forspec1, expect(")"),
+                                      poplex, statement, poplex);
+    if (type == "variable") return cont(pushlex("stat"), maybelabel);
+    if (type == "switch") return cont(pushlex("form"), expression, pushlex("}", "switch"), expect("{"),
+                                         block, poplex, poplex);
+    if (type == "case") return cont(expression, expect(":"));
+    if (type == "default") return cont(expect(":"));
+    if (type == "catch") return cont(pushlex("form"), pushcontext, expect("("), funarg, expect(")"),
+                                        statement, poplex, popcontext);
+    return pass(pushlex("stat"), expression, expect(";"), poplex);
+  }
+  function expression(type) {
+    if (atomicTypes.hasOwnProperty(type)) return cont(maybeoperator);
+    if (type == "function") return cont(functiondef);
+    if (type == "keyword c") return cont(maybeexpression);
+    if (type == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeoperator);
+    if (type == "operator") return cont(expression);
+    if (type == "[") return cont(pushlex("]"), commasep(expression, "]"), poplex, maybeoperator);
+    if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
+    return cont();
+  }
+  function maybeexpression(type) {
+    if (type.match(/[;\}\)\],]/)) return pass();
+    return pass(expression);
+  }
+    
+  function maybeoperator(type, value) {
+    if (type == "operator" && /\+\+|--/.test(value)) return cont(maybeoperator);
+    if (type == "operator" && value == "?") return cont(expression, expect(":"), expression);
+    if (type == ";") return;
+    if (type == "(") return cont(pushlex(")"), commasep(expression, ")"), poplex, maybeoperator);
+    if (type == ".") return cont(property, maybeoperator);
+    if (type == "[") return cont(pushlex("]"), expression, expect("]"), poplex, maybeoperator);
+  }
+  function maybelabel(type) {
+    if (type == ":") return cont(poplex, statement);
+    return pass(maybeoperator, expect(";"), poplex);
+  }
+  function property(type) {
+    if (type == "variable") {cx.marked = "property"; return cont();}
+  }
+  function objprop(type) {
+    if (type == "variable") cx.marked = "property";
+    if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
+  }
+  function commasep(what, end) {
+    function proceed(type) {
+      if (type == ",") return cont(what, proceed);
+      if (type == end) return cont();
+      return cont(expect(end));
+    }
+    return function commaSeparated(type) {
+      if (type == end) return cont();
+      else return pass(what, proceed);
+    };
+  }
+  function block(type) {
+    if (type == "}") return cont();
+    return pass(statement, block);
+  }
+  function vardef1(type, value) {
+    if (type == "variable"){register(value); return cont(vardef2);}
+    return cont();
+  }
+  function vardef2(type, value) {
+    if (value == "=") return cont(expression, vardef2);
+    if (type == ",") return cont(vardef1);
+  }
+  function forspec1(type) {
+    if (type == "var") return cont(vardef1, expect(";"), forspec2);
+    if (type == ";") return cont(forspec2);
+    if (type == "variable") return cont(formaybein);
+    return cont(forspec2);
+  }
+  function formaybein(type, value) {
+    if (value == "in") return cont(expression);
+    return cont(maybeoperator, forspec2);
+  }
+  function forspec2(type, value) {
+    if (type == ";") return cont(forspec3);
+    if (value == "in") return cont(expression);
+    return cont(expression, expect(";"), forspec3);
+  }
+  function forspec3(type) {
+    if (type != ")") cont(expression);
+  }
+  function functiondef(type, value) {
+    if (type == "variable") {register(value); return cont(functiondef);}
+    if (type == "(") return cont(pushlex(")"), pushcontext, commasep(funarg, ")"), poplex, statement, popcontext);
+  }
+  function funarg(type, value) {
+    if (type == "variable") {register(value); return cont();}
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: jsTokenBase,
+        reAllowed: true,
+        kwAllowed: true,
+        cc: [],
+        lexical: new JSLexical((basecolumn || 0) - indentUnit, 0, "block", false),
+        localVars: parserConfig.localVars,
+        context: parserConfig.localVars && {vars: parserConfig.localVars},
+        indented: 0
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (!state.lexical.hasOwnProperty("align"))
+          state.lexical.align = false;
+        state.indented = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      if (type == "comment") return style;
+      state.reAllowed = !!(type == "operator" || type == "keyword c" || type.match(/^[\[{}\(,;:]$/));
+      state.kwAllowed = type != '.';
+      return parseJS(state, style, type, content, stream);
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize == jsTokenComment) return CodeMirror.Pass;
+      if (state.tokenize != jsTokenBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical;
+      if (lexical.type == "stat" && firstChar == "}") lexical = lexical.prev;
+      var type = lexical.type, closing = firstChar == type;
+      if (type == "vardef") return lexical.indented + 4;
+      else if (type == "form" && firstChar == "{") return lexical.indented;
+      else if (type == "stat" || type == "form") return lexical.indented + indentUnit;
+      else if (lexical.info == "switch" && !closing)
+        return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? indentUnit : 2 * indentUnit);
+      else if (lexical.align) return lexical.column + (closing ? 0 : 1);
+      else return lexical.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: ":{}"
+  };
+});
+
+CodeMirror.defineMIME("text/javascript", "javascript");
+CodeMirror.defineMIME("application/json", {name: "javascript", json: true});
diff --git a/components/originalComponents/static/admin/codemirror/mode/jinja2/index.html b/components/originalComponents/static/admin/codemirror/mode/jinja2/index.html
new file mode 100755
index 00000000..7cd1da23
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/jinja2/index.html
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Jinja2 mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="jinja2.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Jinja2 mode</h1>
+    <form><textarea id="code" name="code">
+&lt;html style="color: green"&gt;
+  &lt;!-- this is a comment --&gt;
+  &lt;head&gt;
+    &lt;title&gt;Jinja2 Example&lt;/title&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+    &lt;ul&gt;
+    {# this is a comment #}
+    {%- for item in li -%}
+      &lt;li&gt;
+        {{ item.label }}
+      &lt;/li&gt;
+    {% endfor -%}
+    &lt;/ul&gt;
+  &lt;/body&gt;
+&lt;/html&gt;
+</textarea></form>
+    <script>
+      var editor =
+      CodeMirror.fromTextArea(document.getElementById("code"), {mode:
+        {name: "jinja2", htmlMode: true}});
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/jinja2/jinja2.js b/components/originalComponents/static/admin/codemirror/mode/jinja2/jinja2.js
new file mode 100755
index 00000000..75419d84
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/jinja2/jinja2.js
@@ -0,0 +1,42 @@
+CodeMirror.defineMode("jinja2", function(config, parserConf) {
+    var keywords = ["block", "endblock", "for", "endfor", "in", "true", "false", 
+                    "loop", "none", "self", "super", "if", "as", "not", "and",
+                    "else", "import", "with", "without", "context"];
+    keywords = new RegExp("^((" + keywords.join(")|(") + "))\\b");
+
+    function tokenBase (stream, state) {
+        var ch = stream.next();
+        if (ch == "{") {
+            if (ch = stream.eat(/\{|%|#/)) {
+                stream.eat("-");
+                state.tokenize = inTag(ch);
+                return "tag";
+            }
+        }
+    }
+    function inTag (close) {
+        if (close == "{") {
+            close = "}";
+        }
+        return function (stream, state) {
+            var ch = stream.next();
+            if ((ch == close || (ch == "-" && stream.eat(close)))
+                && stream.eat("}")) {
+                state.tokenize = tokenBase;
+                return "tag";
+            }
+            if (stream.match(keywords)) {
+                return "keyword";
+            }
+            return close == "#" ? "comment" : "string";
+        };
+    }
+    return {
+        startState: function () {
+            return {tokenize: tokenBase};
+        },
+        token: function (stream, state) {
+            return state.tokenize(stream, state);
+        }
+    }; 
+});
diff --git a/components/originalComponents/static/admin/codemirror/mode/less/index.html b/components/originalComponents/static/admin/codemirror/mode/less/index.html
new file mode 100755
index 00000000..69467bbb
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/less/index.html
@@ -0,0 +1,740 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: LESS mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="less.js"></script>
+    <style>.CodeMirror {background: #f8f8f8; border: 1px solid #ddd; font-size:12px} .CodeMirror-scroll {height: 400px}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <link rel="stylesheet" href="../../theme/lesser-dark.css">
+  </head>
+  <body>
+    <h1>CodeMirror: LESS mode</h1>
+    <form><textarea id="code" name="code">@media screen and (device-aspect-ratio: 16/9) { … }
+@media screen and (device-aspect-ratio: 32/18) { … }
+@media screen and (device-aspect-ratio: 1280/720) { … }
+@media screen and (device-aspect-ratio: 2560/1440) { … }
+
+html:lang(fr-be)
+html:lang(de)
+:lang(fr-be) > q
+:lang(de) > q
+
+tr:nth-child(2n+1) /* represents every odd row of an HTML table */
+tr:nth-child(odd)  /* same */
+tr:nth-child(2n+0) /* represents every even row of an HTML table */
+tr:nth-child(even) /* same */
+
+/* Alternate paragraph colours in CSS */
+p:nth-child(4n+1) { color: navy; }
+p:nth-child(4n+2) { color: green; }
+p:nth-child(4n+3) { color: maroon; }
+p:nth-child(4n+4) { color: purple; }
+
+:nth-child(10n-1)  /* represents the 9th, 19th, 29th, etc, element */
+:nth-child(10n+9)  /* Same */
+:nth-child(10n+-1) /* Syntactically invalid, and would be ignored */
+
+:nth-child( 3n + 1 )
+:nth-child( +3n - 2 )
+:nth-child( -n+ 6)
+:nth-child( +6 )
+
+html|tr:nth-child(-n+6)  /* represents the 6 first rows of XHTML tables */
+
+img:nth-of-type(2n+1) { float: right; }
+img:nth-of-type(2n) { float: left; }
+
+body > h2:nth-of-type(n+2):nth-last-of-type(n+2)
+body > h2:not(:first-of-type):not(:last-of-type)
+
+html|*:not(:link):not(:visited)
+*|*:not(:hover)
+p::first-line { text-transform: uppercase }
+
+p { color: red; font-size: 12pt }
+p::first-letter { color: green; font-size: 200% }
+p::first-line { color: blue }
+
+p { line-height: 1.1 }
+p::first-letter { font-size: 3em; font-weight: normal }
+span { font-weight: bold }
+
+*               /* a=0 b=0 c=0 -> specificity =   0 */
+LI              /* a=0 b=0 c=1 -> specificity =   1 */
+UL LI           /* a=0 b=0 c=2 -> specificity =   2 */
+UL OL+LI        /* a=0 b=0 c=3 -> specificity =   3 */
+H1 + *[REL=up]  /* a=0 b=1 c=1 -> specificity =  11 */
+UL OL LI.red    /* a=0 b=1 c=3 -> specificity =  13 */
+LI.red.level    /* a=0 b=2 c=1 -> specificity =  21 */
+#x34y           /* a=1 b=0 c=0 -> specificity = 100 */
+#s12:not(FOO)   /* a=1 b=0 c=1 -> specificity = 101 */
+
+@namespace foo url(http://www.example.com);
+foo|h1 { color: blue }  /* first rule */
+foo|* { color: yellow } /* second rule */
+|h1 { color: red }      /* ...*/
+*|h1 { color: green }
+h1 { color: green }
+
+span[hello="Ocean"][goodbye="Land"]
+
+a[rel~="copyright"] { ... }
+a[href="http://www.w3.org/"] { ... }
+
+DIALOGUE[character=romeo]
+DIALOGUE[character=juliet]
+
+[att^=val]
+[att$=val]
+[att*=val]
+
+@namespace foo "http://www.example.com";
+[foo|att=val] { color: blue }
+[*|att] { color: yellow }
+[|att] { color: green }
+[att] { color: green }
+
+
+*:target { color : red }
+*:target::before { content : url(target.png) }
+
+E[foo]{
+  padding:65px;
+}
+E[foo] ~ F{
+  padding:65px;
+}
+E#myid{
+  padding:65px;
+}
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
+  padding: 0;
+  border: 0;
+}
+.btn {
+  // reset here as of 2.0.3 due to Recess property order
+  border-color: #ccc;
+  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
+}
+fieldset span button, fieldset span input[type="file"] {
+  font-size:12px;
+	font-family:Arial, Helvetica, sans-serif;
+}
+.el tr:nth-child(even):last-child td:first-child{
+	-moz-border-radius-bottomleft:3px;
+	-webkit-border-bottom-left-radius:3px;
+	border-bottom-left-radius:3px;
+}
+
+/* Some LESS code */
+
+button {
+    width:  32px;
+    height: 32px;
+    border: 0;
+    margin: 4px;
+    cursor: pointer;
+}
+button.icon-plus { background: url(http://dahlström.net/tmp/sharp-icons/svg-icon-target.svg#plus) no-repeat; }
+button.icon-chart { background: url(http://dahlström.net/tmp/sharp-icons/svg-icon-target.svg#chart) no-repeat; }
+
+button:hover { background-color: #999; }
+button:active { background-color: #666; }
+
+@test_a: #eeeQQQ;//this is not a valid hex value and thus parsed as an element id
+@test_b: #eeeFFF //this is a valid hex value but the declaration doesn't end with a semicolon and thus parsed as an element id
+
+#eee aaa .box
+{
+  #test bbb {
+    width: 500px;
+    height: 250px;
+    background-image: url(dir/output/sheep.png), url( betweengrassandsky.png );
+    background-position: center bottom, left top;
+    background-repeat: no-repeat;
+  }
+}
+
+@base: #f938ab;
+
+.box-shadow(@style, @c) when (iscolor(@c)) {
+  box-shadow:         @style @c;
+  -webkit-box-shadow: @style @c;
+  -moz-box-shadow:    @style @c;
+}
+.box-shadow(@style, @alpha: 50%) when (isnumber(@alpha)) {
+  .box-shadow(@style, rgba(0, 0, 0, @alpha));
+}
+
+@color: #4D926F;
+
+#header {
+  color: @color;
+  color: #000000;
+}
+h2 {
+  color: @color;
+}
+
+.rounded-corners (@radius: 5px) {
+  border-radius: @radius;
+  -webkit-border-radius: @radius;
+  -moz-border-radius: @radius;
+}
+
+#header {
+  .rounded-corners;
+}
+#footer {
+  .rounded-corners(10px);
+}
+
+.box-shadow (@x: 0, @y: 0, @blur: 1px, @alpha) {
+  @val: @x @y @blur rgba(0, 0, 0, @alpha);
+
+  box-shadow:         @val;
+  -webkit-box-shadow: @val;
+  -moz-box-shadow:    @val;
+}
+.box { @base: #f938ab;
+  color:        saturate(@base, 5%);
+  border-color: lighten(@base, 30%);
+  div { .box-shadow(0, 0, 5px, 0.4) }
+}
+
+@import url("something.css");
+
+@light-blue:   hsl(190, 50%, 65%);
+@light-yellow: desaturate(#fefec8, 10%);
+@dark-yellow:  desaturate(darken(@light-yellow, 10%), 40%);
+@darkest:      hsl(20, 0%, 15%);
+@dark:         hsl(190, 20%, 30%);
+@medium:       hsl(10, 60%, 30%);
+@light:        hsl(90, 40%, 20%);
+@lightest:     hsl(90, 20%, 90%);
+@highlight:    hsl(80, 50%, 90%);
+@blue:         hsl(210, 60%, 20%);
+@alpha-blue:   hsla(210, 60%, 40%, 0.5);
+
+.box-shadow (@x, @y, @blur, @alpha) {
+  @value: @x @y @blur rgba(0, 0, 0, @alpha);
+  box-shadow:         @value;
+  -moz-box-shadow:    @value;
+  -webkit-box-shadow: @value;
+}
+.border-radius (@radius) {
+  border-radius: @radius;
+  -moz-border-radius: @radius;
+  -webkit-border-radius: @radius;
+}
+
+.border-radius (@radius, bottom) {
+  border-top-right-radius: 0;
+  border-top-left-radius: 0;
+  -moz-border-top-right-radius: 0;
+  -moz-border-top-left-radius: 0;
+  -webkit-border-top-left-radius: 0;
+  -webkit-border-top-right-radius: 0;
+}
+.border-radius (@radius, right) {
+  border-bottom-left-radius: 0;
+  border-top-left-radius: 0;
+  -moz-border-bottom-left-radius: 0;
+  -moz-border-top-left-radius: 0;
+  -webkit-border-bottom-left-radius: 0;
+  -webkit-border-top-left-radius: 0;
+}
+.box-shadow-inset (@x, @y, @blur, @color) {
+  box-shadow: @x @y @blur @color inset;
+  -moz-box-shadow: @x @y @blur @color inset;
+  -webkit-box-shadow: @x @y @blur @color inset;
+}
+.code () {
+  font-family: 'Bitstream Vera Sans Mono',
+               'DejaVu Sans Mono',
+               'Monaco',
+               Courier,
+               monospace !important;
+}
+.wrap () {
+  text-wrap: wrap;
+  white-space: pre-wrap;       /* css-3 */
+  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
+  white-space: -pre-wrap;      /* Opera 4-6 */
+  white-space: -o-pre-wrap;    /* Opera 7 */
+  word-wrap: break-word;       /* Internet Explorer 5.5+ */
+}
+
+html { margin: 0 }
+body {
+  background-color: @darkest;
+  margin: 0 auto;
+  font-family: Arial, sans-serif;
+  font-size: 100%;
+  overflow-x: hidden;
+}
+nav, header, footer, section, article {
+  display: block;
+}
+a {
+  color: #b83000;
+}
+h1 a {
+  color: black;
+  text-decoration: none;
+}
+a:hover {
+  text-decoration: underline;
+}
+h1, h2, h3, h4 {
+  margin: 0;
+  font-weight: normal;
+}
+ul, li {
+  list-style-type: none;
+}
+code { .code; }
+code {
+  .string, .regexp { color: @dark }
+  .keyword { font-weight: bold }
+  .comment { color: rgba(0, 0, 0, 0.5) }
+  .number { color: @blue }
+  .class, .special { color: rgba(0, 50, 100, 0.8) }
+}
+pre {
+  padding: 0 30px;
+  .wrap;
+}
+blockquote {
+  font-style: italic;
+}
+body > footer {
+  text-align: left;
+  margin-left: 10px;
+  font-style: italic;
+  font-size: 18px;
+  color: #888;
+}
+
+#logo {
+  margin-top: 30px;
+  margin-bottom: 30px;
+  display: block;
+  width: 199px;
+  height: 81px;
+  background: url(/images/logo.png) no-repeat;
+}
+nav {
+  margin-left: 15px;
+}
+nav a, #dropdown li {
+  display: inline-block;
+  color: white;
+  line-height: 42px;
+  margin: 0;
+  padding: 0px 15px;
+  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
+  text-decoration: none;
+  border: 2px solid transparent;
+  border-width: 0 2px;
+  &:hover {
+    .dark-red; 
+    text-decoration: none;
+  }
+}
+.dark-red {
+    @red: @medium;
+    border: 2px solid darken(@red, 25%);
+    border-left-color: darken(@red, 15%);
+    border-right-color: darken(@red, 15%);
+    border-bottom: 0;
+    border-top: 0;
+    background-color: darken(@red, 10%);
+}
+
+.content {
+  margin: 0 auto;
+  width: 980px;
+}
+
+#menu {
+  position: absolute;
+  width: 100%;
+  z-index: 3;
+  clear: both;
+  display: block;
+  background-color: @blue;
+  height: 42px;
+  border-top: 2px solid lighten(@alpha-blue, 20%);
+  border-bottom: 2px solid darken(@alpha-blue, 25%);
+  .box-shadow(0, 1px, 8px, 0.6);
+  -moz-box-shadow: 0 0 0 #000; // Because firefox sucks.
+
+  &.docked {
+    background-color: hsla(210, 60%, 40%, 0.4);
+  }
+  &:hover {
+    background-color: @blue;
+  }
+
+  #dropdown {
+    margin: 0 0 0 117px;
+    padding: 0;
+    padding-top: 5px;
+    display: none;
+    width: 190px;
+    border-top: 2px solid @medium;
+    color: @highlight;
+    border: 2px solid darken(@medium, 25%);
+    border-left-color: darken(@medium, 15%);
+    border-right-color: darken(@medium, 15%);
+    border-top-width: 0;
+    background-color: darken(@medium, 10%);
+    ul {
+      padding: 0px;  
+    }
+    li {
+      font-size: 14px;
+      display: block;
+      text-align: left;
+      padding: 0;
+      border: 0;
+      a {
+        display: block;
+        padding: 0px 15px;  
+        text-decoration: none;
+        color: white;  
+        &:hover {
+          background-color: darken(@medium, 15%);
+          text-decoration: none;
+        }
+      }
+    }
+    .border-radius(5px, bottom);
+    .box-shadow(0, 6px, 8px, 0.5);
+  }
+}
+
+#main {
+  margin: 0 auto;
+  width: 100%;
+  background-color: @light-blue;
+  border-top: 8px solid darken(@light-blue, 5%);
+
+  #intro {
+    background-color: lighten(@light-blue, 25%);
+    float: left;
+    margin-top: -8px;
+    margin-right: 5px;
+
+    height: 380px;
+    position: relative;
+    z-index: 2;
+    font-family: 'Droid Serif', 'Georgia';
+    width: 395px;
+    padding: 45px 20px 23px 30px;
+    border: 2px dashed darken(@light-blue, 10%);
+    .box-shadow(1px, 0px, 6px, 0.5);
+    border-bottom: 0;
+    border-top: 0;
+    #download { color: transparent; border: 0; float: left; display: inline-block; margin: 15px 0 15px -5px; }
+    #download img { display: inline-block}
+    #download-info {
+      code {
+        font-size: 13px;  
+      }
+      color: @blue + #333; display: inline; float: left; margin: 36px 0 0 15px }
+  }
+  h2 {
+    span {
+      color: @medium;  
+    }
+    color: @blue;
+    margin: 20px 0;
+    font-size: 24px;
+    line-height: 1.2em;
+  }
+  h3 {
+    color: @blue;
+    line-height: 1.4em;
+    margin: 30px 0 15px 0;
+    font-size: 1em;
+    text-shadow: 0px 0px 0px @lightest;
+    span { color: @medium }
+  }
+  #example {
+    p {
+      font-size: 18px;
+      color: @blue;
+      font-weight: bold;
+      text-shadow: 0px 1px 1px @lightest;
+    }
+    pre {
+      margin: 0;
+      text-shadow: 0 -1px 1px @darkest;
+      margin-top: 20px;
+      background-color: desaturate(@darkest, 8%);
+      border: 0;
+      width: 450px;
+      color: lighten(@lightest, 2%);
+      background-repeat: repeat;
+      padding: 15px;
+      border: 1px dashed @lightest;
+      line-height: 15px;
+      .box-shadow(0, 0px, 15px, 0.5);
+      .code;
+      .border-radius(2px);
+      code .attribute { color: hsl(40, 50%, 70%) }
+      code .variable  { color: hsl(120, 10%, 50%) }
+      code .element   { color: hsl(170, 20%, 50%) }
+
+      code .string, .regexp { color: hsl(75, 50%, 65%) }
+      code .class { color: hsl(40, 40%, 60%); font-weight: normal }
+      code .id { color: hsl(50, 40%, 60%); font-weight: normal }
+      code .comment { color: rgba(255, 255, 255, 0.2) }
+      code .number, .color { color: hsl(10, 40%, 50%) }
+      code .class, code .mixin, .special { color: hsl(190, 20%, 50%) }
+      #time { color: #aaa }
+    }
+    float: right;
+    font-size: 12px;
+    margin: 0;
+    margin-top: 15px;
+    padding: 0;
+    width: 500px;
+  }
+}
+
+
+.page {
+  .content {
+    width: 870px;
+    padding: 45px;
+  }
+  margin: 0 auto;
+  font-family: 'Georgia', serif;
+  font-size: 18px;
+  line-height: 26px;
+  padding: 0 60px;
+  code {
+    font-size: 16px;  
+  }
+  pre {
+    border-width: 1px;
+    border-style: dashed;
+    padding: 15px;
+    margin: 15px 0;
+  }
+  h1 {
+    text-align: left;
+    font-size: 40px;
+    margin-top: 15px;
+    margin-bottom: 35px;
+  }
+  p + h1 { margin-top: 60px }
+  h2, h3 {
+    margin: 30px 0 15px 0;
+  }
+  p + h2, pre + h2, code + h2 {
+    border-top: 6px solid rgba(255, 255, 255, 0.1);
+    padding-top: 30px;
+  }
+  h3 {
+    margin: 15px 0;
+  }
+}
+
+
+#docs {
+  @bg: lighten(@light-blue, 5%);
+  border-top: 2px solid lighten(@bg, 5%);
+  color: @blue;
+  background-color: @light-blue;
+  .box-shadow(0, -2px, 5px, 0.2);
+
+  h1 {
+    font-family: 'Droid Serif', 'Georgia', serif;
+    padding-top: 30px;
+    padding-left: 45px;
+    font-size: 44px;
+    text-align: left;
+    margin: 30px 0 !important;
+    text-shadow: 0px 1px 1px @lightest;
+    font-weight: bold;
+  }
+  .content {
+    clear: both;
+    border-color: transparent;
+    background-color: lighten(@light-blue, 25%);
+    .box-shadow(0, 5px, 5px, 0.4);
+  }
+  pre {
+    @background: lighten(@bg, 30%);
+    color: lighten(@blue, 10%);
+    background-color: @background;
+    border-color: lighten(@light-blue, 25%);
+    border-width: 2px;
+    code .attribute { color: hsl(40, 50%, 30%) }
+    code .variable  { color: hsl(120, 10%, 30%) }
+    code .element   { color: hsl(170, 20%, 30%) }
+
+    code .string, .regexp { color: hsl(75, 50%, 35%) }
+    code .class { color: hsl(40, 40%, 30%); font-weight: normal }
+    code .id { color: hsl(50, 40%, 30%); font-weight: normal }
+    code .comment { color: rgba(0, 0, 0, 0.4) }
+    code .number, .color { color: hsl(10, 40%, 30%) }
+    code .class, code .mixin, .special { color: hsl(190, 20%, 30%) }
+  }
+  pre code                    { font-size: 15px  }
+  p + h2, pre + h2, code + h2 { border-top-color: rgba(0, 0, 0, 0.1) }
+}
+
+td {
+  padding-right: 30px;  
+}
+#synopsis {
+  .box-shadow(0, 5px, 5px, 0.2);
+}
+#synopsis, #about {
+  h2 {
+    font-size: 30px;  
+    padding: 10px 0;
+  }
+  h1 + h2 {
+      margin-top: 15px;  
+  }
+  h3 { font-size: 22px }
+
+  .code-example {
+    border-spacing: 0;
+    border-width: 1px;
+    border-style: dashed;
+    padding: 0;
+    pre { border: 0; margin: 0 }
+    td {
+      border: 0;
+      margin: 0;
+      background-color: desaturate(darken(@darkest, 5%), 20%);
+      vertical-align: top;
+      padding: 0;
+    }
+    tr { padding: 0 }
+  }
+  .css-output {
+    td {
+      border-left: 0;  
+    }
+  }
+  .less-example {
+    //border-right: 1px dotted rgba(255, 255, 255, 0.5) !important;
+  }
+  .css-output, .less-example {
+    width: 390px;
+  }
+  pre {
+    padding: 20px;
+    line-height: 20px;
+    font-size: 14px;
+  }
+}
+#about, #synopsis, #guide {
+  a {
+    text-decoration: none;
+    color: @light-yellow;
+    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
+    &:hover {
+      text-decoration: none;
+      border-bottom: 1px dashed @light-yellow;
+    }
+  }
+  @bg: desaturate(darken(@darkest, 5%), 20%);
+  text-shadow: 0 -1px 1px lighten(@bg, 5%);
+  color: @highlight;
+  background-color: @bg;
+  .content {
+    background-color: desaturate(@darkest, 20%);
+    clear: both;
+    .box-shadow(0, 5px, 5px, 0.4);
+  }
+  h1, h2, h3 {
+    color: @dark-yellow;
+  }
+  pre {
+      code .attribute { color: hsl(40, 50%, 70%) }
+      code .variable  { color: hsl(120, 10%, 50%) }
+      code .element   { color: hsl(170, 20%, 50%) }
+
+      code .string, .regexp { color: hsl(75, 50%, 65%) }
+      code .class { color: hsl(40, 40%, 60%); font-weight: normal }
+      code .id { color: hsl(50, 40%, 60%); font-weight: normal }
+      code .comment { color: rgba(255, 255, 255, 0.2) }
+      code .number, .color { color: hsl(10, 40%, 50%) }
+      code .class, code .mixin, .special { color: hsl(190, 20%, 50%) }
+    background-color: @bg;
+    border-color: darken(@light-yellow, 5%);
+  }
+  code {
+    color: darken(@dark-yellow, 5%);
+    .string, .regexp { color: desaturate(@light-blue, 15%) }
+    .keyword { color: hsl(40, 40%, 60%); font-weight: normal }
+    .comment { color: rgba(255, 255, 255, 0.2) }
+    .number { color: lighten(@blue, 10%) }
+    .class, .special { color: hsl(190, 20%, 50%) }
+  }
+}
+#guide {
+  background-color: @darkest;
+  .content {
+    background-color: transparent;
+  }
+
+}
+
+#about {
+  background-color: @darkest !important;
+  .content {
+    background-color: desaturate(lighten(@darkest, 3%), 5%);
+  }
+}
+#synopsis {
+  background-color: desaturate(lighten(@darkest, 3%), 5%) !important;
+  .content {
+    background-color: desaturate(lighten(@darkest, 3%), 5%);
+  }
+  pre {}
+}
+#synopsis, #guide {
+  .content {
+    .box-shadow(0, 0px, 0px, 0.0);
+  }
+}
+#about footer {
+  margin-top: 30px;
+  padding-top: 30px;
+  border-top: 6px solid rgba(0, 0, 0, 0.1);
+  text-align: center;
+  font-size: 16px;
+  color: rgba(255, 255, 255, 0.35);
+  #copy { font-size: 12px }
+  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.02);
+}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        theme: "lesser-dark",
+        lineNumbers : true,
+        matchBrackets : true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-less</code>, <code>text/css</code> (if not previously defined).</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/less/less.js b/components/originalComponents/static/admin/codemirror/mode/less/less.js
new file mode 100755
index 00000000..70cd5c93
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/less/less.js
@@ -0,0 +1,266 @@
+/*
+  LESS mode - http://www.lesscss.org/
+  Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
+  Report bugs/issues here: https://github.com/marijnh/CodeMirror/issues  GitHub: @peterkroon
+*/
+
+CodeMirror.defineMode("less", function(config) {
+  var indentUnit = config.indentUnit, type;
+  function ret(style, tp) {type = tp; return style;}
+  //html tags
+  var tags = "a abbr acronym address applet area article aside audio b base basefont bdi bdo big blockquote body br button canvas caption cite code col colgroup command datalist dd del details dfn dir div dl dt em embed fieldset figcaption figure font footer form frame frameset h1 h2 h3 h4 h5 h6 head header hgroup hr html i iframe img input ins keygen kbd label legend li link map mark menu meta meter nav noframes noscript object ol optgroup option output p param pre progress q rp rt ruby s samp script section select small source span strike strong style sub summary sup table tbody td textarea tfoot th thead time title tr track tt u ul var video wbr".split(' ');
+  
+  function inTagsArray(val){
+    for(var i=0; i<tags.length; i++)if(val === tags[i])return true;
+  }
+   
+  var selectors = /(^\:root$|^\:nth\-child$|^\:nth\-last\-child$|^\:nth\-of\-type$|^\:nth\-last\-of\-type$|^\:first\-child$|^\:last\-child$|^\:first\-of\-type$|^\:last\-of\-type$|^\:only\-child$|^\:only\-of\-type$|^\:empty$|^\:link|^\:visited$|^\:active$|^\:hover$|^\:focus$|^\:target$|^\:lang$|^\:enabled^\:disabled$|^\:checked$|^\:first\-line$|^\:first\-letter$|^\:before$|^\:after$|^\:not$|^\:required$|^\:invalid$)/;
+  
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    
+    if (ch == "@") {stream.eatWhile(/[\w\-]/); return ret("meta", stream.current());}
+    else if (ch == "/" && stream.eat("*")) {
+      state.tokenize = tokenCComment;
+      return tokenCComment(stream, state);
+    }
+    else if (ch == "<" && stream.eat("!")) {
+      state.tokenize = tokenSGMLComment;
+      return tokenSGMLComment(stream, state);
+    }
+    else if (ch == "=") ret(null, "compare");
+    else if (ch == "|" && stream.eat("=")) return ret(null, "compare");
+    else if (ch == "\"" || ch == "'") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    else if (ch == "/") { // e.g.: .png will not be parsed as a class
+      if(stream.eat("/")){
+        state.tokenize = tokenSComment;
+        return tokenSComment(stream, state);
+      }else{
+        if(type == "string" || type == "(")return ret("string", "string");
+        if(state.stack[state.stack.length-1] != undefined)return ret(null, ch);
+        stream.eatWhile(/[\a-zA-Z0-9\-_.\s]/);		
+        if( /\/|\)|#/.test(stream.peek() || (stream.eatSpace() && stream.peek() == ")"))  || stream.eol() )return ret("string", "string"); // let url(/images/logo.png) without quotes return as string
+      }
+    }
+    else if (ch == "!") {
+      stream.match(/^\s*\w*/);
+      return ret("keyword", "important");
+    }
+    else if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w.%]/);
+      return ret("number", "unit");
+    }
+    else if (/[,+<>*\/]/.test(ch)) {
+      if(stream.peek() == "=" || type == "a")return ret("string", "string");
+      return ret(null, "select-op");
+    }
+    else if (/[;{}:\[\]()~\|]/.test(ch)) {
+      if(ch == ":"){		
+        stream.eatWhile(/[a-z\\\-]/);
+        if( selectors.test(stream.current()) ){
+          return ret("tag", "tag");
+        }else if(stream.peek() == ":"){//::-webkit-search-decoration
+          stream.next();
+          stream.eatWhile(/[a-z\\\-]/);
+          if(stream.current().match(/\:\:\-(o|ms|moz|webkit)\-/))return ret("string", "string");
+          if( selectors.test(stream.current().substring(1)) )return ret("tag", "tag");
+          return ret(null, ch);
+        }else{
+          return ret(null, ch); 
+        }
+      }else if(ch == "~"){
+        if(type == "r")return ret("string", "string");
+      }else{
+        return ret(null, ch);
+      }
+    }
+    else if (ch == ".") {		
+      if(type == "(" || type == "string")return ret("string", "string"); // allow url(../image.png)
+      stream.eatWhile(/[\a-zA-Z0-9\-_]/);
+      if(stream.peek() == " ")stream.eatSpace();
+      if(stream.peek() == ")")return ret("number", "unit");//rgba(0,0,0,.25);
+      return ret("tag", "tag");
+    }
+    else if (ch == "#") {
+      //we don't eat white-space, we want the hex color and or id only
+      stream.eatWhile(/[A-Za-z0-9]/);
+      //check if there is a proper hex color length e.g. #eee || #eeeEEE
+      if(stream.current().length == 4 || stream.current().length == 7){
+        if(stream.current().match(/[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3}/,false) != null){//is there a valid hex color value present in the current stream
+          //when not a valid hex value, parse as id
+          if(stream.current().substring(1) != stream.current().match(/[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3}/,false))return ret("atom", "tag");
+          //eat white-space
+          stream.eatSpace();
+          //when hex value declaration doesn't end with [;,] but is does with a slash/cc comment treat it as an id, just like the other hex values that don't end with[;,]
+          if( /[\/<>.(){!$%^&*_\-\\?=+\|#'~`]/.test(stream.peek()) )return ret("atom", "tag");
+          //#time { color: #aaa }
+          else if(stream.peek() == "}" )return ret("number", "unit");
+          //we have a valid hex color value, parse as id whenever an element/class is defined after the hex(id) value e.g. #eee aaa || #eee .aaa
+          else if( /[a-zA-Z\\]/.test(stream.peek()) )return ret("atom", "tag");
+          //when a hex value is on the end of a line, parse as id
+          else if(stream.eol())return ret("atom", "tag");
+          //default
+          else return ret("number", "unit");
+        }else{//when not a valid hexvalue in the current stream e.g. #footer
+          stream.eatWhile(/[\w\\\-]/);
+          return ret("atom", "tag"); 
+        }
+      }else{//when not a valid hexvalue length
+        stream.eatWhile(/[\w\\\-]/);
+        return ret("atom", "tag");
+      }
+    }
+    else if (ch == "&") {
+      stream.eatWhile(/[\w\-]/);
+      return ret(null, ch);
+    }
+    else {
+      stream.eatWhile(/[\w\\\-_%.{]/);
+      if(type == "string"){
+        return ret("string", "string");
+      }else if(stream.current().match(/(^http$|^https$)/) != null){
+        stream.eatWhile(/[\w\\\-_%.{:\/]/);
+        return ret("string", "string");
+      }else if(stream.peek() == "<" || stream.peek() == ">"){
+        return ret("tag", "tag");
+      }else if( /\(/.test(stream.peek()) ){																	  
+        return ret(null, ch);
+      }else if (stream.peek() == "/" && state.stack[state.stack.length-1] != undefined){ // url(dir/center/image.png)
+        return ret("string", "string");
+      }else if( stream.current().match(/\-\d|\-.\d/) ){ // match e.g.: -5px -0.4 etc... only colorize the minus sign
+        //commment out these 2 comment if you want the minus sign to be parsed as null -500px
+        //stream.backUp(stream.current().length-1);
+        //return ret(null, ch); //console.log( stream.current() );		
+        return ret("number", "unit");
+      }else if( inTagsArray(stream.current().toLowerCase()) ){ // match html tags
+        return ret("tag", "tag");
+      }else if( /\/|[\s\)]/.test(stream.peek() || stream.eol() || (stream.eatSpace() && stream.peek() == "/")) && stream.current().indexOf(".") !== -1){
+        if(stream.current().substring(stream.current().length-1,stream.current().length) == "{"){
+          stream.backUp(1);
+          return ret("tag", "tag");
+        }//end if
+        stream.eatSpace();
+        if( /[{<>.a-zA-Z\/]/.test(stream.peek())  || stream.eol() )return ret("tag", "tag"); // e.g. button.icon-plus
+        return ret("string", "string"); // let url(/images/logo.png) without quotes return as string
+      }else if( stream.eol() || stream.peek() == "[" || stream.peek() == "#" || type == "tag" ){
+        if(stream.current().substring(stream.current().length-1,stream.current().length) == "{")stream.backUp(1);
+        return ret("tag", "tag");
+      }else if(type == "compare" || type == "a" || type == "("){
+        return ret("string", "string");
+      }else if(type == "|" || stream.current() == "-" || type == "["){
+        return ret(null, ch);
+      }else if(stream.peek() == ":") {
+        stream.next();
+        var t_v = stream.peek() == ":" ? true : false;
+        if(!t_v){
+      	  var old_pos = stream.pos;
+      	  var sc = stream.current().length;
+      	  stream.eatWhile(/[a-z\\\-]/);
+      	  var new_pos = stream.pos;
+      	  if(stream.current().substring(sc-1).match(selectors) != null){
+      	    stream.backUp(new_pos-(old_pos-1));
+      		return ret("tag", "tag");
+      	  } else stream.backUp(new_pos-(old_pos-1));
+      	}else{
+      	  stream.backUp(1);	
+      	}
+      	if(t_v)return ret("tag", "tag"); else return ret("variable", "variable");
+      }else{		
+        return ret("variable", "variable");		
+      }
+    }    
+  }
+  
+  function tokenSComment(stream, state) { // SComment = Slash comment
+    stream.skipToEnd();
+    state.tokenize = tokenBase;
+    return ret("comment", "comment");
+  }
+  
+  function tokenCComment(stream, state) {
+    var maybeEnd = false, ch;
+    while ((ch = stream.next()) != null) {
+      if (maybeEnd && ch == "/") {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return ret("comment", "comment");
+  }
+  
+  function tokenSGMLComment(stream, state) {
+    var dashes = 0, ch;
+    while ((ch = stream.next()) != null) {
+      if (dashes >= 2 && ch == ">") {
+        state.tokenize = tokenBase;
+        break;
+      }
+      dashes = (ch == "-") ? dashes + 1 : 0;
+    }
+    return ret("comment", "comment");
+  }
+  
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped)
+          break;
+        escaped = !escaped && ch == "\\";
+      }
+      if (!escaped) state.tokenize = tokenBase;
+      return ret("string", "string");
+    };
+  }
+  
+  return {
+    startState: function(base) { 
+      return {tokenize: tokenBase,
+              baseIndent: base || 0,
+              stack: []};
+    },
+    
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      
+      var context = state.stack[state.stack.length-1];
+      if (type == "hash" && context == "rule") style = "atom";
+      else if (style == "variable") {
+        if (context == "rule") style = null; //"tag"
+        else if (!context || context == "@media{") {
+          style = stream.current() == "when"  ? "variable" :
+          /[\s,|\s\)|\s]/.test(stream.peek()) ? "tag"      : type;
+        }
+      }
+      
+      if (context == "rule" && /^[\{\};]$/.test(type))
+        state.stack.pop();
+      if (type == "{") {
+        if (context == "@media") state.stack[state.stack.length-1] = "@media{";
+        else state.stack.push("{");
+      }
+      else if (type == "}") state.stack.pop();
+      else if (type == "@media") state.stack.push("@media");
+      else if (context == "{" && type != "comment") state.stack.push("rule");
+      return style;
+    },
+    
+    indent: function(state, textAfter) {
+      var n = state.stack.length;
+      if (/^\}/.test(textAfter))
+        n -= state.stack[state.stack.length-1] == "rule" ? 2 : 1;
+      return state.baseIndent + n * indentUnit;
+    },
+    
+    electricChars: "}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-less", "less");
+if (!CodeMirror.mimeModes.hasOwnProperty("text/css"))
+  CodeMirror.defineMIME("text/css", "less");
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/lua/index.html b/components/originalComponents/static/admin/codemirror/mode/lua/index.html
new file mode 100755
index 00000000..6e984f41
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/lua/index.html
@@ -0,0 +1,73 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Lua mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="lua.js"></script>
+    <link rel="stylesheet" href="../../theme/neat.css">
+    <style>.CodeMirror {border: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Lua mode</h1>
+    <form><textarea id="code" name="code">
+--[[
+example useless code to show lua syntax highlighting
+this is multiline comment
+]]
+
+function blahblahblah(x)
+
+  local table = {
+    "asd" = 123,
+    "x" = 0.34,  
+  }
+  if x ~= 3 then
+    print( x )
+  elseif x == "string"
+    my_custom_function( 0x34 )
+  else
+    unknown_function( "some string" )
+  end
+
+  --single line comment
+  
+end
+
+function blablabla3()
+
+  for k,v in ipairs( table ) do
+    --abcde..
+    y=[=[
+  x=[[
+      x is a multi line string
+   ]]
+  but its definition is iside a highest level string!
+  ]=]
+    print(" \"\" ")
+
+    s = math.sin( x )
+  end
+
+end
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        tabMode: "indent",
+        matchBrackets: true,
+        theme: "neat"
+      });
+    </script>
+
+    <p>Loosely based on Franciszek
+    Wawrzak's <a href="http://codemirror.net/1/contrib/lua">CodeMirror
+    1 mode</a>. One configuration parameter is
+    supported, <code>specials</code>, to which you can provide an
+    array of strings to have those identifiers highlighted with
+    the <code>lua-special</code> style.</p>
+    <p><strong>MIME types defined:</strong> <code>text/x-lua</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/lua/lua.js b/components/originalComponents/static/admin/codemirror/mode/lua/lua.js
new file mode 100755
index 00000000..97fb2c6f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/lua/lua.js
@@ -0,0 +1,140 @@
+// LUA mode. Ported to CodeMirror 2 from Franciszek Wawrzak's
+// CodeMirror 1 mode.
+// highlights keywords, strings, comments (no leveling supported! ("[==[")), tokens, basic indenting
+ 
+CodeMirror.defineMode("lua", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+
+  function prefixRE(words) {
+    return new RegExp("^(?:" + words.join("|") + ")", "i");
+  }
+  function wordRE(words) {
+    return new RegExp("^(?:" + words.join("|") + ")$", "i");
+  }
+  var specials = wordRE(parserConfig.specials || []);
+ 
+  // long list of standard functions from lua manual
+  var builtins = wordRE([
+    "_G","_VERSION","assert","collectgarbage","dofile","error","getfenv","getmetatable","ipairs","load",
+    "loadfile","loadstring","module","next","pairs","pcall","print","rawequal","rawget","rawset","require",
+    "select","setfenv","setmetatable","tonumber","tostring","type","unpack","xpcall",
+
+    "coroutine.create","coroutine.resume","coroutine.running","coroutine.status","coroutine.wrap","coroutine.yield",
+
+    "debug.debug","debug.getfenv","debug.gethook","debug.getinfo","debug.getlocal","debug.getmetatable",
+    "debug.getregistry","debug.getupvalue","debug.setfenv","debug.sethook","debug.setlocal","debug.setmetatable",
+    "debug.setupvalue","debug.traceback",
+
+    "close","flush","lines","read","seek","setvbuf","write",
+
+    "io.close","io.flush","io.input","io.lines","io.open","io.output","io.popen","io.read","io.stderr","io.stdin",
+    "io.stdout","io.tmpfile","io.type","io.write",
+
+    "math.abs","math.acos","math.asin","math.atan","math.atan2","math.ceil","math.cos","math.cosh","math.deg",
+    "math.exp","math.floor","math.fmod","math.frexp","math.huge","math.ldexp","math.log","math.log10","math.max",
+    "math.min","math.modf","math.pi","math.pow","math.rad","math.random","math.randomseed","math.sin","math.sinh",
+    "math.sqrt","math.tan","math.tanh",
+
+    "os.clock","os.date","os.difftime","os.execute","os.exit","os.getenv","os.remove","os.rename","os.setlocale",
+    "os.time","os.tmpname",
+
+    "package.cpath","package.loaded","package.loaders","package.loadlib","package.path","package.preload",
+    "package.seeall",
+
+    "string.byte","string.char","string.dump","string.find","string.format","string.gmatch","string.gsub",
+    "string.len","string.lower","string.match","string.rep","string.reverse","string.sub","string.upper",
+
+    "table.concat","table.insert","table.maxn","table.remove","table.sort"
+  ]);
+  var keywords = wordRE(["and","break","elseif","false","nil","not","or","return",
+			 "true","function", "end", "if", "then", "else", "do", 
+			 "while", "repeat", "until", "for", "in", "local" ]);
+
+  var indentTokens = wordRE(["function", "if","repeat","do", "\\(", "{"]);
+  var dedentTokens = wordRE(["end", "until", "\\)", "}"]);
+  var dedentPartial = prefixRE(["end", "until", "\\)", "}", "else", "elseif"]);
+
+  function readBracket(stream) {
+    var level = 0;
+    while (stream.eat("=")) ++level;
+    stream.eat("[");
+    return level;
+  }
+
+  function normal(stream, state) {
+    var ch = stream.next();
+    if (ch == "-" && stream.eat("-")) {
+      if (stream.eat("[") && stream.eat("["))
+        return (state.cur = bracketed(readBracket(stream), "comment"))(stream, state);
+      stream.skipToEnd();
+      return "comment";
+    } 
+    if (ch == "\"" || ch == "'")
+      return (state.cur = string(ch))(stream, state);
+    if (ch == "[" && /[\[=]/.test(stream.peek()))
+      return (state.cur = bracketed(readBracket(stream), "string"))(stream, state);
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w.%]/);
+      return "number";
+    }
+    if (/[\w_]/.test(ch)) {
+      stream.eatWhile(/[\w\\\-_.]/);
+      return "variable";
+    }
+    return null;
+  }
+
+  function bracketed(level, style) {
+    return function(stream, state) {
+      var curlev = null, ch;
+      while ((ch = stream.next()) != null) {
+        if (curlev == null) {if (ch == "]") curlev = 0;}
+        else if (ch == "=") ++curlev;
+        else if (ch == "]" && curlev == level) { state.cur = normal; break; }
+        else curlev = null;
+      }
+      return style;
+    };
+  }
+
+  function string(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped) break;
+        escaped = !escaped && ch == "\\";
+      }
+      if (!escaped) state.cur = normal;
+      return "string";
+    };
+  }
+    
+  return {
+    startState: function(basecol) {
+      return {basecol: basecol || 0, indentDepth: 0, cur: normal};
+    },
+
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      var style = state.cur(stream, state);
+      var word = stream.current();
+      if (style == "variable") {
+        if (keywords.test(word)) style = "keyword";
+        else if (builtins.test(word)) style = "builtin";
+	else if (specials.test(word)) style = "variable-2";
+      }
+      if ((style != "comment") && (style != "string")){
+        if (indentTokens.test(word)) ++state.indentDepth;
+        else if (dedentTokens.test(word)) --state.indentDepth;
+      }
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      var closing = dedentPartial.test(textAfter);
+      return state.basecol + indentUnit * (state.indentDepth - (closing ? 1 : 0));
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-lua", "lua");
diff --git a/components/originalComponents/static/admin/codemirror/mode/markdown/index.html b/components/originalComponents/static/admin/codemirror/mode/markdown/index.html
new file mode 100755
index 00000000..92d5f1fb
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/markdown/index.html
@@ -0,0 +1,343 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Markdown mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="../xml/xml.js"></script>
+    <script src="markdown.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Markdown mode</h1>
+
+<!-- source: http://daringfireball.net/projects/markdown/basics.text -->
+<form><textarea id="code" name="code">
+Markdown: Basics
+================
+
+&lt;ul id="ProjectSubmenu"&gt;
+    &lt;li&gt;&lt;a href="/projects/markdown/" title="Markdown Project Page"&gt;Main&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;a class="selected" title="Markdown Basics"&gt;Basics&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;a href="/projects/markdown/syntax" title="Markdown Syntax Documentation"&gt;Syntax&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;a href="/projects/markdown/license" title="Pricing and License Information"&gt;License&lt;/a&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;a href="/projects/markdown/dingus" title="Online Markdown Web Form"&gt;Dingus&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+
+Getting the Gist of Markdown's Formatting Syntax
+------------------------------------------------
+
+This page offers a brief overview of what it's like to use Markdown.
+The [syntax page] [s] provides complete, detailed documentation for
+every feature, but Markdown should be very easy to pick up simply by
+looking at a few examples of it in action. The examples on this page
+are written in a before/after style, showing example syntax and the
+HTML output produced by Markdown.
+
+It's also helpful to simply try Markdown out; the [Dingus] [d] is a
+web application that allows you type your own Markdown-formatted text
+and translate it to XHTML.
+
+**Note:** This document is itself written using Markdown; you
+can [see the source for it by adding '.text' to the URL] [src].
+
+  [s]: /projects/markdown/syntax  "Markdown Syntax"
+  [d]: /projects/markdown/dingus  "Markdown Dingus"
+  [src]: /projects/markdown/basics.text
+
+
+## Paragraphs, Headers, Blockquotes ##
+
+A paragraph is simply one or more consecutive lines of text, separated
+by one or more blank lines. (A blank line is any line that looks like
+a blank line -- a line containing nothing but spaces or tabs is
+considered blank.) Normal paragraphs should not be indented with
+spaces or tabs.
+
+Markdown offers two styles of headers: *Setext* and *atx*.
+Setext-style headers for `&lt;h1&gt;` and `&lt;h2&gt;` are created by
+"underlining" with equal signs (`=`) and hyphens (`-`), respectively.
+To create an atx-style header, you put 1-6 hash marks (`#`) at the
+beginning of the line -- the number of hashes equals the resulting
+HTML header level.
+
+Blockquotes are indicated using email-style '`&gt;`' angle brackets.
+
+Markdown:
+
+    A First Level Header
+    ====================
+    
+    A Second Level Header
+    ---------------------
+
+    Now is the time for all good men to come to
+    the aid of their country. This is just a
+    regular paragraph.
+
+    The quick brown fox jumped over the lazy
+    dog's back.
+    
+    ### Header 3
+
+    &gt; This is a blockquote.
+    &gt; 
+    &gt; This is the second paragraph in the blockquote.
+    &gt;
+    &gt; ## This is an H2 in a blockquote
+
+
+Output:
+
+    &lt;h1&gt;A First Level Header&lt;/h1&gt;
+    
+    &lt;h2&gt;A Second Level Header&lt;/h2&gt;
+    
+    &lt;p&gt;Now is the time for all good men to come to
+    the aid of their country. This is just a
+    regular paragraph.&lt;/p&gt;
+    
+    &lt;p&gt;The quick brown fox jumped over the lazy
+    dog's back.&lt;/p&gt;
+    
+    &lt;h3&gt;Header 3&lt;/h3&gt;
+    
+    &lt;blockquote&gt;
+        &lt;p&gt;This is a blockquote.&lt;/p&gt;
+        
+        &lt;p&gt;This is the second paragraph in the blockquote.&lt;/p&gt;
+        
+        &lt;h2&gt;This is an H2 in a blockquote&lt;/h2&gt;
+    &lt;/blockquote&gt;
+
+
+
+### Phrase Emphasis ###
+
+Markdown uses asterisks and underscores to indicate spans of emphasis.
+
+Markdown:
+
+    Some of these words *are emphasized*.
+    Some of these words _are emphasized also_.
+    
+    Use two asterisks for **strong emphasis**.
+    Or, if you prefer, __use two underscores instead__.
+
+Output:
+
+    &lt;p&gt;Some of these words &lt;em&gt;are emphasized&lt;/em&gt;.
+    Some of these words &lt;em&gt;are emphasized also&lt;/em&gt;.&lt;/p&gt;
+    
+    &lt;p&gt;Use two asterisks for &lt;strong&gt;strong emphasis&lt;/strong&gt;.
+    Or, if you prefer, &lt;strong&gt;use two underscores instead&lt;/strong&gt;.&lt;/p&gt;
+   
+
+
+## Lists ##
+
+Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
+`+`, and `-`) as list markers. These three markers are
+interchangable; this:
+
+    *   Candy.
+    *   Gum.
+    *   Booze.
+
+this:
+
+    +   Candy.
+    +   Gum.
+    +   Booze.
+
+and this:
+
+    -   Candy.
+    -   Gum.
+    -   Booze.
+
+all produce the same output:
+
+    &lt;ul&gt;
+    &lt;li&gt;Candy.&lt;/li&gt;
+    &lt;li&gt;Gum.&lt;/li&gt;
+    &lt;li&gt;Booze.&lt;/li&gt;
+    &lt;/ul&gt;
+
+Ordered (numbered) lists use regular numbers, followed by periods, as
+list markers:
+
+    1.  Red
+    2.  Green
+    3.  Blue
+
+Output:
+
+    &lt;ol&gt;
+    &lt;li&gt;Red&lt;/li&gt;
+    &lt;li&gt;Green&lt;/li&gt;
+    &lt;li&gt;Blue&lt;/li&gt;
+    &lt;/ol&gt;
+
+If you put blank lines between items, you'll get `&lt;p&gt;` tags for the
+list item text. You can create multi-paragraph list items by indenting
+the paragraphs by 4 spaces or 1 tab:
+
+    *   A list item.
+    
+        With multiple paragraphs.
+
+    *   Another item in the list.
+
+Output:
+
+    &lt;ul&gt;
+    &lt;li&gt;&lt;p&gt;A list item.&lt;/p&gt;
+    &lt;p&gt;With multiple paragraphs.&lt;/p&gt;&lt;/li&gt;
+    &lt;li&gt;&lt;p&gt;Another item in the list.&lt;/p&gt;&lt;/li&gt;
+    &lt;/ul&gt;
+    
+
+
+### Links ###
+
+Markdown supports two styles for creating links: *inline* and
+*reference*. With both styles, you use square brackets to delimit the
+text you want to turn into a link.
+
+Inline-style links use parentheses immediately after the link text.
+For example:
+
+    This is an [example link](http://example.com/).
+
+Output:
+
+    &lt;p&gt;This is an &lt;a href="http://example.com/"&gt;
+    example link&lt;/a&gt;.&lt;/p&gt;
+
+Optionally, you may include a title attribute in the parentheses:
+
+    This is an [example link](http://example.com/ "With a Title").
+
+Output:
+
+    &lt;p&gt;This is an &lt;a href="http://example.com/" title="With a Title"&gt;
+    example link&lt;/a&gt;.&lt;/p&gt;
+
+Reference-style links allow you to refer to your links by names, which
+you define elsewhere in your document:
+
+    I get 10 times more traffic from [Google][1] than from
+    [Yahoo][2] or [MSN][3].
+
+    [1]: http://google.com/        "Google"
+    [2]: http://search.yahoo.com/  "Yahoo Search"
+    [3]: http://search.msn.com/    "MSN Search"
+
+Output:
+
+    &lt;p&gt;I get 10 times more traffic from &lt;a href="http://google.com/"
+    title="Google"&gt;Google&lt;/a&gt; than from &lt;a href="http://search.yahoo.com/"
+    title="Yahoo Search"&gt;Yahoo&lt;/a&gt; or &lt;a href="http://search.msn.com/"
+    title="MSN Search"&gt;MSN&lt;/a&gt;.&lt;/p&gt;
+
+The title attribute is optional. Link names may contain letters,
+numbers and spaces, but are *not* case sensitive:
+
+    I start my morning with a cup of coffee and
+    [The New York Times][NY Times].
+
+    [ny times]: http://www.nytimes.com/
+
+Output:
+
+    &lt;p&gt;I start my morning with a cup of coffee and
+    &lt;a href="http://www.nytimes.com/"&gt;The New York Times&lt;/a&gt;.&lt;/p&gt;
+
+
+### Images ###
+
+Image syntax is very much like link syntax.
+
+Inline (titles are optional):
+
+    ![alt text](/path/to/img.jpg "Title")
+
+Reference-style:
+
+    ![alt text][id]
+
+    [id]: /path/to/img.jpg "Title"
+
+Both of the above examples produce the same output:
+
+    &lt;img src="/path/to/img.jpg" alt="alt text" title="Title" /&gt;
+
+
+
+### Code ###
+
+In a regular paragraph, you can create code span by wrapping text in
+backtick quotes. Any ampersands (`&amp;`) and angle brackets (`&lt;` or
+`&gt;`) will automatically be translated into HTML entities. This makes
+it easy to use Markdown to write about HTML example code:
+
+    I strongly recommend against using any `&lt;blink&gt;` tags.
+
+    I wish SmartyPants used named entities like `&amp;mdash;`
+    instead of decimal-encoded entites like `&amp;#8212;`.
+
+Output:
+
+    &lt;p&gt;I strongly recommend against using any
+    &lt;code&gt;&amp;lt;blink&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;
+    
+    &lt;p&gt;I wish SmartyPants used named entities like
+    &lt;code&gt;&amp;amp;mdash;&lt;/code&gt; instead of decimal-encoded
+    entites like &lt;code&gt;&amp;amp;#8212;&lt;/code&gt;.&lt;/p&gt;
+
+
+To specify an entire block of pre-formatted code, indent every line of
+the block by 4 spaces or 1 tab. Just like with code spans, `&amp;`, `&lt;`,
+and `&gt;` characters will be escaped automatically.
+
+Markdown:
+
+    If you want your page to validate under XHTML 1.0 Strict,
+    you've got to put paragraph tags in your blockquotes:
+
+        &lt;blockquote&gt;
+            &lt;p&gt;For example.&lt;/p&gt;
+        &lt;/blockquote&gt;
+
+Output:
+
+    &lt;p&gt;If you want your page to validate under XHTML 1.0 Strict,
+    you've got to put paragraph tags in your blockquotes:&lt;/p&gt;
+    
+    &lt;pre&gt;&lt;code&gt;&amp;lt;blockquote&amp;gt;
+        &amp;lt;p&amp;gt;For example.&amp;lt;/p&amp;gt;
+    &amp;lt;/blockquote&amp;gt;
+    &lt;/code&gt;&lt;/pre&gt;
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: 'markdown',
+        lineNumbers: true,
+        matchBrackets: true,
+        theme: "default"
+      });
+    </script>
+
+    <p>Optionally depends on the XML mode for properly highlighted inline XML blocks.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-markdown</code>.</p>
+
+    <p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#markdown_*">normal</a>,  <a href="../../test/index.html#verbose,markdown_*">verbose</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/markdown/markdown.js b/components/originalComponents/static/admin/codemirror/mode/markdown/markdown.js
new file mode 100755
index 00000000..d227fc9b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/markdown/markdown.js
@@ -0,0 +1,481 @@
+CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
+
+  var htmlFound = CodeMirror.mimeModes.hasOwnProperty("text/html");
+  var htmlMode = CodeMirror.getMode(cmCfg, htmlFound ? "text/html" : "text/plain");
+  var aliases = {
+    html: "htmlmixed",
+    js: "javascript",
+    json: "application/json",
+    c: "text/x-csrc",
+    "c++": "text/x-c++src",
+    java: "text/x-java",
+    csharp: "text/x-csharp",
+    "c#": "text/x-csharp"
+  };
+
+  var getMode = (function () {
+    var i, modes = {}, mimes = {}, mime;
+
+    var list = CodeMirror.listModes();
+    for (i = 0; i < list.length; i++) {
+      modes[list[i]] = list[i];
+    }
+    var mimesList = CodeMirror.listMIMEs();
+    for (i = 0; i < mimesList.length; i++) {
+      mime = mimesList[i].mime;
+      mimes[mime] = mimesList[i].mime;
+    }
+
+    for (var a in aliases) {
+      if (aliases[a] in modes || aliases[a] in mimes)
+        modes[a] = aliases[a];
+    }
+    
+    return function (lang) {
+      return modes[lang] ? CodeMirror.getMode(cmCfg, modes[lang]) : null;
+    };
+  }());
+  
+  // Should underscores in words open/close em/strong?
+  if (modeCfg.underscoresBreakWords === undefined)
+    modeCfg.underscoresBreakWords = true;
+  
+  // Turn on fenced code blocks? ("```" to start/end)
+  if (modeCfg.fencedCodeBlocks === undefined) modeCfg.fencedCodeBlocks = false;
+  
+  var codeDepth = 0;
+  var prevLineHasContent = false
+  ,   thisLineHasContent = false;
+
+  var header   = 'header'
+  ,   code     = 'comment'
+  ,   quote    = 'quote'
+  ,   list     = 'string'
+  ,   hr       = 'hr'
+  ,   image    = 'tag'
+  ,   linkinline = 'link'
+  ,   linkemail = 'link'
+  ,   linktext = 'link'
+  ,   linkhref = 'string'
+  ,   em       = 'em'
+  ,   strong   = 'strong'
+  ,   emstrong = 'emstrong';
+
+  var hrRE = /^([*\-=_])(?:\s*\1){2,}\s*$/
+  ,   ulRE = /^[*\-+]\s+/
+  ,   olRE = /^[0-9]+\.\s+/
+  ,   headerRE = /^(?:\={1,}|-{1,})$/
+  ,   textRE = /^[^!\[\]*_\\<>` "'(]+/;
+
+  function switchInline(stream, state, f) {
+    state.f = state.inline = f;
+    return f(stream, state);
+  }
+
+  function switchBlock(stream, state, f) {
+    state.f = state.block = f;
+    return f(stream, state);
+  }
+
+
+  // Blocks
+
+  function blankLine(state) {
+    // Reset linkTitle state
+    state.linkTitle = false;
+    // Reset EM state
+    state.em = false;
+    // Reset STRONG state
+    state.strong = false;
+    // Reset state.quote
+    state.quote = false;
+    if (!htmlFound && state.f == htmlBlock) {
+      state.f = inlineNormal;
+      state.block = blockNormal;
+    }
+    return null;
+  }
+
+  function blockNormal(stream, state) {
+    
+    if (state.list !== false && state.indentationDiff >= 0) { // Continued list
+      if (state.indentationDiff < 4) { // Only adjust indentation if *not* a code block
+        state.indentation -= state.indentationDiff;
+      }
+      state.list = null;
+    } else { // No longer a list
+      state.list = false;
+    }
+    
+    if (state.indentationDiff >= 4) {
+      state.indentation -= 4;
+      stream.skipToEnd();
+      return code;
+    } else if (stream.eatSpace()) {
+      return null;
+    } else if (stream.peek() === '#' || (prevLineHasContent && stream.match(headerRE)) ) {
+      state.header = true;
+    } else if (stream.eat('>')) {
+      state.indentation++;
+      state.quote = true;
+    } else if (stream.peek() === '[') {
+      return switchInline(stream, state, footnoteLink);
+    } else if (stream.match(hrRE, true)) {
+      return hr;
+    } else if (stream.match(ulRE, true) || stream.match(olRE, true)) {
+      state.indentation += 4;
+      state.list = true;
+    } else if (modeCfg.fencedCodeBlocks && stream.match(/^```([\w+#]*)/, true)) {
+      // try switching mode
+      state.localMode = getMode(RegExp.$1);
+      if (state.localMode) state.localState = state.localMode.startState();
+      switchBlock(stream, state, local);
+      return code;
+    }
+    
+    return switchInline(stream, state, state.inline);
+  }
+
+  function htmlBlock(stream, state) {
+    var style = htmlMode.token(stream, state.htmlState);
+    if (htmlFound && style === 'tag' && state.htmlState.type !== 'openTag' && !state.htmlState.context) {
+      state.f = inlineNormal;
+      state.block = blockNormal;
+    }
+    if (state.md_inside && stream.current().indexOf(">")!=-1) {
+      state.f = inlineNormal;
+      state.block = blockNormal;
+      state.htmlState.context = undefined;
+    }
+    return style;
+  }
+
+  function local(stream, state) {
+    if (stream.sol() && stream.match(/^```/, true)) {
+      state.localMode = state.localState = null;
+      state.f = inlineNormal;
+      state.block = blockNormal;
+      return code;
+    } else if (state.localMode) {
+      return state.localMode.token(stream, state.localState);
+    } else {
+      stream.skipToEnd();
+      return code;
+    }
+  }
+
+  function codeBlock(stream, state) {
+    if(stream.match(codeBlockRE, true)){
+      state.f = inlineNormal;
+      state.block = blockNormal;
+      switchInline(stream, state, state.inline);
+      return code;
+    }
+    stream.skipToEnd();
+    return code;
+  }
+
+  // Inline
+  function getType(state) {
+    var styles = [];
+    
+    if (state.strong) { styles.push(state.em ? emstrong : strong); }
+    else if (state.em) { styles.push(em); }
+    
+    if (state.linkText) { styles.push(linktext); }
+    
+    if (state.code) { styles.push(code); }
+    
+    if (state.header) { styles.push(header); }
+    if (state.quote) { styles.push(quote); }
+    if (state.list !== false) { styles.push(list); }
+
+    return styles.length ? styles.join(' ') : null;
+  }
+
+  function handleText(stream, state) {
+    if (stream.match(textRE, true)) {
+      return getType(state);
+    }
+    return undefined;        
+  }
+
+  function inlineNormal(stream, state) {
+    var style = state.text(stream, state);
+    if (typeof style !== 'undefined')
+      return style;
+    
+    if (state.list) { // List marker (*, +, -, 1., etc)
+      state.list = null;
+      return list;
+    }
+    
+    var ch = stream.next();
+    
+    if (ch === '\\') {
+      stream.next();
+      return getType(state);
+    }
+    
+    // Matches link titles present on next line
+    if (state.linkTitle) {
+      state.linkTitle = false;
+      var matchCh = ch;
+      if (ch === '(') {
+        matchCh = ')';
+      }
+      matchCh = (matchCh+'').replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1");
+      var regex = '^\\s*(?:[^' + matchCh + '\\\\]+|\\\\\\\\|\\\\.)' + matchCh;
+      if (stream.match(new RegExp(regex), true)) {
+        return linkhref;
+      }
+    }
+    
+    // If this block is changed, it may need to be updated in GFM mode
+    if (ch === '`') {
+      var t = getType(state);
+      var before = stream.pos;
+      stream.eatWhile('`');
+      var difference = 1 + stream.pos - before;
+      if (!state.code) {
+        codeDepth = difference;
+        state.code = true;
+        return getType(state);
+      } else {
+        if (difference === codeDepth) { // Must be exact
+          state.code = false;
+          return t;
+        }
+        return getType(state);
+      }
+    } else if (state.code) {
+      return getType(state);
+    }
+    
+    if (ch === '!' && stream.match(/\[.*\] ?(?:\(|\[)/, false)) {
+      stream.match(/\[.*\]/);
+      state.inline = state.f = linkHref;
+      return image;
+    }
+
+    if (ch === '[' && stream.match(/.*\](\(| ?\[)/, false)) {
+      state.linkText = true;
+      return getType(state);
+    }
+
+    if (ch === ']' && state.linkText) {
+      var type = getType(state);
+      state.linkText = false;
+      state.inline = state.f = linkHref;
+      return type;
+    }
+    
+    if (ch === '<' && stream.match(/^(https?|ftps?):\/\/(?:[^\\>]|\\.)+>/, true)) {
+      return switchInline(stream, state, inlineElement(linkinline, '>'));
+    }
+    
+    if (ch === '<' && stream.match(/^[^> \\]+@(?:[^\\>]|\\.)+>/, true)) {
+      return switchInline(stream, state, inlineElement(linkemail, '>'));
+    }
+    
+    if (ch === '<' && stream.match(/^\w/, false)) {
+      var md_inside = false;
+      if (stream.string.indexOf(">")!=-1) {
+        var atts = stream.string.substring(1,stream.string.indexOf(">"));
+        if (/markdown\s*=\s*('|"){0,1}1('|"){0,1}/.test(atts)) {
+          state.md_inside = true;
+        }
+      }
+      stream.backUp(1);
+      return switchBlock(stream, state, htmlBlock);
+    }
+      
+    if (ch === '<' && stream.match(/^\/\w*?>/)) {
+      state.md_inside = false;
+      return "tag";
+    }
+      
+    var ignoreUnderscore = false;
+    if (!modeCfg.underscoresBreakWords) {
+      if (ch === '_' && stream.peek() !== '_' && stream.match(/(\w)/, false)) {
+        var prevPos = stream.pos - 2;
+        if (prevPos >= 0) {
+          var prevCh = stream.string.charAt(prevPos);
+          if (prevCh !== '_' && prevCh.match(/(\w)/, false)) {
+            ignoreUnderscore = true;
+          }
+        }
+      }
+    }
+    var t = getType(state);
+    if (ch === '*' || (ch === '_' && !ignoreUnderscore)) {
+      if (state.strong === ch && stream.eat(ch)) { // Remove STRONG
+        state.strong = false;
+        return t;
+      } else if (!state.strong && stream.eat(ch)) { // Add STRONG
+        state.strong = ch;
+        return getType(state);
+      } else if (state.em === ch) { // Remove EM
+        state.em = false;
+        return t;
+      } else if (!state.em) { // Add EM
+        state.em = ch;
+        return getType(state);
+      }
+    } else if (ch === ' ') {
+      if (stream.eat('*') || stream.eat('_')) { // Probably surrounded by spaces
+        if (stream.peek() === ' ') { // Surrounded by spaces, ignore
+          return getType(state);
+        } else { // Not surrounded by spaces, back up pointer
+          stream.backUp(1);
+        }
+      }
+    }
+    
+    return getType(state);
+  }
+
+  function linkHref(stream, state) {
+    // Check if space, and return NULL if so (to avoid marking the space)
+    if(stream.eatSpace()){
+      return null;
+    }
+    var ch = stream.next();
+    if (ch === '(' || ch === '[') {
+      return switchInline(stream, state, inlineElement(linkhref, ch === '(' ? ')' : ']'));
+    }
+    return 'error';
+  }
+
+  function footnoteLink(stream, state) {
+    if (stream.match(/^[^\]]*\]:/, true)) {
+      state.f = footnoteUrl;
+      return linktext;
+    }
+    return switchInline(stream, state, inlineNormal);
+  }
+
+  function footnoteUrl(stream, state) {
+    // Check if space, and return NULL if so (to avoid marking the space)
+    if(stream.eatSpace()){
+      return null;
+    }
+    // Match URL
+    stream.match(/^[^\s]+/, true);
+    // Check for link title
+    if (stream.peek() === undefined) { // End of line, set flag to check next line
+      state.linkTitle = true;
+    } else { // More content on line, check if link title
+      stream.match(/^(?:\s+(?:"(?:[^"\\]|\\\\|\\.)+"|'(?:[^'\\]|\\\\|\\.)+'|\((?:[^)\\]|\\\\|\\.)+\)))?/, true);
+    }
+    state.f = state.inline = inlineNormal;
+    return linkhref;
+  }
+
+  var savedInlineRE = [];
+  function inlineRE(endChar) {
+    if (!savedInlineRE[endChar]) {
+      // Escape endChar for RegExp (taken from http://stackoverflow.com/a/494122/526741)
+      endChar = (endChar+'').replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1");
+      // Match any non-endChar, escaped character, as well as the closing 
+      // endChar.
+      savedInlineRE[endChar] = new RegExp('^(?:[^\\\\]|\\\\.)*?(' + endChar + ')');
+    }
+    return savedInlineRE[endChar];
+  }
+
+  function inlineElement(type, endChar, next) {
+    next = next || inlineNormal;
+    return function(stream, state) {
+      stream.match(inlineRE(endChar));
+      state.inline = state.f = next;
+      return type;
+    };
+  }
+
+  return {
+    startState: function() {
+      prevLineHasContent = false;
+      thisLineHasContent = false;
+      return {
+        f: blockNormal,
+        
+        block: blockNormal,
+        htmlState: CodeMirror.startState(htmlMode),
+        indentation: 0,
+        
+        inline: inlineNormal,
+        text: handleText,
+        
+        linkText: false,
+        linkTitle: false,
+        em: false,
+        strong: false,
+        header: false,
+        list: false,
+        quote: false
+      };
+    },
+
+    copyState: function(s) {
+      return {
+        f: s.f,
+        
+        block: s.block,
+        htmlState: CodeMirror.copyState(htmlMode, s.htmlState),
+        indentation: s.indentation,
+        
+        localMode: s.localMode,
+        localState: s.localMode ? CodeMirror.copyState(s.localMode, s.localState) : null,
+          
+        inline: s.inline,
+        text: s.text,
+        linkTitle: s.linkTitle,
+        em: s.em,
+        strong: s.strong,
+        header: s.header,
+        list: s.list,
+        quote: s.quote,
+        md_inside: s.md_inside
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (stream.match(/^\s*$/, true)) {
+          prevLineHasContent = false;
+          return blankLine(state);
+        } else {
+          if(thisLineHasContent){
+            prevLineHasContent = true;
+            thisLineHasContent = false;
+          }
+          thisLineHasContent = true;
+        }
+
+        // Reset state.header
+        state.header = false;
+        
+        // Reset state.code
+        state.code = false;
+
+        state.f = state.block;
+        var indentation = stream.match(/^\s*/, true)[0].replace(/\t/g, '    ').length;
+        var difference = Math.floor((indentation - state.indentation) / 4) * 4;
+        if (difference > 4) difference = 4;
+        indentation = state.indentation + difference;
+        state.indentationDiff = indentation - state.indentation;
+        state.indentation = indentation;
+        if (indentation > 0) { return null; }
+      }
+      return state.f(stream, state);
+    },
+
+    blankLine: blankLine,
+
+    getType: getType
+  };
+
+}, "xml");
+
+CodeMirror.defineMIME("text/x-markdown", "markdown");
diff --git a/components/originalComponents/static/admin/codemirror/mode/markdown/test.js b/components/originalComponents/static/admin/codemirror/mode/markdown/test.js
new file mode 100755
index 00000000..7572db51
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/markdown/test.js
@@ -0,0 +1,1266 @@
+// Initiate ModeTest and set defaults
+var MT = ModeTest;
+MT.modeName = 'markdown';
+MT.modeOptions = {};
+
+MT.testMode(
+  'plainText',
+  'foo',
+  [
+    null, 'foo'
+  ]
+);
+
+// Code blocks using 4 spaces (regardless of CodeMirror.tabSize value)
+MT.testMode(
+  'codeBlocksUsing4Spaces',
+  '    foo',
+  [
+    null, '    ',
+    'comment', 'foo'
+  ]
+);
+// Code blocks using 4 spaces with internal indentation
+MT.testMode(
+  'codeBlocksUsing4SpacesIndentation',
+  '    bar\n        hello\n            world\n    foo\nbar',
+  [
+    null, '    ',
+    'comment', 'bar',
+    null, '        ',
+    'comment', 'hello',
+    null, '            ',
+    'comment', 'world',
+    null, '    ',
+    'comment', 'foo',
+    null, 'bar'
+  ]
+);
+// Code blocks using 4 spaces with internal indentation
+MT.testMode(
+  'codeBlocksUsing4SpacesIndentation',
+  ' foo\n    bar\n        hello\n    world',
+  [
+    null, ' foo',
+    null, '    ',
+    'comment', 'bar',
+    null, '        ',
+    'comment', 'hello',
+    null, '    ',
+    'comment', 'world'
+  ]
+);
+
+// Code blocks using 1 tab (regardless of CodeMirror.indentWithTabs value)
+MT.testMode(
+  'codeBlocksUsing1Tab',
+  '\tfoo',
+  [
+    null, '\t',
+    'comment', 'foo'
+  ]
+);
+
+// Inline code using backticks
+MT.testMode(
+  'inlineCodeUsingBackticks',
+  'foo `bar`',
+  [
+    null, 'foo ',
+    'comment', '`bar`'
+  ]
+);
+
+// Block code using single backtick (shouldn't work)
+MT.testMode(
+  'blockCodeSingleBacktick',
+  '`\nfoo\n`',
+  [
+    'comment', '`',
+    null, 'foo',
+    'comment', '`'
+  ]
+);
+
+// Unclosed backticks
+// Instead of simply marking as CODE, it would be nice to have an 
+// incomplete flag for CODE, that is styled slightly different.
+MT.testMode(
+  'unclosedBackticks',
+  'foo `bar',
+  [
+    null, 'foo ',
+    'comment', '`bar'
+  ]
+);
+
+// Per documentation: "To include a literal backtick character within a 
+// code span, you can use multiple backticks as the opening and closing 
+// delimiters"
+MT.testMode(
+  'doubleBackticks',
+  '``foo ` bar``',
+  [
+    'comment', '``foo ` bar``'
+  ]
+);
+
+// Tests based on Dingus
+// http://daringfireball.net/projects/markdown/dingus
+// 
+// Multiple backticks within an inline code block
+MT.testMode(
+  'consecutiveBackticks',
+  '`foo```bar`',
+  [
+    'comment', '`foo```bar`'
+  ]
+);
+// Multiple backticks within an inline code block with a second code block
+MT.testMode(
+  'consecutiveBackticks',
+  '`foo```bar` hello `world`',
+  [
+    'comment', '`foo```bar`',
+    null, ' hello ',
+    'comment', '`world`'
+  ]
+);
+// Unclosed with several different groups of backticks
+MT.testMode(
+  'unclosedBackticks',
+  '``foo ``` bar` hello',
+  [
+    'comment', '``foo ``` bar` hello'
+  ]
+);
+// Closed with several different groups of backticks
+MT.testMode(
+  'closedBackticks',
+  '``foo ``` bar` hello`` world',
+  [
+    'comment', '``foo ``` bar` hello``',
+    null, ' world'
+  ]
+);
+
+// atx headers
+// http://daringfireball.net/projects/markdown/syntax#header
+// 
+// H1
+MT.testMode(
+  'atxH1',
+  '# foo',
+  [
+    'header', '# foo'
+  ]
+);
+// H2
+MT.testMode(
+  'atxH2',
+  '## foo',
+  [
+    'header', '## foo'
+  ]
+);
+// H3
+MT.testMode(
+  'atxH3',
+  '### foo',
+  [
+    'header', '### foo'
+  ]
+);
+// H4
+MT.testMode(
+  'atxH4',
+  '#### foo',
+  [
+    'header', '#### foo'
+  ]
+);
+// H5
+MT.testMode(
+  'atxH5',
+  '##### foo',
+  [
+    'header', '##### foo'
+  ]
+);
+// H6
+MT.testMode(
+  'atxH6',
+  '###### foo',
+  [
+    'header', '###### foo'
+  ]
+);
+// H6 - 7x '#' should still be H6, per Dingus
+// http://daringfireball.net/projects/markdown/dingus
+MT.testMode(
+  'atxH6NotH7',
+  '####### foo',
+  [
+    'header', '####### foo'
+  ]
+);
+
+// Setext headers - H1, H2
+// Per documentation, "Any number of underlining =’s or -’s will work."
+// http://daringfireball.net/projects/markdown/syntax#header
+// Ideally, the text would be marked as `header` as well, but this is 
+// not really feasible at the moment. So, instead, we're testing against 
+// what works today, to avoid any regressions.
+// 
+// Check if single underlining = works
+MT.testMode(
+  'setextH1',
+  'foo\n=',
+  [
+    null, 'foo',
+    'header', '='
+  ]
+);
+// Check if 3+ ='s work
+MT.testMode(
+  'setextH1',
+  'foo\n===',
+  [
+    null, 'foo',
+    'header', '==='
+  ]
+);
+// Check if single underlining - works
+MT.testMode(
+  'setextH2',
+  'foo\n-',
+  [
+    null, 'foo',
+    'header', '-'
+  ]
+);
+// Check if 3+ -'s work
+MT.testMode(
+  'setextH2',
+  'foo\n---',
+  [
+    null, 'foo',
+    'header', '---'
+  ]
+);
+
+// Single-line blockquote with trailing space
+MT.testMode(
+  'blockquoteSpace',
+  '> foo',
+  [
+    'quote', '> foo'
+  ]
+);
+
+// Single-line blockquote
+MT.testMode(
+  'blockquoteNoSpace',
+  '>foo',
+  [
+    'quote', '>foo'
+  ]
+);
+
+// Single-line blockquote followed by normal paragraph
+MT.testMode(
+  'blockquoteThenParagraph',
+  '>foo\n\nbar',
+  [
+    'quote', '>foo',
+    null, 'bar'
+  ]
+);
+
+// Multi-line blockquote (lazy mode)
+MT.testMode(
+  'multiBlockquoteLazy',
+  '>foo\nbar',
+  [
+    'quote', '>foo',
+    'quote', 'bar'
+  ]
+);
+
+// Multi-line blockquote followed by normal paragraph (lazy mode)
+MT.testMode(
+  'multiBlockquoteLazyThenParagraph',
+  '>foo\nbar\n\nhello',
+  [
+    'quote', '>foo',
+    'quote', 'bar',
+    null, 'hello'
+  ]
+);
+
+// Multi-line blockquote (non-lazy mode)
+MT.testMode(
+  'multiBlockquote',
+  '>foo\n>bar',
+  [
+    'quote', '>foo',
+    'quote', '>bar'
+  ]
+);
+
+// Multi-line blockquote followed by normal paragraph (non-lazy mode)
+MT.testMode(
+  'multiBlockquoteThenParagraph',
+  '>foo\n>bar\n\nhello',
+  [
+    'quote', '>foo',
+    'quote', '>bar',
+    null, 'hello'
+  ]
+);
+
+// Check list types
+MT.testMode(
+  'listAsterisk',
+  '* foo\n* bar',
+  [
+    'string', '* foo',
+    'string', '* bar'
+  ]
+);
+MT.testMode(
+  'listPlus',
+  '+ foo\n+ bar',
+  [
+    'string', '+ foo',
+    'string', '+ bar'
+  ]
+);
+MT.testMode(
+  'listDash',
+  '- foo\n- bar',
+  [
+    'string', '- foo',
+    'string', '- bar'
+  ]
+);
+MT.testMode(
+  'listNumber',
+  '1. foo\n2. bar',
+  [
+    'string', '1. foo',
+    'string', '2. bar'
+  ]
+);
+
+// Formatting in lists (*)
+MT.testMode(
+  'listAsteriskFormatting',
+  '* *foo* bar\n\n* **foo** bar\n\n* ***foo*** bar\n\n* `foo` bar',
+  [
+    'string', '* ',
+    'string em', '*foo*',
+    'string', ' bar',
+    'string', '* ',
+    'string strong', '**foo**',
+    'string', ' bar',
+    'string', '* ',
+    'string strong', '**',
+    'string emstrong', '*foo**',
+    'string em', '*',
+    'string', ' bar',
+    'string', '* ',
+    'string comment', '`foo`',
+    'string', ' bar'
+  ]
+);
+// Formatting in lists (+)
+MT.testMode(
+  'listPlusFormatting',
+  '+ *foo* bar\n\n+ **foo** bar\n\n+ ***foo*** bar\n\n+ `foo` bar',
+  [
+    'string', '+ ',
+    'string em', '*foo*',
+    'string', ' bar',
+    'string', '+ ',
+    'string strong', '**foo**',
+    'string', ' bar',
+    'string', '+ ',
+    'string strong', '**',
+    'string emstrong', '*foo**',
+    'string em', '*',
+    'string', ' bar',
+    'string', '+ ',
+    'string comment', '`foo`',
+    'string', ' bar'
+  ]
+);
+// Formatting in lists (-)
+MT.testMode(
+  'listDashFormatting',
+  '- *foo* bar\n\n- **foo** bar\n\n- ***foo*** bar\n\n- `foo` bar',
+  [
+    'string', '- ',
+    'string em', '*foo*',
+    'string', ' bar',
+    'string', '- ',
+    'string strong', '**foo**',
+    'string', ' bar',
+    'string', '- ',
+    'string strong', '**',
+    'string emstrong', '*foo**',
+    'string em', '*',
+    'string', ' bar',
+    'string', '- ',
+    'string comment', '`foo`',
+    'string', ' bar'
+  ]
+);
+// Formatting in lists (1.)
+MT.testMode(
+  'listNumberFormatting',
+  '1. *foo* bar\n\n2. **foo** bar\n\n3. ***foo*** bar\n\n4. `foo` bar',
+  [
+    'string', '1. ',
+    'string em', '*foo*',
+    'string', ' bar',
+    'string', '2. ',
+    'string strong', '**foo**',
+    'string', ' bar',
+    'string', '3. ',
+    'string strong', '**',
+    'string emstrong', '*foo**',
+    'string em', '*',
+    'string', ' bar',
+    'string', '4. ',
+    'string comment', '`foo`',
+    'string', ' bar'
+  ]
+);
+
+// Paragraph lists
+MT.testMode(
+  'listParagraph',
+  '* foo\n\n* bar',
+  [
+    'string', '* foo',
+    'string', '* bar'
+  ]
+);
+
+// Multi-paragraph lists
+//
+// 4 spaces
+MT.testMode(
+  'listMultiParagraph',
+  '* foo\n\n* bar\n\n    hello',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '    ',
+    'string', 'hello'
+  ]
+);
+// 4 spaces, extra blank lines (should still be list, per Dingus)
+MT.testMode(
+  'listMultiParagraphExtra',
+  '* foo\n\n* bar\n\n\n    hello',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '    ',
+    'string', 'hello'
+  ]
+);
+// 4 spaces, plus 1 space (should still be list, per Dingus)
+MT.testMode(
+  'listMultiParagraphExtraSpace',
+  '* foo\n\n* bar\n\n     hello\n\n    world',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '     ',
+    'string', 'hello',
+    null, '    ',
+    'string', 'world'
+  ]
+);
+// 1 tab
+MT.testMode(
+  'listTab',
+  '* foo\n\n* bar\n\n\thello',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '\t',
+    'string', 'hello'
+  ]
+);
+// No indent
+MT.testMode(
+  'listNoIndent',
+  '* foo\n\n* bar\n\nhello',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, 'hello'
+  ]
+);
+// Blockquote
+MT.testMode(
+  'blockquote',
+  '* foo\n\n* bar\n\n    > hello',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '    ',
+    'string quote', '> hello'
+  ]
+);
+// Code block
+MT.testMode(
+  'blockquoteCode',
+  '* foo\n\n* bar\n\n        > hello\n\n    world',
+  [
+    'string', '* foo',
+    'string', '* bar',
+    null, '        ',
+    'comment', '> hello',
+    null, '    ',
+    'string', 'world'
+  ]
+);
+// Code block followed by text
+MT.testMode(
+  'blockquoteCodeText',
+  '* foo\n\n    bar\n\n        hello\n\n    world',
+  [
+    'string', '* foo',
+    null, '    ',
+    'string', 'bar',
+    null, '        ',
+    'comment', 'hello',
+    null, '    ',
+    'string', 'world'
+  ]
+);
+
+// Nested list
+// 
+// *
+MT.testMode(
+  'listAsteriskNested',
+  '* foo\n\n    * bar',
+  [
+    'string', '* foo',
+    null, '    ',
+    'string', '* bar'
+  ]
+);
+// +
+MT.testMode(
+  'listPlusNested',
+  '+ foo\n\n    + bar',
+  [
+    'string', '+ foo',
+    null, '    ',
+    'string', '+ bar'
+  ]
+);
+// -
+MT.testMode(
+  'listDashNested',
+  '- foo\n\n    - bar',
+  [
+    'string', '- foo',
+    null, '    ',
+    'string', '- bar'
+  ]
+);
+// 1.
+MT.testMode(
+  'listNumberNested',
+  '1. foo\n\n    2. bar',
+  [
+    'string', '1. foo',
+    null, '    ',
+    'string', '2. bar'
+  ]
+);
+// Mixed
+MT.testMode(
+  'listMixed',
+  '* foo\n\n    + bar\n\n        - hello\n\n            1. world',
+  [
+    'string', '* foo',
+    null, '    ',
+    'string', '+ bar',
+    null, '        ',
+    'string', '- hello',
+    null, '            ',
+    'string', '1. world'
+  ]
+);
+// Blockquote
+MT.testMode(
+  'listBlockquote',
+  '* foo\n\n    + bar\n\n        > hello',
+  [
+    'string', '* foo',
+    null, '    ',
+    'string', '+ bar',
+    null, '        ',
+    'quote string', '> hello'
+  ]
+);
+// Code
+MT.testMode(
+  'listCode',
+  '* foo\n\n    + bar\n\n            hello',
+  [
+    'string', '* foo',
+    null, '    ',
+    'string', '+ bar',
+    null, '            ',
+    'comment', 'hello'
+  ]
+);
+// Code with internal indentation
+MT.testMode(
+  'listCodeIndentation',
+  '* foo\n\n        bar\n            hello\n                world\n        foo\n    bar',
+  [
+    'string', '* foo',
+    null, '        ',
+    'comment', 'bar',
+    null, '            ',
+    'comment', 'hello',
+    null, '                ',
+    'comment', 'world',
+    null, '        ',
+    'comment', 'foo',
+    null, '    ',
+    'string', 'bar'
+  ]
+);
+// Code followed by text
+MT.testMode(
+  'listCodeText',
+  '* foo\n\n        bar\n\nhello',
+  [
+    'string', '* foo',
+    null, '        ',
+    'comment', 'bar',
+    null, 'hello'
+  ]
+);
+
+// Following tests directly from official Markdown documentation
+// http://daringfireball.net/projects/markdown/syntax#hr
+MT.testMode(
+  'hrSpace',
+  '* * *',
+  [
+    'hr', '* * *'
+  ]
+);
+
+MT.testMode(
+  'hr',
+  '***',
+  [
+    'hr', '***'
+  ]
+);
+
+MT.testMode(
+  'hrLong',
+  '*****',
+  [
+    'hr', '*****'
+  ]
+);
+
+MT.testMode(
+  'hrSpaceDash',
+  '- - -',
+  [
+    'hr', '- - -'
+  ]
+);
+
+MT.testMode(
+  'hrDashLong',
+  '---------------------------------------',
+  [
+    'hr', '---------------------------------------'
+  ]
+);
+
+// Inline link with title
+MT.testMode(
+  'linkTitle',
+  '[foo](http://example.com/ "bar") hello',
+  [
+    'link', '[foo]',
+    'string', '(http://example.com/ "bar")',
+    null, ' hello'
+  ]
+);
+
+// Inline link without title
+MT.testMode(
+  'linkNoTitle',
+  '[foo](http://example.com/) bar',
+  [
+    'link', '[foo]',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Inline link with Em
+MT.testMode(
+  'linkEm',
+  '[*foo*](http://example.com/) bar',
+  [
+    'link', '[',
+    'link em', '*foo*',
+    'link', ']',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Inline link with Strong
+MT.testMode(
+  'linkStrong',
+  '[**foo**](http://example.com/) bar',
+  [
+    'link', '[',
+    'link strong', '**foo**',
+    'link', ']',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Inline link with EmStrong
+MT.testMode(
+  'linkEmStrong',
+  '[***foo***](http://example.com/) bar',
+  [
+    'link', '[',
+    'link strong', '**',
+    'link emstrong', '*foo**',
+    'link em', '*',
+    'link', ']',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Image with title
+MT.testMode(
+  'imageTitle',
+  '![foo](http://example.com/ "bar") hello',
+  [
+    'tag', '![foo]',
+    'string', '(http://example.com/ "bar")',
+    null, ' hello'
+  ]
+);
+
+// Image without title
+MT.testMode(
+  'imageNoTitle',
+  '![foo](http://example.com/) bar',
+  [
+    'tag', '![foo]',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Image with asterisks
+MT.testMode(
+  'imageAsterisks',
+  '![*foo*](http://example.com/) bar',
+  [
+    'tag', '![*foo*]',
+    'string', '(http://example.com/)',
+    null, ' bar'
+  ]
+);
+
+// Not a link. Should be normal text due to square brackets being used
+// regularly in text, especially in quoted material, and no space is allowed
+// between square brackets and parentheses (per Dingus).
+MT.testMode(
+  'notALink',
+  '[foo] (bar)',
+  [
+    null, '[foo] (bar)'
+  ]
+);
+
+// Reference-style links
+MT.testMode(
+  'linkReference',
+  '[foo][bar] hello',
+  [
+    'link', '[foo]',
+    'string', '[bar]',
+    null, ' hello'
+  ]
+);
+// Reference-style links with Em
+MT.testMode(
+  'linkReferenceEm',
+  '[*foo*][bar] hello',
+  [
+    'link', '[',
+    'link em', '*foo*',
+    'link', ']',
+    'string', '[bar]',
+    null, ' hello'
+  ]
+);
+// Reference-style links with Strong
+MT.testMode(
+  'linkReferenceStrong',
+  '[**foo**][bar] hello',
+  [
+    'link', '[',
+    'link strong', '**foo**',
+    'link', ']',
+    'string', '[bar]',
+    null, ' hello'
+  ]
+);
+// Reference-style links with EmStrong
+MT.testMode(
+  'linkReferenceEmStrong',
+  '[***foo***][bar] hello',
+  [
+    'link', '[',
+    'link strong', '**',
+    'link emstrong', '*foo**',
+    'link em', '*',
+    'link', ']',
+    'string', '[bar]',
+    null, ' hello'
+  ]
+);
+
+// Reference-style links with optional space separator (per docuentation)
+// "You can optionally use a space to separate the sets of brackets"
+MT.testMode(
+  'linkReferenceSpace',
+  '[foo] [bar] hello',
+  [
+    'link', '[foo]',
+    null, ' ',
+    'string', '[bar]',
+    null, ' hello'
+  ]
+);
+// Should only allow a single space ("...use *a* space...")
+MT.testMode(
+  'linkReferenceDoubleSpace',
+  '[foo]  [bar] hello',
+  [
+    null, '[foo]  [bar] hello'
+  ]
+);
+
+// Reference-style links with implicit link name
+MT.testMode(
+  'linkImplicit',
+  '[foo][] hello',
+  [
+    'link', '[foo]',
+    'string', '[]',
+    null, ' hello'
+  ]
+);
+
+// @todo It would be nice if, at some point, the document was actually
+// checked to see if the referenced link exists
+
+// Link label, for reference-style links (taken from documentation)
+//
+// No title
+MT.testMode(
+  'labelNoTitle',
+  '[foo]: http://example.com/',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/'
+  ]
+);
+// Space in ID and title
+MT.testMode(
+  'labelSpaceTitle',
+  '[foo bar]: http://example.com/ "hello"',
+  [
+    'link', '[foo bar]:',
+    null, ' ',
+    'string', 'http://example.com/ "hello"'
+  ]
+);
+// Double title
+MT.testMode(
+  'labelDoubleTitle',
+  '[foo bar]: http://example.com/ "hello" "world"',
+  [
+    'link', '[foo bar]:',
+    null, ' ',
+    'string', 'http://example.com/ "hello"',
+    null, ' "world"'
+  ]
+);
+// Double quotes around title
+MT.testMode(
+  'labelTitleDoubleQuotes',
+  '[foo]: http://example.com/  "bar"',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/  "bar"'
+  ]
+);
+// Single quotes around title
+MT.testMode(
+  'labelTitleSingleQuotes',
+  '[foo]: http://example.com/  \'bar\'',
+  [
+    'link', '[foo]:',
+    null, ' ',
+  'string', 'http://example.com/  \'bar\''
+  ]
+);
+// Parentheses around title
+MT.testMode(
+  'labelTitleParenthese',
+  '[foo]: http://example.com/  (bar)',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/  (bar)'
+  ]
+);
+// Invalid title
+MT.testMode(
+  'labelTitleInvalid',
+  '[foo]: http://example.com/ bar',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/',
+    null, ' bar'
+  ]
+);
+// Angle brackets around URL
+MT.testMode(
+  'labelLinkAngleBrackets',
+  '[foo]: <http://example.com/>  "bar"',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', '<http://example.com/>  "bar"'
+  ]
+);
+// Title on next line per documentation (double quotes)
+MT.testMode(
+  'labelTitleNextDoubleQuotes',
+  '[foo]: http://example.com/\n"bar" hello',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/',
+    'string', '"bar"',
+    null, ' hello'
+  ]
+);
+// Title on next line per documentation (single quotes)
+MT.testMode(
+  'labelTitleNextSingleQuotes',
+  '[foo]: http://example.com/\n\'bar\' hello',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/',
+  'string', '\'bar\'',
+  null, ' hello'
+  ]
+);
+// Title on next line per documentation (parentheses)
+MT.testMode(
+  'labelTitleNextParenthese',
+  '[foo]: http://example.com/\n(bar) hello',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/',
+    'string', '(bar)',
+    null, ' hello'
+  ]
+);
+// Title on next line per documentation (mixed)
+MT.testMode(
+  'labelTitleNextMixed',
+  '[foo]: http://example.com/\n(bar" hello',
+  [
+    'link', '[foo]:',
+    null, ' ',
+    'string', 'http://example.com/',
+    null, '(bar" hello'
+  ]
+);
+
+// Automatic links
+MT.testMode(
+  'linkWeb',
+  '<http://example.com/> foo',
+  [
+    'link', '<http://example.com/>',
+    null, ' foo'
+  ]
+);
+
+// Automatic email links
+MT.testMode(
+  'linkEmail',
+  '<user@example.com> foo',
+  [
+    'link', '<user@example.com>',
+    null, ' foo'
+  ]
+);
+
+// Single asterisk
+MT.testMode(
+  'emAsterisk',
+  '*foo* bar',
+  [
+    'em', '*foo*',
+    null, ' bar'
+  ]
+);
+
+// Single underscore
+MT.testMode(
+  'emUnderscore',
+  '_foo_ bar',
+  [
+    'em', '_foo_',
+    null, ' bar'
+  ]
+);
+
+// Emphasis characters within a word
+MT.testMode(
+  'emInWordAsterisk',
+  'foo*bar*hello',
+  [
+    null, 'foo',
+    'em', '*bar*',
+    null, 'hello'
+  ]
+);
+MT.testMode(
+  'emInWordUnderscore',
+  'foo_bar_hello',
+  [
+    null, 'foo',
+    'em', '_bar_',
+    null, 'hello'
+  ]
+);
+// Per documentation: "...surround an * or _ with spaces, it’ll be 
+// treated as a literal asterisk or underscore."
+// 
+// Inside EM
+MT.testMode(
+  'emEscapedBySpaceIn',
+  'foo _bar _ hello_ world',
+  [
+    null, 'foo ',
+    'em', '_bar _ hello_',
+    null, ' world'
+  ]
+);
+// Outside EM
+MT.testMode(
+  'emEscapedBySpaceOut',
+  'foo _ bar_hello_world',
+  [
+    null, 'foo _ bar',
+    'em', '_hello_',
+    null, 'world'
+  ]
+);
+
+// Unclosed emphasis characters
+// Instead of simply marking as EM / STRONG, it would be nice to have an 
+// incomplete flag for EM and STRONG, that is styled slightly different.
+MT.testMode(
+  'emIncompleteAsterisk',
+  'foo *bar',
+  [
+    null, 'foo ',
+    'em', '*bar'
+  ]
+);
+MT.testMode(
+  'emIncompleteUnderscore',
+  'foo _bar',
+  [
+    null, 'foo ',
+    'em', '_bar'
+  ]
+);
+
+// Double asterisk
+MT.testMode(
+  'strongAsterisk',
+  '**foo** bar',
+  [
+    'strong', '**foo**',
+    null, ' bar'
+  ]
+);
+
+// Double underscore
+MT.testMode(
+  'strongUnderscore',
+  '__foo__ bar',
+  [
+    'strong', '__foo__',
+    null, ' bar'
+  ]
+);
+
+// Triple asterisk
+MT.testMode(
+  'emStrongAsterisk',
+  '*foo**bar*hello** world',
+  [
+    'em', '*foo',
+    'emstrong', '**bar*',
+    'strong', 'hello**',
+    null, ' world'
+  ]
+);
+
+// Triple underscore
+MT.testMode(
+  'emStrongUnderscore',
+  '_foo__bar_hello__ world',
+  [
+    'em', '_foo',
+    'emstrong', '__bar_',
+    'strong', 'hello__',
+    null, ' world'
+  ]
+);
+
+// Triple mixed
+// "...same character must be used to open and close an emphasis span.""
+MT.testMode(
+  'emStrongMixed',
+  '_foo**bar*hello__ world',
+  [
+    'em', '_foo',
+    'emstrong', '**bar*hello__ world'
+  ]
+);
+
+MT.testMode(
+  'emStrongMixed',
+  '*foo__bar_hello** world',
+  [
+    'em', '*foo',
+    'emstrong', '__bar_hello** world'
+  ]
+);
+
+// These characters should be escaped:
+// \   backslash
+// `   backtick
+// *   asterisk
+// _   underscore
+// {}  curly braces
+// []  square brackets
+// ()  parentheses
+// #   hash mark
+// +   plus sign
+// -   minus sign (hyphen)
+// .   dot
+// !   exclamation mark
+// 
+// Backtick (code)
+MT.testMode(
+  'escapeBacktick',
+  'foo \\`bar\\`',
+  [
+    null, 'foo \\`bar\\`'
+  ]
+);
+MT.testMode(
+  'doubleEscapeBacktick',
+  'foo \\\\`bar\\\\`',
+  [
+    null, 'foo \\\\',
+    'comment', '`bar\\\\`'
+  ]
+);
+// Asterisk (em)
+MT.testMode(
+  'escapeAsterisk',
+  'foo \\*bar\\*',
+  [
+    null, 'foo \\*bar\\*'
+  ]
+);
+MT.testMode(
+  'doubleEscapeAsterisk',
+  'foo \\\\*bar\\\\*',
+  [
+    null, 'foo \\\\',
+    'em', '*bar\\\\*'
+  ]
+);
+// Underscore (em)
+MT.testMode(
+  'escapeUnderscore',
+  'foo \\_bar\\_',
+  [
+    null, 'foo \\_bar\\_'
+  ]
+);
+MT.testMode(
+  'doubleEscapeUnderscore',
+  'foo \\\\_bar\\\\_',
+  [
+    null, 'foo \\\\',
+    'em', '_bar\\\\_'
+  ]
+);
+// Hash mark (headers)
+MT.testMode(
+  'escapeHash',
+  '\\# foo',
+  [
+    null, '\\# foo'
+  ]
+);
+MT.testMode(
+  'doubleEscapeHash',
+  '\\\\# foo',
+  [
+    null, '\\\\# foo'
+  ]
+);
diff --git a/components/originalComponents/static/admin/codemirror/mode/mysql/index.html b/components/originalComponents/static/admin/codemirror/mode/mysql/index.html
new file mode 100755
index 00000000..bbac836b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/mysql/index.html
@@ -0,0 +1,42 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: MySQL mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="mysql.js"></script>
+    <style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: MySQL mode</h1>
+    <form><textarea id="code" name="code">
+-- Comment for the code
+-- MySQL Mode for CodeMirror2 by MySQLTools http://github.com/partydroid/MySQL-Tools
+SELECT  UNIQUE `var1` as `variable`,
+        MAX(`var5`) as `max`,
+        MIN(`var5`) as `min`,
+        STDEV(`var5`) as `dev`
+FROM `table`
+
+LEFT JOIN `table2` ON `var2` = `variable`
+
+ORDER BY `var3` DESC
+GROUP BY `groupvar`
+
+LIMIT 0,30;
+
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: "text/x-mysql",
+        tabMode: "indent",
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-mysql</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/mysql/mysql.js b/components/originalComponents/static/admin/codemirror/mode/mysql/mysql.js
new file mode 100755
index 00000000..3098d775
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/mysql/mysql.js
@@ -0,0 +1,186 @@
+/*
+ *	MySQL Mode for CodeMirror 2 by MySQL-Tools
+ *	@author James Thorne (partydroid)
+ *	@link 	http://github.com/partydroid/MySQL-Tools
+ * 	@link 	http://mysqltools.org
+ *	@version 02/Jan/2012
+*/
+CodeMirror.defineMode("mysql", function(config) {
+  var indentUnit = config.indentUnit;
+  var curPunc;
+
+  function wordRegexp(words) {
+    return new RegExp("^(?:" + words.join("|") + ")$", "i");
+  }
+  var ops = wordRegexp(["str", "lang", "langmatches", "datatype", "bound", "sameterm", "isiri", "isuri",
+                        "isblank", "isliteral", "union", "a"]);
+  var keywords = wordRegexp([
+  ('ACCESSIBLE'),('ALTER'),('AS'),('BEFORE'),('BINARY'),('BY'),('CASE'),('CHARACTER'),('COLUMN'),('CONTINUE'),('CROSS'),('CURRENT_TIMESTAMP'),('DATABASE'),('DAY_MICROSECOND'),('DEC'),('DEFAULT'),
+	('DESC'),('DISTINCT'),('DOUBLE'),('EACH'),('ENCLOSED'),('EXIT'),('FETCH'),('FLOAT8'),('FOREIGN'),('GRANT'),('HIGH_PRIORITY'),('HOUR_SECOND'),('IN'),('INNER'),('INSERT'),('INT2'),('INT8'),
+	('INTO'),('JOIN'),('KILL'),('LEFT'),('LINEAR'),('LOCALTIME'),('LONG'),('LOOP'),('MATCH'),('MEDIUMTEXT'),('MINUTE_SECOND'),('NATURAL'),('NULL'),('OPTIMIZE'),('OR'),('OUTER'),('PRIMARY'),
+	('RANGE'),('READ_WRITE'),('REGEXP'),('REPEAT'),('RESTRICT'),('RIGHT'),('SCHEMAS'),('SENSITIVE'),('SHOW'),('SPECIFIC'),('SQLSTATE'),('SQL_CALC_FOUND_ROWS'),('STARTING'),('TERMINATED'),
+	('TINYINT'),('TRAILING'),('UNDO'),('UNLOCK'),('USAGE'),('UTC_DATE'),('VALUES'),('VARCHARACTER'),('WHERE'),('WRITE'),('ZEROFILL'),('ALL'),('AND'),('ASENSITIVE'),('BIGINT'),('BOTH'),('CASCADE'),
+	('CHAR'),('COLLATE'),('CONSTRAINT'),('CREATE'),('CURRENT_TIME'),('CURSOR'),('DAY_HOUR'),('DAY_SECOND'),('DECLARE'),('DELETE'),('DETERMINISTIC'),('DIV'),('DUAL'),('ELSEIF'),('EXISTS'),('FALSE'),
+	('FLOAT4'),('FORCE'),('FULLTEXT'),('HAVING'),('HOUR_MINUTE'),('IGNORE'),('INFILE'),('INSENSITIVE'),('INT1'),('INT4'),('INTERVAL'),('ITERATE'),('KEYS'),('LEAVE'),('LIMIT'),('LOAD'),('LOCK'),
+	('LONGTEXT'),('MASTER_SSL_VERIFY_SERVER_CERT'),('MEDIUMINT'),('MINUTE_MICROSECOND'),('MODIFIES'),('NO_WRITE_TO_BINLOG'),('ON'),('OPTIONALLY'),('OUT'),('PRECISION'),('PURGE'),('READS'),
+	('REFERENCES'),('RENAME'),('REQUIRE'),('REVOKE'),('SCHEMA'),('SELECT'),('SET'),('SPATIAL'),('SQLEXCEPTION'),('SQL_BIG_RESULT'),('SSL'),('TABLE'),('TINYBLOB'),('TO'),('TRUE'),('UNIQUE'),
+	('UPDATE'),('USING'),('UTC_TIMESTAMP'),('VARCHAR'),('WHEN'),('WITH'),('YEAR_MONTH'),('ADD'),('ANALYZE'),('ASC'),('BETWEEN'),('BLOB'),('CALL'),('CHANGE'),('CHECK'),('CONDITION'),('CONVERT'),
+	('CURRENT_DATE'),('CURRENT_USER'),('DATABASES'),('DAY_MINUTE'),('DECIMAL'),('DELAYED'),('DESCRIBE'),('DISTINCTROW'),('DROP'),('ELSE'),('ESCAPED'),('EXPLAIN'),('FLOAT'),('FOR'),('FROM'),
+	('GROUP'),('HOUR_MICROSECOND'),('IF'),('INDEX'),('INOUT'),('INT'),('INT3'),('INTEGER'),('IS'),('KEY'),('LEADING'),('LIKE'),('LINES'),('LOCALTIMESTAMP'),('LONGBLOB'),('LOW_PRIORITY'),
+	('MEDIUMBLOB'),('MIDDLEINT'),('MOD'),('NOT'),('NUMERIC'),('OPTION'),('ORDER'),('OUTFILE'),('PROCEDURE'),('READ'),('REAL'),('RELEASE'),('REPLACE'),('RETURN'),('RLIKE'),('SECOND_MICROSECOND'),
+	('SEPARATOR'),('SMALLINT'),('SQL'),('SQLWARNING'),('SQL_SMALL_RESULT'),('STRAIGHT_JOIN'),('THEN'),('TINYTEXT'),('TRIGGER'),('UNION'),('UNSIGNED'),('USE'),('UTC_TIME'),('VARBINARY'),('VARYING'),
+	('WHILE'),('XOR'),('FULL'),('COLUMNS'),('MIN'),('MAX'),('STDEV'),('COUNT')
+  ]);
+  var operatorChars = /[*+\-<>=&|]/;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    curPunc = null;
+    if (ch == "$" || ch == "?") {
+      stream.match(/^[\w\d]*/);
+      return "variable-2";
+    }
+    else if (ch == "<" && !stream.match(/^[\s\u00a0=]/, false)) {
+      stream.match(/^[^\s\u00a0>]*>?/);
+      return "atom";
+    }
+    else if (ch == "\"" || ch == "'") {
+      state.tokenize = tokenLiteral(ch);
+      return state.tokenize(stream, state);
+    }
+    else if (ch == "`") {
+      state.tokenize = tokenOpLiteral(ch);
+      return state.tokenize(stream, state);
+    }
+    else if (/[{}\(\),\.;\[\]]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    else if (ch == "-") {
+      var ch2 = stream.next();
+      if (ch2=="-") {
+      	stream.skipToEnd();
+      	return "comment";
+      }
+    }
+    else if (operatorChars.test(ch)) {
+      stream.eatWhile(operatorChars);
+      return null;
+    }
+    else if (ch == ":") {
+      stream.eatWhile(/[\w\d\._\-]/);
+      return "atom";
+    }
+    else {
+      stream.eatWhile(/[_\w\d]/);
+      if (stream.eat(":")) {
+        stream.eatWhile(/[\w\d_\-]/);
+        return "atom";
+      }
+      var word = stream.current(), type;
+      if (ops.test(word))
+        return null;
+      else if (keywords.test(word))
+        return "keyword";
+      else
+        return "variable";
+    }
+  }
+
+  function tokenLiteral(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped) {
+          state.tokenize = tokenBase;
+          break;
+        }
+        escaped = !escaped && ch == "\\";
+      }
+      return "string";
+    };
+  }
+
+  function tokenOpLiteral(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped) {
+          state.tokenize = tokenBase;
+          break;
+        }
+        escaped = !escaped && ch == "\\";
+      }
+      return "variable-2";
+    };
+  }
+
+
+  function pushContext(state, type, col) {
+    state.context = {prev: state.context, indent: state.indent, col: col, type: type};
+  }
+  function popContext(state) {
+    state.indent = state.context.indent;
+    state.context = state.context.prev;
+  }
+
+  return {
+    startState: function(base) {
+      return {tokenize: tokenBase,
+              context: null,
+              indent: 0,
+              col: 0};
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (state.context && state.context.align == null) state.context.align = false;
+        state.indent = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+
+      if (style != "comment" && state.context && state.context.align == null && state.context.type != "pattern") {
+        state.context.align = true;
+      }
+
+      if (curPunc == "(") pushContext(state, ")", stream.column());
+      else if (curPunc == "[") pushContext(state, "]", stream.column());
+      else if (curPunc == "{") pushContext(state, "}", stream.column());
+      else if (/[\]\}\)]/.test(curPunc)) {
+        while (state.context && state.context.type == "pattern") popContext(state);
+        if (state.context && curPunc == state.context.type) popContext(state);
+      }
+      else if (curPunc == "." && state.context && state.context.type == "pattern") popContext(state);
+      else if (/atom|string|variable/.test(style) && state.context) {
+        if (/[\}\]]/.test(state.context.type))
+          pushContext(state, "pattern", stream.column());
+        else if (state.context.type == "pattern" && !state.context.align) {
+          state.context.align = true;
+          state.context.col = stream.column();
+        }
+      }
+
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      var firstChar = textAfter && textAfter.charAt(0);
+      var context = state.context;
+      if (/[\]\}]/.test(firstChar))
+        while (context && context.type == "pattern") context = context.prev;
+
+      var closing = context && firstChar == context.type;
+      if (!context)
+        return 0;
+      else if (context.type == "pattern")
+        return context.col;
+      else if (context.align)
+        return context.col + (closing ? 0 : 1);
+      else
+        return context.indent + (closing ? 0 : indentUnit);
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-mysql", "mysql");
diff --git a/components/originalComponents/static/admin/codemirror/mode/ntriples/index.html b/components/originalComponents/static/admin/codemirror/mode/ntriples/index.html
new file mode 100755
index 00000000..052a53d8
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ntriples/index.html
@@ -0,0 +1,33 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: NTriples mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="ntriples.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">
+      .CodeMirror {
+        border: 1px solid #eee;
+      }
+    </style>   
+  </head>
+  <body>
+    <h1>CodeMirror: NTriples mode</h1>
+<form>
+<textarea id="ntriples" name="ntriples">    
+<http://Sub1>     <http://pred1>     <http://obj> .
+<http://Sub2>     <http://pred2#an2> "literal 1" .
+<http://Sub3#an3> <http://pred3>     _:bnode3 .
+_:bnode4          <http://pred4>     "literal 2"@lang .
+_:bnode5          <http://pred5>     "literal 3"^^<http://type> .
+</textarea>
+</form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("ntriples"), {});
+    </script>
+    <p><strong>MIME types defined:</strong> <code>text/n-triples</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/ntriples/ntriples.js b/components/originalComponents/static/admin/codemirror/mode/ntriples/ntriples.js
new file mode 100755
index 00000000..abe6a1a0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ntriples/ntriples.js
@@ -0,0 +1,172 @@
+/**********************************************************
+* This script provides syntax highlighting support for 
+* the Ntriples format.
+* Ntriples format specification: 
+*     http://www.w3.org/TR/rdf-testcases/#ntriples
+***********************************************************/
+
+/* 
+    The following expression defines the defined ASF grammar transitions.
+
+    pre_subject ->
+        {
+        ( writing_subject_uri | writing_bnode_uri )
+            -> pre_predicate 
+                -> writing_predicate_uri 
+                    -> pre_object 
+                        -> writing_object_uri | writing_object_bnode | 
+                          ( 
+                            writing_object_literal 
+                                -> writing_literal_lang | writing_literal_type
+                          )
+                            -> post_object
+                                -> BEGIN
+         } otherwise {
+             -> ERROR
+         }
+*/
+CodeMirror.defineMode("ntriples", function() {  
+
+  var Location = {
+    PRE_SUBJECT         : 0,
+    WRITING_SUB_URI     : 1,
+    WRITING_BNODE_URI   : 2,
+    PRE_PRED            : 3,
+    WRITING_PRED_URI    : 4,
+    PRE_OBJ             : 5,
+    WRITING_OBJ_URI     : 6,
+    WRITING_OBJ_BNODE   : 7,
+    WRITING_OBJ_LITERAL : 8,
+    WRITING_LIT_LANG    : 9,
+    WRITING_LIT_TYPE    : 10,
+    POST_OBJ            : 11,
+    ERROR               : 12
+  };
+  function transitState(currState, c) {
+    var currLocation = currState.location;
+    var ret;
+    
+    // Opening.
+    if     (currLocation == Location.PRE_SUBJECT && c == '<') ret = Location.WRITING_SUB_URI;
+    else if(currLocation == Location.PRE_SUBJECT && c == '_') ret = Location.WRITING_BNODE_URI;
+    else if(currLocation == Location.PRE_PRED    && c == '<') ret = Location.WRITING_PRED_URI;
+    else if(currLocation == Location.PRE_OBJ     && c == '<') ret = Location.WRITING_OBJ_URI;
+    else if(currLocation == Location.PRE_OBJ     && c == '_') ret = Location.WRITING_OBJ_BNODE;
+    else if(currLocation == Location.PRE_OBJ     && c == '"') ret = Location.WRITING_OBJ_LITERAL;
+    
+    // Closing.
+    else if(currLocation == Location.WRITING_SUB_URI     && c == '>') ret = Location.PRE_PRED;
+    else if(currLocation == Location.WRITING_BNODE_URI   && c == ' ') ret = Location.PRE_PRED;
+    else if(currLocation == Location.WRITING_PRED_URI    && c == '>') ret = Location.PRE_OBJ;
+    else if(currLocation == Location.WRITING_OBJ_URI     && c == '>') ret = Location.POST_OBJ;
+    else if(currLocation == Location.WRITING_OBJ_BNODE   && c == ' ') ret = Location.POST_OBJ;
+    else if(currLocation == Location.WRITING_OBJ_LITERAL && c == '"') ret = Location.POST_OBJ;
+    else if(currLocation == Location.WRITING_LIT_LANG && c == ' ') ret = Location.POST_OBJ;
+    else if(currLocation == Location.WRITING_LIT_TYPE && c == '>') ret = Location.POST_OBJ;
+    
+    // Closing typed and language literal.
+    else if(currLocation == Location.WRITING_OBJ_LITERAL && c == '@') ret = Location.WRITING_LIT_LANG;
+    else if(currLocation == Location.WRITING_OBJ_LITERAL && c == '^') ret = Location.WRITING_LIT_TYPE;
+
+    // Spaces.
+    else if( c == ' ' &&                             
+             (
+               currLocation == Location.PRE_SUBJECT || 
+               currLocation == Location.PRE_PRED    || 
+               currLocation == Location.PRE_OBJ     || 
+               currLocation == Location.POST_OBJ
+             )
+           ) ret = currLocation;
+    
+    // Reset.
+    else if(currLocation == Location.POST_OBJ && c == '.') ret = Location.PRE_SUBJECT;    
+    
+    // Error
+    else ret = Location.ERROR;
+    
+    currState.location=ret;
+  }
+
+  var untilSpace  = function(c) { return c != ' '; };
+  var untilEndURI = function(c) { return c != '>'; };
+  return {
+    startState: function() {
+       return { 
+           location : Location.PRE_SUBJECT,
+           uris     : [],
+           anchors  : [],
+           bnodes   : [],
+           langs    : [],
+           types    : []
+       };
+    },
+    token: function(stream, state) {
+      var ch = stream.next();
+      if(ch == '<') {
+         transitState(state, ch);
+         var parsedURI = '';
+         stream.eatWhile( function(c) { if( c != '#' && c != '>' ) { parsedURI += c; return true; } return false;} );
+         state.uris.push(parsedURI);
+         if( stream.match('#', false) ) return 'variable';
+         stream.next();
+         transitState(state, '>');
+         return 'variable';
+      }
+      if(ch == '#') {
+        var parsedAnchor = '';
+        stream.eatWhile(function(c) { if(c != '>' && c != ' ') { parsedAnchor+= c; return true; } return false;});
+        state.anchors.push(parsedAnchor);
+        return 'variable-2';
+      }
+      if(ch == '>') {
+          transitState(state, '>');
+          return 'variable';
+      }
+      if(ch == '_') {
+          transitState(state, ch);
+          var parsedBNode = '';
+          stream.eatWhile(function(c) { if( c != ' ' ) { parsedBNode += c; return true; } return false;});
+          state.bnodes.push(parsedBNode);
+          stream.next();
+          transitState(state, ' ');
+          return 'builtin';
+      }
+      if(ch == '"') {
+          transitState(state, ch);
+          stream.eatWhile( function(c) { return c != '"'; } );
+          stream.next();
+          if( stream.peek() != '@' && stream.peek() != '^' ) {
+              transitState(state, '"');
+          }
+          return 'string';
+      }
+      if( ch == '@' ) {
+          transitState(state, '@');
+          var parsedLang = '';
+          stream.eatWhile(function(c) { if( c != ' ' ) { parsedLang += c; return true; } return false;});
+          state.langs.push(parsedLang);
+          stream.next();
+          transitState(state, ' ');
+          return 'string-2';
+      }
+      if( ch == '^' ) {
+          stream.next();
+          transitState(state, '^');
+          var parsedType = '';
+          stream.eatWhile(function(c) { if( c != '>' ) { parsedType += c; return true; } return false;} );
+          state.types.push(parsedType);
+          stream.next();
+          transitState(state, '>');
+          return 'variable';
+      }
+      if( ch == ' ' ) {
+          transitState(state, ch);
+      }
+      if( ch == '.' ) {
+          transitState(state, ch);
+      }
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/n-triples", "ntriples");
diff --git a/components/originalComponents/static/admin/codemirror/mode/ocaml/index.html b/components/originalComponents/static/admin/codemirror/mode/ocaml/index.html
new file mode 100755
index 00000000..d286edc1
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ocaml/index.html
@@ -0,0 +1,130 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>CodeMirror: OCaml mode</title>
+
+<link rel=stylesheet href=../../lib/codemirror.css>
+<link rel=stylesheet href=../../doc/docs.css>
+
+<style type=text/css>
+  .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+</style>
+
+<script src=../../lib/codemirror.js></script>
+<script src=ocaml.js></script>
+
+<h1>CodeMirror: OCaml mode</h1>
+
+<textarea id=code>
+(* Summing a list of integers *)
+let rec sum xs =
+  match xs with
+    | []       -&gt; 0
+    | x :: xs' -&gt; x + sum xs'
+
+(* Quicksort *)
+let rec qsort = function
+   | [] -&gt; []
+   | pivot :: rest -&gt;
+       let is_less x = x &lt; pivot in
+       let left, right = List.partition is_less rest in
+       qsort left @ [pivot] @ qsort right
+
+(* Fibonacci Sequence *)
+let rec fib_aux n a b =
+  match n with
+  | 0 -&gt; a
+  | _ -&gt; fib_aux (n - 1) (a + b) a
+let fib n = fib_aux n 0 1
+
+(* Birthday paradox *)
+let year_size = 365.
+
+let rec birthday_paradox prob people =
+    let prob' = (year_size -. float people) /. year_size *. prob  in
+    if prob' &lt; 0.5 then
+        Printf.printf "answer = %d\n" (people+1)
+    else
+        birthday_paradox prob' (people+1) ;;
+
+birthday_paradox 1.0 1
+
+(* Church numerals *)
+let zero f x = x
+let succ n f x = f (n f x)
+let one = succ zero
+let two = succ (succ zero)
+let add n1 n2 f x = n1 f (n2 f x)
+let to_string n = n (fun k -&gt; "S" ^ k) "0"
+let _ = to_string (add (succ two) two)
+
+(* Elementary functions *)
+let square x = x * x;;
+let rec fact x =
+  if x &lt;= 1 then 1 else x * fact (x - 1);;
+
+(* Automatic memory management *)
+let l = 1 :: 2 :: 3 :: [];;
+[1; 2; 3];;
+5 :: l;;
+
+(* Polymorphism: sorting lists *)
+let rec sort = function
+  | [] -&gt; []
+  | x :: l -&gt; insert x (sort l)
+
+and insert elem = function
+  | [] -&gt; [elem]
+  | x :: l -&gt; 
+      if elem &lt; x then elem :: x :: l else x :: insert elem l;;
+
+(* Imperative features *)
+let add_polynom p1 p2 =
+  let n1 = Array.length p1
+  and n2 = Array.length p2 in
+  let result = Array.create (max n1 n2) 0 in
+  for i = 0 to n1 - 1 do result.(i) &lt;- p1.(i) done;
+  for i = 0 to n2 - 1 do result.(i) &lt;- result.(i) + p2.(i) done;
+  result;;
+add_polynom [| 1; 2 |] [| 1; 2; 3 |];;
+
+(* We may redefine fact using a reference cell and a for loop *)
+let fact n =
+  let result = ref 1 in
+  for i = 2 to n do
+    result := i * !result
+   done;
+   !result;;
+fact 5;;
+
+(* Triangle (graphics) *)
+let () =
+  ignore( Glut.init Sys.argv );
+  Glut.initDisplayMode ~double_buffer:true ();
+  ignore (Glut.createWindow ~title:"OpenGL Demo");
+  let angle t = 10. *. t *. t in
+  let render () =
+    GlClear.clear [ `color ];
+    GlMat.load_identity ();
+    GlMat.rotate ~angle: (angle (Sys.time ())) ~z:1. ();
+    GlDraw.begins `triangles;
+    List.iter GlDraw.vertex2 [-1., -1.; 0., 1.; 1., -1.];
+    GlDraw.ends ();
+    Glut.swapBuffers () in
+  GlMat.mode `modelview;
+  Glut.displayFunc ~cb:render;
+  Glut.idleFunc ~cb:(Some Glut.postRedisplay);
+  Glut.mainLoop ()
+
+(* A Hundred Lines of Caml - http://caml.inria.fr/about/taste.en.html *)
+(* OCaml page on Wikipedia - http://en.wikipedia.org/wiki/OCaml *)
+</textarea>
+
+<script>
+  var editor = CodeMirror.fromTextArea(document.getElementById('code'), {
+    mode: 'ocaml',
+    lineNumbers: true,
+    matchBrackets: true
+  });
+</script>
+
+<p><strong>MIME types defined:</strong> <code>text/x-ocaml</code>.</p>
diff --git a/components/originalComponents/static/admin/codemirror/mode/ocaml/ocaml.js b/components/originalComponents/static/admin/codemirror/mode/ocaml/ocaml.js
new file mode 100755
index 00000000..81edfd88
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ocaml/ocaml.js
@@ -0,0 +1,114 @@
+CodeMirror.defineMode('ocaml', function(config) {
+
+  var words = {
+    'true': 'atom',
+    'false': 'atom',
+    'let': 'keyword',
+    'rec': 'keyword',
+    'in': 'keyword',
+    'of': 'keyword',
+    'and': 'keyword',
+    'succ': 'keyword',
+    'if': 'keyword',
+    'then': 'keyword',
+    'else': 'keyword',
+    'for': 'keyword',
+    'to': 'keyword',
+    'while': 'keyword',
+    'do': 'keyword',
+    'done': 'keyword',
+    'fun': 'keyword',
+    'function': 'keyword',
+    'val': 'keyword',
+    'type': 'keyword',
+    'mutable': 'keyword',
+    'match': 'keyword',
+    'with': 'keyword',
+    'try': 'keyword',
+    'raise': 'keyword',
+    'begin': 'keyword',
+    'end': 'keyword',
+    'open': 'builtin',
+    'trace': 'builtin',
+    'ignore': 'builtin',
+    'exit': 'builtin',
+    'print_string': 'builtin',
+    'print_endline': 'builtin'
+  };
+
+  function tokenBase(stream, state) {
+    var sol = stream.sol();
+    var ch = stream.next();
+
+    if (ch === '"') {
+      state.tokenize = tokenString;
+      return state.tokenize(stream, state);
+    }
+    if (ch === '(') {
+      if (stream.eat('*')) {
+        state.commentLevel++;
+        state.tokenize = tokenComment;
+        return state.tokenize(stream, state);
+      }
+    }
+    if (ch === '~') {
+      stream.eatWhile(/\w/);
+      return 'variable-2';
+    }
+    if (ch === '`') {
+      stream.eatWhile(/\w/);
+      return 'quote';
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\d]/);
+      if (stream.eat('.')) {
+        stream.eatWhile(/[\d]/);
+      }
+      return 'number';
+    }
+    if ( /[+\-*&%=<>!?|]/.test(ch)) {
+      return 'operator';
+    }
+    stream.eatWhile(/\w/);
+    var cur = stream.current();
+    return words[cur] || 'variable';
+  }
+
+  function tokenString(stream, state) {
+    var next, end = false, escaped = false;
+    while ((next = stream.next()) != null) {
+      if (next === '"' && !escaped) {
+        end = true;
+        break;
+      }
+      escaped = !escaped && next === '\\';
+    }
+    if (end && !escaped) {
+      state.tokenize = tokenBase;
+    }
+    return 'string';
+  };
+
+  function tokenComment(stream, state) {
+    var prev, next;
+    while(state.commentLevel > 0 && (next = stream.next()) != null) {
+      if (prev === '(' && next === '*') state.commentLevel++;
+      if (prev === '*' && next === ')') state.commentLevel--;
+      prev = next;
+    }
+    if (state.commentLevel <= 0) {
+      state.tokenize = tokenBase;
+    }
+    return 'comment';
+  }
+
+  return {
+    startState: function() {return {tokenize: tokenBase, commentLevel: 0};},
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      return state.tokenize(stream, state);
+    }
+  };
+});
+  
+CodeMirror.defineMIME('text/x-ocaml', 'ocaml');
diff --git a/components/originalComponents/static/admin/codemirror/mode/pascal/LICENSE b/components/originalComponents/static/admin/codemirror/mode/pascal/LICENSE
new file mode 100755
index 00000000..8e3747e7
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/pascal/LICENSE
@@ -0,0 +1,7 @@
+Copyright (c) 2011 souceLair <support@sourcelair.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/components/originalComponents/static/admin/codemirror/mode/pascal/index.html b/components/originalComponents/static/admin/codemirror/mode/pascal/index.html
new file mode 100755
index 00000000..ffd3c741
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/pascal/index.html
@@ -0,0 +1,49 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Pascal mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="pascal.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Pascal mode</h1>
+
+<div><textarea id="code" name="code">
+(* Example Pascal code *)
+
+while a <> b do writeln('Waiting');
+ 
+if a > b then 
+  writeln('Condition met')
+else 
+  writeln('Condition not met');
+ 
+for i := 1 to 10 do 
+  writeln('Iteration: ', i:1);
+ 
+repeat
+  a := a + 1
+until a = 10;
+ 
+case i of
+  0: write('zero');
+  1: write('one');
+  2: write('two')
+end;
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-pascal"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-pascal</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/pascal/pascal.js b/components/originalComponents/static/admin/codemirror/mode/pascal/pascal.js
new file mode 100755
index 00000000..b11d2d0a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/pascal/pascal.js
@@ -0,0 +1,94 @@
+CodeMirror.defineMode("pascal", function(config) {
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+  var keywords = words("and array begin case const div do downto else end file for forward integer " +
+                       "boolean char function goto if in label mod nil not of or packed procedure " +
+                       "program record repeat set string then to type until var while with");
+  var atoms = {"null": true};
+
+  var isOperatorChar = /[+\-*&%=<>!?|\/]/;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == "#" && state.startOfLine) {
+      stream.skipToEnd();
+      return "meta";
+    }
+    if (ch == '"' || ch == "'") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    if (ch == "(" && stream.eat("*")) {
+      state.tokenize = tokenComment;
+      return tokenComment(stream, state);
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      return null;
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w\.]/);
+      return "number";
+    }
+    if (ch == "/") {
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+    }
+    if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current();
+    if (keywords.propertyIsEnumerable(cur)) return "keyword";
+    if (atoms.propertyIsEnumerable(cur)) return "atom";
+    return "variable";
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !escaped) state.tokenize = null;
+      return "string";
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == ")" && maybeEnd) {
+        state.tokenize = null;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {tokenize: null};
+    },
+
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      var style = (state.tokenize || tokenBase)(stream, state);
+      if (style == "comment" || style == "meta") return style;
+      return style;
+    },
+
+    electricChars: "{}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-pascal", "pascal");
diff --git a/components/originalComponents/static/admin/codemirror/mode/perl/LICENSE b/components/originalComponents/static/admin/codemirror/mode/perl/LICENSE
new file mode 100755
index 00000000..96f4115a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/perl/LICENSE
@@ -0,0 +1,19 @@
+Copyright (C) 2011 by Sabaca <mail@sabaca.com> under the MIT license.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/components/originalComponents/static/admin/codemirror/mode/perl/index.html b/components/originalComponents/static/admin/codemirror/mode/perl/index.html
new file mode 100755
index 00000000..8f0b38da
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/perl/index.html
@@ -0,0 +1,63 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Perl mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="perl.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Perl mode</h1>
+
+<div><textarea id="code" name="code">
+#!/usr/bin/perl
+
+use Something qw(func1 func2);
+
+# strings
+my $s1 = qq'single line';
+our $s2 = q(multi-
+              line);
+
+=item Something
+	Example.
+=cut
+
+my $html=<<'HTML'
+<html>
+<title>hi!</title>
+</html>
+HTML
+
+print "first,".join(',', 'second', qq~third~);
+
+if($s1 =~ m[(?<!\s)(l.ne)\z]o) {
+	$h->{$1}=$$.' predefined variables';
+	$s2 =~ s/\-line//ox;
+	$s1 =~ s[
+		  line ]
+		[
+		  block
+		]ox;
+}
+
+1; # numbers and comments
+
+__END__
+something...
+
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-perl</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/perl/perl.js b/components/originalComponents/static/admin/codemirror/mode/perl/perl.js
new file mode 100755
index 00000000..a6446294
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/perl/perl.js
@@ -0,0 +1,816 @@
+// CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08)
+// This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com)
+CodeMirror.defineMode("perl",function(config,parserConfig){
+	// http://perldoc.perl.org
+	var PERL={				    	//   null - magic touch
+							//   1 - keyword
+							//   2 - def
+							//   3 - atom
+							//   4 - operator
+							//   5 - variable-2 (predefined)
+							//   [x,y] - x=1,2,3; y=must be defined if x{...}
+						//	PERL operators
+		'->'				:   4,
+		'++'				:   4,
+		'--'				:   4,
+		'**'				:   4,
+							//   ! ~ \ and unary + and -
+		'=~'				:   4,
+		'!~'				:   4,
+		'*'				:   4,
+		'/'				:   4,
+		'%'				:   4,
+		'x'				:   4,
+		'+'				:   4,
+		'-'				:   4,
+		'.'				:   4,
+		'<<'				:   4,
+		'>>'				:   4,
+							//   named unary operators
+		'<'				:   4,
+		'>'				:   4,
+		'<='				:   4,
+		'>='				:   4,
+		'lt'				:   4,
+		'gt'				:   4,
+		'le'				:   4,
+		'ge'				:   4,
+		'=='				:   4,
+		'!='				:   4,
+		'<=>'				:   4,
+		'eq'				:   4,
+		'ne'				:   4,
+		'cmp'				:   4,
+		'~~'				:   4,
+		'&'				:   4,
+		'|'				:   4,
+		'^'				:   4,
+		'&&'				:   4,
+		'||'				:   4,
+		'//'				:   4,
+		'..'				:   4,
+		'...'				:   4,
+		'?'				:   4,
+		':'				:   4,
+		'='				:   4,
+		'+='				:   4,
+		'-='				:   4,
+		'*='				:   4,	//   etc. ???
+		','				:   4,
+		'=>'				:   4,
+		'::'				:   4,
+				   			//   list operators (rightward)
+		'not'				:   4,
+		'and'				:   4,
+		'or'				:   4,
+		'xor'				:   4,
+						//	PERL predefined variables (I know, what this is a paranoid idea, but may be needed for people, who learn PERL, and for me as well, ...and may be for you?;)
+		'BEGIN'				:   [5,1],
+		'END'				:   [5,1],
+		'PRINT'				:   [5,1],
+		'PRINTF'			:   [5,1],
+		'GETC'				:   [5,1],
+		'READ'				:   [5,1],
+		'READLINE'			:   [5,1],
+		'DESTROY'			:   [5,1],
+		'TIE'				:   [5,1],
+		'TIEHANDLE'			:   [5,1],
+		'UNTIE'				:   [5,1],
+		'STDIN'				:    5,
+		'STDIN_TOP'			:    5,
+		'STDOUT'			:    5,
+		'STDOUT_TOP'			:    5,
+		'STDERR'			:    5,
+		'STDERR_TOP'			:    5,
+		'$ARG'				:    5,
+		'$_'				:    5,
+		'@ARG'				:    5,
+		'@_'				:    5,
+		'$LIST_SEPARATOR'		:    5,
+		'$"'				:    5,
+		'$PROCESS_ID'			:    5,
+		'$PID'				:    5,
+		'$$'				:    5,
+		'$REAL_GROUP_ID'		:    5,
+		'$GID'				:    5,
+		'$('				:    5,
+		'$EFFECTIVE_GROUP_ID'		:    5,
+		'$EGID'				:    5,
+		'$)'				:    5,
+		'$PROGRAM_NAME'			:    5,
+		'$0'				:    5,
+		'$SUBSCRIPT_SEPARATOR'		:    5,
+		'$SUBSEP'			:    5,
+		'$;'				:    5,
+		'$REAL_USER_ID'			:    5,
+		'$UID'				:    5,
+		'$<'				:    5,
+		'$EFFECTIVE_USER_ID'		:    5,
+		'$EUID'				:    5,
+		'$>'				:    5,
+		'$a'				:    5,
+		'$b'				:    5,
+		'$COMPILING'			:    5,
+		'$^C'				:    5,
+		'$DEBUGGING'			:    5,
+		'$^D'				:    5,
+		'${^ENCODING}'			:    5,
+		'$ENV'				:    5,
+		'%ENV'				:    5,
+		'$SYSTEM_FD_MAX'		:    5,
+		'$^F'				:    5,
+		'@F'				:    5,
+		'${^GLOBAL_PHASE}'		:    5,
+		'$^H'				:    5,
+		'%^H'				:    5,
+		'@INC'				:    5,
+		'%INC'				:    5,
+		'$INPLACE_EDIT'			:    5,
+		'$^I'				:    5,
+		'$^M'				:    5,
+		'$OSNAME'			:    5,
+		'$^O'				:    5,
+		'${^OPEN}'			:    5,
+		'$PERLDB'			:    5,
+		'$^P'				:    5,
+		'$SIG'				:    5,
+		'%SIG'				:    5,
+		'$BASETIME'			:    5,
+		'$^T'				:    5,
+		'${^TAINT}'			:    5,
+		'${^UNICODE}'			:    5,
+		'${^UTF8CACHE}'			:    5,
+		'${^UTF8LOCALE}'		:    5,
+		'$PERL_VERSION'			:    5,
+		'$^V'				:    5,
+		'${^WIN32_SLOPPY_STAT}'		:    5,
+		'$EXECUTABLE_NAME'		:    5,
+		'$^X'				:    5,
+		'$1'				:    5,	// - regexp $1, $2...
+		'$MATCH'			:    5,
+		'$&'				:    5,
+		'${^MATCH}'			:    5,
+		'$PREMATCH'			:    5,
+		'$`'				:    5,
+		'${^PREMATCH}'			:    5,
+		'$POSTMATCH'			:    5,
+		"$'"				:    5,
+		'${^POSTMATCH}'			:    5,
+		'$LAST_PAREN_MATCH'		:    5,
+		'$+'				:    5,
+		'$LAST_SUBMATCH_RESULT'		:    5,
+		'$^N'				:    5,
+		'@LAST_MATCH_END'		:    5,
+		'@+'				:    5,
+		'%LAST_PAREN_MATCH'		:    5,
+		'%+'				:    5,
+		'@LAST_MATCH_START'		:    5,
+		'@-'				:    5,
+		'%LAST_MATCH_START'		:    5,
+		'%-'				:    5,
+		'$LAST_REGEXP_CODE_RESULT'	:    5,
+		'$^R'				:    5,
+		'${^RE_DEBUG_FLAGS}'		:    5,
+		'${^RE_TRIE_MAXBUF}'		:    5,
+		'$ARGV'				:    5,
+		'@ARGV'				:    5,
+		'ARGV'				:    5,
+		'ARGVOUT'			:    5,
+		'$OUTPUT_FIELD_SEPARATOR'	:    5,
+		'$OFS'				:    5,
+		'$,'				:    5,
+		'$INPUT_LINE_NUMBER'		:    5,
+		'$NR'				:    5,
+		'$.'				:    5,
+		'$INPUT_RECORD_SEPARATOR'	:    5,
+		'$RS'				:    5,
+		'$/'				:    5,
+		'$OUTPUT_RECORD_SEPARATOR'	:    5,
+		'$ORS'				:    5,
+		'$\\'				:    5,
+		'$OUTPUT_AUTOFLUSH'		:    5,
+		'$|'				:    5,
+		'$ACCUMULATOR'			:    5,
+		'$^A'				:    5,
+		'$FORMAT_FORMFEED'		:    5,
+		'$^L'				:    5,
+		'$FORMAT_PAGE_NUMBER'		:    5,
+		'$%'				:    5,
+		'$FORMAT_LINES_LEFT'		:    5,
+		'$-'				:    5,
+		'$FORMAT_LINE_BREAK_CHARACTERS'	:    5,
+		'$:'				:    5,
+		'$FORMAT_LINES_PER_PAGE'	:    5,
+		'$='				:    5,
+		'$FORMAT_TOP_NAME'		:    5,
+		'$^'				:    5,
+		'$FORMAT_NAME'			:    5,
+		'$~'				:    5,
+		'${^CHILD_ERROR_NATIVE}'	:    5,
+		'$EXTENDED_OS_ERROR'		:    5,
+		'$^E'				:    5,
+		'$EXCEPTIONS_BEING_CAUGHT'	:    5,
+		'$^S'				:    5,
+		'$WARNING'			:    5,
+		'$^W'				:    5,
+		'${^WARNING_BITS}'		:    5,
+		'$OS_ERROR'			:    5,
+		'$ERRNO'			:    5,
+		'$!'				:    5,
+		'%OS_ERROR'			:    5,
+		'%ERRNO'			:    5,
+		'%!'				:    5,
+		'$CHILD_ERROR'			:    5,
+		'$?'				:    5,
+		'$EVAL_ERROR'			:    5,
+		'$@'				:    5,
+		'$OFMT'				:    5,
+		'$#'				:    5,
+		'$*'				:    5,
+		'$ARRAY_BASE'			:    5,
+		'$['				:    5,
+		'$OLD_PERL_VERSION'		:    5,
+		'$]'				:    5,
+						//	PERL blocks
+		'if'				:[1,1],
+		elsif				:[1,1],
+		'else'				:[1,1],
+		'while'				:[1,1],
+		unless				:[1,1],
+		'for'				:[1,1],
+		foreach				:[1,1],
+						//	PERL functions
+		'abs'				:1,	// - absolute value function
+		accept				:1,	// - accept an incoming socket connect
+		alarm				:1,	// - schedule a SIGALRM
+		'atan2'				:1,	// - arctangent of Y/X in the range -PI to PI
+		bind				:1,	// - binds an address to a socket
+		binmode				:1,	// - prepare binary files for I/O
+		bless				:1,	// - create an object
+		bootstrap			:1,	//
+		'break'				:1,	// - break out of a "given" block
+		caller				:1,	// - get context of the current subroutine call
+		chdir				:1,	// - change your current working directory
+		chmod				:1,	// - changes the permissions on a list of files
+		chomp				:1,	// - remove a trailing record separator from a string
+		chop				:1,	// - remove the last character from a string
+		chown				:1,	// - change the owership on a list of files
+		chr				:1,	// - get character this number represents
+		chroot				:1,	// - make directory new root for path lookups
+		close				:1,	// - close file (or pipe or socket) handle
+		closedir			:1,	// - close directory handle
+		connect				:1,	// - connect to a remote socket
+		'continue'			:[1,1],	// - optional trailing block in a while or foreach
+		'cos'				:1,	// - cosine function
+		crypt				:1,	// - one-way passwd-style encryption
+		dbmclose			:1,	// - breaks binding on a tied dbm file
+		dbmopen				:1,	// - create binding on a tied dbm file
+		'default'			:1,	//
+		defined				:1,	// - test whether a value, variable, or function is defined
+		'delete'			:1,	// - deletes a value from a hash
+		die				:1,	// - raise an exception or bail out
+		'do'				:1,	// - turn a BLOCK into a TERM
+		dump				:1,	// - create an immediate core dump
+		each				:1,	// - retrieve the next key/value pair from a hash
+		endgrent			:1,	// - be done using group file
+		endhostent			:1,	// - be done using hosts file
+		endnetent			:1,	// - be done using networks file
+		endprotoent			:1,	// - be done using protocols file
+		endpwent			:1,	// - be done using passwd file
+		endservent			:1,	// - be done using services file
+		eof				:1,	// - test a filehandle for its end
+		'eval'				:1,	// - catch exceptions or compile and run code
+		'exec'				:1,	// - abandon this program to run another
+		exists				:1,	// - test whether a hash key is present
+		exit				:1,	// - terminate this program
+		'exp'				:1,	// - raise I to a power
+		fcntl				:1,	// - file control system call
+		fileno				:1,	// - return file descriptor from filehandle
+		flock				:1,	// - lock an entire file with an advisory lock
+		fork				:1,	// - create a new process just like this one
+		format				:1,	// - declare a picture format with use by the write() function
+		formline			:1,	// - internal function used for formats
+		getc				:1,	// - get the next character from the filehandle
+		getgrent			:1,	// - get next group record
+		getgrgid			:1,	// - get group record given group user ID
+		getgrnam			:1,	// - get group record given group name
+		gethostbyaddr			:1,	// - get host record given its address
+		gethostbyname			:1,	// - get host record given name
+		gethostent			:1,	// - get next hosts record
+		getlogin			:1,	// - return who logged in at this tty
+		getnetbyaddr			:1,	// - get network record given its address
+		getnetbyname			:1,	// - get networks record given name
+		getnetent			:1,	// - get next networks record
+		getpeername			:1,	// - find the other end of a socket connection
+		getpgrp				:1,	// - get process group
+		getppid				:1,	// - get parent process ID
+		getpriority			:1,	// - get current nice value
+		getprotobyname			:1,	// - get protocol record given name
+		getprotobynumber		:1,	// - get protocol record numeric protocol
+		getprotoent			:1,	// - get next protocols record
+		getpwent			:1,	// - get next passwd record
+		getpwnam			:1,	// - get passwd record given user login name
+		getpwuid			:1,	// - get passwd record given user ID
+		getservbyname			:1,	// - get services record given its name
+		getservbyport			:1,	// - get services record given numeric port
+		getservent			:1,	// - get next services record
+		getsockname			:1,	// - retrieve the sockaddr for a given socket
+		getsockopt			:1,	// - get socket options on a given socket
+		given				:1,	//
+		glob				:1,	// - expand filenames using wildcards
+		gmtime				:1,	// - convert UNIX time into record or string using Greenwich time
+		'goto'				:1,	// - create spaghetti code
+		grep				:1,	// - locate elements in a list test true against a given criterion
+		hex				:1,	// - convert a string to a hexadecimal number
+		'import'			:1,	// - patch a module's namespace into your own
+		index				:1,	// - find a substring within a string
+		'int'				:1,	// - get the integer portion of a number
+		ioctl				:1,	// - system-dependent device control system call
+		'join'				:1,	// - join a list into a string using a separator
+		keys				:1,	// - retrieve list of indices from a hash
+		kill				:1,	// - send a signal to a process or process group
+		last				:1,	// - exit a block prematurely
+		lc				:1,	// - return lower-case version of a string
+		lcfirst				:1,	// - return a string with just the next letter in lower case
+		length				:1,	// - return the number of bytes in a string
+		'link'				:1,	// - create a hard link in the filesytem
+		listen				:1,	// - register your socket as a server
+		local				: 2,	// - create a temporary value for a global variable (dynamic scoping)
+		localtime			:1,	// - convert UNIX time into record or string using local time
+		lock				:1,	// - get a thread lock on a variable, subroutine, or method
+		'log'				:1,	// - retrieve the natural logarithm for a number
+		lstat				:1,	// - stat a symbolic link
+		m				:null,	// - match a string with a regular expression pattern
+		map				:1,	// - apply a change to a list to get back a new list with the changes
+		mkdir				:1,	// - create a directory
+		msgctl				:1,	// - SysV IPC message control operations
+		msgget				:1,	// - get SysV IPC message queue
+		msgrcv				:1,	// - receive a SysV IPC message from a message queue
+		msgsnd				:1,	// - send a SysV IPC message to a message queue
+		my				: 2,	// - declare and assign a local variable (lexical scoping)
+		'new'				:1,	//
+		next				:1,	// - iterate a block prematurely
+		no				:1,	// - unimport some module symbols or semantics at compile time
+		oct				:1,	// - convert a string to an octal number
+		open				:1,	// - open a file, pipe, or descriptor
+		opendir				:1,	// - open a directory
+		ord				:1,	// - find a character's numeric representation
+		our				: 2,	// - declare and assign a package variable (lexical scoping)
+		pack				:1,	// - convert a list into a binary representation
+		'package'			:1,	// - declare a separate global namespace
+		pipe				:1,	// - open a pair of connected filehandles
+		pop				:1,	// - remove the last element from an array and return it
+		pos				:1,	// - find or set the offset for the last/next m//g search
+		print				:1,	// - output a list to a filehandle
+		printf				:1,	// - output a formatted list to a filehandle
+		prototype			:1,	// - get the prototype (if any) of a subroutine
+		push				:1,	// - append one or more elements to an array
+		q				:null,	// - singly quote a string
+		qq				:null,	// - doubly quote a string
+		qr				:null,	// - Compile pattern
+		quotemeta			:null,	// - quote regular expression magic characters
+		qw				:null,	// - quote a list of words
+		qx				:null,	// - backquote quote a string
+		rand				:1,	// - retrieve the next pseudorandom number
+		read				:1,	// - fixed-length buffered input from a filehandle
+		readdir				:1,	// - get a directory from a directory handle
+		readline			:1,	// - fetch a record from a file
+		readlink			:1,	// - determine where a symbolic link is pointing
+		readpipe			:1,	// - execute a system command and collect standard output
+		recv				:1,	// - receive a message over a Socket
+		redo				:1,	// - start this loop iteration over again
+		ref				:1,	// - find out the type of thing being referenced
+		rename				:1,	// - change a filename
+		require				:1,	// - load in external functions from a library at runtime
+		reset				:1,	// - clear all variables of a given name
+		'return'			:1,	// - get out of a function early
+		reverse				:1,	// - flip a string or a list
+		rewinddir			:1,	// - reset directory handle
+		rindex				:1,	// - right-to-left substring search
+		rmdir				:1,	// - remove a directory
+		s				:null,	// - replace a pattern with a string
+		say				:1,	// - print with newline
+		scalar				:1,	// - force a scalar context
+		seek				:1,	// - reposition file pointer for random-access I/O
+		seekdir				:1,	// - reposition directory pointer
+		select				:1,	// - reset default output or do I/O multiplexing
+		semctl				:1,	// - SysV semaphore control operations
+		semget				:1,	// - get set of SysV semaphores
+		semop				:1,	// - SysV semaphore operations
+		send				:1,	// - send a message over a socket
+		setgrent			:1,	// - prepare group file for use
+		sethostent			:1,	// - prepare hosts file for use
+		setnetent			:1,	// - prepare networks file for use
+		setpgrp				:1,	// - set the process group of a process
+		setpriority			:1,	// - set a process's nice value
+		setprotoent			:1,	// - prepare protocols file for use
+		setpwent			:1,	// - prepare passwd file for use
+		setservent			:1,	// - prepare services file for use
+		setsockopt			:1,	// - set some socket options
+		shift				:1,	// - remove the first element of an array, and return it
+		shmctl				:1,	// - SysV shared memory operations
+		shmget				:1,	// - get SysV shared memory segment identifier
+		shmread				:1,	// - read SysV shared memory
+		shmwrite			:1,	// - write SysV shared memory
+		shutdown			:1,	// - close down just half of a socket connection
+		'sin'				:1,	// - return the sine of a number
+		sleep				:1,	// - block for some number of seconds
+		socket				:1,	// - create a socket
+		socketpair			:1,	// - create a pair of sockets
+		'sort'				:1,	// - sort a list of values
+		splice				:1,	// - add or remove elements anywhere in an array
+		'split'				:1,	// - split up a string using a regexp delimiter
+		sprintf				:1,	// - formatted print into a string
+		'sqrt'				:1,	// - square root function
+		srand				:1,	// - seed the random number generator
+		stat				:1,	// - get a file's status information
+		state				:1,	// - declare and assign a state variable (persistent lexical scoping)
+		study				:1,	// - optimize input data for repeated searches
+		'sub'				:1,	// - declare a subroutine, possibly anonymously
+		'substr'			:1,	// - get or alter a portion of a stirng
+		symlink				:1,	// - create a symbolic link to a file
+		syscall				:1,	// - execute an arbitrary system call
+		sysopen				:1,	// - open a file, pipe, or descriptor
+		sysread				:1,	// - fixed-length unbuffered input from a filehandle
+		sysseek				:1,	// - position I/O pointer on handle used with sysread and syswrite
+		system				:1,	// - run a separate program
+		syswrite			:1,	// - fixed-length unbuffered output to a filehandle
+		tell				:1,	// - get current seekpointer on a filehandle
+		telldir				:1,	// - get current seekpointer on a directory handle
+		tie				:1,	// - bind a variable to an object class
+		tied				:1,	// - get a reference to the object underlying a tied variable
+		time				:1,	// - return number of seconds since 1970
+		times				:1,	// - return elapsed time for self and child processes
+		tr				:null,	// - transliterate a string
+		truncate			:1,	// - shorten a file
+		uc				:1,	// - return upper-case version of a string
+		ucfirst				:1,	// - return a string with just the next letter in upper case
+		umask				:1,	// - set file creation mode mask
+		undef				:1,	// - remove a variable or function definition
+		unlink				:1,	// - remove one link to a file
+		unpack				:1,	// - convert binary structure into normal perl variables
+		unshift				:1,	// - prepend more elements to the beginning of a list
+		untie				:1,	// - break a tie binding to a variable
+		use				:1,	// - load in a module at compile time
+		utime				:1,	// - set a file's last access and modify times
+		values				:1,	// - return a list of the values in a hash
+		vec				:1,	// - test or set particular bits in a string
+		wait				:1,	// - wait for any child process to die
+		waitpid				:1,	// - wait for a particular child process to die
+		wantarray			:1,	// - get void vs scalar vs list context of current subroutine call
+		warn				:1,	// - print debugging info
+		when				:1,	//
+		write				:1,	// - print a picture record
+		y				:null};	// - transliterate a string
+
+	var RXstyle="string-2";
+	var RXmodifiers=/[goseximacplud]/;		// NOTE: "m", "s", "y" and "tr" need to correct real modifiers for each regexp type
+
+	function tokenChain(stream,state,chain,style,tail){	// NOTE: chain.length > 2 is not working now (it's for s[...][...]geos;)
+		state.chain=null;                               //                                                          12   3tail
+		state.style=null;
+		state.tail=null;
+		state.tokenize=function(stream,state){
+			var e=false,c,i=0;
+			while(c=stream.next()){
+				if(c===chain[i]&&!e){
+					if(chain[++i]!==undefined){
+						state.chain=chain[i];
+						state.style=style;
+						state.tail=tail;}
+					else if(tail)
+						stream.eatWhile(tail);
+					state.tokenize=tokenPerl;
+					return style;}
+				e=!e&&c=="\\";}
+			return style;};
+		return state.tokenize(stream,state);}
+
+	function tokenSOMETHING(stream,state,string){
+		state.tokenize=function(stream,state){
+			if(stream.string==string)
+				state.tokenize=tokenPerl;
+			stream.skipToEnd();
+			return "string";};
+		return state.tokenize(stream,state);}
+
+	function tokenPerl(stream,state){
+		if(stream.eatSpace())
+			return null;
+		if(state.chain)
+			return tokenChain(stream,state,state.chain,state.style,state.tail);
+		if(stream.match(/^\-?[\d\.]/,false))
+			if(stream.match(/^(\-?(\d*\.\d+(e[+-]?\d+)?|\d+\.\d*)|0x[\da-fA-F]+|0b[01]+|\d+(e[+-]?\d+)?)/))
+				return 'number';
+		if(stream.match(/^<<(?=\w)/)){			// NOTE: <<SOMETHING\n...\nSOMETHING\n
+			stream.eatWhile(/\w/);
+			return tokenSOMETHING(stream,state,stream.current().substr(2));}
+		if(stream.sol()&&stream.match(/^\=item(?!\w)/)){// NOTE: \n=item...\n=cut\n
+			return tokenSOMETHING(stream,state,'=cut');}
+		var ch=stream.next();
+		if(ch=='"'||ch=="'"){				// NOTE: ' or " or <<'SOMETHING'\n...\nSOMETHING\n or <<"SOMETHING"\n...\nSOMETHING\n
+			if(stream.prefix(3)=="<<"+ch){
+				var p=stream.pos;
+				stream.eatWhile(/\w/);
+				var n=stream.current().substr(1);
+				if(n&&stream.eat(ch))
+					return tokenSOMETHING(stream,state,n);
+				stream.pos=p;}
+			return tokenChain(stream,state,[ch],"string");}
+		if(ch=="q"){
+			var c=stream.look(-2);
+			if(!(c&&/\w/.test(c))){
+				c=stream.look(0);
+				if(c=="x"){
+					c=stream.look(1);
+					if(c=="("){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[")"],RXstyle,RXmodifiers);}
+					if(c=="["){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["]"],RXstyle,RXmodifiers);}
+					if(c=="{"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["}"],RXstyle,RXmodifiers);}
+					if(c=="<"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[">"],RXstyle,RXmodifiers);}
+					if(/[\^'"!~\/]/.test(c)){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[stream.eat(c)],RXstyle,RXmodifiers);}}
+				else if(c=="q"){
+					c=stream.look(1);
+					if(c=="("){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[")"],"string");}
+					if(c=="["){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["]"],"string");}
+					if(c=="{"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["}"],"string");}
+					if(c=="<"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[">"],"string");}
+					if(/[\^'"!~\/]/.test(c)){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[stream.eat(c)],"string");}}
+				else if(c=="w"){
+					c=stream.look(1);
+					if(c=="("){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[")"],"bracket");}
+					if(c=="["){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["]"],"bracket");}
+					if(c=="{"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["}"],"bracket");}
+					if(c=="<"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[">"],"bracket");}
+					if(/[\^'"!~\/]/.test(c)){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[stream.eat(c)],"bracket");}}
+				else if(c=="r"){
+					c=stream.look(1);
+					if(c=="("){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[")"],RXstyle,RXmodifiers);}
+					if(c=="["){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["]"],RXstyle,RXmodifiers);}
+					if(c=="{"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,["}"],RXstyle,RXmodifiers);}
+					if(c=="<"){
+						stream.eatSuffix(2);
+						return tokenChain(stream,state,[">"],RXstyle,RXmodifiers);}
+					if(/[\^'"!~\/]/.test(c)){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[stream.eat(c)],RXstyle,RXmodifiers);}}
+				else if(/[\^'"!~\/(\[{<]/.test(c)){
+					if(c=="("){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[")"],"string");}
+					if(c=="["){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,["]"],"string");}
+					if(c=="{"){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,["}"],"string");}
+					if(c=="<"){
+						stream.eatSuffix(1);
+						return tokenChain(stream,state,[">"],"string");}
+					if(/[\^'"!~\/]/.test(c)){
+						return tokenChain(stream,state,[stream.eat(c)],"string");}}}}
+		if(ch=="m"){
+			var c=stream.look(-2);
+			if(!(c&&/\w/.test(c))){
+				c=stream.eat(/[(\[{<\^'"!~\/]/);
+				if(c){
+					if(/[\^'"!~\/]/.test(c)){
+						return tokenChain(stream,state,[c],RXstyle,RXmodifiers);}
+					if(c=="("){
+						return tokenChain(stream,state,[")"],RXstyle,RXmodifiers);}
+					if(c=="["){
+						return tokenChain(stream,state,["]"],RXstyle,RXmodifiers);}
+					if(c=="{"){
+						return tokenChain(stream,state,["}"],RXstyle,RXmodifiers);}
+					if(c=="<"){
+						return tokenChain(stream,state,[">"],RXstyle,RXmodifiers);}}}}
+		if(ch=="s"){
+			var c=/[\/>\]})\w]/.test(stream.look(-2));
+			if(!c){
+				c=stream.eat(/[(\[{<\^'"!~\/]/);
+				if(c){
+					if(c=="[")
+						return tokenChain(stream,state,["]","]"],RXstyle,RXmodifiers);
+					if(c=="{")
+						return tokenChain(stream,state,["}","}"],RXstyle,RXmodifiers);
+					if(c=="<")
+						return tokenChain(stream,state,[">",">"],RXstyle,RXmodifiers);
+					if(c=="(")
+						return tokenChain(stream,state,[")",")"],RXstyle,RXmodifiers);
+					return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}
+		if(ch=="y"){
+			var c=/[\/>\]})\w]/.test(stream.look(-2));
+			if(!c){
+				c=stream.eat(/[(\[{<\^'"!~\/]/);
+				if(c){
+					if(c=="[")
+						return tokenChain(stream,state,["]","]"],RXstyle,RXmodifiers);
+					if(c=="{")
+						return tokenChain(stream,state,["}","}"],RXstyle,RXmodifiers);
+					if(c=="<")
+						return tokenChain(stream,state,[">",">"],RXstyle,RXmodifiers);
+					if(c=="(")
+						return tokenChain(stream,state,[")",")"],RXstyle,RXmodifiers);
+					return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}
+		if(ch=="t"){
+			var c=/[\/>\]})\w]/.test(stream.look(-2));
+			if(!c){
+				c=stream.eat("r");if(c){
+				c=stream.eat(/[(\[{<\^'"!~\/]/);
+				if(c){
+					if(c=="[")
+						return tokenChain(stream,state,["]","]"],RXstyle,RXmodifiers);
+					if(c=="{")
+						return tokenChain(stream,state,["}","}"],RXstyle,RXmodifiers);
+					if(c=="<")
+						return tokenChain(stream,state,[">",">"],RXstyle,RXmodifiers);
+					if(c=="(")
+						return tokenChain(stream,state,[")",")"],RXstyle,RXmodifiers);
+					return tokenChain(stream,state,[c,c],RXstyle,RXmodifiers);}}}}
+		if(ch=="`"){
+			return tokenChain(stream,state,[ch],"variable-2");}
+		if(ch=="/"){
+			if(!/~\s*$/.test(stream.prefix()))
+				return "operator";
+			else
+				return tokenChain(stream,state,[ch],RXstyle,RXmodifiers);}
+		if(ch=="$"){
+			var p=stream.pos;
+			if(stream.eatWhile(/\d/)||stream.eat("{")&&stream.eatWhile(/\d/)&&stream.eat("}"))
+				return "variable-2";
+			else
+				stream.pos=p;}
+		if(/[$@%]/.test(ch)){
+			var p=stream.pos;
+			if(stream.eat("^")&&stream.eat(/[A-Z]/)||!/[@$%&]/.test(stream.look(-2))&&stream.eat(/[=|\\\-#?@;:&`~\^!\[\]*'"$+.,\/<>()]/)){
+				var c=stream.current();
+				if(PERL[c])
+					return "variable-2";}
+			stream.pos=p;}
+		if(/[$@%&]/.test(ch)){
+			if(stream.eatWhile(/[\w$\[\]]/)||stream.eat("{")&&stream.eatWhile(/[\w$\[\]]/)&&stream.eat("}")){
+				var c=stream.current();
+				if(PERL[c])
+					return "variable-2";
+				else
+					return "variable";}}
+		if(ch=="#"){
+			if(stream.look(-2)!="$"){
+				stream.skipToEnd();
+				return "comment";}}
+		if(/[:+\-\^*$&%@=<>!?|\/~\.]/.test(ch)){
+			var p=stream.pos;
+			stream.eatWhile(/[:+\-\^*$&%@=<>!?|\/~\.]/);
+			if(PERL[stream.current()])
+				return "operator";
+			else
+				stream.pos=p;}
+		if(ch=="_"){
+			if(stream.pos==1){
+				if(stream.suffix(6)=="_END__"){
+					return tokenChain(stream,state,['\0'],"comment");}
+				else if(stream.suffix(7)=="_DATA__"){
+					return tokenChain(stream,state,['\0'],"variable-2");}
+				else if(stream.suffix(7)=="_C__"){
+					return tokenChain(stream,state,['\0'],"string");}}}
+		if(/\w/.test(ch)){
+			var p=stream.pos;
+			if(stream.look(-2)=="{"&&(stream.look(0)=="}"||stream.eatWhile(/\w/)&&stream.look(0)=="}"))
+				return "string";
+			else
+				stream.pos=p;}
+		if(/[A-Z]/.test(ch)){
+			var l=stream.look(-2);
+			var p=stream.pos;
+			stream.eatWhile(/[A-Z_]/);
+			if(/[\da-z]/.test(stream.look(0))){
+				stream.pos=p;}
+			else{
+				var c=PERL[stream.current()];
+				if(!c)
+					return "meta";
+				if(c[1])
+					c=c[0];
+				if(l!=":"){
+					if(c==1)
+						return "keyword";
+					else if(c==2)
+						return "def";
+					else if(c==3)
+						return "atom";
+					else if(c==4)
+						return "operator";
+					else if(c==5)
+						return "variable-2";
+					else
+						return "meta";}
+				else
+					return "meta";}}
+		if(/[a-zA-Z_]/.test(ch)){
+			var l=stream.look(-2);
+			stream.eatWhile(/\w/);
+			var c=PERL[stream.current()];
+			if(!c)
+				return "meta";
+			if(c[1])
+				c=c[0];
+			if(l!=":"){
+				if(c==1)
+					return "keyword";
+				else if(c==2)
+					return "def";
+				else if(c==3)
+					return "atom";
+				else if(c==4)
+					return "operator";
+				else if(c==5)
+					return "variable-2";
+				else
+					return "meta";}
+			else
+				return "meta";}
+		return null;}
+
+	return{
+		startState:function(){
+			return{
+				tokenize:tokenPerl,
+				chain:null,
+				style:null,
+				tail:null};},
+		token:function(stream,state){
+			return (state.tokenize||tokenPerl)(stream,state);},
+		electricChars:"{}"};});
+
+CodeMirror.defineMIME("text/x-perl", "perl");
+
+// it's like "peek", but need for look-ahead or look-behind if index < 0
+CodeMirror.StringStream.prototype.look=function(c){
+	return this.string.charAt(this.pos+(c||0));};
+
+// return a part of prefix of current stream from current position
+CodeMirror.StringStream.prototype.prefix=function(c){
+	if(c){
+		var x=this.pos-c;
+		return this.string.substr((x>=0?x:0),c);}
+	else{
+		return this.string.substr(0,this.pos-1);}};
+
+// return a part of suffix of current stream from current position
+CodeMirror.StringStream.prototype.suffix=function(c){
+	var y=this.string.length;
+	var x=y-this.pos+1;
+	return this.string.substr(this.pos,(c&&c<y?c:x));};
+
+// return a part of suffix of current stream from current position and change current position
+CodeMirror.StringStream.prototype.nsuffix=function(c){
+	var p=this.pos;
+	var l=c||(this.string.length-this.pos+1);
+	this.pos+=l;
+	return this.string.substr(p,l);};
+
+// eating and vomiting a part of stream from current position
+CodeMirror.StringStream.prototype.eatSuffix=function(c){
+	var x=this.pos+c;
+	var y;
+	if(x<=0)
+		this.pos=0;
+	else if(x>=(y=this.string.length-1))
+		this.pos=y;
+	else
+		this.pos=x;};
diff --git a/components/originalComponents/static/admin/codemirror/mode/php/index.html b/components/originalComponents/static/admin/codemirror/mode/php/index.html
new file mode 100755
index 00000000..cd189a4d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/php/index.html
@@ -0,0 +1,49 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: PHP mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="../xml/xml.js"></script>
+    <script src="../javascript/javascript.js"></script>
+    <script src="../css/css.js"></script>
+    <script src="../clike/clike.js"></script>
+    <script src="php.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: PHP mode</h1>
+
+<form><textarea id="code" name="code">
+<?php
+function hello($who) {
+	return "Hello " . $who;
+}
+?>
+<p>The program says <?= hello("World") ?>.</p>
+<script>
+	alert("And here is some JS code"); // also colored
+</script>
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "application/x-httpd-php",
+        indentUnit: 4,
+        indentWithTabs: true,
+        enterMode: "keep",
+        tabMode: "shift"
+      });
+    </script>
+
+    <p>Simple HTML/PHP mode based on
+    the <a href="../clike/">C-like</a> mode. Depends on XML,
+    JavaScript, CSS, and C-like modes.</p>
+
+    <p><strong>MIME types defined:</strong> <code>application/x-httpd-php</code> (HTML with PHP code), <code>text/x-php</code> (plain, non-wrapped PHP code).</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/php/php.js b/components/originalComponents/static/admin/codemirror/mode/php/php.js
new file mode 100755
index 00000000..b94317c7
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/php/php.js
@@ -0,0 +1,148 @@
+(function() {
+  function keywords(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+  function heredoc(delim) {
+    return function(stream, state) {
+      if (stream.match(delim)) state.tokenize = null;
+      else stream.skipToEnd();
+      return "string";
+    };
+  }
+  var phpConfig = {
+    name: "clike",
+    keywords: keywords("abstract and array as break case catch class clone const continue declare default " +
+                       "do else elseif enddeclare endfor endforeach endif endswitch endwhile extends final " +
+                       "for foreach function global goto if implements interface instanceof namespace " +
+                       "new or private protected public static switch throw trait try use var while xor " +
+                       "die echo empty exit eval include include_once isset list require require_once return " +
+                       "print unset __halt_compiler self static parent"),
+    blockKeywords: keywords("catch do else elseif for foreach if switch try while"),
+    atoms: keywords("true false null TRUE FALSE NULL"),
+    multiLineStrings: true,
+    hooks: {
+      "$": function(stream, state) {
+        stream.eatWhile(/[\w\$_]/);
+        return "variable-2";
+      },
+      "<": function(stream, state) {
+        if (stream.match(/<</)) {
+          stream.eatWhile(/[\w\.]/);
+          state.tokenize = heredoc(stream.current().slice(3));
+          return state.tokenize(stream, state);
+        }
+        return false;
+      },
+      "#": function(stream, state) {
+        while (!stream.eol() && !stream.match("?>", false)) stream.next();
+        return "comment";
+      },
+      "/": function(stream, state) {
+        if (stream.eat("/")) {
+          while (!stream.eol() && !stream.match("?>", false)) stream.next();
+          return "comment";
+        }
+        return false;
+      }
+    }
+  };
+
+  CodeMirror.defineMode("php", function(config, parserConfig) {
+    var htmlMode = CodeMirror.getMode(config, {name: "xml", htmlMode: true});
+    var jsMode = CodeMirror.getMode(config, "javascript");
+    var cssMode = CodeMirror.getMode(config, "css");
+    var phpMode = CodeMirror.getMode(config, phpConfig);
+
+    function dispatch(stream, state) { // TODO open PHP inside text/css
+      var isPHP = state.curMode == phpMode;
+      if (stream.sol() && state.pending != '"') state.pending = null;
+      if (state.curMode == htmlMode) {
+        if (stream.match(/^<\?\w*/)) {
+          state.curMode = phpMode;
+          state.curState = state.php;
+          state.curClose = "?>";
+          return "meta";
+        }
+        if (state.pending == '"') {
+          while (!stream.eol() && stream.next() != '"') {}
+          var style = "string";
+        } else if (state.pending && stream.pos < state.pending.end) {
+          stream.pos = state.pending.end;
+          var style = state.pending.style;
+        } else {
+          var style = htmlMode.token(stream, state.curState);
+        }
+        state.pending = null;
+        var cur = stream.current(), openPHP = cur.search(/<\?/);
+        if (openPHP != -1) {
+          if (style == "string" && /\"$/.test(cur) && !/\?>/.test(cur)) state.pending = '"';
+          else state.pending = {end: stream.pos, style: style};
+          stream.backUp(cur.length - openPHP);
+        } else if (style == "tag" && stream.current() == ">" && state.curState.context) {
+          if (/^script$/i.test(state.curState.context.tagName)) {
+            state.curMode = jsMode;
+            state.curState = jsMode.startState(htmlMode.indent(state.curState, ""));
+            state.curClose = /^<\/\s*script\s*>/i;
+          }
+          else if (/^style$/i.test(state.curState.context.tagName)) {
+            state.curMode = cssMode;
+            state.curState = cssMode.startState(htmlMode.indent(state.curState, ""));
+            state.curClose = /^<\/\s*style\s*>/i;
+          }
+        }
+        return style;
+      } else if ((!isPHP || state.php.tokenize == null) &&
+                 stream.match(state.curClose, isPHP)) {
+        state.curMode = htmlMode;
+        state.curState = state.html;
+        state.curClose = null;
+        if (isPHP) return "meta";
+        else return dispatch(stream, state);
+      } else {
+        return state.curMode.token(stream, state.curState);
+      }
+    }
+
+    return {
+      startState: function() {
+        var html = htmlMode.startState();
+        return {html: html,
+                php: phpMode.startState(),
+                curMode: parserConfig.startOpen ? phpMode : htmlMode,
+                curState: parserConfig.startOpen ? phpMode.startState() : html,
+                curClose: parserConfig.startOpen ? /^\?>/ : null,
+		mode: parserConfig.startOpen ? "php" : "html",
+                pending: null};
+      },
+
+      copyState: function(state) {
+        var html = state.html, htmlNew = CodeMirror.copyState(htmlMode, html),
+            php = state.php, phpNew = CodeMirror.copyState(phpMode, php), cur;
+        if (state.curState == html) cur = htmlNew;
+        else if (state.curState == php) cur = phpNew;
+        else cur = CodeMirror.copyState(state.curMode, state.curState);
+        return {html: htmlNew, php: phpNew, curMode: state.curMode, curState: cur,
+                curClose: state.curClose, mode: state.mode,
+                pending: state.pending};
+      },
+
+      token: dispatch,
+
+      indent: function(state, textAfter) {
+        if ((state.curMode != phpMode && /^\s*<\//.test(textAfter)) ||
+            (state.curMode == phpMode && /^\?>/.test(textAfter)))
+          return htmlMode.indent(state.html, textAfter);
+        return state.curMode.indent(state.curState, textAfter);
+      },
+
+      electricChars: "/{}:",
+
+      innerMode: function(state) { return {state: state.curState, mode: state.curMode}; }
+    };
+  }, "xml", "clike", "javascript", "css");
+  CodeMirror.defineMIME("application/x-httpd-php", "php");
+  CodeMirror.defineMIME("application/x-httpd-php-open", {name: "php", startOpen: true});
+  CodeMirror.defineMIME("text/x-php", phpConfig);
+})();
diff --git a/components/originalComponents/static/admin/codemirror/mode/pig/index.html b/components/originalComponents/static/admin/codemirror/mode/pig/index.html
new file mode 100755
index 00000000..02b0368a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/pig/index.html
@@ -0,0 +1,43 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Pig Latin mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="pig.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border: 2px inset #dee;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Pig Latin mode</h1>
+
+<form><textarea id="code" name="code">
+-- Apache Pig (Pig Latin Language) Demo
+/* 
+This is a multiline comment.
+*/
+a = LOAD "\path\to\input" USING PigStorage('\t') AS (x:long, y:chararray, z:bytearray);
+b = GROUP a BY (x,y,3+4);
+c = FOREACH b GENERATE flatten(group) as (x,y), SUM(group.$2) as z;
+STORE c INTO "\path\to\output";
+
+--
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        indentUnit: 4,
+        mode: "text/x-pig"
+      });
+    </script>
+
+    <p>
+        Simple mode that handles Pig Latin language.
+    </p>
+
+    <p><strong>MIME type defined:</strong> <code>text/x-pig</code>
+    (PIG code)
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/pig/pig.js b/components/originalComponents/static/admin/codemirror/mode/pig/pig.js
new file mode 100755
index 00000000..d55413f1
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/pig/pig.js
@@ -0,0 +1,172 @@
+/*
+ *	Pig Latin Mode for CodeMirror 2 
+ *	@author Prasanth Jayachandran
+ *	@link 	https://github.com/prasanthj/pig-codemirror-2
+ *  This implementation is adapted from PL/SQL mode in CodeMirror 2.
+*/
+CodeMirror.defineMode("pig", function(config, parserConfig) {
+	var indentUnit = config.indentUnit,
+		keywords = parserConfig.keywords,
+		builtins = parserConfig.builtins,
+		types = parserConfig.types,
+		multiLineStrings = parserConfig.multiLineStrings;
+	
+	var isOperatorChar = /[*+\-%<>=&?:\/!|]/;
+	
+	function chain(stream, state, f) {
+		state.tokenize = f;
+		return f(stream, state);
+	}
+	
+	var type;
+	function ret(tp, style) {
+		type = tp;
+		return style;
+	}
+	
+	function tokenComment(stream, state) {
+		var isEnd = false;
+		var ch;
+		while(ch = stream.next()) {
+			if(ch == "/" && isEnd) {
+				state.tokenize = tokenBase;
+				break;
+			}
+			isEnd = (ch == "*");
+		}
+		return ret("comment", "comment");
+	}
+	
+	function tokenString(quote) {
+		return function(stream, state) {
+			var escaped = false, next, end = false;
+			while((next = stream.next()) != null) {
+				if (next == quote && !escaped) {
+					end = true; break;
+				}
+				escaped = !escaped && next == "\\";
+			}
+			if (end || !(escaped || multiLineStrings))
+				state.tokenize = tokenBase;
+			return ret("string", "error");
+		};
+	}
+	
+	function tokenBase(stream, state) {
+		var ch = stream.next();
+		
+		// is a start of string?
+		if (ch == '"' || ch == "'")
+			return chain(stream, state, tokenString(ch));
+		// is it one of the special chars
+		else if(/[\[\]{}\(\),;\.]/.test(ch))
+			return ret(ch);
+		// is it a number?
+		else if(/\d/.test(ch)) {
+			stream.eatWhile(/[\w\.]/);
+			return ret("number", "number");
+		}
+		// multi line comment or operator
+		else if (ch == "/") {
+			if (stream.eat("*")) {
+				return chain(stream, state, tokenComment);
+			}
+			else {
+				stream.eatWhile(isOperatorChar);
+				return ret("operator", "operator");
+			}
+		}
+		// single line comment or operator
+		else if (ch=="-") {
+			if(stream.eat("-")){
+				stream.skipToEnd();
+				return ret("comment", "comment");
+			}
+			else {
+				stream.eatWhile(isOperatorChar);
+				return ret("operator", "operator");
+			}
+		}
+		// is it an operator
+		else if (isOperatorChar.test(ch)) {
+			stream.eatWhile(isOperatorChar);
+			return ret("operator", "operator");
+		}
+		else {
+			// get the while word
+			stream.eatWhile(/[\w\$_]/);
+			// is it one of the listed keywords?
+			if (keywords && keywords.propertyIsEnumerable(stream.current().toUpperCase())) {
+				if (stream.eat(")") || stream.eat(".")) {
+					//keywords can be used as variables like flatten(group), group.$0 etc..
+				}
+				else {
+					return ("keyword", "keyword");
+				}
+			}
+			// is it one of the builtin functions?
+			if (builtins && builtins.propertyIsEnumerable(stream.current().toUpperCase()))
+			{
+				return ("keyword", "variable-2");
+			}
+			// is it one of the listed types?
+			if (types && types.propertyIsEnumerable(stream.current().toUpperCase()))
+				return ("keyword", "variable-3");
+			// default is a 'variable'
+			return ret("variable", "pig-word");
+		}
+	}
+	
+	// Interface
+	return {
+		startState: function(basecolumn) {
+			return {
+				tokenize: tokenBase,
+				startOfLine: true
+			};
+		},
+		
+		token: function(stream, state) {
+			if(stream.eatSpace()) return null;
+			var style = state.tokenize(stream, state);
+			return style;
+		}
+	};
+});
+
+(function() {
+	function keywords(str) {
+		var obj = {}, words = str.split(" ");
+		for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+ 		return obj;
+ 	}
+
+	// builtin funcs taken from trunk revision 1303237
+	var pBuiltins = "ABS ACOS ARITY ASIN ATAN AVG BAGSIZE BINSTORAGE BLOOM BUILDBLOOM CBRT CEIL " 
+	+ "CONCAT COR COS COSH COUNT COUNT_STAR COV CONSTANTSIZE CUBEDIMENSIONS DIFF DISTINCT DOUBLEABS "
+	+ "DOUBLEAVG DOUBLEBASE DOUBLEMAX DOUBLEMIN DOUBLEROUND DOUBLESUM EXP FLOOR FLOATABS FLOATAVG "
+	+ "FLOATMAX FLOATMIN FLOATROUND FLOATSUM GENERICINVOKER INDEXOF INTABS INTAVG INTMAX INTMIN "
+	+ "INTSUM INVOKEFORDOUBLE INVOKEFORFLOAT INVOKEFORINT INVOKEFORLONG INVOKEFORSTRING INVOKER "
+	+ "ISEMPTY JSONLOADER JSONMETADATA JSONSTORAGE LAST_INDEX_OF LCFIRST LOG LOG10 LOWER LONGABS "
+	+ "LONGAVG LONGMAX LONGMIN LONGSUM MAX MIN MAPSIZE MONITOREDUDF NONDETERMINISTIC OUTPUTSCHEMA  "
+	+ "PIGSTORAGE PIGSTREAMING RANDOM REGEX_EXTRACT REGEX_EXTRACT_ALL REPLACE ROUND SIN SINH SIZE "
+	+ "SQRT STRSPLIT SUBSTRING SUM STRINGCONCAT STRINGMAX STRINGMIN STRINGSIZE TAN TANH TOBAG "
+	+ "TOKENIZE TOMAP TOP TOTUPLE TRIM TEXTLOADER TUPLESIZE UCFIRST UPPER UTF8STORAGECONVERTER "; 
+	
+	// taken from QueryLexer.g
+	var pKeywords = "VOID IMPORT RETURNS DEFINE LOAD FILTER FOREACH ORDER CUBE DISTINCT COGROUP "
+	+ "JOIN CROSS UNION SPLIT INTO IF OTHERWISE ALL AS BY USING INNER OUTER ONSCHEMA PARALLEL "
+	+ "PARTITION GROUP AND OR NOT GENERATE FLATTEN ASC DESC IS STREAM THROUGH STORE MAPREDUCE "
+	+ "SHIP CACHE INPUT OUTPUT STDERROR STDIN STDOUT LIMIT SAMPLE LEFT RIGHT FULL EQ GT LT GTE LTE " 
+	+ "NEQ MATCHES TRUE FALSE "; 
+	
+	// data types
+	var pTypes = "BOOLEAN INT LONG FLOAT DOUBLE CHARARRAY BYTEARRAY BAG TUPLE MAP ";
+	
+	CodeMirror.defineMIME("text/x-pig", {
+	 name: "pig",
+	 builtins: keywords(pBuiltins),
+	 keywords: keywords(pKeywords),
+	 types: keywords(pTypes)
+	 });
+}());
diff --git a/components/originalComponents/static/admin/codemirror/mode/plsql/index.html b/components/originalComponents/static/admin/codemirror/mode/plsql/index.html
new file mode 100755
index 00000000..3fd00a79
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/plsql/index.html
@@ -0,0 +1,63 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Oracle PL/SQL mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="plsql.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border: 2px inset #dee;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Oracle PL/SQL mode</h1>
+
+<form><textarea id="code" name="code">
+-- Oracle PL/SQL Code Demo
+/*
+   based on c-like mode, adapted to PL/SQL by Peter Raganitsch ( http://www.oracle-and-apex.com/ )
+   April 2011
+*/
+DECLARE
+    vIdx    NUMBER;
+    vString VARCHAR2(100);
+    cText   CONSTANT VARCHAR2(100) := 'That''s it! Have fun with CodeMirror 2';
+BEGIN
+    vIdx := 0;
+    --
+    FOR rDATA IN
+      ( SELECT *
+          FROM EMP
+         ORDER BY EMPNO
+      )
+    LOOP
+        vIdx    := vIdx + 1;
+        vString := rDATA.EMPNO || ' - ' || rDATA.ENAME;
+        --
+        UPDATE EMP
+           SET SAL   = SAL * 101/100
+         WHERE EMPNO = rDATA.EMPNO
+        ;
+    END LOOP;
+    --
+    SYS.DBMS_OUTPUT.Put_Line (cText);
+END;
+--
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        indentUnit: 4,
+        mode: "text/x-plsql"
+      });
+    </script>
+
+    <p>
+        Simple mode that handles Oracle PL/SQL language (and Oracle SQL, of course).
+    </p>
+
+    <p><strong>MIME type defined:</strong> <code>text/x-plsql</code>
+    (PLSQL code)
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/plsql/plsql.js b/components/originalComponents/static/admin/codemirror/mode/plsql/plsql.js
new file mode 100755
index 00000000..013deaf9
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/plsql/plsql.js
@@ -0,0 +1,217 @@
+CodeMirror.defineMode("plsql", function(config, parserConfig) {
+  var indentUnit       = config.indentUnit,
+      keywords         = parserConfig.keywords,
+      functions        = parserConfig.functions,
+      types            = parserConfig.types,
+      sqlplus          = parserConfig.sqlplus,
+      multiLineStrings = parserConfig.multiLineStrings;
+  var isOperatorChar   = /[+\-*&%=<>!?:\/|]/;
+  function chain(stream, state, f) {
+    state.tokenize = f;
+    return f(stream, state);
+  }
+
+  var type;
+  function ret(tp, style) {
+    type = tp;
+    return style;
+  }
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    // start of string?
+    if (ch == '"' || ch == "'")
+      return chain(stream, state, tokenString(ch));
+    // is it one of the special signs []{}().,;? Seperator?
+    else if (/[\[\]{}\(\),;\.]/.test(ch))
+      return ret(ch);
+    // start of a number value?
+    else if (/\d/.test(ch)) {
+      stream.eatWhile(/[\w\.]/);
+      return ret("number", "number");
+    }
+    // multi line comment or simple operator?
+    else if (ch == "/") {
+      if (stream.eat("*")) {
+        return chain(stream, state, tokenComment);
+      }
+      else {
+        stream.eatWhile(isOperatorChar);
+        return ret("operator", "operator");
+      }
+    }
+    // single line comment or simple operator?
+    else if (ch == "-") {
+      if (stream.eat("-")) {
+        stream.skipToEnd();
+        return ret("comment", "comment");
+      }
+      else {
+        stream.eatWhile(isOperatorChar);
+        return ret("operator", "operator");
+      }
+    }
+    // pl/sql variable?
+    else if (ch == "@" || ch == "$") {
+      stream.eatWhile(/[\w\d\$_]/);
+      return ret("word", "variable");
+    }
+    // is it a operator?
+    else if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return ret("operator", "operator");
+    }
+    else {
+      // get the whole word
+      stream.eatWhile(/[\w\$_]/);
+      // is it one of the listed keywords?
+      if (keywords && keywords.propertyIsEnumerable(stream.current().toLowerCase())) return ret("keyword", "keyword");
+      // is it one of the listed functions?
+      if (functions && functions.propertyIsEnumerable(stream.current().toLowerCase())) return ret("keyword", "builtin");
+      // is it one of the listed types?
+      if (types && types.propertyIsEnumerable(stream.current().toLowerCase())) return ret("keyword", "variable-2");
+      // is it one of the listed sqlplus keywords?
+      if (sqlplus && sqlplus.propertyIsEnumerable(stream.current().toLowerCase())) return ret("keyword", "variable-3");
+      // default: just a "variable"
+      return ret("word", "variable");
+    }
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !(escaped || multiLineStrings))
+        state.tokenize = tokenBase;
+      return ret("string", "plsql-string");
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return ret("comment", "plsql-comment");
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: tokenBase,
+        startOfLine: true
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      return style;
+    }
+  };
+});
+
+(function() {
+  function keywords(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+  var cKeywords = "abort accept access add all alter and any array arraylen as asc assert assign at attributes audit " +
+        "authorization avg " +
+        "base_table begin between binary_integer body boolean by " +
+        "case cast char char_base check close cluster clusters colauth column comment commit compress connect " +
+        "connected constant constraint crash create current currval cursor " +
+        "data_base database date dba deallocate debugoff debugon decimal declare default definition delay delete " +
+        "desc digits dispose distinct do drop " +
+        "else elsif enable end entry escape exception exception_init exchange exclusive exists exit external " +
+        "fast fetch file for force form from function " +
+        "generic goto grant group " +
+        "having " +
+        "identified if immediate in increment index indexes indicator initial initrans insert interface intersect " +
+        "into is " +
+        "key " +
+        "level library like limited local lock log logging long loop " +
+        "master maxextents maxtrans member minextents minus mislabel mode modify multiset " +
+        "new next no noaudit nocompress nologging noparallel not nowait number_base " +
+        "object of off offline on online only open option or order out " +
+        "package parallel partition pctfree pctincrease pctused pls_integer positive positiven pragma primary prior " +
+        "private privileges procedure public " +
+        "raise range raw read rebuild record ref references refresh release rename replace resource restrict return " +
+        "returning reverse revoke rollback row rowid rowlabel rownum rows run " +
+        "savepoint schema segment select separate session set share snapshot some space split sql start statement " +
+        "storage subtype successful synonym " +
+        "tabauth table tables tablespace task terminate then to trigger truncate type " +
+        "union unique unlimited unrecoverable unusable update use using " +
+        "validate value values variable view views " +
+        "when whenever where while with work";
+
+  var cFunctions = "abs acos add_months ascii asin atan atan2 average " +
+        "bfilename " +
+        "ceil chartorowid chr concat convert cos cosh count " +
+        "decode deref dual dump dup_val_on_index " +
+        "empty error exp " +
+        "false floor found " +
+        "glb greatest " +
+        "hextoraw " +
+        "initcap instr instrb isopen " +
+        "last_day least lenght lenghtb ln lower lpad ltrim lub " +
+        "make_ref max min mod months_between " +
+        "new_time next_day nextval nls_charset_decl_len nls_charset_id nls_charset_name nls_initcap nls_lower " +
+        "nls_sort nls_upper nlssort no_data_found notfound null nvl " +
+        "others " +
+        "power " +
+        "rawtohex reftohex round rowcount rowidtochar rpad rtrim " +
+        "sign sin sinh soundex sqlcode sqlerrm sqrt stddev substr substrb sum sysdate " +
+        "tan tanh to_char to_date to_label to_multi_byte to_number to_single_byte translate true trunc " +
+        "uid upper user userenv " +
+        "variance vsize";
+
+  var cTypes = "bfile blob " +
+        "character clob " +
+        "dec " +
+        "float " +
+        "int integer " +
+        "mlslabel " +
+        "natural naturaln nchar nclob number numeric nvarchar2 " +
+        "real rowtype " +
+        "signtype smallint string " +
+        "varchar varchar2";
+
+  var cSqlplus = "appinfo arraysize autocommit autoprint autorecovery autotrace " +
+        "blockterminator break btitle " +
+        "cmdsep colsep compatibility compute concat copycommit copytypecheck " +
+        "define describe " +
+        "echo editfile embedded escape exec execute " +
+        "feedback flagger flush " +
+        "heading headsep " +
+        "instance " +
+        "linesize lno loboffset logsource long longchunksize " +
+        "markup " +
+        "native newpage numformat numwidth " +
+        "pagesize pause pno " +
+        "recsep recsepchar release repfooter repheader " +
+        "serveroutput shiftinout show showmode size spool sqlblanklines sqlcase sqlcode sqlcontinue sqlnumber " +
+        "sqlpluscompatibility sqlprefix sqlprompt sqlterminator suffix " +
+        "tab term termout time timing trimout trimspool ttitle " +
+        "underline " +
+        "verify version " +
+        "wrap";
+
+  CodeMirror.defineMIME("text/x-plsql", {
+    name: "plsql",
+    keywords: keywords(cKeywords),
+    functions: keywords(cFunctions),
+    types: keywords(cTypes),
+    sqlplus: keywords(cSqlplus)
+  });
+}());
diff --git a/components/originalComponents/static/admin/codemirror/mode/properties/index.html b/components/originalComponents/static/admin/codemirror/mode/properties/index.html
new file mode 100755
index 00000000..e21e02ab
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/properties/index.html
@@ -0,0 +1,41 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Properties files mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="properties.js"></script>
+    <style>.CodeMirror {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Properties files mode</h1>
+    <form><textarea id="code" name="code">
+# This is a properties file
+a.key = A value
+another.key = http://example.com
+! Exclamation mark as comment
+but.not=Within ! A value # indeed
+   # Spaces at the beginning of a line
+   spaces.before.key=value
+backslash=Used for multi\
+          line entries,\
+          that's convenient.
+# Unicode sequences
+unicode.key=This is \u0020 Unicode
+no.multiline=here
+# Colons
+colons : can be used too
+# Spaces
+spaces\ in\ keys=Not very common...
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-properties</code>,
+    <code>text/x-ini</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/properties/properties.js b/components/originalComponents/static/admin/codemirror/mode/properties/properties.js
new file mode 100755
index 00000000..d3a13c76
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/properties/properties.js
@@ -0,0 +1,63 @@
+CodeMirror.defineMode("properties", function() {
+  return {
+    token: function(stream, state) {
+      var sol = stream.sol() || state.afterSection;
+      var eol = stream.eol();
+
+      state.afterSection = false;
+
+      if (sol) {
+        if (state.nextMultiline) {
+          state.inMultiline = true;
+          state.nextMultiline = false;
+        } else {
+          state.position = "def";
+        }
+      }
+
+      if (eol && ! state.nextMultiline) {
+        state.inMultiline = false;
+        state.position = "def";
+      }
+
+      if (sol) {
+        while(stream.eatSpace());
+      }
+
+      var ch = stream.next();
+
+      if (sol && (ch === "#" || ch === "!" || ch === ";")) {
+        state.position = "comment";
+        stream.skipToEnd();
+        return "comment";
+      } else if (sol && ch === "[") {
+        state.afterSection = true;
+        stream.skipTo("]"); stream.eat("]");
+        return "header";
+      } else if (ch === "=" || ch === ":") {
+        state.position = "quote";
+        return null;
+      } else if (ch === "\\" && state.position === "quote") {
+        if (stream.next() !== "u") {    // u = Unicode sequence \u1234
+          // Multiline value
+          state.nextMultiline = true;
+        }
+      }
+
+      return state.position;
+    },
+
+    startState: function() {
+      return {
+        position : "def",       // Current position, "def", "quote" or "comment"
+        nextMultiline : false,  // Is the next line multiline value
+        inMultiline : false,    // Is the current line a multiline value
+        afterSection : false    // Did we just open a section
+      };
+    }
+
+  };
+});
+
+CodeMirror.defineMIME("text/x-properties", "properties");
+CodeMirror.defineMIME("text/x-ini", "properties");
diff --git a/components/originalComponents/static/admin/codemirror/mode/python/LICENSE.txt b/components/originalComponents/static/admin/codemirror/mode/python/LICENSE.txt
new file mode 100755
index 00000000..918866b4
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/python/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2010 Timothy Farrell
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/python/index.html b/components/originalComponents/static/admin/codemirror/mode/python/index.html
new file mode 100755
index 00000000..9f1164e2
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/python/index.html
@@ -0,0 +1,123 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Python mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="python.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Python mode</h1>
+    
+    <div><textarea id="code" name="code">
+# Literals
+1234
+0.0e101
+.123
+0b01010011100
+0o01234567
+0x0987654321abcdef
+7
+2147483647
+3L
+79228162514264337593543950336L
+0x100000000L
+79228162514264337593543950336
+0xdeadbeef
+3.14j
+10.j
+10j
+.001j
+1e100j
+3.14e-10j
+
+
+# String Literals
+'For\''
+"God\""
+"""so loved
+the world"""
+'''that he gave
+his only begotten\' '''
+'that whosoever believeth \
+in him'
+''
+
+# Identifiers
+__a__
+a.b
+a.b.c
+
+# Operators
++ - * / % & | ^ ~ < >
+== != <= >= <> << >> // **
+and or not in is
+
+# Delimiters
+() [] {} , : ` = ; @ .  # Note that @ and . require the proper context.
++= -= *= /= %= &= |= ^=
+//= >>= <<= **=
+
+# Keywords
+as assert break class continue def del elif else except
+finally for from global if import lambda pass raise
+return try while with yield
+
+# Python 2 Keywords (otherwise Identifiers)
+exec print
+
+# Python 3 Keywords (otherwise Identifiers)
+nonlocal
+
+# Types
+bool classmethod complex dict enumerate float frozenset int list object
+property reversed set slice staticmethod str super tuple type
+
+# Python 2 Types (otherwise Identifiers)
+basestring buffer file long unicode xrange
+
+# Python 3 Types (otherwise Identifiers)
+bytearray bytes filter map memoryview open range zip
+
+# Some Example code
+import os
+from package import ParentClass
+
+@nonsenseDecorator
+def doesNothing():
+    pass
+
+class ExampleClass(ParentClass):
+    @staticmethod
+    def example(inputStr):
+        a = list(inputStr)
+        a.reverse()
+        return ''.join(a)
+
+    def __init__(self, mixin = 'Hello'):
+        self.mixin = mixin
+
+</textarea></div>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: {name: "python",
+               version: 2,
+               singleLineStringErrors: false},
+        lineNumbers: true,
+        indentUnit: 4,
+        tabMode: "shift",
+        matchBrackets: true
+      });
+    </script>
+    <h2>Configuration Options:</h2>
+    <ul>
+      <li>version - 2/3 - The version of Python to recognize.  Default is 2.</li>
+      <li>singleLineStringErrors - true/false - If you have a single-line string that is not terminated at the end of the line, this will show subsequent lines as errors if true, otherwise it will consider the newline as the end of the string. Default is false.</li>
+    </ul>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-python</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/python/python.js b/components/originalComponents/static/admin/codemirror/mode/python/python.js
new file mode 100755
index 00000000..fc5b9551
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/python/python.js
@@ -0,0 +1,338 @@
+CodeMirror.defineMode("python", function(conf, parserConf) {
+    var ERRORCLASS = 'error';
+    
+    function wordRegexp(words) {
+        return new RegExp("^((" + words.join(")|(") + "))\\b");
+    }
+    
+    var singleOperators = new RegExp("^[\\+\\-\\*/%&|\\^~<>!]");
+    var singleDelimiters = new RegExp('^[\\(\\)\\[\\]\\{\\}@,:`=;\\.]');
+    var doubleOperators = new RegExp("^((==)|(!=)|(<=)|(>=)|(<>)|(<<)|(>>)|(//)|(\\*\\*))");
+    var doubleDelimiters = new RegExp("^((\\+=)|(\\-=)|(\\*=)|(%=)|(/=)|(&=)|(\\|=)|(\\^=))");
+    var tripleDelimiters = new RegExp("^((//=)|(>>=)|(<<=)|(\\*\\*=))");
+    var identifiers = new RegExp("^[_A-Za-z][_A-Za-z0-9]*");
+
+    var wordOperators = wordRegexp(['and', 'or', 'not', 'is', 'in']);
+    var commonkeywords = ['as', 'assert', 'break', 'class', 'continue',
+                          'def', 'del', 'elif', 'else', 'except', 'finally',
+                          'for', 'from', 'global', 'if', 'import',
+                          'lambda', 'pass', 'raise', 'return',
+                          'try', 'while', 'with', 'yield'];
+    var commonBuiltins = ['abs', 'all', 'any', 'bin', 'bool', 'bytearray', 'callable', 'chr',
+                          'classmethod', 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod',
+                          'enumerate', 'eval', 'filter', 'float', 'format', 'frozenset',
+                          'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
+                          'input', 'int', 'isinstance', 'issubclass', 'iter', 'len',
+                          'list', 'locals', 'map', 'max', 'memoryview', 'min', 'next',
+                          'object', 'oct', 'open', 'ord', 'pow', 'property', 'range',
+                          'repr', 'reversed', 'round', 'set', 'setattr', 'slice',
+                          'sorted', 'staticmethod', 'str', 'sum', 'super', 'tuple',
+                          'type', 'vars', 'zip', '__import__', 'NotImplemented',
+                          'Ellipsis', '__debug__'];
+    var py2 = {'builtins': ['apply', 'basestring', 'buffer', 'cmp', 'coerce', 'execfile',
+                            'file', 'intern', 'long', 'raw_input', 'reduce', 'reload',
+                            'unichr', 'unicode', 'xrange', 'False', 'True', 'None'],
+               'keywords': ['exec', 'print']};
+    var py3 = {'builtins': ['ascii', 'bytes', 'exec', 'print'],
+               'keywords': ['nonlocal', 'False', 'True', 'None']};
+
+    if (!!parserConf.version && parseInt(parserConf.version, 10) === 3) {
+        commonkeywords = commonkeywords.concat(py3.keywords);
+        commonBuiltins = commonBuiltins.concat(py3.builtins);
+        var stringPrefixes = new RegExp("^(([rb]|(br))?('{3}|\"{3}|['\"]))", "i");
+    } else {
+        commonkeywords = commonkeywords.concat(py2.keywords);
+        commonBuiltins = commonBuiltins.concat(py2.builtins);
+        var stringPrefixes = new RegExp("^(([rub]|(ur)|(br))?('{3}|\"{3}|['\"]))", "i");
+    }
+    var keywords = wordRegexp(commonkeywords);
+    var builtins = wordRegexp(commonBuiltins);
+
+    var indentInfo = null;
+
+    // tokenizers
+    function tokenBase(stream, state) {
+        // Handle scope changes
+        if (stream.sol()) {
+            var scopeOffset = state.scopes[0].offset;
+            if (stream.eatSpace()) {
+                var lineOffset = stream.indentation();
+                if (lineOffset > scopeOffset) {
+                    indentInfo = 'indent';
+                } else if (lineOffset < scopeOffset) {
+                    indentInfo = 'dedent';
+                }
+                return null;
+            } else {
+                if (scopeOffset > 0) {
+                    dedent(stream, state);
+                }
+            }
+        }
+        if (stream.eatSpace()) {
+            return null;
+        }
+        
+        var ch = stream.peek();
+        
+        // Handle Comments
+        if (ch === '#') {
+            stream.skipToEnd();
+            return 'comment';
+        }
+        
+        // Handle Number Literals
+        if (stream.match(/^[0-9\.]/, false)) {
+            var floatLiteral = false;
+            // Floats
+            if (stream.match(/^\d*\.\d+(e[\+\-]?\d+)?/i)) { floatLiteral = true; }
+            if (stream.match(/^\d+\.\d*/)) { floatLiteral = true; }
+            if (stream.match(/^\.\d+/)) { floatLiteral = true; }
+            if (floatLiteral) {
+                // Float literals may be "imaginary"
+                stream.eat(/J/i);
+                return 'number';
+            }
+            // Integers
+            var intLiteral = false;
+            // Hex
+            if (stream.match(/^0x[0-9a-f]+/i)) { intLiteral = true; }
+            // Binary
+            if (stream.match(/^0b[01]+/i)) { intLiteral = true; }
+            // Octal
+            if (stream.match(/^0o[0-7]+/i)) { intLiteral = true; }
+            // Decimal
+            if (stream.match(/^[1-9]\d*(e[\+\-]?\d+)?/)) {
+                // Decimal literals may be "imaginary"
+                stream.eat(/J/i);
+                // TODO - Can you have imaginary longs?
+                intLiteral = true;
+            }
+            // Zero by itself with no other piece of number.
+            if (stream.match(/^0(?![\dx])/i)) { intLiteral = true; }
+            if (intLiteral) {
+                // Integer literals may be "long"
+                stream.eat(/L/i);
+                return 'number';
+            }
+        }
+        
+        // Handle Strings
+        if (stream.match(stringPrefixes)) {
+            state.tokenize = tokenStringFactory(stream.current());
+            return state.tokenize(stream, state);
+        }
+        
+        // Handle operators and Delimiters
+        if (stream.match(tripleDelimiters) || stream.match(doubleDelimiters)) {
+            return null;
+        }
+        if (stream.match(doubleOperators)
+            || stream.match(singleOperators)
+            || stream.match(wordOperators)) {
+            return 'operator';
+        }
+        if (stream.match(singleDelimiters)) {
+            return null;
+        }
+        
+        if (stream.match(keywords)) {
+            return 'keyword';
+        }
+        
+        if (stream.match(builtins)) {
+            return 'builtin';
+        }
+        
+        if (stream.match(identifiers)) {
+            return 'variable';
+        }
+        
+        // Handle non-detected items
+        stream.next();
+        return ERRORCLASS;
+    }
+    
+    function tokenStringFactory(delimiter) {
+        while ('rub'.indexOf(delimiter.charAt(0).toLowerCase()) >= 0) {
+            delimiter = delimiter.substr(1);
+        }
+        var singleline = delimiter.length == 1;
+        var OUTCLASS = 'string';
+        
+        return function tokenString(stream, state) {
+            while (!stream.eol()) {
+                stream.eatWhile(/[^'"\\]/);
+                if (stream.eat('\\')) {
+                    stream.next();
+                    if (singleline && stream.eol()) {
+                        return OUTCLASS;
+                    }
+                } else if (stream.match(delimiter)) {
+                    state.tokenize = tokenBase;
+                    return OUTCLASS;
+                } else {
+                    stream.eat(/['"]/);
+                }
+            }
+            if (singleline) {
+                if (parserConf.singleLineStringErrors) {
+                    return ERRORCLASS;
+                } else {
+                    state.tokenize = tokenBase;
+                }
+            }
+            return OUTCLASS;
+        };
+    }
+    
+    function indent(stream, state, type) {
+        type = type || 'py';
+        var indentUnit = 0;
+        if (type === 'py') {
+            if (state.scopes[0].type !== 'py') {
+                state.scopes[0].offset = stream.indentation();
+                return;
+            }
+            for (var i = 0; i < state.scopes.length; ++i) {
+                if (state.scopes[i].type === 'py') {
+                    indentUnit = state.scopes[i].offset + conf.indentUnit;
+                    break;
+                }
+            }
+        } else {
+            indentUnit = stream.column() + stream.current().length;
+        }
+        state.scopes.unshift({
+            offset: indentUnit,
+            type: type
+        });
+    }
+    
+    function dedent(stream, state, type) {
+        type = type || 'py';
+        if (state.scopes.length == 1) return;
+        if (state.scopes[0].type === 'py') {
+            var _indent = stream.indentation();
+            var _indent_index = -1;
+            for (var i = 0; i < state.scopes.length; ++i) {
+                if (_indent === state.scopes[i].offset) {
+                    _indent_index = i;
+                    break;
+                }
+            }
+            if (_indent_index === -1) {
+                return true;
+            }
+            while (state.scopes[0].offset !== _indent) {
+                state.scopes.shift();
+            }
+            return false;
+        } else {
+            if (type === 'py') {
+                state.scopes[0].offset = stream.indentation();
+                return false;
+            } else {
+                if (state.scopes[0].type != type) {
+                    return true;
+                }
+                state.scopes.shift();
+                return false;
+            }
+        }
+    }
+
+    function tokenLexer(stream, state) {
+        indentInfo = null;
+        var style = state.tokenize(stream, state);
+        var current = stream.current();
+
+        // Handle '.' connected identifiers
+        if (current === '.') {
+            style = stream.match(identifiers, false) ? null : ERRORCLASS;
+            if (style === null && state.lastToken === 'meta') {
+                // Apply 'meta' style to '.' connected identifiers when
+                // appropriate.
+                style = 'meta';
+            }
+            return style;
+        }
+        
+        // Handle decorators
+        if (current === '@') {
+            return stream.match(identifiers, false) ? 'meta' : ERRORCLASS;
+        }
+
+        if ((style === 'variable' || style === 'builtin')
+            && state.lastToken === 'meta') {
+            style = 'meta';
+        }
+        
+        // Handle scope changes.
+        if (current === 'pass' || current === 'return') {
+            state.dedent += 1;
+        }
+        if (current === 'lambda') state.lambda = true;
+        if ((current === ':' && !state.lambda && state.scopes[0].type == 'py')
+            || indentInfo === 'indent') {
+            indent(stream, state);
+        }
+        var delimiter_index = '[({'.indexOf(current);
+        if (delimiter_index !== -1) {
+            indent(stream, state, '])}'.slice(delimiter_index, delimiter_index+1));
+        }
+        if (indentInfo === 'dedent') {
+            if (dedent(stream, state)) {
+                return ERRORCLASS;
+            }
+        }
+        delimiter_index = '])}'.indexOf(current);
+        if (delimiter_index !== -1) {
+            if (dedent(stream, state, current)) {
+                return ERRORCLASS;
+            }
+        }
+        if (state.dedent > 0 && stream.eol() && state.scopes[0].type == 'py') {
+            if (state.scopes.length > 1) state.scopes.shift();
+            state.dedent -= 1;
+        }
+        
+        return style;
+    }
+
+    var external = {
+        startState: function(basecolumn) {
+            return {
+              tokenize: tokenBase,
+              scopes: [{offset:basecolumn || 0, type:'py'}],
+              lastToken: null,
+              lambda: false,
+              dedent: 0
+          };
+        },
+        
+        token: function(stream, state) {
+            var style = tokenLexer(stream, state);
+            
+            state.lastToken = style;
+            
+            if (stream.eol() && stream.lambda) {
+                state.lambda = false;
+            }
+            
+            return style;
+        },
+        
+        indent: function(state, textAfter) {
+            if (state.tokenize != tokenBase) {
+                return 0;
+            }
+            
+            return state.scopes[0].offset;
+        }
+        
+    };
+    return external;
+});
+
+CodeMirror.defineMIME("text/x-python", "python");
diff --git a/components/originalComponents/static/admin/codemirror/mode/r/LICENSE b/components/originalComponents/static/admin/codemirror/mode/r/LICENSE
new file mode 100755
index 00000000..2510ae16
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/r/LICENSE
@@ -0,0 +1,24 @@
+Copyright (c) 2011, Ubalo, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the Ubalo, Inc nor the names of its
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL UBALO, INC BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/components/originalComponents/static/admin/codemirror/mode/r/index.html b/components/originalComponents/static/admin/codemirror/mode/r/index.html
new file mode 100755
index 00000000..12819553
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/r/index.html
@@ -0,0 +1,74 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: R mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="r.js"></script>
+    <style>
+      .CodeMirror { border-top: 1px solid silver; border-bottom: 1px solid silver; }
+      .cm-s-default span.cm-semi { color: blue; font-weight: bold; }
+      .cm-s-default span.cm-dollar { color: orange; font-weight: bold; }
+      .cm-s-default span.cm-arrow { color: brown; }
+      .cm-s-default span.cm-arg-is { color: brown; }
+    </style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: R mode</h1>
+    <form><textarea id="code" name="code">
+# Code from http://www.mayin.org/ajayshah/KB/R/
+
+# FIRST LEARN ABOUT LISTS --
+X = list(height=5.4, weight=54)
+print("Use default printing --")
+print(X)
+print("Accessing individual elements --")
+cat("Your height is ", X$height, " and your weight is ", X$weight, "\n")
+
+# FUNCTIONS --
+square <- function(x) {
+  return(x*x)
+}
+cat("The square of 3 is ", square(3), "\n")
+
+                 # default value of the arg is set to 5.
+cube <- function(x=5) {
+  return(x*x*x);
+}
+cat("Calling cube with 2 : ", cube(2), "\n")    # will give 2^3
+cat("Calling cube        : ", cube(), "\n")     # will default to 5^3.
+
+# LEARN ABOUT FUNCTIONS THAT RETURN MULTIPLE OBJECTS --
+powers <- function(x) {
+  parcel = list(x2=x*x, x3=x*x*x, x4=x*x*x*x);
+  return(parcel);
+}
+
+X = powers(3);
+print("Showing powers of 3 --"); print(X);
+
+# WRITING THIS COMPACTLY (4 lines instead of 7)
+
+powerful <- function(x) {
+  return(list(x2=x*x, x3=x*x*x, x4=x*x*x*x));
+}
+print("Showing powers of 3 --"); print(powerful(3));
+
+# In R, the last expression in a function is, by default, what is
+# returned. So you could equally just say:
+powerful <- function(x) {list(x2=x*x, x3=x*x*x, x4=x*x*x*x)}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-rsrc</code>.</p>
+
+    <p>Development of the CodeMirror R mode was kindly sponsored
+    by <a href="http://ubalo.com/">Ubalo</a>, who hold
+    the <a href="LICENSE">license</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/r/r.js b/components/originalComponents/static/admin/codemirror/mode/r/r.js
new file mode 100755
index 00000000..53647f23
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/r/r.js
@@ -0,0 +1,141 @@
+CodeMirror.defineMode("r", function(config) {
+  function wordObj(str) {
+    var words = str.split(" "), res = {};
+    for (var i = 0; i < words.length; ++i) res[words[i]] = true;
+    return res;
+  }
+  var atoms = wordObj("NULL NA Inf NaN NA_integer_ NA_real_ NA_complex_ NA_character_");
+  var builtins = wordObj("list quote bquote eval return call parse deparse");
+  var keywords = wordObj("if else repeat while function for in next break");
+  var blockkeywords = wordObj("if else repeat while function for");
+  var opChars = /[+\-*\/^<>=!&|~$:]/;
+  var curPunc;
+
+  function tokenBase(stream, state) {
+    curPunc = null;
+    var ch = stream.next();
+    if (ch == "#") {
+      stream.skipToEnd();
+      return "comment";
+    } else if (ch == "0" && stream.eat("x")) {
+      stream.eatWhile(/[\da-f]/i);
+      return "number";
+    } else if (ch == "." && stream.eat(/\d/)) {
+      stream.match(/\d*(?:e[+\-]?\d+)?/);
+      return "number";
+    } else if (/\d/.test(ch)) {
+      stream.match(/\d*(?:\.\d+)?(?:e[+\-]\d+)?L?/);
+      return "number";
+    } else if (ch == "'" || ch == '"') {
+      state.tokenize = tokenString(ch);
+      return "string";
+    } else if (ch == "." && stream.match(/.[.\d]+/)) {
+      return "keyword";
+    } else if (/[\w\.]/.test(ch) && ch != "_") {
+      stream.eatWhile(/[\w\.]/);
+      var word = stream.current();
+      if (atoms.propertyIsEnumerable(word)) return "atom";
+      if (keywords.propertyIsEnumerable(word)) {
+        if (blockkeywords.propertyIsEnumerable(word)) curPunc = "block";
+        return "keyword";
+      }
+      if (builtins.propertyIsEnumerable(word)) return "builtin";
+      return "variable";
+    } else if (ch == "%") {
+      if (stream.skipTo("%")) stream.next();
+      return "variable-2";
+    } else if (ch == "<" && stream.eat("-")) {
+      return "arrow";
+    } else if (ch == "=" && state.ctx.argList) {
+      return "arg-is";
+    } else if (opChars.test(ch)) {
+      if (ch == "$") return "dollar";
+      stream.eatWhile(opChars);
+      return "operator";
+    } else if (/[\(\){}\[\];]/.test(ch)) {
+      curPunc = ch;
+      if (ch == ";") return "semi";
+      return null;
+    } else {
+      return null;
+    }
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      if (stream.eat("\\")) {
+        var ch = stream.next();
+        if (ch == "x") stream.match(/^[a-f0-9]{2}/i);
+        else if ((ch == "u" || ch == "U") && stream.eat("{") && stream.skipTo("}")) stream.next();
+        else if (ch == "u") stream.match(/^[a-f0-9]{4}/i);
+        else if (ch == "U") stream.match(/^[a-f0-9]{8}/i);
+        else if (/[0-7]/.test(ch)) stream.match(/^[0-7]{1,2}/);
+        return "string-2";
+      } else {
+        var next;
+        while ((next = stream.next()) != null) {
+          if (next == quote) { state.tokenize = tokenBase; break; }
+          if (next == "\\") { stream.backUp(1); break; }
+        }
+        return "string";
+      }
+    };
+  }
+
+  function push(state, type, stream) {
+    state.ctx = {type: type,
+                 indent: state.indent,
+                 align: null,
+                 column: stream.column(),
+                 prev: state.ctx};
+  }
+  function pop(state) {
+    state.indent = state.ctx.indent;
+    state.ctx = state.ctx.prev;
+  }
+
+  return {
+    startState: function(base) {
+      return {tokenize: tokenBase,
+              ctx: {type: "top",
+                    indent: -config.indentUnit,
+                    align: false},
+              indent: 0,
+              afterIdent: false};
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (state.ctx.align == null) state.ctx.align = false;
+        state.indent = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      if (style != "comment" && state.ctx.align == null) state.ctx.align = true;
+
+      var ctype = state.ctx.type;
+      if ((curPunc == ";" || curPunc == "{" || curPunc == "}") && ctype == "block") pop(state);
+      if (curPunc == "{") push(state, "}", stream);
+      else if (curPunc == "(") {
+        push(state, ")", stream);
+        if (state.afterIdent) state.ctx.argList = true;
+      }
+      else if (curPunc == "[") push(state, "]", stream);
+      else if (curPunc == "block") push(state, "block", stream);
+      else if (curPunc == ctype) pop(state);
+      state.afterIdent = style == "variable" || style == "keyword";
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != tokenBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), ctx = state.ctx,
+          closing = firstChar == ctx.type;
+      if (ctx.type == "block") return ctx.indent + (firstChar == "{" ? 0 : config.indentUnit);
+      else if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indent + (closing ? 0 : config.indentUnit);
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-rsrc", "r");
diff --git a/components/originalComponents/static/admin/codemirror/mode/rpm/changes/changes.js b/components/originalComponents/static/admin/codemirror/mode/rpm/changes/changes.js
new file mode 100755
index 00000000..cb45f9e5
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rpm/changes/changes.js
@@ -0,0 +1,19 @@
+CodeMirror.defineMode("changes", function(config, modeConfig) {
+  var headerSeperator = /^-+$/;
+  var headerLine = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)  ?\d{1,2} \d{2}:\d{2}(:\d{2})? [A-Z]{3,4} \d{4} - /;
+  var simpleEmail = /^[\w+.-]+@[\w.-]+/;
+
+  return {
+    token: function(stream) {
+      if (stream.sol()) {
+        if (stream.match(headerSeperator)) { return 'tag'; }
+        if (stream.match(headerLine)) { return 'tag'; }
+      }
+      if (stream.match(simpleEmail)) { return 'string'; }
+      stream.next();
+      return null;
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-rpm-changes", "changes");
diff --git a/components/originalComponents/static/admin/codemirror/mode/rpm/changes/index.html b/components/originalComponents/static/admin/codemirror/mode/rpm/changes/index.html
new file mode 100755
index 00000000..3f3dccc8
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rpm/changes/index.html
@@ -0,0 +1,54 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: RPM changes mode</title>
+    <link rel="stylesheet" href="../../../lib/codemirror.css">
+    <script src="../../../lib/codemirror.js"></script>
+    <script src="changes.js"></script>
+    <link rel="stylesheet" href="../../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: RPM changes mode</h1>
+    
+    <div><textarea id="code" name="code">
+-------------------------------------------------------------------
+Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
+
+- Update to r60.3
+- Fixes bug in the reflect package
+  * disallow Interface method on Value obtained via unexported name
+
+-------------------------------------------------------------------
+Thu Oct  6 08:14:24 UTC 2011 - misterx@example.com
+
+- Update to r60.2
+- Fixes memory leak in certain map types
+
+-------------------------------------------------------------------
+Wed Oct  5 14:34:10 UTC 2011 - misterx@example.com
+
+- Tweaks for gdb debugging
+- go.spec changes:
+  - move %go_arch definition to %prep section
+  - pass correct location of go specific gdb pretty printer and
+    functions to cpp as HOST_EXTRA_CFLAGS macro
+  - install go gdb functions & printer
+- gdb-printer.patch
+  - patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
+    gdb functions and pretty printer
+</textarea></div>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: {name: "changes"},
+        lineNumbers: true,
+        indentUnit: 4,
+        tabMode: "shift",
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-rpm-changes</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/rpm/spec/index.html b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/index.html
new file mode 100755
index 00000000..23aef984
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/index.html
@@ -0,0 +1,100 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: RPM spec mode</title>
+    <link rel="stylesheet" href="../../../lib/codemirror.css">
+    <script src="../../../lib/codemirror.js"></script>
+    <script src="spec.js"></script>
+    <link rel="stylesheet" href="spec.css">
+    <link rel="stylesheet" href="../../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: RPM spec mode</h1>
+    
+    <div><textarea id="code" name="code">
+#
+# spec file for package minidlna
+#
+# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+
+Name:           libupnp6
+Version:        1.6.13
+Release:        0
+Summary:        Portable Universal Plug and Play (UPnP) SDK
+Group:          System/Libraries
+License:        BSD-3-Clause
+Url:            http://sourceforge.net/projects/pupnp/
+Source0:        http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+%description
+The portable Universal Plug and Play (UPnP) SDK provides support for building
+UPnP-compliant control points, devices, and bridges on several operating
+systems.
+
+%package -n libupnp-devel
+Summary:        Portable Universal Plug and Play (UPnP) SDK
+Group:          Development/Libraries/C and C++
+Provides:       pkgconfig(libupnp)
+Requires:       %{name} = %{version}
+
+%description -n libupnp-devel
+The portable Universal Plug and Play (UPnP) SDK provides support for building
+UPnP-compliant control points, devices, and bridges on several operating
+systems.
+
+%prep
+%setup -n libupnp-%{version}
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%install
+%makeinstall
+find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc ChangeLog NEWS README TODO
+%{_libdir}/libixml.so.*
+%{_libdir}/libthreadutil.so.*
+%{_libdir}/libupnp.so.*
+
+%files -n libupnp-devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/libupnp.pc
+%{_libdir}/libixml.so
+%{_libdir}/libthreadutil.so
+%{_libdir}/libupnp.so
+%{_includedir}/upnp/
+
+%changelog</textarea></div>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: {name: "spec"},
+        lineNumbers: true,
+        indentUnit: 4,
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-rpm-spec</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.css b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.css
new file mode 100755
index 00000000..d0a5d430
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.css
@@ -0,0 +1,5 @@
+.cm-s-default span.cm-preamble {color: #b26818; font-weight: bold;}
+.cm-s-default span.cm-macro {color: #b218b2;}
+.cm-s-default span.cm-section {color: green; font-weight: bold;}
+.cm-s-default span.cm-script {color: red;}
+.cm-s-default span.cm-issue {color: yellow;}
diff --git a/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.js b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.js
new file mode 100755
index 00000000..902db6ae
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rpm/spec/spec.js
@@ -0,0 +1,66 @@
+// Quick and dirty spec file highlighting
+
+CodeMirror.defineMode("spec", function(config, modeConfig) {
+  var arch = /^(i386|i586|i686|x86_64|ppc64|ppc|ia64|s390x|s390|sparc64|sparcv9|sparc|noarch|alphaev6|alpha|hppa|mipsel)/;
+
+  var preamble = /^(Name|Version|Release|License|Summary|Url|Group|Source|BuildArch|BuildRequires|BuildRoot|AutoReqProv|Provides|Requires(\(\w+\))?|Obsoletes|Conflicts|Recommends|Source\d*|Patch\d*|ExclusiveArch|NoSource|Supplements):/;
+  var section = /^%(debug_package|package|description|prep|build|install|files|clean|changelog|preun|postun|pre|post|triggerin|triggerun|pretrans|posttrans|verifyscript|check|triggerpostun|triggerprein|trigger)/;
+  var control_flow_complex = /^%(ifnarch|ifarch|if)/; // rpm control flow macros
+  var control_flow_simple = /^%(else|endif)/; // rpm control flow macros
+  var operators = /^(\!|\?|\<\=|\<|\>\=|\>|\=\=|\&\&|\|\|)/; // operators in control flow macros
+
+  return {
+    startState: function () {
+        return {
+          controlFlow: false,
+          macroParameters: false,
+          section: false
+        };
+    },
+    token: function (stream, state) {
+      var ch = stream.peek();
+      if (ch == "#") { stream.skipToEnd(); return "comment"; }
+
+      if (stream.sol()) {
+        if (stream.match(preamble)) { return "preamble"; }
+        if (stream.match(section)) { return "section"; }
+      }
+
+      if (stream.match(/^\$\w+/)) { return "def"; } // Variables like '$RPM_BUILD_ROOT'
+      if (stream.match(/^\$\{\w+\}/)) { return "def"; } // Variables like '${RPM_BUILD_ROOT}'
+
+      if (stream.match(control_flow_simple)) { return "keyword"; }
+      if (stream.match(control_flow_complex)) {
+        state.controlFlow = true;
+        return "keyword";
+      }
+      if (state.controlFlow) {
+        if (stream.match(operators)) { return "operator"; }
+        if (stream.match(/^(\d+)/)) { return "number"; }
+        if (stream.eol()) { state.controlFlow = false; }
+      }
+
+      if (stream.match(arch)) { return "number"; }
+
+      // Macros like '%make_install' or '%attr(0775,root,root)'
+      if (stream.match(/^%[\w]+/)) {
+        if (stream.match(/^\(/)) { state.macroParameters = true; }
+        return "macro";
+      }
+      if (state.macroParameters) {
+        if (stream.match(/^\d+/)) { return "number";}
+        if (stream.match(/^\)/)) {
+          state.macroParameters = false;
+          return "macro";
+        }
+      }
+      if (stream.match(/^%\{\??[\w \-]+\}/)) { return "macro"; } // Macros like '%{defined fedora}'
+
+      //TODO: Include bash script sub-parser (CodeMirror supports that)
+      stream.next();
+      return null;
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/x-rpm-spec", "spec");
diff --git a/components/originalComponents/static/admin/codemirror/mode/rst/index.html b/components/originalComponents/static/admin/codemirror/mode/rst/index.html
new file mode 100755
index 00000000..6e477201
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rst/index.html
@@ -0,0 +1,526 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: reStructuredText mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="rst.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: reStructuredText mode</h1>
+
+<form><textarea id="code" name="code">
+.. This is an excerpt from Sphinx documentation: http://sphinx.pocoo.org/_sources/rest.txt
+
+.. highlightlang:: rest
+
+.. _rst-primer:
+
+reStructuredText Primer
+=======================
+
+This section is a brief introduction to reStructuredText (reST) concepts and
+syntax, intended to provide authors with enough information to author documents
+productively.  Since reST was designed to be a simple, unobtrusive markup
+language, this will not take too long.
+
+.. seealso::
+
+   The authoritative `reStructuredText User Documentation
+   &lt;http://docutils.sourceforge.net/rst.html&gt;`_.  The "ref" links in this
+   document link to the description of the individual constructs in the reST
+   reference.
+
+
+Paragraphs
+----------
+
+The paragraph (:duref:`ref &lt;paragraphs&gt;`) is the most basic block in a reST
+document.  Paragraphs are simply chunks of text separated by one or more blank
+lines.  As in Python, indentation is significant in reST, so all lines of the
+same paragraph must be left-aligned to the same level of indentation.
+
+
+.. _inlinemarkup:
+
+Inline markup
+-------------
+
+The standard reST inline markup is quite simple: use
+
+* one asterisk: ``*text*`` for emphasis (italics),
+* two asterisks: ``**text**`` for strong emphasis (boldface), and
+* backquotes: ````text```` for code samples.
+
+If asterisks or backquotes appear in running text and could be confused with
+inline markup delimiters, they have to be escaped with a backslash.
+
+Be aware of some restrictions of this markup:
+
+* it may not be nested,
+* content may not start or end with whitespace: ``* text*`` is wrong,
+* it must be separated from surrounding text by non-word characters.  Use a
+  backslash escaped space to work around that: ``thisis\ *one*\ word``.
+
+These restrictions may be lifted in future versions of the docutils.
+
+reST also allows for custom "interpreted text roles"', which signify that the
+enclosed text should be interpreted in a specific way.  Sphinx uses this to
+provide semantic markup and cross-referencing of identifiers, as described in
+the appropriate section.  The general syntax is ``:rolename:`content```.
+
+Standard reST provides the following roles:
+
+* :durole:`emphasis` -- alternate spelling for ``*emphasis*``
+* :durole:`strong` -- alternate spelling for ``**strong**``
+* :durole:`literal` -- alternate spelling for ````literal````
+* :durole:`subscript` -- subscript text
+* :durole:`superscript` -- superscript text
+* :durole:`title-reference` -- for titles of books, periodicals, and other
+  materials
+
+See :ref:`inline-markup` for roles added by Sphinx.
+
+
+Lists and Quote-like blocks
+---------------------------
+
+List markup (:duref:`ref &lt;bullet-lists&gt;`) is natural: just place an asterisk at
+the start of a paragraph and indent properly.  The same goes for numbered lists;
+they can also be autonumbered using a ``#`` sign::
+
+   * This is a bulleted list.
+   * It has two items, the second
+     item uses two lines.
+
+   1. This is a numbered list.
+   2. It has two items too.
+
+   #. This is a numbered list.
+   #. It has two items too.
+
+
+Nested lists are possible, but be aware that they must be separated from the
+parent list items by blank lines::
+
+   * this is
+   * a list
+
+     * with a nested list
+     * and some subitems
+
+   * and here the parent list continues
+
+Definition lists (:duref:`ref &lt;definition-lists&gt;`) are created as follows::
+
+   term (up to a line of text)
+      Definition of the term, which must be indented
+
+      and can even consist of multiple paragraphs
+
+   next term
+      Description.
+
+Note that the term cannot have more than one line of text.
+
+Quoted paragraphs (:duref:`ref &lt;block-quotes&gt;`) are created by just indenting
+them more than the surrounding paragraphs.
+
+Line blocks (:duref:`ref &lt;line-blocks&gt;`) are a way of preserving line breaks::
+
+   | These lines are
+   | broken exactly like in
+   | the source file.
+
+There are also several more special blocks available:
+
+* field lists (:duref:`ref &lt;field-lists&gt;`)
+* option lists (:duref:`ref &lt;option-lists&gt;`)
+* quoted literal blocks (:duref:`ref &lt;quoted-literal-blocks&gt;`)
+* doctest blocks (:duref:`ref &lt;doctest-blocks&gt;`)
+
+
+Source Code
+-----------
+
+Literal code blocks (:duref:`ref &lt;literal-blocks&gt;`) are introduced by ending a
+paragraph with the special marker ``::``.  The literal block must be indented
+(and, like all paragraphs, separated from the surrounding ones by blank lines)::
+
+   This is a normal text paragraph. The next paragraph is a code sample::
+
+      It is not processed in any way, except
+      that the indentation is removed.
+
+      It can span multiple lines.
+
+   This is a normal text paragraph again.
+
+The handling of the ``::`` marker is smart:
+
+* If it occurs as a paragraph of its own, that paragraph is completely left
+  out of the document.
+* If it is preceded by whitespace, the marker is removed.
+* If it is preceded by non-whitespace, the marker is replaced by a single
+  colon.
+
+That way, the second sentence in the above example's first paragraph would be
+rendered as "The next paragraph is a code sample:".
+
+
+.. _rst-tables:
+
+Tables
+------
+
+Two forms of tables are supported.  For *grid tables* (:duref:`ref
+&lt;grid-tables&gt;`), you have to "paint" the cell grid yourself.  They look like
+this::
+
+   +------------------------+------------+----------+----------+
+   | Header row, column 1   | Header 2   | Header 3 | Header 4 |
+   | (header rows optional) |            |          |          |
+   +========================+============+==========+==========+
+   | body row 1, column 1   | column 2   | column 3 | column 4 |
+   +------------------------+------------+----------+----------+
+   | body row 2             | ...        | ...      |          |
+   +------------------------+------------+----------+----------+
+
+*Simple tables* (:duref:`ref &lt;simple-tables&gt;`) are easier to write, but
+limited: they must contain more than one row, and the first column cannot
+contain multiple lines.  They look like this::
+
+   =====  =====  =======
+   A      B      A and B
+   =====  =====  =======
+   False  False  False
+   True   False  False
+   False  True   False
+   True   True   True
+   =====  =====  =======
+
+
+Hyperlinks
+----------
+
+External links
+^^^^^^^^^^^^^^
+
+Use ```Link text &lt;http://example.com/&gt;`_`` for inline web links.  If the link
+text should be the web address, you don't need special markup at all, the parser
+finds links and mail addresses in ordinary text.
+
+You can also separate the link and the target definition (:duref:`ref
+&lt;hyperlink-targets&gt;`), like this::
+
+   This is a paragraph that contains `a link`_.
+
+   .. _a link: http://example.com/
+
+
+Internal links
+^^^^^^^^^^^^^^
+
+Internal linking is done via a special reST role provided by Sphinx, see the
+section on specific markup, :ref:`ref-role`.
+
+
+Sections
+--------
+
+Section headers (:duref:`ref &lt;sections&gt;`) are created by underlining (and
+optionally overlining) the section title with a punctuation character, at least
+as long as the text::
+
+   =================
+   This is a heading
+   =================
+
+Normally, there are no heading levels assigned to certain characters as the
+structure is determined from the succession of headings.  However, for the
+Python documentation, this convention is used which you may follow:
+
+* ``#`` with overline, for parts
+* ``*`` with overline, for chapters
+* ``=``, for sections
+* ``-``, for subsections
+* ``^``, for subsubsections
+* ``"``, for paragraphs
+
+Of course, you are free to use your own marker characters (see the reST
+documentation), and use a deeper nesting level, but keep in mind that most
+target formats (HTML, LaTeX) have a limited supported nesting depth.
+
+
+Explicit Markup
+---------------
+
+"Explicit markup" (:duref:`ref &lt;explicit-markup-blocks&gt;`) is used in reST for
+most constructs that need special handling, such as footnotes,
+specially-highlighted paragraphs, comments, and generic directives.
+
+An explicit markup block begins with a line starting with ``..`` followed by
+whitespace and is terminated by the next paragraph at the same level of
+indentation.  (There needs to be a blank line between explicit markup and normal
+paragraphs.  This may all sound a bit complicated, but it is intuitive enough
+when you write it.)
+
+
+.. _directives:
+
+Directives
+----------
+
+A directive (:duref:`ref &lt;directives&gt;`) is a generic block of explicit markup.
+Besides roles, it is one of the extension mechanisms of reST, and Sphinx makes
+heavy use of it.
+
+Docutils supports the following directives:
+
+* Admonitions: :dudir:`attention`, :dudir:`caution`, :dudir:`danger`,
+  :dudir:`error`, :dudir:`hint`, :dudir:`important`, :dudir:`note`,
+  :dudir:`tip`, :dudir:`warning` and the generic :dudir:`admonition`.
+  (Most themes style only "note" and "warning" specially.)
+
+* Images:
+
+  - :dudir:`image` (see also Images_ below)
+  - :dudir:`figure` (an image with caption and optional legend)
+
+* Additional body elements:
+
+  - :dudir:`contents` (a local, i.e. for the current file only, table of
+    contents)
+  - :dudir:`container` (a container with a custom class, useful to generate an
+    outer ``&lt;div&gt;`` in HTML)
+  - :dudir:`rubric` (a heading without relation to the document sectioning)
+  - :dudir:`topic`, :dudir:`sidebar` (special highlighted body elements)
+  - :dudir:`parsed-literal` (literal block that supports inline markup)
+  - :dudir:`epigraph` (a block quote with optional attribution line)
+  - :dudir:`highlights`, :dudir:`pull-quote` (block quotes with their own
+    class attribute)
+  - :dudir:`compound` (a compound paragraph)
+
+* Special tables:
+
+  - :dudir:`table` (a table with title)
+  - :dudir:`csv-table` (a table generated from comma-separated values)
+  - :dudir:`list-table` (a table generated from a list of lists)
+
+* Special directives:
+
+  - :dudir:`raw` (include raw target-format markup)
+  - :dudir:`include` (include reStructuredText from another file)
+    -- in Sphinx, when given an absolute include file path, this directive takes
+    it as relative to the source directory
+  - :dudir:`class` (assign a class attribute to the next element) [1]_
+
+* HTML specifics:
+
+  - :dudir:`meta` (generation of HTML ``&lt;meta&gt;`` tags)
+  - :dudir:`title` (override document title)
+
+* Influencing markup:
+
+  - :dudir:`default-role` (set a new default role)
+  - :dudir:`role` (create a new role)
+
+  Since these are only per-file, better use Sphinx' facilities for setting the
+  :confval:`default_role`.
+
+Do *not* use the directives :dudir:`sectnum`, :dudir:`header` and
+:dudir:`footer`.
+
+Directives added by Sphinx are described in :ref:`sphinxmarkup`.
+
+Basically, a directive consists of a name, arguments, options and content. (Keep
+this terminology in mind, it is used in the next chapter describing custom
+directives.)  Looking at this example, ::
+
+   .. function:: foo(x)
+                 foo(y, z)
+      :module: some.module.name
+
+      Return a line of text input from the user.
+
+``function`` is the directive name.  It is given two arguments here, the
+remainder of the first line and the second line, as well as one option
+``module`` (as you can see, options are given in the lines immediately following
+the arguments and indicated by the colons).  Options must be indented to the
+same level as the directive content.
+
+The directive content follows after a blank line and is indented relative to the
+directive start.
+
+
+Images
+------
+
+reST supports an image directive (:dudir:`ref &lt;image&gt;`), used like so::
+
+   .. image:: gnu.png
+      (options)
+
+When used within Sphinx, the file name given (here ``gnu.png``) must either be
+relative to the source file, or absolute which means that they are relative to
+the top source directory.  For example, the file ``sketch/spam.rst`` could refer
+to the image ``images/spam.png`` as ``../images/spam.png`` or
+``/images/spam.png``.
+
+Sphinx will automatically copy image files over to a subdirectory of the output
+directory on building (e.g. the ``_static`` directory for HTML output.)
+
+Interpretation of image size options (``width`` and ``height``) is as follows:
+if the size has no unit or the unit is pixels, the given size will only be
+respected for output channels that support pixels (i.e. not in LaTeX output).
+Other units (like ``pt`` for points) will be used for HTML and LaTeX output.
+
+Sphinx extends the standard docutils behavior by allowing an asterisk for the
+extension::
+
+   .. image:: gnu.*
+
+Sphinx then searches for all images matching the provided pattern and determines
+their type.  Each builder then chooses the best image out of these candidates.
+For instance, if the file name ``gnu.*`` was given and two files :file:`gnu.pdf`
+and :file:`gnu.png` existed in the source tree, the LaTeX builder would choose
+the former, while the HTML builder would prefer the latter.
+
+.. versionchanged:: 0.4
+   Added the support for file names ending in an asterisk.
+
+.. versionchanged:: 0.6
+   Image paths can now be absolute.
+
+
+Footnotes
+---------
+
+For footnotes (:duref:`ref &lt;footnotes&gt;`), use ``[#name]_`` to mark the footnote
+location, and add the footnote body at the bottom of the document after a
+"Footnotes" rubric heading, like so::
+
+   Lorem ipsum [#f1]_ dolor sit amet ... [#f2]_
+
+   .. rubric:: Footnotes
+
+   .. [#f1] Text of the first footnote.
+   .. [#f2] Text of the second footnote.
+
+You can also explicitly number the footnotes (``[1]_``) or use auto-numbered
+footnotes without names (``[#]_``).
+
+
+Citations
+---------
+
+Standard reST citations (:duref:`ref &lt;citations&gt;`) are supported, with the
+additional feature that they are "global", i.e. all citations can be referenced
+from all files.  Use them like so::
+
+   Lorem ipsum [Ref]_ dolor sit amet.
+
+   .. [Ref] Book or article reference, URL or whatever.
+
+Citation usage is similar to footnote usage, but with a label that is not
+numeric or begins with ``#``.
+
+
+Substitutions
+-------------
+
+reST supports "substitutions" (:duref:`ref &lt;substitution-definitions&gt;`), which
+are pieces of text and/or markup referred to in the text by ``|name|``.  They
+are defined like footnotes with explicit markup blocks, like this::
+
+   .. |name| replace:: replacement *text*
+
+or this::
+
+   .. |caution| image:: warning.png
+                :alt: Warning!
+
+See the :duref:`reST reference for substitutions &lt;substitution-definitions&gt;`
+for details.
+
+If you want to use some substitutions for all documents, put them into
+:confval:`rst_prolog` or put them into a separate file and include it into all
+documents you want to use them in, using the :rst:dir:`include` directive.  (Be
+sure to give the include file a file name extension differing from that of other
+source files, to avoid Sphinx finding it as a standalone document.)
+
+Sphinx defines some default substitutions, see :ref:`default-substitutions`.
+
+
+Comments
+--------
+
+Every explicit markup block which isn't a valid markup construct (like the
+footnotes above) is regarded as a comment (:duref:`ref &lt;comments&gt;`).  For
+example::
+
+   .. This is a comment.
+
+You can indent text after a comment start to form multiline comments::
+
+   ..
+      This whole indented block
+      is a comment.
+
+      Still in the comment.
+
+
+Source encoding
+---------------
+
+Since the easiest way to include special characters like em dashes or copyright
+signs in reST is to directly write them as Unicode characters, one has to
+specify an encoding.  Sphinx assumes source files to be encoded in UTF-8 by
+default; you can change this with the :confval:`source_encoding` config value.
+
+
+Gotchas
+-------
+
+There are some problems one commonly runs into while authoring reST documents:
+
+* **Separation of inline markup:** As said above, inline markup spans must be
+  separated from the surrounding text by non-word characters, you have to use a
+  backslash-escaped space to get around that.  See `the reference
+  &lt;http://docutils.sf.net/docs/ref/rst/restructuredtext.html#inline-markup&gt;`_
+  for the details.
+
+* **No nested inline markup:** Something like ``*see :func:`foo`*`` is not
+  possible.
+
+
+.. rubric:: Footnotes
+
+.. [1] When the default domain contains a :rst:dir:`class` directive, this directive
+       will be shadowed.  Therefore, Sphinx re-exports it as :rst:dir:`rst-class`.
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+      });
+    </script>
+    <p>The reStructuredText mode supports one configuration parameter:</p>
+    <dl>
+      <dt><code>verbatim (string)</code></dt>
+      <dd>A name or MIME type of a mode that will be used for highlighting
+      verbatim blocks. By default, reStructuredText mode uses uniform color
+      for whole block of verbatim text if no mode is given.</dd>
+    </dl>
+    <p>If <code>python</code> mode is available,
+    it will be used for highlighting blocks containing Python/IPython terminal
+    sessions (blocks starting with <code>&gt;&gt;&gt;</code> (for Python) or
+    <code>In [num]:</code> (for IPython).
+
+    <p><strong>MIME types defined:</strong> <code>text/x-rst</code>.</p>
+  </body>
+</html>
+
diff --git a/components/originalComponents/static/admin/codemirror/mode/rst/rst.js b/components/originalComponents/static/admin/codemirror/mode/rst/rst.js
new file mode 100755
index 00000000..c4ecdf4c
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rst/rst.js
@@ -0,0 +1,326 @@
+CodeMirror.defineMode('rst', function(config, options) {
+    function setState(state, fn, ctx) {
+        state.fn = fn;
+        setCtx(state, ctx);
+    }
+
+    function setCtx(state, ctx) {
+        state.ctx = ctx || {};
+    }
+
+    function setNormal(state, ch) {
+        if (ch && (typeof ch !== 'string')) {
+            var str = ch.current();
+            ch = str[str.length-1];
+        }
+
+        setState(state, normal, {back: ch});
+    }
+
+    function hasMode(mode) {
+        if (mode) {
+            var modes = CodeMirror.listModes();
+
+            for (var i in modes) {
+                if (modes[i] == mode) {
+                    return true;
+                }
+            }
+        }
+
+        return false;
+    }
+
+    function getMode(mode) {
+        if (hasMode(mode)) {
+            return CodeMirror.getMode(config, mode);
+        } else {
+            return null;
+        }
+    }
+
+    var verbatimMode = getMode(options.verbatim);
+    var pythonMode = getMode('python');
+
+    var reSection = /^[!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~]/;
+    var reDirective = /^\s*\w([-:.\w]*\w)?::(\s|$)/;
+    var reHyperlink = /^\s*_[\w-]+:(\s|$)/;
+    var reFootnote = /^\s*\[(\d+|#)\](\s|$)/;
+    var reCitation = /^\s*\[[A-Za-z][\w-]*\](\s|$)/;
+    var reFootnoteRef = /^\[(\d+|#)\]_/;
+    var reCitationRef = /^\[[A-Za-z][\w-]*\]_/;
+    var reDirectiveMarker = /^\.\.(\s|$)/;
+    var reVerbatimMarker = /^::\s*$/;
+    var rePreInline = /^[-\s"([{</:]/;
+    var rePostInline = /^[-\s`'")\]}>/:.,;!?\\_]/;
+    var reEnumeratedList = /^\s*((\d+|[A-Za-z#])[.)]|\((\d+|[A-Z-a-z#])\))\s/;
+    var reBulletedList = /^\s*[-\+\*]\s/;
+    var reExamples = /^\s+(>>>|In \[\d+\]:)\s/;
+
+    function normal(stream, state) {
+        var ch, sol, i;
+
+        if (stream.eat(/\\/)) {
+            ch = stream.next();
+            setNormal(state, ch);
+            return null;
+        }
+
+        sol = stream.sol();
+
+        if (sol && (ch = stream.eat(reSection))) {
+            for (i = 0; stream.eat(ch); i++);
+
+            if (i >= 3 && stream.match(/^\s*$/)) {
+                setNormal(state, null);
+                return 'header';
+            } else {
+                stream.backUp(i + 1);
+            }
+        }
+
+        if (sol && stream.match(reDirectiveMarker)) {
+            if (!stream.eol()) {
+                setState(state, directive);
+            }
+            return 'meta';
+        }
+
+        if (stream.match(reVerbatimMarker)) {
+            if (!verbatimMode) {
+                setState(state, verbatim);
+            } else {
+                var mode = verbatimMode;
+
+                setState(state, verbatim, {
+                    mode: mode,
+                    local: mode.startState()
+                });
+            }
+            return 'meta';
+        }
+
+        if (sol && stream.match(reExamples, false)) {
+            if (!pythonMode) {
+                setState(state, verbatim);
+                return 'meta';
+            } else {
+                var mode = pythonMode;
+
+                setState(state, verbatim, {
+                    mode: mode,
+                    local: mode.startState()
+                });
+
+                return null;
+            }
+        }
+
+        function testBackward(re) {
+            return sol || !state.ctx.back || re.test(state.ctx.back);
+        }
+
+        function testForward(re) {
+            return stream.eol() || stream.match(re, false);
+        }
+
+        function testInline(re) {
+            return stream.match(re) && testBackward(/\W/) && testForward(/\W/);
+        }
+
+        if (testInline(reFootnoteRef)) {
+            setNormal(state, stream);
+            return 'footnote';
+        }
+
+        if (testInline(reCitationRef)) {
+            setNormal(state, stream);
+            return 'citation';
+        }
+
+        ch = stream.next();
+
+        if (testBackward(rePreInline)) {
+            if ((ch === ':' || ch === '|') && stream.eat(/\S/)) {
+                var token;
+
+                if (ch === ':') {
+                    token = 'builtin';
+                } else {
+                    token = 'atom';
+                }
+
+                setState(state, inline, {
+                    ch: ch,
+                    wide: false,
+                    prev: null,
+                    token: token
+                });
+
+                return token;
+            }
+
+            if (ch === '*' || ch === '`') {
+                var orig = ch,
+                    wide = false;
+
+                ch = stream.next();
+
+                if (ch == orig) {
+                    wide = true;
+                    ch = stream.next();
+                }
+
+                if (ch && !/\s/.test(ch)) {
+                    var token;
+
+                    if (orig === '*') {
+                        token = wide ? 'strong' : 'em';
+                    } else {
+                        token = wide ? 'string' : 'string-2';
+                    }
+
+                    setState(state, inline, {
+                        ch: orig,               // inline() has to know what to search for
+                        wide: wide,             // are we looking for `ch` or `chch`
+                        prev: null,             // terminator must not be preceeded with whitespace
+                        token: token            // I don't want to recompute this all the time
+                    });
+
+                    return token;
+                }
+            }
+        }
+
+        setNormal(state, ch);
+        return null;
+    }
+
+    function inline(stream, state) {
+        var ch = stream.next(),
+            token = state.ctx.token;
+
+        function finish(ch) {
+            state.ctx.prev = ch;
+            return token;
+        }
+
+        if (ch != state.ctx.ch) {
+            return finish(ch);
+        }
+
+        if (/\s/.test(state.ctx.prev)) {
+            return finish(ch);
+        }
+
+        if (state.ctx.wide) {
+            ch = stream.next();
+
+            if (ch != state.ctx.ch) {
+                return finish(ch);
+            }
+        }
+
+        if (!stream.eol() && !rePostInline.test(stream.peek())) {
+            if (state.ctx.wide) {
+                stream.backUp(1);
+            }
+
+            return finish(ch);
+        }
+
+        setState(state, normal);
+        setNormal(state, ch);
+
+        return token;
+    }
+
+    function directive(stream, state) {
+        var token = null;
+
+        if (stream.match(reDirective)) {
+            token = 'attribute';
+        } else if (stream.match(reHyperlink)) {
+            token = 'link';
+        } else if (stream.match(reFootnote)) {
+            token = 'quote';
+        } else if (stream.match(reCitation)) {
+            token = 'quote';
+        } else {
+            stream.eatSpace();
+
+            if (stream.eol()) {
+                setNormal(state, stream);
+                return null;
+            } else {
+                stream.skipToEnd();
+                setState(state, comment);
+                return 'comment';
+            }
+        }
+
+        // FIXME this is unreachable
+        setState(state, body, {start: true});
+        return token;
+    }
+
+    function body(stream, state) {
+        var token = 'body';
+
+        if (!state.ctx.start || stream.sol()) {
+            return block(stream, state, token);
+        }
+
+        stream.skipToEnd();
+        setCtx(state);
+
+        return token;
+    }
+
+    function comment(stream, state) {
+        return block(stream, state, 'comment');
+    }
+
+    function verbatim(stream, state) {
+        if (!verbatimMode) {
+            return block(stream, state, 'meta');
+        } else {
+            if (stream.sol()) {
+                if (!stream.eatSpace()) {
+                    setNormal(state, stream);
+                }
+
+                return null;
+            }
+
+            return verbatimMode.token(stream, state.ctx.local);
+        }
+    }
+
+    function block(stream, state, token) {
+        if (stream.eol() || stream.eatSpace()) {
+            stream.skipToEnd();
+            return token;
+        } else {
+            setNormal(state, stream);
+            return null;
+        }
+    }
+
+    return {
+        startState: function() {
+            return {fn: normal, ctx: {}};
+        },
+
+        copyState: function(state) {
+            return {fn: state.fn, ctx: state.ctx};
+        },
+
+        token: function(stream, state) {
+            var token = state.fn(stream, state);
+            return token;
+        }
+    };
+}, "python");
+
+CodeMirror.defineMIME("text/x-rst", "rst");
diff --git a/components/originalComponents/static/admin/codemirror/mode/ruby/LICENSE b/components/originalComponents/static/admin/codemirror/mode/ruby/LICENSE
new file mode 100755
index 00000000..ac09fc40
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ruby/LICENSE
@@ -0,0 +1,24 @@
+Copyright (c) 2011, Ubalo, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the Ubalo, Inc. nor the names of its
+      contributors may be used to endorse or promote products derived
+      from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL UBALO, INC BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/components/originalComponents/static/admin/codemirror/mode/ruby/index.html b/components/originalComponents/static/admin/codemirror/mode/ruby/index.html
new file mode 100755
index 00000000..282115b6
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ruby/index.html
@@ -0,0 +1,172 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Ruby mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="ruby.js"></script>
+    <style>
+      .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+      .cm-s-default span.cm-arrow { color: red; }
+    </style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Ruby mode</h1>
+    <form><textarea id="code" name="code">
+# Code from http://sandbox.mc.edu/~bennet/ruby/code/poly_rb.html
+#
+# This program evaluates polynomials.  It first asks for the coefficients
+# of a polynomial, which must be entered on one line, highest-order first.
+# It then requests values of x and will compute the value of the poly for
+# each x.  It will repeatly ask for x values, unless you the user enters
+# a blank line.  It that case, it will ask for another polynomial.  If the
+# user types quit for either input, the program immediately exits.
+#
+
+#
+# Function to evaluate a polynomial at x.  The polynomial is given
+# as a list of coefficients, from the greatest to the least.
+def polyval(x, coef)
+    sum = 0
+    coef = coef.clone           # Don't want to destroy the original
+    while true
+        sum += coef.shift       # Add and remove the next coef
+        break if coef.empty?    # If no more, done entirely.
+        sum *= x                # This happens the right number of times.
+    end
+    return sum
+end
+
+#
+# Function to read a line containing a list of integers and return
+# them as an array of integers.  If the string conversion fails, it
+# throws TypeError.  If the input line is the word 'quit', then it
+# converts it to an end-of-file exception
+def readints(prompt)
+    # Read a line
+    print prompt
+    line = readline.chomp
+    raise EOFError.new if line == 'quit' # You can also use a real EOF.
+            
+    # Go through each item on the line, converting each one and adding it
+    # to retval.
+    retval = [ ]
+    for str in line.split(/\s+/)
+        if str =~ /^\-?\d+$/
+            retval.push(str.to_i)
+        else
+            raise TypeError.new
+        end
+    end
+
+    return retval
+end
+
+#
+# Take a coeff and an exponent and return the string representation, ignoring
+# the sign of the coefficient.
+def term_to_str(coef, exp)
+    ret = ""
+
+    # Show coeff, unless it's 1 or at the right
+    coef = coef.abs
+    ret = coef.to_s     unless coef == 1 && exp > 0
+    ret += "x" if exp > 0                               # x if exponent not 0
+    ret += "^" + exp.to_s if exp > 1                    # ^exponent, if > 1.
+
+    return ret
+end
+
+#
+# Create a string of the polynomial in sort-of-readable form.
+def polystr(p)
+    # Get the exponent of first coefficient, plus 1.
+    exp = p.length
+
+    # Assign exponents to each term, making pairs of coeff and exponent,
+    # Then get rid of the zero terms.
+    p = (p.map { |c| exp -= 1; [ c, exp ] }).select { |p| p[0] != 0 }
+
+    # If there's nothing left, it's a zero
+    return "0" if p.empty?
+
+    # *** Now p is a non-empty list of [ coef, exponent ] pairs. ***
+
+    # Convert the first term, preceded by a "-" if it's negative.
+    result = (if p[0][0] < 0 then "-" else "" end) + term_to_str(*p[0])
+
+    # Convert the rest of the terms, in each case adding the appropriate
+    # + or - separating them.  
+    for term in p[1...p.length]
+        # Add the separator then the rep. of the term.
+        result += (if term[0] < 0 then " - " else " + " end) + 
+                term_to_str(*term)
+    end
+
+    return result
+end
+        
+#
+# Run until some kind of endfile.
+begin
+    # Repeat until an exception or quit gets us out.
+    while true
+        # Read a poly until it works.  An EOF will except out of the
+        # program.
+        print "\n"
+        begin
+            poly = readints("Enter a polynomial coefficients: ")
+        rescue TypeError
+            print "Try again.\n"
+            retry
+        end
+        break if poly.empty?
+
+        # Read and evaluate x values until the user types a blank line.
+        # Again, an EOF will except out of the pgm.
+        while true
+            # Request an integer.
+            print "Enter x value or blank line: "
+            x = readline.chomp
+            break if x == ''
+            raise EOFError.new if x == 'quit'
+
+            # If it looks bad, let's try again.
+            if x !~ /^\-?\d+$/
+                print "That doesn't look like an integer.  Please try again.\n"
+                next
+            end
+
+            # Convert to an integer and print the result.
+            x = x.to_i
+            print "p(x) = ", polystr(poly), "\n"
+            print "p(", x, ") = ", polyval(x, poly), "\n"
+        end
+    end
+rescue EOFError
+    print "\n=== EOF ===\n"
+rescue Interrupt, SignalException
+    print "\n=== Interrupted ===\n"
+else
+    print "--- Bye ---\n"
+end
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: "text/x-ruby",
+        tabMode: "indent",
+        matchBrackets: true,
+        indentUnit: 4
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-ruby</code>.</p>
+
+    <p>Development of the CodeMirror Ruby mode was kindly sponsored
+    by <a href="http://ubalo.com/">Ubalo</a>, who hold
+    the <a href="LICENSE">license</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/ruby/ruby.js b/components/originalComponents/static/admin/codemirror/mode/ruby/ruby.js
new file mode 100755
index 00000000..74ed7b96
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/ruby/ruby.js
@@ -0,0 +1,195 @@
+CodeMirror.defineMode("ruby", function(config, parserConfig) {
+  function wordObj(words) {
+    var o = {};
+    for (var i = 0, e = words.length; i < e; ++i) o[words[i]] = true;
+    return o;
+  }
+  var keywords = wordObj([
+    "alias", "and", "BEGIN", "begin", "break", "case", "class", "def", "defined?", "do", "else",
+    "elsif", "END", "end", "ensure", "false", "for", "if", "in", "module", "next", "not", "or",
+    "redo", "rescue", "retry", "return", "self", "super", "then", "true", "undef", "unless",
+    "until", "when", "while", "yield", "nil", "raise", "throw", "catch", "fail", "loop", "callcc",
+    "caller", "lambda", "proc", "public", "protected", "private", "require", "load",
+    "require_relative", "extend", "autoload"
+  ]);
+  var indentWords = wordObj(["def", "class", "case", "for", "while", "do", "module", "then",
+                             "catch", "loop", "proc", "begin"]);
+  var dedentWords = wordObj(["end", "until"]);
+  var matching = {"[": "]", "{": "}", "(": ")"};
+  var curPunc;
+
+  function chain(newtok, stream, state) {
+    state.tokenize.push(newtok);
+    return newtok(stream, state);
+  }
+
+  function tokenBase(stream, state) {
+    curPunc = null;
+    if (stream.sol() && stream.match("=begin") && stream.eol()) {
+      state.tokenize.push(readBlockComment);
+      return "comment";
+    }
+    if (stream.eatSpace()) return null;
+    var ch = stream.next(), m;
+    if (ch == "`" || ch == "'" || ch == '"' ||
+        (ch == "/" && !stream.eol() && stream.peek() != " ")) {
+      return chain(readQuoted(ch, "string", ch == '"' || ch == "`"), stream, state);
+    } else if (ch == "%") {
+      var style, embed = false;
+      if (stream.eat("s")) style = "atom";
+      else if (stream.eat(/[WQ]/)) { style = "string"; embed = true; }
+      else if (stream.eat(/[wxqr]/)) style = "string";
+      var delim = stream.eat(/[^\w\s]/);
+      if (!delim) return "operator";
+      if (matching.propertyIsEnumerable(delim)) delim = matching[delim];
+      return chain(readQuoted(delim, style, embed, true), stream, state);
+    } else if (ch == "#") {
+      stream.skipToEnd();
+      return "comment";
+    } else if (ch == "<" && (m = stream.match(/^<-?[\`\"\']?([a-zA-Z_?]\w*)[\`\"\']?(?:;|$)/))) {
+      return chain(readHereDoc(m[1]), stream, state);
+    } else if (ch == "0") {
+      if (stream.eat("x")) stream.eatWhile(/[\da-fA-F]/);
+      else if (stream.eat("b")) stream.eatWhile(/[01]/);
+      else stream.eatWhile(/[0-7]/);
+      return "number";
+    } else if (/\d/.test(ch)) {
+      stream.match(/^[\d_]*(?:\.[\d_]+)?(?:[eE][+\-]?[\d_]+)?/);
+      return "number";
+    } else if (ch == "?") {
+      while (stream.match(/^\\[CM]-/)) {}
+      if (stream.eat("\\")) stream.eatWhile(/\w/);
+      else stream.next();
+      return "string";
+    } else if (ch == ":") {
+      if (stream.eat("'")) return chain(readQuoted("'", "atom", false), stream, state);
+      if (stream.eat('"')) return chain(readQuoted('"', "atom", true), stream, state);
+      stream.eatWhile(/[\w\?]/);
+      return "atom";
+    } else if (ch == "@") {
+      stream.eat("@");
+      stream.eatWhile(/[\w\?]/);
+      return "variable-2";
+    } else if (ch == "$") {
+      stream.next();
+      stream.eatWhile(/[\w\?]/);
+      return "variable-3";
+    } else if (/\w/.test(ch)) {
+      stream.eatWhile(/[\w\?]/);
+      if (stream.eat(":")) return "atom";
+      return "ident";
+    } else if (ch == "|" && (state.varList || state.lastTok == "{" || state.lastTok == "do")) {
+      curPunc = "|";
+      return null;
+    } else if (/[\(\)\[\]{}\\;]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    } else if (ch == "-" && stream.eat(">")) {
+      return "arrow";
+    } else if (/[=+\-\/*:\.^%<>~|]/.test(ch)) {
+      stream.eatWhile(/[=+\-\/*:\.^%<>~|]/);
+      return "operator";
+    } else {
+      return null;
+    }
+  }
+
+  function tokenBaseUntilBrace() {
+    var depth = 1;
+    return function(stream, state) {
+      if (stream.peek() == "}") {
+        depth--;
+        if (depth == 0) {
+          state.tokenize.pop();
+          return state.tokenize[state.tokenize.length-1](stream, state);
+        }
+      } else if (stream.peek() == "{") {
+        depth++;
+      }
+      return tokenBase(stream, state);
+    };
+  }
+  function readQuoted(quote, style, embed, unescaped) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && (unescaped || !escaped)) {
+          state.tokenize.pop();
+          break;
+        }
+        if (embed && ch == "#" && !escaped && stream.eat("{")) {
+          state.tokenize.push(tokenBaseUntilBrace(arguments.callee));
+          break;
+        }
+        escaped = !escaped && ch == "\\";
+      }
+      return style;
+    };
+  }
+  function readHereDoc(phrase) {
+    return function(stream, state) {
+      if (stream.match(phrase)) state.tokenize.pop();
+      else stream.skipToEnd();
+      return "string";
+    };
+  }
+  function readBlockComment(stream, state) {
+    if (stream.sol() && stream.match("=end") && stream.eol())
+      state.tokenize.pop();
+    stream.skipToEnd();
+    return "comment";
+  }
+
+  return {
+    startState: function() {
+      return {tokenize: [tokenBase],
+              indented: 0,
+              context: {type: "top", indented: -config.indentUnit},
+              continuedLine: false,
+              lastTok: null,
+              varList: false};
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) state.indented = stream.indentation();
+      var style = state.tokenize[state.tokenize.length-1](stream, state), kwtype;
+      if (style == "ident") {
+        var word = stream.current();
+        style = keywords.propertyIsEnumerable(stream.current()) ? "keyword"
+          : /^[A-Z]/.test(word) ? "tag"
+          : (state.lastTok == "def" || state.lastTok == "class" || state.varList) ? "def"
+          : "variable";
+        if (indentWords.propertyIsEnumerable(word)) kwtype = "indent";
+        else if (dedentWords.propertyIsEnumerable(word)) kwtype = "dedent";
+        else if ((word == "if" || word == "unless") && stream.column() == stream.indentation())
+          kwtype = "indent";
+      }
+      if (curPunc || (style && style != "comment")) state.lastTok = word || curPunc || style;
+      if (curPunc == "|") state.varList = !state.varList;
+
+      if (kwtype == "indent" || /[\(\[\{]/.test(curPunc))
+        state.context = {prev: state.context, type: curPunc || style, indented: state.indented};
+      else if ((kwtype == "dedent" || /[\)\]\}]/.test(curPunc)) && state.context.prev)
+        state.context = state.context.prev;
+
+      if (stream.eol())
+        state.continuedLine = (curPunc == "\\" || style == "operator");
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize[state.tokenize.length-1] != tokenBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0);
+      var ct = state.context;
+      var closing = ct.type == matching[firstChar] ||
+        ct.type == "keyword" && /^(?:end|until|else|elsif|when|rescue)\b/.test(textAfter);
+      return ct.indented + (closing ? 0 : config.indentUnit) +
+        (state.continuedLine ? config.indentUnit : 0);
+    },
+     electricChars: "}de" // enD and rescuE
+
+  };
+});
+
+CodeMirror.defineMIME("text/x-ruby", "ruby");
+
diff --git a/components/originalComponents/static/admin/codemirror/mode/rust/index.html b/components/originalComponents/static/admin/codemirror/mode/rust/index.html
new file mode 100755
index 00000000..b3bbb1f8
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rust/index.html
@@ -0,0 +1,49 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Rust mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="rust.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Rust mode</h1>
+
+<div><textarea id="code" name="code">
+// Demo code.
+
+type foo<T> = int;
+enum bar {
+    some(int, foo<float>),
+    none
+}
+
+fn check_crate(x: int) {
+    let v = 10;
+    alt foo {
+      1 to 3 {
+        print_foo();
+        if x {
+            blah() + 10;
+        }
+      }
+      (x, y) { "bye" }
+      _ { "hi" }
+    }
+}
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        tabMode: "indent"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-rustsrc</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/rust/rust.js b/components/originalComponents/static/admin/codemirror/mode/rust/rust.js
new file mode 100755
index 00000000..2a5caac2
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/rust/rust.js
@@ -0,0 +1,432 @@
+CodeMirror.defineMode("rust", function() {
+  var indentUnit = 4, altIndentUnit = 2;
+  var valKeywords = {
+    "if": "if-style", "while": "if-style", "else": "else-style",
+    "do": "else-style", "ret": "else-style", "fail": "else-style",
+    "break": "atom", "cont": "atom", "const": "let", "resource": "fn",
+    "let": "let", "fn": "fn", "for": "for", "alt": "alt", "iface": "iface",
+    "impl": "impl", "type": "type", "enum": "enum", "mod": "mod",
+    "as": "op", "true": "atom", "false": "atom", "assert": "op", "check": "op",
+    "claim": "op", "native": "ignore", "unsafe": "ignore", "import": "else-style",
+    "export": "else-style", "copy": "op", "log": "op", "log_err": "op",
+    "use": "op", "bind": "op", "self": "atom"
+  };
+  var typeKeywords = function() {
+    var keywords = {"fn": "fn", "block": "fn", "obj": "obj"};
+    var atoms = "bool uint int i8 i16 i32 i64 u8 u16 u32 u64 float f32 f64 str char".split(" ");
+    for (var i = 0, e = atoms.length; i < e; ++i) keywords[atoms[i]] = "atom";
+    return keywords;
+  }();
+  var operatorChar = /[+\-*&%=<>!?|\.@]/;
+
+  // Tokenizer
+
+  // Used as scratch variable to communicate multiple values without
+  // consing up tons of objects.
+  var tcat, content;
+  function r(tc, style) {
+    tcat = tc;
+    return style;
+  }
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (ch == '"') {
+      state.tokenize = tokenString;
+      return state.tokenize(stream, state);
+    }
+    if (ch == "'") {
+      tcat = "atom";
+      if (stream.eat("\\")) {
+        if (stream.skipTo("'")) { stream.next(); return "string"; }
+        else { return "error"; }
+      } else {
+        stream.next();
+        return stream.eat("'") ? "string" : "error";
+      }
+    }
+    if (ch == "/") {
+      if (stream.eat("/")) { stream.skipToEnd(); return "comment"; }
+      if (stream.eat("*")) {
+        state.tokenize = tokenComment(1);
+        return state.tokenize(stream, state);
+      }
+    }
+    if (ch == "#") {
+      if (stream.eat("[")) { tcat = "open-attr"; return null; }
+      stream.eatWhile(/\w/);
+      return r("macro", "meta");
+    }
+    if (ch == ":" && stream.match(":<")) {
+      return r("op", null);
+    }
+    if (ch.match(/\d/) || (ch == "." && stream.eat(/\d/))) {
+      var flp = false;
+      if (!stream.match(/^x[\da-f]+/i) && !stream.match(/^b[01]+/)) {
+        stream.eatWhile(/\d/);
+        if (stream.eat(".")) { flp = true; stream.eatWhile(/\d/); }
+        if (stream.match(/^e[+\-]?\d+/i)) { flp = true; }
+      }
+      if (flp) stream.match(/^f(?:32|64)/);
+      else stream.match(/^[ui](?:8|16|32|64)/);
+      return r("atom", "number");
+    }
+    if (ch.match(/[()\[\]{}:;,]/)) return r(ch, null);
+    if (ch == "-" && stream.eat(">")) return r("->", null);
+    if (ch.match(operatorChar)) {
+      stream.eatWhile(operatorChar);
+      return r("op", null);
+    }
+    stream.eatWhile(/\w/);
+    content = stream.current();
+    if (stream.match(/^::\w/)) {
+      stream.backUp(1);
+      return r("prefix", "variable-2");
+    }
+    if (state.keywords.propertyIsEnumerable(content))
+      return r(state.keywords[content], content.match(/true|false/) ? "atom" : "keyword");
+    return r("name", "variable");
+  }
+
+  function tokenString(stream, state) {
+    var ch, escaped = false;
+    while (ch = stream.next()) {
+      if (ch == '"' && !escaped) {
+        state.tokenize = tokenBase;
+        return r("atom", "string");
+      }
+      escaped = !escaped && ch == "\\";
+    }
+    // Hack to not confuse the parser when a string is split in
+    // pieces.
+    return r("op", "string");
+  }
+
+  function tokenComment(depth) {
+    return function(stream, state) {
+      var lastCh = null, ch;
+      while (ch = stream.next()) {
+        if (ch == "/" && lastCh == "*") {
+          if (depth == 1) {
+            state.tokenize = tokenBase;
+            break;
+          } else {
+            state.tokenize = tokenComment(depth - 1);
+            return state.tokenize(stream, state);
+          }
+        }
+        if (ch == "*" && lastCh == "/") {
+          state.tokenize = tokenComment(depth + 1);
+          return state.tokenize(stream, state);
+        }
+        lastCh = ch;
+      }
+      return "comment";
+    };
+  }
+
+  // Parser
+
+  var cx = {state: null, stream: null, marked: null, cc: null};
+  function pass() {
+    for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
+  }
+  function cont() {
+    pass.apply(null, arguments);
+    return true;
+  }
+
+  function pushlex(type, info) {
+    var result = function() {
+      var state = cx.state;
+      state.lexical = {indented: state.indented, column: cx.stream.column(),
+                       type: type, prev: state.lexical, info: info};
+    };
+    result.lex = true;
+    return result;
+  }
+  function poplex() {
+    var state = cx.state;
+    if (state.lexical.prev) {
+      if (state.lexical.type == ")")
+        state.indented = state.lexical.indented;
+      state.lexical = state.lexical.prev;
+    }
+  }
+  function typecx() { cx.state.keywords = typeKeywords; }
+  function valcx() { cx.state.keywords = valKeywords; }
+  poplex.lex = typecx.lex = valcx.lex = true;
+
+  function commasep(comb, end) {
+    function more(type) {
+      if (type == ",") return cont(comb, more);
+      if (type == end) return cont();
+      return cont(more);
+    }
+    return function(type) {
+      if (type == end) return cont();
+      return pass(comb, more);
+    };
+  }
+
+  function stat_of(comb, tag) {
+    return cont(pushlex("stat", tag), comb, poplex, block);
+  }
+  function block(type) {
+    if (type == "}") return cont();
+    if (type == "let") return stat_of(letdef1, "let");
+    if (type == "fn") return stat_of(fndef);
+    if (type == "type") return cont(pushlex("stat"), tydef, endstatement, poplex, block);
+    if (type == "enum") return stat_of(enumdef);
+    if (type == "mod") return stat_of(mod);
+    if (type == "iface") return stat_of(iface);
+    if (type == "impl") return stat_of(impl);
+    if (type == "open-attr") return cont(pushlex("]"), commasep(expression, "]"), poplex);
+    if (type == "ignore" || type.match(/[\]\);,]/)) return cont(block);
+    return pass(pushlex("stat"), expression, poplex, endstatement, block);
+  }
+  function endstatement(type) {
+    if (type == ";") return cont();
+    return pass();
+  }
+  function expression(type) {
+    if (type == "atom" || type == "name") return cont(maybeop);
+    if (type == "{") return cont(pushlex("}"), exprbrace, poplex);
+    if (type.match(/[\[\(]/)) return matchBrackets(type, expression);
+    if (type.match(/[\]\)\};,]/)) return pass();
+    if (type == "if-style") return cont(expression, expression);
+    if (type == "else-style" || type == "op") return cont(expression);
+    if (type == "for") return cont(pattern, maybetype, inop, expression, expression);
+    if (type == "alt") return cont(expression, altbody);
+    if (type == "fn") return cont(fndef);
+    if (type == "macro") return cont(macro);
+    return cont();
+  }
+  function maybeop(type) {
+    if (content == ".") return cont(maybeprop);
+    if (content == "::<"){return cont(typarams, maybeop);}
+    if (type == "op" || content == ":") return cont(expression);
+    if (type == "(" || type == "[") return matchBrackets(type, expression);
+    return pass();
+  }
+  function maybeprop(type) {
+    if (content.match(/^\w+$/)) {cx.marked = "variable"; return cont(maybeop);}
+    return pass(expression);
+  }
+  function exprbrace(type) {
+    if (type == "op") {
+      if (content == "|") return cont(blockvars, poplex, pushlex("}", "block"), block);
+      if (content == "||") return cont(poplex, pushlex("}", "block"), block);
+    }
+    if (content == "mutable" || (content.match(/^\w+$/) && cx.stream.peek() == ":"
+                                 && !cx.stream.match("::", false)))
+      return pass(record_of(expression));
+    return pass(block);
+  }
+  function record_of(comb) {
+    function ro(type) {
+      if (content == "mutable" || content == "with") {cx.marked = "keyword"; return cont(ro);}
+      if (content.match(/^\w*$/)) {cx.marked = "variable"; return cont(ro);}
+      if (type == ":") return cont(comb, ro);
+      if (type == "}") return cont();
+      return cont(ro);
+    }
+    return ro;
+  }
+  function blockvars(type) {
+    if (type == "name") {cx.marked = "def"; return cont(blockvars);}
+    if (type == "op" && content == "|") return cont();
+    return cont(blockvars);
+  }
+
+  function letdef1(type) {
+    if (type.match(/[\]\)\};]/)) return cont();
+    if (content == "=") return cont(expression, letdef2);
+    if (type == ",") return cont(letdef1);
+    return pass(pattern, maybetype, letdef1);
+  }
+  function letdef2(type) {
+    if (type.match(/[\]\)\};,]/)) return pass(letdef1);
+    else return pass(expression, letdef2);
+  }
+  function maybetype(type) {
+    if (type == ":") return cont(typecx, rtype, valcx);
+    return pass();
+  }
+  function inop(type) {
+    if (type == "name" && content == "in") {cx.marked = "keyword"; return cont();}
+    return pass();
+  }
+  function fndef(type) {
+    if (content == "@" || content == "~") {cx.marked = "keyword"; return cont(fndef);}
+    if (type == "name") {cx.marked = "def"; return cont(fndef);}
+    if (content == "<") return cont(typarams, fndef);
+    if (type == "{") return pass(expression);
+    if (type == "(") return cont(pushlex(")"), commasep(argdef, ")"), poplex, fndef);
+    if (type == "->") return cont(typecx, rtype, valcx, fndef);
+    if (type == ";") return cont();
+    return cont(fndef);
+  }
+  function tydef(type) {
+    if (type == "name") {cx.marked = "def"; return cont(tydef);}
+    if (content == "<") return cont(typarams, tydef);
+    if (content == "=") return cont(typecx, rtype, valcx);
+    return cont(tydef);
+  }
+  function enumdef(type) {
+    if (type == "name") {cx.marked = "def"; return cont(enumdef);}
+    if (content == "<") return cont(typarams, enumdef);
+    if (content == "=") return cont(typecx, rtype, valcx, endstatement);
+    if (type == "{") return cont(pushlex("}"), typecx, enumblock, valcx, poplex);
+    return cont(enumdef);
+  }
+  function enumblock(type) {
+    if (type == "}") return cont();
+    if (type == "(") return cont(pushlex(")"), commasep(rtype, ")"), poplex, enumblock);
+    if (content.match(/^\w+$/)) cx.marked = "def";
+    return cont(enumblock);
+  }
+  function mod(type) {
+    if (type == "name") {cx.marked = "def"; return cont(mod);}
+    if (type == "{") return cont(pushlex("}"), block, poplex);
+    return pass();
+  }
+  function iface(type) {
+    if (type == "name") {cx.marked = "def"; return cont(iface);}
+    if (content == "<") return cont(typarams, iface);
+    if (type == "{") return cont(pushlex("}"), block, poplex);
+    return pass();
+  }
+  function impl(type) {
+    if (content == "<") return cont(typarams, impl);
+    if (content == "of" || content == "for") {cx.marked = "keyword"; return cont(rtype, impl);}
+    if (type == "name") {cx.marked = "def"; return cont(impl);}
+    if (type == "{") return cont(pushlex("}"), block, poplex);
+    return pass();
+  }
+  function typarams(type) {
+    if (content == ">") return cont();
+    if (content == ",") return cont(typarams);
+    if (content == ":") return cont(rtype, typarams);
+    return pass(rtype, typarams);
+  }
+  function argdef(type) {
+    if (type == "name") {cx.marked = "def"; return cont(argdef);}
+    if (type == ":") return cont(typecx, rtype, valcx);
+    return pass();
+  }
+  function rtype(type) {
+    if (type == "name") {cx.marked = "variable-3"; return cont(rtypemaybeparam); }
+    if (content == "mutable") {cx.marked = "keyword"; return cont(rtype);}
+    if (type == "atom") return cont(rtypemaybeparam);
+    if (type == "op" || type == "obj") return cont(rtype);
+    if (type == "fn") return cont(fntype);
+    if (type == "{") return cont(pushlex("{"), record_of(rtype), poplex);
+    return matchBrackets(type, rtype);
+  }
+  function rtypemaybeparam(type) {
+    if (content == "<") return cont(typarams);
+    return pass();
+  }
+  function fntype(type) {
+    if (type == "(") return cont(pushlex("("), commasep(rtype, ")"), poplex, fntype);
+    if (type == "->") return cont(rtype);
+    return pass();
+  }
+  function pattern(type) {
+    if (type == "name") {cx.marked = "def"; return cont(patternmaybeop);}
+    if (type == "atom") return cont(patternmaybeop);
+    if (type == "op") return cont(pattern);
+    if (type.match(/[\]\)\};,]/)) return pass();
+    return matchBrackets(type, pattern);
+  }
+  function patternmaybeop(type) {
+    if (type == "op" && content == ".") return cont();
+    if (content == "to") {cx.marked = "keyword"; return cont(pattern);}
+    else return pass();
+  }
+  function altbody(type) {
+    if (type == "{") return cont(pushlex("}", "alt"), altblock1, poplex);
+    return pass();
+  }
+  function altblock1(type) {
+    if (type == "}") return cont();
+    if (type == "|") return cont(altblock1);
+    if (content == "when") {cx.marked = "keyword"; return cont(expression, altblock2);}
+    if (type.match(/[\]\);,]/)) return cont(altblock1);
+    return pass(pattern, altblock2);
+  }
+  function altblock2(type) {
+    if (type == "{") return cont(pushlex("}", "alt"), block, poplex, altblock1);
+    else return pass(altblock1);
+  }
+
+  function macro(type) {
+    if (type.match(/[\[\(\{]/)) return matchBrackets(type, expression);
+    return pass();
+  }
+  function matchBrackets(type, comb) {
+    if (type == "[") return cont(pushlex("]"), commasep(comb, "]"), poplex);
+    if (type == "(") return cont(pushlex(")"), commasep(comb, ")"), poplex);
+    if (type == "{") return cont(pushlex("}"), commasep(comb, "}"), poplex);
+    return cont();
+  }
+
+  function parse(state, stream, style) {
+    var cc = state.cc;
+    // Communicate our context to the combinators.
+    // (Less wasteful than consing up a hundred closures on every call.)
+    cx.state = state; cx.stream = stream; cx.marked = null, cx.cc = cc;
+
+    while (true) {
+      var combinator = cc.length ? cc.pop() : block;
+      if (combinator(tcat)) {
+        while(cc.length && cc[cc.length - 1].lex)
+          cc.pop()();
+        return cx.marked || style;
+      }
+    }
+  }
+
+  return {
+    startState: function() {
+      return {
+        tokenize: tokenBase,
+        cc: [],
+        lexical: {indented: -indentUnit, column: 0, type: "top", align: false},
+        keywords: valKeywords,
+        indented: 0
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (!state.lexical.hasOwnProperty("align"))
+          state.lexical.align = false;
+        state.indented = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      tcat = content = null;
+      var style = state.tokenize(stream, state);
+      if (style == "comment") return style;
+      if (!state.lexical.hasOwnProperty("align"))
+        state.lexical.align = true;
+      if (tcat == "prefix") return style;
+      if (!content) content = stream.current();
+      return parse(state, stream, style);
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != tokenBase) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical,
+          type = lexical.type, closing = firstChar == type;
+      if (type == "stat") return lexical.indented + indentUnit;
+      if (lexical.align) return lexical.column + (closing ? 0 : 1);
+      return lexical.indented + (closing ? 0 : (lexical.info == "alt" ? altIndentUnit : indentUnit));
+    },
+
+    electricChars: "{}"
+  };
+});
+
+CodeMirror.defineMIME("text/x-rustsrc", "rust");
diff --git a/components/originalComponents/static/admin/codemirror/mode/scheme/index.html b/components/originalComponents/static/admin/codemirror/mode/scheme/index.html
new file mode 100755
index 00000000..5936a024
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/scheme/index.html
@@ -0,0 +1,65 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Scheme mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="scheme.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Scheme mode</h1>
+    <form><textarea id="code" name="code">
+; See if the input starts with a given symbol.
+(define (match-symbol input pattern)
+  (cond ((null? (remain input)) #f)
+	((eqv? (car (remain input)) pattern) (r-cdr input))
+	(else #f)))
+
+; Allow the input to start with one of a list of patterns.
+(define (match-or input pattern)
+  (cond ((null? pattern) #f)
+	((match-pattern input (car pattern)))
+	(else (match-or input (cdr pattern)))))
+
+; Allow a sequence of patterns.
+(define (match-seq input pattern)
+  (if (null? pattern)
+      input
+      (let ((match (match-pattern input (car pattern))))
+	(if match (match-seq match (cdr pattern)) #f))))
+
+; Match with the pattern but no problem if it does not match.
+(define (match-opt input pattern)
+  (let ((match (match-pattern input (car pattern))))
+    (if match match input)))
+
+; Match anything (other than '()), until pattern is found. The rather
+; clumsy form of requiring an ending pattern is needed to decide where
+; the end of the match is. If none is given, this will match the rest
+; of the sentence.
+(define (match-any input pattern)
+  (cond ((null? (remain input)) #f)
+	((null? pattern) (f-cons (remain input) (clear-remain input)))
+	(else
+	 (let ((accum-any (collector)))
+	   (define (match-pattern-any input pattern)
+	     (cond ((null? (remain input)) #f)
+		   (else (accum-any (car (remain input)))
+			 (cond ((match-pattern (r-cdr input) pattern))
+			       (else (match-pattern-any (r-cdr input) pattern))))))
+	   (let ((retval (match-pattern-any input (car pattern))))
+	     (if retval
+		 (f-cons (accum-any) retval)
+		 #f))))))
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-scheme</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/scheme/scheme.js b/components/originalComponents/static/admin/codemirror/mode/scheme/scheme.js
new file mode 100755
index 00000000..2411db07
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/scheme/scheme.js
@@ -0,0 +1,230 @@
+/**
+ * Author: Koh Zi Han, based on implementation by Koh Zi Chun
+ */
+CodeMirror.defineMode("scheme", function (config, mode) {
+    var BUILTIN = "builtin", COMMENT = "comment", STRING = "string",
+        ATOM = "atom", NUMBER = "number", BRACKET = "bracket", KEYWORD="keyword";
+    var INDENT_WORD_SKIP = 2, KEYWORDS_SKIP = 1;
+
+    function makeKeywords(str) {
+        var obj = {}, words = str.split(" ");
+        for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+        return obj;
+    }
+
+    var keywords = makeKeywords("λ case-lambda call/cc class define-class exit-handler field import inherit init-field interface let*-values let-values let/ec mixin opt-lambda override protect provide public rename require require-for-syntax syntax syntax-case syntax-error unit/sig unless when with-syntax and begin call-with-current-continuation call-with-input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-each if lambda let let* let-syntax letrec letrec-syntax map or syntax-rules abs acos angle append apply asin assoc assq assv atan boolean? caar cadr call-with-input-file call-with-output-file call-with-values car cdddar cddddr cdr ceiling char->integer char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? char-downcase char-lower-case? char-numeric? char-ready? char-upcase char-upper-case? char-whitespace? char<=? char<? char=? char>=? char>? char? close-input-port close-output-port complex? cons cos current-input-port current-output-port denominator display eof-object? eq? equal? eqv? eval even? exact->inexact exact? exp expt #f floor force gcd imag-part inexact->exact inexact? input-port? integer->char integer? interaction-environment lcm length list list->string list->vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-vector max member memq memv min modulo negative? newline not null-environment null? number->string number? numerator odd? open-input-file open-output-file output-port? pair? peek-char port? positive? procedure? quasiquote quote quotient rational? rationalize read read-char real-part real? remainder reverse round scheme-report-environment set! set-car! set-cdr! sin sqrt string string->list string->number string->symbol string-append string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? string-copy string-fill! string-length string-ref string-set! string<=? string<? string=? string>=? string>? string? substring symbol->string symbol? #t tan transcript-off transcript-on truncate values vector vector->list vector-fill! vector-length vector-ref vector-set! with-input-from-file with-output-to-file write write-char zero?");
+    var indentKeys = makeKeywords("define let letrec let* lambda");
+
+    function stateStack(indent, type, prev) { // represents a state stack object
+        this.indent = indent;
+        this.type = type;
+        this.prev = prev;
+    }
+
+    function pushStack(state, indent, type) {
+        state.indentStack = new stateStack(indent, type, state.indentStack);
+    }
+
+    function popStack(state) {
+        state.indentStack = state.indentStack.prev;
+    }
+
+    var binaryMatcher = new RegExp(/^(?:[-+]i|[-+][01]+#*(?:\/[01]+#*)?i|[-+]?[01]+#*(?:\/[01]+#*)?@[-+]?[01]+#*(?:\/[01]+#*)?|[-+]?[01]+#*(?:\/[01]+#*)?[-+](?:[01]+#*(?:\/[01]+#*)?)?i|[-+]?[01]+#*(?:\/[01]+#*)?)(?=[()\s;"]|$)/i);
+    var octalMatcher = new RegExp(/^(?:[-+]i|[-+][0-7]+#*(?:\/[0-7]+#*)?i|[-+]?[0-7]+#*(?:\/[0-7]+#*)?@[-+]?[0-7]+#*(?:\/[0-7]+#*)?|[-+]?[0-7]+#*(?:\/[0-7]+#*)?[-+](?:[0-7]+#*(?:\/[0-7]+#*)?)?i|[-+]?[0-7]+#*(?:\/[0-7]+#*)?)(?=[()\s;"]|$)/i);
+    var hexMatcher = new RegExp(/^(?:[-+]i|[-+][\da-f]+#*(?:\/[\da-f]+#*)?i|[-+]?[\da-f]+#*(?:\/[\da-f]+#*)?@[-+]?[\da-f]+#*(?:\/[\da-f]+#*)?|[-+]?[\da-f]+#*(?:\/[\da-f]+#*)?[-+](?:[\da-f]+#*(?:\/[\da-f]+#*)?)?i|[-+]?[\da-f]+#*(?:\/[\da-f]+#*)?)(?=[()\s;"]|$)/i);
+    var decimalMatcher = new RegExp(/^(?:[-+]i|[-+](?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*)i|[-+]?(?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*)@[-+]?(?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*)|[-+]?(?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*)[-+](?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*)?i|(?:(?:(?:\d+#+\.?#*|\d+\.\d*#*|\.\d+#*|\d+)(?:[esfdl][-+]?\d+)?)|\d+#*\/\d+#*))(?=[()\s;"]|$)/i);
+
+    function isBinaryNumber (stream) {
+        return stream.match(binaryMatcher);
+    }
+
+    function isOctalNumber (stream) {
+        return stream.match(octalMatcher);
+    }
+
+    function isDecimalNumber (stream, backup) {
+        if (backup === true) {
+            stream.backUp(1);
+        }
+        return stream.match(decimalMatcher);
+    }
+
+    function isHexNumber (stream) {
+        return stream.match(hexMatcher);
+    }
+
+    return {
+        startState: function () {
+            return {
+                indentStack: null,
+                indentation: 0,
+                mode: false,
+                sExprComment: false
+            };
+        },
+
+        token: function (stream, state) {
+            if (state.indentStack == null && stream.sol()) {
+                // update indentation, but only if indentStack is empty
+                state.indentation = stream.indentation();
+            }
+
+            // skip spaces
+            if (stream.eatSpace()) {
+                return null;
+            }
+            var returnType = null;
+
+            switch(state.mode){
+                case "string": // multi-line string parsing mode
+                    var next, escaped = false;
+                    while ((next = stream.next()) != null) {
+                        if (next == "\"" && !escaped) {
+
+                            state.mode = false;
+                            break;
+                        }
+                        escaped = !escaped && next == "\\";
+                    }
+                    returnType = STRING; // continue on in scheme-string mode
+                    break;
+                case "comment": // comment parsing mode
+                    var next, maybeEnd = false;
+                    while ((next = stream.next()) != null) {
+                        if (next == "#" && maybeEnd) {
+
+                            state.mode = false;
+                            break;
+                        }
+                        maybeEnd = (next == "|");
+                    }
+                    returnType = COMMENT;
+                    break;
+                case "s-expr-comment": // s-expr commenting mode
+                    state.mode = false;
+                    if(stream.peek() == "(" || stream.peek() == "["){
+                        // actually start scheme s-expr commenting mode
+                        state.sExprComment = 0;
+                    }else{
+                        // if not we just comment the entire of the next token
+                        stream.eatWhile(/[^/s]/); // eat non spaces
+                        returnType = COMMENT;
+                        break;
+                    }
+                default: // default parsing mode
+                    var ch = stream.next();
+
+                    if (ch == "\"") {
+                        state.mode = "string";
+                        returnType = STRING;
+
+                    } else if (ch == "'") {
+                        returnType = ATOM;
+                    } else if (ch == '#') {
+                        if (stream.eat("|")) {                    // Multi-line comment
+                            state.mode = "comment"; // toggle to comment mode
+                            returnType = COMMENT;
+                        } else if (stream.eat(/[tf]/i)) {            // #t/#f (atom)
+                            returnType = ATOM;
+                        } else if (stream.eat(';')) {                // S-Expr comment
+                            state.mode = "s-expr-comment";
+                            returnType = COMMENT;
+                        } else {
+                            var numTest = null, hasExactness = false, hasRadix = true;
+                            if (stream.eat(/[ei]/i)) {
+                                hasExactness = true;
+                            } else {
+                                stream.backUp(1);       // must be radix specifier
+                            }
+                            if (stream.match(/^#b/i)) {
+                                numTest = isBinaryNumber;
+                            } else if (stream.match(/^#o/i)) {
+                                numTest = isOctalNumber;
+                            } else if (stream.match(/^#x/i)) {
+                                numTest = isHexNumber;
+                            } else if (stream.match(/^#d/i)) {
+                                numTest = isDecimalNumber;
+                            } else if (stream.match(/^[-+0-9.]/, false)) {
+                                hasRadix = false;
+                                numTest = isDecimalNumber;
+                            // re-consume the intial # if all matches failed
+                            } else if (!hasExactness) {
+                                stream.eat('#');
+                            }
+                            if (numTest != null) {
+                                if (hasRadix && !hasExactness) {
+                                    // consume optional exactness after radix
+                                    stream.match(/^#[ei]/i);
+                                }
+                                if (numTest(stream))
+                                    returnType = NUMBER;
+                            }
+                        }
+                    } else if (/^[-+0-9.]/.test(ch) && isDecimalNumber(stream, true)) { // match non-prefixed number, must be decimal
+                        returnType = NUMBER;
+                    } else if (ch == ";") { // comment
+                        stream.skipToEnd(); // rest of the line is a comment
+                        returnType = COMMENT;
+                    } else if (ch == "(" || ch == "[") {
+                      var keyWord = ''; var indentTemp = stream.column(), letter;
+                        /**
+                        Either
+                        (indent-word ..
+                        (non-indent-word ..
+                        (;something else, bracket, etc.
+                        */
+
+                        while ((letter = stream.eat(/[^\s\(\[\;\)\]]/)) != null) {
+                            keyWord += letter;
+                        }
+
+                        if (keyWord.length > 0 && indentKeys.propertyIsEnumerable(keyWord)) { // indent-word
+
+                            pushStack(state, indentTemp + INDENT_WORD_SKIP, ch);
+                        } else { // non-indent word
+                            // we continue eating the spaces
+                            stream.eatSpace();
+                            if (stream.eol() || stream.peek() == ";") {
+                                // nothing significant after
+                                // we restart indentation 1 space after
+                                pushStack(state, indentTemp + 1, ch);
+                            } else {
+                                pushStack(state, indentTemp + stream.current().length, ch); // else we match
+                            }
+                        }
+                        stream.backUp(stream.current().length - 1); // undo all the eating
+
+                        if(typeof state.sExprComment == "number") state.sExprComment++;
+
+                        returnType = BRACKET;
+                    } else if (ch == ")" || ch == "]") {
+                        returnType = BRACKET;
+                        if (state.indentStack != null && state.indentStack.type == (ch == ")" ? "(" : "[")) {
+                            popStack(state);
+
+                            if(typeof state.sExprComment == "number"){
+                                if(--state.sExprComment == 0){
+                                    returnType = COMMENT; // final closing bracket
+                                    state.sExprComment = false; // turn off s-expr commenting mode
+                                }
+                            }
+                        }
+                    } else {
+                        stream.eatWhile(/[\w\$_\-!$%&*+\.\/:<=>?@\^~]/);
+
+                        if (keywords && keywords.propertyIsEnumerable(stream.current())) {
+                            returnType = BUILTIN;
+                        } else returnType = "variable";
+                    }
+            }
+            return (typeof state.sExprComment == "number") ? COMMENT : returnType;
+        },
+
+        indent: function (state, textAfter) {
+            if (state.indentStack == null) return state.indentation;
+            return state.indentStack.indent;
+        }
+    };
+});
+
+CodeMirror.defineMIME("text/x-scheme", "scheme");
diff --git a/components/originalComponents/static/admin/codemirror/mode/shell/index.html b/components/originalComponents/static/admin/codemirror/mode/shell/index.html
new file mode 100755
index 00000000..2d6d0847
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/shell/index.html
@@ -0,0 +1,50 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>CodeMirror: Shell mode</title>
+
+<link rel=stylesheet href=../../lib/codemirror.css>
+<link rel=stylesheet href=../../doc/docs.css>
+
+<style type=text/css>
+  .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}
+</style>
+
+<script src=../../lib/codemirror.js></script>
+<script src=shell.js></script>
+
+<h1>CodeMirror: Shell mode</h1>
+
+<textarea id=code>
+#!/bin/bash
+
+# clone the repository
+git clone http://github.com/garden/tree
+
+# generate HTTPS credentials
+cd tree
+openssl genrsa -aes256 -out https.key 1024
+openssl req -new -nodes -key https.key -out https.csr
+openssl x509 -req -days 365 -in https.csr -signkey https.key -out https.crt
+cp https.key{,.orig}
+openssl rsa -in https.key.orig -out https.key
+
+# start the server in HTTPS mode
+cd web
+sudo node ../server.js 443 'yes' &gt;&gt; ../node.log &amp;
+
+# here is how to stop the server
+for pid in `ps aux | grep 'node ../server.js' | awk '{print $2}'` ; do
+  sudo kill -9 $pid 2&gt; /dev/null
+done
+
+exit 0</textarea>
+
+<script>
+  var editor = CodeMirror.fromTextArea(document.getElementById('code'), {
+    mode: 'shell',
+    lineNumbers: true,
+    matchBrackets: true
+  });
+</script>
+
+<p><strong>MIME types defined:</strong> <code>text/x-sh</code>.</p>
diff --git a/components/originalComponents/static/admin/codemirror/mode/shell/shell.js b/components/originalComponents/static/admin/codemirror/mode/shell/shell.js
new file mode 100755
index 00000000..d4eba852
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/shell/shell.js
@@ -0,0 +1,118 @@
+CodeMirror.defineMode('shell', function(config) {
+
+  var words = {};
+  function define(style, string) {
+    var split = string.split(' ');
+    for(var i = 0; i < split.length; i++) {
+      words[split[i]] = style;
+    }
+  };
+
+  // Atoms
+  define('atom', 'true false');
+
+  // Keywords
+  define('keyword', 'if then do else elif while until for in esac fi fin ' +
+    'fil done exit set unset export function');
+
+  // Commands
+  define('builtin', 'ab awk bash beep cat cc cd chown chmod chroot clear cp ' +
+    'curl cut diff echo find gawk gcc get git grep kill killall ln ls make ' +
+    'mkdir openssl mv nc node npm ping ps restart rm rmdir sed service sh ' +
+    'shopt shred source sort sleep ssh start stop su sudo tee telnet top ' +
+    'touch vi vim wall wc wget who write yes zsh');
+
+  function tokenBase(stream, state) {
+
+    var sol = stream.sol();
+    var ch = stream.next();
+
+    if (ch === '\'' || ch === '"' || ch === '`') {
+      state.tokens.unshift(tokenString(ch));
+      return tokenize(stream, state);
+    }
+    if (ch === '#') {
+      if (sol && stream.eat('!')) {
+        stream.skipToEnd();
+        return 'meta'; // 'comment'?
+      }
+      stream.skipToEnd();
+      return 'comment';
+    }
+    if (ch === '$') {
+      state.tokens.unshift(tokenDollar);
+      return tokenize(stream, state);
+    }
+    if (ch === '+' || ch === '=') {
+      return 'operator';
+    }
+    if (ch === '-') {
+      stream.eat('-');
+      stream.eatWhile(/\w/);
+      return 'attribute';
+    }
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/\d/);
+      if(!/\w/.test(stream.peek())) {
+        return 'number';
+      }
+    }
+    stream.eatWhile(/\w/);
+    var cur = stream.current();
+    if (stream.peek() === '=' && /\w+/.test(cur)) return 'def';
+    return words.hasOwnProperty(cur) ? words[cur] : null;
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var next, end = false, escaped = false;
+      while ((next = stream.next()) != null) {
+        if (next === quote && !escaped) {
+          end = true;
+          break;
+        }
+        if (next === '$' && !escaped && quote !== '\'') {
+          escaped = true;
+          stream.backUp(1);
+          state.tokens.unshift(tokenDollar);
+          break;
+        }
+        escaped = !escaped && next === '\\';
+      }
+      if (end || !escaped) {
+        state.tokens.shift();
+      }
+      return (quote === '`' || quote === ')' ? 'quote' : 'string');
+    };
+  };
+
+  var tokenDollar = function(stream, state) {
+    if (state.tokens.length > 1) stream.eat('$');
+    var ch = stream.next(), hungry = /\w/;
+    if (ch === '{') hungry = /[^}]/;
+    if (ch === '(') {
+      state.tokens[0] = tokenString(')');
+      return tokenize(stream, state);
+    }
+    if (!/\d/.test(ch)) {
+      stream.eatWhile(hungry);
+      stream.eat('}');
+    }
+    state.tokens.shift();
+    return 'def';
+  };
+
+  function tokenize(stream, state) {
+    return (state.tokens[0] || tokenBase) (stream, state);
+  };
+
+  return {
+    startState: function() {return {tokens:[]};},
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      return tokenize(stream, state);
+    }
+  };
+});
+  
+CodeMirror.defineMIME('text/x-sh', 'shell');
diff --git a/components/originalComponents/static/admin/codemirror/mode/sieve/LICENSE b/components/originalComponents/static/admin/codemirror/mode/sieve/LICENSE
new file mode 100755
index 00000000..24e4c94c
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/sieve/LICENSE
@@ -0,0 +1,23 @@
+Copyright (C) 2012 Thomas Schmid <schmid-thomas@gmx.net>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Please note that some subdirectories of the CodeMirror distribution
+include their own LICENSE files, and are released under different
+licences.
diff --git a/components/originalComponents/static/admin/codemirror/mode/sieve/index.html b/components/originalComponents/static/admin/codemirror/mode/sieve/index.html
new file mode 100755
index 00000000..8b549815
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/sieve/index.html
@@ -0,0 +1,81 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Sieve (RFC5228) mode</title>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="sieve.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Sieve (RFC5228) mode</h1>
+    <form><textarea id="code" name="code">
+#
+# Example Sieve Filter
+# Declare any optional features or extension used by the script
+#
+
+require ["fileinto", "reject"];
+
+#
+# Reject any large messages (note that the four leading dots get
+# "stuffed" to three)
+#
+if size :over 1M
+{
+  reject text:
+Please do not send me large attachments.
+Put your file on a server and send me the URL.
+Thank you.
+.... Fred
+.
+;
+  stop;
+}
+
+#
+# Handle messages from known mailing lists
+# Move messages from IETF filter discussion list to filter folder
+#
+if header :is "Sender" "owner-ietf-mta-filters@imc.org"
+{
+  fileinto "filter";  # move to "filter" folder
+}
+#
+# Keep all messages to or from people in my company
+#
+elsif address :domain :is ["From", "To"] "example.com"
+{
+  keep;               # keep in "In" folder
+}
+
+#
+# Try and catch unsolicited email.  If a message is not to me,
+# or it contains a subject known to be spam, file it away.
+#
+elsif anyof (not address :all :contains
+               ["To", "Cc", "Bcc"] "me@example.com",
+             header :matches "subject"
+               ["*make*money*fast*", "*university*dipl*mas*"])
+{
+  # If message header does not contain my address,
+  # it's from a list.
+  fileinto "spam";   # move to "spam" folder
+}
+else
+{
+  # Move all other (non-company) mail to "personal"
+  # folder.
+  fileinto "personal";
+}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>application/sieve</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/sieve/sieve.js b/components/originalComponents/static/admin/codemirror/mode/sieve/sieve.js
new file mode 100755
index 00000000..db777c13
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/sieve/sieve.js
@@ -0,0 +1,156 @@
+/*
+ * See LICENSE in this directory for the license under which this code
+ * is released.
+ */
+
+CodeMirror.defineMode("sieve", function(config) {
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+
+  var keywords = words("if elsif else stop require");
+  var atoms = words("true false not");
+  var indentUnit = config.indentUnit;
+
+  function tokenBase(stream, state) {
+
+    var ch = stream.next();
+    if (ch == "/" && stream.eat("*")) {
+      state.tokenize = tokenCComment;
+      return tokenCComment(stream, state);
+    }
+
+    if (ch === '#') {
+      stream.skipToEnd();
+      return "comment";
+    }
+
+    if (ch == "\"") {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+
+    if (ch === "{")
+    {
+      state._indent++;
+      return null;
+    }
+
+    if (ch === "}")
+    {
+      state._indent--;
+      return null;
+    }
+
+    if (/[{}\(\),;]/.test(ch))
+      return null;
+
+    // 1*DIGIT "K" / "M" / "G"
+    if (/\d/.test(ch)) {
+      stream.eatWhile(/[\d]/);
+      stream.eat(/[KkMmGg]/);
+      return "number";
+    }
+
+    // ":" (ALPHA / "_") *(ALPHA / DIGIT / "_")
+    if (ch == ":") {
+      stream.eatWhile(/[a-zA-Z_]/);
+      stream.eatWhile(/[a-zA-Z0-9_]/);
+
+      return "operator";
+    }
+
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current();
+
+    // "text:" *(SP / HTAB) (hash-comment / CRLF)
+    // *(multiline-literal / multiline-dotstart)
+    // "." CRLF
+    if ((cur == "text") && stream.eat(":"))
+    {
+      state.tokenize = tokenMultiLineString;
+      return "string";
+    }
+
+    if (keywords.propertyIsEnumerable(cur))
+      return "keyword";
+
+    if (atoms.propertyIsEnumerable(cur))
+      return "atom";
+  }
+
+  function tokenMultiLineString(stream, state)
+  {
+    state._multiLineString = true;
+    // the first line is special it may contain a comment
+    if (!stream.sol()) {
+      stream.eatSpace();
+
+      if (stream.peek() == "#") {
+        stream.skipToEnd();
+        return "comment";
+      }
+
+      stream.skipToEnd();
+      return "string";
+    }
+
+    if ((stream.next() == ".")  && (stream.eol()))
+    {
+      state._multiLineString = false;
+      state.tokenize = tokenBase;
+    }
+
+    return "string";
+  }
+
+  function tokenCComment(stream, state) {
+    var maybeEnd = false, ch;
+    while ((ch = stream.next()) != null) {
+      if (maybeEnd && ch == "/") {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped)
+          break;
+        escaped = !escaped && ch == "\\";
+      }
+      if (!escaped) state.tokenize = tokenBase;
+      return "string";
+    };
+  }
+
+  return {
+    startState: function(base) {
+      return {tokenize: tokenBase,
+              baseIndent: base || 0,
+              _indent: 0};
+    },
+
+    token: function(stream, state) {
+      if (stream.eatSpace())
+        return null;
+
+      return (state.tokenize || tokenBase)(stream, state);;
+    },
+
+    indent: function(state, textAfter) {
+      return state.baseIndent + state._indent * indentUnit;
+    },
+
+    electricChars: "}"
+  };
+});
+
+CodeMirror.defineMIME("application/sieve", "sieve");
diff --git a/components/originalComponents/static/admin/codemirror/mode/smalltalk/index.html b/components/originalComponents/static/admin/codemirror/mode/smalltalk/index.html
new file mode 100755
index 00000000..9a48ec19
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/smalltalk/index.html
@@ -0,0 +1,56 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Smalltalk mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="smalltalk.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>
+      .CodeMirror {border: 2px solid #dee; border-right-width: 10px;}
+      .CodeMirror-gutter {border: none; background: #dee;}
+      .CodeMirror-gutter pre {color: white; font-weight: bold;}
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Smalltalk mode</h1>
+
+<form><textarea id="code" name="code">
+" 
+    This is a test of the Smalltalk code
+"
+Seaside.WAComponent subclass: #MyCounter [
+    | count |
+    MyCounter class &gt;&gt; canBeRoot [ ^true ]
+
+    initialize [
+        super initialize.
+        count := 0.
+    ]
+    states [ ^{ self } ]
+    renderContentOn: html [
+        html heading: count.
+        html anchor callback: [ count := count + 1 ]; with: '++'.
+        html space.
+        html anchor callback: [ count := count - 1 ]; with: '--'.
+    ]
+]
+
+MyCounter registerAsApplication: 'mycounter'
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-stsrc",
+        indentUnit: 4
+      });
+    </script>
+
+    <p>Simple Smalltalk mode.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-stsrc</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/smalltalk/smalltalk.js b/components/originalComponents/static/admin/codemirror/mode/smalltalk/smalltalk.js
new file mode 100755
index 00000000..ba17cbdc
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/smalltalk/smalltalk.js
@@ -0,0 +1,139 @@
+CodeMirror.defineMode('smalltalk', function(config, modeConfig) {
+
+	var specialChars = /[+\-/\\*~<>=@%|&?!.:;^]/;
+	var keywords = /true|false|nil|self|super|thisContext/;
+
+	var Context = function(tokenizer, parent) {
+		this.next = tokenizer;
+		this.parent = parent;
+	};
+
+	var Token = function(name, context, eos) {
+		this.name = name;
+		this.context = context;
+		this.eos = eos;
+	};
+
+	var State = function() {
+		this.context = new Context(next, null);
+		this.expectVariable = true;
+		this.indentation = 0;
+		this.userIndentationDelta = 0;
+	};
+
+	State.prototype.userIndent = function(indentation) {
+		this.userIndentationDelta = indentation > 0 ? (indentation / config.indentUnit - this.indentation) : 0;
+	};
+
+	var next = function(stream, context, state) {
+		var token = new Token(null, context, false);
+		var aChar = stream.next();
+
+		if (aChar === '"') {
+			token = nextComment(stream, new Context(nextComment, context));
+
+		} else if (aChar === '\'') {
+			token = nextString(stream, new Context(nextString, context));
+
+		} else if (aChar === '#') {
+			stream.eatWhile(/[^ .]/);
+			token.name = 'string-2';
+
+		} else if (aChar === '$') {
+			stream.eatWhile(/[^ ]/);
+			token.name = 'string-2';
+
+		} else if (aChar === '|' && state.expectVariable) {
+			token.context = new Context(nextTemporaries, context);
+
+		} else if (/[\[\]{}()]/.test(aChar)) {
+			token.name = 'bracket';
+			token.eos = /[\[{(]/.test(aChar);
+
+			if (aChar === '[') {
+				state.indentation++;
+			} else if (aChar === ']') {
+				state.indentation = Math.max(0, state.indentation - 1);
+			}
+
+		} else if (specialChars.test(aChar)) {
+			stream.eatWhile(specialChars);
+			token.name = 'operator';
+			token.eos = aChar !== ';'; // ; cascaded message expression
+
+		} else if (/\d/.test(aChar)) {
+			stream.eatWhile(/[\w\d]/);
+			token.name = 'number';
+
+		} else if (/[\w_]/.test(aChar)) {
+			stream.eatWhile(/[\w\d_]/);
+			token.name = state.expectVariable ? (keywords.test(stream.current()) ? 'keyword' : 'variable') : null;
+
+		} else {
+			token.eos = state.expectVariable;
+		}
+
+		return token;
+	};
+
+	var nextComment = function(stream, context) {
+		stream.eatWhile(/[^"]/);
+		return new Token('comment', stream.eat('"') ? context.parent : context, true);
+	};
+
+	var nextString = function(stream, context) {
+		stream.eatWhile(/[^']/);
+		return new Token('string', stream.eat('\'') ? context.parent : context, false);
+	};
+
+	var nextTemporaries = function(stream, context, state) {
+		var token = new Token(null, context, false);
+		var aChar = stream.next();
+
+		if (aChar === '|') {
+			token.context = context.parent;
+			token.eos = true;
+
+		} else {
+			stream.eatWhile(/[^|]/);
+			token.name = 'variable';
+		}
+
+		return token;
+	};
+
+	return {
+		startState: function() {
+			return new State;
+		},
+
+		token: function(stream, state) {
+			state.userIndent(stream.indentation());
+
+			if (stream.eatSpace()) {
+				return null;
+			}
+
+			var token = state.context.next(stream, state.context, state);
+			state.context = token.context;
+			state.expectVariable = token.eos;
+
+			state.lastToken = token;
+			return token.name;
+		},
+
+		blankLine: function(state) {
+			state.userIndent(0);
+		},
+
+		indent: function(state, textAfter) {
+			var i = state.context.next === next && textAfter && textAfter.charAt(0) === ']' ? -1 : state.userIndentationDelta;
+			return (state.indentation + i) * config.indentUnit;
+		},
+
+		electricChars: ']'
+	};
+
+});
+
+CodeMirror.defineMIME('text/x-stsrc', {name: 'smalltalk'});
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/smarty/index.html b/components/originalComponents/static/admin/codemirror/mode/smarty/index.html
new file mode 100755
index 00000000..6b7debed
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/smarty/index.html
@@ -0,0 +1,83 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Smarty mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="smarty.js"></script>
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Smarty mode</h1>
+
+    <form><textarea id="code" name="code">
+{extends file="parent.tpl"}
+{include file="template.tpl"}
+
+{* some example Smarty content *}
+{if isset($name) && $name == 'Blog'}
+  This is a {$var}.
+  {$integer = 451}, {$array[] = "a"}, {$stringvar = "string"}
+  {assign var='bob' value=$var.prop}
+{elseif $name == $foo}
+  {function name=menu level=0}
+    {foreach $data as $entry}
+      {if is_array($entry)}
+        - {$entry@key}
+        {menu data=$entry level=$level+1}
+      {else}
+        {$entry}
+      {/if}
+    {/foreach}
+  {/function}
+{/if}</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        mode: "smarty"
+      });
+    </script>
+
+    <br />
+
+    <form><textarea id="code2" name="code2">
+{--extends file="parent.tpl"--}
+{--include file="template.tpl"--}
+
+{--* some example Smarty content *--}
+{--if isset($name) && $name == 'Blog'--}
+  This is a {--$var--}.
+  {--$integer = 451--}, {--$array[] = "a"--}, {--$stringvar = "string"--}
+  {--assign var='bob' value=$var.prop--}
+{--elseif $name == $foo--}
+  {--function name=menu level=0--}
+    {--foreach $data as $entry--}
+      {--if is_array($entry)--}
+        - {--$entry@key--}
+        {--menu data=$entry level=$level+1--}
+      {--else--}
+        {--$entry--}
+      {--/if--}
+    {--/foreach--}
+  {--/function--}
+{--/if--}</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code2"), {
+        lineNumbers: true,
+        mode: {
+          name: "smarty",
+          leftDelimiter: "{--",
+          rightDelimiter: "--}"
+        }
+      });
+    </script>
+
+    <p>A plain text/Smarty mode which allows for custom delimiter tags (defaults to <b>{</b> and <b>}</b>).</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-smarty</code></p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/smarty/smarty.js b/components/originalComponents/static/admin/codemirror/mode/smarty/smarty.js
new file mode 100755
index 00000000..941e7f37
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/smarty/smarty.js
@@ -0,0 +1,148 @@
+CodeMirror.defineMode("smarty", function(config, parserConfig) {
+  var keyFuncs = ["debug", "extends", "function", "include", "literal"];
+  var last;
+  var regs = {
+    operatorChars: /[+\-*&%=<>!?]/,
+    validIdentifier: /[a-zA-Z0-9\_]/,
+    stringChar: /[\'\"]/
+  };
+  var leftDelim = (typeof config.mode.leftDelimiter != 'undefined') ? config.mode.leftDelimiter : "{";
+  var rightDelim = (typeof config.mode.rightDelimiter != 'undefined') ? config.mode.rightDelimiter : "}";
+  function ret(style, lst) { last = lst; return style; }
+
+
+  function tokenizer(stream, state) {
+    function chain(parser) {
+      state.tokenize = parser;
+      return parser(stream, state);
+    }
+
+    if (stream.match(leftDelim, true)) {
+      if (stream.eat("*")) {
+        return chain(inBlock("comment", "*" + rightDelim));
+      }
+      else {
+        state.tokenize = inSmarty;
+        return "tag";
+      }
+    }
+    else {
+      // I'd like to do an eatWhile() here, but I can't get it to eat only up to the rightDelim string/char
+      stream.next();
+      return null;
+    }
+  }
+
+  function inSmarty(stream, state) {
+    if (stream.match(rightDelim, true)) {
+      state.tokenize = tokenizer;
+      return ret("tag", null);
+    }
+
+    var ch = stream.next();
+    if (ch == "$") {
+      stream.eatWhile(regs.validIdentifier);
+      return ret("variable-2", "variable");
+    }
+    else if (ch == ".") {
+      return ret("operator", "property");
+    }
+    else if (regs.stringChar.test(ch)) {
+      state.tokenize = inAttribute(ch);
+      return ret("string", "string");
+    }
+    else if (regs.operatorChars.test(ch)) {
+      stream.eatWhile(regs.operatorChars);
+      return ret("operator", "operator");
+    }
+    else if (ch == "[" || ch == "]") {
+      return ret("bracket", "bracket");
+    }
+    else if (/\d/.test(ch)) {
+      stream.eatWhile(/\d/);
+      return ret("number", "number");
+    }
+    else {
+      if (state.last == "variable") {
+        if (ch == "@") {
+          stream.eatWhile(regs.validIdentifier);
+          return ret("property", "property");
+        }
+        else if (ch == "|") {
+          stream.eatWhile(regs.validIdentifier);
+          return ret("qualifier", "modifier");
+        }
+      }
+      else if (state.last == "whitespace") {
+        stream.eatWhile(regs.validIdentifier);
+        return ret("attribute", "modifier");
+      }
+      else if (state.last == "property") {
+        stream.eatWhile(regs.validIdentifier);
+        return ret("property", null);
+      }
+      else if (/\s/.test(ch)) {
+        last = "whitespace";
+        return null;
+      }
+
+      var str = "";
+      if (ch != "/") {
+    	str += ch;
+      }
+      var c = "";
+      while ((c = stream.eat(regs.validIdentifier))) {
+        str += c;
+      }
+      var i, j;
+      for (i=0, j=keyFuncs.length; i<j; i++) {
+        if (keyFuncs[i] == str) {
+          return ret("keyword", "keyword");
+        }
+      }
+      if (/\s/.test(ch)) {
+    	return null;
+      }
+      return ret("tag", "tag");
+    }
+  }
+
+  function inAttribute(quote) {
+    return function(stream, state) {
+      while (!stream.eol()) {
+        if (stream.next() == quote) {
+          state.tokenize = inSmarty;
+          break;
+        }
+      }
+      return "string";
+    };
+  }
+
+  function inBlock(style, terminator) {
+    return function(stream, state) {
+      while (!stream.eol()) {
+        if (stream.match(terminator)) {
+          state.tokenize = tokenizer;
+          break;
+        }
+        stream.next();
+      }
+      return style;
+    };
+  }
+
+  return {
+    startState: function() {
+      return { tokenize: tokenizer, mode: "smarty", last: null };
+    },
+    token: function(stream, state) {
+      var style = state.tokenize(stream, state);
+      state.last = last;
+      return style;
+    },
+    electricChars: ""
+  };
+});
+
+CodeMirror.defineMIME("text/x-smarty", "smarty");
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/sparql/index.html b/components/originalComponents/static/admin/codemirror/mode/sparql/index.html
new file mode 100755
index 00000000..b7eafa3c
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/sparql/index.html
@@ -0,0 +1,41 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: SPARQL mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="sparql.js"></script>
+    <style>.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: SPARQL mode</h1>
+    <form><textarea id="code" name="code">
+PREFIX a: &lt;http://www.w3.org/2000/10/annotation-ns#>
+PREFIX dc: &lt;http://purl.org/dc/elements/1.1/>
+PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/>
+
+# Comment!
+
+SELECT ?given ?family
+WHERE {
+  ?annot a:annotates &lt;http://www.w3.org/TR/rdf-sparql-query/> .
+  ?annot dc:creator ?c .
+  OPTIONAL {?c foaf:given ?given ;
+               foaf:family ?family } .
+  FILTER isBlank(?c)
+}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: "application/x-sparql-query",
+        tabMode: "indent",
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>application/x-sparql-query</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/sparql/sparql.js b/components/originalComponents/static/admin/codemirror/mode/sparql/sparql.js
new file mode 100755
index 00000000..ceb52942
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/sparql/sparql.js
@@ -0,0 +1,143 @@
+CodeMirror.defineMode("sparql", function(config) {
+  var indentUnit = config.indentUnit;
+  var curPunc;
+
+  function wordRegexp(words) {
+    return new RegExp("^(?:" + words.join("|") + ")$", "i");
+  }
+  var ops = wordRegexp(["str", "lang", "langmatches", "datatype", "bound", "sameterm", "isiri", "isuri",
+                        "isblank", "isliteral", "union", "a"]);
+  var keywords = wordRegexp(["base", "prefix", "select", "distinct", "reduced", "construct", "describe",
+                             "ask", "from", "named", "where", "order", "limit", "offset", "filter", "optional",
+                             "graph", "by", "asc", "desc"]);
+  var operatorChars = /[*+\-<>=&|]/;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    curPunc = null;
+    if (ch == "$" || ch == "?") {
+      stream.match(/^[\w\d]*/);
+      return "variable-2";
+    }
+    else if (ch == "<" && !stream.match(/^[\s\u00a0=]/, false)) {
+      stream.match(/^[^\s\u00a0>]*>?/);
+      return "atom";
+    }
+    else if (ch == "\"" || ch == "'") {
+      state.tokenize = tokenLiteral(ch);
+      return state.tokenize(stream, state);
+    }
+    else if (/[{}\(\),\.;\[\]]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    else if (ch == "#") {
+      stream.skipToEnd();
+      return "comment";
+    }
+    else if (operatorChars.test(ch)) {
+      stream.eatWhile(operatorChars);
+      return null;
+    }
+    else if (ch == ":") {
+      stream.eatWhile(/[\w\d\._\-]/);
+      return "atom";
+    }
+    else {
+      stream.eatWhile(/[_\w\d]/);
+      if (stream.eat(":")) {
+        stream.eatWhile(/[\w\d_\-]/);
+        return "atom";
+      }
+      var word = stream.current(), type;
+      if (ops.test(word))
+        return null;
+      else if (keywords.test(word))
+        return "keyword";
+      else
+        return "variable";
+    }
+  }
+
+  function tokenLiteral(quote) {
+    return function(stream, state) {
+      var escaped = false, ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == quote && !escaped) {
+          state.tokenize = tokenBase;
+          break;
+        }
+        escaped = !escaped && ch == "\\";
+      }
+      return "string";
+    };
+  }
+
+  function pushContext(state, type, col) {
+    state.context = {prev: state.context, indent: state.indent, col: col, type: type};
+  }
+  function popContext(state) {
+    state.indent = state.context.indent;
+    state.context = state.context.prev;
+  }
+
+  return {
+    startState: function(base) {
+      return {tokenize: tokenBase,
+              context: null,
+              indent: 0,
+              col: 0};
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        if (state.context && state.context.align == null) state.context.align = false;
+        state.indent = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+
+      if (style != "comment" && state.context && state.context.align == null && state.context.type != "pattern") {
+        state.context.align = true;
+      }
+
+      if (curPunc == "(") pushContext(state, ")", stream.column());
+      else if (curPunc == "[") pushContext(state, "]", stream.column());
+      else if (curPunc == "{") pushContext(state, "}", stream.column());
+      else if (/[\]\}\)]/.test(curPunc)) {
+        while (state.context && state.context.type == "pattern") popContext(state);
+        if (state.context && curPunc == state.context.type) popContext(state);
+      }
+      else if (curPunc == "." && state.context && state.context.type == "pattern") popContext(state);
+      else if (/atom|string|variable/.test(style) && state.context) {
+        if (/[\}\]]/.test(state.context.type))
+          pushContext(state, "pattern", stream.column());
+        else if (state.context.type == "pattern" && !state.context.align) {
+          state.context.align = true;
+          state.context.col = stream.column();
+        }
+      }
+      
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      var firstChar = textAfter && textAfter.charAt(0);
+      var context = state.context;
+      if (/[\]\}]/.test(firstChar))
+        while (context && context.type == "pattern") context = context.prev;
+
+      var closing = context && firstChar == context.type;
+      if (!context)
+        return 0;
+      else if (context.type == "pattern")
+        return context.col;
+      else if (context.align)
+        return context.col + (closing ? 0 : 1);
+      else
+        return context.indent + (closing ? 0 : indentUnit);
+    }
+  };
+});
+
+CodeMirror.defineMIME("application/x-sparql-query", "sparql");
diff --git a/components/originalComponents/static/admin/codemirror/mode/stex/index.html b/components/originalComponents/static/admin/codemirror/mode/stex/index.html
new file mode 100755
index 00000000..2dafe698
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/stex/index.html
@@ -0,0 +1,98 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: sTeX mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="stex.js"></script>
+    <style>.CodeMirror {background: #f8f8f8;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: sTeX mode</h1>
+     <form><textarea id="code" name="code">
+\begin{module}[id=bbt-size]
+\importmodule[balanced-binary-trees]{balanced-binary-trees}
+\importmodule[\KWARCslides{dmath/en/cardinality}]{cardinality}
+
+\begin{frame}
+  \frametitle{Size Lemma for Balanced Trees}
+  \begin{itemize}
+  \item
+    \begin{assertion}[id=size-lemma,type=lemma] 
+    Let $G=\tup{V,E}$ be a \termref[cd=binary-trees]{balanced binary tree} 
+    of \termref[cd=graph-depth,name=vertex-depth]{depth}$n>i$, then the set
+     $\defeq{\livar{V}i}{\setst{\inset{v}{V}}{\gdepth{v} = i}}$ of
+    \termref[cd=graphs-intro,name=node]{nodes} at 
+    \termref[cd=graph-depth,name=vertex-depth]{depth} $i$ has
+    \termref[cd=cardinality,name=cardinality]{cardinality} $\power2i$.
+   \end{assertion}
+  \item
+    \begin{sproof}[id=size-lemma-pf,proofend=,for=size-lemma]{via induction over the depth $i$.}
+      \begin{spfcases}{We have to consider two cases}
+        \begin{spfcase}{$i=0$}
+          \begin{spfstep}[display=flow]
+            then $\livar{V}i=\set{\livar{v}r}$, where $\livar{v}r$ is the root, so
+            $\eq{\card{\livar{V}0},\card{\set{\livar{v}r}},1,\power20}$.
+          \end{spfstep}
+        \end{spfcase}
+        \begin{spfcase}{$i>0$}
+          \begin{spfstep}[display=flow]
+           then $\livar{V}{i-1}$ contains $\power2{i-1}$ vertexes 
+           \begin{justification}[method=byIH](IH)\end{justification}
+          \end{spfstep}
+          \begin{spfstep}
+           By the \begin{justification}[method=byDef]definition of a binary
+              tree\end{justification}, each $\inset{v}{\livar{V}{i-1}}$ is a leaf or has
+            two children that are at depth $i$.
+          \end{spfstep}
+          \begin{spfstep}
+           As $G$ is \termref[cd=balanced-binary-trees,name=balanced-binary-tree]{balanced} and $\gdepth{G}=n>i$, $\livar{V}{i-1}$ cannot contain
+            leaves.
+          \end{spfstep}
+          \begin{spfstep}[type=conclusion]
+           Thus $\eq{\card{\livar{V}i},{\atimes[cdot]{2,\card{\livar{V}{i-1}}}},{\atimes[cdot]{2,\power2{i-1}}},\power2i}$.
+          \end{spfstep}
+        \end{spfcase}
+      \end{spfcases}
+    \end{sproof}
+  \item 
+    \begin{assertion}[id=fbbt,type=corollary]	
+      A fully balanced tree of depth $d$ has $\power2{d+1}-1$ nodes.
+    \end{assertion}
+  \item
+      \begin{sproof}[for=fbbt,id=fbbt-pf]{}
+        \begin{spfstep}
+          Let $\defeq{G}{\tup{V,E}}$ be a fully balanced tree
+        \end{spfstep}
+        \begin{spfstep}
+          Then $\card{V}=\Sumfromto{i}1d{\power2i}= \power2{d+1}-1$.
+        \end{spfstep}
+      \end{sproof}
+    \end{itemize}
+  \end{frame}
+\begin{note}
+  \begin{omtext}[type=conclusion,for=binary-tree]
+    This shows that balanced binary trees grow in breadth very quickly, a consequence of
+    this is that they are very shallow (and this compute very fast), which is the essence of
+    the next result.
+  \end{omtext}
+\end{note}
+\end{module}
+
+%%% Local Variables: 
+%%% mode: LaTeX
+%%% TeX-master: "all"
+%%% End: \end{document}
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-stex</code>.</p>
+
+    <p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#stex_*">normal</a>,  <a href="../../test/index.html#verbose,stex_*">verbose</a>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/stex/stex.js b/components/originalComponents/static/admin/codemirror/mode/stex/stex.js
new file mode 100755
index 00000000..100854da
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/stex/stex.js
@@ -0,0 +1,182 @@
+/*
+ * Author: Constantin Jucovschi (c.jucovschi@jacobs-university.de)
+ * Licence: MIT
+ */
+
+CodeMirror.defineMode("stex", function(cmCfg, modeCfg) 
+{    
+    function pushCommand(state, command) {
+	state.cmdState.push(command);
+    }
+
+    function peekCommand(state) { 
+	if (state.cmdState.length>0)
+	    return state.cmdState[state.cmdState.length-1];
+	else
+	    return null;
+    }
+
+    function popCommand(state) {
+	if (state.cmdState.length>0) {
+	    var plug = state.cmdState.pop();
+	    plug.closeBracket();
+	}	    
+    }
+
+    function applyMostPowerful(state) {
+      var context = state.cmdState;
+      for (var i = context.length - 1; i >= 0; i--) {
+	  var plug = context[i];
+	  if (plug.name=="DEFAULT")
+	      continue;
+	  return plug.styleIdentifier();
+      }
+      return null;
+    }
+
+    function addPluginPattern(pluginName, cmdStyle, brackets, styles) {
+	return function () {
+	    this.name=pluginName;
+	    this.bracketNo = 0;
+	    this.style=cmdStyle;
+	    this.styles = styles;
+	    this.brackets = brackets;
+
+	    this.styleIdentifier = function(content) {
+		if (this.bracketNo<=this.styles.length)
+		    return this.styles[this.bracketNo-1];
+		else
+		    return null;
+	    };
+	    this.openBracket = function(content) {
+		this.bracketNo++;
+		return "bracket";
+	    };
+	    this.closeBracket = function(content) {
+	    };
+	};
+    }
+
+    var plugins = new Array();
+   
+    plugins["importmodule"] = addPluginPattern("importmodule", "tag", "{[", ["string", "builtin"]);
+    plugins["documentclass"] = addPluginPattern("documentclass", "tag", "{[", ["", "atom"]);
+    plugins["usepackage"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
+    plugins["begin"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
+    plugins["end"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
+
+    plugins["DEFAULT"] = function () {
+	this.name="DEFAULT";
+	this.style="tag";
+
+	this.styleIdentifier = function(content) {
+	};
+	this.openBracket = function(content) {
+	};
+	this.closeBracket = function(content) {
+	};
+    };
+
+    function setState(state, f) {
+	state.f = f;
+    }
+
+    function normal(source, state) {
+	if (source.match(/^\\[a-zA-Z@]+/)) {
+	    var cmdName = source.current();
+	    cmdName = cmdName.substr(1, cmdName.length-1);
+            var plug;
+            if (plugins.hasOwnProperty(cmdName)) {
+	      plug = plugins[cmdName];
+            } else {
+              plug = plugins["DEFAULT"];
+            }
+	    plug = new plug();
+	    pushCommand(state, plug);
+	    setState(state, beginParams);
+	    return plug.style;
+	}
+
+        // escape characters 
+        if (source.match(/^\\[$&%#{}_]/)) {
+          return "tag";
+        }
+
+        // white space control characters
+        if (source.match(/^\\[,;!\/]/)) {
+          return "tag";
+        }
+
+	var ch = source.next();
+	if (ch == "%") {
+            // special case: % at end of its own line; stay in same state
+            if (!source.eol()) {
+              setState(state, inCComment);
+            }
+	    return "comment";
+	} 
+	else if (ch=='}' || ch==']') {
+	    plug = peekCommand(state);
+	    if (plug) {
+		plug.closeBracket(ch);
+		setState(state, beginParams);
+	    } else
+		return "error";
+	    return "bracket";
+	} else if (ch=='{' || ch=='[') {
+	    plug = plugins["DEFAULT"];	    
+	    plug = new plug();
+	    pushCommand(state, plug);
+	    return "bracket";	    
+	}
+	else if (/\d/.test(ch)) {
+	    source.eatWhile(/[\w.%]/);
+	    return "atom";
+	}
+	else {
+	    source.eatWhile(/[\w-_]/);
+	    return applyMostPowerful(state);
+	}
+    }
+
+    function inCComment(source, state) {
+	source.skipToEnd();
+	setState(state, normal);
+	return "comment";
+    }
+
+    function beginParams(source, state) {
+	var ch = source.peek();
+	if (ch == '{' || ch == '[') {
+	   var lastPlug = peekCommand(state);
+	   var style = lastPlug.openBracket(ch);
+	   source.eat(ch);
+	   setState(state, normal);
+	   return "bracket";
+	}
+	if (/[ \t\r]/.test(ch)) {
+	    source.eat(ch);
+	    return null;
+	}
+	setState(state, normal);
+	lastPlug = peekCommand(state);
+	if (lastPlug) {
+	    popCommand(state);
+	}
+        return normal(source, state);
+    }
+
+    return {
+     startState: function() { return { f:normal, cmdState:[] }; },
+	 copyState: function(s) { return { f: s.f, cmdState: s.cmdState.slice(0, s.cmdState.length) }; },
+	 
+	 token: function(stream, state) {
+	 var t = state.f(stream, state);
+	 var w = stream.current();
+	 return t;
+     }
+ };
+});
+
+CodeMirror.defineMIME("text/x-stex", "stex");
+CodeMirror.defineMIME("text/x-latex", "stex");
diff --git a/components/originalComponents/static/admin/codemirror/mode/stex/test.js b/components/originalComponents/static/admin/codemirror/mode/stex/test.js
new file mode 100755
index 00000000..c5a34f3d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/stex/test.js
@@ -0,0 +1,343 @@
+var MT = ModeTest;
+MT.modeName = 'stex';
+MT.modeOptions = {};
+
+MT.testMode(
+  'word',
+  'foo',
+  [
+    null, 'foo'
+  ]
+);
+
+MT.testMode(
+  'twoWords',
+  'foo bar',
+  [
+    null, 'foo bar'
+  ]
+);
+
+MT.testMode(
+  'beginEndDocument',
+  '\\begin{document}\n\\end{document}',
+  [
+    'tag', '\\begin',
+    'bracket', '{',
+    'atom', 'document',
+    'bracket', '}',
+    'tag', '\\end',
+    'bracket', '{',
+    'atom', 'document',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'beginEndEquation',
+  '\\begin{equation}\n  E=mc^2\n\\end{equation}',
+  [
+    'tag', '\\begin',
+    'bracket', '{',
+    'atom', 'equation',
+    'bracket', '}',
+    null, '  E=mc^2',
+    'tag', '\\end',
+    'bracket', '{',
+    'atom', 'equation',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'beginModule',
+  '\\begin{module}[]',
+  [
+    'tag', '\\begin',
+    'bracket', '{',
+    'atom', 'module',
+    'bracket', '}[]'
+  ]
+);
+
+MT.testMode(
+  'beginModuleId',
+  '\\begin{module}[id=bbt-size]',
+  [
+    'tag', '\\begin',
+    'bracket', '{',
+    'atom', 'module',
+    'bracket', '}[',
+    null, 'id=bbt-size',
+    'bracket', ']'
+  ]
+);
+
+MT.testMode(
+  'importModule',
+  '\\importmodule[b-b-t]{b-b-t}',
+  [
+    'tag', '\\importmodule',
+    'bracket', '[',
+    'string', 'b-b-t',
+    'bracket', ']{',
+    'builtin', 'b-b-t',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'importModulePath',
+  '\\importmodule[\\KWARCslides{dmath/en/cardinality}]{card}',
+  [
+    'tag', '\\importmodule',
+    'bracket', '[',
+    'tag', '\\KWARCslides',
+    'bracket', '{',
+    'string', 'dmath/en/cardinality',
+    'bracket', '}]{',
+    'builtin', 'card',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'psForPDF',
+  '\\PSforPDF[1]{#1}', // could treat #1 specially
+  [
+    'tag', '\\PSforPDF',
+    'bracket', '[',
+    'atom', '1',
+    'bracket', ']{',
+    null, '#1',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'comment',
+  '% foo',
+  [
+    'comment', '% foo'
+  ]
+);
+
+MT.testMode(
+  'tagComment',
+  '\\item% bar',
+  [
+    'tag', '\\item',
+    'comment', '% bar'
+  ]
+);
+
+MT.testMode(
+  'commentTag',
+  ' % \\item',
+  [
+    null, ' ',
+    'comment', '% \\item'
+  ]
+);
+
+MT.testMode(
+  'commentLineBreak',
+  '%\nfoo',
+  [
+    'comment', '%',
+    null, 'foo'
+  ]
+);
+
+MT.testMode(
+  'tagErrorCurly',
+  '\\begin}{',
+  [
+    'tag', '\\begin',
+    'error', '}',
+    'bracket', '{'
+  ]
+);
+
+MT.testMode(
+  'tagErrorSquare',
+  '\\item]{',
+  [
+    'tag', '\\item',
+    'error', ']',
+    'bracket', '{'
+  ]
+);
+
+MT.testMode(
+  'commentCurly',
+  '% }',
+  [
+    'comment', '% }'
+  ]
+);
+
+MT.testMode(
+  'tagHash',
+  'the \\# key',
+  [
+    null, 'the ',
+    'tag', '\\#',
+    null, ' key'
+  ]
+);
+
+MT.testMode(
+  'tagNumber',
+  'a \\$5 stetson',
+  [
+    null, 'a ',
+    'tag', '\\$',
+  'atom', 5,
+  null, ' stetson'
+  ]
+);
+
+MT.testMode(
+  'tagPercent',
+  '100\\% beef',
+  [
+    'atom', '100',
+    'tag', '\\%',
+    null, ' beef'
+  ]
+);
+
+MT.testMode(
+  'tagAmpersand',
+  'L \\& N',
+  [
+    null, 'L ',
+    'tag', '\\&',
+    null, ' N'
+  ]
+);
+
+MT.testMode(
+  'tagUnderscore',
+  'foo\\_bar',
+  [
+    null, 'foo',
+    'tag', '\\_',
+    null, 'bar'
+  ]
+);
+
+MT.testMode(
+  'tagBracketOpen',
+  '\\emph{\\{}',
+  [
+    'tag', '\\emph',
+    'bracket', '{',
+    'tag', '\\{',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'tagBracketClose',
+  '\\emph{\\}}',
+  [
+    'tag', '\\emph',
+    'bracket', '{',
+    'tag', '\\}',
+    'bracket', '}'
+  ]
+);
+
+MT.testMode(
+  'tagLetterNumber',
+  'section \\S1',
+  [
+    null, 'section ',
+    'tag', '\\S',
+    'atom', '1'
+  ]
+);
+
+MT.testMode(
+  'textTagNumber',
+  'para \\P2',
+  [
+    null, 'para ',
+    'tag', '\\P',
+    'atom', '2'
+  ]
+);
+
+MT.testMode(
+  'thinspace',
+  'x\\,y', // thinspace
+  [
+    null, 'x',
+    'tag', '\\,',
+    null, 'y'
+  ]
+);
+
+MT.testMode(
+  'thickspace',
+  'x\\;y', // thickspace
+  [
+    null, 'x',
+    'tag', '\\;',
+    null, 'y'
+  ]
+);
+
+MT.testMode(
+  'negativeThinspace',
+  'x\\!y', // negative thinspace
+  [
+    null, 'x',
+    'tag', '\\!',
+    null, 'y'
+  ]
+);
+
+MT.testMode(
+  'periodNotSentence',
+  'J.\\ L.\\ is', // period not ending a sentence
+  [
+    null, 'J.\\ L.\\ is'
+  ]
+); // maybe could be better
+
+MT.testMode(
+  'periodSentence',
+  'X\\@. The', // period ending a sentence
+  [
+    null, 'X',
+    'tag', '\\@',
+    null, '. The'
+  ]
+);
+
+MT.testMode(
+  'italicCorrection',
+  '{\\em If\\/} I', // italic correction
+  [
+    'bracket', '{',
+    'tag', '\\em',
+    null, ' If',
+    'tag', '\\/',
+    'bracket', '}',
+    null, ' I'
+  ]
+);
+
+MT.testMode(
+  'tagBracket',
+  '\\newcommand{\\pop}',
+  [
+    'tag', '\\newcommand',
+    'bracket', '{',
+    'tag', '\\pop',
+    'bracket', '}'
+  ]
+);
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/index.html b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/index.html
new file mode 100755
index 00000000..40c2dff5
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/index.html
@@ -0,0 +1,141 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: TiddlyWiki mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="tiddlywiki.js"></script>
+    <link rel="stylesheet" href="tiddlywiki.css">
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: TiddlyWiki mode</h1>
+
+<div><textarea id="code" name="code">
+!TiddlyWiki Formatting
+* Rendered versions can be found at: http://www.tiddlywiki.com/#Reference
+
+|!Option            | !Syntax            |
+|bold font          | ''bold''           |
+|italic type        | //italic//         |
+|underlined text    | __underlined__     |
+|strikethrough text | --strikethrough--  |
+|superscript text   | super^^script^^    |
+|subscript text     | sub~~script~~      |
+|highlighted text   | @@highlighted@@    |
+|preformatted text  | {{{preformatted}}} |
+
+!Block Elements
+<<<
+!Heading 1
+
+!!Heading 2
+
+!!!Heading 3
+
+!!!!Heading 4
+
+!!!!!Heading 5
+<<<
+
+!!Lists
+<<<
+* unordered list, level 1
+** unordered list, level 2
+*** unordered list, level 3
+
+# ordered list, level 1
+## ordered list, level 2
+### unordered list, level 3
+
+; definition list, term
+: definition list, description
+<<<
+
+!!Blockquotes
+<<<
+> blockquote, level 1
+>> blockquote, level 2
+>>> blockquote, level 3
+
+> blockquote
+<<<
+
+!!Preformatted Text
+<<<
+{{{
+preformatted (e.g. code)
+}}}
+<<<
+
+!!Code Sections
+<<<
+{{{
+Text style code
+}}}
+
+//{{{
+JS styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
+//}}}
+
+<!--{{{-->
+XML styled code. TiddlyWiki mixed mode should support highlighter switching in the future.
+<!--}}}-->
+<<<
+
+!!Tables
+<<<
+|CssClass|k
+|!heading column 1|!heading column 2|
+|row 1, column 1|row 1, column 2|
+|row 2, column 1|row 2, column 2|
+|>|COLSPAN|
+|ROWSPAN| ... |
+|~| ... |
+|CssProperty:value;...| ... |
+|caption|c
+
+''Annotation:''
+* The {{{>}}} marker creates a "colspan", causing the current cell to merge with the one to the right.
+* The {{{~}}} marker creates a "rowspan", causing the current cell to merge with the one above.
+<<<
+!!Images /% TODO %/
+cf. [[TiddlyWiki.com|http://www.tiddlywiki.com/#EmbeddedImages]]
+
+!Hyperlinks
+* [[WikiWords|WikiWord]] are automatically transformed to hyperlinks to the respective tiddler
+** the automatic transformation can be suppressed by preceding the respective WikiWord with a tilde ({{{~}}}): {{{~WikiWord}}}
+* [[PrettyLinks]] are enclosed in square brackets and contain the desired tiddler name: {{{[[tiddler name]]}}}
+** optionally, a custom title or description can be added, separated by a pipe character ({{{|}}}): {{{[[title|target]]}}}<br>'''N.B.:''' In this case, the target can also be any website (i.e. URL).
+
+!Custom Styling
+* {{{@@CssProperty:value;CssProperty:value;...@@}}}<br>''N.B.:'' CSS color definitions should use lowercase letters to prevent the inadvertent creation of WikiWords.
+* <html><code>{{customCssClass{...}}}</code></html>
+* raw HTML can be inserted by enclosing the respective code in HTML tags: {{{<html> ... </html>}}}
+
+!Special Markers
+* {{{<br>}}} forces a manual line break
+* {{{----}}} creates a horizontal ruler
+* [[HTML entities|http://www.tiddlywiki.com/#HtmlEntities]]
+* [[HTML entities local|HtmlEntities]]
+* {{{<<macroName>>}}} calls the respective [[macro|Macros]]
+* To hide text within a tiddler so that it is not displayed, it can be wrapped in {{{/%}}} and {{{%/}}}.<br/>This can be a useful trick for hiding drafts or annotating complex markup.
+* To prevent wiki markup from taking effect for a particular section, that section can be enclosed in three double quotes: e.g. {{{"""WikiWord"""}}}.
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: 'tiddlywiki',      
+        lineNumbers: true,
+        enterMode: 'keep',
+        matchBrackets: true
+      });
+    </script>
+
+    <p>TiddlyWiki mode supports a single configuration.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-tiddlywiki</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.css b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.css
new file mode 100755
index 00000000..9a69b639
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.css
@@ -0,0 +1,14 @@
+span.cm-underlined {
+  text-decoration: underline;
+}
+span.cm-strikethrough {
+  text-decoration: line-through;
+}
+span.cm-brace {
+  color: #170;
+  font-weight: bold;
+}
+span.cm-table {
+  color: blue;
+  font-weight: bold;
+}
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.js b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.js
new file mode 100755
index 00000000..74fcd496
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiddlywiki/tiddlywiki.js
@@ -0,0 +1,384 @@
+/***
+|''Name''|tiddlywiki.js|
+|''Description''|Enables TiddlyWikiy syntax highlighting using CodeMirror|
+|''Author''|PMario|
+|''Version''|0.1.7|
+|''Status''|''stable''|
+|''Source''|[[GitHub|https://github.com/pmario/CodeMirror2/blob/tw-syntax/mode/tiddlywiki]]|
+|''Documentation''|http://codemirror.tiddlyspace.com/|
+|''License''|[[MIT License|http://www.opensource.org/licenses/mit-license.php]]|
+|''CoreVersion''|2.5.0|
+|''Requires''|codemirror.js|
+|''Keywords''|syntax highlighting color code mirror codemirror|
+! Info
+CoreVersion parameter is needed for TiddlyWiki only!
+***/
+//{{{
+CodeMirror.defineMode("tiddlywiki", function (config, parserConfig) {
+	var indentUnit = config.indentUnit;
+
+	// Tokenizer
+	var textwords = function () {
+		function kw(type) {
+			return {
+				type: type,
+				style: "text"
+			};
+		}
+		return {};
+	}();
+
+	var keywords = function () {
+		function kw(type) {
+			return { type: type, style: "macro"};
+		}
+		return {
+			"allTags": kw('allTags'), "closeAll": kw('closeAll'), "list": kw('list'),
+			"newJournal": kw('newJournal'), "newTiddler": kw('newTiddler'),
+			"permaview": kw('permaview'), "saveChanges": kw('saveChanges'),
+			"search": kw('search'), "slider": kw('slider'),	"tabs": kw('tabs'),
+			"tag": kw('tag'), "tagging": kw('tagging'),	"tags": kw('tags'),
+			"tiddler": kw('tiddler'), "timeline": kw('timeline'),
+			"today": kw('today'), "version": kw('version'),	"option": kw('option'),
+
+			"with": kw('with'),
+			"filter": kw('filter')
+		};
+	}();
+
+	var isSpaceName = /[\w_\-]/i,
+		reHR = /^\-\-\-\-+$/,					// <hr>
+		reWikiCommentStart = /^\/\*\*\*$/,		// /***
+		reWikiCommentStop = /^\*\*\*\/$/,		// ***/
+		reBlockQuote = /^<<<$/,
+
+		reJsCodeStart = /^\/\/\{\{\{$/,			// //{{{ js block start
+		reJsCodeStop = /^\/\/\}\}\}$/,			// //}}} js stop
+		reXmlCodeStart = /^<!--\{\{\{-->$/,		// xml block start
+		reXmlCodeStop = /^<!--\}\}\}-->$/,		// xml stop
+
+		reCodeBlockStart = /^\{\{\{$/,			// {{{ TW text div block start
+		reCodeBlockStop = /^\}\}\}$/,			// }}} TW text stop
+
+		reCodeStart = /\{\{\{/,					// {{{ code span start
+		reUntilCodeStop = /.*?\}\}\}/;
+
+	function chain(stream, state, f) {
+		state.tokenize = f;
+		return f(stream, state);
+	}
+
+	// used for strings
+	function nextUntilUnescaped(stream, end) {
+		var escaped = false,
+			next;
+		while ((next = stream.next()) != null) {
+			if (next == end && !escaped) return false;
+			escaped = !escaped && next == "\\";
+		}
+		return escaped;
+	}
+
+	// Used as scratch variables to communicate multiple values without
+	// consing up tons of objects.
+	var type, content;
+
+	function ret(tp, style, cont) {
+		type = tp;
+		content = cont;
+		return style;
+	}
+
+	function jsTokenBase(stream, state) {
+		var sol = stream.sol(), 
+			ch, tch;
+			
+		state.block = false;	// indicates the start of a code block.
+
+		ch = stream.peek(); 	// don't eat, to make matching simpler
+		
+		// check start of  blocks
+		if (sol && /[<\/\*{}\-]/.test(ch)) {
+			if (stream.match(reCodeBlockStart)) {
+				state.block = true;
+				return chain(stream, state, twTokenCode);
+			}
+			if (stream.match(reBlockQuote)) {
+				return ret('quote', 'quote');
+			}
+			if (stream.match(reWikiCommentStart) || stream.match(reWikiCommentStop)) {
+				return ret('code', 'comment');
+			}
+			if (stream.match(reJsCodeStart) || stream.match(reJsCodeStop) || stream.match(reXmlCodeStart) || stream.match(reXmlCodeStop)) {
+				return ret('code', 'comment');
+			}
+			if (stream.match(reHR)) {
+				return ret('hr', 'hr');
+			}
+		} // sol
+		ch = stream.next();
+
+		if (sol && /[\/\*!#;:>|]/.test(ch)) {
+			if (ch == "!") { // tw header
+				stream.skipToEnd();
+				return ret("header", "header");
+			}
+			if (ch == "*") { // tw list
+				stream.eatWhile('*');
+				return ret("list", "comment");
+			}
+			if (ch == "#") { // tw numbered list
+				stream.eatWhile('#');
+				return ret("list", "comment");
+			}
+			if (ch == ";") { // definition list, term
+				stream.eatWhile(';');
+				return ret("list", "comment");
+			}
+			if (ch == ":") { // definition list, description
+				stream.eatWhile(':');
+				return ret("list", "comment");
+			}
+			if (ch == ">") { // single line quote
+				stream.eatWhile(">");
+				return ret("quote", "quote");
+			}
+			if (ch == '|') {
+				return ret('table', 'header');
+			}
+		}
+
+		if (ch == '{' && stream.match(/\{\{/)) {
+			return chain(stream, state, twTokenCode);
+		}
+
+		// rudimentary html:// file:// link matching. TW knows much more ...
+		if (/[hf]/i.test(ch)) {
+			if (/[ti]/i.test(stream.peek()) && stream.match(/\b(ttps?|tp|ile):\/\/[\-A-Z0-9+&@#\/%?=~_|$!:,.;]*[A-Z0-9+&@#\/%=~_|$]/i)) {
+				return ret("link", "link");
+			}
+		}
+		// just a little string indicator, don't want to have the whole string covered
+		if (ch == '"') {
+			return ret('string', 'string');
+		}
+		if (ch == '~') {	// _no_ CamelCase indicator should be bold
+			return ret('text', 'brace');
+		}
+		if (/[\[\]]/.test(ch)) { // check for [[..]]
+			if (stream.peek() == ch) {
+				stream.next();
+				return ret('brace', 'brace');
+			}
+		}
+		if (ch == "@") {	// check for space link. TODO fix @@...@@ highlighting
+			stream.eatWhile(isSpaceName);
+			return ret("link", "link");
+		}
+		if (/\d/.test(ch)) {	// numbers
+			stream.eatWhile(/\d/);
+			return ret("number", "number");
+		}
+		if (ch == "/") { // tw invisible comment
+			if (stream.eat("%")) {
+				return chain(stream, state, twTokenComment);
+			}
+			else if (stream.eat("/")) { // 
+				return chain(stream, state, twTokenEm);
+			}
+		}
+		if (ch == "_") { // tw underline
+			if (stream.eat("_")) {
+				return chain(stream, state, twTokenUnderline);
+			}
+		}
+		// strikethrough and mdash handling
+		if (ch == "-") {
+			if (stream.eat("-")) {
+				// if strikethrough looks ugly, change CSS.
+				if (stream.peek() != ' ')
+					return chain(stream, state, twTokenStrike);
+				// mdash
+				if (stream.peek() == ' ')
+					return ret('text', 'brace');
+			}
+		}
+		if (ch == "'") { // tw bold
+			if (stream.eat("'")) {
+				return chain(stream, state, twTokenStrong);
+			}
+		}
+		if (ch == "<") { // tw macro
+			if (stream.eat("<")) {
+				return chain(stream, state, twTokenMacro);
+			}
+		}
+		else {
+			return ret(ch);
+		}
+
+		// core macro handling
+		stream.eatWhile(/[\w\$_]/);
+		var word = stream.current(),
+			known = textwords.propertyIsEnumerable(word) && textwords[word];
+
+		return known ? ret(known.type, known.style, word) : ret("text", null, word);
+
+	} // jsTokenBase()
+
+	function twTokenString(quote) {
+		return function (stream, state) {
+			if (!nextUntilUnescaped(stream, quote)) state.tokenize = jsTokenBase;
+			return ret("string", "string");
+		};
+	}
+
+	// tw invisible comment
+	function twTokenComment(stream, state) {
+		var maybeEnd = false,
+			ch;
+		while (ch = stream.next()) {
+			if (ch == "/" && maybeEnd) {
+				state.tokenize = jsTokenBase;
+				break;
+			}
+			maybeEnd = (ch == "%");
+		}
+		return ret("comment", "comment");
+	}
+
+	// tw strong / bold
+	function twTokenStrong(stream, state) {
+		var maybeEnd = false,
+			ch;
+		while (ch = stream.next()) {
+			if (ch == "'" && maybeEnd) {
+				state.tokenize = jsTokenBase;
+				break;
+			}
+			maybeEnd = (ch == "'");
+		}
+		return ret("text", "strong");
+	}
+
+	// tw code
+	function twTokenCode(stream, state) {
+		var ch, sb = state.block;
+		
+		if (sb && stream.current()) {
+			return ret("code", "comment");
+		}
+
+		if (!sb && stream.match(reUntilCodeStop)) {
+			state.tokenize = jsTokenBase;
+			return ret("code", "comment");
+		}
+
+		if (sb && stream.sol() && stream.match(reCodeBlockStop)) {
+			state.tokenize = jsTokenBase;
+			return ret("code", "comment");
+		}
+
+		ch = stream.next();
+		return (sb) ? ret("code", "comment") : ret("code", "comment");
+	}
+
+	// tw em / italic
+	function twTokenEm(stream, state) {
+		var maybeEnd = false,
+			ch;
+		while (ch = stream.next()) {
+			if (ch == "/" && maybeEnd) {
+				state.tokenize = jsTokenBase;
+				break;
+			}
+			maybeEnd = (ch == "/");
+		}
+		return ret("text", "em");
+	}
+
+	// tw underlined text
+	function twTokenUnderline(stream, state) {
+		var maybeEnd = false,
+			ch;
+		while (ch = stream.next()) {
+			if (ch == "_" && maybeEnd) {
+				state.tokenize = jsTokenBase;
+				break;
+			}
+			maybeEnd = (ch == "_");
+		}
+		return ret("text", "underlined");
+	}
+
+	// tw strike through text looks ugly
+	// change CSS if needed
+	function twTokenStrike(stream, state) {
+		var maybeEnd = false,
+			ch, nr;
+			
+		while (ch = stream.next()) {
+			if (ch == "-" && maybeEnd) {
+				state.tokenize = jsTokenBase;
+				break;
+			}
+			maybeEnd = (ch == "-");
+		}
+		return ret("text", "strikethrough");
+	}
+
+	// macro
+	function twTokenMacro(stream, state) {
+		var ch, tmp, word, known;
+
+		if (stream.current() == '<<') {
+			return ret('brace', 'macro');
+		}
+
+		ch = stream.next();
+		if (!ch) {
+			state.tokenize = jsTokenBase;
+			return ret(ch);
+		}
+		if (ch == ">") {
+			if (stream.peek() == '>') {
+				stream.next();
+				state.tokenize = jsTokenBase;
+				return ret("brace", "macro");
+			}
+		}
+
+		stream.eatWhile(/[\w\$_]/);
+		word = stream.current();
+		known = keywords.propertyIsEnumerable(word) && keywords[word];
+
+		if (known) {
+			return ret(known.type, known.style, word);
+		}
+		else {
+			return ret("macro", null, word);
+		}
+	}
+
+	// Interface
+	return {
+		startState: function (basecolumn) {
+			return {
+				tokenize: jsTokenBase,
+				indented: 0,
+				level: 0
+			};
+		},
+
+		token: function (stream, state) {
+			if (stream.eatSpace()) return null;
+			var style = state.tokenize(stream, state);
+			return style;
+		},
+
+		electricChars: ""
+	};
+});
+
+CodeMirror.defineMIME("text/x-tiddlywiki", "tiddlywiki");
+//}}}
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiki/index.html b/components/originalComponents/static/admin/codemirror/mode/tiki/index.html
new file mode 100755
index 00000000..3579cff5
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiki/index.html
@@ -0,0 +1,83 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Tiki wiki mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="tiki.js"></script>
+    <link rel="stylesheet" href="tiki.css">
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body style="padding: 20px;">
+    <h1>CodeMirror: Tiki wiki mode</h1>
+
+<div><textarea id="code" name="code">
+Headings
+!Header 1
+!!Header 2
+!!!Header 3
+!!!!Header 4
+!!!!!Header 5
+!!!!!!Header 6
+
+Styling
+-=titlebar=-
+^^ Box on multi
+lines
+of content^^
+__bold__
+''italic''
+===underline===
+::center::
+--Line Through--
+
+Operators
+~np~No parse~/np~
+
+Link
+[link|desc|nocache]
+
+Wiki
+((Wiki))
+((Wiki|desc))
+((Wiki|desc|timeout))
+
+Table
+||row1 col1|row1 col2|row1 col3
+row2 col1|row2 col2|row2 col3
+row3 col1|row3 col2|row3 col3||
+
+Lists:
+*bla
+**bla-1
+++continue-bla-1
+***bla-2
+++continue-bla-1
+*bla
++continue-bla
+#bla
+** tra-la-la
++continue-bla
+#bla
+
+Plugin (standard):
+{PLUGIN(attr="my attr")}
+Plugin Body
+{PLUGIN}
+
+Plugin (inline):
+{plugin attr="my attr"}
+</textarea></div>
+
+<script type="text/javascript">
+	var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: 'tiki',      
+        lineNumbers: true,
+        enterMode: 'keep',
+        matchBrackets: true
+    });
+</script>
+
+</body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.css b/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.css
new file mode 100755
index 00000000..e3c3c0fd
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.css
@@ -0,0 +1,26 @@
+.cm-tw-syntaxerror {
+	color: #FFFFFF;
+	background-color: #990000;
+}
+
+.cm-tw-deleted {
+	text-decoration: line-through;
+}
+
+.cm-tw-header5 {
+	font-weight: bold;
+}
+.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
+	padding-left: 10px;
+}
+
+.cm-tw-box {
+	border-top-width: 0px ! important;
+	border-style: solid;
+	border-width: 1px;
+	border-color: inherit;
+}
+
+.cm-tw-underline {
+	text-decoration: underline;
+}
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.js b/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.js
new file mode 100755
index 00000000..af83dc1b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/tiki/tiki.js
@@ -0,0 +1,309 @@
+CodeMirror.defineMode('tiki', function(config, parserConfig) {
+	function inBlock(style, terminator, returnTokenizer) {
+		return function(stream, state) {
+			while (!stream.eol()) {
+				if (stream.match(terminator)) {
+					state.tokenize = inText;
+					break;
+				}
+				stream.next();
+			}
+			
+			if (returnTokenizer) state.tokenize = returnTokenizer;
+			
+			return style;
+		};
+	}
+	
+	function inLine(style, terminator) {
+		return function(stream, state) {
+			while(!stream.eol()) {
+				stream.next();
+			}
+			state.tokenize = inText;
+			return style;
+		};
+	}
+	
+	function inText(stream, state) {
+		function chain(parser) {
+			state.tokenize = parser;
+			return parser(stream, state);
+		}
+		
+		var sol = stream.sol();
+		var ch = stream.next();
+		
+		//non start of line
+		switch (ch) { //switch is generally much faster than if, so it is used here
+			case "{": //plugin
+				var type = stream.eat("/") ? "closeTag" : "openTag";
+				stream.eatSpace();
+				var tagName = "";
+				var c;
+				while ((c = stream.eat(/[^\s\u00a0=\"\'\/?(}]/))) tagName += c;
+				state.tokenize = inPlugin;
+				return "tag";
+				break;
+			case "_": //bold
+				if (stream.eat("_")) {
+					return chain(inBlock("strong", "__", inText));
+				}
+				break;
+			case "'": //italics
+				if (stream.eat("'")) {
+					// Italic text
+					return chain(inBlock("em", "''", inText));
+				}
+				break;
+			case "(":// Wiki Link
+				if (stream.eat("(")) {
+					return chain(inBlock("variable-2", "))", inText));
+				}
+				break;
+			case "[":// Weblink
+				return chain(inBlock("variable-3", "]", inText));
+				break;
+			case "|": //table
+				if (stream.eat("|")) {
+					return chain(inBlock("comment", "||"));
+				}
+				break;
+			case "-": 
+				if (stream.eat("=")) {//titleBar
+					return chain(inBlock("header string", "=-", inText));
+				} else if (stream.eat("-")) {//deleted
+					return chain(inBlock("error tw-deleted", "--", inText));
+				}
+				break;
+			case "=": //underline
+				if (stream.match("==")) {
+					return chain(inBlock("tw-underline", "===", inText));
+				}
+				break;
+			case ":":
+				if (stream.eat(":")) {
+					return chain(inBlock("comment", "::"));
+				}
+				break;
+			case "^": //box
+				return chain(inBlock("tw-box", "^"));
+				break;
+			case "~": //np
+				if (stream.match("np~")) {
+					return chain(inBlock("meta", "~/np~"));
+				}
+				break;
+		}
+		
+		//start of line types
+		if (sol) {
+			switch (ch) {
+				case "!": //header at start of line
+					if (stream.match('!!!!!')) {
+						return chain(inLine("header string"));
+					} else if (stream.match('!!!!')) {
+						return chain(inLine("header string"));
+					} else if (stream.match('!!!')) {
+						return chain(inLine("header string"));
+					} else if (stream.match('!!')) {
+						return chain(inLine("header string"));
+					} else {
+						return chain(inLine("header string"));
+					}
+					break;
+				case "*": //unordered list line item, or <li /> at start of line
+				case "#": //ordered list line item, or <li /> at start of line
+				case "+": //ordered list line item, or <li /> at start of line
+					return chain(inLine("tw-listitem bracket"));
+					break;
+			}
+		}
+		
+		//stream.eatWhile(/[&{]/); was eating up plugins, turned off to act less like html and more like tiki
+		return null;
+	}
+	
+	var indentUnit = config.indentUnit;
+
+	// Return variables for tokenizers
+	var pluginName, type;
+	function inPlugin(stream, state) {
+		var ch = stream.next();
+		var peek = stream.peek();
+		
+		if (ch == "}") {
+			state.tokenize = inText;
+			//type = ch == ")" ? "endPlugin" : "selfclosePlugin"; inPlugin
+			return "tag";
+		} else if (ch == "(" || ch == ")") {
+			return "bracket";
+		} else if (ch == "=") {
+			type = "equals";
+			
+			if (peek == ">") {
+				ch = stream.next();
+				peek = stream.peek();
+			}
+			
+			//here we detect values directly after equal character with no quotes
+			if (!/[\'\"]/.test(peek)) {
+				state.tokenize = inAttributeNoQuote();
+			}
+			//end detect values
+			
+			return "operator";
+		} else if (/[\'\"]/.test(ch)) {
+			state.tokenize = inAttribute(ch);
+			return state.tokenize(stream, state);
+		} else {
+			stream.eatWhile(/[^\s\u00a0=\"\'\/?]/);
+			return "keyword";
+		}
+	}
+
+	function inAttribute(quote) {
+		return function(stream, state) {
+			while (!stream.eol()) {
+				if (stream.next() == quote) {
+					state.tokenize = inPlugin;
+					break;
+				}
+			}
+			return "string";
+		};
+	}
+	
+	function inAttributeNoQuote() {
+		return function(stream, state) {
+			while (!stream.eol()) {
+				var ch = stream.next();
+				var peek = stream.peek();
+				if (ch == " " || ch == "," || /[ )}]/.test(peek)) {
+					state.tokenize = inPlugin;
+					break;
+				}
+			}
+			return "string";
+		};
+	}
+
+	var curState, setStyle;
+	function pass() {
+		for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);
+	}
+	
+	function cont() {
+		pass.apply(null, arguments);
+		return true;
+	}
+
+	function pushContext(pluginName, startOfLine) {
+		var noIndent = curState.context && curState.context.noIndent;
+		curState.context = {
+			prev: curState.context,
+			pluginName: pluginName,
+			indent: curState.indented,
+			startOfLine: startOfLine,
+			noIndent: noIndent
+		};
+	}
+	
+	function popContext() {
+		if (curState.context) curState.context = curState.context.prev;
+	}
+
+	function element(type) {
+		if (type == "openPlugin") {curState.pluginName = pluginName; return cont(attributes, endplugin(curState.startOfLine));}
+		else if (type == "closePlugin") {
+			var err = false;
+			if (curState.context) {
+				err = curState.context.pluginName != pluginName;
+				popContext();
+			} else {
+				err = true;
+			}
+			if (err) setStyle = "error";
+			return cont(endcloseplugin(err));
+		}
+		else if (type == "string") {
+			if (!curState.context || curState.context.name != "!cdata") pushContext("!cdata");
+			if (curState.tokenize == inText) popContext();
+			return cont();
+		}
+		else return cont();
+	}
+	
+	function endplugin(startOfLine) {
+		return function(type) {
+			if (
+			type == "selfclosePlugin" ||
+			type == "endPlugin"
+		)
+				return cont();
+			if (type == "endPlugin") {pushContext(curState.pluginName, startOfLine); return cont();}
+			return cont();
+		};
+	}
+	
+	function endcloseplugin(err) {
+		return function(type) {
+			if (err) setStyle = "error";
+			if (type == "endPlugin") return cont();
+			return pass();
+		};
+	}
+
+	function attributes(type) {
+		if (type == "keyword") {setStyle = "attribute"; return cont(attributes);}
+		if (type == "equals") return cont(attvalue, attributes);
+		return pass();
+	}
+	function attvalue(type) {
+		if (type == "keyword") {setStyle = "string"; return cont();}
+		if (type == "string") return cont(attvaluemaybe);
+			return pass();
+	}
+	function attvaluemaybe(type) {
+		if (type == "string") return cont(attvaluemaybe);
+		else return pass();
+	}
+	return {
+		startState: function() {
+			return {tokenize: inText, cc: [], indented: 0, startOfLine: true, pluginName: null, context: null};
+		},
+		token: function(stream, state) {
+			if (stream.sol()) {
+				state.startOfLine = true;
+				state.indented = stream.indentation();
+			}
+			if (stream.eatSpace()) return null;
+
+			setStyle = type = pluginName = null;
+			var style = state.tokenize(stream, state);
+				if ((style || type) && style != "comment") {
+				curState = state;
+				while (true) {
+					var comb = state.cc.pop() || element;
+					if (comb(type || style)) break;
+				}
+			}
+			state.startOfLine = false;
+			return setStyle || style;
+				},
+		indent: function(state, textAfter) {
+			var context = state.context;
+			if (context && context.noIndent) return 0;
+			if (context && /^{\//.test(textAfter))
+				context = context.prev;
+			while (context && !context.startOfLine)
+				context = context.prev;
+			if (context) return context.indent + indentUnit;
+			else return 0;
+		},
+		electricChars: "/"
+	};
+});
+
+//I figure, why not
+CodeMirror.defineMIME("text/tiki", "tiki");
diff --git a/components/originalComponents/static/admin/codemirror/mode/vb/LICENSE.txt b/components/originalComponents/static/admin/codemirror/mode/vb/LICENSE.txt
new file mode 100755
index 00000000..60839703
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/vb/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2012 Codility Limited, 107 Cheapside, London EC2V 6DN, UK
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/components/originalComponents/static/admin/codemirror/mode/vb/index.html b/components/originalComponents/static/admin/codemirror/mode/vb/index.html
new file mode 100755
index 00000000..af313419
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/vb/index.html
@@ -0,0 +1,89 @@
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: VB.NET mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="vb.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
+    <style>
+      .CodeMirror {border: 1px solid #aaa; height:210px;}
+      .CodeMirror-scroll { overflow-x: auto; height: 100%;}
+      .CodeMirror pre { font-family: Inconsolata; font-size: 14px}
+    </style> 
+    <script type="text/javascript" src="../../lib/util/runmode.js"></script>
+  </head>
+  <body onload="init()">
+    <h1>CodeMirror: VB.NET mode</h1>
+<script type="text/javascript">
+function test(golden, text) {
+  var ok = true;
+  var i = 0;
+  function callback(token, style, lineNo, pos){
+		//console.log(String(token) + " " + String(style) + " " + String(lineNo) + " " + String(pos));
+    var result = [String(token), String(style)];
+    if (golden[i][0] != result[0] || golden[i][1] != result[1]){
+      return "Error, expected: " + String(golden[i]) + ", got: " + String(result);
+      ok = false;
+    }
+    i++;
+  }
+  CodeMirror.runMode(text, "text/x-vb",callback); 
+
+  if (ok) return "Tests OK";
+}
+function testTypes() {
+  var golden = [['Integer','keyword'],[' ','null'],['Float','keyword']]
+  var text =  "Integer Float";
+  return test(golden,text);
+}
+function testIf(){
+  var golden = [['If','keyword'],[' ','null'],['True','keyword'],[' ','null'],['End','keyword'],[' ','null'],['If','keyword']];
+  var text = 'If True End If';
+  return test(golden, text);
+}
+function testDecl(){
+   var golden = [['Dim','keyword'],[' ','null'],['x','variable'],[' ','null'],['as','keyword'],[' ','null'],['Integer','keyword']];
+   var text = 'Dim x as Integer';
+   return test(golden, text);
+}
+function testAll(){
+  var result = "";
+
+  result += testTypes() + "\n";
+  result += testIf() + "\n";
+  result += testDecl() + "\n";
+  return result;
+
+}
+function initText(editor) {
+  var content = 'Class rocket\nPrivate quality as Double\nPublic Sub launch() as String\nif quality > 0.8\nlaunch = "Successful"\nElse\nlaunch = "Failed"\nEnd If\nEnd sub\nEnd class\n';
+  editor.setValue(content);
+  for (var i =0; i< editor.lineCount(); i++) editor.indentLine(i);
+}
+function init() {
+    editor = CodeMirror.fromTextArea(document.getElementById("solution"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-vb",
+        readOnly: false,
+        tabMode: "shift"
+    });
+    runTest();
+}
+function runTest() {
+	document.getElementById('testresult').innerHTML = testAll();
+  initText(editor);
+	
+}
+</script>
+
+
+  <div id="edit">
+  <textarea style="width:95%;height:200px;padding:5px;" name="solution" id="solution" ></textarea>
+  </div>
+  <pre id="testresult"></pre>
+  <p>MIME type defined: <code>text/x-vb</code>.</p>
+
+</body></html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/vb/vb.js b/components/originalComponents/static/admin/codemirror/mode/vb/vb.js
new file mode 100755
index 00000000..be01d13a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/vb/vb.js
@@ -0,0 +1,260 @@
+CodeMirror.defineMode("vb", function(conf, parserConf) {
+    var ERRORCLASS = 'error';
+    
+    function wordRegexp(words) {
+        return new RegExp("^((" + words.join(")|(") + "))\\b", "i");
+    }
+    
+    var singleOperators = new RegExp("^[\\+\\-\\*/%&\\\\|\\^~<>!]");
+    var singleDelimiters = new RegExp('^[\\(\\)\\[\\]\\{\\}@,:`=;\\.]');
+    var doubleOperators = new RegExp("^((==)|(<>)|(<=)|(>=)|(<>)|(<<)|(>>)|(//)|(\\*\\*))");
+    var doubleDelimiters = new RegExp("^((\\+=)|(\\-=)|(\\*=)|(%=)|(/=)|(&=)|(\\|=)|(\\^=))");
+    var tripleDelimiters = new RegExp("^((//=)|(>>=)|(<<=)|(\\*\\*=))");
+    var identifiers = new RegExp("^[_A-Za-z][_A-Za-z0-9]*");
+
+    var openingKeywords = ['class','module', 'sub','enum','select','while','if','function',  'get','set','property', 'try'];
+    var middleKeywords = ['else','elseif','case', 'catch'];
+    var endKeywords = ['next','loop'];
+   
+    var wordOperators = wordRegexp(['and', 'or', 'not', 'xor', 'in']);
+    var commonkeywords = ['as', 'dim', 'break',  'continue','optional', 'then',  'until', 
+                          'goto', 'byval','byref','new','handles','property', 'return',
+                          'const','private', 'protected', 'friend', 'public', 'shared', 'static', 'true','false'];
+    var commontypes = ['integer','string','double','decimal','boolean','short','char', 'float','single'];
+
+    var keywords = wordRegexp(commonkeywords);
+    var types = wordRegexp(commontypes);
+    var stringPrefixes = '"';
+
+    var opening = wordRegexp(openingKeywords);
+    var middle = wordRegexp(middleKeywords);
+    var closing = wordRegexp(endKeywords);
+    var doubleClosing = wordRegexp(['end']);
+    var doOpening = wordRegexp(['do']);
+
+    var indentInfo = null;
+
+   
+
+
+    function indent(stream, state) {
+      state.currentIndent++;
+    }
+    
+    function dedent(stream, state) {
+      state.currentIndent--;
+    }
+    // tokenizers
+    function tokenBase(stream, state) {
+        if (stream.eatSpace()) {
+            return null;
+        }
+        
+        var ch = stream.peek();
+        
+        // Handle Comments
+        if (ch === "'") {
+            stream.skipToEnd();
+            return 'comment';
+        }
+        
+        
+        // Handle Number Literals
+        if (stream.match(/^((&H)|(&O))?[0-9\.a-f]/i, false)) {
+            var floatLiteral = false;
+            // Floats
+            if (stream.match(/^\d*\.\d+F?/i)) { floatLiteral = true; }
+            else if (stream.match(/^\d+\.\d*F?/)) { floatLiteral = true; }
+            else if (stream.match(/^\.\d+F?/)) { floatLiteral = true; }
+            
+            if (floatLiteral) {
+                // Float literals may be "imaginary"
+                stream.eat(/J/i);
+                return 'number';
+            }
+            // Integers
+            var intLiteral = false;
+            // Hex
+            if (stream.match(/^&H[0-9a-f]+/i)) { intLiteral = true; }
+            // Octal
+            else if (stream.match(/^&O[0-7]+/i)) { intLiteral = true; }
+            // Decimal
+            else if (stream.match(/^[1-9]\d*F?/)) {
+                // Decimal literals may be "imaginary"
+                stream.eat(/J/i);
+                // TODO - Can you have imaginary longs?
+                intLiteral = true;
+            }
+            // Zero by itself with no other piece of number.
+            else if (stream.match(/^0(?![\dx])/i)) { intLiteral = true; }
+            if (intLiteral) {
+                // Integer literals may be "long"
+                stream.eat(/L/i);
+                return 'number';
+            }
+        }
+        
+        // Handle Strings
+        if (stream.match(stringPrefixes)) {
+            state.tokenize = tokenStringFactory(stream.current());
+            return state.tokenize(stream, state);
+        }
+        
+        // Handle operators and Delimiters
+        if (stream.match(tripleDelimiters) || stream.match(doubleDelimiters)) {
+            return null;
+        }
+        if (stream.match(doubleOperators)
+            || stream.match(singleOperators)
+            || stream.match(wordOperators)) {
+            return 'operator';
+        }
+        if (stream.match(singleDelimiters)) {
+            return null;
+        }
+        if (stream.match(doOpening)) {
+            indent(stream,state);
+            state.doInCurrentLine = true;
+            return 'keyword';
+        }
+        if (stream.match(opening)) {
+            if (! state.doInCurrentLine)
+              indent(stream,state);
+            else
+              state.doInCurrentLine = false;
+            return 'keyword';
+        }
+        if (stream.match(middle)) {
+            return 'keyword';
+        }
+
+        if (stream.match(doubleClosing)) {
+            dedent(stream,state);
+            dedent(stream,state);
+            return 'keyword';
+        }
+        if (stream.match(closing)) {
+            dedent(stream,state);
+            return 'keyword';
+        }
+        
+        if (stream.match(types)) {
+            return 'keyword';
+        }
+        
+        if (stream.match(keywords)) {
+            return 'keyword';
+        }
+        
+        if (stream.match(identifiers)) {
+            return 'variable';
+        }
+        
+        // Handle non-detected items
+        stream.next();
+        return ERRORCLASS;
+    }
+    
+    function tokenStringFactory(delimiter) {
+        var singleline = delimiter.length == 1;
+        var OUTCLASS = 'string';
+        
+        return function tokenString(stream, state) {
+            while (!stream.eol()) {
+                stream.eatWhile(/[^'"]/);
+                if (stream.match(delimiter)) {
+                    state.tokenize = tokenBase;
+                    return OUTCLASS;
+                } else {
+                    stream.eat(/['"]/);
+                }
+            }
+            if (singleline) {
+                if (parserConf.singleLineStringErrors) {
+                    return ERRORCLASS;
+                } else {
+                    state.tokenize = tokenBase;
+                }
+            }
+            return OUTCLASS;
+        };
+    }
+    
+
+    function tokenLexer(stream, state) {
+        var style = state.tokenize(stream, state);
+        var current = stream.current();
+
+        // Handle '.' connected identifiers
+        if (current === '.') {
+            style = state.tokenize(stream, state);
+            current = stream.current();
+            if (style === 'variable') {
+                return 'variable';
+            } else {
+                return ERRORCLASS;
+            }
+        }
+        
+        
+        var delimiter_index = '[({'.indexOf(current);
+        if (delimiter_index !== -1) {
+            indent(stream, state );
+        }
+        if (indentInfo === 'dedent') {
+            if (dedent(stream, state)) {
+                return ERRORCLASS;
+            }
+        }
+        delimiter_index = '])}'.indexOf(current);
+        if (delimiter_index !== -1) {
+            if (dedent(stream, state)) {
+                return ERRORCLASS;
+            }
+        }
+        
+        return style;
+    }
+
+    var external = {
+        electricChars:"dDpPtTfFeE ",
+        startState: function(basecolumn) {
+            return {
+              tokenize: tokenBase,
+              lastToken: null,
+              currentIndent: 0,
+              nextLineIndent: 0,
+              doInCurrentLine: false
+
+
+          };
+        },
+        
+        token: function(stream, state) {
+            if (stream.sol()) {
+              state.currentIndent += state.nextLineIndent;
+              state.nextLineIndent = 0;
+              state.doInCurrentLine = 0;
+            }
+            var style = tokenLexer(stream, state);
+            
+            state.lastToken = {style:style, content: stream.current()};
+            
+            
+            
+            return style;
+        },
+        
+        indent: function(state, textAfter) {
+            var trueText = textAfter.replace(/^\s+|\s+$/g, '') ;
+            if (trueText.match(closing) || trueText.match(doubleClosing) || trueText.match(middle)) return conf.indentUnit*(state.currentIndent-1);
+            if(state.currentIndent < 0) return 0;
+            return state.currentIndent * conf.indentUnit;
+        }
+        
+    };
+    return external;
+});
+
+CodeMirror.defineMIME("text/x-vb", "vb");
+
diff --git a/components/originalComponents/static/admin/codemirror/mode/vbscript/index.html b/components/originalComponents/static/admin/codemirror/mode/vbscript/index.html
new file mode 100755
index 00000000..e7375fb0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/vbscript/index.html
@@ -0,0 +1,43 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: VBScript mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="vbscript.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: VBScript mode</h1>
+
+<div><textarea id="code" name="code">
+' Pete Guhl
+' 03-04-2012
+'
+' Basic VBScript support for codemirror2
+
+Const ForReading = 1, ForWriting = 2, ForAppending = 8
+
+Call Sub020_PostBroadcastToUrbanAirship(strUserName, strPassword, intTransmitID, strResponse)
+
+If Not IsNull(strResponse) AND Len(strResponse) = 0 Then
+	boolTransmitOkYN = False
+Else
+	' WScript.Echo "Oh Happy Day! Oh Happy DAY!"
+	boolTransmitOkYN = True
+End If
+</textarea></div>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/vbscript</code>.</p>
+  </body>
+</html>
+
diff --git a/components/originalComponents/static/admin/codemirror/mode/vbscript/vbscript.js b/components/originalComponents/static/admin/codemirror/mode/vbscript/vbscript.js
new file mode 100755
index 00000000..65d6c212
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/vbscript/vbscript.js
@@ -0,0 +1,26 @@
+CodeMirror.defineMode("vbscript", function() {
+  var regexVBScriptKeyword = /^(?:Call|Case|CDate|Clear|CInt|CLng|Const|CStr|Description|Dim|Do|Each|Else|ElseIf|End|Err|Error|Exit|False|For|Function|If|LCase|Loop|LTrim|Next|Nothing|Now|Number|On|Preserve|Quit|ReDim|Resume|RTrim|Select|Set|Sub|Then|To|Trim|True|UBound|UCase|Until|VbCr|VbCrLf|VbLf|VbTab)$/im;
+
+  return {
+    token: function(stream) {
+      if (stream.eatSpace()) return null;
+      var ch = stream.next();
+      if (ch == "'") {
+      	stream.skipToEnd();
+      	return "comment";
+      }
+      if (ch == '"') {
+      	stream.skipTo('"');
+      	return "string";
+      }
+
+      if (/\w/.test(ch)) {
+        stream.eatWhile(/\w/);
+        if (regexVBScriptKeyword.test(stream.current())) return "keyword";
+      }
+      return null;
+    }
+  };
+});
+
+CodeMirror.defineMIME("text/vbscript", "vbscript");
diff --git a/components/originalComponents/static/admin/codemirror/mode/velocity/index.html b/components/originalComponents/static/admin/codemirror/mode/velocity/index.html
new file mode 100755
index 00000000..1e25c651
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/velocity/index.html
@@ -0,0 +1,104 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Velocity mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="velocity.js"></script>
+    <link rel="stylesheet" href="../../theme/night.css">
+    <style>.CodeMirror {border: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: Velocity mode</h1>
+    <form><textarea id="code" name="code">
+## Velocity Code Demo
+#*
+   based on PL/SQL mode by Peter Raganitsch, adapted to Velocity by Steve O'Hara ( http://www.pivotal-solutions.co.uk )
+   August 2011
+*#
+
+#*
+   This is a multiline comment.
+   This is the second line
+*#
+
+#[[ hello steve
+   This has invalid syntax that would normally need "poor man's escaping" like:
+
+   #define()
+
+   ${blah
+]]#
+
+#include( "disclaimer.txt" "opinion.txt" )
+#include( $foo $bar )
+
+#parse( "lecorbusier.vm" )
+#parse( $foo )
+
+#evaluate( 'string with VTL #if(true)will be displayed#end' )
+
+#define( $hello ) Hello $who #end #set( $who = "World!") $hello ## displays Hello World!
+
+#foreach( $customer in $customerList )
+
+    $foreach.count $customer.Name
+
+    #if( $foo == ${bar})
+        it's true!
+        #break
+    #{else}
+        it's not!
+        #stop
+    #end
+
+    #if ($foreach.parent.hasNext)
+        $velocityCount
+    #end
+#end
+
+$someObject.getValues("this is a string split
+        across lines")
+
+#macro( tablerows $color $somelist )
+    #foreach( $something in $somelist )
+        <tr><td bgcolor=$color>$something</td></tr>
+    #end
+#end
+
+#tablerows("red" ["dadsdf","dsa"])
+
+   Variable reference: #set( $monkey = $bill )
+   String literal: #set( $monkey.Friend = 'monica' )
+   Property reference: #set( $monkey.Blame = $whitehouse.Leak )
+   Method reference: #set( $monkey.Plan = $spindoctor.weave($web) )
+   Number literal: #set( $monkey.Number = 123 )
+   Range operator: #set( $monkey.Numbers = [1..3] )
+   Object list: #set( $monkey.Say = ["Not", $my, "fault"] )
+   Object map: #set( $monkey.Map = {"banana" : "good", "roast beef" : "bad"})
+
+The RHS can also be a simple arithmetic expression, such as:
+Addition: #set( $value = $foo + 1 )
+   Subtraction: #set( $value = $bar - 1 )
+   Multiplication: #set( $value = $foo * $bar )
+   Division: #set( $value = $foo / $bar )
+   Remainder: #set( $value = $foo % $bar )
+
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        tabMode: "indent",
+        matchBrackets: true,
+        theme: "night",
+        lineNumbers: true,
+        indentUnit: 4,
+        mode: "text/velocity"
+      });
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/velocity</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/velocity/velocity.js b/components/originalComponents/static/admin/codemirror/mode/velocity/velocity.js
new file mode 100755
index 00000000..b7048b15
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/velocity/velocity.js
@@ -0,0 +1,146 @@
+CodeMirror.defineMode("velocity", function(config) {
+    function parseWords(str) {
+        var obj = {}, words = str.split(" ");
+        for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+        return obj;
+    }
+
+    var indentUnit = config.indentUnit;
+    var keywords = parseWords("#end #else #break #stop #[[ #]] " +
+                              "#{end} #{else} #{break} #{stop}");
+    var functions = parseWords("#if #elseif #foreach #set #include #parse #macro #define #evaluate " +
+                               "#{if} #{elseif} #{foreach} #{set} #{include} #{parse} #{macro} #{define} #{evaluate}");
+    var specials = parseWords("$foreach.count $foreach.hasNext $foreach.first $foreach.last $foreach.topmost $foreach.parent $velocityCount");
+    var isOperatorChar = /[+\-*&%=<>!?:\/|]/;
+    var multiLineStrings =true;
+
+    function chain(stream, state, f) {
+        state.tokenize = f;
+        return f(stream, state);
+    }
+    function tokenBase(stream, state) {
+        var beforeParams = state.beforeParams;
+        state.beforeParams = false;
+        var ch = stream.next();
+        // start of string?
+        if ((ch == '"' || ch == "'") && state.inParams)
+            return chain(stream, state, tokenString(ch));
+        // is it one of the special signs []{}().,;? Seperator?
+        else if (/[\[\]{}\(\),;\.]/.test(ch)) {
+            if (ch == "(" && beforeParams) state.inParams = true;
+            else if (ch == ")") state.inParams = false;
+            return null;
+        }
+        // start of a number value?
+        else if (/\d/.test(ch)) {
+            stream.eatWhile(/[\w\.]/);
+            return "number";
+        }
+        // multi line comment?
+        else if (ch == "#" && stream.eat("*")) {
+            return chain(stream, state, tokenComment);
+        }
+        // unparsed content?
+        else if (ch == "#" && stream.match(/ *\[ *\[/)) {
+            return chain(stream, state, tokenUnparsed);
+        }
+        // single line comment?
+        else if (ch == "#" && stream.eat("#")) {
+            stream.skipToEnd();
+            return "comment";
+        }
+        // variable?
+        else if (ch == "$") {
+            stream.eatWhile(/[\w\d\$_\.{}]/);
+            // is it one of the specials?
+            if (specials && specials.propertyIsEnumerable(stream.current().toLowerCase())) {
+                return "keyword";
+            }
+            else {
+                state.beforeParams = true;
+                return "builtin";
+            }
+        }
+        // is it a operator?
+        else if (isOperatorChar.test(ch)) {
+            stream.eatWhile(isOperatorChar);
+            return "operator";
+        }
+        else {
+            // get the whole word
+            stream.eatWhile(/[\w\$_{}]/);
+            var word = stream.current().toLowerCase();
+            // is it one of the listed keywords?
+            if (keywords && keywords.propertyIsEnumerable(word))
+                return "keyword";
+            // is it one of the listed functions?
+            if (functions && functions.propertyIsEnumerable(word) ||
+                stream.current().match(/^#[a-z0-9_]+ *$/i) && stream.peek()=="(") {
+                state.beforeParams = true;
+                return "keyword";
+            }
+            // default: just a "word"
+            return null;
+        }
+    }
+
+    function tokenString(quote) {
+        return function(stream, state) {
+            var escaped = false, next, end = false;
+            while ((next = stream.next()) != null) {
+                if (next == quote && !escaped) {
+                    end = true;
+                    break;
+                }
+                escaped = !escaped && next == "\\";
+            }
+            if (end) state.tokenize = tokenBase;
+            return "string";
+        };
+    }
+
+    function tokenComment(stream, state) {
+        var maybeEnd = false, ch;
+        while (ch = stream.next()) {
+            if (ch == "#" && maybeEnd) {
+                state.tokenize = tokenBase;
+                break;
+            }
+            maybeEnd = (ch == "*");
+        }
+        return "comment";
+    }
+
+    function tokenUnparsed(stream, state) {
+        var maybeEnd = 0, ch;
+        while (ch = stream.next()) {
+            if (ch == "#" && maybeEnd == 2) {
+                state.tokenize = tokenBase;
+                break;
+            }
+            if (ch == "]")
+                maybeEnd++;
+            else if (ch != " ")
+                maybeEnd = 0;
+        }
+        return "meta";
+    }
+    // Interface
+
+    return {
+        startState: function(basecolumn) {
+            return {
+                tokenize: tokenBase,
+                beforeParams: false,
+                inParams: false
+            };
+        },
+
+        token: function(stream, state) {
+            if (stream.eatSpace()) return null;
+            return state.tokenize(stream, state);
+        }
+    };
+});
+
+CodeMirror.defineMIME("text/velocity", "velocity");
diff --git a/components/originalComponents/static/admin/codemirror/mode/verilog/index.html b/components/originalComponents/static/admin/codemirror/mode/verilog/index.html
new file mode 100755
index 00000000..f251a344
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/verilog/index.html
@@ -0,0 +1,211 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Verilog mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="verilog.js"></script>
+    <link rel="stylesheet" href="../../doc/docs.css">
+    <style>.CodeMirror {border: 2px inset #dee;}</style>
+  </head>
+  <body>
+    <h1>CodeMirror: Verilog mode</h1>
+
+<form><textarea id="code" name="code">
+/* Verilog demo code */
+
+//////////////////////////////////////////////////////////////////////
+////                                                              ////
+////  wb_master_model.v                                           ////
+////                                                              ////
+////  This file is part of the SPI IP core project                ////
+////  http://www.opencores.org/projects/spi/                      ////
+////                                                              ////
+////  Author(s):                                                  ////
+////      - Simon Srot (simons@opencores.org)                     ////
+////                                                              ////
+////  Based on:                                                   ////
+////      - i2c/bench/verilog/wb_master_model.v                   ////
+////        Copyright (C) 2001 Richard Herveille                  ////
+////                                                              ////
+////  All additional information is avaliable in the Readme.txt   ////
+////  file.                                                       ////
+////                                                              ////
+//////////////////////////////////////////////////////////////////////
+////                                                              ////
+//// Copyright (C) 2002 Authors                                   ////
+////                                                              ////
+//// This source file may be used and distributed without         ////
+//// restriction provided that this copyright statement is not    ////
+//// removed from the file and that any derivative work contains  ////
+//// the original copyright notice and the associated disclaimer. ////
+////                                                              ////
+//// This source file is free software; you can redistribute it   ////
+//// and/or modify it under the terms of the GNU Lesser General   ////
+//// Public License as published by the Free Software Foundation; ////
+//// either version 2.1 of the License, or (at your option) any   ////
+//// later version.                                               ////
+////                                                              ////
+//// This source is distributed in the hope that it will be       ////
+//// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
+//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
+//// PURPOSE.  See the GNU Lesser General Public License for more ////
+//// details.                                                     ////
+////                                                              ////
+//// You should have received a copy of the GNU Lesser General    ////
+//// Public License along with this source; if not, download it   ////
+//// from http://www.opencores.org/lgpl.shtml                     ////
+////                                                              ////
+//////////////////////////////////////////////////////////////////////
+
+`include "timescale.v"
+
+module wb_master_model(clk, rst, adr, din, dout, cyc, stb, we, sel, ack, err, rty);
+
+  parameter dwidth = 32;
+  parameter awidth = 32;
+  
+  input                  clk, rst;
+  output [awidth   -1:0] adr;
+  input  [dwidth   -1:0] din;
+  output [dwidth   -1:0] dout;
+  output                 cyc, stb;
+  output                 we;
+  output [dwidth/8 -1:0] sel;
+  input                  ack, err, rty;
+  
+  // Internal signals
+  reg    [awidth   -1:0] adr;
+  reg    [dwidth   -1:0] dout;
+  reg                    cyc, stb;
+  reg                    we;
+  reg    [dwidth/8 -1:0] sel;
+         
+  reg    [dwidth   -1:0] q;
+  
+  // Memory Logic
+  initial
+    begin
+      adr  = {awidth{1'bx}};
+      dout = {dwidth{1'bx}};
+      cyc  = 1'b0;
+      stb  = 1'bx;
+      we   = 1'hx;
+      sel  = {dwidth/8{1'bx}};
+      #1;
+    end
+  
+  // Wishbone write cycle
+  task wb_write;
+    input   delay;
+    integer delay;
+  
+    input [awidth -1:0] a;
+    input [dwidth -1:0] d;
+  
+    begin
+  
+      // wait initial delay
+      repeat(delay) @(posedge clk);
+  
+      // assert wishbone signal
+      #1;
+      adr  = a;
+      dout = d;
+      cyc  = 1'b1;
+      stb  = 1'b1;
+      we   = 1'b1;
+      sel  = {dwidth/8{1'b1}};
+      @(posedge clk);
+  
+      // wait for acknowledge from slave
+      while(~ack) @(posedge clk);
+  
+      // negate wishbone signals
+      #1;
+      cyc  = 1'b0;
+      stb  = 1'bx;
+      adr  = {awidth{1'bx}};
+      dout = {dwidth{1'bx}};
+      we   = 1'hx;
+      sel  = {dwidth/8{1'bx}};
+  
+    end
+  endtask
+  
+  // Wishbone read cycle
+  task wb_read;
+    input   delay;
+    integer delay;
+  
+    input  [awidth -1:0]  a;
+    output  [dwidth -1:0] d;
+  
+    begin
+  
+      // wait initial delay
+      repeat(delay) @(posedge clk);
+  
+      // assert wishbone signals
+      #1;
+      adr  = a;
+      dout = {dwidth{1'bx}};
+      cyc  = 1'b1;
+      stb  = 1'b1;
+      we   = 1'b0;
+      sel  = {dwidth/8{1'b1}};
+      @(posedge clk);
+  
+      // wait for acknowledge from slave
+      while(~ack) @(posedge clk);
+  
+      // negate wishbone signals
+      #1;
+      cyc  = 1'b0;
+      stb  = 1'bx;
+      adr  = {awidth{1'bx}};
+      dout = {dwidth{1'bx}};
+      we   = 1'hx;
+      sel  = {dwidth/8{1'bx}};
+      d    = din;
+  
+    end
+  endtask
+  
+  // Wishbone compare cycle (read data from location and compare with expected data)
+  task wb_cmp;
+    input   delay;
+    integer delay;
+  
+    input [awidth -1:0] a;
+    input [dwidth -1:0] d_exp;
+  
+    begin
+      wb_read (delay, a, q);
+
+      if (d_exp !== q) begin
+        $display("\n--- ERROR: At address 0x%0x, got 0x%0x, expected 0x%0x at time %t", a, q, d_exp, $time);
+        $stop;
+      end
+    end
+  endtask
+  
+endmodule
+</textarea></form>
+
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        mode: "text/x-verilog"
+      });
+    </script>
+
+    <p>Simple mode that tries to handle Verilog-like languages as well as it
+    can. Takes one configuration parameters: <code>keywords</code>, an
+    object whose property names are the keywords in the language.</p>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-verilog</code> (Verilog code).</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/verilog/verilog.js b/components/originalComponents/static/admin/codemirror/mode/verilog/verilog.js
new file mode 100755
index 00000000..3e3eca9b
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/verilog/verilog.js
@@ -0,0 +1,194 @@
+CodeMirror.defineMode("verilog", function(config, parserConfig) {
+  var indentUnit = config.indentUnit,
+      keywords = parserConfig.keywords || {},
+      blockKeywords = parserConfig.blockKeywords || {},
+      atoms = parserConfig.atoms || {},
+      hooks = parserConfig.hooks || {},
+      multiLineStrings = parserConfig.multiLineStrings;
+  var isOperatorChar = /[&|~><!\)\(*#%@+\/=?\:;}{,\.\^\-\[\]]/;
+
+  var curPunc;
+
+  function tokenBase(stream, state) {
+    var ch = stream.next();
+    if (hooks[ch]) {
+      var result = hooks[ch](stream, state);
+      if (result !== false) return result;
+    }
+    if (ch == '"') {
+      state.tokenize = tokenString(ch);
+      return state.tokenize(stream, state);
+    }
+    if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
+      curPunc = ch;
+      return null;
+    }
+    if (/[\d']/.test(ch)) {
+      stream.eatWhile(/[\w\.']/);
+      return "number";
+    }
+    if (ch == "/") {
+      if (stream.eat("*")) {
+        state.tokenize = tokenComment;
+        return tokenComment(stream, state);
+      }
+      if (stream.eat("/")) {
+        stream.skipToEnd();
+        return "comment";
+      }
+    }
+    if (isOperatorChar.test(ch)) {
+      stream.eatWhile(isOperatorChar);
+      return "operator";
+    }
+    stream.eatWhile(/[\w\$_]/);
+    var cur = stream.current();
+    if (keywords.propertyIsEnumerable(cur)) {
+      if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
+      return "keyword";
+    }
+    if (atoms.propertyIsEnumerable(cur)) return "atom";
+    return "variable";
+  }
+
+  function tokenString(quote) {
+    return function(stream, state) {
+      var escaped = false, next, end = false;
+      while ((next = stream.next()) != null) {
+        if (next == quote && !escaped) {end = true; break;}
+        escaped = !escaped && next == "\\";
+      }
+      if (end || !(escaped || multiLineStrings))
+        state.tokenize = tokenBase;
+      return "string";
+    };
+  }
+
+  function tokenComment(stream, state) {
+    var maybeEnd = false, ch;
+    while (ch = stream.next()) {
+      if (ch == "/" && maybeEnd) {
+        state.tokenize = tokenBase;
+        break;
+      }
+      maybeEnd = (ch == "*");
+    }
+    return "comment";
+  }
+
+  function Context(indented, column, type, align, prev) {
+    this.indented = indented;
+    this.column = column;
+    this.type = type;
+    this.align = align;
+    this.prev = prev;
+  }
+  function pushContext(state, col, type) {
+    return state.context = new Context(state.indented, col, type, null, state.context);
+  }
+  function popContext(state) {
+    var t = state.context.type;
+    if (t == ")" || t == "]" || t == "}")
+      state.indented = state.context.indented;
+    return state.context = state.context.prev;
+  }
+
+  // Interface
+
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: null,
+        context: new Context((basecolumn || 0) - indentUnit, 0, "top", false),
+        indented: 0,
+        startOfLine: true
+      };
+    },
+
+    token: function(stream, state) {
+      var ctx = state.context;
+      if (stream.sol()) {
+        if (ctx.align == null) ctx.align = false;
+        state.indented = stream.indentation();
+        state.startOfLine = true;
+      }
+      if (stream.eatSpace()) return null;
+      curPunc = null;
+      var style = (state.tokenize || tokenBase)(stream, state);
+      if (style == "comment" || style == "meta") return style;
+      if (ctx.align == null) ctx.align = true;
+
+      if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state);
+      else if (curPunc == "{") pushContext(state, stream.column(), "}");
+      else if (curPunc == "[") pushContext(state, stream.column(), "]");
+      else if (curPunc == "(") pushContext(state, stream.column(), ")");
+      else if (curPunc == "}") {
+        while (ctx.type == "statement") ctx = popContext(state);
+        if (ctx.type == "}") ctx = popContext(state);
+        while (ctx.type == "statement") ctx = popContext(state);
+      }
+      else if (curPunc == ctx.type) popContext(state);
+      else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement"))
+        pushContext(state, stream.column(), "statement");
+      state.startOfLine = false;
+      return style;
+    },
+
+    indent: function(state, textAfter) {
+      if (state.tokenize != tokenBase && state.tokenize != null) return 0;
+      var firstChar = textAfter && textAfter.charAt(0), ctx = state.context, closing = firstChar == ctx.type;
+      if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : indentUnit);
+      else if (ctx.align) return ctx.column + (closing ? 0 : 1);
+      else return ctx.indented + (closing ? 0 : indentUnit);
+    },
+
+    electricChars: "{}"
+  };
+});
+
+(function() {
+  function words(str) {
+    var obj = {}, words = str.split(" ");
+    for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
+    return obj;
+  }
+
+  var verilogKeywords = "always and assign automatic begin buf bufif0 bufif1 case casex casez cell cmos config " +
+    "deassign default defparam design disable edge else end endcase endconfig endfunction endgenerate endmodule " +
+    "endprimitive endspecify endtable endtask event for force forever fork function generate genvar highz0 " +
+    "highz1 if ifnone incdir include initial inout input instance integer join large liblist library localparam " +
+    "macromodule medium module nand negedge nmos nor noshowcancelled not notif0 notif1 or output parameter pmos " +
+    "posedge primitive pull0 pull1 pulldown pullup pulsestyle_onevent pulsestyle_ondetect rcmos real realtime " +
+    "reg release repeat rnmos rpmos rtran rtranif0 rtranif1 scalared showcancelled signed small specify specparam " +
+    "strong0 strong1 supply0 supply1 table task time tran tranif0 tranif1 tri tri0 tri1 triand trior trireg " +
+    "unsigned use vectored wait wand weak0 weak1 while wire wor xnor xor";
+
+  var verilogBlockKeywords = "begin bufif0 bufif1 case casex casez config else end endcase endconfig endfunction " +
+    "endgenerate endmodule endprimitive endspecify endtable endtask for forever function generate if ifnone " +
+    "macromodule module primitive repeat specify table task while";
+
+  function metaHook(stream, state) {
+    stream.eatWhile(/[\w\$_]/);
+    return "meta";
+  }
+
+  // C#-style strings where "" escapes a quote.
+  function tokenAtString(stream, state) {
+    var next;
+    while ((next = stream.next()) != null) {
+      if (next == '"' && !stream.eat('"')) {
+        state.tokenize = null;
+        break;
+      }
+    }
+    return "string";
+  }
+
+  CodeMirror.defineMIME("text/x-verilog", {
+    name: "verilog",
+    keywords: words(verilogKeywords),
+    blockKeywords: words(verilogBlockKeywords),
+    atoms: words("null"),
+    hooks: {"`": metaHook, "$": metaHook}
+  });
+}());
diff --git a/components/originalComponents/static/admin/codemirror/mode/xml/index.html b/components/originalComponents/static/admin/codemirror/mode/xml/index.html
new file mode 100755
index 00000000..49a627de
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xml/index.html
@@ -0,0 +1,45 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: XML mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="xml.js"></script>
+    <style type="text/css">.foo{border-right: 1px solid red} .CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: XML mode</h1>
+    <form><textarea id="code" name="code">
+&lt;html style="color: green"&gt;
+  &lt;!-- this is a comment --&gt;
+  &lt;head&gt;
+    &lt;title&gt;HTML Example&lt;/title&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+    The indentation tries to be &lt;em&gt;somewhat &amp;quot;do what
+    I mean&amp;quot;&lt;/em&gt;... but might not match your style.
+  &lt;/body&gt;
+&lt;/html&gt;
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        mode: {name: "xml", alignCDATA: true},
+        lineNumbers: true
+      });
+    </script>
+    <p>The XML mode supports two configuration parameters:</p>
+    <dl>
+      <dt><code>htmlMode (boolean)</code></dt>
+      <dd>This switches the mode to parse HTML instead of XML. This
+      means attributes do not have to be quoted, and some elements
+      (such as <code>br</code>) do not require a closing tag.</dd>
+      <dt><code>alignCDATA (boolean)</code></dt>
+      <dd>Setting this to true will force the opening tag of CDATA
+      blocks to not be indented.</dd>
+    </dl>
+
+    <p><strong>MIME types defined:</strong> <code>application/xml</code>, <code>text/html</code>.</p>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/xml/xml.js b/components/originalComponents/static/admin/codemirror/mode/xml/xml.js
new file mode 100755
index 00000000..860e368f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xml/xml.js
@@ -0,0 +1,318 @@
+CodeMirror.defineMode("xml", function(config, parserConfig) {
+  var indentUnit = config.indentUnit;
+  var Kludges = parserConfig.htmlMode ? {
+    autoSelfClosers: {'area': true, 'base': true, 'br': true, 'col': true, 'command': true,
+                      'embed': true, 'frame': true, 'hr': true, 'img': true, 'input': true,
+                      'keygen': true, 'link': true, 'meta': true, 'param': true, 'source': true,
+                      'track': true, 'wbr': true},
+    implicitlyClosed: {'dd': true, 'li': true, 'optgroup': true, 'option': true, 'p': true,
+                       'rp': true, 'rt': true, 'tbody': true, 'td': true, 'tfoot': true,
+                       'th': true, 'tr': true},
+    contextGrabbers: {
+      'dd': {'dd': true, 'dt': true},
+      'dt': {'dd': true, 'dt': true},
+      'li': {'li': true},
+      'option': {'option': true, 'optgroup': true},
+      'optgroup': {'optgroup': true},
+      'p': {'address': true, 'article': true, 'aside': true, 'blockquote': true, 'dir': true,
+            'div': true, 'dl': true, 'fieldset': true, 'footer': true, 'form': true,
+            'h1': true, 'h2': true, 'h3': true, 'h4': true, 'h5': true, 'h6': true,
+            'header': true, 'hgroup': true, 'hr': true, 'menu': true, 'nav': true, 'ol': true,
+            'p': true, 'pre': true, 'section': true, 'table': true, 'ul': true},
+      'rp': {'rp': true, 'rt': true},
+      'rt': {'rp': true, 'rt': true},
+      'tbody': {'tbody': true, 'tfoot': true},
+      'td': {'td': true, 'th': true},
+      'tfoot': {'tbody': true},
+      'th': {'td': true, 'th': true},
+      'thead': {'tbody': true, 'tfoot': true},
+      'tr': {'tr': true}
+    },
+    doNotIndent: {"pre": true},
+    allowUnquoted: true,
+    allowMissing: true
+  } : {
+    autoSelfClosers: {},
+    implicitlyClosed: {},
+    contextGrabbers: {},
+    doNotIndent: {},
+    allowUnquoted: false,
+    allowMissing: false
+  };
+  var alignCDATA = parserConfig.alignCDATA;
+
+  // Return variables for tokenizers
+  var tagName, type;
+
+  function inText(stream, state) {
+    function chain(parser) {
+      state.tokenize = parser;
+      return parser(stream, state);
+    }
+
+    var ch = stream.next();
+    if (ch == "<") {
+      if (stream.eat("!")) {
+        if (stream.eat("[")) {
+          if (stream.match("CDATA[")) return chain(inBlock("atom", "]]>"));
+          else return null;
+        }
+        else if (stream.match("--")) return chain(inBlock("comment", "-->"));
+        else if (stream.match("DOCTYPE", true, true)) {
+          stream.eatWhile(/[\w\._\-]/);
+          return chain(doctype(1));
+        }
+        else return null;
+      }
+      else if (stream.eat("?")) {
+        stream.eatWhile(/[\w\._\-]/);
+        state.tokenize = inBlock("meta", "?>");
+        return "meta";
+      }
+      else {
+        type = stream.eat("/") ? "closeTag" : "openTag";
+        stream.eatSpace();
+        tagName = "";
+        var c;
+        while ((c = stream.eat(/[^\s\u00a0=<>\"\'\/?]/))) tagName += c;
+        state.tokenize = inTag;
+        return "tag";
+      }
+    }
+    else if (ch == "&") {
+      var ok;
+      if (stream.eat("#")) {
+        if (stream.eat("x")) {
+          ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");          
+        } else {
+          ok = stream.eatWhile(/[\d]/) && stream.eat(";");
+        }
+      } else {
+        ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
+      }
+      return ok ? "atom" : "error";
+    }
+    else {
+      stream.eatWhile(/[^&<]/);
+      return null;
+    }
+  }
+
+  function inTag(stream, state) {
+    var ch = stream.next();
+    if (ch == ">" || (ch == "/" && stream.eat(">"))) {
+      state.tokenize = inText;
+      type = ch == ">" ? "endTag" : "selfcloseTag";
+      return "tag";
+    }
+    else if (ch == "=") {
+      type = "equals";
+      return null;
+    }
+    else if (/[\'\"]/.test(ch)) {
+      state.tokenize = inAttribute(ch);
+      return state.tokenize(stream, state);
+    }
+    else {
+      stream.eatWhile(/[^\s\u00a0=<>\"\'\/?]/);
+      return "word";
+    }
+  }
+
+  function inAttribute(quote) {
+    return function(stream, state) {
+      while (!stream.eol()) {
+        if (stream.next() == quote) {
+          state.tokenize = inTag;
+          break;
+        }
+      }
+      return "string";
+    };
+  }
+
+  function inBlock(style, terminator) {
+    return function(stream, state) {
+      while (!stream.eol()) {
+        if (stream.match(terminator)) {
+          state.tokenize = inText;
+          break;
+        }
+        stream.next();
+      }
+      return style;
+    };
+  }
+  function doctype(depth) {
+    return function(stream, state) {
+      var ch;
+      while ((ch = stream.next()) != null) {
+        if (ch == "<") {
+          state.tokenize = doctype(depth + 1);
+          return state.tokenize(stream, state);
+        } else if (ch == ">") {
+          if (depth == 1) {
+            state.tokenize = inText;
+            break;
+          } else {
+            state.tokenize = doctype(depth - 1);
+            return state.tokenize(stream, state);
+          }
+        }
+      }
+      return "meta";
+    };
+  }
+
+  var curState, setStyle;
+  function pass() {
+    for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);
+  }
+  function cont() {
+    pass.apply(null, arguments);
+    return true;
+  }
+
+  function pushContext(tagName, startOfLine) {
+    var noIndent = Kludges.doNotIndent.hasOwnProperty(tagName) || (curState.context && curState.context.noIndent);
+    curState.context = {
+      prev: curState.context,
+      tagName: tagName,
+      indent: curState.indented,
+      startOfLine: startOfLine,
+      noIndent: noIndent
+    };
+  }
+  function popContext() {
+    if (curState.context) curState.context = curState.context.prev;
+  }
+
+  function element(type) {
+    if (type == "openTag") {
+      curState.tagName = tagName;
+      return cont(attributes, endtag(curState.startOfLine));
+    } else if (type == "closeTag") {
+      var err = false;
+      if (curState.context) {
+        if (curState.context.tagName != tagName) {
+          if (Kludges.implicitlyClosed.hasOwnProperty(curState.context.tagName.toLowerCase())) {
+            popContext();
+          }
+          err = !curState.context || curState.context.tagName != tagName;
+        }
+      } else {
+        err = true;
+      }
+      if (err) setStyle = "error";
+      return cont(endclosetag(err));
+    }
+    return cont();
+  }
+  function endtag(startOfLine) {
+    return function(type) {
+      if (type == "selfcloseTag" ||
+          (type == "endTag" && Kludges.autoSelfClosers.hasOwnProperty(curState.tagName.toLowerCase()))) {
+        maybePopContext(curState.tagName.toLowerCase());
+        return cont();
+      }
+      if (type == "endTag") {
+        maybePopContext(curState.tagName.toLowerCase());
+        pushContext(curState.tagName, startOfLine);
+        return cont();
+      }
+      return cont();
+    };
+  }
+  function endclosetag(err) {
+    return function(type) {
+      if (err) setStyle = "error";
+      if (type == "endTag") { popContext(); return cont(); }
+      setStyle = "error";
+      return cont(arguments.callee);
+    };
+  }
+  function maybePopContext(nextTagName) {
+    var parentTagName;
+    while (true) {
+      if (!curState.context) {
+        return;
+      }
+      parentTagName = curState.context.tagName.toLowerCase();
+      if (!Kludges.contextGrabbers.hasOwnProperty(parentTagName) ||
+          !Kludges.contextGrabbers[parentTagName].hasOwnProperty(nextTagName)) {
+        return;
+      }
+      popContext();
+    }
+  }
+
+  function attributes(type) {
+    if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
+    if (type == "endTag" || type == "selfcloseTag") return pass();
+    setStyle = "error";
+    return cont(attributes);
+  }
+  function attribute(type) {
+    if (type == "equals") return cont(attvalue, attributes);
+    if (!Kludges.allowMissing) setStyle = "error";
+    return (type == "endTag" || type == "selfcloseTag") ? pass() : cont();
+  }
+  function attvalue(type) {
+    if (type == "string") return cont(attvaluemaybe);
+    if (type == "word" && Kludges.allowUnquoted) {setStyle = "string"; return cont();}
+    setStyle = "error";
+    return (type == "endTag" || type == "selfCloseTag") ? pass() : cont();
+  }
+  function attvaluemaybe(type) {
+    if (type == "string") return cont(attvaluemaybe);
+    else return pass();
+  }
+
+  return {
+    startState: function() {
+      return {tokenize: inText, cc: [], indented: 0, startOfLine: true, tagName: null, context: null};
+    },
+
+    token: function(stream, state) {
+      if (stream.sol()) {
+        state.startOfLine = true;
+        state.indented = stream.indentation();
+      }
+      if (stream.eatSpace()) return null;
+
+      setStyle = type = tagName = null;
+      var style = state.tokenize(stream, state);
+      state.type = type;
+      if ((style || type) && style != "comment") {
+        curState = state;
+        while (true) {
+          var comb = state.cc.pop() || element;
+          if (comb(type || style)) break;
+        }
+      }
+      state.startOfLine = false;
+      return setStyle || style;
+    },
+
+    indent: function(state, textAfter, fullLine) {
+      var context = state.context;
+      if ((state.tokenize != inTag && state.tokenize != inText) ||
+          context && context.noIndent)
+        return fullLine ? fullLine.match(/^(\s*)/)[0].length : 0;
+      if (alignCDATA && /<!\[CDATA\[/.test(textAfter)) return 0;
+      if (context && /^<\//.test(textAfter))
+        context = context.prev;
+      while (context && !context.startOfLine)
+        context = context.prev;
+      if (context) return context.indent + indentUnit;
+      else return 0;
+    },
+
+    electricChars: "/"
+  };
+});
+
+CodeMirror.defineMIME("text/xml", "xml");
+CodeMirror.defineMIME("application/xml", "xml");
+if (!CodeMirror.mimeModes.hasOwnProperty("text/html"))
+  CodeMirror.defineMIME("text/html", {name: "xml", htmlMode: true});
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/LICENSE b/components/originalComponents/static/admin/codemirror/mode/xquery/LICENSE
new file mode 100755
index 00000000..2a2d47be
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/LICENSE
@@ -0,0 +1,20 @@
+Copyright (C) 2011 by MarkLogic Corporation
+Author: Mike Brevoort <mike@brevoort.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/index.html b/components/originalComponents/static/admin/codemirror/mode/xquery/index.html
new file mode 100755
index 00000000..4364fe18
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/index.html
@@ -0,0 +1,223 @@
+<!doctype html> 
+<html> 
+<!--
+/*
+Copyright (C) 2011 by MarkLogic Corporation
+Author: Mike Brevoort <mike@brevoort.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+-->
+  <head> 
+    <meta charset="utf-8">
+    <title>CodeMirror: XQuery mode</title> 
+    <link rel="stylesheet" href="../../lib/codemirror.css"> 
+    <script src="http://codemirror.net/lib/codemirror.js"></script> 
+    <script src="xquery.js"></script> 
+    <link rel="stylesheet" href="../../doc/docs.css"> 
+    <link rel="stylesheet" href="../../theme/xq-dark.css"> 
+    <style type="text/css">
+			.CodeMirror {
+				border-top: 1px solid black; border-bottom: 1px solid black;
+			}
+			.CodeMirror-scroll {
+				height:400px;
+			}
+		</style> 
+  </head> 
+  <body> 
+    <h1>CodeMirror: XQuery mode</h1> 
+ 
+<div class="cm-s-default"> 
+	<textarea id="code" name="code"> 
+xquery version &quot;1.0-ml&quot;;
+(: this is
+ : a 
+   "comment" :)
+let $let := &lt;x attr=&quot;value&quot;&gt;&quot;test&quot;&lt;func&gt;function() $var {function()} {$var}&lt;/func&gt;&lt;/x&gt;
+let $joe:=1
+return element element {
+	attribute attribute { 1 },
+	element test { &#39;a&#39; }, 
+	attribute foo { &quot;bar&quot; },
+	fn:doc()[ foo/@bar eq $let ],
+	//x }    
+ 
+(: a more 'evil' test :)
+(: Modified Blakeley example (: with nested comment :) ... :)
+declare private function local:declare() {()};
+declare private function local:private() {()};
+declare private function local:function() {()};
+declare private function local:local() {()};
+let $let := &lt;let&gt;let $let := &quot;let&quot;&lt;/let&gt;
+return element element {
+	attribute attribute { try { xdmp:version() } catch($e) { xdmp:log($e) } },
+	attribute fn:doc { &quot;bar&quot; castable as xs:string },
+	element text { text { &quot;text&quot; } },
+	fn:doc()[ child::eq/(@bar | attribute::attribute) eq $let ],
+	//fn:doc
+}
+
+
+
+xquery version &quot;1.0-ml&quot;;
+
+(: Copyright 2006-2010 Mark Logic Corporation. :)
+
+(:
+ : Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+ : you may not use this file except in compliance with the License.
+ : You may obtain a copy of the License at
+ :
+ :     http://www.apache.org/licenses/LICENSE-2.0
+ :
+ : Unless required by applicable law or agreed to in writing, software
+ : distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+ : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ : See the License for the specific language governing permissions and
+ : limitations under the License.
+ :)
+
+module namespace json = &quot;http://marklogic.com/json&quot;;
+declare default function namespace &quot;http://www.w3.org/2005/xpath-functions&quot;;
+
+(: Need to backslash escape any double quotes, backslashes, and newlines :)
+declare function json:escape($s as xs:string) as xs:string {
+  let $s := replace($s, &quot;\\&quot;, &quot;\\\\&quot;)
+  let $s := replace($s, &quot;&quot;&quot;&quot;, &quot;\\&quot;&quot;&quot;)
+  let $s := replace($s, codepoints-to-string((13, 10)), &quot;\\n&quot;)
+  let $s := replace($s, codepoints-to-string(13), &quot;\\n&quot;)
+  let $s := replace($s, codepoints-to-string(10), &quot;\\n&quot;)
+  return $s
+};
+
+declare function json:atomize($x as element()) as xs:string {
+  if (count($x/node()) = 0) then 'null'
+  else if ($x/@type = &quot;number&quot;) then
+    let $castable := $x castable as xs:float or
+                     $x castable as xs:double or
+                     $x castable as xs:decimal
+    return
+    if ($castable) then xs:string($x)
+    else error(concat(&quot;Not a number: &quot;, xdmp:describe($x)))
+  else if ($x/@type = &quot;boolean&quot;) then
+    let $castable := $x castable as xs:boolean
+    return
+    if ($castable) then xs:string(xs:boolean($x))
+    else error(concat(&quot;Not a boolean: &quot;, xdmp:describe($x)))
+  else concat('&quot;', json:escape($x), '&quot;')
+};
+
+(: Print the thing that comes after the colon :)
+declare function json:print-value($x as element()) as xs:string {
+  if (count($x/*) = 0) then
+    json:atomize($x)
+  else if ($x/@quote = &quot;true&quot;) then
+    concat('&quot;', json:escape(xdmp:quote($x/node())), '&quot;')
+  else
+    string-join(('{',
+      string-join(for $i in $x/* return json:print-name-value($i), &quot;,&quot;),
+    '}'), &quot;&quot;)
+};
+
+(: Print the name and value both :)
+declare function json:print-name-value($x as element()) as xs:string? {
+  let $name := name($x)
+  let $first-in-array :=
+    count($x/preceding-sibling::*[name(.) = $name]) = 0 and
+    (count($x/following-sibling::*[name(.) = $name]) &gt; 0 or $x/@array = &quot;true&quot;)
+  let $later-in-array := count($x/preceding-sibling::*[name(.) = $name]) &gt; 0
+  return
+
+  if ($later-in-array) then
+    ()  (: I was handled previously :)
+  else if ($first-in-array) then
+    string-join(('&quot;', json:escape($name), '&quot;:[',
+      string-join((for $i in ($x, $x/following-sibling::*[name(.) = $name]) return json:print-value($i)), &quot;,&quot;),
+    ']'), &quot;&quot;)
+   else
+     string-join(('&quot;', json:escape($name), '&quot;:', json:print-value($x)), &quot;&quot;)
+};
+
+(:~
+  Transforms an XML element into a JSON string representation.  See http://json.org.
+  &lt;p/&gt;
+  Sample usage:
+  &lt;pre&gt;
+    xquery version &quot;1.0-ml&quot;;
+    import module namespace json=&quot;http://marklogic.com/json&quot; at &quot;json.xqy&quot;;
+    json:serialize(&amp;lt;foo&amp;gt;&amp;lt;bar&amp;gt;kid&amp;lt;/bar&amp;gt;&amp;lt;/foo&amp;gt;)
+  &lt;/pre&gt;
+  Sample transformations:
+  &lt;pre&gt;
+  &amp;lt;e/&amp;gt; becomes {&quot;e&quot;:null}
+  &amp;lt;e&amp;gt;text&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:&quot;text&quot;}
+  &amp;lt;e&amp;gt;quote &quot; escaping&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:&quot;quote \&quot; escaping&quot;}
+  &amp;lt;e&amp;gt;backslash \ escaping&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:&quot;backslash \\ escaping&quot;}
+  &amp;lt;e&amp;gt;&amp;lt;a&amp;gt;text1&amp;lt;/a&amp;gt;&amp;lt;b&amp;gt;text2&amp;lt;/b&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:{&quot;a&quot;:&quot;text1&quot;,&quot;b&quot;:&quot;text2&quot;}}
+  &amp;lt;e&amp;gt;&amp;lt;a&amp;gt;text1&amp;lt;/a&amp;gt;&amp;lt;a&amp;gt;text2&amp;lt;/a&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:{&quot;a&quot;:[&quot;text1&quot;,&quot;text2&quot;]}}
+  &amp;lt;e&amp;gt;&amp;lt;a array=&quot;true&quot;&amp;gt;text1&amp;lt;/a&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:{&quot;a&quot;:[&quot;text1&quot;]}}
+  &amp;lt;e&amp;gt;&amp;lt;a type=&quot;boolean&quot;&amp;gt;false&amp;lt;/a&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:{&quot;a&quot;:false}}
+  &amp;lt;e&amp;gt;&amp;lt;a type=&quot;number&quot;&amp;gt;123.5&amp;lt;/a&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:{&quot;a&quot;:123.5}}
+  &amp;lt;e quote=&quot;true&quot;&amp;gt;&amp;lt;div attrib=&quot;value&quot;/&amp;gt;&amp;lt;/e&amp;gt; becomes {&quot;e&quot;:&quot;&amp;lt;div attrib=\&quot;value\&quot;/&amp;gt;&quot;}
+  &lt;/pre&gt;
+  &lt;p/&gt;
+  Namespace URIs are ignored.  Namespace prefixes are included in the JSON name.
+  &lt;p/&gt;
+  Attributes are ignored, except for the special attribute @array=&quot;true&quot; that
+  indicates the JSON serialization should write the node, even if single, as an
+  array, and the attribute @type that can be set to &quot;boolean&quot; or &quot;number&quot; to
+  dictate the value should be written as that type (unquoted).  There's also
+  an @quote attribute that when set to true writes the inner content as text
+  rather than as structured JSON, useful for sending some XHTML over the
+  wire.
+  &lt;p/&gt;
+  Text nodes within mixed content are ignored.
+
+  @param $x Element node to convert
+  @return String holding JSON serialized representation of $x
+
+  @author Jason Hunter
+  @version 1.0.1
+  
+  Ported to xquery 1.0-ml; double escaped backslashes in json:escape
+:)
+declare function json:serialize($x as element())  as xs:string {
+  string-join(('{', json:print-name-value($x), '}'), &quot;&quot;)
+};
+  </textarea> 
+</div> 
+ 
+    <script> 
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
+        lineNumbers: true,
+        matchBrackets: true,
+        theme: "xq-dark"
+      });
+    </script> 
+ 
+    <p><strong>MIME types defined:</strong> <code>application/xquery</code>.</p> 
+ 
+    <p>Development of the CodeMirror XQuery mode was sponsored by 
+      <a href="http://marklogic.com">MarkLogic</a> and developed by 
+      <a href="https://twitter.com/mbrevoort">Mike Brevoort</a>.
+    </p>
+ 
+  </body> 
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/index.html b/components/originalComponents/static/admin/codemirror/mode/xquery/test/index.html
new file mode 100755
index 00000000..ba82e54f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/index.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+      "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css"/>
+    <script src="http://code.jquery.com/jquery-latest.js"> </script>
+    <script type="text/javascript" src="http://code.jquery.com/qunit/qunit-git.js"></script>
+
+    <script src="../../../lib/codemirror.js"></script> 
+    <script src="../xquery.js"></script>
+
+    <script type="text/javascript" src="testBase.js"></script>
+    <script type="text/javascript" src="testMultiAttr.js"></script>
+    <script type="text/javascript" src="testQuotes.js"></script>
+    <script type="text/javascript" src="testEmptySequenceKeyword.js"></script>
+    <script type="text/javascript" src="testProcessingInstructions.js"></script>
+    <script type="text/javascript" src="testNamespaces.js"></script>
+  </head>
+  <body>
+    <h1 id="qunit-header">XQuery CodeMirror Mode</h1>
+    <h2 id="qunit-banner"></h2>
+    <h2 id="qunit-userAgent"></h2>
+    <ol id="qunit-tests">
+    </ol>
+    <div id="sandbox" style="right:5000px; position:absolute; "></div>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testBase.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testBase.js
new file mode 100755
index 00000000..d40e9eea
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testBase.js
@@ -0,0 +1,42 @@
+  $(document).ready(function(){
+    module("testBase");
+    test("eviltest", function() {
+      expect(1);
+
+      var input = 'xquery version &quot;1.0-ml&quot;;\
+      (: this is\
+       : a \
+         "comment" :)\
+      let $let := &lt;x attr=&quot;value&quot;&gt;&quot;test&quot;&lt;func&gt;function() $var {function()} {$var}&lt;/func&gt;&lt;/x&gt;\
+      let $joe:=1\
+      return element element {\
+          attribute attribute { 1 },\
+          element test { &#39;a&#39; }, \
+          attribute foo { &quot;bar&quot; },\
+          fn:doc()[ foo/@bar eq $let ],\
+          //x }    \
+       \
+      (: a more \'evil\' test :)\
+      (: Modified Blakeley example (: with nested comment :) ... :)\
+      declare private function local:declare() {()};\
+      declare private function local:private() {()};\
+      declare private function local:function() {()};\
+      declare private function local:local() {()};\
+      let $let := &lt;let&gt;let $let := &quot;let&quot;&lt;/let&gt;\
+      return element element {\
+          attribute attribute { try { xdmp:version() } catch($e) { xdmp:log($e) } },\
+          attribute fn:doc { &quot;bar&quot; castable as xs:string },\
+          element text { text { &quot;text&quot; } },\
+          fn:doc()[ child::eq/(@bar | attribute::attribute) eq $let ],\
+          //fn:doc\
+      }';
+      var expected = '<span class="cm-keyword">xquery</span> <span class="cm-keyword">version</span> <span class="cm-string">"1.0-ml"</span><span class="cm-variable cm-def">;</span>      <span class="cm-comment">(: this is       : a          "comment" :)</span>      <span class="cm-keyword">let</span> <span class="cm-variable">$let</span> <span class="cm-keyword">:=</span> <span class="cm-tag">&lt;x </span><span class="cm-attribute">attr</span>=<span class="cm-string">"value"</span><span class="cm-tag">&gt;</span><span class="cm-word">"test"</span><span class="cm-tag">&lt;func&gt;</span><span class="cm-word">function()</span> <span class="cm-word">$var</span> {<span class="cm-keyword">function</span>()} {<span class="cm-variable">$var</span>}<span class="cm-tag">&lt;/func&gt;&lt;/x&gt;</span>      <span class="cm-keyword">let</span> <span class="cm-variable">$joe</span><span class="cm-keyword">:=</span><span class="cm-atom">1</span>      <span class="cm-keyword">return</span> <span class="cm-keyword">element</span> <span class="cm-word">element</span> {          <span class="cm-keyword">attribute</span> <span class="cm-word">attribute</span> { <span class="cm-atom">1</span> },          <span class="cm-keyword">element</span> <span class="cm-word">test</span> { <span class="cm-string">\'a\'</span> },           <span class="cm-keyword">attribute</span> <span class="cm-word">foo</span> { <span class="cm-string">"bar"</span> },          <span class="cm-variable cm-def">fn:doc</span>()[ <span class="cm-word">foo</span><span class="cm-keyword">/</span><span class="cm-word">@bar</span> <span class="cm-keyword">eq</span> <span class="cm-variable">$let</span> ],          <span class="cm-keyword">//</span><span class="cm-word">x</span> }                 <span class="cm-comment">(: a more \'evil\' test :)</span>      <span class="cm-comment">(: Modified Blakeley example (: with nested comment :) ... :)</span>      <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:declare</span>() {()}<span class="cm-word">;</span>      <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:private</span>() {()}<span class="cm-word">;</span>      <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:function</span>() {()}<span class="cm-word">;</span>      <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:local</span>() {()}<span class="cm-word">;</span>      <span class="cm-keyword">let</span> <span class="cm-variable">$let</span> <span class="cm-keyword">:=</span> <span class="cm-tag">&lt;let&gt;</span><span class="cm-word">let</span> <span class="cm-word">$let</span> <span class="cm-word">:=</span> <span class="cm-word">"let"</span><span class="cm-tag">&lt;/let&gt;</span>      <span class="cm-keyword">return</span> <span class="cm-keyword">element</span> <span class="cm-word">element</span> {          <span class="cm-keyword">attribute</span> <span class="cm-word">attribute</span> { <span class="cm-keyword">try</span> { <span class="cm-variable cm-def">xdmp:version</span>() } <span class="cm-keyword">catch</span>(<span class="cm-variable">$e</span>) { <span class="cm-variable cm-def">xdmp:log</span>(<span class="cm-variable">$e</span>) } },          <span class="cm-keyword">attribute</span> <span class="cm-word">fn:doc</span> { <span class="cm-string">"bar"</span> <span class="cm-word">castable</span> <span class="cm-keyword">as</span> <span class="cm-atom">xs:string</span> },          <span class="cm-keyword">element</span> <span class="cm-word">text</span> { <span class="cm-keyword">text</span> { <span class="cm-string">"text"</span> } },          <span class="cm-variable cm-def">fn:doc</span>()[ <span class="cm-qualifier">child::</span><span class="cm-word">eq</span><span class="cm-keyword">/</span>(<span class="cm-word">@bar</span> <span class="cm-keyword">|</span> <span class="cm-qualifier">attribute::</span><span class="cm-word">attribute</span>) <span class="cm-keyword">eq</span> <span class="cm-variable">$let</span> ],          <span class="cm-keyword">//</span><span class="cm-word">fn:doc</span>      }';
+
+      $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+      var editor = CodeMirror.fromTextArea($("#editor")[0]);
+      var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+       equal(result, expected);
+       $("#editor").html("");
+    });
+  });
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testEmptySequenceKeyword.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testEmptySequenceKeyword.js
new file mode 100755
index 00000000..39ed0905
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testEmptySequenceKeyword.js
@@ -0,0 +1,16 @@
+$(document).ready(function(){
+  module("testEmptySequenceKeyword");
+  test("testEmptySequenceKeyword", function() {
+    expect(1);
+
+    var input = '"foo" instance of empty-sequence()';
+    var expected = '<span class="cm-string">"foo"</span> <span class="cm-keyword">instance</span> <span class="cm-keyword">of</span> <span class="cm-keyword">empty-sequence</span>()';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+});
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testMultiAttr.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testMultiAttr.js
new file mode 100755
index 00000000..8e98c47d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testMultiAttr.js
@@ -0,0 +1,16 @@
+  $(document).ready(function(){
+    module("testMultiAttr");
+    test("test1", function() {
+      expect(1);
+
+      var expected = '<span class="cm-tag">&lt;p </span><span class="cm-attribute">a1</span>=<span class="cm-string">"foo"</span> <span class="cm-attribute">a2</span>=<span class="cm-string">"bar"</span><span class="cm-tag">&gt;</span><span class="cm-word">hello</span> <span class="cm-word">world</span><span class="cm-tag">&lt;/p&gt;</span>';
+
+      $("#sandbox").html('<textarea id="editor"></textarea>');
+      $("#editor").html('<p a1="foo" a2="bar">hello world</p>');
+      var editor = CodeMirror.fromTextArea($("#editor")[0]);
+      var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+       equal(result, expected);
+       $("#editor").html("");
+    });
+  });
\ No newline at end of file
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testNamespaces.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testNamespaces.js
new file mode 100755
index 00000000..4efea63e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testNamespaces.js
@@ -0,0 +1,91 @@
+$(document).ready(function(){
+  module("test namespaces");
+
+// --------------------------------------------------------------------------------
+// this test is based on this:
+//http://mbrevoort.github.com/CodeMirror2/#!exprSeqTypes/PrologExpr/VariableProlog/ExternalVariablesWith/K2-ExternalVariablesWith-10.xq
+// --------------------------------------------------------------------------------
+  test("test namespaced variable", function() {
+    expect(1);
+
+    var input = 'declare namespace e = "http://example.com/ANamespace";\
+declare variable $e:exampleComThisVarIsNotRecognized as element(*) external;';
+
+    var expected = '<span class="cm-keyword">declare</span> <span class="cm-keyword">namespace</span> <span class="cm-word">e</span> <span class="cm-keyword">=</span> <span class="cm-string">"http://example.com/ANamespace"</span><span class="cm-word">;declare</span> <span class="cm-keyword">variable</span> <span class="cm-variable">$e:exampleComThisVarIsNotRecognized</span> <span class="cm-keyword">as</span> <span class="cm-keyword">element</span>(<span class="cm-keyword">*</span>) <span class="cm-word">external;</span>';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+
+
+// --------------------------------------------------------------------------------
+// this test is based on:
+// http://mbrevoort.github.com/CodeMirror2/#!Basics/EQNames/eqname-002.xq  
+// --------------------------------------------------------------------------------
+  test("test EQName variable", function() {
+    expect(1);
+
+    var input = 'declare variable $"http://www.example.com/ns/my":var := 12;\
+<out>{$"http://www.example.com/ns/my":var}</out>';
+
+    var expected = '<span class="cm-keyword">declare</span> <span class="cm-keyword">variable</span> <span class="cm-variable">$"http://www.example.com/ns/my":var</span> <span class="cm-keyword">:=</span> <span class="cm-atom">12</span><span class="cm-word">;</span><span class="cm-tag">&lt;out&gt;</span>{<span class="cm-variable">$"http://www.example.com/ns/my":var</span>}<span class="cm-tag">&lt;/out&gt;</span>';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+
+// --------------------------------------------------------------------------------
+// this test is based on:
+// http://mbrevoort.github.com/CodeMirror2/#!Basics/EQNames/eqname-003.xq
+// --------------------------------------------------------------------------------
+  test("test EQName function", function() {
+    expect(1);
+
+    var input = 'declare function "http://www.example.com/ns/my":fn ($a as xs:integer) as xs:integer {\
+   $a + 2\
+};\
+<out>{"http://www.example.com/ns/my":fn(12)}</out>';
+
+    var expected = '<span class="cm-keyword">declare</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">"http://www.example.com/ns/my":fn</span> (<span class="cm-variable">$a</span> <span class="cm-keyword">as</span> <span class="cm-atom">xs:integer</span>) <span class="cm-keyword">as</span> <span class="cm-atom">xs:integer</span> {   <span class="cm-variable">$a</span> <span class="cm-keyword">+</span> <span class="cm-atom">2</span>}<span class="cm-word">;</span><span class="cm-tag">&lt;out&gt;</span>{<span class="cm-variable cm-def">"http://www.example.com/ns/my":fn</span>(<span class="cm-atom">12</span>)}<span class="cm-tag">&lt;/out&gt;</span>';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+
+// --------------------------------------------------------------------------------
+// this test is based on:
+// http://mbrevoort.github.com/CodeMirror2/#!Basics/EQNames/eqname-003.xq
+// --------------------------------------------------------------------------------
+  test("test EQName function with single quotes", function() {
+    expect(1);
+
+    var input = 'declare function \'http://www.example.com/ns/my\':fn ($a as xs:integer) as xs:integer {\
+   $a + 2\
+};\
+<out>{\'http://www.example.com/ns/my\':fn(12)}</out>';
+
+    var expected = '<span class="cm-keyword">declare</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">\'http://www.example.com/ns/my\':fn</span> (<span class="cm-variable">$a</span> <span class="cm-keyword">as</span> <span class="cm-atom">xs:integer</span>) <span class="cm-keyword">as</span> <span class="cm-atom">xs:integer</span> {   <span class="cm-variable">$a</span> <span class="cm-keyword">+</span> <span class="cm-atom">2</span>}<span class="cm-word">;</span><span class="cm-tag">&lt;out&gt;</span>{<span class="cm-variable cm-def">\'http://www.example.com/ns/my\':fn</span>(<span class="cm-atom">12</span>)}<span class="cm-tag">&lt;/out&gt;</span>';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+
+});
+
+
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testProcessingInstructions.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testProcessingInstructions.js
new file mode 100755
index 00000000..9b753052
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testProcessingInstructions.js
@@ -0,0 +1,16 @@
+$(document).ready(function(){
+  module("testProcessingInstructions");
+  test("testProcessingInstructions", function() {
+    expect(1);
+
+    var input = 'data(<?target content?>) instance of xs:string';
+    var expected = '<span class="cm-variable cm-def">data</span>(<span class="cm-comment cm-meta">&lt;?target content?&gt;</span>) <span class="cm-keyword">instance</span> <span class="cm-keyword">of</span> <span class="cm-atom">xs:string</span>';
+
+    $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+    var editor = CodeMirror.fromTextArea($("#editor")[0]);
+    var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+     equal(result, expected);
+     $("#editor").html("");
+  });
+});
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/test/testQuotes.js b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testQuotes.js
new file mode 100755
index 00000000..79e5142d
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/test/testQuotes.js
@@ -0,0 +1,19 @@
+  $(document).ready(function(){
+    module("testQuoteEscape");
+    test("testQuoteEscapeDouble", function() {
+      expect(1);
+
+      var input = 'let $rootfolder := "c:\\builds\\winnt\\HEAD\\qa\\scripts\\"\
+let $keysfolder := concat($rootfolder, "keys\\")\
+return\
+$keysfolder';
+      var expected = '<span class="cm-keyword">let</span> <span class="cm-variable">$rootfolder</span> <span class="cm-keyword">:=</span> <span class="cm-string">"c:\\builds\\winnt\\HEAD\\qa\\scripts\\"</span><span class="cm-keyword">let</span> <span class="cm-variable">$keysfolder</span> <span class="cm-keyword">:=</span> <span class="cm-variable cm-def">concat</span>(<span class="cm-variable">$rootfolder</span>, <span class="cm-string">"keys\\"</span>)<span class="cm-word">return$keysfolder</span>';
+
+      $("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
+      var editor = CodeMirror.fromTextArea($("#editor")[0]);
+      var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
+
+       equal(result, expected);
+       $("#editor").html("");
+    });
+  });
diff --git a/components/originalComponents/static/admin/codemirror/mode/xquery/xquery.js b/components/originalComponents/static/admin/codemirror/mode/xquery/xquery.js
new file mode 100755
index 00000000..dfb6d7e0
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/xquery/xquery.js
@@ -0,0 +1,451 @@
+/*
+Copyright (C) 2011 by MarkLogic Corporation
+Author: Mike Brevoort <mike@brevoort.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+CodeMirror.defineMode("xquery", function(config, parserConfig) {
+
+  // The keywords object is set to the result of this self executing
+  // function. Each keyword is a property of the keywords object whose
+  // value is {type: atype, style: astyle}
+  var keywords = function(){
+    // conveinence functions used to build keywords object
+    function kw(type) {return {type: type, style: "keyword"};}
+    var A = kw("keyword a")
+      , B = kw("keyword b")
+      , C = kw("keyword c")
+      , operator = kw("operator")
+      , atom = {type: "atom", style: "atom"}
+      , punctuation = {type: "punctuation", style: ""}
+      , qualifier = {type: "axis_specifier", style: "qualifier"};
+    
+    // kwObj is what is return from this function at the end
+    var kwObj = {
+      'if': A, 'switch': A, 'while': A, 'for': A,
+      'else': B, 'then': B, 'try': B, 'finally': B, 'catch': B,
+      'element': C, 'attribute': C, 'let': C, 'implements': C, 'import': C, 'module': C, 'namespace': C, 
+      'return': C, 'super': C, 'this': C, 'throws': C, 'where': C, 'private': C,      
+      ',': punctuation,
+      'null': atom, 'fn:false()': atom, 'fn:true()': atom
+    };
+    
+    // a list of 'basic' keywords. For each add a property to kwObj with the value of 
+    // {type: basic[i], style: "keyword"} e.g. 'after' --> {type: "after", style: "keyword"}
+    var basic = ['after','ancestor','ancestor-or-self','and','as','ascending','assert','attribute','before',
+    'by','case','cast','child','comment','declare','default','define','descendant','descendant-or-self',
+    'descending','document','document-node','element','else','eq','every','except','external','following',
+    'following-sibling','follows','for','function','if','import','in','instance','intersect','item',
+    'let','module','namespace','node','node','of','only','or','order','parent','precedes','preceding',
+    'preceding-sibling','processing-instruction','ref','return','returns','satisfies','schema','schema-element',
+    'self','some','sortby','stable','text','then','to','treat','typeswitch','union','variable','version','where',
+    'xquery', 'empty-sequence'];
+    for(var i=0, l=basic.length; i < l; i++) { kwObj[basic[i]] = kw(basic[i]);};
+    
+    // a list of types. For each add a property to kwObj with the value of 
+    // {type: "atom", style: "atom"}
+    var types = ['xs:string', 'xs:float', 'xs:decimal', 'xs:double', 'xs:integer', 'xs:boolean', 'xs:date', 'xs:dateTime', 
+    'xs:time', 'xs:duration', 'xs:dayTimeDuration', 'xs:time', 'xs:yearMonthDuration', 'numeric', 'xs:hexBinary', 
+    'xs:base64Binary', 'xs:anyURI', 'xs:QName', 'xs:byte','xs:boolean','xs:anyURI','xf:yearMonthDuration'];
+    for(var i=0, l=types.length; i < l; i++) { kwObj[types[i]] = atom;};
+    
+    // each operator will add a property to kwObj with value of {type: "operator", style: "keyword"}
+    var operators = ['eq', 'ne', 'lt', 'le', 'gt', 'ge', ':=', '=', '>', '>=', '<', '<=', '.', '|', '?', 'and', 'or', 'div', 'idiv', 'mod', '*', '/', '+', '-'];
+    for(var i=0, l=operators.length; i < l; i++) { kwObj[operators[i]] = operator;};
+    
+    // each axis_specifiers will add a property to kwObj with value of {type: "axis_specifier", style: "qualifier"}
+    var axis_specifiers = ["self::", "attribute::", "child::", "descendant::", "descendant-or-self::", "parent::", 
+    "ancestor::", "ancestor-or-self::", "following::", "preceding::", "following-sibling::", "preceding-sibling::"];
+    for(var i=0, l=axis_specifiers.length; i < l; i++) { kwObj[axis_specifiers[i]] = qualifier; };
+
+    return kwObj;
+  }();
+
+  // Used as scratch variables to communicate multiple values without
+  // consing up tons of objects.
+  var type, content;
+  
+  function ret(tp, style, cont) {
+    type = tp; content = cont;
+    return style;
+  }
+  
+  function chain(stream, state, f) {
+    state.tokenize = f;
+    return f(stream, state);
+  }
+  
+  // the primary mode tokenizer
+  function tokenBase(stream, state) {
+    var ch = stream.next(), 
+        mightBeFunction = false,
+        isEQName = isEQNameAhead(stream);
+    
+    // an XML tag (if not in some sub, chained tokenizer)
+    if (ch == "<") {
+      if(stream.match("!--", true))
+        return chain(stream, state, tokenXMLComment);
+        
+      if(stream.match("![CDATA", false)) {
+        state.tokenize = tokenCDATA;
+        return ret("tag", "tag");
+      }
+      
+      if(stream.match("?", false)) {
+        return chain(stream, state, tokenPreProcessing);
+      }
+      
+      var isclose = stream.eat("/");
+      stream.eatSpace();
+      var tagName = "", c;
+      while ((c = stream.eat(/[^\s\u00a0=<>\"\'\/?]/))) tagName += c;
+      
+      return chain(stream, state, tokenTag(tagName, isclose));
+    }
+    // start code block
+    else if(ch == "{") {
+      pushStateStack(state,{ type: "codeblock"});
+      return ret("", "");
+    }
+    // end code block
+    else if(ch == "}") {
+      popStateStack(state);
+      return ret("", "");
+    }
+    // if we're in an XML block
+    else if(isInXmlBlock(state)) {
+      if(ch == ">")
+        return ret("tag", "tag");
+      else if(ch == "/" && stream.eat(">")) {
+        popStateStack(state);
+        return ret("tag", "tag");
+      }
+      else  
+        return ret("word", "variable");
+    }
+    // if a number
+    else if (/\d/.test(ch)) {
+      stream.match(/^\d*(?:\.\d*)?(?:E[+\-]?\d+)?/);
+      return ret("number", "atom");
+    }
+    // comment start
+    else if (ch === "(" && stream.eat(":")) {
+      pushStateStack(state, { type: "comment"});
+      return chain(stream, state, tokenComment);
+    }
+    // quoted string
+    else if (  !isEQName && (ch === '"' || ch === "'"))
+      return chain(stream, state, tokenString(ch));
+    // variable
+    else if(ch === "$") {
+      return chain(stream, state, tokenVariable);
+    }
+    // assignment
+    else if(ch ===":" && stream.eat("=")) {
+      return ret("operator", "keyword");
+    }
+    // open paren
+    else if(ch === "(") {
+      pushStateStack(state, { type: "paren"});
+      return ret("", "");
+    }
+    // close paren
+    else if(ch === ")") {
+      popStateStack(state);
+      return ret("", "");
+    }
+    // open paren
+    else if(ch === "[") {
+      pushStateStack(state, { type: "bracket"});
+      return ret("", "");
+    }
+    // close paren
+    else if(ch === "]") {
+      popStateStack(state);
+      return ret("", "");
+    }
+    else {
+      var known = keywords.propertyIsEnumerable(ch) && keywords[ch];
+
+      // if there's a EQName ahead, consume the rest of the string portion, it's likely a function
+      if(isEQName && ch === '\"') while(stream.next() !== '"'){}
+      if(isEQName && ch === '\'') while(stream.next() !== '\''){}
+      
+      // gobble up a word if the character is not known
+      if(!known) stream.eatWhile(/[\w\$_-]/);
+      
+      // gobble a colon in the case that is a lib func type call fn:doc
+      var foundColon = stream.eat(":");
+      
+      // if there's not a second colon, gobble another word. Otherwise, it's probably an axis specifier
+      // which should get matched as a keyword
+      if(!stream.eat(":") && foundColon) {
+        stream.eatWhile(/[\w\$_-]/);
+      }
+      // if the next non whitespace character is an open paren, this is probably a function (if not a keyword of other sort)
+      if(stream.match(/^[ \t]*\(/, false)) {
+        mightBeFunction = true;
+      }
+      // is the word a keyword?
+      var word = stream.current();
+      known = keywords.propertyIsEnumerable(word) && keywords[word];
+      
+      // if we think it's a function call but not yet known, 
+      // set style to variable for now for lack of something better
+      if(mightBeFunction && !known) known = {type: "function_call", style: "variable def"};
+      
+      // if the previous word was element, attribute, axis specifier, this word should be the name of that
+      if(isInXmlConstructor(state)) {
+        popStateStack(state);
+        return ret("word", "variable", word);
+      }
+      // as previously checked, if the word is element,attribute, axis specifier, call it an "xmlconstructor" and 
+      // push the stack so we know to look for it on the next word
+      if(word == "element" || word == "attribute" || known.type == "axis_specifier") pushStateStack(state, {type: "xmlconstructor"});
+      
+      // if the word is known, return the details of that else just call this a generic 'word'
+      return known ? ret(known.type, known.style, word) :
+                     ret("word", "variable", word);
+    }
+  }
+
+  // handle comments, including nested 
+  function tokenComment(stream, state) {
+    var maybeEnd = false, maybeNested = false, nestedCount = 0, ch;
+    while (ch = stream.next()) {
+      if (ch == ")" && maybeEnd) {
+        if(nestedCount > 0)
+          nestedCount--;
+        else {
+          popStateStack(state);
+          break;
+        }
+      }
+      else if(ch == ":" && maybeNested) {
+        nestedCount++;
+      }
+      maybeEnd = (ch == ":");
+      maybeNested = (ch == "(");
+    }
+    
+    return ret("comment", "comment");
+  }
+
+  // tokenizer for string literals
+  // optionally pass a tokenizer function to set state.tokenize back to when finished
+  function tokenString(quote, f) {
+    return function(stream, state) {
+      var ch;
+
+      if(isInString(state) && stream.current() == quote) {
+        popStateStack(state);
+        if(f) state.tokenize = f;
+        return ret("string", "string");
+      }
+
+      pushStateStack(state, { type: "string", name: quote, tokenize: tokenString(quote, f) });
+
+      // if we're in a string and in an XML block, allow an embedded code block
+      if(stream.match("{", false) && isInXmlAttributeBlock(state)) {
+        state.tokenize = tokenBase;
+        return ret("string", "string"); 
+      }
+
+      
+      while (ch = stream.next()) {
+        if (ch ==  quote) {
+          popStateStack(state);
+          if(f) state.tokenize = f;
+          break;
+        }
+        else {
+          // if we're in a string and in an XML block, allow an embedded code block in an attribute
+          if(stream.match("{", false) && isInXmlAttributeBlock(state)) {
+            state.tokenize = tokenBase;
+            return ret("string", "string"); 
+          }
+
+        }
+      }
+      
+      return ret("string", "string");
+    };
+  }
+  
+  // tokenizer for variables
+  function tokenVariable(stream, state) {
+    var isVariableChar = /[\w\$_-]/;
+
+    // a variable may start with a quoted EQName so if the next character is quote, consume to the next quote
+    if(stream.eat("\"")) {
+      while(stream.next() !== '\"'){};
+      stream.eat(":");
+    } else {
+      stream.eatWhile(isVariableChar);
+      if(!stream.match(":=", false)) stream.eat(":");
+    }
+    stream.eatWhile(isVariableChar);
+    state.tokenize = tokenBase;
+    return ret("variable", "variable");
+  }
+  
+  // tokenizer for XML tags
+  function tokenTag(name, isclose) {
+    return function(stream, state) {
+      stream.eatSpace();
+      if(isclose && stream.eat(">")) {
+        popStateStack(state);
+        state.tokenize = tokenBase;
+        return ret("tag", "tag");
+      }
+      // self closing tag without attributes?
+      if(!stream.eat("/"))
+        pushStateStack(state, { type: "tag", name: name, tokenize: tokenBase});
+      if(!stream.eat(">")) {
+        state.tokenize = tokenAttribute;
+        return ret("tag", "tag");
+      }
+      else {
+        state.tokenize = tokenBase;        
+      }
+      return ret("tag", "tag");
+    };
+  }
+
+  // tokenizer for XML attributes
+  function tokenAttribute(stream, state) {
+    var ch = stream.next();
+    
+    if(ch == "/" && stream.eat(">")) {
+      if(isInXmlAttributeBlock(state)) popStateStack(state);
+      if(isInXmlBlock(state)) popStateStack(state);
+      return ret("tag", "tag");
+    }
+    if(ch == ">") {
+      if(isInXmlAttributeBlock(state)) popStateStack(state);
+      return ret("tag", "tag");
+    }
+    if(ch == "=")
+      return ret("", "");
+    // quoted string
+    if (ch == '"' || ch == "'")
+      return chain(stream, state, tokenString(ch, tokenAttribute));
+
+    if(!isInXmlAttributeBlock(state)) 
+      pushStateStack(state, { type: "attribute", name: name, tokenize: tokenAttribute});
+
+    stream.eat(/[a-zA-Z_:]/);
+    stream.eatWhile(/[-a-zA-Z0-9_:.]/);
+    stream.eatSpace();
+
+    // the case where the attribute has not value and the tag was closed
+    if(stream.match(">", false) || stream.match("/", false)) {
+      popStateStack(state);
+      state.tokenize = tokenBase;      
+    }
+
+    return ret("attribute", "attribute");
+  }
+  
+  // handle comments, including nested 
+  function tokenXMLComment(stream, state) {
+    var ch;
+    while (ch = stream.next()) {
+      if (ch == "-" && stream.match("->", true)) {
+        state.tokenize = tokenBase;        
+        return ret("comment", "comment");
+      }
+    }
+  }
+
+
+  // handle CDATA
+  function tokenCDATA(stream, state) {
+    var ch;
+    while (ch = stream.next()) {
+      if (ch == "]" && stream.match("]", true)) {
+        state.tokenize = tokenBase;        
+        return ret("comment", "comment");
+      }
+    }
+  }
+
+  // handle preprocessing instructions
+  function tokenPreProcessing(stream, state) {
+    var ch;
+    while (ch = stream.next()) {
+      if (ch == "?" && stream.match(">", true)) {
+        state.tokenize = tokenBase;        
+        return ret("comment", "comment meta");
+      }
+    }
+  }
+  
+  
+  // functions to test the current context of the state
+  function isInXmlBlock(state) { return isIn(state, "tag"); }
+  function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); }
+  function isInCodeBlock(state) { return isIn(state, "codeblock"); }
+  function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"); }
+  function isInString(state) { return isIn(state, "string"); }
+
+  function isEQNameAhead(stream) { 
+    // assume we've already eaten a quote (")
+    if(stream.current() === '"')
+      return stream.match(/^[^\"]+\"\:/, false);
+    else if(stream.current() === '\'')
+      return stream.match(/^[^\"]+\'\:/, false);
+    else
+      return false;
+  }
+  
+  function isIn(state, type) {
+    return (state.stack.length && state.stack[state.stack.length - 1].type == type);    
+  }
+  
+  function pushStateStack(state, newState) {
+    state.stack.push(newState);
+  }
+  
+  function popStateStack(state) {
+    var popped = state.stack.pop();
+    var reinstateTokenize = state.stack.length && state.stack[state.stack.length-1].tokenize;
+    state.tokenize = reinstateTokenize || tokenBase;
+  }
+  
+  // the interface for the mode API
+  return {
+    startState: function(basecolumn) {
+      return {
+        tokenize: tokenBase,
+        cc: [],
+        stack: []
+      };
+    },
+
+    token: function(stream, state) {
+      if (stream.eatSpace()) return null;
+      var style = state.tokenize(stream, state);
+      return style;
+    }
+  };
+
+});
+
+CodeMirror.defineMIME("application/xquery", "xquery");
diff --git a/components/originalComponents/static/admin/codemirror/mode/yaml/index.html b/components/originalComponents/static/admin/codemirror/mode/yaml/index.html
new file mode 100755
index 00000000..65e1ea73
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/yaml/index.html
@@ -0,0 +1,68 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: YAML mode</title>
+    <link rel="stylesheet" href="../../lib/codemirror.css">
+    <script src="../../lib/codemirror.js"></script>
+    <script src="yaml.js"></script>
+    <style>.CodeMirror { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }</style>
+    <link rel="stylesheet" href="../../doc/docs.css">
+  </head>
+  <body>
+    <h1>CodeMirror: YAML mode</h1>
+    <form><textarea id="code" name="code">
+--- # Favorite movies
+- Casablanca
+- North by Northwest
+- The Man Who Wasn't There
+--- # Shopping list
+[milk, pumpkin pie, eggs, juice]
+--- # Indented Blocks, common in YAML data files, use indentation and new lines to separate the key: value pairs
+  name: John Smith
+  age: 33
+--- # Inline Blocks, common in YAML data streams, use commas to separate the key: value pairs between braces
+{name: John Smith, age: 33}
+---
+receipt:     Oz-Ware Purchase Invoice
+date:        2007-08-06
+customer:
+    given:   Dorothy
+    family:  Gale
+
+items:
+    - part_no:   A4786
+      descrip:   Water Bucket (Filled)
+      price:     1.47
+      quantity:  4
+
+    - part_no:   E1628
+      descrip:   High Heeled "Ruby" Slippers
+      size:       8
+      price:     100.27
+      quantity:  1
+
+bill-to:  &id001
+    street: |
+            123 Tornado Alley
+            Suite 16
+    city:   East Centerville
+    state:  KS
+
+ship-to:  *id001
+
+specialDelivery:  >
+    Follow the Yellow Brick
+    Road to the Emerald City.
+    Pay no attention to the
+    man behind the curtain.
+...
+</textarea></form>
+    <script>
+      var editor = CodeMirror.fromTextArea(document.getElementById("code"), {});
+    </script>
+
+    <p><strong>MIME types defined:</strong> <code>text/x-yaml</code>.</p>
+
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/mode/yaml/yaml.js b/components/originalComponents/static/admin/codemirror/mode/yaml/yaml.js
new file mode 100755
index 00000000..59e2641a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/mode/yaml/yaml.js
@@ -0,0 +1,95 @@
+CodeMirror.defineMode("yaml", function() {
+	
+	var cons = ['true', 'false', 'on', 'off', 'yes', 'no'];
+	var keywordRegex = new RegExp("\\b(("+cons.join(")|(")+"))$", 'i');
+	
+	return {
+		token: function(stream, state) {
+			var ch = stream.peek();
+			var esc = state.escaped;
+			state.escaped = false;
+			/* comments */
+			if (ch == "#") { stream.skipToEnd(); return "comment"; }
+			if (state.literal && stream.indentation() > state.keyCol) {
+				stream.skipToEnd(); return "string";
+			} else if (state.literal) { state.literal = false; }
+			if (stream.sol()) {
+				state.keyCol = 0;
+				state.pair = false;
+				state.pairStart = false;
+				/* document start */
+				if(stream.match(/---/)) { return "def"; }
+				/* document end */
+				if (stream.match(/\.\.\./)) { return "def"; }
+				/* array list item */
+				if (stream.match(/\s*-\s+/)) { return 'meta'; }
+			}
+			/* pairs (associative arrays) -> key */
+			if (!state.pair && stream.match(/^\s*([a-z0-9\._-])+(?=\s*:)/i)) {
+				state.pair = true;
+				state.keyCol = stream.indentation();
+				return "atom";
+			}
+			if (state.pair && stream.match(/^:\s*/)) { state.pairStart = true; return 'meta'; }
+			
+			/* inline pairs/lists */
+			if (stream.match(/^(\{|\}|\[|\])/)) {
+				if (ch == '{')
+					state.inlinePairs++;
+				else if (ch == '}')
+					state.inlinePairs--;
+				else if (ch == '[')
+					state.inlineList++;
+				else
+					state.inlineList--;
+				return 'meta';
+			}
+			
+			/* list seperator */
+			if (state.inlineList > 0 && !esc && ch == ',') {
+				stream.next();
+				return 'meta';
+			}
+			/* pairs seperator */
+			if (state.inlinePairs > 0 && !esc && ch == ',') {
+				state.keyCol = 0;
+				state.pair = false;
+				state.pairStart = false;
+				stream.next();
+				return 'meta';
+			}
+			
+			/* start of value of a pair */
+			if (state.pairStart) {
+				/* block literals */
+				if (stream.match(/^\s*(\||\>)\s*/)) { state.literal = true; return 'meta'; };
+				/* references */
+				if (stream.match(/^\s*(\&|\*)[a-z0-9\._-]+\b/i)) { return 'variable-2'; }
+				/* numbers */
+				if (state.inlinePairs == 0 && stream.match(/^\s*-?[0-9\.\,]+\s?$/)) { return 'number'; }
+				if (state.inlinePairs > 0 && stream.match(/^\s*-?[0-9\.\,]+\s?(?=(,|}))/)) { return 'number'; }
+				/* keywords */
+				if (stream.match(keywordRegex)) { return 'keyword'; }
+			}
+
+			/* nothing found, continue */
+			state.pairStart = false;
+			state.escaped = (ch == '\\');
+			stream.next();
+			return null;
+		},
+		startState: function() {
+			return {
+				pair: false,
+				pairStart: false,
+				keyCol: 0,
+				inlinePairs: 0,
+				inlineList: 0,
+				literal: false,
+				escaped: false
+			};
+		}
+	};
+});
+
+CodeMirror.defineMIME("text/x-yaml", "yaml");
diff --git a/components/originalComponents/static/admin/codemirror/package.json b/components/originalComponents/static/admin/codemirror/package.json
new file mode 100755
index 00000000..1ce054f3
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/package.json
@@ -0,0 +1,21 @@
+{
+    "name": "codemirror",
+    "version":"2.34.1",
+    "main": "codemirror.js",
+    "description": "In-browser code editing made bearable",
+    "licenses": [{"type": "MIT",
+                  "url": "http://codemirror.net/LICENSE"}],
+    "directories": {"lib": "./lib"},
+    "scripts": {"test": "node ./test/run.js"},
+    "devDependencies": {"node-static": "0.6.0"},
+    "bugs": "http://github.com/marijnh/CodeMirror/issues",
+    "keywords": ["JavaScript", "CodeMirror", "Editor"],
+    "homepage": "http://codemirror.net",
+    "maintainers":[{"name": "Marijn Haverbeke",
+                    "email": "marijnh@gmail.com",
+                    "web": "http://marijnhaverbeke.nl"}],
+    "repositories": [{"type": "git",
+                      "url": "http://marijnhaverbeke.nl/git/codemirror"},
+                     {"type": "git",
+                      "url": "https://github.com/marijnh/CodeMirror.git"}]
+}
diff --git a/components/originalComponents/static/admin/codemirror/test/driver.js b/components/originalComponents/static/admin/codemirror/test/driver.js
new file mode 100755
index 00000000..934cb936
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/driver.js
@@ -0,0 +1,129 @@
+var tests = [], debug = null, debugUsed = new Array(), allNames = [];
+
+function Failure(why) {this.message = why;}
+
+function indexOf(collection, elt) {
+  if (collection.indexOf) return collection.indexOf(elt);
+  for (var i = 0, e = collection.length; i < e; ++i)
+    if (collection[i] == elt) return i;
+  return -1;
+}
+
+function test(name, run, expectedFail) {
+  // Force unique names
+  var originalName = name;
+  var i = 2; // Second function would be NAME_2
+  while (indexOf(allNames, name) !== -1){
+    name = originalName + "_" + i;
+    i++;
+  }
+  allNames.push(name);
+  // Add test
+  tests.push({name: name, func: run, expectedFail: expectedFail});
+  return name;
+}
+function testCM(name, run, opts, expectedFail) {
+  return test("core_" + name, function() {
+    var place = document.getElementById("testground"), cm = CodeMirror(place, opts);
+    var successful = false;
+    try {
+      run(cm);
+      successful = true;
+    } finally {
+      if ((debug && !successful) || verbose) {
+        place.style.visibility = "";
+      } else {
+        place.removeChild(cm.getWrapperElement());
+      }
+    }
+  }, expectedFail);
+}
+
+function runTests(callback) {
+  if (debug) {
+    if (indexOf(debug, "verbose") === 0) {
+      verbose = true;
+      debug.splice(0, 1);
+    }
+    if (debug.length < 1) {
+      debug = null;
+    } else {
+      if (totalTests > debug.length) {
+        totalTests = debug.length;
+      }
+    }
+  }
+  var totalTime = 0;
+  function step(i) {
+    if (i === tests.length){
+      running = false;
+      return callback("done");
+    }
+    var test = tests[i], expFail = test.expectedFail, startTime = +new Date;
+    if (debug !== null) {
+      var debugIndex = indexOf(debug, test.name);
+      if (debugIndex !== -1) {
+        // Remove from array for reporting incorrect tests later
+        debug.splice(debugIndex, 1);
+      } else {
+        var wildcardName = test.name.split("_").shift() + "_*";
+        debugIndex = indexOf(debug, wildcardName);
+        if (debugIndex !== -1) {
+          // Remove from array for reporting incorrect tests later
+          debug.splice(debugIndex, 1);
+          debugUsed.push(wildcardName);
+        } else {
+          debugIndex = indexOf(debugUsed, wildcardName);
+          if (debugIndex !== -1) {
+            totalTests++;
+          } else {
+            return step(i + 1);
+          }
+        }
+      }
+    }
+    try {
+      var message = test.func();
+      if (expFail) callback("fail", test.name, message);
+      else callback("ok", test.name, message);
+    } catch(e) {
+      if (expFail) callback("expected", test.name);
+      else if (e instanceof Failure) callback("fail", test.name, e.message);
+      else {
+        var pos = /\bat .*?([^\/:]+):(\d+):/.exec(e.stack);
+        callback("error", test.name, e.toString() + (pos ? " (" + pos[1] + ":" + pos[2] + ")" : ""));
+      }
+    }
+    if (!quit) { // Run next test
+      var delay = 0;
+      totalTime += (+new Date) - startTime;
+      if (totalTime > 500){
+        totalTime = 0;
+        delay = 50;
+      }
+      setTimeout(function(){step(i + 1);}, delay);
+    } else { // Quit tests
+      running = false;
+      return null;
+    }
+  }
+  step(0);
+}
+
+function label(str, msg) {
+  if (msg) return str + " (" + msg + ")";
+  return str;
+}
+function eq(a, b, msg) {
+  if (a != b) throw new Failure(label(a + " != " + b, msg));
+}
+function eqPos(a, b, msg) {
+  function str(p) { return "{line:" + p.line + ",ch:" + p.ch + "}"; }
+  if (a == b) return;
+  if (a == null) throw new Failure(label("comparing null to " + str(b)));
+  if (b == null) throw new Failure(label("comparing " + str(a) + " to null"));
+  if (a.line != b.line || a.ch != b.ch) throw new Failure(label(str(a) + " != " + str(b), msg));
+}
+function is(a, msg) {
+  if (!a) throw new Failure(label("assertion failed", msg));
+}
diff --git a/components/originalComponents/static/admin/codemirror/test/index.html b/components/originalComponents/static/admin/codemirror/test/index.html
new file mode 100755
index 00000000..043cadea
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/index.html
@@ -0,0 +1,171 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>CodeMirror: Test Suite</title>
+    <link rel="stylesheet" href="../lib/codemirror.css">
+    <link rel="stylesheet" href="../doc/docs.css">
+    <link rel="stylesheet" href="mode_test.css">
+    <script src="../lib/codemirror.js"></script>
+    <script src="../lib/util/overlay.js"></script>
+    <script src="../mode/javascript/javascript.js"></script>
+    <script src="../mode/xml/xml.js"></script>
+
+    <style type="text/css">
+      .ok {color: #090;}
+      .fail {color: #e00;}
+      .error {color: #c90;}
+      .done {font-weight: bold;}
+      #progress {
+        background: #45d;
+        color: white;
+        text-shadow: 0 0 1px #45d, 0 0 2px #45d, 0 0 3px #45d;
+        font-weight: bold;
+        white-space: pre;
+      }
+    </style>
+  </head>
+  <body>
+    <h1>CodeMirror: Test Suite</h1>
+
+    <p>A limited set of programmatic sanity tests for CodeMirror.</p>
+
+    <div style="border: 1px solid black; padding: 1px; max-width: 700px;">
+      <div style="width: 0px;" id=progress><div style="padding: 3px;">Ran <span id="progress_ran">0</span><span id="progress_total"> of 0</span> tests</div></div>
+    </div>
+    <p id=status>Please enable JavaScript...</p>
+    <div id=output></div>
+
+    <div style="visibility: hidden" id=testground></div>
+
+    <script src="driver.js"></script>
+    <script src="test.js"></script>
+    <script src="mode_test.js"></script>
+    <script src="../mode/css/css.js"></script>
+    <script src="../mode/css/test.js"></script>
+    <script src="../mode/markdown/markdown.js"></script>
+    <script src="../mode/markdown/test.js"></script>
+    <script src="../mode/gfm/gfm.js"></script>
+    <script src="../mode/gfm/test.js"></script>
+    <script src="../mode/stex/stex.js"></script>
+    <script src="../mode/stex/test.js"></script>
+    <script>
+      window.onload = function() {
+        runHarness();
+      };
+      CodeMirror.connect(window, 'hashchange', function(){
+        runHarness();
+      });
+
+      function esc(str) {
+        return str.replace(/[<&]/, function(ch) { return ch == "<" ? "&lt;" : "&amp;"; });
+      }
+
+      var output = document.getElementById("output"),
+          progress = document.getElementById("progress"),
+          progressRan = document.getElementById("progress_ran").childNodes[0],
+          progressTotal = document.getElementById("progress_total").childNodes[0];
+      var count = 0,
+          failed = 0,
+          bad = "",
+          running = false, // Flag that states tests are running
+         quit = false, // Flag to quit tests ASAP
+         verbose = false; // Adds message for *every* test to output
+      
+      function runHarness(){
+        if (running) {
+          quit = true;
+          setStatus("Restarting tests...", '', true);
+          setTimeout(function(){runHarness();}, 500);
+          return;
+        }
+        if (window.location.hash.substr(1)){
+          debug = window.location.hash.substr(1).split(",");
+        } else {
+          debug = null;
+        }
+        quit = false;
+        running = true;
+        setStatus("Loading tests...");
+        count = 0;
+        failed = 0;
+        bad = "";
+        verbose = false;
+        debugUsed = Array();
+        totalTests = tests.length;
+        progressTotal.nodeValue = " of " + totalTests;
+        progressRan.nodeValue = count;
+        output.innerHTML = '';
+        document.getElementById("testground").innerHTML = "<form>" +
+          "<textarea id=\"code\" name=\"code\"></textarea>" +
+          "<input type=submit value=ok name=submit>" +
+          "</form>";
+        runTests(displayTest);
+      }
+      
+      function setStatus(message, className, force){
+        if (quit && !force) return;
+        if (!message) throw("must provide message");
+        var status = document.getElementById("status").childNodes[0];
+        status.nodeValue = message;
+        status.parentNode.className = className;
+      }
+      function addOutput(name, className, code){
+        var newOutput = document.createElement("dl");
+        var newTitle = document.createElement("dt");
+        newTitle.className = className;
+        newTitle.appendChild(document.createTextNode(name));
+        newOutput.appendChild(newTitle);
+        var newMessage = document.createElement("dd");
+        newMessage.innerHTML = code;
+        newOutput.appendChild(newTitle);
+        newOutput.appendChild(newMessage);
+        output.appendChild(newOutput);
+      }
+      function displayTest(type, name, customMessage) {
+        var message = "???";
+        if (type != "done") ++count;
+        progress.style.width = (count * (progress.parentNode.clientWidth - 2) / totalTests) + "px";
+        progressTotal.nodeValue = " of " + totalTests +
+          (debugUsed.length && type != "done" ? "+" : "");
+        progressRan.nodeValue = count;
+        if (type == "ok") {
+          message = "Test '" + name + "' succeeded";
+          if (!verbose) customMessage = false;
+        } else if (type == "expected") {
+          message = "Test '" + name + "' failed as expected";
+          if (!verbose) customMessage = false;
+        } else if (type == "error" || type == "fail") {
+          ++failed;
+          message = "Test '" + name + "' failed";
+        } else if (type == "done") {
+          if (failed) {
+            type += " fail";
+            message = failed + " failure" + (failed > 1 ? "s" : "");
+          } else if (count < totalTests) {
+            failed = totalTests - count;
+            type += " fail";
+            message = failed + " failure" + (failed > 1 ? "s" : "");
+          } else {
+            type += " ok";
+            message = "All passed";
+          }
+          if (debug && debug.length) {
+            var bogusTests = totalTests - count;
+            message += " — " + bogusTests + " nonexistent test" +
+              (bogusTests > 1 ? "s" : "") + " requested by location.hash: " +
+              "`" + debug.join("`, `") + "`";
+          } else {
+            progressTotal.nodeValue = '';
+          }
+          customMessage = true; // Hack to avoid adding to output
+        }
+        if (verbose && !customMessage)  customMessage = message;
+        setStatus(message, type);
+        if (customMessage.length > 0) {
+          addOutput(name, type, customMessage);
+        }
+      }
+    </script>
+  </body>
+</html>
diff --git a/components/originalComponents/static/admin/codemirror/test/lint/lint.js b/components/originalComponents/static/admin/codemirror/test/lint/lint.js
new file mode 100755
index 00000000..1a3125ce
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/lint/lint.js
@@ -0,0 +1,120 @@
+/*
+ Simple linter, based on UglifyJS's [1] parse-js module
+
+ All of the existing linters either cramp my style or have huge
+ dependencies (Closure). So here's a very simple, non-invasive one
+ that only spots
+
+  - missing semicolons and trailing commas
+  - variables or properties that are reserved words
+  - assigning to a variable you didn't declare
+
+ [1]: https://github.com/mishoo/UglifyJS/
+*/
+
+var fs = require("fs"), parse_js = require("./parse-js").parse;
+
+var reserved = {};
+"break case catch continue debugger default delete do else false finally for function if in\
+ instanceof new null return switch throw true try typeof var void while with abstract enum\
+ int short boolean export interface static byte extends long super char final native\
+ synchonized class float package throws const goto private transient implements protected\
+ volatile double import public const".split(" ").forEach(function(word) { reserved[word] = true; });
+
+function checkVariable(scope, name, pos) {
+  while (scope) {
+    if (scope.cur.hasOwnProperty(name)) return;
+    scope = scope.prev;
+  }
+  fail("Accidental global: " + name, pos);
+}
+function checkProperty(name, pos) {
+  if (reserved.hasOwnProperty(name)) {
+    fail("Using a keyword or reserved word as a property: " + name, pos);
+  }
+}
+
+function walk(ast, scope) {
+  var tp = ast[0];
+  if (typeof tp != "string") tp = tp.name;
+  function sub(ast) { if (ast) walk(ast, scope); }
+  function subn(array) { if (array) array.forEach(sub); }
+  if (tp == "block" || tp == "splice" || tp == "toplevel" || tp == "array") {
+    subn(ast[1]);
+  } else if (tp == "var" || tp == "const") {
+    ast[1].forEach(function(def) { scope.cur[def[0]] = true; if (def[1]) sub(def[1]); });
+  } else if (tp == "try") {
+    subn(ast[1]);
+    if (ast[2]) { scope.cur[ast[2][0]] = true; subn(ast[2][1]); }
+    subn(ast[3]);
+  } else if (tp == "throw" || tp == "return" || tp == "dot" || tp == "stat") {
+    sub(ast[1]);
+  } else if (tp == "dot") {
+    sub(ast[1]);
+    checkProperty(ast[2], ast[0]);
+  } else if (tp == "new" || tp == "call") {
+    sub(ast[1]); subn(ast[2]);
+  } else if (tp == "switch") {
+    sub(ast[1]);
+    ast[2].forEach(function(part) { sub(part[0]); subn(part[1]); });
+  } else if (tp == "conditional" || tp == "if" || tp == "for" || tp == "for-in") {
+    sub(ast[1]); sub(ast[2]); sub(ast[3]); sub(ast[4]);
+  } else if (tp == "assign") {
+    if (ast[2][0].name == "name") checkVariable(scope, ast[2][1], ast[2][0]);
+    sub(ast[2]); sub(ast[3]);
+  } else if (tp == "function" || tp == "defun") {
+    if (tp == "defun") scope.cur[ast[1]] = true;
+    var nscope = {prev: scope, cur: {}};
+    ast[2].forEach(function(arg) { nscope.cur[arg] = true; });
+    ast[3].forEach(function(ast) { walk(ast, nscope); });
+  } else if (tp == "while" || tp == "do" || tp == "sub" || tp == "with") {
+    sub(ast[1]); sub(ast[2]);
+  } else if (tp == "binary" || tp == "unary-prefix" || tp == "unary-postfix" || tp == "label") {
+    if (/\+\+|--/.test(ast[1]) && ast[2][0].name == "name") checkVariable(scope, ast[2][1], ast[2][0]);
+    sub(ast[2]); sub(ast[3]);
+  } else if (tp == "object") {
+    ast[1].forEach(function(prop) {
+      if (prop.type != "string") checkProperty(prop[0], ast[0]);
+      sub(prop[1]); sub(prop[2]);
+    });
+  } else if (tp == "seq") {
+    subn(ast.slice(1));
+  } else if (tp == "name") {
+    if (reserved.hasOwnProperty(ast[1]) && !/^(?:null|true|false)$/.test(ast[1]))
+      fail("Using reserved word as variable name: " + ast[1], ast[0]);
+  }
+}
+
+var failed = false, curFile;
+function fail(msg, pos) {
+  if (typeof pos == "object") pos = pos.start.line + 1;
+  console.log(curFile + ": " + msg + (typeof pos == "number" ? " (" + pos + ")" : ""));
+  failed = true;
+}
+
+function checkFile(fileName) {
+  curFile = fileName.match(/[^\/+]*\.js$/)[0];
+  var file = fs.readFileSync(fileName, "utf8");
+  var badChar = file.match(/[\x00-\x08\x0b\x0c\x0e-\x19\uFEFF]/);
+  if (badChar) fail("Undesirable character " + badChar[0].charCodeAt(0) + " at position " + badChar.index);
+  if (/^#!/.test(file)) file = file.slice(file.indexOf("\n") + 1);
+  try {
+    var parsed = parse_js(file, true, true);
+  } catch(e) {
+    fail(e.message, e.line);
+    return;
+  }
+  walk(parsed, {prev: null, cur: {}});
+}
+
+function checkDir(dir) {
+  fs.readdirSync(dir).forEach(function(file) {
+    var fname = dir + "/" + file;
+    if (/\.js$/.test(file)) checkFile(fname);
+    else if (fs.lstatSync(fname).isDirectory()) checkDir(fname);
+  });
+}
+
+exports.checkDir = checkDir;
+exports.checkFile = checkFile;
+exports.success = function() { return !failed; };
diff --git a/components/originalComponents/static/admin/codemirror/test/lint/parse-js.js b/components/originalComponents/static/admin/codemirror/test/lint/parse-js.js
new file mode 100755
index 00000000..c165a273
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/lint/parse-js.js
@@ -0,0 +1,1372 @@
+/***********************************************************************
+
+  A JavaScript tokenizer / parser / beautifier / compressor.
+
+  This version is suitable for Node.js.  With minimal changes (the
+  exports stuff) it should work on any JS platform.
+
+  This file contains the tokenizer/parser.  It is a port to JavaScript
+  of parse-js [1], a JavaScript parser library written in Common Lisp
+  by Marijn Haverbeke.  Thank you Marijn!
+
+  [1] http://marijn.haverbeke.nl/parse-js/
+
+  Exported functions:
+
+    - tokenizer(code) -- returns a function.  Call the returned
+      function to fetch the next token.
+
+    - parse(code) -- returns an AST of the given JavaScript code.
+
+  -------------------------------- (C) ---------------------------------
+
+                           Author: Mihai Bazon
+                         <mihai.bazon@gmail.com>
+                       http://mihai.bazon.net/blog
+
+  Distributed under the BSD license:
+
+    Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+    Based on parse-js (http://marijn.haverbeke.nl/parse-js/).
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+        * Redistributions of source code must retain the above
+          copyright notice, this list of conditions and the following
+          disclaimer.
+
+        * Redistributions in binary form must reproduce the above
+          copyright notice, this list of conditions and the following
+          disclaimer in the documentation and/or other materials
+          provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
+    EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+    TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+    THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+ ***********************************************************************/
+
+/* -----[ Tokenizer (constants) ]----- */
+
+var KEYWORDS = array_to_hash([
+        "break",
+        "case",
+        "catch",
+        "const",
+        "continue",
+        "debugger",
+        "default",
+        "delete",
+        "do",
+        "else",
+        "finally",
+        "for",
+        "function",
+        "if",
+        "in",
+        "instanceof",
+        "new",
+        "return",
+        "switch",
+        "throw",
+        "try",
+        "typeof",
+        "var",
+        "void",
+        "while",
+        "with"
+]);
+
+var RESERVED_WORDS = array_to_hash([
+        "abstract",
+        "boolean",
+        "byte",
+        "char",
+        "class",
+        "double",
+        "enum",
+        "export",
+        "extends",
+        "final",
+        "float",
+        "goto",
+        "implements",
+        "import",
+        "int",
+        "interface",
+        "long",
+        "native",
+        "package",
+        "private",
+        "protected",
+        "public",
+        "short",
+        "static",
+        "super",
+        "synchronized",
+        "throws",
+        "transient",
+        "volatile"
+]);
+
+var KEYWORDS_BEFORE_EXPRESSION = array_to_hash([
+        "return",
+        "new",
+        "delete",
+        "throw",
+        "else",
+        "case"
+]);
+
+var KEYWORDS_ATOM = array_to_hash([
+        "false",
+        "null",
+        "true",
+        "undefined"
+]);
+
+var OPERATOR_CHARS = array_to_hash(characters("+-*&%=<>!?|~^"));
+
+var RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;
+var RE_OCT_NUMBER = /^0[0-7]+$/;
+var RE_DEC_NUMBER = /^\d*\.?\d*(?:e[+-]?\d*(?:\d\.?|\.?\d)\d*)?$/i;
+
+var OPERATORS = array_to_hash([
+        "in",
+        "instanceof",
+        "typeof",
+        "new",
+        "void",
+        "delete",
+        "++",
+        "--",
+        "+",
+        "-",
+        "!",
+        "~",
+        "&",
+        "|",
+        "^",
+        "*",
+        "/",
+        "%",
+        ">>",
+        "<<",
+        ">>>",
+        "<",
+        ">",
+        "<=",
+        ">=",
+        "==",
+        "===",
+        "!=",
+        "!==",
+        "?",
+        "=",
+        "+=",
+        "-=",
+        "/=",
+        "*=",
+        "%=",
+        ">>=",
+        "<<=",
+        ">>>=",
+        "|=",
+        "^=",
+        "&=",
+        "&&",
+        "||"
+]);
+
+var WHITESPACE_CHARS = array_to_hash(characters(" \u00a0\n\r\t\f\u000b\u200b\u180e\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u202f\u205f\u3000"));
+
+var PUNC_BEFORE_EXPRESSION = array_to_hash(characters("[{(,.;:"));
+
+var PUNC_CHARS = array_to_hash(characters("[]{}(),;:"));
+
+var REGEXP_MODIFIERS = array_to_hash(characters("gmsiy"));
+
+/* -----[ Tokenizer ]----- */
+
+var UNICODE = {  // Unicode 6.1
+        letter: new RegExp("[\\u0041-\\u005A\\u0061-\\u007A\\u00AA\\u00B5\\u00BA\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u08A0\\u08A2-\\u08AC\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097F\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C33\\u0C35-\\u0C39\\u0C3D\\u0C58\\u0C59\\u0C60\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D60\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E87\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA\\u0EAB\\u0EAD-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F4\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16EE-\\u16F0\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191C\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19C1-\\u19C7\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5\\u1CF6\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2160-\\u2188\\u2C00-\\u2C2E\\u2C30-\\u2C5E\\u2C60-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FCC\\uA000-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA697\\uA6A0-\\uA6EF\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA78E\\uA790-\\uA793\\uA7A0-\\uA7AA\\uA7F8-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA80-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]"),
+        combining_mark: new RegExp("[\\u0300-\\u036F\\u0483-\\u0487\\u0591-\\u05BD\\u05BF\\u05C1\\u05C2\\u05C4\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065F\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0859-\\u085B\\u08E4-\\u08FE\\u0900-\\u0903\\u093A-\\u093C\\u093E-\\u094F\\u0951-\\u0957\\u0962\\u0963\\u0981-\\u0983\\u09BC\\u09BE-\\u09C4\\u09C7\\u09C8\\u09CB-\\u09CD\\u09D7\\u09E2\\u09E3\\u0A01-\\u0A03\\u0A3C\\u0A3E-\\u0A42\\u0A47\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70\\u0A71\\u0A75\\u0A81-\\u0A83\\u0ABC\\u0ABE-\\u0AC5\\u0AC7-\\u0AC9\\u0ACB-\\u0ACD\\u0AE2\\u0AE3\\u0B01-\\u0B03\\u0B3C\\u0B3E-\\u0B44\\u0B47\\u0B48\\u0B4B-\\u0B4D\\u0B56\\u0B57\\u0B62\\u0B63\\u0B82\\u0BBE-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCD\\u0BD7\\u0C01-\\u0C03\\u0C3E-\\u0C44\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55\\u0C56\\u0C62\\u0C63\\u0C82\\u0C83\\u0CBC\\u0CBE-\\u0CC4\\u0CC6-\\u0CC8\\u0CCA-\\u0CCD\\u0CD5\\u0CD6\\u0CE2\\u0CE3\\u0D02\\u0D03\\u0D3E-\\u0D44\\u0D46-\\u0D48\\u0D4A-\\u0D4D\\u0D57\\u0D62\\u0D63\\u0D82\\u0D83\\u0DCA\\u0DCF-\\u0DD4\\u0DD6\\u0DD8-\\u0DDF\\u0DF2\\u0DF3\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB\\u0EBC\\u0EC8-\\u0ECD\\u0F18\\u0F19\\u0F35\\u0F37\\u0F39\\u0F3E\\u0F3F\\u0F71-\\u0F84\\u0F86\\u0F87\\u0F8D-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102B-\\u103E\\u1056-\\u1059\\u105E-\\u1060\\u1062-\\u1064\\u1067-\\u106D\\u1071-\\u1074\\u1082-\\u108D\\u108F\\u109A-\\u109D\\u135D-\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17B4-\\u17D3\\u17DD\\u180B-\\u180D\\u18A9\\u1920-\\u192B\\u1930-\\u193B\\u19B0-\\u19C0\\u19C8\\u19C9\\u1A17-\\u1A1B\\u1A55-\\u1A5E\\u1A60-\\u1A7C\\u1A7F\\u1B00-\\u1B04\\u1B34-\\u1B44\\u1B6B-\\u1B73\\u1B80-\\u1B82\\u1BA1-\\u1BAD\\u1BE6-\\u1BF3\\u1C24-\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE8\\u1CED\\u1CF2-\\u1CF4\\u1DC0-\\u1DE6\\u1DFC-\\u1DFF\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2CEF-\\u2CF1\\u2D7F\\u2DE0-\\u2DFF\\u302A-\\u302F\\u3099\\u309A\\uA66F\\uA674-\\uA67D\\uA69F\\uA6F0\\uA6F1\\uA802\\uA806\\uA80B\\uA823-\\uA827\\uA880\\uA881\\uA8B4-\\uA8C4\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA953\\uA980-\\uA983\\uA9B3-\\uA9C0\\uAA29-\\uAA36\\uAA43\\uAA4C\\uAA4D\\uAA7B\\uAAB0\\uAAB2-\\uAAB4\\uAAB7\\uAAB8\\uAABE\\uAABF\\uAAC1\\uAAEB-\\uAAEF\\uAAF5\\uAAF6\\uABE3-\\uABEA\\uABEC\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE26]"),
+        connector_punctuation: new RegExp("[\\u005F\\u203F\\u2040\\u2054\\uFE33\\uFE34\\uFE4D-\\uFE4F\\uFF3F]"),
+        digit: new RegExp("[\\u0030-\\u0039\\u0660-\\u0669\\u06F0-\\u06F9\\u07C0-\\u07C9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE6-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\u1040-\\u1049\\u1090-\\u1099\\u17E0-\\u17E9\\u1810-\\u1819\\u1946-\\u194F\\u19D0-\\u19D9\\u1A80-\\u1A89\\u1A90-\\u1A99\\u1B50-\\u1B59\\u1BB0-\\u1BB9\\u1C40-\\u1C49\\u1C50-\\u1C59\\uA620-\\uA629\\uA8D0-\\uA8D9\\uA900-\\uA909\\uA9D0-\\uA9D9\\uAA50-\\uAA59\\uABF0-\\uABF9\\uFF10-\\uFF19]")
+};
+
+function is_letter(ch) {
+        return UNICODE.letter.test(ch);
+};
+
+function is_digit(ch) {
+        ch = ch.charCodeAt(0);
+        return ch >= 48 && ch <= 57;
+};
+
+function is_unicode_digit(ch) {
+        return UNICODE.digit.test(ch);
+}
+
+function is_alphanumeric_char(ch) {
+        return is_digit(ch) || is_letter(ch);
+};
+
+function is_unicode_combining_mark(ch) {
+        return UNICODE.combining_mark.test(ch);
+};
+
+function is_unicode_connector_punctuation(ch) {
+        return UNICODE.connector_punctuation.test(ch);
+};
+
+function is_identifier_start(ch) {
+        return ch == "$" || ch == "_" || is_letter(ch);
+};
+
+function is_identifier_char(ch) {
+        return is_identifier_start(ch)
+                || is_unicode_combining_mark(ch)
+                || is_unicode_digit(ch)
+                || is_unicode_connector_punctuation(ch)
+                || ch == "\u200c" // zero-width non-joiner <ZWNJ>
+                || ch == "\u200d" // zero-width joiner <ZWJ> (in my ECMA-262 PDF, this is also 200c)
+        ;
+};
+
+function parse_js_number(num) {
+        if (RE_HEX_NUMBER.test(num)) {
+                return parseInt(num.substr(2), 16);
+        } else if (RE_OCT_NUMBER.test(num)) {
+                return parseInt(num.substr(1), 8);
+        } else if (RE_DEC_NUMBER.test(num)) {
+                return parseFloat(num);
+        }
+};
+
+function JS_Parse_Error(message, line, col, pos) {
+        this.message = message;
+        this.line = line + 1;
+        this.col = col + 1;
+        this.pos = pos + 1;
+        this.stack = new Error().stack;
+};
+
+JS_Parse_Error.prototype.toString = function() {
+        return this.message + " (line: " + this.line + ", col: " + this.col + ", pos: " + this.pos + ")" + "\n\n" + this.stack;
+};
+
+function js_error(message, line, col, pos) {
+        throw new JS_Parse_Error(message, line, col, pos);
+};
+
+function is_token(token, type, val) {
+        return token.type == type && (val == null || token.value == val);
+};
+
+var EX_EOF = {};
+
+function tokenizer($TEXT) {
+
+        var S = {
+                text            : $TEXT.replace(/\r\n?|[\n\u2028\u2029]/g, "\n").replace(/^\uFEFF/, ''),
+                pos             : 0,
+                tokpos          : 0,
+                line            : 0,
+                tokline         : 0,
+                col             : 0,
+                tokcol          : 0,
+                newline_before  : false,
+                regex_allowed   : false,
+                comments_before : []
+        };
+
+        function peek() { return S.text.charAt(S.pos); };
+
+        function next(signal_eof, in_string) {
+                var ch = S.text.charAt(S.pos++);
+                if (signal_eof && !ch)
+                        throw EX_EOF;
+                if (ch == "\n") {
+                        S.newline_before = S.newline_before || !in_string;
+                        ++S.line;
+                        S.col = 0;
+                } else {
+                        ++S.col;
+                }
+                return ch;
+        };
+
+        function eof() {
+                return !S.peek();
+        };
+
+        function find(what, signal_eof) {
+                var pos = S.text.indexOf(what, S.pos);
+                if (signal_eof && pos == -1) throw EX_EOF;
+                return pos;
+        };
+
+        function start_token() {
+                S.tokline = S.line;
+                S.tokcol = S.col;
+                S.tokpos = S.pos;
+        };
+
+        function token(type, value, is_comment) {
+                S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) ||
+                                   (type == "keyword" && HOP(KEYWORDS_BEFORE_EXPRESSION, value)) ||
+                                   (type == "punc" && HOP(PUNC_BEFORE_EXPRESSION, value)));
+                var ret = {
+                        type   : type,
+                        value  : value,
+                        line   : S.tokline,
+                        col    : S.tokcol,
+                        pos    : S.tokpos,
+                        endpos : S.pos,
+                        nlb    : S.newline_before
+                };
+                if (!is_comment) {
+                        ret.comments_before = S.comments_before;
+                        S.comments_before = [];
+                        // make note of any newlines in the comments that came before
+                        for (var i = 0, len = ret.comments_before.length; i < len; i++) {
+                                ret.nlb = ret.nlb || ret.comments_before[i].nlb;
+                        }
+                }
+                S.newline_before = false;
+                return ret;
+        };
+
+        function skip_whitespace() {
+                while (HOP(WHITESPACE_CHARS, peek()))
+                        next();
+        };
+
+        function read_while(pred) {
+                var ret = "", ch = peek(), i = 0;
+                while (ch && pred(ch, i++)) {
+                        ret += next();
+                        ch = peek();
+                }
+                return ret;
+        };
+
+        function parse_error(err) {
+                js_error(err, S.tokline, S.tokcol, S.tokpos);
+        };
+
+        function read_num(prefix) {
+                var has_e = false, after_e = false, has_x = false, has_dot = prefix == ".";
+                var num = read_while(function(ch, i){
+                        if (ch == "x" || ch == "X") {
+                                if (has_x) return false;
+                                return has_x = true;
+                        }
+                        if (!has_x && (ch == "E" || ch == "e")) {
+                                if (has_e) return false;
+                                return has_e = after_e = true;
+                        }
+                        if (ch == "-") {
+                                if (after_e || (i == 0 && !prefix)) return true;
+                                return false;
+                        }
+                        if (ch == "+") return after_e;
+                        after_e = false;
+                        if (ch == ".") {
+                                if (!has_dot && !has_x && !has_e)
+                                        return has_dot = true;
+                                return false;
+                        }
+                        return is_alphanumeric_char(ch);
+                });
+                if (prefix)
+                        num = prefix + num;
+                var valid = parse_js_number(num);
+                if (!isNaN(valid)) {
+                        return token("num", valid);
+                } else {
+                        parse_error("Invalid syntax: " + num);
+                }
+        };
+
+        function read_escaped_char(in_string) {
+                var ch = next(true, in_string);
+                switch (ch) {
+                    case "n" : return "\n";
+                    case "r" : return "\r";
+                    case "t" : return "\t";
+                    case "b" : return "\b";
+                    case "v" : return "\u000b";
+                    case "f" : return "\f";
+                    case "0" : return "\0";
+                    case "x" : return String.fromCharCode(hex_bytes(2));
+                    case "u" : return String.fromCharCode(hex_bytes(4));
+                    case "\n": return "";
+                    default  : return ch;
+                }
+        };
+
+        function hex_bytes(n) {
+                var num = 0;
+                for (; n > 0; --n) {
+                        var digit = parseInt(next(true), 16);
+                        if (isNaN(digit))
+                                parse_error("Invalid hex-character pattern in string");
+                        num = (num << 4) | digit;
+                }
+                return num;
+        };
+
+        function read_string() {
+                return with_eof_error("Unterminated string constant", function(){
+                        var quote = next(), ret = "";
+                        for (;;) {
+                                var ch = next(true);
+                                if (ch == "\\") {
+                                        // read OctalEscapeSequence (XXX: deprecated if "strict mode")
+                                        // https://github.com/mishoo/UglifyJS/issues/178
+                                        var octal_len = 0, first = null;
+                                        ch = read_while(function(ch){
+                                                if (ch >= "0" && ch <= "7") {
+                                                        if (!first) {
+                                                                first = ch;
+                                                                return ++octal_len;
+                                                        }
+                                                        else if (first <= "3" && octal_len <= 2) return ++octal_len;
+                                                        else if (first >= "4" && octal_len <= 1) return ++octal_len;
+                                                }
+                                                return false;
+                                        });
+                                        if (octal_len > 0) ch = String.fromCharCode(parseInt(ch, 8));
+                                        else ch = read_escaped_char(true);
+                                }
+                                else if (ch == quote) break;
+                                ret += ch;
+                        }
+                        return token("string", ret);
+                });
+        };
+
+        function read_line_comment() {
+                next();
+                var i = find("\n"), ret;
+                if (i == -1) {
+                        ret = S.text.substr(S.pos);
+                        S.pos = S.text.length;
+                } else {
+                        ret = S.text.substring(S.pos, i);
+                        S.pos = i;
+                }
+                return token("comment1", ret, true);
+        };
+
+        function read_multiline_comment() {
+                next();
+                return with_eof_error("Unterminated multiline comment", function(){
+                        var i = find("*/", true),
+                            text = S.text.substring(S.pos, i);
+                        S.pos = i + 2;
+                        S.line += text.split("\n").length - 1;
+                        S.newline_before = S.newline_before || text.indexOf("\n") >= 0;
+
+                        // https://github.com/mishoo/UglifyJS/issues/#issue/100
+                        if (/^@cc_on/i.test(text)) {
+                                warn("WARNING: at line " + S.line);
+                                warn("*** Found \"conditional comment\": " + text);
+                                warn("*** UglifyJS DISCARDS ALL COMMENTS.  This means your code might no longer work properly in Internet Explorer.");
+                        }
+
+                        return token("comment2", text, true);
+                });
+        };
+
+        function read_name() {
+                var backslash = false, name = "", ch, escaped = false, hex;
+                while ((ch = peek()) != null) {
+                        if (!backslash) {
+                                if (ch == "\\") escaped = backslash = true, next();
+                                else if (is_identifier_char(ch)) name += next();
+                                else break;
+                        }
+                        else {
+                                if (ch != "u") parse_error("Expecting UnicodeEscapeSequence -- uXXXX");
+                                ch = read_escaped_char();
+                                if (!is_identifier_char(ch)) parse_error("Unicode char: " + ch.charCodeAt(0) + " is not valid in identifier");
+                                name += ch;
+                                backslash = false;
+                        }
+                }
+                if (HOP(KEYWORDS, name) && escaped) {
+                        hex = name.charCodeAt(0).toString(16).toUpperCase();
+                        name = "\\u" + "0000".substr(hex.length) + hex + name.slice(1);
+                }
+                return name;
+        };
+
+        function read_regexp(regexp) {
+                return with_eof_error("Unterminated regular expression", function(){
+                        var prev_backslash = false, ch, in_class = false;
+                        while ((ch = next(true))) if (prev_backslash) {
+                                regexp += "\\" + ch;
+                                prev_backslash = false;
+                        } else if (ch == "[") {
+                                in_class = true;
+                                regexp += ch;
+                        } else if (ch == "]" && in_class) {
+                                in_class = false;
+                                regexp += ch;
+                        } else if (ch == "/" && !in_class) {
+                                break;
+                        } else if (ch == "\\") {
+                                prev_backslash = true;
+                        } else {
+                                regexp += ch;
+                        }
+                        var mods = read_name();
+                        return token("regexp", [ regexp, mods ]);
+                });
+        };
+
+        function read_operator(prefix) {
+                function grow(op) {
+                        if (!peek()) return op;
+                        var bigger = op + peek();
+                        if (HOP(OPERATORS, bigger)) {
+                                next();
+                                return grow(bigger);
+                        } else {
+                                return op;
+                        }
+                };
+                return token("operator", grow(prefix || next()));
+        };
+
+        function handle_slash() {
+                next();
+                var regex_allowed = S.regex_allowed;
+                switch (peek()) {
+                    case "/":
+                        S.comments_before.push(read_line_comment());
+                        S.regex_allowed = regex_allowed;
+                        return next_token();
+                    case "*":
+                        S.comments_before.push(read_multiline_comment());
+                        S.regex_allowed = regex_allowed;
+                        return next_token();
+                }
+                return S.regex_allowed ? read_regexp("") : read_operator("/");
+        };
+
+        function handle_dot() {
+                next();
+                return is_digit(peek())
+                        ? read_num(".")
+                        : token("punc", ".");
+        };
+
+        function read_word() {
+                var word = read_name();
+                return !HOP(KEYWORDS, word)
+                        ? token("name", word)
+                        : HOP(OPERATORS, word)
+                        ? token("operator", word)
+                        : HOP(KEYWORDS_ATOM, word)
+                        ? token("atom", word)
+                        : token("keyword", word);
+        };
+
+        function with_eof_error(eof_error, cont) {
+                try {
+                        return cont();
+                } catch(ex) {
+                        if (ex === EX_EOF) parse_error(eof_error);
+                        else throw ex;
+                }
+        };
+
+        function next_token(force_regexp) {
+                if (force_regexp != null)
+                        return read_regexp(force_regexp);
+                skip_whitespace();
+                start_token();
+                var ch = peek();
+                if (!ch) return token("eof");
+                if (is_digit(ch)) return read_num();
+                if (ch == '"' || ch == "'") return read_string();
+                if (HOP(PUNC_CHARS, ch)) return token("punc", next());
+                if (ch == ".") return handle_dot();
+                if (ch == "/") return handle_slash();
+                if (HOP(OPERATOR_CHARS, ch)) return read_operator();
+                if (ch == "\\" || is_identifier_start(ch)) return read_word();
+                parse_error("Unexpected character '" + ch + "'");
+        };
+
+        next_token.context = function(nc) {
+                if (nc) S = nc;
+                return S;
+        };
+
+        return next_token;
+
+};
+
+/* -----[ Parser (constants) ]----- */
+
+var UNARY_PREFIX = array_to_hash([
+        "typeof",
+        "void",
+        "delete",
+        "--",
+        "++",
+        "!",
+        "~",
+        "-",
+        "+"
+]);
+
+var UNARY_POSTFIX = array_to_hash([ "--", "++" ]);
+
+var ASSIGNMENT = (function(a, ret, i){
+        while (i < a.length) {
+                ret[a[i]] = a[i].substr(0, a[i].length - 1);
+                i++;
+        }
+        return ret;
+})(
+        ["+=", "-=", "/=", "*=", "%=", ">>=", "<<=", ">>>=", "|=", "^=", "&="],
+        { "=": true },
+        0
+);
+
+var PRECEDENCE = (function(a, ret){
+        for (var i = 0, n = 1; i < a.length; ++i, ++n) {
+                var b = a[i];
+                for (var j = 0; j < b.length; ++j) {
+                        ret[b[j]] = n;
+                }
+        }
+        return ret;
+})(
+        [
+                ["||"],
+                ["&&"],
+                ["|"],
+                ["^"],
+                ["&"],
+                ["==", "===", "!=", "!=="],
+                ["<", ">", "<=", ">=", "in", "instanceof"],
+                [">>", "<<", ">>>"],
+                ["+", "-"],
+                ["*", "/", "%"]
+        ],
+        {}
+);
+
+var STATEMENTS_WITH_LABELS = array_to_hash([ "for", "do", "while", "switch" ]);
+
+var ATOMIC_START_TOKEN = array_to_hash([ "atom", "num", "string", "regexp", "name" ]);
+
+/* -----[ Parser ]----- */
+
+function NodeWithToken(str, start, end) {
+        this.name = str;
+        this.start = start;
+        this.end = end;
+};
+
+NodeWithToken.prototype.toString = function() { return this.name; };
+
+function parse($TEXT, exigent_mode, embed_tokens) {
+
+        var S = {
+                input         : typeof $TEXT == "string" ? tokenizer($TEXT, true) : $TEXT,
+                token         : null,
+                prev          : null,
+                peeked        : null,
+                in_function   : 0,
+                in_directives : true,
+                in_loop       : 0,
+                labels        : []
+        };
+
+        S.token = next();
+
+        function is(type, value) {
+                return is_token(S.token, type, value);
+        };
+
+        function peek() { return S.peeked || (S.peeked = S.input()); };
+
+        function next() {
+                S.prev = S.token;
+                if (S.peeked) {
+                        S.token = S.peeked;
+                        S.peeked = null;
+                } else {
+                        S.token = S.input();
+                }
+                S.in_directives = S.in_directives && (
+                        S.token.type == "string" || is("punc", ";")
+                );
+                return S.token;
+        };
+
+        function prev() {
+                return S.prev;
+        };
+
+        function croak(msg, line, col, pos) {
+                var ctx = S.input.context();
+                js_error(msg,
+                         line != null ? line : ctx.tokline,
+                         col != null ? col : ctx.tokcol,
+                         pos != null ? pos : ctx.tokpos);
+        };
+
+        function token_error(token, msg) {
+                croak(msg, token.line, token.col);
+        };
+
+        function unexpected(token) {
+                if (token == null)
+                        token = S.token;
+                token_error(token, "Unexpected token: " + token.type + " (" + token.value + ")");
+        };
+
+        function expect_token(type, val) {
+                if (is(type, val)) {
+                        return next();
+                }
+                token_error(S.token, "Unexpected token " + S.token.type + ", expected " + type);
+        };
+
+        function expect(punc) { return expect_token("punc", punc); };
+
+        function can_insert_semicolon() {
+                return !exigent_mode && (
+                        S.token.nlb || is("eof") || is("punc", "}")
+                );
+        };
+
+        function semicolon() {
+                if (is("punc", ";")) next();
+                else if (!can_insert_semicolon()) unexpected();
+        };
+
+        function as() {
+                return slice(arguments);
+        };
+
+        function parenthesised() {
+                expect("(");
+                var ex = expression();
+                expect(")");
+                return ex;
+        };
+
+        function add_tokens(str, start, end) {
+                return str instanceof NodeWithToken ? str : new NodeWithToken(str, start, end);
+        };
+
+        function maybe_embed_tokens(parser) {
+                if (embed_tokens) return function() {
+                        var start = S.token;
+                        var ast = parser.apply(this, arguments);
+                        ast[0] = add_tokens(ast[0], start, prev());
+                        return ast;
+                };
+                else return parser;
+        };
+
+        var statement = maybe_embed_tokens(function() {
+                if (is("operator", "/") || is("operator", "/=")) {
+                        S.peeked = null;
+                        S.token = S.input(S.token.value.substr(1)); // force regexp
+                }
+                switch (S.token.type) {
+                    case "string":
+                        var dir = S.in_directives, stat = simple_statement();
+                        if (dir && stat[1][0] == "string" && !is("punc", ","))
+                            return as("directive", stat[1][1]);
+                        return stat;
+                    case "num":
+                    case "regexp":
+                    case "operator":
+                    case "atom":
+                        return simple_statement();
+
+                    case "name":
+                        return is_token(peek(), "punc", ":")
+                                ? labeled_statement(prog1(S.token.value, next, next))
+                                : simple_statement();
+
+                    case "punc":
+                        switch (S.token.value) {
+                            case "{":
+                                return as("block", block_());
+                            case "[":
+                            case "(":
+                                return simple_statement();
+                            case ";":
+                                next();
+                                return as("block");
+                            default:
+                                unexpected();
+                        }
+
+                    case "keyword":
+                        switch (prog1(S.token.value, next)) {
+                            case "break":
+                                return break_cont("break");
+
+                            case "continue":
+                                return break_cont("continue");
+
+                            case "debugger":
+                                semicolon();
+                                return as("debugger");
+
+                            case "do":
+                                return (function(body){
+                                        expect_token("keyword", "while");
+                                        return as("do", prog1(parenthesised, semicolon), body);
+                                })(in_loop(statement));
+
+                            case "for":
+                                return for_();
+
+                            case "function":
+                                return function_(true);
+
+                            case "if":
+                                return if_();
+
+                            case "return":
+                                if (S.in_function == 0)
+                                        croak("'return' outside of function");
+                                return as("return",
+                                          is("punc", ";")
+                                          ? (next(), null)
+                                          : can_insert_semicolon()
+                                          ? null
+                                          : prog1(expression, semicolon));
+
+                            case "switch":
+                                return as("switch", parenthesised(), switch_block_());
+
+                            case "throw":
+                                if (S.token.nlb)
+                                        croak("Illegal newline after 'throw'");
+                                return as("throw", prog1(expression, semicolon));
+
+                            case "try":
+                                return try_();
+
+                            case "var":
+                                return prog1(var_, semicolon);
+
+                            case "const":
+                                return prog1(const_, semicolon);
+
+                            case "while":
+                                return as("while", parenthesised(), in_loop(statement));
+
+                            case "with":
+                                return as("with", parenthesised(), statement());
+
+                            default:
+                                unexpected();
+                        }
+                }
+        });
+
+        function labeled_statement(label) {
+                S.labels.push(label);
+                var start = S.token, stat = statement();
+                if (exigent_mode && !HOP(STATEMENTS_WITH_LABELS, stat[0]))
+                        unexpected(start);
+                S.labels.pop();
+                return as("label", label, stat);
+        };
+
+        function simple_statement() {
+                return as("stat", prog1(expression, semicolon));
+        };
+
+        function break_cont(type) {
+                var name;
+                if (!can_insert_semicolon()) {
+                        name = is("name") ? S.token.value : null;
+                }
+                if (name != null) {
+                        next();
+                        if (!member(name, S.labels))
+                                croak("Label " + name + " without matching loop or statement");
+                }
+                else if (S.in_loop == 0)
+                        croak(type + " not inside a loop or switch");
+                semicolon();
+                return as(type, name);
+        };
+
+        function for_() {
+                expect("(");
+                var init = null;
+                if (!is("punc", ";")) {
+                        init = is("keyword", "var")
+                                ? (next(), var_(true))
+                                : expression(true, true);
+                        if (is("operator", "in")) {
+                                if (init[0] == "var" && init[1].length > 1)
+                                        croak("Only one variable declaration allowed in for..in loop");
+                                return for_in(init);
+                        }
+                }
+                return regular_for(init);
+        };
+
+        function regular_for(init) {
+                expect(";");
+                var test = is("punc", ";") ? null : expression();
+                expect(";");
+                var step = is("punc", ")") ? null : expression();
+                expect(")");
+                return as("for", init, test, step, in_loop(statement));
+        };
+
+        function for_in(init) {
+                var lhs = init[0] == "var" ? as("name", init[1][0]) : init;
+                next();
+                var obj = expression();
+                expect(")");
+                return as("for-in", init, lhs, obj, in_loop(statement));
+        };
+
+        var function_ = function(in_statement) {
+                var name = is("name") ? prog1(S.token.value, next) : null;
+                if (in_statement && !name)
+                        unexpected();
+                expect("(");
+                return as(in_statement ? "defun" : "function",
+                          name,
+                          // arguments
+                          (function(first, a){
+                                  while (!is("punc", ")")) {
+                                          if (first) first = false; else expect(",");
+                                          if (!is("name")) unexpected();
+                                          a.push(S.token.value);
+                                          next();
+                                  }
+                                  next();
+                                  return a;
+                          })(true, []),
+                          // body
+                          (function(){
+                                  ++S.in_function;
+                                  var loop = S.in_loop;
+                                  S.in_directives = true;
+                                  S.in_loop = 0;
+                                  var a = block_();
+                                  --S.in_function;
+                                  S.in_loop = loop;
+                                  return a;
+                          })());
+        };
+
+        function if_() {
+                var cond = parenthesised(), body = statement(), belse;
+                if (is("keyword", "else")) {
+                        next();
+                        belse = statement();
+                }
+                return as("if", cond, body, belse);
+        };
+
+        function block_() {
+                expect("{");
+                var a = [];
+                while (!is("punc", "}")) {
+                        if (is("eof")) unexpected();
+                        a.push(statement());
+                }
+                next();
+                return a;
+        };
+
+        var switch_block_ = curry(in_loop, function(){
+                expect("{");
+                var a = [], cur = null;
+                while (!is("punc", "}")) {
+                        if (is("eof")) unexpected();
+                        if (is("keyword", "case")) {
+                                next();
+                                cur = [];
+                                a.push([ expression(), cur ]);
+                                expect(":");
+                        }
+                        else if (is("keyword", "default")) {
+                                next();
+                                expect(":");
+                                cur = [];
+                                a.push([ null, cur ]);
+                        }
+                        else {
+                                if (!cur) unexpected();
+                                cur.push(statement());
+                        }
+                }
+                next();
+                return a;
+        });
+
+        function try_() {
+                var body = block_(), bcatch, bfinally;
+                if (is("keyword", "catch")) {
+                        next();
+                        expect("(");
+                        if (!is("name"))
+                                croak("Name expected");
+                        var name = S.token.value;
+                        next();
+                        expect(")");
+                        bcatch = [ name, block_() ];
+                }
+                if (is("keyword", "finally")) {
+                        next();
+                        bfinally = block_();
+                }
+                if (!bcatch && !bfinally)
+                        croak("Missing catch/finally blocks");
+                return as("try", body, bcatch, bfinally);
+        };
+
+        function vardefs(no_in) {
+                var a = [];
+                for (;;) {
+                        if (!is("name"))
+                                unexpected();
+                        var name = S.token.value;
+                        next();
+                        if (is("operator", "=")) {
+                                next();
+                                a.push([ name, expression(false, no_in) ]);
+                        } else {
+                                a.push([ name ]);
+                        }
+                        if (!is("punc", ","))
+                                break;
+                        next();
+                }
+                return a;
+        };
+
+        function var_(no_in) {
+                return as("var", vardefs(no_in));
+        };
+
+        function const_() {
+                return as("const", vardefs());
+        };
+
+        function new_() {
+                var newexp = expr_atom(false), args;
+                if (is("punc", "(")) {
+                        next();
+                        args = expr_list(")");
+                } else {
+                        args = [];
+                }
+                return subscripts(as("new", newexp, args), true);
+        };
+
+        var expr_atom = maybe_embed_tokens(function(allow_calls) {
+                if (is("operator", "new")) {
+                        next();
+                        return new_();
+                }
+                if (is("punc")) {
+                        switch (S.token.value) {
+                            case "(":
+                                next();
+                                return subscripts(prog1(expression, curry(expect, ")")), allow_calls);
+                            case "[":
+                                next();
+                                return subscripts(array_(), allow_calls);
+                            case "{":
+                                next();
+                                return subscripts(object_(), allow_calls);
+                        }
+                        unexpected();
+                }
+                if (is("keyword", "function")) {
+                        next();
+                        return subscripts(function_(false), allow_calls);
+                }
+                if (HOP(ATOMIC_START_TOKEN, S.token.type)) {
+                        var atom = S.token.type == "regexp"
+                                ? as("regexp", S.token.value[0], S.token.value[1])
+                                : as(S.token.type, S.token.value);
+                        return subscripts(prog1(atom, next), allow_calls);
+                }
+                unexpected();
+        });
+
+        function expr_list(closing, allow_trailing_comma, allow_empty) {
+                var first = true, a = [];
+                while (!is("punc", closing)) {
+                        if (first) first = false; else expect(",");
+                        if (allow_trailing_comma && is("punc", closing)) break;
+                        if (is("punc", ",") && allow_empty) {
+                                a.push([ "atom", "undefined" ]);
+                        } else {
+                                a.push(expression(false));
+                        }
+                }
+                next();
+                return a;
+        };
+
+        function array_() {
+                return as("array", expr_list("]", !exigent_mode, true));
+        };
+
+        function object_() {
+                var first = true, a = [];
+                while (!is("punc", "}")) {
+                        if (first) first = false; else expect(",");
+                        if (!exigent_mode && is("punc", "}"))
+                                // allow trailing comma
+                                break;
+                        var type = S.token.type;
+                        var name = as_property_name();
+                        if (type == "name" && (name == "get" || name == "set") && !is("punc", ":")) {
+                                a.push([ as_name(), function_(false), name ]);
+                        } else {
+                                expect(":");
+                                a.push([ name, expression(false) ]);
+                        }
+                        // FIXME [!!] Line not in original parse-js,
+                        // added to be able to warn about unquoted
+                        // keyword properties
+                        a[a.length - 1].type = type;
+                }
+                next();
+                return as("object", a);
+        };
+
+        function as_property_name() {
+                switch (S.token.type) {
+                    case "num":
+                    case "string":
+                        return prog1(S.token.value, next);
+                }
+                return as_name();
+        };
+
+        function as_name() {
+                switch (S.token.type) {
+                    case "name":
+                    case "operator":
+                    case "keyword":
+                    case "atom":
+                        return prog1(S.token.value, next);
+                    default:
+                        unexpected();
+                }
+        };
+
+        function subscripts(expr, allow_calls) {
+                if (is("punc", ".")) {
+                        next();
+                        return subscripts(as("dot", expr, as_name()), allow_calls);
+                }
+                if (is("punc", "[")) {
+                        next();
+                        return subscripts(as("sub", expr, prog1(expression, curry(expect, "]"))), allow_calls);
+                }
+                if (allow_calls && is("punc", "(")) {
+                        next();
+                        return subscripts(as("call", expr, expr_list(")")), true);
+                }
+                return expr;
+        };
+
+        function maybe_unary(allow_calls) {
+                if (is("operator") && HOP(UNARY_PREFIX, S.token.value)) {
+                        return make_unary("unary-prefix",
+                                          prog1(S.token.value, next),
+                                          maybe_unary(allow_calls));
+                }
+                var val = expr_atom(allow_calls);
+                while (is("operator") && HOP(UNARY_POSTFIX, S.token.value) && !S.token.nlb) {
+                        val = make_unary("unary-postfix", S.token.value, val);
+                        next();
+                }
+                return val;
+        };
+
+        function make_unary(tag, op, expr) {
+                if ((op == "++" || op == "--") && !is_assignable(expr))
+                        croak("Invalid use of " + op + " operator");
+                return as(tag, op, expr);
+        };
+
+        function expr_op(left, min_prec, no_in) {
+                var op = is("operator") ? S.token.value : null;
+                if (op && op == "in" && no_in) op = null;
+                var prec = op != null ? PRECEDENCE[op] : null;
+                if (prec != null && prec > min_prec) {
+                        next();
+                        var right = expr_op(maybe_unary(true), prec, no_in);
+                        return expr_op(as("binary", op, left, right), min_prec, no_in);
+                }
+                return left;
+        };
+
+        function expr_ops(no_in) {
+                return expr_op(maybe_unary(true), 0, no_in);
+        };
+
+        function maybe_conditional(no_in) {
+                var expr = expr_ops(no_in);
+                if (is("operator", "?")) {
+                        next();
+                        var yes = expression(false);
+                        expect(":");
+                        return as("conditional", expr, yes, expression(false, no_in));
+                }
+                return expr;
+        };
+
+        function is_assignable(expr) {
+                if (!exigent_mode) return true;
+                switch (expr[0]+"") {
+                    case "dot":
+                    case "sub":
+                    case "new":
+                    case "call":
+                        return true;
+                    case "name":
+                        return expr[1] != "this";
+                }
+        };
+
+        function maybe_assign(no_in) {
+                var left = maybe_conditional(no_in), val = S.token.value;
+                if (is("operator") && HOP(ASSIGNMENT, val)) {
+                        if (is_assignable(left)) {
+                                next();
+                                return as("assign", ASSIGNMENT[val], left, maybe_assign(no_in));
+                        }
+                        croak("Invalid assignment");
+                }
+                return left;
+        };
+
+        var expression = maybe_embed_tokens(function(commas, no_in) {
+                if (arguments.length == 0)
+                        commas = true;
+                var expr = maybe_assign(no_in);
+                if (commas && is("punc", ",")) {
+                        next();
+                        return as("seq", expr, expression(true, no_in));
+                }
+                return expr;
+        });
+
+        function in_loop(cont) {
+                try {
+                        ++S.in_loop;
+                        return cont();
+                } finally {
+                        --S.in_loop;
+                }
+        };
+
+        return as("toplevel", (function(a){
+                while (!is("eof"))
+                        a.push(statement());
+                return a;
+        })([]));
+
+};
+
+/* -----[ Utilities ]----- */
+
+function curry(f) {
+        var args = slice(arguments, 1);
+        return function() { return f.apply(this, args.concat(slice(arguments))); };
+};
+
+function prog1(ret) {
+        if (ret instanceof Function)
+                ret = ret();
+        for (var i = 1, n = arguments.length; --n > 0; ++i)
+                arguments[i]();
+        return ret;
+};
+
+function array_to_hash(a) {
+        var ret = {};
+        for (var i = 0; i < a.length; ++i)
+                ret[a[i]] = true;
+        return ret;
+};
+
+function slice(a, start) {
+        return Array.prototype.slice.call(a, start || 0);
+};
+
+function characters(str) {
+        return str.split("");
+};
+
+function member(name, array) {
+        for (var i = array.length; --i >= 0;)
+                if (array[i] == name)
+                        return true;
+        return false;
+};
+
+function HOP(obj, prop) {
+        return Object.prototype.hasOwnProperty.call(obj, prop);
+};
+
+var warn = function() {};
+
+/* -----[ Exports ]----- */
+
+exports.tokenizer = tokenizer;
+exports.parse = parse;
+exports.slice = slice;
+exports.curry = curry;
+exports.member = member;
+exports.array_to_hash = array_to_hash;
+exports.PRECEDENCE = PRECEDENCE;
+exports.KEYWORDS_ATOM = KEYWORDS_ATOM;
+exports.RESERVED_WORDS = RESERVED_WORDS;
+exports.KEYWORDS = KEYWORDS;
+exports.ATOMIC_START_TOKEN = ATOMIC_START_TOKEN;
+exports.OPERATORS = OPERATORS;
+exports.is_alphanumeric_char = is_alphanumeric_char;
+exports.is_identifier_start = is_identifier_start;
+exports.is_identifier_char = is_identifier_char;
+exports.set_logger = function(logger) {
+        warn = logger;
+};
+
+// Local variables:
+// js-indent-level: 8
+// End:
diff --git a/components/originalComponents/static/admin/codemirror/test/mode_test.css b/components/originalComponents/static/admin/codemirror/test/mode_test.css
new file mode 100755
index 00000000..1ac66737
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/mode_test.css
@@ -0,0 +1,10 @@
+.mt-output .mt-token {
+  border: 1px solid #ddd;
+  white-space: pre;
+  font-family: "Consolas", monospace;
+  text-align: center;
+}
+
+.mt-output .mt-style {
+  font-size: x-small;
+}
diff --git a/components/originalComponents/static/admin/codemirror/test/mode_test.js b/components/originalComponents/static/admin/codemirror/test/mode_test.js
new file mode 100755
index 00000000..8d9df65e
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/mode_test.js
@@ -0,0 +1,203 @@
+/**
+ * Helper to test CodeMirror highlighting modes. It pretty prints output of the
+ * highlighter and can check against expected styles.
+ *
+ * See test.html in the stex mode for examples.
+ */
+ModeTest = {};
+
+ModeTest.modeOptions = {};
+ModeTest.modeName = CodeMirror.defaults.mode;
+
+/* keep track of results for printSummary */
+ModeTest.testCount = 0;
+ModeTest.passes = 0;
+
+/**
+ * Run a test; prettyprints the results using document.write().
+ * 
+ * @param name Name of test
+ * @param text String to highlight.
+ * @param expected Expected styles and tokens: Array(style, token, [style, token,...])
+ * @param modeName
+ * @param modeOptions
+ * @param expectedFail
+ */
+ModeTest.testMode = function(name, text, expected, modeName, modeOptions, expectedFail) {
+  ModeTest.testCount += 1;
+  
+  if (!modeName) modeName = ModeTest.modeName;
+  
+  if (!modeOptions) modeOptions = ModeTest.modeOptions;
+
+  var mode = CodeMirror.getMode(modeOptions, modeName);
+
+  if (expected.length < 0) {
+    throw "must have text for test (" + name + ")";
+  }
+  if (expected.length % 2 != 0) {
+    throw "must have text for test (" + name + ") plus expected (style, token) pairs";
+  }
+  return test(
+    modeName + "_" + name,
+    function(){
+      return ModeTest.compare(text, expected, mode);
+    },
+    expectedFail
+  );
+  
+}
+
+ModeTest.compare = function (text, arguments, mode) {
+
+  var expectedOutput = [];
+  for (var i = 0; i < arguments.length; i += 2) {
+    arguments[i] = (arguments[i] != null ? arguments[i].split(' ').sort().join(' ') : arguments[i]);
+    expectedOutput.push([arguments[i],arguments[i + 1]]);
+  }
+
+  var observedOutput = ModeTest.highlight(text, mode)
+
+  var pass, passStyle = "";
+  if (expectedOutput.length > 0) {
+    pass = ModeTest.highlightOutputsEqual(expectedOutput, observedOutput);
+    passStyle = pass ? 'mt-pass' : 'mt-fail';
+    ModeTest.passes += pass ? 1 : 0;
+  }
+
+  var s = '';
+  if (pass || expectedOutput.length == 0) {
+    s += '<div class="mt-test ' + passStyle + '">';
+    s +=   '<pre>' + ModeTest.htmlEscape(text) + '</pre>';
+    s +=   '<div class="cm-s-default">';
+    s +=   ModeTest.prettyPrintOutputTable(observedOutput);
+    s +=   '</div>';
+    s += '</div>';
+    return s;
+  } else {
+    s += '<div class="mt-test ' + passStyle + '">';
+    s +=   '<pre>' + ModeTest.htmlEscape(text) + '</pre>';
+    s +=   '<div class="cm-s-default">';
+    s += 'expected:';
+    s +=   ModeTest.prettyPrintOutputTable(expectedOutput);
+    s += 'observed:';
+    s +=   ModeTest.prettyPrintOutputTable(observedOutput);
+    s +=   '</div>';
+    s += '</div>';
+    throw s;
+  }
+}
+
+/**
+ * Emulation of CodeMirror's internal highlight routine for testing. Multi-line
+ * input is supported.
+ *
+ * @param string to highlight
+ *
+ * @param mode the mode that will do the actual highlighting
+ *
+ * @return array of [style, token] pairs
+ */
+ModeTest.highlight = function(string, mode) {
+  var state = mode.startState()
+
+  var lines = string.replace(/\r\n/g,'\n').split('\n');
+  var output = [];
+  for (var i = 0; i < lines.length; ++i) {
+    var line = lines[i];
+    var stream = new CodeMirror.StringStream(line);
+    if (line == "" && mode.blankLine) mode.blankLine(state);
+    var pos = 0;
+    var st = [];
+    /* Start copied code from CodeMirror.highlight */
+    while (!stream.eol()) {
+      var style = mode.token(stream, state), substr = stream.current();
+      stream.start = stream.pos;
+      if (pos && st[pos-1] == style) {
+        st[pos-2] += substr;
+      } else if (substr) {
+        st[pos++] = substr; st[pos++] = style;
+      }
+      // Give up when line is ridiculously long
+      if (stream.pos > 5000) {
+        st[pos++] = this.text.slice(stream.pos); st[pos++] = null;
+        break;
+      }
+    }
+    /* End copied code from CodeMirror.highlight */
+    for (var x = 0; x < st.length; x += 2) {
+      st[x + 1] = (st[x + 1] != null ? st[x + 1].split(' ').sort().join(' ') : st[x + 1]);
+      output.push([st[x + 1], st[x]]);
+    }
+  }
+
+  return output;
+}
+
+/**
+ * Compare two arrays of output from ModeTest.highlight.
+ *
+ * @param o1 array of [style, token] pairs
+ *
+ * @param o2 array of [style, token] pairs
+ *
+ * @return boolean; true iff outputs equal
+ */
+ModeTest.highlightOutputsEqual = function(o1, o2) {
+  var eq = (o1.length == o2.length);
+  if (eq) {
+    for (var j in o1) {
+      eq = eq &&
+        o1[j].length == 2 && o1[j][0] == o2[j][0] && o1[j][1] == o2[j][1];
+    }
+  }
+  return eq;
+}
+
+/**
+ * Print tokens and corresponding styles in a table. Spaces in the token are
+ * replaced with 'interpunct' dots (&middot;).
+ *
+ * @param output array of [style, token] pairs
+ *
+ * @return html string
+ */
+ModeTest.prettyPrintOutputTable = function(output) {
+  var s = '<table class="mt-output">';
+  s += '<tr>';
+  for (var i = 0; i < output.length; ++i) {
+    var token = output[i];
+    s +=
+      '<td class="mt-token">' +
+        '<span class="cm-' + String(token[0]).replace(/ +/g, " cm-") + '">' +
+          ModeTest.htmlEscape(token[1]).replace(/ /g,'&middot;') +
+        '</span>' +
+      '</td>';
+  }
+  s += '</tr><tr>';
+  for (var i = 0; i < output.length; ++i) {
+    var token = output[i];
+    s +=
+      '<td class="mt-style"><span>' + token[0] + '</span></td>';
+  }
+  s += '</table>';
+  return s;
+}
+
+/**
+ * Print how many tests have run so far and how many of those passed.
+ */
+ModeTest.printSummary = function() {
+  ModeTest.runTests(ModeTest.displayTest);
+  document.write(ModeTest.passes + ' passes for ' + ModeTest.testCount + ' tests');
+}
+
+/**
+ * Basic HTML escaping.
+ */
+ModeTest.htmlEscape = function(str) {
+  str = str.toString();
+  return str.replace(/[<&]/g,
+      function(str) {return str == "&" ? "&amp;" : "&lt;";});
+}
+
diff --git a/components/originalComponents/static/admin/codemirror/test/phantom_driver.js b/components/originalComponents/static/admin/codemirror/test/phantom_driver.js
new file mode 100755
index 00000000..e5072946
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/phantom_driver.js
@@ -0,0 +1,30 @@
+var page = require('webpage').create();
+
+page.open("http://localhost:3000/test/index.html", function (status) {
+  if (status != "success") {
+    console.log("page couldn't be loaded successfully");
+    phantom.exit(1);
+  }
+  waitFor(function () {
+    return page.evaluate(function () {
+      var output = document.getElementById('status');
+      if (!output) { return false; }
+      return (/^(\d+ failures?|all passed)/i).test(output.innerText);
+    });
+  }, function () {
+    var failed = page.evaluate(function () { return window.failed; });
+    var output = page.evaluate(function () {
+      return document.getElementById('status').innerText;
+    });
+    console.log(output);
+    phantom.exit(failed > 0 ? 1 : 0);
+  });
+});
+
+function waitFor (test, cb) {
+  if (test()) {
+    cb();
+  } else {
+    setTimeout(function () { waitFor(test, cb); }, 250);
+  }
+}
diff --git a/components/originalComponents/static/admin/codemirror/test/run.js b/components/originalComponents/static/admin/codemirror/test/run.js
new file mode 100755
index 00000000..8c7649a1
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/run.js
@@ -0,0 +1,32 @@
+#!/usr/bin/env node
+
+var lint = require("./lint/lint");
+
+lint.checkDir("mode");
+lint.checkDir("lib");
+
+var ok = lint.success();
+
+var files = new (require('node-static').Server)('.');
+
+var server = require('http').createServer(function (req, res) {
+  req.addListener('end', function () {
+    files.serve(req, res);
+  });
+}).addListener('error', function (err) {
+  throw err;
+}).listen(3000, function () {
+  var child_process = require('child_process');
+  child_process.exec("which phantomjs", function (err) {
+    if (err) {
+      console.error("PhantomJS is not installed. Download from http://phantomjs.org");
+      process.exit(1);
+    }
+    var cmd = 'phantomjs test/phantom_driver.js';
+    child_process.exec(cmd, function (err, stdout) {
+      server.close();
+      console.log(stdout);
+      process.exit(err || !ok ? 1 : 0);
+    });
+  });
+});
diff --git a/components/originalComponents/static/admin/codemirror/test/test.js b/components/originalComponents/static/admin/codemirror/test/test.js
new file mode 100755
index 00000000..9fb4016a
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/test/test.js
@@ -0,0 +1,677 @@
+function forEach(arr, f) {
+  for (var i = 0, e = arr.length; i < e; ++i) f(arr[i]);
+}
+
+function addDoc(cm, width, height) {
+  var content = [], line = "";
+  for (var i = 0; i < width; ++i) line += "x";
+  for (var i = 0; i < height; ++i) content.push(line);
+  cm.setValue(content.join("\n"));
+}
+
+function byClassName(elt, cls) {
+  if (elt.getElementsByClassName) return elt.getElementsByClassName(cls);
+  var found = [], re = new RegExp("\\b" + cls + "\\b");
+  function search(elt) {
+    if (elt.nodeType == 3) return;
+    if (re.test(elt.className)) found.push(elt);
+    for (var i = 0, e = elt.childNodes.length; i < e; ++i)
+      search(elt.childNodes[i]);
+  }
+  search(elt);
+  return found;
+}
+
+var ie_lt8 = /MSIE [1-7]\b/.test(navigator.userAgent);
+
+test("core_fromTextArea", function() {
+  var te = document.getElementById("code");
+  te.value = "CONTENT";
+  var cm = CodeMirror.fromTextArea(te);
+  is(!te.offsetHeight);
+  eq(cm.getValue(), "CONTENT");
+  cm.setValue("foo\nbar");
+  eq(cm.getValue(), "foo\nbar");
+  cm.save();
+  is(/^foo\r?\nbar$/.test(te.value));
+  cm.setValue("xxx");
+  cm.toTextArea();
+  is(te.offsetHeight);
+  eq(te.value, "xxx");
+});
+
+testCM("getRange", function(cm) {
+  eq(cm.getLine(0), "1234");
+  eq(cm.getLine(1), "5678");
+  eq(cm.getLine(2), null);
+  eq(cm.getLine(-1), null);
+  eq(cm.getRange({line: 0, ch: 0}, {line: 0, ch: 3}), "123");
+  eq(cm.getRange({line: 0, ch: -1}, {line: 0, ch: 200}), "1234");
+  eq(cm.getRange({line: 0, ch: 2}, {line: 1, ch: 2}), "34\n56");
+  eq(cm.getRange({line: 1, ch: 2}, {line: 100, ch: 0}), "78");
+}, {value: "1234\n5678"});
+
+testCM("replaceRange", function(cm) {
+  eq(cm.getValue(), "");
+  cm.replaceRange("foo\n", {line: 0, ch: 0});
+  eq(cm.getValue(), "foo\n");
+  cm.replaceRange("a\nb", {line: 0, ch: 1});
+  eq(cm.getValue(), "fa\nboo\n");
+  eq(cm.lineCount(), 3);
+  cm.replaceRange("xyzzy", {line: 0, ch: 0}, {line: 1, ch: 1});
+  eq(cm.getValue(), "xyzzyoo\n");
+  cm.replaceRange("abc", {line: 0, ch: 0}, {line: 10, ch: 0});
+  eq(cm.getValue(), "abc");
+  eq(cm.lineCount(), 1);
+});
+
+testCM("selection", function(cm) {
+  cm.setSelection({line: 0, ch: 4}, {line: 2, ch: 2});
+  is(cm.somethingSelected());
+  eq(cm.getSelection(), "11\n222222\n33");
+  eqPos(cm.getCursor(false), {line: 2, ch: 2});
+  eqPos(cm.getCursor(true), {line: 0, ch: 4});
+  cm.setSelection({line: 1, ch: 0});
+  is(!cm.somethingSelected());
+  eq(cm.getSelection(), "");
+  eqPos(cm.getCursor(true), {line: 1, ch: 0});
+  cm.replaceSelection("abc");
+  eq(cm.getSelection(), "abc");
+  eq(cm.getValue(), "111111\nabc222222\n333333");
+  cm.replaceSelection("def", "end");
+  eq(cm.getSelection(), "");
+  eqPos(cm.getCursor(true), {line: 1, ch: 3});
+  cm.setCursor({line: 2, ch: 1});
+  eqPos(cm.getCursor(true), {line: 2, ch: 1});
+  cm.setCursor(1, 2);
+  eqPos(cm.getCursor(true), {line: 1, ch: 2});
+}, {value: "111111\n222222\n333333"});
+
+testCM("lines", function(cm) {
+  eq(cm.getLine(0), "111111");
+  eq(cm.getLine(1), "222222");
+  eq(cm.getLine(-1), null);
+  cm.removeLine(1);
+  cm.setLine(1, "abc");
+  eq(cm.getValue(), "111111\nabc");
+}, {value: "111111\n222222\n333333"});
+
+testCM("indent", function(cm) {
+  cm.indentLine(1);
+  eq(cm.getLine(1), "   blah();");
+  cm.setOption("indentUnit", 8);
+  cm.indentLine(1);
+  eq(cm.getLine(1), "\tblah();");
+  cm.setOption("indentUnit", 10);
+  cm.setOption("tabSize", 4);
+  cm.indentLine(1);
+  eq(cm.getLine(1), "\t\t  blah();");
+}, {value: "if (x) {\nblah();\n}", indentUnit: 3, indentWithTabs: true, tabSize: 8});
+
+test("core_defaults", function() {
+  var olddefaults = CodeMirror.defaults, defs = CodeMirror.defaults = {};
+  for (var opt in olddefaults) defs[opt] = olddefaults[opt];
+  defs.indentUnit = 5;
+  defs.value = "uu";
+  defs.enterMode = "keep";
+  defs.tabindex = 55;
+  var place = document.getElementById("testground"), cm = CodeMirror(place);
+  try {
+    eq(cm.getOption("indentUnit"), 5);
+    cm.setOption("indentUnit", 10);
+    eq(defs.indentUnit, 5);
+    eq(cm.getValue(), "uu");
+    eq(cm.getOption("enterMode"), "keep");
+    eq(cm.getInputField().tabIndex, 55);
+  }
+  finally {
+    CodeMirror.defaults = olddefaults;
+    place.removeChild(cm.getWrapperElement());
+  }
+});
+
+testCM("lineInfo", function(cm) {
+  eq(cm.lineInfo(-1), null);
+  var lh = cm.setMarker(1, "FOO", "bar");
+  var info = cm.lineInfo(1);
+  eq(info.text, "222222");
+  eq(info.markerText, "FOO");
+  eq(info.markerClass, "bar");
+  eq(info.line, 1);
+  eq(cm.lineInfo(2).markerText, null);
+  cm.clearMarker(lh);
+  eq(cm.lineInfo(1).markerText, null);
+}, {value: "111111\n222222\n333333"});
+
+testCM("coords", function(cm) {
+  cm.setSize(null, 100);
+  addDoc(cm, 32, 200);
+  var top = cm.charCoords({line: 0, ch: 0});
+  var bot = cm.charCoords({line: 200, ch: 30});
+  is(top.x < bot.x);
+  is(top.y < bot.y);
+  is(top.y < top.yBot);
+  cm.scrollTo(null, 100);
+  var top2 = cm.charCoords({line: 0, ch: 0});
+  is(top.y > top2.y);
+  eq(top.x, top2.x);
+});
+
+testCM("coordsChar", function(cm) {
+  addDoc(cm, 35, 70);
+  for (var ch = 0; ch <= 35; ch += 5) {
+    for (var line = 0; line < 70; line += 5) {
+      cm.setCursor(line, ch);
+      var coords = cm.charCoords({line: line, ch: ch});
+      var pos = cm.coordsChar({x: coords.x, y: coords.y + 1});
+      eq(pos.line, line);
+      eq(pos.ch, ch);
+    }
+  }
+});
+
+testCM("posFromIndex", function(cm) {
+  cm.setValue(
+    "This function should\n" +
+    "convert a zero based index\n" +
+    "to line and ch."
+  );
+
+  var examples = [
+    { index: -1, line: 0, ch: 0  }, // <- Tests clipping
+    { index: 0,  line: 0, ch: 0  },
+    { index: 10, line: 0, ch: 10 },
+    { index: 39, line: 1, ch: 18 },
+    { index: 55, line: 2, ch: 7  },
+    { index: 63, line: 2, ch: 15 },
+    { index: 64, line: 2, ch: 15 }  // <- Tests clipping
+  ];
+
+  for (var i = 0; i < examples.length; i++) {
+    var example = examples[i];
+    var pos = cm.posFromIndex(example.index);
+    eq(pos.line, example.line);
+    eq(pos.ch, example.ch);
+    if (example.index >= 0 && example.index < 64)
+      eq(cm.indexFromPos(pos), example.index);
+  }  
+});
+
+testCM("undo", function(cm) {
+  cm.setLine(0, "def");
+  eq(cm.historySize().undo, 1);
+  cm.undo();
+  eq(cm.getValue(), "abc");
+  eq(cm.historySize().undo, 0);
+  eq(cm.historySize().redo, 1);
+  cm.redo();
+  eq(cm.getValue(), "def");
+  eq(cm.historySize().undo, 1);
+  eq(cm.historySize().redo, 0);
+  cm.setValue("1\n\n\n2");
+  cm.clearHistory();
+  eq(cm.historySize().undo, 0);
+  for (var i = 0; i < 20; ++i) {
+    cm.replaceRange("a", {line: 0, ch: 0});
+    cm.replaceRange("b", {line: 3, ch: 0});
+  }
+  eq(cm.historySize().undo, 40);
+  for (var i = 0; i < 40; ++i)
+    cm.undo();
+  eq(cm.historySize().redo, 40);
+  eq(cm.getValue(), "1\n\n\n2");
+}, {value: "abc"});
+
+testCM("undoMultiLine", function(cm) {
+  cm.replaceRange("x", {line:0, ch: 0});
+  cm.replaceRange("y", {line:1, ch: 0});
+  cm.undo();
+  eq(cm.getValue(), "abc\ndef\nghi");
+  cm.replaceRange("y", {line:1, ch: 0});
+  cm.replaceRange("x", {line:0, ch: 0});
+  cm.undo();
+  eq(cm.getValue(), "abc\ndef\nghi");
+  cm.replaceRange("y", {line:2, ch: 0});
+  cm.replaceRange("x", {line:1, ch: 0});
+  cm.replaceRange("z", {line:2, ch: 0});
+  cm.undo();
+  eq(cm.getValue(), "abc\ndef\nghi");
+}, {value: "abc\ndef\nghi"});
+
+testCM("markTextSingleLine", function(cm) {
+  forEach([{a: 0, b: 1, c: "", f: 2, t: 5},
+           {a: 0, b: 4, c: "", f: 0, t: 2},
+           {a: 1, b: 2, c: "x", f: 3, t: 6},
+           {a: 4, b: 5, c: "", f: 3, t: 5},
+           {a: 4, b: 5, c: "xx", f: 3, t: 7},
+           {a: 2, b: 5, c: "", f: 2, t: 3},
+           {a: 2, b: 5, c: "abcd", f: 6, t: 7},
+           {a: 2, b: 6, c: "x", f: null, t: null},
+           {a: 3, b: 6, c: "", f: null, t: null},
+           {a: 0, b: 9, c: "hallo", f: null, t: null},
+           {a: 4, b: 6, c: "x", f: 3, t: 4},
+           {a: 4, b: 8, c: "", f: 3, t: 4},
+           {a: 6, b: 6, c: "a", f: 3, t: 6},
+           {a: 8, b: 9, c: "", f: 3, t: 6}], function(test) {
+    cm.setValue("1234567890");
+    var r = cm.markText({line: 0, ch: 3}, {line: 0, ch: 6}, "foo");
+    cm.replaceRange(test.c, {line: 0, ch: test.a}, {line: 0, ch: test.b});
+    var f = r.find();
+    eq(f && f.from.ch, test.f); eq(f && f.to.ch, test.t);
+  });
+});
+
+testCM("markTextMultiLine", function(cm) {
+  function p(v) { return v && {line: v[0], ch: v[1]}; }
+  forEach([{a: [0, 0], b: [0, 5], c: "", f: [0, 0], t: [2, 5]},
+           {a: [0, 0], b: [0, 5], c: "foo\n", f: [1, 0], t: [3, 5]},
+           {a: [0, 1], b: [0, 10], c: "", f: [0, 1], t: [2, 5]},
+           {a: [0, 5], b: [0, 6], c: "x", f: [0, 6], t: [2, 5]},
+           {a: [0, 0], b: [1, 0], c: "", f: [0, 0], t: [1, 5]},
+           {a: [0, 6], b: [2, 4], c: "", f: [0, 5], t: [0, 7]},
+           {a: [0, 6], b: [2, 4], c: "aa", f: [0, 5], t: [0, 9]},
+           {a: [1, 2], b: [1, 8], c: "", f: [0, 5], t: [2, 5]},
+           {a: [0, 5], b: [2, 5], c: "xx", f: null, t: null},
+           {a: [0, 0], b: [2, 10], c: "x", f: null, t: null},
+           {a: [1, 5], b: [2, 5], c: "", f: [0, 5], t: [1, 5]},
+           {a: [2, 0], b: [2, 3], c: "", f: [0, 5], t: [2, 2]},
+           {a: [2, 5], b: [3, 0], c: "a\nb", f: [0, 5], t: [2, 5]},
+           {a: [2, 3], b: [3, 0], c: "x", f: [0, 5], t: [2, 3]},
+           {a: [1, 1], b: [1, 9], c: "1\n2\n3", f: [0, 5], t: [4, 5]}], function(test) {
+    cm.setValue("aaaaaaaaaa\nbbbbbbbbbb\ncccccccccc\ndddddddd\n");
+    var r = cm.markText({line: 0, ch: 5}, {line: 2, ch: 5}, "CodeMirror-matchingbracket");
+    cm.replaceRange(test.c, p(test.a), p(test.b));
+    var f = r.find();
+    eqPos(f && f.from, p(test.f)); eqPos(f && f.to, p(test.t));
+  });
+});
+
+testCM("markTextUndo", function(cm) {
+  var marker1, marker2, bookmark;
+  cm.compoundChange(function(){
+    marker1 = cm.markText({line: 0, ch: 1}, {line: 0, ch: 3}, "CodeMirror-matchingbracket");
+    marker2 = cm.markText({line: 0, ch: 0}, {line: 2, ch: 1}, "CodeMirror-matchingbracket");
+    bookmark = cm.setBookmark({line: 1, ch: 5});
+  });
+  cm.compoundChange(function(){
+    cm.replaceRange("foo", {line: 0, ch: 2});
+    cm.replaceRange("bar\baz\bug\n", {line: 2, ch: 0}, {line: 3, ch: 0});
+  });
+  cm.setValue("");
+  eq(marker1.find(), null); eq(marker2.find(), null); eq(bookmark.find(), null);
+  cm.undo();
+  eqPos(bookmark.find(), {line: 1, ch: 5});
+  cm.undo();
+  var m1Pos = marker1.find(), m2Pos = marker2.find();
+  eqPos(m1Pos.from, {line: 0, ch: 1}); eqPos(m1Pos.to, {line: 0, ch: 3});
+  eqPos(m2Pos.from, {line: 0, ch: 0}); eqPos(m2Pos.to, {line: 2, ch: 1});
+  eqPos(bookmark.find(), {line: 1, ch: 5});
+}, {value: "1234\n56789\n00\n"});
+
+testCM("markClearBetween", function(cm) {
+  cm.setValue("aaa\nbbb\nccc\nddd\n");
+  cm.markText({line: 0, ch: 0}, {line: 2}, "foo");
+  cm.replaceRange("aaa\nbbb\nccc", {line: 0, ch: 0}, {line: 2});
+  eq(cm.findMarksAt({line: 1, ch: 1}).length, 0);
+});
+
+testCM("bookmark", function(cm) {
+  function p(v) { return v && {line: v[0], ch: v[1]}; }
+  forEach([{a: [1, 0], b: [1, 1], c: "", d: [1, 4]},
+           {a: [1, 1], b: [1, 1], c: "xx", d: [1, 7]},
+           {a: [1, 4], b: [1, 5], c: "ab", d: [1, 6]},
+           {a: [1, 4], b: [1, 6], c: "", d: null},
+           {a: [1, 5], b: [1, 6], c: "abc", d: [1, 5]},
+           {a: [1, 6], b: [1, 8], c: "", d: [1, 5]},
+           {a: [1, 4], b: [1, 4], c: "\n\n", d: [3, 1]},
+           {bm: [1, 9], a: [1, 1], b: [1, 1], c: "\n", d: [2, 8]}], function(test) {
+    cm.setValue("1234567890\n1234567890\n1234567890");
+    var b = cm.setBookmark(p(test.bm) || {line: 1, ch: 5});
+    cm.replaceRange(test.c, p(test.a), p(test.b));
+    eqPos(b.find(), p(test.d));
+  });
+});
+
+testCM("bug577", function(cm) {
+  cm.setValue("a\nb");
+  cm.clearHistory();
+  cm.setValue("fooooo");
+  cm.undo();
+});
+
+testCM("scrollSnap", function(cm) {
+  cm.setSize(100, 100);
+  addDoc(cm, 200, 200);
+  cm.setCursor({line: 100, ch: 180});
+  var info = cm.getScrollInfo();
+  is(info.x > 0 && info.y > 0);
+  cm.setCursor({line: 0, ch: 0});
+  info = cm.getScrollInfo();
+  is(info.x == 0 && info.y == 0, "scrolled clean to top");
+  cm.setCursor({line: 100, ch: 180});
+  cm.setCursor({line: 199, ch: 0});
+  info = cm.getScrollInfo();
+  is(info.x == 0 && info.y > info.height - 100, "scrolled clean to bottom");
+});
+
+testCM("selectionPos", function(cm) {
+  cm.setSize(100, 100);
+  addDoc(cm, 200, 100);
+  cm.setSelection({line: 1, ch: 100}, {line: 98, ch: 100});
+  var lineWidth = cm.charCoords({line: 0, ch: 200}, "local").x;
+  var lineHeight = cm.charCoords({line: 1}).y - cm.charCoords({line: 0}).y;
+  cm.scrollTo(0, 0);
+  var selElt = byClassName(cm.getWrapperElement(), "CodeMirror-selected");
+  var outer = cm.getWrapperElement().getBoundingClientRect();
+  var sawMiddle, sawTop, sawBottom;
+  for (var i = 0, e = selElt.length; i < e; ++i) {
+    var box = selElt[i].getBoundingClientRect();
+    var atLeft = box.left - outer.left < 30;
+    var width = box.right - box.left;
+    var atRight = box.right - outer.left > .8 * lineWidth;
+    if (atLeft && atRight) {
+      sawMiddle = true;
+      is(box.bottom - box.top > 95 * lineHeight, "middle high");
+      is(width > .9 * lineWidth, "middle wide");
+    } else {
+      is(width > .4 * lineWidth, "top/bot wide enough");
+      is(width < .6 * lineWidth, "top/bot slim enough");
+      if (atLeft) {
+        sawBottom = true;
+        is(box.top - outer.top > 96 * lineHeight, "bot below");
+      } else if (atRight) {
+        sawTop = true;
+        is(box.top - outer.top < 2 * lineHeight, "top above");
+      }
+    }
+  }
+  is(sawTop && sawBottom && sawMiddle, "all parts");
+}, null, ie_lt8);
+
+testCM("restoreHistory", function(cm) {
+  cm.setValue("abc\ndef");
+  cm.compoundChange(function() {cm.setLine(1, "hello");});
+  cm.compoundChange(function() {cm.setLine(0, "goop");});
+  cm.undo();
+  var storedVal = cm.getValue(), storedHist = cm.getHistory();
+  if (window.JSON) storedHist = JSON.parse(JSON.stringify(storedHist));
+  eq(storedVal, "abc\nhello");
+  cm.setValue("");
+  cm.clearHistory();
+  eq(cm.historySize().undo, 0);
+  cm.setValue(storedVal);
+  cm.setHistory(storedHist);
+  cm.redo();
+  eq(cm.getValue(), "goop\nhello");
+  cm.undo(); cm.undo();
+  eq(cm.getValue(), "abc\ndef");
+});
+
+testCM("doubleScrollbar", function(cm) {
+  var dummy = document.body.appendChild(document.createElement("p"));
+  dummy.style.cssText = "height: 50px; overflow: scroll; width: 50px";
+  var scrollbarWidth = dummy.offsetWidth + 1 - dummy.clientWidth;
+  document.body.removeChild(dummy);
+  cm.setSize(null, 100);
+  addDoc(cm, 1, 300);
+  var wrap = cm.getWrapperElement();
+  is(wrap.offsetWidth - byClassName(wrap, "CodeMirror-lines")[0].offsetWidth <= scrollbarWidth);
+});
+
+testCM("weirdLinebreaks", function(cm) {
+  cm.setValue("foo\nbar\rbaz\r\nquux\n\rplop");
+  is(cm.getValue(), "foo\nbar\nbaz\nquux\n\nplop");
+  is(cm.lineCount(), 6);
+  cm.setValue("\n\n");
+  is(cm.lineCount(), 3);
+});
+
+testCM("setSize", function(cm) {
+  cm.setSize(100, 100);
+  is(cm.getWrapperElement().offsetWidth, 100);
+  is(cm.getWrapperElement().offsetHeight, 100);
+  cm.setSize("100%", "3em");
+  is(cm.getWrapperElement().style.width, "100%");
+  is(cm.getScrollerElement().style.height, "3em");
+  cm.setSize(null, 40);
+  is(cm.getWrapperElement().style.width, "100%");
+  is(cm.getScrollerElement().style.height, "40px");
+});
+
+testCM("hiddenLines", function(cm) {
+  addDoc(cm, 4, 10);
+  cm.hideLine(4);
+  cm.setCursor({line: 3, ch: 0});
+  CodeMirror.commands.goLineDown(cm);
+  eqPos(cm.getCursor(), {line: 5, ch: 0});
+  cm.setLine(3, "abcdefg");
+  cm.setCursor({line: 3, ch: 6});
+  CodeMirror.commands.goLineDown(cm);
+  eqPos(cm.getCursor(), {line: 5, ch: 4});
+  cm.setLine(3, "ab");
+  cm.setCursor({line: 3, ch: 2});
+  CodeMirror.commands.goLineDown(cm);
+  eqPos(cm.getCursor(), {line: 5, ch: 2});
+});
+
+testCM("hiddenLinesSelectAll", function(cm) {  // Issue #484
+  addDoc(cm, 4, 20);
+  for (var i = 0; i < 20; ++i)
+    if (i != 10) cm.hideLine(i);
+  CodeMirror.commands.selectAll(cm);
+  eqPos(cm.getCursor(true), {line: 10, ch: 0});
+  eqPos(cm.getCursor(false), {line: 10, ch: 4});
+});
+
+testCM("wrappingAndResizing", function(cm) {
+  cm.setSize(null, "auto");
+  cm.setOption("lineWrapping", true);
+  var wrap = cm.getWrapperElement(), h0 = wrap.offsetHeight, w = 50;
+  var doc = "xxx xxx xxx xxx xxx";
+  cm.setValue(doc);
+  for (var step = 10;; w += step) {
+    cm.setSize(w);
+    if (wrap.offsetHeight == h0) {
+      if (step == 10) { w -= 10; step = 1; }
+      else { w--; break; }
+    }
+  }
+  // Ensure that putting the cursor at the end of the maximally long
+  // line doesn't cause wrapping to happen.
+  cm.setCursor({line: 0, ch: doc.length});
+  eq(wrap.offsetHeight, h0);
+  cm.replaceSelection("x");
+  is(wrap.offsetHeight > h0);
+  // Now add a max-height and, in a document consisting of
+  // almost-wrapped lines, go over it so that a scrollbar appears.
+  cm.setValue(doc + "\n" + doc + "\n");
+  cm.getScrollerElement().style.maxHeight = "100px";
+  cm.replaceRange("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n!\n", {line: 2, ch: 0});
+  forEach([{line: 0, ch: doc.length}, {line: 0, ch: doc.length - 1},
+           {line: 0, ch: 0}, {line: 1, ch: doc.length}, {line: 1, ch: doc.length - 1}],
+          function(pos) {
+    var coords = cm.charCoords(pos);
+    eqPos(pos, cm.coordsChar({x: coords.x + 2, y: coords.y + 2}));
+  });
+}, null, ie_lt8);
+
+testCM("measureEndOfLine", function(cm) {
+  cm.setSize(null, "auto");
+  var inner = byClassName(cm.getWrapperElement(), "CodeMirror-lines")[0].firstChild;
+  var w = 20, lh = inner.offsetHeight;
+  for (var step = 10;; w += step) {
+    cm.setSize(w);
+    if (inner.offsetHeight < 2.5 * lh) {
+      if (step == 10) { w -= 10; step = 1; }
+      else { break; }
+    }
+  }
+  cm.setValue(cm.getValue() + "\n\n");
+  var endPos = cm.charCoords({line: 0, ch: 18}, "local");
+  is(endPos.y > lh * .8, "not at top");
+  is(endPos.x > w - 20, "not at right");
+  endPos = cm.charCoords({line: 0, ch: 18});
+  eqPos(cm.coordsChar({x: endPos.x, y: endPos.y + 2}), {line: 0, ch: 18});
+}, {mode: "text/html", value: "<!-- foo barrr -->", lineWrapping: true}, ie_lt8);
+
+testCM("scrollVerticallyAndHorizontally", function(cm) {
+  cm.setSize(100, 100);
+  addDoc(cm, 40, 40);
+  cm.setCursor(39);
+  var wrap = cm.getWrapperElement(), bar = byClassName(wrap, "CodeMirror-scrollbar")[0];
+  is(bar.offsetHeight < wrap.offsetHeight, "vertical scrollbar limited by horizontal one");
+  var cursorBox = byClassName(wrap, "CodeMirror-cursor")[0].getBoundingClientRect();
+  var editorBox = wrap.getBoundingClientRect();
+  is(cursorBox.bottom < editorBox.top + cm.getScrollerElement().clientHeight,
+     "bottom line visible");
+}, {gutter: true});
+
+testCM("moveV stuck", function(cm) {
+  var lines = byClassName(cm.getWrapperElement(), "CodeMirror-lines")[0].firstChild, h0 = lines.offsetHeight;
+  var val = "fooooooooooooooooooooooooo baaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaar\n";
+  cm.setValue(val);
+  for (var w = 50;; w += 5) {
+    cm.setSize(w);
+    if (lines.offsetHeight <= 3 * h0) break;
+  }
+  cm.setCursor({line: 0, ch: val.length - 1});
+  cm.moveV(-1, "line");
+  eqPos(cm.getCursor(), {line: 0, ch: 26});
+}, {lineWrapping: true}, ie_lt8);
+
+testCM("clickTab", function(cm) {
+  var p0 = cm.charCoords({line: 0, ch: 0}), p1 = cm.charCoords({line: 0, ch: 1});
+  eqPos(cm.coordsChar({x: p0.x + 5, y: p0.y + 5}), {line: 0, ch: 0});
+  eqPos(cm.coordsChar({x: p1.x - 5, y: p1.y + 5}), {line: 0, ch: 1});
+}, {value: "\t\n\n", lineWrapping: true, tabSize: 8});
+
+testCM("verticalScroll", function(cm) {
+  cm.setSize(100, 200);
+  cm.setValue("foo\nbar\nbaz\n");
+  var sc = cm.getScrollerElement(), baseWidth = sc.scrollWidth;
+  cm.setLine(0, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah");
+  is(sc.scrollWidth > baseWidth, "scrollbar present");
+  cm.setLine(0, "foo");
+  eq(sc.scrollWidth, baseWidth, "scrollbar gone");
+  cm.setLine(0, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaah");
+  cm.setLine(1, "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbh");
+  is(sc.scrollWidth > baseWidth, "present again");
+  var curWidth = sc.scrollWidth;
+  cm.setLine(0, "foo");
+  is(sc.scrollWidth < curWidth, "scrollbar smaller");
+  is(sc.scrollWidth > baseWidth, "but still present");
+});
+
+testCM("extraKeys", function(cm) {
+  var outcome;
+  function fakeKey(expected, code, props) {
+    if (typeof code == "string") code = code.charCodeAt(0);
+    var e = {type: "keydown", keyCode: code, preventDefault: function(){}, stopPropagation: function(){}};
+    if (props) for (var n in props) e[n] = props[n];
+    outcome = null;
+    cm.triggerOnKeyDown(e);
+    eq(outcome, expected);
+  }
+  CodeMirror.commands.testCommand = function() {outcome = "tc";};
+  CodeMirror.commands.goTestCommand = function() {outcome = "gtc";};
+  cm.setOption("extraKeys", {"Shift-X": function() {outcome = "sx";},
+                             "X": function() {outcome = "x";},
+                             "Ctrl-Alt-U": function() {outcome = "cau";},
+                             "End": "testCommand",
+                             "Home": "goTestCommand",
+                             "Tab": false});
+  fakeKey(null, "U");
+  fakeKey("cau", "U", {ctrlKey: true, altKey: true});
+  fakeKey(null, "U", {shiftKey: true, ctrlKey: true, altKey: true});
+  fakeKey("x", "X");
+  fakeKey("sx", "X", {shiftKey: true});
+  fakeKey("tc", 35);
+  fakeKey(null, 35, {shiftKey: true});
+  fakeKey("gtc", 36);
+  fakeKey("gtc", 36, {shiftKey: true});
+  fakeKey(null, 9);
+});
+
+testCM("wordMovementCommands", function(cm) {
+  cm.execCommand("goWordLeft");
+  eqPos(cm.getCursor(), {line: 0, ch: 0});
+  cm.execCommand("goWordRight"); cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 0, ch: 7});
+  cm.execCommand("goWordLeft");
+  eqPos(cm.getCursor(), {line: 0, ch: 5});
+  cm.execCommand("goWordRight"); cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 0, ch: 12});
+  cm.execCommand("goWordLeft");
+  eqPos(cm.getCursor(), {line: 0, ch: 9});
+  cm.execCommand("goWordRight"); cm.execCommand("goWordRight"); cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 1, ch: 1});
+  cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 1, ch: 9});
+  cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 1, ch: 13});
+  cm.execCommand("goWordRight"); cm.execCommand("goWordRight");
+  eqPos(cm.getCursor(), {line: 2, ch: 0});
+}, {value: "this is (the) firstline.\na foo12\u00e9\u00f8\u00d7bar\n"});
+
+testCM("charMovementCommands", function(cm) {
+  cm.execCommand("goCharLeft"); cm.execCommand("goColumnLeft");
+  eqPos(cm.getCursor(), {line: 0, ch: 0});
+  cm.execCommand("goCharRight"); cm.execCommand("goCharRight");
+  eqPos(cm.getCursor(), {line: 0, ch: 2});
+  cm.setCursor({line: 1, ch: 0});
+  cm.execCommand("goColumnLeft");
+  eqPos(cm.getCursor(), {line: 1, ch: 0});
+  cm.execCommand("goCharLeft");
+  eqPos(cm.getCursor(), {line: 0, ch: 5});
+  cm.execCommand("goColumnRight");
+  eqPos(cm.getCursor(), {line: 0, ch: 5});
+  cm.execCommand("goCharRight");
+  eqPos(cm.getCursor(), {line: 1, ch: 0});
+  cm.execCommand("goLineEnd");
+  eqPos(cm.getCursor(), {line: 1, ch: 5});
+  cm.execCommand("goLineStartSmart");
+  eqPos(cm.getCursor(), {line: 1, ch: 1});
+  cm.execCommand("goLineStartSmart");
+  eqPos(cm.getCursor(), {line: 1, ch: 0});
+  cm.setCursor({line: 2, ch: 0});
+  cm.execCommand("goCharRight"); cm.execCommand("goColumnRight");
+  eqPos(cm.getCursor(), {line: 2, ch: 0});
+}, {value: "line1\n ine2\n"});
+
+testCM("verticalMovementCommands", function(cm) {
+  cm.execCommand("goLineUp");
+  eqPos(cm.getCursor(), {line: 0, ch: 0});
+  cm.execCommand("goLineDown");
+  eqPos(cm.getCursor(), {line: 1, ch: 0});
+  cm.setCursor({line: 1, ch: 12});
+  cm.execCommand("goLineDown");
+  eqPos(cm.getCursor(), {line: 2, ch: 5});
+  cm.execCommand("goLineDown");
+  eqPos(cm.getCursor(), {line: 3, ch: 0});
+  cm.execCommand("goLineUp");
+  eqPos(cm.getCursor(), {line: 2, ch: 5});
+  cm.execCommand("goLineUp");
+  eqPos(cm.getCursor(), {line: 1, ch: 12});
+  cm.execCommand("goPageDown");
+  eqPos(cm.getCursor(), {line: 5, ch: 0});
+  cm.execCommand("goPageDown"); cm.execCommand("goLineDown");
+  eqPos(cm.getCursor(), {line: 5, ch: 0});
+  cm.execCommand("goPageUp");
+  eqPos(cm.getCursor(), {line: 0, ch: 0});
+}, {value: "line1\nlong long line2\nline3\n\nline5\n"});
+
+testCM("verticalMovementCommandsWrapping", function(cm) {
+  cm.setSize(120);
+  cm.setCursor({line: 0, ch: 5});
+  cm.execCommand("goLineDown");
+  eq(cm.getCursor().line, 0);
+  is(cm.getCursor().ch > 5, "moved beyond wrap");
+  for (var i = 0; ; ++i) {
+    is(i < 20, "no endless loop");
+    cm.execCommand("goLineDown");
+    var cur = cm.getCursor();
+    if (cur.line == 1) eq(cur.ch, 5);
+    if (cur.line == 2) { eq(cur.ch, 1); break; }
+  }
+}, {value: "a very long line that wraps around somehow so that we can test cursor movement\nshortone\nk",
+    lineWrapping: true});
diff --git a/components/originalComponents/static/admin/codemirror/theme/ambiance.css b/components/originalComponents/static/admin/codemirror/theme/ambiance.css
new file mode 100755
index 00000000..ef5f8d09
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/ambiance.css
@@ -0,0 +1,81 @@
+/* ambiance theme for code-mirror */
+
+/* Color scheme */
+
+.cm-s-ambiance .cm-keyword { color: #cda869; }
+.cm-s-ambiance .cm-atom { color: #CF7EA9; }
+.cm-s-ambiance .cm-number { color: #78CF8A; }
+.cm-s-ambiance .cm-def { color: #aac6e3; }
+.cm-s-ambiance .cm-variable { color: #ffb795; }
+.cm-s-ambiance .cm-variable-2 { color: #eed1b3; }
+.cm-s-ambiance .cm-variable-3 { color: #faded3; }
+.cm-s-ambiance .cm-property { color: #eed1b3; }
+.cm-s-ambiance .cm-operator {color: #fa8d6a;}
+.cm-s-ambiance .cm-comment { color: #555; font-style:italic; }
+.cm-s-ambiance .cm-string { color: #8f9d6a; }
+.cm-s-ambiance .cm-string-2 { color: #9d937c; }
+.cm-s-ambiance .cm-meta { color: #D2A8A1; }
+.cm-s-ambiance .cm-error { color: #AF2018; }
+.cm-s-ambiance .cm-qualifier { color: yellow; }
+.cm-s-ambiance .cm-builtin { color: #9999cc; }
+.cm-s-ambiance .cm-bracket { color: #24C2C7; }
+.cm-s-ambiance .cm-tag { color: #fee4ff }
+.cm-s-ambiance .cm-attribute {  color: #9B859D; }
+.cm-s-ambiance .cm-header {color: blue;}
+.cm-s-ambiance .cm-quote { color: #24C2C7; }
+.cm-s-ambiance .cm-hr { color: pink; }
+.cm-s-ambiance .cm-link { color: #F4C20B; }
+.cm-s-ambiance .cm-special { color: #FF9D00; }
+
+.cm-s-ambiance .CodeMirror-matchingbracket { color: #0f0; }
+.cm-s-ambiance .CodeMirror-nonmatchingbracket { color: #f22; }
+
+.cm-s-ambiance .CodeMirror-selected {
+  background: rgba(255, 255, 255, 0.15);
+}
+.CodeMirror-focused .cm-s-ambiance .CodeMirror-selected {
+  background: rgba(255, 255, 255, 0.10);
+}
+
+/* Editor styling */
+
+.cm-s-ambiance {
+  line-height: 1.40em;
+  font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
+  color: #E6E1DC;
+  background-color: #202020;
+  -webkit-box-shadow: inset 0 0 10px black;
+  -moz-box-shadow: inset 0 0 10px black;
+  -o-box-shadow: inset 0 0 10px black;
+  box-shadow: inset 0 0 10px black;
+}
+
+.cm-s-ambiance .CodeMirror-gutter {
+  background: #3D3D3D;
+  padding: 0 5px;
+  text-shadow: #333 1px 1px;
+  border-right: 1px solid #4D4D4D;
+  box-shadow: 0 10px 20px black;
+}
+
+.cm-s-ambiance .CodeMirror-gutter .CodeMirror-gutter-text {
+  text-shadow: 0px 1px 1px #4d4d4d;
+  color: #222;
+}
+
+.cm-s-ambiance .CodeMirror-lines {
+  
+}
+
+.cm-s-ambiance .CodeMirror-lines .CodeMirror-cursor {
+  border-left: 1px solid #7991E8;
+}
+
+.cm-s-ambiance .activeline {
+  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.031);
+}
+
+.cm-s-ambiance,
+.cm-s-ambiance .CodeMirror-gutter {
+  background-image: url("data:image/png;base64,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");
+}
diff --git a/components/originalComponents/static/admin/codemirror/theme/blackboard.css b/components/originalComponents/static/admin/codemirror/theme/blackboard.css
new file mode 100755
index 00000000..7b73a924
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/blackboard.css
@@ -0,0 +1,25 @@
+/* Port of TextMate's Blackboard theme */
+
+.cm-s-blackboard { background: #0C1021; color: #F8F8F8; }
+.cm-s-blackboard .CodeMirror-selected { background: #253B76 !important; }
+.cm-s-blackboard .CodeMirror-gutter { background: #0C1021; border-right: 0; }
+.cm-s-blackboard .CodeMirror-gutter-text { color: #888; }
+.cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7 !important; }
+
+.cm-s-blackboard .cm-keyword { color: #FBDE2D; }
+.cm-s-blackboard .cm-atom { color: #D8FA3C; }
+.cm-s-blackboard .cm-number { color: #D8FA3C; }
+.cm-s-blackboard .cm-def { color: #8DA6CE; }
+.cm-s-blackboard .cm-variable { color: #FF6400; }
+.cm-s-blackboard .cm-operator { color: #FBDE2D;}
+.cm-s-blackboard .cm-comment { color: #AEAEAE; }
+.cm-s-blackboard .cm-string { color: #61CE3C; }
+.cm-s-blackboard .cm-string-2 { color: #61CE3C; }
+.cm-s-blackboard .cm-meta { color: #D8FA3C; }
+.cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
+.cm-s-blackboard .cm-builtin { color: #8DA6CE; }
+.cm-s-blackboard .cm-tag { color: #8DA6CE; }
+.cm-s-blackboard .cm-attribute { color: #8DA6CE; }
+.cm-s-blackboard .cm-header { color: #FF6400; }
+.cm-s-blackboard .cm-hr { color: #AEAEAE; }
+.cm-s-blackboard .cm-link { color: #8DA6CE; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/cobalt.css b/components/originalComponents/static/admin/codemirror/theme/cobalt.css
new file mode 100755
index 00000000..dbbb7e49
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/cobalt.css
@@ -0,0 +1,18 @@
+.cm-s-cobalt { background: #002240; color: white; }
+.cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; }
+.cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
+.cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; }
+.cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-cobalt span.cm-comment { color: #08f; }
+.cm-s-cobalt span.cm-atom { color: #845dc4; }
+.cm-s-cobalt span.cm-number, .cm-s-cobalt span.cm-attribute { color: #ff80e1; }
+.cm-s-cobalt span.cm-keyword { color: #ffee80; }
+.cm-s-cobalt span.cm-string { color: #3ad900; }
+.cm-s-cobalt span.cm-meta { color: #ff9d00; }
+.cm-s-cobalt span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #9effff; }
+.cm-s-cobalt span.cm-variable-3, .cm-s-cobalt span.cm-def { color: white; }
+.cm-s-cobalt span.cm-error { color: #9d1e15; }
+.cm-s-cobalt span.cm-bracket { color: #d8d8d8; }
+.cm-s-cobalt span.cm-builtin, .cm-s-cobalt span.cm-special { color: #ff9e59; }
+.cm-s-cobalt span.cm-link { color: #845dc4; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/eclipse.css b/components/originalComponents/static/admin/codemirror/theme/eclipse.css
new file mode 100755
index 00000000..47d66a01
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/eclipse.css
@@ -0,0 +1,25 @@
+.cm-s-eclipse span.cm-meta {color: #FF1717;}
+.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
+.cm-s-eclipse span.cm-atom {color: #219;}
+.cm-s-eclipse span.cm-number {color: #164;}
+.cm-s-eclipse span.cm-def {color: #00f;}
+.cm-s-eclipse span.cm-variable {color: black;}
+.cm-s-eclipse span.cm-variable-2 {color: #0000C0;}
+.cm-s-eclipse span.cm-variable-3 {color: #0000C0;}
+.cm-s-eclipse span.cm-property {color: black;}
+.cm-s-eclipse span.cm-operator {color: black;}
+.cm-s-eclipse span.cm-comment {color: #3F7F5F;}
+.cm-s-eclipse span.cm-string {color: #2A00FF;}
+.cm-s-eclipse span.cm-string-2 {color: #f50;}
+.cm-s-eclipse span.cm-error {color: #f00;}
+.cm-s-eclipse span.cm-qualifier {color: #555;}
+.cm-s-eclipse span.cm-builtin {color: #30a;}
+.cm-s-eclipse span.cm-bracket {color: #cc7;}
+.cm-s-eclipse span.cm-tag {color: #170;}
+.cm-s-eclipse span.cm-attribute {color: #00c;}
+.cm-s-eclipse span.cm-link {color: #219;}
+
+.cm-s-eclipse .CodeMirror-matchingbracket {
+	border:1px solid grey;
+	color:black !important;;
+}
diff --git a/components/originalComponents/static/admin/codemirror/theme/elegant.css b/components/originalComponents/static/admin/codemirror/theme/elegant.css
new file mode 100755
index 00000000..d0ce0cb5
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/elegant.css
@@ -0,0 +1,10 @@
+.cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
+.cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
+.cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}
+.cm-s-elegant span.cm-variable {color: black;}
+.cm-s-elegant span.cm-variable-2 {color: #b11;}
+.cm-s-elegant span.cm-qualifier {color: #555;}
+.cm-s-elegant span.cm-keyword {color: #730;}
+.cm-s-elegant span.cm-builtin {color: #30a;}
+.cm-s-elegant span.cm-error {background-color: #fdd;}
+.cm-s-elegant span.cm-link {color: #762;}
diff --git a/components/originalComponents/static/admin/codemirror/theme/erlang-dark.css b/components/originalComponents/static/admin/codemirror/theme/erlang-dark.css
new file mode 100755
index 00000000..486b1c47
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/erlang-dark.css
@@ -0,0 +1,21 @@
+.cm-s-erlang-dark { background: #002240; color: white; }
+.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539 !important; }
+.cm-s-erlang-dark .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
+.cm-s-erlang-dark .CodeMirror-gutter-text { color: #d0d0d0; }
+.cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-erlang-dark span.cm-atom       { color: #845dc4; }
+.cm-s-erlang-dark span.cm-attribute  { color: #ff80e1; }
+.cm-s-erlang-dark span.cm-bracket    { color: #ff9d00; }
+.cm-s-erlang-dark span.cm-builtin    { color: #eeaaaa; }
+.cm-s-erlang-dark span.cm-comment    { color: #7777ff; }
+.cm-s-erlang-dark span.cm-def        { color: #ee77aa; }
+.cm-s-erlang-dark span.cm-error      { color: #9d1e15; }
+.cm-s-erlang-dark span.cm-keyword    { color: #ffee80; }
+.cm-s-erlang-dark span.cm-meta       { color: #50fefe; }
+.cm-s-erlang-dark span.cm-number     { color: #ffd0d0; }
+.cm-s-erlang-dark span.cm-operator   { color: #dd1111; }
+.cm-s-erlang-dark span.cm-string     { color: #3ad900; }
+.cm-s-erlang-dark span.cm-tag        { color: #9effff; }
+.cm-s-erlang-dark span.cm-variable   { color: #50fe50; }
+.cm-s-erlang-dark span.cm-variable-2 { color: #ee00ee; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/lesser-dark.css b/components/originalComponents/static/admin/codemirror/theme/lesser-dark.css
new file mode 100755
index 00000000..ffa6a3f2
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/lesser-dark.css
@@ -0,0 +1,44 @@
+/*
+http://lesscss.org/ dark theme
+Ported to CodeMirror by Peter Kroon
+*/
+.cm-s-lesser-dark {
+  line-height: 1.3em;
+}
+.cm-s-lesser-dark {
+  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', Courier, monospace !important;
+}
+
+.cm-s-lesser-dark { background: #262626; color: #EBEFE7; text-shadow: 0 -1px 1px #262626; }
+.cm-s-lesser-dark div.CodeMirror-selected {background: #45443B !important;} /* 33322B*/
+.cm-s-lesser-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
+.cm-s-lesser-dark .CodeMirror-lines { margin-left:3px; margin-right:3px; }/*editable code holder*/
+
+div.CodeMirror span.CodeMirror-matchingbracket { color: #7EFC7E; }/*65FC65*/
+
+.cm-s-lesser-dark .CodeMirror-gutter { background: #262626; border-right:1px solid #aaa; padding-right:3px; min-width:2.5em; }
+.cm-s-lesser-dark .CodeMirror-gutter-text { color: #777; }
+
+.cm-s-lesser-dark span.cm-keyword { color: #599eff; }
+.cm-s-lesser-dark span.cm-atom { color: #C2B470; }
+.cm-s-lesser-dark span.cm-number { color: #B35E4D; }
+.cm-s-lesser-dark span.cm-def {color: white;}
+.cm-s-lesser-dark span.cm-variable { color:#D9BF8C; }
+.cm-s-lesser-dark span.cm-variable-2 { color: #669199; }
+.cm-s-lesser-dark span.cm-variable-3 { color: white; }
+.cm-s-lesser-dark span.cm-property {color: #92A75C;}
+.cm-s-lesser-dark span.cm-operator {color: #92A75C;}
+.cm-s-lesser-dark span.cm-comment { color: #666; }
+.cm-s-lesser-dark span.cm-string { color: #BCD279; }
+.cm-s-lesser-dark span.cm-string-2 {color: #f50;}
+.cm-s-lesser-dark span.cm-meta { color: #738C73; }
+.cm-s-lesser-dark span.cm-error { color: #9d1e15; }
+.cm-s-lesser-dark span.cm-qualifier {color: #555;}
+.cm-s-lesser-dark span.cm-builtin { color: #ff9e59; }
+.cm-s-lesser-dark span.cm-bracket { color: #EBEFE7; }
+.cm-s-lesser-dark span.cm-tag { color: #669199; }
+.cm-s-lesser-dark span.cm-attribute {color: #00c;}
+.cm-s-lesser-dark span.cm-header {color: #a0a;}
+.cm-s-lesser-dark span.cm-quote {color: #090;}
+.cm-s-lesser-dark span.cm-hr {color: #999;}
+.cm-s-lesser-dark span.cm-link {color: #00c;}
diff --git a/components/originalComponents/static/admin/codemirror/theme/monokai.css b/components/originalComponents/static/admin/codemirror/theme/monokai.css
new file mode 100755
index 00000000..f01d066f
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/monokai.css
@@ -0,0 +1,28 @@
+/* Based on Sublime Text's Monokai theme */
+
+.cm-s-monokai {background: #272822; color: #f8f8f2;}
+.cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
+.cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;}
+.cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;}
+.cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
+
+.cm-s-monokai span.cm-comment {color: #75715e;}
+.cm-s-monokai span.cm-atom {color: #ae81ff;}
+.cm-s-monokai span.cm-number {color: #ae81ff;}
+
+.cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {color: #a6e22e;}
+.cm-s-monokai span.cm-keyword {color: #f92672;}
+.cm-s-monokai span.cm-string {color: #e6db74;}
+
+.cm-s-monokai span.cm-variable {color: #a6e22e;}
+.cm-s-monokai span.cm-variable-2 {color: #9effff;}
+.cm-s-monokai span.cm-def {color: #fd971f;}
+.cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}
+.cm-s-monokai span.cm-bracket {color: #f8f8f2;}
+.cm-s-monokai span.cm-tag {color: #f92672;}
+.cm-s-monokai span.cm-link {color: #ae81ff;}
+
+.cm-s-monokai .CodeMirror-matchingbracket {
+  text-decoration: underline;
+  color: white !important;
+}
diff --git a/components/originalComponents/static/admin/codemirror/theme/neat.css b/components/originalComponents/static/admin/codemirror/theme/neat.css
new file mode 100755
index 00000000..8a307f80
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/neat.css
@@ -0,0 +1,9 @@
+.cm-s-neat span.cm-comment { color: #a86; }
+.cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
+.cm-s-neat span.cm-string { color: #a22; }
+.cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
+.cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
+.cm-s-neat span.cm-variable { color: black; }
+.cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
+.cm-s-neat span.cm-meta {color: #555;}
+.cm-s-neat span.cm-link { color: #3a3; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/night.css b/components/originalComponents/static/admin/codemirror/theme/night.css
new file mode 100755
index 00000000..9d51d950
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/night.css
@@ -0,0 +1,21 @@
+/* Loosely based on the Midnight Textmate theme */
+
+.cm-s-night { background: #0a001f; color: #f8f8f8; }
+.cm-s-night div.CodeMirror-selected { background: #447 !important; }
+.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
+.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
+.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-night span.cm-comment { color: #6900a1; }
+.cm-s-night span.cm-atom { color: #845dc4; }
+.cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; }
+.cm-s-night span.cm-keyword { color: #599eff; }
+.cm-s-night span.cm-string { color: #37f14a; }
+.cm-s-night span.cm-meta { color: #7678e2; }
+.cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; }
+.cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; }
+.cm-s-night span.cm-error { color: #9d1e15; }
+.cm-s-night span.cm-bracket { color: #8da6ce; }
+.cm-s-night span.cm-comment { color: #6900a1; }
+.cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
+.cm-s-night span.cm-link { color: #845dc4; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/rubyblue.css b/components/originalComponents/static/admin/codemirror/theme/rubyblue.css
new file mode 100755
index 00000000..502817ae
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/rubyblue.css
@@ -0,0 +1,21 @@
+.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; }	/* - customized editor font - */
+
+.cm-s-rubyblue { background: #112435; color: white; }
+.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
+.cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; }
+.cm-s-rubyblue .CodeMirror-gutter-text { color: white; }
+.cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; }
+.cm-s-rubyblue span.cm-atom { color: #F4C20B; }
+.cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; }
+.cm-s-rubyblue span.cm-keyword { color: #F0F; }
+.cm-s-rubyblue span.cm-string { color: #F08047; }
+.cm-s-rubyblue span.cm-meta { color: #F0F; }
+.cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; }
+.cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; }
+.cm-s-rubyblue span.cm-error { color: #AF2018; }
+.cm-s-rubyblue span.cm-bracket { color: #F0F; }
+.cm-s-rubyblue span.cm-link { color: #F4C20B; }
+.cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; }
+.cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/vibrant-ink.css b/components/originalComponents/static/admin/codemirror/theme/vibrant-ink.css
new file mode 100755
index 00000000..de5bc2c9
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/vibrant-ink.css
@@ -0,0 +1,27 @@
+/* Taken from the popular Visual Studio Vibrant Ink Schema */
+
+.cm-s-vibrant-ink { background: black; color: white; }
+.cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; }
+
+.cm-s-vibrant-ink .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
+.cm-s-vibrant-ink .CodeMirror-gutter-text { color: #d0d0d0; }
+.cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-vibrant-ink .cm-keyword {  color: #CC7832; }
+.cm-s-vibrant-ink .cm-atom { color: #FC0; }
+.cm-s-vibrant-ink .cm-number { color:  #FFEE98; }
+.cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
+.cm-s-vibrant-ink span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #FFC66D }
+.cm-s-vibrant-ink span.cm-variable-3, .cm-s-cobalt span.cm-def { color: #FFC66D }
+.cm-s-vibrant-ink .cm-operator { color: #888; }
+.cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
+.cm-s-vibrant-ink .cm-string { color:  #A5C25C }
+.cm-s-vibrant-ink .cm-string-2 { color: red }
+.cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
+.cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
+.cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
+.cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
+.cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
+.cm-s-vibrant-ink .cm-header { color: #FF6400; }
+.cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
+.cm-s-vibrant-ink .cm-link { color: blue; }
diff --git a/components/originalComponents/static/admin/codemirror/theme/xq-dark.css b/components/originalComponents/static/admin/codemirror/theme/xq-dark.css
new file mode 100755
index 00000000..493e3a63
--- /dev/null
+++ b/components/originalComponents/static/admin/codemirror/theme/xq-dark.css
@@ -0,0 +1,46 @@
+/*
+Copyright (C) 2011 by MarkLogic Corporation
+Author: Mike Brevoort <mike@brevoort.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+.cm-s-xq-dark { background: #0a001f; color: #f8f8f8; }
+.cm-s-xq-dark span.CodeMirror-selected { background: #a8f !important; }
+.cm-s-xq-dark .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
+.cm-s-xq-dark .CodeMirror-gutter-text { color: #f8f8f8; }
+.cm-s-xq-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
+
+.cm-s-xq-dark span.cm-keyword {color: #FFBD40;}
+.cm-s-xq-dark span.cm-atom {color: #6C8CD5;}
+.cm-s-xq-dark span.cm-number {color: #164;}
+.cm-s-xq-dark span.cm-def {color: #FFF; text-decoration:underline;}
+.cm-s-xq-dark span.cm-variable {color: #FFF;}
+.cm-s-xq-dark span.cm-variable-2 {color: #EEE;}
+.cm-s-xq-dark span.cm-variable-3 {color: #DDD;}
+.cm-s-xq-dark span.cm-property {}
+.cm-s-xq-dark span.cm-operator {}
+.cm-s-xq-dark span.cm-comment {color: gray;}
+.cm-s-xq-dark span.cm-string {color: #9FEE00;}
+.cm-s-xq-dark span.cm-meta {color: yellow;}
+.cm-s-xq-dark span.cm-error {color: #f00;}
+.cm-s-xq-dark span.cm-qualifier {color: #FFF700;}
+.cm-s-xq-dark span.cm-builtin {color: #30a;}
+.cm-s-xq-dark span.cm-bracket {color: #cc7;}
+.cm-s-xq-dark span.cm-tag {color: #FFBD40;}
+.cm-s-xq-dark span.cm-attribute {color: #FFF700;}
diff --git a/components/originalComponents/static/admin/img/barchart.png b/components/originalComponents/static/admin/img/barchart.png
new file mode 100755
index 0000000000000000000000000000000000000000..5be64dccf91fbe46738873fa33bc6f7318c0fa81
GIT binary patch
literal 17016
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/circlepacking.png b/components/originalComponents/static/admin/img/circlepacking.png
new file mode 100755
index 0000000000000000000000000000000000000000..70ff584aa52f1ccd67f46dc98013204d35841d37
GIT binary patch
literal 36263
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/columnchart.png b/components/originalComponents/static/admin/img/columnchart.png
new file mode 100755
index 0000000000000000000000000000000000000000..e19660d385ee51b723065f8471c42080688edaef
GIT binary patch
literal 16797
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/dendrogram.png b/components/originalComponents/static/admin/img/dendrogram.png
new file mode 100755
index 0000000000000000000000000000000000000000..af068dc4bd922d456c9b0e45ab1c665cdb710176
GIT binary patch
literal 20440
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
XY;QF2op#k#00000NkvXXu0mjfZk3G4

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/graph.png b/components/originalComponents/static/admin/img/graph.png
new file mode 100755
index 0000000000000000000000000000000000000000..f93e9120b4f3e52d06f09a9c3d9e95dad0e0064e
GIT binary patch
literal 26614
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%0DO+zB;yxp^kfV@h}$X
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
N002ovPDHLkV1ngKyf6R&

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/linechart.png b/components/originalComponents/static/admin/img/linechart.png
new file mode 100755
index 0000000000000000000000000000000000000000..aa0a2e57d49d845c2a50d9486c25b70f2801cde6
GIT binary patch
literal 15891
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/maps.png b/components/originalComponents/static/admin/img/maps.png
new file mode 100755
index 0000000000000000000000000000000000000000..bcfae49a404aaeb86386feb60c7bdbe5d52dccb0
GIT binary patch
literal 51908
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/parallelcoordinates.png b/components/originalComponents/static/admin/img/parallelcoordinates.png
new file mode 100755
index 0000000000000000000000000000000000000000..37dd9457c2d27d538913ad835b59b86359830435
GIT binary patch
literal 19903
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
R)6oC`002ovPDHLkV1h9*Tbuv@

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/piechart.png b/components/originalComponents/static/admin/img/piechart.png
new file mode 100755
index 0000000000000000000000000000000000000000..511be531b1f1546a8caa54f73137f13b6638ed91
GIT binary patch
literal 45213
zcmZU)W0WRQlPz4fZQHhOyQ{iv+qP}n>T;KDn@`!c>-IbMelxSymusEO6A^pw$cR5D
z8L6Zo2@it<0|W#FFD)ge^6xnIZ^T1E{M+|}r^o;SVUb&kiYiHqiV`U~*_&C~m;wQ5
zLDzbktD(uZxjl(3BnY#J&TyaP6q_WlF_~Z)K#>$+aTNr>KuMuNCxN3!7J)=X5Jf~m
ztBD~CtD%jbJ$pRnyy(4j{`CB=?#y3*TB_6Y*3?|C0}i<0A*P|h>xU8oqfWatFpF?^
ze(5tV2ZApE(Fy?l1pCRL0`>N`zV-iIJqsj8?L#6u|Kz{$4FH!L3c&IQBJyrui^n=3
z1U|R`BI5lj9%}?DpneZQ9Fb6V;E2&4ZwO?nE88vTb)*FU_==VEbIieuF_>WkQgZ<V
z;f4a*BB2`{{ebNEIz0pGV@i%7CTqtb82S6%4@Lr{+ruQuLqd`i)MP++{X*y!^bLv%
z<@a++h7|PO@Bac`2hC}Nhk}Z(!1Z`B`ZFsj=7D!vua8OiSrQHH+#CeBYyhBqLQ}*s
z9S7WH?gGJH0PeFYv_!)J_jw6gu#{L$13BgWj>j{-cjfI&=Ac*)efL)lQnWCH&!|Dc
zhvwFh#%5TsAEQ|PJ>|`zO7d`SPG8fF6cAY1eOLtIP@GOBgM@w#a$N_6o<>FuiC2Vv
zRQ*XP_FftJ!bF3o>HHA`0S>G(ok0y<)HEx3MwF$s$|~(wH$6lGU`g`Scu_vAM8}%`
z)UDv75WJa#PHSdl#&qkE1A!kAhtP1$Edk6nxGDk}Hs6wUgy`Saa)Yjk3Wr>fQG_9e
zcvwPCWv>Y&vqUH{)IFiTL3H3{0YGC!K(D|k8IT?Z@G${*H<Scv$p)E%5ny|_@*}LD
z)WZH^@x|tIsHc{XlY%Vm$MytJz+zZGwHJctgHDnOP(6J*ph8pmD@wXldMOwaIDY4Y
zZ6q@IrFZ2vE{(=_h~Ku>NV=NGZFYlzmC->Q_wQRDk+|faU4ZN7cjaBLEeklI0V3F!
z;TY${?4<oq<&S+lGX<7$4EG2cX&_&ujW`0yM}p`WfeB<EsXZxgBI#H*+UI7SU@ejX
z^e`<N;wTX9S~M`x^(x~+{`2>wtm6-ppLIcci6$_D13d~<@TADMW&ct7GVzbBEZ)>@
z@GrQ~4vn9ogEl=X<+V;4D$x{#OY^l+DmOID1Yzny0#2c`erBb>(jSStUT;!R5PwhJ
zZ%zGyKFM}M<VIlV##=2AiA3e_F=FBVMh{SrR=9+bUkRV4rFT*HFi`<4FDhI>biAKg
zs>IKY{-#5OKvYMA0Q33YKT3o^e<}C&a_{QpE*XI`W<cg74+tgWetr=~-HQx1@qm7+
zJAeoffejhPQ-P=#fIkL8H-NeILAQh2d%!^kL#^!x6Jg_lS`wj}1p6q#O$eh`fTs7e
z&jEW05w=5y^^-CIQ}nZCfamw4Xo3Gi0y8AW8v=0@`AmQ!1E&@_Phc<s(H2EW;5~!|
z7bc@ZkO@-|%2Z-dgHsoJnp3ZUJr52ma6Bb{M92#F6Uv4n3qt6R+7*u=IYc^#0u4bQ
zfZhv*5)mUsL9UEojSvwdFM^(rI~9c^r9fJYn2kUu6IviyPXv*|F5y{#vJ8I|f*=_m
zBOQY?0se!s9&;Hsx{rFu=7ii4I8dOa<dFi0C+(cVIzfmY%M&yqf?j;CbXCz=L0REm
zLB7O*6Mif#TgX0-VZrHw^iISBuNP1!+*Sy=d*g}G9o28J#%zSe?$O+7EW#|EK_`b@
z2EG`LJ=!%|W6-FjP=lrcX&p{(VBBcAMq-2d%<;_ZhS8}YE<3DPDrG8jBrIOUqo6Ld
zEaVz}&b*AbjKNOY0@Xs%g3q4#j`XB`Zgp;V&U~(YPLD%@!;FKELz$(NWy}`JHq8dg
zrph+i+}s@0jMMyKDQXeFfU)qquv_sX&Mi1DQz2<4VkVg(?ix;yUXO8G_OB@(0%g?V
zsOPScqq)OVJ8wH@yQ>$5m$nzI7l|*7FSIZ3m+^Z&+!7oK90c4BTqGPgTrHe2Ty)G*
zOi_$P4A=;140()R%q+HMhE@hz#$^Uc#-9wFjIay=X5&opO!<t+smdw!DfbLO6Ond^
zR*crCwnBqi6I{d8A0w?{EqX0cZB}i@rno;0jm%BdO&ty74XF*=CfR0^f1>~VY6x%2
zH|-tyj`4LSyb%cY1^!UDvfg>|0N_A!h6_jnNkT}%j)IL+Q06U$u*R^4Hw8biV@Am)
zSqrWT*TL$7>PBzXZ0T%$Z((n(w(H*!d60SHc_evMc}RF@c)WQ`dlY*_d)(YI+&4a)
zJ%rvL-EHq@pP28h9wF|{9`sK42AB`x?hf9CzIMKn0}}u{2XY0%1S$v83o{Fw_a6k&
z2i1pKge--Egx-g|ho*(Rh1!NBhvJ6nM=C{EM1w`=U}B?bqoSj_qRV4mA$^gJ5StOF
zQLRvMkjJ5}qQ+y?qxsVWCMu;vB~vAPkVPh_CBmiACE_KENL9*&N~KE2$`+Thmq;(9
zF3g&qn!uUto8p-6jQ^R`nIuTRO8BCoq&p!_C*`DSqpc?)WYDJ<tn8~XsC3XR{IwTe
zR8rJy6uGZTo|9Cm5~WhU;BHEN1at&D!KkLCW}~*C{;uw(wyZW@HC^>!HDJ|aRcbZ6
zti61-+_ZFKUBC{<uEOTU#=)k}Zp>b9>9?3P53^`B_g+F@hF_pp`}JE=DZD_nkhL~?
z^=Y}gg145kKyt2nDSIAsf%1IybQW6*D+GrP+lM`clMJ^NyAInD2cP4dT>>W?+Z-!C
ziz%Bc8!fww8J!KD#g<KvMU`2W<$_%@`&Z^khG5%n%WYdlo7Nw-CO#X_)u@??`KmRm
z5uJrBn{C_RhQ?-Yb5>JYBiTP!4WMoqZYP(&H>1}jHvwz$>-N39CO?vp;Nd3W!jc%0
zgrg9n>Xf48O$x~~`!kL+Ukq>zc??es)^#Iw9d(O#PIlqjVcQ*BqFcQD4Fn7X>;$xs
zatMcn8Bc0=at}Vo<j1MI?1$4w_}9LR;r-#ei|5hLu1~hN+Z1caG|;qu7=ERGvfmQl
zCtrf7Pm!KOZ$P;LTLB$HxqVxGio!g?Cqc)-PeHIjn4&QvQKCKJS>b8nb)oB_%VAfc
zondWaO5(2)E{Pe^h9#YeK8etY2g)kSmdcCsS@Uo6vL>`n@^EMe=!@8sF!oN8`$Grc
zQQnyKxcVr)esf0#)*z}N)P{!%hlQ%)$0+isjO2w$pULmZ;7Rf1y}ULK?fXzJLpM_X
zQA#pa6PL<O#jc|kaiRF$9=hKi*LV4px{5C4_hkg~zCY>f`mvUemWRzJXF6v`l**K%
z3UPTVJnAl1oWU7)M5+Q!M9#dEf*1Xkp^KsAFEe0y*!<OA&mtTY*(qOil8ogH>C~Le
zFJIi*&R3qVT`^txZvt<k;1l3SCzdm#x%mvu43~5$3=<3+3<wN)RLpdi)JN3(>VGvP
z=)8S|e?*+Q?LE!jj)xPX8EK|yHfY6ZVXK(b@6-va^{OBlEA^}D_o~Kg)+@=E6;`>I
zwre%3>+N?fxi%v#VytuQ?`^zX)?b~>o8+9uVZCLK(H+RICkE63)w6ZldKdQU_O?9?
zPTkG1rS!%4R)R}COUPTy+h;r6JErT)fZFA4H_>Ma+jt?xarxG4bNl%%neG;M-n(ZR
zd$k)QeI>w$U;g(vubq3|&bGh1OP|&5H~*ryI|Mw0Jz%v1z*@q+^d$5pJlb&X@DVW~
zwJDk!Zd+Vcd}VB9oEy(Z;2Lio5AdpaX}^iQOZHZz&qGjLQ-~3C_Iuv%IC(h39Ky{1
z9oGB#P4m6HayU=@s5W9fvI=hRv7^?L>aodE%j5fyd)JwWJ(@ZG@_i%dAMw_}pZ$*f
z(r6IpU-zB7U!Lc=_$CPpiD4!v>ARyN_c8ET`dIzCdI5Osjiu|LpZ25l2Ye*9Om*mf
zsJ@y1M14(UFGnobw#2y3JpF}#itU$Qo$ja&-dwvHz>mzm)~nvG?2hQ}rUJ>lwPp+m
z$&ct00`glL@J!?dqKgMADE#5&d>;;I>qMFgWQN&+lpXA>Vsjug3VIeLpF<hIn2$pf
zPb+*?g0}#Dgq*UhVQ|Z=%H+wC2*wbXj5RJyH<&YWF@Q0jF|suDor&8hA42Zao?#y!
z?7tY%ocK`?Qb{06A>E?97q`i8uM4R+DN>7j6wl;Yr|9r{qX{({rYj{g^+%UiH}jY|
zS7lrvvevPTw7RkqT<s|H)?riwED4Pv8FHDkS#8-l^|MXKm|WWwno=8tHon{Nn=M-X
zvPieN>Gkgojw?<<4QHM395<bCox95Nj+ER8lv31W1hr=-)XA^!iHE-O8~&yiGYSwd
zutBn(GrM&e`<gp$*m7_R0hMM>;=cD@@^FEDlamvxG0pMd<MBJ*jSZ<0{T=Bft+bGQ
zm^BD3S)=l*(nHwoeffDehq_VOzO?GkUXCx_#y{?Ue^Hr@UCzqiRMOO{(96Y|8#}E$
z_QaK*wVENQ)8OD&52ZP!JD?_`{#W_=Zb0m<Z+IrEY+|CS==@Ulj9t>o_(J4-8#e~G
zG<%I9crtprUWY)p!}aOC<#^@&qQy3S^MfbPWyZz#>UU@3Vw1b`&C2!F)y{O!H1DH3
zJcQH>3<U4BAWoL&t*M9S;mP39{EabS6gj>lZ%kl0yTSALed`4L&h)mrVLYO;VwKx|
zq<nn`d@9E0_O0S`+}rS@dNF?AHMX07f(y7g0G0~K+k;aJwu~5<3hZ2>fjExHkBBru
zP^r>_?=L25%yu|_flP@;*|*F?h+9A%sC#BlT47jYSY={IYH7G@#1;Gp3nY9wQ@TJK
z<E-*dw9o3B{r(LMACeCh8=a5hVVFhm8uuL+w4^lkIDVz!83;C^w(z=ihmR*OxK$|d
zaIwsW%*BK)jfpz<vUrQvlMp;|EcUb$J)*7K6(tY%-;bw^CyGZ{_%3*H_+A`Wobs%-
z?E8$FOg&aX8$-KstGAV^9iABpK-$c6s9uZjqaQvbPxxvay~1b?zMj~wtI=5P5dW6w
z3(!HJd){i7N_VcWn2&}JBow$`|M$5V&HiM-NM8w2wn5LXJ#lxT`C!*z>A!mmf`llN
z;3Bo6#QFF!Orrr~_We1>_<dOf2ns4P8^XWo8Obh0+GKB=dv&CgDmL*^gvC6q4nB`!
zzs^H@70QOoKJuFROH+yS#?!$6U?>RkF8V*qJP+sOY%Mv5-;+Fm!tl-VV(MUGV^pV)
zrADRQ>F-jRcZ?|oRu8GqYqIL?S1Q-ER6NvCa+Yu$bE@n2toU@A9!^A8JJ(iRoZIeQ
z9pNA7joFpr4&?=92e)x}m41M{d*8^wnE-xu+;A-MPw^)`IylK)D6hZnByUAloM14L
zQ-JGd_uA$W&+g<9e*A4>d7=H569Sq+t`R~x4RL>tQsQ#K))B`dxkr|j@-~6YAy4h+
zJ%ov2D}(GL{K%w<--ru~KW4Qh-1gK(>xK_TBjrD!S;RdiPD5DHX+?R?@wLR0<T_}N
z*h=GD__vM#UI}hB_Yc73z|O!&LuX)qMG2AA7Kt&NHF7v&-sPikCpjgNsu(UTEx59n
zu{i%ZbJ}+bz9)uhhMA6vi@K1(Op#B)RQt1sKV#i;aK3+zxYuEnZx)}H&mqzIdsN3<
z`lTx`Z>P(zCor)eaZrYo(zxahKAB3@a1px6#TotqJQ_vTdXm1H!dekGXPSOfinnW9
z^<(PG41p?KV3brLOQCvZRhLAMTu<<?db_u$gGUVE*e%=r*0a?M#mCq?-8%=8$QRic
z#wTthGB68pbfCPjVSiHp1F>sipy7bw%^)p_kF-z8YGSE!-aOyD>fs-(daa%{PRFCW
z9>_aL0J$0g3E4g>fI?5|S%A*L<5@~o=2N-YxMuV?4#1<F<MmlT#}@8Vn=Ddpp-68o
zXSy?O#gprPe7k;oS%7C$2jCXT)9=v_{CVpe*ez<<A474nbkbf4jXui7q@>ZPYOjK4
zOthM?B3!xRpyH6=XkjPS*{XBV9c(*p-P>s5<^Ee`NA)bXV|77)W{=eeCxFX=BkTF@
zc|RFmT52To`6EDDTmy}z4rI0afP7*O#MK2{&<qPS|KYGh4I03Y07MDTMNbcskV_fR
zF#S_Qcqs%wLyZ^=!vut}i!KIwAFLp%Sx`R56NG3O6d{C0WJijTU?T-e2CW_C17vQ7
zLWRhM+8O#Dh#^iWbW%uY=zwKCWjRGkhr5FMEBZ^?R8C#&DR(36oduqBS~v@v>jS&A
zsStONdynD_^t6{1&)CGU#&p5ZYXomP$hgv!-N<*;4R3~p;F@=gc<L^NHCHy>I<_;F
zGD<VaJ+3}X5Q{NbANdrWkMxkXhE9Z%h0;s2M&q+aEXgDyrL(yuCa@+f=TBExP)<=$
z(w{$dQQcMn8-^Zw=Sw+DVJ;;u+fOWy_P90JnOK+^Q`u+PnA$Zu9a`?|`&TTNt9S!=
z=DA<GJDuR2{(=en!>7LEn(4O_`hlky2`E~qk5nGCYBW=vU3B}tB~EGzk7jZ%m$R>r
zU^Akz(i`KXl3gl2_`Hrmv`;*I2!450<8WN`Ze{|V)afad$-NFee@}tB!r*j?^u*Lt
zG_loYSJ771Ihoi5I(6qodaM>Ee81$qg+`rLD{=Sv741wPH=Yh|F5#vS6yV?y0iIes
z7(8_!As1&eO>da0^}pr1eOURsnVLAFzt>)<T>`(HUof-lMP*q4<APCX^`ABR+-*3`
zW$heIes-dM#r}(y4{vEt8b7V?&!Jb-_^Y`qdLw!_+g00d{OjFo-F5m8;ZQzisPHp`
zC*U{4I#TFyeh5p@@}w3>G*BQp!vHZl63;!kFRnlE9Y7}sbrnq&9~NLbn7JW6vBJhS
z%%K_aTI@Cy&!DNm>g??Jt|VO}V2e}pNvA-10ty(MVuS-ilMbnOK&a@dn9g9)P?L}=
zIIT)<p3hIdUwGzR{Ox4z9PQzrG#<&XTW>A5pCD==g5UsHc__r_E#z)`H_<N9BGEs;
zsx;pNr<~Unoi<@=qV8o{Crna}mVsML;SJ^8Yjv-}|8nv3dSH0kl3Du<m@LRmcl8-f
zP5`{7GyvD{e$?R-l%6LFny78i@k)v*nxXNDH<Z0iVyyv1L_53pN<LbqAxM=JGBkhL
zB{-iA`R;aC3Z11F#@+W$>+pDeMc7&xr&)au)TGM{R|YaaZN73CPof^CVf-+D)3q{a
zGgdRKc5$hkX}0)QmT1)5)e+Z^zutSvPA(^CBwnCi<>5E!&2M}2ueXKRxj$Xq{P=KQ
z<;@w~B+LeHCw7J78Vkf<3u<_&F!z7bUA;X|u4w|wMD%C7;d8#3M16h?(_Wc<>)sc4
zKTl@iqG9yudf$CubxHi(KMI?s8u?zD49PuGEuTiRE;h=aLY}%~gK+^I!5oD4)V4>q
zwKknLn)d#i^IOu}*qcWiuItlVSKE5)$y*QWlK}5q+HbsDY;0@+PA?ckB6%v9s-O{M
zs1OvNIMpZ*ko*-aQq=^`UHjkosR8F<v%g~Iv`?jD=#Ih6V5%eOOGT82m8Ml8l^GZC
ziiYQZmp=42?uMNyvS_ieuqX_4Mw8Mh)UepF+32t3Utb)w&#VtE_iYa?&UokBC;emt
zsU(O>X{@OYNwP`T$oVK4smrKjQK`~@K!2wp(#Fv|RJ~SnRN7jtS!h^;;s;$9^aS;b
zlQJAUlzmLW(6`f1){5I?U9nw4;&<V#=ECZ^ZV7lDdS`iq<`ang>GcDmaG-0aOF^@f
z+mGIg^Fw7tTJ>tURuWek-*cuu8{Jp%_%Th06YR*FPfT@?;Kfa4^{QhN-0u=bHotQ^
zD~3hK?563c{{5S#%C-K)&SO(;8P7}n?%eI-t91$?c_#O|nm^>%V;k>#*L6T=>I)pC
zd6>e#XD?gWt_0qk1oy8Gi+z#fCuxj2`i^o0Sy>*WFC4z_(=qoSs)Rd!hgpm7hy3|n
zO1B+8jrWu5^~`{nw9|C2UdbPWZ{@a{PM@3dz1dCL4cg`E=4$5Z`jw@XKPzRc>MN`(
z<s4ufAe=ayX&mYtsGPi<>8(R;KCLtMvHj~IJ8o0Y!&l*(xV%NYalDf53^!dH!`C$Z
zj*46K!K6Qih@F%z=AD@ElD*FMQ7AtdLgeBT=fFffqOY%a(>ptVsDRdVf!v&)pId2O
zp53Z;O^jgzc5Zur+zS(!Z?%2Tkig-0;!C=|FWw2oK5rmAdm+;Qy*Ge%kkWPr0)j>T
z&j1F>%E1Bx0?xHm({j<0m*X+Ew`DLiu{Sbh@UV6GhXw-T^Wgb6wKa7yB=WGev2*6}
z;3xSn1kb<uf82~DME?bGvF0byl2;-UwRbWlVrO7xU?CBJAtEB;b22gGQ4y2)fAoJA
zKZ%8livtfMqr1C1gF7pOy^}d3GdDLkBNGcF3k&@}1iiDTor|Fdy`3}Z{}uWFbi_=Z
zjh!qVTrBPFi2kE%Xk_o|!cRi-pG5z?{onI6^|1V(Om@!yudIIsGX5vR$jrdR_}|+9
zsC@tN@+et)nA&KGS=yS~IseNcz|O?Y_h0z`U*vx>{x7EX|1eoO*#0;3e?|TulaKK~
z1^lmq{%^Pb%lofg0x*1x|J`~4nCg8wU?3nNAZamSH4orRUvLB6)zoLsDI&9GlkwK6
zDK`{eh5aGR3i#$tx56ucU0cJi&(7h{vW8HXMLS~4>?;aOoaS7vuncVSU^=t1%z36S
zfM;>zk<ESp@$JWk;=}QD@W%}Q34wqny7^#>8$8G=(QOuzQt$D+HDtZ;E)EzPlrCw4
zb%X;v2xed(J4gqVL*19lKN!>@4uWoQpE!|2tPlf8j<uj(@PEQ#psPd<$p7I)1D$Lr
z{xf2Q>h}8Bp>)Ci!y)PGcwYQx{FCJRFUf#sl3u-!GaN7m7+`1>uUaYc79H35iyc|P
zs-50OEyo;KmgK<03bJtew`i+NDHa@gcDI37=UKgBK+<Y&I>c-4Wi?W~3@{C`LIK6|
zsMioEOir?pzq+Kp@6~HQV>_Zhm;d!^6T|HHN01Ph(7|RkFxPjR?7AW!#T#AH>dy(<
z0S^4&Rjd%}2(wWm*CP)*i^?M=${^O<!Ci(3mDN*d(iixFBvExzFKnMa<k+}%l5y_m
z_xYXt_xJgM{qu*n<`Bv*blt?%H;+(^7=MJ=vO}!I{0WXQ6<+u>R>0(9s1zAQ=W?7!
z4H{^$vIV<P%**^4TZ4A9l=G><l6ApRz~&S*6FGr%9!&}ZRWMYAemSDO8_|yJ3HhDd
z%bs7&mpY~$^&Is!fE}sd+)U@TR#9E3Jhsr^0E)WuECNz;4|*iwyqWTrpCEMeC~)2?
zRHL>ZoFuc48DltN6S919<YQ!ReIdqA5ebztZLmW1&gZI~Io_F$+i!z5ctZ2IPSc_}
zRXeD-c!~*Rj9E7|llt&sU>ktgq8#0?#r_^<4Yk3O=S1q)O&unf#}~XgA?vsbw|h27
zC|Qi_VXzX8eD_1z^X&jM79FTc+z0G{rJiBB+GnRm%Bvn;1p*4G8NaWK`e!j#N|rex
z!i6jfHd570iFoBl-+~;6Vv1+rw2>TQU>kF!f|D<-%g@Hwl-I87NI~o`j$_GSsOMsN
zL7O`e_SqR;wSwB}GI4nUOtQ=(^C?V02^HaW;qOa;KNzzp#)_^Wt~@1z!DL}mMFpMY
z(>y5__PJ1h$(z*TDDvVjAa_Otbxxz<^9!a0K=e|L?kTc_w<hBPi&Mh>E_eFe&J!5R
zZ+#`MVXWujFT)|8@IoAff_`U=(biAo!Oouu=of$7jnM6ii!X9K3Zm6Upub#!Ll=05
z5MIH^rIo4%O8G(4DX|qY(K*sQDVxO+BTHNR36AzJVtdZwbIZtJ&t527GW8<TQ4q8+
z@EJNb1BWWGGWYajlPrTqe;p{~8a`h*8!On!V$|4Grj1EZDbYy{Yv2-D5-kh%xN(9b
zQI%2M@YmuK>xd6cOi6Q56`0Wa*Ru||oK2uah3U&QG>8bE4ISDE<8tW0YjZO@#-uNT
z7?C6-(%`#u30&No_icWG>V!#pPLqY`et9^4HCfo-2wQrBmxeI85mxkXbY2hgNoG<}
zPrUZx^LVbJjCl-5^=K{O4oLkXgu7;P!M#9wS73$XEGKp{hvRSY58(g_f%tT&Di@(Z
zfZrpz<Q-O!DTHGm0EQl2p0lihy5Hi`=05}8M(c(ty63-BGbB4ZB%w*gAs+(P(<y>1
zw7~nF_aRkF$aQ=K4w{isH+=4ddaT%L<P{293a$~Vg=TbYD!tD2#{b4}6Rn8s2ptc#
zSJVt;?s^R)AR^y5Nf_Xr;&87rbnlg@%8cwxQ@+2n!;iJhlc=u}ly(jQCc>kZc3klH
z9m|ZqonW#&Wp6E$_$ZAb9+y1XoQQ2Lj&#&o>9=x-0Ubnr|3suc5)-#lPHtduEIbtr
zy)fHuumCx%I=Qxm<;4izj_i>BnM%+sb(`;^|Bf#hiPQvrWd(BR9(2dv`g~NJAl}HF
z@if)Pi#XLa;sd!Tl0uT@nDEF_ys^iw`z>N;A&m3N!Xe4wjfn1cw45Y`r2L>ZjTk~<
z@bB!Xp$rrgV`JKUmWKP(=AzF$G8MoYH;W-o3k{vTvS@A<@G@46QmfzTD;2@UN#OcU
zcyE@?z*AFBhU$@+aNJRj-Mt@KN&-*;bJVuwC)${+_#X5SQtSv9;Tf~B6?bc$KL~^@
z&heCv(9m(ail)@;Z0LNZ%xmbblq=EXX$Wu0fbE6dsE{Ooo_8a(syX8cKeT-}LijUb
z*pA6S%GqKeG(y3#94m`z?${WuMAov{J}8Bn2J!A4k+ldmIV8FlZ;Vun_6+jyCNYBN
zcW0PTigvhATBb%T5=q5V&WJPV1#^khUfp{pmTyhsAxfC_Q1I!YZUyZ-vhOhDqF%sY
zV!W_|PEVbgfeQwD-}<drCzsuz6ni9;5CTdh5yqnPtxcr%HQp;2+D|8W;KVhR{Hd6O
z2v;Ota_7dA6<uK+$@J*@<DL~E!47ZKSx2{rK_UL?wEW;93nV0u<IIP!qV$0AaSED^
z*AP%~;ElvCR6mz3&j2TIL)4kG5}PB68V)F&m#xwM!7#Tc_XO4?kz6hVk0)5a1DaVf
zvgz<!hJZb_+*W#;s%|8&Q}iC<ut8H+s<En>3SL}D;mWxMT!9u|ZAnRiL;&8T0f(dR
zJ{3c4NajcS#*QNhwj$O57^$I7=D9+VI3Qa6{KjC-H(@P54j1zWCazQ*YiAkG-4)Tt
z6ucoV8(DxC%-A06Y&g`S6}11GLCms+g~yVg*rjM5$psH@LLCcQwJs{Lv*MAgxebuy
z$JEg~73IV#>>r1Y!AtF)+zIDM@l|e41=7V9!^qfRc(vd%MIn+2$ClnW{JNh5gC?Si
z&;|LEa`>w<SetRfx%jLrDF=-;Isg7%L<WcCZ)P?Lw?#8q%7X><XtNiojaMGk*no92
zTDqw$M=V97J&z<()uafX)6Y<In$Lpzw;GTL6ge=*oL1~$?+?VYk2!-8B*Gr;J7U6U
z8E7D|S~-Vs8&9l{P<Y=6aC;DN1w|4`2wav#C98=@x&Y+fJSrIqBV3h__$i$DFT*zR
zF}K)LvOp**@PeSN^x|=#Ns1TLM*2R%;zKeFok5McPi{cr$cuYt<0ByJ*56+_{EHF-
zxvYl4iTQ^%#EJX;&aNvw#-2@vIFl#%Qon}Wff#uF?u4ej-#XP8go$Ha(XRf9-&0P2
zv89_7jHDq6Qw~MK*H_T*!2*5;j|X}+l8_`%*v<DG>-ev;vPnge?qDQW4`d*?$#TIB
z2r!&00+Egdsna<UKR1lz63DL=v=Hj}cSv6{BwA?UwQuSyYtalTZH>cXD)|8({PN=H
z_*L?L^)O{IX3Yc{+Lv@wOJ+g&U_!!2gS}q1eSJT@_zkm-%yl$y6>Nv23-5D9m!((-
zMa+RO{>a+&@6tkGY~3S%6CYC+lsn01)2Za4q^<OuapTBY*jZIS!cKrkQNjoL9c4%U
zCj%m3uRpa=_c>S+QOpo*2$j3Q!=<Iq=??zuW_+%YwFSw-iJvI4y2N{a_`@ZTK-sU#
z+YZgo*`iVpq%=hH#H-3(o)!3BJ;-Sq*rL(yhV~_?@r(ejVKsYm-e$vcth!S%D-DP-
zLnM&M0Yz|?dRZEKys@DY7iuP-ZEJBfRA?Kv6s4E+63fPbko&7z(u|i{9=>}yS_nyz
z34@74s`qj4qFCY@>s5s2qr<|BpRG!pE6&5h7ju9l9UTN(s}|Vwlexp?kaWy@@Ps!-
zq&Sk+vwk-;Uef4DKIz9n8yPYMfy>eNZ*>smL%Tqr%|=z**BeZP!rDdocx$+5jI+BF
z`9Y{s`r!4%;EKQqKNm<0&uA*MX$sl`-T@DgDs^fXuuLQ$N2EF-pmS=4nFV4Co?tk~
z-Hw#MKHVu_mYSUB<;lTHB?}$OIU*C#i9%H0r_GP2e-Jfc@sCo)Kkt>BlV*?BbyBd^
zUSCQ1Ump>z8*jKiCMhT^iIb|A8IKCnZz&}bQ+LHnx)~aC5551MvEtw!1oLtf|LsXG
z(?mods4BC-7Eu-D*WDokDQ3vw{}sN{>c+;&z8F3qb=-=OCkjyYhJE41enS$`{Kblc
zlg-S=C#Nq3wO5e;`}vTyj<00KS~MM~g7dE$wo^}Z1ghc8E~AY=U_QTQFwxN><2E-e
z;g1#v!M8ePTpPUcauEq#);+j~`zI<N=qzcqA9)YQ1IB0d4OAYS?Xa!7>~6)F$j>?i
zoGTnj__Lk(vh_WQtqx8MxayuYcih?-O~xPdB7k?$`x}#!&62bfk#JVP6_2$M+^E?A
z=lRdkyIzD!Mo2bZs4|@k*Lg!Bc?2bu+t)n-;<a{iIGRpiiS+8ot=!wU-Dh#ppp==G
zI*j3D8N@IxJ}Dd<ns+d%1rFA5Z5sgI-ktxPH@v}m(=5y4B0*m_l&u!i^($DdkA7|;
z3LWYd`#m|T5IXdfyq_Izn5okUWaF2D@Ku3mdh6Ce6bu%&09f47B{hdBO9zph_}TE$
zm-8@p1c}Np>SbeHIkqC97dCzOU=%9jX4UAk@pJ}rxZ6Fp*`aok$NLd+`?T{Om988J
z2`QH&n5+-^Aqgt;X}z#KO>QuviSoL}px!2^AhJx;TG%Nq1J{7r+QSLa+)_XRFHACr
zUS=aX+HeVGH>pe_tpY8^I%@WmU{JGWXXGjQju&UgI$XHKyrRIH7GuvXp}AvgC{!QC
z5Ha4%_BILv*D$rzXhB4qNidA7b;U_#v9Qa_qu~;3P_d+&(M@90m>E?>{2p;|vE!D@
zmyDW*{Ls|;1C#5$?o_63)b%k2&V36W0E#E8liBi|k1m5fcNM*FRW<%9{6gusMooaY
zSRL(l9aUgNP-zz!z}WnXc<X7YcVE=oZzdC{-Ox)w;uAUN%%OObJ%sm~p--qDMl!ym
zv0ekwdRP*RN=m%#i`j(3`wn~&{}9j>f6nyz@YFzrzf<mwZk^`Ef$#78J0t82c(zVy
zh{k^wC}vC}f(Ye8GAem0X-32gCKZT#;gWab@a|9Kjo6q0H~sJUyt}=Tn-#;!p5LYR
z1CD@cFX@~#F=mk=4gwh)fgq0x#XDso+mWD5^|fASTB~0l%*M|uTdii?xy@E+sp>}i
zAt+AD_?Kp^F%nshR~Y0T^D{uhT)8ppnU-Ty^5KKm0a>WxhT7CDi<eT<3}JeAojIKM
zRDFL%{Od9z&?y}w{-7IqNL^KW@ojg(vlm}w*i8-VpZ^|$EZ>e?v4g~c++Oo50)3&&
zkLmr+mixR7*YogtATmo;6xMmuJLUdHBcZfvXtrVSt8q8#{(;{5<$^jvI2L-*Sd4Xz
zE#l_LlNg&*NE#4x2Cjsz?0;4i%#>HD^=ClY>$h!mWTMVQyD|Z)euU6tZhoOD3R?G&
zsED=#c@KbaunO|m-Kk{o>#qD;RIqZyp-eQ2J#;VH8t@7>YoYI*c0~+yxGo=BNEm_B
zQ$~DIgAv3v15J4PJOVYff~g2qS^1_#D@_Q=O)Bw=idprL*5SiT06=j-brHBylTP0V
z8a4*O=&R6Bw{737wA$%ei*rY16>vVT84^77wvR%Catm?$I-A!wd-4OunPq-(GpV^N
zW`Y*~!f`NkYgnV31j~vq+I>x=z~*N3og}C0o(mq{*51&B!<14J%nXiI_kn)DS@c@+
zR-DoiFnG+Ww7pw0z8bQ}x(&rOHd8$nk?%sPo(`j`4KDF(R^%!<!4);NTL1y-1cV2c
zpIAqW%Q>?5dYi0&%plrs|M0S%=~r<4cPp;or*CnReWKb9;C%OY#{+7GB^`aZ^E3~a
zMvVr?$@wqC?6!<NXOMLHU27(t1Re=IrzwTF0!=83si<KOPS4(wBbm7!3l`enuH0!Z
zAm_0hHGduHqge2rvO`RYF7?(0({qK;8lxET%BdbM>+=Q~d!KRlU9d*|+>xsBni^^7
zF*~e4d(>ZGBw};5nhKC;B<8Q{u0}1EqFo6S987l;%|EcE^}?2-dP|>z`UD(tXp56m
zb~E%t^9GgF(OQ>mUh^))vR9Coi_nICKlWX7l9YNt^SR<8lLuxz%2s69htEiPM-R&J
zQ;hX9(a1Or$U2$=e`;Ja{Ef`#Ns6GKtnBkYcq8_S7f3dAml7^=Z)$(qxXE-ti)vDG
zQMQEEhkP0Bq4dR_(ER59;csMIrShuLm~|k@_UW#=`hybD)ur@x+6VOe`z}7gD9-Q*
z(ry=a*zt4SicQcHBA>1cSsMd&!E*HLD>HVCF473PR>cqE%T{nDY5*F;=kjJ@-ghfF
z9dXX*mjfzYj1K|N6Kjf_<!!(b>g}7Aa`rsJ0pR3*rWos-P{JoD`9m1X@=IzqODavS
zc)0*p13!383Rj~Tl9TDXdz8`-5*91f*Dj%sW(crrC_+}$C%bg(I?VIAi_Y2eaRKp&
z2y56o>5@bQ50hud<5j^retcG_BA)z&bszmrjVHvhE?AySgOx~x!CiM+iPsGV9Sf;6
zU|Eqv8Xg)j^5cX4%!nIE=8Die87eRMiQMXQCVRVdJ$TM*Mq+A*5K2t?{Ov{P0~vn1
z9+k~p5O26T#?;zsJ6gj{ogoE&>GDD~)9h}1RE4J|&$5dd|59kkg?Of}AG9hzr?zSc
zZ$@LV9>fnt&+^cN0GEF$!ZbK^(CpXzo@h8LNtbH8%nDOXAuG(~IgeHxhumF~#wE^j
zG+ocpj@q8=Q?)z)>g&n;#sCuI6Q^{jBdu^x*vbFei^y5v9^seo4w@K)3^a2ML@*1!
z0?1y=n*es>lPZm3GQ-6=6*d+H#mUM#qcU+I4$LEidP})!bU-SGizM{_{QUM*o{$GX
z$_r?U-zf12KA-$Sia-i4a%S4{_~Pu1Jiqzjy*Hm47|;L4^M(99P@As{B<qP2EaI~E
z*dpJM6L}y=u_LAzFkfFwId>`;xjYGDU`TWHoV*=zF8Vq)`VgqV$Z?G=PUcL0Sqk>r
zD5<<-+-JKIzYBhod`d+Sc<^i#Bd`NA@*?s??39RVx3PAHn5h(}?6m~1jC*xo1l5_4
zYBWH!4vorjmdqWWa{%mA`V78zl!;P2{4*hxJ^GwHYRW`*%DK*&2a%2>-GlJs>VXFM
zu9tx8*b(2yNOg*ccRoxV8bOO|5AQ)TeTFvPOiQ<Dy*5&NqEZ!+m|xv4<N^Z6@YTDr
zxVaW}zQWGocE#}P#jLHhRXYuKfPX3u3^_7QQe#8wyX($wbQ~oZrXH6~hLdrt_vkbM
zkw%dWiOZ80d<C}hdspS6rA4mf70nl8RuFuIZCAYR`|Ga@W*nAmfj3N>zY`U?W8>3p
z1pa1&^`qSh&O8dVGB3Txf;O;|Y)h5D-`7njGf3#a9GrEnR-*8Q`6}^VP-i)Cb^g|c
zz-3Sq=B7uHNFUJe7l(i!dUs{FCL+NFi#Z?~P%VP-$Ah~Yeb~~gnPoy_L~$O~l;Tj%
ztu&h`L~D8|y0@A#NI28L)4^RI473>=?1&3-Vh_PSh6nv)^x^2QvshC3;NXYk-EOh`
z?JJ2-xO-r`I4CSQs0zFBiYe*~%Af~IciDIU);*QH3r9A3&pdFA|1<dIb{p!iR=fT^
zQprZ=3yMntpP=^w7;`Ixy~dw!LW0f6++Q39lX+ij9mbT4ZtlA-zOX)Uk?k;|!#(<I
z43R=Zz?3<p6JuTfdWRh6^U^7mD}b-8;-9lpwB|rq<0)S87N1YF=7Z$!V~?$>hkts~
z-1MN|W*Arn;;+XCIh{w$r~1R<4B6c7Dua+G$R6<A4_u?2J-ah<n?5~w%Zo7}K#fTn
zPAF>H3mz@kwkKH#$;`(tK^!fR5=;+uv=BD)5DTX_K9w0V-(#FJKOpCnHONHggc~_p
z#K}L<6yp_M^r;6GNBbZjF(|8Gz;1mzeQ}i`R$@hA=;K<6udcD5p&rgS+vHS7)JDZ#
zG*M}0Au!k#%CnXv=7jG{4gg#Z%>FFN6`_bwCXx;34pnNt)GIY;p`8ZE+x%gKEO8_|
zb(fKsHogPr^=Y<HFhp5`r#&`0Y0ag|;R0Qy-)jf!!gB4@)*1}Y$<c*lIULGT3Fx%f
zhtw2>*V(4oa@ypfkT}B%O>A%4`mkzgQzXK}l9o<At{04|@YjOojmY5wcI9ZXddDRa
zw!RkDYPxs$1Q3Q))nmBx`|#)bP*?D4gsaBm4PIeKH?|tU<egRY_xF5hH4~vWRm67*
zg>aTv+)mqL?3Pk`J2bC@m@jMY;+Ii=xj<eo(w%$-E?Q1E_;o||^t$vF@6$Qs;>)&7
z(aF+F%#C{FA)^G>CCv;9WN6ij&B>>@HTnG!k(+?k?H6RZsI+{pqjc$U&}6XFPKr|m
zB!}kvF~MG>neVDvv)(DTmFx{#H{A_qt2%CqP_oG(oJUZIHImUlB}Sb1Vxzy*FaCX6
zDpM$3jkMUMeFeenWamFJcw_^C8%T<c6A5`AjSzz^Uyg`trN|Lbk4{7;l<#tBVZ}Uo
zXJ0K0jXN04_d;%c#5?jxD3jrTa1)zo;9V#vGX3MSLZW77ar@acOH#!_UG^sCK4KOZ
z{dC3hRrZFlx!Hp$32?W<l<;qZDviDlG<}n|Si410Q>$<(9hN&bmg0;Q6GxUD-P%iw
zy-@z+1Uw<Y1nY`R70<#z$;yiVV5T^zY)`r3u3^m0J+qW!^!a9hnDY)rYlv3RHXSR!
z>{rua2g3ah{W^;$`Fq)l&&Wnxjy0&X%roNCopb3SM{3el<ZB7Y$oh}cYAY%=H{G0)
zK?vtN-q8>Ht7<GJr@T}lYgL|bG({L2U0<|0=@@HN=;1x+Zz!=El_QO?5hnef<dLvp
zRa*}`RYnqtZk5meVLWeI^D(w^V81LEME2JdYcWk}l!%zb%SjCb)dO?yEtp2Bc_>Rw
z^-ra~A;AHh2MlJw)1c5@c)-HuS&80=2m<+K0tERIsB9E$LTYC0KoN*ZS-H}d6Unxn
zL4gr{FlVfm=ODbyaMC~#O4?Iq1hu;Q*!Z-OL?N^%_!|`+o!DInjGBB-A5_Fphz~p9
z>B<p_=7@!4@0+7N|CNfQBzU)V);Mc1bTiKfEUT*HmZL>TRSXugsehl8VIaCu`LpdO
zT0ek&E1K8uPZ&)nezyNBN)hDN>v74Zl(@v_{Srh*Q}^rAJ<8{$0cSA0<Za)m>|C=w
zR;QI#rpdXvr7|D5wJjmR(oUp&zxkZ@ewZ(~s@+Qqaf&2!H8)hJBBD9;Q$njB#f!O$
z^i8pN^r?6w8JY&_nhRH?g+nNACgfBz^^K7<o}jV09cB31rxT);9&=jR9kCD@uir-K
zXxpON^lopAF75YT9iChnA3!#)Fr#?%UCIRwI*}(eN?mK|H5}ktP-v@099MlonwW>=
zvwk?hdM)WQaTRI%9*)G=o5yq<Ggh|T$d@#&fM94mQ47XQF*lu+6q~vVi21ngL>+#U
z`!-CrV#R=+zHvE?(&jR}L*ZFm_%S@W8{$t*uHVmZQy?OFNJ=^&Ce)o3h_KK^Wy4m_
z86P)n^F<xbBh`AzRV4n3^WL+wI<SYMSCkjEF+j?q>)Z$1`dL>b73YsY{QSVFx`gQZ
zY{A^KD4zB|=UIZ|G!z{)lgqOk_9e&mFtZ0;aB_LwGIze4)xQwauK}ryUNv<1uy5>}
z&5XJVI3ja#Hz$4^Alh=A(6h##n8Oj$n5S#!#VtU@MVmxoLr&4ju#?S|mNh?GZm60h
z!=-?YZ2Y~7c}*>({FmU_1ysP%8pAI4LM#NvUGEptI<{AHOZ<SM@|1+0_?)na5=uoy
zSJ}NJoi0jms<rX~*(3`8s}^ndm61sI`+LOWRZFXLH+fye&4K@gG)+mFIaTQ4NPe~p
zMIJ8&Z<pkPr$_%?_2UtJlom9zm{yMYi~g?n-lUQ_8Y-w(K`cwrL`Imw7cCs6rtv`5
zCR3JPP+U5PDzTXtoq4R5J!3OBcf{i1>eD`iTFtN6tvB?w-Y>GSyo-T>&Eq06PF%!X
zKN$5hPc0=5Y{tvt3ez~Fohcu_H!j#<^eiTKH*Q_YZ`4X`*@RyWKtDKd1lR66h)?zw
z<5{yzBQCgXuD@T+*XCSyXUB5g`6ZspE8Nu@XHruOZy<CUv!ruSIRCyzMQO3bu?ZC?
zyb<zW5#Uun7#MKHz(a1!H1}Tz4|>#bLX@o@%y#PC#zQzpo!Fd55rwZpC3gLV{yfth
z7R!cE%!e~5B8|&Tjd9&aWbq%r(JX$`8k|6PQ7wmM0_js6D7C<XA1q+Mja|ol7M15$
ze|Mb;o{57Vh<4Z8;6BuRTnA$wbL^0?{FHkaM}e%n2DFJ0MPkunXjpJZ73$Z7O^lzT
zS;eX8iZoZgRY^gm@rCdr4xCm>jt{Ua$^QyDhW}Mau51wngM4)w!oit-_eJp7(@vmz
ztsR}CedJ+zVu!`^?*h6dz;My)^Kpr_z0?N6%;e}`l96L~<qTVk0}yxf=?rPtRf~mf
zS)=S~g9>B56D3%YH=?^qf)=`PmV+m9eCc!AibyOVi2kHEdRm(w;V{8OZ?SH1Vep$5
zdToR$U5d>?9ZGCOCx&;nExe(cJ!G4XrO-%fT(#VX>pIpLW^$>fT+5<x-O5-NNoAlZ
zXn0MG&%2xAl$0t>bo+SEc&f94jg)h-glLQV(5pL|@vfbyh0pk*l0M^Z-zCSgZnVif
ze{eO<KmG_*qOrz=I$CYPd&VCaKqcaX%>N*k6v2>R?}h^tGxFod4*g}c>#<0ZwqO{g
zAuPk>`>2skgCTNtBSAMeY*`dwFIgDiX0HOYG{XnxrAX3xrK-g?9;M#<0Uj(wCAi2~
zNKap;wF2%-03A6R=l5=}tXwiG+2e<~a<d(m1t9E)WKB1c@IwE7TKge#4}#Gr8xU;l
z#yF~Be+t}`^Ds)r-ALM`&ch20w(Q7X{X+Gt^&&XOT}1M;!y=$(jt1YhvBS6Vbis1-
zwgAoyklK<|t<GyA$PJa*xLTugWrotL1H4v*QXgtwu7Y4VNtqh{71!pOYIGPdbT3ya
zH*l1gGV&V}A^94PAYCUP_vVaU4<hucN-kTdrnLgk*oKry?_z4m+k|+0;wS`c`v;!t
z_<sUD+-&YT!WVZJN5AW9IbyXk87rOon-rucr!C2t@&D$5!p;7rEyb|+fRy81zL|YY
zB(k^g+_Mx55SU8JqqP$^yA!hr`z<0?qyDZdk<7Y9s?e!FHHgz8mu-4z*ZfU>h^{C(
zvrQ=O9gnzkUd)t+K|Hci`F9Hs%mS2<r-_jDrVDia$n<rP@dr}9!&Ix=Lx7+ReL`ZT
z``_n_mjYv-2oQL6T51vYzAf03D`<@&<g{cOH)7vQ7k9=_@r@&nusNIKlQOQ&DH(;P
zr>{a3vJnVROt8%0#ICrtnn$Nt%ESO}nQeoF4v6Tw_J~rTIDau+6eFa=^#1f4X=EAh
z5$8izPdd--3*U(ZGJ2EQTzCT<<I(ao-jvK&nb|&;%~j^Wv%9!a=0O(N^$nZHq0R<2
zS85IQtpW$6vlk@(V}@QtTluFo?*^RyJ>ncb?bw}uWH>~GqS_ARkLMflfJ!KMO2xvm
ztTzE1*b5@rGOEBtv949n0d#@yGOmaQHOsGUV7`y!-^~IC{i1-#{f^ca2gVJE$(mjg
z&NH#8O-a;AFl0XD__@m}Me!|*0QZmHLZOtG`fv0<0xp8O^0jk^Oz$g4W>Gf4x=;LE
z&vU&7&r`ZvKWE-|oi~C}P^jg8++X##7bBQTH<crj_OzqMojh6%Tru|kw1|Q}DgBP2
zZ4Fbi8Yb*-x5!Tb!|c$Zmpi(4ghvvsF*OC6UhQW-k24oFNLA=dLoRtouV(OTx-AEE
z?6FiFNo;K5q$(GTV2?6Hd9}w<J$O(t6d$h*Qd3fi$zXI^wTveaFP?E`Dz)}-$TMg}
z(Lt!2>lKX@h0IXXhqA)sIX5_!W~RyknDoXn#lFA4RvUEBB1i-#zECpCyB2uwPhz1%
z_*2$JHfG@YE!I%P_GmEPqrmP4FvCxmr-zw8G_~{&-KT(0;JB8gJbA;Fikg@>#PCB`
zRfS&&e6VI%{fFpZ^uww3zi1>jys5)gl}$CWIx4V&Ar%UaIRyubLdo0j0$V%|oqNUo
z>hXU#E?8gp6T=G?o%cwiqi-+sc&2nRgb8J#ATPAe&A;1_w>qIO2AuC;yFgZbo?Z2!
z7-}m<n$w1~C?aHxb+tzaW=seI|9*;;?|lS_n3#Z=$et}}&#1V2dRfPl$vegElevaA
zPAVSZG3*w&=l=-|5~HM)xudjPcD&rar$gXGAYx>N71rRFo0JLVo(?<*?QDEmvs9DI
z1-0b^qpfZ*FE8mcEY^>*3xvC-WMU9@hPm$+_1{q%LP5<%lJY*F@_UGM)4GTDm`8}T
zh*Lq|qWkLjfR^A@%!;VNej#B`1`f_;Y)S$rWrG)I@ez~KFl<93UUEf)SjCppa$#+D
zPAhO6#IWcVsL&Qw&rg~$5X10=MKHSln_WR^(fHG^r{#JB<JC9qQR2w@ZFLRv#~e|Q
z7FoBA3HIkx3DK^%1*PgZf6k;GuRD`iV~MrMgb3XbJuxhj6GubRBAS(LM`E7TImAdE
z$Lj-s%(*@DVP{%5B~(*>=&y<~oeRUelz?lxq~hCMU?qlWCdBZu2RQ|>fMOXIy6qb5
zDV0yb<>0Hqcz8qIr5g`pdSj3rGCVN^TGQp}P^2jp1GP9Zd1z#EIZ<+vJyS`45&9%k
zWf96SxMvip!~KxTac*+J6bBA23suqhRxVjGEqDiK&y6^=m>JP<k3!+=zdz|5-k}-s
zR5My>h{0`|Py3Y$_Tc)q?gihJ_>F=c7x+vx>4T{^f}~z7nJ{5!@QtfT;PBW^7Ax04
zn(HK$m!G6Mj_la%d4r|=X<aHG6S)?dJR+<`D||BCPvk4?am6O%tsAdVIrm?wWaHkw
z8{J0uKF^NK=<-tGQP<t#B_(fYFAQ_Hf@`E<@7f&&HLT2t29WMjU_f%-h<z)CL-zfm
zoc&PR@bSCh{F*zt2LH6$dl3At>U7F;0aw!8Lp&2zUfbkjHeo(A8=qn;m8gr^J1Rpa
zMzG9mg<B!Y3zODPo#0?EhbcWPjS7{?t2Qo#lg>`1h!b*r&OGCyqoOtf_ldMgaV}}C
zH_UNXVu1r_H7GOm!1yz4B$r$>&!LX&QHsdP7p>b-f#k-9uu>F?`M5yb{T~21K*qm?
zG8bzQK0S)xe%y^mcg{e|#9zU<^1F<$VbJ188@<HTO=673HD@SFsDH~>QK@UkZNK{(
z%!}x!pru2l3c*%dhL)#aK*yFp<Aa}HiV<}XNB?UdzF2Vwe$jK71;o$d&Sk~ee5eUG
z+?a)pTV3ea%_3VLLRmA@H8m!*SJHD&jB(NQtcj?RZb)a<cQ2PmpyEeMQH*jQC1MU3
zMXxaqc@<!NMIRw38{|YbhjoF!!&0Z!XGfIhCCBiJKKwOqE<`E8tjTOb>4%aqMbEgN
zUUk`*Ceh$YABmik++KalbMG;B&Z~dFQr|DaK@y@B(FvX1JCHZckNnx$=&jSBdrt^j
zW((?RniPZ+8$WAAL&qpodw!gmgI*kJGD1^16WP;mV&P#g8OS~&CiMbs3PTQ9>6>=(
z(3verV~%q1+B-08rxj$&HW&<y#?388*DKp$&T(SN=WoFa-`!0S%82_GFUQ}U`U5^X
zWiAH9x~z{fmdS>FH4)65kqs?_CarWX9<{e&`XDW3BT-~f%#tE>oeWmA6=)GNu^3rD
z%kR^9Y1Fb9nSUByspqU~;FR|+VCk1K(1LQ3Z_+vvLm?B=7R^khsFKh{E;kpEeuio7
z2zj`qM1T>}i~yDIF<K0?3_280ifEqncgXp&pG5SeUMtby%DzlgWBWqvG8%G|WWST=
z$N|}x`y@Y=Q{Td$<aNqD-{88}C6HtXMn+n(|G;eW$QK!+oQ5gO(~vux`a+KuJv-?f
zq(Y)+)UB4q282kW5fzb?p%NoO?EifbZB{OWHGLVfSfxZWw2`%2=~UD);+C_w%4B00
z{2o|iUX(6djbPDaw7s|mdRm>#lcsS0ML0|Iu;ep0<In%J301R8v6Q(ck2G$;2WKwE
z?nC{US(S=2C;dpx%|u4<1Vh@huq~$#mFgTA4l@m%YjluQ(aBgWT`H|DsR8u$(SShS
zY0(WbnP&>NH!?i_eLx_|u}-50eg`dhw@$Yqoy)~tZe1ja8?{?%v3dGtv^KV){)Kwf
zJXnJP_W+7$Oi|*lICGAUa=bYqYRBTR1S!XF(r4m2i9^VOVKiK5M?|y4Ir5uu9-8WX
zeu`;aT#ddLS$;xdwxo@}*PGo>UZ>pP4gS0ife3Xbq_2jC4QOk7n(<3!42?WXaq21L
zl{!$xa{l=X)0hFKN7t4pLY)y9ixPwqrgvD)cp_&}9KFx_u<xh_q0-67o^>bJkKioc
zwTqSaD6kn=mWN7NsQW0iti@Zp;650au0rERMg$M^!#br3%?x!;pF9C`KY9b6{L}_4
zx?wuvTobRu--@~UlW?k$O8wMy>^Kxc)nrDCcAP<|I2-+TABt;Jm8B0-Sfrs}M~|-6
z2Xm%@{+JAzn_w{vz%x4OeM2CEVq(FP$|yBV%$mkf@!2fRDu|;XVFCx=043hs&vMVU
z6Ky#DXI8O1%@v<cdzrL02xFNMl{Z(ACNy*+yYbuq{5cF+<y=P1&aA-zrHu$v4<Z=l
zqN>92>P{ZU$@*U8W~HFDzK%FH3Jcc(8KjRyO+{ZSpu|EW*tqQg75)k6K6@0WSWz>d
zYm7u_N{%pOMZERBe74zQSIV4rbkoNsL9(>8%0i-A5?q)@qi!D8QWuiiTwWnKDQNx%
z?KKG`0Zi%}fngkH_&}JkR(eB;pcI0EJ`4}PLZ$cj$f0;Mc|j_QmeGUFWzO0*u(W4e
z7-m|x$St|nhYF@*4J)ljaN;o^YH2~TGxQ{@axM&k{Rq>E#2!P#Qj!tRAkeY_g;mRu
zdh?xVW_U@s`wVQfd^G>%DRQkURNg^_`V+5U&Hc-;Kgdvd2Nl17llLGOi|gQtSy7~A
z!VQ(A{rN6T^khKarbe3044*E9VJ_KaD>S0d&DB*YcNug&B#;X1Y-D|=_X`Ih5eV|C
zDf&vx*Q(i0Mi0nrn-rPf03+Vy&+?33B6io~U9ilc&x!Sh#jBpOob?565CT!7t??{Q
zovx=So~lGrx3|+MLj2jae?PWw-_9~eQ4Fv$d{=unnz{7FnYtd9UNxb=s~InBc#%2z
zT9g#zk^n}qf8SoNUFajXVr^e0*m+r3K*dzvHio&JVu9=fdyf-0>5y!0z@a0omquen
zXrz<(*@!`AX|~p$!oIyb;U}I%{Vp_;$O`l5mr#Vc*Pl6FlRyMU0)XzGW2ig(Wl~xR
z*&Ky_QF=8g+_K5)!WbOdN_O`cGV(R3m}AGp)tQK=S<(6|sk%J^1Ebx=3MMhzHgXrw
zewu{;#3j`#%8@yPSz<X{<fd~IA}k7~wpDUQVLAQNFLUM7O5}g|9(1sLsB7<T*vre&
zN+Ky<G8;KJR$~8u9m5T)7h(O-Ud$>eMo$N2?tBx@HmZ@AV@B3+8+r<vp-0DlX007o
zF32Ksakpv&)_gz1WgPUVv#OS{7j91lb~nY9Ra5!a^6KyDCT~Eu2r{{<*4CyFR!=fv
z0@qEHcjJ&=wx;06*>1Ev-ohj&rbzOcp}r98b8V=+X)?z>hHZ?s3o>)lGu+AC4?P!6
z<&tz9<CY#5a-0qt6=?9WIFOs31_MLd=ggXe;noJ4__;)dNr%B+7dcHIi&YHK(Wt`o
z=`&!A`Oq`i17m6)?8L2s-gYMF6=CtTX*j$0MTAl+aPxHw(b3XD9AzaKg9iQmZs=&J
z`QUwb!_!gC4AmpJ{)X#V)lrNz30!|Yz`O>5B$b~iYHEH<BG^gpQOfH@nc|v&5=ugQ
zmRe(Go#Fy^B2JF7ol9gr4o5}+m9v>rdNV~Q%Kn`jS(K-RaZf3%dPuq0kfVVmBZ}Jp
z@#6R(a|9~qAZOZjFvmL(={%-z6P0ZOf@fb~$sjX|nKLkA%SG>I7JA5LpyBh+p?vjX
zm`bzJvZ);l7tX{1-*HSzE5XoE80jqQ(>Y>d<@A0czXm6B{V3^9gT<?Z)nY&|7v0on
zsW^*dppW4uDK;0YhL>Vb6LWm1)V?1GBstJJB2OE~h71!+W?g=huMkLkbvsT!bsE|}
zn*N#Z;^jX}kp<K5nMTC!MN`)(K6L**$TF)?PlOG52XLAx5ZQV3lW-vyS(h-AgwoFn
z?#A>?<S+!@$1=1-EL82M1KCao^G!FerW4VOo*_RLGO<n<r^#MxLD)Tv6V+#s!$d3#
z4LwqTP{$&H>gXtT?A^;rSyC&wTpz_SD{;wcccOAqDdTB}DWZ9C<I4G>hAK_o<@K71
zN)T!2d{gqwsec5ys?*+GpT@wzlZp5to}$%d(<(xdhCzSvxP&zLNi=qTI%v)tR5n?g
zCN1qAQs+91^iIa<eP&cY6~stG0FKFVm@-*YgirJ}M=;bz8ToS#+_ZcYCBaRI9s3Gn
zb%>@ZQ<-E{17rStL}z~z`;WEZ=-0nV0go~^xA{N+Ia&t{2m~3_x6FuPwHMh`w!!a1
zgC<O~wV=R$1}`oqvDBnt)<I^orD}0XB6ugaV$@uWng$z6(pyklzYssz3Y1uwsZJ03
z1;F65-m8rgj#67ol;vl?QK2kXec4Kw3Xq6XohLfcv9|+yWqmYqF4kJMaAKTvQzaKq
z<?6T0Tah$cVK3oOh)&=D!{J$7pLKY>T)kGUGZA?iisWIWxA;k<x&{^dFiQdX8Bi)&
zg-Jh3kk^Z19;417NmOC~D7i|MtA|;6cTT{pmKpJTu;-P{I8@tAN94^|FuhDEDP#~o
z3k%Qb)e&so_&ic3%vK6zCyfmk8{^j?kOT)gP1bd);{>wRj3w|j!0+16D%~%El~`z%
zAhBq<h^A5{ou(^UyhB1anEVvu%B7J=ml!UXm$3$R3(MaRPD9;M2af(Zgg!2E>6}Ch
zQWi~q1mMsf7Jis!!YzMi#^T~eI9h*$K=q#yHKh^agV0kt&@T81PEd^6^O=9-xRCww
zN%Q~fH)w2QUri*CSt05ZTqtuWj|v@uM<%z_d=Tw3!)T;K>iQSx&1ISW9`g{oi_Sos
zpM|4mvyh+CgVS|W@uRIO6ur*~MCL>TJ>7e{!+8F)g}8Mk^Kdv9UTn7HC6~R4kK<At
ze==bwq?b3>HP<i=FTOCcnRg_U#P}AcnYDLd7-{5II>II)UX4HFfA3!)Vkr~D7`ypR
z%@KUEp_%5lbcBqhEc3a5oM9~!@n;Z0xiEa_C_=O@P@~{oiR3C-4oxcP2{lVBO*&kz
zLtO0Sc_R5~6jho~wK5%<(^Jvkq(=8{hGtVSc23hkPnZ0G-}upF%tp#InuI4#gLa5S
zLPVF^5Ao)gP%wEJ((k+%?Wb91i3@cOZFwG3n6f$2A7|pO4TEVT^li{9OU1)ac~{2-
zuDoz3({Wi`ZbXYLw}Z13>-^doszT+yXV?L|iB^umRP1Y3Gyh$9)9bU^{|&l#{}EYj
zwmlF>g<Yk1)~}>b<h7uoI0gluE)-G}B25Y|La^iah1-ljU972zTO^5FF<M`6&m_^y
zePq#4N%0lcH+kP=-&FK&TdiE0k3YT{;*jeuBoJOD4;y3=uZK?`MlDwcI!0FZGDDP~
za0SS+>2x!ez?Qa<+~HO@EHf$RNx7O+WT$Q-^9Wy$>y(qI#EPY50XIte@VHOV^6(-H
zTI@wWQ|GEyq$7t*7K{vN(YaNM@X%2=M~&e<e(d3F?&lJ|*|YAZNthVjf0*o<gwnE&
z$^V7OyXiIzQmpGaUX9V(T`0f#MvSnqwUu(|Xu6w`p;j1GRPcfp6iOC~(~Uu=3AwE{
zmLE01r6)(^I_IMyt~jglqi-+;2S_0H_Zfl6WT)j=3Sak(#;|&h6E@4(O0t4+m!Sn2
z0On&Yo)Ec2i1uaq9w83tDAvgn1eeZl351pJg1GW2Ex9k>6W;al#}mXM=OxdVN$l14
zmfxi*_hw%d!noksiGIjA$}^PT<l7s!3kihh%R}l1`|!E?8kA9PE8)iI1?XAeZNJZh
zEkZ0KUJM7By=E$bm7FCtbuAp$IW*<5a2tswL`5PTVG#nAhunm|2<k2jZKSiO4#Ojx
zS;FNJ<W0!Hl*MWErKA$b239<wMZ?K;whN*-^ZNj*{VA|crAfGA0Zfro2-7YeXgP=!
z3zr_gel`4=MX29Eb92i9lwP+I!A{2g(A(}!@sgj|8N5ejh*dN4Gy~|!=lX^HR-}@^
z{YEC*W-xe?giCphc?nMJB}aR|agYR>QIus+>F)k0?qrUC0WEye&Lf-h^)3HN&c0i@
zfYB{m8&KUcg!NpA^=GV#ImnE{MMVh@zK4o*UvEDN)JH{{Y0$5Mw9=Pkf0Fy>KNF0C
zr@ZNQ?%LP6Lizo5etWIM7Z8YCENy>#6Q1a3L;*#XAyOpsyI`bYJ&Q_ICT9n!kGR+8
z##XLq`sDB^hC^mV48^QtH47<ew=)osNUhBz{vA`Ib0g7yauq*0N~vNZ4vC3)kcn3K
zJ=gZIVbc5*Ojw!0`QAiV2-i5z;nKl<e(e2246d>=q)%Ui^c*hU>D~$NsTvYY7fKhd
zhGEuHR6q6%BCWenxO^qej7G$4jQ_DkNscxQM@-1!3>VLI(GOxlZXZM683`P81`&*>
z@GXK=>Kz<hrmj-l<Gl7-FnZ4(6D}edhiyYqte9ZH^op@$DjvVoHx*Pl-ZF?^A7kZ9
z%E2|GA#}2=Q4vF3Zk>`xVhCd6hV`^aaXj@5KqT(?S%Wtmp=F6qLNzDeSU7;*UPd?=
zXb~l=>+E1QDiwE~I*Q&tCdipZ96HZs-id)YM<7X77a>7BS$hIIMg~wyPo@A;PdQLj
zB@u>bIaClSn_752-%5yOkJp85RF0lvaj?Fi0YP0J49=NI%eWJ1tcYmRkXXV;C@Rs?
z6%%4%E;y^MheKAHh+iOUevCd56)NXCF!9C=M2O72+xT345KY@gQNt)<ZTW0Q39o|9
z$|{Q|cF-xc9>w!+N7|}eaOBs2L8yHX{Uq0ui0DmCCrL9uLLajs!v5qKT%hwDS$$4&
zIX(Q0?j4m-7wSy?eHLt}izA<jRAR+?KQ$o`QPf*GXk}Ivmd;8|gnWz>ao+Cx3W3!3
zx$$_H2UQf^GN}<WT@Fi9j962dO&uVDqemGbVQ`|fjNJbCVeDm@(I6uz4jwo}|HUx6
zT25on(PQv1Bf`hvx<f~fV1(SJ;dC{2?W0kMR>=~Uj*^Kx$+g~Yf8XwPuhR4B;b29(
zvtgQWDOT-c<-8i2=4x0#c!1#nk`J0fVo9NbAr~^Dgn1VlOr~3Z2A9z)p*8CzR}a43
z)`<J-oAKSY05%58(VhMgSj(S7UfIu)mGRfC6UAi<!pvEZHgRTg(qmtUj?RY|hQ5xW
zAV0vWk5%J=zo;?oQz;Btw_xBU7k>A*LwNL+NoXkeK1{d&m@^H5`ow2Ysqe+TPyK;Q
zwWZ_KFTcXXA=bp|HnLwXI-h(PWx+btU=EzxFb48y?TT^9uQ2^F20Ajin5QzA@;%;P
zq%npLd@qJAA(Q#<wOvdiV;NRyJak!F0%mdAF2#PCXy*}1p2Bb=r<2uWv<O6vSg~vc
zW96u?5S4nG8kq@c#0PHw0E0>gafqh;8*jZ675Qm+<>dp)qC4&FOpzAbiPA1tuaozC
zbD!rph@38z>T@w(sW*VtsaaTRb)tfCF@+2g>!Dq{m3l}IZPeY=n)}IVXr)CeQA@|`
z1oQ?HOD=8InPjJ&$8j|1;}Qo$czVc%Iv>N~X&N><r^A`L8YzyYu;`1SincQ+qg9C^
z;;O>5Tc4nr?$0y?44`7B9c7Es=}C9O$LZ<t3nMsom|pRz%yFN!4pxd%{!I@tNh=3s
zfBj+99_dE!&c9&7{2QQ-SP)6)dLdl$ITqk5M<x&4ES8Wt<fIrDM~HQ$qERy=mDPCZ
zY)s)G(f1h#5vrG&*FiCBJH@Pz%(Ejajh@4?u~v58<{u6@j<>S}>d66glY4Ya-Y*HT
zfE6O|s-g>k@<uyXww*VB5sfX3tzum?2lbGi_C^F4?xEAu&dG{3c?>f3vaVNFx)G;N
z9s~V>3@^!|4#_boDMM+Y=&#a5S9zPAy@boo`9YE*R@?Db?D*m~q|T@JHJvGt4DO3^
zCD{P|fnIG4y_yiYi66COl?_2Js_Chu35(oCdar_6bQN+KBi}~PO)M!gXSMPig$uD@
z+gyehEO$6CiNMU$24G?Sddzc*-q)8f>N~6CSWDR?GA3HfZlf<{9sDEH&~VI&gTM9R
zV1pkk?sMRd+hdq)Jb?I)k8_2bQiSGx2irCuhU?%S%=`O)fhW(3kW&MrD+ignKKKd-
zP|!MoURNKwbHplV!OneAeD3)O7NnBkm3O!VXugA&Cg<0rC?a4N$V=+2gko)HovrO(
zF2?eC3<u)L%CNl6{>roD-p4vv?XrEC7C^C;k)u=J%d;AA%VhCE&>BhH(9?6Qp&}7v
z*oT%W4iQG<x+z8(>D|^*OxJN)JQ-`zL3+6&t}Qi#5=I=|y@N_|Ipf&9l?S{7f6fs|
z^4Uk9JBrP>Z(#r$EgtkS=%`@nbM!D5ni-YJ0>U{|qB6K1AS(n$81Lg^UWkjLRcq9T
zt`HZ%Apj0?qqi^-TACOp<dJByNIV+)NqQNB(<Wi3)CXoW<b9FNhN(6qa~N2oHr&m?
z#TqUZya%J+L(1}N;=f2sUr6Qu0han<HTdcjZ2va~Kla6O&o|AuX~7`U>0pev{SL7O
z4>RAn3*CE<V8%!O0g;L6h*8<IdQ2>7+6G<3iR?k@K81sHyjxf!H;gZA2x0-lVczWo
zGM)%zyu{Won{a-r8k~$0W(M)C$+817=}FN9af<D42;-OkCmWx*yF?l4OC^#dzPy>w
zBtgBIbKh;}BuIbU8~9va%9C7Xxt#GXIT7j!RLsflJckAeaEenRn$&PffyqXuurlB;
z-;9EMD@ysPVO&jsb)5pVB=xDuX<~k~liM_t)12mFD@UozD9O{DsU_z)hoR36-XR?E
zGQNcIJXHn@mfJHi&At`|sW&1!+{I!Gb?}bthpTS~`g``lLF?><`9DPYQ;X4j!ijAU
zhp^{=oOs|XU&0*btXs}}5=+a!gzC)IIJ5ByOf%olqEqzWP<PS>a=0ixOA!Thu*6x_
zge)q?q5+BNbPT!PMI)3PmLwsFcR?l?N=(YM6J}JRtSu7e7%|Zk4csW%l2WJ%aAsDh
zhm+U}=D~nE7qii>>f0q8g$ZAV>?aeZ6hFmSPlULWEh)vw_jCLF{rnlpGcWu+ckYFU
zFUvQDgCrjiC!ja~bTdwW>oly(=>YW6Lrz&S!c|_36RiyN3bS${gUA-z>33k6Ne^Rf
zm{l04V?{;cxXz)4nfU-F+S|<~tdGlO(c&45n6z?rSu!LK73Dr^E8P*UCKU4H012my
zF*bC`D+T~Xdz7h7tw)*JjvGl0Q|(5Yo5Qe22UxPS4xXVcaJl!vK>a#1^BW9aTZz_F
z+1UOknxLoZuy$D=$^uV<p*=Y5&Ou|%AS!QN3teRq^juiSWc55%61)HaKmbWZK~%s@
z%a(~og+8qZf7#&0=hyowV$t9r$aRI9AbYYU2V8I?snjO-<u_&H1rn7&yrSq5hlj-A
zXa87yl0-0em6h`wtIe6n<rmmBC}W<Cl|i9tjAAY@Fi4MdVOEEc5g&n`i#FP`Y$&{*
ztI*PXf5~zdyAh|-7!#l+Ur72)YF5iSEawnk-aK)F;F+}XL?PeL;orF5lgE<3%ctBW
zafie`Uh|xD&y_1Ky<I>c0e1i|d~H2?cQKqej|nFnpdf<`v+ga!w42HpNH~JFWBr)0
zq5_`AcADoHTEZGer~b1Q<|@w83|5P<SX<01ehdbck!TFe6EI{MNH7dM%c9(w%YtrH
z6eB5=M`?O=>0%h9*|#SWKppj(P7=<3#`QB=l7z!qk6v+@o%onD1+!QYqnOJS&<Br*
z>ok`h`F94z1>tahl7@nt(0aNAC#k1YRI-F=_5tLYj-x%8j;2-}%5Pi+eIf1hG%&EZ
zB1J7$_0xFq^vfZ9=BW`Z%AlNl2?UZHxUn%-@Iw)QI7Xre$jmQjt^6*3_@DC;87hPN
z_$i_gbDZdRl9RYe;GPUN{R$HZt3q-DyOA}I9V~iBu~vv8P0PApYKG46RAY!0?tMMb
z(vYHJMSR_0BPTRBVs3K&zMY7kB|Hm(>_2oumzA67$lFCG=|8V^?K}e4A6|hb*TD{R
zjvMkpU&X-CzgfrBYDyAZ@7&0M!x%$}LiDmrafb0NLcLVYAVYyu;-wRWlsqR+QJhPq
z(At;~bdtwk{TZZR%^*a11=<BqmIV8Ni}l3`e1+QCISm)L5A}_rzi}AF%t;T>wril`
zWh~E!m04M*pKKxq&`%=M8+COZ<L_lwQ!%Vuj6zXbH@v|RJg1pWwx4+)WENTiPtS_&
zl1E@JFe5G7%&Hg`T$h%DAVs)QXB70sqm!}!eXJtChY2%}47cGC>O^4m##^ioEORbE
zMag<Nm}?#zr9(3O0~Al4gyPB-Xla;&4Q<OXEpswvWFLX0qMMPY2a#jHp3%hV97+0N
zm`#?#d#Tku3Z}kUToK%rrXV`sPX<@ye-Q+ddVml@R1lw-&kv<;6^%%6abqA3Pafj{
zgtNdZogz^&{Wfc9WfLQlmBdhJV)(w8qB%k-<erYGn?_UC0iYS(Fwj9*hY=s@<f23;
z8C>0m=x`Te@+!<blZ*rg!?FTDJHppR9v!5dfYcuPqohNZsfCAGZ2Pynp`BHt+%bBT
zWARzOq%zk>@#G&K!ldQ*VQO|9Ct8{LIc++_jyxppII2%oGgX4zk3=(J$`s~`NK`K?
z%~0W#2;Tscp-vp#19f@@rj>BHZxVrnk-Kt^yjwbPB}zx*=^9RylnCa{DW^5e2b+Tn
z5D~<et6e}K;!BPS%N!fOI0sluvB_IEjFu>4_bakF5H1`&-h)aeE}5DAHTi=xS>@y;
zI$kClC(=uVuE@d4Cwr+NkXRxz+3Rc`=KzUb6X2BT@AV+wM4(VqlTyc8=5UybO{~2|
z(=shk<+&8msMp+{l26?xjy_EQ{nTkrlhZsh*o#^c%qo)=i!C=$BwK;BD6`x2%nzAS
zO+8~OYr#&%_P*<wdfJKNyhgYhkFv(r5_<d@%*I@L36a*)a3EML2>x2WbOqM@!?Tok
z5kiuEWf1tPvJ{#WZWFL^$w6gPys9!$$a_;^$Yo95DlU3sqqv&M380wO>bZstbK+yj
zAqTK&8D<lYz~<|Qi7{=&9B7*9BN}O^nCoR#`~!$~GR}=*WK7=&BYwatMuaIpSz$)$
zkd)W4GnJUn67HjtcqmR>qznaJ;|AWBlSy1mMwh9nImysw33Z92Jg~|7k6erXe2d_P
zja!hqb{5COg{_-5FnYQT6U%bZ)7J~9C7qu1Hq^9qU`lBrR~_36pD_b-rdFbQ?@o-8
zDNLlF?3Mb%Xz2D~?&MO`H=KlzF@E!=PsMOo15>Wskda-C&L<CJh$8e|cdldESxP^g
z!Co!Oo$uG1-@AZ7q$)*};*pv;&C)cS$-D=BsQBJou3yf$dn(mYvdsbJALF_pSKK0a
zN;A-%ZJ~Z3RTPOm^p}ip@=f7JB1f<#W?G&{VvyOBF(FDzp6BreFmi<Vf2Ef)2X!2-
z@M@;GXC$X7EV5z(P0tH6>D#bSud&CNMoVuy5o&*wi>~NOk*hBw-guC0>1OS%9YnBv
zbhyfqp<RF!T^FJ~jZoXCk=04HanWa`&on;pm1RPg?(>Ku<s{ey@rne^g`Y6QPZmmH
zGy%_$f?q-@#PkdrCNc=K<*e#b%%l}F_tOnDdFoi?n<h(h+|4*JCTo!^YN&UaMp{_F
zVw5mrWy!7+%zZgTQHZc@r>Iq*cy^q(k1_Q|MSX%YB_jj!NDv$@c3S$K7<?gYvU%yP
zRPz&-L3k*Nix7gs=J>%<NKkQ2#sN-7%-_DeO`bh=M;YTW#Eg?mXOzt5vJN(Ed1*aN
zX}L^l8)3$09{PKSP%)j!PsF#%85|1+#6J0_Cy`w_8EFjpIdQTXRdcUnFsv5`xoE4y
z!by{XrEO>HP&te7c^OVT_ryj_UAz?c-8~Ciw;zCoYtXnl1{lWT9wQJ1RG0j!2?CK9
zB+$cD!Xr#`RR)L1ATzzLT!;3}^|V`;LDkfa>YukD`$HvY+;j?FdO{1Qrl5USFVs0&
zMVt~2aq%|x`?!fr5Hi`+#8gc>u|qh{M2<CqK0>029p_BCv4;*o%B19K`aA=(*UX$f
z#EM3XlwAuyqjUo#yit}A>NOUikBjMKrFrO(>R=uVgCgSviqkB{I5Lf$<}eb5=mzjb
zxsJCA{lu>p>6iFJ*oAYJAl`Ec3m{AuJ%C#Y9gR7rM2u0I%1bGRg#mcJ(LV^wC~Fc+
zb#fM+&<qgU84(?0Zgi}xMk=v#VN>EmCqKttm|Y@85&T9PL0F<wl~2~f$Ez4fsi8ih
zV4r-(i1-qntiU%3<K*Yq%@op3?vr}Y0hZ@!$!a=W6otpC{v}VlgwGg7=O{XWlcMyq
zYs^uP4HYVPl*uwoDWPf!7wU91p`B^YGg*+jskI-ICQV{N@qV;+1+l!i3|_hf<}Y1N
z9~gs3^=6di=W<0VrYz_<Vbf(WL>~%00*I*042qSs3Kr>}IgLwbv}66tM`2;DH52tS
zpVvcw3lT(V0-JLH7(4dXKN3p1h!}jKp0ho8_J+SGGnS%<5II#85u&X58fXdfadf)P
zAp08TY)6hwpC2MUQRpVo8N{?ov4Sbn+gtC)xGQ)Mc{geD$$m-gEh%#;3ab!clsU^{
zVT*MWo4H7*fPo8lv8p3=BNC3jkPGB+tqe_(ody9e1D(lbq0=Rkjh|LlK4EI6p0clo
zUjIL?@4!c%7{X$%AnV}FUrs!7^1ZAK&k##c3fD>0ldU*I1F%IsL|lqPL+#MHX@cg!
z#Rr-Z@7+#r5F{Z`y6j`O2e}CcklA0FNFb~zNE<nA4vYa4E0RRvkxW!k%1XSaWYWcj
z2xMPr@;l#5*oD%PpJQL&%7^GYB#`*dW@OWeYMr}?&%1=N8oSn8T@UYp(@<LzFB<o=
zUK)#%J6A8@criH9=YxR`L4lc=qUCdtD*>dY(>Fz9jGu8NHV3Vx<aQc54ZV#1m4bfa
zagQ<pQY6GE&3FOo7BRv>Pq-=Tj1Vy-t1!e2!eO_Mc}i&rku!z}^wd<YQTbM2^9JW$
zV8t5j9LAB2Clq8<Sh#|y2|y<0IYnIJO=aAYFqY2*JHLcMyl6+2j+{S(4_BT<;*lo0
zgYsWGLIR4@2^r(;6_<_TklM)E$jLmBOe@keEXc}BrN@>8L?o>}-G{DS)ktGZzm{cU
zES!}LOi7HhOpLncED5lkN-wL8QxuA}@%H_E6sLa$r)4B^xKXU4o0!Ni6;_BWGP2wh
zkyE-z@khnDHc`&vvW5!v0_7$=l91DQlJY8v_fZaC&Ob6(>|1O{BeM5#Nr?qZ`Fz4k
zj$dmRg}?<m$S?=)IY#jsWY*?(o*4LDVEHOMl{?F!<azS_O0^_`j?siNz%s`2Y}q7P
zCrsj?ky9y!>SP%r8%;u4OuBNA^JK)y4aB=o%ZKzi7D|Jki-wkG4$&d`GTeXtL#U>Z
zBT{1UaZ}!l+(c1=MFeuBLnY?S0wO*sL}dR2dI`dFlPeTGfFg`^jQvR*lRFWX=a5mZ
zQdlBCuVQ1Ll>R0<eN`Tu#0%w<?=NE~ppmgm{+1k9>CnZFjqh;sJUKT0`q%oNfd2Ta
z-`c)HAjzAADLen?&Q{KTJR+W05t&4^VU90YHAGRWMX~l0(L~7>`CZtztUpfVyyTX=
zg$$xVGx;e{m0&nQIx&okGAKAH=ZH6qM6j4Xma-HU44{`Rg9>~KtzA}@6SA<fhMg8A
z6<2c#luBF~*DUFdpqci0f6UGEPI3XBTzJ3rU3k9u4QQ7ZL&XAgsxS*uQ0W!1K*@`y
zPLNO{q?6LI*J|UB%Raa9hhFQFt8$E;P>7h_A*Z`sElS-eCfxAcO9~M(VnJeq<mlL>
zko*+H9*^9w{w~)j-gb&r0%awaU9L&)%L#1B`^mo4_DzmRVhT9_47pywpYZ6*p8Pg;
zU%B{AG=)Ht=Sg7L0)~ymDE}FSK-j!gdU7YE<E|xCrdXe7{qa8Bv$7H$P3`Cj=~;3=
zj^7{XKsr~C75zXuJH92lHU7x|-WNxj;JRd-iLx7`h~%eu<RwuwksuV`fk{utpB|H$
zHJHP=tqJ_h;4^cnD>!H=va;m7mIc8gE%Xbtv~j^4<|mi2AYDZU+H>9TXW5bOwIcUe
z1gEl1^yvFx8E8aX@em3Jb|G)(LiGOjC*&lbgKAC-73Tu##Pr^?Dr2I_n<TffL+_Oj
znZ!iIqfbQrDreo>c?B6|5ps{V?8K(}2a#edQ*JXF?m@9*5$>GzSrSQt5J#AuI!aw5
zCpSkK-|@&jet&#Flp4Kb2gdKqp(q`_BQE+v=*72kNeerp&1F=io%<Xk%m`CAA~d)d
z&s9)NN<zfav2zkvzW!f@K$15$Q&u;UV>FINY28kkK98`*?hUiEP@GBSwls|jRvIRi
z7NIi3hJGq#`}Wr047tlvvkq=L0|eQHN|Q}?r7!Xf4wJI4e9HdVF)ukoKZ_rC3TF^M
z3YSc#+Zan29C>e=8QJ6zh2#oO+F?^^J~VQ$^{x)6x`z<zXr;IRBnDsJ$Gef4t-2ki
zHFFWEOhdJ$7Y(}8s5DN)^wX)xIqbpNC8hW!({cZf7M*rY8%{BaYqhZwhMF(2nB9Ls
z^WP6+`0qXi^~83HRi)HL2G~&<>~SxpJn6mihyCXAW}uNlmBn2KZeDT|P;l^uMu+iO
z+sl}1eOb9>3+)XzW^;laLx9>72T)Vr#nc81T08r(c-}OwLrAXfVB!|T;fGxwI*k*R
z-nE<=ML=*;LH97@FiOje?2BVCz=<-2i|WWE+IHpyjyH57CohkoMqEUkMkJp<$Y@}?
zQK@g*SW?KviCoLLzIeog&Y=JbGAT6>3B}Q>lpW%FG;g*k1d=>iPp)BO+(M8qC`J|^
z5q5E=8Q*`IMTtiO_&jaS0XNqPY3x9Lwu2sE4T_7iapyn)M_A@Eod_(FkfNg!f)Z3G
zTtQf=usP8Yq(uJ^A<-p-Ae6(Cvsh(h2CW~ru|U`aW~8N4e9O{BVIm7Ra}d-%T8wHt
z=q2vwLZD6Xwx8s>hJ(~M63ybAkF>8dE^BTvMl#|!965`9-XEbXejC<?Z$|DmKQue*
z(D?bAFpqiZ4^d={AL9yFi?rA}Sc|_;nTu?pf$GmAeHwL<Kl}zm|L`|Zhnt|v;MyaS
zj3OCY@6{$8gtIAK^fXvdp}I^>M=nu82AgJ_s@ySx8iuOdX&of27}<TSwgETXbSKoK
zJvdAA?$JYgaQNs6lvK=S;+-4&&NPq<Fr$cG{wTvyjHXn~oLYg7##3nXs4;g+IU3F!
zL9d@?_NCWj+QfVWX&DO>f2>TGFd22&zVT@^4N{!uq^e;^(*JAkJpk;gs{Q}(z0-T|
znUYL;Cp{#DB=o9O3xbHK$n&A1KFi~&@JF8w_2=V(sGuVF7erJ<P?TPi5J*UwB$G_d
zB-48@_x?WXoO>oW!w^CU5c#o_x%b>t_St8jwf5?373bxX<9925f!QjVSU^_CCO!KY
z#>8wYE0cw%sUxUUPdgpMG5HgK%h#e}-V_~#AVxT&AV=;BKwe$AtY_N>^tIDwD-R#2
zy=*6A^*#Up->65fIZ-K`aN^1t8bssshridT2y$nUPv&=H35uJHMKY>j&0Z2zW->{}
zmZ3o^Cez3SC_@1bcgduwOdU2Bi6jrryRg<bYp9Bdv--Vi-@HL1W<jQl0OK(w5NM^?
z#Cb})h;ZIz(=|AmqB!yG+D^T~XZQY=3bN9NGj7pw4aExFMaGq_)oQ%;a$VIGtEK$|
zn#P#gHc@SA?XcE0->rR_E1*)Vuv9-K-z#5K#_SvAzxfwx{_20A$-<{8_g^1LOa$@A
zTTFWBeb_sBvyB&F?*f6<`E<AKlRs1SSrHk4u(Q2MJ9oXL`u*KbfYjc~o$82<)2Sz&
zsCuYK0$Dn{3D?fTH?MZLMH*7#yQfp-+bXCiFh{dd1=sFnkpe-CLy3=fQ~SVgp+-*E
z@sm>3gbP#_2|d<7zg5duuO-V(uO54TBfeh!DwsZ>d<sK)@~JY#rzEL*|9%HS-0?a?
zf6b4B5X2n53NsVcyt~D*2RK&&@ZEUvEnGGQ4D8Xp>#Fs+B}Hncbnng}!ZAF44eW~f
zT0Gm*>)0qT9|OTrT0!i{QqqA=Od&2jF`5zsc$yM)6^8&E*VBT`%ircI4L0mk-zyt5
zylcNBdpoZ%g_J?CbG~Uym}6G_O)o2Qh?tI5rzm0dJo)Aps14VZEviyk$GzII_c;oD
zO6M1RRcl6$SK5;u>io~YDQW?!^Kbo_ZW>C``aSjf1%*O;?<Dg|2_CYE-J}-}sGNyj
zkT_L-5F{9#4U$}^v{_$~?>pa7^9|n<Z%w|UDNvFI-u*#S_L>uW%p9;)66$A(FeB#7
z!q3hXppVA*23h&3z^BtAUUItI#rCvh{KBAC5i!Y{S(K%}K1emO+*GBd=i)vTPi5Oy
zC1&Jeu#Hp-fZl_=8yAr%KdWCNoR0-mbu;F4Tvp8IFCBw!9J!U_Fw9!>!-{o~S;rDQ
z;JKsZlq_sp_;Im>#=|~l!}@RC@SGCx)tWYAGKEBI$oftV`K)B}H}BCPwy4~!Os6k{
zv)4nCgWh%mGRWjy3|hT7$-!fFq19T6R_MO<yYy@sH$tQHbjPq(byw@hPv8y`jHD(y
z*(t#4rBkvsFOz}5E=_>4Wbhu6$z+!RWr*n7uZTJv-5d66aL*3)SC^}^tj<9O8>uhV
zRH%ej&L>{OTtMK>%#%0(B^g=29v2M~*M02MidjBY{kYLrCbX%n|5@#6{0-S2Q6$jE
zg1qx}X7UA^OkvOA`;bW<r~sMR{@NwFC77Z+U)ig(CZ(yc4VQ&q*DCuzCZeQc(&5uK
zQJwd^<Pt^K&=GF%ibb8f^*c(PevSOse?^Tq{Y=5_>*b$mNWw~Hmdk&YW?CjPg#;@w
z(R_3f9t1qwn{6SeDk3NH|IWW2|2Mo6Xakh}&Ptr<tn&7I-qJP7FW#s2o<S`yE+#Y1
zh-zx<l$@T;H4(gHWR6S(BcxN)Mj3U;DK1ebrNINtaZ-Go6NPAOP&%x$wc=R|NpD(0
zy>$=^ijkCnAsFT)6V^Qrhescw6fbYzt7R)zQk*GHy)$Mz3q%67E7zQQsu+s$$&h31
z_1G&rCxjpe@F>}=qEHPV*3B*i=lzhoec;)?CYA>%OaYeZNc@jJJ~2nrDbA9HypV@?
zW)hGVjq7`4H>H|ua5-ooS#e#hy0<(@nFBmq?QS$*W`X=!2wcmGAj~{8Ua5}!i#)?J
zg8KmO+1psLIX8ak8A`nVQu*c;s3mhqF9r6ftm{dVy}gJrk705SiVR(t^L;Jt#Ch`G
zed@h$g9dW~N?3s~dhL1oMO3=}=aqV}HCm^bBi-W_cxnx)D4k^1{Y}mcJkegI=HjLJ
zaWNFEfj)D9ipK)D<0nd<{3-dre6<>GO;O<Cf5?BrR1AlPBsRhW^Tv;3u-W*SV{^!)
z`P1O{S(V>xGYyutnFWjaTQsISZ(iK>IV-n7S)*s*r3?bRUW<+6J&n^$W{83{%gdke
zs-xah6-}C~{E5JVaWS++TvNQ31~R&+?Cp8|ZwEn~ckMn8BnpV5?%>OK?-r#eY8ool
z4<R#{!L5j*ILW9~Q&6eK;B=>^-MF2Y;9SYyZgo}f)bKw1rns-uT^1=@GG@ZVn`;M;
zU;>00>p;FBOMei##K$UO=Dpzx$aE8wD}J65uDD9E%crZqG)a46o3yRx@2Y6HkA!si
zHZuPy+@PKA=4E|Mr^TM3qL+OdxNDud%w2jW!CJLc&i%rf`ejnC{(Bp25z2#k$UM_Y
z4$$!5H6l7iBe}!cGgtxNK_0NqmsO(`%1>N_Kl<aWxO5%_sp9hq)4Ppu_hI=zd%5ay
z7YW?;2l-Eel8~v~u>-wrND_KM&O5bjYkWJqSwfvzx9{-AL1PJttFRWG3(_Ce<{`s)
zopKC-wgNY{m{<g<o$Xakwkzzn_aye)YlaBc+~cll)^=Gb4Lj!j83h<i1)@P9Ll(#O
zVQR0?4eUJIXU(y%I9sp(G0I|jy6tI&S^B|;rmFye%A&w~EC#YT%4(^dAf;ET@V%;4
zf7upwZL1oU7ksGgeE7ro(x%{Khzm5-z;U%UgfL`))e2hjBWt#r!AJTK=mW?!L+jQV
zj4FBUd5T{<Uz(k(R!Srowb;`B7xE|VLYu`(5NXN9GKmkVfoe?DC0W;ML1T%cep{)o
z-|mo(XVt-tJ$fTrukW6%yK;*4Ut1eB3nSq+$nl5MA;r(v5@$lz7U-QH=eBNG0!Q~e
zu$3efU0RkhTmII^fh5>W^DPg8TvX;&#qHE`A5h+>E>b-P#^Imer3gckUYxF62(>4B
zi<-S*W(eNd;#i1CV|=)@I0ianN2&M7JUWSohb&KWcr&PiPUAvjEvjged(fcGSry%%
zNBU_2O|JXAfwDF0my}Sj$xh=Qk&Mrp1Jrzn1GVk*0Nl2%g&%i*J9`fvuAOrL$PHoK
z>+Jr<s@b!R9`}YuKco9XeICx&D1vw==Rze;B3f@?OC>csYLOX01`<XaJ7bUFLu=qK
zflXSp*a2*3uRSP#&ftu%M|SZZ*d09xVZx!w79h(=(|!^x5cs3%O26tFMWX=dDT-Bj
zOq0s`{;6I2fA7EnPP@v9<X)WFjmotiyT$6F&+8<uQufom>igw0gz@$Otkh<Q<%;}g
zvm$RfOTR0bs;_KmB=Mb3+u%(Tk&EVFaBTQ#4XaWVy^(N&#AbB^#9sh=1VQSh?nZqu
zDUWO{_A<?3#Tw5-?GhyvVSK!c($>Aozx;gd$JjP>^X=T%v|AvO!$6K*y`2u;<cG~T
z{o2a8uNv8i&CH1qw@T+-7|{sqV&7tT_!`(^oHL08W6bupoCo1I^WH;|nYkbcEY?wJ
zE<~!1<ZiXU{Vg?Da-D96+uM{lbEc+WemQm0K@v1s4Gj&7OG+a%4TB%k4A4i2DjY@_
z882$k{MJmRYo*eLjTL8c^=cj3u|eQ0hJ4F(6KYTtqZ&uCy$V61@V@NYRj%e={ffj4
zbMROtr|RORPI{J6_Q=Sl@jGG7#s9D!&L#sk7RqD`e7piXsz55V6>H8`;#G?joRg;}
zifZl}-lek6e-bCKU4&6!8D~L^o4_lkl)*6a0sAJTuh1oFAJ@$44CxO$)%jSJbR6Nk
zR4@tv{QgIXxA^Jl`t!6|`r<2%%8kI5W2;y1puU`)q^OPi)KQNEB7H`$j;1hAr#97X
z(4>edstA_rk<LneDWe1rUW2cC<ZxDOr&tgV5&*Fhi@}xq8DEF;KX{4u^U?-?_)|r!
z1z=HgGYDYvXd?;zA%O-fah+dtKJ$U6z{8I!;?#2(ACx4vMA4U1;`*Vx6!Wo*P-j1^
zKpoUHKAZ6vTLscUc>+6z6m{0Qipq8YIke<DZ|F!qoQ0ALdjS5rTW>XQeWw{jq<{S5
z(&Zm>en0d0BWl6u9EFF*(iN-ml16=theRSUVF+w2)84u&9F24Fjv!hFgKS`+RnNY#
zU8_$*?are0=!?5_`q~p!zWHU1#Aj;y6l@`=>HV<z`y1O-jM2KA`Xb5LMFPYHSv*l<
zB3|4PEGo`joS_`?$0&k$cozwRq%B{r4iF?V3kxJ>{U8b8f_>c1Lsjp4yxZF9V*F-E
zwiw#F-U?Dt+Ifi*KYfm(mrhY{NxXKD5piqRpH#K)K?k-H7(g~9qHV<^-q2z1+Xi6c
zn9DOJd|f9FE>g;0o7MB1CpCfv)xQ*-K8uQlkox}KthoO@S^t<jUsr=1Ocj6;p>mWA
z!X;%M6Wa3o8b%A|K@}p2x*LjuU2$OA65UBV$;(w8TutJ$GcgfA#5l}T5x}>V*rqyA
zEuT@6`bQN#+^YQdU#<Gs&#C|0KUTzQ_74HfBlLN+ki_N@RcR1bHtLh#R`w?@QpdgD
zR{LGd(|>+f!+TzU3Kl78c8(&c4(um7vEw^GBKPMc#@ZGdH)Cf!L39z(Gv+IT)c;O9
z)cbSKIIPbIC@JfSqE9~AJ^!EoR1~bX*ZM6!gT&;8#S=)jv7gkVL=58koQOPHGIbh=
z)vJv=_o%ptJOo=`BJWxnu^@^1$7AcYXvHe(28^hs6ZoS;lOJlaqHlfqarIGNV@~NL
z_y7{BKebyss`e3MGFzREb=p&1qnV3VYR$6acyn+ye0s3$jq8nkk0OWxzsD1%Oqt^J
z5uhZmv)b4#UW;_ui?rjcbQb0rM7{_TAvW~FW=BPqa^?pVzk03$GqTj2L0VI&#n$%w
zNNT)K*o8zg4s`P%B0!Da4EjP59?B@}<8MyRg*qegJWbviuc5m(sk5AweL6aG3itRd
zCd9H8fE<ZGSfytcF4ARNfCQ8PepW0$h{LSvtJrno%bHaCa)+WO#cQAfvW#7(WvJDG
z`ytqoRDX^d`^&V07=@L|rSc<M9GF;pzECqtf{#|P<z+>Ud`o#}Tt`u!uc`OCZ!2<D
zE=mX1Qq+vDtt9L^@A^0LZHPwNB=esV(VD{@O}vT(CEap|qR{*IQ>H8sY}HUlG8t#4
zYOrF9A}&6W<P1-u+C#ZuaV92zgaq`M>8Lx+!tJ~+CjMx)knrnt2|PIXhm2G*b(RYF
zy{8P%hRO;pJ?kPB5^ns+Bjh}5CBX#N?g>RXdg_sf6iJ*;erlig6H~Kn)hb)pu$r^L
z1&I`;;|LbKmc|xMTS9_#!m!IW?o`A`gIb~r^^uD&(jV@+MV$$AbkPOpf^0h-e_G3I
z@4@tuKJEbou^tTAdAj7162%Z;Kit@;h@2c)2wNG)Osazz>?ZQdWQzbfuSV){38`;Y
zZ1Mu7UvsUZmrPa{1wOY$HK?rTK~>Z};K-RKTjWOPgA(?Vd*DG^aY@NkWH6byVkQpm
z=91i-w4{Bi;_j(a&+X4EFrVxfvk^|6)FU7V*$jeDlg!{7i}m91%XGmupqjw`9QJoH
zwl;WI^YUE;^0q%%1M-1-7%Hv#Cq<~%WD8ig5z^xL{Alh14cge<pbsbJi`XyNXOPjM
zIFPCE7Qjaf_Al5`rO5KDmAB?rHT?M7>i*o<6uB}@K`QK0K#z$rYV~H2gljEmhzukH
zKly?BRxcoX$W$CKXVEo!xLL=k@uHOqeDQWA&YPuJ%8EsOELAPve3H0z0=qDdIb$Hs
z9YUj+N$#TOmDme^q$AxPAz%#1kpHpAoGy&T8fr$NV+*D)pk3QoBvbO3W|C*mnx~e^
zEh_IMN#EMFWXE|_JxN(A%*_CiW*~E7`-q6uw2~5S-dLt4&dW;AQ{wRRy8r(BITq<8
zcSxZ?jwO1qjEt#SCAcB=LUEo{a_%%`5aS+2zNaL7xIBje_l-NlJED(+5hT<_LN<n+
zRVS$J=9_sbtVZF@K@7+i+8n{>4^!<ai1Sz^+U}&YPR7bTUx8WKYDn#2MSev)JN~M+
z-dY?CQ8JOfB_fXc))dnm4ssp+`Y;GZs~C^^YHAHiOY*POX)&j3!iy9qxO<&C+u9Uy
z0&);)=OA98PQ$Wl8B&t3o~uo3PSBa<2+F+!c=kqWACx1PS?NVMza}$5X;p37@i?X2
zh%gL7b*x1a9Mxm&6F+SN`)q@I|D~f+U&$y|aV)|tY!rh9#>XItT@k=hGPVE#y-pEj
zA6M>@U#Rh?KTzjYUsUAru%ppAuy3$AK2tcp2_!M9j-l0`M>h;H(7IPGpZISjf9p0D
zlva)GhH1>C?#fH+6c1YwMBp{H(Q)yx`}(6<uzD1Q%oj7Ehy(8PIva1|!vngMq9RSc
z@kWGySYz67H#N>nN?2zZEQ`y@XPl$zn!QR)o2xt=23s2HP_|I+j*!~oyo-q20Uki4
zv(GG|#9y1U>gQ!=sVJwwQU=gsbjDd{;bua4X!0+oVWS&BSU1^n#YrhFcyJqN_4bh|
zJ{LIkb6+bzy%bg(P;i>3C3Anh@lPkBaJ<WQqMaze<Pv0trLau4PS}LQMqzC?EzdA%
z>tO*&6h{*3bCxJ_;Y2i1F{+H*r>&jOsHPL6njHu5qRC7lN}`Rx3<n{--ULUOdnsY2
zjX05Irp?e<ng5ReRG}jNxJSJd?Fi0^<ubTj1iMi<BhhT&#Wp2fJXu>WI9(^#z)H0C
zs1U<YEy!UYX(@L`h;6^8FkR6%zoeSKG%G%bEQ+|f1nL5se9L6rn|q&rUUM5s=_aWg
zVJ3}?2^A5AdUD=ZwW{ht>^l#!0D~w{w^uiN0-F!A)DL1t<z)ot+@i+qed@UK3yN6A
z;pk$<&9!e9N$lpxHolZn=DSUS4N$(xbZbM%VBU)hG`#VTuy|LZmENJ@Ezh8GcUdf7
zY^FvYFNZC=Nx7fC)_P)~jC(9M;2t@$&k!eZ;9>^mz2E~ok7(=7vPVaB(=iu?@a(`|
zQ`MRcBV*1SRj}LQu6+QhWi$zpZ)RlECP%hNJ?|rmKXHzRrlvtHdbMk4o3^#yrVfg>
zli-h>Q~2ql0dFsm(Asrm3$l7R0o(LvbLaD6jmM_hHMmz@tQ2cYzN9sQ<CXOU<$rId
z*n48XBFIGUGe<{bsk{k?as*yNmH7S=?YI!+sDr4t^r#po$ZC^0Xc@fx{n$M|o}a9&
zz3tlhmqrTmKt0IgYk9xo_}7=#ubl(sPQL+Gu>K&Wdm>>$ddo>E)T33&Qz@D75Mw7)
z*15Ucw{rvM!+tX;YRCJckv(7weVeaV&g`4y|J4uGe)+Yi!K+aZPb6srEC;f{n`+Eu
zuz3p<Ek^z&*kAfUk|0Y#&w33#%}DTB8~WWZWF~802IK~+<4})~{UiRk#qOv>@AgfN
zW$eX=KsJ|>crWk3g|@1XngQ%^*z|@U^R~z0w6}lErOpjTj~!xM2S)PxTdzV8Z*@s2
zDN)iDSE&7tI}}j_&kd=Jop`*GzHpu*mrPOz1#dR_YgL8^ZS~$q0A$p&^p+Pr0k9&I
zham;!qTP02k|KSqcq4TP;Q)5V8eN|HQBAMJj`4d`w@+2cw=fYqA_)dO#PDVT<QOUI
zP~sUARDH==x}55*s_!JtPPD2(4in^zup9NjkxXkzKGyk28AOgu^PFnBNGJamS^=v<
zRohbMz_<(QxZ*oKNE`4Q`v_T49DR?IdCePu`y>ZGJtP4+qO;({ns9Rbg0g1bDBoQ_
zQQPP7<I1nZc#5s0uh9Y6gCOBRN3XwSb`5iV!QK+=YXDJ@nH-)AA2z%c9126uC`Z6U
z{pq~JNRn&RldSuKm5Q4@&AG=>f|=3rnpNBd^aJnLwoH9%%?faaH#^s(3I@ntGhLG*
zfoCbV{oZl=wo^m1?Ox*D*E!}|$ldeYZO<U+Skpt-JK9dR$Gg8bj`6-<g&^L*qR6<O
zb<)WWf~2fCRk7Dj)9{Q8?N92`_WpI+)p94Pa)>-+<mvE)eq@UgWQ#$B-vf_sw`5TK
ziy$u(?q}3C#8-=VdQRc>I-!4ok{+Ne!Cg;kI1e#;8N4iVLJ;9}v=b)72m3T!(WS)Y
zS!%rO9Q{XAKvg7C^N_>tXUI{=i>W2n<C5Z3<?QQJ#XXIRCJHgwN*}3A9{-|?aIRz}
zt)z^bu|M1mYKCJbRD=QQj<#L8E^7*^Nb3~#&0&#@u^+E_NCI+1!j6r=Qf<3VnKQmA
z|1Gzv<?CN?-R1LH^?UXM0oJKq^F|v_XjXKa6yxWd6hNU_Hg5pikNv=bBy*&+P+{t4
zn-MYY3l}1%WQT4Ty5^1Ee$4qEkiGD7x$b*nJ9)u)p|p-3LJ44NFFj{D7W4=l3bDVK
zFo97I_daKz3tu=F4RXvBJhV|Huy<|PKpO@Itd9|MO~OEEm1%p?s`?SuV=)ezW24tR
zgs|VXZAL_^_2L;7-Tm(QUjK%WVO@A#z3Tf_2x4b=6Og-NxjKJ+lX@p5X=lV<z0&a)
z?X7u+vdt`Lyobz4WD5Yu5`~VKc86=nV@aZX6EOJgMS$+myxb4!jD&MFsf;R6cWzWy
zZKHfMjB2prfpDQt+=1GJA#Dxs>!Ctbk~%(ij;?R_>#3?{mEu0X2WnyWG?25ksvp7J
zsK?1rkG=<XL)1u<nhb(Aa9*5?s4;V6$k2#77`KcxADJRqovmJ09|$rzDo4A!(6$B7
zB=^<(VBh|XEMcVQwGhOHX?JH7Cac)W?&I8T-&Fd{ujBG^vzov4T?O})$zM7(gd|7G
zZn-bm?&waEyEVE!x>_?Hn@d<lyCQMv3irgrg$S?P!}zYpQ1_$%?<K+rSsbkG>e7|x
zPSmC6+C2yK#FI~J*~*jgoY<{0YECX&Fb^Q_b;>a`)YYP?>Y_|vkxHm4)s2!R(KK(o
zkKH?VsTr@CWlLsg*DJ5!S(BrP!6t2~Y}V9?MJg&G&Igxzt8HjOeqGo~BFNMq58@0G
zVE5dH4Vp6Vc(Pbhv<Wq_MauTz`)73#P3;|xf+-S2I-E8xf;cnF)yc(0s+u3IJ9m6i
z3Bazc6IrBvB%>KCFD@ev8)a+v=xcJey^jbVOfi~;W~fFiJj<myKhomX$%_5+UUlF8
zoPvv^<(~$U5m*&8wQM*H7;>Pp9d4q)4#}IluX>+u?2FYOE1Iac7p>hPnZv--S{}<m
z9r5$;D@f9WrXJPYQ4c`?7(FhJ#oH)ZWIp+qqSy)B6@!)sb%S#~>9(PA=$8$?iETeA
zWeRz3xdzW(AKB5}!FhLcE(!bakfa0Pq>mT?X6p?~o%vPyZ}?9&f+&HlFUUU!N`flc
z)iQ-$el$0U!t^C(Y2=BWiv8^6uvgQMX72~}6^&L>%ae36sg!JX|H&&%ON<Rsfe|&L
z@-@m4AdbAHX|JAms!6-H*J$p%c{o=OX(KfZ;}dIDp6=H^>NhM~IA1NK6Mc5W%bGgx
zB<Eg1+<R{S{<k!B&6&FB+*4GwX`^0vvRvgD1Sd?Mr$RE<yt45{`O*tCXG)27Z(6Ti
zjqM8HL9hX>SyV!XG6~8nE8m6J1@<%$YvPPWTD@eB+drS-VCU=%`xqCEj0!kZgq5{8
zVG4CM@QI3^O$?M(hNTc^kP^?1mDxp(1O2(Hv=2jGl&_Fj;wIeXTeNV(r}X)(KWNqZ
zJo&!yygL86RlYS;Fa_fsA>3Kr4)j9jE^-hLkNmCP&%R&Zfjzr>cQZM7qehX#yTaDw
zUPBl(SEr*29A1Yy5zvn;BIba+zt-I6f$T!^hk0SP@S|jOkj9RqpJUB)k#t=L*C)dB
z+swI_hi};F<1{;w3v6C|AYdG9&306>!55YDwSSXu@frm-mIJ(K?o6h5tC}eU?6q)<
z#M9mnzB<wrV>%QV9N}QBOa4sca9AF`ZI?S`eqewZ28W_h*7Q*WW(YsNH76Xe&gwnH
zrgxA-8QTp2Tehtd!at-xJ@9As$K>gf4_?6U(8ROACgzdw0e7X|9+J&b(yyt$O(&gx
z7U305`o}XbY0bG8Y7&V7AAaH)%{lRGoqghQdgQ?;v~2ZhnpzmA-#_rA7UC|IOPKhK
zxr@-ilk~xR1qOSEXya25=K}YI&n{f1h1ut!q57lJV~QN)7>|vzOPm!N)hCWuXp(A`
zlQv(U$hb=L_TzAPf4RCI*`wgBSh60HCl;HAo$t(O_y7$#u#k^*;Ym#H*1oS_pdX>G
zyrZlE<cQSnah?Y*3d?vvtEqfd+BKlMpX>$rLB5vI$s7-K2cRcdmI=J69jbHQVkG>!
zQ4aTcjHqxvtmAJxcj_B?vosY?-rx{2Rk&YP_*h@HZTI75<lr(x86~ZxvL7pH%9Zke
z{xZ^`QVQTt56QpU*e%G@C|mTZj*e^xh-a$ZK<!RNowr<x3zxY4AalW-A6cJ=xXMZM
z`A~-*xiADqJG#_5op1;9)q~B;Pm9wd4?TblYe@M8rL5-U*aczZV1c8F{u@D7=%>s@
zenBqz_7b%Wlfn@3>(4yjr1(si^7R8J=Y8mM6hQ454F9ZYq%X}xrb@$YriF5ClQGDa
zy}Vxal;)T_V=6vd*v?2TyI{#IZH3wdP?0Z%GG!oB_x2_e15fo#vS1!=drbr}4TP<_
z@i+snns});Hvf^|I0XWFVc}2Q#|1(kZWd9>P}cxKQY>O86@P`$*Ja9ltV=yVe?r6Q
z=!q7(s@qWw)!0$emHAMOAd5sd_G<XQFVxRc@^#CWdX*xJU>7^6d8-v6Dh^z}pS)PX
z$0|q@1m!8gNw3P5QVtQD8KCfnIZ6gIseWbY5e;T|M$^RLobTZ2AUlgdhMJxiR5^04
zrY0XRU&FnS8m!|E#dNxRoevL5pi<&K2@|N7{0lU`B-Fn8LNyR(I{cg8>n(AYHvt}`
z4>C~+*M9=%MALlHY>9sh+JyW}ef^f>l}^l%weC}4U-DB&iPiGeC#kZs0^m<mabXSs
z+K1pwsO{?2xQ@8;z*JbkAda3L#Oh2$zUXSf0kWw>1rrLLKBq5O#G*wBz_>!4e{L2O
zDcbSwHL5gs(Q%5!TL16^4=AbhIK6M>O10NjX(%#Lg^aDXstUK9G?WOIcs-!xj7)@l
z93peGEJVm@p3v_8diCdPB8Z)8E4+cuyrPwwS-zS~6Hk!!gzOOL{~d@l<bZTXl7DlU
z(gStq-%GPj(-o<gXlgl*cK4R4{rPJ77bNqJ&{*Jg>$LISmxCOXcjKI>N?av=aDnd5
zDAe~i@7F|PH>x~raC>k*4HPYas-A0R6Vx>W4OabkP;KHD9^7w7L(LRB<jFDwi9jRL
zZ!s0t#`I}^St)4Sgz;}Ha>!};W%>5oJVZOEx)&YJr+05wQgdlZERw43A+)4Vc~@MZ
zdRD)oTYssDwWTN~Iynb{=uJ}-?nzne07)+*PM)OX6GJ>afZ@dE9L}&0^BfPT7SAoE
zRKcW!uCgh0)x5}i2+mWc%^W?RNO-I@(?WSIfwjk)xtv)`$;fg3Y};9&LlJ>Cqgf%h
zdOPN|Nt37OoQprAtUT(~;9;FOaf)|H6H5<lkM4Yf8;3*?TVZXGDREgkdGf#MCoet$
zPi>d5pVc<PM{Ed*8`{j8950<$bfZ@E%v0k1_3FKsszyaj(sG1)gA-HT;>>6cgoalK
zHGW%iYAZY$iLE30d*|r)xh489>W~zG>UE4`gmHv754H)_QU}K_!>vTm)IdG@6+;!P
z;6Co-ox}oX$*yCIW7QLbQL}H4Jpw9ei~F#X+=g-xp&Xu_TdnJ?BZbgpQ6!hu2PZ|)
z&XMfBli$cU*IP`9@I{M-<mY|(qYjb`e*b?!l8JC+$SrTmU7lw!_9}`XH0+5<U;dh6
z3b-HbXd_4XV>^WDHDw!<V^QXqrjc_zq_XQBc`$UHZF|kNo1m~UcnDqN9k<`6p10;6
zW6C%$k>nmT`Ewc<x*2)gbKGm~-tOV>&+zet?;pE;NCa_Dwg>QOQOR1(t2{&H?GKZ{
z4LJk#+2C+3B?c^E!bfy^+}WDAElLA-ZosvfH1-o&b=w&*St^1XP&qCE@Cb0RY$rZT
zRcb2P5CA*K!E8r7)2g_ePSb-W)AZR_8VHuc(GcEwFl-XN2e474@#K}bq2!ZGYZkm}
z)9nNXnX^f^9i@f7OdPQmIU`cNNxfu2c?IN7M&>X}`GICC24jp2d4Atjp&RmMD>a@K
zuz!1q%|exXq|J~dz6j&pBgB;SDgXRW6P*~V{u{oph&9DfI7VXjjU%BX=Drh?Mz;GM
ziac|cQcgPE9i;)(TOfOQQ{VugH^<&izP+F&19+<>=QTUu1AK4as{s{tN!UvXKOS!H
zu<H#$Jp{7fc5b+RB>Y-CekAR65yX>4l5pTVW7;*^^xVVB!0WbQU<VbZ67|uXZ)suk
zB*p%rMqNMKuHcCzC(FehJuOvH%hM@X)2-O6r>Xz3O<0!UiP2LJzChBpGyvILNqEWt
z4rYGb*5iM;R(~T%>&k6SO2!>?fZ6S_N#)7Lc@Iuifi{5PDqPy5H|~f3?1t~gt;9;T
zg*O1+Q6ONAAF@zY{wJWmH7Xe1Oq10Eij>0V?&<!!_KcjZ=}Dv*>H$IUpdEJ*;T^o*
zw&N}jk~BSyyL>0^^4F?9I^-_D8s|qRrlglQ9R^je*Qa;f0;3pa`ggub?0JE^_pL$>
zTd)AeiWe)i>ycfGWr4Cb*gdG!l2k1^pX@0Z`Gzs_c_FuU+ymGVbibBa|7bL?&!f@T
zczwJsf`nhRp!h_cRDHGXuDeAaEdIRK`cF{qbGSU;`5YCPC`xmB3M>~Q{9p0DeDpFU
zP;{nqW37@FOj9&<8v<x8dhUA+c^B6Z)N)o&B#3I(_YlbO{gwL1f(5#qjEM<oL88!P
zwHSG30As-28B#hgs2ZOuFCeP*{u<7Ubk84ift8XoRw^ntT6;}?0zp#!iRwh~4rj4=
zg;1+O1h_(6eD`Q;f4j~|Dv{sh5a(QbsRtuf`24*7Hc#UrNgJ-<JHDj6wKuB%yVt4b
z%QuoZ8<!OyO!+W!$>F-o8=FXSiIH{N6#J=*m2%?A?l53)j))q){zEwL!`@3vU5hqc
zw?S!B@PMFomv^h=>JkuSF~6uo_yS4)2;|BtnW7@RbRFwCHnepwY}ITE;3VTF<g!g}
zbfMG9G4^p-2x3@jq$~>e?=xp#rIN_WTF^9E{y*+k=ilJx=V6(QLAV7F1Gt35|L7dJ
zi3|<z1!&1}G}zou)hLoWbn;DrjK7Zk=6cSGt_M-+eS4Xn#%h0Q87vGg2=N#Qn+|~-
zHit2`igC`DGZK|p-mKb<)JSw>k1^O`FbzT&BKQiaBIQT3giLILVk?GDvxS5=qbkD=
zaGD&lUmc_#wX%OfGQs<Nwo;nQ$B{N0TL?)kri2tp5!*khyyI_H!;fxI_vgQ^h!tq!
zqTs3V+(rGy`D32vpj&ecjZKh*6TU83&X0eVyjK`rofZD*tk4JDZp@D;(m*BiFL561
zGtEl(#bUT~8yOWzT)mx)irM5MYat29%UjDddFEX8p^|;>>E|^6xEZRgu2SjD`AWyP
z$78`l9UK#1hdql9DP!VGv*u{c&?*gF@E7$|!t>*GYt@0AVl}WkK|FtBW)(S$SIpEB
ziq4d&?e1rpJ=XV}bftcHE#aS}&*=vg*F!C?U!;v|Pte7?uvQa4o_iR`VF6A1O@?6w
zS^}wV`*RIojYpN0PO}#J^0tjqITXY!^LQm25pYzz;{c!eWp!f5NCzqY*s)dn5qt^G
zcgz|tz&gFYi4PA+u&>1CIVKZ-*=LlyFjdL7eqY1SBCrqD;Nk+3nBacU!-U_KhlEP_
zVv#+bB|7sbm{J!l3qRp)+cv;<{)}bjzsL4OM8#_AoCTUatyn|Uw!~#mJ9naGj7y<3
zUbO!Fr~B2??{hLEx`PdWac|r34|$`*Mv(AcV&+d)<iF35kAQsBl2}D2=RLyl`17LG
zdDHLJ{JW>ri-mM(Q>$X;7ixg8%f7v>3Ura4v<uhyXWNwgi8<PS+G?F$4olJ5rvhvp
z^{+!YY#c<RLlpx0_iO^9DqGd?I7NTRwh*Wfjl*EjYo>)lXs4bn$O~eT$;8oMK}JmG
z7~2ey%r7gOY%1!0O1mv&HHr9Ux^^xcd%+R?_K<{VzZfDmP0PFO8fDLlR@$%sSAiGk
zw7Uuli}G_^Br)W`ArWhRVE1-KoxfZeAGnN8co!y^L-F5^W-L<||9W@yI)B|ey46pT
zb3+!x6w^GKli{u%JGE<%WzuAJQBd>~{5Ea+O!d@PQ|+tBUWdbKy-mY@LsJ7zzk%kl
zTIpnV$2V&K(>Eheu*$JAn?IEUZy-yMlCXoneO@j1ujeI`B4^ze^_RDhmL^lZ1fmcA
zdcRVynV~&ruGOg(c%u^VRD=sj&0!#iz4{(QNZ7Lza2sj+OSMBid?b}{@FE;J?9nh1
zTG9v-#%M5mko;HW&Nxlh7#~55BO|WeZ)^?;-zhA4R&uc-Ob)RZ{064$(5HGxg2IA)
zz`-G$Hn)6MS#y3Q-#tH5+rNEM{(?%B8IwZp@-cK5dN^}cAuc&+)v~IHf%)C{T%#ZW
z`BtiR$39PbF4@?>ew^YgTR3f?Yfx#VcXeBY7OXrTN*z=;E+U$T_a3rkEFrN8*fv`C
zS1NnTVq8IRy`gzj$G!I0`FvvtVh<7mk$B<{(!TjVwZ8vuMV!M6W<_@z@6d-<0}}}^
zkbSHm!{wBSj>mF}g>>L|?Mk_FqH4}RMVIa!z|*t)pn#{b@I7{_CeU9k*-EY~NLEHo
zyUHJGB9jJ&!RGO=G_9$jj$<T5A<zcE+arL+&eM$T-}V}t)omWUTx)4bKb?=Of{7|7
z_#V|38bbi&zzH-s!XmQSN-%s!{@Z@0mM?-N!xdD&olIy=J>&6^1Vq3#HT;h)O1<M2
zB`sZfR7drCoq51qy0}!67L^`!x-B54wzrm?lI(mZj*}0#3nSvH)kLG(0%nMPERqjK
z|HfG?dv=F}A{3svQVHK(rIEi74`E(~9*mlIZU{L{koMtyD+`rv9#rzB)Ghze8M*>L
zsXhBURmyc14QQBZBB`0<ta;z=FZa_1YsGeqdaS{Px$B=bEb^uS2|sJhw#`5PVwc3?
z*xTnsKF0eqx$Z#d@0cqb%F@pn84Ti4<d8bc1`>Z90F1Y;84{0b3n2-maebt-aSFC?
z`ij!isM__T+lbpHtQQYgpZRqeFJ@Y+B!bdFj`*)!txRLBti6q_m3u>`g2l=YGKBwm
z$YJLgt7Td$`x}*0*k{|hg%eejpKT}6k&94XzsJ(|p+M`k$7!q<4{d%^nOB^x=qo2{
zWJfzM5ioZiICLq1@BB9B!zu#$OB1#K@^f@eSERPowrO%gl=j*Ap=Q%$3pKG#W_)*A
z_|z5fLRwMnUP86noPAwtx~GAJDxeiC)N3|i+YlsbW|UfD(UPHr%8f{;NYKGn^s(0u
zVlPSePe5@Tz^^9&02W<IL_t)rUghTfn=+RWV9qj^fur6$B!Rk_yL>E~s4X`rEq<r6
zzjeKW8FLia1Cl^Bd_)!oc5GARISZ8inJ-iG16IqB<B+SwQ6KPOc4&(iHZJ~*Lbz1o
z0JU(C#{m%+2JAUp`Q<RXe;ZDF!z`9JCPz5ufub@~mGzYmslN7B1#mF*XJUZs1Cjt{
zLk=(CDZVI9EmxnXulL31xvD0WqJeT^IzqC`FcUaz2*qV6HfTO-gJQUI=T4Tf$4TWw
zK-5WigZBTG#11e@aRmsbdk?|-uml)_L?$7m<1%e>g{dbkP|D<zQ1{+rjegrT0priO
z<YnBd--lloIUm>y`{<lypRaZGXg8sa@N;cV8gIPT7v}}h*P1#xmeqCp50x_YGxA^e
z1vUQU4h(@$Q6_={qpS(p-};535pbP_>TO1j&`7newn7iq>{bSjgVwspsxm1tMIV^C
z0H;J;KzW?Lo^HyiMUqVsHrU|7=9GDJBL)u!zqeC<at3@D9|w={FfIr`#d#neI<9nr
zGH>{>8b5HGg7K`(gvc6__+W*GDbE&{9;Keop06JaC+NZQ1}7S@!jJ(txo%2^CP8_&
zHTR%GPF7!ck6!8;(cI)neR(&kU##plNYh+3;?H$%UXlu1dsXxEeXwCbis#ZEKCrND
z_hn)vgj%(eJ;j=ZdwH@{*r~7DL{xW}&}S(-*E(U5vbo)%{jxknKwaiHA<XU$MmmUO
z$DoT=$;NSL@y_MvXbXX!<1Wu4W7*|*-HfN|Rq}u7DvFF|YxuYKDd&m5D`C!Y&Q<RS
z?{3cp^w+jE>&9*CaEJ;C<|GWfJg-C-&N$9_XH~nl=%vkNJavR7O`XhwBb82?p|lu6
zruS5n4{IvHRQ=?%AOwO1wU-=MF@yw|=IdB#Zwf)eA0i3=`@kKSsp*v4<v$U(c5<x_
zH&aOp{pj$u7wQ(gWPe>&uSo!EGZ&ikVmc*-E?-cn=H@mvBY3Zv2x~DAr)j8xUxLb5
zeEK9PMg?{ZCm912<qV3V3_rLF<>D|on6SiFfo0>tnzs-8i-pt%3xkw{t8!p<5TG>;
zmVx7IH!I3u7Iy^o&NA)wEhmI?Iqcl?kRWq^AI~q#dIULwXl?rHoO?NtV!Q3n5%l?{
zjvuN%HoQTyIoj+*_M1zL8bA_ck3BzyJ%ws~=tK=&b{W?4Q{A&efI52V+q@Bj>o}RI
zwIWpa@LBGkh8w$+6M3kc(AO8W>hz118%Nn~LTsOX;d#CA{3}|1+$^UE+14!^v~k@g
z6;GS1Qfkm|v|>rwrR3sWNvbHOfT=Jl^iDRTcW<uQ6WEi`Qr0X|#zU8pw~F*Yh8&dY
z4Swl;`gu%-{ttCJ3^^(|)yl9Nz|6u^cMGX`+J=3aio5y-Y#Kz^DiguIG&4ybCYP0!
zfzD?|X+bzYA)SDz&VKDDAS&A8uE}xbH23!I_SjFJ(5OX35`JAHuCQY4lM9?<Pd@P5
zuIYE=5LU;&4cbZBIFm#CjvRuVFmAK`oM*$D^D}An{n$`e@St}{3;CV$L21VKd3Hk%
zS2a3rH_rI%)j)B4{KZd#-TJ8#OC~7ov~%1`js@rm0k19i&Z5t^?Xtfhk%GQh>{OJU
zh>WM;CgHic6KCm^700Qf>}9pKw5W;nsSB2`QY`iCD=SInfwSi3ExXmrVi|hK(Dys{
zb#y3*ha`Nbow{7X`+Vv=^_L3XeSv<JR-kWhZO}y6t?JNonr6>nU;={0J|-y=9(E3K
z=kI@dukKwl(Q$B_U5pV7@893HpvHyGvI{OGAS&>WJ;>yP<hsJ8-4G<y*Q=(`aDdAK
zU1T!hpOtiLwag#vbE61fb;YZ8m^~!Y(vp%TaWe&TE+8$btCj5Lw&UE`pM_A5CA{zk
z{-#UK`*C&tFIHLlV6he2CpB$E6=&N}hCtP;?&<EZ=e1{}KjTY!D~Le58$>(TJ$x)6
z2O}A<j3X3YecDXq)?l&PP-s~Gu?Q;G<|jrGQTPaX()!ghfR{w+45g43)cows5yIH1
z^b7(PT57eOD!37rHq;2PDIJcHc61QL9wrP)(ob0?|K?2Hw6|Y3Zg0|D%Cx;==NQn^
zEKxlE=2UhX(g!AIDGNmT<L13OJwJ(5_B~p^cSPq*PSXy2c#!rSr^I;~@tQ`|S;O}&
zoECs@2~A?CPp9KCA3jpX8-m1AtGF|{OaEx4SdTv$^g6T#%j?Eul@Z4u%GfN@eok0O
z-Y*_wqz#oU>Rv~l@Xoexm@<Ry0hmaDMe!ILQAVg5gK7E<wqYR?CrKqA$E1HdNW*c|
zy9YNzJf6*8z!&cCy|9`q?}P$<*gfqnbV59M9EbR2L!{+k-}q$d9OcCT)igtnSyoIb
z^rBa;Jwv;9QFRP|u@ffYO+gaENCMVYopKh7AS(uLLXmh*XB@Xgg|k2+V#Sw}dpFUv
zp|p2IzH;t-;N$2ai2Fn#O$Ginb0=$YBr9k|yIvXgYa&Lv$`C8o$#)`Dp^{n-?|+Kb
z5!nJibWI`i_Z3?JEP(zG``XD}6;L7P)sn5`5}Xo!&r}l-)d!zSrV-;lGI$l1l)+V^
zz`39$0VymGmeUNF`4^E-vN+0A1xN*&MdG@^VH*4_6xR%fIn2_!&R4Y8zf5@vYjC=J
zoR@1r;j(P*&G@u_P0r}AWSb2lBGtZ)8gHMKPP`AU3KlGXG0)4jh9Kq_MrIW^t&l;T
zjhjFJMCOA&ObA+Y4_4@l*`OT@$iXmN>Pb<r;wf5EG@0KAnr%m!R*iRTzF5;pTJ1Hf
zT5Bzy5*r6K;$jj}!(?RT9JKpb_+jhaQEi6xjxL)CI(KHCo;lmJ77?mMt2M=pN};=1
zOj8oT9}VJI%Y(|4oBKM<Y!c^HqW;Y><bcg8LOz)VU)p?EEiZ#C@4()0%dq<E`tb}O
zAvF-LElofZ3+_-W-`*ReYoh{I?qCp}*jV}qi`jMnF*J}vd>J70f*@%T`K;udFft+_
zC6NvYJTR}{S2ylq_a0%@@9n^aW;gbXTUcr@-~xVc`x6LL3+uJnI^bDZMa^RGTx2_F
z5mQ_QGekS}p<@m?oH2$zB6!y^AVYN6pMxBBJj79qYbXraI}A=n|Jdi98-9;>di&^7
zkkHdONMduu--?n9tv@$LpL?uaf5o_G3Ew(^g=Qwl7Jpk)Qb7u<rW?(q8oJoJoB?t~
znkty~aRj~S&Gl--Z!4;p0-V+4*j-Ac!TDsWD8mgM+e;KArR@*hO8Y>XdLBkefE?_%
zsyx7I)RZWZ?9@dN^z*KM%ITVI_a24}?zW8@O62^rOJK*ayo;FomwQ@uVd4arV41zb
zAs1ks*Nj~v&P2m6P}7Z7-yX&eM;GGM^#^ym>4$u?(`KIZNp52d77K65yt{Yt@W)AO
ze+{*n6FO|i-GwA{!7=gW%pC7=Y#U{b?0p)djBT&6Z=5s7Uir5FeoGL<p27t)HkiQ4
zMEw2otXaDCg$jLx3Q*=MG6~9I>RVes2Samg+g`J*h^D!+8XxodYQ3kLJ%sUA6DV7d
zpoQN)o(zw@s(7?oMQ2VY1uFH=*R~VqF`|w4G$|$rG9JpU6hYutj}Np1E?rj$TmQ+r
zNPh_!<*alMUSZS)iNV57CUu~91dm?ws;~u{WxNh6`d{03>)PU#%4gwsR({TRq23#{
zeRCf(^hH2z?71vMJelL2X6jwyN*uPz!5qULn!ki|_Cj?)j%n8-b9^30CIotG27u!M
zlza3Y{d55O7#-WunwYl?L2Q8D1X>_{7Q*UR*G|){tR!9dLX9dc%?s*WW3`$>tI#M?
zaV_hxx}hNdK{AHKUCk6+0r=-7X>fBFwM(cKLH^yL2J*L}De=McL}ODaB&}%8V^kgj
ztb+|;6`sRp1F^8rJ_`I;Gs<8YxlFUw6Kqryf}=A~n+Y}@@?hK(gUO35WPAgh*H4fb
zWz#z;rQknN`N$y$%0=5nW1HOzIm6+_(VSU29>Xvb>QNH7DTEALK^|Wk0{tH6uuk~3
zH2)%3Msef~2JtQjz_BxTto?pV5yX2~BeRAiQG8!8w?JDds`<U=D|Kfzt0}TaDb%C}
zYGN`eAOU!j%E$D8*iDupaJ1fE#U2o$(;zoeQMiee-Mvncd0CpWc7h(e;u%f59u3o^
z6cwK~hcJpnZTh$E@^x4OpjZv24Uyb|KIl9MGFfH4RzhD#eA9IO^ec(T+o!)YZ`UO=
z&eXFt_aa0tQX&<mZf&{;YEh(is8gQF27SA5mnX+;@^tyy9%o2KN?xm>f#VU}hA<8_
zatFXO+dv{p*#%<sfk651BZcR6sD>B0rynE2xI38tw?E$&1hFYLBr$=^_|sXr$+{Vq
z>y$0~bm>d`NRTk30#tjE95c_}Tx1f{Tz$4MRVfv%+VOO&qq%ZohhT^Ts0Ry9nB=4p
zZ7r`+?@rch!VDXBw<vFRfuhNrVjTN0F7UCe+#{(Y+Si9hjb`jqJRXb4_4?s)U)L!U
z=co>0IwyU(P9phOX+kben9=&(=C3&bj^l#>VGX#FIpq=d>4V8dj+rkAi-mc`=`{=+
zY{zRfPBsTf({Ocz9LAw7{i#beup2ndsOd2%Z@k6>z3X?sZ3tpB=?U+KC`lCB{K&#0
zEiOvaoiFdzw|5}mval8*pEw0LVZT;zPWwX^5QV~Z1h{I(Ig%>4U3WLCEIUf6xl!8l
z<=sj=Jzdp*-KCaCd(?GhtC}C*$2CwKn5if<MFzy3PTfEjZrGik5s(E<+4THbP&L?p
z#xqO|cy$Xd=4r+1?{86Y>PgD)E2Ea-Fj3bL*lwTz!1crJ6_jb4NM$O<Lq9%;eKP7W
zw$bq@3E^ZD^o=(5*SKO!>1VKQd;&ghu6yBoEY;WvJSKj>W(l^pdUVEec^Zx(sK)y0
z7Tva~PQTfUb_kX3RWq}7abu6luUHSoa4CW#*FqW$CI_fUYq@metuhYiKoBqB=Z7{7
zfEtM3MUlWFN!m`&Q}5M%x~%b1`TLS!nevEi+lAv}iXJ-kA0!soj61|URaD%mTUrP7
zf0leyDKVBwaah0G@FRV1@9#AuekxkFE|TVTBZDO9sd?Yf36+1M+VbC#w^{iQ^2-WC
z40DZlGTcM120=>0qr7vW7}wynw*rI<xtshy%u*S_v;{M~*+R<yW1_udx<iNMVhSAD
z1eR*W#7y0C_H6y_<Wil16@4)jqvg(BfI9;CY;;MMW7HaAh?x#zixZSg%@AC&aQ{XZ
zp92!%Z<R190bfF#6FJq?wh?4_?~X+{=9+Yp#q}Xi#QBRk*r7*vKcxvd^As0o*4?!~
z)A=N%sA|}xJ?%{tZW&T*KN>fv#xR(PR~ghM3CyggfKUgzX=;-*##aYWac2{}O=bx)
zxV~!sK#q*laTmc3a_+CCsVBL}VTfTPeHXJ-;lOX(mTA%6xz`L4ELCav-?4%mHpaJ=
z#quV_`!<kw*e++ju&xt;b=r(P9X~BstvedE1q9F&ZR*_I2~D7+LMcKql6(+DN}$?+
z>p-(2Io7;#2fhsVx5a)0EQX!`mX3b_?CONlWV7<$RQW~RSuQ5w_7**Zn?!o!KlQ8b
z2NV~5s%BID=)TS;Ij@9d*H*tBOtEx8bo){lRk2cX-Ez^CnRBc+7HJ3qI!=hgyYaWe
z#$mHt@DWtEACM*;kDwGLXV_rhMTlX*Z|`z!3*R>$WvJWNueLTyRhTyg&C<^%ka@GD
z7%kv2(B4r5@t)tE*N_FCok^@HNi%bl|Kl@N|B3zD^XMK`e3z{4dknOp7W|7SKrZ1t
zV_Sl~&<fm440yd3#No?;+MnrH{cwYWATjv;^g)v>J3a1>nt+DtuWk1_RH8VlL=SX6
zz;-@V;t}mY36&jHjE$z3F3AndH3KG9Lv!!%+@r6Ox3`3{b3v$&&nVJJB~+@@Wuw4r
z&He^#)TtoI91MlFgXXQA;{cL-!oSw1hZLRUKI<c`PfiYoPMSTY^N3K$ef#^BnM=;#
z{y{Y~52+jfyEr@>CQiUzh}XBLqE{!LP{CD(Aoe$``~OtzAjoJx?0u)&F@Yf7!+WcZ
zkzm`7LbFx4xKM=)3pM}4^R;)=UR6C>g}eKH_14+SZ8|AZzu`U-QOF9<e+Nl=fLC(%
z8iE9KgQOCwcL3LqL~fz9QS3LVrIQypA-a_9K`i?{%8e{0_Z@Z(KUyk;_*P_&XwJ6t
z6EXfJ<Jmh0q}hUZZ6(*1#Lbs)-@_0MkOMhf#h>Kw6x6i~35+P>ecOO&4q_P8yki`#
zJC39L>AkO}rY3cCbSOPN-K|OJyab<Kd9G2v`CF&HdHqy1lCl5!vH=y4{i5Q<4kcYQ
z0oz!FmMl)yzke=K|MO!O7vAUD?~l{k)gek7>gOmA`wew>Od*Ija!+{o_*bJ8sYR*I
z-;C2{sO_3I)o-m=-G(|fKGLYp4Xj|)OE-iuq%frM<+|I^uu2i8R^@+kM3ROq&lSyc
zF)=H;p;@}g7i`5N)WqPyYyG4s6@(ge*s_|DDoVUnxf&?!fG>5|YYp;?FR@s`i6?Wv
z*$6oxg*hU6?I6Uk)$!faJnGRyVNFAhAqsXjH#aMfYEWJ)oS3BJ=MIrHZb<u^hjqr;
z`HJf7*7}!vkn!BJV#&sM$%k@45adLbs;fUm`GXW9QXMMv&d=E~i6Gttdn=TOD7HTW
z$H&alOy_SFwv_JAbgQ+xRV|e*YTnYUwz4+${IN&v_3c>W6V-uh$89aQIvyaKw9)O_
zqvqa??3)+j`~~<n;oE*&vvY0XCvDLMY3FNN+EmTVn57x{(-pv5*B^u2VIH~R%|Q%y
zIDE!C|B}OpcC@y=cVpDUl2k|F<7V3#85tC~apxl~GlsNi_}T3v!#^tfu2vQ?5TkTr
zr0Vt$C^yA4kc7-ENY%%#jMwuo4r=9!jL;D61-$cf_l~J~L$mOPzZ_%<&7Jp>yiNi{
z9}e~ns=KjU-R<2PrZ8l4c8i|tdQNSfZK~+6(mpaPHV?IuJ_tUHX0Gp6R40MTQc1*k
z6jRA)G7)^K(Ww|5qcw@dZP^LgBw9{ZPGUAMJPz;G@epEkP~LFfwcj4~=<4bsmFP}Z
zdzU3PL@6vRR6#+3^Xwx~jxs9W`U#LqMD9q47}4WTv??h(R?C-VC^?P_Uud;VgZ1Q7
zEoyBW)_L!9<(Ok-^8V!zBz)pVk%gU(z#e{Z%(ms^?H%eR3U0t<v%FQ_Tc}v=4N+o=
zVTg~yI~W7wp_&5}4w+$<b1223&VF|u>+kP(gmX*lWAkBu=J%FFJ;3m0Q|(RB2o9(|
zJRwZK625<kcpwWTjDg}DOYL78LB>wxD8hJiY_NM2$h6ZhH#51#`Ws8R#*X8?-{a3f
zI6{PPho9}OSK<5K$?bO)f{ZtjjxcVsekAQEA=r`J`d{T5Z}ITP`+AFqA%-=NqPV|Y
zYBJt_@Ay0Q{jNulcWPqayYIVW2HstY`FF=VdG9HXp&57&L5`u9@!n95y%~59L5{t5
r^4^G!p&57&L5`u9@!n95y&3qw;j)(BMv4v400000NkvXXu0mjf9!k4g

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/radar.png b/components/originalComponents/static/admin/img/radar.png
new file mode 100755
index 0000000000000000000000000000000000000000..51f28f44cc8f624609213aaceef9c39e14e9d92c
GIT binary patch
literal 33248
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/table.png b/components/originalComponents/static/admin/img/table.png
new file mode 100755
index 0000000000000000000000000000000000000000..1affb1baf464f011f7ad551474563b3a283634bc
GIT binary patch
literal 29634
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
VkF1pmLS6s>002ovPDHLkV1gFk6uAHZ

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/timeknots.png b/components/originalComponents/static/admin/img/timeknots.png
new file mode 100755
index 0000000000000000000000000000000000000000..42c4a0b7cdd0d7f10ebd9f4106738765c748dc40
GIT binary patch
literal 10126
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
H83q3j9Mw#t

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/img/wordcloud.png b/components/originalComponents/static/admin/img/wordcloud.png
new file mode 100755
index 0000000000000000000000000000000000000000..dcf8f65f6c95ddc117965f80d00252cb0f567f1e
GIT binary patch
literal 47866
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
CmK6^G

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/admin/js/editor.js b/components/originalComponents/static/admin/js/editor.js
new file mode 100755
index 00000000..77df1371
--- /dev/null
+++ b/components/originalComponents/static/admin/js/editor.js
@@ -0,0 +1,466 @@
+$(document).ready(function(){
+    var relPos = "../lodspeakr/components/";
+    var currentXhr = null;    
+    var templateBuffer = '';
+    var queryBuffer = '';
+    CodeMirror.defineMode('mustache', function(config, parserConfig) {
+  var mustacheOverlay = {
+    token: function(stream, state) {
+      var ch;                                 
+      if (stream.match('{{')) {
+        while ((ch = stream.next()) != null)
+          if (ch == '}' && stream.next() == '}') break;
+        stream.eat('}');
+        return 'mustache';
+      }
+      while (stream.next() != null && !stream.match('{{', false)) {}
+      return null;
+    }
+  };
+  return CodeMirror.overlayMode(CodeMirror.getMode(config, parserConfig.backdrop || 'text/html'), mustacheOverlay);
+});
+    var tip = $('<div></div>');
+        tip.css("min-width", "400px")
+           .css("min-height", "220px")
+           .css("font", "Monaco")
+           .css("font-size", "13px")
+           .css("text-wrap", "unrestricted")
+           .css("position", "absolute")
+           .css("z-index", "50")
+           .css("background","white")
+           .css("border", "1px solid black")
+           .css("-moz-border-radius", "8px 8px")
+           .css("border-radius", "8px 8px")
+           .css("font-family", "Helvetica Neue")
+           .css("color", "black")
+           .css("padding", "5px")
+           .css("opacity", 0);
+    $("body").append(tip);
+    var cheatSheet = $("body").append("<div id='cheat' class='cheat-sheet'></div>").css("z-index", "110");
+    $("#cheat").on('mouseenter', function(){$(this).animate({right: '+=200'}, 180)})
+               .on('mouseleave', function(){$(this).animate({right: '-=200'}, 180);
+                                            tip.css("top", 1000).css("left", 200)}).html("<span class='cheat-title'>Visualization Filters</span>")
+               .on('mousemove', function(e){tip.css("top", e.pageY-100).css("left", e.pageX-630)});
+    
+    $("#cheat").append("<ul id='cheat-list' class='cheat-list'></ul>");
+    
+    var visualizationsEnabled = [ {name: 'D3CirclePacking', params: ["childNode,parentNode,size", "childNode,parentNode,size,links"], img: "circlepacking.png"}, 
+                                  {name: 'D3Dendrogram',  params: "childNode,parentNode", img: "dendrogram.png"},
+                                  {name: 'D3ForceGraph',  params: "sourceNode,TargetNode", img: "graph.png"},
+                                  {name: 'D3ParallelCoordinates',  params: "label,value1,value2,...,valueN", img: "parallelcoordinates.png"},
+                                  {name: 'D3WordCloud', params: ["variableWithFreeText", "phraseVariable,sizeOfPhrase", "phraseVariable,sizeOfPhrase,linkOnEachPhrase" ], img: "wordcloud.png"},
+                                  {name: 'D3RadarChart', params: "value1,value2,value3,...,valueN", img: "radar.png"},
+                                  {name: 'GoogleMaps',  params: "latitude,longitude,label", img: "maps.png"},
+                                  {name: 'GoogleVizBarChart', params: "valuesInAxisX,valuesInAxisY", img: "barchart.png"},
+                                  {name: 'GoogleVizColumnChart', params: "valuesInAxisX,valuesInAxisY", img: "columnchart.png"},
+                                  {name: 'GoogleVizLineChart', params: "valuesInAxisX,valuesInAxisY", img: "linechart.png"},
+                                  {name: 'GoogleVizPieChart', params: "valuesInAxisX,valuesInAxisY", img: "piechart.png"},
+                                  {name: 'GoogleVizScatterChart', params: "valuesInAxisX,valuesInAxisY", img: "piechart.png"},
+                                  {name: 'GoogleVizTable', params: "column1,column2,...,columnN", img: "table.png"},
+                                  {name: 'Timeknots', params: "date,label[,image]", img: "timeknots.png"}];
+    $.each(visualizationsEnabled, function(index, value){
+        divContent = "<li><a href='#' class='cheat-link' data-params='"+value.params+"' data-img='"+value.img+"'>"+value.name+"</a></li>";
+        if(value.params instanceof Array){
+          divContent = "<li><a href='#' class='cheat-link' data-params='"+value.params[0]+"' data-img='"+value.img+"'>"+value.name+"</a></li>";        
+        }
+      $("#cheat-list").append(divContent);
+    });
+    
+    $(".cheat-link").on('click', function(){
+      var visualFilter = '{{models.main|'+$(this).html()+':"'+$(this).attr("data-params")+'"}}';
+      templateEditor.replaceSelection(visualFilter);
+    })
+                    .on('mouseenter', function(){
+                                                 var examples = '<p class="cheat-example">{{models.main|'+$(this).html()+':"'+$(this).attr("data-params")+'"}}</p>';
+                                                 for (i in visualizationsEnabled){
+                                                   if(visualizationsEnabled[i].name == $(this).html()){
+                                                     if(visualizationsEnabled[i].params instanceof Array){
+                                                       var x = visualizationsEnabled[i].params;
+                                                       examples='';
+                                                       for(var j in x){
+                                                         examples+='<p class="cheat-example">{{models.main|'+$(this).html()+':"'+x[j]+'"}}</p>';
+                                                       }
+                                                     }
+                                                   }
+                                                 }
+                                                 var visualFilter = '<h3>'+$(this).html()+'</h3>'+examples+'<img style="max-width:200px;max-height:150px" src="img/'+$(this).attr("data-img")+'"/>';tip.html(visualFilter).animate({opacity: .95}, 20)})
+                    .on('mouseleave', function(){tip.animate({opacity: '0'}, 20)});
+    //Create Template and Query Editor
+    var templateEditor = CodeMirror.fromTextArea(document.getElementById('template-editor'), {mode: 'mustache',
+    lineNumbers: true,
+    onChange:function(e){
+     if(templateEditor.getValue() == templateBuffer){
+       $('#template-save-button').addClass('disabled');
+     }else{
+       $('#template-save-button').removeClass('disabled');
+     }
+     }
+     });
+     var queryEditor = CodeMirror.fromTextArea(document.getElementById('query-editor'), {mode: 'sparql',
+     lineNumbers: true,
+     onChange:function(e){
+     if(queryEditor.getValue() == queryBuffer){
+       $('#query-save-button').addClass('disabled');
+     }else{
+       $('#query-save-button').removeClass('disabled');
+     }
+     }
+
+    });
+
+
+    //Test button
+    $("#query-test-button").on('click', function(e){
+      $("#results").empty();
+      if($(this).hasClass("btn-success")){
+        var query = queryEditor.getValue();
+        var endpoint = $("#endpoint-list>option:selected").val();
+        $("#query-test-button").removeClass('btn-success').html('<img src="../img/wait.gif"/> Stop');
+        currentXhr = executeQuery(query, endpoint);
+      }else{
+        currentXhr.abort();
+        $(this).addClass('btn-success').html('Test this query against');
+      }
+    });
+
+    //X button on components
+    $(".component-li").on({
+        mouseenter: function(){
+          $(this).children(".lodspk-delete-component").removeClass("hide");
+        },
+        mouseleave: function(){
+          $(".lodspk-delete-component").addClass("hide");
+        }
+    });   
+
+    function updateEmbeddableCode(e){
+      var url = $("#embed-button").attr('data-url').replace("../", home);
+      var width = $("#embed-width").val(),
+          height = $("#embed-height").val();
+      var code = "&lt;iframe src='"+url+"' style='overflow-x: hidden;overflow-y: hidden;' frameborder='0' width='"+width+"' height='"+height+"'&gt;&lt;/iframe&gt;";
+      $("#embed-body").html(code);
+      //Twitter
+      $("#tweet-span").empty();
+      var a = $("<a>Tweet</a>");
+      as="Check it out! "+url;
+      a.attr("href", "https://twitter.com/share").attr('class', 'twitter-share-button');
+      $("#tweet-span").append(a);
+      $(".twitter-share-button").attr('data-text', "Check this out! "+url ).attr('data-url', as);
+      //FB
+      $(".fb-like").attr("data-href", url);
+      (function(d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s); js.id = id;
+  js.src = '//connect.facebook.net/en_US/all.js#xfbml=1&appId=128636813885706';
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));
+      
+ $.getScript
+    (
+      "http://platform.twitter.com/widgets.js",
+      function () {
+    twttr.widgets.load();
+       }
+     ); 
+     $("#embed-box").modal('show');
+    }   
+    
+ function executePost(url, data, message){
+      $.ajax({
+         type: 'POST',
+         url: url,
+         data: data,
+         success: function(data){if(data.success == true){
+           $(message.id).removeClass('hide').addClass('alert-success').html(message.success).show().delay(2000).fadeOut("slow").removeClass('alert-success');
+           if(message.triggerElement != undefined && message.triggerEvent != undefined ){
+             $(message.triggerElement).trigger(message.triggerEvent);
+           }else{
+             if(message.newFragment != undefined){
+               window.location.href="#"+message.newFragment;
+             }else{
+               window.location.href="#";
+             }
+             setTimeout(window.location.reload(), 2000);
+           }
+         }else{
+           $(message.id).removeClass('hide').addClass('alert-error').html(message.failure).show().delay(2000).fadeOut("slow").removeClass('alert-error');         
+         }
+         },
+         error: function(data){
+           $(message.id).removeClass('hide').addClass('alert-error').html(message.error).show().delay(2000).fadeOut("slow").removeClass('alert-error');
+         },
+         dataType: 'json'
+     });
+ }   
+    
+ $(".new-button").on("click", function(e){
+     var componentName = prompt("Please enter the name of the new component","newComponent");
+     if(componentName != null){
+       var url   = "components/create/"+$(this).attr("data-type")+"/"+componentName;
+       var data  = {content: $("#template-editor").val()};
+       var msgId = "#component-msg";
+       executePost(url, data, {id:msgId, success: "Saved!", failure: "Can't create new component. Probably permissions problem or component already exists", error: "Error creating a new component!", newFragment: componentName});
+     }
+ });
+
+  //New file
+  $(".new-file-button").on("click", function(e){
+     var fileName = "";
+     if($(this).hasClass("new-file-button-view")){
+       fileName = prompt("Please enter the name of the new view","json");
+       
+       if(! /[^\/\.\s]+$/g.test(fileName)){
+         alert("File name is not valid. It can't have spaces or .");
+         return;
+       }
+       fileName = fileName+".template";
+     }else{
+       fileName = prompt("Please enter the name of the new model","newModel");
+       if(! /^([^\/\s]+\/)*[^\/\s]+$/.test(fileName)){
+         alert("File name is not valid. Format is [ENDPOINTPREFIX/]*FILENAME");
+         return;
+       }
+       var filePath = fileName.split("/");
+       lastFilePath = filePath.pop();
+       lastFilePath += ".query";
+       filePath = filePath.map(function(d){return "endpoint."+d});
+       fileName = filePath.join("/")+"/"+lastFilePath;
+     }
+     if(fileName != null){
+       var url   = "components/add/"+$(this).attr("data-component")+"/"+fileName;
+       var data  = {content: $("#template-editor").val()};
+       var msgId = "#component-msg";
+       var comp = $(this).attr("data-component").split("/");
+       executePost(url, data, {id:msgId, success: "Saved!", failure: "Can't create new file. Probably permissions problem or file already exists", error: "Error creating a new file!", triggerElement: "[data-component-type="+comp[0]+"][data-component-name="+comp[1]+"]" , triggerEvent: 'click'});
+     }
+  });
+  
+  $(".lodspk-delete-component").on({
+      click: function(){
+        var componentName = $(this).attr("data-component-name");
+        var componentType = $(this).attr("data-component-type");
+        var url = "components/delete/"+componentType+"/"+componentName;
+       var msgId = "#component-msg";
+        if (confirm("Are you sure you want to delete this component?")) {
+          executePost(url, "", {id:msgId, success: "Component deleted!", failure: "Can't delete component. Probably permissions problem", error: "Error deleting component!"});      
+        }
+      }
+  });
+  
+  
+ 
+ $(".lodspk-component").on("click", function(e){
+     $(".lodspk-component").removeClass("strong");
+     $(this).addClass("strong");
+     var componentType = $(this).attr("data-component-type");
+     var componentName = $(this).attr("data-component-name");     
+     var dataParent = ".lodspk-component[data-component-type="+componentType+"][data-component-name="+componentName+"]";
+     var url="components/details/"+componentType+"/"+componentName;
+     templateBuffer = "";
+     queryBuffer = "";
+     templateEditor.setValue("");
+     queryEditor.setValue("");
+  $.get(url, function(data){
+      $("#template-list").empty();
+      $("#query-list").empty();
+      $("#preview-button").attr("target", "_new").attr("href", "../"+componentName).removeClass("hide");
+      $("#embed-button").attr("data-url", "../"+componentName).removeClass("hide");
+      $.each(data.views, function(i, item){
+          var viewUrl = relPos+componentType+"/"+componentName+"/"+item;
+          var viewFileUrl = componentType+"/"+componentName+"/"+item;
+          var displayName = item.replace(".template","");
+          $("#template-list").append("<li class='file-li'><button type='button' class='close hide lodspk-delete-file' data-parent='"+dataParent+"' data-file='"+viewFileUrl+"' style='align:left'>x</button><a class='lodspk-template' href='#template-editor' data-url='"+viewUrl+"'>"+displayName+"</a></li>") ;
+      });
+      $.each(data.models, function(i, item){
+          var modelUrl = relPos+componentType+"/"+componentName+"/queries/"+item;
+          var modelFileUrl = componentType+"/"+componentName+"/queries/"+item;
+          var displayName = item.split("/").map(function(d){return d.replace("endpoint.","").replace(".query", "")}).join("/");
+          $("#query-list").append("<li class='file-li'><button type='button' class='close hide lodspk-delete-file' data-parent='"+dataParent+"' data-file='"+modelFileUrl+"' style='align:left'>x</button><a href='#' class='lodspk-query' data-url='"+modelUrl+"'>"+displayName+"</a></li>");
+          /*$('html, body').stop().animate({
+                      scrollTop: $('#template-list').offset().top - 100
+                    }, 500);*/
+      updateEvents();
+       $("#query-list li a.lodspk-query").first().trigger("click");
+       $("#template-list li a.lodspk-template").first().trigger("click");
+      });
+      $(".new-file-button").removeClass("hide");
+      $(".new-file-button-view").attr("data-component", componentType+"/"+componentName );
+      $(".new-file-button-model").attr("data-component", componentType+"/"+componentName+"/queries" );
+  });
+ });
+ 
+ function executeQuery(q, e){
+   return $.ajax({
+       type: 'POST',
+       data: {
+         query: q,
+         endpoint: e,
+         format: 'application/sparql-results+json'
+       },
+       url: 'components/query',
+       success: function(d){
+         var data = d;
+         if(data == undefined){
+           $("#results-msg").html("An error occurred when sending a query to the endpoint").show().delay(2000).fadeOut("slow");
+         }else{
+           if($.isXMLDoc(d)){
+             alert("XML");
+             console.log(d);
+             data = d.sparql;//$.parseXML();
+             console.log(data);
+           }
+           var variables = new Array();
+           var header = $("<tr></tr>");
+           $(data.head.vars).each(function(i, item){
+               variables.push(item);
+               header.append("<td><strong>"+item+"</strong></td>");
+           });
+           $("#results").append(header);
+           $(data.results.bindings).each(function(i, item){
+               var row = $("<tr></tr>");
+               $.each(variables, function(j, jtem){
+                   var value = "";
+                   if(item[jtem] != undefined){
+                     value = item[jtem].value;
+                   }
+                   row.append("<td>"+value+"</td>");
+               });
+               $("#results").append(row);
+           });
+         }
+         $("#query-test-button").addClass('btn-success').html('Test this query against');
+       },
+       error: function(e){
+         $("#results-msg").html("An error occurred when sending a query to the endpoint").show().delay(2000).fadeOut("slow");
+         $("#query-test-button").addClass('btn-success').html('Test this query against');
+       },
+       timeout: 20000,
+   });
+ }
+ 
+ function updateEvents(){
+   $(".lodspk-delete-file").on({
+       click: function(){
+         var fileName = $(this).attr("data-file");
+         var url = "components/remove/"+fileName;
+         var msgId = "#component-msg";
+         if (confirm("Are you sure you want to delete this component?")) {
+           executePost(url, "", {id:msgId, success: "File deleted!", failure: "Can't delete file. Probably permissions problem", error: "Error deleting file!", triggerElement:  $(this).attr("data-parent"), triggerEvent: 'click'});      
+         }
+       }
+   });
+   
+
+   $(".file-li").on({
+       mouseenter: function(){
+         $(this).children(".lodspk-delete-file").removeClass("hide");
+       },
+       mouseleave: function(){
+         $(".lodspk-delete-file").addClass("hide");
+       }
+   });   
+   $(".lodspk-template").on("click", function(e){
+     $(".lodspk-template").removeClass("strong");
+     $(this).addClass("strong");
+       var fileUrl = $(this).attr("data-url");
+       $.ajax({
+           cache: false,
+           url: fileUrl, 
+           dataType: 'text',
+           success: function(data){
+           templateEditor.setValue(data);
+           templateBuffer = data;
+           $("#template-save-button").attr("data-url", fileUrl).addClass("disabled");
+           /*$('html, body').stop().animate({
+                      scrollTop: $('body').offset().top-100
+                    }, 500);*/
+       }
+       });
+   });
+   $(".lodspk-query").on("click", function(e){
+     $(".lodspk-query").removeClass("strong");
+     $(this).addClass("strong");
+       var fileUrl = $(this).attr("data-url");
+       $.ajax({
+           cache: false,
+           url: fileUrl, 
+           dataType: 'text',
+           success: function(data){
+           queryEditor.setValue(data);
+           queryBuffer = data;
+           $("#query-save-button").attr("data-url", fileUrl).addClass("disabled");
+           /*$('html, body').stop().animate({
+                      scrollTop: $('.bs-docs-query').offset().top-100
+                    }, 100);*/
+       }
+       });
+   });
+   //Turn 'save' buttons disable when no change has been made
+   /*$("#query-editor").on("keyup", function(e){
+     if($("#query-editor").val() == queryBuffer){
+       $("#query-save-button").addClass("disabled");
+     }else{
+       $("#query-save-button").removeClass("disabled");     
+     }
+   });
+   templateEditor.("keyup", function(e){
+     if($("#template-editor").val() == templateBuffer){
+       $("#template-save-button").addClass("disabled");
+     }else{
+       $("#template-save-button").removeClass("disabled");     
+     }
+   });*/ 
+   //Save action
+   $("#template-save-button").on("click", function(e){
+       if(!$("#template-save-button").hasClass("disabled")){
+         var url = "components/save/"+$("#template-save-button").attr("data-url").replace(relPos, "");
+         $.ajax({
+             type: 'POST',
+             url: url,
+             data: {content: templateEditor.getValue()},
+             success: function(data){if(data.success == true){
+               $("#template-msg").removeClass('hide').html("Saved!").show().delay(2000).fadeOut("slow");
+             }},
+             dataType: 'json'
+         });
+         
+         templateBuffer=templateEditor.getValue();
+         $("#template-save-button").addClass('disabled');
+       }
+   });
+   $("#query-save-button").on("click", function(e){
+       if(!$("#query-save-button").hasClass("disabled")){
+         var url = "components/save/"+$("#query-save-button").attr("data-url").replace(relPos, "");
+         $.ajax({
+             type: 'POST',
+             url: url,
+             data: {content: queryEditor.getValue()},
+             success: function(data){if(data.success == true){
+               $("#query-msg").removeClass('hide').html("Saved!").show().delay(2000).fadeOut("slow");
+             }else{
+               $("#query-msg").removeClass('hide').addClass('alert-fail').html("Error saving content").show().delay(2000).fadeOut("slow").removeClass('alert-fail');             
+             }
+             },
+             error: function(data){if(data.success == true){
+               $("#query-msg").removeClass('hide').addClass('alert-fail').html("An error ocurred in the server!").show().delay(2000).fadeOut("slow").removeClass('alert-fail');
+             }},
+             dataType: 'json'
+         });
+         
+         queryBuffer=queryEditor.getValue();
+         $("#query-save-button").addClass('disabled');
+       }
+   });
+   
+   $("#embed-button").on('click', updateEmbeddableCode);
+   $(".embed-size").on('keyup', updateEmbeddableCode);
+   
+ }
+
+
+var code = window.location.hash.substr(1);
+if(code != ""){
+  $("a[href='#"+code+"']").trigger('click');
+} 
+});
diff --git a/components/originalComponents/static/css/basic.css b/components/originalComponents/static/css/basic.css
new file mode 100755
index 00000000..bf25c462
--- /dev/null
+++ b/components/originalComponents/static/css/basic.css
@@ -0,0 +1,42 @@
+body {
+  background: #FFF;
+}
+
+h1{
+  font-size: 24px;
+}
+
+h1,h2,body {
+  font-weight: normal;
+  vertical-align: top;
+  font-family: Helvetica Neue,Georgia, serif;
+  padding: 0;
+  margin: 0;
+  display: inline;
+  letter-spacing: -0.02em;
+}
+
+ a,
+ a:hover,
+ a:visited {
+  margin: 0;
+  padding: 0;
+  color: #000;
+}
+a:hover{
+ text-decoration: none;
+}  
+
+
+table tr td {
+	padding: 2px;
+	border-color: gray;
+	background-color: white;
+}
+td{
+  max-width:550px;
+  word-wrap: break-word;
+}
+table{
+  width: 50%;
+}
diff --git a/components/originalComponents/static/css/bootstrap-responsive.css b/components/originalComponents/static/css/bootstrap-responsive.css
new file mode 100755
index 00000000..06e55c0b
--- /dev/null
+++ b/components/originalComponents/static/css/bootstrap-responsive.css
@@ -0,0 +1,815 @@
+/*!
+ * Bootstrap Responsive v2.0.4
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
+.clearfix {
+  *zoom: 1;
+}
+
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+}
+
+.clearfix:after {
+  clear: both;
+}
+
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 28px;
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+      -ms-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+.hidden {
+  display: none;
+  visibility: hidden;
+}
+
+.visible-phone {
+  display: none !important;
+}
+
+.visible-tablet {
+  display: none !important;
+}
+
+.hidden-desktop {
+  display: none !important;
+}
+
+@media (max-width: 767px) {
+  .visible-phone {
+    display: inherit !important;
+  }
+  .hidden-phone {
+    display: none !important;
+  }
+  .hidden-desktop {
+    display: inherit !important;
+  }
+  .visible-desktop {
+    display: none !important;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 979px) {
+  .visible-tablet {
+    display: inherit !important;
+  }
+  .hidden-tablet {
+    display: none !important;
+  }
+  .hidden-desktop {
+    display: inherit !important;
+  }
+  .visible-desktop {
+    display: none !important ;
+  }
+}
+
+@media (max-width: 480px) {
+  .nav-collapse {
+    -webkit-transform: translate3d(0, 0, 0);
+  }
+  .page-header h1 small {
+    display: block;
+    line-height: 18px;
+  }
+  input[type="checkbox"],
+  input[type="radio"] {
+    border: 1px solid #ccc;
+  }
+  .form-horizontal .control-group > label {
+    float: none;
+    width: auto;
+    padding-top: 0;
+    text-align: left;
+  }
+  .form-horizontal .controls {
+    margin-left: 0;
+  }
+  .form-horizontal .control-list {
+    padding-top: 0;
+  }
+  .form-horizontal .form-actions {
+    padding-right: 10px;
+    padding-left: 10px;
+  }
+  .modal {
+    position: absolute;
+    top: 10px;
+    right: 10px;
+    left: 10px;
+    width: auto;
+    margin: 0;
+  }
+  .modal.fade.in {
+    top: auto;
+  }
+  .modal-header .close {
+    padding: 10px;
+    margin: -10px;
+  }
+  .carousel-caption {
+    position: static;
+  }
+}
+
+@media (max-width: 767px) {
+  body {
+    padding-right: 20px;
+    padding-left: 20px;
+  }
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    margin-right: -20px;
+    margin-left: -20px;
+  }
+  .container-fluid {
+    padding: 0;
+  }
+  .dl-horizontal dt {
+    float: none;
+    width: auto;
+    clear: none;
+    text-align: left;
+  }
+  .dl-horizontal dd {
+    margin-left: 0;
+  }
+  .container {
+    width: auto;
+  }
+  .row-fluid {
+    width: 100%;
+  }
+  .row,
+  .thumbnails {
+    margin-left: 0;
+  }
+  [class*="span"],
+  .row-fluid [class*="span"] {
+    display: block;
+    float: none;
+    width: auto;
+    margin-left: 0;
+  }
+  .input-large,
+  .input-xlarge,
+  .input-xxlarge,
+  input[class*="span"],
+  select[class*="span"],
+  textarea[class*="span"],
+  .uneditable-input {
+    display: block;
+    width: 100%;
+    min-height: 28px;
+    -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+        -ms-box-sizing: border-box;
+            box-sizing: border-box;
+  }
+  .input-prepend input,
+  .input-append input,
+  .input-prepend input[class*="span"],
+  .input-append input[class*="span"] {
+    display: inline-block;
+    width: auto;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 979px) {
+  .row {
+    margin-left: -20px;
+    *zoom: 1;
+  }
+  .row:before,
+  .row:after {
+    display: table;
+    content: "";
+  }
+  .row:after {
+    clear: both;
+  }
+  [class*="span"] {
+    float: left;
+    margin-left: 20px;
+  }
+  .container,
+  .navbar-fixed-top .container,
+  .navbar-fixed-bottom .container {
+    width: 724px;
+  }
+  .span12 {
+    width: 724px;
+  }
+  .span11 {
+    width: 662px;
+  }
+  .span10 {
+    width: 600px;
+  }
+  .span9 {
+    width: 538px;
+  }
+  .span8 {
+    width: 476px;
+  }
+  .span7 {
+    width: 414px;
+  }
+  .span6 {
+    width: 352px;
+  }
+  .span5 {
+    width: 290px;
+  }
+  .span4 {
+    width: 228px;
+  }
+  .span3 {
+    width: 166px;
+  }
+  .span2 {
+    width: 104px;
+  }
+  .span1 {
+    width: 42px;
+  }
+  .offset12 {
+    margin-left: 764px;
+  }
+  .offset11 {
+    margin-left: 702px;
+  }
+  .offset10 {
+    margin-left: 640px;
+  }
+  .offset9 {
+    margin-left: 578px;
+  }
+  .offset8 {
+    margin-left: 516px;
+  }
+  .offset7 {
+    margin-left: 454px;
+  }
+  .offset6 {
+    margin-left: 392px;
+  }
+  .offset5 {
+    margin-left: 330px;
+  }
+  .offset4 {
+    margin-left: 268px;
+  }
+  .offset3 {
+    margin-left: 206px;
+  }
+  .offset2 {
+    margin-left: 144px;
+  }
+  .offset1 {
+    margin-left: 82px;
+  }
+  .row-fluid {
+    width: 100%;
+    *zoom: 1;
+  }
+  .row-fluid:before,
+  .row-fluid:after {
+    display: table;
+    content: "";
+  }
+  .row-fluid:after {
+    clear: both;
+  }
+  .row-fluid [class*="span"] {
+    display: block;
+    float: left;
+    width: 100%;
+    min-height: 28px;
+    margin-left: 2.762430939%;
+    *margin-left: 2.709239449638298%;
+    -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+        -ms-box-sizing: border-box;
+            box-sizing: border-box;
+  }
+  .row-fluid [class*="span"]:first-child {
+    margin-left: 0;
+  }
+  .row-fluid .span12 {
+    width: 99.999999993%;
+    *width: 99.9468085036383%;
+  }
+  .row-fluid .span11 {
+    width: 91.436464082%;
+    *width: 91.38327259263829%;
+  }
+  .row-fluid .span10 {
+    width: 82.87292817100001%;
+    *width: 82.8197366816383%;
+  }
+  .row-fluid .span9 {
+    width: 74.30939226%;
+    *width: 74.25620077063829%;
+  }
+  .row-fluid .span8 {
+    width: 65.74585634900001%;
+    *width: 65.6926648596383%;
+  }
+  .row-fluid .span7 {
+    width: 57.182320438000005%;
+    *width: 57.129128948638304%;
+  }
+  .row-fluid .span6 {
+    width: 48.618784527%;
+    *width: 48.5655930376383%;
+  }
+  .row-fluid .span5 {
+    width: 40.055248616%;
+    *width: 40.0020571266383%;
+  }
+  .row-fluid .span4 {
+    width: 31.491712705%;
+    *width: 31.4385212156383%;
+  }
+  .row-fluid .span3 {
+    width: 22.928176794%;
+    *width: 22.874985304638297%;
+  }
+  .row-fluid .span2 {
+    width: 14.364640883%;
+    *width: 14.311449393638298%;
+  }
+  .row-fluid .span1 {
+    width: 5.801104972%;
+    *width: 5.747913482638298%;
+  }
+  input,
+  textarea,
+  .uneditable-input {
+    margin-left: 0;
+  }
+  input.span12,
+  textarea.span12,
+  .uneditable-input.span12 {
+    width: 714px;
+  }
+  input.span11,
+  textarea.span11,
+  .uneditable-input.span11 {
+    width: 652px;
+  }
+  input.span10,
+  textarea.span10,
+  .uneditable-input.span10 {
+    width: 590px;
+  }
+  input.span9,
+  textarea.span9,
+  .uneditable-input.span9 {
+    width: 528px;
+  }
+  input.span8,
+  textarea.span8,
+  .uneditable-input.span8 {
+    width: 466px;
+  }
+  input.span7,
+  textarea.span7,
+  .uneditable-input.span7 {
+    width: 404px;
+  }
+  input.span6,
+  textarea.span6,
+  .uneditable-input.span6 {
+    width: 342px;
+  }
+  input.span5,
+  textarea.span5,
+  .uneditable-input.span5 {
+    width: 280px;
+  }
+  input.span4,
+  textarea.span4,
+  .uneditable-input.span4 {
+    width: 218px;
+  }
+  input.span3,
+  textarea.span3,
+  .uneditable-input.span3 {
+    width: 156px;
+  }
+  input.span2,
+  textarea.span2,
+  .uneditable-input.span2 {
+    width: 94px;
+  }
+  input.span1,
+  textarea.span1,
+  .uneditable-input.span1 {
+    width: 32px;
+  }
+}
+
+@media (min-width: 1200px) {
+  .row {
+    margin-left: -30px;
+    *zoom: 1;
+  }
+  .row:before,
+  .row:after {
+    display: table;
+    content: "";
+  }
+  .row:after {
+    clear: both;
+  }
+  [class*="span"] {
+    float: left;
+    margin-left: 30px;
+  }
+  .container,
+  .navbar-fixed-top .container,
+  .navbar-fixed-bottom .container {
+    width: 1170px;
+  }
+  .span12 {
+    width: 1170px;
+  }
+  .span11 {
+    width: 1070px;
+  }
+  .span10 {
+    width: 970px;
+  }
+  .span9 {
+    width: 870px;
+  }
+  .span8 {
+    width: 770px;
+  }
+  .span7 {
+    width: 670px;
+  }
+  .span6 {
+    width: 570px;
+  }
+  .span5 {
+    width: 470px;
+  }
+  .span4 {
+    width: 370px;
+  }
+  .span3 {
+    width: 270px;
+  }
+  .span2 {
+    width: 170px;
+  }
+  .span1 {
+    width: 70px;
+  }
+  .offset12 {
+    margin-left: 1230px;
+  }
+  .offset11 {
+    margin-left: 1130px;
+  }
+  .offset10 {
+    margin-left: 1030px;
+  }
+  .offset9 {
+    margin-left: 930px;
+  }
+  .offset8 {
+    margin-left: 830px;
+  }
+  .offset7 {
+    margin-left: 730px;
+  }
+  .offset6 {
+    margin-left: 630px;
+  }
+  .offset5 {
+    margin-left: 530px;
+  }
+  .offset4 {
+    margin-left: 430px;
+  }
+  .offset3 {
+    margin-left: 330px;
+  }
+  .offset2 {
+    margin-left: 230px;
+  }
+  .offset1 {
+    margin-left: 130px;
+  }
+  .row-fluid {
+    width: 100%;
+    *zoom: 1;
+  }
+  .row-fluid:before,
+  .row-fluid:after {
+    display: table;
+    content: "";
+  }
+  .row-fluid:after {
+    clear: both;
+  }
+  .row-fluid [class*="span"] {
+    display: block;
+    float: left;
+    width: 100%;
+    min-height: 28px;
+    margin-left: 2.564102564%;
+    *margin-left: 2.510911074638298%;
+    -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+        -ms-box-sizing: border-box;
+            box-sizing: border-box;
+  }
+  .row-fluid [class*="span"]:first-child {
+    margin-left: 0;
+  }
+  .row-fluid .span12 {
+    width: 100%;
+    *width: 99.94680851063829%;
+  }
+  .row-fluid .span11 {
+    width: 91.45299145300001%;
+    *width: 91.3997999636383%;
+  }
+  .row-fluid .span10 {
+    width: 82.905982906%;
+    *width: 82.8527914166383%;
+  }
+  .row-fluid .span9 {
+    width: 74.358974359%;
+    *width: 74.30578286963829%;
+  }
+  .row-fluid .span8 {
+    width: 65.81196581200001%;
+    *width: 65.7587743226383%;
+  }
+  .row-fluid .span7 {
+    width: 57.264957265%;
+    *width: 57.2117657756383%;
+  }
+  .row-fluid .span6 {
+    width: 48.717948718%;
+    *width: 48.6647572286383%;
+  }
+  .row-fluid .span5 {
+    width: 40.170940171000005%;
+    *width: 40.117748681638304%;
+  }
+  .row-fluid .span4 {
+    width: 31.623931624%;
+    *width: 31.5707401346383%;
+  }
+  .row-fluid .span3 {
+    width: 23.076923077%;
+    *width: 23.0237315876383%;
+  }
+  .row-fluid .span2 {
+    width: 14.529914530000001%;
+    *width: 14.4767230406383%;
+  }
+  .row-fluid .span1 {
+    width: 5.982905983%;
+    *width: 5.929714493638298%;
+  }
+  input,
+  textarea,
+  .uneditable-input {
+    margin-left: 0;
+  }
+  input.span12,
+  textarea.span12,
+  .uneditable-input.span12 {
+    width: 1160px;
+  }
+  input.span11,
+  textarea.span11,
+  .uneditable-input.span11 {
+    width: 1060px;
+  }
+  input.span10,
+  textarea.span10,
+  .uneditable-input.span10 {
+    width: 960px;
+  }
+  input.span9,
+  textarea.span9,
+  .uneditable-input.span9 {
+    width: 860px;
+  }
+  input.span8,
+  textarea.span8,
+  .uneditable-input.span8 {
+    width: 760px;
+  }
+  input.span7,
+  textarea.span7,
+  .uneditable-input.span7 {
+    width: 660px;
+  }
+  input.span6,
+  textarea.span6,
+  .uneditable-input.span6 {
+    width: 560px;
+  }
+  input.span5,
+  textarea.span5,
+  .uneditable-input.span5 {
+    width: 460px;
+  }
+  input.span4,
+  textarea.span4,
+  .uneditable-input.span4 {
+    width: 360px;
+  }
+  input.span3,
+  textarea.span3,
+  .uneditable-input.span3 {
+    width: 260px;
+  }
+  input.span2,
+  textarea.span2,
+  .uneditable-input.span2 {
+    width: 160px;
+  }
+  input.span1,
+  textarea.span1,
+  .uneditable-input.span1 {
+    width: 60px;
+  }
+  .thumbnails {
+    margin-left: -30px;
+  }
+  .thumbnails > li {
+    margin-left: 30px;
+  }
+  .row-fluid .thumbnails {
+    margin-left: 0;
+  }
+}
+
+@media (max-width: 979px) {
+  body {
+    padding-top: 0;
+  }
+  .navbar-fixed-top,
+  .navbar-fixed-bottom {
+    position: static;
+  }
+  .navbar-fixed-top {
+    margin-bottom: 18px;
+  }
+  .navbar-fixed-bottom {
+    margin-top: 18px;
+  }
+  .navbar-fixed-top .navbar-inner,
+  .navbar-fixed-bottom .navbar-inner {
+    padding: 5px;
+  }
+  .navbar .container {
+    width: auto;
+    padding: 0;
+  }
+  .navbar .brand {
+    padding-right: 10px;
+    padding-left: 10px;
+    margin: 0 0 0 -5px;
+  }
+  .nav-collapse {
+    clear: both;
+  }
+  .nav-collapse .nav {
+    float: none;
+    margin: 0 0 9px;
+  }
+  .nav-collapse .nav > li {
+    float: none;
+  }
+  .nav-collapse .nav > li > a {
+    margin-bottom: 2px;
+  }
+  .nav-collapse .nav > .divider-vertical {
+    display: none;
+  }
+  .nav-collapse .nav .nav-header {
+    color: #999999;
+    text-shadow: none;
+  }
+  .nav-collapse .nav > li > a,
+  .nav-collapse .dropdown-menu a {
+    padding: 6px 15px;
+    font-weight: bold;
+    color: #999999;
+    -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
+            border-radius: 3px;
+  }
+  .nav-collapse .btn {
+    padding: 4px 10px 4px;
+    font-weight: normal;
+    -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+            border-radius: 4px;
+  }
+  .nav-collapse .dropdown-menu li + li a {
+    margin-bottom: 2px;
+  }
+  .nav-collapse .nav > li > a:hover,
+  .nav-collapse .dropdown-menu a:hover {
+    background-color: #222222;
+  }
+  .nav-collapse.in .btn-group {
+    padding: 0;
+    margin-top: 5px;
+  }
+  .nav-collapse .dropdown-menu {
+    position: static;
+    top: auto;
+    left: auto;
+    display: block;
+    float: none;
+    max-width: none;
+    padding: 0;
+    margin: 0 15px;
+    background-color: transparent;
+    border: none;
+    -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+            border-radius: 0;
+    -webkit-box-shadow: none;
+       -moz-box-shadow: none;
+            box-shadow: none;
+  }
+  .nav-collapse .dropdown-menu:before,
+  .nav-collapse .dropdown-menu:after {
+    display: none;
+  }
+  .nav-collapse .dropdown-menu .divider {
+    display: none;
+  }
+  .nav-collapse .navbar-form,
+  .nav-collapse .navbar-search {
+    float: none;
+    padding: 9px 15px;
+    margin: 9px 0;
+    border-top: 1px solid #222222;
+    border-bottom: 1px solid #222222;
+    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
+  }
+  .navbar .nav-collapse .nav.pull-right {
+    float: none;
+    margin-left: 0;
+  }
+  .nav-collapse,
+  .nav-collapse.collapse {
+    height: 0;
+    overflow: hidden;
+  }
+  .navbar .btn-navbar {
+    display: block;
+  }
+  .navbar-static .navbar-inner {
+    padding-right: 10px;
+    padding-left: 10px;
+  }
+}
+
+@media (min-width: 980px) {
+  .nav-collapse.collapse {
+    height: auto !important;
+    overflow: visible !important;
+  }
+}
diff --git a/components/originalComponents/static/css/bootstrap-responsive.min.css b/components/originalComponents/static/css/bootstrap-responsive.min.css
new file mode 100755
index 00000000..1f55036a
--- /dev/null
+++ b/components/originalComponents/static/css/bootstrap-responsive.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap Responsive v2.0.4
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}@media(max-width:767px){.visible-phone{display:inherit!important}.hidden-phone{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(min-width:768px) and (max-width:979px){.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:18px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-group>label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.modal{position:absolute;top:10px;right:10px;left:10px;width:auto;margin:0}.modal.fade.in{top:auto}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:auto;margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:20px}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.762430939%;*margin-left:2.709239449638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036383%}.row-fluid .span11{width:91.436464082%;*width:91.38327259263829%}.row-fluid .span10{width:82.87292817100001%;*width:82.8197366816383%}.row-fluid .span9{width:74.30939226%;*width:74.25620077063829%}.row-fluid .span8{width:65.74585634900001%;*width:65.6926648596383%}.row-fluid .span7{width:57.182320438000005%;*width:57.129128948638304%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376383%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266383%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156383%}.row-fluid .span3{width:22.928176794%;*width:22.874985304638297%}.row-fluid .span2{width:14.364640883%;*width:14.311449393638298%}.row-fluid .span1{width:5.801104972%;*width:5.747913482638298%}input,textarea,.uneditable-input{margin-left:0}input.span12,textarea.span12,.uneditable-input.span12{width:714px}input.span11,textarea.span11,.uneditable-input.span11{width:652px}input.span10,textarea.span10,.uneditable-input.span10{width:590px}input.span9,textarea.span9,.uneditable-input.span9{width:528px}input.span8,textarea.span8,.uneditable-input.span8{width:466px}input.span7,textarea.span7,.uneditable-input.span7{width:404px}input.span6,textarea.span6,.uneditable-input.span6{width:342px}input.span5,textarea.span5,.uneditable-input.span5{width:280px}input.span4,textarea.span4,.uneditable-input.span4{width:218px}input.span3,textarea.span3,.uneditable-input.span3{width:156px}input.span2,textarea.span2,.uneditable-input.span2{width:94px}input.span1,textarea.span1,.uneditable-input.span1{width:32px}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:30px}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.564102564%;*margin-left:2.510911074638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145300001%;*width:91.3997999636383%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166383%}.row-fluid .span9{width:74.358974359%;*width:74.30578286963829%}.row-fluid .span8{width:65.81196581200001%;*width:65.7587743226383%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756383%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286383%}.row-fluid .span5{width:40.170940171000005%;*width:40.117748681638304%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346383%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876383%}.row-fluid .span2{width:14.529914530000001%;*width:14.4767230406383%}.row-fluid .span1{width:5.982905983%;*width:5.929714493638298%}input,textarea,.uneditable-input{margin-left:0}input.span12,textarea.span12,.uneditable-input.span12{width:1160px}input.span11,textarea.span11,.uneditable-input.span11{width:1060px}input.span10,textarea.span10,.uneditable-input.span10{width:960px}input.span9,textarea.span9,.uneditable-input.span9{width:860px}input.span8,textarea.span8,.uneditable-input.span8{width:760px}input.span7,textarea.span7,.uneditable-input.span7{width:660px}input.span6,textarea.span6,.uneditable-input.span6{width:560px}input.span5,textarea.span5,.uneditable-input.span5{width:460px}input.span4,textarea.span4,.uneditable-input.span4{width:360px}input.span3,textarea.span3,.uneditable-input.span3{width:260px}input.span2,textarea.span2,.uneditable-input.span2{width:160px}input.span1,textarea.span1,.uneditable-input.span1{width:60px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:18px}.navbar-fixed-bottom{margin-top:18px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 9px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#999;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:6px 15px;font-weight:bold;color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover{background-color:#222}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:block;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:9px 15px;margin:9px 0;border-top:1px solid #222;border-bottom:1px solid #222;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}
diff --git a/components/originalComponents/static/css/bootstrap.css b/components/originalComponents/static/css/bootstrap.css
new file mode 100755
index 00000000..bb40c85f
--- /dev/null
+++ b/components/originalComponents/static/css/bootstrap.css
@@ -0,0 +1,4983 @@
+/*!
+ * Bootstrap v2.0.4
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+nav,
+section {
+  display: block;
+}
+
+audio,
+canvas,
+video {
+  display: inline-block;
+  *display: inline;
+  *zoom: 1;
+}
+
+audio:not([controls]) {
+  display: none;
+}
+
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+      -ms-text-size-adjust: 100%;
+}
+
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+a:hover,
+a:active {
+  outline: 0;
+}
+
+sub,
+sup {
+  position: relative;
+  font-size: 75%;
+  line-height: 0;
+  vertical-align: baseline;
+}
+
+sup {
+  top: -0.5em;
+}
+
+sub {
+  bottom: -0.25em;
+}
+
+img {
+  max-width: 100%;
+  vertical-align: middle;
+  border: 0;
+  -ms-interpolation-mode: bicubic;
+}
+
+#map_canvas img {
+  max-width: none;
+}
+
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+
+button,
+input[type="button"],
+input[type="reset"],
+input[type="submit"] {
+  cursor: pointer;
+  -webkit-appearance: button;
+}
+
+input[type="search"] {
+  -webkit-box-sizing: content-box;
+     -moz-box-sizing: content-box;
+          box-sizing: content-box;
+  -webkit-appearance: textfield;
+}
+
+input[type="search"]::-webkit-search-decoration,
+input[type="search"]::-webkit-search-cancel-button {
+  -webkit-appearance: none;
+}
+
+textarea {
+  overflow: auto;
+  vertical-align: top;
+}
+
+.clearfix {
+  *zoom: 1;
+}
+
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+}
+
+.clearfix:after {
+  clear: both;
+}
+
+.hide-text {
+  font: 0/0 a;
+  color: transparent;
+  text-shadow: none;
+  background-color: transparent;
+  border: 0;
+}
+
+.input-block-level {
+  display: block;
+  width: 100%;
+  min-height: 28px;
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+      -ms-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 13px;
+  line-height: 18px;
+  color: #333333;
+  background-color: #ffffff;
+}
+
+a {
+  color: #0088cc;
+  text-decoration: none;
+}
+
+a:hover {
+  color: #005580;
+  text-decoration: underline;
+}
+
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+
+.row:before,
+.row:after {
+  display: table;
+  content: "";
+}
+
+.row:after {
+  clear: both;
+}
+
+[class*="span"] {
+  float: left;
+  margin-left: 20px;
+}
+
+.container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+
+.span12 {
+  width: 940px;
+}
+
+.span11 {
+  width: 860px;
+}
+
+.span10 {
+  width: 780px;
+}
+
+.span9 {
+  width: 700px;
+}
+
+.span8 {
+  width: 620px;
+}
+
+.span7 {
+  width: 540px;
+}
+
+.span6 {
+  width: 460px;
+}
+
+.span5 {
+  width: 380px;
+}
+
+.span4 {
+  width: 300px;
+}
+
+.span3 {
+  width: 220px;
+}
+
+.span2 {
+  width: 140px;
+}
+
+.span1 {
+  width: 60px;
+}
+
+.offset12 {
+  margin-left: 980px;
+}
+
+.offset11 {
+  margin-left: 900px;
+}
+
+.offset10 {
+  margin-left: 820px;
+}
+
+.offset9 {
+  margin-left: 740px;
+}
+
+.offset8 {
+  margin-left: 660px;
+}
+
+.offset7 {
+  margin-left: 580px;
+}
+
+.offset6 {
+  margin-left: 500px;
+}
+
+.offset5 {
+  margin-left: 420px;
+}
+
+.offset4 {
+  margin-left: 340px;
+}
+
+.offset3 {
+  margin-left: 260px;
+}
+
+.offset2 {
+  margin-left: 180px;
+}
+
+.offset1 {
+  margin-left: 100px;
+}
+
+.row-fluid {
+  width: 100%;
+  *zoom: 1;
+}
+
+.row-fluid:before,
+.row-fluid:after {
+  display: table;
+  content: "";
+}
+
+.row-fluid:after {
+  clear: both;
+}
+
+.row-fluid [class*="span"] {
+  display: block;
+  float: left;
+  width: 100%;
+  min-height: 28px;
+  margin-left: 2.127659574%;
+  *margin-left: 2.0744680846382977%;
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+      -ms-box-sizing: border-box;
+          box-sizing: border-box;
+}
+
+.row-fluid [class*="span"]:first-child {
+  margin-left: 0;
+}
+
+.row-fluid .span12 {
+  width: 99.99999998999999%;
+  *width: 99.94680850063828%;
+}
+
+.row-fluid .span11 {
+  width: 91.489361693%;
+  *width: 91.4361702036383%;
+}
+
+.row-fluid .span10 {
+  width: 82.97872339599999%;
+  *width: 82.92553190663828%;
+}
+
+.row-fluid .span9 {
+  width: 74.468085099%;
+  *width: 74.4148936096383%;
+}
+
+.row-fluid .span8 {
+  width: 65.95744680199999%;
+  *width: 65.90425531263828%;
+}
+
+.row-fluid .span7 {
+  width: 57.446808505%;
+  *width: 57.3936170156383%;
+}
+
+.row-fluid .span6 {
+  width: 48.93617020799999%;
+  *width: 48.88297871863829%;
+}
+
+.row-fluid .span5 {
+  width: 40.425531911%;
+  *width: 40.3723404216383%;
+}
+
+.row-fluid .span4 {
+  width: 31.914893614%;
+  *width: 31.8617021246383%;
+}
+
+.row-fluid .span3 {
+  width: 23.404255317%;
+  *width: 23.3510638276383%;
+}
+
+.row-fluid .span2 {
+  width: 14.89361702%;
+  *width: 14.8404255306383%;
+}
+
+.row-fluid .span1 {
+  width: 6.382978723%;
+  *width: 6.329787233638298%;
+}
+
+.container {
+  margin-right: auto;
+  margin-left: auto;
+  *zoom: 1;
+}
+
+.container:before,
+.container:after {
+  display: table;
+  content: "";
+}
+
+.container:after {
+  clear: both;
+}
+
+.container-fluid {
+  padding-right: 20px;
+  padding-left: 20px;
+  *zoom: 1;
+}
+
+.container-fluid:before,
+.container-fluid:after {
+  display: table;
+  content: "";
+}
+
+.container-fluid:after {
+  clear: both;
+}
+
+p {
+  margin: 0 0 9px;
+}
+
+p small {
+  font-size: 11px;
+  color: #999999;
+}
+
+.lead {
+  margin-bottom: 18px;
+  font-size: 20px;
+  font-weight: 200;
+  line-height: 27px;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+  margin: 0;
+  font-family: inherit;
+  font-weight: bold;
+  color: inherit;
+  text-rendering: optimizelegibility;
+}
+
+h1 small,
+h2 small,
+h3 small,
+h4 small,
+h5 small,
+h6 small {
+  font-weight: normal;
+  color: #999999;
+}
+
+h1 {
+  font-size: 30px;
+  line-height: 36px;
+}
+
+h1 small {
+  font-size: 18px;
+}
+
+h2 {
+  font-size: 24px;
+  line-height: 36px;
+}
+
+h2 small {
+  font-size: 18px;
+}
+
+h3 {
+  font-size: 18px;
+  line-height: 27px;
+}
+
+h3 small {
+  font-size: 14px;
+}
+
+h4,
+h5,
+h6 {
+  line-height: 18px;
+}
+
+h4 {
+  font-size: 14px;
+}
+
+h4 small {
+  font-size: 12px;
+}
+
+h5 {
+  font-size: 12px;
+}
+
+h6 {
+  font-size: 11px;
+  color: #999999;
+  text-transform: uppercase;
+}
+
+.page-header {
+  padding-bottom: 17px;
+  margin: 18px 0;
+  border-bottom: 1px solid #eeeeee;
+}
+
+.page-header h1 {
+  line-height: 1;
+}
+
+ul,
+ol {
+  padding: 0;
+  margin: 0 0 9px 25px;
+}
+
+ul ul,
+ul ol,
+ol ol,
+ol ul {
+  margin-bottom: 0;
+}
+
+ul {
+  list-style: disc;
+}
+
+ol {
+  list-style: decimal;
+}
+
+li {
+  line-height: 18px;
+}
+
+ul.unstyled,
+ol.unstyled {
+  margin-left: 0;
+  list-style: none;
+}
+
+dl {
+  margin-bottom: 18px;
+}
+
+dt,
+dd {
+  line-height: 18px;
+}
+
+dt {
+  font-weight: bold;
+  line-height: 17px;
+}
+
+dd {
+  margin-left: 9px;
+}
+
+.dl-horizontal dt {
+  float: left;
+  width: 120px;
+  overflow: hidden;
+  clear: left;
+  text-align: right;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}
+
+.dl-horizontal dd {
+  margin-left: 130px;
+}
+
+hr {
+  margin: 18px 0;
+  border: 0;
+  border-top: 1px solid #eeeeee;
+  border-bottom: 1px solid #ffffff;
+}
+
+strong {
+  font-weight: bold;
+}
+
+em {
+  font-style: italic;
+}
+
+.muted {
+  color: #999999;
+}
+
+abbr[title] {
+  cursor: help;
+  border-bottom: 1px dotted #999999;
+}
+
+abbr.initialism {
+  font-size: 90%;
+  text-transform: uppercase;
+}
+
+blockquote {
+  padding: 0 0 0 15px;
+  margin: 0 0 18px;
+  border-left: 5px solid #eeeeee;
+}
+
+blockquote p {
+  margin-bottom: 0;
+  font-size: 16px;
+  font-weight: 300;
+  line-height: 22.5px;
+}
+
+blockquote small {
+  display: block;
+  line-height: 18px;
+  color: #999999;
+}
+
+blockquote small:before {
+  content: '\2014 \00A0';
+}
+
+blockquote.pull-right {
+  float: right;
+  padding-right: 15px;
+  padding-left: 0;
+  border-right: 5px solid #eeeeee;
+  border-left: 0;
+}
+
+blockquote.pull-right p,
+blockquote.pull-right small {
+  text-align: right;
+}
+
+q:before,
+q:after,
+blockquote:before,
+blockquote:after {
+  content: "";
+}
+
+address {
+  display: block;
+  margin-bottom: 18px;
+  font-style: normal;
+  line-height: 18px;
+}
+
+small {
+  font-size: 100%;
+}
+
+cite {
+  font-style: normal;
+}
+
+code,
+pre {
+  padding: 0 3px 2px;
+  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
+  font-size: 12px;
+  color: #333333;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+}
+
+code {
+  padding: 2px 4px;
+  color: #d14;
+  background-color: #f7f7f9;
+  border: 1px solid #e1e1e8;
+}
+
+pre {
+  display: block;
+  padding: 8.5px;
+  margin: 0 0 9px;
+  font-size: 12.025px;
+  line-height: 18px;
+  word-break: break-all;
+  word-wrap: break-word;
+  white-space: pre;
+  white-space: pre-wrap;
+  background-color: #f5f5f5;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.15);
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+pre.prettyprint {
+  margin-bottom: 18px;
+}
+
+pre code {
+  padding: 0;
+  color: inherit;
+  background-color: transparent;
+  border: 0;
+}
+
+.pre-scrollable {
+  max-height: 340px;
+  overflow-y: scroll;
+}
+
+form {
+  margin: 0 0 18px;
+}
+
+fieldset {
+  padding: 0;
+  margin: 0;
+  border: 0;
+}
+
+legend {
+  display: block;
+  width: 100%;
+  padding: 0;
+  margin-bottom: 27px;
+  font-size: 19.5px;
+  line-height: 36px;
+  color: #333333;
+  border: 0;
+  border-bottom: 1px solid #e5e5e5;
+}
+
+legend small {
+  font-size: 13.5px;
+  color: #999999;
+}
+
+label,
+input,
+button,
+select,
+textarea {
+  font-size: 13px;
+  font-weight: normal;
+  line-height: 18px;
+}
+
+input,
+button,
+select,
+textarea {
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+label {
+  display: block;
+  margin-bottom: 5px;
+}
+
+select,
+textarea,
+input[type="text"],
+input[type="password"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="date"],
+input[type="month"],
+input[type="time"],
+input[type="week"],
+input[type="number"],
+input[type="email"],
+input[type="url"],
+input[type="search"],
+input[type="tel"],
+input[type="color"],
+.uneditable-input {
+  display: inline-block;
+  height: 18px;
+  padding: 4px;
+  margin-bottom: 9px;
+  font-size: 13px;
+  line-height: 18px;
+  color: #555555;
+}
+
+input,
+textarea {
+  width: 210px;
+}
+
+textarea {
+  height: auto;
+}
+
+textarea,
+input[type="text"],
+input[type="password"],
+input[type="datetime"],
+input[type="datetime-local"],
+input[type="date"],
+input[type="month"],
+input[type="time"],
+input[type="week"],
+input[type="number"],
+input[type="email"],
+input[type="url"],
+input[type="search"],
+input[type="tel"],
+input[type="color"],
+.uneditable-input {
+  background-color: #ffffff;
+  border: 1px solid #cccccc;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
+     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
+      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
+       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
+          transition: border linear 0.2s, box-shadow linear 0.2s;
+}
+
+textarea:focus,
+input[type="text"]:focus,
+input[type="password"]:focus,
+input[type="datetime"]:focus,
+input[type="datetime-local"]:focus,
+input[type="date"]:focus,
+input[type="month"]:focus,
+input[type="time"]:focus,
+input[type="week"]:focus,
+input[type="number"]:focus,
+input[type="email"]:focus,
+input[type="url"]:focus,
+input[type="search"]:focus,
+input[type="tel"]:focus,
+input[type="color"]:focus,
+.uneditable-input:focus {
+  border-color: rgba(82, 168, 236, 0.8);
+  outline: 0;
+  outline: thin dotted \9;
+  /* IE6-9 */
+
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+}
+
+input[type="radio"],
+input[type="checkbox"] {
+  margin: 3px 0;
+  *margin-top: 0;
+  /* IE7 */
+
+  line-height: normal;
+  cursor: pointer;
+}
+
+input[type="submit"],
+input[type="reset"],
+input[type="button"],
+input[type="radio"],
+input[type="checkbox"] {
+  width: auto;
+}
+
+.uneditable-textarea {
+  width: auto;
+  height: auto;
+}
+
+select,
+input[type="file"] {
+  height: 28px;
+  /* In IE7, the height of the select element cannot be changed by height, only font-size */
+
+  *margin-top: 4px;
+  /* For IE7, add top margin to align select with labels */
+
+  line-height: 28px;
+}
+
+select {
+  width: 220px;
+  border: 1px solid #bbb;
+}
+
+select[multiple],
+select[size] {
+  height: auto;
+}
+
+select:focus,
+input[type="file"]:focus,
+input[type="radio"]:focus,
+input[type="checkbox"]:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+.radio,
+.checkbox {
+  min-height: 18px;
+  padding-left: 18px;
+}
+
+.radio input[type="radio"],
+.checkbox input[type="checkbox"] {
+  float: left;
+  margin-left: -18px;
+}
+
+.controls > .radio:first-child,
+.controls > .checkbox:first-child {
+  padding-top: 5px;
+}
+
+.radio.inline,
+.checkbox.inline {
+  display: inline-block;
+  padding-top: 5px;
+  margin-bottom: 0;
+  vertical-align: middle;
+}
+
+.radio.inline + .radio.inline,
+.checkbox.inline + .checkbox.inline {
+  margin-left: 10px;
+}
+
+.input-mini {
+  width: 60px;
+}
+
+.input-small {
+  width: 90px;
+}
+
+.input-medium {
+  width: 150px;
+}
+
+.input-large {
+  width: 210px;
+}
+
+.input-xlarge {
+  width: 270px;
+}
+
+.input-xxlarge {
+  width: 530px;
+}
+
+input[class*="span"],
+select[class*="span"],
+textarea[class*="span"],
+.uneditable-input[class*="span"],
+.row-fluid input[class*="span"],
+.row-fluid select[class*="span"],
+.row-fluid textarea[class*="span"],
+.row-fluid .uneditable-input[class*="span"] {
+  float: none;
+  margin-left: 0;
+}
+
+.input-append input[class*="span"],
+.input-append .uneditable-input[class*="span"],
+.input-prepend input[class*="span"],
+.input-prepend .uneditable-input[class*="span"],
+.row-fluid .input-prepend [class*="span"],
+.row-fluid .input-append [class*="span"] {
+  display: inline-block;
+}
+
+input,
+textarea,
+.uneditable-input {
+  margin-left: 0;
+}
+
+input.span12,
+textarea.span12,
+.uneditable-input.span12 {
+  width: 930px;
+}
+
+input.span11,
+textarea.span11,
+.uneditable-input.span11 {
+  width: 850px;
+}
+
+input.span10,
+textarea.span10,
+.uneditable-input.span10 {
+  width: 770px;
+}
+
+input.span9,
+textarea.span9,
+.uneditable-input.span9 {
+  width: 690px;
+}
+
+input.span8,
+textarea.span8,
+.uneditable-input.span8 {
+  width: 610px;
+}
+
+input.span7,
+textarea.span7,
+.uneditable-input.span7 {
+  width: 530px;
+}
+
+input.span6,
+textarea.span6,
+.uneditable-input.span6 {
+  width: 450px;
+}
+
+input.span5,
+textarea.span5,
+.uneditable-input.span5 {
+  width: 370px;
+}
+
+input.span4,
+textarea.span4,
+.uneditable-input.span4 {
+  width: 290px;
+}
+
+input.span3,
+textarea.span3,
+.uneditable-input.span3 {
+  width: 210px;
+}
+
+input.span2,
+textarea.span2,
+.uneditable-input.span2 {
+  width: 130px;
+}
+
+input.span1,
+textarea.span1,
+.uneditable-input.span1 {
+  width: 50px;
+}
+
+input[disabled],
+select[disabled],
+textarea[disabled],
+input[readonly],
+select[readonly],
+textarea[readonly] {
+  cursor: not-allowed;
+  background-color: #eeeeee;
+  border-color: #ddd;
+}
+
+input[type="radio"][disabled],
+input[type="checkbox"][disabled],
+input[type="radio"][readonly],
+input[type="checkbox"][readonly] {
+  background-color: transparent;
+}
+
+.control-group.warning > label,
+.control-group.warning .help-block,
+.control-group.warning .help-inline {
+  color: #c09853;
+}
+
+.control-group.warning .checkbox,
+.control-group.warning .radio,
+.control-group.warning input,
+.control-group.warning select,
+.control-group.warning textarea {
+  color: #c09853;
+  border-color: #c09853;
+}
+
+.control-group.warning .checkbox:focus,
+.control-group.warning .radio:focus,
+.control-group.warning input:focus,
+.control-group.warning select:focus,
+.control-group.warning textarea:focus {
+  border-color: #a47e3c;
+  -webkit-box-shadow: 0 0 6px #dbc59e;
+     -moz-box-shadow: 0 0 6px #dbc59e;
+          box-shadow: 0 0 6px #dbc59e;
+}
+
+.control-group.warning .input-prepend .add-on,
+.control-group.warning .input-append .add-on {
+  color: #c09853;
+  background-color: #fcf8e3;
+  border-color: #c09853;
+}
+
+.control-group.error > label,
+.control-group.error .help-block,
+.control-group.error .help-inline {
+  color: #b94a48;
+}
+
+.control-group.error .checkbox,
+.control-group.error .radio,
+.control-group.error input,
+.control-group.error select,
+.control-group.error textarea {
+  color: #b94a48;
+  border-color: #b94a48;
+}
+
+.control-group.error .checkbox:focus,
+.control-group.error .radio:focus,
+.control-group.error input:focus,
+.control-group.error select:focus,
+.control-group.error textarea:focus {
+  border-color: #953b39;
+  -webkit-box-shadow: 0 0 6px #d59392;
+     -moz-box-shadow: 0 0 6px #d59392;
+          box-shadow: 0 0 6px #d59392;
+}
+
+.control-group.error .input-prepend .add-on,
+.control-group.error .input-append .add-on {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #b94a48;
+}
+
+.control-group.success > label,
+.control-group.success .help-block,
+.control-group.success .help-inline {
+  color: #468847;
+}
+
+.control-group.success .checkbox,
+.control-group.success .radio,
+.control-group.success input,
+.control-group.success select,
+.control-group.success textarea {
+  color: #468847;
+  border-color: #468847;
+}
+
+.control-group.success .checkbox:focus,
+.control-group.success .radio:focus,
+.control-group.success input:focus,
+.control-group.success select:focus,
+.control-group.success textarea:focus {
+  border-color: #356635;
+  -webkit-box-shadow: 0 0 6px #7aba7b;
+     -moz-box-shadow: 0 0 6px #7aba7b;
+          box-shadow: 0 0 6px #7aba7b;
+}
+
+.control-group.success .input-prepend .add-on,
+.control-group.success .input-append .add-on {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #468847;
+}
+
+input:focus:required:invalid,
+textarea:focus:required:invalid,
+select:focus:required:invalid {
+  color: #b94a48;
+  border-color: #ee5f5b;
+}
+
+input:focus:required:invalid:focus,
+textarea:focus:required:invalid:focus,
+select:focus:required:invalid:focus {
+  border-color: #e9322d;
+  -webkit-box-shadow: 0 0 6px #f8b9b7;
+     -moz-box-shadow: 0 0 6px #f8b9b7;
+          box-shadow: 0 0 6px #f8b9b7;
+}
+
+.form-actions {
+  padding: 17px 20px 18px;
+  margin-top: 18px;
+  margin-bottom: 18px;
+  background-color: #f5f5f5;
+  border-top: 1px solid #e5e5e5;
+  *zoom: 1;
+}
+
+.form-actions:before,
+.form-actions:after {
+  display: table;
+  content: "";
+}
+
+.form-actions:after {
+  clear: both;
+}
+
+.uneditable-input {
+  overflow: hidden;
+  white-space: nowrap;
+  cursor: not-allowed;
+  background-color: #ffffff;
+  border-color: #eee;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
+     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
+}
+
+:-moz-placeholder {
+  color: #999999;
+}
+
+:-ms-input-placeholder {
+  color: #999999;
+}
+
+::-webkit-input-placeholder {
+  color: #999999;
+}
+
+.help-block,
+.help-inline {
+  color: #555555;
+}
+
+.help-block {
+  display: block;
+  margin-bottom: 9px;
+}
+
+.help-inline {
+  display: inline-block;
+  *display: inline;
+  padding-left: 5px;
+  vertical-align: middle;
+  *zoom: 1;
+}
+
+.input-prepend,
+.input-append {
+  margin-bottom: 5px;
+}
+
+.input-prepend input,
+.input-append input,
+.input-prepend select,
+.input-append select,
+.input-prepend .uneditable-input,
+.input-append .uneditable-input {
+  position: relative;
+  margin-bottom: 0;
+  *margin-left: 0;
+  vertical-align: middle;
+  -webkit-border-radius: 0 3px 3px 0;
+     -moz-border-radius: 0 3px 3px 0;
+          border-radius: 0 3px 3px 0;
+}
+
+.input-prepend input:focus,
+.input-append input:focus,
+.input-prepend select:focus,
+.input-append select:focus,
+.input-prepend .uneditable-input:focus,
+.input-append .uneditable-input:focus {
+  z-index: 2;
+}
+
+.input-prepend .uneditable-input,
+.input-append .uneditable-input {
+  border-left-color: #ccc;
+}
+
+.input-prepend .add-on,
+.input-append .add-on {
+  display: inline-block;
+  width: auto;
+  height: 18px;
+  min-width: 16px;
+  padding: 4px 5px;
+  font-weight: normal;
+  line-height: 18px;
+  text-align: center;
+  text-shadow: 0 1px 0 #ffffff;
+  vertical-align: middle;
+  background-color: #eeeeee;
+  border: 1px solid #ccc;
+}
+
+.input-prepend .add-on,
+.input-append .add-on,
+.input-prepend .btn,
+.input-append .btn {
+  margin-left: -1px;
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+}
+
+.input-prepend .active,
+.input-append .active {
+  background-color: #a9dba9;
+  border-color: #46a546;
+}
+
+.input-prepend .add-on,
+.input-prepend .btn {
+  margin-right: -1px;
+}
+
+.input-prepend .add-on:first-child,
+.input-prepend .btn:first-child {
+  -webkit-border-radius: 3px 0 0 3px;
+     -moz-border-radius: 3px 0 0 3px;
+          border-radius: 3px 0 0 3px;
+}
+
+.input-append input,
+.input-append select,
+.input-append .uneditable-input {
+  -webkit-border-radius: 3px 0 0 3px;
+     -moz-border-radius: 3px 0 0 3px;
+          border-radius: 3px 0 0 3px;
+}
+
+.input-append .uneditable-input {
+  border-right-color: #ccc;
+  border-left-color: #eee;
+}
+
+.input-append .add-on:last-child,
+.input-append .btn:last-child {
+  -webkit-border-radius: 0 3px 3px 0;
+     -moz-border-radius: 0 3px 3px 0;
+          border-radius: 0 3px 3px 0;
+}
+
+.input-prepend.input-append input,
+.input-prepend.input-append select,
+.input-prepend.input-append .uneditable-input {
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+}
+
+.input-prepend.input-append .add-on:first-child,
+.input-prepend.input-append .btn:first-child {
+  margin-right: -1px;
+  -webkit-border-radius: 3px 0 0 3px;
+     -moz-border-radius: 3px 0 0 3px;
+          border-radius: 3px 0 0 3px;
+}
+
+.input-prepend.input-append .add-on:last-child,
+.input-prepend.input-append .btn:last-child {
+  margin-left: -1px;
+  -webkit-border-radius: 0 3px 3px 0;
+     -moz-border-radius: 0 3px 3px 0;
+          border-radius: 0 3px 3px 0;
+}
+
+.search-query {
+  padding-right: 14px;
+  padding-right: 4px \9;
+  padding-left: 14px;
+  padding-left: 4px \9;
+  /* IE7-8 doesn't have border-radius, so don't indent the padding */
+
+  margin-bottom: 0;
+  -webkit-border-radius: 14px;
+     -moz-border-radius: 14px;
+          border-radius: 14px;
+}
+
+.form-search input,
+.form-inline input,
+.form-horizontal input,
+.form-search textarea,
+.form-inline textarea,
+.form-horizontal textarea,
+.form-search select,
+.form-inline select,
+.form-horizontal select,
+.form-search .help-inline,
+.form-inline .help-inline,
+.form-horizontal .help-inline,
+.form-search .uneditable-input,
+.form-inline .uneditable-input,
+.form-horizontal .uneditable-input,
+.form-search .input-prepend,
+.form-inline .input-prepend,
+.form-horizontal .input-prepend,
+.form-search .input-append,
+.form-inline .input-append,
+.form-horizontal .input-append {
+  display: inline-block;
+  *display: inline;
+  margin-bottom: 0;
+  *zoom: 1;
+}
+
+.form-search .hide,
+.form-inline .hide,
+.form-horizontal .hide {
+  display: none;
+}
+
+.form-search label,
+.form-inline label {
+  display: inline-block;
+}
+
+.form-search .input-append,
+.form-inline .input-append,
+.form-search .input-prepend,
+.form-inline .input-prepend {
+  margin-bottom: 0;
+}
+
+.form-search .radio,
+.form-search .checkbox,
+.form-inline .radio,
+.form-inline .checkbox {
+  padding-left: 0;
+  margin-bottom: 0;
+  vertical-align: middle;
+}
+
+.form-search .radio input[type="radio"],
+.form-search .checkbox input[type="checkbox"],
+.form-inline .radio input[type="radio"],
+.form-inline .checkbox input[type="checkbox"] {
+  float: left;
+  margin-right: 3px;
+  margin-left: 0;
+}
+
+.control-group {
+  margin-bottom: 9px;
+}
+
+legend + .control-group {
+  margin-top: 18px;
+  -webkit-margin-top-collapse: separate;
+}
+
+.form-horizontal .control-group {
+  margin-bottom: 18px;
+  *zoom: 1;
+}
+
+.form-horizontal .control-group:before,
+.form-horizontal .control-group:after {
+  display: table;
+  content: "";
+}
+
+.form-horizontal .control-group:after {
+  clear: both;
+}
+
+.form-horizontal .control-label {
+  float: left;
+  width: 140px;
+  padding-top: 5px;
+  text-align: right;
+}
+
+.form-horizontal .controls {
+  *display: inline-block;
+  *padding-left: 20px;
+  margin-left: 160px;
+  *margin-left: 0;
+}
+
+.form-horizontal .controls:first-child {
+  *padding-left: 160px;
+}
+
+.form-horizontal .help-block {
+  margin-top: 9px;
+  margin-bottom: 0;
+}
+
+.form-horizontal .form-actions {
+  padding-left: 160px;
+}
+
+table {
+  max-width: 100%;
+  background-color: transparent;
+  border-collapse: collapse;
+  border-spacing: 0;
+}
+
+.table {
+  width: 100%;
+  margin-bottom: 18px;
+}
+
+.table th,
+.table td {
+  padding: 8px;
+  line-height: 18px;
+  text-align: left;
+  vertical-align: top;
+  border-top: 1px solid #dddddd;
+}
+
+.table th {
+  font-weight: bold;
+}
+
+.table thead th {
+  vertical-align: bottom;
+}
+
+.table caption + thead tr:first-child th,
+.table caption + thead tr:first-child td,
+.table colgroup + thead tr:first-child th,
+.table colgroup + thead tr:first-child td,
+.table thead:first-child tr:first-child th,
+.table thead:first-child tr:first-child td {
+  border-top: 0;
+}
+
+.table tbody + tbody {
+  border-top: 2px solid #dddddd;
+}
+
+.table-condensed th,
+.table-condensed td {
+  padding: 4px 5px;
+}
+
+.table-bordered {
+  border: 1px solid #dddddd;
+  border-collapse: separate;
+  *border-collapse: collapsed;
+  border-left: 0;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.table-bordered th,
+.table-bordered td {
+  border-left: 1px solid #dddddd;
+}
+
+.table-bordered caption + thead tr:first-child th,
+.table-bordered caption + tbody tr:first-child th,
+.table-bordered caption + tbody tr:first-child td,
+.table-bordered colgroup + thead tr:first-child th,
+.table-bordered colgroup + tbody tr:first-child th,
+.table-bordered colgroup + tbody tr:first-child td,
+.table-bordered thead:first-child tr:first-child th,
+.table-bordered tbody:first-child tr:first-child th,
+.table-bordered tbody:first-child tr:first-child td {
+  border-top: 0;
+}
+
+.table-bordered thead:first-child tr:first-child th:first-child,
+.table-bordered tbody:first-child tr:first-child td:first-child {
+  -webkit-border-top-left-radius: 4px;
+          border-top-left-radius: 4px;
+  -moz-border-radius-topleft: 4px;
+}
+
+.table-bordered thead:first-child tr:first-child th:last-child,
+.table-bordered tbody:first-child tr:first-child td:last-child {
+  -webkit-border-top-right-radius: 4px;
+          border-top-right-radius: 4px;
+  -moz-border-radius-topright: 4px;
+}
+
+.table-bordered thead:last-child tr:last-child th:first-child,
+.table-bordered tbody:last-child tr:last-child td:first-child {
+  -webkit-border-radius: 0 0 0 4px;
+     -moz-border-radius: 0 0 0 4px;
+          border-radius: 0 0 0 4px;
+  -webkit-border-bottom-left-radius: 4px;
+          border-bottom-left-radius: 4px;
+  -moz-border-radius-bottomleft: 4px;
+}
+
+.table-bordered thead:last-child tr:last-child th:last-child,
+.table-bordered tbody:last-child tr:last-child td:last-child {
+  -webkit-border-bottom-right-radius: 4px;
+          border-bottom-right-radius: 4px;
+  -moz-border-radius-bottomright: 4px;
+}
+
+.table-striped tbody tr:nth-child(odd) td,
+.table-striped tbody tr:nth-child(odd) th {
+  background-color: #f9f9f9;
+}
+
+.table tbody tr:hover td,
+.table tbody tr:hover th {
+  background-color: #f5f5f5;
+}
+
+table .span1 {
+  float: none;
+  width: 44px;
+  margin-left: 0;
+}
+
+table .span2 {
+  float: none;
+  width: 124px;
+  margin-left: 0;
+}
+
+table .span3 {
+  float: none;
+  width: 204px;
+  margin-left: 0;
+}
+
+table .span4 {
+  float: none;
+  width: 284px;
+  margin-left: 0;
+}
+
+table .span5 {
+  float: none;
+  width: 364px;
+  margin-left: 0;
+}
+
+table .span6 {
+  float: none;
+  width: 444px;
+  margin-left: 0;
+}
+
+table .span7 {
+  float: none;
+  width: 524px;
+  margin-left: 0;
+}
+
+table .span8 {
+  float: none;
+  width: 604px;
+  margin-left: 0;
+}
+
+table .span9 {
+  float: none;
+  width: 684px;
+  margin-left: 0;
+}
+
+table .span10 {
+  float: none;
+  width: 764px;
+  margin-left: 0;
+}
+
+table .span11 {
+  float: none;
+  width: 844px;
+  margin-left: 0;
+}
+
+table .span12 {
+  float: none;
+  width: 924px;
+  margin-left: 0;
+}
+
+table .span13 {
+  float: none;
+  width: 1004px;
+  margin-left: 0;
+}
+
+table .span14 {
+  float: none;
+  width: 1084px;
+  margin-left: 0;
+}
+
+table .span15 {
+  float: none;
+  width: 1164px;
+  margin-left: 0;
+}
+
+table .span16 {
+  float: none;
+  width: 1244px;
+  margin-left: 0;
+}
+
+table .span17 {
+  float: none;
+  width: 1324px;
+  margin-left: 0;
+}
+
+table .span18 {
+  float: none;
+  width: 1404px;
+  margin-left: 0;
+}
+
+table .span19 {
+  float: none;
+  width: 1484px;
+  margin-left: 0;
+}
+
+table .span20 {
+  float: none;
+  width: 1564px;
+  margin-left: 0;
+}
+
+table .span21 {
+  float: none;
+  width: 1644px;
+  margin-left: 0;
+}
+
+table .span22 {
+  float: none;
+  width: 1724px;
+  margin-left: 0;
+}
+
+table .span23 {
+  float: none;
+  width: 1804px;
+  margin-left: 0;
+}
+
+table .span24 {
+  float: none;
+  width: 1884px;
+  margin-left: 0;
+}
+
+[class^="icon-"],
+[class*=" icon-"] {
+  display: inline-block;
+  width: 14px;
+  height: 14px;
+  *margin-right: .3em;
+  line-height: 14px;
+  vertical-align: text-top;
+  background-image: url("../img/glyphicons-halflings.png");
+  background-position: 14px 14px;
+  background-repeat: no-repeat;
+}
+
+[class^="icon-"]:last-child,
+[class*=" icon-"]:last-child {
+  *margin-left: 0;
+}
+
+.icon-white {
+  background-image: url("../img/glyphicons-halflings-white.png");
+}
+
+.icon-glass {
+  background-position: 0      0;
+}
+
+.icon-music {
+  background-position: -24px 0;
+}
+
+.icon-search {
+  background-position: -48px 0;
+}
+
+.icon-envelope {
+  background-position: -72px 0;
+}
+
+.icon-heart {
+  background-position: -96px 0;
+}
+
+.icon-star {
+  background-position: -120px 0;
+}
+
+.icon-star-empty {
+  background-position: -144px 0;
+}
+
+.icon-user {
+  background-position: -168px 0;
+}
+
+.icon-film {
+  background-position: -192px 0;
+}
+
+.icon-th-large {
+  background-position: -216px 0;
+}
+
+.icon-th {
+  background-position: -240px 0;
+}
+
+.icon-th-list {
+  background-position: -264px 0;
+}
+
+.icon-ok {
+  background-position: -288px 0;
+}
+
+.icon-remove {
+  background-position: -312px 0;
+}
+
+.icon-zoom-in {
+  background-position: -336px 0;
+}
+
+.icon-zoom-out {
+  background-position: -360px 0;
+}
+
+.icon-off {
+  background-position: -384px 0;
+}
+
+.icon-signal {
+  background-position: -408px 0;
+}
+
+.icon-cog {
+  background-position: -432px 0;
+}
+
+.icon-trash {
+  background-position: -456px 0;
+}
+
+.icon-home {
+  background-position: 0 -24px;
+}
+
+.icon-file {
+  background-position: -24px -24px;
+}
+
+.icon-time {
+  background-position: -48px -24px;
+}
+
+.icon-road {
+  background-position: -72px -24px;
+}
+
+.icon-download-alt {
+  background-position: -96px -24px;
+}
+
+.icon-download {
+  background-position: -120px -24px;
+}
+
+.icon-upload {
+  background-position: -144px -24px;
+}
+
+.icon-inbox {
+  background-position: -168px -24px;
+}
+
+.icon-play-circle {
+  background-position: -192px -24px;
+}
+
+.icon-repeat {
+  background-position: -216px -24px;
+}
+
+.icon-refresh {
+  background-position: -240px -24px;
+}
+
+.icon-list-alt {
+  background-position: -264px -24px;
+}
+
+.icon-lock {
+  background-position: -287px -24px;
+}
+
+.icon-flag {
+  background-position: -312px -24px;
+}
+
+.icon-headphones {
+  background-position: -336px -24px;
+}
+
+.icon-volume-off {
+  background-position: -360px -24px;
+}
+
+.icon-volume-down {
+  background-position: -384px -24px;
+}
+
+.icon-volume-up {
+  background-position: -408px -24px;
+}
+
+.icon-qrcode {
+  background-position: -432px -24px;
+}
+
+.icon-barcode {
+  background-position: -456px -24px;
+}
+
+.icon-tag {
+  background-position: 0 -48px;
+}
+
+.icon-tags {
+  background-position: -25px -48px;
+}
+
+.icon-book {
+  background-position: -48px -48px;
+}
+
+.icon-bookmark {
+  background-position: -72px -48px;
+}
+
+.icon-print {
+  background-position: -96px -48px;
+}
+
+.icon-camera {
+  background-position: -120px -48px;
+}
+
+.icon-font {
+  background-position: -144px -48px;
+}
+
+.icon-bold {
+  background-position: -167px -48px;
+}
+
+.icon-italic {
+  background-position: -192px -48px;
+}
+
+.icon-text-height {
+  background-position: -216px -48px;
+}
+
+.icon-text-width {
+  background-position: -240px -48px;
+}
+
+.icon-align-left {
+  background-position: -264px -48px;
+}
+
+.icon-align-center {
+  background-position: -288px -48px;
+}
+
+.icon-align-right {
+  background-position: -312px -48px;
+}
+
+.icon-align-justify {
+  background-position: -336px -48px;
+}
+
+.icon-list {
+  background-position: -360px -48px;
+}
+
+.icon-indent-left {
+  background-position: -384px -48px;
+}
+
+.icon-indent-right {
+  background-position: -408px -48px;
+}
+
+.icon-facetime-video {
+  background-position: -432px -48px;
+}
+
+.icon-picture {
+  background-position: -456px -48px;
+}
+
+.icon-pencil {
+  background-position: 0 -72px;
+}
+
+.icon-map-marker {
+  background-position: -24px -72px;
+}
+
+.icon-adjust {
+  background-position: -48px -72px;
+}
+
+.icon-tint {
+  background-position: -72px -72px;
+}
+
+.icon-edit {
+  background-position: -96px -72px;
+}
+
+.icon-share {
+  background-position: -120px -72px;
+}
+
+.icon-check {
+  background-position: -144px -72px;
+}
+
+.icon-move {
+  background-position: -168px -72px;
+}
+
+.icon-step-backward {
+  background-position: -192px -72px;
+}
+
+.icon-fast-backward {
+  background-position: -216px -72px;
+}
+
+.icon-backward {
+  background-position: -240px -72px;
+}
+
+.icon-play {
+  background-position: -264px -72px;
+}
+
+.icon-pause {
+  background-position: -288px -72px;
+}
+
+.icon-stop {
+  background-position: -312px -72px;
+}
+
+.icon-forward {
+  background-position: -336px -72px;
+}
+
+.icon-fast-forward {
+  background-position: -360px -72px;
+}
+
+.icon-step-forward {
+  background-position: -384px -72px;
+}
+
+.icon-eject {
+  background-position: -408px -72px;
+}
+
+.icon-chevron-left {
+  background-position: -432px -72px;
+}
+
+.icon-chevron-right {
+  background-position: -456px -72px;
+}
+
+.icon-plus-sign {
+  background-position: 0 -96px;
+}
+
+.icon-minus-sign {
+  background-position: -24px -96px;
+}
+
+.icon-remove-sign {
+  background-position: -48px -96px;
+}
+
+.icon-ok-sign {
+  background-position: -72px -96px;
+}
+
+.icon-question-sign {
+  background-position: -96px -96px;
+}
+
+.icon-info-sign {
+  background-position: -120px -96px;
+}
+
+.icon-screenshot {
+  background-position: -144px -96px;
+}
+
+.icon-remove-circle {
+  background-position: -168px -96px;
+}
+
+.icon-ok-circle {
+  background-position: -192px -96px;
+}
+
+.icon-ban-circle {
+  background-position: -216px -96px;
+}
+
+.icon-arrow-left {
+  background-position: -240px -96px;
+}
+
+.icon-arrow-right {
+  background-position: -264px -96px;
+}
+
+.icon-arrow-up {
+  background-position: -289px -96px;
+}
+
+.icon-arrow-down {
+  background-position: -312px -96px;
+}
+
+.icon-share-alt {
+  background-position: -336px -96px;
+}
+
+.icon-resize-full {
+  background-position: -360px -96px;
+}
+
+.icon-resize-small {
+  background-position: -384px -96px;
+}
+
+.icon-plus {
+  background-position: -408px -96px;
+}
+
+.icon-minus {
+  background-position: -433px -96px;
+}
+
+.icon-asterisk {
+  background-position: -456px -96px;
+}
+
+.icon-exclamation-sign {
+  background-position: 0 -120px;
+}
+
+.icon-gift {
+  background-position: -24px -120px;
+}
+
+.icon-leaf {
+  background-position: -48px -120px;
+}
+
+.icon-fire {
+  background-position: -72px -120px;
+}
+
+.icon-eye-open {
+  background-position: -96px -120px;
+}
+
+.icon-eye-close {
+  background-position: -120px -120px;
+}
+
+.icon-warning-sign {
+  background-position: -144px -120px;
+}
+
+.icon-plane {
+  background-position: -168px -120px;
+}
+
+.icon-calendar {
+  background-position: -192px -120px;
+}
+
+.icon-random {
+  background-position: -216px -120px;
+}
+
+.icon-comment {
+  background-position: -240px -120px;
+}
+
+.icon-magnet {
+  background-position: -264px -120px;
+}
+
+.icon-chevron-up {
+  background-position: -288px -120px;
+}
+
+.icon-chevron-down {
+  background-position: -313px -119px;
+}
+
+.icon-retweet {
+  background-position: -336px -120px;
+}
+
+.icon-shopping-cart {
+  background-position: -360px -120px;
+}
+
+.icon-folder-close {
+  background-position: -384px -120px;
+}
+
+.icon-folder-open {
+  background-position: -408px -120px;
+}
+
+.icon-resize-vertical {
+  background-position: -432px -119px;
+}
+
+.icon-resize-horizontal {
+  background-position: -456px -118px;
+}
+
+.icon-hdd {
+  background-position: 0 -144px;
+}
+
+.icon-bullhorn {
+  background-position: -24px -144px;
+}
+
+.icon-bell {
+  background-position: -48px -144px;
+}
+
+.icon-certificate {
+  background-position: -72px -144px;
+}
+
+.icon-thumbs-up {
+  background-position: -96px -144px;
+}
+
+.icon-thumbs-down {
+  background-position: -120px -144px;
+}
+
+.icon-hand-right {
+  background-position: -144px -144px;
+}
+
+.icon-hand-left {
+  background-position: -168px -144px;
+}
+
+.icon-hand-up {
+  background-position: -192px -144px;
+}
+
+.icon-hand-down {
+  background-position: -216px -144px;
+}
+
+.icon-circle-arrow-right {
+  background-position: -240px -144px;
+}
+
+.icon-circle-arrow-left {
+  background-position: -264px -144px;
+}
+
+.icon-circle-arrow-up {
+  background-position: -288px -144px;
+}
+
+.icon-circle-arrow-down {
+  background-position: -312px -144px;
+}
+
+.icon-globe {
+  background-position: -336px -144px;
+}
+
+.icon-wrench {
+  background-position: -360px -144px;
+}
+
+.icon-tasks {
+  background-position: -384px -144px;
+}
+
+.icon-filter {
+  background-position: -408px -144px;
+}
+
+.icon-briefcase {
+  background-position: -432px -144px;
+}
+
+.icon-fullscreen {
+  background-position: -456px -144px;
+}
+
+.dropup,
+.dropdown {
+  position: relative;
+}
+
+.dropdown-toggle {
+  *margin-bottom: -3px;
+}
+
+.dropdown-toggle:active,
+.open .dropdown-toggle {
+  outline: 0;
+}
+
+.caret {
+  display: inline-block;
+  width: 0;
+  height: 0;
+  vertical-align: top;
+  border-top: 4px solid #000000;
+  border-right: 4px solid transparent;
+  border-left: 4px solid transparent;
+  content: "";
+  opacity: 0.3;
+  filter: alpha(opacity=30);
+}
+
+.dropdown .caret {
+  margin-top: 8px;
+  margin-left: 2px;
+}
+
+.dropdown:hover .caret,
+.open .caret {
+  opacity: 1;
+  filter: alpha(opacity=100);
+}
+
+.dropdown-menu {
+  position: absolute;
+  top: 100%;
+  left: 0;
+  z-index: 1000;
+  display: none;
+  float: left;
+  min-width: 160px;
+  padding: 4px 0;
+  margin: 1px 0 0;
+  list-style: none;
+  background-color: #ffffff;
+  border: 1px solid #ccc;
+  border: 1px solid rgba(0, 0, 0, 0.2);
+  *border-right-width: 2px;
+  *border-bottom-width: 2px;
+  -webkit-border-radius: 5px;
+     -moz-border-radius: 5px;
+          border-radius: 5px;
+  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
+  -webkit-background-clip: padding-box;
+     -moz-background-clip: padding;
+          background-clip: padding-box;
+}
+
+.dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+
+.dropdown-menu .divider {
+  *width: 100%;
+  height: 1px;
+  margin: 8px 1px;
+  *margin: -5px 0 5px;
+  overflow: hidden;
+  background-color: #e5e5e5;
+  border-bottom: 1px solid #ffffff;
+}
+
+.dropdown-menu a {
+  display: block;
+  padding: 3px 15px;
+  clear: both;
+  font-weight: normal;
+  line-height: 18px;
+  color: #333333;
+  white-space: nowrap;
+}
+
+.dropdown-menu li > a:hover,
+.dropdown-menu .active > a,
+.dropdown-menu .active > a:hover {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: #0088cc;
+}
+
+.open {
+  *z-index: 1000;
+}
+
+.open > .dropdown-menu {
+  display: block;
+}
+
+.pull-right > .dropdown-menu {
+  right: 0;
+  left: auto;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+  border-top: 0;
+  border-bottom: 4px solid #000000;
+  content: "\2191";
+}
+
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+  top: auto;
+  bottom: 100%;
+  margin-bottom: 1px;
+}
+
+.typeahead {
+  margin-top: 2px;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.well {
+  min-height: 20px;
+  padding: 19px;
+  margin-bottom: 20px;
+  background-color: #f5f5f5;
+  border: 1px solid #eee;
+  border: 1px solid rgba(0, 0, 0, 0.05);
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+.well blockquote {
+  border-color: #ddd;
+  border-color: rgba(0, 0, 0, 0.15);
+}
+
+.well-large {
+  padding: 24px;
+  -webkit-border-radius: 6px;
+     -moz-border-radius: 6px;
+          border-radius: 6px;
+}
+
+.well-small {
+  padding: 9px;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+}
+
+.fade {
+  opacity: 0;
+  -webkit-transition: opacity 0.15s linear;
+     -moz-transition: opacity 0.15s linear;
+      -ms-transition: opacity 0.15s linear;
+       -o-transition: opacity 0.15s linear;
+          transition: opacity 0.15s linear;
+}
+
+.fade.in {
+  opacity: 1;
+}
+
+.collapse {
+  position: relative;
+  height: 0;
+  overflow: hidden;
+  -webkit-transition: height 0.35s ease;
+     -moz-transition: height 0.35s ease;
+      -ms-transition: height 0.35s ease;
+       -o-transition: height 0.35s ease;
+          transition: height 0.35s ease;
+}
+
+.collapse.in {
+  height: auto;
+}
+
+.close {
+  float: right;
+  font-size: 20px;
+  font-weight: bold;
+  line-height: 18px;
+  color: #000000;
+  text-shadow: 0 1px 0 #ffffff;
+  opacity: 0.2;
+  filter: alpha(opacity=20);
+}
+
+.close:hover {
+  color: #000000;
+  text-decoration: none;
+  cursor: pointer;
+  opacity: 0.4;
+  filter: alpha(opacity=40);
+}
+
+button.close {
+  padding: 0;
+  cursor: pointer;
+  background: transparent;
+  border: 0;
+  -webkit-appearance: none;
+}
+
+.btn {
+  display: inline-block;
+  *display: inline;
+  padding: 4px 10px 4px;
+  margin-bottom: 0;
+  *margin-left: .3em;
+  font-size: 13px;
+  line-height: 18px;
+  *line-height: 20px;
+  color: #333333;
+  text-align: center;
+  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+  vertical-align: middle;
+  cursor: pointer;
+  background-color: #f5f5f5;
+  *background-color: #e6e6e6;
+  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
+  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
+  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
+  background-image: linear-gradient(top, #ffffff, #e6e6e6);
+  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
+  background-repeat: repeat-x;
+  border: 1px solid #cccccc;
+  *border: 0;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
+  border-bottom-color: #b3b3b3;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+  *zoom: 1;
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.btn:hover,
+.btn:active,
+.btn.active,
+.btn.disabled,
+.btn[disabled] {
+  background-color: #e6e6e6;
+  *background-color: #d9d9d9;
+}
+
+.btn:active,
+.btn.active {
+  background-color: #cccccc \9;
+}
+
+.btn:first-child {
+  *margin-left: 0;
+}
+
+.btn:hover {
+  color: #333333;
+  text-decoration: none;
+  background-color: #e6e6e6;
+  *background-color: #d9d9d9;
+  /* Buttons in IE7 don't get borders, so darken on hover */
+
+  background-position: 0 -15px;
+  -webkit-transition: background-position 0.1s linear;
+     -moz-transition: background-position 0.1s linear;
+      -ms-transition: background-position 0.1s linear;
+       -o-transition: background-position 0.1s linear;
+          transition: background-position 0.1s linear;
+}
+
+.btn:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+
+.btn.active,
+.btn:active {
+  background-color: #e6e6e6;
+  background-color: #d9d9d9 \9;
+  background-image: none;
+  outline: 0;
+  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.btn.disabled,
+.btn[disabled] {
+  cursor: default;
+  background-color: #e6e6e6;
+  background-image: none;
+  opacity: 0.65;
+  filter: alpha(opacity=65);
+  -webkit-box-shadow: none;
+     -moz-box-shadow: none;
+          box-shadow: none;
+}
+
+.btn-large {
+  padding: 9px 14px;
+  font-size: 15px;
+  line-height: normal;
+  -webkit-border-radius: 5px;
+     -moz-border-radius: 5px;
+          border-radius: 5px;
+}
+
+.btn-large [class^="icon-"] {
+  margin-top: 1px;
+}
+
+.btn-small {
+  padding: 5px 9px;
+  font-size: 11px;
+  line-height: 16px;
+}
+
+.btn-small [class^="icon-"] {
+  margin-top: -1px;
+}
+
+.btn-mini {
+  padding: 2px 6px;
+  font-size: 11px;
+  line-height: 14px;
+}
+
+.btn-primary,
+.btn-primary:hover,
+.btn-warning,
+.btn-warning:hover,
+.btn-danger,
+.btn-danger:hover,
+.btn-success,
+.btn-success:hover,
+.btn-info,
+.btn-info:hover,
+.btn-inverse,
+.btn-inverse:hover {
+  color: #ffffff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.btn-primary.active,
+.btn-warning.active,
+.btn-danger.active,
+.btn-success.active,
+.btn-info.active,
+.btn-inverse.active {
+  color: rgba(255, 255, 255, 0.75);
+}
+
+.btn {
+  border-color: #ccc;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+}
+
+.btn-primary {
+  background-color: #0074cc;
+  *background-color: #0055cc;
+  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
+  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
+  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
+  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
+  background-image: linear-gradient(top, #0088cc, #0055cc);
+  background-repeat: repeat-x;
+  border-color: #0055cc #0055cc #003580;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-primary:hover,
+.btn-primary:active,
+.btn-primary.active,
+.btn-primary.disabled,
+.btn-primary[disabled] {
+  background-color: #0055cc;
+  *background-color: #004ab3;
+}
+
+.btn-primary:active,
+.btn-primary.active {
+  background-color: #004099 \9;
+}
+
+.btn-warning {
+  background-color: #faa732;
+  *background-color: #f89406;
+  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
+  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
+  background-image: -o-linear-gradient(top, #fbb450, #f89406);
+  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
+  background-image: linear-gradient(top, #fbb450, #f89406);
+  background-repeat: repeat-x;
+  border-color: #f89406 #f89406 #ad6704;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-warning:hover,
+.btn-warning:active,
+.btn-warning.active,
+.btn-warning.disabled,
+.btn-warning[disabled] {
+  background-color: #f89406;
+  *background-color: #df8505;
+}
+
+.btn-warning:active,
+.btn-warning.active {
+  background-color: #c67605 \9;
+}
+
+.btn-danger {
+  background-color: #da4f49;
+  *background-color: #bd362f;
+  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
+  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
+  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
+  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
+  background-image: linear-gradient(top, #ee5f5b, #bd362f);
+  background-repeat: repeat-x;
+  border-color: #bd362f #bd362f #802420;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-danger:hover,
+.btn-danger:active,
+.btn-danger.active,
+.btn-danger.disabled,
+.btn-danger[disabled] {
+  background-color: #bd362f;
+  *background-color: #a9302a;
+}
+
+.btn-danger:active,
+.btn-danger.active {
+  background-color: #942a25 \9;
+}
+
+.btn-success {
+  background-color: #5bb75b;
+  *background-color: #51a351;
+  background-image: -ms-linear-gradient(top, #62c462, #51a351);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
+  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
+  background-image: -o-linear-gradient(top, #62c462, #51a351);
+  background-image: -moz-linear-gradient(top, #62c462, #51a351);
+  background-image: linear-gradient(top, #62c462, #51a351);
+  background-repeat: repeat-x;
+  border-color: #51a351 #51a351 #387038;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-success:hover,
+.btn-success:active,
+.btn-success.active,
+.btn-success.disabled,
+.btn-success[disabled] {
+  background-color: #51a351;
+  *background-color: #499249;
+}
+
+.btn-success:active,
+.btn-success.active {
+  background-color: #408140 \9;
+}
+
+.btn-info {
+  background-color: #49afcd;
+  *background-color: #2f96b4;
+  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
+  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
+  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
+  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
+  background-image: linear-gradient(top, #5bc0de, #2f96b4);
+  background-repeat: repeat-x;
+  border-color: #2f96b4 #2f96b4 #1f6377;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-info:hover,
+.btn-info:active,
+.btn-info.active,
+.btn-info.disabled,
+.btn-info[disabled] {
+  background-color: #2f96b4;
+  *background-color: #2a85a0;
+}
+
+.btn-info:active,
+.btn-info.active {
+  background-color: #24748c \9;
+}
+
+.btn-inverse {
+  background-color: #414141;
+  *background-color: #222222;
+  background-image: -ms-linear-gradient(top, #555555, #222222);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
+  background-image: -webkit-linear-gradient(top, #555555, #222222);
+  background-image: -o-linear-gradient(top, #555555, #222222);
+  background-image: -moz-linear-gradient(top, #555555, #222222);
+  background-image: linear-gradient(top, #555555, #222222);
+  background-repeat: repeat-x;
+  border-color: #222222 #222222 #000000;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+}
+
+.btn-inverse:hover,
+.btn-inverse:active,
+.btn-inverse.active,
+.btn-inverse.disabled,
+.btn-inverse[disabled] {
+  background-color: #222222;
+  *background-color: #151515;
+}
+
+.btn-inverse:active,
+.btn-inverse.active {
+  background-color: #080808 \9;
+}
+
+button.btn,
+input[type="submit"].btn {
+  *padding-top: 2px;
+  *padding-bottom: 2px;
+}
+
+button.btn::-moz-focus-inner,
+input[type="submit"].btn::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+
+button.btn.btn-large,
+input[type="submit"].btn.btn-large {
+  *padding-top: 7px;
+  *padding-bottom: 7px;
+}
+
+button.btn.btn-small,
+input[type="submit"].btn.btn-small {
+  *padding-top: 3px;
+  *padding-bottom: 3px;
+}
+
+button.btn.btn-mini,
+input[type="submit"].btn.btn-mini {
+  *padding-top: 1px;
+  *padding-bottom: 1px;
+}
+
+.btn-group {
+  position: relative;
+  *margin-left: .3em;
+  *zoom: 1;
+}
+
+.btn-group:before,
+.btn-group:after {
+  display: table;
+  content: "";
+}
+
+.btn-group:after {
+  clear: both;
+}
+
+.btn-group:first-child {
+  *margin-left: 0;
+}
+
+.btn-group + .btn-group {
+  margin-left: 5px;
+}
+
+.btn-toolbar {
+  margin-top: 9px;
+  margin-bottom: 9px;
+}
+
+.btn-toolbar .btn-group {
+  display: inline-block;
+  *display: inline;
+  /* IE7 inline-block hack */
+
+  *zoom: 1;
+}
+
+.btn-group > .btn {
+  position: relative;
+  float: left;
+  margin-left: -1px;
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+  margin-left: 0;
+  -webkit-border-bottom-left-radius: 4px;
+          border-bottom-left-radius: 4px;
+  -webkit-border-top-left-radius: 4px;
+          border-top-left-radius: 4px;
+  -moz-border-radius-bottomleft: 4px;
+  -moz-border-radius-topleft: 4px;
+}
+
+.btn-group > .btn:last-child,
+.btn-group > .dropdown-toggle {
+  -webkit-border-top-right-radius: 4px;
+          border-top-right-radius: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+          border-bottom-right-radius: 4px;
+  -moz-border-radius-topright: 4px;
+  -moz-border-radius-bottomright: 4px;
+}
+
+.btn-group > .btn.large:first-child {
+  margin-left: 0;
+  -webkit-border-bottom-left-radius: 6px;
+          border-bottom-left-radius: 6px;
+  -webkit-border-top-left-radius: 6px;
+          border-top-left-radius: 6px;
+  -moz-border-radius-bottomleft: 6px;
+  -moz-border-radius-topleft: 6px;
+}
+
+.btn-group > .btn.large:last-child,
+.btn-group > .large.dropdown-toggle {
+  -webkit-border-top-right-radius: 6px;
+          border-top-right-radius: 6px;
+  -webkit-border-bottom-right-radius: 6px;
+          border-bottom-right-radius: 6px;
+  -moz-border-radius-topright: 6px;
+  -moz-border-radius-bottomright: 6px;
+}
+
+.btn-group > .btn:hover,
+.btn-group > .btn:focus,
+.btn-group > .btn:active,
+.btn-group > .btn.active {
+  z-index: 2;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+  outline: 0;
+}
+
+.btn-group > .dropdown-toggle {
+  *padding-top: 4px;
+  padding-right: 8px;
+  *padding-bottom: 4px;
+  padding-left: 8px;
+  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.btn-group > .btn-mini.dropdown-toggle {
+  padding-right: 5px;
+  padding-left: 5px;
+}
+
+.btn-group > .btn-small.dropdown-toggle {
+  *padding-top: 4px;
+  *padding-bottom: 4px;
+}
+
+.btn-group > .btn-large.dropdown-toggle {
+  padding-right: 12px;
+  padding-left: 12px;
+}
+
+.btn-group.open .dropdown-toggle {
+  background-image: none;
+  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.btn-group.open .btn.dropdown-toggle {
+  background-color: #e6e6e6;
+}
+
+.btn-group.open .btn-primary.dropdown-toggle {
+  background-color: #0055cc;
+}
+
+.btn-group.open .btn-warning.dropdown-toggle {
+  background-color: #f89406;
+}
+
+.btn-group.open .btn-danger.dropdown-toggle {
+  background-color: #bd362f;
+}
+
+.btn-group.open .btn-success.dropdown-toggle {
+  background-color: #51a351;
+}
+
+.btn-group.open .btn-info.dropdown-toggle {
+  background-color: #2f96b4;
+}
+
+.btn-group.open .btn-inverse.dropdown-toggle {
+  background-color: #222222;
+}
+
+.btn .caret {
+  margin-top: 7px;
+  margin-left: 0;
+}
+
+.btn:hover .caret,
+.open.btn-group .caret {
+  opacity: 1;
+  filter: alpha(opacity=100);
+}
+
+.btn-mini .caret {
+  margin-top: 5px;
+}
+
+.btn-small .caret {
+  margin-top: 6px;
+}
+
+.btn-large .caret {
+  margin-top: 6px;
+  border-top-width: 5px;
+  border-right-width: 5px;
+  border-left-width: 5px;
+}
+
+.dropup .btn-large .caret {
+  border-top: 0;
+  border-bottom: 5px solid #000000;
+}
+
+.btn-primary .caret,
+.btn-warning .caret,
+.btn-danger .caret,
+.btn-info .caret,
+.btn-success .caret,
+.btn-inverse .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+  opacity: 0.75;
+  filter: alpha(opacity=75);
+}
+
+.alert {
+  padding: 8px 35px 8px 14px;
+  margin-bottom: 18px;
+  color: #c09853;
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+  background-color: #fcf8e3;
+  border: 1px solid #fbeed5;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.alert-heading {
+  color: inherit;
+}
+
+.alert .close {
+  position: relative;
+  top: -2px;
+  right: -21px;
+  line-height: 18px;
+}
+
+.alert-success {
+  color: #468847;
+  background-color: #dff0d8;
+  border-color: #d6e9c6;
+}
+
+.alert-danger,
+.alert-error {
+  color: #b94a48;
+  background-color: #f2dede;
+  border-color: #eed3d7;
+}
+
+.alert-info {
+  color: #3a87ad;
+  background-color: #d9edf7;
+  border-color: #bce8f1;
+}
+
+.alert-block {
+  padding-top: 14px;
+  padding-bottom: 14px;
+}
+
+.alert-block > p,
+.alert-block > ul {
+  margin-bottom: 0;
+}
+
+.alert-block p + p {
+  margin-top: 5px;
+}
+
+.nav {
+  margin-bottom: 18px;
+  margin-left: 0;
+  list-style: none;
+}
+
+.nav > li > a {
+  display: block;
+}
+
+.nav > li > a:hover {
+  text-decoration: none;
+  background-color: #eeeeee;
+}
+
+.nav > .pull-right {
+  float: right;
+}
+
+.nav .nav-header {
+  display: block;
+  padding: 3px 15px;
+  font-size: 11px;
+  font-weight: bold;
+  line-height: 18px;
+  color: #999999;
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+  text-transform: uppercase;
+}
+
+.nav li + .nav-header {
+  margin-top: 9px;
+}
+
+.nav-list {
+  padding-right: 15px;
+  padding-left: 15px;
+  margin-bottom: 0;
+}
+
+.nav-list > li > a,
+.nav-list .nav-header {
+  margin-right: -15px;
+  margin-left: -15px;
+  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+}
+
+.nav-list > li > a {
+  padding: 3px 15px;
+}
+
+.nav-list > .active > a,
+.nav-list > .active > a:hover {
+  color: #ffffff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
+  background-color: #0088cc;
+}
+
+.nav-list [class^="icon-"] {
+  margin-right: 2px;
+}
+
+.nav-list .divider {
+  *width: 100%;
+  height: 1px;
+  margin: 8px 1px;
+  *margin: -5px 0 5px;
+  overflow: hidden;
+  background-color: #e5e5e5;
+  border-bottom: 1px solid #ffffff;
+}
+
+.nav-tabs,
+.nav-pills {
+  *zoom: 1;
+}
+
+.nav-tabs:before,
+.nav-pills:before,
+.nav-tabs:after,
+.nav-pills:after {
+  display: table;
+  content: "";
+}
+
+.nav-tabs:after,
+.nav-pills:after {
+  clear: both;
+}
+
+.nav-tabs > li,
+.nav-pills > li {
+  float: left;
+}
+
+.nav-tabs > li > a,
+.nav-pills > li > a {
+  padding-right: 12px;
+  padding-left: 12px;
+  margin-right: 2px;
+  line-height: 14px;
+}
+
+.nav-tabs {
+  border-bottom: 1px solid #ddd;
+}
+
+.nav-tabs > li {
+  margin-bottom: -1px;
+}
+
+.nav-tabs > li > a {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  line-height: 18px;
+  border: 1px solid transparent;
+  -webkit-border-radius: 4px 4px 0 0;
+     -moz-border-radius: 4px 4px 0 0;
+          border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs > li > a:hover {
+  border-color: #eeeeee #eeeeee #dddddd;
+}
+
+.nav-tabs > .active > a,
+.nav-tabs > .active > a:hover {
+  color: #555555;
+  cursor: default;
+  background-color: #ffffff;
+  border: 1px solid #ddd;
+  border-bottom-color: transparent;
+}
+
+.nav-pills > li > a {
+  padding-top: 8px;
+  padding-bottom: 8px;
+  margin-top: 2px;
+  margin-bottom: 2px;
+  -webkit-border-radius: 5px;
+     -moz-border-radius: 5px;
+          border-radius: 5px;
+}
+
+.nav-pills > .active > a,
+.nav-pills > .active > a:hover {
+  color: #ffffff;
+  background-color: #0088cc;
+}
+
+.nav-stacked > li {
+  float: none;
+}
+
+.nav-stacked > li > a {
+  margin-right: 0;
+}
+
+.nav-tabs.nav-stacked {
+  border-bottom: 0;
+}
+
+.nav-tabs.nav-stacked > li > a {
+  border: 1px solid #ddd;
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+}
+
+.nav-tabs.nav-stacked > li:first-child > a {
+  -webkit-border-radius: 4px 4px 0 0;
+     -moz-border-radius: 4px 4px 0 0;
+          border-radius: 4px 4px 0 0;
+}
+
+.nav-tabs.nav-stacked > li:last-child > a {
+  -webkit-border-radius: 0 0 4px 4px;
+     -moz-border-radius: 0 0 4px 4px;
+          border-radius: 0 0 4px 4px;
+}
+
+.nav-tabs.nav-stacked > li > a:hover {
+  z-index: 2;
+  border-color: #ddd;
+}
+
+.nav-pills.nav-stacked > li > a {
+  margin-bottom: 3px;
+}
+
+.nav-pills.nav-stacked > li:last-child > a {
+  margin-bottom: 1px;
+}
+
+.nav-tabs .dropdown-menu {
+  -webkit-border-radius: 0 0 5px 5px;
+     -moz-border-radius: 0 0 5px 5px;
+          border-radius: 0 0 5px 5px;
+}
+
+.nav-pills .dropdown-menu {
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.nav-tabs .dropdown-toggle .caret,
+.nav-pills .dropdown-toggle .caret {
+  margin-top: 6px;
+  border-top-color: #0088cc;
+  border-bottom-color: #0088cc;
+}
+
+.nav-tabs .dropdown-toggle:hover .caret,
+.nav-pills .dropdown-toggle:hover .caret {
+  border-top-color: #005580;
+  border-bottom-color: #005580;
+}
+
+.nav-tabs .active .dropdown-toggle .caret,
+.nav-pills .active .dropdown-toggle .caret {
+  border-top-color: #333333;
+  border-bottom-color: #333333;
+}
+
+.nav > .dropdown.active > a:hover {
+  color: #000000;
+  cursor: pointer;
+}
+
+.nav-tabs .open .dropdown-toggle,
+.nav-pills .open .dropdown-toggle,
+.nav > li.dropdown.open.active > a:hover {
+  color: #ffffff;
+  background-color: #999999;
+  border-color: #999999;
+}
+
+.nav li.dropdown.open .caret,
+.nav li.dropdown.open.active .caret,
+.nav li.dropdown.open a:hover .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+  opacity: 1;
+  filter: alpha(opacity=100);
+}
+
+.tabs-stacked .open > a:hover {
+  border-color: #999999;
+}
+
+.tabbable {
+  *zoom: 1;
+}
+
+.tabbable:before,
+.tabbable:after {
+  display: table;
+  content: "";
+}
+
+.tabbable:after {
+  clear: both;
+}
+
+.tab-content {
+  overflow: auto;
+}
+
+.tabs-below > .nav-tabs,
+.tabs-right > .nav-tabs,
+.tabs-left > .nav-tabs {
+  border-bottom: 0;
+}
+
+.tab-content > .tab-pane,
+.pill-content > .pill-pane {
+  display: none;
+}
+
+.tab-content > .active,
+.pill-content > .active {
+  display: block;
+}
+
+.tabs-below > .nav-tabs {
+  border-top: 1px solid #ddd;
+}
+
+.tabs-below > .nav-tabs > li {
+  margin-top: -1px;
+  margin-bottom: 0;
+}
+
+.tabs-below > .nav-tabs > li > a {
+  -webkit-border-radius: 0 0 4px 4px;
+     -moz-border-radius: 0 0 4px 4px;
+          border-radius: 0 0 4px 4px;
+}
+
+.tabs-below > .nav-tabs > li > a:hover {
+  border-top-color: #ddd;
+  border-bottom-color: transparent;
+}
+
+.tabs-below > .nav-tabs > .active > a,
+.tabs-below > .nav-tabs > .active > a:hover {
+  border-color: transparent #ddd #ddd #ddd;
+}
+
+.tabs-left > .nav-tabs > li,
+.tabs-right > .nav-tabs > li {
+  float: none;
+}
+
+.tabs-left > .nav-tabs > li > a,
+.tabs-right > .nav-tabs > li > a {
+  min-width: 74px;
+  margin-right: 0;
+  margin-bottom: 3px;
+}
+
+.tabs-left > .nav-tabs {
+  float: left;
+  margin-right: 19px;
+  border-right: 1px solid #ddd;
+}
+
+.tabs-left > .nav-tabs > li > a {
+  margin-right: -1px;
+  -webkit-border-radius: 4px 0 0 4px;
+     -moz-border-radius: 4px 0 0 4px;
+          border-radius: 4px 0 0 4px;
+}
+
+.tabs-left > .nav-tabs > li > a:hover {
+  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
+}
+
+.tabs-left > .nav-tabs .active > a,
+.tabs-left > .nav-tabs .active > a:hover {
+  border-color: #ddd transparent #ddd #ddd;
+  *border-right-color: #ffffff;
+}
+
+.tabs-right > .nav-tabs {
+  float: right;
+  margin-left: 19px;
+  border-left: 1px solid #ddd;
+}
+
+.tabs-right > .nav-tabs > li > a {
+  margin-left: -1px;
+  -webkit-border-radius: 0 4px 4px 0;
+     -moz-border-radius: 0 4px 4px 0;
+          border-radius: 0 4px 4px 0;
+}
+
+.tabs-right > .nav-tabs > li > a:hover {
+  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
+}
+
+.tabs-right > .nav-tabs .active > a,
+.tabs-right > .nav-tabs .active > a:hover {
+  border-color: #ddd #ddd #ddd transparent;
+  *border-left-color: #ffffff;
+}
+
+.navbar {
+  *position: relative;
+  *z-index: 2;
+  margin-bottom: 18px;
+  overflow: visible;
+}
+
+.navbar-inner {
+  min-height: 40px;
+  padding-right: 20px;
+  padding-left: 20px;
+  background-color: #2c2c2c;
+  background-image: -moz-linear-gradient(top, #333333, #222222);
+  background-image: -ms-linear-gradient(top, #333333, #222222);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
+  background-image: -webkit-linear-gradient(top, #333333, #222222);
+  background-image: -o-linear-gradient(top, #333333, #222222);
+  background-image: linear-gradient(top, #333333, #222222);
+  background-repeat: repeat-x;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
+  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+}
+
+.navbar .container {
+  width: auto;
+}
+
+.nav-collapse.collapse {
+  height: auto;
+}
+
+.navbar {
+  color: #999999;
+}
+
+.navbar .brand:hover {
+  text-decoration: none;
+}
+
+.navbar .brand {
+  display: block;
+  float: left;
+  padding: 8px 20px 12px;
+  margin-left: -20px;
+  font-size: 20px;
+  font-weight: 200;
+  line-height: 1;
+  color: #999999;
+}
+
+.navbar .navbar-text {
+  margin-bottom: 0;
+  line-height: 40px;
+}
+
+.navbar .navbar-link {
+  color: #999999;
+}
+
+.navbar .navbar-link:hover {
+  color: #ffffff;
+}
+
+.navbar .btn,
+.navbar .btn-group {
+  margin-top: 5px;
+}
+
+.navbar .btn-group .btn {
+  margin: 0;
+}
+
+.navbar-form {
+  margin-bottom: 0;
+  *zoom: 1;
+}
+
+.navbar-form:before,
+.navbar-form:after {
+  display: table;
+  content: "";
+}
+
+.navbar-form:after {
+  clear: both;
+}
+
+.navbar-form input,
+.navbar-form select,
+.navbar-form .radio,
+.navbar-form .checkbox {
+  margin-top: 5px;
+}
+
+.navbar-form input,
+.navbar-form select {
+  display: inline-block;
+  margin-bottom: 0;
+}
+
+.navbar-form input[type="image"],
+.navbar-form input[type="checkbox"],
+.navbar-form input[type="radio"] {
+  margin-top: 3px;
+}
+
+.navbar-form .input-append,
+.navbar-form .input-prepend {
+  margin-top: 6px;
+  white-space: nowrap;
+}
+
+.navbar-form .input-append input,
+.navbar-form .input-prepend input {
+  margin-top: 0;
+}
+
+.navbar-search {
+  position: relative;
+  float: left;
+  margin-top: 6px;
+  margin-bottom: 0;
+}
+
+.navbar-search .search-query {
+  padding: 4px 9px;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 13px;
+  font-weight: normal;
+  line-height: 1;
+  color: #ffffff;
+  background-color: #626262;
+  border: 1px solid #151515;
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
+     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
+  -webkit-transition: none;
+     -moz-transition: none;
+      -ms-transition: none;
+       -o-transition: none;
+          transition: none;
+}
+
+.navbar-search .search-query:-moz-placeholder {
+  color: #cccccc;
+}
+
+.navbar-search .search-query:-ms-input-placeholder {
+  color: #cccccc;
+}
+
+.navbar-search .search-query::-webkit-input-placeholder {
+  color: #cccccc;
+}
+
+.navbar-search .search-query:focus,
+.navbar-search .search-query.focused {
+  padding: 5px 10px;
+  color: #333333;
+  text-shadow: 0 1px 0 #ffffff;
+  background-color: #ffffff;
+  border: 0;
+  outline: 0;
+  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+  position: fixed;
+  right: 0;
+  left: 0;
+  z-index: 1030;
+  margin-bottom: 0;
+}
+
+.navbar-fixed-top .navbar-inner,
+.navbar-fixed-bottom .navbar-inner {
+  padding-right: 0;
+  padding-left: 0;
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+}
+
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+
+.navbar-fixed-top {
+  top: 0;
+}
+
+.navbar-fixed-bottom {
+  bottom: 0;
+}
+
+.navbar .nav {
+  position: relative;
+  left: 0;
+  display: block;
+  float: left;
+  margin: 0 10px 0 0;
+}
+
+.navbar .nav.pull-right {
+  float: right;
+}
+
+.navbar .nav > li {
+  display: block;
+  float: left;
+}
+
+.navbar .nav > li > a {
+  float: none;
+  padding: 9px 10px 11px;
+  line-height: 19px;
+  color: #999999;
+  text-decoration: none;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.navbar .btn {
+  display: inline-block;
+  padding: 4px 10px 4px;
+  margin: 5px 5px 6px;
+  line-height: 18px;
+}
+
+.navbar .btn-group {
+  padding: 5px 5px 6px;
+  margin: 0;
+}
+
+.navbar .nav > li > a:hover {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: transparent;
+}
+
+.navbar .nav .active > a,
+.navbar .nav .active > a:hover {
+  color: #ffffff;
+  text-decoration: none;
+  background-color: #222222;
+}
+
+.navbar .divider-vertical {
+  width: 1px;
+  height: 40px;
+  margin: 0 9px;
+  overflow: hidden;
+  background-color: #222222;
+  border-right: 1px solid #333333;
+}
+
+.navbar .nav.pull-right {
+  margin-right: 0;
+  margin-left: 10px;
+}
+
+.navbar .btn-navbar {
+  display: none;
+  float: right;
+  padding: 7px 10px;
+  margin-right: 5px;
+  margin-left: 5px;
+  background-color: #2c2c2c;
+  *background-color: #222222;
+  background-image: -ms-linear-gradient(top, #333333, #222222);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
+  background-image: -webkit-linear-gradient(top, #333333, #222222);
+  background-image: -o-linear-gradient(top, #333333, #222222);
+  background-image: linear-gradient(top, #333333, #222222);
+  background-image: -moz-linear-gradient(top, #333333, #222222);
+  background-repeat: repeat-x;
+  border-color: #222222 #222222 #000000;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
+  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
+     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
+          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
+}
+
+.navbar .btn-navbar:hover,
+.navbar .btn-navbar:active,
+.navbar .btn-navbar.active,
+.navbar .btn-navbar.disabled,
+.navbar .btn-navbar[disabled] {
+  background-color: #222222;
+  *background-color: #151515;
+}
+
+.navbar .btn-navbar:active,
+.navbar .btn-navbar.active {
+  background-color: #080808 \9;
+}
+
+.navbar .btn-navbar .icon-bar {
+  display: block;
+  width: 18px;
+  height: 2px;
+  background-color: #f5f5f5;
+  -webkit-border-radius: 1px;
+     -moz-border-radius: 1px;
+          border-radius: 1px;
+  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
+}
+
+.btn-navbar .icon-bar + .icon-bar {
+  margin-top: 3px;
+}
+
+.navbar .dropdown-menu:before {
+  position: absolute;
+  top: -7px;
+  left: 9px;
+  display: inline-block;
+  border-right: 7px solid transparent;
+  border-bottom: 7px solid #ccc;
+  border-left: 7px solid transparent;
+  border-bottom-color: rgba(0, 0, 0, 0.2);
+  content: '';
+}
+
+.navbar .dropdown-menu:after {
+  position: absolute;
+  top: -6px;
+  left: 10px;
+  display: inline-block;
+  border-right: 6px solid transparent;
+  border-bottom: 6px solid #ffffff;
+  border-left: 6px solid transparent;
+  content: '';
+}
+
+.navbar-fixed-bottom .dropdown-menu:before {
+  top: auto;
+  bottom: -7px;
+  border-top: 7px solid #ccc;
+  border-bottom: 0;
+  border-top-color: rgba(0, 0, 0, 0.2);
+}
+
+.navbar-fixed-bottom .dropdown-menu:after {
+  top: auto;
+  bottom: -6px;
+  border-top: 6px solid #ffffff;
+  border-bottom: 0;
+}
+
+.navbar .nav li.dropdown .dropdown-toggle .caret,
+.navbar .nav li.dropdown.open .caret {
+  border-top-color: #ffffff;
+  border-bottom-color: #ffffff;
+}
+
+.navbar .nav li.dropdown.active .caret {
+  opacity: 1;
+  filter: alpha(opacity=100);
+}
+
+.navbar .nav li.dropdown.open > .dropdown-toggle,
+.navbar .nav li.dropdown.active > .dropdown-toggle,
+.navbar .nav li.dropdown.open.active > .dropdown-toggle {
+  background-color: transparent;
+}
+
+.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
+  color: #ffffff;
+}
+
+.navbar .pull-right .dropdown-menu,
+.navbar .dropdown-menu.pull-right {
+  right: 0;
+  left: auto;
+}
+
+.navbar .pull-right .dropdown-menu:before,
+.navbar .dropdown-menu.pull-right:before {
+  right: 12px;
+  left: auto;
+}
+
+.navbar .pull-right .dropdown-menu:after,
+.navbar .dropdown-menu.pull-right:after {
+  right: 13px;
+  left: auto;
+}
+
+.breadcrumb {
+  padding: 7px 14px;
+  margin: 0 0 18px;
+  list-style: none;
+  background-color: #fbfbfb;
+  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
+  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
+  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
+  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
+  background-image: linear-gradient(top, #ffffff, #f5f5f5);
+  background-repeat: repeat-x;
+  border: 1px solid #ddd;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
+  -webkit-box-shadow: inset 0 1px 0 #ffffff;
+     -moz-box-shadow: inset 0 1px 0 #ffffff;
+          box-shadow: inset 0 1px 0 #ffffff;
+}
+
+.breadcrumb li {
+  display: inline-block;
+  *display: inline;
+  text-shadow: 0 1px 0 #ffffff;
+  *zoom: 1;
+}
+
+.breadcrumb .divider {
+  padding: 0 5px;
+  color: #999999;
+}
+
+.breadcrumb .active a {
+  color: #333333;
+}
+
+.pagination {
+  height: 36px;
+  margin: 18px 0;
+}
+
+.pagination ul {
+  display: inline-block;
+  *display: inline;
+  margin-bottom: 0;
+  margin-left: 0;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+  *zoom: 1;
+  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
+}
+
+.pagination li {
+  display: inline;
+}
+
+.pagination a {
+  float: left;
+  padding: 0 14px;
+  line-height: 34px;
+  text-decoration: none;
+  border: 1px solid #ddd;
+  border-left-width: 0;
+}
+
+.pagination a:hover,
+.pagination .active a {
+  background-color: #f5f5f5;
+}
+
+.pagination .active a {
+  color: #999999;
+  cursor: default;
+}
+
+.pagination .disabled span,
+.pagination .disabled a,
+.pagination .disabled a:hover {
+  color: #999999;
+  cursor: default;
+  background-color: transparent;
+}
+
+.pagination li:first-child a {
+  border-left-width: 1px;
+  -webkit-border-radius: 3px 0 0 3px;
+     -moz-border-radius: 3px 0 0 3px;
+          border-radius: 3px 0 0 3px;
+}
+
+.pagination li:last-child a {
+  -webkit-border-radius: 0 3px 3px 0;
+     -moz-border-radius: 0 3px 3px 0;
+          border-radius: 0 3px 3px 0;
+}
+
+.pagination-centered {
+  text-align: center;
+}
+
+.pagination-right {
+  text-align: right;
+}
+
+.pager {
+  margin-bottom: 18px;
+  margin-left: 0;
+  text-align: center;
+  list-style: none;
+  *zoom: 1;
+}
+
+.pager:before,
+.pager:after {
+  display: table;
+  content: "";
+}
+
+.pager:after {
+  clear: both;
+}
+
+.pager li {
+  display: inline;
+}
+
+.pager a {
+  display: inline-block;
+  padding: 5px 14px;
+  background-color: #fff;
+  border: 1px solid #ddd;
+  -webkit-border-radius: 15px;
+     -moz-border-radius: 15px;
+          border-radius: 15px;
+}
+
+.pager a:hover {
+  text-decoration: none;
+  background-color: #f5f5f5;
+}
+
+.pager .next a {
+  float: right;
+}
+
+.pager .previous a {
+  float: left;
+}
+
+.pager .disabled a,
+.pager .disabled a:hover {
+  color: #999999;
+  cursor: default;
+  background-color: #fff;
+}
+
+.modal-open .dropdown-menu {
+  z-index: 2050;
+}
+
+.modal-open .dropdown.open {
+  *z-index: 2050;
+}
+
+.modal-open .popover {
+  z-index: 2060;
+}
+
+.modal-open .tooltip {
+  z-index: 2070;
+}
+
+.modal-backdrop {
+  position: fixed;
+  top: 0;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  z-index: 1040;
+  background-color: #000000;
+}
+
+.modal-backdrop.fade {
+  opacity: 0;
+}
+
+.modal-backdrop,
+.modal-backdrop.fade.in {
+  opacity: 0.8;
+  filter: alpha(opacity=80);
+}
+
+.modal {
+  position: fixed;
+  top: 50%;
+  left: 50%;
+  z-index: 1050;
+  width: 560px;
+  margin: -250px 0 0 -280px;
+  overflow: auto;
+  background-color: #ffffff;
+  border: 1px solid #999;
+  border: 1px solid rgba(0, 0, 0, 0.3);
+  *border: 1px solid #999;
+  -webkit-border-radius: 6px;
+     -moz-border-radius: 6px;
+          border-radius: 6px;
+  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+  -webkit-background-clip: padding-box;
+     -moz-background-clip: padding-box;
+          background-clip: padding-box;
+}
+
+.modal.fade {
+  top: -25%;
+  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
+     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
+      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
+       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
+          transition: opacity 0.3s linear, top 0.3s ease-out;
+}
+
+.modal.fade.in {
+  top: 50%;
+}
+
+.modal-header {
+  padding: 9px 15px;
+  border-bottom: 1px solid #eee;
+}
+
+.modal-header .close {
+  margin-top: 2px;
+}
+
+.modal-body {
+  max-height: 400px;
+  padding: 15px;
+  overflow-y: auto;
+}
+
+.modal-form {
+  margin-bottom: 0;
+}
+
+.modal-footer {
+  padding: 14px 15px 15px;
+  margin-bottom: 0;
+  text-align: right;
+  background-color: #f5f5f5;
+  border-top: 1px solid #ddd;
+  -webkit-border-radius: 0 0 6px 6px;
+     -moz-border-radius: 0 0 6px 6px;
+          border-radius: 0 0 6px 6px;
+  *zoom: 1;
+  -webkit-box-shadow: inset 0 1px 0 #ffffff;
+     -moz-box-shadow: inset 0 1px 0 #ffffff;
+          box-shadow: inset 0 1px 0 #ffffff;
+}
+
+.modal-footer:before,
+.modal-footer:after {
+  display: table;
+  content: "";
+}
+
+.modal-footer:after {
+  clear: both;
+}
+
+.modal-footer .btn + .btn {
+  margin-bottom: 0;
+  margin-left: 5px;
+}
+
+.modal-footer .btn-group .btn + .btn {
+  margin-left: -1px;
+}
+
+.tooltip {
+  position: absolute;
+  z-index: 1020;
+  display: block;
+  padding: 5px;
+  font-size: 11px;
+  opacity: 0;
+  filter: alpha(opacity=0);
+  visibility: visible;
+}
+
+.tooltip.in {
+  opacity: 0.8;
+  filter: alpha(opacity=80);
+}
+
+.tooltip.top {
+  margin-top: -2px;
+}
+
+.tooltip.right {
+  margin-left: 2px;
+}
+
+.tooltip.bottom {
+  margin-top: 2px;
+}
+
+.tooltip.left {
+  margin-left: -2px;
+}
+
+.tooltip.top .tooltip-arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-top: 5px solid #000000;
+  border-right: 5px solid transparent;
+  border-left: 5px solid transparent;
+}
+
+.tooltip.left .tooltip-arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-top: 5px solid transparent;
+  border-bottom: 5px solid transparent;
+  border-left: 5px solid #000000;
+}
+
+.tooltip.bottom .tooltip-arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-right: 5px solid transparent;
+  border-bottom: 5px solid #000000;
+  border-left: 5px solid transparent;
+}
+
+.tooltip.right .tooltip-arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-top: 5px solid transparent;
+  border-right: 5px solid #000000;
+  border-bottom: 5px solid transparent;
+}
+
+.tooltip-inner {
+  max-width: 200px;
+  padding: 3px 8px;
+  color: #ffffff;
+  text-align: center;
+  text-decoration: none;
+  background-color: #000000;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.tooltip-arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+}
+
+.popover {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 1010;
+  display: none;
+  padding: 5px;
+}
+
+.popover.top {
+  margin-top: -5px;
+}
+
+.popover.right {
+  margin-left: 5px;
+}
+
+.popover.bottom {
+  margin-top: 5px;
+}
+
+.popover.left {
+  margin-left: -5px;
+}
+
+.popover.top .arrow {
+  bottom: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-top: 5px solid #000000;
+  border-right: 5px solid transparent;
+  border-left: 5px solid transparent;
+}
+
+.popover.right .arrow {
+  top: 50%;
+  left: 0;
+  margin-top: -5px;
+  border-top: 5px solid transparent;
+  border-right: 5px solid #000000;
+  border-bottom: 5px solid transparent;
+}
+
+.popover.bottom .arrow {
+  top: 0;
+  left: 50%;
+  margin-left: -5px;
+  border-right: 5px solid transparent;
+  border-bottom: 5px solid #000000;
+  border-left: 5px solid transparent;
+}
+
+.popover.left .arrow {
+  top: 50%;
+  right: 0;
+  margin-top: -5px;
+  border-top: 5px solid transparent;
+  border-bottom: 5px solid transparent;
+  border-left: 5px solid #000000;
+}
+
+.popover .arrow {
+  position: absolute;
+  width: 0;
+  height: 0;
+}
+
+.popover-inner {
+  width: 280px;
+  padding: 3px;
+  overflow: hidden;
+  background: #000000;
+  background: rgba(0, 0, 0, 0.8);
+  -webkit-border-radius: 6px;
+     -moz-border-radius: 6px;
+          border-radius: 6px;
+  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
+}
+
+.popover-title {
+  padding: 9px 15px;
+  line-height: 1;
+  background-color: #f5f5f5;
+  border-bottom: 1px solid #eee;
+  -webkit-border-radius: 3px 3px 0 0;
+     -moz-border-radius: 3px 3px 0 0;
+          border-radius: 3px 3px 0 0;
+}
+
+.popover-content {
+  padding: 14px;
+  background-color: #ffffff;
+  -webkit-border-radius: 0 0 3px 3px;
+     -moz-border-radius: 0 0 3px 3px;
+          border-radius: 0 0 3px 3px;
+  -webkit-background-clip: padding-box;
+     -moz-background-clip: padding-box;
+          background-clip: padding-box;
+}
+
+.popover-content p,
+.popover-content ul,
+.popover-content ol {
+  margin-bottom: 0;
+}
+
+.thumbnails {
+  margin-left: -20px;
+  list-style: none;
+  *zoom: 1;
+}
+
+.thumbnails:before,
+.thumbnails:after {
+  display: table;
+  content: "";
+}
+
+.thumbnails:after {
+  clear: both;
+}
+
+.row-fluid .thumbnails {
+  margin-left: 0;
+}
+
+.thumbnails > li {
+  float: left;
+  margin-bottom: 18px;
+  margin-left: 20px;
+}
+
+.thumbnail {
+  display: block;
+  padding: 4px;
+  line-height: 1;
+  border: 1px solid #ddd;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
+}
+
+a.thumbnail:hover {
+  border-color: #0088cc;
+  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
+}
+
+.thumbnail > img {
+  display: block;
+  max-width: 100%;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.thumbnail .caption {
+  padding: 9px;
+}
+
+.label,
+.badge {
+  font-size: 10.998px;
+  font-weight: bold;
+  line-height: 14px;
+  color: #ffffff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  white-space: nowrap;
+  vertical-align: baseline;
+  background-color: #999999;
+}
+
+.label {
+  padding: 1px 4px 2px;
+  -webkit-border-radius: 3px;
+     -moz-border-radius: 3px;
+          border-radius: 3px;
+}
+
+.badge {
+  padding: 1px 9px 2px;
+  -webkit-border-radius: 9px;
+     -moz-border-radius: 9px;
+          border-radius: 9px;
+}
+
+a.label:hover,
+a.badge:hover {
+  color: #ffffff;
+  text-decoration: none;
+  cursor: pointer;
+}
+
+.label-important,
+.badge-important {
+  background-color: #b94a48;
+}
+
+.label-important[href],
+.badge-important[href] {
+  background-color: #953b39;
+}
+
+.label-warning,
+.badge-warning {
+  background-color: #f89406;
+}
+
+.label-warning[href],
+.badge-warning[href] {
+  background-color: #c67605;
+}
+
+.label-success,
+.badge-success {
+  background-color: #468847;
+}
+
+.label-success[href],
+.badge-success[href] {
+  background-color: #356635;
+}
+
+.label-info,
+.badge-info {
+  background-color: #3a87ad;
+}
+
+.label-info[href],
+.badge-info[href] {
+  background-color: #2d6987;
+}
+
+.label-inverse,
+.badge-inverse {
+  background-color: #333333;
+}
+
+.label-inverse[href],
+.badge-inverse[href] {
+  background-color: #1a1a1a;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@-moz-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@-ms-keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+@-o-keyframes progress-bar-stripes {
+  from {
+    background-position: 0 0;
+  }
+  to {
+    background-position: 40px 0;
+  }
+}
+
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 40px 0;
+  }
+  to {
+    background-position: 0 0;
+  }
+}
+
+.progress {
+  height: 18px;
+  margin-bottom: 18px;
+  overflow: hidden;
+  background-color: #f7f7f7;
+  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
+  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
+  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
+  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
+  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
+  background-repeat: repeat-x;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
+  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+}
+
+.progress .bar {
+  width: 0;
+  height: 18px;
+  font-size: 12px;
+  color: #ffffff;
+  text-align: center;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  background-color: #0e90d2;
+  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
+  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
+  background-image: -o-linear-gradient(top, #149bdf, #0480be);
+  background-image: linear-gradient(top, #149bdf, #0480be);
+  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
+  background-repeat: repeat-x;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
+  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
+  -webkit-box-sizing: border-box;
+     -moz-box-sizing: border-box;
+      -ms-box-sizing: border-box;
+          box-sizing: border-box;
+  -webkit-transition: width 0.6s ease;
+     -moz-transition: width 0.6s ease;
+      -ms-transition: width 0.6s ease;
+       -o-transition: width 0.6s ease;
+          transition: width 0.6s ease;
+}
+
+.progress-striped .bar {
+  background-color: #149bdf;
+  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  -webkit-background-size: 40px 40px;
+     -moz-background-size: 40px 40px;
+       -o-background-size: 40px 40px;
+          background-size: 40px 40px;
+}
+
+.progress.active .bar {
+  -webkit-animation: progress-bar-stripes 2s linear infinite;
+     -moz-animation: progress-bar-stripes 2s linear infinite;
+      -ms-animation: progress-bar-stripes 2s linear infinite;
+       -o-animation: progress-bar-stripes 2s linear infinite;
+          animation: progress-bar-stripes 2s linear infinite;
+}
+
+.progress-danger .bar {
+  background-color: #dd514c;
+  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
+  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
+  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
+  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
+  background-image: linear-gradient(top, #ee5f5b, #c43c35);
+  background-repeat: repeat-x;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
+}
+
+.progress-danger.progress-striped .bar {
+  background-color: #ee5f5b;
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-success .bar {
+  background-color: #5eb95e;
+  background-image: -moz-linear-gradient(top, #62c462, #57a957);
+  background-image: -ms-linear-gradient(top, #62c462, #57a957);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
+  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
+  background-image: -o-linear-gradient(top, #62c462, #57a957);
+  background-image: linear-gradient(top, #62c462, #57a957);
+  background-repeat: repeat-x;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
+}
+
+.progress-success.progress-striped .bar {
+  background-color: #62c462;
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-info .bar {
+  background-color: #4bb1cf;
+  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
+  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
+  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
+  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
+  background-image: linear-gradient(top, #5bc0de, #339bb9);
+  background-repeat: repeat-x;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
+}
+
+.progress-info.progress-striped .bar {
+  background-color: #5bc0de;
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.progress-warning .bar {
+  background-color: #faa732;
+  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
+  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
+  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
+  background-image: -o-linear-gradient(top, #fbb450, #f89406);
+  background-image: linear-gradient(top, #fbb450, #f89406);
+  background-repeat: repeat-x;
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
+}
+
+.progress-warning.progress-striped .bar {
+  background-color: #fbb450;
+  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
+  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+}
+
+.accordion {
+  margin-bottom: 18px;
+}
+
+.accordion-group {
+  margin-bottom: 2px;
+  border: 1px solid #e5e5e5;
+  -webkit-border-radius: 4px;
+     -moz-border-radius: 4px;
+          border-radius: 4px;
+}
+
+.accordion-heading {
+  border-bottom: 0;
+}
+
+.accordion-heading .accordion-toggle {
+  display: block;
+  padding: 8px 15px;
+}
+
+.accordion-toggle {
+  cursor: pointer;
+}
+
+.accordion-inner {
+  padding: 9px 15px;
+  border-top: 1px solid #e5e5e5;
+}
+
+.carousel {
+  position: relative;
+  margin-bottom: 18px;
+  line-height: 1;
+}
+
+.carousel-inner {
+  position: relative;
+  width: 100%;
+  overflow: hidden;
+}
+
+.carousel .item {
+  position: relative;
+  display: none;
+  -webkit-transition: 0.6s ease-in-out left;
+     -moz-transition: 0.6s ease-in-out left;
+      -ms-transition: 0.6s ease-in-out left;
+       -o-transition: 0.6s ease-in-out left;
+          transition: 0.6s ease-in-out left;
+}
+
+.carousel .item > img {
+  display: block;
+  line-height: 1;
+}
+
+.carousel .active,
+.carousel .next,
+.carousel .prev {
+  display: block;
+}
+
+.carousel .active {
+  left: 0;
+}
+
+.carousel .next,
+.carousel .prev {
+  position: absolute;
+  top: 0;
+  width: 100%;
+}
+
+.carousel .next {
+  left: 100%;
+}
+
+.carousel .prev {
+  left: -100%;
+}
+
+.carousel .next.left,
+.carousel .prev.right {
+  left: 0;
+}
+
+.carousel .active.left {
+  left: -100%;
+}
+
+.carousel .active.right {
+  left: 100%;
+}
+
+.carousel-control {
+  position: absolute;
+  top: 40%;
+  left: 15px;
+  width: 40px;
+  height: 40px;
+  margin-top: -20px;
+  font-size: 60px;
+  font-weight: 100;
+  line-height: 30px;
+  color: #ffffff;
+  text-align: center;
+  background: #222222;
+  border: 3px solid #ffffff;
+  -webkit-border-radius: 23px;
+     -moz-border-radius: 23px;
+          border-radius: 23px;
+  opacity: 0.5;
+  filter: alpha(opacity=50);
+}
+
+.carousel-control.right {
+  right: 15px;
+  left: auto;
+}
+
+.carousel-control:hover {
+  color: #ffffff;
+  text-decoration: none;
+  opacity: 0.9;
+  filter: alpha(opacity=90);
+}
+
+.carousel-caption {
+  position: absolute;
+  right: 0;
+  bottom: 0;
+  left: 0;
+  padding: 10px 15px 5px;
+  background: #333333;
+  background: rgba(0, 0, 0, 0.75);
+}
+
+.carousel-caption h4,
+.carousel-caption p {
+  color: #ffffff;
+}
+
+.hero-unit {
+  padding: 60px;
+  margin-bottom: 30px;
+  background-color: #eeeeee;
+  -webkit-border-radius: 6px;
+     -moz-border-radius: 6px;
+          border-radius: 6px;
+}
+
+.hero-unit h1 {
+  margin-bottom: 0;
+  font-size: 60px;
+  line-height: 1;
+  letter-spacing: -1px;
+  color: inherit;
+}
+
+.hero-unit p {
+  font-size: 18px;
+  font-weight: 200;
+  line-height: 27px;
+  color: inherit;
+}
+
+.pull-right {
+  float: right;
+}
+
+.pull-left {
+  float: left;
+}
+
+.hide {
+  display: none;
+}
+
+.show {
+  display: block;
+}
+
+.invisible {
+  visibility: hidden;
+}
diff --git a/components/originalComponents/static/css/bootstrap.min.css b/components/originalComponents/static/css/bootstrap.min.css
new file mode 100755
index 00000000..b74b4546
--- /dev/null
+++ b/components/originalComponents/static/css/bootstrap.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.0.4
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;content:""}.row:after{clear:both}[class*="span"]{float:left;margin-left:20px}.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.127659574%;*margin-left:2.0744680846382977%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%}.row-fluid .span11{width:91.489361693%;*width:91.4361702036383%}.row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%}.row-fluid .span9{width:74.468085099%;*width:74.4148936096383%}.row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%}.row-fluid .span7{width:57.446808505%;*width:57.3936170156383%}.row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%}.row-fluid .span5{width:40.425531911%;*width:40.3723404216383%}.row-fluid .span4{width:31.914893614%;*width:31.8617021246383%}.row-fluid .span3{width:23.404255317%;*width:23.3510638276383%}.row-fluid .span2{width:14.89361702%;*width:14.8404255306383%}.row-fluid .span1{width:6.382978723%;*width:6.329787233638298%}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:""}.container-fluid:after{clear:both}p{margin:0 0 9px}p small{font-size:11px;color:#999}.lead{margin-bottom:18px;font-size:20px;font-weight:200;line-height:27px}h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999}h1{font-size:30px;line-height:36px}h1 small{font-size:18px}h2{font-size:24px;line-height:36px}h2 small{font-size:18px}h3{font-size:18px;line-height:27px}h3 small{font-size:14px}h4,h5,h6{line-height:18px}h4{font-size:14px}h4 small{font-size:12px}h5{font-size:12px}h6{font-size:11px;color:#999;text-transform:uppercase}.page-header{padding-bottom:17px;margin:18px 0;border-bottom:1px solid #eee}.page-header h1{line-height:1}ul,ol{padding:0;margin:0 0 9px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}ul{list-style:disc}ol{list-style:decimal}li{line-height:18px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}dl{margin-bottom:18px}dt,dd{line-height:18px}dt{font-weight:bold;line-height:17px}dd{margin-left:9px}.dl-horizontal dt{float:left;width:120px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:130px}hr{margin:18px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}strong{font-weight:bold}em{font-style:italic}.muted{color:#999}abbr[title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px}blockquote small{display:block;line-height:18px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:18px;font-style:normal;line-height:18px}small{font-size:100%}cite{font-style:normal}code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12.025px;line-height:18px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:18px}pre code{padding:0;color:inherit;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 18px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:13.5px;color:#999}label,input,button,select,textarea{font-size:13px;font-weight:normal;line-height:18px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555}input,textarea{width:210px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-ms-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer}input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}.uneditable-textarea{width:auto;height:auto}select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px}select{width:220px;border:1px solid #bbb}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.radio,.checkbox{min-height:18px;padding-left:18px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}input.span12,textarea.span12,.uneditable-input.span12{width:930px}input.span11,textarea.span11,.uneditable-input.span11{width:850px}input.span10,textarea.span10,.uneditable-input.span10{width:770px}input.span9,textarea.span9,.uneditable-input.span9{width:690px}input.span8,textarea.span8,.uneditable-input.span8{width:610px}input.span7,textarea.span7,.uneditable-input.span7{width:530px}input.span6,textarea.span6,.uneditable-input.span6{width:450px}input.span5,textarea.span5,.uneditable-input.span5{width:370px}input.span4,textarea.span4,.uneditable-input.span4{width:290px}input.span3,textarea.span3,.uneditable-input.span3{width:210px}input.span2,textarea.span2,.uneditable-input.span2{width:130px}input.span1,textarea.span1,.uneditable-input.span1{width:50px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee;border-color:#ddd}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;content:""}.form-actions:after{clear:both}.uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#fff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}:-moz-placeholder{color:#999}:-ms-input-placeholder{color:#999}::-webkit-input-placeholder{color:#999}.help-block,.help-inline{color:#555}.help-block{display:block;margin-bottom:9px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-prepend,.input-append{margin-bottom:5px}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:middle;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus{z-index:2}.input-prepend .uneditable-input,.input-append .uneditable-input{border-left-color:#ccc}.input-prepend .add-on,.input-append .add-on{display:inline-block;width:auto;height:18px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc}.input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend .active,.input-append .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append .uneditable-input{border-right-color:#ccc;border-left-color:#eee}.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:9px}legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:18px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:160px}.form-horizontal .help-block{margin-top:9px;margin-bottom:0}.form-horizontal .form-actions{padding-left:160px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:18px}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5}table .span1{float:none;width:44px;margin-left:0}table .span2{float:none;width:124px;margin-left:0}table .span3{float:none;width:204px;margin-left:0}table .span4{float:none;width:284px;margin-left:0}table .span5{float:none;width:364px;margin-left:0}table .span6{float:none;width:444px;margin-left:0}table .span7{float:none;width:524px;margin-left:0}table .span8{float:none;width:604px;margin-left:0}table .span9{float:none;width:684px;margin-left:0}table .span10{float:none;width:764px;margin-left:0}table .span11{float:none;width:844px;margin-left:0}table .span12{float:none;width:924px;margin-left:0}table .span13{float:none;width:1004px;margin-left:0}table .span14{float:none;width:1084px;margin-left:0}table .span15{float:none;width:1164px;margin-left:0}table .span16{float:none;width:1244px;margin-left:0}table .span17{float:none;width:1324px;margin-left:0}table .span18{float:none;width:1404px;margin-left:0}table .span19{float:none;width:1484px;margin-left:0}table .span20{float:none;width:1564px;margin-left:0}table .span21{float:none;width:1644px;margin-left:0}table .span22{float:none;width:1724px;margin-left:0}table .span23{float:none;width:1804px;margin-left:0}table .span24{float:none;width:1884px;margin-left:0}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}[class^="icon-"]:last-child,[class*=" icon-"]:last-child{*margin-left:0}.icon-white{background-image:url("../img/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{background-position:-384px -120px}.icon-folder-open{background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";opacity:.3;filter:alpha(opacity=30)}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown:hover .caret,.open .caret{opacity:1;filter:alpha(opacity=100)}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#333;white-space:nowrap}.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#fff;text-decoration:none;background-color:#08c}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:"\2191"}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0,0,0,0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 10px 4px;margin-bottom:0;*margin-left:.3em;font-size:13px;line-height:18px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-ms-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(top,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-ms-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:1px}.btn-small{padding:5px 9px;font-size:11px;line-height:16px}.btn-small [class^="icon-"]{margin-top:-1px}.btn-mini{padding:2px 6px;font-size:11px;line-height:14px}.btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#ccc;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)}.btn-primary{background-color:#0074cc;*background-color:#05c;background-image:-ms-linear-gradient(top,#08c,#05c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#05c));background-image:-webkit-linear-gradient(top,#08c,#05c);background-image:-o-linear-gradient(top,#08c,#05c);background-image:-moz-linear-gradient(top,#08c,#05c);background-image:linear-gradient(top,#08c,#05c);background-repeat:repeat-x;border-color:#05c #05c #003580;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#05c;*background-color:#004ab3}.btn-primary:active,.btn-primary.active{background-color:#004099 \9}.btn-warning{background-color:#faa732;*background-color:#f89406;background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{background-color:#da4f49;*background-color:#bd362f;background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#bd362f',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{background-color:#5bb75b;*background-color:#51a351;background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',endColorstr='#51a351',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{background-color:#49afcd;*background-color:#2f96b4;background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de',endColorstr='#2f96b4',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{background-color:#414141;*background-color:#222;background-image:-ms-linear-gradient(top,#555,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));background-image:-webkit-linear-gradient(top,#555,#222);background-image:-o-linear-gradient(top,#555,#222);background-image:-moz-linear-gradient(top,#555,#222);background-image:linear-gradient(top,#555,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#555555',endColorstr='#222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-group{position:relative;*margin-left:.3em;*zoom:1}.btn-group:before,.btn-group:after{display:table;content:""}.btn-group:after{clear:both}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:9px;margin-bottom:9px}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1}.btn-group>.btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.dropdown-toggle{*padding-top:4px;padding-right:8px;*padding-bottom:4px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini.dropdown-toggle{padding-right:5px;padding-left:5px}.btn-group>.btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px}.btn-group>.btn-large.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#05c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:7px;margin-left:0}.btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100)}.btn-mini .caret{margin-top:5px}.btn-small .caret{margin-top:6px}.btn-large .caret{margin-top:6px;border-top-width:5px;border-right-width:5px;border-left-width:5px}.dropup .btn-large .caret{border-top:0;border-bottom:5px solid #000}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:.75;filter:alpha(opacity=75)}.alert{padding:8px 35px 8px 14px;margin-bottom:18px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert-heading{color:inherit}.alert .close{position:relative;top:-2px;right:-21px;line-height:18px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:18px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:18px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.nav-tabs.nav-stacked>li>a:hover{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px}.nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret{border-top-color:#333;border-bottom-color:#333}.nav>.dropdown.active>a:hover{color:#000;cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.navbar{*position:relative;*z-index:2;margin-bottom:18px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#2c2c2c;background-image:-moz-linear-gradient(top,#333,#222);background-image:-ms-linear-gradient(top,#333,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:-o-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)}.navbar .container{width:auto}.nav-collapse.collapse{height:auto}.navbar{color:#999}.navbar .brand:hover{text-decoration:none}.navbar .brand{display:block;float:left;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#999}.navbar .navbar-text{margin-bottom:0;line-height:40px}.navbar .navbar-link{color:#999}.navbar .navbar-link:hover{color:#fff}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn{margin:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:6px;margin-bottom:0}.navbar-search .search-query{padding:4px 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;color:#fff;background-color:#626262;border:1px solid #151515;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-search .search-query:focus,.navbar-search .search-query.focused{padding:5px 10px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right}.navbar .nav>li{display:block;float:left}.navbar .nav>li>a{float:none;padding:9px 10px 11px;line-height:19px;color:#999;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar .btn{display:inline-block;padding:4px 10px 4px;margin:5px 5px 6px;line-height:18px}.navbar .btn-group{padding:5px 5px 6px;margin:0}.navbar .nav>li>a:hover{color:#fff;text-decoration:none;background-color:transparent}.navbar .nav .active>a,.navbar .nav .active>a:hover{color:#fff;text-decoration:none;background-color:#222}.navbar .divider-vertical{width:1px;height:40px;margin:0 9px;overflow:hidden;background-color:#222;border-right:1px solid #333}.navbar .nav.pull-right{margin-right:0;margin-left:10px}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;background-color:#2c2c2c;*background-color:#222;background-image:-ms-linear-gradient(top,#333,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:-o-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);background-image:-moz-linear-gradient(top,#333,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{background-color:#222;*background-color:#151515}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#080808 \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown .dropdown-toggle .caret,.navbar .nav li.dropdown.open .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar .nav li.dropdown.active .caret{opacity:1;filter:alpha(opacity=100)}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:transparent}.navbar .nav li.dropdown.active>.dropdown-toggle:hover{color:#fff}.navbar .pull-right .dropdown-menu,.navbar .dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right .dropdown-menu:before,.navbar .dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right .dropdown-menu:after,.navbar .dropdown-menu.pull-right:after{right:13px;left:auto}.breadcrumb{padding:7px 14px;margin:0 0 18px;list-style:none;background-color:#fbfbfb;background-image:-moz-linear-gradient(top,#fff,#f5f5f5);background-image:-ms-linear-gradient(top,#fff,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);background-image:-o-linear-gradient(top,#fff,#f5f5f5);background-image:linear-gradient(top,#fff,#f5f5f5);background-repeat:repeat-x;border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.breadcrumb li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb .divider{padding:0 5px;color:#999}.breadcrumb .active a{color:#333}.pagination{height:36px;margin:18px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination li{display:inline}.pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0}.pagination a:hover,.pagination .active a{background-color:#f5f5f5}.pagination .active a{color:#999;cursor:default}.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999;cursor:default;background-color:transparent}.pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pager{margin-bottom:18px;margin-left:0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;content:""}.pager:after{clear:both}.pager li{display:inline}.pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager a:hover{text-decoration:none;background-color:#f5f5f5}.pager .next a{float:right}.pager .previous a{float:left}.pager .disabled a,.pager .disabled a:hover{color:#999;cursor:default;background-color:#fff}.modal-open .dropdown-menu{z-index:2050}.modal-open .dropdown.open{*z-index:2050}.modal-open .popover{z-index:2060}.modal-open .tooltip{z-index:2070}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;overflow:auto;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-ms-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:50%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-body{max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.tooltip{position:absolute;z-index:1020;display:block;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-2px}.tooltip.right{margin-left:2px}.tooltip.bottom{margin-top:2px}.tooltip.left{margin-left:-2px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-right:5px solid transparent;border-bottom:5px solid #000;border-left:5px solid transparent}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-right:5px solid #000;border-bottom:5px solid transparent}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px}.popover.top{margin-top:-5px}.popover.right{margin-left:5px}.popover.bottom{margin-top:5px}.popover.left{margin-left:-5px}.popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-top:5px solid #000;border-right:5px solid transparent;border-left:5px solid transparent}.popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-right:5px solid #000;border-bottom:5px solid transparent}.popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-right:5px solid transparent;border-bottom:5px solid #000;border-left:5px solid transparent}.popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000}.popover .arrow{position:absolute;width:0;height:0}.popover-inner{width:280px;padding:3px;overflow:hidden;background:#000;background:rgba(0,0,0,0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3)}.popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.popover-content{padding:14px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:18px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);box-shadow:0 1px 1px rgba(0,0,0,0.075)}a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px}.label,.badge{font-size:10.998px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:18px;margin-bottom:18px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-ms-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(top,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#f9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{width:0;height:18px;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(top,#149bdf,#0480be);background-image:-ms-linear-gradient(top,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf',endColorstr='#0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-ms-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .bar{background-color:#149bdf;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-ms-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(top,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35',GradientType=0)}.progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-ms-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(top,#62c462,#57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#62c462',endColorstr='#57a957',GradientType=0)}.progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-ms-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(top,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de',endColorstr='#339bb9',GradientType=0)}.progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450',endColorstr='#f89406',GradientType=0)}.progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:18px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:18px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-ms-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel .item>img{display:block;line-height:1}.carousel .active,.carousel .next,.carousel .prev{display:block}.carousel .active{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:10px 15px 5px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{color:#fff}.hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}
diff --git a/components/originalComponents/static/css/person.css b/components/originalComponents/static/css/person.css
new file mode 100755
index 00000000..e3abc218
--- /dev/null
+++ b/components/originalComponents/static/css/person.css
@@ -0,0 +1,39 @@
+body {
+  background: #FFF;
+}
+
+h1{
+  font-size: 45px;
+}
+
+h1,h2,body {
+  font-weight: normal;
+  vertical-align: top;
+  font-family: Georgia, serif;
+}
+
+ a,
+ a:hover,
+ a:visited {
+  margin: 0;
+  padding: 0;
+  color: #000;
+}
+a:hover{
+ text-decoration: none;
+}  
+
+
+table tr td {
+    border-width: thin;
+	padding: 2px;
+	border-style: dotted;
+	border-color: gray;
+	background-color: white;
+}
+
+table{
+  width: 50%;
+  margin-left:100px;
+  margin-right:auto;
+}
diff --git a/components/originalComponents/static/img/glyphicons-halflings-white.png b/components/originalComponents/static/img/glyphicons-halflings-white.png
new file mode 100755
index 0000000000000000000000000000000000000000..3bf6484a29d8da269f9bc874b25493a45fae3bae
GIT binary patch
literal 8777
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
B7G?kd

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/img/glyphicons-halflings.png b/components/originalComponents/static/img/glyphicons-halflings.png
new file mode 100755
index 0000000000000000000000000000000000000000..79bc568c21395d5a5ceab62fadb04457094b2ac7
GIT binary patch
literal 13826
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/img/lodspeakr_logotype.png b/components/originalComponents/static/img/lodspeakr_logotype.png
new file mode 100755
index 0000000000000000000000000000000000000000..3b7d9b08dc9e14c1c635ee4640b7572320b7149a
GIT binary patch
literal 19808
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

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/img/wait.gif b/components/originalComponents/static/img/wait.gif
new file mode 100755
index 0000000000000000000000000000000000000000..e192ca895cd00d6b752ec84619b787188f30ee41
GIT binary patch
literal 847
zcmZ?wbhEHb6krfw_`<;O|Nnmm28JI$eppyow6wIav9YPCsa?BvZN-WeVq#)tWo2n;
zX-}R!nK5I=v17+PJUqg}!hq_D2a5l>{aizWogD*Qjr0td8G$+#|4BI)r6!i7rYMwW
zmSiX-W+hhS<R_-+W#*;jGbsLK;p76U(gE24awG$5fPz9_O6I(!1|m6%S}h5y*3J+)
zHc`s7;RD;vj)v%778|C_)_{out&E+mi~81R>NI#p{aB=u^kJ9BqzM)+D@@g7D>_ZH
z6>Nk>K2^#dec$hd&5{fSg)a9?JsDb3M<1+M;h^GLd*HyqYe$(ldZsj_W{3#!96X@l
zAjsu&py5MupnEfu)0U^(0!(Kp*sL-QO$pql{X%Kq;`Av7E5z0<TG;QHEpT4hk%8ML
zz}$e{hLfeifG?8GLW`HPU0D&E<q1F^Du14!aZAKQi|a^$2&e9ncEk6^ja*jFrwzTg
zc(gP<Wb@FQp>lI$B?E`RzKdsAZ)9=nHHN!5+~JF4SY+VADb}iE(C2i8t1nx?>)BhL
zP<zvIW|kV2Y~C16ex7cumIgtBwLxJDlcC5_hZW7va%^kFk7ai^&0$n@dXiwz(72sx
z-vnjXCW|Vkz=($A-MNd(xP_D!D!e?jIH572jW^V7nPkx&Nxr28uQflX{cpf(4ajf6
z*jwSi<7y~y=%hq$ti<u15*|Gl+HPpD3v{uVFeyCO(2-c?rkLo#5D`3sqcPWX$yUZB
z7mqD$46Ak~Ch2hXsWucCizOdX-k|=2_l**}iJ5tTnpT8<gGNuU3RX+wp_Y08J;t%j
z!Gz(^relsuo)bAX%vzYhVVBp+>S>_TA<--6ZN7=uLx=rfr*28JR#UU9l!(BR!@3s}
qR&*pBVEQRw*vTQWVY)*<pR;)ehrS_88f%PZcaNGPgEc65f&l>bLIMx~

literal 0
HcmV?d00001

diff --git a/components/originalComponents/static/index.html b/components/originalComponents/static/index.html
new file mode 100755
index 00000000..415f46f5
--- /dev/null
+++ b/components/originalComponents/static/index.html
@@ -0,0 +1,96 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>LODSPeaKr Basic Menu</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+    <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="screen" />
+    <style>
+      body {
+        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
+      }
+      .wait{
+        background-image:url('img/wait.gif');
+        background-repeat:no-repeat;
+        padding-right:20px;
+        background-position: right;
+      }
+    </style>
+    <link href="css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" media="screen" />
+    <script type="text/javascript" src="js/jquery.js"></script>
+    <script type="text/javascript" src="js/bootstrap.min.js"></script>
+    <script type="text/javascript" src="js/bootstrap-typeahead.js"></script>
+    <script type="text/javascript">
+    $(document).ready(function(){
+        $('.typeahead').typeahead({
+            source: function (typeahead, query) {
+              $('.typeahead').addClass('wait');[]
+              return $.get('search/'+encodeURIComponent(query), { }, function (data) {
+                  $('.typeahead').removeClass('wait');[]
+                  return typeahead.process(data);
+              }, 'json');
+            },
+            onselect: function (obj) {
+              $('.typeahead').attr('disabled', true);
+              window.location = obj.uri;
+            }
+        });
+    });
+    </script>
+  </head>
+  <body>
+ <div class="navbar navbar-fixed-top">
+      <div class="navbar-inner">
+        <div class="container">
+          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </a>
+          <a class="brand" href="#">{{lodspk.title}}</a>
+          <div class="nav-collapse">
+            <ul class="nav">
+              <li class="active"><a href="#">Home</a></li>
+              <li><a href="classes">Classes</a></li>
+              <li><a href="namedGraphs">Named Graphs</a></li>
+            </ul>
+            <form class="navbar-search pull-left" action="">
+              <input type="text" data-provide="typeahead" class="typeahead search-query span2" placeholder="Search"/>
+            </form>
+          </div><!--/.nav-collapse -->
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+      <img src="img/lodspeakr_logotype.png" style="opacity: 0.1; position: absolute; right:0px; top:60%"/>
+      <h1>LODSPeaKr is installed!</h1>
+      <p></p>
+      <div class="span5 well">
+      <h2>Explore your data!</h2>
+        <p>Your data is already published as Linked Data. This includes <a href='http://en.wikipedia.org/wiki/Content_negotiation'>Content Negotiation</a>, which gives you the ability to serve your data in multiple formats for humans (HTML) and machines (Turtle, RDF/XML, N-Triples, RDF/JSON). You can start by looking at the <a href='classes'>classes</a> in your triple store or the <a href='namedGraphs'>named graphs</a> available.</p>
+      </div>
+      <div class="span5 well">
+      <h2>Add static files</h2>
+        <p>You can also serve (and use) files that help you to present your content the way you want (JavaScript, CSS, images, etc). Just copy them on the <code>static</code> folder inside lodspeakr and you are ready to use them. For more information <a href='https://github.com/alangrafu/lodspeakr/wiki/Statics'>about static files in LODSPeaKR</a> and <a href='https://github.com/alangrafu/lodspeakr/wiki/Change-root-page'>how to change the landing page</a>, please check the wiki</a>.</p>
+      </div>
+      <div class="span5 well">
+      <h2>Understanding components</h2>
+        <p>In LODSPeaKr, components are entities (usually a set of templates and sparql queries) that are applied when a particular URI is being retrieved. The templates are based on <a href='http://haanga.org/'>Haanga</a>, and you can see <a href='https://github.com/alangrafu/lodspeakr/wiki/Examples-how-to-use-haanga-in-lodspeakr'>several examples of Haanga in LODSPeaKr in the wiki</a>.</p>
+        <p>Currently, LODSPeaKr supports 3 types of components. You can learn <a href='https://github.com/alangrafu/lodspeakr/wiki/Creating-components-in-LODSPeaKr'>how to create components</a> in the wiki.</p>
+        <ul>
+          <li><strong>Type components:</strong> Allow you to define how LODSPeaKr should expose data for instances of a certain class (for example all instances of <code>foaf:Person</code>).</li>
+          <li><strong>Service components:</strong> You can create web services and URIs that are not in the triple store to serve aggregated data, create APIs, etc. You can even <a href=''>pass parameters to these services</a>, making them very flexible.</li>
+          <li><strong>URI components:</strong> In some cases, you want to treat a particular URI different than others of the same type. To do that, you can create a URI component, to specify a particular set of SPARQL queries and template for it.</li>
+          </ul>
+       </p>
+      </div>
+      <div class="span5 well">
+      <h2>Use <code>lodspk.sh</code>, LODSPeaKr command-line tool</h2>
+      <p><code>lodspk.sh</code> is a tool that simplifies the creation and edit of components. It also simplifies the process of debugging and cleaning the cache. Check all the <a href='https://github.com/alangrafu/lodspeakr/wiki/Using-lodspk.sh'>options including with it</a>. Is it <strong>highly recommended</strong> to use it when creating, developing and debugging components.</p>
+      </div>
+    </div>
+  </body>
+</html>
diff --git a/components/originalComponents/static/js/bootstrap-typeahead.js b/components/originalComponents/static/js/bootstrap-typeahead.js
new file mode 100755
index 00000000..dd58c66b
--- /dev/null
+++ b/components/originalComponents/static/js/bootstrap-typeahead.js
@@ -0,0 +1,311 @@
+/* =============================================================
+ * bootstrap-typeahead.js v2.0.0
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+!function( $ ){
+
+  "use strict"
+
+  var Typeahead = function ( element, options ) {
+    this.$element = $(element)
+    this.options = $.extend({}, $.fn.typeahead.defaults, options)
+    this.matcher = this.options.matcher || this.matcher
+    this.sorter = this.options.sorter || this.sorter
+    this.highlighter = this.options.highlighter || this.highlighter
+    this.$menu = $(this.options.menu).appendTo('body')
+    this.source = this.options.source
+    this.onselect = this.options.onselect
+    this.strings = true
+    this.shown = false
+    this.listen()
+  }
+
+  Typeahead.prototype = {
+
+    constructor: Typeahead
+
+  , select: function () {
+      var val = JSON.parse(this.$menu.find('.active').attr('data-value'))
+        , text
+
+      if (!this.strings) text = val[this.options.property]
+      else text = val
+
+      this.$element.val(text)
+
+      if (typeof this.onselect == "function")
+          this.onselect(val)
+
+      return this.hide()
+    }
+
+  , show: function () {
+      var pos = $.extend({}, this.$element.offset(), {
+        height: this.$element[0].offsetHeight
+      })
+
+      this.$menu.css({
+        top: pos.top + pos.height
+      , left: pos.left
+      })
+
+      this.$menu.show()
+      this.shown = true
+      return this
+    }
+
+  , hide: function () {
+      this.$menu.hide()
+      this.shown = false
+      return this
+    }
+
+  , lookup: function (event) {
+      var that = this
+        , items
+        , q
+        , value
+
+      this.query = this.$element.val()
+
+      if (typeof this.source == "function") {
+        value = this.source(this, this.query)
+        if (value) this.process(value)
+      } else {
+        this.process(this.source)
+      }
+    }
+
+  , process: function (results) {
+      var that = this
+        , items
+        , q
+
+      if (results.length && typeof results[0] != "string")
+          this.strings = false
+
+      this.query = this.$element.val()
+
+      if (!this.query) {
+        return this.shown ? this.hide() : this
+      }
+
+      items = $.grep(results, function (item) {
+        if (!that.strings)
+          item = item[that.options.property]
+        if (that.matcher(item)) return item
+      })
+
+      items = this.sorter(items)
+
+      if (!items.length) {
+        return this.shown ? this.hide() : this
+      }
+
+      return this.render(items.slice(0, this.options.items)).show()
+    }
+
+  , matcher: function (item) {
+      return ~item.toLowerCase().indexOf(this.query.toLowerCase())
+    }
+
+  , sorter: function (items) {
+      var beginswith = []
+        , caseSensitive = []
+        , caseInsensitive = []
+        , item
+        , sortby
+
+      while (item = items.shift()) {
+        if (this.strings) sortby = item
+        else sortby = item[this.options.property]
+
+        if (!sortby.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
+        else if (~sortby.indexOf(this.query)) caseSensitive.push(item)
+        else caseInsensitive.push(item)
+      }
+
+      return beginswith.concat(caseSensitive, caseInsensitive)
+    }
+
+  , highlighter: function (item) {
+      return item.replace(new RegExp('(' + this.query + ')', 'ig'), function ($1, match) {
+        return '<strong>' + match + '</strong>'
+      })
+    }
+
+  , render: function (items) {
+      var that = this
+
+      items = $(items).map(function (i, item) {
+        i = $(that.options.item).attr('data-value', JSON.stringify(item))
+        if (!that.strings)
+            item = item[that.options.property]
+        i.find('a').html(that.highlighter(item))
+        return i[0]
+      })
+
+      items.first().addClass('active')
+      this.$menu.html(items)
+      return this
+    }
+
+  , next: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , next = active.next()
+
+      if (!next.length) {
+        next = $(this.$menu.find('li')[0])
+      }
+
+      next.addClass('active')
+    }
+
+  , prev: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , prev = active.prev()
+
+      if (!prev.length) {
+        prev = this.$menu.find('li').last()
+      }
+
+      prev.addClass('active')
+    }
+
+  , listen: function () {
+      this.$element
+        .on('blur',     $.proxy(this.blur, this))
+        .on('keypress', $.proxy(this.keypress, this))
+        .on('keyup',    $.proxy(this.keyup, this))
+
+      if ($.browser.webkit || $.browser.msie) {
+        this.$element.on('keydown', $.proxy(this.keypress, this))
+      }
+
+      this.$menu
+        .on('click', $.proxy(this.click, this))
+        .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
+    }
+
+  , keyup: function (e) {
+      e.stopPropagation()
+      e.preventDefault()
+
+      switch(e.keyCode) {
+        case 40: // down arrow
+        case 38: // up arrow
+          break
+
+        case 9: // tab
+        case 13: // enter
+          if (!this.shown) return
+          this.select()
+          break
+
+        case 27: // escape
+          this.hide()
+          break
+
+        default:
+          this.lookup()
+      }
+
+  }
+
+  , keypress: function (e) {
+      e.stopPropagation()
+      if (!this.shown) return
+
+      switch(e.keyCode) {
+        case 9: // tab
+        case 13: // enter
+        case 27: // escape
+          e.preventDefault()
+          break
+
+        case 38: // up arrow
+          e.preventDefault()
+          this.prev()
+          break
+
+        case 40: // down arrow
+          e.preventDefault()
+          this.next()
+          break
+      }
+    }
+
+  , blur: function (e) {
+      var that = this
+      e.stopPropagation()
+      e.preventDefault()
+      setTimeout(function () { that.hide() }, 150)
+    }
+
+  , click: function (e) {
+      e.stopPropagation()
+      e.preventDefault()
+      this.select()
+    }
+
+  , mouseenter: function (e) {
+      this.$menu.find('.active').removeClass('active')
+      $(e.currentTarget).addClass('active')
+    }
+
+  }
+
+
+  /* TYPEAHEAD PLUGIN DEFINITION
+   * =========================== */
+
+  $.fn.typeahead = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('typeahead')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.typeahead.defaults = {
+    source: []
+  , items: 8
+  , menu: '<ul class="typeahead dropdown-menu"></ul>'
+  , item: '<li><a href="#"></a></li>'
+  , onselect: null
+  , property: 'value'
+  }
+
+  $.fn.typeahead.Constructor = Typeahead
+
+
+ /* TYPEAHEAD DATA-API
+  * ================== */
+
+  $(function () {
+    $('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
+      var $this = $(this)
+      if ($this.data('typeahead')) return
+      e.preventDefault()
+      $this.typeahead($this.data())
+    })
+  })
+
+}( window.jQuery );
diff --git a/components/originalComponents/static/js/bootstrap.js b/components/originalComponents/static/js/bootstrap.js
new file mode 100755
index 00000000..5d6e65b8
--- /dev/null
+++ b/components/originalComponents/static/js/bootstrap.js
@@ -0,0 +1,1825 @@
+/* ===================================================
+ * bootstrap-transition.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#transitions
+ * ===================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================== */
+
+
+!function ($) {
+
+  $(function () {
+
+    "use strict"; // jshint ;_;
+
+
+    /* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
+     * ======================================================= */
+
+    $.support.transition = (function () {
+
+      var transitionEnd = (function () {
+
+        var el = document.createElement('bootstrap')
+          , transEndEventNames = {
+               'WebkitTransition' : 'webkitTransitionEnd'
+            ,  'MozTransition'    : 'transitionend'
+            ,  'OTransition'      : 'oTransitionEnd'
+            ,  'msTransition'     : 'MSTransitionEnd'
+            ,  'transition'       : 'transitionend'
+            }
+          , name
+
+        for (name in transEndEventNames){
+          if (el.style[name] !== undefined) {
+            return transEndEventNames[name]
+          }
+        }
+
+      }())
+
+      return transitionEnd && {
+        end: transitionEnd
+      }
+
+    })()
+
+  })
+
+}(window.jQuery);/* ==========================================================
+ * bootstrap-alert.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#alerts
+ * ==========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* ALERT CLASS DEFINITION
+  * ====================== */
+
+  var dismiss = '[data-dismiss="alert"]'
+    , Alert = function (el) {
+        $(el).on('click', dismiss, this.close)
+      }
+
+  Alert.prototype.close = function (e) {
+    var $this = $(this)
+      , selector = $this.attr('data-target')
+      , $parent
+
+    if (!selector) {
+      selector = $this.attr('href')
+      selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
+    }
+
+    $parent = $(selector)
+
+    e && e.preventDefault()
+
+    $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
+
+    $parent.trigger(e = $.Event('close'))
+
+    if (e.isDefaultPrevented()) return
+
+    $parent.removeClass('in')
+
+    function removeElement() {
+      $parent
+        .trigger('closed')
+        .remove()
+    }
+
+    $.support.transition && $parent.hasClass('fade') ?
+      $parent.on($.support.transition.end, removeElement) :
+      removeElement()
+  }
+
+
+ /* ALERT PLUGIN DEFINITION
+  * ======================= */
+
+  $.fn.alert = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('alert')
+      if (!data) $this.data('alert', (data = new Alert(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  $.fn.alert.Constructor = Alert
+
+
+ /* ALERT DATA-API
+  * ============== */
+
+  $(function () {
+    $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
+  })
+
+}(window.jQuery);/* ============================================================
+ * bootstrap-button.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#buttons
+ * ============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* BUTTON PUBLIC CLASS DEFINITION
+  * ============================== */
+
+  var Button = function (element, options) {
+    this.$element = $(element)
+    this.options = $.extend({}, $.fn.button.defaults, options)
+  }
+
+  Button.prototype.setState = function (state) {
+    var d = 'disabled'
+      , $el = this.$element
+      , data = $el.data()
+      , val = $el.is('input') ? 'val' : 'html'
+
+    state = state + 'Text'
+    data.resetText || $el.data('resetText', $el[val]())
+
+    $el[val](data[state] || this.options[state])
+
+    // push to event loop to allow forms to submit
+    setTimeout(function () {
+      state == 'loadingText' ?
+        $el.addClass(d).attr(d, d) :
+        $el.removeClass(d).removeAttr(d)
+    }, 0)
+  }
+
+  Button.prototype.toggle = function () {
+    var $parent = this.$element.parent('[data-toggle="buttons-radio"]')
+
+    $parent && $parent
+      .find('.active')
+      .removeClass('active')
+
+    this.$element.toggleClass('active')
+  }
+
+
+ /* BUTTON PLUGIN DEFINITION
+  * ======================== */
+
+  $.fn.button = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('button')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('button', (data = new Button(this, options)))
+      if (option == 'toggle') data.toggle()
+      else if (option) data.setState(option)
+    })
+  }
+
+  $.fn.button.defaults = {
+    loadingText: 'loading...'
+  }
+
+  $.fn.button.Constructor = Button
+
+
+ /* BUTTON DATA-API
+  * =============== */
+
+  $(function () {
+    $('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
+      var $btn = $(e.target)
+      if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
+      $btn.button('toggle')
+    })
+  })
+
+}(window.jQuery);/* ==========================================================
+ * bootstrap-carousel.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#carousel
+ * ==========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* CAROUSEL CLASS DEFINITION
+  * ========================= */
+
+  var Carousel = function (element, options) {
+    this.$element = $(element)
+    this.options = options
+    this.options.slide && this.slide(this.options.slide)
+    this.options.pause == 'hover' && this.$element
+      .on('mouseenter', $.proxy(this.pause, this))
+      .on('mouseleave', $.proxy(this.cycle, this))
+  }
+
+  Carousel.prototype = {
+
+    cycle: function (e) {
+      if (!e) this.paused = false
+      this.options.interval
+        && !this.paused
+        && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
+      return this
+    }
+
+  , to: function (pos) {
+      var $active = this.$element.find('.active')
+        , children = $active.parent().children()
+        , activePos = children.index($active)
+        , that = this
+
+      if (pos > (children.length - 1) || pos < 0) return
+
+      if (this.sliding) {
+        return this.$element.one('slid', function () {
+          that.to(pos)
+        })
+      }
+
+      if (activePos == pos) {
+        return this.pause().cycle()
+      }
+
+      return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
+    }
+
+  , pause: function (e) {
+      if (!e) this.paused = true
+      clearInterval(this.interval)
+      this.interval = null
+      return this
+    }
+
+  , next: function () {
+      if (this.sliding) return
+      return this.slide('next')
+    }
+
+  , prev: function () {
+      if (this.sliding) return
+      return this.slide('prev')
+    }
+
+  , slide: function (type, next) {
+      var $active = this.$element.find('.active')
+        , $next = next || $active[type]()
+        , isCycling = this.interval
+        , direction = type == 'next' ? 'left' : 'right'
+        , fallback  = type == 'next' ? 'first' : 'last'
+        , that = this
+        , e = $.Event('slide')
+
+      this.sliding = true
+
+      isCycling && this.pause()
+
+      $next = $next.length ? $next : this.$element.find('.item')[fallback]()
+
+      if ($next.hasClass('active')) return
+
+      if ($.support.transition && this.$element.hasClass('slide')) {
+        this.$element.trigger(e)
+        if (e.isDefaultPrevented()) return
+        $next.addClass(type)
+        $next[0].offsetWidth // force reflow
+        $active.addClass(direction)
+        $next.addClass(direction)
+        this.$element.one($.support.transition.end, function () {
+          $next.removeClass([type, direction].join(' ')).addClass('active')
+          $active.removeClass(['active', direction].join(' '))
+          that.sliding = false
+          setTimeout(function () { that.$element.trigger('slid') }, 0)
+        })
+      } else {
+        this.$element.trigger(e)
+        if (e.isDefaultPrevented()) return
+        $active.removeClass('active')
+        $next.addClass('active')
+        this.sliding = false
+        this.$element.trigger('slid')
+      }
+
+      isCycling && this.cycle()
+
+      return this
+    }
+
+  }
+
+
+ /* CAROUSEL PLUGIN DEFINITION
+  * ========================== */
+
+  $.fn.carousel = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('carousel')
+        , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
+      if (!data) $this.data('carousel', (data = new Carousel(this, options)))
+      if (typeof option == 'number') data.to(option)
+      else if (typeof option == 'string' || (option = options.slide)) data[option]()
+      else if (options.interval) data.cycle()
+    })
+  }
+
+  $.fn.carousel.defaults = {
+    interval: 5000
+  , pause: 'hover'
+  }
+
+  $.fn.carousel.Constructor = Carousel
+
+
+ /* CAROUSEL DATA-API
+  * ================= */
+
+  $(function () {
+    $('body').on('click.carousel.data-api', '[data-slide]', function ( e ) {
+      var $this = $(this), href
+        , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
+        , options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
+      $target.carousel(options)
+      e.preventDefault()
+    })
+  })
+
+}(window.jQuery);/* =============================================================
+ * bootstrap-collapse.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#collapse
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* COLLAPSE PUBLIC CLASS DEFINITION
+  * ================================ */
+
+  var Collapse = function (element, options) {
+    this.$element = $(element)
+    this.options = $.extend({}, $.fn.collapse.defaults, options)
+
+    if (this.options.parent) {
+      this.$parent = $(this.options.parent)
+    }
+
+    this.options.toggle && this.toggle()
+  }
+
+  Collapse.prototype = {
+
+    constructor: Collapse
+
+  , dimension: function () {
+      var hasWidth = this.$element.hasClass('width')
+      return hasWidth ? 'width' : 'height'
+    }
+
+  , show: function () {
+      var dimension
+        , scroll
+        , actives
+        , hasData
+
+      if (this.transitioning) return
+
+      dimension = this.dimension()
+      scroll = $.camelCase(['scroll', dimension].join('-'))
+      actives = this.$parent && this.$parent.find('> .accordion-group > .in')
+
+      if (actives && actives.length) {
+        hasData = actives.data('collapse')
+        if (hasData && hasData.transitioning) return
+        actives.collapse('hide')
+        hasData || actives.data('collapse', null)
+      }
+
+      this.$element[dimension](0)
+      this.transition('addClass', $.Event('show'), 'shown')
+      this.$element[dimension](this.$element[0][scroll])
+    }
+
+  , hide: function () {
+      var dimension
+      if (this.transitioning) return
+      dimension = this.dimension()
+      this.reset(this.$element[dimension]())
+      this.transition('removeClass', $.Event('hide'), 'hidden')
+      this.$element[dimension](0)
+    }
+
+  , reset: function (size) {
+      var dimension = this.dimension()
+
+      this.$element
+        .removeClass('collapse')
+        [dimension](size || 'auto')
+        [0].offsetWidth
+
+      this.$element[size !== null ? 'addClass' : 'removeClass']('collapse')
+
+      return this
+    }
+
+  , transition: function (method, startEvent, completeEvent) {
+      var that = this
+        , complete = function () {
+            if (startEvent.type == 'show') that.reset()
+            that.transitioning = 0
+            that.$element.trigger(completeEvent)
+          }
+
+      this.$element.trigger(startEvent)
+
+      if (startEvent.isDefaultPrevented()) return
+
+      this.transitioning = 1
+
+      this.$element[method]('in')
+
+      $.support.transition && this.$element.hasClass('collapse') ?
+        this.$element.one($.support.transition.end, complete) :
+        complete()
+    }
+
+  , toggle: function () {
+      this[this.$element.hasClass('in') ? 'hide' : 'show']()
+    }
+
+  }
+
+
+ /* COLLAPSIBLE PLUGIN DEFINITION
+  * ============================== */
+
+  $.fn.collapse = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('collapse')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('collapse', (data = new Collapse(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.collapse.defaults = {
+    toggle: true
+  }
+
+  $.fn.collapse.Constructor = Collapse
+
+
+ /* COLLAPSIBLE DATA-API
+  * ==================== */
+
+  $(function () {
+    $('body').on('click.collapse.data-api', '[data-toggle=collapse]', function ( e ) {
+      var $this = $(this), href
+        , target = $this.attr('data-target')
+          || e.preventDefault()
+          || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
+        , option = $(target).data('collapse') ? 'toggle' : $this.data()
+      $(target).collapse(option)
+    })
+  })
+
+}(window.jQuery);/* ============================================================
+ * bootstrap-dropdown.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#dropdowns
+ * ============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* DROPDOWN CLASS DEFINITION
+  * ========================= */
+
+  var toggle = '[data-toggle="dropdown"]'
+    , Dropdown = function (element) {
+        var $el = $(element).on('click.dropdown.data-api', this.toggle)
+        $('html').on('click.dropdown.data-api', function () {
+          $el.parent().removeClass('open')
+        })
+      }
+
+  Dropdown.prototype = {
+
+    constructor: Dropdown
+
+  , toggle: function (e) {
+      var $this = $(this)
+        , $parent
+        , selector
+        , isActive
+
+      if ($this.is('.disabled, :disabled')) return
+
+      selector = $this.attr('data-target')
+
+      if (!selector) {
+        selector = $this.attr('href')
+        selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
+      }
+
+      $parent = $(selector)
+      $parent.length || ($parent = $this.parent())
+
+      isActive = $parent.hasClass('open')
+
+      clearMenus()
+
+      if (!isActive) $parent.toggleClass('open')
+
+      return false
+    }
+
+  }
+
+  function clearMenus() {
+    $(toggle).parent().removeClass('open')
+  }
+
+
+  /* DROPDOWN PLUGIN DEFINITION
+   * ========================== */
+
+  $.fn.dropdown = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('dropdown')
+      if (!data) $this.data('dropdown', (data = new Dropdown(this)))
+      if (typeof option == 'string') data[option].call($this)
+    })
+  }
+
+  $.fn.dropdown.Constructor = Dropdown
+
+
+  /* APPLY TO STANDARD DROPDOWN ELEMENTS
+   * =================================== */
+
+  $(function () {
+    $('html').on('click.dropdown.data-api', clearMenus)
+    $('body')
+      .on('click.dropdown', '.dropdown form', function (e) { e.stopPropagation() })
+      .on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
+  })
+
+}(window.jQuery);/* =========================================================
+ * bootstrap-modal.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#modals
+ * =========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================= */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* MODAL CLASS DEFINITION
+  * ====================== */
+
+  var Modal = function (content, options) {
+    this.options = options
+    this.$element = $(content)
+      .delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this))
+  }
+
+  Modal.prototype = {
+
+      constructor: Modal
+
+    , toggle: function () {
+        return this[!this.isShown ? 'show' : 'hide']()
+      }
+
+    , show: function () {
+        var that = this
+          , e = $.Event('show')
+
+        this.$element.trigger(e)
+
+        if (this.isShown || e.isDefaultPrevented()) return
+
+        $('body').addClass('modal-open')
+
+        this.isShown = true
+
+        escape.call(this)
+        backdrop.call(this, function () {
+          var transition = $.support.transition && that.$element.hasClass('fade')
+
+          if (!that.$element.parent().length) {
+            that.$element.appendTo(document.body) //don't move modals dom position
+          }
+
+          that.$element
+            .show()
+
+          if (transition) {
+            that.$element[0].offsetWidth // force reflow
+          }
+
+          that.$element.addClass('in')
+
+          transition ?
+            that.$element.one($.support.transition.end, function () { that.$element.trigger('shown') }) :
+            that.$element.trigger('shown')
+
+        })
+      }
+
+    , hide: function (e) {
+        e && e.preventDefault()
+
+        var that = this
+
+        e = $.Event('hide')
+
+        this.$element.trigger(e)
+
+        if (!this.isShown || e.isDefaultPrevented()) return
+
+        this.isShown = false
+
+        $('body').removeClass('modal-open')
+
+        escape.call(this)
+
+        this.$element.removeClass('in')
+
+        $.support.transition && this.$element.hasClass('fade') ?
+          hideWithTransition.call(this) :
+          hideModal.call(this)
+      }
+
+  }
+
+
+ /* MODAL PRIVATE METHODS
+  * ===================== */
+
+  function hideWithTransition() {
+    var that = this
+      , timeout = setTimeout(function () {
+          that.$element.off($.support.transition.end)
+          hideModal.call(that)
+        }, 500)
+
+    this.$element.one($.support.transition.end, function () {
+      clearTimeout(timeout)
+      hideModal.call(that)
+    })
+  }
+
+  function hideModal(that) {
+    this.$element
+      .hide()
+      .trigger('hidden')
+
+    backdrop.call(this)
+  }
+
+  function backdrop(callback) {
+    var that = this
+      , animate = this.$element.hasClass('fade') ? 'fade' : ''
+
+    if (this.isShown && this.options.backdrop) {
+      var doAnimate = $.support.transition && animate
+
+      this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
+        .appendTo(document.body)
+
+      if (this.options.backdrop != 'static') {
+        this.$backdrop.click($.proxy(this.hide, this))
+      }
+
+      if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
+
+      this.$backdrop.addClass('in')
+
+      doAnimate ?
+        this.$backdrop.one($.support.transition.end, callback) :
+        callback()
+
+    } else if (!this.isShown && this.$backdrop) {
+      this.$backdrop.removeClass('in')
+
+      $.support.transition && this.$element.hasClass('fade')?
+        this.$backdrop.one($.support.transition.end, $.proxy(removeBackdrop, this)) :
+        removeBackdrop.call(this)
+
+    } else if (callback) {
+      callback()
+    }
+  }
+
+  function removeBackdrop() {
+    this.$backdrop.remove()
+    this.$backdrop = null
+  }
+
+  function escape() {
+    var that = this
+    if (this.isShown && this.options.keyboard) {
+      $(document).on('keyup.dismiss.modal', function ( e ) {
+        e.which == 27 && that.hide()
+      })
+    } else if (!this.isShown) {
+      $(document).off('keyup.dismiss.modal')
+    }
+  }
+
+
+ /* MODAL PLUGIN DEFINITION
+  * ======================= */
+
+  $.fn.modal = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('modal')
+        , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
+      if (!data) $this.data('modal', (data = new Modal(this, options)))
+      if (typeof option == 'string') data[option]()
+      else if (options.show) data.show()
+    })
+  }
+
+  $.fn.modal.defaults = {
+      backdrop: true
+    , keyboard: true
+    , show: true
+  }
+
+  $.fn.modal.Constructor = Modal
+
+
+ /* MODAL DATA-API
+  * ============== */
+
+  $(function () {
+    $('body').on('click.modal.data-api', '[data-toggle="modal"]', function ( e ) {
+      var $this = $(this), href
+        , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
+        , option = $target.data('modal') ? 'toggle' : $.extend({}, $target.data(), $this.data())
+
+      e.preventDefault()
+      $target.modal(option)
+    })
+  })
+
+}(window.jQuery);/* ===========================================================
+ * bootstrap-tooltip.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#tooltips
+ * Inspired by the original jQuery.tipsy by Jason Frame
+ * ===========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* TOOLTIP PUBLIC CLASS DEFINITION
+  * =============================== */
+
+  var Tooltip = function (element, options) {
+    this.init('tooltip', element, options)
+  }
+
+  Tooltip.prototype = {
+
+    constructor: Tooltip
+
+  , init: function (type, element, options) {
+      var eventIn
+        , eventOut
+
+      this.type = type
+      this.$element = $(element)
+      this.options = this.getOptions(options)
+      this.enabled = true
+
+      if (this.options.trigger != 'manual') {
+        eventIn  = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
+        eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
+        this.$element.on(eventIn, this.options.selector, $.proxy(this.enter, this))
+        this.$element.on(eventOut, this.options.selector, $.proxy(this.leave, this))
+      }
+
+      this.options.selector ?
+        (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
+        this.fixTitle()
+    }
+
+  , getOptions: function (options) {
+      options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
+
+      if (options.delay && typeof options.delay == 'number') {
+        options.delay = {
+          show: options.delay
+        , hide: options.delay
+        }
+      }
+
+      return options
+    }
+
+  , enter: function (e) {
+      var self = $(e.currentTarget)[this.type](this._options).data(this.type)
+
+      if (!self.options.delay || !self.options.delay.show) return self.show()
+
+      clearTimeout(this.timeout)
+      self.hoverState = 'in'
+      this.timeout = setTimeout(function() {
+        if (self.hoverState == 'in') self.show()
+      }, self.options.delay.show)
+    }
+
+  , leave: function (e) {
+      var self = $(e.currentTarget)[this.type](this._options).data(this.type)
+
+      if (this.timeout) clearTimeout(this.timeout)
+      if (!self.options.delay || !self.options.delay.hide) return self.hide()
+
+      self.hoverState = 'out'
+      this.timeout = setTimeout(function() {
+        if (self.hoverState == 'out') self.hide()
+      }, self.options.delay.hide)
+    }
+
+  , show: function () {
+      var $tip
+        , inside
+        , pos
+        , actualWidth
+        , actualHeight
+        , placement
+        , tp
+
+      if (this.hasContent() && this.enabled) {
+        $tip = this.tip()
+        this.setContent()
+
+        if (this.options.animation) {
+          $tip.addClass('fade')
+        }
+
+        placement = typeof this.options.placement == 'function' ?
+          this.options.placement.call(this, $tip[0], this.$element[0]) :
+          this.options.placement
+
+        inside = /in/.test(placement)
+
+        $tip
+          .remove()
+          .css({ top: 0, left: 0, display: 'block' })
+          .appendTo(inside ? this.$element : document.body)
+
+        pos = this.getPosition(inside)
+
+        actualWidth = $tip[0].offsetWidth
+        actualHeight = $tip[0].offsetHeight
+
+        switch (inside ? placement.split(' ')[1] : placement) {
+          case 'bottom':
+            tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
+            break
+          case 'top':
+            tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
+            break
+          case 'left':
+            tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
+            break
+          case 'right':
+            tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
+            break
+        }
+
+        $tip
+          .css(tp)
+          .addClass(placement)
+          .addClass('in')
+      }
+    }
+
+  , isHTML: function(text) {
+      // html string detection logic adapted from jQuery
+      return typeof text != 'string'
+        || ( text.charAt(0) === "<"
+          && text.charAt( text.length - 1 ) === ">"
+          && text.length >= 3
+        ) || /^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(text)
+    }
+
+  , setContent: function () {
+      var $tip = this.tip()
+        , title = this.getTitle()
+
+      $tip.find('.tooltip-inner')[this.isHTML(title) ? 'html' : 'text'](title)
+      $tip.removeClass('fade in top bottom left right')
+    }
+
+  , hide: function () {
+      var that = this
+        , $tip = this.tip()
+
+      $tip.removeClass('in')
+
+      function removeWithAnimation() {
+        var timeout = setTimeout(function () {
+          $tip.off($.support.transition.end).remove()
+        }, 500)
+
+        $tip.one($.support.transition.end, function () {
+          clearTimeout(timeout)
+          $tip.remove()
+        })
+      }
+
+      $.support.transition && this.$tip.hasClass('fade') ?
+        removeWithAnimation() :
+        $tip.remove()
+    }
+
+  , fixTitle: function () {
+      var $e = this.$element
+      if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
+        $e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
+      }
+    }
+
+  , hasContent: function () {
+      return this.getTitle()
+    }
+
+  , getPosition: function (inside) {
+      return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
+        width: this.$element[0].offsetWidth
+      , height: this.$element[0].offsetHeight
+      })
+    }
+
+  , getTitle: function () {
+      var title
+        , $e = this.$element
+        , o = this.options
+
+      title = $e.attr('data-original-title')
+        || (typeof o.title == 'function' ? o.title.call($e[0]) :  o.title)
+
+      return title
+    }
+
+  , tip: function () {
+      return this.$tip = this.$tip || $(this.options.template)
+    }
+
+  , validate: function () {
+      if (!this.$element[0].parentNode) {
+        this.hide()
+        this.$element = null
+        this.options = null
+      }
+    }
+
+  , enable: function () {
+      this.enabled = true
+    }
+
+  , disable: function () {
+      this.enabled = false
+    }
+
+  , toggleEnabled: function () {
+      this.enabled = !this.enabled
+    }
+
+  , toggle: function () {
+      this[this.tip().hasClass('in') ? 'hide' : 'show']()
+    }
+
+  }
+
+
+ /* TOOLTIP PLUGIN DEFINITION
+  * ========================= */
+
+  $.fn.tooltip = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('tooltip')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.tooltip.Constructor = Tooltip
+
+  $.fn.tooltip.defaults = {
+    animation: true
+  , placement: 'top'
+  , selector: false
+  , template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
+  , trigger: 'hover'
+  , title: ''
+  , delay: 0
+  }
+
+}(window.jQuery);
+/* ===========================================================
+ * bootstrap-popover.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#popovers
+ * ===========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * =========================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* POPOVER PUBLIC CLASS DEFINITION
+  * =============================== */
+
+  var Popover = function ( element, options ) {
+    this.init('popover', element, options)
+  }
+
+
+  /* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js
+     ========================================== */
+
+  Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
+
+    constructor: Popover
+
+  , setContent: function () {
+      var $tip = this.tip()
+        , title = this.getTitle()
+        , content = this.getContent()
+
+      $tip.find('.popover-title')[this.isHTML(title) ? 'html' : 'text'](title)
+      $tip.find('.popover-content > *')[this.isHTML(content) ? 'html' : 'text'](content)
+
+      $tip.removeClass('fade top bottom left right in')
+    }
+
+  , hasContent: function () {
+      return this.getTitle() || this.getContent()
+    }
+
+  , getContent: function () {
+      var content
+        , $e = this.$element
+        , o = this.options
+
+      content = $e.attr('data-content')
+        || (typeof o.content == 'function' ? o.content.call($e[0]) :  o.content)
+
+      return content
+    }
+
+  , tip: function () {
+      if (!this.$tip) {
+        this.$tip = $(this.options.template)
+      }
+      return this.$tip
+    }
+
+  })
+
+
+ /* POPOVER PLUGIN DEFINITION
+  * ======================= */
+
+  $.fn.popover = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('popover')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('popover', (data = new Popover(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.popover.Constructor = Popover
+
+  $.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
+    placement: 'right'
+  , content: ''
+  , template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
+  })
+
+}(window.jQuery);/* =============================================================
+ * bootstrap-scrollspy.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#scrollspy
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+  /* SCROLLSPY CLASS DEFINITION
+   * ========================== */
+
+  function ScrollSpy( element, options) {
+    var process = $.proxy(this.process, this)
+      , $element = $(element).is('body') ? $(window) : $(element)
+      , href
+    this.options = $.extend({}, $.fn.scrollspy.defaults, options)
+    this.$scrollElement = $element.on('scroll.scroll.data-api', process)
+    this.selector = (this.options.target
+      || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
+      || '') + ' .nav li > a'
+    this.$body = $('body')
+    this.refresh()
+    this.process()
+  }
+
+  ScrollSpy.prototype = {
+
+      constructor: ScrollSpy
+
+    , refresh: function () {
+        var self = this
+          , $targets
+
+        this.offsets = $([])
+        this.targets = $([])
+
+        $targets = this.$body
+          .find(this.selector)
+          .map(function () {
+            var $el = $(this)
+              , href = $el.data('target') || $el.attr('href')
+              , $href = /^#\w/.test(href) && $(href)
+            return ( $href
+              && href.length
+              && [[ $href.position().top, href ]] ) || null
+          })
+          .sort(function (a, b) { return a[0] - b[0] })
+          .each(function () {
+            self.offsets.push(this[0])
+            self.targets.push(this[1])
+          })
+      }
+
+    , process: function () {
+        var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
+          , scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
+          , maxScroll = scrollHeight - this.$scrollElement.height()
+          , offsets = this.offsets
+          , targets = this.targets
+          , activeTarget = this.activeTarget
+          , i
+
+        if (scrollTop >= maxScroll) {
+          return activeTarget != (i = targets.last()[0])
+            && this.activate ( i )
+        }
+
+        for (i = offsets.length; i--;) {
+          activeTarget != targets[i]
+            && scrollTop >= offsets[i]
+            && (!offsets[i + 1] || scrollTop <= offsets[i + 1])
+            && this.activate( targets[i] )
+        }
+      }
+
+    , activate: function (target) {
+        var active
+          , selector
+
+        this.activeTarget = target
+
+        $(this.selector)
+          .parent('.active')
+          .removeClass('active')
+
+        selector = this.selector
+          + '[data-target="' + target + '"],'
+          + this.selector + '[href="' + target + '"]'
+
+        active = $(selector)
+          .parent('li')
+          .addClass('active')
+
+        if (active.parent('.dropdown-menu'))  {
+          active = active.closest('li.dropdown').addClass('active')
+        }
+
+        active.trigger('activate')
+      }
+
+  }
+
+
+ /* SCROLLSPY PLUGIN DEFINITION
+  * =========================== */
+
+  $.fn.scrollspy = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('scrollspy')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.scrollspy.Constructor = ScrollSpy
+
+  $.fn.scrollspy.defaults = {
+    offset: 10
+  }
+
+
+ /* SCROLLSPY DATA-API
+  * ================== */
+
+  $(function () {
+    $('[data-spy="scroll"]').each(function () {
+      var $spy = $(this)
+      $spy.scrollspy($spy.data())
+    })
+  })
+
+}(window.jQuery);/* ========================================================
+ * bootstrap-tab.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#tabs
+ * ========================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ======================================================== */
+
+
+!function ($) {
+
+  "use strict"; // jshint ;_;
+
+
+ /* TAB CLASS DEFINITION
+  * ==================== */
+
+  var Tab = function ( element ) {
+    this.element = $(element)
+  }
+
+  Tab.prototype = {
+
+    constructor: Tab
+
+  , show: function () {
+      var $this = this.element
+        , $ul = $this.closest('ul:not(.dropdown-menu)')
+        , selector = $this.attr('data-target')
+        , previous
+        , $target
+        , e
+
+      if (!selector) {
+        selector = $this.attr('href')
+        selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
+      }
+
+      if ( $this.parent('li').hasClass('active') ) return
+
+      previous = $ul.find('.active a').last()[0]
+
+      e = $.Event('show', {
+        relatedTarget: previous
+      })
+
+      $this.trigger(e)
+
+      if (e.isDefaultPrevented()) return
+
+      $target = $(selector)
+
+      this.activate($this.parent('li'), $ul)
+      this.activate($target, $target.parent(), function () {
+        $this.trigger({
+          type: 'shown'
+        , relatedTarget: previous
+        })
+      })
+    }
+
+  , activate: function ( element, container, callback) {
+      var $active = container.find('> .active')
+        , transition = callback
+            && $.support.transition
+            && $active.hasClass('fade')
+
+      function next() {
+        $active
+          .removeClass('active')
+          .find('> .dropdown-menu > .active')
+          .removeClass('active')
+
+        element.addClass('active')
+
+        if (transition) {
+          element[0].offsetWidth // reflow for transition
+          element.addClass('in')
+        } else {
+          element.removeClass('fade')
+        }
+
+        if ( element.parent('.dropdown-menu') ) {
+          element.closest('li.dropdown').addClass('active')
+        }
+
+        callback && callback()
+      }
+
+      transition ?
+        $active.one($.support.transition.end, next) :
+        next()
+
+      $active.removeClass('in')
+    }
+  }
+
+
+ /* TAB PLUGIN DEFINITION
+  * ===================== */
+
+  $.fn.tab = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('tab')
+      if (!data) $this.data('tab', (data = new Tab(this)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.tab.Constructor = Tab
+
+
+ /* TAB DATA-API
+  * ============ */
+
+  $(function () {
+    $('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
+      e.preventDefault()
+      $(this).tab('show')
+    })
+  })
+
+}(window.jQuery);/* =============================================================
+ * bootstrap-typeahead.js v2.0.4
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+
+!function($){
+
+  "use strict"; // jshint ;_;
+
+
+ /* TYPEAHEAD PUBLIC CLASS DEFINITION
+  * ================================= */
+
+  var Typeahead = function (element, options) {
+    this.$element = $(element)
+    this.options = $.extend({}, $.fn.typeahead.defaults, options)
+    this.matcher = this.options.matcher || this.matcher
+    this.sorter = this.options.sorter || this.sorter
+    this.highlighter = this.options.highlighter || this.highlighter
+    this.updater = this.options.updater || this.updater
+    this.$menu = $(this.options.menu).appendTo('body')
+    this.source = this.options.source
+    this.shown = false
+    this.listen()
+  }
+
+  Typeahead.prototype = {
+
+    constructor: Typeahead
+
+  , select: function () {
+      var val = this.$menu.find('.active').attr('data-value')
+      this.$element
+        .val(this.updater(val))
+        .change()
+      return this.hide()
+    }
+
+  , updater: function (item) {
+      return item
+    }
+
+  , show: function () {
+      var pos = $.extend({}, this.$element.offset(), {
+        height: this.$element[0].offsetHeight
+      })
+
+      this.$menu.css({
+        top: pos.top + pos.height
+      , left: pos.left
+      })
+
+      this.$menu.show()
+      this.shown = true
+      return this
+    }
+
+  , hide: function () {
+      this.$menu.hide()
+      this.shown = false
+      return this
+    }
+
+  , lookup: function (event) {
+      var that = this
+        , items
+        , q
+
+      this.query = this.$element.val()
+
+      if (!this.query) {
+        return this.shown ? this.hide() : this
+      }
+
+      items = $.grep(this.source, function (item) {
+        return that.matcher(item)
+      })
+
+      items = this.sorter(items)
+
+      if (!items.length) {
+        return this.shown ? this.hide() : this
+      }
+
+      return this.render(items.slice(0, this.options.items)).show()
+    }
+
+  , matcher: function (item) {
+      return ~item.toLowerCase().indexOf(this.query.toLowerCase())
+    }
+
+  , sorter: function (items) {
+      var beginswith = []
+        , caseSensitive = []
+        , caseInsensitive = []
+        , item
+
+      while (item = items.shift()) {
+        if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
+        else if (~item.indexOf(this.query)) caseSensitive.push(item)
+        else caseInsensitive.push(item)
+      }
+
+      return beginswith.concat(caseSensitive, caseInsensitive)
+    }
+
+  , highlighter: function (item) {
+      var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
+      return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
+        return '<strong>' + match + '</strong>'
+      })
+    }
+
+  , render: function (items) {
+      var that = this
+
+      items = $(items).map(function (i, item) {
+        i = $(that.options.item).attr('data-value', item)
+        i.find('a').html(that.highlighter(item))
+        return i[0]
+      })
+
+      items.first().addClass('active')
+      this.$menu.html(items)
+      return this
+    }
+
+  , next: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , next = active.next()
+
+      if (!next.length) {
+        next = $(this.$menu.find('li')[0])
+      }
+
+      next.addClass('active')
+    }
+
+  , prev: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , prev = active.prev()
+
+      if (!prev.length) {
+        prev = this.$menu.find('li').last()
+      }
+
+      prev.addClass('active')
+    }
+
+  , listen: function () {
+      this.$element
+        .on('blur',     $.proxy(this.blur, this))
+        .on('keypress', $.proxy(this.keypress, this))
+        .on('keyup',    $.proxy(this.keyup, this))
+
+      if ($.browser.webkit || $.browser.msie) {
+        this.$element.on('keydown', $.proxy(this.keypress, this))
+      }
+
+      this.$menu
+        .on('click', $.proxy(this.click, this))
+        .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
+    }
+
+  , keyup: function (e) {
+      switch(e.keyCode) {
+        case 40: // down arrow
+        case 38: // up arrow
+          break
+
+        case 9: // tab
+        case 13: // enter
+          if (!this.shown) return
+          this.select()
+          break
+
+        case 27: // escape
+          if (!this.shown) return
+          this.hide()
+          break
+
+        default:
+          this.lookup()
+      }
+
+      e.stopPropagation()
+      e.preventDefault()
+  }
+
+  , keypress: function (e) {
+      if (!this.shown) return
+
+      switch(e.keyCode) {
+        case 9: // tab
+        case 13: // enter
+        case 27: // escape
+          e.preventDefault()
+          break
+
+        case 38: // up arrow
+          if (e.type != 'keydown') break
+          e.preventDefault()
+          this.prev()
+          break
+
+        case 40: // down arrow
+          if (e.type != 'keydown') break
+          e.preventDefault()
+          this.next()
+          break
+      }
+
+      e.stopPropagation()
+    }
+
+  , blur: function (e) {
+      var that = this
+      setTimeout(function () { that.hide() }, 150)
+    }
+
+  , click: function (e) {
+      e.stopPropagation()
+      e.preventDefault()
+      this.select()
+    }
+
+  , mouseenter: function (e) {
+      this.$menu.find('.active').removeClass('active')
+      $(e.currentTarget).addClass('active')
+    }
+
+  }
+
+
+  /* TYPEAHEAD PLUGIN DEFINITION
+   * =========================== */
+
+  $.fn.typeahead = function (option) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('typeahead')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.typeahead.defaults = {
+    source: []
+  , items: 8
+  , menu: '<ul class="typeahead dropdown-menu"></ul>'
+  , item: '<li><a href="#"></a></li>'
+  }
+
+  $.fn.typeahead.Constructor = Typeahead
+
+
+ /* TYPEAHEAD DATA-API
+  * ================== */
+
+  $(function () {
+    $('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
+      var $this = $(this)
+      if ($this.data('typeahead')) return
+      e.preventDefault()
+      $this.typeahead($this.data())
+    })
+  })
+
+}(window.jQuery);
\ No newline at end of file
diff --git a/components/originalComponents/static/js/bootstrap.min.js b/components/originalComponents/static/js/bootstrap.min.js
new file mode 100755
index 00000000..14356981
--- /dev/null
+++ b/components/originalComponents/static/js/bootstrap.min.js
@@ -0,0 +1,6 @@
+/*!
+* Bootstrap.js by @fat & @mdo
+* Copyright 2012 Twitter, Inc.
+* http://www.apache.org/licenses/LICENSE-2.0.txt
+*/
+!function(a){a(function(){"use strict",a.support.transition=function(){var a=function(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",msTransition:"MSTransitionEnd",transition:"transitionend"},c;for(c in b)if(a.style[c]!==undefined)return b[c]}();return a&&{end:a}}()})}(window.jQuery),!function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function f(){e.trigger("closed").remove()}var c=a(this),d=c.attr("data-target"),e;d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),e=a(d),b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.trigger(b=a.Event("close"));if(b.isDefaultPrevented())return;e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.on(a.support.transition.end,f):f()},a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("alert");e||d.data("alert",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.alert.Constructor=c,a(function(){a("body").on("click.alert.data-api",b,c.prototype.close)})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.button.defaults,c)};b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.data(),e=c.is("input")?"val":"html";a+="Text",d.resetText||c.data("resetText",c[e]()),c[e](d[a]||this.options[a]),setTimeout(function(){a=="loadingText"?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.parent('[data-toggle="buttons-radio"]');a&&a.find(".active").removeClass("active"),this.$element.toggleClass("active")},a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("button"),f=typeof c=="object"&&c;e||d.data("button",e=new b(this,f)),c=="toggle"?e.toggle():c&&e.setState(c)})},a.fn.button.defaults={loadingText:"loading..."},a.fn.button.Constructor=b,a(function(){a("body").on("click.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle")})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=c,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.prototype={cycle:function(b){return b||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},to:function(b){var c=this.$element.find(".active"),d=c.parent().children(),e=d.index(c),f=this;if(b>d.length-1||b<0)return;return this.sliding?this.$element.one("slid",function(){f.to(b)}):e==b?this.pause().cycle():this.slide(b>e?"next":"prev",a(d[b]))},pause:function(a){return a||(this.paused=!0),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(b,c){var d=this.$element.find(".active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this,j=a.Event("slide");this.sliding=!0,f&&this.pause(),e=e.length?e:this.$element.find(".item")[h]();if(e.hasClass("active"))return;if(a.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(j);if(j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),this.$element.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)})}else{this.$element.trigger(j);if(j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}},a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("carousel"),f=a.extend({},a.fn.carousel.defaults,typeof c=="object"&&c);e||d.data("carousel",e=new b(this,f)),typeof c=="number"?e.to(c):typeof c=="string"||(c=f.slide)?e[c]():f.interval&&e.cycle()})},a.fn.carousel.defaults={interval:5e3,pause:"hover"},a.fn.carousel.Constructor=b,a(function(){a("body").on("click.carousel.data-api","[data-slide]",function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=!e.data("modal")&&a.extend({},e.data(),c.data());e.carousel(f),b.preventDefault()})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.collapse.defaults,c),this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.prototype={constructor:b,dimension:function(){var a=this.$element.hasClass("width");return a?"width":"height"},show:function(){var b,c,d,e;if(this.transitioning)return;b=this.dimension(),c=a.camelCase(["scroll",b].join("-")),d=this.$parent&&this.$parent.find("> .accordion-group > .in");if(d&&d.length){e=d.data("collapse");if(e&&e.transitioning)return;d.collapse("hide"),e||d.data("collapse",null)}this.$element[b](0),this.transition("addClass",a.Event("show"),"shown"),this.$element[b](this.$element[0][c])},hide:function(){var b;if(this.transitioning)return;b=this.dimension(),this.reset(this.$element[b]()),this.transition("removeClass",a.Event("hide"),"hidden"),this.$element[b](0)},reset:function(a){var b=this.dimension();return this.$element.removeClass("collapse")[b](a||"auto")[0].offsetWidth,this.$element[a!==null?"addClass":"removeClass"]("collapse"),this},transition:function(b,c,d){var e=this,f=function(){c.type=="show"&&e.reset(),e.transitioning=0,e.$element.trigger(d)};this.$element.trigger(c);if(c.isDefaultPrevented())return;this.transitioning=1,this.$element[b]("in"),a.support.transition&&this.$element.hasClass("collapse")?this.$element.one(a.support.transition.end,f):f()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("collapse"),f=typeof c=="object"&&c;e||d.data("collapse",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.collapse.defaults={toggle:!0},a.fn.collapse.Constructor=b,a(function(){a("body").on("click.collapse.data-api","[data-toggle=collapse]",function(b){var c=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e).data("collapse")?"toggle":c.data();a(e).collapse(f)})})}(window.jQuery),!function(a){function d(){a(b).parent().removeClass("open")}"use strict";var b='[data-toggle="dropdown"]',c=function(b){var c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-api",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var c=a(this),e,f,g;if(c.is(".disabled, :disabled"))return;return f=c.attr("data-target"),f||(f=c.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,"")),e=a(f),e.length||(e=c.parent()),g=e.hasClass("open"),d(),g||e.toggleClass("open"),!1}},a.fn.dropdown=function(b){return this.each(function(){var d=a(this),e=d.data("dropdown");e||d.data("dropdown",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.dropdown.Constructor=c,a(function(){a("html").on("click.dropdown.data-api",d),a("body").on("click.dropdown",".dropdown form",function(a){a.stopPropagation()}).on("click.dropdown.data-api",b,c.prototype.toggle)})}(window.jQuery),!function(a){function c(){var b=this,c=setTimeout(function(){b.$element.off(a.support.transition.end),d.call(b)},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),d.call(b)})}function d(a){this.$element.hide().trigger("hidden"),e.call(this)}function e(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;this.$backdrop=a('<div class="modal-backdrop '+d+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(a.proxy(this.hide,this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,a.proxy(f,this)):f.call(this)):b&&b()}function f(){this.$backdrop.remove(),this.$backdrop=null}function g(){var b=this;this.isShown&&this.options.keyboard?a(document).on("keyup.dismiss.modal",function(a){a.which==27&&b.hide()}):this.isShown||a(document).off("keyup.dismiss.modal")}"use strict";var b=function(b,c){this.options=c,this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this))};b.prototype={constructor:b,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var b=this,c=a.Event("show");this.$element.trigger(c);if(this.isShown||c.isDefaultPrevented())return;a("body").addClass("modal-open"),this.isShown=!0,g.call(this),e.call(this,function(){var c=a.support.transition&&b.$element.hasClass("fade");b.$element.parent().length||b.$element.appendTo(document.body),b.$element.show(),c&&b.$element[0].offsetWidth,b.$element.addClass("in"),c?b.$element.one(a.support.transition.end,function(){b.$element.trigger("shown")}):b.$element.trigger("shown")})},hide:function(b){b&&b.preventDefault();var e=this;b=a.Event("hide"),this.$element.trigger(b);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,a("body").removeClass("modal-open"),g.call(this),this.$element.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?c.call(this):d.call(this)}},a.fn.modal=function(c){return this.each(function(){var d=a(this),e=d.data("modal"),f=a.extend({},a.fn.modal.defaults,d.data(),typeof c=="object"&&c);e||d.data("modal",e=new b(this,f)),typeof c=="string"?e[c]():f.show&&e.show()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},a.fn.modal.Constructor=b,a(function(){a("body").on("click.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({},e.data(),c.data());b.preventDefault(),e.modal(f)})})}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("tooltip",a,b)};b.prototype={constructor:b,init:function(b,c,d){var e,f;this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.enabled=!0,this.options.trigger!="manual"&&(e=this.options.trigger=="hover"?"mouseenter":"focus",f=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(e,this.options.selector,a.proxy(this.enter,this)),this.$element.on(f,this.options.selector,a.proxy(this.leave,this))),this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(b){return b=a.extend({},a.fn[this.type].defaults,b,this.$element.data()),b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay}),b},enter:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.show)return c.show();clearTimeout(this.timeout),c.hoverState="in",this.timeout=setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show)},leave:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!c.options.delay||!c.options.delay.hide)return c.hide();c.hoverState="out",this.timeout=setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)},show:function(){var a,b,c,d,e,f,g;if(this.hasContent()&&this.enabled){a=this.tip(),this.setContent(),this.options.animation&&a.addClass("fade"),f=typeof this.options.placement=="function"?this.options.placement.call(this,a[0],this.$element[0]):this.options.placement,b=/in/.test(f),a.remove().css({top:0,left:0,display:"block"}).appendTo(b?this.$element:document.body),c=this.getPosition(b),d=a[0].offsetWidth,e=a[0].offsetHeight;switch(b?f.split(" ")[1]:f){case"bottom":g={top:c.top+c.height,left:c.left+c.width/2-d/2};break;case"top":g={top:c.top-e,left:c.left+c.width/2-d/2};break;case"left":g={top:c.top+c.height/2-e/2,left:c.left-d};break;case"right":g={top:c.top+c.height/2-e/2,left:c.left+c.width}}a.css(g).addClass(f).addClass("in")}},isHTML:function(a){return typeof a!="string"||a.charAt(0)==="<"&&a.charAt(a.length-1)===">"&&a.length>=3||/^(?:[^<]*<[\w\W]+>[^>]*$)/.exec(a)},setContent:function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.isHTML(b)?"html":"text"](b),a.removeClass("fade in top bottom left right")},hide:function(){function d(){var b=setTimeout(function(){c.off(a.support.transition.end).remove()},500);c.one(a.support.transition.end,function(){clearTimeout(b),c.remove()})}var b=this,c=this.tip();c.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d():c.remove()},fixTitle:function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(b){return a.extend({},b?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||(typeof c.title=="function"?c.title.call(b[0]):c.title),a},tip:function(){return this.$tip=this.$tip||a(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()}},a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("tooltip"),f=typeof c=="object"&&c;e||d.data("tooltip",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0}}(window.jQuery),!function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype,{constructor:b,setContent:function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.isHTML(b)?"html":"text"](b),a.find(".popover-content > *")[this.isHTML(c)?"html":"text"](c),a.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-content")||(typeof c.content=="function"?c.content.call(b[0]):c.content),a},tip:function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip}}),a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("popover"),f=typeof c=="object"&&c;e||d.data("popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.defaults=a.extend({},a.fn.tooltip.defaults,{placement:"right",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(a){function b(b,c){var d=a.proxy(this.process,this),e=a(b).is("body")?a(window):a(b),f;this.options=a.extend({},a.fn.scrollspy.defaults,c),this.$scrollElement=e.on("scroll.scroll.data-api",d),this.selector=(this.options.target||(f=a(b).attr("href"))&&f.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=a("body"),this.refresh(),this.process()}"use strict",b.prototype={constructor:b,refresh:function(){var b=this,c;this.offsets=a([]),this.targets=a([]),c=this.$body.find(this.selector).map(function(){var b=a(this),c=b.data("target")||b.attr("href"),d=/^#\w/.test(c)&&a(c);return d&&c.length&&[[d.position().top,c]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},process:function(){var a=this.$scrollElement.scrollTop()+this.options.offset,b=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,c=b-this.$scrollElement.height(),d=this.offsets,e=this.targets,f=this.activeTarget,g;if(a>=c)return f!=(g=e.last()[0])&&this.activate(g);for(g=d.length;g--;)f!=e[g]&&a>=d[g]&&(!d[g+1]||a<=d[g+1])&&this.activate(e[g])},activate:function(b){var c,d;this.activeTarget=b,a(this.selector).parent(".active").removeClass("active"),d=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',c=a(d).parent("li").addClass("active"),c.parent(".dropdown-menu")&&(c=c.closest("li.dropdown").addClass("active")),c.trigger("activate")}},a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("scrollspy"),f=typeof c=="object"&&c;e||d.data("scrollspy",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.defaults={offset:10},a(function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),!function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype={constructor:b,show:function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target"),e,f,g;d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;e=c.find(".active a").last()[0],g=a.Event("show",{relatedTarget:e}),b.trigger(g);if(g.isDefaultPrevented())return;f=a(d),this.activate(b.parent("li"),c),this.activate(f,f.parent(),function(){b.trigger({type:"shown",relatedTarget:e})})},activate:function(b,c,d){function g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g):g(),e.removeClass("in")}},a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("tab");e||d.data("tab",e=new b(this)),typeof c=="string"&&e[c]()})},a.fn.tab.Constructor=b,a(function(){a("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})})}(window.jQuery),!function(a){"use strict";var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.typeahead.defaults,c),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=a(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};b.prototype={constructor:b,select:function(){var a=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(a)).change(),this.hide()},updater:function(a){return a},show:function(){var b=a.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:b.top+b.height,left:b.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(b){var c=this,d,e;return this.query=this.$element.val(),this.query?(d=a.grep(this.source,function(a){return c.matcher(a)}),d=this.sorter(d),d.length?this.render(d.slice(0,this.options.items)).show():this.shown?this.hide():this):this.shown?this.hide():this},matcher:function(a){return~a.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(a){var b=[],c=[],d=[],e;while(e=a.shift())e.toLowerCase().indexOf(this.query.toLowerCase())?~e.indexOf(this.query)?c.push(e):d.push(e):b.push(e);return b.concat(c,d)},highlighter:function(a){var b=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return a.replace(new RegExp("("+b+")","ig"),function(a,b){return"<strong>"+b+"</strong>"})},render:function(b){var c=this;return b=a(b).map(function(b,d){return b=a(c.options.item).attr("data-value",d),b.find("a").html(c.highlighter(d)),b[0]}),b.first().addClass("active"),this.$menu.html(b),this},next:function(b){var c=this.$menu.find(".active").removeClass("active"),d=c.next();d.length||(d=a(this.$menu.find("li")[0])),d.addClass("active")},prev:function(a){var b=this.$menu.find(".active").removeClass("active"),c=b.prev();c.length||(c=this.$menu.find("li").last()),c.addClass("active")},listen:function(){this.$element.on("blur",a.proxy(this.blur,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this)),(a.browser.webkit||a.browser.msie)&&this.$element.on("keydown",a.proxy(this.keypress,this)),this.$menu.on("click",a.proxy(this.click,this)).on("mouseenter","li",a.proxy(this.mouseenter,this))},keyup:function(a){switch(a.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}a.stopPropagation(),a.preventDefault()},keypress:function(a){if(!this.shown)return;switch(a.keyCode){case 9:case 13:case 27:a.preventDefault();break;case 38:if(a.type!="keydown")break;a.preventDefault(),this.prev();break;case 40:if(a.type!="keydown")break;a.preventDefault(),this.next()}a.stopPropagation()},blur:function(a){var b=this;setTimeout(function(){b.hide()},150)},click:function(a){a.stopPropagation(),a.preventDefault(),this.select()},mouseenter:function(b){this.$menu.find(".active").removeClass("active"),a(b.currentTarget).addClass("active")}},a.fn.typeahead=function(c){return this.each(function(){var d=a(this),e=d.data("typeahead"),f=typeof c=="object"&&c;e||d.data("typeahead",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>'},a.fn.typeahead.Constructor=b,a(function(){a("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(b){var c=a(this);if(c.data("typeahead"))return;b.preventDefault(),c.typeahead(c.data())})})}(window.jQuery);
\ No newline at end of file
diff --git a/components/originalComponents/static/js/d3.layout.cloud.js b/components/originalComponents/static/js/d3.layout.cloud.js
new file mode 100755
index 00000000..88cd6cf6
--- /dev/null
+++ b/components/originalComponents/static/js/d3.layout.cloud.js
@@ -0,0 +1,406 @@
+// Word cloud layout by Jason Davies, http://www.jasondavies.com/word-cloud/
+// Algorithm due to Jonathan Feinberg, http://static.mrfeinberg.com/bv_ch03.pdf
+(function(exports) {
+  function cloud() {
+    var size = [256, 256],
+        text = cloudText,
+        font = cloudFont,
+        fontSize = cloudFontSize,
+        fontStyle = cloudFontNormal,
+        fontWeight = cloudFontNormal,
+        rotate = cloudRotate,
+        padding = cloudPadding,
+        spiral = archimedeanSpiral,
+        words = [],
+        timeInterval = Infinity,
+        event = d3.dispatch("word", "end"),
+        timer = null,
+        cloud = {};
+
+    cloud.start = function() {
+      var board = zeroArray((size[0] >> 5) * size[1]),
+          bounds = null,
+          n = words.length,
+          i = -1,
+          tags = [],
+          data = words.map(function(d, i) {
+            d.text = text.call(this, d, i);
+            d.font = font.call(this, d, i);
+            d.style = fontStyle.call(this, d, i);
+            d.weight = fontWeight.call(this, d, i);
+            d.rotate = rotate.call(this, d, i);
+            d.size = ~~fontSize.call(this, d, i);
+            d.padding = cloudPadding.call(this, d, i);
+            return d;
+          }).sort(function(a, b) { return b.size - a.size; });
+
+      if (timer) clearInterval(timer);
+      timer = setInterval(step, 0);
+      step();
+
+      return cloud;
+
+      function step() {
+        var start = +new Date,
+            d;
+        while (+new Date - start < timeInterval && ++i < n && timer) {
+          d = data[i];
+          d.x = (size[0] * (Math.random() + .5)) >> 1;
+          d.y = (size[1] * (Math.random() + .5)) >> 1;
+          cloudSprite(d, data, i);
+          if (d.hasText && place(board, d, bounds)) {
+            tags.push(d);
+            event.word(d);
+            if (bounds) cloudBounds(bounds, d);
+            else bounds = [{x: d.x + d.x0, y: d.y + d.y0}, {x: d.x + d.x1, y: d.y + d.y1}];
+            // Temporary hack
+            d.x -= size[0] >> 1;
+            d.y -= size[1] >> 1;
+          }
+        }
+        if (i >= n) {
+          cloud.stop();
+          event.end(tags, bounds);
+        }
+      }
+    }
+
+    cloud.stop = function() {
+      if (timer) {
+        clearInterval(timer);
+        timer = null;
+      }
+      return cloud;
+    };
+
+    cloud.timeInterval = function(x) {
+      if (!arguments.length) return timeInterval;
+      timeInterval = x == null ? Infinity : x;
+      return cloud;
+    };
+
+    function place(board, tag, bounds) {
+      var perimeter = [{x: 0, y: 0}, {x: size[0], y: size[1]}],
+          startX = tag.x,
+          startY = tag.y,
+          maxDelta = Math.sqrt(size[0] * size[0] + size[1] * size[1]),
+          s = spiral(size),
+          dt = Math.random() < .5 ? 1 : -1,
+          t = -dt,
+          dxdy,
+          dx,
+          dy;
+
+      while (dxdy = s(t += dt)) {
+        dx = ~~dxdy[0];
+        dy = ~~dxdy[1];
+
+        if (Math.min(dx, dy) > maxDelta) break;
+
+        tag.x = startX + dx;
+        tag.y = startY + dy;
+
+        if (tag.x + tag.x0 < 0 || tag.y + tag.y0 < 0 ||
+            tag.x + tag.x1 > size[0] || tag.y + tag.y1 > size[1]) continue;
+        // TODO only check for collisions within current bounds.
+        if (!bounds || !cloudCollide(tag, board, size[0])) {
+          if (!bounds || collideRects(tag, bounds)) {
+            var sprite = tag.sprite,
+                w = tag.width >> 5,
+                sw = size[0] >> 5,
+                lx = tag.x - (w << 4),
+                sx = lx & 0x7f,
+                msx = 32 - sx,
+                h = tag.y1 - tag.y0,
+                x = (tag.y + tag.y0) * sw + (lx >> 5),
+                last;
+            for (var j = 0; j < h; j++) {
+              last = 0;
+              for (var i = 0; i <= w; i++) {
+                board[x + i] |= (last << msx) | (i < w ? (last = sprite[j * w + i]) >>> sx : 0);
+              }
+              x += sw;
+            }
+            delete tag.sprite;
+            return true;
+          }
+        }
+      }
+      return false;
+    }
+
+    cloud.words = function(x) {
+      if (!arguments.length) return words;
+      words = x;
+      return cloud;
+    };
+
+    cloud.size = function(x) {
+      if (!arguments.length) return size;
+      size = [+x[0], +x[1]];
+      return cloud;
+    };
+
+    cloud.font = function(x) {
+      if (!arguments.length) return font;
+      font = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.fontStyle = function(x) {
+      if (!arguments.length) return fontStyle;
+      fontStyle = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.fontWeight = function(x) {
+      if (!arguments.length) return fontWeight;
+      fontWeight = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.rotate = function(x) {
+      if (!arguments.length) return rotate;
+      rotate = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.text = function(x) {
+      if (!arguments.length) return text;
+      text = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.spiral = function(x) {
+      if (!arguments.length) return spiral;
+      spiral = spirals[x + ""] || x;
+      return cloud;
+    };
+
+    cloud.fontSize = function(x) {
+      if (!arguments.length) return fontSize;
+      fontSize = d3.functor(x);
+      return cloud;
+    };
+
+    cloud.padding = function(x) {
+      if (!arguments.length) return padding;
+      padding = d3.functor(x);
+      return cloud;
+    };
+
+    return d3.rebind(cloud, event, "on");
+  }
+
+  function cloudText(d) {
+    return d.text;
+  }
+
+  function cloudFont() {
+    return "serif";
+  }
+
+  function cloudFontNormal() {
+    return "normal";
+  }
+
+  function cloudFontSize(d) {
+    return Math.sqrt(d.value);
+  }
+
+  function cloudRotate() {
+    return (~~(Math.random() * 6) - 3) * 30;
+  }
+
+  function cloudPadding() {
+    return 1;
+  }
+
+  // Fetches a monochrome sprite bitmap for the specified text.
+  // Load in batches for speed.
+  function cloudSprite(d, data, di) {
+    if (d.sprite) return;
+    c.clearRect(0, 0, (cw << 5) / ratio, ch / ratio);
+    var x = 0,
+        y = 0,
+        maxh = 0,
+        n = data.length;
+    --di;
+    while (++di < n) {
+      d = data[di];
+      c.save();
+      c.font = d.style + " " + d.weight + " " + ~~((d.size + 1) / ratio) + "px " + d.font;
+      var w = c.measureText(d.text + "m").width * ratio,
+          h = d.size << 1;
+      if (d.rotate) {
+        var sr = Math.sin(d.rotate * cloudRadians),
+            cr = Math.cos(d.rotate * cloudRadians),
+            wcr = w * cr,
+            wsr = w * sr,
+            hcr = h * cr,
+            hsr = h * sr;
+        w = (Math.max(Math.abs(wcr + hsr), Math.abs(wcr - hsr)) + 0x1f) >> 5 << 5;
+        h = ~~Math.max(Math.abs(wsr + hcr), Math.abs(wsr - hcr));
+      } else {
+        w = (w + 0x1f) >> 5 << 5;
+      }
+      if (h > maxh) maxh = h;
+      if (x + w >= (cw << 5)) {
+        x = 0;
+        y += maxh;
+        maxh = 0;
+      }
+      if (y + h >= ch) break;
+      c.translate((x + (w >> 1)) / ratio, (y + (h >> 1)) / ratio);
+      if (d.rotate) c.rotate(d.rotate * cloudRadians);
+      c.fillText(d.text, 0, 0);
+      c.restore();
+      d.width = w;
+      d.height = h;
+      d.xoff = x;
+      d.yoff = y;
+      d.x1 = w >> 1;
+      d.y1 = h >> 1;
+      d.x0 = -d.x1;
+      d.y0 = -d.y1;
+      d.hasText = true;
+      x += w;
+    }
+    var pixels = c.getImageData(0, 0, (cw << 5) / ratio, ch / ratio).data,
+        sprite = [];
+    while (--di >= 0) {
+      d = data[di];
+      if (!d.hasText) continue;
+      var w = d.width,
+          w32 = w >> 5,
+          h = d.y1 - d.y0,
+          p = d.padding;
+      // Zero the buffer
+      for (var i = 0; i < h * w32; i++) sprite[i] = 0;
+      x = d.xoff;
+      if (x == null) return;
+      y = d.yoff;
+      var seen = 0,
+          seenRow = -1;
+      for (var j = 0; j < h; j++) {
+        for (var i = 0; i < w; i++) {
+          var k = w32 * j + (i >> 5),
+              m = pixels[((y + j) * (cw << 5) + (x + i)) << 2] ? 1 << (31 - (i % 32)) : 0;
+          if (p) {
+            if (j) sprite[k - w32] |= m;
+            if (j < w - 1) sprite[k + w32] |= m;
+            m |= (m << 1) | (m >> 1);
+          }
+          sprite[k] |= m;
+          seen |= m;
+        }
+        if (seen) seenRow = j;
+        else {
+          d.y0++;
+          h--;
+          j--;
+          y++;
+        }
+      }
+      d.y1 = d.y0 + seenRow;
+      d.sprite = sprite.slice(0, (d.y1 - d.y0) * w32);
+    }
+  }
+
+  // Use mask-based collision detection.
+  function cloudCollide(tag, board, sw) {
+    sw >>= 5;
+    var sprite = tag.sprite,
+        w = tag.width >> 5,
+        lx = tag.x - (w << 4),
+        sx = lx & 0x7f,
+        msx = 32 - sx,
+        h = tag.y1 - tag.y0,
+        x = (tag.y + tag.y0) * sw + (lx >> 5),
+        last;
+    for (var j = 0; j < h; j++) {
+      last = 0;
+      for (var i = 0; i <= w; i++) {
+        if (((last << msx) | (i < w ? (last = sprite[j * w + i]) >>> sx : 0))
+            & board[x + i]) return true;
+      }
+      x += sw;
+    }
+    return false;
+  }
+
+  function cloudBounds(bounds, d) {
+    var b0 = bounds[0],
+        b1 = bounds[1];
+    if (d.x + d.x0 < b0.x) b0.x = d.x + d.x0;
+    if (d.y + d.y0 < b0.y) b0.y = d.y + d.y0;
+    if (d.x + d.x1 > b1.x) b1.x = d.x + d.x1;
+    if (d.y + d.y1 > b1.y) b1.y = d.y + d.y1;
+  }
+
+  function collideRects(a, b) {
+    return a.x + a.x1 > b[0].x && a.x + a.x0 < b[1].x && a.y + a.y1 > b[0].y && a.y + a.y0 < b[1].y;
+  }
+
+  function archimedeanSpiral(size) {
+    var e = size[0] / size[1];
+    return function(t) {
+      return [e * (t *= .1) * Math.cos(t), t * Math.sin(t)];
+    };
+  }
+
+  function rectangularSpiral(size) {
+    var dy = 4,
+        dx = dy * size[0] / size[1],
+        x = 0,
+        y = 0;
+    return function(t) {
+      var sign = t < 0 ? -1 : 1;
+      // See triangular numbers: T_n = n * (n + 1) / 2.
+      switch ((Math.sqrt(1 + 4 * sign * t) - sign) & 3) {
+        case 0:  x += dx; break;
+        case 1:  y += dy; break;
+        case 2:  x -= dx; break;
+        default: y -= dy; break;
+      }
+      return [x, y];
+    };
+  }
+
+  // TODO reuse arrays?
+  function zeroArray(n) {
+    var a = [],
+        i = -1;
+    while (++i < n) a[i] = 0;
+    return a;
+  }
+
+  var cloudRadians = Math.PI / 180,
+      cw = 1 << 11 >> 5,
+      ch = 1 << 11,
+      canvas,
+      ratio = 1;
+
+  if (typeof document !== "undefined") {
+    canvas = document.createElement("canvas");
+    canvas.width = 1;
+    canvas.height = 1;
+    ratio = Math.sqrt(canvas.getContext("2d").getImageData(0, 0, 1, 1).data.length >> 2);
+    canvas.width = (cw << 5) / ratio;
+    canvas.height = ch / ratio;
+  } else {
+    // node-canvas support
+    var Canvas = require("canvas");
+    canvas = new Canvas(cw << 5, ch);
+  }
+
+  var c = canvas.getContext("2d"),
+      spirals = {
+        archimedean: archimedeanSpiral,
+        rectangular: rectangularSpiral
+      };
+  c.fillStyle = "red";
+  c.textAlign = "center";
+
+  exports.cloud = cloud;
+})(typeof exports === "undefined" ? d3.layout || (d3.layout = {}) : exports);
diff --git a/components/originalComponents/static/js/jquery.js b/components/originalComponents/static/js/jquery.js
new file mode 100755
index 00000000..00c4e23a
--- /dev/null
+++ b/components/originalComponents/static/js/jquery.js
@@ -0,0 +1,9252 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function( window, undefined ) {
+
+// Use the correct document accordingly with window argument (sandbox)
+var document = window.document,
+	navigator = window.navigator,
+	location = window.location;
+var jQuery = (function() {
+
+// Define a local copy of jQuery
+var jQuery = function( selector, context ) {
+		// The jQuery object is actually just the init constructor 'enhanced'
+		return new jQuery.fn.init( selector, context, rootjQuery );
+	},
+
+	// Map over jQuery in case of overwrite
+	_jQuery = window.jQuery,
+
+	// Map over the $ in case of overwrite
+	_$ = window.$,
+
+	// A central reference to the root jQuery(document)
+	rootjQuery,
+
+	// A simple way to check for HTML strings or ID strings
+	// Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
+	quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
+
+	// Check if a string has a non-whitespace character in it
+	rnotwhite = /\S/,
+
+	// Used for trimming whitespace
+	trimLeft = /^\s+/,
+	trimRight = /\s+$/,
+
+	// Match a standalone tag
+	rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>)?$/,
+
+	// JSON RegExp
+	rvalidchars = /^[\],:{}\s]*$/,
+	rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
+	rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
+	rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
+
+	// Useragent RegExp
+	rwebkit = /(webkit)[ \/]([\w.]+)/,
+	ropera = /(opera)(?:.*version)?[ \/]([\w.]+)/,
+	rmsie = /(msie) ([\w.]+)/,
+	rmozilla = /(mozilla)(?:.*? rv:([\w.]+))?/,
+
+	// Matches dashed string for camelizing
+	rdashAlpha = /-([a-z]|[0-9])/ig,
+	rmsPrefix = /^-ms-/,
+
+	// Used by jQuery.camelCase as callback to replace()
+	fcamelCase = function( all, letter ) {
+		return ( letter + "" ).toUpperCase();
+	},
+
+	// Keep a UserAgent string for use with jQuery.browser
+	userAgent = navigator.userAgent,
+
+	// For matching the engine and version of the browser
+	browserMatch,
+
+	// The deferred used on DOM ready
+	readyList,
+
+	// The ready event handler
+	DOMContentLoaded,
+
+	// Save a reference to some core methods
+	toString = Object.prototype.toString,
+	hasOwn = Object.prototype.hasOwnProperty,
+	push = Array.prototype.push,
+	slice = Array.prototype.slice,
+	trim = String.prototype.trim,
+	indexOf = Array.prototype.indexOf,
+
+	// [[Class]] -> type pairs
+	class2type = {};
+
+jQuery.fn = jQuery.prototype = {
+	constructor: jQuery,
+	init: function( selector, context, rootjQuery ) {
+		var match, elem, ret, doc;
+
+		// Handle $(""), $(null), or $(undefined)
+		if ( !selector ) {
+			return this;
+		}
+
+		// Handle $(DOMElement)
+		if ( selector.nodeType ) {
+			this.context = this[0] = selector;
+			this.length = 1;
+			return this;
+		}
+
+		// The body element only exists once, optimize finding it
+		if ( selector === "body" && !context && document.body ) {
+			this.context = document;
+			this[0] = document.body;
+			this.selector = selector;
+			this.length = 1;
+			return this;
+		}
+
+		// Handle HTML strings
+		if ( typeof selector === "string" ) {
+			// Are we dealing with HTML string or an ID?
+			if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) {
+				// Assume that strings that start and end with <> are HTML and skip the regex check
+				match = [ null, selector, null ];
+
+			} else {
+				match = quickExpr.exec( selector );
+			}
+
+			// Verify a match, and that no context was specified for #id
+			if ( match && (match[1] || !context) ) {
+
+				// HANDLE: $(html) -> $(array)
+				if ( match[1] ) {
+					context = context instanceof jQuery ? context[0] : context;
+					doc = ( context ? context.ownerDocument || context : document );
+
+					// If a single string is passed in and it's a single tag
+					// just do a createElement and skip the rest
+					ret = rsingleTag.exec( selector );
+
+					if ( ret ) {
+						if ( jQuery.isPlainObject( context ) ) {
+							selector = [ document.createElement( ret[1] ) ];
+							jQuery.fn.attr.call( selector, context, true );
+
+						} else {
+							selector = [ doc.createElement( ret[1] ) ];
+						}
+
+					} else {
+						ret = jQuery.buildFragment( [ match[1] ], [ doc ] );
+						selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes;
+					}
+
+					return jQuery.merge( this, selector );
+
+				// HANDLE: $("#id")
+				} else {
+					elem = document.getElementById( match[2] );
+
+					// Check parentNode to catch when Blackberry 4.6 returns
+					// nodes that are no longer in the document #6963
+					if ( elem && elem.parentNode ) {
+						// Handle the case where IE and Opera return items
+						// by name instead of ID
+						if ( elem.id !== match[2] ) {
+							return rootjQuery.find( selector );
+						}
+
+						// Otherwise, we inject the element directly into the jQuery object
+						this.length = 1;
+						this[0] = elem;
+					}
+
+					this.context = document;
+					this.selector = selector;
+					return this;
+				}
+
+			// HANDLE: $(expr, $(...))
+			} else if ( !context || context.jquery ) {
+				return ( context || rootjQuery ).find( selector );
+
+			// HANDLE: $(expr, context)
+			// (which is just equivalent to: $(context).find(expr)
+			} else {
+				return this.constructor( context ).find( selector );
+			}
+
+		// HANDLE: $(function)
+		// Shortcut for document ready
+		} else if ( jQuery.isFunction( selector ) ) {
+			return rootjQuery.ready( selector );
+		}
+
+		if ( selector.selector !== undefined ) {
+			this.selector = selector.selector;
+			this.context = selector.context;
+		}
+
+		return jQuery.makeArray( selector, this );
+	},
+
+	// Start with an empty selector
+	selector: "",
+
+	// The current version of jQuery being used
+	jquery: "1.7.1",
+
+	// The default length of a jQuery object is 0
+	length: 0,
+
+	// The number of elements contained in the matched element set
+	size: function() {
+		return this.length;
+	},
+
+	toArray: function() {
+		return slice.call( this, 0 );
+	},
+
+	// Get the Nth element in the matched element set OR
+	// Get the whole matched element set as a clean array
+	get: function( num ) {
+		return num == null ?
+
+			// Return a 'clean' array
+			this.toArray() :
+
+			// Return just the object
+			( num < 0 ? this[ this.length + num ] : this[ num ] );
+	},
+
+	// Take an array of elements and push it onto the stack
+	// (returning the new matched element set)
+	pushStack: function( elems, name, selector ) {
+		// Build a new jQuery matched element set
+		var ret = this.constructor();
+
+		if ( jQuery.isArray( elems ) ) {
+			push.apply( ret, elems );
+
+		} else {
+			jQuery.merge( ret, elems );
+		}
+
+		// Add the old object onto the stack (as a reference)
+		ret.prevObject = this;
+
+		ret.context = this.context;
+
+		if ( name === "find" ) {
+			ret.selector = this.selector + ( this.selector ? " " : "" ) + selector;
+		} else if ( name ) {
+			ret.selector = this.selector + "." + name + "(" + selector + ")";
+		}
+
+		// Return the newly-formed element set
+		return ret;
+	},
+
+	// Execute a callback for every element in the matched set.
+	// (You can seed the arguments with an array of args, but this is
+	// only used internally.)
+	each: function( callback, args ) {
+		return jQuery.each( this, callback, args );
+	},
+
+	ready: function( fn ) {
+		// Attach the listeners
+		jQuery.bindReady();
+
+		// Add the callback
+		readyList.add( fn );
+
+		return this;
+	},
+
+	eq: function( i ) {
+		i = +i;
+		return i === -1 ?
+			this.slice( i ) :
+			this.slice( i, i + 1 );
+	},
+
+	first: function() {
+		return this.eq( 0 );
+	},
+
+	last: function() {
+		return this.eq( -1 );
+	},
+
+	slice: function() {
+		return this.pushStack( slice.apply( this, arguments ),
+			"slice", slice.call(arguments).join(",") );
+	},
+
+	map: function( callback ) {
+		return this.pushStack( jQuery.map(this, function( elem, i ) {
+			return callback.call( elem, i, elem );
+		}));
+	},
+
+	end: function() {
+		return this.prevObject || this.constructor(null);
+	},
+
+	// For internal use only.
+	// Behaves like an Array's method, not like a jQuery method.
+	push: push,
+	sort: [].sort,
+	splice: [].splice
+};
+
+// Give the init function the jQuery prototype for later instantiation
+jQuery.fn.init.prototype = jQuery.fn;
+
+jQuery.extend = jQuery.fn.extend = function() {
+	var options, name, src, copy, copyIsArray, clone,
+		target = arguments[0] || {},
+		i = 1,
+		length = arguments.length,
+		deep = false;
+
+	// Handle a deep copy situation
+	if ( typeof target === "boolean" ) {
+		deep = target;
+		target = arguments[1] || {};
+		// skip the boolean and the target
+		i = 2;
+	}
+
+	// Handle case when target is a string or something (possible in deep copy)
+	if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
+		target = {};
+	}
+
+	// extend jQuery itself if only one argument is passed
+	if ( length === i ) {
+		target = this;
+		--i;
+	}
+
+	for ( ; i < length; i++ ) {
+		// Only deal with non-null/undefined values
+		if ( (options = arguments[ i ]) != null ) {
+			// Extend the base object
+			for ( name in options ) {
+				src = target[ name ];
+				copy = options[ name ];
+
+				// Prevent never-ending loop
+				if ( target === copy ) {
+					continue;
+				}
+
+				// Recurse if we're merging plain objects or arrays
+				if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
+					if ( copyIsArray ) {
+						copyIsArray = false;
+						clone = src && jQuery.isArray(src) ? src : [];
+
+					} else {
+						clone = src && jQuery.isPlainObject(src) ? src : {};
+					}
+
+					// Never move original objects, clone them
+					target[ name ] = jQuery.extend( deep, clone, copy );
+
+				// Don't bring in undefined values
+				} else if ( copy !== undefined ) {
+					target[ name ] = copy;
+				}
+			}
+		}
+	}
+
+	// Return the modified object
+	return target;
+};
+
+jQuery.extend({
+	noConflict: function( deep ) {
+		if ( window.$ === jQuery ) {
+			window.$ = _$;
+		}
+
+		if ( deep && window.jQuery === jQuery ) {
+			window.jQuery = _jQuery;
+		}
+
+		return jQuery;
+	},
+
+	// Is the DOM ready to be used? Set to true once it occurs.
+	isReady: false,
+
+	// A counter to track how many items to wait for before
+	// the ready event fires. See #6781
+	readyWait: 1,
+
+	// Hold (or release) the ready event
+	holdReady: function( hold ) {
+		if ( hold ) {
+			jQuery.readyWait++;
+		} else {
+			jQuery.ready( true );
+		}
+	},
+
+	// Handle when the DOM is ready
+	ready: function( wait ) {
+		// Either a released hold or an DOMready/load event and not yet ready
+		if ( (wait === true && !--jQuery.readyWait) || (wait !== true && !jQuery.isReady) ) {
+			// Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
+			if ( !document.body ) {
+				return setTimeout( jQuery.ready, 1 );
+			}
+
+			// Remember that the DOM is ready
+			jQuery.isReady = true;
+
+			// If a normal DOM Ready event fired, decrement, and wait if need be
+			if ( wait !== true && --jQuery.readyWait > 0 ) {
+				return;
+			}
+
+			// If there are functions bound, to execute
+			readyList.fireWith( document, [ jQuery ] );
+
+			// Trigger any bound ready events
+			if ( jQuery.fn.trigger ) {
+				jQuery( document ).trigger( "ready" ).off( "ready" );
+			}
+		}
+	},
+
+	bindReady: function() {
+		if ( readyList ) {
+			return;
+		}
+
+		readyList = jQuery.Callbacks( "once memory" );
+
+		// Catch cases where $(document).ready() is called after the
+		// browser event has already occurred.
+		if ( document.readyState === "complete" ) {
+			// Handle it asynchronously to allow scripts the opportunity to delay ready
+			return setTimeout( jQuery.ready, 1 );
+		}
+
+		// Mozilla, Opera and webkit nightlies currently support this event
+		if ( document.addEventListener ) {
+			// Use the handy event callback
+			document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false );
+
+			// A fallback to window.onload, that will always work
+			window.addEventListener( "load", jQuery.ready, false );
+
+		// If IE event model is used
+		} else if ( document.attachEvent ) {
+			// ensure firing before onload,
+			// maybe late but safe also for iframes
+			document.attachEvent( "onreadystatechange", DOMContentLoaded );
+
+			// A fallback to window.onload, that will always work
+			window.attachEvent( "onload", jQuery.ready );
+
+			// If IE and not a frame
+			// continually check to see if the document is ready
+			var toplevel = false;
+
+			try {
+				toplevel = window.frameElement == null;
+			} catch(e) {}
+
+			if ( document.documentElement.doScroll && toplevel ) {
+				doScrollCheck();
+			}
+		}
+	},
+
+	// See test/unit/core.js for details concerning isFunction.
+	// Since version 1.3, DOM methods and functions like alert
+	// aren't supported. They return false on IE (#2968).
+	isFunction: function( obj ) {
+		return jQuery.type(obj) === "function";
+	},
+
+	isArray: Array.isArray || function( obj ) {
+		return jQuery.type(obj) === "array";
+	},
+
+	// A crude way of determining if an object is a window
+	isWindow: function( obj ) {
+		return obj && typeof obj === "object" && "setInterval" in obj;
+	},
+
+	isNumeric: function( obj ) {
+		return !isNaN( parseFloat(obj) ) && isFinite( obj );
+	},
+
+	type: function( obj ) {
+		return obj == null ?
+			String( obj ) :
+			class2type[ toString.call(obj) ] || "object";
+	},
+
+	isPlainObject: function( obj ) {
+		// Must be an Object.
+		// Because of IE, we also have to check the presence of the constructor property.
+		// Make sure that DOM nodes and window objects don't pass through, as well
+		if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
+			return false;
+		}
+
+		try {
+			// Not own constructor property must be Object
+			if ( obj.constructor &&
+				!hasOwn.call(obj, "constructor") &&
+				!hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) {
+				return false;
+			}
+		} catch ( e ) {
+			// IE8,9 Will throw exceptions on certain host objects #9897
+			return false;
+		}
+
+		// Own properties are enumerated firstly, so to speed up,
+		// if last one is own, then all properties are own.
+
+		var key;
+		for ( key in obj ) {}
+
+		return key === undefined || hasOwn.call( obj, key );
+	},
+
+	isEmptyObject: function( obj ) {
+		for ( var name in obj ) {
+			return false;
+		}
+		return true;
+	},
+
+	error: function( msg ) {
+		throw new Error( msg );
+	},
+
+	parseJSON: function( data ) {
+		if ( typeof data !== "string" || !data ) {
+			return null;
+		}
+
+		// Make sure leading/trailing whitespace is removed (IE can't handle it)
+		data = jQuery.trim( data );
+
+		// Attempt to parse using the native JSON parser first
+		if ( window.JSON && window.JSON.parse ) {
+			return window.JSON.parse( data );
+		}
+
+		// Make sure the incoming data is actual JSON
+		// Logic borrowed from http://json.org/json2.js
+		if ( rvalidchars.test( data.replace( rvalidescape, "@" )
+			.replace( rvalidtokens, "]" )
+			.replace( rvalidbraces, "")) ) {
+
+			return ( new Function( "return " + data ) )();
+
+		}
+		jQuery.error( "Invalid JSON: " + data );
+	},
+
+	// Cross-browser xml parsing
+	parseXML: function( data ) {
+		var xml, tmp;
+		try {
+			if ( window.DOMParser ) { // Standard
+				tmp = new DOMParser();
+				xml = tmp.parseFromString( data , "text/xml" );
+			} else { // IE
+				xml = new ActiveXObject( "Microsoft.XMLDOM" );
+				xml.async = "false";
+				xml.loadXML( data );
+			}
+		} catch( e ) {
+			xml = undefined;
+		}
+		if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) {
+			jQuery.error( "Invalid XML: " + data );
+		}
+		return xml;
+	},
+
+	noop: function() {},
+
+	// Evaluates a script in a global context
+	// Workarounds based on findings by Jim Driscoll
+	// http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
+	globalEval: function( data ) {
+		if ( data && rnotwhite.test( data ) ) {
+			// We use execScript on Internet Explorer
+			// We use an anonymous function so that context is window
+			// rather than jQuery in Firefox
+			( window.execScript || function( data ) {
+				window[ "eval" ].call( window, data );
+			} )( data );
+		}
+	},
+
+	// Convert dashed to camelCase; used by the css and data modules
+	// Microsoft forgot to hump their vendor prefix (#9572)
+	camelCase: function( string ) {
+		return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
+	},
+
+	nodeName: function( elem, name ) {
+		return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase();
+	},
+
+	// args is for internal usage only
+	each: function( object, callback, args ) {
+		var name, i = 0,
+			length = object.length,
+			isObj = length === undefined || jQuery.isFunction( object );
+
+		if ( args ) {
+			if ( isObj ) {
+				for ( name in object ) {
+					if ( callback.apply( object[ name ], args ) === false ) {
+						break;
+					}
+				}
+			} else {
+				for ( ; i < length; ) {
+					if ( callback.apply( object[ i++ ], args ) === false ) {
+						break;
+					}
+				}
+			}
+
+		// A special, fast, case for the most common use of each
+		} else {
+			if ( isObj ) {
+				for ( name in object ) {
+					if ( callback.call( object[ name ], name, object[ name ] ) === false ) {
+						break;
+					}
+				}
+			} else {
+				for ( ; i < length; ) {
+					if ( callback.call( object[ i ], i, object[ i++ ] ) === false ) {
+						break;
+					}
+				}
+			}
+		}
+
+		return object;
+	},
+
+	// Use native String.trim function wherever possible
+	trim: trim ?
+		function( text ) {
+			return text == null ?
+				"" :
+				trim.call( text );
+		} :
+
+		// Otherwise use our own trimming functionality
+		function( text ) {
+			return text == null ?
+				"" :
+				text.toString().replace( trimLeft, "" ).replace( trimRight, "" );
+		},
+
+	// results is for internal usage only
+	makeArray: function( array, results ) {
+		var ret = results || [];
+
+		if ( array != null ) {
+			// The window, strings (and functions) also have 'length'
+			// Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930
+			var type = jQuery.type( array );
+
+			if ( array.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( array ) ) {
+				push.call( ret, array );
+			} else {
+				jQuery.merge( ret, array );
+			}
+		}
+
+		return ret;
+	},
+
+	inArray: function( elem, array, i ) {
+		var len;
+
+		if ( array ) {
+			if ( indexOf ) {
+				return indexOf.call( array, elem, i );
+			}
+
+			len = array.length;
+			i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
+
+			for ( ; i < len; i++ ) {
+				// Skip accessing in sparse arrays
+				if ( i in array && array[ i ] === elem ) {
+					return i;
+				}
+			}
+		}
+
+		return -1;
+	},
+
+	merge: function( first, second ) {
+		var i = first.length,
+			j = 0;
+
+		if ( typeof second.length === "number" ) {
+			for ( var l = second.length; j < l; j++ ) {
+				first[ i++ ] = second[ j ];
+			}
+
+		} else {
+			while ( second[j] !== undefined ) {
+				first[ i++ ] = second[ j++ ];
+			}
+		}
+
+		first.length = i;
+
+		return first;
+	},
+
+	grep: function( elems, callback, inv ) {
+		var ret = [], retVal;
+		inv = !!inv;
+
+		// Go through the array, only saving the items
+		// that pass the validator function
+		for ( var i = 0, length = elems.length; i < length; i++ ) {
+			retVal = !!callback( elems[ i ], i );
+			if ( inv !== retVal ) {
+				ret.push( elems[ i ] );
+			}
+		}
+
+		return ret;
+	},
+
+	// arg is for internal usage only
+	map: function( elems, callback, arg ) {
+		var value, key, ret = [],
+			i = 0,
+			length = elems.length,
+			// jquery objects are treated as arrays
+			isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ;
+
+		// Go through the array, translating each of the items to their
+		if ( isArray ) {
+			for ( ; i < length; i++ ) {
+				value = callback( elems[ i ], i, arg );
+
+				if ( value != null ) {
+					ret[ ret.length ] = value;
+				}
+			}
+
+		// Go through every key on the object
+		} else {
+			for ( key in elems ) {
+				value = callback( elems[ key ], key, arg );
+
+				if ( value != null ) {
+					ret[ ret.length ] = value;
+				}
+			}
+		}
+
+		// Flatten any nested arrays
+		return ret.concat.apply( [], ret );
+	},
+
+	// A global GUID counter for objects
+	guid: 1,
+
+	// Bind a function to a context, optionally partially applying any
+	// arguments.
+	proxy: function( fn, context ) {
+		if ( typeof context === "string" ) {
+			var tmp = fn[ context ];
+			context = fn;
+			fn = tmp;
+		}
+
+		// Quick check to determine if target is callable, in the spec
+		// this throws a TypeError, but we will just return undefined.
+		if ( !jQuery.isFunction( fn ) ) {
+			return undefined;
+		}
+
+		// Simulated bind
+		var args = slice.call( arguments, 2 ),
+			proxy = function() {
+				return fn.apply( context, args.concat( slice.call( arguments ) ) );
+			};
+
+		// Set the guid of unique handler to the same of original handler, so it can be removed
+		proxy.guid = fn.guid = fn.guid || proxy.guid || jQuery.guid++;
+
+		return proxy;
+	},
+
+	// Mutifunctional method to get and set values to a collection
+	// The value/s can optionally be executed if it's a function
+	access: function( elems, key, value, exec, fn, pass ) {
+		var length = elems.length;
+
+		// Setting many attributes
+		if ( typeof key === "object" ) {
+			for ( var k in key ) {
+				jQuery.access( elems, k, key[k], exec, fn, value );
+			}
+			return elems;
+		}
+
+		// Setting one attribute
+		if ( value !== undefined ) {
+			// Optionally, function values get executed if exec is true
+			exec = !pass && exec && jQuery.isFunction(value);
+
+			for ( var i = 0; i < length; i++ ) {
+				fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
+			}
+
+			return elems;
+		}
+
+		// Getting an attribute
+		return length ? fn( elems[0], key ) : undefined;
+	},
+
+	now: function() {
+		return ( new Date() ).getTime();
+	},
+
+	// Use of jQuery.browser is frowned upon.
+	// More details: http://docs.jquery.com/Utilities/jQuery.browser
+	uaMatch: function( ua ) {
+		ua = ua.toLowerCase();
+
+		var match = rwebkit.exec( ua ) ||
+			ropera.exec( ua ) ||
+			rmsie.exec( ua ) ||
+			ua.indexOf("compatible") < 0 && rmozilla.exec( ua ) ||
+			[];
+
+		return { browser: match[1] || "", version: match[2] || "0" };
+	},
+
+	sub: function() {
+		function jQuerySub( selector, context ) {
+			return new jQuerySub.fn.init( selector, context );
+		}
+		jQuery.extend( true, jQuerySub, this );
+		jQuerySub.superclass = this;
+		jQuerySub.fn = jQuerySub.prototype = this();
+		jQuerySub.fn.constructor = jQuerySub;
+		jQuerySub.sub = this.sub;
+		jQuerySub.fn.init = function init( selector, context ) {
+			if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
+				context = jQuerySub( context );
+			}
+
+			return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
+		};
+		jQuerySub.fn.init.prototype = jQuerySub.fn;
+		var rootjQuerySub = jQuerySub(document);
+		return jQuerySub;
+	},
+
+	browser: {}
+});
+
+// Populate the class2type map
+jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
+	class2type[ "[object " + name + "]" ] = name.toLowerCase();
+});
+
+browserMatch = jQuery.uaMatch( userAgent );
+if ( browserMatch.browser ) {
+	jQuery.browser[ browserMatch.browser ] = true;
+	jQuery.browser.version = browserMatch.version;
+}
+
+// Deprecated, use jQuery.browser.webkit instead
+if ( jQuery.browser.webkit ) {
+	jQuery.browser.safari = true;
+}
+
+// IE doesn't match non-breaking spaces with \s
+if ( rnotwhite.test( "\xA0" ) ) {
+	trimLeft = /^[\s\xA0]+/;
+	trimRight = /[\s\xA0]+$/;
+}
+
+// All jQuery objects should point back to these
+rootjQuery = jQuery(document);
+
+// Cleanup functions for the document ready method
+if ( document.addEventListener ) {
+	DOMContentLoaded = function() {
+		document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
+		jQuery.ready();
+	};
+
+} else if ( document.attachEvent ) {
+	DOMContentLoaded = function() {
+		// Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
+		if ( document.readyState === "complete" ) {
+			document.detachEvent( "onreadystatechange", DOMContentLoaded );
+			jQuery.ready();
+		}
+	};
+}
+
+// The DOM ready check for Internet Explorer
+function doScrollCheck() {
+	if ( jQuery.isReady ) {
+		return;
+	}
+
+	try {
+		// If IE is used, use the trick by Diego Perini
+		// http://javascript.nwbox.com/IEContentLoaded/
+		document.documentElement.doScroll("left");
+	} catch(e) {
+		setTimeout( doScrollCheck, 1 );
+		return;
+	}
+
+	// and execute any waiting functions
+	jQuery.ready();
+}
+
+return jQuery;
+
+})();
+
+
+// String to Object flags format cache
+var flagsCache = {};
+
+// Convert String-formatted flags into Object-formatted ones and store in cache
+function createFlags( flags ) {
+	var object = flagsCache[ flags ] = {},
+		i, length;
+	flags = flags.split( /\s+/ );
+	for ( i = 0, length = flags.length; i < length; i++ ) {
+		object[ flags[i] ] = true;
+	}
+	return object;
+}
+
+/*
+ * Create a callback list using the following parameters:
+ *
+ *	flags:	an optional list of space-separated flags that will change how
+ *			the callback list behaves
+ *
+ * By default a callback list will act like an event callback list and can be
+ * "fired" multiple times.
+ *
+ * Possible flags:
+ *
+ *	once:			will ensure the callback list can only be fired once (like a Deferred)
+ *
+ *	memory:			will keep track of previous values and will call any callback added
+ *					after the list has been fired right away with the latest "memorized"
+ *					values (like a Deferred)
+ *
+ *	unique:			will ensure a callback can only be added once (no duplicate in the list)
+ *
+ *	stopOnFalse:	interrupt callings when a callback returns false
+ *
+ */
+jQuery.Callbacks = function( flags ) {
+
+	// Convert flags from String-formatted to Object-formatted
+	// (we check in cache first)
+	flags = flags ? ( flagsCache[ flags ] || createFlags( flags ) ) : {};
+
+	var // Actual callback list
+		list = [],
+		// Stack of fire calls for repeatable lists
+		stack = [],
+		// Last fire value (for non-forgettable lists)
+		memory,
+		// Flag to know if list is currently firing
+		firing,
+		// First callback to fire (used internally by add and fireWith)
+		firingStart,
+		// End of the loop when firing
+		firingLength,
+		// Index of currently firing callback (modified by remove if needed)
+		firingIndex,
+		// Add one or several callbacks to the list
+		add = function( args ) {
+			var i,
+				length,
+				elem,
+				type,
+				actual;
+			for ( i = 0, length = args.length; i < length; i++ ) {
+				elem = args[ i ];
+				type = jQuery.type( elem );
+				if ( type === "array" ) {
+					// Inspect recursively
+					add( elem );
+				} else if ( type === "function" ) {
+					// Add if not in unique mode and callback is not in
+					if ( !flags.unique || !self.has( elem ) ) {
+						list.push( elem );
+					}
+				}
+			}
+		},
+		// Fire callbacks
+		fire = function( context, args ) {
+			args = args || [];
+			memory = !flags.memory || [ context, args ];
+			firing = true;
+			firingIndex = firingStart || 0;
+			firingStart = 0;
+			firingLength = list.length;
+			for ( ; list && firingIndex < firingLength; firingIndex++ ) {
+				if ( list[ firingIndex ].apply( context, args ) === false && flags.stopOnFalse ) {
+					memory = true; // Mark as halted
+					break;
+				}
+			}
+			firing = false;
+			if ( list ) {
+				if ( !flags.once ) {
+					if ( stack && stack.length ) {
+						memory = stack.shift();
+						self.fireWith( memory[ 0 ], memory[ 1 ] );
+					}
+				} else if ( memory === true ) {
+					self.disable();
+				} else {
+					list = [];
+				}
+			}
+		},
+		// Actual Callbacks object
+		self = {
+			// Add a callback or a collection of callbacks to the list
+			add: function() {
+				if ( list ) {
+					var length = list.length;
+					add( arguments );
+					// Do we need to add the callbacks to the
+					// current firing batch?
+					if ( firing ) {
+						firingLength = list.length;
+					// With memory, if we're not firing then
+					// we should call right away, unless previous
+					// firing was halted (stopOnFalse)
+					} else if ( memory && memory !== true ) {
+						firingStart = length;
+						fire( memory[ 0 ], memory[ 1 ] );
+					}
+				}
+				return this;
+			},
+			// Remove a callback from the list
+			remove: function() {
+				if ( list ) {
+					var args = arguments,
+						argIndex = 0,
+						argLength = args.length;
+					for ( ; argIndex < argLength ; argIndex++ ) {
+						for ( var i = 0; i < list.length; i++ ) {
+							if ( args[ argIndex ] === list[ i ] ) {
+								// Handle firingIndex and firingLength
+								if ( firing ) {
+									if ( i <= firingLength ) {
+										firingLength--;
+										if ( i <= firingIndex ) {
+											firingIndex--;
+										}
+									}
+								}
+								// Remove the element
+								list.splice( i--, 1 );
+								// If we have some unicity property then
+								// we only need to do this once
+								if ( flags.unique ) {
+									break;
+								}
+							}
+						}
+					}
+				}
+				return this;
+			},
+			// Control if a given callback is in the list
+			has: function( fn ) {
+				if ( list ) {
+					var i = 0,
+						length = list.length;
+					for ( ; i < length; i++ ) {
+						if ( fn === list[ i ] ) {
+							return true;
+						}
+					}
+				}
+				return false;
+			},
+			// Remove all callbacks from the list
+			empty: function() {
+				list = [];
+				return this;
+			},
+			// Have the list do nothing anymore
+			disable: function() {
+				list = stack = memory = undefined;
+				return this;
+			},
+			// Is it disabled?
+			disabled: function() {
+				return !list;
+			},
+			// Lock the list in its current state
+			lock: function() {
+				stack = undefined;
+				if ( !memory || memory === true ) {
+					self.disable();
+				}
+				return this;
+			},
+			// Is it locked?
+			locked: function() {
+				return !stack;
+			},
+			// Call all callbacks with the given context and arguments
+			fireWith: function( context, args ) {
+				if ( stack ) {
+					if ( firing ) {
+						if ( !flags.once ) {
+							stack.push( [ context, args ] );
+						}
+					} else if ( !( flags.once && memory ) ) {
+						fire( context, args );
+					}
+				}
+				return this;
+			},
+			// Call all the callbacks with the given arguments
+			fire: function() {
+				self.fireWith( this, arguments );
+				return this;
+			},
+			// To know if the callbacks have already been called at least once
+			fired: function() {
+				return !!memory;
+			}
+		};
+
+	return self;
+};
+
+
+
+
+var // Static reference to slice
+	sliceDeferred = [].slice;
+
+jQuery.extend({
+
+	Deferred: function( func ) {
+		var doneList = jQuery.Callbacks( "once memory" ),
+			failList = jQuery.Callbacks( "once memory" ),
+			progressList = jQuery.Callbacks( "memory" ),
+			state = "pending",
+			lists = {
+				resolve: doneList,
+				reject: failList,
+				notify: progressList
+			},
+			promise = {
+				done: doneList.add,
+				fail: failList.add,
+				progress: progressList.add,
+
+				state: function() {
+					return state;
+				},
+
+				// Deprecated
+				isResolved: doneList.fired,
+				isRejected: failList.fired,
+
+				then: function( doneCallbacks, failCallbacks, progressCallbacks ) {
+					deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks );
+					return this;
+				},
+				always: function() {
+					deferred.done.apply( deferred, arguments ).fail.apply( deferred, arguments );
+					return this;
+				},
+				pipe: function( fnDone, fnFail, fnProgress ) {
+					return jQuery.Deferred(function( newDefer ) {
+						jQuery.each( {
+							done: [ fnDone, "resolve" ],
+							fail: [ fnFail, "reject" ],
+							progress: [ fnProgress, "notify" ]
+						}, function( handler, data ) {
+							var fn = data[ 0 ],
+								action = data[ 1 ],
+								returned;
+							if ( jQuery.isFunction( fn ) ) {
+								deferred[ handler ](function() {
+									returned = fn.apply( this, arguments );
+									if ( returned && jQuery.isFunction( returned.promise ) ) {
+										returned.promise().then( newDefer.resolve, newDefer.reject, newDefer.notify );
+									} else {
+										newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] );
+									}
+								});
+							} else {
+								deferred[ handler ]( newDefer[ action ] );
+							}
+						});
+					}).promise();
+				},
+				// Get a promise for this deferred
+				// If obj is provided, the promise aspect is added to the object
+				promise: function( obj ) {
+					if ( obj == null ) {
+						obj = promise;
+					} else {
+						for ( var key in promise ) {
+							obj[ key ] = promise[ key ];
+						}
+					}
+					return obj;
+				}
+			},
+			deferred = promise.promise({}),
+			key;
+
+		for ( key in lists ) {
+			deferred[ key ] = lists[ key ].fire;
+			deferred[ key + "With" ] = lists[ key ].fireWith;
+		}
+
+		// Handle state
+		deferred.done( function() {
+			state = "resolved";
+		}, failList.disable, progressList.lock ).fail( function() {
+			state = "rejected";
+		}, doneList.disable, progressList.lock );
+
+		// Call given func if any
+		if ( func ) {
+			func.call( deferred, deferred );
+		}
+
+		// All done!
+		return deferred;
+	},
+
+	// Deferred helper
+	when: function( firstParam ) {
+		var args = sliceDeferred.call( arguments, 0 ),
+			i = 0,
+			length = args.length,
+			pValues = new Array( length ),
+			count = length,
+			pCount = length,
+			deferred = length <= 1 && firstParam && jQuery.isFunction( firstParam.promise ) ?
+				firstParam :
+				jQuery.Deferred(),
+			promise = deferred.promise();
+		function resolveFunc( i ) {
+			return function( value ) {
+				args[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value;
+				if ( !( --count ) ) {
+					deferred.resolveWith( deferred, args );
+				}
+			};
+		}
+		function progressFunc( i ) {
+			return function( value ) {
+				pValues[ i ] = arguments.length > 1 ? sliceDeferred.call( arguments, 0 ) : value;
+				deferred.notifyWith( promise, pValues );
+			};
+		}
+		if ( length > 1 ) {
+			for ( ; i < length; i++ ) {
+				if ( args[ i ] && args[ i ].promise && jQuery.isFunction( args[ i ].promise ) ) {
+					args[ i ].promise().then( resolveFunc(i), deferred.reject, progressFunc(i) );
+				} else {
+					--count;
+				}
+			}
+			if ( !count ) {
+				deferred.resolveWith( deferred, args );
+			}
+		} else if ( deferred !== firstParam ) {
+			deferred.resolveWith( deferred, length ? [ firstParam ] : [] );
+		}
+		return promise;
+	}
+});
+
+
+
+
+jQuery.support = (function() {
+
+	var support,
+		all,
+		a,
+		select,
+		opt,
+		input,
+		marginDiv,
+		fragment,
+		tds,
+		events,
+		eventName,
+		i,
+		isSupported,
+		div = document.createElement( "div" ),
+		documentElement = document.documentElement;
+
+	// Preliminary tests
+	div.setAttribute("className", "t");
+	div.innerHTML = "   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
+
+	all = div.getElementsByTagName( "*" );
+	a = div.getElementsByTagName( "a" )[ 0 ];
+
+	// Can't get basic test support
+	if ( !all || !all.length || !a ) {
+		return {};
+	}
+
+	// First batch of supports tests
+	select = document.createElement( "select" );
+	opt = select.appendChild( document.createElement("option") );
+	input = div.getElementsByTagName( "input" )[ 0 ];
+
+	support = {
+		// IE strips leading whitespace when .innerHTML is used
+		leadingWhitespace: ( div.firstChild.nodeType === 3 ),
+
+		// Make sure that tbody elements aren't automatically inserted
+		// IE will insert them into empty tables
+		tbody: !div.getElementsByTagName("tbody").length,
+
+		// Make sure that link elements get serialized correctly by innerHTML
+		// This requires a wrapper element in IE
+		htmlSerialize: !!div.getElementsByTagName("link").length,
+
+		// Get the style information from getAttribute
+		// (IE uses .cssText instead)
+		style: /top/.test( a.getAttribute("style") ),
+
+		// Make sure that URLs aren't manipulated
+		// (IE normalizes it by default)
+		hrefNormalized: ( a.getAttribute("href") === "/a" ),
+
+		// Make sure that element opacity exists
+		// (IE uses filter instead)
+		// Use a regex to work around a WebKit issue. See #5145
+		opacity: /^0.55/.test( a.style.opacity ),
+
+		// Verify style float existence
+		// (IE uses styleFloat instead of cssFloat)
+		cssFloat: !!a.style.cssFloat,
+
+		// Make sure that if no value is specified for a checkbox
+		// that it defaults to "on".
+		// (WebKit defaults to "" instead)
+		checkOn: ( input.value === "on" ),
+
+		// Make sure that a selected-by-default option has a working selected property.
+		// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
+		optSelected: opt.selected,
+
+		// Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
+		getSetAttribute: div.className !== "t",
+
+		// Tests for enctype support on a form(#6743)
+		enctype: !!document.createElement("form").enctype,
+
+		// Makes sure cloning an html5 element does not cause problems
+		// Where outerHTML is undefined, this still works
+		html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>",
+
+		// Will be defined later
+		submitBubbles: true,
+		changeBubbles: true,
+		focusinBubbles: false,
+		deleteExpando: true,
+		noCloneEvent: true,
+		inlineBlockNeedsLayout: false,
+		shrinkWrapBlocks: false,
+		reliableMarginRight: true
+	};
+
+	// Make sure checked status is properly cloned
+	input.checked = true;
+	support.noCloneChecked = input.cloneNode( true ).checked;
+
+	// Make sure that the options inside disabled selects aren't marked as disabled
+	// (WebKit marks them as disabled)
+	select.disabled = true;
+	support.optDisabled = !opt.disabled;
+
+	// Test to see if it's possible to delete an expando from an element
+	// Fails in Internet Explorer
+	try {
+		delete div.test;
+	} catch( e ) {
+		support.deleteExpando = false;
+	}
+
+	if ( !div.addEventListener && div.attachEvent && div.fireEvent ) {
+		div.attachEvent( "onclick", function() {
+			// Cloning a node shouldn't copy over any
+			// bound event handlers (IE does this)
+			support.noCloneEvent = false;
+		});
+		div.cloneNode( true ).fireEvent( "onclick" );
+	}
+
+	// Check if a radio maintains its value
+	// after being appended to the DOM
+	input = document.createElement("input");
+	input.value = "t";
+	input.setAttribute("type", "radio");
+	support.radioValue = input.value === "t";
+
+	input.setAttribute("checked", "checked");
+	div.appendChild( input );
+	fragment = document.createDocumentFragment();
+	fragment.appendChild( div.lastChild );
+
+	// WebKit doesn't clone checked state correctly in fragments
+	support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
+
+	// Check if a disconnected checkbox will retain its checked
+	// value of true after appended to the DOM (IE6/7)
+	support.appendChecked = input.checked;
+
+	fragment.removeChild( input );
+	fragment.appendChild( div );
+
+	div.innerHTML = "";
+
+	// Check if div with explicit width and no margin-right incorrectly
+	// gets computed margin-right based on width of container. For more
+	// info see bug #3333
+	// Fails in WebKit before Feb 2011 nightlies
+	// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
+	if ( window.getComputedStyle ) {
+		marginDiv = document.createElement( "div" );
+		marginDiv.style.width = "0";
+		marginDiv.style.marginRight = "0";
+		div.style.width = "2px";
+		div.appendChild( marginDiv );
+		support.reliableMarginRight =
+			( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 ) || 0 ) === 0;
+	}
+
+	// Technique from Juriy Zaytsev
+	// http://perfectionkills.com/detecting-event-support-without-browser-sniffing/
+	// We only care about the case where non-standard event systems
+	// are used, namely in IE. Short-circuiting here helps us to
+	// avoid an eval call (in setAttribute) which can cause CSP
+	// to go haywire. See: https://developer.mozilla.org/en/Security/CSP
+	if ( div.attachEvent ) {
+		for( i in {
+			submit: 1,
+			change: 1,
+			focusin: 1
+		}) {
+			eventName = "on" + i;
+			isSupported = ( eventName in div );
+			if ( !isSupported ) {
+				div.setAttribute( eventName, "return;" );
+				isSupported = ( typeof div[ eventName ] === "function" );
+			}
+			support[ i + "Bubbles" ] = isSupported;
+		}
+	}
+
+	fragment.removeChild( div );
+
+	// Null elements to avoid leaks in IE
+	fragment = select = opt = marginDiv = div = input = null;
+
+	// Run tests that need a body at doc ready
+	jQuery(function() {
+		var container, outer, inner, table, td, offsetSupport,
+			conMarginTop, ptlm, vb, style, html,
+			body = document.getElementsByTagName("body")[0];
+
+		if ( !body ) {
+			// Return for frameset docs that don't have a body
+			return;
+		}
+
+		conMarginTop = 1;
+		ptlm = "position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";
+		vb = "visibility:hidden;border:0;";
+		style = "style='" + ptlm + "border:5px solid #000;padding:0;'";
+		html = "<div " + style + "><div></div></div>" +
+			"<table " + style + " cellpadding='0' cellspacing='0'>" +
+			"<tr><td></td></tr></table>";
+
+		container = document.createElement("div");
+		container.style.cssText = vb + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop + "px";
+		body.insertBefore( container, body.firstChild );
+
+		// Construct the test element
+		div = document.createElement("div");
+		container.appendChild( div );
+
+		// Check if table cells still have offsetWidth/Height when they are set
+		// to display:none and there are still other visible table cells in a
+		// table row; if so, offsetWidth/Height are not reliable for use when
+		// determining if an element has been hidden directly using
+		// display:none (it is still safe to use offsets if a parent element is
+		// hidden; don safety goggles and see bug #4512 for more information).
+		// (only IE 8 fails this test)
+		div.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>";
+		tds = div.getElementsByTagName( "td" );
+		isSupported = ( tds[ 0 ].offsetHeight === 0 );
+
+		tds[ 0 ].style.display = "";
+		tds[ 1 ].style.display = "none";
+
+		// Check if empty table cells still have offsetWidth/Height
+		// (IE <= 8 fail this test)
+		support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );
+
+		// Figure out if the W3C box model works as expected
+		div.innerHTML = "";
+		div.style.width = div.style.paddingLeft = "1px";
+		jQuery.boxModel = support.boxModel = div.offsetWidth === 2;
+
+		if ( typeof div.style.zoom !== "undefined" ) {
+			// Check if natively block-level elements act like inline-block
+			// elements when setting their display to 'inline' and giving
+			// them layout
+			// (IE < 8 does this)
+			div.style.display = "inline";
+			div.style.zoom = 1;
+			support.inlineBlockNeedsLayout = ( div.offsetWidth === 2 );
+
+			// Check if elements with layout shrink-wrap their children
+			// (IE 6 does this)
+			div.style.display = "";
+			div.innerHTML = "<div style='width:4px;'></div>";
+			support.shrinkWrapBlocks = ( div.offsetWidth !== 2 );
+		}
+
+		div.style.cssText = ptlm + vb;
+		div.innerHTML = html;
+
+		outer = div.firstChild;
+		inner = outer.firstChild;
+		td = outer.nextSibling.firstChild.firstChild;
+
+		offsetSupport = {
+			doesNotAddBorder: ( inner.offsetTop !== 5 ),
+			doesAddBorderForTableAndCells: ( td.offsetTop === 5 )
+		};
+
+		inner.style.position = "fixed";
+		inner.style.top = "20px";
+
+		// safari subtracts parent border width here which is 5px
+		offsetSupport.fixedPosition = ( inner.offsetTop === 20 || inner.offsetTop === 15 );
+		inner.style.position = inner.style.top = "";
+
+		outer.style.overflow = "hidden";
+		outer.style.position = "relative";
+
+		offsetSupport.subtractsBorderForOverflowNotVisible = ( inner.offsetTop === -5 );
+		offsetSupport.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== conMarginTop );
+
+		body.removeChild( container );
+		div  = container = null;
+
+		jQuery.extend( support, offsetSupport );
+	});
+
+	return support;
+})();
+
+
+
+
+var rbrace = /^(?:\{.*\}|\[.*\])$/,
+	rmultiDash = /([A-Z])/g;
+
+jQuery.extend({
+	cache: {},
+
+	// Please use with caution
+	uuid: 0,
+
+	// Unique for each copy of jQuery on the page
+	// Non-digits removed to match rinlinejQuery
+	expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
+
+	// The following elements throw uncatchable exceptions if you
+	// attempt to add expando properties to them.
+	noData: {
+		"embed": true,
+		// Ban all objects except for Flash (which handle expandos)
+		"object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
+		"applet": true
+	},
+
+	hasData: function( elem ) {
+		elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ];
+		return !!elem && !isEmptyDataObject( elem );
+	},
+
+	data: function( elem, name, data, pvt /* Internal Use Only */ ) {
+		if ( !jQuery.acceptData( elem ) ) {
+			return;
+		}
+
+		var privateCache, thisCache, ret,
+			internalKey = jQuery.expando,
+			getByName = typeof name === "string",
+
+			// We have to handle DOM nodes and JS objects differently because IE6-7
+			// can't GC object references properly across the DOM-JS boundary
+			isNode = elem.nodeType,
+
+			// Only DOM nodes need the global jQuery cache; JS object data is
+			// attached directly to the object so GC can occur automatically
+			cache = isNode ? jQuery.cache : elem,
+
+			// Only defining an ID for JS objects if its cache already exists allows
+			// the code to shortcut on the same path as a DOM node with no cache
+			id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey,
+			isEvents = name === "events";
+
+		// Avoid doing any more work than we need to when trying to get data on an
+		// object that has no data at all
+		if ( (!id || !cache[id] || (!isEvents && !pvt && !cache[id].data)) && getByName && data === undefined ) {
+			return;
+		}
+
+		if ( !id ) {
+			// Only DOM nodes need a new unique ID for each element since their data
+			// ends up in the global cache
+			if ( isNode ) {
+				elem[ internalKey ] = id = ++jQuery.uuid;
+			} else {
+				id = internalKey;
+			}
+		}
+
+		if ( !cache[ id ] ) {
+			cache[ id ] = {};
+
+			// Avoids exposing jQuery metadata on plain JS objects when the object
+			// is serialized using JSON.stringify
+			if ( !isNode ) {
+				cache[ id ].toJSON = jQuery.noop;
+			}
+		}
+
+		// An object can be passed to jQuery.data instead of a key/value pair; this gets
+		// shallow copied over onto the existing cache
+		if ( typeof name === "object" || typeof name === "function" ) {
+			if ( pvt ) {
+				cache[ id ] = jQuery.extend( cache[ id ], name );
+			} else {
+				cache[ id ].data = jQuery.extend( cache[ id ].data, name );
+			}
+		}
+
+		privateCache = thisCache = cache[ id ];
+
+		// jQuery data() is stored in a separate object inside the object's internal data
+		// cache in order to avoid key collisions between internal data and user-defined
+		// data.
+		if ( !pvt ) {
+			if ( !thisCache.data ) {
+				thisCache.data = {};
+			}
+
+			thisCache = thisCache.data;
+		}
+
+		if ( data !== undefined ) {
+			thisCache[ jQuery.camelCase( name ) ] = data;
+		}
+
+		// Users should not attempt to inspect the internal events object using jQuery.data,
+		// it is undocumented and subject to change. But does anyone listen? No.
+		if ( isEvents && !thisCache[ name ] ) {
+			return privateCache.events;
+		}
+
+		// Check for both converted-to-camel and non-converted data property names
+		// If a data property was specified
+		if ( getByName ) {
+
+			// First Try to find as-is property data
+			ret = thisCache[ name ];
+
+			// Test for null|undefined property data
+			if ( ret == null ) {
+
+				// Try to find the camelCased property
+				ret = thisCache[ jQuery.camelCase( name ) ];
+			}
+		} else {
+			ret = thisCache;
+		}
+
+		return ret;
+	},
+
+	removeData: function( elem, name, pvt /* Internal Use Only */ ) {
+		if ( !jQuery.acceptData( elem ) ) {
+			return;
+		}
+
+		var thisCache, i, l,
+
+			// Reference to internal data cache key
+			internalKey = jQuery.expando,
+
+			isNode = elem.nodeType,
+
+			// See jQuery.data for more information
+			cache = isNode ? jQuery.cache : elem,
+
+			// See jQuery.data for more information
+			id = isNode ? elem[ internalKey ] : internalKey;
+
+		// If there is already no cache entry for this object, there is no
+		// purpose in continuing
+		if ( !cache[ id ] ) {
+			return;
+		}
+
+		if ( name ) {
+
+			thisCache = pvt ? cache[ id ] : cache[ id ].data;
+
+			if ( thisCache ) {
+
+				// Support array or space separated string names for data keys
+				if ( !jQuery.isArray( name ) ) {
+
+					// try the string as a key before any manipulation
+					if ( name in thisCache ) {
+						name = [ name ];
+					} else {
+
+						// split the camel cased version by spaces unless a key with the spaces exists
+						name = jQuery.camelCase( name );
+						if ( name in thisCache ) {
+							name = [ name ];
+						} else {
+							name = name.split( " " );
+						}
+					}
+				}
+
+				for ( i = 0, l = name.length; i < l; i++ ) {
+					delete thisCache[ name[i] ];
+				}
+
+				// If there is no data left in the cache, we want to continue
+				// and let the cache object itself get destroyed
+				if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) {
+					return;
+				}
+			}
+		}
+
+		// See jQuery.data for more information
+		if ( !pvt ) {
+			delete cache[ id ].data;
+
+			// Don't destroy the parent cache unless the internal data object
+			// had been the only thing left in it
+			if ( !isEmptyDataObject(cache[ id ]) ) {
+				return;
+			}
+		}
+
+		// Browsers that fail expando deletion also refuse to delete expandos on
+		// the window, but it will allow it on all other JS objects; other browsers
+		// don't care
+		// Ensure that `cache` is not a window object #10080
+		if ( jQuery.support.deleteExpando || !cache.setInterval ) {
+			delete cache[ id ];
+		} else {
+			cache[ id ] = null;
+		}
+
+		// We destroyed the cache and need to eliminate the expando on the node to avoid
+		// false lookups in the cache for entries that no longer exist
+		if ( isNode ) {
+			// IE does not allow us to delete expando properties from nodes,
+			// nor does it have a removeAttribute function on Document nodes;
+			// we must handle all of these cases
+			if ( jQuery.support.deleteExpando ) {
+				delete elem[ internalKey ];
+			} else if ( elem.removeAttribute ) {
+				elem.removeAttribute( internalKey );
+			} else {
+				elem[ internalKey ] = null;
+			}
+		}
+	},
+
+	// For internal use only.
+	_data: function( elem, name, data ) {
+		return jQuery.data( elem, name, data, true );
+	},
+
+	// A method for determining if a DOM node can handle the data expando
+	acceptData: function( elem ) {
+		if ( elem.nodeName ) {
+			var match = jQuery.noData[ elem.nodeName.toLowerCase() ];
+
+			if ( match ) {
+				return !(match === true || elem.getAttribute("classid") !== match);
+			}
+		}
+
+		return true;
+	}
+});
+
+jQuery.fn.extend({
+	data: function( key, value ) {
+		var parts, attr, name,
+			data = null;
+
+		if ( typeof key === "undefined" ) {
+			if ( this.length ) {
+				data = jQuery.data( this[0] );
+
+				if ( this[0].nodeType === 1 && !jQuery._data( this[0], "parsedAttrs" ) ) {
+					attr = this[0].attributes;
+					for ( var i = 0, l = attr.length; i < l; i++ ) {
+						name = attr[i].name;
+
+						if ( name.indexOf( "data-" ) === 0 ) {
+							name = jQuery.camelCase( name.substring(5) );
+
+							dataAttr( this[0], name, data[ name ] );
+						}
+					}
+					jQuery._data( this[0], "parsedAttrs", true );
+				}
+			}
+
+			return data;
+
+		} else if ( typeof key === "object" ) {
+			return this.each(function() {
+				jQuery.data( this, key );
+			});
+		}
+
+		parts = key.split(".");
+		parts[1] = parts[1] ? "." + parts[1] : "";
+
+		if ( value === undefined ) {
+			data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
+
+			// Try to fetch any internally stored data first
+			if ( data === undefined && this.length ) {
+				data = jQuery.data( this[0], key );
+				data = dataAttr( this[0], key, data );
+			}
+
+			return data === undefined && parts[1] ?
+				this.data( parts[0] ) :
+				data;
+
+		} else {
+			return this.each(function() {
+				var self = jQuery( this ),
+					args = [ parts[0], value ];
+
+				self.triggerHandler( "setData" + parts[1] + "!", args );
+				jQuery.data( this, key, value );
+				self.triggerHandler( "changeData" + parts[1] + "!", args );
+			});
+		}
+	},
+
+	removeData: function( key ) {
+		return this.each(function() {
+			jQuery.removeData( this, key );
+		});
+	}
+});
+
+function dataAttr( elem, key, data ) {
+	// If nothing was found internally, try to fetch any
+	// data from the HTML5 data-* attribute
+	if ( data === undefined && elem.nodeType === 1 ) {
+
+		var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
+
+		data = elem.getAttribute( name );
+
+		if ( typeof data === "string" ) {
+			try {
+				data = data === "true" ? true :
+				data === "false" ? false :
+				data === "null" ? null :
+				jQuery.isNumeric( data ) ? parseFloat( data ) :
+					rbrace.test( data ) ? jQuery.parseJSON( data ) :
+					data;
+			} catch( e ) {}
+
+			// Make sure we set the data so it isn't changed later
+			jQuery.data( elem, key, data );
+
+		} else {
+			data = undefined;
+		}
+	}
+
+	return data;
+}
+
+// checks a cache object for emptiness
+function isEmptyDataObject( obj ) {
+	for ( var name in obj ) {
+
+		// if the public data object is empty, the private is still empty
+		if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) {
+			continue;
+		}
+		if ( name !== "toJSON" ) {
+			return false;
+		}
+	}
+
+	return true;
+}
+
+
+
+
+function handleQueueMarkDefer( elem, type, src ) {
+	var deferDataKey = type + "defer",
+		queueDataKey = type + "queue",
+		markDataKey = type + "mark",
+		defer = jQuery._data( elem, deferDataKey );
+	if ( defer &&
+		( src === "queue" || !jQuery._data(elem, queueDataKey) ) &&
+		( src === "mark" || !jQuery._data(elem, markDataKey) ) ) {
+		// Give room for hard-coded callbacks to fire first
+		// and eventually mark/queue something else on the element
+		setTimeout( function() {
+			if ( !jQuery._data( elem, queueDataKey ) &&
+				!jQuery._data( elem, markDataKey ) ) {
+				jQuery.removeData( elem, deferDataKey, true );
+				defer.fire();
+			}
+		}, 0 );
+	}
+}
+
+jQuery.extend({
+
+	_mark: function( elem, type ) {
+		if ( elem ) {
+			type = ( type || "fx" ) + "mark";
+			jQuery._data( elem, type, (jQuery._data( elem, type ) || 0) + 1 );
+		}
+	},
+
+	_unmark: function( force, elem, type ) {
+		if ( force !== true ) {
+			type = elem;
+			elem = force;
+			force = false;
+		}
+		if ( elem ) {
+			type = type || "fx";
+			var key = type + "mark",
+				count = force ? 0 : ( (jQuery._data( elem, key ) || 1) - 1 );
+			if ( count ) {
+				jQuery._data( elem, key, count );
+			} else {
+				jQuery.removeData( elem, key, true );
+				handleQueueMarkDefer( elem, type, "mark" );
+			}
+		}
+	},
+
+	queue: function( elem, type, data ) {
+		var q;
+		if ( elem ) {
+			type = ( type || "fx" ) + "queue";
+			q = jQuery._data( elem, type );
+
+			// Speed up dequeue by getting out quickly if this is just a lookup
+			if ( data ) {
+				if ( !q || jQuery.isArray(data) ) {
+					q = jQuery._data( elem, type, jQuery.makeArray(data) );
+				} else {
+					q.push( data );
+				}
+			}
+			return q || [];
+		}
+	},
+
+	dequeue: function( elem, type ) {
+		type = type || "fx";
+
+		var queue = jQuery.queue( elem, type ),
+			fn = queue.shift(),
+			hooks = {};
+
+		// If the fx queue is dequeued, always remove the progress sentinel
+		if ( fn === "inprogress" ) {
+			fn = queue.shift();
+		}
+
+		if ( fn ) {
+			// Add a progress sentinel to prevent the fx queue from being
+			// automatically dequeued
+			if ( type === "fx" ) {
+				queue.unshift( "inprogress" );
+			}
+
+			jQuery._data( elem, type + ".run", hooks );
+			fn.call( elem, function() {
+				jQuery.dequeue( elem, type );
+			}, hooks );
+		}
+
+		if ( !queue.length ) {
+			jQuery.removeData( elem, type + "queue " + type + ".run", true );
+			handleQueueMarkDefer( elem, type, "queue" );
+		}
+	}
+});
+
+jQuery.fn.extend({
+	queue: function( type, data ) {
+		if ( typeof type !== "string" ) {
+			data = type;
+			type = "fx";
+		}
+
+		if ( data === undefined ) {
+			return jQuery.queue( this[0], type );
+		}
+		return this.each(function() {
+			var queue = jQuery.queue( this, type, data );
+
+			if ( type === "fx" && queue[0] !== "inprogress" ) {
+				jQuery.dequeue( this, type );
+			}
+		});
+	},
+	dequeue: function( type ) {
+		return this.each(function() {
+			jQuery.dequeue( this, type );
+		});
+	},
+	// Based off of the plugin by Clint Helfers, with permission.
+	// http://blindsignals.com/index.php/2009/07/jquery-delay/
+	delay: function( time, type ) {
+		time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
+		type = type || "fx";
+
+		return this.queue( type, function( next, hooks ) {
+			var timeout = setTimeout( next, time );
+			hooks.stop = function() {
+				clearTimeout( timeout );
+			};
+		});
+	},
+	clearQueue: function( type ) {
+		return this.queue( type || "fx", [] );
+	},
+	// Get a promise resolved when queues of a certain type
+	// are emptied (fx is the type by default)
+	promise: function( type, object ) {
+		if ( typeof type !== "string" ) {
+			object = type;
+			type = undefined;
+		}
+		type = type || "fx";
+		var defer = jQuery.Deferred(),
+			elements = this,
+			i = elements.length,
+			count = 1,
+			deferDataKey = type + "defer",
+			queueDataKey = type + "queue",
+			markDataKey = type + "mark",
+			tmp;
+		function resolve() {
+			if ( !( --count ) ) {
+				defer.resolveWith( elements, [ elements ] );
+			}
+		}
+		while( i-- ) {
+			if (( tmp = jQuery.data( elements[ i ], deferDataKey, undefined, true ) ||
+					( jQuery.data( elements[ i ], queueDataKey, undefined, true ) ||
+						jQuery.data( elements[ i ], markDataKey, undefined, true ) ) &&
+					jQuery.data( elements[ i ], deferDataKey, jQuery.Callbacks( "once memory" ), true ) )) {
+				count++;
+				tmp.add( resolve );
+			}
+		}
+		resolve();
+		return defer.promise();
+	}
+});
+
+
+
+
+var rclass = /[\n\t\r]/g,
+	rspace = /\s+/,
+	rreturn = /\r/g,
+	rtype = /^(?:button|input)$/i,
+	rfocusable = /^(?:button|input|object|select|textarea)$/i,
+	rclickable = /^a(?:rea)?$/i,
+	rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
+	getSetAttribute = jQuery.support.getSetAttribute,
+	nodeHook, boolHook, fixSpecified;
+
+jQuery.fn.extend({
+	attr: function( name, value ) {
+		return jQuery.access( this, name, value, true, jQuery.attr );
+	},
+
+	removeAttr: function( name ) {
+		return this.each(function() {
+			jQuery.removeAttr( this, name );
+		});
+	},
+
+	prop: function( name, value ) {
+		return jQuery.access( this, name, value, true, jQuery.prop );
+	},
+
+	removeProp: function( name ) {
+		name = jQuery.propFix[ name ] || name;
+		return this.each(function() {
+			// try/catch handles cases where IE balks (such as removing a property on window)
+			try {
+				this[ name ] = undefined;
+				delete this[ name ];
+			} catch( e ) {}
+		});
+	},
+
+	addClass: function( value ) {
+		var classNames, i, l, elem,
+			setClass, c, cl;
+
+		if ( jQuery.isFunction( value ) ) {
+			return this.each(function( j ) {
+				jQuery( this ).addClass( value.call(this, j, this.className) );
+			});
+		}
+
+		if ( value && typeof value === "string" ) {
+			classNames = value.split( rspace );
+
+			for ( i = 0, l = this.length; i < l; i++ ) {
+				elem = this[ i ];
+
+				if ( elem.nodeType === 1 ) {
+					if ( !elem.className && classNames.length === 1 ) {
+						elem.className = value;
+
+					} else {
+						setClass = " " + elem.className + " ";
+
+						for ( c = 0, cl = classNames.length; c < cl; c++ ) {
+							if ( !~setClass.indexOf( " " + classNames[ c ] + " " ) ) {
+								setClass += classNames[ c ] + " ";
+							}
+						}
+						elem.className = jQuery.trim( setClass );
+					}
+				}
+			}
+		}
+
+		return this;
+	},
+
+	removeClass: function( value ) {
+		var classNames, i, l, elem, className, c, cl;
+
+		if ( jQuery.isFunction( value ) ) {
+			return this.each(function( j ) {
+				jQuery( this ).removeClass( value.call(this, j, this.className) );
+			});
+		}
+
+		if ( (value && typeof value === "string") || value === undefined ) {
+			classNames = ( value || "" ).split( rspace );
+
+			for ( i = 0, l = this.length; i < l; i++ ) {
+				elem = this[ i ];
+
+				if ( elem.nodeType === 1 && elem.className ) {
+					if ( value ) {
+						className = (" " + elem.className + " ").replace( rclass, " " );
+						for ( c = 0, cl = classNames.length; c < cl; c++ ) {
+							className = className.replace(" " + classNames[ c ] + " ", " ");
+						}
+						elem.className = jQuery.trim( className );
+
+					} else {
+						elem.className = "";
+					}
+				}
+			}
+		}
+
+		return this;
+	},
+
+	toggleClass: function( value, stateVal ) {
+		var type = typeof value,
+			isBool = typeof stateVal === "boolean";
+
+		if ( jQuery.isFunction( value ) ) {
+			return this.each(function( i ) {
+				jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
+			});
+		}
+
+		return this.each(function() {
+			if ( type === "string" ) {
+				// toggle individual class names
+				var className,
+					i = 0,
+					self = jQuery( this ),
+					state = stateVal,
+					classNames = value.split( rspace );
+
+				while ( (className = classNames[ i++ ]) ) {
+					// check each className given, space seperated list
+					state = isBool ? state : !self.hasClass( className );
+					self[ state ? "addClass" : "removeClass" ]( className );
+				}
+
+			} else if ( type === "undefined" || type === "boolean" ) {
+				if ( this.className ) {
+					// store className if set
+					jQuery._data( this, "__className__", this.className );
+				}
+
+				// toggle whole className
+				this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || "";
+			}
+		});
+	},
+
+	hasClass: function( selector ) {
+		var className = " " + selector + " ",
+			i = 0,
+			l = this.length;
+		for ( ; i < l; i++ ) {
+			if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) {
+				return true;
+			}
+		}
+
+		return false;
+	},
+
+	val: function( value ) {
+		var hooks, ret, isFunction,
+			elem = this[0];
+
+		if ( !arguments.length ) {
+			if ( elem ) {
+				hooks = jQuery.valHooks[ elem.nodeName.toLowerCase() ] || jQuery.valHooks[ elem.type ];
+
+				if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) {
+					return ret;
+				}
+
+				ret = elem.value;
+
+				return typeof ret === "string" ?
+					// handle most common string cases
+					ret.replace(rreturn, "") :
+					// handle cases where value is null/undef or number
+					ret == null ? "" : ret;
+			}
+
+			return;
+		}
+
+		isFunction = jQuery.isFunction( value );
+
+		return this.each(function( i ) {
+			var self = jQuery(this), val;
+
+			if ( this.nodeType !== 1 ) {
+				return;
+			}
+
+			if ( isFunction ) {
+				val = value.call( this, i, self.val() );
+			} else {
+				val = value;
+			}
+
+			// Treat null/undefined as ""; convert numbers to string
+			if ( val == null ) {
+				val = "";
+			} else if ( typeof val === "number" ) {
+				val += "";
+			} else if ( jQuery.isArray( val ) ) {
+				val = jQuery.map(val, function ( value ) {
+					return value == null ? "" : value + "";
+				});
+			}
+
+			hooks = jQuery.valHooks[ this.nodeName.toLowerCase() ] || jQuery.valHooks[ this.type ];
+
+			// If set returns undefined, fall back to normal setting
+			if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) {
+				this.value = val;
+			}
+		});
+	}
+});
+
+jQuery.extend({
+	valHooks: {
+		option: {
+			get: function( elem ) {
+				// attributes.value is undefined in Blackberry 4.7 but
+				// uses .value. See #6932
+				var val = elem.attributes.value;
+				return !val || val.specified ? elem.value : elem.text;
+			}
+		},
+		select: {
+			get: function( elem ) {
+				var value, i, max, option,
+					index = elem.selectedIndex,
+					values = [],
+					options = elem.options,
+					one = elem.type === "select-one";
+
+				// Nothing was selected
+				if ( index < 0 ) {
+					return null;
+				}
+
+				// Loop through all the selected options
+				i = one ? index : 0;
+				max = one ? index + 1 : options.length;
+				for ( ; i < max; i++ ) {
+					option = options[ i ];
+
+					// Don't return options that are disabled or in a disabled optgroup
+					if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
+							(!option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" )) ) {
+
+						// Get the specific value for the option
+						value = jQuery( option ).val();
+
+						// We don't need an array for one selects
+						if ( one ) {
+							return value;
+						}
+
+						// Multi-Selects return an array
+						values.push( value );
+					}
+				}
+
+				// Fixes Bug #2551 -- select.val() broken in IE after form.reset()
+				if ( one && !values.length && options.length ) {
+					return jQuery( options[ index ] ).val();
+				}
+
+				return values;
+			},
+
+			set: function( elem, value ) {
+				var values = jQuery.makeArray( value );
+
+				jQuery(elem).find("option").each(function() {
+					this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
+				});
+
+				if ( !values.length ) {
+					elem.selectedIndex = -1;
+				}
+				return values;
+			}
+		}
+	},
+
+	attrFn: {
+		val: true,
+		css: true,
+		html: true,
+		text: true,
+		data: true,
+		width: true,
+		height: true,
+		offset: true
+	},
+
+	attr: function( elem, name, value, pass ) {
+		var ret, hooks, notxml,
+			nType = elem.nodeType;
+
+		// don't get/set attributes on text, comment and attribute nodes
+		if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
+			return;
+		}
+
+		if ( pass && name in jQuery.attrFn ) {
+			return jQuery( elem )[ name ]( value );
+		}
+
+		// Fallback to prop when attributes are not supported
+		if ( typeof elem.getAttribute === "undefined" ) {
+			return jQuery.prop( elem, name, value );
+		}
+
+		notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
+
+		// All attributes are lowercase
+		// Grab necessary hook if one is defined
+		if ( notxml ) {
+			name = name.toLowerCase();
+			hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook );
+		}
+
+		if ( value !== undefined ) {
+
+			if ( value === null ) {
+				jQuery.removeAttr( elem, name );
+				return;
+
+			} else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) {
+				return ret;
+
+			} else {
+				elem.setAttribute( name, "" + value );
+				return value;
+			}
+
+		} else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) {
+			return ret;
+
+		} else {
+
+			ret = elem.getAttribute( name );
+
+			// Non-existent attributes return null, we normalize to undefined
+			return ret === null ?
+				undefined :
+				ret;
+		}
+	},
+
+	removeAttr: function( elem, value ) {
+		var propName, attrNames, name, l,
+			i = 0;
+
+		if ( value && elem.nodeType === 1 ) {
+			attrNames = value.toLowerCase().split( rspace );
+			l = attrNames.length;
+
+			for ( ; i < l; i++ ) {
+				name = attrNames[ i ];
+
+				if ( name ) {
+					propName = jQuery.propFix[ name ] || name;
+
+					// See #9699 for explanation of this approach (setting first, then removal)
+					jQuery.attr( elem, name, "" );
+					elem.removeAttribute( getSetAttribute ? name : propName );
+
+					// Set corresponding property to false for boolean attributes
+					if ( rboolean.test( name ) && propName in elem ) {
+						elem[ propName ] = false;
+					}
+				}
+			}
+		}
+	},
+
+	attrHooks: {
+		type: {
+			set: function( elem, value ) {
+				// We can't allow the type property to be changed (since it causes problems in IE)
+				if ( rtype.test( elem.nodeName ) && elem.parentNode ) {
+					jQuery.error( "type property can't be changed" );
+				} else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) {
+					// Setting the type on a radio button after the value resets the value in IE6-9
+					// Reset value to it's default in case type is set after value
+					// This is for element creation
+					var val = elem.value;
+					elem.setAttribute( "type", value );
+					if ( val ) {
+						elem.value = val;
+					}
+					return value;
+				}
+			}
+		},
+		// Use the value property for back compat
+		// Use the nodeHook for button elements in IE6/7 (#1954)
+		value: {
+			get: function( elem, name ) {
+				if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
+					return nodeHook.get( elem, name );
+				}
+				return name in elem ?
+					elem.value :
+					null;
+			},
+			set: function( elem, value, name ) {
+				if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
+					return nodeHook.set( elem, value, name );
+				}
+				// Does not return so that setAttribute is also used
+				elem.value = value;
+			}
+		}
+	},
+
+	propFix: {
+		tabindex: "tabIndex",
+		readonly: "readOnly",
+		"for": "htmlFor",
+		"class": "className",
+		maxlength: "maxLength",
+		cellspacing: "cellSpacing",
+		cellpadding: "cellPadding",
+		rowspan: "rowSpan",
+		colspan: "colSpan",
+		usemap: "useMap",
+		frameborder: "frameBorder",
+		contenteditable: "contentEditable"
+	},
+
+	prop: function( elem, name, value ) {
+		var ret, hooks, notxml,
+			nType = elem.nodeType;
+
+		// don't get/set properties on text, comment and attribute nodes
+		if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
+			return;
+		}
+
+		notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
+
+		if ( notxml ) {
+			// Fix name and attach hooks
+			name = jQuery.propFix[ name ] || name;
+			hooks = jQuery.propHooks[ name ];
+		}
+
+		if ( value !== undefined ) {
+			if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {
+				return ret;
+
+			} else {
+				return ( elem[ name ] = value );
+			}
+
+		} else {
+			if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) {
+				return ret;
+
+			} else {
+				return elem[ name ];
+			}
+		}
+	},
+
+	propHooks: {
+		tabIndex: {
+			get: function( elem ) {
+				// elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
+				// http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
+				var attributeNode = elem.getAttributeNode("tabindex");
+
+				return attributeNode && attributeNode.specified ?
+					parseInt( attributeNode.value, 10 ) :
+					rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ?
+						0 :
+						undefined;
+			}
+		}
+	}
+});
+
+// Add the tabIndex propHook to attrHooks for back-compat (different case is intentional)
+jQuery.attrHooks.tabindex = jQuery.propHooks.tabIndex;
+
+// Hook for boolean attributes
+boolHook = {
+	get: function( elem, name ) {
+		// Align boolean attributes with corresponding properties
+		// Fall back to attribute presence where some booleans are not supported
+		var attrNode,
+			property = jQuery.prop( elem, name );
+		return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ?
+			name.toLowerCase() :
+			undefined;
+	},
+	set: function( elem, value, name ) {
+		var propName;
+		if ( value === false ) {
+			// Remove boolean attributes when set to false
+			jQuery.removeAttr( elem, name );
+		} else {
+			// value is true since we know at this point it's type boolean and not false
+			// Set boolean attributes to the same name and set the DOM property
+			propName = jQuery.propFix[ name ] || name;
+			if ( propName in elem ) {
+				// Only set the IDL specifically if it already exists on the element
+				elem[ propName ] = true;
+			}
+
+			elem.setAttribute( name, name.toLowerCase() );
+		}
+		return name;
+	}
+};
+
+// IE6/7 do not support getting/setting some attributes with get/setAttribute
+if ( !getSetAttribute ) {
+
+	fixSpecified = {
+		name: true,
+		id: true
+	};
+
+	// Use this for any attribute in IE6/7
+	// This fixes almost every IE6/7 issue
+	nodeHook = jQuery.valHooks.button = {
+		get: function( elem, name ) {
+			var ret;
+			ret = elem.getAttributeNode( name );
+			return ret && ( fixSpecified[ name ] ? ret.nodeValue !== "" : ret.specified ) ?
+				ret.nodeValue :
+				undefined;
+		},
+		set: function( elem, value, name ) {
+			// Set the existing or create a new attribute node
+			var ret = elem.getAttributeNode( name );
+			if ( !ret ) {
+				ret = document.createAttribute( name );
+				elem.setAttributeNode( ret );
+			}
+			return ( ret.nodeValue = value + "" );
+		}
+	};
+
+	// Apply the nodeHook to tabindex
+	jQuery.attrHooks.tabindex.set = nodeHook.set;
+
+	// Set width and height to auto instead of 0 on empty string( Bug #8150 )
+	// This is for removals
+	jQuery.each([ "width", "height" ], function( i, name ) {
+		jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
+			set: function( elem, value ) {
+				if ( value === "" ) {
+					elem.setAttribute( name, "auto" );
+					return value;
+				}
+			}
+		});
+	});
+
+	// Set contenteditable to false on removals(#10429)
+	// Setting to empty string throws an error as an invalid value
+	jQuery.attrHooks.contenteditable = {
+		get: nodeHook.get,
+		set: function( elem, value, name ) {
+			if ( value === "" ) {
+				value = "false";
+			}
+			nodeHook.set( elem, value, name );
+		}
+	};
+}
+
+
+// Some attributes require a special call on IE
+if ( !jQuery.support.hrefNormalized ) {
+	jQuery.each([ "href", "src", "width", "height" ], function( i, name ) {
+		jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
+			get: function( elem ) {
+				var ret = elem.getAttribute( name, 2 );
+				return ret === null ? undefined : ret;
+			}
+		});
+	});
+}
+
+if ( !jQuery.support.style ) {
+	jQuery.attrHooks.style = {
+		get: function( elem ) {
+			// Return undefined in the case of empty string
+			// Normalize to lowercase since IE uppercases css property names
+			return elem.style.cssText.toLowerCase() || undefined;
+		},
+		set: function( elem, value ) {
+			return ( elem.style.cssText = "" + value );
+		}
+	};
+}
+
+// Safari mis-reports the default selected property of an option
+// Accessing the parent's selectedIndex property fixes it
+if ( !jQuery.support.optSelected ) {
+	jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, {
+		get: function( elem ) {
+			var parent = elem.parentNode;
+
+			if ( parent ) {
+				parent.selectedIndex;
+
+				// Make sure that it also works with optgroups, see #5701
+				if ( parent.parentNode ) {
+					parent.parentNode.selectedIndex;
+				}
+			}
+			return null;
+		}
+	});
+}
+
+// IE6/7 call enctype encoding
+if ( !jQuery.support.enctype ) {
+	jQuery.propFix.enctype = "encoding";
+}
+
+// Radios and checkboxes getter/setter
+if ( !jQuery.support.checkOn ) {
+	jQuery.each([ "radio", "checkbox" ], function() {
+		jQuery.valHooks[ this ] = {
+			get: function( elem ) {
+				// Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified
+				return elem.getAttribute("value") === null ? "on" : elem.value;
+			}
+		};
+	});
+}
+jQuery.each([ "radio", "checkbox" ], function() {
+	jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], {
+		set: function( elem, value ) {
+			if ( jQuery.isArray( value ) ) {
+				return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
+			}
+		}
+	});
+});
+
+
+
+
+var rformElems = /^(?:textarea|input|select)$/i,
+	rtypenamespace = /^([^\.]*)?(?:\.(.+))?$/,
+	rhoverHack = /\bhover(\.\S+)?\b/,
+	rkeyEvent = /^key/,
+	rmouseEvent = /^(?:mouse|contextmenu)|click/,
+	rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
+	rquickIs = /^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,
+	quickParse = function( selector ) {
+		var quick = rquickIs.exec( selector );
+		if ( quick ) {
+			//   0  1    2   3
+			// [ _, tag, id, class ]
+			quick[1] = ( quick[1] || "" ).toLowerCase();
+			quick[3] = quick[3] && new RegExp( "(?:^|\\s)" + quick[3] + "(?:\\s|$)" );
+		}
+		return quick;
+	},
+	quickIs = function( elem, m ) {
+		var attrs = elem.attributes || {};
+		return (
+			(!m[1] || elem.nodeName.toLowerCase() === m[1]) &&
+			(!m[2] || (attrs.id || {}).value === m[2]) &&
+			(!m[3] || m[3].test( (attrs[ "class" ] || {}).value ))
+		);
+	},
+	hoverHack = function( events ) {
+		return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
+	};
+
+/*
+ * Helper functions for managing events -- not part of the public interface.
+ * Props to Dean Edwards' addEvent library for many of the ideas.
+ */
+jQuery.event = {
+
+	add: function( elem, types, handler, data, selector ) {
+
+		var elemData, eventHandle, events,
+			t, tns, type, namespaces, handleObj,
+			handleObjIn, quick, handlers, special;
+
+		// Don't attach events to noData or text/comment nodes (allow plain objects tho)
+		if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) {
+			return;
+		}
+
+		// Caller can pass in an object of custom data in lieu of the handler
+		if ( handler.handler ) {
+			handleObjIn = handler;
+			handler = handleObjIn.handler;
+		}
+
+		// Make sure that the handler has a unique ID, used to find/remove it later
+		if ( !handler.guid ) {
+			handler.guid = jQuery.guid++;
+		}
+
+		// Init the element's event structure and main handler, if this is the first
+		events = elemData.events;
+		if ( !events ) {
+			elemData.events = events = {};
+		}
+		eventHandle = elemData.handle;
+		if ( !eventHandle ) {
+			elemData.handle = eventHandle = function( e ) {
+				// Discard the second event of a jQuery.event.trigger() and
+				// when an event is called after a page has unloaded
+				return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ?
+					jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
+					undefined;
+			};
+			// Add elem as a property of the handle fn to prevent a memory leak with IE non-native events
+			eventHandle.elem = elem;
+		}
+
+		// Handle multiple events separated by a space
+		// jQuery(...).bind("mouseover mouseout", fn);
+		types = jQuery.trim( hoverHack(types) ).split( " " );
+		for ( t = 0; t < types.length; t++ ) {
+
+			tns = rtypenamespace.exec( types[t] ) || [];
+			type = tns[1];
+			namespaces = ( tns[2] || "" ).split( "." ).sort();
+
+			// If event changes its type, use the special event handlers for the changed type
+			special = jQuery.event.special[ type ] || {};
+
+			// If selector defined, determine special event api type, otherwise given type
+			type = ( selector ? special.delegateType : special.bindType ) || type;
+
+			// Update special based on newly reset type
+			special = jQuery.event.special[ type ] || {};
+
+			// handleObj is passed to all event handlers
+			handleObj = jQuery.extend({
+				type: type,
+				origType: tns[1],
+				data: data,
+				handler: handler,
+				guid: handler.guid,
+				selector: selector,
+				quick: quickParse( selector ),
+				namespace: namespaces.join(".")
+			}, handleObjIn );
+
+			// Init the event handler queue if we're the first
+			handlers = events[ type ];
+			if ( !handlers ) {
+				handlers = events[ type ] = [];
+				handlers.delegateCount = 0;
+
+				// Only use addEventListener/attachEvent if the special events handler returns false
+				if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
+					// Bind the global event handler to the element
+					if ( elem.addEventListener ) {
+						elem.addEventListener( type, eventHandle, false );
+
+					} else if ( elem.attachEvent ) {
+						elem.attachEvent( "on" + type, eventHandle );
+					}
+				}
+			}
+
+			if ( special.add ) {
+				special.add.call( elem, handleObj );
+
+				if ( !handleObj.handler.guid ) {
+					handleObj.handler.guid = handler.guid;
+				}
+			}
+
+			// Add to the element's handler list, delegates in front
+			if ( selector ) {
+				handlers.splice( handlers.delegateCount++, 0, handleObj );
+			} else {
+				handlers.push( handleObj );
+			}
+
+			// Keep track of which events have ever been used, for event optimization
+			jQuery.event.global[ type ] = true;
+		}
+
+		// Nullify elem to prevent memory leaks in IE
+		elem = null;
+	},
+
+	global: {},
+
+	// Detach an event or set of events from an element
+	remove: function( elem, types, handler, selector, mappedTypes ) {
+
+		var elemData = jQuery.hasData( elem ) && jQuery._data( elem ),
+			t, tns, type, origType, namespaces, origCount,
+			j, events, special, handle, eventType, handleObj;
+
+		if ( !elemData || !(events = elemData.events) ) {
+			return;
+		}
+
+		// Once for each type.namespace in types; type may be omitted
+		types = jQuery.trim( hoverHack( types || "" ) ).split(" ");
+		for ( t = 0; t < types.length; t++ ) {
+			tns = rtypenamespace.exec( types[t] ) || [];
+			type = origType = tns[1];
+			namespaces = tns[2];
+
+			// Unbind all events (on this namespace, if provided) for the element
+			if ( !type ) {
+				for ( type in events ) {
+					jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
+				}
+				continue;
+			}
+
+			special = jQuery.event.special[ type ] || {};
+			type = ( selector? special.delegateType : special.bindType ) || type;
+			eventType = events[ type ] || [];
+			origCount = eventType.length;
+			namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
+
+			// Remove matching events
+			for ( j = 0; j < eventType.length; j++ ) {
+				handleObj = eventType[ j ];
+
+				if ( ( mappedTypes || origType === handleObj.origType ) &&
+					 ( !handler || handler.guid === handleObj.guid ) &&
+					 ( !namespaces || namespaces.test( handleObj.namespace ) ) &&
+					 ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
+					eventType.splice( j--, 1 );
+
+					if ( handleObj.selector ) {
+						eventType.delegateCount--;
+					}
+					if ( special.remove ) {
+						special.remove.call( elem, handleObj );
+					}
+				}
+			}
+
+			// Remove generic event handler if we removed something and no more handlers exist
+			// (avoids potential for endless recursion during removal of special event handlers)
+			if ( eventType.length === 0 && origCount !== eventType.length ) {
+				if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) {
+					jQuery.removeEvent( elem, type, elemData.handle );
+				}
+
+				delete events[ type ];
+			}
+		}
+
+		// Remove the expando if it's no longer used
+		if ( jQuery.isEmptyObject( events ) ) {
+			handle = elemData.handle;
+			if ( handle ) {
+				handle.elem = null;
+			}
+
+			// removeData also checks for emptiness and clears the expando if empty
+			// so use it instead of delete
+			jQuery.removeData( elem, [ "events", "handle" ], true );
+		}
+	},
+
+	// Events that are safe to short-circuit if no handlers are attached.
+	// Native DOM events should not be added, they may have inline handlers.
+	customEvent: {
+		"getData": true,
+		"setData": true,
+		"changeData": true
+	},
+
+	trigger: function( event, data, elem, onlyHandlers ) {
+		// Don't do events on text and comment nodes
+		if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) {
+			return;
+		}
+
+		// Event object or event type
+		var type = event.type || event,
+			namespaces = [],
+			cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType;
+
+		// focus/blur morphs to focusin/out; ensure we're not firing them right now
+		if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
+			return;
+		}
+
+		if ( type.indexOf( "!" ) >= 0 ) {
+			// Exclusive events trigger only for the exact event (no namespaces)
+			type = type.slice(0, -1);
+			exclusive = true;
+		}
+
+		if ( type.indexOf( "." ) >= 0 ) {
+			// Namespaced trigger; create a regexp to match event type in handle()
+			namespaces = type.split(".");
+			type = namespaces.shift();
+			namespaces.sort();
+		}
+
+		if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) {
+			// No jQuery handlers for this event type, and it can't have inline handlers
+			return;
+		}
+
+		// Caller can pass in an Event, Object, or just an event type string
+		event = typeof event === "object" ?
+			// jQuery.Event object
+			event[ jQuery.expando ] ? event :
+			// Object literal
+			new jQuery.Event( type, event ) :
+			// Just the event type (string)
+			new jQuery.Event( type );
+
+		event.type = type;
+		event.isTrigger = true;
+		event.exclusive = exclusive;
+		event.namespace = namespaces.join( "." );
+		event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.)?") + "(\\.|$)") : null;
+		ontype = type.indexOf( ":" ) < 0 ? "on" + type : "";
+
+		// Handle a global trigger
+		if ( !elem ) {
+
+			// TODO: Stop taunting the data cache; remove global events and always attach to document
+			cache = jQuery.cache;
+			for ( i in cache ) {
+				if ( cache[ i ].events && cache[ i ].events[ type ] ) {
+					jQuery.event.trigger( event, data, cache[ i ].handle.elem, true );
+				}
+			}
+			return;
+		}
+
+		// Clean up the event in case it is being reused
+		event.result = undefined;
+		if ( !event.target ) {
+			event.target = elem;
+		}
+
+		// Clone any incoming data and prepend the event, creating the handler arg list
+		data = data != null ? jQuery.makeArray( data ) : [];
+		data.unshift( event );
+
+		// Allow special events to draw outside the lines
+		special = jQuery.event.special[ type ] || {};
+		if ( special.trigger && special.trigger.apply( elem, data ) === false ) {
+			return;
+		}
+
+		// Determine event propagation path in advance, per W3C events spec (#9951)
+		// Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
+		eventPath = [[ elem, special.bindType || type ]];
+		if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
+
+			bubbleType = special.delegateType || type;
+			cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode;
+			old = null;
+			for ( ; cur; cur = cur.parentNode ) {
+				eventPath.push([ cur, bubbleType ]);
+				old = cur;
+			}
+
+			// Only add window if we got to document (e.g., not plain obj or detached DOM)
+			if ( old && old === elem.ownerDocument ) {
+				eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]);
+			}
+		}
+
+		// Fire handlers on the event path
+		for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) {
+
+			cur = eventPath[i][0];
+			event.type = eventPath[i][1];
+
+			handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" );
+			if ( handle ) {
+				handle.apply( cur, data );
+			}
+			// Note that this is a bare JS function and not a jQuery handler
+			handle = ontype && cur[ ontype ];
+			if ( handle && jQuery.acceptData( cur ) && handle.apply( cur, data ) === false ) {
+				event.preventDefault();
+			}
+		}
+		event.type = type;
+
+		// If nobody prevented the default action, do it now
+		if ( !onlyHandlers && !event.isDefaultPrevented() ) {
+
+			if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) &&
+				!(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) {
+
+				// Call a native DOM method on the target with the same name name as the event.
+				// Can't use an .isFunction() check here because IE6/7 fails that test.
+				// Don't do default actions on window, that's where global variables be (#6170)
+				// IE<9 dies on focus/blur to hidden element (#1486)
+				if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
+
+					// Don't re-trigger an onFOO event when we call its FOO() method
+					old = elem[ ontype ];
+
+					if ( old ) {
+						elem[ ontype ] = null;
+					}
+
+					// Prevent re-triggering of the same event, since we already bubbled it above
+					jQuery.event.triggered = type;
+					elem[ type ]();
+					jQuery.event.triggered = undefined;
+
+					if ( old ) {
+						elem[ ontype ] = old;
+					}
+				}
+			}
+		}
+
+		return event.result;
+	},
+
+	dispatch: function( event ) {
+
+		// Make a writable jQuery.Event from the native event object
+		event = jQuery.event.fix( event || window.event );
+
+		var handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []),
+			delegateCount = handlers.delegateCount,
+			args = [].slice.call( arguments, 0 ),
+			run_all = !event.exclusive && !event.namespace,
+			handlerQueue = [],
+			i, j, cur, jqcur, ret, selMatch, matched, matches, handleObj, sel, related;
+
+		// Use the fix-ed jQuery.Event rather than the (read-only) native event
+		args[0] = event;
+		event.delegateTarget = this;
+
+		// Determine handlers that should run if there are delegated events
+		// Avoid disabled elements in IE (#6911) and non-left-click bubbling in Firefox (#3861)
+		if ( delegateCount && !event.target.disabled && !(event.button && event.type === "click") ) {
+
+			// Pregenerate a single jQuery object for reuse with .is()
+			jqcur = jQuery(this);
+			jqcur.context = this.ownerDocument || this;
+
+			for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
+				selMatch = {};
+				matches = [];
+				jqcur[0] = cur;
+				for ( i = 0; i < delegateCount; i++ ) {
+					handleObj = handlers[ i ];
+					sel = handleObj.selector;
+
+					if ( selMatch[ sel ] === undefined ) {
+						selMatch[ sel ] = (
+							handleObj.quick ? quickIs( cur, handleObj.quick ) : jqcur.is( sel )
+						);
+					}
+					if ( selMatch[ sel ] ) {
+						matches.push( handleObj );
+					}
+				}
+				if ( matches.length ) {
+					handlerQueue.push({ elem: cur, matches: matches });
+				}
+			}
+		}
+
+		// Add the remaining (directly-bound) handlers
+		if ( handlers.length > delegateCount ) {
+			handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
+		}
+
+		// Run delegates first; they may want to stop propagation beneath us
+		for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) {
+			matched = handlerQueue[ i ];
+			event.currentTarget = matched.elem;
+
+			for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
+				handleObj = matched.matches[ j ];
+
+				// Triggered event must either 1) be non-exclusive and have no namespace, or
+				// 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace).
+				if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) {
+
+					event.data = handleObj.data;
+					event.handleObj = handleObj;
+
+					ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )
+							.apply( matched.elem, args );
+
+					if ( ret !== undefined ) {
+						event.result = ret;
+						if ( ret === false ) {
+							event.preventDefault();
+							event.stopPropagation();
+						}
+					}
+				}
+			}
+		}
+
+		return event.result;
+	},
+
+	// Includes some event props shared by KeyEvent and MouseEvent
+	// *** attrChange attrName relatedNode srcElement  are not normalized, non-W3C, deprecated, will be removed in 1.8 ***
+	props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
+
+	fixHooks: {},
+
+	keyHooks: {
+		props: "char charCode key keyCode".split(" "),
+		filter: function( event, original ) {
+
+			// Add which for key events
+			if ( event.which == null ) {
+				event.which = original.charCode != null ? original.charCode : original.keyCode;
+			}
+
+			return event;
+		}
+	},
+
+	mouseHooks: {
+		props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
+		filter: function( event, original ) {
+			var eventDoc, doc, body,
+				button = original.button,
+				fromElement = original.fromElement;
+
+			// Calculate pageX/Y if missing and clientX/Y available
+			if ( event.pageX == null && original.clientX != null ) {
+				eventDoc = event.target.ownerDocument || document;
+				doc = eventDoc.documentElement;
+				body = eventDoc.body;
+
+				event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );
+				event.pageY = original.clientY + ( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) - ( doc && doc.clientTop  || body && body.clientTop  || 0 );
+			}
+
+			// Add relatedTarget, if necessary
+			if ( !event.relatedTarget && fromElement ) {
+				event.relatedTarget = fromElement === event.target ? original.toElement : fromElement;
+			}
+
+			// Add which for click: 1 === left; 2 === middle; 3 === right
+			// Note: button is not normalized, so don't use it
+			if ( !event.which && button !== undefined ) {
+				event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
+			}
+
+			return event;
+		}
+	},
+
+	fix: function( event ) {
+		if ( event[ jQuery.expando ] ) {
+			return event;
+		}
+
+		// Create a writable copy of the event object and normalize some properties
+		var i, prop,
+			originalEvent = event,
+			fixHook = jQuery.event.fixHooks[ event.type ] || {},
+			copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
+
+		event = jQuery.Event( originalEvent );
+
+		for ( i = copy.length; i; ) {
+			prop = copy[ --i ];
+			event[ prop ] = originalEvent[ prop ];
+		}
+
+		// Fix target property, if necessary (#1925, IE 6/7/8 & Safari2)
+		if ( !event.target ) {
+			event.target = originalEvent.srcElement || document;
+		}
+
+		// Target should not be a text node (#504, Safari)
+		if ( event.target.nodeType === 3 ) {
+			event.target = event.target.parentNode;
+		}
+
+		// For mouse/key events; add metaKey if it's not there (#3368, IE6/7/8)
+		if ( event.metaKey === undefined ) {
+			event.metaKey = event.ctrlKey;
+		}
+
+		return fixHook.filter? fixHook.filter( event, originalEvent ) : event;
+	},
+
+	special: {
+		ready: {
+			// Make sure the ready event is setup
+			setup: jQuery.bindReady
+		},
+
+		load: {
+			// Prevent triggered image.load events from bubbling to window.load
+			noBubble: true
+		},
+
+		focus: {
+			delegateType: "focusin"
+		},
+		blur: {
+			delegateType: "focusout"
+		},
+
+		beforeunload: {
+			setup: function( data, namespaces, eventHandle ) {
+				// We only want to do this special case on windows
+				if ( jQuery.isWindow( this ) ) {
+					this.onbeforeunload = eventHandle;
+				}
+			},
+
+			teardown: function( namespaces, eventHandle ) {
+				if ( this.onbeforeunload === eventHandle ) {
+					this.onbeforeunload = null;
+				}
+			}
+		}
+	},
+
+	simulate: function( type, elem, event, bubble ) {
+		// Piggyback on a donor event to simulate a different one.
+		// Fake originalEvent to avoid donor's stopPropagation, but if the
+		// simulated event prevents default then we do the same on the donor.
+		var e = jQuery.extend(
+			new jQuery.Event(),
+			event,
+			{ type: type,
+				isSimulated: true,
+				originalEvent: {}
+			}
+		);
+		if ( bubble ) {
+			jQuery.event.trigger( e, null, elem );
+		} else {
+			jQuery.event.dispatch.call( elem, e );
+		}
+		if ( e.isDefaultPrevented() ) {
+			event.preventDefault();
+		}
+	}
+};
+
+// Some plugins are using, but it's undocumented/deprecated and will be removed.
+// The 1.7 special event interface should provide all the hooks needed now.
+jQuery.event.handle = jQuery.event.dispatch;
+
+jQuery.removeEvent = document.removeEventListener ?
+	function( elem, type, handle ) {
+		if ( elem.removeEventListener ) {
+			elem.removeEventListener( type, handle, false );
+		}
+	} :
+	function( elem, type, handle ) {
+		if ( elem.detachEvent ) {
+			elem.detachEvent( "on" + type, handle );
+		}
+	};
+
+jQuery.Event = function( src, props ) {
+	// Allow instantiation without the 'new' keyword
+	if ( !(this instanceof jQuery.Event) ) {
+		return new jQuery.Event( src, props );
+	}
+
+	// Event object
+	if ( src && src.type ) {
+		this.originalEvent = src;
+		this.type = src.type;
+
+		// Events bubbling up the document may have been marked as prevented
+		// by a handler lower down the tree; reflect the correct value.
+		this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
+			src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse;
+
+	// Event type
+	} else {
+		this.type = src;
+	}
+
+	// Put explicitly provided properties onto the event object
+	if ( props ) {
+		jQuery.extend( this, props );
+	}
+
+	// Create a timestamp if incoming event doesn't have one
+	this.timeStamp = src && src.timeStamp || jQuery.now();
+
+	// Mark it as fixed
+	this[ jQuery.expando ] = true;
+};
+
+function returnFalse() {
+	return false;
+}
+function returnTrue() {
+	return true;
+}
+
+// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
+// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
+jQuery.Event.prototype = {
+	preventDefault: function() {
+		this.isDefaultPrevented = returnTrue;
+
+		var e = this.originalEvent;
+		if ( !e ) {
+			return;
+		}
+
+		// if preventDefault exists run it on the original event
+		if ( e.preventDefault ) {
+			e.preventDefault();
+
+		// otherwise set the returnValue property of the original event to false (IE)
+		} else {
+			e.returnValue = false;
+		}
+	},
+	stopPropagation: function() {
+		this.isPropagationStopped = returnTrue;
+
+		var e = this.originalEvent;
+		if ( !e ) {
+			return;
+		}
+		// if stopPropagation exists run it on the original event
+		if ( e.stopPropagation ) {
+			e.stopPropagation();
+		}
+		// otherwise set the cancelBubble property of the original event to true (IE)
+		e.cancelBubble = true;
+	},
+	stopImmediatePropagation: function() {
+		this.isImmediatePropagationStopped = returnTrue;
+		this.stopPropagation();
+	},
+	isDefaultPrevented: returnFalse,
+	isPropagationStopped: returnFalse,
+	isImmediatePropagationStopped: returnFalse
+};
+
+// Create mouseenter/leave events using mouseover/out and event-time checks
+jQuery.each({
+	mouseenter: "mouseover",
+	mouseleave: "mouseout"
+}, function( orig, fix ) {
+	jQuery.event.special[ orig ] = {
+		delegateType: fix,
+		bindType: fix,
+
+		handle: function( event ) {
+			var target = this,
+				related = event.relatedTarget,
+				handleObj = event.handleObj,
+				selector = handleObj.selector,
+				ret;
+
+			// For mousenter/leave call the handler if related is outside the target.
+			// NB: No relatedTarget if the mouse left/entered the browser window
+			if ( !related || (related !== target && !jQuery.contains( target, related )) ) {
+				event.type = handleObj.origType;
+				ret = handleObj.handler.apply( this, arguments );
+				event.type = fix;
+			}
+			return ret;
+		}
+	};
+});
+
+// IE submit delegation
+if ( !jQuery.support.submitBubbles ) {
+
+	jQuery.event.special.submit = {
+		setup: function() {
+			// Only need this for delegated form submit events
+			if ( jQuery.nodeName( this, "form" ) ) {
+				return false;
+			}
+
+			// Lazy-add a submit handler when a descendant form may potentially be submitted
+			jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
+				// Node name check avoids a VML-related crash in IE (#9807)
+				var elem = e.target,
+					form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined;
+				if ( form && !form._submit_attached ) {
+					jQuery.event.add( form, "submit._submit", function( event ) {
+						// If form was submitted by the user, bubble the event up the tree
+						if ( this.parentNode && !event.isTrigger ) {
+							jQuery.event.simulate( "submit", this.parentNode, event, true );
+						}
+					});
+					form._submit_attached = true;
+				}
+			});
+			// return undefined since we don't need an event listener
+		},
+
+		teardown: function() {
+			// Only need this for delegated form submit events
+			if ( jQuery.nodeName( this, "form" ) ) {
+				return false;
+			}
+
+			// Remove delegated handlers; cleanData eventually reaps submit handlers attached above
+			jQuery.event.remove( this, "._submit" );
+		}
+	};
+}
+
+// IE change delegation and checkbox/radio fix
+if ( !jQuery.support.changeBubbles ) {
+
+	jQuery.event.special.change = {
+
+		setup: function() {
+
+			if ( rformElems.test( this.nodeName ) ) {
+				// IE doesn't fire change on a check/radio until blur; trigger it on click
+				// after a propertychange. Eat the blur-change in special.change.handle.
+				// This still fires onchange a second time for check/radio after blur.
+				if ( this.type === "checkbox" || this.type === "radio" ) {
+					jQuery.event.add( this, "propertychange._change", function( event ) {
+						if ( event.originalEvent.propertyName === "checked" ) {
+							this._just_changed = true;
+						}
+					});
+					jQuery.event.add( this, "click._change", function( event ) {
+						if ( this._just_changed && !event.isTrigger ) {
+							this._just_changed = false;
+							jQuery.event.simulate( "change", this, event, true );
+						}
+					});
+				}
+				return false;
+			}
+			// Delegated event; lazy-add a change handler on descendant inputs
+			jQuery.event.add( this, "beforeactivate._change", function( e ) {
+				var elem = e.target;
+
+				if ( rformElems.test( elem.nodeName ) && !elem._change_attached ) {
+					jQuery.event.add( elem, "change._change", function( event ) {
+						if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
+							jQuery.event.simulate( "change", this.parentNode, event, true );
+						}
+					});
+					elem._change_attached = true;
+				}
+			});
+		},
+
+		handle: function( event ) {
+			var elem = event.target;
+
+			// Swallow native change events from checkbox/radio, we already triggered them above
+			if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) {
+				return event.handleObj.handler.apply( this, arguments );
+			}
+		},
+
+		teardown: function() {
+			jQuery.event.remove( this, "._change" );
+
+			return rformElems.test( this.nodeName );
+		}
+	};
+}
+
+// Create "bubbling" focus and blur events
+if ( !jQuery.support.focusinBubbles ) {
+	jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
+
+		// Attach a single capturing handler while someone wants focusin/focusout
+		var attaches = 0,
+			handler = function( event ) {
+				jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
+			};
+
+		jQuery.event.special[ fix ] = {
+			setup: function() {
+				if ( attaches++ === 0 ) {
+					document.addEventListener( orig, handler, true );
+				}
+			},
+			teardown: function() {
+				if ( --attaches === 0 ) {
+					document.removeEventListener( orig, handler, true );
+				}
+			}
+		};
+	});
+}
+
+jQuery.fn.extend({
+
+	on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
+		var origFn, type;
+
+		// Types can be a map of types/handlers
+		if ( typeof types === "object" ) {
+			// ( types-Object, selector, data )
+			if ( typeof selector !== "string" ) {
+				// ( types-Object, data )
+				data = selector;
+				selector = undefined;
+			}
+			for ( type in types ) {
+				this.on( type, selector, data, types[ type ], one );
+			}
+			return this;
+		}
+
+		if ( data == null && fn == null ) {
+			// ( types, fn )
+			fn = selector;
+			data = selector = undefined;
+		} else if ( fn == null ) {
+			if ( typeof selector === "string" ) {
+				// ( types, selector, fn )
+				fn = data;
+				data = undefined;
+			} else {
+				// ( types, data, fn )
+				fn = data;
+				data = selector;
+				selector = undefined;
+			}
+		}
+		if ( fn === false ) {
+			fn = returnFalse;
+		} else if ( !fn ) {
+			return this;
+		}
+
+		if ( one === 1 ) {
+			origFn = fn;
+			fn = function( event ) {
+				// Can use an empty set, since event contains the info
+				jQuery().off( event );
+				return origFn.apply( this, arguments );
+			};
+			// Use same guid so caller can remove using origFn
+			fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
+		}
+		return this.each( function() {
+			jQuery.event.add( this, types, fn, data, selector );
+		});
+	},
+	one: function( types, selector, data, fn ) {
+		return this.on.call( this, types, selector, data, fn, 1 );
+	},
+	off: function( types, selector, fn ) {
+		if ( types && types.preventDefault && types.handleObj ) {
+			// ( event )  dispatched jQuery.Event
+			var handleObj = types.handleObj;
+			jQuery( types.delegateTarget ).off(
+				handleObj.namespace? handleObj.type + "." + handleObj.namespace : handleObj.type,
+				handleObj.selector,
+				handleObj.handler
+			);
+			return this;
+		}
+		if ( typeof types === "object" ) {
+			// ( types-object [, selector] )
+			for ( var type in types ) {
+				this.off( type, selector, types[ type ] );
+			}
+			return this;
+		}
+		if ( selector === false || typeof selector === "function" ) {
+			// ( types [, fn] )
+			fn = selector;
+			selector = undefined;
+		}
+		if ( fn === false ) {
+			fn = returnFalse;
+		}
+		return this.each(function() {
+			jQuery.event.remove( this, types, fn, selector );
+		});
+	},
+
+	bind: function( types, data, fn ) {
+		return this.on( types, null, data, fn );
+	},
+	unbind: function( types, fn ) {
+		return this.off( types, null, fn );
+	},
+
+	live: function( types, data, fn ) {
+		jQuery( this.context ).on( types, this.selector, data, fn );
+		return this;
+	},
+	die: function( types, fn ) {
+		jQuery( this.context ).off( types, this.selector || "**", fn );
+		return this;
+	},
+
+	delegate: function( selector, types, data, fn ) {
+		return this.on( types, selector, data, fn );
+	},
+	undelegate: function( selector, types, fn ) {
+		// ( namespace ) or ( selector, types [, fn] )
+		return arguments.length == 1? this.off( selector, "**" ) : this.off( types, selector, fn );
+	},
+
+	trigger: function( type, data ) {
+		return this.each(function() {
+			jQuery.event.trigger( type, data, this );
+		});
+	},
+	triggerHandler: function( type, data ) {
+		if ( this[0] ) {
+			return jQuery.event.trigger( type, data, this[0], true );
+		}
+	},
+
+	toggle: function( fn ) {
+		// Save reference to arguments for access in closure
+		var args = arguments,
+			guid = fn.guid || jQuery.guid++,
+			i = 0,
+			toggler = function( event ) {
+				// Figure out which function to execute
+				var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i;
+				jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 );
+
+				// Make sure that clicks stop
+				event.preventDefault();
+
+				// and execute the function
+				return args[ lastToggle ].apply( this, arguments ) || false;
+			};
+
+		// link all the functions, so any of them can unbind this click handler
+		toggler.guid = guid;
+		while ( i < args.length ) {
+			args[ i++ ].guid = guid;
+		}
+
+		return this.click( toggler );
+	},
+
+	hover: function( fnOver, fnOut ) {
+		return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
+	}
+});
+
+jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
+	"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
+	"change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) {
+
+	// Handle event binding
+	jQuery.fn[ name ] = function( data, fn ) {
+		if ( fn == null ) {
+			fn = data;
+			data = null;
+		}
+
+		return arguments.length > 0 ?
+			this.on( name, null, data, fn ) :
+			this.trigger( name );
+	};
+
+	if ( jQuery.attrFn ) {
+		jQuery.attrFn[ name ] = true;
+	}
+
+	if ( rkeyEvent.test( name ) ) {
+		jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks;
+	}
+
+	if ( rmouseEvent.test( name ) ) {
+		jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks;
+	}
+});
+
+
+
+/*!
+ * Sizzle CSS Selector Engine
+ *  Copyright 2012, The Dojo Foundation
+ *  Released under the MIT, BSD, and GPL Licenses.
+ *  More information: http://sizzlejs.com/
+ */
+(function(){
+
+var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
+	expando = "sizcache" + (Math.random() + '').replace('.', ''),
+	done = 0,
+	toString = Object.prototype.toString,
+	hasDuplicate = false,
+	baseHasDuplicate = true,
+	rBackslash = /\\/g,
+	rReturn = /\r\n/g,
+	rNonWord = /\W/;
+
+// Here we check if the JavaScript engine is using some sort of
+// optimization where it does not always call our comparision
+// function. If that is the case, discard the hasDuplicate value.
+//   Thus far that includes Google Chrome.
+[0, 0].sort(function() {
+	baseHasDuplicate = false;
+	return 0;
+});
+
+var Sizzle = function( selector, context, results, seed ) {
+	results = results || [];
+	context = context || document;
+
+	var origContext = context;
+
+	if ( context.nodeType !== 1 && context.nodeType !== 9 ) {
+		return [];
+	}
+
+	if ( !selector || typeof selector !== "string" ) {
+		return results;
+	}
+
+	var m, set, checkSet, extra, ret, cur, pop, i,
+		prune = true,
+		contextXML = Sizzle.isXML( context ),
+		parts = [],
+		soFar = selector;
+
+	// Reset the position of the chunker regexp (start from head)
+	do {
+		chunker.exec( "" );
+		m = chunker.exec( soFar );
+
+		if ( m ) {
+			soFar = m[3];
+
+			parts.push( m[1] );
+
+			if ( m[2] ) {
+				extra = m[3];
+				break;
+			}
+		}
+	} while ( m );
+
+	if ( parts.length > 1 && origPOS.exec( selector ) ) {
+
+		if ( parts.length === 2 && Expr.relative[ parts[0] ] ) {
+			set = posProcess( parts[0] + parts[1], context, seed );
+
+		} else {
+			set = Expr.relative[ parts[0] ] ?
+				[ context ] :
+				Sizzle( parts.shift(), context );
+
+			while ( parts.length ) {
+				selector = parts.shift();
+
+				if ( Expr.relative[ selector ] ) {
+					selector += parts.shift();
+				}
+
+				set = posProcess( selector, set, seed );
+			}
+		}
+
+	} else {
+		// Take a shortcut and set the context if the root selector is an ID
+		// (but not if it'll be faster if the inner selector is an ID)
+		if ( !seed && parts.length > 1 && context.nodeType === 9 && !contextXML &&
+				Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) {
+
+			ret = Sizzle.find( parts.shift(), context, contextXML );
+			context = ret.expr ?
+				Sizzle.filter( ret.expr, ret.set )[0] :
+				ret.set[0];
+		}
+
+		if ( context ) {
+			ret = seed ?
+				{ expr: parts.pop(), set: makeArray(seed) } :
+				Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.parentNode ? context.parentNode : context, contextXML );
+
+			set = ret.expr ?
+				Sizzle.filter( ret.expr, ret.set ) :
+				ret.set;
+
+			if ( parts.length > 0 ) {
+				checkSet = makeArray( set );
+
+			} else {
+				prune = false;
+			}
+
+			while ( parts.length ) {
+				cur = parts.pop();
+				pop = cur;
+
+				if ( !Expr.relative[ cur ] ) {
+					cur = "";
+				} else {
+					pop = parts.pop();
+				}
+
+				if ( pop == null ) {
+					pop = context;
+				}
+
+				Expr.relative[ cur ]( checkSet, pop, contextXML );
+			}
+
+		} else {
+			checkSet = parts = [];
+		}
+	}
+
+	if ( !checkSet ) {
+		checkSet = set;
+	}
+
+	if ( !checkSet ) {
+		Sizzle.error( cur || selector );
+	}
+
+	if ( toString.call(checkSet) === "[object Array]" ) {
+		if ( !prune ) {
+			results.push.apply( results, checkSet );
+
+		} else if ( context && context.nodeType === 1 ) {
+			for ( i = 0; checkSet[i] != null; i++ ) {
+				if ( checkSet[i] && (checkSet[i] === true || checkSet[i].nodeType === 1 && Sizzle.contains(context, checkSet[i])) ) {
+					results.push( set[i] );
+				}
+			}
+
+		} else {
+			for ( i = 0; checkSet[i] != null; i++ ) {
+				if ( checkSet[i] && checkSet[i].nodeType === 1 ) {
+					results.push( set[i] );
+				}
+			}
+		}
+
+	} else {
+		makeArray( checkSet, results );
+	}
+
+	if ( extra ) {
+		Sizzle( extra, origContext, results, seed );
+		Sizzle.uniqueSort( results );
+	}
+
+	return results;
+};
+
+Sizzle.uniqueSort = function( results ) {
+	if ( sortOrder ) {
+		hasDuplicate = baseHasDuplicate;
+		results.sort( sortOrder );
+
+		if ( hasDuplicate ) {
+			for ( var i = 1; i < results.length; i++ ) {
+				if ( results[i] === results[ i - 1 ] ) {
+					results.splice( i--, 1 );
+				}
+			}
+		}
+	}
+
+	return results;
+};
+
+Sizzle.matches = function( expr, set ) {
+	return Sizzle( expr, null, null, set );
+};
+
+Sizzle.matchesSelector = function( node, expr ) {
+	return Sizzle( expr, null, null, [node] ).length > 0;
+};
+
+Sizzle.find = function( expr, context, isXML ) {
+	var set, i, len, match, type, left;
+
+	if ( !expr ) {
+		return [];
+	}
+
+	for ( i = 0, len = Expr.order.length; i < len; i++ ) {
+		type = Expr.order[i];
+
+		if ( (match = Expr.leftMatch[ type ].exec( expr )) ) {
+			left = match[1];
+			match.splice( 1, 1 );
+
+			if ( left.substr( left.length - 1 ) !== "\\" ) {
+				match[1] = (match[1] || "").replace( rBackslash, "" );
+				set = Expr.find[ type ]( match, context, isXML );
+
+				if ( set != null ) {
+					expr = expr.replace( Expr.match[ type ], "" );
+					break;
+				}
+			}
+		}
+	}
+
+	if ( !set ) {
+		set = typeof context.getElementsByTagName !== "undefined" ?
+			context.getElementsByTagName( "*" ) :
+			[];
+	}
+
+	return { set: set, expr: expr };
+};
+
+Sizzle.filter = function( expr, set, inplace, not ) {
+	var match, anyFound,
+		type, found, item, filter, left,
+		i, pass,
+		old = expr,
+		result = [],
+		curLoop = set,
+		isXMLFilter = set && set[0] && Sizzle.isXML( set[0] );
+
+	while ( expr && set.length ) {
+		for ( type in Expr.filter ) {
+			if ( (match = Expr.leftMatch[ type ].exec( expr )) != null && match[2] ) {
+				filter = Expr.filter[ type ];
+				left = match[1];
+
+				anyFound = false;
+
+				match.splice(1,1);
+
+				if ( left.substr( left.length - 1 ) === "\\" ) {
+					continue;
+				}
+
+				if ( curLoop === result ) {
+					result = [];
+				}
+
+				if ( Expr.preFilter[ type ] ) {
+					match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter );
+
+					if ( !match ) {
+						anyFound = found = true;
+
+					} else if ( match === true ) {
+						continue;
+					}
+				}
+
+				if ( match ) {
+					for ( i = 0; (item = curLoop[i]) != null; i++ ) {
+						if ( item ) {
+							found = filter( item, match, i, curLoop );
+							pass = not ^ found;
+
+							if ( inplace && found != null ) {
+								if ( pass ) {
+									anyFound = true;
+
+								} else {
+									curLoop[i] = false;
+								}
+
+							} else if ( pass ) {
+								result.push( item );
+								anyFound = true;
+							}
+						}
+					}
+				}
+
+				if ( found !== undefined ) {
+					if ( !inplace ) {
+						curLoop = result;
+					}
+
+					expr = expr.replace( Expr.match[ type ], "" );
+
+					if ( !anyFound ) {
+						return [];
+					}
+
+					break;
+				}
+			}
+		}
+
+		// Improper expression
+		if ( expr === old ) {
+			if ( anyFound == null ) {
+				Sizzle.error( expr );
+
+			} else {
+				break;
+			}
+		}
+
+		old = expr;
+	}
+
+	return curLoop;
+};
+
+Sizzle.error = function( msg ) {
+	throw new Error( "Syntax error, unrecognized expression: " + msg );
+};
+
+/**
+ * Utility function for retreiving the text value of an array of DOM nodes
+ * @param {Array|Element} elem
+ */
+var getText = Sizzle.getText = function( elem ) {
+    var i, node,
+		nodeType = elem.nodeType,
+		ret = "";
+
+	if ( nodeType ) {
+		if ( nodeType === 1 || nodeType === 9 ) {
+			// Use textContent || innerText for elements
+			if ( typeof elem.textContent === 'string' ) {
+				return elem.textContent;
+			} else if ( typeof elem.innerText === 'string' ) {
+				// Replace IE's carriage returns
+				return elem.innerText.replace( rReturn, '' );
+			} else {
+				// Traverse it's children
+				for ( elem = elem.firstChild; elem; elem = elem.nextSibling) {
+					ret += getText( elem );
+				}
+			}
+		} else if ( nodeType === 3 || nodeType === 4 ) {
+			return elem.nodeValue;
+		}
+	} else {
+
+		// If no nodeType, this is expected to be an array
+		for ( i = 0; (node = elem[i]); i++ ) {
+			// Do not traverse comment nodes
+			if ( node.nodeType !== 8 ) {
+				ret += getText( node );
+			}
+		}
+	}
+	return ret;
+};
+
+var Expr = Sizzle.selectors = {
+	order: [ "ID", "NAME", "TAG" ],
+
+	match: {
+		ID: /#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
+		CLASS: /\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,
+		NAME: /\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,
+		ATTR: /\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,
+		TAG: /^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,
+		CHILD: /:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,
+		POS: /:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,
+		PSEUDO: /:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/
+	},
+
+	leftMatch: {},
+
+	attrMap: {
+		"class": "className",
+		"for": "htmlFor"
+	},
+
+	attrHandle: {
+		href: function( elem ) {
+			return elem.getAttribute( "href" );
+		},
+		type: function( elem ) {
+			return elem.getAttribute( "type" );
+		}
+	},
+
+	relative: {
+		"+": function(checkSet, part){
+			var isPartStr = typeof part === "string",
+				isTag = isPartStr && !rNonWord.test( part ),
+				isPartStrNotTag = isPartStr && !isTag;
+
+			if ( isTag ) {
+				part = part.toLowerCase();
+			}
+
+			for ( var i = 0, l = checkSet.length, elem; i < l; i++ ) {
+				if ( (elem = checkSet[i]) ) {
+					while ( (elem = elem.previousSibling) && elem.nodeType !== 1 ) {}
+
+					checkSet[i] = isPartStrNotTag || elem && elem.nodeName.toLowerCase() === part ?
+						elem || false :
+						elem === part;
+				}
+			}
+
+			if ( isPartStrNotTag ) {
+				Sizzle.filter( part, checkSet, true );
+			}
+		},
+
+		">": function( checkSet, part ) {
+			var elem,
+				isPartStr = typeof part === "string",
+				i = 0,
+				l = checkSet.length;
+
+			if ( isPartStr && !rNonWord.test( part ) ) {
+				part = part.toLowerCase();
+
+				for ( ; i < l; i++ ) {
+					elem = checkSet[i];
+
+					if ( elem ) {
+						var parent = elem.parentNode;
+						checkSet[i] = parent.nodeName.toLowerCase() === part ? parent : false;
+					}
+				}
+
+			} else {
+				for ( ; i < l; i++ ) {
+					elem = checkSet[i];
+
+					if ( elem ) {
+						checkSet[i] = isPartStr ?
+							elem.parentNode :
+							elem.parentNode === part;
+					}
+				}
+
+				if ( isPartStr ) {
+					Sizzle.filter( part, checkSet, true );
+				}
+			}
+		},
+
+		"": function(checkSet, part, isXML){
+			var nodeCheck,
+				doneName = done++,
+				checkFn = dirCheck;
+
+			if ( typeof part === "string" && !rNonWord.test( part ) ) {
+				part = part.toLowerCase();
+				nodeCheck = part;
+				checkFn = dirNodeCheck;
+			}
+
+			checkFn( "parentNode", part, doneName, checkSet, nodeCheck, isXML );
+		},
+
+		"~": function( checkSet, part, isXML ) {
+			var nodeCheck,
+				doneName = done++,
+				checkFn = dirCheck;
+
+			if ( typeof part === "string" && !rNonWord.test( part ) ) {
+				part = part.toLowerCase();
+				nodeCheck = part;
+				checkFn = dirNodeCheck;
+			}
+
+			checkFn( "previousSibling", part, doneName, checkSet, nodeCheck, isXML );
+		}
+	},
+
+	find: {
+		ID: function( match, context, isXML ) {
+			if ( typeof context.getElementById !== "undefined" && !isXML ) {
+				var m = context.getElementById(match[1]);
+				// Check parentNode to catch when Blackberry 4.6 returns
+				// nodes that are no longer in the document #6963
+				return m && m.parentNode ? [m] : [];
+			}
+		},
+
+		NAME: function( match, context ) {
+			if ( typeof context.getElementsByName !== "undefined" ) {
+				var ret = [],
+					results = context.getElementsByName( match[1] );
+
+				for ( var i = 0, l = results.length; i < l; i++ ) {
+					if ( results[i].getAttribute("name") === match[1] ) {
+						ret.push( results[i] );
+					}
+				}
+
+				return ret.length === 0 ? null : ret;
+			}
+		},
+
+		TAG: function( match, context ) {
+			if ( typeof context.getElementsByTagName !== "undefined" ) {
+				return context.getElementsByTagName( match[1] );
+			}
+		}
+	},
+	preFilter: {
+		CLASS: function( match, curLoop, inplace, result, not, isXML ) {
+			match = " " + match[1].replace( rBackslash, "" ) + " ";
+
+			if ( isXML ) {
+				return match;
+			}
+
+			for ( var i = 0, elem; (elem = curLoop[i]) != null; i++ ) {
+				if ( elem ) {
+					if ( not ^ (elem.className && (" " + elem.className + " ").replace(/[\t\n\r]/g, " ").indexOf(match) >= 0) ) {
+						if ( !inplace ) {
+							result.push( elem );
+						}
+
+					} else if ( inplace ) {
+						curLoop[i] = false;
+					}
+				}
+			}
+
+			return false;
+		},
+
+		ID: function( match ) {
+			return match[1].replace( rBackslash, "" );
+		},
+
+		TAG: function( match, curLoop ) {
+			return match[1].replace( rBackslash, "" ).toLowerCase();
+		},
+
+		CHILD: function( match ) {
+			if ( match[1] === "nth" ) {
+				if ( !match[2] ) {
+					Sizzle.error( match[0] );
+				}
+
+				match[2] = match[2].replace(/^\+|\s*/g, '');
+
+				// parse equations like 'even', 'odd', '5', '2n', '3n+2', '4n-1', '-n+6'
+				var test = /(-?)(\d*)(?:n([+\-]?\d*))?/.exec(
+					match[2] === "even" && "2n" || match[2] === "odd" && "2n+1" ||
+					!/\D/.test( match[2] ) && "0n+" + match[2] || match[2]);
+
+				// calculate the numbers (first)n+(last) including if they are negative
+				match[2] = (test[1] + (test[2] || 1)) - 0;
+				match[3] = test[3] - 0;
+			}
+			else if ( match[2] ) {
+				Sizzle.error( match[0] );
+			}
+
+			// TODO: Move to normal caching system
+			match[0] = done++;
+
+			return match;
+		},
+
+		ATTR: function( match, curLoop, inplace, result, not, isXML ) {
+			var name = match[1] = match[1].replace( rBackslash, "" );
+
+			if ( !isXML && Expr.attrMap[name] ) {
+				match[1] = Expr.attrMap[name];
+			}
+
+			// Handle if an un-quoted value was used
+			match[4] = ( match[4] || match[5] || "" ).replace( rBackslash, "" );
+
+			if ( match[2] === "~=" ) {
+				match[4] = " " + match[4] + " ";
+			}
+
+			return match;
+		},
+
+		PSEUDO: function( match, curLoop, inplace, result, not ) {
+			if ( match[1] === "not" ) {
+				// If we're dealing with a complex expression, or a simple one
+				if ( ( chunker.exec(match[3]) || "" ).length > 1 || /^\w/.test(match[3]) ) {
+					match[3] = Sizzle(match[3], null, null, curLoop);
+
+				} else {
+					var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not);
+
+					if ( !inplace ) {
+						result.push.apply( result, ret );
+					}
+
+					return false;
+				}
+
+			} else if ( Expr.match.POS.test( match[0] ) || Expr.match.CHILD.test( match[0] ) ) {
+				return true;
+			}
+
+			return match;
+		},
+
+		POS: function( match ) {
+			match.unshift( true );
+
+			return match;
+		}
+	},
+
+	filters: {
+		enabled: function( elem ) {
+			return elem.disabled === false && elem.type !== "hidden";
+		},
+
+		disabled: function( elem ) {
+			return elem.disabled === true;
+		},
+
+		checked: function( elem ) {
+			return elem.checked === true;
+		},
+
+		selected: function( elem ) {
+			// Accessing this property makes selected-by-default
+			// options in Safari work properly
+			if ( elem.parentNode ) {
+				elem.parentNode.selectedIndex;
+			}
+
+			return elem.selected === true;
+		},
+
+		parent: function( elem ) {
+			return !!elem.firstChild;
+		},
+
+		empty: function( elem ) {
+			return !elem.firstChild;
+		},
+
+		has: function( elem, i, match ) {
+			return !!Sizzle( match[3], elem ).length;
+		},
+
+		header: function( elem ) {
+			return (/h\d/i).test( elem.nodeName );
+		},
+
+		text: function( elem ) {
+			var attr = elem.getAttribute( "type" ), type = elem.type;
+			// IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc)
+			// use getAttribute instead to test this case
+			return elem.nodeName.toLowerCase() === "input" && "text" === type && ( attr === type || attr === null );
+		},
+
+		radio: function( elem ) {
+			return elem.nodeName.toLowerCase() === "input" && "radio" === elem.type;
+		},
+
+		checkbox: function( elem ) {
+			return elem.nodeName.toLowerCase() === "input" && "checkbox" === elem.type;
+		},
+
+		file: function( elem ) {
+			return elem.nodeName.toLowerCase() === "input" && "file" === elem.type;
+		},
+
+		password: function( elem ) {
+			return elem.nodeName.toLowerCase() === "input" && "password" === elem.type;
+		},
+
+		submit: function( elem ) {
+			var name = elem.nodeName.toLowerCase();
+			return (name === "input" || name === "button") && "submit" === elem.type;
+		},
+
+		image: function( elem ) {
+			return elem.nodeName.toLowerCase() === "input" && "image" === elem.type;
+		},
+
+		reset: function( elem ) {
+			var name = elem.nodeName.toLowerCase();
+			return (name === "input" || name === "button") && "reset" === elem.type;
+		},
+
+		button: function( elem ) {
+			var name = elem.nodeName.toLowerCase();
+			return name === "input" && "button" === elem.type || name === "button";
+		},
+
+		input: function( elem ) {
+			return (/input|select|textarea|button/i).test( elem.nodeName );
+		},
+
+		focus: function( elem ) {
+			return elem === elem.ownerDocument.activeElement;
+		}
+	},
+	setFilters: {
+		first: function( elem, i ) {
+			return i === 0;
+		},
+
+		last: function( elem, i, match, array ) {
+			return i === array.length - 1;
+		},
+
+		even: function( elem, i ) {
+			return i % 2 === 0;
+		},
+
+		odd: function( elem, i ) {
+			return i % 2 === 1;
+		},
+
+		lt: function( elem, i, match ) {
+			return i < match[3] - 0;
+		},
+
+		gt: function( elem, i, match ) {
+			return i > match[3] - 0;
+		},
+
+		nth: function( elem, i, match ) {
+			return match[3] - 0 === i;
+		},
+
+		eq: function( elem, i, match ) {
+			return match[3] - 0 === i;
+		}
+	},
+	filter: {
+		PSEUDO: function( elem, match, i, array ) {
+			var name = match[1],
+				filter = Expr.filters[ name ];
+
+			if ( filter ) {
+				return filter( elem, i, match, array );
+
+			} else if ( name === "contains" ) {
+				return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0;
+
+			} else if ( name === "not" ) {
+				var not = match[3];
+
+				for ( var j = 0, l = not.length; j < l; j++ ) {
+					if ( not[j] === elem ) {
+						return false;
+					}
+				}
+
+				return true;
+
+			} else {
+				Sizzle.error( name );
+			}
+		},
+
+		CHILD: function( elem, match ) {
+			var first, last,
+				doneName, parent, cache,
+				count, diff,
+				type = match[1],
+				node = elem;
+
+			switch ( type ) {
+				case "only":
+				case "first":
+					while ( (node = node.previousSibling) )	 {
+						if ( node.nodeType === 1 ) {
+							return false;
+						}
+					}
+
+					if ( type === "first" ) {
+						return true;
+					}
+
+					node = elem;
+
+				case "last":
+					while ( (node = node.nextSibling) )	 {
+						if ( node.nodeType === 1 ) {
+							return false;
+						}
+					}
+
+					return true;
+
+				case "nth":
+					first = match[2];
+					last = match[3];
+
+					if ( first === 1 && last === 0 ) {
+						return true;
+					}
+
+					doneName = match[0];
+					parent = elem.parentNode;
+
+					if ( parent && (parent[ expando ] !== doneName || !elem.nodeIndex) ) {
+						count = 0;
+
+						for ( node = parent.firstChild; node; node = node.nextSibling ) {
+							if ( node.nodeType === 1 ) {
+								node.nodeIndex = ++count;
+							}
+						}
+
+						parent[ expando ] = doneName;
+					}
+
+					diff = elem.nodeIndex - last;
+
+					if ( first === 0 ) {
+						return diff === 0;
+
+					} else {
+						return ( diff % first === 0 && diff / first >= 0 );
+					}
+			}
+		},
+
+		ID: function( elem, match ) {
+			return elem.nodeType === 1 && elem.getAttribute("id") === match;
+		},
+
+		TAG: function( elem, match ) {
+			return (match === "*" && elem.nodeType === 1) || !!elem.nodeName && elem.nodeName.toLowerCase() === match;
+		},
+
+		CLASS: function( elem, match ) {
+			return (" " + (elem.className || elem.getAttribute("class")) + " ")
+				.indexOf( match ) > -1;
+		},
+
+		ATTR: function( elem, match ) {
+			var name = match[1],
+				result = Sizzle.attr ?
+					Sizzle.attr( elem, name ) :
+					Expr.attrHandle[ name ] ?
+					Expr.attrHandle[ name ]( elem ) :
+					elem[ name ] != null ?
+						elem[ name ] :
+						elem.getAttribute( name ),
+				value = result + "",
+				type = match[2],
+				check = match[4];
+
+			return result == null ?
+				type === "!=" :
+				!type && Sizzle.attr ?
+				result != null :
+				type === "=" ?
+				value === check :
+				type === "*=" ?
+				value.indexOf(check) >= 0 :
+				type === "~=" ?
+				(" " + value + " ").indexOf(check) >= 0 :
+				!check ?
+				value && result !== false :
+				type === "!=" ?
+				value !== check :
+				type === "^=" ?
+				value.indexOf(check) === 0 :
+				type === "$=" ?
+				value.substr(value.length - check.length) === check :
+				type === "|=" ?
+				value === check || value.substr(0, check.length + 1) === check + "-" :
+				false;
+		},
+
+		POS: function( elem, match, i, array ) {
+			var name = match[2],
+				filter = Expr.setFilters[ name ];
+
+			if ( filter ) {
+				return filter( elem, i, match, array );
+			}
+		}
+	}
+};
+
+var origPOS = Expr.match.POS,
+	fescape = function(all, num){
+		return "\\" + (num - 0 + 1);
+	};
+
+for ( var type in Expr.match ) {
+	Expr.match[ type ] = new RegExp( Expr.match[ type ].source + (/(?![^\[]*\])(?![^\(]*\))/.source) );
+	Expr.leftMatch[ type ] = new RegExp( /(^(?:.|\r|\n)*?)/.source + Expr.match[ type ].source.replace(/\\(\d+)/g, fescape) );
+}
+
+var makeArray = function( array, results ) {
+	array = Array.prototype.slice.call( array, 0 );
+
+	if ( results ) {
+		results.push.apply( results, array );
+		return results;
+	}
+
+	return array;
+};
+
+// Perform a simple check to determine if the browser is capable of
+// converting a NodeList to an array using builtin methods.
+// Also verifies that the returned array holds DOM nodes
+// (which is not the case in the Blackberry browser)
+try {
+	Array.prototype.slice.call( document.documentElement.childNodes, 0 )[0].nodeType;
+
+// Provide a fallback method if it does not work
+} catch( e ) {
+	makeArray = function( array, results ) {
+		var i = 0,
+			ret = results || [];
+
+		if ( toString.call(array) === "[object Array]" ) {
+			Array.prototype.push.apply( ret, array );
+
+		} else {
+			if ( typeof array.length === "number" ) {
+				for ( var l = array.length; i < l; i++ ) {
+					ret.push( array[i] );
+				}
+
+			} else {
+				for ( ; array[i]; i++ ) {
+					ret.push( array[i] );
+				}
+			}
+		}
+
+		return ret;
+	};
+}
+
+var sortOrder, siblingCheck;
+
+if ( document.documentElement.compareDocumentPosition ) {
+	sortOrder = function( a, b ) {
+		if ( a === b ) {
+			hasDuplicate = true;
+			return 0;
+		}
+
+		if ( !a.compareDocumentPosition || !b.compareDocumentPosition ) {
+			return a.compareDocumentPosition ? -1 : 1;
+		}
+
+		return a.compareDocumentPosition(b) & 4 ? -1 : 1;
+	};
+
+} else {
+	sortOrder = function( a, b ) {
+		// The nodes are identical, we can exit early
+		if ( a === b ) {
+			hasDuplicate = true;
+			return 0;
+
+		// Fallback to using sourceIndex (in IE) if it's available on both nodes
+		} else if ( a.sourceIndex && b.sourceIndex ) {
+			return a.sourceIndex - b.sourceIndex;
+		}
+
+		var al, bl,
+			ap = [],
+			bp = [],
+			aup = a.parentNode,
+			bup = b.parentNode,
+			cur = aup;
+
+		// If the nodes are siblings (or identical) we can do a quick check
+		if ( aup === bup ) {
+			return siblingCheck( a, b );
+
+		// If no parents were found then the nodes are disconnected
+		} else if ( !aup ) {
+			return -1;
+
+		} else if ( !bup ) {
+			return 1;
+		}
+
+		// Otherwise they're somewhere else in the tree so we need
+		// to build up a full list of the parentNodes for comparison
+		while ( cur ) {
+			ap.unshift( cur );
+			cur = cur.parentNode;
+		}
+
+		cur = bup;
+
+		while ( cur ) {
+			bp.unshift( cur );
+			cur = cur.parentNode;
+		}
+
+		al = ap.length;
+		bl = bp.length;
+
+		// Start walking down the tree looking for a discrepancy
+		for ( var i = 0; i < al && i < bl; i++ ) {
+			if ( ap[i] !== bp[i] ) {
+				return siblingCheck( ap[i], bp[i] );
+			}
+		}
+
+		// We ended someplace up the tree so do a sibling check
+		return i === al ?
+			siblingCheck( a, bp[i], -1 ) :
+			siblingCheck( ap[i], b, 1 );
+	};
+
+	siblingCheck = function( a, b, ret ) {
+		if ( a === b ) {
+			return ret;
+
+		var cur = a.nextSibling;
+		}
+
+		while ( cur ) {
+			if ( cur === b ) {
+				return -1;
+			}
+
+			cur = cur.nextSibling;
+		}
+
+		return 1;
+	};
+}
+
+// Check to see if the browser returns elements by name when
+// querying by getElementById (and provide a workaround)
+(function(){
+	// We're going to inject a fake input element with a specified name
+	var form = document.createElement("div"),
+		id = "script" + (new Date()).getTime(),
+		root = document.documentElement;
+
+	form.innerHTML = "<a name='" + id + "'/>";
+
+	// Inject it into the root element, check its status, and remove it quickly
+	root.insertBefore( form, root.firstChild );
+
+	// The workaround has to do additional checks after a getElementById
+	// Which slows things down for other browsers (hence the branching)
+	if ( document.getElementById( id ) ) {
+		Expr.find.ID = function( match, context, isXML ) {
+			if ( typeof context.getElementById !== "undefined" && !isXML ) {
+				var m = context.getElementById(match[1]);
+
+				return m ?
+					m.id === match[1] || typeof m.getAttributeNode !== "undefined" && m.getAttributeNode("id").nodeValue === match[1] ?
+						[m] :
+						undefined :
+					[];
+			}
+		};
+
+		Expr.filter.ID = function( elem, match ) {
+			var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id");
+
+			return elem.nodeType === 1 && node && node.nodeValue === match;
+		};
+	}
+
+	root.removeChild( form );
+
+	// release memory in IE
+	root = form = null;
+})();
+
+(function(){
+	// Check to see if the browser returns only elements
+	// when doing getElementsByTagName("*")
+
+	// Create a fake element
+	var div = document.createElement("div");
+	div.appendChild( document.createComment("") );
+
+	// Make sure no comments are found
+	if ( div.getElementsByTagName("*").length > 0 ) {
+		Expr.find.TAG = function( match, context ) {
+			var results = context.getElementsByTagName( match[1] );
+
+			// Filter out possible comments
+			if ( match[1] === "*" ) {
+				var tmp = [];
+
+				for ( var i = 0; results[i]; i++ ) {
+					if ( results[i].nodeType === 1 ) {
+						tmp.push( results[i] );
+					}
+				}
+
+				results = tmp;
+			}
+
+			return results;
+		};
+	}
+
+	// Check to see if an attribute returns normalized href attributes
+	div.innerHTML = "<a href='#'></a>";
+
+	if ( div.firstChild && typeof div.firstChild.getAttribute !== "undefined" &&
+			div.firstChild.getAttribute("href") !== "#" ) {
+
+		Expr.attrHandle.href = function( elem ) {
+			return elem.getAttribute( "href", 2 );
+		};
+	}
+
+	// release memory in IE
+	div = null;
+})();
+
+if ( document.querySelectorAll ) {
+	(function(){
+		var oldSizzle = Sizzle,
+			div = document.createElement("div"),
+			id = "__sizzle__";
+
+		div.innerHTML = "<p class='TEST'></p>";
+
+		// Safari can't handle uppercase or unicode characters when
+		// in quirks mode.
+		if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) {
+			return;
+		}
+
+		Sizzle = function( query, context, extra, seed ) {
+			context = context || document;
+
+			// Only use querySelectorAll on non-XML documents
+			// (ID selectors don't work in non-HTML documents)
+			if ( !seed && !Sizzle.isXML(context) ) {
+				// See if we find a selector to speed up
+				var match = /^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec( query );
+
+				if ( match && (context.nodeType === 1 || context.nodeType === 9) ) {
+					// Speed-up: Sizzle("TAG")
+					if ( match[1] ) {
+						return makeArray( context.getElementsByTagName( query ), extra );
+
+					// Speed-up: Sizzle(".CLASS")
+					} else if ( match[2] && Expr.find.CLASS && context.getElementsByClassName ) {
+						return makeArray( context.getElementsByClassName( match[2] ), extra );
+					}
+				}
+
+				if ( context.nodeType === 9 ) {
+					// Speed-up: Sizzle("body")
+					// The body element only exists once, optimize finding it
+					if ( query === "body" && context.body ) {
+						return makeArray( [ context.body ], extra );
+
+					// Speed-up: Sizzle("#ID")
+					} else if ( match && match[3] ) {
+						var elem = context.getElementById( match[3] );
+
+						// Check parentNode to catch when Blackberry 4.6 returns
+						// nodes that are no longer in the document #6963
+						if ( elem && elem.parentNode ) {
+							// Handle the case where IE and Opera return items
+							// by name instead of ID
+							if ( elem.id === match[3] ) {
+								return makeArray( [ elem ], extra );
+							}
+
+						} else {
+							return makeArray( [], extra );
+						}
+					}
+
+					try {
+						return makeArray( context.querySelectorAll(query), extra );
+					} catch(qsaError) {}
+
+				// qSA works strangely on Element-rooted queries
+				// We can work around this by specifying an extra ID on the root
+				// and working up from there (Thanks to Andrew Dupont for the technique)
+				// IE 8 doesn't work on object elements
+				} else if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) {
+					var oldContext = context,
+						old = context.getAttribute( "id" ),
+						nid = old || id,
+						hasParent = context.parentNode,
+						relativeHierarchySelector = /^\s*[+~]/.test( query );
+
+					if ( !old ) {
+						context.setAttribute( "id", nid );
+					} else {
+						nid = nid.replace( /'/g, "\\$&" );
+					}
+					if ( relativeHierarchySelector && hasParent ) {
+						context = context.parentNode;
+					}
+
+					try {
+						if ( !relativeHierarchySelector || hasParent ) {
+							return makeArray( context.querySelectorAll( "[id='" + nid + "'] " + query ), extra );
+						}
+
+					} catch(pseudoError) {
+					} finally {
+						if ( !old ) {
+							oldContext.removeAttribute( "id" );
+						}
+					}
+				}
+			}
+
+			return oldSizzle(query, context, extra, seed);
+		};
+
+		for ( var prop in oldSizzle ) {
+			Sizzle[ prop ] = oldSizzle[ prop ];
+		}
+
+		// release memory in IE
+		div = null;
+	})();
+}
+
+(function(){
+	var html = document.documentElement,
+		matches = html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.msMatchesSelector;
+
+	if ( matches ) {
+		// Check to see if it's possible to do matchesSelector
+		// on a disconnected node (IE 9 fails this)
+		var disconnectedMatch = !matches.call( document.createElement( "div" ), "div" ),
+			pseudoWorks = false;
+
+		try {
+			// This should fail with an exception
+			// Gecko does not error, returns false instead
+			matches.call( document.documentElement, "[test!='']:sizzle" );
+
+		} catch( pseudoError ) {
+			pseudoWorks = true;
+		}
+
+		Sizzle.matchesSelector = function( node, expr ) {
+			// Make sure that attribute selectors are quoted
+			expr = expr.replace(/\=\s*([^'"\]]*)\s*\]/g, "='$1']");
+
+			if ( !Sizzle.isXML( node ) ) {
+				try {
+					if ( pseudoWorks || !Expr.match.PSEUDO.test( expr ) && !/!=/.test( expr ) ) {
+						var ret = matches.call( node, expr );
+
+						// IE 9's matchesSelector returns false on disconnected nodes
+						if ( ret || !disconnectedMatch ||
+								// As well, disconnected nodes are said to be in a document
+								// fragment in IE 9, so check for that
+								node.document && node.document.nodeType !== 11 ) {
+							return ret;
+						}
+					}
+				} catch(e) {}
+			}
+
+			return Sizzle(expr, null, null, [node]).length > 0;
+		};
+	}
+})();
+
+(function(){
+	var div = document.createElement("div");
+
+	div.innerHTML = "<div class='test e'></div><div class='test'></div>";
+
+	// Opera can't find a second classname (in 9.6)
+	// Also, make sure that getElementsByClassName actually exists
+	if ( !div.getElementsByClassName || div.getElementsByClassName("e").length === 0 ) {
+		return;
+	}
+
+	// Safari caches class attributes, doesn't catch changes (in 3.2)
+	div.lastChild.className = "e";
+
+	if ( div.getElementsByClassName("e").length === 1 ) {
+		return;
+	}
+
+	Expr.order.splice(1, 0, "CLASS");
+	Expr.find.CLASS = function( match, context, isXML ) {
+		if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) {
+			return context.getElementsByClassName(match[1]);
+		}
+	};
+
+	// release memory in IE
+	div = null;
+})();
+
+function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
+	for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+		var elem = checkSet[i];
+
+		if ( elem ) {
+			var match = false;
+
+			elem = elem[dir];
+
+			while ( elem ) {
+				if ( elem[ expando ] === doneName ) {
+					match = checkSet[elem.sizset];
+					break;
+				}
+
+				if ( elem.nodeType === 1 && !isXML ){
+					elem[ expando ] = doneName;
+					elem.sizset = i;
+				}
+
+				if ( elem.nodeName.toLowerCase() === cur ) {
+					match = elem;
+					break;
+				}
+
+				elem = elem[dir];
+			}
+
+			checkSet[i] = match;
+		}
+	}
+}
+
+function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) {
+	for ( var i = 0, l = checkSet.length; i < l; i++ ) {
+		var elem = checkSet[i];
+
+		if ( elem ) {
+			var match = false;
+
+			elem = elem[dir];
+
+			while ( elem ) {
+				if ( elem[ expando ] === doneName ) {
+					match = checkSet[elem.sizset];
+					break;
+				}
+
+				if ( elem.nodeType === 1 ) {
+					if ( !isXML ) {
+						elem[ expando ] = doneName;
+						elem.sizset = i;
+					}
+
+					if ( typeof cur !== "string" ) {
+						if ( elem === cur ) {
+							match = true;
+							break;
+						}
+
+					} else if ( Sizzle.filter( cur, [elem] ).length > 0 ) {
+						match = elem;
+						break;
+					}
+				}
+
+				elem = elem[dir];
+			}
+
+			checkSet[i] = match;
+		}
+	}
+}
+
+if ( document.documentElement.contains ) {
+	Sizzle.contains = function( a, b ) {
+		return a !== b && (a.contains ? a.contains(b) : true);
+	};
+
+} else if ( document.documentElement.compareDocumentPosition ) {
+	Sizzle.contains = function( a, b ) {
+		return !!(a.compareDocumentPosition(b) & 16);
+	};
+
+} else {
+	Sizzle.contains = function() {
+		return false;
+	};
+}
+
+Sizzle.isXML = function( elem ) {
+	// documentElement is verified for cases where it doesn't yet exist
+	// (such as loading iframes in IE - #4833)
+	var documentElement = (elem ? elem.ownerDocument || elem : 0).documentElement;
+
+	return documentElement ? documentElement.nodeName !== "HTML" : false;
+};
+
+var posProcess = function( selector, context, seed ) {
+	var match,
+		tmpSet = [],
+		later = "",
+		root = context.nodeType ? [context] : context;
+
+	// Position selectors must be done after the filter
+	// And so must :not(positional) so we move all PSEUDOs to the end
+	while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
+		later += match[0];
+		selector = selector.replace( Expr.match.PSEUDO, "" );
+	}
+
+	selector = Expr.relative[selector] ? selector + "*" : selector;
+
+	for ( var i = 0, l = root.length; i < l; i++ ) {
+		Sizzle( selector, root[i], tmpSet, seed );
+	}
+
+	return Sizzle.filter( later, tmpSet );
+};
+
+// EXPOSE
+// Override sizzle attribute retrieval
+Sizzle.attr = jQuery.attr;
+Sizzle.selectors.attrMap = {};
+jQuery.find = Sizzle;
+jQuery.expr = Sizzle.selectors;
+jQuery.expr[":"] = jQuery.expr.filters;
+jQuery.unique = Sizzle.uniqueSort;
+jQuery.text = Sizzle.getText;
+jQuery.isXMLDoc = Sizzle.isXML;
+jQuery.contains = Sizzle.contains;
+
+
+})();
+
+
+var runtil = /Until$/,
+	rparentsprev = /^(?:parents|prevUntil|prevAll)/,
+	// Note: This RegExp should be improved, or likely pulled from Sizzle
+	rmultiselector = /,/,
+	isSimple = /^.[^:#\[\.,]*$/,
+	slice = Array.prototype.slice,
+	POS = jQuery.expr.match.POS,
+	// methods guaranteed to produce a unique set when starting from a unique set
+	guaranteedUnique = {
+		children: true,
+		contents: true,
+		next: true,
+		prev: true
+	};
+
+jQuery.fn.extend({
+	find: function( selector ) {
+		var self = this,
+			i, l;
+
+		if ( typeof selector !== "string" ) {
+			return jQuery( selector ).filter(function() {
+				for ( i = 0, l = self.length; i < l; i++ ) {
+					if ( jQuery.contains( self[ i ], this ) ) {
+						return true;
+					}
+				}
+			});
+		}
+
+		var ret = this.pushStack( "", "find", selector ),
+			length, n, r;
+
+		for ( i = 0, l = this.length; i < l; i++ ) {
+			length = ret.length;
+			jQuery.find( selector, this[i], ret );
+
+			if ( i > 0 ) {
+				// Make sure that the results are unique
+				for ( n = length; n < ret.length; n++ ) {
+					for ( r = 0; r < length; r++ ) {
+						if ( ret[r] === ret[n] ) {
+							ret.splice(n--, 1);
+							break;
+						}
+					}
+				}
+			}
+		}
+
+		return ret;
+	},
+
+	has: function( target ) {
+		var targets = jQuery( target );
+		return this.filter(function() {
+			for ( var i = 0, l = targets.length; i < l; i++ ) {
+				if ( jQuery.contains( this, targets[i] ) ) {
+					return true;
+				}
+			}
+		});
+	},
+
+	not: function( selector ) {
+		return this.pushStack( winnow(this, selector, false), "not", selector);
+	},
+
+	filter: function( selector ) {
+		return this.pushStack( winnow(this, selector, true), "filter", selector );
+	},
+
+	is: function( selector ) {
+		return !!selector && (
+			typeof selector === "string" ?
+				// If this is a positional selector, check membership in the returned set
+				// so $("p:first").is("p:last") won't return true for a doc with two "p".
+				POS.test( selector ) ?
+					jQuery( selector, this.context ).index( this[0] ) >= 0 :
+					jQuery.filter( selector, this ).length > 0 :
+				this.filter( selector ).length > 0 );
+	},
+
+	closest: function( selectors, context ) {
+		var ret = [], i, l, cur = this[0];
+
+		// Array (deprecated as of jQuery 1.7)
+		if ( jQuery.isArray( selectors ) ) {
+			var level = 1;
+
+			while ( cur && cur.ownerDocument && cur !== context ) {
+				for ( i = 0; i < selectors.length; i++ ) {
+
+					if ( jQuery( cur ).is( selectors[ i ] ) ) {
+						ret.push({ selector: selectors[ i ], elem: cur, level: level });
+					}
+				}
+
+				cur = cur.parentNode;
+				level++;
+			}
+
+			return ret;
+		}
+
+		// String
+		var pos = POS.test( selectors ) || typeof selectors !== "string" ?
+				jQuery( selectors, context || this.context ) :
+				0;
+
+		for ( i = 0, l = this.length; i < l; i++ ) {
+			cur = this[i];
+
+			while ( cur ) {
+				if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
+					ret.push( cur );
+					break;
+
+				} else {
+					cur = cur.parentNode;
+					if ( !cur || !cur.ownerDocument || cur === context || cur.nodeType === 11 ) {
+						break;
+					}
+				}
+			}
+		}
+
+		ret = ret.length > 1 ? jQuery.unique( ret ) : ret;
+
+		return this.pushStack( ret, "closest", selectors );
+	},
+
+	// Determine the position of an element within
+	// the matched set of elements
+	index: function( elem ) {
+
+		// No argument, return index in parent
+		if ( !elem ) {
+			return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1;
+		}
+
+		// index in selector
+		if ( typeof elem === "string" ) {
+			return jQuery.inArray( this[0], jQuery( elem ) );
+		}
+
+		// Locate the position of the desired element
+		return jQuery.inArray(
+			// If it receives a jQuery object, the first element is used
+			elem.jquery ? elem[0] : elem, this );
+	},
+
+	add: function( selector, context ) {
+		var set = typeof selector === "string" ?
+				jQuery( selector, context ) :
+				jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ),
+			all = jQuery.merge( this.get(), set );
+
+		return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
+			all :
+			jQuery.unique( all ) );
+	},
+
+	andSelf: function() {
+		return this.add( this.prevObject );
+	}
+});
+
+// A painfully simple check to see if an element is disconnected
+// from a document (should be improved, where feasible).
+function isDisconnected( node ) {
+	return !node || !node.parentNode || node.parentNode.nodeType === 11;
+}
+
+jQuery.each({
+	parent: function( elem ) {
+		var parent = elem.parentNode;
+		return parent && parent.nodeType !== 11 ? parent : null;
+	},
+	parents: function( elem ) {
+		return jQuery.dir( elem, "parentNode" );
+	},
+	parentsUntil: function( elem, i, until ) {
+		return jQuery.dir( elem, "parentNode", until );
+	},
+	next: function( elem ) {
+		return jQuery.nth( elem, 2, "nextSibling" );
+	},
+	prev: function( elem ) {
+		return jQuery.nth( elem, 2, "previousSibling" );
+	},
+	nextAll: function( elem ) {
+		return jQuery.dir( elem, "nextSibling" );
+	},
+	prevAll: function( elem ) {
+		return jQuery.dir( elem, "previousSibling" );
+	},
+	nextUntil: function( elem, i, until ) {
+		return jQuery.dir( elem, "nextSibling", until );
+	},
+	prevUntil: function( elem, i, until ) {
+		return jQuery.dir( elem, "previousSibling", until );
+	},
+	siblings: function( elem ) {
+		return jQuery.sibling( elem.parentNode.firstChild, elem );
+	},
+	children: function( elem ) {
+		return jQuery.sibling( elem.firstChild );
+	},
+	contents: function( elem ) {
+		return jQuery.nodeName( elem, "iframe" ) ?
+			elem.contentDocument || elem.contentWindow.document :
+			jQuery.makeArray( elem.childNodes );
+	}
+}, function( name, fn ) {
+	jQuery.fn[ name ] = function( until, selector ) {
+		var ret = jQuery.map( this, fn, until );
+
+		if ( !runtil.test( name ) ) {
+			selector = until;
+		}
+
+		if ( selector && typeof selector === "string" ) {
+			ret = jQuery.filter( selector, ret );
+		}
+
+		ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret;
+
+		if ( (this.length > 1 || rmultiselector.test( selector )) && rparentsprev.test( name ) ) {
+			ret = ret.reverse();
+		}
+
+		return this.pushStack( ret, name, slice.call( arguments ).join(",") );
+	};
+});
+
+jQuery.extend({
+	filter: function( expr, elems, not ) {
+		if ( not ) {
+			expr = ":not(" + expr + ")";
+		}
+
+		return elems.length === 1 ?
+			jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] :
+			jQuery.find.matches(expr, elems);
+	},
+
+	dir: function( elem, dir, until ) {
+		var matched = [],
+			cur = elem[ dir ];
+
+		while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) {
+			if ( cur.nodeType === 1 ) {
+				matched.push( cur );
+			}
+			cur = cur[dir];
+		}
+		return matched;
+	},
+
+	nth: function( cur, result, dir, elem ) {
+		result = result || 1;
+		var num = 0;
+
+		for ( ; cur; cur = cur[dir] ) {
+			if ( cur.nodeType === 1 && ++num === result ) {
+				break;
+			}
+		}
+
+		return cur;
+	},
+
+	sibling: function( n, elem ) {
+		var r = [];
+
+		for ( ; n; n = n.nextSibling ) {
+			if ( n.nodeType === 1 && n !== elem ) {
+				r.push( n );
+			}
+		}
+
+		return r;
+	}
+});
+
+// Implement the identical functionality for filter and not
+function winnow( elements, qualifier, keep ) {
+
+	// Can't pass null or undefined to indexOf in Firefox 4
+	// Set to 0 to skip string check
+	qualifier = qualifier || 0;
+
+	if ( jQuery.isFunction( qualifier ) ) {
+		return jQuery.grep(elements, function( elem, i ) {
+			var retVal = !!qualifier.call( elem, i, elem );
+			return retVal === keep;
+		});
+
+	} else if ( qualifier.nodeType ) {
+		return jQuery.grep(elements, function( elem, i ) {
+			return ( elem === qualifier ) === keep;
+		});
+
+	} else if ( typeof qualifier === "string" ) {
+		var filtered = jQuery.grep(elements, function( elem ) {
+			return elem.nodeType === 1;
+		});
+
+		if ( isSimple.test( qualifier ) ) {
+			return jQuery.filter(qualifier, filtered, !keep);
+		} else {
+			qualifier = jQuery.filter( qualifier, filtered );
+		}
+	}
+
+	return jQuery.grep(elements, function( elem, i ) {
+		return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep;
+	});
+}
+
+
+
+
+function createSafeFragment( document ) {
+	var list = nodeNames.split( "|" ),
+	safeFrag = document.createDocumentFragment();
+
+	if ( safeFrag.createElement ) {
+		while ( list.length ) {
+			safeFrag.createElement(
+				list.pop()
+			);
+		}
+	}
+	return safeFrag;
+}
+
+var nodeNames = "abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|" +
+		"header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
+	rinlinejQuery = / jQuery\d+="(?:\d+|null)"/g,
+	rleadingWhitespace = /^\s+/,
+	rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,
+	rtagName = /<([\w:]+)/,
+	rtbody = /<tbody/i,
+	rhtml = /<|&#?\w+;/,
+	rnoInnerhtml = /<(?:script|style)/i,
+	rnocache = /<(?:script|object|embed|option|style)/i,
+	rnoshimcache = new RegExp("<(?:" + nodeNames + ")", "i"),
+	// checked="checked" or checked
+	rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
+	rscriptType = /\/(java|ecma)script/i,
+	rcleanScript = /^\s*<!(?:\[CDATA\[|\-\-)/,
+	wrapMap = {
+		option: [ 1, "<select multiple='multiple'>", "</select>" ],
+		legend: [ 1, "<fieldset>", "</fieldset>" ],
+		thead: [ 1, "<table>", "</table>" ],
+		tr: [ 2, "<table><tbody>", "</tbody></table>" ],
+		td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
+		col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
+		area: [ 1, "<map>", "</map>" ],
+		_default: [ 0, "", "" ]
+	},
+	safeFragment = createSafeFragment( document );
+
+wrapMap.optgroup = wrapMap.option;
+wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
+wrapMap.th = wrapMap.td;
+
+// IE can't serialize <link> and <script> tags normally
+if ( !jQuery.support.htmlSerialize ) {
+	wrapMap._default = [ 1, "div<div>", "</div>" ];
+}
+
+jQuery.fn.extend({
+	text: function( text ) {
+		if ( jQuery.isFunction(text) ) {
+			return this.each(function(i) {
+				var self = jQuery( this );
+
+				self.text( text.call(this, i, self.text()) );
+			});
+		}
+
+		if ( typeof text !== "object" && text !== undefined ) {
+			return this.empty().append( (this[0] && this[0].ownerDocument || document).createTextNode( text ) );
+		}
+
+		return jQuery.text( this );
+	},
+
+	wrapAll: function( html ) {
+		if ( jQuery.isFunction( html ) ) {
+			return this.each(function(i) {
+				jQuery(this).wrapAll( html.call(this, i) );
+			});
+		}
+
+		if ( this[0] ) {
+			// The elements to wrap the target around
+			var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
+
+			if ( this[0].parentNode ) {
+				wrap.insertBefore( this[0] );
+			}
+
+			wrap.map(function() {
+				var elem = this;
+
+				while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
+					elem = elem.firstChild;
+				}
+
+				return elem;
+			}).append( this );
+		}
+
+		return this;
+	},
+
+	wrapInner: function( html ) {
+		if ( jQuery.isFunction( html ) ) {
+			return this.each(function(i) {
+				jQuery(this).wrapInner( html.call(this, i) );
+			});
+		}
+
+		return this.each(function() {
+			var self = jQuery( this ),
+				contents = self.contents();
+
+			if ( contents.length ) {
+				contents.wrapAll( html );
+
+			} else {
+				self.append( html );
+			}
+		});
+	},
+
+	wrap: function( html ) {
+		var isFunction = jQuery.isFunction( html );
+
+		return this.each(function(i) {
+			jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
+		});
+	},
+
+	unwrap: function() {
+		return this.parent().each(function() {
+			if ( !jQuery.nodeName( this, "body" ) ) {
+				jQuery( this ).replaceWith( this.childNodes );
+			}
+		}).end();
+	},
+
+	append: function() {
+		return this.domManip(arguments, true, function( elem ) {
+			if ( this.nodeType === 1 ) {
+				this.appendChild( elem );
+			}
+		});
+	},
+
+	prepend: function() {
+		return this.domManip(arguments, true, function( elem ) {
+			if ( this.nodeType === 1 ) {
+				this.insertBefore( elem, this.firstChild );
+			}
+		});
+	},
+
+	before: function() {
+		if ( this[0] && this[0].parentNode ) {
+			return this.domManip(arguments, false, function( elem ) {
+				this.parentNode.insertBefore( elem, this );
+			});
+		} else if ( arguments.length ) {
+			var set = jQuery.clean( arguments );
+			set.push.apply( set, this.toArray() );
+			return this.pushStack( set, "before", arguments );
+		}
+	},
+
+	after: function() {
+		if ( this[0] && this[0].parentNode ) {
+			return this.domManip(arguments, false, function( elem ) {
+				this.parentNode.insertBefore( elem, this.nextSibling );
+			});
+		} else if ( arguments.length ) {
+			var set = this.pushStack( this, "after", arguments );
+			set.push.apply( set, jQuery.clean(arguments) );
+			return set;
+		}
+	},
+
+	// keepData is for internal use only--do not document
+	remove: function( selector, keepData ) {
+		for ( var i = 0, elem; (elem = this[i]) != null; i++ ) {
+			if ( !selector || jQuery.filter( selector, [ elem ] ).length ) {
+				if ( !keepData && elem.nodeType === 1 ) {
+					jQuery.cleanData( elem.getElementsByTagName("*") );
+					jQuery.cleanData( [ elem ] );
+				}
+
+				if ( elem.parentNode ) {
+					elem.parentNode.removeChild( elem );
+				}
+			}
+		}
+
+		return this;
+	},
+
+	empty: function() {
+		for ( var i = 0, elem; (elem = this[i]) != null; i++ ) {
+			// Remove element nodes and prevent memory leaks
+			if ( elem.nodeType === 1 ) {
+				jQuery.cleanData( elem.getElementsByTagName("*") );
+			}
+
+			// Remove any remaining nodes
+			while ( elem.firstChild ) {
+				elem.removeChild( elem.firstChild );
+			}
+		}
+
+		return this;
+	},
+
+	clone: function( dataAndEvents, deepDataAndEvents ) {
+		dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
+		deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
+
+		return this.map( function () {
+			return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
+		});
+	},
+
+	html: function( value ) {
+		if ( value === undefined ) {
+			return this[0] && this[0].nodeType === 1 ?
+				this[0].innerHTML.replace(rinlinejQuery, "") :
+				null;
+
+		// See if we can take a shortcut and just use innerHTML
+		} else if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
+			(jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value )) &&
+			!wrapMap[ (rtagName.exec( value ) || ["", ""])[1].toLowerCase() ] ) {
+
+			value = value.replace(rxhtmlTag, "<$1></$2>");
+
+			try {
+				for ( var i = 0, l = this.length; i < l; i++ ) {
+					// Remove element nodes and prevent memory leaks
+					if ( this[i].nodeType === 1 ) {
+						jQuery.cleanData( this[i].getElementsByTagName("*") );
+						this[i].innerHTML = value;
+					}
+				}
+
+			// If using innerHTML throws an exception, use the fallback method
+			} catch(e) {
+				this.empty().append( value );
+			}
+
+		} else if ( jQuery.isFunction( value ) ) {
+			this.each(function(i){
+				var self = jQuery( this );
+
+				self.html( value.call(this, i, self.html()) );
+			});
+
+		} else {
+			this.empty().append( value );
+		}
+
+		return this;
+	},
+
+	replaceWith: function( value ) {
+		if ( this[0] && this[0].parentNode ) {
+			// Make sure that the elements are removed from the DOM before they are inserted
+			// this can help fix replacing a parent with child elements
+			if ( jQuery.isFunction( value ) ) {
+				return this.each(function(i) {
+					var self = jQuery(this), old = self.html();
+					self.replaceWith( value.call( this, i, old ) );
+				});
+			}
+
+			if ( typeof value !== "string" ) {
+				value = jQuery( value ).detach();
+			}
+
+			return this.each(function() {
+				var next = this.nextSibling,
+					parent = this.parentNode;
+
+				jQuery( this ).remove();
+
+				if ( next ) {
+					jQuery(next).before( value );
+				} else {
+					jQuery(parent).append( value );
+				}
+			});
+		} else {
+			return this.length ?
+				this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
+				this;
+		}
+	},
+
+	detach: function( selector ) {
+		return this.remove( selector, true );
+	},
+
+	domManip: function( args, table, callback ) {
+		var results, first, fragment, parent,
+			value = args[0],
+			scripts = [];
+
+		// We can't cloneNode fragments that contain checked, in WebKit
+		if ( !jQuery.support.checkClone && arguments.length === 3 && typeof value === "string" && rchecked.test( value ) ) {
+			return this.each(function() {
+				jQuery(this).domManip( args, table, callback, true );
+			});
+		}
+
+		if ( jQuery.isFunction(value) ) {
+			return this.each(function(i) {
+				var self = jQuery(this);
+				args[0] = value.call(this, i, table ? self.html() : undefined);
+				self.domManip( args, table, callback );
+			});
+		}
+
+		if ( this[0] ) {
+			parent = value && value.parentNode;
+
+			// If we're in a fragment, just use that instead of building a new one
+			if ( jQuery.support.parentNode && parent && parent.nodeType === 11 && parent.childNodes.length === this.length ) {
+				results = { fragment: parent };
+
+			} else {
+				results = jQuery.buildFragment( args, this, scripts );
+			}
+
+			fragment = results.fragment;
+
+			if ( fragment.childNodes.length === 1 ) {
+				first = fragment = fragment.firstChild;
+			} else {
+				first = fragment.firstChild;
+			}
+
+			if ( first ) {
+				table = table && jQuery.nodeName( first, "tr" );
+
+				for ( var i = 0, l = this.length, lastIndex = l - 1; i < l; i++ ) {
+					callback.call(
+						table ?
+							root(this[i], first) :
+							this[i],
+						// Make sure that we do not leak memory by inadvertently discarding
+						// the original fragment (which might have attached data) instead of
+						// using it; in addition, use the original fragment object for the last
+						// item instead of first because it can end up being emptied incorrectly
+						// in certain situations (Bug #8070).
+						// Fragments from the fragment cache must always be cloned and never used
+						// in place.
+						results.cacheable || ( l > 1 && i < lastIndex ) ?
+							jQuery.clone( fragment, true, true ) :
+							fragment
+					);
+				}
+			}
+
+			if ( scripts.length ) {
+				jQuery.each( scripts, evalScript );
+			}
+		}
+
+		return this;
+	}
+});
+
+function root( elem, cur ) {
+	return jQuery.nodeName(elem, "table") ?
+		(elem.getElementsByTagName("tbody")[0] ||
+		elem.appendChild(elem.ownerDocument.createElement("tbody"))) :
+		elem;
+}
+
+function cloneCopyEvent( src, dest ) {
+
+	if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
+		return;
+	}
+
+	var type, i, l,
+		oldData = jQuery._data( src ),
+		curData = jQuery._data( dest, oldData ),
+		events = oldData.events;
+
+	if ( events ) {
+		delete curData.handle;
+		curData.events = {};
+
+		for ( type in events ) {
+			for ( i = 0, l = events[ type ].length; i < l; i++ ) {
+				jQuery.event.add( dest, type + ( events[ type ][ i ].namespace ? "." : "" ) + events[ type ][ i ].namespace, events[ type ][ i ], events[ type ][ i ].data );
+			}
+		}
+	}
+
+	// make the cloned public data object a copy from the original
+	if ( curData.data ) {
+		curData.data = jQuery.extend( {}, curData.data );
+	}
+}
+
+function cloneFixAttributes( src, dest ) {
+	var nodeName;
+
+	// We do not need to do anything for non-Elements
+	if ( dest.nodeType !== 1 ) {
+		return;
+	}
+
+	// clearAttributes removes the attributes, which we don't want,
+	// but also removes the attachEvent events, which we *do* want
+	if ( dest.clearAttributes ) {
+		dest.clearAttributes();
+	}
+
+	// mergeAttributes, in contrast, only merges back on the
+	// original attributes, not the events
+	if ( dest.mergeAttributes ) {
+		dest.mergeAttributes( src );
+	}
+
+	nodeName = dest.nodeName.toLowerCase();
+
+	// IE6-8 fail to clone children inside object elements that use
+	// the proprietary classid attribute value (rather than the type
+	// attribute) to identify the type of content to display
+	if ( nodeName === "object" ) {
+		dest.outerHTML = src.outerHTML;
+
+	} else if ( nodeName === "input" && (src.type === "checkbox" || src.type === "radio") ) {
+		// IE6-8 fails to persist the checked state of a cloned checkbox
+		// or radio button. Worse, IE6-7 fail to give the cloned element
+		// a checked appearance if the defaultChecked value isn't also set
+		if ( src.checked ) {
+			dest.defaultChecked = dest.checked = src.checked;
+		}
+
+		// IE6-7 get confused and end up setting the value of a cloned
+		// checkbox/radio button to an empty string instead of "on"
+		if ( dest.value !== src.value ) {
+			dest.value = src.value;
+		}
+
+	// IE6-8 fails to return the selected option to the default selected
+	// state when cloning options
+	} else if ( nodeName === "option" ) {
+		dest.selected = src.defaultSelected;
+
+	// IE6-8 fails to set the defaultValue to the correct value when
+	// cloning other types of input fields
+	} else if ( nodeName === "input" || nodeName === "textarea" ) {
+		dest.defaultValue = src.defaultValue;
+	}
+
+	// Event data gets referenced instead of copied if the expando
+	// gets copied too
+	dest.removeAttribute( jQuery.expando );
+}
+
+jQuery.buildFragment = function( args, nodes, scripts ) {
+	var fragment, cacheable, cacheresults, doc,
+	first = args[ 0 ];
+
+	// nodes may contain either an explicit document object,
+	// a jQuery collection or context object.
+	// If nodes[0] contains a valid object to assign to doc
+	if ( nodes && nodes[0] ) {
+		doc = nodes[0].ownerDocument || nodes[0];
+	}
+
+	// Ensure that an attr object doesn't incorrectly stand in as a document object
+	// Chrome and Firefox seem to allow this to occur and will throw exception
+	// Fixes #8950
+	if ( !doc.createDocumentFragment ) {
+		doc = document;
+	}
+
+	// Only cache "small" (1/2 KB) HTML strings that are associated with the main document
+	// Cloning options loses the selected state, so don't cache them
+	// IE 6 doesn't like it when you put <object> or <embed> elements in a fragment
+	// Also, WebKit does not clone 'checked' attributes on cloneNode, so don't cache
+	// Lastly, IE6,7,8 will not correctly reuse cached fragments that were created from unknown elems #10501
+	if ( args.length === 1 && typeof first === "string" && first.length < 512 && doc === document &&
+		first.charAt(0) === "<" && !rnocache.test( first ) &&
+		(jQuery.support.checkClone || !rchecked.test( first )) &&
+		(jQuery.support.html5Clone || !rnoshimcache.test( first )) ) {
+
+		cacheable = true;
+
+		cacheresults = jQuery.fragments[ first ];
+		if ( cacheresults && cacheresults !== 1 ) {
+			fragment = cacheresults;
+		}
+	}
+
+	if ( !fragment ) {
+		fragment = doc.createDocumentFragment();
+		jQuery.clean( args, doc, fragment, scripts );
+	}
+
+	if ( cacheable ) {
+		jQuery.fragments[ first ] = cacheresults ? fragment : 1;
+	}
+
+	return { fragment: fragment, cacheable: cacheable };
+};
+
+jQuery.fragments = {};
+
+jQuery.each({
+	appendTo: "append",
+	prependTo: "prepend",
+	insertBefore: "before",
+	insertAfter: "after",
+	replaceAll: "replaceWith"
+}, function( name, original ) {
+	jQuery.fn[ name ] = function( selector ) {
+		var ret = [],
+			insert = jQuery( selector ),
+			parent = this.length === 1 && this[0].parentNode;
+
+		if ( parent && parent.nodeType === 11 && parent.childNodes.length === 1 && insert.length === 1 ) {
+			insert[ original ]( this[0] );
+			return this;
+
+		} else {
+			for ( var i = 0, l = insert.length; i < l; i++ ) {
+				var elems = ( i > 0 ? this.clone(true) : this ).get();
+				jQuery( insert[i] )[ original ]( elems );
+				ret = ret.concat( elems );
+			}
+
+			return this.pushStack( ret, name, insert.selector );
+		}
+	};
+});
+
+function getAll( elem ) {
+	if ( typeof elem.getElementsByTagName !== "undefined" ) {
+		return elem.getElementsByTagName( "*" );
+
+	} else if ( typeof elem.querySelectorAll !== "undefined" ) {
+		return elem.querySelectorAll( "*" );
+
+	} else {
+		return [];
+	}
+}
+
+// Used in clean, fixes the defaultChecked property
+function fixDefaultChecked( elem ) {
+	if ( elem.type === "checkbox" || elem.type === "radio" ) {
+		elem.defaultChecked = elem.checked;
+	}
+}
+// Finds all inputs and passes them to fixDefaultChecked
+function findInputs( elem ) {
+	var nodeName = ( elem.nodeName || "" ).toLowerCase();
+	if ( nodeName === "input" ) {
+		fixDefaultChecked( elem );
+	// Skip scripts, get other children
+	} else if ( nodeName !== "script" && typeof elem.getElementsByTagName !== "undefined" ) {
+		jQuery.grep( elem.getElementsByTagName("input"), fixDefaultChecked );
+	}
+}
+
+// Derived From: http://www.iecss.com/shimprove/javascript/shimprove.1-0-1.js
+function shimCloneNode( elem ) {
+	var div = document.createElement( "div" );
+	safeFragment.appendChild( div );
+
+	div.innerHTML = elem.outerHTML;
+	return div.firstChild;
+}
+
+jQuery.extend({
+	clone: function( elem, dataAndEvents, deepDataAndEvents ) {
+		var srcElements,
+			destElements,
+			i,
+			// IE<=8 does not properly clone detached, unknown element nodes
+			clone = jQuery.support.html5Clone || !rnoshimcache.test( "<" + elem.nodeName ) ?
+				elem.cloneNode( true ) :
+				shimCloneNode( elem );
+
+		if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) &&
+				(elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) {
+			// IE copies events bound via attachEvent when using cloneNode.
+			// Calling detachEvent on the clone will also remove the events
+			// from the original. In order to get around this, we use some
+			// proprietary methods to clear the events. Thanks to MooTools
+			// guys for this hotness.
+
+			cloneFixAttributes( elem, clone );
+
+			// Using Sizzle here is crazy slow, so we use getElementsByTagName instead
+			srcElements = getAll( elem );
+			destElements = getAll( clone );
+
+			// Weird iteration because IE will replace the length property
+			// with an element if you are cloning the body and one of the
+			// elements on the page has a name or id of "length"
+			for ( i = 0; srcElements[i]; ++i ) {
+				// Ensure that the destination node is not null; Fixes #9587
+				if ( destElements[i] ) {
+					cloneFixAttributes( srcElements[i], destElements[i] );
+				}
+			}
+		}
+
+		// Copy the events from the original to the clone
+		if ( dataAndEvents ) {
+			cloneCopyEvent( elem, clone );
+
+			if ( deepDataAndEvents ) {
+				srcElements = getAll( elem );
+				destElements = getAll( clone );
+
+				for ( i = 0; srcElements[i]; ++i ) {
+					cloneCopyEvent( srcElements[i], destElements[i] );
+				}
+			}
+		}
+
+		srcElements = destElements = null;
+
+		// Return the cloned set
+		return clone;
+	},
+
+	clean: function( elems, context, fragment, scripts ) {
+		var checkScriptType;
+
+		context = context || document;
+
+		// !context.createElement fails in IE with an error but returns typeof 'object'
+		if ( typeof context.createElement === "undefined" ) {
+			context = context.ownerDocument || context[0] && context[0].ownerDocument || document;
+		}
+
+		var ret = [], j;
+
+		for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
+			if ( typeof elem === "number" ) {
+				elem += "";
+			}
+
+			if ( !elem ) {
+				continue;
+			}
+
+			// Convert html string into DOM nodes
+			if ( typeof elem === "string" ) {
+				if ( !rhtml.test( elem ) ) {
+					elem = context.createTextNode( elem );
+				} else {
+					// Fix "XHTML"-style tags in all browsers
+					elem = elem.replace(rxhtmlTag, "<$1></$2>");
+
+					// Trim whitespace, otherwise indexOf won't work as expected
+					var tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase(),
+						wrap = wrapMap[ tag ] || wrapMap._default,
+						depth = wrap[0],
+						div = context.createElement("div");
+
+					// Append wrapper element to unknown element safe doc fragment
+					if ( context === document ) {
+						// Use the fragment we've already created for this document
+						safeFragment.appendChild( div );
+					} else {
+						// Use a fragment created with the owner document
+						createSafeFragment( context ).appendChild( div );
+					}
+
+					// Go to html and back, then peel off extra wrappers
+					div.innerHTML = wrap[1] + elem + wrap[2];
+
+					// Move to the right depth
+					while ( depth-- ) {
+						div = div.lastChild;
+					}
+
+					// Remove IE's autoinserted <tbody> from table fragments
+					if ( !jQuery.support.tbody ) {
+
+						// String was a <table>, *may* have spurious <tbody>
+						var hasBody = rtbody.test(elem),
+							tbody = tag === "table" && !hasBody ?
+								div.firstChild && div.firstChild.childNodes :
+
+								// String was a bare <thead> or <tfoot>
+								wrap[1] === "<table>" && !hasBody ?
+									div.childNodes :
+									[];
+
+						for ( j = tbody.length - 1; j >= 0 ; --j ) {
+							if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
+								tbody[ j ].parentNode.removeChild( tbody[ j ] );
+							}
+						}
+					}
+
+					// IE completely kills leading whitespace when innerHTML is used
+					if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
+						div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );
+					}
+
+					elem = div.childNodes;
+				}
+			}
+
+			// Resets defaultChecked for any radios and checkboxes
+			// about to be appended to the DOM in IE 6/7 (#8060)
+			var len;
+			if ( !jQuery.support.appendChecked ) {
+				if ( elem[0] && typeof (len = elem.length) === "number" ) {
+					for ( j = 0; j < len; j++ ) {
+						findInputs( elem[j] );
+					}
+				} else {
+					findInputs( elem );
+				}
+			}
+
+			if ( elem.nodeType ) {
+				ret.push( elem );
+			} else {
+				ret = jQuery.merge( ret, elem );
+			}
+		}
+
+		if ( fragment ) {
+			checkScriptType = function( elem ) {
+				return !elem.type || rscriptType.test( elem.type );
+			};
+			for ( i = 0; ret[i]; i++ ) {
+				if ( scripts && jQuery.nodeName( ret[i], "script" ) && (!ret[i].type || ret[i].type.toLowerCase() === "text/javascript") ) {
+					scripts.push( ret[i].parentNode ? ret[i].parentNode.removeChild( ret[i] ) : ret[i] );
+
+				} else {
+					if ( ret[i].nodeType === 1 ) {
+						var jsTags = jQuery.grep( ret[i].getElementsByTagName( "script" ), checkScriptType );
+
+						ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
+					}
+					fragment.appendChild( ret[i] );
+				}
+			}
+		}
+
+		return ret;
+	},
+
+	cleanData: function( elems ) {
+		var data, id,
+			cache = jQuery.cache,
+			special = jQuery.event.special,
+			deleteExpando = jQuery.support.deleteExpando;
+
+		for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
+			if ( elem.nodeName && jQuery.noData[elem.nodeName.toLowerCase()] ) {
+				continue;
+			}
+
+			id = elem[ jQuery.expando ];
+
+			if ( id ) {
+				data = cache[ id ];
+
+				if ( data && data.events ) {
+					for ( var type in data.events ) {
+						if ( special[ type ] ) {
+							jQuery.event.remove( elem, type );
+
+						// This is a shortcut to avoid jQuery.event.remove's overhead
+						} else {
+							jQuery.removeEvent( elem, type, data.handle );
+						}
+					}
+
+					// Null the DOM reference to avoid IE6/7/8 leak (#7054)
+					if ( data.handle ) {
+						data.handle.elem = null;
+					}
+				}
+
+				if ( deleteExpando ) {
+					delete elem[ jQuery.expando ];
+
+				} else if ( elem.removeAttribute ) {
+					elem.removeAttribute( jQuery.expando );
+				}
+
+				delete cache[ id ];
+			}
+		}
+	}
+});
+
+function evalScript( i, elem ) {
+	if ( elem.src ) {
+		jQuery.ajax({
+			url: elem.src,
+			async: false,
+			dataType: "script"
+		});
+	} else {
+		jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "/*$0*/" ) );
+	}
+
+	if ( elem.parentNode ) {
+		elem.parentNode.removeChild( elem );
+	}
+}
+
+
+
+
+var ralpha = /alpha\([^)]*\)/i,
+	ropacity = /opacity=([^)]*)/,
+	// fixed for IE9, see #8346
+	rupper = /([A-Z]|^ms)/g,
+	rnumpx = /^-?\d+(?:px)?$/i,
+	rnum = /^-?\d/,
+	rrelNum = /^([\-+])=([\-+.\de]+)/,
+
+	cssShow = { position: "absolute", visibility: "hidden", display: "block" },
+	cssWidth = [ "Left", "Right" ],
+	cssHeight = [ "Top", "Bottom" ],
+	curCSS,
+
+	getComputedStyle,
+	currentStyle;
+
+jQuery.fn.css = function( name, value ) {
+	// Setting 'undefined' is a no-op
+	if ( arguments.length === 2 && value === undefined ) {
+		return this;
+	}
+
+	return jQuery.access( this, name, value, true, function( elem, name, value ) {
+		return value !== undefined ?
+			jQuery.style( elem, name, value ) :
+			jQuery.css( elem, name );
+	});
+};
+
+jQuery.extend({
+	// Add in style property hooks for overriding the default
+	// behavior of getting and setting a style property
+	cssHooks: {
+		opacity: {
+			get: function( elem, computed ) {
+				if ( computed ) {
+					// We should always get a number back from opacity
+					var ret = curCSS( elem, "opacity", "opacity" );
+					return ret === "" ? "1" : ret;
+
+				} else {
+					return elem.style.opacity;
+				}
+			}
+		}
+	},
+
+	// Exclude the following css properties to add px
+	cssNumber: {
+		"fillOpacity": true,
+		"fontWeight": true,
+		"lineHeight": true,
+		"opacity": true,
+		"orphans": true,
+		"widows": true,
+		"zIndex": true,
+		"zoom": true
+	},
+
+	// Add in properties whose names you wish to fix before
+	// setting or getting the value
+	cssProps: {
+		// normalize float css property
+		"float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat"
+	},
+
+	// Get and set the style property on a DOM Node
+	style: function( elem, name, value, extra ) {
+		// Don't set styles on text and comment nodes
+		if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
+			return;
+		}
+
+		// Make sure that we're working with the right name
+		var ret, type, origName = jQuery.camelCase( name ),
+			style = elem.style, hooks = jQuery.cssHooks[ origName ];
+
+		name = jQuery.cssProps[ origName ] || origName;
+
+		// Check if we're setting a value
+		if ( value !== undefined ) {
+			type = typeof value;
+
+			// convert relative number strings (+= or -=) to relative numbers. #7345
+			if ( type === "string" && (ret = rrelNum.exec( value )) ) {
+				value = ( +( ret[1] + 1) * +ret[2] ) + parseFloat( jQuery.css( elem, name ) );
+				// Fixes bug #9237
+				type = "number";
+			}
+
+			// Make sure that NaN and null values aren't set. See: #7116
+			if ( value == null || type === "number" && isNaN( value ) ) {
+				return;
+			}
+
+			// If a number was passed in, add 'px' to the (except for certain CSS properties)
+			if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
+				value += "px";
+			}
+
+			// If a hook was provided, use that value, otherwise just set the specified value
+			if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value )) !== undefined ) {
+				// Wrapped to prevent IE from throwing errors when 'invalid' values are provided
+				// Fixes bug #5509
+				try {
+					style[ name ] = value;
+				} catch(e) {}
+			}
+
+		} else {
+			// If a hook was provided get the non-computed value from there
+			if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {
+				return ret;
+			}
+
+			// Otherwise just get the value from the style object
+			return style[ name ];
+		}
+	},
+
+	css: function( elem, name, extra ) {
+		var ret, hooks;
+
+		// Make sure that we're working with the right name
+		name = jQuery.camelCase( name );
+		hooks = jQuery.cssHooks[ name ];
+		name = jQuery.cssProps[ name ] || name;
+
+		// cssFloat needs a special treatment
+		if ( name === "cssFloat" ) {
+			name = "float";
+		}
+
+		// If a hook was provided get the computed value from there
+		if ( hooks && "get" in hooks && (ret = hooks.get( elem, true, extra )) !== undefined ) {
+			return ret;
+
+		// Otherwise, if a way to get the computed value exists, use that
+		} else if ( curCSS ) {
+			return curCSS( elem, name );
+		}
+	},
+
+	// A method for quickly swapping in/out CSS properties to get correct calculations
+	swap: function( elem, options, callback ) {
+		var old = {};
+
+		// Remember the old values, and insert the new ones
+		for ( var name in options ) {
+			old[ name ] = elem.style[ name ];
+			elem.style[ name ] = options[ name ];
+		}
+
+		callback.call( elem );
+
+		// Revert the old values
+		for ( name in options ) {
+			elem.style[ name ] = old[ name ];
+		}
+	}
+});
+
+// DEPRECATED, Use jQuery.css() instead
+jQuery.curCSS = jQuery.css;
+
+jQuery.each(["height", "width"], function( i, name ) {
+	jQuery.cssHooks[ name ] = {
+		get: function( elem, computed, extra ) {
+			var val;
+
+			if ( computed ) {
+				if ( elem.offsetWidth !== 0 ) {
+					return getWH( elem, name, extra );
+				} else {
+					jQuery.swap( elem, cssShow, function() {
+						val = getWH( elem, name, extra );
+					});
+				}
+
+				return val;
+			}
+		},
+
+		set: function( elem, value ) {
+			if ( rnumpx.test( value ) ) {
+				// ignore negative width and height values #1599
+				value = parseFloat( value );
+
+				if ( value >= 0 ) {
+					return value + "px";
+				}
+
+			} else {
+				return value;
+			}
+		}
+	};
+});
+
+if ( !jQuery.support.opacity ) {
+	jQuery.cssHooks.opacity = {
+		get: function( elem, computed ) {
+			// IE uses filters for opacity
+			return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
+				( parseFloat( RegExp.$1 ) / 100 ) + "" :
+				computed ? "1" : "";
+		},
+
+		set: function( elem, value ) {
+			var style = elem.style,
+				currentStyle = elem.currentStyle,
+				opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
+				filter = currentStyle && currentStyle.filter || style.filter || "";
+
+			// IE has trouble with opacity if it does not have layout
+			// Force it by setting the zoom level
+			style.zoom = 1;
+
+			// if setting opacity to 1, and no other filters exist - attempt to remove filter attribute #6652
+			if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" ) {
+
+				// Setting style.filter to null, "" & " " still leave "filter:" in the cssText
+				// if "filter:" is present at all, clearType is disabled, we want to avoid this
+				// style.removeAttribute is IE Only, but so apparently is this code path...
+				style.removeAttribute( "filter" );
+
+				// if there there is no filter style applied in a css rule, we are done
+				if ( currentStyle && !currentStyle.filter ) {
+					return;
+				}
+			}
+
+			// otherwise, set new filter values
+			style.filter = ralpha.test( filter ) ?
+				filter.replace( ralpha, opacity ) :
+				filter + " " + opacity;
+		}
+	};
+}
+
+jQuery(function() {
+	// This hook cannot be added until DOM ready because the support test
+	// for it is not run until after DOM ready
+	if ( !jQuery.support.reliableMarginRight ) {
+		jQuery.cssHooks.marginRight = {
+			get: function( elem, computed ) {
+				// WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
+				// Work around by temporarily setting element display to inline-block
+				var ret;
+				jQuery.swap( elem, { "display": "inline-block" }, function() {
+					if ( computed ) {
+						ret = curCSS( elem, "margin-right", "marginRight" );
+					} else {
+						ret = elem.style.marginRight;
+					}
+				});
+				return ret;
+			}
+		};
+	}
+});
+
+if ( document.defaultView && document.defaultView.getComputedStyle ) {
+	getComputedStyle = function( elem, name ) {
+		var ret, defaultView, computedStyle;
+
+		name = name.replace( rupper, "-$1" ).toLowerCase();
+
+		if ( (defaultView = elem.ownerDocument.defaultView) &&
+				(computedStyle = defaultView.getComputedStyle( elem, null )) ) {
+			ret = computedStyle.getPropertyValue( name );
+			if ( ret === "" && !jQuery.contains( elem.ownerDocument.documentElement, elem ) ) {
+				ret = jQuery.style( elem, name );
+			}
+		}
+
+		return ret;
+	};
+}
+
+if ( document.documentElement.currentStyle ) {
+	currentStyle = function( elem, name ) {
+		var left, rsLeft, uncomputed,
+			ret = elem.currentStyle && elem.currentStyle[ name ],
+			style = elem.style;
+
+		// Avoid setting ret to empty string here
+		// so we don't default to auto
+		if ( ret === null && style && (uncomputed = style[ name ]) ) {
+			ret = uncomputed;
+		}
+
+		// From the awesome hack by Dean Edwards
+		// http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
+
+		// If we're not dealing with a regular pixel number
+		// but a number that has a weird ending, we need to convert it to pixels
+		if ( !rnumpx.test( ret ) && rnum.test( ret ) ) {
+
+			// Remember the original values
+			left = style.left;
+			rsLeft = elem.runtimeStyle && elem.runtimeStyle.left;
+
+			// Put in the new values to get a computed value out
+			if ( rsLeft ) {
+				elem.runtimeStyle.left = elem.currentStyle.left;
+			}
+			style.left = name === "fontSize" ? "1em" : ( ret || 0 );
+			ret = style.pixelLeft + "px";
+
+			// Revert the changed values
+			style.left = left;
+			if ( rsLeft ) {
+				elem.runtimeStyle.left = rsLeft;
+			}
+		}
+
+		return ret === "" ? "auto" : ret;
+	};
+}
+
+curCSS = getComputedStyle || currentStyle;
+
+function getWH( elem, name, extra ) {
+
+	// Start with offset property
+	var val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
+		which = name === "width" ? cssWidth : cssHeight,
+		i = 0,
+		len = which.length;
+
+	if ( val > 0 ) {
+		if ( extra !== "border" ) {
+			for ( ; i < len; i++ ) {
+				if ( !extra ) {
+					val -= parseFloat( jQuery.css( elem, "padding" + which[ i ] ) ) || 0;
+				}
+				if ( extra === "margin" ) {
+					val += parseFloat( jQuery.css( elem, extra + which[ i ] ) ) || 0;
+				} else {
+					val -= parseFloat( jQuery.css( elem, "border" + which[ i ] + "Width" ) ) || 0;
+				}
+			}
+		}
+
+		return val + "px";
+	}
+
+	// Fall back to computed then uncomputed css if necessary
+	val = curCSS( elem, name, name );
+	if ( val < 0 || val == null ) {
+		val = elem.style[ name ] || 0;
+	}
+	// Normalize "", auto, and prepare for extra
+	val = parseFloat( val ) || 0;
+
+	// Add padding, border, margin
+	if ( extra ) {
+		for ( ; i < len; i++ ) {
+			val += parseFloat( jQuery.css( elem, "padding" + which[ i ] ) ) || 0;
+			if ( extra !== "padding" ) {
+				val += parseFloat( jQuery.css( elem, "border" + which[ i ] + "Width" ) ) || 0;
+			}
+			if ( extra === "margin" ) {
+				val += parseFloat( jQuery.css( elem, extra + which[ i ] ) ) || 0;
+			}
+		}
+	}
+
+	return val + "px";
+}
+
+if ( jQuery.expr && jQuery.expr.filters ) {
+	jQuery.expr.filters.hidden = function( elem ) {
+		var width = elem.offsetWidth,
+			height = elem.offsetHeight;
+
+		return ( width === 0 && height === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || jQuery.css( elem, "display" )) === "none");
+	};
+
+	jQuery.expr.filters.visible = function( elem ) {
+		return !jQuery.expr.filters.hidden( elem );
+	};
+}
+
+
+
+
+var r20 = /%20/g,
+	rbracket = /\[\]$/,
+	rCRLF = /\r?\n/g,
+	rhash = /#.*$/,
+	rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
+	rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
+	// #7653, #8125, #8152: local protocol detection
+	rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
+	rnoContent = /^(?:GET|HEAD)$/,
+	rprotocol = /^\/\//,
+	rquery = /\?/,
+	rscript = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
+	rselectTextarea = /^(?:select|textarea)/i,
+	rspacesAjax = /\s+/,
+	rts = /([?&])_=[^&]*/,
+	rurl = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,
+
+	// Keep a copy of the old load method
+	_load = jQuery.fn.load,
+
+	/* Prefilters
+	 * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
+	 * 2) These are called:
+	 *    - BEFORE asking for a transport
+	 *    - AFTER param serialization (s.data is a string if s.processData is true)
+	 * 3) key is the dataType
+	 * 4) the catchall symbol "*" can be used
+	 * 5) execution will start with transport dataType and THEN continue down to "*" if needed
+	 */
+	prefilters = {},
+
+	/* Transports bindings
+	 * 1) key is the dataType
+	 * 2) the catchall symbol "*" can be used
+	 * 3) selection will start with transport dataType and THEN go to "*" if needed
+	 */
+	transports = {},
+
+	// Document location
+	ajaxLocation,
+
+	// Document location segments
+	ajaxLocParts,
+
+	// Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
+	allTypes = ["*/"] + ["*"];
+
+// #8138, IE may throw an exception when accessing
+// a field from window.location if document.domain has been set
+try {
+	ajaxLocation = location.href;
+} catch( e ) {
+	// Use the href attribute of an A element
+	// since IE will modify it given document.location
+	ajaxLocation = document.createElement( "a" );
+	ajaxLocation.href = "";
+	ajaxLocation = ajaxLocation.href;
+}
+
+// Segment location into parts
+ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
+
+// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
+function addToPrefiltersOrTransports( structure ) {
+
+	// dataTypeExpression is optional and defaults to "*"
+	return function( dataTypeExpression, func ) {
+
+		if ( typeof dataTypeExpression !== "string" ) {
+			func = dataTypeExpression;
+			dataTypeExpression = "*";
+		}
+
+		if ( jQuery.isFunction( func ) ) {
+			var dataTypes = dataTypeExpression.toLowerCase().split( rspacesAjax ),
+				i = 0,
+				length = dataTypes.length,
+				dataType,
+				list,
+				placeBefore;
+
+			// For each dataType in the dataTypeExpression
+			for ( ; i < length; i++ ) {
+				dataType = dataTypes[ i ];
+				// We control if we're asked to add before
+				// any existing element
+				placeBefore = /^\+/.test( dataType );
+				if ( placeBefore ) {
+					dataType = dataType.substr( 1 ) || "*";
+				}
+				list = structure[ dataType ] = structure[ dataType ] || [];
+				// then we add to the structure accordingly
+				list[ placeBefore ? "unshift" : "push" ]( func );
+			}
+		}
+	};
+}
+
+// Base inspection function for prefilters and transports
+function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
+		dataType /* internal */, inspected /* internal */ ) {
+
+	dataType = dataType || options.dataTypes[ 0 ];
+	inspected = inspected || {};
+
+	inspected[ dataType ] = true;
+
+	var list = structure[ dataType ],
+		i = 0,
+		length = list ? list.length : 0,
+		executeOnly = ( structure === prefilters ),
+		selection;
+
+	for ( ; i < length && ( executeOnly || !selection ); i++ ) {
+		selection = list[ i ]( options, originalOptions, jqXHR );
+		// If we got redirected to another dataType
+		// we try there if executing only and not done already
+		if ( typeof selection === "string" ) {
+			if ( !executeOnly || inspected[ selection ] ) {
+				selection = undefined;
+			} else {
+				options.dataTypes.unshift( selection );
+				selection = inspectPrefiltersOrTransports(
+						structure, options, originalOptions, jqXHR, selection, inspected );
+			}
+		}
+	}
+	// If we're only executing or nothing was selected
+	// we try the catchall dataType if not done already
+	if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) {
+		selection = inspectPrefiltersOrTransports(
+				structure, options, originalOptions, jqXHR, "*", inspected );
+	}
+	// unnecessary when only executing (prefilters)
+	// but it'll be ignored by the caller in that case
+	return selection;
+}
+
+// A special extend for ajax options
+// that takes "flat" options (not to be deep extended)
+// Fixes #9887
+function ajaxExtend( target, src ) {
+	var key, deep,
+		flatOptions = jQuery.ajaxSettings.flatOptions || {};
+	for ( key in src ) {
+		if ( src[ key ] !== undefined ) {
+			( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
+		}
+	}
+	if ( deep ) {
+		jQuery.extend( true, target, deep );
+	}
+}
+
+jQuery.fn.extend({
+	load: function( url, params, callback ) {
+		if ( typeof url !== "string" && _load ) {
+			return _load.apply( this, arguments );
+
+		// Don't do a request if no elements are being requested
+		} else if ( !this.length ) {
+			return this;
+		}
+
+		var off = url.indexOf( " " );
+		if ( off >= 0 ) {
+			var selector = url.slice( off, url.length );
+			url = url.slice( 0, off );
+		}
+
+		// Default to a GET request
+		var type = "GET";
+
+		// If the second parameter was provided
+		if ( params ) {
+			// If it's a function
+			if ( jQuery.isFunction( params ) ) {
+				// We assume that it's the callback
+				callback = params;
+				params = undefined;
+
+			// Otherwise, build a param string
+			} else if ( typeof params === "object" ) {
+				params = jQuery.param( params, jQuery.ajaxSettings.traditional );
+				type = "POST";
+			}
+		}
+
+		var self = this;
+
+		// Request the remote document
+		jQuery.ajax({
+			url: url,
+			type: type,
+			dataType: "html",
+			data: params,
+			// Complete callback (responseText is used internally)
+			complete: function( jqXHR, status, responseText ) {
+				// Store the response as specified by the jqXHR object
+				responseText = jqXHR.responseText;
+				// If successful, inject the HTML into all the matched elements
+				if ( jqXHR.isResolved() ) {
+					// #4825: Get the actual response in case
+					// a dataFilter is present in ajaxSettings
+					jqXHR.done(function( r ) {
+						responseText = r;
+					});
+					// See if a selector was specified
+					self.html( selector ?
+						// Create a dummy div to hold the results
+						jQuery("<div>")
+							// inject the contents of the document in, removing the scripts
+							// to avoid any 'Permission Denied' errors in IE
+							.append(responseText.replace(rscript, ""))
+
+							// Locate the specified elements
+							.find(selector) :
+
+						// If not, just inject the full result
+						responseText );
+				}
+
+				if ( callback ) {
+					self.each( callback, [ responseText, status, jqXHR ] );
+				}
+			}
+		});
+
+		return this;
+	},
+
+	serialize: function() {
+		return jQuery.param( this.serializeArray() );
+	},
+
+	serializeArray: function() {
+		return this.map(function(){
+			return this.elements ? jQuery.makeArray( this.elements ) : this;
+		})
+		.filter(function(){
+			return this.name && !this.disabled &&
+				( this.checked || rselectTextarea.test( this.nodeName ) ||
+					rinput.test( this.type ) );
+		})
+		.map(function( i, elem ){
+			var val = jQuery( this ).val();
+
+			return val == null ?
+				null :
+				jQuery.isArray( val ) ?
+					jQuery.map( val, function( val, i ){
+						return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
+					}) :
+					{ name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
+		}).get();
+	}
+});
+
+// Attach a bunch of functions for handling common AJAX events
+jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){
+	jQuery.fn[ o ] = function( f ){
+		return this.on( o, f );
+	};
+});
+
+jQuery.each( [ "get", "post" ], function( i, method ) {
+	jQuery[ method ] = function( url, data, callback, type ) {
+		// shift arguments if data argument was omitted
+		if ( jQuery.isFunction( data ) ) {
+			type = type || callback;
+			callback = data;
+			data = undefined;
+		}
+
+		return jQuery.ajax({
+			type: method,
+			url: url,
+			data: data,
+			success: callback,
+			dataType: type
+		});
+	};
+});
+
+jQuery.extend({
+
+	getScript: function( url, callback ) {
+		return jQuery.get( url, undefined, callback, "script" );
+	},
+
+	getJSON: function( url, data, callback ) {
+		return jQuery.get( url, data, callback, "json" );
+	},
+
+	// Creates a full fledged settings object into target
+	// with both ajaxSettings and settings fields.
+	// If target is omitted, writes into ajaxSettings.
+	ajaxSetup: function( target, settings ) {
+		if ( settings ) {
+			// Building a settings object
+			ajaxExtend( target, jQuery.ajaxSettings );
+		} else {
+			// Extending ajaxSettings
+			settings = target;
+			target = jQuery.ajaxSettings;
+		}
+		ajaxExtend( target, settings );
+		return target;
+	},
+
+	ajaxSettings: {
+		url: ajaxLocation,
+		isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
+		global: true,
+		type: "GET",
+		contentType: "application/x-www-form-urlencoded",
+		processData: true,
+		async: true,
+		/*
+		timeout: 0,
+		data: null,
+		dataType: null,
+		username: null,
+		password: null,
+		cache: null,
+		traditional: false,
+		headers: {},
+		*/
+
+		accepts: {
+			xml: "application/xml, text/xml",
+			html: "text/html",
+			text: "text/plain",
+			json: "application/json, text/javascript",
+			"*": allTypes
+		},
+
+		contents: {
+			xml: /xml/,
+			html: /html/,
+			json: /json/
+		},
+
+		responseFields: {
+			xml: "responseXML",
+			text: "responseText"
+		},
+
+		// List of data converters
+		// 1) key format is "source_type destination_type" (a single space in-between)
+		// 2) the catchall symbol "*" can be used for source_type
+		converters: {
+
+			// Convert anything to text
+			"* text": window.String,
+
+			// Text to html (true = no transformation)
+			"text html": true,
+
+			// Evaluate text as a json expression
+			"text json": jQuery.parseJSON,
+
+			// Parse text as xml
+			"text xml": jQuery.parseXML
+		},
+
+		// For options that shouldn't be deep extended:
+		// you can add your own custom options here if
+		// and when you create one that shouldn't be
+		// deep extended (see ajaxExtend)
+		flatOptions: {
+			context: true,
+			url: true
+		}
+	},
+
+	ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
+	ajaxTransport: addToPrefiltersOrTransports( transports ),
+
+	// Main method
+	ajax: function( url, options ) {
+
+		// If url is an object, simulate pre-1.5 signature
+		if ( typeof url === "object" ) {
+			options = url;
+			url = undefined;
+		}
+
+		// Force options to be an object
+		options = options || {};
+
+		var // Create the final options object
+			s = jQuery.ajaxSetup( {}, options ),
+			// Callbacks context
+			callbackContext = s.context || s,
+			// Context for global events
+			// It's the callbackContext if one was provided in the options
+			// and if it's a DOM node or a jQuery collection
+			globalEventContext = callbackContext !== s &&
+				( callbackContext.nodeType || callbackContext instanceof jQuery ) ?
+						jQuery( callbackContext ) : jQuery.event,
+			// Deferreds
+			deferred = jQuery.Deferred(),
+			completeDeferred = jQuery.Callbacks( "once memory" ),
+			// Status-dependent callbacks
+			statusCode = s.statusCode || {},
+			// ifModified key
+			ifModifiedKey,
+			// Headers (they are sent all at once)
+			requestHeaders = {},
+			requestHeadersNames = {},
+			// Response headers
+			responseHeadersString,
+			responseHeaders,
+			// transport
+			transport,
+			// timeout handle
+			timeoutTimer,
+			// Cross-domain detection vars
+			parts,
+			// The jqXHR state
+			state = 0,
+			// To know if global events are to be dispatched
+			fireGlobals,
+			// Loop variable
+			i,
+			// Fake xhr
+			jqXHR = {
+
+				readyState: 0,
+
+				// Caches the header
+				setRequestHeader: function( name, value ) {
+					if ( !state ) {
+						var lname = name.toLowerCase();
+						name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;
+						requestHeaders[ name ] = value;
+					}
+					return this;
+				},
+
+				// Raw string
+				getAllResponseHeaders: function() {
+					return state === 2 ? responseHeadersString : null;
+				},
+
+				// Builds headers hashtable if needed
+				getResponseHeader: function( key ) {
+					var match;
+					if ( state === 2 ) {
+						if ( !responseHeaders ) {
+							responseHeaders = {};
+							while( ( match = rheaders.exec( responseHeadersString ) ) ) {
+								responseHeaders[ match[1].toLowerCase() ] = match[ 2 ];
+							}
+						}
+						match = responseHeaders[ key.toLowerCase() ];
+					}
+					return match === undefined ? null : match;
+				},
+
+				// Overrides response content-type header
+				overrideMimeType: function( type ) {
+					if ( !state ) {
+						s.mimeType = type;
+					}
+					return this;
+				},
+
+				// Cancel the request
+				abort: function( statusText ) {
+					statusText = statusText || "abort";
+					if ( transport ) {
+						transport.abort( statusText );
+					}
+					done( 0, statusText );
+					return this;
+				}
+			};
+
+		// Callback for when everything is done
+		// It is defined here because jslint complains if it is declared
+		// at the end of the function (which would be more logical and readable)
+		function done( status, nativeStatusText, responses, headers ) {
+
+			// Called once
+			if ( state === 2 ) {
+				return;
+			}
+
+			// State is "done" now
+			state = 2;
+
+			// Clear timeout if it exists
+			if ( timeoutTimer ) {
+				clearTimeout( timeoutTimer );
+			}
+
+			// Dereference transport for early garbage collection
+			// (no matter how long the jqXHR object will be used)
+			transport = undefined;
+
+			// Cache response headers
+			responseHeadersString = headers || "";
+
+			// Set readyState
+			jqXHR.readyState = status > 0 ? 4 : 0;
+
+			var isSuccess,
+				success,
+				error,
+				statusText = nativeStatusText,
+				response = responses ? ajaxHandleResponses( s, jqXHR, responses ) : undefined,
+				lastModified,
+				etag;
+
+			// If successful, handle type chaining
+			if ( status >= 200 && status < 300 || status === 304 ) {
+
+				// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
+				if ( s.ifModified ) {
+
+					if ( ( lastModified = jqXHR.getResponseHeader( "Last-Modified" ) ) ) {
+						jQuery.lastModified[ ifModifiedKey ] = lastModified;
+					}
+					if ( ( etag = jqXHR.getResponseHeader( "Etag" ) ) ) {
+						jQuery.etag[ ifModifiedKey ] = etag;
+					}
+				}
+
+				// If not modified
+				if ( status === 304 ) {
+
+					statusText = "notmodified";
+					isSuccess = true;
+
+				// If we have data
+				} else {
+
+					try {
+						success = ajaxConvert( s, response );
+						statusText = "success";
+						isSuccess = true;
+					} catch(e) {
+						// We have a parsererror
+						statusText = "parsererror";
+						error = e;
+					}
+				}
+			} else {
+				// We extract error from statusText
+				// then normalize statusText and status for non-aborts
+				error = statusText;
+				if ( !statusText || status ) {
+					statusText = "error";
+					if ( status < 0 ) {
+						status = 0;
+					}
+				}
+			}
+
+			// Set data for the fake xhr object
+			jqXHR.status = status;
+			jqXHR.statusText = "" + ( nativeStatusText || statusText );
+
+			// Success/Error
+			if ( isSuccess ) {
+				deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
+			} else {
+				deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
+			}
+
+			// Status-dependent callbacks
+			jqXHR.statusCode( statusCode );
+			statusCode = undefined;
+
+			if ( fireGlobals ) {
+				globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
+						[ jqXHR, s, isSuccess ? success : error ] );
+			}
+
+			// Complete
+			completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
+
+			if ( fireGlobals ) {
+				globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
+				// Handle the global AJAX counter
+				if ( !( --jQuery.active ) ) {
+					jQuery.event.trigger( "ajaxStop" );
+				}
+			}
+		}
+
+		// Attach deferreds
+		deferred.promise( jqXHR );
+		jqXHR.success = jqXHR.done;
+		jqXHR.error = jqXHR.fail;
+		jqXHR.complete = completeDeferred.add;
+
+		// Status-dependent callbacks
+		jqXHR.statusCode = function( map ) {
+			if ( map ) {
+				var tmp;
+				if ( state < 2 ) {
+					for ( tmp in map ) {
+						statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ];
+					}
+				} else {
+					tmp = map[ jqXHR.status ];
+					jqXHR.then( tmp, tmp );
+				}
+			}
+			return this;
+		};
+
+		// Remove hash character (#7531: and string promotion)
+		// Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
+		// We also use the url parameter if available
+		s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
+
+		// Extract dataTypes list
+		s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( rspacesAjax );
+
+		// Determine if a cross-domain request is in order
+		if ( s.crossDomain == null ) {
+			parts = rurl.exec( s.url.toLowerCase() );
+			s.crossDomain = !!( parts &&
+				( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] ||
+					( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) !=
+						( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )
+			);
+		}
+
+		// Convert data if not already a string
+		if ( s.data && s.processData && typeof s.data !== "string" ) {
+			s.data = jQuery.param( s.data, s.traditional );
+		}
+
+		// Apply prefilters
+		inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
+
+		// If request was aborted inside a prefiler, stop there
+		if ( state === 2 ) {
+			return false;
+		}
+
+		// We can fire global events as of now if asked to
+		fireGlobals = s.global;
+
+		// Uppercase the type
+		s.type = s.type.toUpperCase();
+
+		// Determine if request has content
+		s.hasContent = !rnoContent.test( s.type );
+
+		// Watch for a new set of requests
+		if ( fireGlobals && jQuery.active++ === 0 ) {
+			jQuery.event.trigger( "ajaxStart" );
+		}
+
+		// More options handling for requests with no content
+		if ( !s.hasContent ) {
+
+			// If data is available, append data to url
+			if ( s.data ) {
+				s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data;
+				// #9682: remove data so that it's not used in an eventual retry
+				delete s.data;
+			}
+
+			// Get ifModifiedKey before adding the anti-cache parameter
+			ifModifiedKey = s.url;
+
+			// Add anti-cache in url if needed
+			if ( s.cache === false ) {
+
+				var ts = jQuery.now(),
+					// try replacing _= if it is there
+					ret = s.url.replace( rts, "$1_=" + ts );
+
+				// if nothing was replaced, add timestamp to the end
+				s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
+			}
+		}
+
+		// Set the correct header, if data is being sent
+		if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
+			jqXHR.setRequestHeader( "Content-Type", s.contentType );
+		}
+
+		// Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
+		if ( s.ifModified ) {
+			ifModifiedKey = ifModifiedKey || s.url;
+			if ( jQuery.lastModified[ ifModifiedKey ] ) {
+				jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ ifModifiedKey ] );
+			}
+			if ( jQuery.etag[ ifModifiedKey ] ) {
+				jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] );
+			}
+		}
+
+		// Set the Accepts header for the server, depending on the dataType
+		jqXHR.setRequestHeader(
+			"Accept",
+			s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
+				s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
+				s.accepts[ "*" ]
+		);
+
+		// Check for headers option
+		for ( i in s.headers ) {
+			jqXHR.setRequestHeader( i, s.headers[ i ] );
+		}
+
+		// Allow custom headers/mimetypes and early abort
+		if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
+				// Abort if not done already
+				jqXHR.abort();
+				return false;
+
+		}
+
+		// Install callbacks on deferreds
+		for ( i in { success: 1, error: 1, complete: 1 } ) {
+			jqXHR[ i ]( s[ i ] );
+		}
+
+		// Get transport
+		transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
+
+		// If no transport, we auto-abort
+		if ( !transport ) {
+			done( -1, "No Transport" );
+		} else {
+			jqXHR.readyState = 1;
+			// Send global event
+			if ( fireGlobals ) {
+				globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
+			}
+			// Timeout
+			if ( s.async && s.timeout > 0 ) {
+				timeoutTimer = setTimeout( function(){
+					jqXHR.abort( "timeout" );
+				}, s.timeout );
+			}
+
+			try {
+				state = 1;
+				transport.send( requestHeaders, done );
+			} catch (e) {
+				// Propagate exception as error if not done
+				if ( state < 2 ) {
+					done( -1, e );
+				// Simply rethrow otherwise
+				} else {
+					throw e;
+				}
+			}
+		}
+
+		return jqXHR;
+	},
+
+	// Serialize an array of form elements or a set of
+	// key/values into a query string
+	param: function( a, traditional ) {
+		var s = [],
+			add = function( key, value ) {
+				// If value is a function, invoke it and return its value
+				value = jQuery.isFunction( value ) ? value() : value;
+				s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
+			};
+
+		// Set traditional to true for jQuery <= 1.3.2 behavior.
+		if ( traditional === undefined ) {
+			traditional = jQuery.ajaxSettings.traditional;
+		}
+
+		// If an array was passed in, assume that it is an array of form elements.
+		if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
+			// Serialize the form elements
+			jQuery.each( a, function() {
+				add( this.name, this.value );
+			});
+
+		} else {
+			// If traditional, encode the "old" way (the way 1.3.2 or older
+			// did it), otherwise encode params recursively.
+			for ( var prefix in a ) {
+				buildParams( prefix, a[ prefix ], traditional, add );
+			}
+		}
+
+		// Return the resulting serialization
+		return s.join( "&" ).replace( r20, "+" );
+	}
+});
+
+function buildParams( prefix, obj, traditional, add ) {
+	if ( jQuery.isArray( obj ) ) {
+		// Serialize array item.
+		jQuery.each( obj, function( i, v ) {
+			if ( traditional || rbracket.test( prefix ) ) {
+				// Treat each array item as a scalar.
+				add( prefix, v );
+
+			} else {
+				// If array item is non-scalar (array or object), encode its
+				// numeric index to resolve deserialization ambiguity issues.
+				// Note that rack (as of 1.0.0) can't currently deserialize
+				// nested arrays properly, and attempting to do so may cause
+				// a server error. Possible fixes are to modify rack's
+				// deserialization algorithm or to provide an option or flag
+				// to force array serialization to be shallow.
+				buildParams( prefix + "[" + ( typeof v === "object" || jQuery.isArray(v) ? i : "" ) + "]", v, traditional, add );
+			}
+		});
+
+	} else if ( !traditional && obj != null && typeof obj === "object" ) {
+		// Serialize object item.
+		for ( var name in obj ) {
+			buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
+		}
+
+	} else {
+		// Serialize scalar item.
+		add( prefix, obj );
+	}
+}
+
+// This is still on the jQuery object... for now
+// Want to move this to jQuery.ajax some day
+jQuery.extend({
+
+	// Counter for holding the number of active queries
+	active: 0,
+
+	// Last-Modified header cache for next request
+	lastModified: {},
+	etag: {}
+
+});
+
+/* Handles responses to an ajax request:
+ * - sets all responseXXX fields accordingly
+ * - finds the right dataType (mediates between content-type and expected dataType)
+ * - returns the corresponding response
+ */
+function ajaxHandleResponses( s, jqXHR, responses ) {
+
+	var contents = s.contents,
+		dataTypes = s.dataTypes,
+		responseFields = s.responseFields,
+		ct,
+		type,
+		finalDataType,
+		firstDataType;
+
+	// Fill responseXXX fields
+	for ( type in responseFields ) {
+		if ( type in responses ) {
+			jqXHR[ responseFields[type] ] = responses[ type ];
+		}
+	}
+
+	// Remove auto dataType and get content-type in the process
+	while( dataTypes[ 0 ] === "*" ) {
+		dataTypes.shift();
+		if ( ct === undefined ) {
+			ct = s.mimeType || jqXHR.getResponseHeader( "content-type" );
+		}
+	}
+
+	// Check if we're dealing with a known content-type
+	if ( ct ) {
+		for ( type in contents ) {
+			if ( contents[ type ] && contents[ type ].test( ct ) ) {
+				dataTypes.unshift( type );
+				break;
+			}
+		}
+	}
+
+	// Check to see if we have a response for the expected dataType
+	if ( dataTypes[ 0 ] in responses ) {
+		finalDataType = dataTypes[ 0 ];
+	} else {
+		// Try convertible dataTypes
+		for ( type in responses ) {
+			if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) {
+				finalDataType = type;
+				break;
+			}
+			if ( !firstDataType ) {
+				firstDataType = type;
+			}
+		}
+		// Or just use first one
+		finalDataType = finalDataType || firstDataType;
+	}
+
+	// If we found a dataType
+	// We add the dataType to the list if needed
+	// and return the corresponding response
+	if ( finalDataType ) {
+		if ( finalDataType !== dataTypes[ 0 ] ) {
+			dataTypes.unshift( finalDataType );
+		}
+		return responses[ finalDataType ];
+	}
+}
+
+// Chain conversions given the request and the original response
+function ajaxConvert( s, response ) {
+
+	// Apply the dataFilter if provided
+	if ( s.dataFilter ) {
+		response = s.dataFilter( response, s.dataType );
+	}
+
+	var dataTypes = s.dataTypes,
+		converters = {},
+		i,
+		key,
+		length = dataTypes.length,
+		tmp,
+		// Current and previous dataTypes
+		current = dataTypes[ 0 ],
+		prev,
+		// Conversion expression
+		conversion,
+		// Conversion function
+		conv,
+		// Conversion functions (transitive conversion)
+		conv1,
+		conv2;
+
+	// For each dataType in the chain
+	for ( i = 1; i < length; i++ ) {
+
+		// Create converters map
+		// with lowercased keys
+		if ( i === 1 ) {
+			for ( key in s.converters ) {
+				if ( typeof key === "string" ) {
+					converters[ key.toLowerCase() ] = s.converters[ key ];
+				}
+			}
+		}
+
+		// Get the dataTypes
+		prev = current;
+		current = dataTypes[ i ];
+
+		// If current is auto dataType, update it to prev
+		if ( current === "*" ) {
+			current = prev;
+		// If no auto and dataTypes are actually different
+		} else if ( prev !== "*" && prev !== current ) {
+
+			// Get the converter
+			conversion = prev + " " + current;
+			conv = converters[ conversion ] || converters[ "* " + current ];
+
+			// If there is no direct converter, search transitively
+			if ( !conv ) {
+				conv2 = undefined;
+				for ( conv1 in converters ) {
+					tmp = conv1.split( " " );
+					if ( tmp[ 0 ] === prev || tmp[ 0 ] === "*" ) {
+						conv2 = converters[ tmp[1] + " " + current ];
+						if ( conv2 ) {
+							conv1 = converters[ conv1 ];
+							if ( conv1 === true ) {
+								conv = conv2;
+							} else if ( conv2 === true ) {
+								conv = conv1;
+							}
+							break;
+						}
+					}
+				}
+			}
+			// If we found no converter, dispatch an error
+			if ( !( conv || conv2 ) ) {
+				jQuery.error( "No conversion from " + conversion.replace(" "," to ") );
+			}
+			// If found converter is not an equivalence
+			if ( conv !== true ) {
+				// Convert with 1 or 2 converters accordingly
+				response = conv ? conv( response ) : conv2( conv1(response) );
+			}
+		}
+	}
+	return response;
+}
+
+
+
+
+var jsc = jQuery.now(),
+	jsre = /(\=)\?(&|$)|\?\?/i;
+
+// Default jsonp settings
+jQuery.ajaxSetup({
+	jsonp: "callback",
+	jsonpCallback: function() {
+		return jQuery.expando + "_" + ( jsc++ );
+	}
+});
+
+// Detect, normalize options and install callbacks for jsonp requests
+jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
+
+	var inspectData = s.contentType === "application/x-www-form-urlencoded" &&
+		( typeof s.data === "string" );
+
+	if ( s.dataTypes[ 0 ] === "jsonp" ||
+		s.jsonp !== false && ( jsre.test( s.url ) ||
+				inspectData && jsre.test( s.data ) ) ) {
+
+		var responseContainer,
+			jsonpCallback = s.jsonpCallback =
+				jQuery.isFunction( s.jsonpCallback ) ? s.jsonpCallback() : s.jsonpCallback,
+			previous = window[ jsonpCallback ],
+			url = s.url,
+			data = s.data,
+			replace = "$1" + jsonpCallback + "$2";
+
+		if ( s.jsonp !== false ) {
+			url = url.replace( jsre, replace );
+			if ( s.url === url ) {
+				if ( inspectData ) {
+					data = data.replace( jsre, replace );
+				}
+				if ( s.data === data ) {
+					// Add callback manually
+					url += (/\?/.test( url ) ? "&" : "?") + s.jsonp + "=" + jsonpCallback;
+				}
+			}
+		}
+
+		s.url = url;
+		s.data = data;
+
+		// Install callback
+		window[ jsonpCallback ] = function( response ) {
+			responseContainer = [ response ];
+		};
+
+		// Clean-up function
+		jqXHR.always(function() {
+			// Set callback back to previous value
+			window[ jsonpCallback ] = previous;
+			// Call if it was a function and we have a response
+			if ( responseContainer && jQuery.isFunction( previous ) ) {
+				window[ jsonpCallback ]( responseContainer[ 0 ] );
+			}
+		});
+
+		// Use data converter to retrieve json after script execution
+		s.converters["script json"] = function() {
+			if ( !responseContainer ) {
+				jQuery.error( jsonpCallback + " was not called" );
+			}
+			return responseContainer[ 0 ];
+		};
+
+		// force json dataType
+		s.dataTypes[ 0 ] = "json";
+
+		// Delegate to script
+		return "script";
+	}
+});
+
+
+
+
+// Install script dataType
+jQuery.ajaxSetup({
+	accepts: {
+		script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
+	},
+	contents: {
+		script: /javascript|ecmascript/
+	},
+	converters: {
+		"text script": function( text ) {
+			jQuery.globalEval( text );
+			return text;
+		}
+	}
+});
+
+// Handle cache's special case and global
+jQuery.ajaxPrefilter( "script", function( s ) {
+	if ( s.cache === undefined ) {
+		s.cache = false;
+	}
+	if ( s.crossDomain ) {
+		s.type = "GET";
+		s.global = false;
+	}
+});
+
+// Bind script tag hack transport
+jQuery.ajaxTransport( "script", function(s) {
+
+	// This transport only deals with cross domain requests
+	if ( s.crossDomain ) {
+
+		var script,
+			head = document.head || document.getElementsByTagName( "head" )[0] || document.documentElement;
+
+		return {
+
+			send: function( _, callback ) {
+
+				script = document.createElement( "script" );
+
+				script.async = "async";
+
+				if ( s.scriptCharset ) {
+					script.charset = s.scriptCharset;
+				}
+
+				script.src = s.url;
+
+				// Attach handlers for all browsers
+				script.onload = script.onreadystatechange = function( _, isAbort ) {
+
+					if ( isAbort || !script.readyState || /loaded|complete/.test( script.readyState ) ) {
+
+						// Handle memory leak in IE
+						script.onload = script.onreadystatechange = null;
+
+						// Remove the script
+						if ( head && script.parentNode ) {
+							head.removeChild( script );
+						}
+
+						// Dereference the script
+						script = undefined;
+
+						// Callback if not abort
+						if ( !isAbort ) {
+							callback( 200, "success" );
+						}
+					}
+				};
+				// Use insertBefore instead of appendChild  to circumvent an IE6 bug.
+				// This arises when a base node is used (#2709 and #4378).
+				head.insertBefore( script, head.firstChild );
+			},
+
+			abort: function() {
+				if ( script ) {
+					script.onload( 0, 1 );
+				}
+			}
+		};
+	}
+});
+
+
+
+
+var // #5280: Internet Explorer will keep connections alive if we don't abort on unload
+	xhrOnUnloadAbort = window.ActiveXObject ? function() {
+		// Abort all pending requests
+		for ( var key in xhrCallbacks ) {
+			xhrCallbacks[ key ]( 0, 1 );
+		}
+	} : false,
+	xhrId = 0,
+	xhrCallbacks;
+
+// Functions to create xhrs
+function createStandardXHR() {
+	try {
+		return new window.XMLHttpRequest();
+	} catch( e ) {}
+}
+
+function createActiveXHR() {
+	try {
+		return new window.ActiveXObject( "Microsoft.XMLHTTP" );
+	} catch( e ) {}
+}
+
+// Create the request object
+// (This is still attached to ajaxSettings for backward compatibility)
+jQuery.ajaxSettings.xhr = window.ActiveXObject ?
+	/* Microsoft failed to properly
+	 * implement the XMLHttpRequest in IE7 (can't request local files),
+	 * so we use the ActiveXObject when it is available
+	 * Additionally XMLHttpRequest can be disabled in IE7/IE8 so
+	 * we need a fallback.
+	 */
+	function() {
+		return !this.isLocal && createStandardXHR() || createActiveXHR();
+	} :
+	// For all other browsers, use the standard XMLHttpRequest object
+	createStandardXHR;
+
+// Determine support properties
+(function( xhr ) {
+	jQuery.extend( jQuery.support, {
+		ajax: !!xhr,
+		cors: !!xhr && ( "withCredentials" in xhr )
+	});
+})( jQuery.ajaxSettings.xhr() );
+
+// Create transport if the browser can provide an xhr
+if ( jQuery.support.ajax ) {
+
+	jQuery.ajaxTransport(function( s ) {
+		// Cross domain only allowed if supported through XMLHttpRequest
+		if ( !s.crossDomain || jQuery.support.cors ) {
+
+			var callback;
+
+			return {
+				send: function( headers, complete ) {
+
+					// Get a new xhr
+					var xhr = s.xhr(),
+						handle,
+						i;
+
+					// Open the socket
+					// Passing null username, generates a login popup on Opera (#2865)
+					if ( s.username ) {
+						xhr.open( s.type, s.url, s.async, s.username, s.password );
+					} else {
+						xhr.open( s.type, s.url, s.async );
+					}
+
+					// Apply custom fields if provided
+					if ( s.xhrFields ) {
+						for ( i in s.xhrFields ) {
+							xhr[ i ] = s.xhrFields[ i ];
+						}
+					}
+
+					// Override mime type if needed
+					if ( s.mimeType && xhr.overrideMimeType ) {
+						xhr.overrideMimeType( s.mimeType );
+					}
+
+					// X-Requested-With header
+					// For cross-domain requests, seeing as conditions for a preflight are
+					// akin to a jigsaw puzzle, we simply never set it to be sure.
+					// (it can always be set on a per-request basis or even using ajaxSetup)
+					// For same-domain requests, won't change header if already provided.
+					if ( !s.crossDomain && !headers["X-Requested-With"] ) {
+						headers[ "X-Requested-With" ] = "XMLHttpRequest";
+					}
+
+					// Need an extra try/catch for cross domain requests in Firefox 3
+					try {
+						for ( i in headers ) {
+							xhr.setRequestHeader( i, headers[ i ] );
+						}
+					} catch( _ ) {}
+
+					// Do send the request
+					// This may raise an exception which is actually
+					// handled in jQuery.ajax (so no try/catch here)
+					xhr.send( ( s.hasContent && s.data ) || null );
+
+					// Listener
+					callback = function( _, isAbort ) {
+
+						var status,
+							statusText,
+							responseHeaders,
+							responses,
+							xml;
+
+						// Firefox throws exceptions when accessing properties
+						// of an xhr when a network error occured
+						// http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
+						try {
+
+							// Was never called and is aborted or complete
+							if ( callback && ( isAbort || xhr.readyState === 4 ) ) {
+
+								// Only called once
+								callback = undefined;
+
+								// Do not keep as active anymore
+								if ( handle ) {
+									xhr.onreadystatechange = jQuery.noop;
+									if ( xhrOnUnloadAbort ) {
+										delete xhrCallbacks[ handle ];
+									}
+								}
+
+								// If it's an abort
+								if ( isAbort ) {
+									// Abort it manually if needed
+									if ( xhr.readyState !== 4 ) {
+										xhr.abort();
+									}
+								} else {
+									status = xhr.status;
+									responseHeaders = xhr.getAllResponseHeaders();
+									responses = {};
+									xml = xhr.responseXML;
+
+									// Construct response list
+									if ( xml && xml.documentElement /* #4958 */ ) {
+										responses.xml = xml;
+									}
+									responses.text = xhr.responseText;
+
+									// Firefox throws an exception when accessing
+									// statusText for faulty cross-domain requests
+									try {
+										statusText = xhr.statusText;
+									} catch( e ) {
+										// We normalize with Webkit giving an empty statusText
+										statusText = "";
+									}
+
+									// Filter status for non standard behaviors
+
+									// If the request is local and we have data: assume a success
+									// (success with no data won't get notified, that's the best we
+									// can do given current implementations)
+									if ( !status && s.isLocal && !s.crossDomain ) {
+										status = responses.text ? 200 : 404;
+									// IE - #1450: sometimes returns 1223 when it should be 204
+									} else if ( status === 1223 ) {
+										status = 204;
+									}
+								}
+							}
+						} catch( firefoxAccessException ) {
+							if ( !isAbort ) {
+								complete( -1, firefoxAccessException );
+							}
+						}
+
+						// Call complete if needed
+						if ( responses ) {
+							complete( status, statusText, responses, responseHeaders );
+						}
+					};
+
+					// if we're in sync mode or it's in cache
+					// and has been retrieved directly (IE6 & IE7)
+					// we need to manually fire the callback
+					if ( !s.async || xhr.readyState === 4 ) {
+						callback();
+					} else {
+						handle = ++xhrId;
+						if ( xhrOnUnloadAbort ) {
+							// Create the active xhrs callbacks list if needed
+							// and attach the unload handler
+							if ( !xhrCallbacks ) {
+								xhrCallbacks = {};
+								jQuery( window ).unload( xhrOnUnloadAbort );
+							}
+							// Add to list of active xhrs callbacks
+							xhrCallbacks[ handle ] = callback;
+						}
+						xhr.onreadystatechange = callback;
+					}
+				},
+
+				abort: function() {
+					if ( callback ) {
+						callback(0,1);
+					}
+				}
+			};
+		}
+	});
+}
+
+
+
+
+var elemdisplay = {},
+	iframe, iframeDoc,
+	rfxtypes = /^(?:toggle|show|hide)$/,
+	rfxnum = /^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,
+	timerId,
+	fxAttrs = [
+		// height animations
+		[ "height", "marginTop", "marginBottom", "paddingTop", "paddingBottom" ],
+		// width animations
+		[ "width", "marginLeft", "marginRight", "paddingLeft", "paddingRight" ],
+		// opacity animations
+		[ "opacity" ]
+	],
+	fxNow;
+
+jQuery.fn.extend({
+	show: function( speed, easing, callback ) {
+		var elem, display;
+
+		if ( speed || speed === 0 ) {
+			return this.animate( genFx("show", 3), speed, easing, callback );
+
+		} else {
+			for ( var i = 0, j = this.length; i < j; i++ ) {
+				elem = this[ i ];
+
+				if ( elem.style ) {
+					display = elem.style.display;
+
+					// Reset the inline display of this element to learn if it is
+					// being hidden by cascaded rules or not
+					if ( !jQuery._data(elem, "olddisplay") && display === "none" ) {
+						display = elem.style.display = "";
+					}
+
+					// Set elements which have been overridden with display: none
+					// in a stylesheet to whatever the default browser style is
+					// for such an element
+					if ( display === "" && jQuery.css(elem, "display") === "none" ) {
+						jQuery._data( elem, "olddisplay", defaultDisplay(elem.nodeName) );
+					}
+				}
+			}
+
+			// Set the display of most of the elements in a second loop
+			// to avoid the constant reflow
+			for ( i = 0; i < j; i++ ) {
+				elem = this[ i ];
+
+				if ( elem.style ) {
+					display = elem.style.display;
+
+					if ( display === "" || display === "none" ) {
+						elem.style.display = jQuery._data( elem, "olddisplay" ) || "";
+					}
+				}
+			}
+
+			return this;
+		}
+	},
+
+	hide: function( speed, easing, callback ) {
+		if ( speed || speed === 0 ) {
+			return this.animate( genFx("hide", 3), speed, easing, callback);
+
+		} else {
+			var elem, display,
+				i = 0,
+				j = this.length;
+
+			for ( ; i < j; i++ ) {
+				elem = this[i];
+				if ( elem.style ) {
+					display = jQuery.css( elem, "display" );
+
+					if ( display !== "none" && !jQuery._data( elem, "olddisplay" ) ) {
+						jQuery._data( elem, "olddisplay", display );
+					}
+				}
+			}
+
+			// Set the display of the elements in a second loop
+			// to avoid the constant reflow
+			for ( i = 0; i < j; i++ ) {
+				if ( this[i].style ) {
+					this[i].style.display = "none";
+				}
+			}
+
+			return this;
+		}
+	},
+
+	// Save the old toggle function
+	_toggle: jQuery.fn.toggle,
+
+	toggle: function( fn, fn2, callback ) {
+		var bool = typeof fn === "boolean";
+
+		if ( jQuery.isFunction(fn) && jQuery.isFunction(fn2) ) {
+			this._toggle.apply( this, arguments );
+
+		} else if ( fn == null || bool ) {
+			this.each(function() {
+				var state = bool ? fn : jQuery(this).is(":hidden");
+				jQuery(this)[ state ? "show" : "hide" ]();
+			});
+
+		} else {
+			this.animate(genFx("toggle", 3), fn, fn2, callback);
+		}
+
+		return this;
+	},
+
+	fadeTo: function( speed, to, easing, callback ) {
+		return this.filter(":hidden").css("opacity", 0).show().end()
+					.animate({opacity: to}, speed, easing, callback);
+	},
+
+	animate: function( prop, speed, easing, callback ) {
+		var optall = jQuery.speed( speed, easing, callback );
+
+		if ( jQuery.isEmptyObject( prop ) ) {
+			return this.each( optall.complete, [ false ] );
+		}
+
+		// Do not change referenced properties as per-property easing will be lost
+		prop = jQuery.extend( {}, prop );
+
+		function doAnimation() {
+			// XXX 'this' does not always have a nodeName when running the
+			// test suite
+
+			if ( optall.queue === false ) {
+				jQuery._mark( this );
+			}
+
+			var opt = jQuery.extend( {}, optall ),
+				isElement = this.nodeType === 1,
+				hidden = isElement && jQuery(this).is(":hidden"),
+				name, val, p, e,
+				parts, start, end, unit,
+				method;
+
+			// will store per property easing and be used to determine when an animation is complete
+			opt.animatedProperties = {};
+
+			for ( p in prop ) {
+
+				// property name normalization
+				name = jQuery.camelCase( p );
+				if ( p !== name ) {
+					prop[ name ] = prop[ p ];
+					delete prop[ p ];
+				}
+
+				val = prop[ name ];
+
+				// easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
+				if ( jQuery.isArray( val ) ) {
+					opt.animatedProperties[ name ] = val[ 1 ];
+					val = prop[ name ] = val[ 0 ];
+				} else {
+					opt.animatedProperties[ name ] = opt.specialEasing && opt.specialEasing[ name ] || opt.easing || 'swing';
+				}
+
+				if ( val === "hide" && hidden || val === "show" && !hidden ) {
+					return opt.complete.call( this );
+				}
+
+				if ( isElement && ( name === "height" || name === "width" ) ) {
+					// Make sure that nothing sneaks out
+					// Record all 3 overflow attributes because IE does not
+					// change the overflow attribute when overflowX and
+					// overflowY are set to the same value
+					opt.overflow = [ this.style.overflow, this.style.overflowX, this.style.overflowY ];
+
+					// Set display property to inline-block for height/width
+					// animations on inline elements that are having width/height animated
+					if ( jQuery.css( this, "display" ) === "inline" &&
+							jQuery.css( this, "float" ) === "none" ) {
+
+						// inline-level elements accept inline-block;
+						// block-level elements need to be inline with layout
+						if ( !jQuery.support.inlineBlockNeedsLayout || defaultDisplay( this.nodeName ) === "inline" ) {
+							this.style.display = "inline-block";
+
+						} else {
+							this.style.zoom = 1;
+						}
+					}
+				}
+			}
+
+			if ( opt.overflow != null ) {
+				this.style.overflow = "hidden";
+			}
+
+			for ( p in prop ) {
+				e = new jQuery.fx( this, opt, p );
+				val = prop[ p ];
+
+				if ( rfxtypes.test( val ) ) {
+
+					// Tracks whether to show or hide based on private
+					// data attached to the element
+					method = jQuery._data( this, "toggle" + p ) || ( val === "toggle" ? hidden ? "show" : "hide" : 0 );
+					if ( method ) {
+						jQuery._data( this, "toggle" + p, method === "show" ? "hide" : "show" );
+						e[ method ]();
+					} else {
+						e[ val ]();
+					}
+
+				} else {
+					parts = rfxnum.exec( val );
+					start = e.cur();
+
+					if ( parts ) {
+						end = parseFloat( parts[2] );
+						unit = parts[3] || ( jQuery.cssNumber[ p ] ? "" : "px" );
+
+						// We need to compute starting value
+						if ( unit !== "px" ) {
+							jQuery.style( this, p, (end || 1) + unit);
+							start = ( (end || 1) / e.cur() ) * start;
+							jQuery.style( this, p, start + unit);
+						}
+
+						// If a +=/-= token was provided, we're doing a relative animation
+						if ( parts[1] ) {
+							end = ( (parts[ 1 ] === "-=" ? -1 : 1) * end ) + start;
+						}
+
+						e.custom( start, end, unit );
+
+					} else {
+						e.custom( start, val, "" );
+					}
+				}
+			}
+
+			// For JS strict compliance
+			return true;
+		}
+
+		return optall.queue === false ?
+			this.each( doAnimation ) :
+			this.queue( optall.queue, doAnimation );
+	},
+
+	stop: function( type, clearQueue, gotoEnd ) {
+		if ( typeof type !== "string" ) {
+			gotoEnd = clearQueue;
+			clearQueue = type;
+			type = undefined;
+		}
+		if ( clearQueue && type !== false ) {
+			this.queue( type || "fx", [] );
+		}
+
+		return this.each(function() {
+			var index,
+				hadTimers = false,
+				timers = jQuery.timers,
+				data = jQuery._data( this );
+
+			// clear marker counters if we know they won't be
+			if ( !gotoEnd ) {
+				jQuery._unmark( true, this );
+			}
+
+			function stopQueue( elem, data, index ) {
+				var hooks = data[ index ];
+				jQuery.removeData( elem, index, true );
+				hooks.stop( gotoEnd );
+			}
+
+			if ( type == null ) {
+				for ( index in data ) {
+					if ( data[ index ] && data[ index ].stop && index.indexOf(".run") === index.length - 4 ) {
+						stopQueue( this, data, index );
+					}
+				}
+			} else if ( data[ index = type + ".run" ] && data[ index ].stop ){
+				stopQueue( this, data, index );
+			}
+
+			for ( index = timers.length; index--; ) {
+				if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {
+					if ( gotoEnd ) {
+
+						// force the next step to be the last
+						timers[ index ]( true );
+					} else {
+						timers[ index ].saveState();
+					}
+					hadTimers = true;
+					timers.splice( index, 1 );
+				}
+			}
+
+			// start the next in the queue if the last step wasn't forced
+			// timers currently will call their complete callbacks, which will dequeue
+			// but only if they were gotoEnd
+			if ( !( gotoEnd && hadTimers ) ) {
+				jQuery.dequeue( this, type );
+			}
+		});
+	}
+
+});
+
+// Animations created synchronously will run synchronously
+function createFxNow() {
+	setTimeout( clearFxNow, 0 );
+	return ( fxNow = jQuery.now() );
+}
+
+function clearFxNow() {
+	fxNow = undefined;
+}
+
+// Generate parameters to create a standard animation
+function genFx( type, num ) {
+	var obj = {};
+
+	jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice( 0, num )), function() {
+		obj[ this ] = type;
+	});
+
+	return obj;
+}
+
+// Generate shortcuts for custom animations
+jQuery.each({
+	slideDown: genFx( "show", 1 ),
+	slideUp: genFx( "hide", 1 ),
+	slideToggle: genFx( "toggle", 1 ),
+	fadeIn: { opacity: "show" },
+	fadeOut: { opacity: "hide" },
+	fadeToggle: { opacity: "toggle" }
+}, function( name, props ) {
+	jQuery.fn[ name ] = function( speed, easing, callback ) {
+		return this.animate( props, speed, easing, callback );
+	};
+});
+
+jQuery.extend({
+	speed: function( speed, easing, fn ) {
+		var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
+			complete: fn || !fn && easing ||
+				jQuery.isFunction( speed ) && speed,
+			duration: speed,
+			easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing
+		};
+
+		opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
+			opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
+
+		// normalize opt.queue - true/undefined/null -> "fx"
+		if ( opt.queue == null || opt.queue === true ) {
+			opt.queue = "fx";
+		}
+
+		// Queueing
+		opt.old = opt.complete;
+
+		opt.complete = function( noUnmark ) {
+			if ( jQuery.isFunction( opt.old ) ) {
+				opt.old.call( this );
+			}
+
+			if ( opt.queue ) {
+				jQuery.dequeue( this, opt.queue );
+			} else if ( noUnmark !== false ) {
+				jQuery._unmark( this );
+			}
+		};
+
+		return opt;
+	},
+
+	easing: {
+		linear: function( p, n, firstNum, diff ) {
+			return firstNum + diff * p;
+		},
+		swing: function( p, n, firstNum, diff ) {
+			return ( ( -Math.cos( p*Math.PI ) / 2 ) + 0.5 ) * diff + firstNum;
+		}
+	},
+
+	timers: [],
+
+	fx: function( elem, options, prop ) {
+		this.options = options;
+		this.elem = elem;
+		this.prop = prop;
+
+		options.orig = options.orig || {};
+	}
+
+});
+
+jQuery.fx.prototype = {
+	// Simple function for setting a style value
+	update: function() {
+		if ( this.options.step ) {
+			this.options.step.call( this.elem, this.now, this );
+		}
+
+		( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this );
+	},
+
+	// Get the current size
+	cur: function() {
+		if ( this.elem[ this.prop ] != null && (!this.elem.style || this.elem.style[ this.prop ] == null) ) {
+			return this.elem[ this.prop ];
+		}
+
+		var parsed,
+			r = jQuery.css( this.elem, this.prop );
+		// Empty strings, null, undefined and "auto" are converted to 0,
+		// complex values such as "rotate(1rad)" are returned as is,
+		// simple values such as "10px" are parsed to Float.
+		return isNaN( parsed = parseFloat( r ) ) ? !r || r === "auto" ? 0 : r : parsed;
+	},
+
+	// Start an animation from one number to another
+	custom: function( from, to, unit ) {
+		var self = this,
+			fx = jQuery.fx;
+
+		this.startTime = fxNow || createFxNow();
+		this.end = to;
+		this.now = this.start = from;
+		this.pos = this.state = 0;
+		this.unit = unit || this.unit || ( jQuery.cssNumber[ this.prop ] ? "" : "px" );
+
+		function t( gotoEnd ) {
+			return self.step( gotoEnd );
+		}
+
+		t.queue = this.options.queue;
+		t.elem = this.elem;
+		t.saveState = function() {
+			if ( self.options.hide && jQuery._data( self.elem, "fxshow" + self.prop ) === undefined ) {
+				jQuery._data( self.elem, "fxshow" + self.prop, self.start );
+			}
+		};
+
+		if ( t() && jQuery.timers.push(t) && !timerId ) {
+			timerId = setInterval( fx.tick, fx.interval );
+		}
+	},
+
+	// Simple 'show' function
+	show: function() {
+		var dataShow = jQuery._data( this.elem, "fxshow" + this.prop );
+
+		// Remember where we started, so that we can go back to it later
+		this.options.orig[ this.prop ] = dataShow || jQuery.style( this.elem, this.prop );
+		this.options.show = true;
+
+		// Begin the animation
+		// Make sure that we start at a small width/height to avoid any flash of content
+		if ( dataShow !== undefined ) {
+			// This show is picking up where a previous hide or show left off
+			this.custom( this.cur(), dataShow );
+		} else {
+			this.custom( this.prop === "width" || this.prop === "height" ? 1 : 0, this.cur() );
+		}
+
+		// Start by showing the element
+		jQuery( this.elem ).show();
+	},
+
+	// Simple 'hide' function
+	hide: function() {
+		// Remember where we started, so that we can go back to it later
+		this.options.orig[ this.prop ] = jQuery._data( this.elem, "fxshow" + this.prop ) || jQuery.style( this.elem, this.prop );
+		this.options.hide = true;
+
+		// Begin the animation
+		this.custom( this.cur(), 0 );
+	},
+
+	// Each step of an animation
+	step: function( gotoEnd ) {
+		var p, n, complete,
+			t = fxNow || createFxNow(),
+			done = true,
+			elem = this.elem,
+			options = this.options;
+
+		if ( gotoEnd || t >= options.duration + this.startTime ) {
+			this.now = this.end;
+			this.pos = this.state = 1;
+			this.update();
+
+			options.animatedProperties[ this.prop ] = true;
+
+			for ( p in options.animatedProperties ) {
+				if ( options.animatedProperties[ p ] !== true ) {
+					done = false;
+				}
+			}
+
+			if ( done ) {
+				// Reset the overflow
+				if ( options.overflow != null && !jQuery.support.shrinkWrapBlocks ) {
+
+					jQuery.each( [ "", "X", "Y" ], function( index, value ) {
+						elem.style[ "overflow" + value ] = options.overflow[ index ];
+					});
+				}
+
+				// Hide the element if the "hide" operation was done
+				if ( options.hide ) {
+					jQuery( elem ).hide();
+				}
+
+				// Reset the properties, if the item has been hidden or shown
+				if ( options.hide || options.show ) {
+					for ( p in options.animatedProperties ) {
+						jQuery.style( elem, p, options.orig[ p ] );
+						jQuery.removeData( elem, "fxshow" + p, true );
+						// Toggle data is no longer needed
+						jQuery.removeData( elem, "toggle" + p, true );
+					}
+				}
+
+				// Execute the complete function
+				// in the event that the complete function throws an exception
+				// we must ensure it won't be called twice. #5684
+
+				complete = options.complete;
+				if ( complete ) {
+
+					options.complete = false;
+					complete.call( elem );
+				}
+			}
+
+			return false;
+
+		} else {
+			// classical easing cannot be used with an Infinity duration
+			if ( options.duration == Infinity ) {
+				this.now = t;
+			} else {
+				n = t - this.startTime;
+				this.state = n / options.duration;
+
+				// Perform the easing function, defaults to swing
+				this.pos = jQuery.easing[ options.animatedProperties[this.prop] ]( this.state, n, 0, 1, options.duration );
+				this.now = this.start + ( (this.end - this.start) * this.pos );
+			}
+			// Perform the next step of the animation
+			this.update();
+		}
+
+		return true;
+	}
+};
+
+jQuery.extend( jQuery.fx, {
+	tick: function() {
+		var timer,
+			timers = jQuery.timers,
+			i = 0;
+
+		for ( ; i < timers.length; i++ ) {
+			timer = timers[ i ];
+			// Checks the timer has not already been removed
+			if ( !timer() && timers[ i ] === timer ) {
+				timers.splice( i--, 1 );
+			}
+		}
+
+		if ( !timers.length ) {
+			jQuery.fx.stop();
+		}
+	},
+
+	interval: 13,
+
+	stop: function() {
+		clearInterval( timerId );
+		timerId = null;
+	},
+
+	speeds: {
+		slow: 600,
+		fast: 200,
+		// Default speed
+		_default: 400
+	},
+
+	step: {
+		opacity: function( fx ) {
+			jQuery.style( fx.elem, "opacity", fx.now );
+		},
+
+		_default: function( fx ) {
+			if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
+				fx.elem.style[ fx.prop ] = fx.now + fx.unit;
+			} else {
+				fx.elem[ fx.prop ] = fx.now;
+			}
+		}
+	}
+});
+
+// Adds width/height step functions
+// Do not set anything below 0
+jQuery.each([ "width", "height" ], function( i, prop ) {
+	jQuery.fx.step[ prop ] = function( fx ) {
+		jQuery.style( fx.elem, prop, Math.max(0, fx.now) + fx.unit );
+	};
+});
+
+if ( jQuery.expr && jQuery.expr.filters ) {
+	jQuery.expr.filters.animated = function( elem ) {
+		return jQuery.grep(jQuery.timers, function( fn ) {
+			return elem === fn.elem;
+		}).length;
+	};
+}
+
+// Try to restore the default display value of an element
+function defaultDisplay( nodeName ) {
+
+	if ( !elemdisplay[ nodeName ] ) {
+
+		var body = document.body,
+			elem = jQuery( "<" + nodeName + ">" ).appendTo( body ),
+			display = elem.css( "display" );
+		elem.remove();
+
+		// If the simple way fails,
+		// get element's real default display by attaching it to a temp iframe
+		if ( display === "none" || display === "" ) {
+			// No iframe to use yet, so create it
+			if ( !iframe ) {
+				iframe = document.createElement( "iframe" );
+				iframe.frameBorder = iframe.width = iframe.height = 0;
+			}
+
+			body.appendChild( iframe );
+
+			// Create a cacheable copy of the iframe document on first call.
+			// IE and Opera will allow us to reuse the iframeDoc without re-writing the fake HTML
+			// document to it; WebKit & Firefox won't allow reusing the iframe document.
+			if ( !iframeDoc || !iframe.createElement ) {
+				iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
+				iframeDoc.write( ( document.compatMode === "CSS1Compat" ? "<!doctype html>" : "" ) + "<html><body>" );
+				iframeDoc.close();
+			}
+
+			elem = iframeDoc.createElement( nodeName );
+
+			iframeDoc.body.appendChild( elem );
+
+			display = jQuery.css( elem, "display" );
+			body.removeChild( iframe );
+		}
+
+		// Store the correct default display
+		elemdisplay[ nodeName ] = display;
+	}
+
+	return elemdisplay[ nodeName ];
+}
+
+
+
+
+var rtable = /^t(?:able|d|h)$/i,
+	rroot = /^(?:body|html)$/i;
+
+if ( "getBoundingClientRect" in document.documentElement ) {
+	jQuery.fn.offset = function( options ) {
+		var elem = this[0], box;
+
+		if ( options ) {
+			return this.each(function( i ) {
+				jQuery.offset.setOffset( this, options, i );
+			});
+		}
+
+		if ( !elem || !elem.ownerDocument ) {
+			return null;
+		}
+
+		if ( elem === elem.ownerDocument.body ) {
+			return jQuery.offset.bodyOffset( elem );
+		}
+
+		try {
+			box = elem.getBoundingClientRect();
+		} catch(e) {}
+
+		var doc = elem.ownerDocument,
+			docElem = doc.documentElement;
+
+		// Make sure we're not dealing with a disconnected DOM node
+		if ( !box || !jQuery.contains( docElem, elem ) ) {
+			return box ? { top: box.top, left: box.left } : { top: 0, left: 0 };
+		}
+
+		var body = doc.body,
+			win = getWindow(doc),
+			clientTop  = docElem.clientTop  || body.clientTop  || 0,
+			clientLeft = docElem.clientLeft || body.clientLeft || 0,
+			scrollTop  = win.pageYOffset || jQuery.support.boxModel && docElem.scrollTop  || body.scrollTop,
+			scrollLeft = win.pageXOffset || jQuery.support.boxModel && docElem.scrollLeft || body.scrollLeft,
+			top  = box.top  + scrollTop  - clientTop,
+			left = box.left + scrollLeft - clientLeft;
+
+		return { top: top, left: left };
+	};
+
+} else {
+	jQuery.fn.offset = function( options ) {
+		var elem = this[0];
+
+		if ( options ) {
+			return this.each(function( i ) {
+				jQuery.offset.setOffset( this, options, i );
+			});
+		}
+
+		if ( !elem || !elem.ownerDocument ) {
+			return null;
+		}
+
+		if ( elem === elem.ownerDocument.body ) {
+			return jQuery.offset.bodyOffset( elem );
+		}
+
+		var computedStyle,
+			offsetParent = elem.offsetParent,
+			prevOffsetParent = elem,
+			doc = elem.ownerDocument,
+			docElem = doc.documentElement,
+			body = doc.body,
+			defaultView = doc.defaultView,
+			prevComputedStyle = defaultView ? defaultView.getComputedStyle( elem, null ) : elem.currentStyle,
+			top = elem.offsetTop,
+			left = elem.offsetLeft;
+
+		while ( (elem = elem.parentNode) && elem !== body && elem !== docElem ) {
+			if ( jQuery.support.fixedPosition && prevComputedStyle.position === "fixed" ) {
+				break;
+			}
+
+			computedStyle = defaultView ? defaultView.getComputedStyle(elem, null) : elem.currentStyle;
+			top  -= elem.scrollTop;
+			left -= elem.scrollLeft;
+
+			if ( elem === offsetParent ) {
+				top  += elem.offsetTop;
+				left += elem.offsetLeft;
+
+				if ( jQuery.support.doesNotAddBorder && !(jQuery.support.doesAddBorderForTableAndCells && rtable.test(elem.nodeName)) ) {
+					top  += parseFloat( computedStyle.borderTopWidth  ) || 0;
+					left += parseFloat( computedStyle.borderLeftWidth ) || 0;
+				}
+
+				prevOffsetParent = offsetParent;
+				offsetParent = elem.offsetParent;
+			}
+
+			if ( jQuery.support.subtractsBorderForOverflowNotVisible && computedStyle.overflow !== "visible" ) {
+				top  += parseFloat( computedStyle.borderTopWidth  ) || 0;
+				left += parseFloat( computedStyle.borderLeftWidth ) || 0;
+			}
+
+			prevComputedStyle = computedStyle;
+		}
+
+		if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" ) {
+			top  += body.offsetTop;
+			left += body.offsetLeft;
+		}
+
+		if ( jQuery.support.fixedPosition && prevComputedStyle.position === "fixed" ) {
+			top  += Math.max( docElem.scrollTop, body.scrollTop );
+			left += Math.max( docElem.scrollLeft, body.scrollLeft );
+		}
+
+		return { top: top, left: left };
+	};
+}
+
+jQuery.offset = {
+
+	bodyOffset: function( body ) {
+		var top = body.offsetTop,
+			left = body.offsetLeft;
+
+		if ( jQuery.support.doesNotIncludeMarginInBodyOffset ) {
+			top  += parseFloat( jQuery.css(body, "marginTop") ) || 0;
+			left += parseFloat( jQuery.css(body, "marginLeft") ) || 0;
+		}
+
+		return { top: top, left: left };
+	},
+
+	setOffset: function( elem, options, i ) {
+		var position = jQuery.css( elem, "position" );
+
+		// set position first, in-case top/left are set even on static elem
+		if ( position === "static" ) {
+			elem.style.position = "relative";
+		}
+
+		var curElem = jQuery( elem ),
+			curOffset = curElem.offset(),
+			curCSSTop = jQuery.css( elem, "top" ),
+			curCSSLeft = jQuery.css( elem, "left" ),
+			calculatePosition = ( position === "absolute" || position === "fixed" ) && jQuery.inArray("auto", [curCSSTop, curCSSLeft]) > -1,
+			props = {}, curPosition = {}, curTop, curLeft;
+
+		// need to be able to calculate position if either top or left is auto and position is either absolute or fixed
+		if ( calculatePosition ) {
+			curPosition = curElem.position();
+			curTop = curPosition.top;
+			curLeft = curPosition.left;
+		} else {
+			curTop = parseFloat( curCSSTop ) || 0;
+			curLeft = parseFloat( curCSSLeft ) || 0;
+		}
+
+		if ( jQuery.isFunction( options ) ) {
+			options = options.call( elem, i, curOffset );
+		}
+
+		if ( options.top != null ) {
+			props.top = ( options.top - curOffset.top ) + curTop;
+		}
+		if ( options.left != null ) {
+			props.left = ( options.left - curOffset.left ) + curLeft;
+		}
+
+		if ( "using" in options ) {
+			options.using.call( elem, props );
+		} else {
+			curElem.css( props );
+		}
+	}
+};
+
+
+jQuery.fn.extend({
+
+	position: function() {
+		if ( !this[0] ) {
+			return null;
+		}
+
+		var elem = this[0],
+
+		// Get *real* offsetParent
+		offsetParent = this.offsetParent(),
+
+		// Get correct offsets
+		offset       = this.offset(),
+		parentOffset = rroot.test(offsetParent[0].nodeName) ? { top: 0, left: 0 } : offsetParent.offset();
+
+		// Subtract element margins
+		// note: when an element has margin: auto the offsetLeft and marginLeft
+		// are the same in Safari causing offset.left to incorrectly be 0
+		offset.top  -= parseFloat( jQuery.css(elem, "marginTop") ) || 0;
+		offset.left -= parseFloat( jQuery.css(elem, "marginLeft") ) || 0;
+
+		// Add offsetParent borders
+		parentOffset.top  += parseFloat( jQuery.css(offsetParent[0], "borderTopWidth") ) || 0;
+		parentOffset.left += parseFloat( jQuery.css(offsetParent[0], "borderLeftWidth") ) || 0;
+
+		// Subtract the two offsets
+		return {
+			top:  offset.top  - parentOffset.top,
+			left: offset.left - parentOffset.left
+		};
+	},
+
+	offsetParent: function() {
+		return this.map(function() {
+			var offsetParent = this.offsetParent || document.body;
+			while ( offsetParent && (!rroot.test(offsetParent.nodeName) && jQuery.css(offsetParent, "position") === "static") ) {
+				offsetParent = offsetParent.offsetParent;
+			}
+			return offsetParent;
+		});
+	}
+});
+
+
+// Create scrollLeft and scrollTop methods
+jQuery.each( ["Left", "Top"], function( i, name ) {
+	var method = "scroll" + name;
+
+	jQuery.fn[ method ] = function( val ) {
+		var elem, win;
+
+		if ( val === undefined ) {
+			elem = this[ 0 ];
+
+			if ( !elem ) {
+				return null;
+			}
+
+			win = getWindow( elem );
+
+			// Return the scroll offset
+			return win ? ("pageXOffset" in win) ? win[ i ? "pageYOffset" : "pageXOffset" ] :
+				jQuery.support.boxModel && win.document.documentElement[ method ] ||
+					win.document.body[ method ] :
+				elem[ method ];
+		}
+
+		// Set the scroll offset
+		return this.each(function() {
+			win = getWindow( this );
+
+			if ( win ) {
+				win.scrollTo(
+					!i ? val : jQuery( win ).scrollLeft(),
+					 i ? val : jQuery( win ).scrollTop()
+				);
+
+			} else {
+				this[ method ] = val;
+			}
+		});
+	};
+});
+
+function getWindow( elem ) {
+	return jQuery.isWindow( elem ) ?
+		elem :
+		elem.nodeType === 9 ?
+			elem.defaultView || elem.parentWindow :
+			false;
+}
+
+
+
+
+// Create width, height, innerHeight, innerWidth, outerHeight and outerWidth methods
+jQuery.each([ "Height", "Width" ], function( i, name ) {
+
+	var type = name.toLowerCase();
+
+	// innerHeight and innerWidth
+	jQuery.fn[ "inner" + name ] = function() {
+		var elem = this[0];
+		return elem ?
+			elem.style ?
+			parseFloat( jQuery.css( elem, type, "padding" ) ) :
+			this[ type ]() :
+			null;
+	};
+
+	// outerHeight and outerWidth
+	jQuery.fn[ "outer" + name ] = function( margin ) {
+		var elem = this[0];
+		return elem ?
+			elem.style ?
+			parseFloat( jQuery.css( elem, type, margin ? "margin" : "border" ) ) :
+			this[ type ]() :
+			null;
+	};
+
+	jQuery.fn[ type ] = function( size ) {
+		// Get window width or height
+		var elem = this[0];
+		if ( !elem ) {
+			return size == null ? null : this;
+		}
+
+		if ( jQuery.isFunction( size ) ) {
+			return this.each(function( i ) {
+				var self = jQuery( this );
+				self[ type ]( size.call( this, i, self[ type ]() ) );
+			});
+		}
+
+		if ( jQuery.isWindow( elem ) ) {
+			// Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
+			// 3rd condition allows Nokia support, as it supports the docElem prop but not CSS1Compat
+			var docElemProp = elem.document.documentElement[ "client" + name ],
+				body = elem.document.body;
+			return elem.document.compatMode === "CSS1Compat" && docElemProp ||
+				body && body[ "client" + name ] || docElemProp;
+
+		// Get document width or height
+		} else if ( elem.nodeType === 9 ) {
+			// Either scroll[Width/Height] or offset[Width/Height], whichever is greater
+			return Math.max(
+				elem.documentElement["client" + name],
+				elem.body["scroll" + name], elem.documentElement["scroll" + name],
+				elem.body["offset" + name], elem.documentElement["offset" + name]
+			);
+
+		// Get or set width or height on the element
+		} else if ( size === undefined ) {
+			var orig = jQuery.css( elem, type ),
+				ret = parseFloat( orig );
+
+			return jQuery.isNumeric( ret ) ? ret : orig;
+
+		// Set the width or height on the element (default to pixels if value is unitless)
+		} else {
+			return this.css( type, typeof size === "string" ? size : size + "px" );
+		}
+	};
+
+});
+
+
+
+
+// Expose jQuery to the global object
+window.jQuery = window.$ = jQuery;
+
+// Expose jQuery as an AMD module, but only for AMD loaders that
+// understand the issues with loading multiple versions of jQuery
+// in a page that all might call define(). The loader will indicate
+// they have special allowances for multiple jQuery versions by
+// specifying define.amd.jQuery = true. Register as a named module,
+// since jQuery can be concatenated with other files that may use define,
+// but not use a proper concatenation script that understands anonymous
+// AMD modules. A named AMD is safest and most robust way to register.
+// Lowercase jquery is used because AMD module names are derived from
+// file names, and jQuery is normally delivered in a lowercase file name.
+// Do this after creating the global so that if an AMD module wants to call
+// noConflict to hide this version of jQuery, it will work.
+if ( typeof define === "function" && define.amd && define.amd.jQuery ) {
+	define( "jquery", [], function () { return jQuery; } );
+}
+
+
+
+})( window );
diff --git a/components/originalComponents/static/js/raphael/g.bar.js b/components/originalComponents/static/js/raphael/g.bar.js
new file mode 100755
index 00000000..f9f77d36
--- /dev/null
+++ b/components/originalComponents/static/js/raphael/g.bar.js
@@ -0,0 +1,7 @@
+/*!
+ * g.Raphael 0.5 - Charting library, based on Raphaël
+ *
+ * Copyright (c) 2009 Dmitry Baranovskiy (http://g.raphaeljs.com)
+ * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
+ */
+(function(){var f=Math.min,a=Math.max;function e(o,m,h,p,j,k,l,i){var s,n={round:"round",sharp:"sharp",soft:"soft",square:"square"};if((j&&!p)||(!j&&!h)){return l?"":i.path()}k=n[k]||"square";p=Math.round(p);h=Math.round(h);o=Math.round(o);m=Math.round(m);switch(k){case"round":if(!j){var g=~~(p/2);if(h<g){g=h;s=["M",o+0.5,m+0.5-~~(p/2),"l",0,0,"a",g,~~(p/2),0,0,1,0,p,"l",0,0,"z"]}else{s=["M",o+0.5,m+0.5-g,"l",h-g,0,"a",g,g,0,1,1,0,p,"l",g-h,0,"z"]}}else{g=~~(h/2);if(p<g){g=p;s=["M",o-~~(h/2),m,"l",0,0,"a",~~(h/2),g,0,0,1,h,0,"l",0,0,"z"]}else{s=["M",o-g,m,"l",0,g-p,"a",g,g,0,1,1,h,0,"l",0,p-g,"z"]}}break;case"sharp":if(!j){var q=~~(p/2);s=["M",o,m+q,"l",0,-p,a(h-q,0),0,f(q,h),q,-f(q,h),q+(q*2<p),"z"]}else{q=~~(h/2);s=["M",o+q,m,"l",-h,0,0,-a(p-q,0),q,-f(q,p),q,f(q,p),q,"z"]}break;case"square":if(!j){s=["M",o,m+~~(p/2),"l",0,-p,h,0,0,p,"z"]}else{s=["M",o+~~(h/2),m,"l",1-h,0,0,-p,h-1,0,"z"]}break;case"soft":if(!j){g=f(h,Math.round(p/5));s=["M",o+0.5,m+0.5-~~(p/2),"l",h-g,0,"a",g,g,0,0,1,g,g,"l",0,p-g*2,"a",g,g,0,0,1,-g,g,"l",g-h,0,"z"]}else{g=f(Math.round(h/5),p);s=["M",o-~~(h/2),m,"l",0,g-p,"a",g,g,0,0,1,g,-g,"l",h-2*g,0,"a",g,g,0,0,1,g,g,"l",0,p-g,"z"]}}if(l){return s.join(",")}else{return i.path(s)}}function d(l,J,H,g,m,V,D){D=D||{};var z=this,W=D.type||"square",u=parseFloat(D.gutter||"20%"),T=l.set(),E=l.set(),n=l.set(),B=l.set(),F=Math.max.apply(Math,V),U=[],I=0,M=D.colors||z.colors,A=V.length;if(Raphael.is(V[0],"array")){F=[];I=A;A=0;for(var R=V.length;R--;){E.push(l.set());F.push(Math.max.apply(Math,V[R]));A=Math.max(A,V[R].length)}if(D.stacked){for(var R=A;R--;){var r=0;for(var Q=V.length;Q--;){r+=+V[Q][R]||0}U.push(r)}}for(var R=V.length;R--;){if(V[R].length<A){for(var Q=A;Q--;){V[R].push(0)}}}F=Math.max.apply(Math,D.stacked?U:F)}F=(D.to)||F;var K=g/(A*(100+u)+u)*100,k=K*u/100,p=D.vgutter==null?20:D.vgutter,C=[],q=J+k,o=(m-2*p)/F;if(!D.stretch){k=Math.round(k);K=Math.floor(K)}!D.stacked&&(K/=I||1);for(var R=0;R<A;R++){C=[];for(var Q=0;Q<(I||1);Q++){var S=Math.round((I?V[Q][R]:V[R])*o),t=H+m-p-S,O=e(Math.round(q+K/2),t+S,K,S,true,W,null,l).attr({stroke:"none",fill:M[I?Q:R]});if(I){E[Q].push(O)}else{E.push(O)}O.y=t;O.x=Math.round(q+K/2);O.w=K;O.h=S;O.value=I?V[Q][R]:V[R];if(!D.stacked){q+=K}else{C.push(O)}}if(D.stacked){var P;B.push(P=l.rect(C[0].x-C[0].w/2,H,K,m).attr(z.shim));P.bars=l.set();var v=0;for(var L=C.length;L--;){C[L].toFront()}for(var L=0,w=C.length;L<w;L++){var O=C[L],G,S=(v+O.value)*o,N=e(O.x,H+m-p-!!v*0.5,K,S,true,W,1,l);P.bars.push(O);v&&O.attr({path:N});O.h=S;O.y=H+m-p-!!v*0.5-S;n.push(G=l.rect(O.x-O.w/2,O.y,K,O.value*o).attr(z.shim));G.bar=O;G.value=O.value;v+=O.value}q+=K}q+=k}B.toFront();q=J+k;if(!D.stacked){for(var R=0;R<A;R++){for(var Q=0;Q<(I||1);Q++){var G;n.push(G=l.rect(Math.round(q),H+p,K,m-p).attr(z.shim));G.bar=I?E[Q][R]:E[R];G.value=G.bar.value;q+=K}q+=k}}T.label=function(y,Z){y=y||[];this.labels=l.set();var aa,h=-Infinity;if(D.stacked){for(var x=0;x<A;x++){var X=0;for(var s=0;s<(I||1);s++){X+=I?V[s][x]:V[x];if(s==I-1){var ab=l.labelise(y[x],X,F);aa=l.text(E[x*(I||1)+s].x,H+m-p/2,ab).attr(txtattr).insertBefore(n[x*(I||1)+s]);var Y=aa.getBBox();if(Y.x-7<h){aa.remove()}else{this.labels.push(aa);h=Y.x+Y.width}}}}}else{for(var x=0;x<A;x++){for(var s=0;s<(I||1);s++){var ab=l.labelise(I?y[s]&&y[s][x]:y[x],I?V[s][x]:V[x],F);aa=l.text(E[x*(I||1)+s].x,Z?H+m-p/2:E[x*(I||1)+s].y-10,ab).attr(txtattr).insertBefore(n[x*(I||1)+s]);var Y=aa.getBBox();if(Y.x-7<h){aa.remove()}else{this.labels.push(aa);h=Y.x+Y.width}}}}return this};T.hover=function(i,h){B.hide();n.show();n.mouseover(i).mouseout(h);return this};T.hoverColumn=function(i,h){n.hide();B.show();h=h||function(){};B.mouseover(i).mouseout(h);return this};T.click=function(h){B.hide();n.show();n.click(h);return this};T.each=function(j){if(!Raphael.is(j,"function")){return this}for(var h=n.length;h--;){j.call(n[h])}return this};T.eachColumn=function(j){if(!Raphael.is(j,"function")){return this}for(var h=B.length;h--;){j.call(B[h])}return this};T.clickColumn=function(h){n.hide();B.show();B.click(h);return this};T.push(E,n,B);T.bars=E;T.covers=n;return T}function b(w,v,u,I,F,l,B){B=B||{};var h=this,n=B.type||"square",o=parseFloat(B.gutter||"20%"),D=w.set(),H=w.set(),q=w.set(),L=w.set(),T=Math.max.apply(Math,l),g=[],J=0,t=B.colors||h.colors,O=l.length;if(Raphael.is(l[0],"array")){T=[];J=O;O=0;for(var N=l.length;N--;){H.push(w.set());T.push(Math.max.apply(Math,l[N]));O=Math.max(O,l[N].length)}if(B.stacked){for(var N=O;N--;){var z=0;for(var M=l.length;M--;){z+=+l[M][N]||0}g.push(z)}}for(var N=l.length;N--;){if(l[N].length<O){for(var M=O;M--;){l[N].push(0)}}}T=Math.max.apply(Math,B.stacked?g:T)}T=(B.to)||T;var Q=Math.floor(F/(O*(100+o)+o)*100),r=Math.floor(Q*o/100),p=[],k=u+r,m=(I-1)/T;!B.stacked&&(Q/=J||1);for(var N=0;N<O;N++){p=[];for(var M=0;M<(J||1);M++){var S=J?l[M][N]:l[N],P=e(v,k+Q/2,Math.round(S*m),Q-1,false,n,null,w).attr({stroke:"none",fill:t[J?M:N]});if(J){H[M].push(P)}else{H.push(P)}P.x=v+Math.round(S*m);P.y=k+Q/2;P.w=Math.round(S*m);P.h=Q;P.value=+S;if(!B.stacked){k+=Q}else{p.push(P)}}if(B.stacked){var A=w.rect(v,p[0].y-p[0].h/2,I,Q).attr(h.shim);L.push(A);A.bars=w.set();var E=0;for(var C=p.length;C--;){p[C].toFront()}for(var C=0,K=p.length;C<K;C++){var P=p[C],R,S=Math.round((E+P.value)*m),G=e(v,P.y,S,Q-1,false,n,1,w);A.bars.push(P);E&&P.attr({path:G});P.w=S;P.x=v+S;q.push(R=w.rect(v+E*m,P.y-P.h/2,P.value*m,Q).attr(h.shim));R.bar=P;E+=P.value}k+=Q}k+=r}L.toFront();k=u+r;if(!B.stacked){for(var N=0;N<O;N++){for(var M=0;M<(J||1);M++){var R=w.rect(v,k,I,Q).attr(h.shim);q.push(R);R.bar=J?H[M][N]:H[N];R.value=R.bar.value;k+=Q}k+=r}}D.label=function(Z,W){Z=Z||[];this.labels=w.set();for(var V=0;V<O;V++){for(var U=0;U<J;U++){var y=w.labelise(J?Z[U]&&Z[U][V]:Z[V],J?l[U][V]:l[V],T),Y=W?H[V*(J||1)+U].x-Q/2+3:v+5,x=W?"end":"start",s;this.labels.push(s=w.text(Y,H[V*(J||1)+U].y,y).attr(txtattr).attr({"text-anchor":x}).insertBefore(q[0]));if(s.getBBox().x<v+5){s.attr({x:v+5,"text-anchor":"start"})}else{H[V*(J||1)+U].label=s}}}return this};D.hover=function(j,i){L.hide();q.show();i=i||function(){};q.mouseover(j).mouseout(i);return this};D.hoverColumn=function(j,i){q.hide();L.show();i=i||function(){};L.mouseover(j).mouseout(i);return this};D.each=function(s){if(!Raphael.is(s,"function")){return this}for(var j=q.length;j--;){s.call(q[j])}return this};D.eachColumn=function(s){if(!Raphael.is(s,"function")){return this}for(var j=L.length;j--;){s.call(L[j])}return this};D.click=function(i){L.hide();q.show();q.click(i);return this};D.clickColumn=function(i){q.hide();L.show();L.click(i);return this};D.push(H,q,L);D.bars=H;D.covers=q;return D}var c=function(){};c.prototype=Raphael.g;b.prototype=d.prototype=new c;Raphael.fn.hbarchart=function(h,l,j,g,i,k){return new b(this,h,l,j,g,i,k)};Raphael.fn.barchart=function(h,l,j,g,i,k){return new d(this,h,l,j,g,i,k)}})();
\ No newline at end of file
diff --git a/components/originalComponents/static/js/raphael/g.raphael.js b/components/originalComponents/static/js/raphael/g.raphael.js
new file mode 100755
index 00000000..ec0ce1f0
--- /dev/null
+++ b/components/originalComponents/static/js/raphael/g.raphael.js
@@ -0,0 +1,7 @@
+/*!
+ * g.Raphael 0.5 - Charting library, based on Raphaël
+ *
+ * Copyright (c) 2009 Dmitry Baranovskiy (http://g.raphaeljs.com)
+ * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license.
+ */
+Raphael.el.popup=function(d,k,h,g){var c=this.paper||this[0].paper,f,j,b,e,a;if(!c){return}switch(this.type){case"text":case"circle":case"ellipse":b=true;break;default:b=false}d=d==null?"up":d;k=k||5;f=this.getBBox();h=typeof h=="number"?h:(b?f.x+f.width/2:f.x);g=typeof g=="number"?g:(b?f.y+f.height/2:f.y);e=Math.max(f.width/2-k,0);a=Math.max(f.height/2-k,0);this.translate(h-f.x-(b?f.width/2:0),g-f.y-(b?f.height/2:0));f=this.getBBox();var i={up:["M",h,g,"l",-k,-k,-e,0,"a",k,k,0,0,1,-k,-k,"l",0,-f.height,"a",k,k,0,0,1,k,-k,"l",k*2+e*2,0,"a",k,k,0,0,1,k,k,"l",0,f.height,"a",k,k,0,0,1,-k,k,"l",-e,0,"z"].join(","),down:["M",h,g,"l",k,k,e,0,"a",k,k,0,0,1,k,k,"l",0,f.height,"a",k,k,0,0,1,-k,k,"l",-(k*2+e*2),0,"a",k,k,0,0,1,-k,-k,"l",0,-f.height,"a",k,k,0,0,1,k,-k,"l",e,0,"z"].join(","),left:["M",h,g,"l",-k,k,0,a,"a",k,k,0,0,1,-k,k,"l",-f.width,0,"a",k,k,0,0,1,-k,-k,"l",0,-(k*2+a*2),"a",k,k,0,0,1,k,-k,"l",f.width,0,"a",k,k,0,0,1,k,k,"l",0,a,"z"].join(","),right:["M",h,g,"l",k,-k,0,-a,"a",k,k,0,0,1,k,-k,"l",f.width,0,"a",k,k,0,0,1,k,k,"l",0,k*2+a*2,"a",k,k,0,0,1,-k,k,"l",-f.width,0,"a",k,k,0,0,1,-k,-k,"l",0,-a,"z"].join(",")};j={up:{x:-!b*(f.width/2),y:-k*2-(b?f.height/2:f.height)},down:{x:-!b*(f.width/2),y:k*2+(b?f.height/2:f.height)},left:{x:-k*2-(b?f.width/2:f.width),y:-!b*(f.height/2)},right:{x:k*2+(b?f.width/2:f.width),y:-!b*(f.height/2)}}[d];this.translate(j.x,j.y);return c.path(i[d]).attr({fill:"#000",stroke:"none"}).insertBefore(this.node?this:this[0])};Raphael.el.tag=function(f,b,l,k){var i=3,e=this.paper||this[0].paper;if(!e){return}var c=e.path().attr({fill:"#000",stroke:"#000"}),j=this.getBBox(),m,h,a,g;switch(this.type){case"text":case"circle":case"ellipse":a=true;break;default:a=false}f=f||0;l=typeof l=="number"?l:(a?j.x+j.width/2:j.x);k=typeof k=="number"?k:(a?j.y+j.height/2:j.y);b=b==null?5:b;h=0.5522*b;if(j.height>=b*2){c.attr({path:["M",l,k+b,"a",b,b,0,1,1,0,-b*2,b,b,0,1,1,0,b*2,"m",0,-b*2-i,"a",b+i,b+i,0,1,0,0,(b+i)*2,"L",l+b+i,k+j.height/2+i,"l",j.width+2*i,0,0,-j.height-2*i,-j.width-2*i,0,"L",l,k-b-i].join(",")})}else{m=Math.sqrt(Math.pow(b+i,2)-Math.pow(j.height/2+i,2));c.attr({path:["M",l,k+b,"c",-h,0,-b,h-b,-b,-b,0,-h,b-h,-b,b,-b,h,0,b,b-h,b,b,0,h,h-b,b,-b,b,"M",l+m,k-j.height/2-i,"a",b+i,b+i,0,1,0,0,j.height+2*i,"l",b+i-m+j.width+2*i,0,0,-j.height-2*i,"L",l+m,k-j.height/2-i].join(",")})}f=360-f;c.rotate(f,l,k);if(this.attrs){this.attr(this.attrs.x?"x":"cx",l+b+i+(!a?this.type=="text"?j.width:0:j.width/2)).attr("y",a?k:k-j.height/2);this.rotate(f,l,k);f>90&&f<270&&this.attr(this.attrs.x?"x":"cx",l-b-i-(!a?j.width:j.width/2)).rotate(180,l,k)}else{if(f>90&&f<270){this.translate(l-j.x-j.width-b-i,k-j.y-j.height/2);this.rotate(f-180,j.x+j.width+b+i,j.y+j.height/2)}else{this.translate(l-j.x+b+i,k-j.y-j.height/2);this.rotate(f,j.x-b-i,j.y+j.height/2)}}return c.insertBefore(this.node?this:this[0])};Raphael.el.drop=function(d,g,f){var e=this.getBBox(),c=this.paper||this[0].paper,a,j,b,i,h;if(!c){return}switch(this.type){case"text":case"circle":case"ellipse":a=true;break;default:a=false}d=d||0;g=typeof g=="number"?g:(a?e.x+e.width/2:e.x);f=typeof f=="number"?f:(a?e.y+e.height/2:e.y);j=Math.max(e.width,e.height)+Math.min(e.width,e.height);b=c.path(["M",g,f,"l",j,0,"A",j*0.4,j*0.4,0,1,0,g+j*0.7,f-j*0.7,"z"]).attr({fill:"#000",stroke:"none"}).rotate(22.5-d,g,f);d=(d+90)*Math.PI/180;i=(g+j*Math.sin(d))-(a?0:e.width/2);h=(f+j*Math.cos(d))-(a?0:e.height/2);this.attrs?this.attr(this.attrs.x?"x":"cx",i).attr(this.attrs.y?"y":"cy",h):this.translate(i-e.x,h-e.y);return b.insertBefore(this.node?this:this[0])};Raphael.el.flag=function(e,k,j){var g=3,c=this.paper||this[0].paper;if(!c){return}var b=c.path().attr({fill:"#000",stroke:"#000"}),i=this.getBBox(),f=i.height/2,a;switch(this.type){case"text":case"circle":case"ellipse":a=true;break;default:a=false}e=e||0;k=typeof k=="number"?k:(a?i.x+i.width/2:i.x);j=typeof j=="number"?j:(a?i.y+i.height/2:i.y);b.attr({path:["M",k,j,"l",f+g,-f-g,i.width+2*g,0,0,i.height+2*g,-i.width-2*g,0,"z"].join(",")});e=360-e;b.rotate(e,k,j);if(this.attrs){this.attr(this.attrs.x?"x":"cx",k+f+g+(!a?this.type=="text"?i.width:0:i.width/2)).attr("y",a?j:j-i.height/2);this.rotate(e,k,j);e>90&&e<270&&this.attr(this.attrs.x?"x":"cx",k-f-g-(!a?i.width:i.width/2)).rotate(180,k,j)}else{if(e>90&&e<270){this.translate(k-i.x-i.width-f-g,j-i.y-i.height/2);this.rotate(e-180,i.x+i.width+f+g,i.y+i.height/2)}else{this.translate(k-i.x+f+g,j-i.y-i.height/2);this.rotate(e,i.x-f-g,i.y+i.height/2)}}return b.insertBefore(this.node?this:this[0])};Raphael.el.label=function(){var c=this.getBBox(),b=this.paper||this[0].paper,a=Math.min(20,c.width+10,c.height+10)/2;if(!b){return}return b.rect(c.x-a/2,c.y-a/2,c.width+a,c.height+a,a).attr({stroke:"none",fill:"#000"}).insertBefore(this.node?this:this[0])};Raphael.el.blob=function(z,j,i){var g=this.getBBox(),B=Math.PI/180,n=this.paper||this[0].paper,r,A,q;if(!n){return}switch(this.type){case"text":case"circle":case"ellipse":A=true;break;default:A=false}r=n.path().attr({fill:"#000",stroke:"none"});z=(+z+1?z:45)+90;q=Math.min(g.height,g.width);j=typeof j=="number"?j:(A?g.x+g.width/2:g.x);i=typeof i=="number"?i:(A?g.y+g.height/2:g.y);var m=Math.max(g.width+q,q*25/12),t=Math.max(g.height+q,q*25/12),u=j+q*Math.sin((z-22.5)*B),b=i+q*Math.cos((z-22.5)*B),v=j+q*Math.sin((z+22.5)*B),d=i+q*Math.cos((z+22.5)*B),o=(v-u)/2,l=(d-b)/2,f=m/2,e=t/2,s=-Math.sqrt(Math.abs(f*f*e*e-f*f*l*l-e*e*o*o)/(f*f*l*l+e*e*o*o)),c=s*f*l/e+(v+u)/2,a=s*-e*o/f+(d+b)/2;r.attr({x:c,y:a,path:["M",j,i,"L",v,d,"A",f,e,0,1,1,u,b,"z"].join(",")});this.translate(c-g.x-g.width/2,a-g.y-g.height/2);return r.insertBefore(this.node?this:this[0])};Raphael.fn.label=function(a,d,b){var c=this.set();b=this.text(a,d,b).attr(Raphael.g.txtattr);return c.push(b.label(),b)};Raphael.fn.popup=function(a,f,d,b,c){var e=this.set();d=this.text(a,f,d).attr(Raphael.g.txtattr);return e.push(d.popup(b,c),d)};Raphael.fn.tag=function(a,f,d,c,b){var e=this.set();d=this.text(a,f,d).attr(Raphael.g.txtattr);return e.push(d.tag(c,b),d)};Raphael.fn.flag=function(a,e,c,b){var d=this.set();c=this.text(a,e,c).attr(Raphael.g.txtattr);return d.push(c.flag(b),c)};Raphael.fn.drop=function(a,e,c,b){var d=this.set();c=this.text(a,e,c).attr(Raphael.g.txtattr);return d.push(c.drop(b),c)};Raphael.fn.blob=function(a,e,c,b){var d=this.set();c=this.text(a,e,c).attr(Raphael.g.txtattr);return d.push(c.blob(b),c)};Raphael.el.lighter=function(b){b=b||2;var a=[this.attrs.fill,this.attrs.stroke];this.fs=this.fs||[a[0],a[1]];a[0]=Raphael.rgb2hsb(Raphael.getRGB(a[0]).hex);a[1]=Raphael.rgb2hsb(Raphael.getRGB(a[1]).hex);a[0].b=Math.min(a[0].b*b,1);a[0].s=a[0].s/b;a[1].b=Math.min(a[1].b*b,1);a[1].s=a[1].s/b;this.attr({fill:"hsb("+[a[0].h,a[0].s,a[0].b]+")",stroke:"hsb("+[a[1].h,a[1].s,a[1].b]+")"});return this};Raphael.el.darker=function(b){b=b||2;var a=[this.attrs.fill,this.attrs.stroke];this.fs=this.fs||[a[0],a[1]];a[0]=Raphael.rgb2hsb(Raphael.getRGB(a[0]).hex);a[1]=Raphael.rgb2hsb(Raphael.getRGB(a[1]).hex);a[0].s=Math.min(a[0].s*b,1);a[0].b=a[0].b/b;a[1].s=Math.min(a[1].s*b,1);a[1].b=a[1].b/b;this.attr({fill:"hsb("+[a[0].h,a[0].s,a[0].b]+")",stroke:"hsb("+[a[1].h,a[1].s,a[1].b]+")"});return this};Raphael.el.resetBrightness=function(){if(this.fs){this.attr({fill:this.fs[0],stroke:this.fs[1]});delete this.fs}return this};(function(){var c=["lighter","darker","resetBrightness"],a=["popup","tag","flag","label","drop","blob"];for(var b in a){(function(d){Raphael.st[d]=function(){return Raphael.el[d].apply(this,arguments)}})(a[b])}for(var b in c){(function(d){Raphael.st[d]=function(){for(var e=0;e<this.length;e++){this[e][d].apply(this[e],arguments)}return this}})(c[b])}})();Raphael.g={shim:{stroke:"none",fill:"#000","fill-opacity":0},txtattr:{font:"12px Arial, sans-serif",fill:"#fff"},colors:(function(){var c=[0.6,0.2,0.05,0.1333,0.75,0],a=[];for(var b=0;b<10;b++){if(b<c.length){a.push("hsb("+c[b]+",.75, .75)")}else{a.push("hsb("+c[b-c.length]+", 1, .5)")}}return a})(),snapEnds:function(j,k,h){var e=j,l=k;if(e==l){return{from:e,to:l,power:0}}function m(d){return Math.abs(d-0.5)<0.25?~~(d)+0.5:Math.round(d)}var g=(l-e)/h,a=~~(g),c=a,b=0;if(a){while(c){b--;c=~~(g*Math.pow(10,b))/Math.pow(10,b)}b++}else{while(!a){b=b||1;a=~~(g*Math.pow(10,b))/Math.pow(10,b);b++}b&&b--}l=m(k*Math.pow(10,b))/Math.pow(10,b);if(l<k){l=m((k+0.5)*Math.pow(10,b))/Math.pow(10,b)}e=m((j-(b>0?0:0.5))*Math.pow(10,b))/Math.pow(10,b);return{from:e,to:l,power:b}},axis:function(p,o,k,D,e,G,g,J,h,a,q){a=a==null?2:a;h=h||"t";G=G||10;q=arguments[arguments.length-1];var C=h=="|"||h==" "?["M",p+0.5,o,"l",0,0.001]:g==1||g==3?["M",p+0.5,o,"l",0,-k]:["M",p,o+0.5,"l",k,0],s=this.snapEnds(D,e,G),H=s.from,z=s.to,F=s.power,E=0,w={font:"11px 'Fontin Sans', Fontin-Sans, sans-serif"},v=q.set(),I;I=(z-H)/G;var n=H,m=F>0?F:0;r=k/G;if(+g==1||+g==3){var b=o,u=(g-1?1:-1)*(a+3+!!(g-1));while(b>=o-k){h!="-"&&h!=" "&&(C=C.concat(["M",p-(h=="+"||h=="|"?a:!(g-1)*a*2),b+0.5,"l",a*2+1,0]));v.push(q.text(p+u,b,(J&&J[E++])||(Math.round(n)==n?n:+n.toFixed(m))).attr(w).attr({"text-anchor":g-1?"start":"end"}));n+=I;b-=r}if(Math.round(b+r-(o-k))){h!="-"&&h!=" "&&(C=C.concat(["M",p-(h=="+"||h=="|"?a:!(g-1)*a*2),o-k+0.5,"l",a*2+1,0]));v.push(q.text(p+u,o-k,(J&&J[E])||(Math.round(n)==n?n:+n.toFixed(m))).attr(w).attr({"text-anchor":g-1?"start":"end"}))}}else{n=H;m=(F>0)*F;u=(g?-1:1)*(a+9+!g);var c=p,r=k/G,A=0,B=0;while(c<=p+k){h!="-"&&h!=" "&&(C=C.concat(["M",c+0.5,o-(h=="+"?a:!!g*a*2),"l",0,a*2+1]));v.push(A=q.text(c,o+u,(J&&J[E++])||(Math.round(n)==n?n:+n.toFixed(m))).attr(w));var l=A.getBBox();if(B>=l.x-5){v.pop(v.length-1).remove()}else{B=l.x+l.width}n+=I;c+=r}if(Math.round(c-r-p-k)){h!="-"&&h!=" "&&(C=C.concat(["M",p+k+0.5,o-(h=="+"?a:!!g*a*2),"l",0,a*2+1]));v.push(q.text(p+k,o+u,(J&&J[E])||(Math.round(n)==n?n:+n.toFixed(m))).attr(w))}}var K=q.path(C);K.text=v;K.all=q.set([K,v]);K.remove=function(){this.text.remove();this.constructor.prototype.remove.call(this)};return K},labelise:function(a,c,b){if(a){return(a+"").replace(/(##+(?:\.#+)?)|(%%+(?:\.%+)?)/g,function(d,f,e){if(f){return(+c).toFixed(f.replace(/^#+\.?/g,"").length)}if(e){return(c*100/b).toFixed(e.replace(/^%+\.?/g,"").length)+"%"}})}else{return(+c).toFixed(0)}}};
\ No newline at end of file
diff --git a/components/originalComponents/static/js/raphael/raphael.js b/components/originalComponents/static/js/raphael/raphael.js
new file mode 100755
index 00000000..e69ea16a
--- /dev/null
+++ b/components/originalComponents/static/js/raphael/raphael.js
@@ -0,0 +1,8 @@
+// ┌─────────────────────────────────────────────────────────────────────┐ \\
+// │ Raphaël 2.0 - JavaScript Vector Library                             │ \\
+// ├─────────────────────────────────────────────────────────────────────┤ \\
+// │ Copyright (c) 2008-2011 Dmitry Baranovskiy (http://raphaeljs.com)   │ \\
+// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com)             │ \\
+// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
+// └─────────────────────────────────────────────────────────────────────┘ \\
+(function(a){var b="0.3.2",c="hasOwnProperty",d=/[\.\/]/,e="*",f=function(){},g=function(a,b){return a-b},h,i,j={n:{}},k=function(a,b){var c=j,d=i,e=Array.prototype.slice.call(arguments,2),f=k.listeners(a),l=0,m=!1,n,o=[],p={},q=[],r=[];h=a,i=0;for(var s=0,t=f.length;s<t;s++)"zIndex"in f[s]&&(o.push(f[s].zIndex),f[s].zIndex<0&&(p[f[s].zIndex]=f[s]));o.sort(g);while(o[l]<0){n=p[o[l++]],q.push(n.apply(b,e));if(i){i=d;return q}}for(s=0;s<t;s++){n=f[s];if("zIndex"in n)if(n.zIndex==o[l]){q.push(n.apply(b,e));if(i){i=d;return q}do{l++,n=p[o[l]],n&&q.push(n.apply(b,e));if(i){i=d;return q}}while(n)}else p[n.zIndex]=n;else{q.push(n.apply(b,e));if(i){i=d;return q}}}i=d;return q.length?q:null};k.listeners=function(a){var b=a.split(d),c=j,f,g,h,i,k,l,m,n,o=[c],p=[];for(i=0,k=b.length;i<k;i++){n=[];for(l=0,m=o.length;l<m;l++){c=o[l].n,g=[c[b[i]],c[e]],h=2;while(h--)f=g[h],f&&(n.push(f),p=p.concat(f.f||[]))}o=n}return p},k.on=function(a,b){var c=a.split(d),e=j;for(var g=0,h=c.length;g<h;g++)e=e.n,!e[c[g]]&&(e[c[g]]={n:{}}),e=e[c[g]];e.f=e.f||[];for(g=0,h=e.f.length;g<h;g++)if(e.f[g]==b)return f;e.f.push(b);return function(a){+a==+a&&(b.zIndex=+a)}},k.stop=function(){i=1},k.nt=function(a){if(a)return(new RegExp("(?:\\.|\\/|^)"+a+"(?:\\.|\\/|$)")).test(h);return h},k.unbind=function(a,b){var f=a.split(d),g,h,i,k=[j];for(var l=0,m=f.length;l<m;l++)for(var n=0;n<k.length;n+=i.length-2){i=[n,1],g=k[n].n;if(f[l]!=e)g[f[l]]&&i.push(g[f[l]]);else for(h in g)g[c](h)&&i.push(g[h]);k.splice.apply(k,i)}for(l=0,m=k.length;l<m;l++){g=k[l];while(g.n){if(b){if(g.f){for(n=0,jj=g.f.length;n<jj;n++)if(g.f[n]==b){g.f.splice(n,1);break}!g.f.length&&delete g.f}for(h in g.n)if(g.n[c](h)&&g.n[h].f){var o=g.n[h].f;for(n=0,jj=o.length;n<jj;n++)if(o[n]==b){o.splice(n,1);break}!o.length&&delete g.n[h].f}}else{delete g.f;for(h in g.n)g.n[c](h)&&g.n[h].f&&delete g.n[h].f}g=g.n}}},k.version=b,k.toString=function(){return"You are running Eve "+b},typeof module!="undefined"&&module.exports?module.exports=k:a.eve=k})(this),function(){function cr(b,d,e,f,h,i){e=Q(e);var j,k,l,m=[],o,p,q,t=b.ms,u={},v={},w={};if(f)for(y=0,z=cl.length;y<z;y++){var x=cl[y];if(x.el.id==d.id&&x.anim==b){x.percent!=e?(cl.splice(y,1),l=1):k=x,d.attr(x.totalOrigin);break}}else f=+v;for(var y=0,z=b.percents.length;y<z;y++){if(b.percents[y]==e||b.percents[y]>f*b.top){e=b.percents[y],p=b.percents[y-1]||0,t=t/b.top*(e-p),o=b.percents[y+1],j=b.anim[e];break}f&&d.attr(b.anim[b.percents[y]])}if(!!j){if(!k){for(attr in j)if(j[g](attr))if(U[g](attr)||d.paper.customAttributes[g](attr)){u[attr]=d.attr(attr),u[attr]==null&&(u[attr]=T[attr]),v[attr]=j[attr];switch(U[attr]){case C:w[attr]=(v[attr]-u[attr])/t;break;case"colour":u[attr]=a.getRGB(u[attr]);var A=a.getRGB(v[attr]);w[attr]={r:(A.r-u[attr].r)/t,g:(A.g-u[attr].g)/t,b:(A.b-u[attr].b)/t};break;case"path":var B=bG(u[attr],v[attr]),D=B[1];u[attr]=B[0],w[attr]=[];for(y=0,z=u[attr].length;y<z;y++){w[attr][y]=[0];for(var E=1,F=u[attr][y].length;E<F;E++)w[attr][y][E]=(D[y][E]-u[attr][y][E])/t}break;case"transform":var G=d._,H=bQ(G[attr],v[attr]);if(H){u[attr]=H.from,v[attr]=H.to,w[attr]=[],w[attr].real=!0;for(y=0,z=u[attr].length;y<z;y++){w[attr][y]=[u[attr][y][0]];for(E=1,F=u[attr][y].length;E<F;E++)w[attr][y][E]=(v[attr][y][E]-u[attr][y][E])/t}}else{var I=d.matrix||new bR,J={_:{transform:G.transform},getBBox:function(){return d.getBBox(1)}};u[attr]=[I.a,I.b,I.c,I.d,I.e,I.f],bO(J,v[attr]),v[attr]=J._.transform,w[attr]=[(J.matrix.a-I.a)/t,(J.matrix.b-I.b)/t,(J.matrix.c-I.c)/t,(J.matrix.d-I.d)/t,(J.matrix.e-I.e)/t,(J.matrix.e-I.f)/t]}break;case"csv":var K=r(j[attr])[s](c),L=r(u[attr])[s](c);if(attr=="clip-rect"){u[attr]=L,w[attr]=[],y=L.length;while(y--)w[attr][y]=(K[y]-u[attr][y])/t}v[attr]=K;break;default:K=[][n](j[attr]),L=[][n](u[attr]),w[attr]=[],y=d.paper.customAttributes[attr].length;while(y--)w[attr][y]=((K[y]||0)-(L[y]||0))/t}}var M=j.easing,O=a.easing_formulas[M];if(!O){O=r(M).match(N);if(O&&O.length==5){var P=O;O=function(a){return cp(a,+P[1],+P[2],+P[3],+P[4],t)}}else O=be}q=j.start||b.start||+(new Date),x={anim:b,percent:e,timestamp:q,start:q+(b.del||0),status:0,initstatus:f||0,stop:!1,ms:t,easing:O,from:u,diff:w,to:v,el:d,callback:j.callback,prev:p,next:o,repeat:i||b.times,origin:d.attr(),totalOrigin:h},cl.push(x);if(f&&!k&&!l){x.stop=!0,x.start=new Date-t*f;if(cl.length==1)return cn()}l&&(x.start=new Date-x.ms*f),cl.length==1&&cm(cn)}else k.initstatus=f,k.start=new Date-k.ms*f;eve("anim.start."+d.id,d,b)}}function cq(a,b){var c=[],d={};this.ms=b,this.times=1;if(a){for(var e in a)a[g](e)&&(d[Q(e)]=a[e],c.push(Q(e)));c.sort(bc)}this.anim=d,this.top=c[c.length-1],this.percents=c}function cp(a,b,c,d,e,f){function o(a,b){var c,d,e,f,j,k;for(e=a,k=0;k<8;k++){f=m(e)-a;if(z(f)<b)return e;j=(3*i*e+2*h)*e+g;if(z(j)<1e-6)break;e=e-f/j}c=0,d=1,e=a;if(e<c)return c;if(e>d)return d;while(c<d){f=m(e);if(z(f-a)<b)return e;a>f?c=e:d=e,e=(d-c)/2+c}return e}function n(a,b){var c=o(a,b);return((l*c+k)*c+j)*c}function m(a){return((i*a+h)*a+g)*a}var g=3*b,h=3*(d-b)-g,i=1-g-h,j=3*c,k=3*(e-c)-j,l=1-j-k;return n(a,1/(200*f))}function cd(){return this.x+q+this.y+q+this.width+" × "+this.height}function cc(){return this.x+q+this.y}function bR(a,b,c,d,e,f){a!=null?(this.a=+a,this.b=+b,this.c=+c,this.d=+d,this.e=+e,this.f=+f):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}function bw(a){var b=[];for(var c=0,d=a.length;d-2>c;c+=2){var e=[{x:+a[c],y:+a[c+1]},{x:+a[c],y:+a[c+1]},{x:+a[c+2],y:+a[c+3]},{x:+a[c+4],y:+a[c+5]}];d-4==c?(e[0]={x:+a[c-2],y:+a[c-1]},e[3]=e[2]):c&&(e[0]={x:+a[c-2],y:+a[c-1]}),b.push(["C",(-e[0].x+6*e[1].x+e[2].x)/6,(-e[0].y+6*e[1].y+e[2].y)/6,(e[1].x+6*e[2].x-e[3].x)/6,(e[1].y+6*e[2].y-e[3].y)/6,e[2].x,e[2].y])}return b}function bv(){return this.hex}function bt(a,b,c){function d(){var e=Array.prototype.slice.call(arguments,0),f=e.join("␀"),h=d.cache=d.cache||{},i=d.count=d.count||[];if(h[g](f)){bs(i,f);return c?c(h[f]):h[f]}i.length>=1e3&&delete h[i.shift()],i.push(f),h[f]=a[m](b,e);return c?c(h[f]):h[f]}return d}function bs(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return a.push(a.splice(c,1)[0])}function a(c){if(a.is(c,"function"))return b?c():eve.on("DOMload",c);if(a.is(c,E)){var e=c,f=a._engine.create[m](a,e.splice(0,3+a.is(e[0],C))),h=f.set(),i=0,j=e.length,k;for(;i<j;i++)k=e[i]||{},d[g](k.type)&&h.push(f[k.type]().attr(k));return h}var l=Array.prototype.slice.call(arguments,0);if(a.is(l[l.length-1],"function")){var n=l.pop();return b?n.call(a._engine.create[m](a,l)):eve.on("DOMload",function(){n.call(a._engine.create[m](a,l))})}return a._engine.create[m](a,arguments)}a.version="2.0.0",a.eve=eve;var b,c=/[, ]+/,d={circle:1,rect:1,path:1,ellipse:1,text:1,image:1},e=/\{(\d+)\}/g,f="prototype",g="hasOwnProperty",h={doc:document,win:window},i={was:Object.prototype[g].call(h.win,"Raphael"),is:h.win.Raphael},j=function(){this.ca=this.customAttributes={}},k,l="appendChild",m="apply",n="concat",o="createTouch"in h.doc,p="",q=" ",r=String,s="split",t="click dblclick mousedown mousemove mouseout mouseover mouseup touchstart touchmove touchend touchcancel"[s](q),u={mousedown:"touchstart",mousemove:"touchmove",mouseup:"touchend"},v=r.prototype.toLowerCase,w=Math,x=w.max,y=w.min,z=w.abs,A=w.pow,B=w.PI,C="number",D="string",E="array",F="toString",G="fill",H=Object.prototype.toString,I={},J="push",K=a._ISURL=/^url\(['"]?([^\)]+?)['"]?\)$/i,L=/^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgba?\(\s*([\d\.]+%?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+%?(?:\s*,\s*[\d\.]+%?)?)\s*\)|hsba?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\)|hsla?\(\s*([\d\.]+(?:deg|\xb0|%)?\s*,\s*[\d\.]+%?\s*,\s*[\d\.]+(?:%?\s*,\s*[\d\.]+)?)%?\s*\))\s*$/i,M={NaN:1,Infinity:1,"-Infinity":1},N=/^(?:cubic-)?bezier\(([^,]+),([^,]+),([^,]+),([^\)]+)\)/,O=w.round,P="setAttribute",Q=parseFloat,R=parseInt,S=r.prototype.toUpperCase,T=a._availableAttrs={"arrow-end":"none","arrow-start":"none",blur:0,"clip-rect":"0 0 1e9 1e9",cursor:"default",cx:0,cy:0,fill:"#fff","fill-opacity":1,font:'10px "Arial"',"font-family":'"Arial"',"font-size":"10","font-style":"normal","font-weight":400,gradient:0,height:0,href:"http://raphaeljs.com/",opacity:1,path:"M0,0",r:0,rx:0,ry:0,src:"",stroke:"#000","stroke-dasharray":"","stroke-linecap":"butt","stroke-linejoin":"butt","stroke-miterlimit":0,"stroke-opacity":1,"stroke-width":1,target:"_blank","text-anchor":"middle",title:"Raphael",transform:"",width:0,x:0,y:0},U=a._availableAnimAttrs={blur:C,"clip-rect":"csv",cx:C,cy:C,fill:"colour","fill-opacity":C,"font-size":C,height:C,opacity:C,path:"path",r:C,rx:C,ry:C,stroke:"colour","stroke-opacity":C,"stroke-width":C,transform:"transform",width:C,x:C,y:C},V=/\s*,\s*/,W={hs:1,rg:1},X=/,?([achlmqrstvxz]),?/gi,Y=/([achlmrqstvz])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?\s*,?\s*)+)/ig,Z=/([rstm])[\s,]*((-?\d*\.?\d*(?:e[\-+]?\d+)?\s*,?\s*)+)/ig,$=/(-?\d*\.?\d*(?:e[\-+]?\d+)?)\s*,?\s*/ig,_=a._radial_gradient=/^r(?:\(([^,]+?)\s*,\s*([^\)]+?)\))?/,ba={},bb=function(a,b){return a.key-b.key},bc=function(a,b){return Q(a)-Q(b)},bd=function(){},be=function(a){return a},bf=a._rectPath=function(a,b,c,d,e){if(e)return[["M",a+e,b],["l",c-e*2,0],["a",e,e,0,0,1,e,e],["l",0,d-e*2],["a",e,e,0,0,1,-e,e],["l",e*2-c,0],["a",e,e,0,0,1,-e,-e],["l",0,e*2-d],["a",e,e,0,0,1,e,-e],["z"]];return[["M",a,b],["l",c,0],["l",0,d],["l",-c,0],["z"]]},bg=function(a,b,c,d){d==null&&(d=c);return[["M",a,b],["m",0,-d],["a",c,d,0,1,1,0,2*d],["a",c,d,0,1,1,0,-2*d],["z"]]},bh=a._getPath={path:function(a){return a.attr("path")},circle:function(a){var b=a.attrs;return bg(b.cx,b.cy,b.r)},ellipse:function(a){var b=a.attrs;return bg(b.cx,b.cy,b.rx,b.ry)},rect:function(a){var b=a.attrs;return bf(b.x,b.y,b.width,b.height,b.r)},image:function(a){var b=a.attrs;return bf(b.x,b.y,b.width,b.height)},text:function(a){var b=a._getBBox();return bf(b.x,b.y,b.width,b.height)}},bi=a.mapPath=function(a,b){if(!b)return a;var c,d,e,f,g;a=bG(a);for(e=0,ii=a.length;e<ii;e++){g=a[e];for(f=1,jj=g.length;f<jj;f+=2)c=b.x(g[f],g[f+1]),d=b.y(g[f],g[f+1]),g[f]=c,g[f+1]=d}return a};a._g=h,a.type=h.win.SVGAngle||h.doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure","1.1")?"SVG":"VML";if(a.type=="VML"){var bj=h.doc.createElement("div"),bk;bj.innerHTML='<v:shape adj="1"/>',bk=bj.firstChild,bk.style.behavior="url(#default#VML)";if(!bk||typeof bk.adj!="object")return a.type=p;bj=null}a.svg=!(a.vml=a.type=="VML"),a._Paper=j,a.fn=k=j.prototype=a.prototype,a._id=0,a._oid=0,a.is=function(a,b){b=v.call(b);if(b=="finite")return!M[g](+a);if(b=="array")return a instanceof Array;return b=="null"&&a===null||b==typeof a&&a!==null||b=="object"&&a===Object(a)||b=="array"&&Array.isArray&&Array.isArray(a)||H.call(a).slice(8,-1).toLowerCase()==b},a.angle=function(b,c,d,e,f,g){if(f==null){var h=b-d,i=c-e;if(!h&&!i)return 0;return(180+w.atan2(-i,-h)*180/B+360)%360}return a.angle(b,c,f,g)-a.angle(d,e,f,g)},a.rad=function(a){return a%360*B/180},a.deg=function(a){return a*180/B%360},a.snapTo=function(b,c,d){d=a.is(d,"finite")?d:10;if(a.is(b,E)){var e=b.length;while(e--)if(z(b[e]-c)<=d)return b[e]}else{b=+b;var f=c%b;if(f<d)return c-f;if(f>b-d)return c-f+b}return c};var bl=a.createUUID=function(a,b){return function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(a,b).toUpperCase()}}(/[xy]/g,function(a){var b=w.random()*16|0,c=a=="x"?b:b&3|8;return c.toString(16)});a.setWindow=function(b){eve("setWindow",a,h.win,b),h.win=b,h.doc=h.win.document,initWin&&initWin(h.win)};var bm=function(b){if(a.vml){var c=/^\s+|\s+$/g,d;try{var e=new ActiveXObject("htmlfile");e.write("<body>"),e.close(),d=e.body}catch(f){d=createPopup().document.body}var g=d.createTextRange();bm=bt(function(a){try{d.style.color=r(a).replace(c,p);var b=g.queryCommandValue("ForeColor");b=(b&255)<<16|b&65280|(b&16711680)>>>16;return"#"+("000000"+b.toString(16)).slice(-6)}catch(e){return"none"}})}else{var i=h.doc.createElement("i");i.title="Raphaël Colour Picker",i.style.display="none",h.doc.body.appendChild(i),bm=bt(function(a){i.style.color=a;return h.doc.defaultView.getComputedStyle(i,p).getPropertyValue("color")})}return bm(b)},bn=function(){return"hsb("+[this.h,this.s,this.b]+")"},bo=function(){return"hsl("+[this.h,this.s,this.l]+")"},bp=function(){return this.hex},bq=function(b,c,d){c==null&&a.is(b,"object")&&"r"in b&&"g"in b&&"b"in b&&(d=b.b,c=b.g,b=b.r);if(c==null&&a.is(b,D)){var e=a.getRGB(b);b=e.r,c=e.g,d=e.b}if(b>1||c>1||d>1)b/=255,c/=255,d/=255;return[b,c,d]},br=function(b,c,d,e){b*=255,c*=255,d*=255;var f={r:b,g:c,b:d,hex:a.rgb(b,c,d),toString:bp};a.is(e,"finite")&&(f.opacity=e);return f};a.color=function(b){var c;a.is(b,"object")&&"h"in b&&"s"in b&&"b"in b?(c=a.hsb2rgb(b),b.r=c.r,b.g=c.g,b.b=c.b,b.hex=c.hex):a.is(b,"object")&&"h"in b&&"s"in b&&"l"in b?(c=a.hsl2rgb(b),b.r=c.r,b.g=c.g,b.b=c.b,b.hex=c.hex):(a.is(b,"string")&&(b=a.getRGB(b)),a.is(b,"object")&&"r"in b&&"g"in b&&"b"in b?(c=a.rgb2hsl(b),b.h=c.h,b.s=c.s,b.l=c.l,c=a.rgb2hsb(b),b.v=c.b):(b={hex:"none"},crl.r=b.g=b.b=b.h=b.s=b.v=b.l=-1)),b.toString=bp;return b},a.hsb2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,a=a.h,d=a.o),a*=360;var e,f,g,h,i;a=a%360/60,i=c*b,h=i*(1-z(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a];return br(e,f,g,d)},a.hsl2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h);if(a>1||b>1||c>1)a/=360,b/=100,c/=100;a*=360;var e,f,g,h,i;a=a%360/60,i=2*b*(c<.5?c:1-c),h=i*(1-z(a%2-1)),e=f=g=c-i/2,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a];return br(e,f,g,d)},a.rgb2hsb=function(a,b,c){c=bq(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;f=x(a,b,c),g=f-y(a,b,c),d=g==0?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=(d+360)%6*60/360,e=g==0?0:g/f;return{h:d,s:e,b:f,toString:bn}},a.rgb2hsl=function(a,b,c){c=bq(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;g=x(a,b,c),h=y(a,b,c),i=g-h,d=i==0?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=(d+360)%6*60/360,f=(g+h)/2,e=i==0?0:f<.5?i/(2*f):i/(2-2*f);return{h:d,s:e,l:f,toString:bo}},a._path2string=function(){return this.join(",").replace(X,"$1")};var bu=a._preload=function(a,b){var c=h.doc.createElement("img");c.style.cssText="position:absolute;left:-9999em;top-9999em",c.onload=function(){b.call(this),this.onload=null,h.doc.body.removeChild(this)},c.onerror=function(){h.doc.body.removeChild(this)},h.doc.body.appendChild(c),c.src=a};a.getRGB=bt(function(b){if(!b||!!((b=r(b)).indexOf("-")+1))return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:bv};if(b=="none")return{r:-1,g:-1,b:-1,hex:"none",toString:bv};!W[g](b.toLowerCase().substring(0,2))&&b.charAt()!="#"&&(b=bm(b));var c,d,e,f,h,i,j,k=b.match(L);if(k){k[2]&&(f=R(k[2].substring(5),16),e=R(k[2].substring(3,5),16),d=R(k[2].substring(1,3),16)),k[3]&&(f=R((i=k[3].charAt(3))+i,16),e=R((i=k[3].charAt(2))+i,16),d=R((i=k[3].charAt(1))+i,16)),k[4]&&(j=k[4][s](V),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),k[1].toLowerCase().slice(0,4)=="rgba"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100));if(k[5]){j=k[5][s](V),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),(j[0].slice(-3)=="deg"||j[0].slice(-1)=="°")&&(d/=360),k[1].toLowerCase().slice(0,4)=="hsba"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100);return a.hsb2rgb(d,e,f,h)}if(k[6]){j=k[6][s](V),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),(j[0].slice(-3)=="deg"||j[0].slice(-1)=="°")&&(d/=360),k[1].toLowerCase().slice(0,4)=="hsla"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100);return a.hsl2rgb(d,e,f,h)}k={r:d,g:e,b:f,toString:bv},k.hex="#"+(16777216|f|e<<8|d<<16).toString(16).slice(1),a.is(h,"finite")&&(k.opacity=h);return k}return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:bv}},a),a.hsb=bt(function(b,c,d){return a.hsb2rgb(b,c,d).hex}),a.hsl=bt(function(b,c,d){return a.hsl2rgb(b,c,d).hex}),a.rgb=bt(function(a,b,c){return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)}),a.getColor=function(a){var b=this.getColor.start=this.getColor.start||{h:0,s:1,b:a||.75},c=this.hsb2rgb(b.h,b.s,b.b);b.h+=.075,b.h>1&&(b.h=0,b.s-=.2,b.s<=0&&(this.getColor.start={h:0,s:1,b:b.b}));return c.hex},a.getColor.reset=function(){delete this.start},a.parsePathString=bt(function(b){if(!b)return null;var c={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},d=[];a.is(b,E)&&a.is(b[0],E)&&(d=by(b)),d.length||r(b).replace(Y,function(a,b,e){var f=[],g=b.toLowerCase();e.replace($,function(a,b){b&&f.push(+b)}),g=="m"&&f.length>2&&(d.push([b][n](f.splice(0,2))),g="l",b=b=="m"?"l":"L");if(g=="r")d.push([b][n](f));else while(f.length>=c[g]){d.push([b][n](f.splice(0,c[g])));if(!c[g])break}}),d.toString=a._path2string;return d}),a.parseTransformString=bt(function(b){if(!b)return null;var c={r:3,s:4,t:2,m:6},d=[];a.is(b,E)&&a.is(b[0],E)&&(d=by(b)),d.length||r(b).replace(Z,function(a,b,c){var e=[],f=v.call(b);c.replace($,function(a,b){b&&e.push(+b)}),d.push([b][n](e))}),d.toString=a._path2string;return d}),a.findDotsAtSegment=function(a,b,c,d,e,f,g,h,i){var j=1-i,k=A(j,3),l=A(j,2),m=i*i,n=m*i,o=k*a+l*3*i*c+j*3*i*i*e+n*g,p=k*b+l*3*i*d+j*3*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,x=j*e+i*g,y=j*f+i*h,z=90-w.atan2(q-s,r-t)*180/B;(q>s||r<t)&&(z+=180);return{x:o,y:p,m:{x:q,y:r},n:{x:s,y:t},start:{x:u,y:v},end:{x:x,y:y},alpha:z}};var bx=bt(function(a){if(!a)return{x:0,y:0,width:0,height:0};a=bG(a);var b=0,c=0,d=[],e=[],f;for(var g=0,h=a.length;g<h;g++){f=a[g];if(f[0]=="M")b=f[1],c=f[2],d.push(b),e.push(c);else{var i=bF(b,c,f[1],f[2],f[3],f[4],f[5],f[6]);d=d[n](i.min.x,i.max.x),e=e[n](i.min.y,i.max.y),b=f[5],c=f[6]}}var j=y[m](0,d),k=y[m](0,e);return{x:j,y:k,width:x[m](0,d)-j,height:x[m](0,e)-k}},null,function(a){return{x:a.x,y:a.y,width:a.width,height:a.height}}),by=function(b){var c=[];if(!a.is(b,E)||!a.is(b&&b[0],E))b=a.parsePathString(b);for(var d=0,e=b.length;d<e;d++){c[d]=[];for(var f=0,g=b[d].length;f<g;f++)c[d][f]=b[d][f]}c.toString=a._path2string;return c},bz=a._pathToRelative=bt(function(b){if(!a.is(b,E)||!a.is(b&&b[0],E))b=a.parsePathString(b);var c=[],d=0,e=0,f=0,g=0,h=0;b[0][0]=="M"&&(d=b[0][1],e=b[0][2],f=d,g=e,h++,c.push(["M",d,e]));for(var i=h,j=b.length;i<j;i++){var k=c[i]=[],l=b[i];if(l[0]!=v.call(l[0])){k[0]=v.call(l[0]);switch(k[0]){case"a":k[1]=l[1],k[2]=l[2],k[3]=l[3],k[4]=l[4],k[5]=l[5],k[6]=+(l[6]-d).toFixed(3),k[7]=+(l[7]-e).toFixed(3);break;case"v":k[1]=+(l[1]-e).toFixed(3);break;case"m":f=l[1],g=l[2];default:for(var m=1,n=l.length;m<n;m++)k[m]=+(l[m]-(m%2?d:e)).toFixed(3)}}else{k=c[i]=[],l[0]=="m"&&(f=l[1]+d,g=l[2]+e);for(var o=0,p=l.length;o<p;o++)c[i][o]=l[o]}var q=c[i].length;switch(c[i][0]){case"z":d=f,e=g;break;case"h":d+=+c[i][q-1];break;case"v":e+=+c[i][q-1];break;default:d+=+c[i][q-2],e+=+c[i][q-1]}}c.toString=a._path2string;return c},0,by),bA=a._pathToAbsolute=bt(function(b){if(!a.is(b,E)||!a.is(b&&b[0],E))b=a.parsePathString(b);if(!b||!b.length)return[["M",0,0]];var c=[],d=0,e=0,f=0,g=0,h=0;b[0][0]=="M"&&(d=+b[0][1],e=+b[0][2],f=d,g=e,h++,c[0]=["M",d,e]);for(var i,j,k=h,l=b.length;k<l;k++){c.push(i=[]),j=b[k];if(j[0]!=S.call(j[0])){i[0]=S.call(j[0]);switch(i[0]){case"A":i[1]=j[1],i[2]=j[2],i[3]=j[3],i[4]=j[4],i[5]=j[5],i[6]=+(j[6]+d),i[7]=+(j[7]+e);break;case"V":i[1]=+j[1]+e;break;case"H":i[1]=+j[1]+d;break;case"R":var m=[d,e][n](j.slice(1));for(var o=2,p=m.length;o<p;o++)m[o]=+m[o]+d,m[++o]=+m[o]+e;c.pop(),c=c[n](bw(m));break;case"M":f=+j[1]+d,g=+j[2]+e;default:for(o=1,p=j.length;o<p;o++)i[o]=+j[o]+(o%2?d:e)}}else if(j[0]=="R")m=[d,e][n](j.slice(1)),c.pop(),c=c[n](bw(m)),i=["R"][n](j.slice(-2));else for(var q=0,r=j.length;q<r;q++)i[q]=j[q];switch(i[0]){case"Z":d=f,e=g;break;case"H":d=i[1];break;case"V":e=i[1];break;case"M":f=i[i.length-2],g=i[i.length-1];default:d=i[i.length-2],e=i[i.length-1]}}c.toString=a._path2string;return c},null,by),bB=function(a,b,c,d){return[a,b,c,d,c,d]},bC=function(a,b,c,d,e,f){var g=1/3,h=2/3;return[g*a+h*c,g*b+h*d,g*e+h*c,g*f+h*d,e,f]},bD=function(a,b,c,d,e,f,g,h,i,j){var k=B*120/180,l=B/180*(+e||0),m=[],o,p=bt(function(a,b,c){var d=a*w.cos(c)-b*w.sin(c),e=a*w.sin(c)+b*w.cos(c);return{x:d,y:e}});if(!j){o=p(a,b,-l),a=o.x,b=o.y,o=p(h,i,-l),h=o.x,i=o.y;var q=w.cos(B/180*e),r=w.sin(B/180*e),t=(a-h)/2,u=(b-i)/2,v=t*t/(c*c)+u*u/(d*d);v>1&&(v=w.sqrt(v),c=v*c,d=v*d);var x=c*c,y=d*d,A=(f==g?-1:1)*w.sqrt(z((x*y-x*u*u-y*t*t)/(x*u*u+y*t*t))),C=A*c*u/d+(a+h)/2,D=A*-d*t/c+(b+i)/2,E=w.asin(((b-D)/d).toFixed(9)),F=w.asin(((i-D)/d).toFixed(9));E=a<C?B-E:E,F=h<C?B-F:F,E<0&&(E=B*2+E),F<0&&(F=B*2+F),g&&E>F&&(E=E-B*2),!g&&F>E&&(F=F-B*2)}else E=j[0],F=j[1],C=j[2],D=j[3];var G=F-E;if(z(G)>k){var H=F,I=h,J=i;F=E+k*(g&&F>E?1:-1),h=C+c*w.cos(F),i=D+d*w.sin(F),m=bD(h,i,c,d,e,0,g,I,J,[F,H,C,D])}G=F-E;var K=w.cos(E),L=w.sin(E),M=w.cos(F),N=w.sin(F),O=w.tan(G/4),P=4/3*c*O,Q=4/3*d*O,R=[a,b],S=[a+P*L,b-Q*K],T=[h+P*N,i-Q*M],U=[h,i];S[0]=2*R[0]-S[0],S[1]=2*R[1]-S[1];if(j)return[S,T,U][n](m);m=[S,T,U][n](m).join()[s](",");var V=[];for(var W=0,X=m.length;W<X;W++)V[W]=W%2?p(m[W-1],m[W],l).y:p(m[W],m[W+1],l).x;return V},bE=function(a,b,c,d,e,f,g,h,i){var j=1-i;return{x:A(j,3)*a+A(j,2)*3*i*c+j*3*i*i*e+A(i,3)*g,y:A(j,3)*b+A(j,2)*3*i*d+j*3*i*i*f+A(i,3)*h}},bF=bt(function(a,b,c,d,e,f,g,h){var i=e-2*c+a-(g-2*e+c),j=2*(c-a)-2*(e-c),k=a-c,l=(-j+w.sqrt(j*j-4*i*k))/2/i,n=(-j-w.sqrt(j*j-4*i*k))/2/i,o=[b,h],p=[a,g],q;z(l)>"1e12"&&(l=.5),z(n)>"1e12"&&(n=.5),l>0&&l<1&&(q=bE(a,b,c,d,e,f,g,h,l),p.push(q.x),o.push(q.y)),n>0&&n<1&&(q=bE(a,b,c,d,e,f,g,h,n),p.push(q.x),o.push(q.y)),i=f-2*d+b-(h-2*f+d),j=2*(d-b)-2*(f-d),k=b-d,l=(-j+w.sqrt(j*j-4*i*k))/2/i,n=(-j-w.sqrt(j*j-4*i*k))/2/i,z(l)>"1e12"&&(l=.5),z(n)>"1e12"&&(n=.5),l>0&&l<1&&(q=bE(a,b,c,d,e,f,g,h,l),p.push(q.x),o.push(q.y)),n>0&&n<1&&(q=bE(a,b,c,d,e,f,g,h,n),p.push(q.x),o.push(q.y));return{min:{x:y[m](0,p),y:y[m](0,o)},max:{x:x[m](0,p),y:x[m](0,o)}}}),bG=a._path2curve=bt(function(a,b){var c=bA(a),d=b&&bA(b),e={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},f={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},g=function(a,b){var c,d;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null);switch(a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"][n](bD[m](0,[b.x,b.y][n](a.slice(1))));break;case"S":c=b.x+(b.x-(b.bx||b.x)),d=b.y+(b.y-(b.by||b.y)),a=["C",c,d][n](a.slice(1));break;case"T":b.qx=b.x+(b.x-(b.qx||b.x)),b.qy=b.y+(b.y-(b.qy||b.y)),a=["C"][n](bC(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"][n](bC(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"][n](bB(b.x,b.y,a[1],a[2]));break;case"H":a=["C"][n](bB(b.x,b.y,a[1],b.y));break;case"V":a=["C"][n](bB(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"][n](bB(b.x,b.y,b.X,b.Y))}return a},h=function(a,b){if(a[b].length>7){a[b].shift();var e=a[b];while(e.length)a.splice(b++,0,["C"][n](e.splice(0,6)));a.splice(b,1),k=x(c.length,d&&d.length||0)}},i=function(a,b,e,f,g){a&&b&&a[g][0]=="M"&&b[g][0]!="M"&&(b.splice(g,0,["M",f.x,f.y]),e.bx=0,e.by=0,e.x=a[g][1],e.y=a[g][2],k=x(c.length,d&&d.length||0))};for(var j=0,k=x(c.length,d&&d.length||0);j<k;j++){c[j]=g(c[j],e),h(c,j),d&&(d[j]=g(d[j],f)),d&&h(d,j),i(c,d,e,f,j),i(d,c,f,e,j);var l=c[j],o=d&&d[j],p=l.length,q=d&&o.length;e.x=l[p-2],e.y=l[p-1],e.bx=Q(l[p-4])||e.x,e.by=Q(l[p-3])||e.y,f.bx=d&&(Q(o[q-4])||f.x),f.by=d&&(Q(o[q-3])||f.y),f.x=d&&o[q-2],f.y=d&&o[q-1]}return d?[c,d]:c},null,by),bH=a._parseDots=bt(function(b){var c=[];for(var d=0,e=b.length;d<e;d++){var f={},g=b[d].match(/^([^:]*):?([\d\.]*)/);f.color=a.getRGB(g[1]);if(f.color.error)return null;f.color=f.color.hex,g[2]&&(f.offset=g[2]+"%"),c.push(f)}for(d=1,e=c.length-1;d<e;d++)if(!c[d].offset){var h=Q(c[d-1].offset||0),i=0;for(var j=d+1;j<e;j++)if(c[j].offset){i=c[j].offset;break}i||(i=100,j=e),i=Q(i);var k=(i-h)/(j-d+1);for(;d<j;d++)h+=k,c[d].offset=h+"%"}return c}),bI=a._tear=function(a,b){a==b.top&&(b.top=a.prev),a==b.bottom&&(b.bottom=a.next),a.next&&(a.next.prev=a.prev),a.prev&&(a.prev.next=a.next)},bJ=a._tofront=function(a,b){b.top!==a&&(bI(a,b),a.next=null,a.prev=b.top,b.top.next=a,b.top=a)},bK=a._toback=function(a,b){b.bottom!==a&&(bI(a,b),a.next=b.bottom,a.prev=null,b.bottom.prev=a,b.bottom=a)},bL=a._insertafter=function(a,b,c){bI(a,c),b==c.top&&(c.top=a),b.next&&(b.next.prev=a),a.next=b.next,a.prev=b,b.next=a},bM=a._insertbefore=function(a,b,c){bI(a,c),b==c.bottom&&(c.bottom=a),b.prev&&(b.prev.next=a),a.prev=b.prev,b.prev=a,a.next=b},bN=function(a){return function(){throw new Error("Raphaël: you are calling to method “"+a+"” of removed object")}},bO=a._extractTransform=function(b,c){if(c==null)return b._.transform;c=r(c).replace(/\.{3}|\u2026/g,b._.transform||p);var d=a.parseTransformString(c),e=0,f=0,g=0,h=1,i=1,j=b._,k=new bR;j.transform=d||[];if(d)for(var l=0,m=d.length;l<m;l++){var n=d[l],o=n.length,q=r(n[0]).toLowerCase(),s=n[0]!=q,t=s?k.invert():0,u,v,w,x,y;q=="t"&&o==3?s?(u=t.x(0,0),v=t.y(0,0),w=t.x(n[1],n[2]),x=t.y(n[1],n[2]),k.translate(w-u,x-v)):k.translate(n[1],n[2]):q=="r"?o==2?(y=y||b.getBBox(1),k.rotate(n[1],y.x+y.width/2,y.y+y.height/2),e+=n[1]):o==4&&(s?(w=t.x(n[2],n[3]),x=t.y(n[2],n[3]),k.rotate(n[1],w,x)):k.rotate(n[1],n[2],n[3]),e+=n[1]):q=="s"?o==2||o==3?(y=y||b.getBBox(1),k.scale(n[1],n[o-1],y.x+y.width/2,y.y+y.height/2),h*=n[1],i*=n[o-1]):o==5&&(s?(w=t.x(n[3],n[4]),x=t.y(n[3],n[4]),k.scale(n[1],n[2],w,x)):k.scale(n[1],n[2],n[3],n[4]),h*=n[1],i*=n[2]):q=="m"&&o==7&&k.add(n[1],n[2],n[3],n[4],n[5],n[6]),j.dirtyT=1,b.matrix=k}b.matrix=k,j.sx=h,j.sy=i,j.deg=e,j.dx=f=k.e,j.dy=g=k.f,h==1&&i==1&&!e&&j.bbox?(j.bbox.x+=+f,j.bbox.y+=+g):j.dirtyT=1},bP=function(a){var b=a[0];switch(b.toLowerCase()){case"t":return[b,0,0];case"m":return[b,1,0,0,1,0,0];case"r":return a.length==4?[b,0,a[2],a[3]]:[b,0];case"s":return a.length==5?[b,1,1,a[3],a[4]]:a.length==3?[b,1,1]:[b,1]}},bQ=a._equaliseTransform=function(b,c){c=r(c).replace(/\.{3}|\u2026/g,b),b=a.parseTransformString(b)||[],c=a.parseTransformString(c)||[];var d=x(b.length,c.length),e=[],f=[],g=0,h,i,j,k;for(;g<d;g++){j=b[g]||bP(c[g]),k=c[g]||bP(j);if(j[0]!=k[0]||j[0].toLowerCase()=="r"&&(j[2]!=k[2]||j[3]!=k[3])||j[0].toLowerCase()=="s"&&(j[3]!=k[3]||j[4]!=k[4]))return;e[g]=[],f[g]=[];for(h=0,i=x(j.length,k.length);h<i;h++)h in j&&(e[g][h]=j[h]),h in k&&(f[g][h]=k[h])}return{from:e,to:f}};a._getContainer=function(b,c,d,e){var f;f=e==null&&!a.is(b,"object")?h.doc.getElementById(b):b;if(f!=null){if(f.tagName)return c==null?{container:f,width:f.style.pixelWidth||f.offsetWidth,height:f.style.pixelHeight||f.offsetHeight}:{container:f,width:c,height:d};return{container:1,x:b,y:c,width:d,height:e}}},a.pathToRelative=bz,a._engine={},a.path2curve=bG,a.matrix=function(a,b,c,d,e,f){return new bR(a,b,c,d,e,f)},function(b){function d(a){var b=w.sqrt(c(a));a[0]&&(a[0]/=b),a[1]&&(a[1]/=b)}function c(a){return a[0]*a[0]+a[1]*a[1]}b.add=function(a,b,c,d,e,f){var g=[[],[],[]],h=[[this.a,this.c,this.e],[this.b,this.d,this.f],[0,0,1]],i=[[a,c,e],[b,d,f],[0,0,1]],j,k,l,m;a&&a instanceof bR&&(i=[[a.a,a.c,a.e],[a.b,a.d,a.f],[0,0,1]]);for(j=0;j<3;j++)for(k=0;k<3;k++){m=0;for(l=0;l<3;l++)m+=h[j][l]*i[l][k];g[j][k]=m}this.a=g[0][0],this.b=g[1][0],this.c=g[0][1],this.d=g[1][1],this.e=g[0][2],this.f=g[1][2]},b.invert=function(){var a=this,b=a.a*a.d-a.b*a.c;return new bR(a.d/b,-a.b/b,-a.c/b,a.a/b,(a.c*a.f-a.d*a.e)/b,(a.b*a.e-a.a*a.f)/b)},b.clone=function(){return new bR(this.a,this.b,this.c,this.d,this.e,this.f)},b.translate=function(a,b){this.add(1,0,0,1,a,b)},b.scale=function(a,b,c,d){b==null&&(b=a),(c||d)&&this.add(1,0,0,1,c,d),this.add(a,0,0,b,0,0),(c||d)&&this.add(1,0,0,1,-c,-d)},b.rotate=function(b,c,d){b=a.rad(b),c=c||0,d=d||0;var e=+w.cos(b).toFixed(9),f=+w.sin(b).toFixed(9);this.add(e,f,-f,e,c,d),this.add(1,0,0,1,-c,-d)},b.x=function(a,b){return a*this.a+b*this.c+this.e},b.y=function(a,b){return a*this.b+b*this.d+this.f},b.get=function(a){return+this[r.fromCharCode(97+a)].toFixed(4)},b.toString=function(){return a.svg?"matrix("+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)].join()+")":[this.get(0),this.get(2),this.get(1),this.get(3),0,0].join()},b.toFilter=function(){return"progid:DXImageTransform.Microsoft.Matrix(M11="+this.get(0)+", M12="+this.get(2)+", M21="+this.get(1)+", M22="+this.get(3)+", Dx="+this.get(4)+", Dy="+this.get(5)+", sizingmethod='auto expand')"},b.offset=function(){return[this.e.toFixed(4),this.f.toFixed(4)]},b.split=function(){var b={};b.dx=this.e,b.dy=this.f;var e=[[this.a,this.c],[this.b,this.d]];b.scalex=w.sqrt(c(e[0])),d(e[0]),b.shear=e[0][0]*e[1][0]+e[0][1]*e[1][1],e[1]=[e[1][0]-e[0][0]*b.shear,e[1][1]-e[0][1]*b.shear],b.scaley=w.sqrt(c(e[1])),d(e[1]),b.shear/=b.scaley;var f=-e[0][1],g=e[1][1];g<0?(b.rotate=a.deg(w.acos(g)),f<0&&(b.rotate=360-b.rotate)):b.rotate=a.deg(w.asin(f)),b.isSimple=!+b.shear.toFixed(9)&&(b.scalex.toFixed(9)==b.scaley.toFixed(9)||!b.rotate),b.isSuperSimple=!+b.shear.toFixed(9)&&b.scalex.toFixed(9)==b.scaley.toFixed(9)&&!b.rotate,b.noRotation=!+b.shear.toFixed(9)&&!b.rotate;return b},b.toTransformString=function(a){var b=a||this[s]();return b.isSimple?"t"+[b.dx,b.dy]+"s"+[b.scalex,b.scaley,0,0]+"r"+[b.rotate,0,0]:"m"+[this.get(0),this.get(1),this.get(2),this.get(3),this.get(4),this.get(5)]}}(bR.prototype);var bS=navigator.userAgent.match(/Version\/(.*?)\s/)||navigator.userAgent.match(/Chrome\/(\d+)/);navigator.vendor=="Apple Computer, Inc."&&(bS&&bS[1]<4||navigator.platform.slice(0,2)=="iP")||navigator.vendor=="Google Inc."&&bS&&bS[1]<8?k.safari=function(){var a=this.rect(-99,-99,this.width+99,this.height+99).attr({stroke:"none"});setTimeout(function(){a.remove()})}:k.safari=bd;var bT=function(){this.returnValue=!1},bU=function(){return this.originalEvent.preventDefault()},bV=function(){this.cancelBubble=!0},bW=function(){return this.originalEvent.stopPropagation()},bX=function(){if(h.doc.addEventListener)return function(a,b,c,d){var e=o&&u[b]?u[b]:b,f=function(e){var f=h.doc.documentElement.scrollTop||h.doc.body.scrollTop,i=h.doc.documentElement.scrollLeft||h.doc.body.scrollLeft,j=e.clientX+i,k=e.clientY+f;if(o&&u[g](b))for(var l=0,m=e.targetTouches&&e.targetTouches.length;l<m;l++)if(e.targetTouches[l].target==a){var n=e;e=e.targetTouches[l],e.originalEvent=n,e.preventDefault=bU,e.stopPropagation=bW;break}return c.call(d,e,j,k)};a.addEventListener(e,f,!1);return function(){a.removeEventListener(e,f,!1);return!0}};if(h.doc.attachEvent)return function(a,b,c,d){var e=function(a){a=a||h.win.event;var b=h.doc.documentElement.scrollTop||h.doc.body.scrollTop,e=h.doc.documentElement.scrollLeft||h.doc.body.scrollLeft,f=a.clientX+e,g=a.clientY+b;a.preventDefault=a.preventDefault||bT,a.stopPropagation=a.stopPropagation||bV;return c.call(d,a,f,g)};a.attachEvent("on"+b,e);var f=function(){a.detachEvent("on"+b,e);return!0};return f}}(),bY=[],bZ=function(a){var b=a.clientX,c=a.clientY,d=h.doc.documentElement.scrollTop||h.doc.body.scrollTop,e=h.doc.documentElement.scrollLeft||h.doc.body.scrollLeft,f,g=bY.length;while(g--){f=bY[g];if(o){var i=a.touches.length,j;while(i--){j=a.touches[i];if(j.identifier==f.el._drag.id){b=j.clientX,c=j.clientY,(a.originalEvent?a.originalEvent:a).preventDefault();break}}}else a.preventDefault();var k=f.el.node,l,m=k.nextSibling,n=k.parentNode,p=k.style.display;h.win.opera&&n.removeChild(k),k.style.display="none",l=f.el.paper.getElementByPoint(b,c),k.style.display=p,h.win.opera&&(m?n.insertBefore(k,m):n.appendChild(k)),l&&eve("drag.over."+f.el.id,f.el,l),b+=e,c+=d,eve("drag.move."+f.el.id,f.move_scope||f.el,b-f.el._drag.x,c-f.el._drag.y,b,c,a)}},b$=function(b){a.unmousemove(bZ).unmouseup(b$);var c=bY.length,d;while(c--)d=bY[c],d.el._drag={},eve("drag.end."+d.el.id,d.end_scope||d.start_scope||d.move_scope||d.el,b);bY=[]},b_=a.el={};for(var ca=t.length;ca--;)(function(b){a[b]=b_[b]=function(c,d){a.is(c,"function")&&(this.events=this.events||[],this.events.push({name:b,f:c,unbind:bX(this.shape||this.node||h.doc,b,c,d||this)}));return this},a["un"+b]=b_["un"+b]=function(a){var c=this.events,d=c.length;while(d--)if(c[d].name==b&&c[d].f==a){c[d].unbind(),c.splice(d,1),!c.length&&delete this.events;return this}return this}})(t[ca]);b_.data=function(b,c){var d=ba[this.id]=ba[this.id]||{};if(arguments.length==1){if(a.is(b,"object")){for(var e in b)b[g](e)&&this.data(e,b[e]);return this}eve("data.get."+this.id,this,d[b],b);return d[b]}d[b]=c,eve("data.set."+this.id,this,c,b);return this},b_.removeData=function(a){a==null?ba[this.id]={}:ba[this.id]&&delete ba[this.id][a];return this},b_.hover=function(a,b,c,d){return this.mouseover(a,c).mouseout(b,d||c)},b_.unhover=function(a,b){return this.unmouseover(a).unmouseout(b)},b_.drag=function(b,c,d,e,f,g){function i(i){(i.originalEvent||i).preventDefault();var j=h.doc.documentElement.scrollTop||h.doc.body.scrollTop,k=h.doc.documentElement.scrollLeft||h.doc.body.scrollLeft;this._drag.x=i.clientX+k,this._drag.y=i.clientY+j,this._drag.id=i.identifier,!bY.length&&a.mousemove(bZ).mouseup(b$),bY.push({el:this,move_scope:e,start_scope:f,end_scope:g}),c&&eve.on("drag.start."+this.id,c),b&&eve.on("drag.move."+this.id,b),d&&eve.on("drag.end."+this.id,d),eve("drag.start."+this.id,f||e||this,i.clientX+k,i.clientY+j,i)}this._drag={},this.mousedown(i);return this},b_.onDragOver=function(a){a?eve.on("drag.over."+this.id,a):eve.unbind("drag.over."+this.id)},b_.undrag=function(){var b=bY.length;while(b--)bY[b].el==this&&(a.unmousedown(bY[b].start),bY.splice(b++,1),eve.unbind("drag.*."+this.id));!bY.length&&a.unmousemove(bZ).unmouseup(b$)},k.circle=function(b,c,d){var e=a._engine.circle(this,b||0,c||0,d||0);this.__set__&&this.__set__.push(e);return e},k.rect=function(b,c,d,e,f){var g=a._engine.rect(this,b||0,c||0,d||0,e||0,f||0);this.__set__&&this.__set__.push(g);return g},k.ellipse=function(b,c,d,e){var f=a._engine.ellipse(this,b||0,c||0,d||0,e||0);this.__set__&&this.__set__.push(f);return f},k.path=function(b){b&&!a.is(b,D)&&!a.is(b[0],E)&&(b+=p);var c=a._engine.path(a.format[m](a,arguments),this);this.__set__&&this.__set__.push(c);return c},k.image=function(b,c,d,e,f){var g=a._engine.image(this,b||"about:blank",c||0,d||0,e||0,f||0);this.__set__&&this.__set__.push(g);return g},k.text=function(b,c,d){var e=a._engine.text(this,b||0,c||0,r(d));this.__set__&&this.__set__.push(e);return e},k.set=function(b){!a.is(b,"array")&&(b=Array.prototype.splice.call(arguments,0,arguments.length));var c=new cs(b);this.__set__&&this.__set__.push(c);return c},k.setStart=function(a){this.__set__=a||this.set()},k.setFinish=function(a){var b=this.__set__;delete this.__set__;return b},k.setSize=function(b,c){return a._engine.setSize.call(this,b,c)},k.setViewBox=function(b,c,d,e,f){return a._engine.setViewBox.call(this,b,c,d,e,f)},k.top=k.bottom=null,k.raphael=a;var cb=function(a){var b=a.getBoundingClientRect(),c=a.ownerDocument,d=c.body,e=c.documentElement,f=e.clientTop||d.clientTop||0,g=e.clientLeft||d.clientLeft||0,i=b.top+(h.win.pageYOffset||e.scrollTop||d.scrollTop)-f,j=b.left+(h.win.pageXOffset||e.scrollLeft||d.scrollLeft)-g;return{y:i,x:j}};k.getElementByPoint=function(a,b){var c=this,d=c.canvas,e=h.doc.elementFromPoint(a,b);if(h.win.opera&&e.tagName=="svg"){var f=cb(d),g=d.createSVGRect();g.x=a-f.x,g.y=b-f.y,g.width=g.height=1;var i=d.getIntersectionList(g,null);i.length&&(e=i[i.length-1])}if(!e)return null;while(e.parentNode&&e!=d.parentNode&&!e.raphael)e=e.parentNode;e==c.canvas.parentNode&&(e=d),e=e&&e.raphael?c.getById(e.raphaelid):null;return e},k.getById=function(a){var b=this.bottom;while(b){if(b.id==a)return b;b=b.next}return null},k.forEach=function(a,b){var c=this.bottom;while(c){if(a.call(b,c)===!1)return this;c=c.next}return this},b_.getBBox=function(a){if(this.removed)return{};var b=this._;if(a){if(b.dirty||!b.bboxwt)this.realPath=bh[this.type](this),b.bboxwt=bx(this.realPath),b.bboxwt.toString=cd,b.dirty=0;return b.bboxwt}if(b.dirty||b.dirtyT||!b.bbox){if(b.dirty||!this.realPath)b.bboxwt=0,this.realPath=bh[this.type](this);b.bbox=bx(bi(this.realPath,this.matrix)),b.bbox.toString=cd,b.dirty=b.dirtyT=0}return b.bbox},b_.clone=function(){if(this.removed)return null;var a=this.paper[this.type]().attr(this.attr());this.__set__&&this.__set__.push(a);return a},b_.glow=function(a){if(this.type=="text")return null;a=a||{};var b={width:(a.width||10)+(+this.attr("stroke-width")||1),fill:a.fill||!1,opacity:a.opacity||.5,offsetx:a.offsetx||0,offsety:a.offsety||0,color:a.color||"#000"},c=b.width/2,d=this.paper,e=d.set(),f=this.realPath||bh[this.type](this);f=this.matrix?bi(f,this.matrix):f;for(var g=1;g<c+1;g++)e.push(d.path(f).attr({stroke:b.color,fill:b.fill?b.color:"none","stroke-linejoin":"round","stroke-linecap":"round","stroke-width":+(b.width/c*g).toFixed(3),opacity:+(b.opacity/c).toFixed(3)}));return e.insertBefore(this).translate(b.offsetx,b.offsety)};var ce={},cf=function(b,c,d,e,f,g,h,i,j){var k=0,l=100,m=[b,c,d,e,f,g,h,i].join(),n=ce[m],o,p;!n&&(ce[m]=n={data:[]}),n.timer&&clearTimeout(n.timer),n.timer=setTimeout(function(){delete ce[m]},2e3);if(j!=null&&!n.precision){var q=cf(b,c,d,e,f,g,h,i);n.precision=~~q*10,n.data=[]}l=n.precision||l;for(var r=0;r<l+1;r++){n.data[r*l]?p=n.data[r*l]:(p=a.findDotsAtSegment(b,c,d,e,f,g,h,i,r/l),n.data[r*l]=p),r&&(k+=A(A(o.x-p.x,2)+A(o.y-p.y,2),.5));if(j!=null&&k>=j)return p;o=p}if(j==null)return k},cg=function(b,c){return function(d,e,f){d=bG(d);var g,h,i,j,k="",l={},m,n=0;for(var o=0,p=d.length;o<p;o++){i=d[o];if(i[0]=="M")g=+i[1],h=+i[2];else{j=cf(g,h,i[1],i[2],i[3],i[4],i[5],i[6]);if(n+j>e){if(c&&!l.start){m=cf(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),k+=["C"+m.start.x,m.start.y,m.m.x,m.m.y,m.x,m.y];if(f)return k;l.start=k,k=["M"+m.x,m.y+"C"+m.n.x,m.n.y,m.end.x,m.end.y,i[5],i[6]].join(),n+=j,g=+i[5],h=+i[6];continue}if(!b&&!c){m=cf(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n);return{x:m.x,y:m.y,alpha:m.alpha}}}n+=j,g=+i[5],h=+i[6]}k+=i.shift()+i}l.end=k,m=b?n:c?l:a.findDotsAtSegment(g,h,i[0],i[1],i[2],i[3],i[4],i[5],1),m.alpha&&(m={x:m.x,y:m.y,alpha:m.alpha});return m}},ch=cg(1),ci=cg(),cj=cg(0,1);a.getTotalLength=ch,a.getPointAtLength=ci,a.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return cj(a,b).end;var d=cj(a,c,1);return b?cj(d,b).end:d},b_.getTotalLength=function(){if(this.type=="path"){if(this.node.getTotalLength)return this.node.getTotalLength();return ch(this.attrs.path)}},b_.getPointAtLength=function(a){if(this.type=="path")return ci(this.attrs.path,a)},b_.getSubpath=function(b,c){if(this.type=="path")return a.getSubpath(this.attrs.path,b,c)};var ck=a.easing_formulas={linear:function(a){return a},"<":function(a){return A(a,1.7)},">":function(a){return A(a,.48)},"<>":function(a){var b=.48-a/1.04,c=w.sqrt(.1734+b*b),d=c-b,e=A(z(d),1/3)*(d<0?-1:1),f=-c-b,g=A(z(f),1/3)*(f<0?-1:1),h=e+g+.5;return(1-h)*3*h*h+h*h*h},backIn:function(a){var b=1.70158;return a*a*((b+1)*a-b)},backOut:function(a){a=a-1;var b=1.70158;return a*a*((b+1)*a+b)+1},elastic:function(a){if(a==!!a)return a;return A(2,-10*a)*w.sin((a-.075)*2*B/.3)+1},bounce:function(a){var b=7.5625,c=2.75,d;a<1/c?d=b*a*a:a<2/c?(a-=1.5/c,d=b*a*a+.75):a<2.5/c?(a-=2.25/c,d=b*a*a+.9375):(a-=2.625/c,d=b*a*a+.984375);return d}};ck.easeIn=ck["ease-in"]=ck["<"],ck.easeOut=ck["ease-out"]=ck[">"],ck.easeInOut=ck["ease-in-out"]=ck["<>"],ck["back-in"]=ck.backIn,ck["back-out"]=ck.backOut;var cl=[],cm=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){setTimeout(a,16)},cn=function(){var b=+(new Date),c=0;for(;c<cl.length;c++){var d=cl[c];if(d.el.removed||d.paused)continue;var e=b-d.start,f=d.ms,h=d.easing,i=d.from,j=d.diff,k=d.to,l=d.t,m=d.el,o={},p,r={},s;d.initstatus?(e=(d.initstatus*d.anim.top-d.prev)/(d.percent-d.prev)*f,d.status=d.initstatus,delete d.initstatus,d.stop&&cl.splice(c--,1)):d.status=(d.prev+(d.percent-d.prev)*(e/f))/d.anim.top;if(e<0)continue;if(e<f){var t=h(e/f);for(var u in i)if(i[g](u)){switch(U[u]){case C:p=+i[u]+t*f*j[u];break;case"colour":p="rgb("+[co(O(i[u].r+t*f*j[u].r)),co(O(i[u].g+t*f*j[u].g)),co(O(i[u].b+t*f*j[u].b))].join(",")+")";break;case"path":p=[];for(var v=0,w=i[u].length;v<w;v++){p[v]=[i[u][v][0]];for(var x=1,y=i[u][v].length;x<y;x++)p[v][x]=+i[u][v][x]+t*f*j[u][v][x];p[v]=p[v].join(q)}p=p.join(q);break;case"transform":if(j[u].real){p=[];for(v=0,w=i[u].length;v<w;v++){p[v]=[i[u][v][0]];for(x=1,y=i[u][v].length;x<y;x++)p[v][x]=i[u][v][x]+t*f*j[u][v][x]}}else{var z=function(a){return+i[u][a]+t*f*j[u][a]};p=[["m",z(0),z(1),z(2),z(3),z(4),z(5)]]}break;case"csv":if(u=="clip-rect"){p=[],v=4;while(v--)p[v]=+i[u][v]+t*f*j[u][v]}break;default:var A=[][n](i[u]);p=[],v=m.paper.customAttributes[u].length;while(v--)p[v]=+A[v]+t*f*j[u][v]}o[u]=p}m.attr(o),function(a,b,c){setTimeout(function(){eve("anim.frame."+a,b,c)})}(m.id,m,d.anim)}else{(function(b,c,d){setTimeout(function(){eve("anim.frame."+c.id,c,d),eve("anim.finish."+c.id,c,d),a.is(b,"function")&&b.call(c)})})(d.callback,m,d.anim),m.attr(k),cl.splice(c--,1);if(d.repeat>1&&!d.next){for(s in k)k[g](s)&&(r[s]=d.totalOrigin[s]);d.el.attr(r),cr(d.anim,d.el,d.anim.percents[0],null,d.totalOrigin,d.repeat-1)}d.next&&!d.stop&&cr(d.anim,d.el,d.next,null,d.totalOrigin,d.repeat)}}a.svg&&m&&m.paper&&m.paper.safari(),cl.length&&cm(cn)},co=function(a){return a>255?255:a<0?0:a};b_.animateWith=function(b,c,d,e,f,g){var h=d?a.animation(d,e,f,g):c;status=b.status(c);return this.animate(h).status(h,status*c.ms/h.ms)},b_.onAnimation=function(a){a?eve.on("anim.frame."+this.id,a):eve.unbind("anim.frame."+this.id);return this},cq.prototype.delay=function(a){var b=new cq(this.anim,this.ms);b.times=this.times,b.del=+a||0;return b},cq.prototype.repeat=function(a){var b=new cq(this.anim,this.ms);b.del=this.del,b.times=w.floor(x(a,0))||1;return b},a.animation=function(b,c,d,e){if(b instanceof cq)return b;if(a.is(d,"function")||!d)e=e||d||null,d=null;b=Object(b),c=+c||0;var f={},h,i;for(i in b)b[g](i)&&Q(i)!=i&&Q(i)+"%"!=i&&(h=!0,f[i]=b[i]);if(!h)return new cq(b,c);d&&(f.easing=d),e&&(f.callback=e);return new cq({100:f},c)},b_.animate=function(b,c,d,e){var f=this;if(f.removed){e&&e.call(f);return f}var g=b instanceof cq?b:a.animation(b,c,d,e);cr(g,f,g.percents[0],null,f.attr());return f},b_.setTime=function(a,b){a&&b!=null&&this.status(a,y(b,a.ms)/a.ms);return this},b_.status=function(a,b){var c=[],d=0,e,f;if(b!=null){cr(a,this,-1,y(b,1));return this}e=cl.length;for(;d<e;d++){f=cl[d];if(f.el.id==this.id&&(!a||f.anim==a)){if(a)return f.status;c.push({anim:f.anim,status:f.status})}}if(a)return 0;return c},b_.pause=function(a){for(var b=0;b<cl.length;b++)cl[b].el.id==this.id&&(!a||cl[b].anim==a)&&eve("anim.pause."+this.id,this,cl[b].anim)!==!1&&(cl[b].paused=!0);return this},b_.resume=function(a){for(var b=0;b<cl.length;b++)if(cl[b].el.id==this.id&&(!a||cl[b].anim==a)){var c=cl[b];eve("anim.resume."+this.id,this,c.anim)!==!1&&(delete c.paused,this.status(c.anim,c.status))}return this},b_.stop=function(a){for(var b=0;b<cl.length;b++)cl[b].el.id==this.id&&(!a||cl[b].anim==a)&&eve("anim.stop."+this.id,this,cl[b].anim)!==!1&&cl.splice(b--,1);return this},b_.toString=function(){return"Raphaël’s object"};var cs=function(a){this.items=[],this.length=0,this.type="set";if(a)for(var b=0,c=a.length;b<c;b++)a[b]&&(a[b].constructor==b_.constructor||a[b].constructor==cs)&&(this[this.items.length]=this.items[this.items.length]=a[b],this.length++)},ct=cs.prototype;ct.push=function(){var a,b;for(var c=0,d=arguments.length;c<d;c++)a=arguments[c],a&&(a.constructor==b_.constructor||a.constructor==cs)&&(b=this.items.length,this[b]=this.items[b]=a,this.length++);return this},ct.pop=function(){this.length&&delete this[this.length--];return this.items.pop()},ct.forEach=function(a,b){for(var c=0,d=this.items.length;c<d;c++)if(a.call(b,this.items[c],c)===!1)return this;return this};for(var cu in b_)b_[g](cu)&&(ct[cu]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a][m](c,b)})}}(cu));ct.attr=function(b,c){if(b&&a.is(b,E)&&a.is(b[0],"object"))for(var d=0,e=b.length;d<e;d++)this.items[d].attr(b[d]);else for(var f=0,g=this.items.length;f<g;f++)this.items[f].attr(b,c);return this},ct.clear=function(){while(this.length)this.pop()},ct.splice=function(a,b,c){a=a<0?x(this.length+a,0):a,b=x(0,y(this.length-a,b));var d=[],e=[],f=[],g;for(g=2;g<arguments.length;g++)f.push(arguments[g]);for(g=0;g<b;g++)e.push(this[a+g]);for(;g<this.length-a;g++)d.push(this[a+g]);var h=f.length;for(g=0;g<h+d.length;g++)this.items[a+g]=this[a+g]=g<h?f[g]:d[g-h];g=this.items.length=this.length-=b-h;while(this[g])delete this[g++];return new cs(e)},ct.exclude=function(a){for(var b=0,c=this.length;b<c;b++)if(this[b]==a){this.splice(b,1);return!0}},ct.animate=function(b,c,d,e){(a.is(d,"function")||!d)&&(e=d||null);var f=this.items.length,g=f,h,i=this,j;if(!f)return this;e&&(j=function(){!--f&&e.call(i)}),d=a.is(d,D)?d:j;var k=a.animation(b,c,d,j);h=this.items[--g].animate(k);while(g--)this.items[g]&&!this.items[g].removed&&this.items[g].animateWith(h,k);return this},ct.insertAfter=function(a){var b=this.items.length;while(b--)this.items[b].insertAfter(a);return this},ct.getBBox=function(){var a=[],b=[],c=[],d=[];for(var e=this.items.length;e--;)if(!this.items[e].removed){var f=this.items[e].getBBox();a.push(f.x),b.push(f.y),c.push(f.x+f.width),d.push(f.y+f.height)}a=y[m](0,a),b=y[m](0,b);return{x:a,y:b,width:x[m](0,c)-a,height:x[m](0,d)-b}},ct.clone=function(a){a=new cs;for(var b=0,c=this.items.length;b<c;b++)a.push(this.items[b].clone());return a},ct.toString=function(){return"Raphaël‘s set"},a.registerFont=function(a){if(!a.face)return a;this.fonts=this.fonts||{};var b={w:a.w,face:{},glyphs:{}},c=a.face["font-family"];for(var d in a.face)a.face[g](d)&&(b.face[d]=a.face[d]);this.fonts[c]?this.fonts[c].push(b):this.fonts[c]=[b];if(!a.svg){b.face["units-per-em"]=R(a.face["units-per-em"],10);for(var e in a.glyphs)if(a.glyphs[g](e)){var f=a.glyphs[e];b.glyphs[e]={w:f.w,k:{},d:f.d&&"M"+f.d.replace(/[mlcxtrv]/g,function(a){return{l:"L",c:"C",x:"z",t:"m",r:"l",v:"c"}[a]||"M"})+"z"};if(f.k)for(var h in f.k)f[g](h)&&(b.glyphs[e].k[h]=f.k[h])}}return a},k.getFont=function(b,c,d,e){e=e||"normal",d=d||"normal",c=+c||{normal:400,bold:700,lighter:300,bolder:800}[c]||400;if(!!a.fonts){var f=a.fonts[b];if(!f){var h=new RegExp("(^|\\s)"+b.replace(/[^\w\d\s+!~.:_-]/g,p)+"(\\s|$)","i");for(var i in a.fonts)if(a.fonts[g](i)&&h.test(i)){f=a.fonts[i];break}}var j;if(f)for(var k=0,l=f.length;k<l;k++){j=f[k];if(j.face["font-weight"]==c&&(j.face["font-style"]==d||!j.face["font-style"])&&j.face["font-stretch"]==e)break}return j}},k.print=function(b,d,e,f,g,h,i){h=h||"middle",i=x(y(i||0,1),-1);var j=this.set(),k=r(e)[s](p),l=0,m=p,n;a.is(f,e)&&(f=this.getFont(f));if(f){n=(g||16)/f.face["units-per-em"];var o=f.face.bbox[s](c),q=+o[0],t=+o[1]+(h=="baseline"?o[3]-o[1]+ +f.face.descent:(o[3]-o[1])/2);for(var u=0,v=k.length;u<v;u++){var w=u&&f.glyphs[k[u-1]]||{},z=f.glyphs[k[u]];l+=u?(w.w||f.w)+(w.k&&w.k[k[u]]||0)+f.w*i:0,z&&z.d&&j.push(this.path(z.d).attr({fill:"#000",stroke:"none",transform:[["t",l*n,0]]}))}j.transform(["...s",n,n,q,t,"t",(b-q)/n,(d-t)/n])}return j},a.format=function(b,c){var d=a.is(c,E)?[0][n](c):arguments;b&&a.is(b,D)&&d.length-1&&(b=b.replace(e,function(a,b){return d[++b]==null?p:d[b]}));return b||p},a.fullfill=function(){var a=/\{([^\}]+)\}/g,b=/(?:(?:^|\.)(.+?)(?=\[|\.|$|\()|\[('|")(.+?)\2\])(\(\))?/g,c=function(a,c,d){var e=d;c.replace(b,function(a,b,c,d,f){b=b||d,e&&(b in e&&(e=e[b]),typeof e=="function"&&f&&(e=e()))}),e=(e==null||e==d?a:e)+"";return e};return function(b,d){return String(b).replace(a,function(a,b){return c(a,b,d)})}}(),a.ninja=function(){i.was?h.win.Raphael=i.is:delete Raphael;return a},a.st=ct,function(b,c,d){function e(){/in/.test(b.readyState)?setTimeout(e,9):a.eve("DOMload")}b.readyState==null&&b.addEventListener&&(b.addEventListener(c,d=function(){b.removeEventListener(c,d,!1),b.readyState="complete"},!1),b.readyState="loading"),e()}(document,"DOMContentLoaded"),i.was?h.win.Raphael=a:Raphael=a,eve.on("DOMload",function(){b=!0})}(),window.Raphael.svg&&function(a){var b="hasOwnProperty",c=String,d=parseFloat,e=parseInt,f=Math,g=f.max,h=f.abs,i=f.pow,j=/[, ]+/,k=a.eve,l="",m=" ",n="http://www.w3.org/1999/xlink",o={block:"M5,0 0,2.5 5,5z",classic:"M5,0 0,2.5 5,5 3.5,3 3.5,2z",diamond:"M2.5,0 5,2.5 2.5,5 0,2.5z",open:"M6,1 1,3.5 6,6",oval:"M2.5,0A2.5,2.5,0,0,1,2.5,5 2.5,2.5,0,0,1,2.5,0z"},p={};a.toString=function(){return"Your browser supports SVG.\nYou are running Raphaël "+this.version};var q=function(d,e){if(e){typeof d=="string"&&(d=q(d));for(var f in e)e[b](f)&&(f.substring(0,6)=="xlink:"?d.setAttributeNS(n,f.substring(6),c(e[f])):d.setAttribute(f,c(e[f])))}else d=a._g.doc.createElementNS("http://www.w3.org/2000/svg",d),d.style&&(d.style.webkitTapHighlightColor="rgba(0,0,0,0)");return d},r={},s=/^url\(#(.*)\)$/,t=function(b,c){var d=b.getAttribute("fill");d=d&&d.match(s),d&&!--r[d[1]]&&(delete r[d[1]],c.defs.removeChild(a._g.doc.getElementById(d[1])))},u=function(b,e){var j="linear",k=b.id+e,m=.5,n=.5,o=b.node,p=b.paper,r=o.style,s=a._g.doc.getElementById(k);if(!s){e=c(e).replace(a._radial_gradient,function(a,b,c){j="radial";if(b&&c){m=d(b),n=d(c);var e=(n>.5)*2-1;i(m-.5,2)+i(n-.5,2)>.25&&(n=f.sqrt(.25-i(m-.5,2))*e+.5)&&n!=.5&&(n=n.toFixed(5)-1e-5*e)}return l}),e=e.split(/\s*\-\s*/);if(j=="linear"){var t=e.shift();t=-d(t);if(isNaN(t))return null;var u=[0,0,f.cos(a.rad(t)),f.sin(a.rad(t))],v=1/(g(h(u[2]),h(u[3]))||1);u[2]*=v,u[3]*=v,u[2]<0&&(u[0]=-u[2],u[2]=0),u[3]<0&&(u[1]=-u[3],u[3]=0)}var w=a._parseDots(e);if(!w)return null;b.gradient&&(p.defs.removeChild(b.gradient),delete b.gradient),k=k.replace(/[\(\)\s,\xb0#]/g,"-"),s=q(j+"Gradient",{id:k}),b.gradient=s,q(s,j=="radial"?{fx:m,fy:n}:{x1:u[0],y1:u[1],x2:u[2],y2:u[3],gradientTransform:b.matrix.invert()}),p.defs.appendChild(s);for(var x=0,y=w.length;x<y;x++)s.appendChild(q("stop",{offset:w[x].offset?w[x].offset:x?"100%":"0%","stop-color":w[x].color||"#fff"}))}q(o,{fill:"url(#"+k+")",opacity:1,"fill-opacity":1}),r.fill=l,r.opacity=1,r.fillOpacity=1;return 1},v=function(a){var b=a.getBBox(1);q(a.pattern,{patternTransform:a.matrix.invert()+" translate("+b.x+","+b.y+")"})},w=function(d,e,f){if(d.type=="path"){var g=c(e).toLowerCase().split("-"),h=d.paper,i=f?"end":"start",j=d.node,k=d.attrs,l=k["stroke-width"],n=g.length,r="classic",s,t,u,v,w,x=3,y=3,z=5;while(n--)switch(g[n]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":r=g[n];break;case"wide":y=5;break;case"narrow":y=2;break;case"long":x=5;break;case"short":x=2}r=="open"?(x+=2,y+=2,z+=2,u=1,v=f?4:1,w={fill:"none",stroke:k.stroke}):(v=u=x/2,w={fill:k.stroke,stroke:"none"}),d._.arrows?f?(d._.arrows.endPath&&p[d._.arrows.endPath]--,d._.arrows.endMarker&&p[d._.arrows.endMarker]--):(d._.arrows.startPath&&p[d._.arrows.startPath]--,d._.arrows.startMarker&&p[d._.arrows.startMarker]--):d._.arrows={};if(r!="none"){var A="raphael-marker-"+r,B="raphael-marker-"+i+r+x+y;a._g.doc.getElementById(A)?p[A]++:(h.defs.appendChild(q(q("path"),{"stroke-linecap":"round",d:o[r],id:A})),p[A]=1);var C=a._g.doc.getElementById(B),D;C?(p[B]++,D=C.getElementsByTagName("use")[0]):(C=q(q("marker"),{id:B,markerHeight:y,markerWidth:x,orient:"auto",refX:v,refY:y/2}),D=q(q("use"),{"xlink:href":"#"+A,transform:(f?" rotate(180 "+x/2+" "+y/2+") ":m)+"scale("+x/z+","+y/z+")","stroke-width":1/((x/z+y/z)/2)}),C.appendChild(D),h.defs.appendChild(C),p[B]=1),q(D,w);var E=u*(r!="diamond"&&r!="oval");f?(s=d._.arrows.startdx*l||0,t=a.getTotalLength(k.path)-E*l):(s=E*l,t=a.getTotalLength(k.path)-(d._.arrows.enddx*l||0)),w={},w["marker-"+i]="url(#"+B+")";if(t||s)w.d=Raphael.getSubpath(k.path,s,t);q(j,w),d._.arrows[i+"Path"]=A,d._.arrows[i+"Marker"]=B,d._.arrows[i+"dx"]=E,d._.arrows[i+"Type"]=r,d._.arrows[i+"String"]=e}else f?(s=d._.arrows.startdx*l||0,t=a.getTotalLength(k.path)-s):(s=0,t=a.getTotalLength(k.path)-(d._.arrows.enddx*l||0)),d._.arrows[i+"Path"]&&q(j,{d:Raphael.getSubpath(k.path,s,t)}),delete d._.arrows[i+"Path"],delete d._.arrows[i+"Marker"],delete d._.arrows[i+"dx"],delete d._.arrows[i+"Type"],delete d._.arrows[i+"String"];for(w in p)if(p[b](w)&&!p[w]){var F=a._g.doc.getElementById(w);F&&F.parentNode.removeChild(F)}}},x={"":[0],none:[0],"-":[3,1],".":[1,1],"-.":[3,1,1,1],"-..":[3,1,1,1,1,1],". ":[1,3],"- ":[4,3],"--":[8,3],"- .":[4,3,1,3],"--.":[8,3,1,3],"--..":[8,3,1,3,1,3]},y=function(a,b,d){b=x[c(b).toLowerCase()];if(b){var e=a.attrs["stroke-width"]||"1",f={round:e,square:e,butt:0}[a.attrs["stroke-linecap"]||d["stroke-linecap"]]||0,g=[],h=b.length;while(h--)g[h]=b[h]*e+(h%2?1:-1)*f;q(a.node,{"stroke-dasharray":g.join(",")})}},z=function(d,f){var i=d.node,k=d.attrs,m=i.style.visibility;i.style.visibility="hidden";for(var o in f)if(f[b](o)){if(!a._availableAttrs[b](o))continue;var p=f[o];k[o]=p;switch(o){case"blur":d.blur(p);break;case"href":case"title":case"target":var r=i.parentNode;if(r.tagName.toLowerCase()!="a"){var s=q("a");r.insertBefore(s,i),s.appendChild(i),r=s}o=="target"&&p=="blank"?r.setAttributeNS(n,"show","new"):r.setAttributeNS(n,o,p);break;case"cursor":i.style.cursor=p;break;case"transform":d.transform(p);break;case"arrow-start":w(d,p);break;case"arrow-end":w(d,p,1);break;case"clip-rect":var t=c(p).split(j);if(t.length==4){d.clip&&d.clip.parentNode.parentNode.removeChild(d.clip.parentNode);var x=q("clipPath"),z=q("rect");x.id=a.createUUID(),q(z,{x:t[0],y:t[1],width:t[2],height:t[3]}),x.appendChild(z),d.paper.defs.appendChild(x),q(i,{"clip-path":"url(#"+x.id+")"}),d.clip=z}if(!p){var A=a._g.doc.getElementById(i.getAttribute("clip-path").replace(/(^url\(#|\)$)/g,l));A&&A.parentNode.removeChild(A),q(i,{"clip-path":l}),delete d.clip}break;case"path":d.type=="path"&&(q(i,{d:p?k.path=a._pathToAbsolute(p):"M0,0"}),d._.dirty=1,d._.arrows&&("startString"in d._.arrows&&w(d,d._.arrows.startString),"endString"in d._.arrows&&w(d,d._.arrows.endString,1)));break;case"width":i.setAttribute(o,p),d._.dirty=1;if(k.fx)o="x",p=k.x;else break;case"x":k.fx&&(p=-k.x-(k.width||0));case"rx":if(o=="rx"&&d.type=="rect")break;case"cx":i.setAttribute(o,p),d.pattern&&v(d),d._.dirty=1;break;case"height":i.setAttribute(o,p),d._.dirty=1;if(k.fy)o="y",p=k.y;else break;case"y":k.fy&&(p=-k.y-(k.height||0));case"ry":if(o=="ry"&&d.type=="rect")break;case"cy":i.setAttribute(o,p),d.pattern&&v(d),d._.dirty=1;break;case"r":d.type=="rect"?q(i,{rx:p,ry:p}):i.setAttribute(o,p),d._.dirty=1;break;case"src":d.type=="image"&&i.setAttributeNS(n,"href",p);break;case"stroke-width":if(d._.sx!=1||d._.sy!=1)p/=g(h(d._.sx),h(d._.sy))||1;d.paper._vbSize&&(p*=d.paper._vbSize),i.setAttribute(o,p),k["stroke-dasharray"]&&y(d,k["stroke-dasharray"],f),d._.arrows&&("startString"in d._.arrows&&w(d,d._.arrows.startString),"endString"in d._.arrows&&w(d,d._.arrows.endString,1));break;case"stroke-dasharray":y(d,p,f);break;case"fill":var C=c(p).match(a._ISURL);if(C){x=q("pattern");var D=q("image");x.id=a.createUUID(),q(x,{x:0,y:0,patternUnits:"userSpaceOnUse",height:1,width:1}),q(D,{x:0,y:0,"xlink:href":C[1]}),x.appendChild(D),function(b){a._preload(C[1],function(){var a=this.offsetWidth,c=this.offsetHeight;q(b,{width:a,height:c}),q(D,{width:a,height:c}),d.paper.safari()})}(x),d.paper.defs.appendChild(x),i.style.fill="url(#"+x.id+")",q(i,{fill:"url(#"+x.id+")"}),d.pattern=x,d.pattern&&v(d);break}var E=a.getRGB(p);if(!E.error)delete f.gradient,delete k.gradient,!a.is(k.opacity,"undefined")&&a.is(f.opacity,"undefined")&&q(i,{opacity:k.opacity}),!a.is(k["fill-opacity"],"undefined")&&a.is(f["fill-opacity"],"undefined")&&q(i,{"fill-opacity":k["fill-opacity"]});else if((d.type=="circle"||d.type=="ellipse"||c(p).charAt()!="r")&&u(d,p)){if("opacity"in k||"fill-opacity"in k){var F=a._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l));if(F){var G=F.getElementsByTagName("stop");q(G[G.length-1],{"stop-opacity":("opacity"in k?k.opacity:1)*("fill-opacity"in k?k["fill-opacity"]:1)})}}k.gradient=p,k.fill="none";break}E[b]("opacity")&&q(i,{"fill-opacity":E.opacity>1?E.opacity/100:E.opacity});case"stroke":E=a.getRGB(p),i.setAttribute(o,E.hex),o=="stroke"&&E[b]("opacity")&&q(i,{"stroke-opacity":E.opacity>1?E.opacity/100:E.opacity}),o=="stroke"&&d._.arrows&&("startString"in d._.arrows&&w(d,d._.arrows.startString),"endString"in d._.arrows&&w(d,d._.arrows.endString,1));break;case"gradient":(d.type=="circle"||d.type=="ellipse"||c(p).charAt()!="r")&&u(d,p);break;case"opacity":k.gradient&&!k[b]("stroke-opacity")&&q(i,{"stroke-opacity":p>1?p/100:p});case"fill-opacity":if(k.gradient){F=a._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l)),F&&(G=F.getElementsByTagName("stop"),q(G[G.length-1],{"stop-opacity":p}));break};default:o=="font-size"&&(p=e(p,10)+"px");var H=o.replace(/(\-.)/g,function(a){return a.substring(1).toUpperCase()});i.style[H]=p,d._.dirty=1,i.setAttribute(o,p)}}B(d,f),i.style.visibility=m},A=1.2,B=function(d,f){if(d.type=="text"&&!!(f[b]("text")||f[b]("font")||f[b]("font-size")||f[b]("x")||f[b]("y"))){var g=d.attrs,h=d.node,i=h.firstChild?e(a._g.doc.defaultView.getComputedStyle(h.firstChild,l).getPropertyValue("font-size"),10):10;if(f[b]("text")){g.text=f.text;while(h.firstChild)h.removeChild(h.firstChild);var j=c(f.text).split("\n"),k=[],m;for(var n=0,o=j.length;n<o;n++)m=q("tspan"),n&&q(m,{dy:i*A,x:g.x}),m.appendChild(a._g.doc.createTextNode(j[n])),h.appendChild(m),k[n]=m}else{k=h.getElementsByTagName("tspan");for(n=0,o=k.length;n<o;n++)n?q(k[n],{dy:i*A,x:g.x}):q(k[0],{dy:0})}q(h,{x:g.x,y:g.y}),d._.dirty=1;var p=d._getBBox(),r=g.y-(p.y+p.height/2);r&&a.is(r,"finite")&&q(k[0],{dy:r})}},C=function(b,c){var d=0,e=0;this[0]=this.node=b,b.raphael=!0,this.id=a._oid++,b.raphaelid=this.id,this.matrix=a.matrix(),this.realPath=null,this.paper=c,this.attrs=this.attrs||{},this._={transform:[],sx:1,sy:1,deg:0,dx:0,dy:0,dirty:1},!c.bottom&&(c.bottom=this),this.prev=c.top,c.top&&(c.top.next=this),c.top=this,this.next=null},D=a.el;C.prototype=D,D.constructor=C,a._engine.path=function(a,b){var c=q("path");b.canvas&&b.canvas.appendChild(c);var d=new C(c,b);d.type="path",z(d,{fill:"none",stroke:"#000",path:a});return d},D.rotate=function(a,b,e){if(this.removed)return this;a=c(a).split(j),a.length-1&&(b=d(a[1]),e=d(a[2])),a=d(a[0]),e==null&&(b=e);if(b==null||e==null){var f=this.getBBox(1);b=f.x+f.width/2,e=f.y+f.height/2}this.transform(this._.transform.concat([["r",a,b,e]]));return this},D.scale=function(a,b,e,f){if(this.removed)return this;a=c(a).split(j),a.length-1&&(b=d(a[1]),e=d(a[2]),f=d(a[3])),a=d(a[0]),b==null&&(b=a),f==null&&(e=f);if(e==null||f==null)var g=this.getBBox(1);e=e==null?g.x+g.width/2:e,f=f==null?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,b,e,f]]));return this},D.translate=function(a,b){if(this.removed)return this;a=c(a).split(j),a.length-1&&(b=d(a[1])),a=d(a[0])||0,b=+b||0,this.transform(this._.transform.concat([["t",a,b]]));return this},D.transform=function(c){var d=this._;if(c==null)return d.transform;a._extractTransform(this,c),this.clip&&q(this.clip,{transform:this.matrix.invert()}),this.pattern&&v(this),this.node&&q(this.node,{transform:this.matrix});if(d.sx!=1||d.sy!=1){var e=this.attrs[b]("stroke-width")?this.attrs["stroke-width"]:1;this.attr({"stroke-width":e})}return this},D.hide=function(){!this.removed&&this.paper.safari(this.node.style.display="none");return this},D.show=function(){!this.removed&&this.paper.safari(this.node.style.display="");return this},D.remove=function(){if(!this.removed){this.paper.__set__&&this.paper.__set__.exclude(this),k.unbind("*.*."+this.id),a._tear(this,this.paper),this.node.parentNode.removeChild(this.node);for(var b in this)delete this[b];this.removed=!0}},D._getBBox=function(){if(this.node.style.display=="none"){this.show();var a=!0}var b={};try{b=this.node.getBBox()}catch(c){}finally{b=b||{}}a&&this.hide();return b},D.attr=function(c,d){if(this.removed)return this;if(c==null){var e={};for(var f in this.attrs)this.attrs[b](f)&&(e[f]=this.attrs[f]);e.gradient&&e.fill=="none"&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform;return e}if(d==null&&a.is(c,"string")){if(c=="fill"&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;if(c=="transform")return this._.transform;var g=c.split(j),h={};for(var i=0,l=g.length;i<l;i++)c=g[i],c in this.attrs?h[c]=this.attrs[c]:a.is(this.paper.customAttributes[c],"function")?h[c]=this.paper.customAttributes[c].def:h[c]=a._availableAttrs[c];return l-1?h:h[g[0]]}if(d==null&&a.is(c,"array")){h={};for(i=0,l=c.length;i<l;i++)h[c[i]]=this.attr(c[i]);return h}if(d!=null){var m={};m[c]=d}else c!=null&&a.is(c,"object")&&(m=c);for(var n in m)k("attr."+n+"."+this.id,this,m[n]);for(n in this.paper.customAttributes)if(this.paper.customAttributes[b](n)&&m[b](n)&&a.is(this.paper.customAttributes[n],"function")){var o=this.paper.customAttributes[n].apply(this,[].concat(m[n]));this.attrs[n]=m[n];for(var p in o)o[b](p)&&(m[p]=o[p])}z(this,m);return this},D.toFront=function(){if(this.removed)return this;this.node.parentNode.appendChild(this.node);var b=this.paper;b.top!=this&&a._tofront(this,b);return this},D.toBack=function(){if(this.removed)return this;if(this.node.parentNode.firstChild!=this.node){this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),a._toback(this,this.paper);var b=this.paper}return this},D.insertAfter=function(b){if(this.removed)return this;var c=b.node||b[b.length-1].node;c.nextSibling?c.parentNode.insertBefore(this.node,c.nextSibling):c.parentNode.appendChild(this.node),a._insertafter(this,b,this.paper);return this},D.insertBefore=function(b){if(this.removed)return this;var c=b.node||b[0].node;c.parentNode.insertBefore(this.node,c),a._insertbefore(this,b,this.paper);return this},D.blur=function(b){var c=this;if(+b!==0){var d=q("filter"),e=q("feGaussianBlur");c.attrs.blur=b,d.id=a.createUUID(),q(e,{stdDeviation:+b||1.5}),d.appendChild(e),c.paper.defs.appendChild(d),c._blur=d,q(c.node,{filter:"url(#"+d.id+")"})}else c._blur&&(c._blur.parentNode.removeChild(c._blur),delete c._blur,delete c.attrs.blur),c.node.removeAttribute("filter")},a._engine.circle=function(a,b,c,d){var e=q("circle");a.canvas&&a.canvas.appendChild(e);var f=new C(e,a);f.attrs={cx:b,cy:c,r:d,fill:"none",stroke:"#000"},f.type="circle",q(e,f.attrs);return f},a._engine.rect=function(a,b,c,d,e,f){var g=q("rect");a.canvas&&a.canvas.appendChild(g);var h=new C(g,a);h.attrs={x:b,y:c,width:d,height:e,r:f||0,rx:f||0,ry:f||0,fill:"none",stroke:"#000"},h.type="rect",q(g,h.attrs);return h},a._engine.ellipse=function(a,b,c,d,e){var f=q("ellipse");a.canvas&&a.canvas.appendChild(f);var g=new C(f,a);g.attrs={cx:b,cy:c,rx:d,ry:e,fill:"none",stroke:"#000"},g.type="ellipse",q(f,g.attrs);return g},a._engine.image=function(a,b,c,d,e,f){var g=q("image");q(g,{x:c,y:d,width:e,height:f,preserveAspectRatio:"none"}),g.setAttributeNS(n,"href",b),a.canvas&&a.canvas.appendChild(g);var h=new C(g,a);h.attrs={x:c,y:d,width:e,height:f,src:b},h.type="image";return h},a._engine.text=function(b,c,d,e){var f=q("text");b.canvas&&b.canvas.appendChild(f);var g=new C(f,b);g.attrs={x:c,y:d,"text-anchor":"middle",text:e,font:a._availableAttrs.font,stroke:"none",fill:"#000"},g.type="text",z(g,g.attrs);return g},a._engine.setSize=function(a,b){this.width=a||this.width,this.height=b||this.height,this.canvas.setAttribute("width",this.width),this.canvas.setAttribute("height",this.height),this._viewBox&&this.setViewBox.apply(this,this._viewBox);return this},a._engine.create=function(){var b=a._getContainer.apply(0,arguments),c=b&&b.container,d=b.x,e=b.y,f=b.width,g=b.height;if(!c)throw new Error("SVG container not found.");var h=q("svg"),i="overflow:hidden;",j;d=d||0,e=e||0,f=f||512,g=g||342,q(h,{height:g,version:1.1,width:f,xmlns:"http://www.w3.org/2000/svg"}),c==1?(h.style.cssText=i+"position:absolute;left:"+d+"px;top:"+e+"px",a._g.doc.body.appendChild(h),j=1):(h.style.cssText=i+"position:relative",c.firstChild?c.insertBefore(h,c.firstChild):c.appendChild(h)),c=new a._Paper,c.width=f,c.height=g,c.canvas=h,c.clear(),c._left=c._top=0,j&&(c.renderfix=function(){}),c.renderfix();return c},a._engine.setViewBox=function(a,b,c,d,e){k("setViewBox",this,this._viewBox,[a,b,c,d,e]);var f=g(c/this.width,d/this.height),h=this.top,i=e?"meet":"xMinYMin",j,l;a==null?(this._vbSize&&(f=1),delete this._vbSize,j="0 0 "+this.width+m+this.height):(this._vbSize=f,j=a+m+b+m+c+m+d),q(this.canvas,{viewBox:j,preserveAspectRatio:i});while(f&&h)l="stroke-width"in h.attrs?h.attrs["stroke-width"]:1,h.attr({"stroke-width":l}),h._.dirty=1,h._.dirtyT=1,h=h.prev;this._viewBox=[a,b,c,d,!!e];return this},a.prototype.renderfix=function(){var a=this.canvas,b=a.style,c=a.getScreenCTM()||a.createSVGMatrix(),d=-c.e%1,e=-c.f%1;if(d||e)d&&(this._left=(this._left+d)%1,b.left=this._left+"px"),e&&(this._top=(this._top+e)%1,b.top=this._top+"px")},a.prototype.clear=function(){a.eve("clear",this);var b=this.canvas;while(b.firstChild)b.removeChild(b.firstChild);this.bottom=this.top=null,(this.desc=q("desc")).appendChild(a._g.doc.createTextNode("Created with Raphaël "+a.version)),b.appendChild(this.desc),b.appendChild(this.defs=q("defs"))},a.prototype.remove=function(){k("remove",this),this.canvas.parentNode&&this.canvas.parentNode.removeChild(this.canvas);for(var a in this)this[a]=removed(a)};var E=a.st;for(var F in D)D[b](F)&&!E[b](F)&&(E[F]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(F))}(window.Raphael),window.Raphael.vml&&function(a){var b="hasOwnProperty",c=String,d=parseFloat,e=Math,f=e.round,g=e.max,h=e.min,i=e.abs,j="fill",k=/[, ]+/,l=a.eve,m=" progid:DXImageTransform.Microsoft",n=" ",o="",p={M:"m",L:"l",C:"c",Z:"x",m:"t",l:"r",c:"v",z:"x"},q=/([clmz]),?([^clmz]*)/gi,r=/ progid:\S+Blur\([^\)]+\)/g,s=/-?[^,\s-]+/g,t="position:absolute;left:0;top:0;width:1px;height:1px",u=21600,v={path:1,rect:1,image:1},w={circle:1,ellipse:1},x=function(b){var d=/[ahqstv]/ig,e=a._pathToAbsolute;c(b).match(d)&&(e=a._path2curve),d=/[clmz]/g;if(e==a._pathToAbsolute&&!c(b).match(d)){var g=c(b).replace(q,function(a,b,c){var d=[],e=b.toLowerCase()=="m",g=p[b];c.replace(s,function(a){e&&d.length==2&&(g+=d+p[b=="m"?"l":"L"],d=[]),d.push(f(a*u))});return g+d});return g}var h=e(b),i,j;g=[];for(var k=0,l=h.length;k<l;k++){i=h[k],j=h[k][0].toLowerCase(),j=="z"&&(j="x");for(var m=1,r=i.length;m<r;m++)j+=f(i[m]*u)+(m!=r-1?",":o);g.push(j)}return g.join(n)},y=function(b,c,d){var e=a.matrix();e.rotate(-b,.5,.5);return{dx:e.x(c,d),dy:e.y(c,d)}},z=function(a,b,c,d,e,f){var g=a._,h=a.matrix,k=g.fillpos,l=a.node,m=l.style,o=1,p="",q,r=u/b,s=u/c;m.visibility="hidden";if(!!b&&!!c){l.coordsize=i(r)+n+i(s),m.rotation=f*(b*c<0?-1:1);if(f){var t=y(f,d,e);d=t.dx,e=t.dy}b<0&&(p+="x"),c<0&&(p+=" y")&&(o=-1),m.flip=p,l.coordorigin=d*-r+n+e*-s;if(k||g.fillsize){var v=l.getElementsByTagName(j);v=v&&v[0],l.removeChild(v),k&&(t=y(f,h.x(k[0],k[1]),h.y(k[0],k[1])),v.position=t.dx*o+n+t.dy*o),g.fillsize&&(v.size=g.fillsize[0]*i(b)+n+g.fillsize[1]*i(c)),l.appendChild(v)}m.visibility="visible"}};a.toString=function(){return"Your browser doesn’t support SVG. Falling down to VML.\nYou are running Raphaël "+this.version},addArrow=function(a,b,d){var e=c(b).toLowerCase().split("-"),f=d?"end":"start",g=e.length,h="classic",i="medium",j="medium";while(g--)switch(e[g]){case"block":case"classic":case"oval":case"diamond":case"open":case"none":h=e[g];break;case"wide":case"narrow":j=e[g];break;case"long":case"short":i=e[g]}var k=a.node.getElementsByTagName("stroke")[0];k[f+"arrow"]=h,k[f+"arrowlength"]=i,k[f+"arrowwidth"]=j},setFillAndStroke=function(e,i){e.attrs=e.attrs||{};var l=e.node,m=e.attrs,p=l.style,q,r=v[e.type]&&(i.x!=m.x||i.y!=m.y||i.width!=m.width||i.height!=m.height||i.cx!=m.cx||i.cy!=m.cy||i.rx!=m.rx||i.ry!=m.ry||i.r!=m.r),s=w[e.type]&&(m.cx!=i.cx||m.cy!=i.cy||m.r!=i.r||m.rx!=i.rx||m.ry!=i.ry),t=e;for(var y in i)i[b](y)&&(m[y]=i[y]);r&&(m.path=a._getPath[e.type](e),e._.dirty=1),i.href&&(l.href=i.href),i.title&&(l.title=i.title),i.target&&(l.target=i.target),i.cursor&&(p.cursor=i.cursor),"blur"in i&&e.blur(i.blur);if(i.path&&e.type=="path"||r)l.path=x(~c(m.path).toLowerCase().indexOf("r")?a._pathToAbsolute(m.path):m.path),e.type=="image"&&(e._.fillpos=[m.x,m.y],e._.fillsize=[m.width,m.height],z(e,1,1,0,0,0));"transform"in i&&e.transform(i.transform);if(s){var A=+m.cx,C=+m.cy,D=+m.rx||+m.r||0,E=+m.ry||+m.r||0;l.path=a.format("ar{0},{1},{2},{3},{4},{1},{4},{1}x",f((A-D)*u),f((C-E)*u),f((A+D)*u),f((C+E)*u),f(A*u))}if("clip-rect"in i){var F=c(i["clip-rect"]).split(k);if(F.length==4){F[2]=+F[2]+ +F[0],F[3]=+F[3]+ +F[1];var G=l.clipRect||a._g.doc.createElement("div"),H=G.style;H.clip=a.format("rect({1}px {2}px {3}px {0}px)",F),l.clipRect||(H.position="absolute",H.top=0,H.left=0,H.width=e.paper.width+"px",H.height=e.paper.height+"px",l.parentNode.insertBefore(G,l),G.appendChild(l),l.clipRect=G)}i["clip-rect"]||l.clipRect&&(l.clipRect.style.clip=o)}if(e.textpath){var I=e.textpath.style;i.font&&(I.font=i.font),i["font-family"]&&(I.fontFamily='"'+i["font-family"].split(",")[0].replace(/^['"]+|['"]+$/g,o)+'"'),i["font-size"]&&(I.fontSize=i["font-size"]),i["font-weight"]&&(I.fontWeight=i["font-weight"]),i["font-style"]&&(I.fontStyle=i["font-style"])}"arrow-start"in i&&addArrow(t,i["arrow-start"]),"arrow-end"in i&&addArrow(t,i["arrow-end"],1);if(i.opacity!=null||i["stroke-width"]!=null||i.fill!=null||i.src!=null||i.stroke!=null||i["stroke-width"]!=null||i["stroke-opacity"]!=null||i["fill-opacity"]!=null||i["stroke-dasharray"]!=null||i["stroke-miterlimit"]!=null||i["stroke-linejoin"]!=null||i["stroke-linecap"]!=null){var J=l.getElementsByTagName(j),K=!1;J=J&&J[0],!J&&(K=J=B(j)),e.type=="image"&&i.src&&(J.src=i.src),i.fill&&(J.on=!0);if(J.on==null||i.fill=="none"||i.fill===null)J.on=!1;if(J.on&&i.fill){var L=c(i.fill).match(a._ISURL);if(L){J.parentNode==l&&l.removeChild(J),J.rotate=!0,J.src=L[1],J.type="tile";var M=e.getBBox(1);J.position=M.x+n+M.y,e._.fillpos=[M.x,M.y],a._preload(L[1],function(){e._.fillsize=[this.offsetWidth,this.offsetHeight]})}else J.color=a.getRGB(i.fill).hex,J.src=o,J.type="solid",a.getRGB(i.fill).error&&(t.type in{circle:1,ellipse:1}||c(i.fill).charAt()!="r")&&addGradientFill(t,i.fill,J)&&(m.fill="none",m.gradient=i.fill,J.rotate=!1)}if("fill-opacity"in i||"opacity"in i){var N=((+m["fill-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+a.getRGB(i.fill).o+1||2)-1);N=h(g(N,0),1),J.opacity=N,J.src&&(J.color="none")}l.appendChild(J);var O=l.getElementsByTagName("stroke")&&l.getElementsByTagName("stroke")[0],P=!1;!O&&(P=O=B("stroke"));if(i.stroke&&i.stroke!="none"||i["stroke-width"]||i["stroke-opacity"]!=null||i["stroke-dasharray"]||i["stroke-miterlimit"]||i["stroke-linejoin"]||i["stroke-linecap"])O.on=!0;(i.stroke=="none"||i.stroke===null||O.on==null||i.stroke==0||i["stroke-width"]==0)&&(O.on=!1);var Q=a.getRGB(i.stroke);O.on&&i.stroke&&(O.color=Q.hex),N=((+m["stroke-opacity"]+1||2)-1)*((+m.opacity+1||2)-1)*((+Q.o+1||2)-1);var T=(d(i["stroke-width"])||1)*.75;N=h(g(N,0),1),i["stroke-width"]==null&&(T=m["stroke-width"]),i["stroke-width"]&&(O.weight=T),T&&T<1&&(N*=T)&&(O.weight=1),O.opacity=N,i["stroke-linejoin"]&&(O.joinstyle=i["stroke-linejoin"]||"miter"),O.miterlimit=i["stroke-miterlimit"]||8,i["stroke-linecap"]&&(O.endcap=i["stroke-linecap"]=="butt"?"flat":i["stroke-linecap"]=="square"?"square":"round");if(i["stroke-dasharray"]){var U={"-":"shortdash",".":"shortdot","-.":"shortdashdot","-..":"shortdashdotdot",". ":"dot","- ":"dash","--":"longdash","- .":"dashdot","--.":"longdashdot","--..":"longdashdotdot"};O.dashstyle=U[b](i["stroke-dasharray"])?U[i["stroke-dasharray"]]:o}P&&l.appendChild(O)}if(t.type=="text"){t.paper.canvas.style.display=o;var V=t.paper.span,W=100,X=m.font&&m.font.match(/\d+(?:\.\d*)?(?=px)/);p=V.style,m.font&&(p.font=m.font),m["font-family"]&&(p.fontFamily=m["font-family"]),m["font-weight"]&&(p.fontWeight=m["font-weight"]),m["font-style"]&&(p.fontStyle=m["font-style"]),X=d(X?X[0]:m["font-size"]),p.fontSize=X*W+"px",t.textpath.string&&(V.innerHTML=c(t.textpath.string).replace(/</g,"&#60;").replace(/&/g,"&#38;").replace(/\n/g,"<br>"));var Y=V.getBoundingClientRect();t.W=m.w=(Y.right-Y.left)/W,t.H=m.h=(Y.bottom-Y.top)/W,t.X=m.x,t.Y=m.y+t.H/2,("x"in i||"y"in i)&&(t.path.v=a.format("m{0},{1}l{2},{1}",f(m.x*u),f(m.y*u),f(m.x*u)+1));var Z=["x","y","text","font","font-family","font-weight","font-style","font-size"];for(var $=0,_=Z.length;$<_;$++)if(Z[$]in i){t._.dirty=1;break}switch(m["text-anchor"]){case"start":t.textpath.style["v-text-align"]="left",t.bbx=t.W/2;break;case"end":t.textpath.style["v-text-align"]="right",t.bbx=-t.W/2;break;default:t.textpath.style["v-text-align"]="center",t.bbx=0}t.textpath.style["v-text-kern"]=!0}},addGradientFill=function(b,f,g){b.attrs=b.attrs||{};var h=b.attrs,i=Math.pow,j,k,l="linear",m=".5 .5";b.attrs.gradient=f,f=c(f).replace(a._radial_gradient,function(a,b,c){l="radial",b&&c&&(b=d(b),c=d(c),i(b-.5,2)+i(c-.5,2)>.25&&(c=e.sqrt(.25-i(b-.5,2))*((c>.5)*2-1)+.5),m=b+n+c);return o}),f=f.split(/\s*\-\s*/);if(l=="linear"){var p=f.shift();p=-d(p);if(isNaN(p))return null}var q=a._parseDots(f);if(!q)return null;b=b.shape||b.node;if(q.length){b.removeChild(g),g.on=!0,g.method="none",g.color=q[0].color,g.color2=q[q.length-1].color;var r=[];for(var s=0,t=q.length;s<t;s++)q[s].offset&&r.push(q[s].offset+n+q[s].color);g.colors=r.length?r.join():"0% "+g.color,l=="radial"?(g.type="gradientTitle",g.focus="100%",g.focussize="0 0",g.focusposition=m,g.angle=0):(g.type="gradient",g.angle=(270-p)%360),b.appendChild(g)}return 1},Element=function(b,c){this[0]=this.node=b,b.raphael=!0,this.id=a._oid++,b.raphaelid=this.id,this.X=0,this.Y=0,this.attrs={},this.paper=c,this.matrix=a.matrix(),this._={transform:[],sx:1,sy:1,dx:0,dy:0,deg:0,dirty:1,dirtyT:1},!c.bottom&&(c.bottom=this),this.prev=c.top,c.top&&(c.top.next=this),c.top=this,this.next=null};var A=a.el;Element.prototype=A,A.constructor=Element,A.transform=function(b){if(b==null)return this._.transform;var d=this.paper._viewBoxShift,e=d?"s"+[d.scale,d.scale]+"-1-1t"+[d.dx,d.dy]:o,f;d&&(f=b=c(b).replace(/\.{3}|\u2026/g,this._.transform||o)),a._extractTransform(this,e+b);var g=this.matrix.clone(),h=this.skew,i=this.node,j,k=~c(this.attrs.fill).indexOf("-"),l=!c(this.attrs.fill).indexOf("url(");g.translate(-0.5,-0.5);if(l||k||this.type=="image"){h.matrix="1 0 0 1",h.offset="0 0",j=g.split();if(k&&j.noRotation||!j.isSimple){i.style.filter=g.toFilter();var m=this.getBBox(),p=this.getBBox(1),q=m.x-p.x,r=m.y-p.y;i.coordorigin=q*-u+n+r*-u,z(this,1,1,q,r,0)}else i.style.filter=o,z(this,j.scalex,j.scaley,j.dx,j.dy,j.rotate)}else i.style.filter=o,h.matrix=c(g),h.offset=g.offset();f&&(this._.transform=f);return this},A.rotate=function(a,b,e){if(this.removed)return this;if(a!=null){a=c(a).split(k),a.length-1&&(b=d(a[1]),e=d(a[2])),a=d(a[0]),e==null&&(b=e);if(b==null||e==null){var f=this.getBBox(1);b=f.x+f.width/2,e=f.y+f.height/2}this._.dirtyT=1,this.transform(this._.transform.concat([["r",a,b,e]]));return this}},A.translate=function(a,b){if(this.removed)return this;a=c(a).split(k),a.length-1&&(b=d(a[1])),a=d(a[0])||0,b=+b||0,this._.bbox&&(this._.bbox.x+=a,this._.bbox.y+=b),this.transform(this._.transform.concat([["t",a,b]]));return this},A.scale=function(a,b,e,f){if(this.removed)return this;a=c(a).split(k),a.length-1&&(b=d(a[1]),e=d(a[2]),f=d(a[3]),isNaN(e)&&(e=null),isNaN(f)&&(f=null)),a=d(a[0]),b==null&&(b=a),f==null&&(e=f);if(e==null||f==null)var g=this.getBBox(1);e=e==null?g.x+g.width/2:e,f=f==null?g.y+g.height/2:f,this.transform(this._.transform.concat([["s",a,b,e,f]])),this._.dirtyT=1;return this},A.hide=function(){!this.removed&&(this.node.style.display="none");return this},A.show=function(){!this.removed&&(this.node.style.display=o);return this},A._getBBox=function(){if(this.removed)return{};return this.type=="text"?{x:this.X+(this.bbx||0)-this.W/2,y:this.Y-this.H,width:this.W,height:this.H}:pathDimensions(this.attrs.path)},A.remove=function(){if(!this.removed){this.paper.__set__&&this.paper.__set__.exclude(this),a.eve.unbind("*.*."+this.id),a._tear(this,this.paper),this.node.parentNode.removeChild(this.node),this.shape&&this.shape.parentNode.removeChild(this.shape);for(var b in this)delete this[b];this.removed=!0}},A.attr=function(c,d){if(this.removed)return this;if(c==null){var e={};for(var f in this.attrs)this.attrs[b](f)&&(e[f]=this.attrs[f]);e.gradient&&e.fill=="none"&&(e.fill=e.gradient)&&delete e.gradient,e.transform=this._.transform;return e}if(d==null&&a.is(c,"string")){if(c==j&&this.attrs.fill=="none"&&this.attrs.gradient)return this.attrs.gradient;var g=c.split(k),h={};for(var i=0,m=g.length;i<m;i++)c=g[i],c in this.attrs?h[c]=this.attrs[c]:a.is(this.paper.customAttributes[c],"function")?h[c]=this.paper.customAttributes[c].def:h[c]=a._availableAttrs[c];return m-1?h:h[g[0]]}if(this.attrs&&d==null&&a.is(c,"array")){h={};for(i=0,m=c.length;i<m;i++)h[c[i]]=this.attr(c[i]);return h}var n;d!=null&&(n={},n[c]=d),d==null&&a.is(c,"object")&&(n=c);for(var o in n)l("attr."+o+"."+this.id,this,n[o]);if(n){for(o in this.paper.customAttributes)if(this.paper.customAttributes[b](o)&&n[b](o)&&a.is(this.paper.customAttributes[o],"function")){var p=this.paper.customAttributes[o].apply(this,[].concat(n[o]));this.attrs[o]=n[o];for(var q in p)p[b](q)&&(n[q]=p[q])}n.text&&this.type=="text"&&(this.textpath.string=n.text),setFillAndStroke(this,n)}return this},A.toFront=function(){!this.removed&&this.node.parentNode.appendChild(this.node),this.paper&&this.paper.top!=this&&a._tofront(this,this.paper);return this},A.toBack=function(){if(this.removed)return this;this.node.parentNode.firstChild!=this.node&&(this.node.parentNode.insertBefore(this.node,this.node.parentNode.firstChild),a._toback(this,this.paper));return this},A.insertAfter=function(b){if(this.removed)return this;b.constructor==a.st.constructor&&(b=b[b.length-1]),b.node.nextSibling?b.node.parentNode.insertBefore(this.node,b.node.nextSibling):b.node.parentNode.appendChild(this.node),a._insertafter(this,b,this.paper);return this},A.insertBefore=function(b){if(this.removed)return this;b.constructor==a.st.constructor&&(b=b[0]),b.node.parentNode.insertBefore(this.node,b.node),a._insertbefore(this,b,this.paper);return this},A.blur=function(b){var c=this.node.runtimeStyle,d=c.filter;d=d.replace(r,o),+b!==0?(this.attrs.blur=b,c.filter=d+n+m+".Blur(pixelradius="+(+b||1.5)+")",c.margin=a.format("-{0}px 0 0 -{0}px",f(+b||1.5))):(c.filter=d,c.margin=0,delete this.attrs.blur)},a._engine.path=function(a,b){var c=B("shape");c.style.cssText=t,c.coordsize=u+n+u,c.coordorigin=b.coordorigin;var d=new Element(c,b),e={fill:"none",stroke:"#000"};a&&(e.path=a),d.type="path",d.path=[],d.Path=o,setFillAndStroke(d,e),b.canvas.appendChild(c);var f=B("skew");f.on=!0,c.appendChild(f),d.skew=f,d.transform(o);return d},a._engine.rect=function(b,c,d,e,f,g){var h=a._rectPath(c,d,e,f,g),i=b.path(h),j=i.attrs;i.X=j.x=c,i.Y=j.y=d,i.W=j.width=e,i.H=j.height=f,j.r=g,j.path=h,i.type="rect";return i},a._engine.ellipse=function(a,b,c,d,e){var f=a.path(),g=f.attrs;f.X=b-d,f.Y=c-e,f.W=d*2,f.H=e*2,f.type="ellipse",setFillAndStroke(f,{cx:b,cy:c,rx:d,ry:e});return f},a._engine.circle=function(a,b,c,d){var e=a.path(),f=e.attrs;e.X=b-d,e.Y=c-d,e.W=e.H=d*2,e.type="circle",setFillAndStroke(e,{cx:b,cy:c,r:d});return e},a._engine.image=function(b,c,d,e,f,g){var h=a._rectPath(d,e,f,g),i=b.path(h).attr({stroke:"none"}),k=i.attrs,l=i.node,m=l.getElementsByTagName(j)[0];k.src=c,i.X=k.x=d,i.Y=k.y=e,i.W=k.width=f,i.H=k.height=g,k.path=h,i.type="image",m.parentNode==l&&l.removeChild(m),m.rotate=!0,m.src=c,m.type="tile",i._.fillpos=[d,e],i._.fillsize=[f,g],l.appendChild(m),z(i,1,1,0,0,0);return i},a._engine.text=function(b,d,e,g){var h=B("shape"),i=B("path"),j=B("textpath");d=d||0,e=e||0,g=g||"",i.v=a.format("m{0},{1}l{2},{1}",f(d*u),f(e*u),f(d*u)+1),i.textpathok=!0,j.string=c(g),j.on=!0,h.style.cssText=t,h.coordsize=u+n+u,h.coordorigin="0 0";var k=new Element(h,b),l={fill:"#000",stroke:"none",font:a._availableAttrs.font,text:g};k.shape=h,k.path=i,k.textpath=j,k.type="text",k.attrs.text=c(g),k.attrs.x=d,k.attrs.y=e,k.attrs.w=1,k.attrs.h=1,setFillAndStroke(k,l),h.appendChild(j),h.appendChild(i),b.canvas.appendChild(h);var m=B("skew");m.on=!0,h.appendChild(m),k.skew=m,k.transform(o);return k},a._engine.setSize=function(a,b){var c=this.canvas.style;this.width=a,this.height=b,a==+a&&(a+="px"),b==+b&&(b+="px"),c.width=a,c.height=b,c.clip="rect(0 "+a+" "+b+" 0)",this._viewBox&&setViewBox.apply(this,this._viewBox);return this},a._engine.setViewBox=function(b,c,d,e,f){a.eve("setViewBox",this,this._viewBox,[b,c,d,e,f]);var h=this.width,i=this.height,j=1/g(d/h,e/i),k,l;f&&(k=i/e,l=h/d,d*k<h&&(b-=(h-d*k)/2/k),e*l<i&&(c-=(i-e*l)/2/l)),this._viewBox=[b,c,d,e,!!f],this._viewBoxShift={dx:-b,dy:-c,scale:j},this.forEach(function(a){a.transform("...")});return this};var B,C=function(a){var b=a.document;b.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)");try{!b.namespaces.rvml&&b.namespaces.add("rvml","urn:schemas-microsoft-com:vml"),B=function(a){return b.createElement("<rvml:"+a+' class="rvml">')}}catch(c){B=function(a){return b.createElement("<"+a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}};C(a._g.win),a._engine.create=function(){var b=a._getContainer.apply(0,arguments),c=b.container,d=b.height,e,f=b.width,g=b.x,h=b.y;if(!c)throw new Error("VML container not found.");var i=new a._Paper,j=i.canvas=a._g.doc.createElement("div"),k=j.style;g=g||0,h=h||0,f=f||512,d=d||342,i.width=f,i.height=d,f==+f&&(f+="px"),d==+d&&(d+="px"),i.coordsize=u*1e3+n+u*1e3,i.coordorigin="0 0",i.span=a._g.doc.createElement("span"),i.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",j.appendChild(i.span),k.cssText=a.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",f,d),c==1?(a._g.doc.body.appendChild(j),k.left=g+"px",k.top=h+"px",k.position="absolute"):c.firstChild?c.insertBefore(j,c.firstChild):c.appendChild(j),i.renderfix=function(){};return i},a.prototype.clear=function(){a.eve("clear",this),this.canvas.innerHTML=o,this.span=a._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},a.prototype.remove=function(){a.eve("remove",this),this.canvas.parentNode.removeChild(this.canvas);for(var b in this)this[b]=removed(b);return!0};var D=a.st;for(var E in A)A[b](E)&&!D[b](E)&&(D[E]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(E))}(window.Raphael)
\ No newline at end of file
diff --git a/components/originalComponents/static/js/typeahead.js b/components/originalComponents/static/js/typeahead.js
new file mode 100755
index 00000000..bd044a81
--- /dev/null
+++ b/components/originalComponents/static/js/typeahead.js
@@ -0,0 +1,387 @@
+/* =============================================================
+ * bootstrap-typeahead.js v2.0.3
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+/*
+ * 
+ * Modifications by Paul Warelis
+ * 
+ */
+
+!function($){
+
+	"use strict"; // jshint ;_;
+
+	/* TYPEAHEAD PUBLIC CLASS DEFINITION
+	 * ================================= */
+
+	var Typeahead = function (element, options) {
+		this.$element = $(element)
+		this.options = $.extend({}, $.fn.typeahead.defaults, options)
+		this.matcher = this.options.matcher || this.matcher
+		this.sorter = this.options.sorter || this.sorter
+		this.highlighter = this.options.highlighter || this.highlighter
+		this.updater = this.options.updater || this.updater
+		this.$menu = $(this.options.menu).appendTo('body')
+		if (this.options.ajax) {
+			var ajax = this.options.ajax;
+			if (typeof ajax == "string") {
+				ajax = { url:ajax };
+			}
+			this.ajax = {
+				url : ajax.url,
+				timeout : ajax.timeout || 300,
+				method: ajax.method || "post",
+				triggerLength : ajax.triggerLength || 3,
+				loadingClass : ajax.loadingClass || null,
+				displayField : ajax.displayField || null,
+				preDispatch : ajax.preDispatch || null,
+				preProcess : ajax.preProcess || null
+			}
+			this.query = "";
+		} else {
+			this.source = this.options.source
+			this.ajax = null;
+		}
+		this.shown = false
+		this.listen()
+	}
+
+	Typeahead.prototype = {
+
+		constructor: Typeahead,
+
+		select: function () {
+			var val = this.$menu.find('.active').attr('data-value')
+			this.$element
+				.val(this.updater(val))
+				.change()
+			return this.hide()
+		},
+
+		updater: function (item) {
+			return item
+		},
+
+		show: function () {
+			var pos = $.extend({}, this.$element.offset(), {
+				height: this.$element[0].offsetHeight
+			})
+			
+			this.$menu.css({
+				top: pos.top + pos.height,
+				left: pos.left
+			})
+			
+			this.$menu.show()
+			this.shown = true
+			return this
+		},
+
+		hide: function () {
+			this.$menu.hide()
+			this.shown = false
+			return this
+		},
+
+		ajaxLookup: function () {
+	
+			var query = this.$element.val();
+			
+			if (query == this.query) {
+				return this;
+			}
+	
+			// Query changed
+			this.query = query
+	
+			// Cancel last timer if set
+			if (this.ajax.timerId) {
+				clearTimeout(this.ajax.timerId);
+				this.ajax.timerId = null;
+			}
+			
+			if (!query || query.length < this.ajax.triggerLength) {
+				// cancel the ajax callback if in progress
+				if (this.ajax.xhr) {
+					this.ajax.xhr.abort();
+					this.ajax.xhr = null;
+					this.ajaxToggleLoadClass(false);
+				}
+				return this.shown ? this.hide() : this
+			}
+	
+			function execute() {
+				this.ajaxToggleLoadClass(true);
+				
+				// Cancel last call if already in progress
+				if (this.ajax.xhr) this.ajax.xhr.abort();
+				
+				var params = this.ajax.preDispatch ? this.ajax.preDispatch(query) : { query : query }
+				var jAjax = (this.ajax.method == "post") ? $.post : $.get;
+				this.ajax.xhr = jAjax(this.ajax.url, params, $.proxy(this.ajaxSource, this));
+				this.ajax.timerId = null;
+			}
+			
+			// Query is good to send, set a timer
+			this.ajax.timerId = setTimeout($.proxy(execute, this), this.ajax.timeout);
+			
+			return this;
+		},
+	
+		ajaxSource: function (data) {
+			this.ajaxToggleLoadClass(false);
+	
+			var that = this, items
+			
+			if (!this.ajax.xhr) return;
+			
+			if (this.ajax.preProcess) {
+				data = this.ajax.preProcess(data);
+			}
+			// Save for selection retreival
+			this.ajax.data = data;
+	
+			items = $.grep(data, function (item) {
+				if (that.ajax.displayField) {
+					item = item[that.ajax.displayField]
+				}
+				if (that.matcher(item)) return item
+			})
+	
+			items = this.sorter(items)
+			
+			if (!items.length) {
+				return this.shown ? this.hide() : this
+			}
+	
+			this.ajax.xhr = null;
+			return this.render(items.slice(0, this.options.items)).show()
+		},
+		
+		ajaxToggleLoadClass: function (enable) {
+			if (!this.ajax.loadingClass) return;
+			this.$element.toggleClass(this.ajax.loadingClass, enable);
+		},
+
+		lookup: function (event) {
+			var that = this, items
+			
+			this.query = this.$element.val()
+			
+			if (!this.query) {
+				return this.shown ? this.hide() : this
+			}
+			
+			items = $.grep(this.source, function (item) {
+				return that.matcher(item)
+			})
+			
+			items = this.sorter(items)
+			
+			if (!items.length) {
+				return this.shown ? this.hide() : this
+			}
+			
+			return this.render(items.slice(0, this.options.items)).show()
+		},
+	
+		matcher: function (item) {
+			return ~item.toLowerCase().indexOf(this.query.toLowerCase())
+		},
+
+		sorter: function (items) {
+			var beginswith = [],
+				caseSensitive = [],
+				caseInsensitive = [],
+				item
+			
+			while (item = items.shift()) {
+				if (this.ajax && this.ajax.displayField) {
+					item = item[this.ajax.displayField]
+				}
+				if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
+				else if (~item.indexOf(this.query)) caseSensitive.push(item)
+				else caseInsensitive.push(item)
+			}
+			
+			return beginswith.concat(caseSensitive, caseInsensitive)
+		},
+
+		highlighter: function (item) {
+			var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
+			return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
+				return '<strong>' + match + '</strong>'
+			})
+		},
+
+		render: function (items) {
+			var that = this
+			
+			items = $(items).map(function (i, item) {
+				i = $(that.options.item).attr('data-value', item)
+				i.find('a').html(that.highlighter(item))
+				return i[0]
+			})
+			
+			items.first().addClass('active')
+			this.$menu.html(items)
+			return this
+		},
+		
+		next: function (event) {
+			var active = this.$menu.find('.active').removeClass('active'),
+				next = active.next()
+			
+			if (!next.length) {
+				next = $(this.$menu.find('li')[0])
+			}
+			
+			next.addClass('active')
+		},
+
+		prev: function (event) {
+			var active = this.$menu.find('.active').removeClass('active'),
+				prev = active.prev()
+			
+			if (!prev.length) {
+				prev = this.$menu.find('li').last()
+			}
+			
+			prev.addClass('active')
+		},
+
+		listen: function () {
+			this.$element
+				.on('blur',     $.proxy(this.blur, this))
+				.on('keypress', $.proxy(this.keypress, this))
+				.on('keyup',    $.proxy(this.keyup, this))
+			
+			// Firefox needs this too
+			this.$element.on('keydown', $.proxy(this.keypress, this))
+			
+			this.$menu
+				.on('click', $.proxy(this.click, this))
+				.on('mouseenter', 'li', $.proxy(this.mouseenter, this))
+		},
+
+		keyup: function (e) {
+			switch(e.keyCode) {
+				case 40: // down arrow
+				case 38: // up arrow
+					break
+				
+				case 9: // tab
+				case 13: // enter
+					if (!this.shown) return
+					this.select()
+					break
+				
+				case 27: // escape
+					if (!this.shown) return
+					this.hide()
+					break
+				
+				default:
+					if (this.ajax) this.ajaxLookup()
+					else this.lookup()
+			}
+			
+			e.stopPropagation()
+			e.preventDefault()
+		},
+
+		keypress: function (e) {
+			if (!this.shown) return
+			
+			switch(e.keyCode) {
+				case 9: // tab
+				case 13: // enter
+				case 27: // escape
+					e.preventDefault()
+					break
+				
+				case 38: // up arrow
+					if (e.type != 'keydown') break
+					e.preventDefault()
+					this.prev()
+					break
+				
+				case 40: // down arrow
+					if (e.type != 'keydown') break
+					e.preventDefault()
+					this.next()
+					break
+			}
+			
+			e.stopPropagation()
+		},
+
+		blur: function (e) {
+			var that = this
+			setTimeout(function () { that.hide() }, 150)
+		},
+		
+		click: function (e) {
+			e.stopPropagation()
+			e.preventDefault()
+			this.select()
+		},
+
+		mouseenter: function (e) {
+			this.$menu.find('.active').removeClass('active')
+			$(e.currentTarget).addClass('active')
+		}
+	}
+
+
+	/* TYPEAHEAD PLUGIN DEFINITION
+	 * =========================== */
+
+	$.fn.typeahead = function (option) {
+		return this.each(function () {
+			var $this = $(this),
+				data = $this.data('typeahead'),
+				options = typeof option == 'object' && option
+			if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
+			if (typeof option == 'string') data[option]()
+		})
+	}
+
+	$.fn.typeahead.defaults = {
+		source: [],
+		items: 8,
+		menu: '<ul class="typeahead dropdown-menu"></ul>',
+		item: '<li><a href="#"></a></li>'
+	}
+
+	$.fn.typeahead.Constructor = Typeahead
+
+	/* TYPEAHEAD DATA-API
+	 * ================== */
+
+	$(function () {
+		$('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
+			var $this = $(this)
+			if ($this.data('typeahead')) return
+			e.preventDefault()
+			$this.typeahead($this.data())
+		})
+	})
+
+}(window.jQuery);
diff --git a/components/originalComponents/static/vendor/timeknots/LICENSE b/components/originalComponents/static/vendor/timeknots/LICENSE
new file mode 100755
index 00000000..72682b3a
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/LICENSE
@@ -0,0 +1,203 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright 2012 Alvaro Graves
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
diff --git a/components/originalComponents/static/vendor/timeknots/README.md b/components/originalComponents/static/vendor/timeknots/README.md
new file mode 100755
index 00000000..33d9ce57
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/README.md
@@ -0,0 +1,37 @@
+timeknots
+=========
+
+Minimalist timeline in javascript
+
+
+General Options
+===============
+
+* `width`: width of the visualization (default: `600` pixels)
+* `height`: height of the visualization (default: `200` pixels)
+* `radius`: radius of the knots (default: `10` pixels)
+* `lineWidth`: width of the lines used to draw timeknots (default: `4` pixels)
+* `color`: color used for the visualization (default: `999`)
+* `background`: Background color of the visualization (default: `FFF`)
+* `dateFormat`: Format of the dates displayed (default: `%Y/%m/%d %H:%M:%S`)
+* `horizontalLayout`: orientation in which the timeknots will be displayed horizontal or vertical (default: `true`),
+* `showLabels`: Include labels showing the first and last dates (default: `false`)
+* `labelFormat`: Format used to display the dates in the labels (default: `%Y/%m/%d %H:%M:%S`)
+
+
+Knot options
+============
+
+It is possible to include or override certain options for particular knots. These options are
+
+* `img`: Include the image in this URL when the tooltip is displayed
+* `radius`: Draw this knot with this particular radius
+* `color`: Draw this knot using this particular color
+* `lineWidth`: Draw thiw knot using this particular line width
+* `background`: Draw thiw knot using this particular background
+
+
+Examples
+========
+
+A set of example can be found at [http://graves.cl/timeknots/example/index.html](http://graves.cl/timeknots/example/index.html) 
diff --git a/components/originalComponents/static/vendor/timeknots/example/index.html b/components/originalComponents/static/vendor/timeknots/example/index.html
new file mode 100755
index 00000000..bc0719d7
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/example/index.html
@@ -0,0 +1,88 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
+<script src="../src/d3.v2.min.js" type="application/javascript"></script>
+<script src="../src/timeknots-min.js" type="application/javascript"></script>
+<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
+<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
+<style>
+body {
+  font: 18px "Helvetica Neue";
+  font-weight:300;
+  text-rendering: optimizeLegibility;
+  margin-left: 20px;
+}
+</style>
+</head>
+<body>
+<div class="fluid-row">
+<div class="well span11 pagination-centered">
+<h1>Demos using timeknots</h1>
+<h5><a href='https://github.com/alangrafu/timeknots'>https://github.com/alangrafu/timeknots</a></h5>
+</div>
+</div>
+<div class="fluid-row">
+<div class="span3">
+ <h2>My schedule</h2>
+ <h5>Imaginary schedule in a vertical layout</h5>
+ <div id="timeline2" style="width:200px;height: 400px;"></div>
+</div>
+<div class="span6">
+ <h2>Stanley Kubrick's movies</h2>
+ <h5>Part of Kubrick's Filmography form Wikipedia</h5>
+ <div id="timeline1" style="width:500px;"></div>
+ <h2>This week's agenda</h2>
+ <h5>Shows random meetings/free days</h5>
+ <div id="timeline3" style="width:500px;height: 200px;"></div>
+</div>
+</div>
+<script type="text/javascript">
+
+var kurbickFilms = [{name:"Day of the Fight", date: "1951-04-26", img: "http://upload.wikimedia.org/wikipedia/en/thumb/c/c4/Day_of_the_Fight_title.jpg/215px-Day_of_the_Fight_title.jpg"},
+  {name:"The Seafarers", 	date:"1953-10-15", img: "http://upload.wikimedia.org/wikipedia/en/thumb/6/6c/Seafarers_title.jpg/225px-Seafarers_title.jpg"},
+  {name:"Lolita (1962 film)", 	date:"1962-06-13", img: "http://upload.wikimedia.org/wikipedia/en/thumb/7/72/LolitaPoster.jpg/215px-LolitaPoster.jpg"},
+  {name:"Fear and Desire", date:	"1953-03-31", img: "http://upload.wikimedia.org/wikipedia/en/f/f7/Fear_and_Desire_Poster.jpg"},
+  {name:"Paths of Glory", date:	"1957-12-25", img: "http://upload.wikimedia.org/wikipedia/en/thumb/b/bc/PathsOfGloryPoster.jpg/220px-PathsOfGloryPoster.jpg"},
+  {name:"A Clockwork Orange (film)", date:	"1971-12-19", img: "http://upload.wikimedia.org/wikipedia/en/thumb/4/48/Clockwork_orangeA.jpg/220px-Clockwork_orangeA.jpg"},
+  {name:"Killer's Kiss", date:	"1955-09-28", img: "http://upload.wikimedia.org/wikipedia/en/thumb/a/a6/KillersKissPoster.jpg/220px-KillersKissPoster.jpg"}
+];
+
+TimeKnots.draw("#timeline1", kurbickFilms, {dateFormat: "%B %Y", color: "#696", width:500, showLabels: true, labelFormat: "%Y"});
+
+var mySchedule = [{name:"Wake up", date: "2012-09-28T06:00:00"},
+  {name:"Breakfast", 	date:"2012-09-28T06:30:00"},
+  {name:"Leave kids at school", 	date:"2012-09-28T07:45:00"},
+  {name:"Check email", date:	"2012-09-28T08:00:00"},
+  {name:"Lunch", date:	"2012-09-28T11:30:00"},
+  {name:"Send report", date:	"2012-09-28T13:15:00"},
+  {name:"Pick kids", date:	"2012-09-28T17:16:00"},
+  {name:"Dinner", date:	"2012-09-28T18:13:00"},
+  {name:"Watch a movie", date:	"2012-09-28T20:16:00"},
+  {name:"Go to sleep", date:	"2012-09-28T23:00:00"}
+];
+TimeKnots.draw("#timeline2", mySchedule, {horizontalLayout: false, color: "#669", height: 450, width:200, showLabels: true, labelFormat:"%H:%M"});
+
+
+
+var agenda = new Array();
+var day = 86400000;
+var today = new Date();
+for(var i=-3; i<4; i++){
+  var thisdate = new Date(today.getTime() + i*day).toUTCString();
+  var thiscolor = "#44a";
+  var thisname = "Free day";
+  if(Math.random()>0.5){
+   thiscolor = "#b00";
+   thisname = "Meeting";
+  }
+  var thiswidth = (i<0)?1:5;
+  agenda.push({date: thisdate, name: thisname, color:thiscolor, lineWidth: thiswidth })
+}
+TimeKnots.draw("#timeline3", agenda, {dateFormat: "%A", radius: 20});
+
+
+</script>
+
+</body>
+</html>
+
diff --git a/components/originalComponents/static/vendor/timeknots/src/d3.license b/components/originalComponents/static/vendor/timeknots/src/d3.license
new file mode 100755
index 00000000..cde4728a
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/src/d3.license
@@ -0,0 +1,26 @@
+Copyright (c) 2012, Michael Bostock
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+* The name Michael Bostock may not be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/components/originalComponents/static/vendor/timeknots/src/d3.v2.min.js b/components/originalComponents/static/vendor/timeknots/src/d3.v2.min.js
new file mode 100755
index 00000000..0b4ea58f
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/src/d3.v2.min.js
@@ -0,0 +1,4 @@
+(function(){function e(e,t){try{for(var n in t)Object.defineProperty(e.prototype,n,{value:t[n],enumerable:!1})}catch(r){e.prototype=t}}function t(e){var t=-1,n=e.length,r=[];while(++t<n)r.push(e[t]);return r}function n(e){return Array.prototype.slice.call(e)}function r(){}function i(e){return e}function s(){return this}function o(){return!0}function u(e){return typeof e=="function"?e:function(){return e}}function a(e,t,n){return function(){var r=n.apply(t,arguments);return arguments.length?e:r}}function f(e){return e!=null&&!isNaN(e)}function l(e){return e.length}function c(e){return e==null}function h(e){return e.trim().replace(/\s+/g," ")}function p(e){var t=1;while(e*t%1)t*=10;return t}function d(){}function v(e){function t(){var t=n,r=-1,i=t.length,s;while(++r<i)(s=t[r].on)&&s.apply(this,arguments);return e}var n=[],i=new r;return t.on=function(t,r){var s=i.get(t),o;return arguments.length<2?s&&s.on:(s&&(s.on=null,n=n.slice(0,o=n.indexOf(s)).concat(n.slice(o+1)),i.remove(t)),r&&n.push(i.set(t,{on:r})),e)},t}function m(e,t){return t-(e?1+Math.floor(Math.log(e+Math.pow(10,1+Math.floor(Math.log(e)/Math.LN10)-t))/Math.LN10):1)}function g(e){return e+""}function y(e){var t=e.lastIndexOf("."),n=t>=0?e.substring(t):(t=e.length,""),r=[];while(t>0)r.push(e.substring(t-=3,t+3));return r.reverse().join(",")+n}function b(e,t){var n=Math.pow(10,Math.abs(8-t)*3);return{scale:t>8?function(e){return e/n}:function(e){return e*n},symbol:e}}function w(e){return function(t){return t<=0?0:t>=1?1:e(t)}}function E(e){return function(t){return 1-e(1-t)}}function S(e){return function(t){return.5*(t<.5?e(2*t):2-e(2-2*t))}}function x(e){return e}function T(e){return function(t){return Math.pow(t,e)}}function N(e){return 1-Math.cos(e*Math.PI/2)}function C(e){return Math.pow(2,10*(e-1))}function k(e){return 1-Math.sqrt(1-e*e)}function L(e,t){var n;return arguments.length<2&&(t=.45),arguments.length<1?(e=1,n=t/4):n=t/(2*Math.PI)*Math.asin(1/e),function(r){return 1+e*Math.pow(2,10*-r)*Math.sin((r-n)*2*Math.PI/t)}}function A(e){return e||(e=1.70158),function(t){return t*t*((e+1)*t-e)}}function O(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function M(){d3.event.stopPropagation(),d3.event.preventDefault()}function _(){var e=d3.event,t;while(t=e.sourceEvent)e=t;return e}function D(e){var t=new d,n=0,r=arguments.length;while(++n<r)t[arguments[n]]=v(t);return t.of=function(n,r){return function(i){try{var s=i.sourceEvent=d3.event;i.target=e,d3.event=i,t[i.type].apply(n,r)}finally{d3.event=s}}},t}function P(e){var t=[e.a,e.b],n=[e.c,e.d],r=B(t),i=H(t,n),s=B(j(n,t,-i))||0;t[0]*n[1]<n[0]*t[1]&&(t[0]*=-1,t[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(t[1],t[0]):Math.atan2(-n[0],n[1]))*ls,this.translate=[e.e,e.f],this.scale=[r,s],this.skew=s?Math.atan2(i,s)*ls:0}function H(e,t){return e[0]*t[0]+e[1]*t[1]}function B(e){var t=Math.sqrt(H(e,e));return t&&(e[0]/=t,e[1]/=t),t}function j(e,t,n){return e[0]+=n*t[0],e[1]+=n*t[1],e}function F(e){return e=="transform"?d3.interpolateTransform:d3.interpolate}function I(e,t){return t=t-(e=+e)?1/(t-e):0,function(n){return(n-e)*t}}function q(e,t){return t=t-(e=+e)?1/(t-e):0,function(n){return Math.max(0,Math.min(1,(n-e)*t))}}function R(){}function U(e,t,n){return new z(e,t,n)}function z(e,t,n){this.r=e,this.g=t,this.b=n}function W(e){return e<16?"0"+Math.max(0,e).toString(16):Math.min(255,e).toString(16)}function X(e,t,n){var r=0,i=0,s=0,o,u,a;o=/([a-z]+)\((.*)\)/i.exec(e);if(o){u=o[2].split(",");switch(o[1]){case"hsl":return n(parseFloat(u[0]),parseFloat(u[1])/100,parseFloat(u[2])/100);case"rgb":return t(K(u[0]),K(u[1]),K(u[2]))}}return(a=ds.get(e))?t(a.r,a.g,a.b):(e!=null&&e.charAt(0)==="#"&&(e.length===4?(r=e.charAt(1),r+=r,i=e.charAt(2),i+=i,s=e.charAt(3),s+=s):e.length===7&&(r=e.substring(1,3),i=e.substring(3,5),s=e.substring(5,7)),r=parseInt(r,16),i=parseInt(i,16),s=parseInt(s,16)),t(r,i,s))}function V(e,t,n){var r=Math.min(e/=255,t/=255,n/=255),i=Math.max(e,t,n),s=i-r,o,u,a=(i+r)/2;return s?(u=a<.5?s/(i+r):s/(2-i-r),e==i?o=(t-n)/s+(t<n?6:0):t==i?o=(n-e)/s+2:o=(e-t)/s+4,o*=60):u=o=0,Q(o,u,a)}function $(e,t,n){e=J(e),t=J(t),n=J(n);var r=ut((.4124564*e+.3575761*t+.1804375*n)/ys),i=ut((.2126729*e+.7151522*t+.072175*n)/bs),s=ut((.0193339*e+.119192*t+.9503041*n)/ws);return nt(116*i-16,500*(r-i),200*(i-s))}function J(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function K(e){var t=parseFloat(e);return e.charAt(e.length-1)==="%"?Math.round(t*2.55):t}function Q(e,t,n){return new G(e,t,n)}function G(e,t,n){this.h=e,this.s=t,this.l=n}function Y(e,t,n){function r(e){return e>360?e-=360:e<0&&(e+=360),e<60?s+(o-s)*e/60:e<180?o:e<240?s+(o-s)*(240-e)/60:s}function i(e){return Math.round(r(e)*255)}var s,o;return e%=360,e<0&&(e+=360),t=t<0?0:t>1?1:t,n=n<0?0:n>1?1:n,o=n<=.5?n*(1+t):n+t-n*t,s=2*n-o,U(i(e+120),i(e),i(e-120))}function Z(e,t,n){return new et(e,t,n)}function et(e,t,n){this.h=e,this.c=t,this.l=n}function tt(e,t,n){return nt(n,Math.cos(e*=Math.PI/180)*t,Math.sin(e)*t)}function nt(e,t,n){return new rt(e,t,n)}function rt(e,t,n){this.l=e,this.a=t,this.b=n}function it(e,t,n){var r=(e+16)/116,i=r+t/500,s=r-n/200;return i=ot(i)*ys,r=ot(r)*bs,s=ot(s)*ws,U(at(3.2404542*i-1.5371385*r-.4985314*s),at(-0.969266*i+1.8760108*r+.041556*s),at(.0556434*i-.2040259*r+1.0572252*s))}function st(e,t,n){return Z(Math.atan2(n,t)/Math.PI*180,Math.sqrt(t*t+n*n),e)}function ot(e){return e>.206893034?e*e*e:(e-4/29)/7.787037}function ut(e){return e>.008856?Math.pow(e,1/3):7.787037*e+4/29}function at(e){return Math.round(255*(e<=.00304?12.92*e:1.055*Math.pow(e,1/2.4)-.055))}function ft(e){return Qi(e,ks),e}function lt(e){return function(){return Ss(e,this)}}function ct(e){return function(){return xs(e,this)}}function ht(e,t){function n(){this.removeAttribute(e)}function r(){this.removeAttributeNS(e.space,e.local)}function i(){this.setAttribute(e,t)}function s(){this.setAttributeNS(e.space,e.local,t)}function o(){var n=t.apply(this,arguments);n==null?this.removeAttribute(e):this.setAttribute(e,n)}function u(){var n=t.apply(this,arguments);n==null?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}return e=d3.ns.qualify(e),t==null?e.local?r:n:typeof t=="function"?e.local?u:o:e.local?s:i}function pt(e){return new RegExp("(?:^|\\s+)"+d3.requote(e)+"(?:\\s+|$)","g")}function dt(e,t){function n(){var n=-1;while(++n<i)e[n](this,t)}function r(){var n=-1,r=t.apply(this,arguments);while(++n<i)e[n](this,r)}e=e.trim().split(/\s+/).map(vt);var i=e.length;return typeof t=="function"?r:n}function vt(e){var t=pt(e);return function(n,r){if(i=n.classList)return r?i.add(e):i.remove(e);var i=n.className,s=i.baseVal!=null,o=s?i.baseVal:i;r?(t.lastIndex=0,t.test(o)||(o=h(o+" "+e),s?i.baseVal=o:n.className=o)):o&&(o=h(o.replace(t," ")),s?i.baseVal=o:n.className=o)}}function mt(e,t,n){function r(){this.style.removeProperty(e)}function i(){this.style.setProperty(e,t,n)}function s(){var r=t.apply(this,arguments);r==null?this.style.removeProperty(e):this.style.setProperty(e,r,n)}return t==null?r:typeof t=="function"?s:i}function gt(e,t){function n(){delete this[e]}function r(){this[e]=t}function i(){var n=t.apply(this,arguments);n==null?delete this[e]:this[e]=n}return t==null?n:typeof t=="function"?i:r}function yt(e){return{__data__:e}}function bt(e){return function(){return Cs(this,e)}}function wt(e){return arguments.length||(e=d3.ascending),function(t,n){return e(t&&t.__data__,n&&n.__data__)}}function Et(e,t,n){function r(){var t=this[s];t&&(this.removeEventListener(e,t,t.$),delete this[s])}function i(){function i(e){var n=d3.event;d3.event=e,u[0]=o.__data__;try{t.apply(o,u)}finally{d3.event=n}}var o=this,u=arguments;r.call(this),this.addEventListener(e,this[s]=i,i.$=n),i._=t}var s="__on"+e,o=e.indexOf(".");return o>0&&(e=e.substring(0,o)),t?i:r}function St(e,t){for(var n=0,r=e.length;n<r;n++)for(var i=e[n],s=0,o=i.length,u;s<o;s++)(u=i[s])&&t(u,s,n);return e}function xt(e){return Qi(e,As),e}function Tt(e,t,n){Qi(e,Os);var i=new r,s=d3.dispatch("start","end"),o=Fs;return e.id=t,e.time=n,e.tween=function(t,n){return arguments.length<2?i.get(t):(n==null?i.remove(t):i.set(t,n),e)},e.ease=function(t){return arguments.length?(o=typeof t=="function"?t:d3.ease.apply(d3,arguments),e):o},e.each=function(t,n){return arguments.length<2?Nt.call(e,t):(s.on(t,n),e)},d3.timer(function(r){return St(e,function(e,u,a){function f(r){return v.active>t?c():(v.active=t,i.forEach(function(t,n){(n=n.call(e,m,u))&&h.push(n)}),s.start.call(e,m,u),l(r)||d3.timer(l,0,n),1)}function l(n){if(v.active!==t)return c();var r=(n-p)/d,i=o(r),a=h.length;while(a>0)h[--a].call(e,i);if(r>=1)return c(),_s=t,s.end.call(e,m,u),_s=0,1}function c(){return--v.count||delete e.__transition__,1}var h=[],p=e.delay,d=e.duration,v=(e=e.node).__transition__||(e.__transition__={active:0,count:0}),m=e.__data__;++v.count,p<=r?f(r):d3.timer(f,p,n)})},0,n),e}function Nt(e){var t=_s,n=Fs,r=Bs,i=js;return _s=this.id,Fs=this.ease(),St(this,function(t,n,r){Bs=t.delay,js=t.duration,e.call(t=t.node,t.__data__,n,r)}),_s=t,Fs=n,Bs=r,js=i,this}function Ct(e,t,n){return n!=""&&Is}function kt(e,t){return d3.tween(e,F(t))}function Lt(){var e,t=Date.now(),n=Us;while(n)e=t-n.then,e>=n.delay&&(n.flush=n.callback(e)),n=n.next;var r=At()-t;r>24?(isFinite(r)&&(clearTimeout(Ws),Ws=setTimeout(Lt,r)),zs=0):(zs=1,Xs(Lt))}function At(){var e=null,t=Us,n=Infinity;while(t)t.flush?(delete Rs[t.callback.id],t=e?e.next=t.next:Us=t.next):(n=Math.min(n,t.then+t.delay),t=(e=t).next);return n}function Ot(e,t){var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();if(Vs<0&&(window.scrollX||window.scrollY)){n=d3.select(document.body).append("svg").style("position","absolute").style("top",0).style("left",0);var i=n[0][0].getScreenCTM();Vs=!i.f&&!i.e,n.remove()}return Vs?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),r=r.matrixTransform(e.getScreenCTM().inverse()),[r.x,r.y]}var s=e.getBoundingClientRect();return[t.clientX-s.left-e.clientLeft,t.clientY-s.top-e.clientTop]}function Mt(){}function _t(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function Dt(e){return e.rangeExtent?e.rangeExtent():_t(e.range())}function Pt(e,t){var n=0,r=e.length-1,i=e[n],s=e[r],o;s<i&&(o=n,n=r,r=o,o=i,i=s,s=o);if(t=t(s-i))e[n]=t.floor(i),e[r]=t.ceil(s);return e}function Ht(){return Math}function Bt(e,t,n,r){function i(){var i=Math.min(e.length,t.length)>2?zt:Ut,a=r?q:I;return o=i(e,t,a,n),u=i(t,e,a,d3.interpolate),s}function s(e){return o(e)}var o,u;return s.invert=function(e){return u(e)},s.domain=function(t){return arguments.length?(e=t.map(Number),i()):e},s.range=function(e){return arguments.length?(t=e,i()):t},s.rangeRound=function(e){return s.range(e).interpolate(d3.interpolateRound)},s.clamp=function(e){return arguments.length?(r=e,i()):r},s.interpolate=function(e){return arguments.length?(n=e,i()):n},s.ticks=function(t){return qt(e,t)},s.tickFormat=function(t){return Rt(e,t)},s.nice=function(){return Pt(e,Ft),i()},s.copy=function(){return Bt(e,t,n,r)},i()}function jt(e,t){return d3.rebind(e,t,"range","rangeRound","interpolate","clamp")}function Ft(e){return e=Math.pow(10,Math.round(Math.log(e)/Math.LN10)-1),e&&{floor:function(t){return Math.floor(t/e)*e},ceil:function(t){return Math.ceil(t/e)*e}}}function It(e,t){var n=_t(e),r=n[1]-n[0],i=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),s=t/r*i;return s<=.15?i*=10:s<=.35?i*=5:s<=.75&&(i*=2),n[0]=Math.ceil(n[0]/i)*i,n[1]=Math.floor(n[1]/i)*i+i*.5,n[2]=i,n}function qt(e,t){return d3.range.apply(d3,It(e,t))}function Rt(e,t){return d3.format(",."+Math.max(0,-Math.floor(Math.log(It(e,t)[2])/Math.LN10+.01))+"f")}function Ut(e,t,n,r){var i=n(e[0],e[1]),s=r(t[0],t[1]);return function(e){return s(i(e))}}function zt(e,t,n,r){var i=[],s=[],o=0,u=Math.min(e.length,t.length)-1;e[u]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());while(++o<=u)i.push(n(e[o-1],e[o])),s.push(r(t[o-1],t[o]));return function(t){var n=d3.bisect(e,t,1,u)-1;return s[n](i[n](t))}}function Wt(e,t){function n(n){return e(t(n))}var r=t.pow;return n.invert=function(t){return r(e.invert(t))},n.domain=function(i){return arguments.length?(t=i[0]<0?Vt:Xt,r=t.pow,e.domain(i.map(t)),n):e.domain().map(r)},n.nice=function(){return e.domain(Pt(e.domain(),Ht)),n},n.ticks=function(){var n=_t(e.domain()),i=[];if(n.every(isFinite)){var s=Math.floor(n[0]),o=Math.ceil(n[1]),u=r(n[0]),a=r(n[1]);if(t===Vt){i.push(r(s));for(;s++<o;)for(var f=9;f>0;f--)i.push(r(s)*f)}else{for(;s<o;s++)for(var f=1;f<10;f++)i.push(r(s)*f);i.push(r(s))}for(s=0;i[s]<u;s++);for(o=i.length;i[o-1]>a;o--);i=i.slice(s,o)}return i},n.tickFormat=function(e,i){arguments.length<2&&(i=$s);if(arguments.length<1)return i;var s=Math.max(.1,e/n.ticks().length),o=t===Vt?(u=-1e-12,Math.floor):(u=1e-12,Math.ceil),u;return function(e){return e/r(o(t(e)+u))<=s?i(e):""}},n.copy=function(){return Wt(e.copy(),t)},jt(n,e)}function Xt(e){return Math.log(e<0?0:e)/Math.LN10}function Vt(e){return-Math.log(e>0?0:-e)/Math.LN10}function $t(e,t){function n(t){return e(r(t))}var r=Jt(t),i=Jt(1/t);return n.invert=function(t){return i(e.invert(t))},n.domain=function(t){return arguments.length?(e.domain(t.map(r)),n):e.domain().map(i)},n.ticks=function(e){return qt(n.domain(),e)},n.tickFormat=function(e){return Rt(n.domain(),e)},n.nice=function(){return n.domain(Pt(n.domain(),Ft))},n.exponent=function(e){if(!arguments.length)return t;var s=n.domain();return r=Jt(t=e),i=Jt(1/t),n.domain(s)},n.copy=function(){return $t(e.copy(),t)},jt(n,e)}function Jt(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}function Kt(e,t){function n(t){return o[((s.get(t)||s.set(t,e.push(t)))-1)%o.length]}function i(t,n){return d3.range(e.length).map(function(e){return t+n*e})}var s,o,u;return n.domain=function(i){if(!arguments.length)return e;e=[],s=new r;var o=-1,u=i.length,a;while(++o<u)s.has(a=i[o])||s.set(a,e.push(a));return n[t.t].apply(n,t.a)},n.range=function(e){return arguments.length?(o=e,u=0,t={t:"range",a:arguments},n):o},n.rangePoints=function(r,s){arguments.length<2&&(s=0);var a=r[0],f=r[1],l=(f-a)/(Math.max(1,e.length-1)+s);return o=i(e.length<2?(a+f)/2:a+l*s/2,l),u=0,t={t:"rangePoints",a:arguments},n},n.rangeBands=function(r,s,a){arguments.length<2&&(s=0),arguments.length<3&&(a=s);var f=r[1]<r[0],l=r[f-0],c=r[1-f],h=(c-l)/(e.length-s+2*a);return o=i(l+h*a,h),f&&o.reverse(),u=h*(1-s),t={t:"rangeBands",a:arguments},n},n.rangeRoundBands=function(r,s,a){arguments.length<2&&(s=0),arguments.length<3&&(a=s);var f=r[1]<r[0],l=r[f-0],c=r[1-f],h=Math.floor((c-l)/(e.length-s+2*a)),p=c-l-(e.length-s)*h;return o=i(l+Math.round(p/2),h),f&&o.reverse(),u=Math.round(h*(1-s)),t={t:"rangeRoundBands",a:arguments},n},n.rangeBand=function(){return u},n.rangeExtent=function(){return _t(t.a[0])},n.copy=function(){return Kt(e,t)},n.domain(e)}function Qt(e,t){function n(){var n=0,s=e.length,o=t.length;i=[];while(++n<o)i[n-1]=d3.quantile(e,n/o);return r}function r(e){return isNaN(e=+e)?NaN:t[d3.bisect(i,e)]}var i;return r.domain=function(t){return arguments.length?(e=t.filter(function(e){return!isNaN(e)}).sort(d3.ascending),n()):e},r.range=function(e){return arguments.length?(t=e,n()):t},r.quantiles=function(){return i},r.copy=function(){return Qt(e,t)},n()}function Gt(e,t,n){function r(t){return n[Math.max(0,Math.min(o,Math.floor(s*(t-e))))]}function i(){return s=n.length/(t-e),o=n.length-1,r}var s,o;return r.domain=function(n){return arguments.length?(e=+n[0],t=+n[n.length-1],i()):[e,t]},r.range=function(e){return arguments.length?(n=e,i()):n},r.copy=function(){return Gt(e,t,n)},i()}function Yt(e,t){function n(n){return t[d3.bisect(e,n)]}return n.domain=function(t){return arguments.length?(e=t,n):e},n.range=function(e){return arguments.length?(t=e,n):t},n.copy=function(){return Yt(e,t)},n}function Zt(e){function t(e){return+e}return t.invert=t,t.domain=t.range=function(n){return arguments.length?(e=n.map(t),t):e},t.ticks=function(t){return qt(e,t)},t.tickFormat=function(t){return Rt(e,t)},t.copy=function(){return Zt(e)},t}function en(e){return e.innerRadius}function tn(e){return e.outerRadius}function nn(e){return e.startAngle}function rn(e){return e.endAngle}function sn(e){function t(t){function o(){a.push("M",s(e(l),f))}var a=[],l=[],c=-1,h=t.length,p,d=u(n),v=u(r);while(++c<h)i.call(this,p=t[c],c)?l.push([+d.call(this,p,c),+v.call(this,p,c)]):l.length&&(o(),l=[]);return l.length&&o(),a.length?a.join(""):null}var n=on,r=un,i=o,s=an,a=s.key,f=.7;return t.x=function(e){return arguments.length?(n=e,t):n},t.y=function(e){return arguments.length?(r=e,t):r},t.defined=function(e){return arguments.length?(i=e,t):i},t.interpolate=function(e){return arguments.length?(typeof e=="function"?a=s=e:a=(s=eo.get(e)||an).key,t):a},t.tension=function(e){return arguments.length?(f=e,t):f},t}function on(e){return e[0]}function un(e){return e[1]}function an(e){return e.join("L")}function fn(e){return an(e)+"Z"}function ln(e){var t=0,n=e.length,r=e[0],i=[r[0],",",r[1]];while(++t<n)i.push("V",(r=e[t])[1],"H",r[0]);return i.join("")}function cn(e){var t=0,n=e.length,r=e[0],i=[r[0],",",r[1]];while(++t<n)i.push("H",(r=e[t])[0],"V",r[1]);return i.join("")}function hn(e,t){return e.length<4?an(e):e[1]+vn(e.slice(1,e.length-1),mn(e,t))}function pn(e,t){return e.length<3?an(e):e[0]+vn((e.push(e[0]),e),mn([e[e.length-2]].concat(e,[e[1]]),t))}function dn(e,t,n){return e.length<3?an(e):e[0]+vn(e,mn(e,t))}function vn(e,t){if(t.length<1||e.length!=t.length&&e.length!=t.length+2)return an(e);var n=e.length!=t.length,r="",i=e[0],s=e[1],o=t[0],u=o,a=1;n&&(r+="Q"+(s[0]-o[0]*2/3)+","+(s[1]-o[1]*2/3)+","+s[0]+","+s[1],i=e[1],a=2);if(t.length>1){u=t[1],s=e[a],a++,r+="C"+(i[0]+o[0])+","+(i[1]+o[1])+","+(s[0]-u[0])+","+(s[1]-u[1])+","+s[0]+","+s[1];for(var f=2;f<t.length;f++,a++)s=e[a],u=t[f],r+="S"+(s[0]-u[0])+","+(s[1]-u[1])+","+s[0]+","+s[1]}if(n){var l=e[a];r+="Q"+(s[0]+u[0]*2/3)+","+(s[1]+u[1]*2/3)+","+l[0]+","+l[1]}return r}function mn(e,t){var n=[],r=(1-t)/2,i,s=e[0],o=e[1],u=1,a=e.length;while(++u<a)i=s,s=o,o=e[u],n.push([r*(o[0]-i[0]),r*(o[1]-i[1])]);return n}function gn(e){if(e.length<3)return an(e);var t=1,n=e.length,r=e[0],i=r[0],s=r[1],o=[i,i,i,(r=e[1])[0]],u=[s,s,s,r[1]],a=[i,",",s];Sn(a,o,u);while(++t<n)r=e[t],o.shift(),o.push(r[0]),u.shift(),u.push(r[1]),Sn(a,o,u);t=-1;while(++t<2)o.shift(),o.push(r[0]),u.shift(),u.push(r[1]),Sn(a,o,u);return a.join("")}function yn(e){if(e.length<4)return an(e);var t=[],n=-1,r=e.length,i,s=[0],o=[0];while(++n<3)i=e[n],s.push(i[0]),o.push(i[1]);t.push(En(ro,s)+","+En(ro,o)),--n;while(++n<r)i=e[n],s.shift(),s.push(i[0]),o.shift(),o.push(i[1]),Sn(t,s,o);return t.join("")}function bn(e){var t,n=-1,r=e.length,i=r+4,s,o=[],u=[];while(++n<4)s=e[n%r],o.push(s[0]),u.push(s[1]);t=[En(ro,o),",",En(ro,u)],--n;while(++n<i)s=e[n%r],o.shift(),o.push(s[0]),u.shift(),u.push(s[1]),Sn(t,o,u);return t.join("")}function wn(e,t){var n=e.length-1;if(n){var r=e[0][0],i=e[0][1],s=e[n][0]-r,o=e[n][1]-i,u=-1,a,f;while(++u<=n)a=e[u],f=u/n,a[0]=t*a[0]+(1-t)*(r+f*s),a[1]=t*a[1]+(1-t)*(i+f*o)}return gn(e)}function En(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]}function Sn(e,t,n){e.push("C",En(to,t),",",En(to,n),",",En(no,t),",",En(no,n),",",En(ro,t),",",En(ro,n))}function xn(e,t){return(t[1]-e[1])/(t[0]-e[0])}function Tn(e){var t=0,n=e.length-1,r=[],i=e[0],s=e[1],o=r[0]=xn(i,s);while(++t<n)r[t]=(o+(o=xn(i=s,s=e[t+1])))/2;return r[t]=o,r}function Nn(e){var t=[],n,r,i,s,o=Tn(e),u=-1,a=e.length-1;while(++u<a)n=xn(e[u],e[u+1]),Math.abs(n)<1e-6?o[u]=o[u+1]=0:(r=o[u]/n,i=o[u+1]/n,s=r*r+i*i,s>9&&(s=n*3/Math.sqrt(s),o[u]=s*r,o[u+1]=s*i));u=-1;while(++u<=a)s=(e[Math.min(a,u+1)][0]-e[Math.max(0,u-1)][0])/(6*(1+o[u]*o[u])),t.push([s||0,o[u]*s||0]);return t}function Cn(e){return e.length<3?an(e):e[0]+vn(e,Nn(e))}function kn(e){var t,n=-1,r=e.length,i,s;while(++n<r)t=e[n],i=t[0],s=t[1]+Ys,t[0]=i*Math.cos(s),t[1]=i*Math.sin(s);return e}function Ln(e){function t(t){function o(){l.push("M",f(e(v),p),h,c(e(d.reverse()),p),"Z")}var l=[],d=[],v=[],m=-1,g=t.length,y,b=u(n),w=u(i),E=n===r?function(){return x}:u(r),S=i===s?function(){return T}:u(s),x,T;while(++m<g)a.call(this,y=t[m],m)?(d.push([x=+b.call(this,y,m),T=+w.call(this,y,m)]),v.push([+E.call(this,y,m),+S.call(this,y,m)])):d.length&&(o(),d=[],v=[]);return d.length&&o(),l.length?l.join(""):null}var n=on,r=on,i=0,s=un,a=o,f=an,l=f.key,c=f,h="L",p=.7;return t.x=function(e){return arguments.length?(n=r=e,t):r},t.x0=function(e){return arguments.length?(n=e,t):n},t.x1=function(e){return arguments.length?(r=e,t):r},t.y=function(e){return arguments.length?(i=s=e,t):s},t.y0=function(e){return arguments.length?(i=e,t):i},t.y1=function(e){return arguments.length?(s=e,t):s},t.defined=function(e){return arguments.length?(a=e,t):a},t.interpolate=function(e){return arguments.length?(typeof e=="function"?l=f=e:l=(f=eo.get(e)||an).key,c=f.reverse||f,h=f.closed?"M":"L",t):l},t.tension=function(e){return arguments.length?(p=e,t):p},t}function An(e){return e.source}function On(e){return e.target}function Mn(e){return e.radius}function _n(e){return e.startAngle}function Dn(e){return e.endAngle}function Pn(e){return[e.x,e.y]}function Hn(e){return function(){var t=e.apply(this,arguments),n=t[0],r=t[1]+Ys;return[n*Math.cos(r),n*Math.sin(r)]}}function Bn(){return 64}function jn(){return"circle"}function Fn(e){var t=Math.sqrt(e/Math.PI);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+ -t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}function In(e,t){e.attr("transform",function(e){return"translate("+t(e)+",0)"})}function qn(e,t){e.attr("transform",function(e){return"translate(0,"+t(e)+")"})}function Rn(e,t,n){i=[];if(n&&t.length>1){var r=_t(e.domain()),i,s=-1,o=t.length,u=(t[1]-t[0])/++n,a,f;while(++s<o)for(a=n;--a>0;)(f=+t[s]-a*u)>=r[0]&&i.push(f);for(--s,a=0;++a<n&&(f=+t[s]+a*u)<r[1];)i.push(f)}return i}function Un(){fo||(fo=d3.select("body").append("div").style("visibility","hidden").style("top",0).style("height",0).style("width",0).style("overflow-y","scroll").append("div").style("height","2000px").node().parentNode);var e=d3.event,t;try{fo.scrollTop=1e3,fo.dispatchEvent(e),t=1e3-fo.scrollTop}catch(n){t=e.wheelDelta||-e.detail*5}return t}function zn(e){var t=e.source,n=e.target,r=Xn(t,n),i=[t];while(t!==r)t=t.parent,i.push(t);var s=i.length;while(n!==r)i.splice(s,0,n),n=n.parent;return i}function Wn(e){var t=[],n=e.parent;while(n!=null)t.push(e),e=n,n=n.parent;return t.push(e),t}function Xn(e,t){if(e===t)return e;var n=Wn(e),r=Wn(t),i=n.pop(),s=r.pop(),o=null;while(i===s)o=i,i=n.pop(),s=r.pop();return o}function Vn(e){e.fixed|=2}function $n(e){e.fixed&=1}function Jn(e){e.fixed|=4}function Kn(e){e.fixed&=3}function Qn(e,t,n){var r=0,i=0;e.charge=0;if(!e.leaf){var s=e.nodes,o=s.length,u=-1,a;while(++u<o){a=s[u];if(a==null)continue;Qn(a,t,n),e.charge+=a.charge,r+=a.charge*a.cx,i+=a.charge*a.cy}}if(e.point){e.leaf||(e.point.x+=Math.random()-.5,e.point.y+=Math.random()-.5);var f=t*n[e.point.index];e.charge+=e.pointCharge=f,r+=f*e.point.x,i+=f*e.point.y}e.cx=r/e.charge,e.cy=i/e.charge}function Gn(e){return 20}function Yn(e){return 1}function Zn(e){return e.x}function er(e){return e.y}function tr(e,t,n){e.y0=t,e.y=n}function nr(e){return d3.range(e.length)}function rr(e){var t=-1,n=e[0].length,r=[];while(++t<n)r[t]=0;return r}function ir(e){var t=1,n=0,r=e[0][1],i,s=e.length;for(;t<s;++t)(i=e[t][1])>r&&(n=t,r=i);return n}function sr(e){return e.reduce(or,0)}function or(e,t){return e+t[1]}function ur(e,t){return ar(e,Math.ceil(Math.log(t.length)/Math.LN2+1))}function ar(e,t){var n=-1,r=+e[0],i=(e[1]-r)/t,s=[];while(++n<=t)s[n]=i*n+r;return s}function fr(e){return[d3.min(e),d3.max(e)]}function lr(e,t){return d3.rebind(e,t,"sort","children","value"),e.links=dr,e.nodes=function(t){return vo=!0,(e.nodes=e)(t)},e}function cr(e){return e.children}function hr(e){return e.value}function pr(e,t){return t.value-e.value}function dr(e){return d3.merge(e.map(function(e){return(e.children||[]).map(function(t){return{source:e,target:t}})}))}function vr(e,t){return e.value-t.value}function mr(e,t){var n=e._pack_next;e._pack_next=t,t._pack_prev=e,t._pack_next=n,n._pack_prev=t}function gr(e,t){e._pack_next=t,t._pack_prev=e}function yr(e,t){var n=t.x-e.x,r=t.y-e.y,i=e.r+t.r;return i*i-n*n-r*r>.001}function br(e){function t(e){r=Math.min(e.x-e.r,r),i=Math.max(e.x+e.r,i),s=Math.min(e.y-e.r,s),o=Math.max(e.y+e.r,o)}if(!(n=e.children)||!(p=n.length))return;var n,r=Infinity,i=-Infinity,s=Infinity,o=-Infinity,u,a,f,l,c,h,p;n.forEach(wr),u=n[0],u.x=-u.r,u.y=0,t(u);if(p>1){a=n[1],a.x=a.r,a.y=0,t(a);if(p>2){f=n[2],xr(u,a,f),t(f),mr(u,f),u._pack_prev=f,mr(f,a),a=u._pack_next;for(l=3;l<p;l++){xr(u,a,f=n[l]);var d=0,v=1,m=1;for(c=a._pack_next;c!==a;c=c._pack_next,v++)if(yr(c,f)){d=1;break}if(d==1)for(h=u._pack_prev;h!==c._pack_prev;h=h._pack_prev,m++)if(yr(h,f))break;d?(v<m||v==m&&a.r<u.r?gr(u,a=c):gr(u=h,a),l--):(mr(u,f),a=f,t(f))}}}var g=(r+i)/2,y=(s+o)/2,b=0;for(l=0;l<p;l++)f=n[l],f.x-=g,f.y-=y,b=Math.max(b,f.r+Math.sqrt(f.x*f.x+f.y*f.y));e.r=b,n.forEach(Er)}function wr(e){e._pack_next=e._pack_prev=e}function Er(e){delete e._pack_next,delete e._pack_prev}function Sr(e,t,n,r){var i=e.children;e.x=t+=r*e.x,e.y=n+=r*e.y,e.r*=r;if(i){var s=-1,o=i.length;while(++s<o)Sr(i[s],t,n,r)}}function xr(e,t,n){var r=e.r+n.r,i=t.x-e.x,s=t.y-e.y;if(r&&(i||s)){var o=t.r+n.r,u=i*i+s*s;o*=o,r*=r;var a=.5+(r-o)/(2*u),f=Math.sqrt(Math.max(0,2*o*(r+u)-(r-=u)*r-o*o))/(2*u);n.x=e.x+a*i+f*s,n.y=e.y+a*s-f*i}else n.x=e.x+r,n.y=e.y}function Tr(e){return 1+d3.max(e,function(e){return e.y})}function Nr(e){return e.reduce(function(e,t){return e+t.x},0)/e.length}function Cr(e){var t=e.children;return t&&t.length?Cr(t[0]):e}function kr(e){var t=e.children,n;return t&&(n=t.length)?kr(t[n-1]):e}function Lr(e,t){return e.parent==t.parent?1:2}function Ar(e){var t=e.children;return t&&t.length?t[0]:e._tree.thread}function Or(e){var t=e.children,n;return t&&(n=t.length)?t[n-1]:e._tree.thread}function Mr(e,t){var n=e.children;if(n&&(i=n.length)){var r,i,s=-1;while(++s<i)t(r=Mr(n[s],t),e)>0&&(e=r)}return e}function _r(e,t){return e.x-t.x}function Dr(e,t){return t.x-e.x}function Pr(e,t){return e.depth-t.depth}function Hr(e,t){function n(e,r){var i=e.children;if(i&&(a=i.length)){var s,o=null,u=-1,a;while(++u<a)s=i[u],n(s,o),o=s}t(e,r)}n(e,null)}function Br(e){var t=0,n=0,r=e.children,i=r.length,s;while(--i>=0)s=r[i]._tree,s.prelim+=t,s.mod+=t,t+=s.shift+(n+=s.change)}function jr(e,t,n){e=e._tree,t=t._tree;var r=n/(t.number-e.number);e.change+=r,t.change-=r,t.shift+=n,t.prelim+=n,t.mod+=n}function Fr(e,t,n){return e._tree.ancestor.parent==t.parent?e._tree.ancestor:n}function Ir(e){return{x:e.x,y:e.y,dx:e.dx,dy:e.dy}}function qr(e,t){var n=e.x+t[3],r=e.y+t[0],i=e.dx-t[1]-t[3],s=e.dy-t[0]-t[2];return i<0&&(n+=i/2,i=0),s<0&&(r+=s/2,s=0),{x:n,y:r,dx:i,dy:s}}function Rr(e,t){function n(e,r){d3.text(e,t,function(e){r(e&&n.parse(e))})}function r(t){return t.map(i).join(e)}function i(e){return o.test(e)?'"'+e.replace(/\"/g,'""')+'"':e}var s=new RegExp("\r\n|["+e+"\r\n]","g"),o=new RegExp('["'+e+"\n]"),u=e.charCodeAt(0);return n.parse=function(e){var t;return n.parseRows(e,function(e,n){if(n){var r={},i=-1,s=t.length;while(++i<s)r[t[i]]=e[i];return r}return t=e,null})},n.parseRows=function(e,t){function n(){if(s.lastIndex>=e.length)return i;if(l)return l=!1,r;var t=s.lastIndex;if(e.charCodeAt(t)===34){var n=t;while(n++<e.length)if(e.charCodeAt(n)===34){if(e.charCodeAt(n+1)!==34)break;n++}s.lastIndex=n+2;var o=e.charCodeAt(n+1);return o===13?(l=!0,e.charCodeAt(n+2)===10&&s.lastIndex++):o===10&&(l=!0),e.substring(t+1,n).replace(/""/g,'"')}var a=s.exec(e);return a?(l=a[0].charCodeAt(0)!==u,e.substring(t,a.index)):(s.lastIndex=e.length,e.substring(t))}var r={},i={},o=[],a=0,f,l;s.lastIndex=0;while((f=n())!==i){var c=[];while(f!==r&&f!==i)c.push(f),f=n();if(t&&!(c=t(c,a++)))continue;o.push(c)}return o},n.format=function(e){return e.map(r).join("\n")},n}function Ur(e,t){return function(n){return n&&e.hasOwnProperty(n.type)?e[n.type](n):t}}function zr(e){return"m0,"+e+"a"+e+","+e+" 0 1,1 0,"+ -2*e+"a"+e+","+e+" 0 1,1 0,"+2*e+"z"}function Wr(e,t){go.hasOwnProperty(e.type)&&go[e.type](e,t)}function Xr(e,t){Wr(e.geometry,t)}function Vr(e,t){for(var n=e.features,r=0,i=n.length;r<i;r++)Wr(n[r].geometry,t)}function $r(e,t){for(var n=e.geometries,r=0,i=n.length;r<i;r++)Wr(n[r],t)}function Jr(e,t){for(var n=e.coordinates,r=0,i=n.length;r<i;r++)t.apply(null,n[r])}function Kr(e,t){for(var n=e.coordinates,r=0,i=n.length;r<i;r++)for(var s=n[r],o=0,u=s.length;o<u;o++)t.apply(null,s[o])}function Qr(e,t){for(var n=e.coordinates,r=0,i=n.length;r<i;r++)for(var s=n[r][0],o=0,u=s.length;o<u;o++)t.apply(null,s[o])}function Gr(e,t){t.apply(null,e.coordinates)}function Yr(e,t){for(var n=e.coordinates[0],r=0,i=n.length;r<i;r++)t.apply(null,n[r])}function Zr(e){return e.source}function ei(e){return e.target}function ti(){function e(e){var t=Math.sin(e*=p)*d,n=Math.sin(p-e)*d,r=n*s+t*c,u=n*o+t*h,a=n*i+t*l;return[Math.atan2(u,r)/mo,Math.atan2(a,Math.sqrt(r*r+u*u))/mo]}var t,n,r,i,s,o,u,a,f,l,c,h,p,d;return e.distance=function(){return p==null&&(d=1/Math.sin(p=Math.acos(Math.max(-1,Math.min(1,i*l+r*f*Math.cos(u-t)))))),p},e.source=function(u){var a=Math.cos(t=u[0]*mo),f=Math.sin(t);return r=Math.cos(n=u[1]*mo),i=Math.sin(n),s=r*a,o=r*f,p=null,e},e.target=function(t){var n=Math.cos(u=t[0]*mo),r=Math.sin(u);return f=Math.cos(a=t[1]*mo),l=Math.sin(a),c=f*n,h=f*r,p=null,e},e}function ni(e,t){var n=ti().source(e).target(t);return n.distance(),n}function ri(e){var t=0,n=0;for(;;){if(e(t,n))return[t,n];t===0?(t=n+1,n=0):(t-=1,n+=1)}}function ii(e,t,n,r){var i,s,o,u,a,f,l;return i=r[e],s=i[0],o=i[1],i=r[t],u=i[0],a=i[1],i=r[n],f=i[0],l=i[1],(l-o)*(u-s)-(a-o)*(f-s)>0}function si(e,t,n){return(n[0]-t[0])*(e[1]-t[1])<(n[1]-t[1])*(e[0]-t[0])}function oi(e,t,n,r){var i=e[0],s=t[0],o=n[0],u=r[0],a=e[1],f=t[1],l=n[1],c=r[1],h=i-o,p=s-i,d=u-o,v=a-l,m=f-a,g=c-l,y=(d*v-g*h)/(g*p-d*m);return[i+y*p,a+y*m]}function ui(e,t){var n={list:e.map(function(e,t){return{index:t,x:e[0],y:e[1]}}).sort(function(e,t){return e.y<t.y?-1:e.y>t.y?1:e.x<t.x?-1:e.x>t.x?1:0}),bottomSite:null},r={list:[],leftEnd:null,rightEnd:null,init:function(){r.leftEnd=r.createHalfEdge(null,"l"),r.rightEnd=r.createHalfEdge(null,"l"),r.leftEnd.r=r.rightEnd,r.rightEnd.l=r.leftEnd,r.list.unshift(r.leftEnd,r.rightEnd)},createHalfEdge:function(e,t){return{edge:e,side:t,vertex:null,l:null,r:null}},insert:function(e,t){t.l=e,t.r=e.r,e.r.l=t,e.r=t},leftBound:function(e){var t=r.leftEnd;do t=t.r;while(t!=r.rightEnd&&i.rightOf(t,e));return t=t.l,t},del:function(e){e.l.r=e.r,e.r.l=e.l,e.edge=null},right:function(e){return e.r},left:function(e){return e.l},leftRegion:function(e){return e.edge==null?n.bottomSite:e.edge.region[e.side]},rightRegion:function(e){return e.edge==null?n.bottomSite:e.edge.region[wo[e.side]]}},i={bisect:function(e,t){var n={region:{l:e,r:t},ep:{l:null,r:null}},r=t.x-e.x,i=t.y-e.y,s=r>0?r:-r,o=i>0?i:-i;return n.c=e.x*r+e.y*i+(r*r+i*i)*.5,s>o?(n.a=1,n.b=i/r,n.c/=r):(n.b=1,n.a=r/i,n.c/=i),n},intersect:function(e,t){var n=e.edge,r=t.edge;if(!n||!r||n.region.r==r.region.r)return null;var i=n.a*r.b-n.b*r.a;if(Math.abs(i)<1e-10)return null;var s=(n.c*r.b-r.c*n.b)/i,o=(r.c*n.a-n.c*r.a)/i,u=n.region.r,a=r.region.r,f,l;u.y<a.y||u.y==a.y&&u.x<a.x?(f=e,l=n):(f=t,l=r);var c=s>=l.region.r.x;return c&&f.side==="l"||!c&&f.side==="r"?null:{x:s,y:o}},rightOf:function(e,t){var n=e.edge,r=n.region.r,i=t.x>r.x;if(i&&e.side==="l")return 1;if(!i&&e.side==="r")return 0;if(n.a===1){var s=t.y-r.y,o=t.x-r.x,u=0,a=0;!i&&n.b<0||i&&n.b>=0?a=u=s>=n.b*o:(a=t.x+t.y*n.b>n.c,n.b<0&&(a=!a),a||(u=1));if(!u){var f=r.x-n.region.l.x;a=n.b*(o*o-s*s)<f*s*(1+2*o/f+n.b*n.b),n.b<0&&(a=!a)}}else{var l=n.c-n.a*t.x,c=t.y-l,h=t.x-r.x,p=l-r.y;a=c*c>h*h+p*p}return e.side==="l"?a:!a},endPoint:function(e,n,r){e.ep[n]=r;if(!e.ep[wo[n]])return;t(e)},distance:function(e,t){var n=e.x-t.x,r=e.y-t.y;return Math.sqrt(n*n+r*r)}},s={list:[],insert:function(e,t,n){e.vertex=t,e.ystar=t.y+n;for(var r=0,i=s.list,o=i.length;r<o;r++){var u=i[r];if(e.ystar>u.ystar||e.ystar==u.ystar&&t.x>u.vertex.x)continue;break}i.splice(r,0,e)},del:function(e){for(var t=0,n=s.list,r=n.length;t<r&&n[t]!=e;++t);n.splice(t,1)},empty:function(){return s.list.length===0},nextEvent:function(e){for(var t=0,n=s.list,r=n.length;t<r;++t)if(n[t]==e)return n[t+1];return null},min:function(){var e=s.list[0];return{x:e.vertex.x,y:e.ystar}},extractMin:function(){return s.list.shift()}};r.init(),n.bottomSite=n.list.shift();var o=n.list.shift(),u,a,f,l,c,h,p,d,v,m,g,y,b;for(;;){s.empty()||(u=s.min());if(o&&(s.empty()||o.y<u.y||o.y==u.y&&o.x<u.x))a=r.leftBound(o),f=r.right(a),p=r.rightRegion(a),y=i.bisect(p,o),h=r.createHalfEdge(y,"l"),r.insert(a,h),m=i.intersect(a,h),m&&(s.del(a),s.insert(a,m,i.
+distance(m,o))),a=h,h=r.createHalfEdge(y,"r"),r.insert(a,h),m=i.intersect(h,f),m&&s.insert(h,m,i.distance(m,o)),o=n.list.shift();else{if(!!s.empty())break;a=s.extractMin(),l=r.left(a),f=r.right(a),c=r.right(f),p=r.leftRegion(a),d=r.rightRegion(f),g=a.vertex,i.endPoint(a.edge,a.side,g),i.endPoint(f.edge,f.side,g),r.del(a),s.del(f),r.del(f),b="l",p.y>d.y&&(v=p,p=d,d=v,b="r"),y=i.bisect(p,d),h=r.createHalfEdge(y,b),r.insert(l,h),i.endPoint(y,wo[b],g),m=i.intersect(l,h),m&&(s.del(l),s.insert(l,m,i.distance(m,p))),m=i.intersect(h,c),m&&s.insert(h,m,i.distance(m,p))}}for(a=r.right(r.leftEnd);a!=r.rightEnd;a=r.right(a))t(a.edge)}function ai(){return{leaf:!0,nodes:[],point:null}}function fi(e,t,n,r,i,s){if(!e(t,n,r,i,s)){var o=(n+i)*.5,u=(r+s)*.5,a=t.nodes;a[0]&&fi(e,a[0],n,r,o,u),a[1]&&fi(e,a[1],o,r,i,u),a[2]&&fi(e,a[2],n,u,o,s),a[3]&&fi(e,a[3],o,u,i,s)}}function li(e){return{x:e[0],y:e[1]}}function ci(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function hi(e){return e.substring(0,3)}function pi(e,t,n,r){var i,s,o=0,u=t.length,a=n.length;while(o<u){if(r>=a)return-1;i=t.charCodeAt(o++);if(i==37){s=Uo[t.charAt(o++)];if(!s||(r=s(e,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}function di(e){return new RegExp("^(?:"+e.map(d3.requote).join("|")+")","i")}function vi(e){var t=new r,n=-1,i=e.length;while(++n<i)t.set(e[n].toLowerCase(),n);return t}function mi(e,t,n){Bo.lastIndex=0;var r=Bo.exec(t.substring(n));return r?n+=r[0].length:-1}function gi(e,t,n){Ho.lastIndex=0;var r=Ho.exec(t.substring(n));return r?n+=r[0].length:-1}function yi(e,t,n){Io.lastIndex=0;var r=Io.exec(t.substring(n));return r?(e.m=qo.get(r[0].toLowerCase()),n+=r[0].length):-1}function bi(e,t,n){jo.lastIndex=0;var r=jo.exec(t.substring(n));return r?(e.m=Fo.get(r[0].toLowerCase()),n+=r[0].length):-1}function wi(e,t,n){return pi(e,Ro.c.toString(),t,n)}function Ei(e,t,n){return pi(e,Ro.x.toString(),t,n)}function Si(e,t,n){return pi(e,Ro.X.toString(),t,n)}function xi(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+4));return r?(e.y=+r[0],n+=r[0].length):-1}function Ti(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.y=Ni(+r[0]),n+=r[0].length):-1}function Ni(e){return e+(e>68?1900:2e3)}function Ci(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.m=r[0]-1,n+=r[0].length):-1}function ki(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.d=+r[0],n+=r[0].length):-1}function Li(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.H=+r[0],n+=r[0].length):-1}function Ai(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.M=+r[0],n+=r[0].length):-1}function Oi(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+2));return r?(e.S=+r[0],n+=r[0].length):-1}function Mi(e,t,n){zo.lastIndex=0;var r=zo.exec(t.substring(n,n+3));return r?(e.L=+r[0],n+=r[0].length):-1}function _i(e,t,n){var r=Wo.get(t.substring(n,n+=2).toLowerCase());return r==null?-1:(e.p=r,n)}function Di(e){var t=e.getTimezoneOffset(),n=t>0?"-":"+",r=~~(Math.abs(t)/60),i=Math.abs(t)%60;return n+Mo(r)+Mo(i)}function Pi(e){return e.toISOString()}function Hi(e,t,n){function r(t){var n=e(t),r=s(n,1);return t-n<r-t?n:r}function i(n){return t(n=e(new Eo(n-1)),1),n}function s(e,n){return t(e=new Eo(+e),n),e}function o(e,r,s){var o=i(e),u=[];if(s>1)while(o<r)n(o)%s||u.push(new Date(+o)),t(o,1);else while(o<r)u.push(new Date(+o)),t(o,1);return u}function u(e,t,n){try{Eo=ci;var r=new ci;return r._=e,o(r,t,n)}finally{Eo=Date}}e.floor=e,e.round=r,e.ceil=i,e.offset=s,e.range=o;var a=e.utc=Bi(e);return a.floor=a,a.round=Bi(r),a.ceil=Bi(i),a.offset=Bi(s),a.range=u,e}function Bi(e){return function(t,n){try{Eo=ci;var r=new ci;return r._=t,e(r,n)._}finally{Eo=Date}}}function ji(e,t,n){function r(t){return e(t)}return r.invert=function(t){return Ii(e.invert(t))},r.domain=function(t){return arguments.length?(e.domain(t),r):e.domain().map(Ii)},r.nice=function(e){return r.domain(Pt(r.domain(),function(){return e}))},r.ticks=function(n,i){var s=Fi(r.domain());if(typeof n!="function"){var o=s[1]-s[0],u=o/n,a=d3.bisect(Vo,u);if(a==Vo.length)return t.year(s,n);if(!a)return e.ticks(n).map(Ii);Math.log(u/Vo[a-1])<Math.log(Vo[a]/u)&&--a,n=t[a],i=n[1],n=n[0].range}return n(s[0],new Date(+s[1]+1),i)},r.tickFormat=function(){return n},r.copy=function(){return ji(e.copy(),t,n)},d3.rebind(r,e,"range","rangeRound","interpolate","clamp")}function Fi(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function Ii(e){return new Date(e)}function qi(e){return function(t){var n=e.length-1,r=e[n];while(!r[1](t))r=e[--n];return r[0](t)}}function Ri(e){var t=new Date(e,0,1);return t.setFullYear(e),t}function Ui(e){var t=e.getFullYear(),n=Ri(t),r=Ri(t+1);return t+(e-n)/(r-n)}function zi(e){var t=new Date(Date.UTC(e,0,1));return t.setUTCFullYear(e),t}function Wi(e){var t=e.getUTCFullYear(),n=zi(t),r=zi(t+1);return t+(e-n)/(r-n)}Date.now||(Date.now=function(){return+(new Date)});try{document.createElement("div").style.setProperty("opacity",0,"")}catch(Xi){var Vi=CSSStyleDeclaration.prototype,$i=Vi.setProperty;Vi.setProperty=function(e,t,n){$i.call(this,e,t+"",n)}}d3={version:"2.10.3"};var Ji=n;try{Ji(document.documentElement.childNodes)[0].nodeType}catch(Ki){Ji=t}var Qi=[].__proto__?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)e[n]=t[n]};d3.map=function(e){var t=new r;for(var n in e)t.set(n,e[n]);return t},e(r,{has:function(e){return Gi+e in this},get:function(e){return this[Gi+e]},set:function(e,t){return this[Gi+e]=t},remove:function(e){return e=Gi+e,e in this&&delete this[e]},keys:function(){var e=[];return this.forEach(function(t){e.push(t)}),e},values:function(){var e=[];return this.forEach(function(t,n){e.push(n)}),e},entries:function(){var e=[];return this.forEach(function(t,n){e.push({key:t,value:n})}),e},forEach:function(e){for(var t in this)t.charCodeAt(0)===Yi&&e.call(this,t.substring(1),this[t])}});var Gi="\0",Yi=Gi.charCodeAt(0);d3.functor=u,d3.rebind=function(e,t){var n=1,r=arguments.length,i;while(++n<r)e[i=arguments[n]]=a(e,t,t[i]);return e},d3.ascending=function(e,t){return e<t?-1:e>t?1:e>=t?0:NaN},d3.descending=function(e,t){return t<e?-1:t>e?1:t>=e?0:NaN},d3.mean=function(e,t){var n=e.length,r,i=0,s=-1,o=0;if(arguments.length===1)while(++s<n)f(r=e[s])&&(i+=(r-i)/++o);else while(++s<n)f(r=t.call(e,e[s],s))&&(i+=(r-i)/++o);return o?i:undefined},d3.median=function(e,t){return arguments.length>1&&(e=e.map(t)),e=e.filter(f),e.length?d3.quantile(e.sort(d3.ascending),.5):undefined},d3.min=function(e,t){var n=-1,r=e.length,i,s;if(arguments.length===1){while(++n<r&&((i=e[n])==null||i!=i))i=undefined;while(++n<r)(s=e[n])!=null&&i>s&&(i=s)}else{while(++n<r&&((i=t.call(e,e[n],n))==null||i!=i))i=undefined;while(++n<r)(s=t.call(e,e[n],n))!=null&&i>s&&(i=s)}return i},d3.max=function(e,t){var n=-1,r=e.length,i,s;if(arguments.length===1){while(++n<r&&((i=e[n])==null||i!=i))i=undefined;while(++n<r)(s=e[n])!=null&&s>i&&(i=s)}else{while(++n<r&&((i=t.call(e,e[n],n))==null||i!=i))i=undefined;while(++n<r)(s=t.call(e,e[n],n))!=null&&s>i&&(i=s)}return i},d3.extent=function(e,t){var n=-1,r=e.length,i,s,o;if(arguments.length===1){while(++n<r&&((i=o=e[n])==null||i!=i))i=o=undefined;while(++n<r)(s=e[n])!=null&&(i>s&&(i=s),o<s&&(o=s))}else{while(++n<r&&((i=o=t.call(e,e[n],n))==null||i!=i))i=undefined;while(++n<r)(s=t.call(e,e[n],n))!=null&&(i>s&&(i=s),o<s&&(o=s))}return[i,o]},d3.random={normal:function(e,t){var n=arguments.length;return n<2&&(t=1),n<1&&(e=0),function(){var n,r,i;do n=Math.random()*2-1,r=Math.random()*2-1,i=n*n+r*r;while(!i||i>1);return e+t*n*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(e,t){var n=arguments.length;n<2&&(t=1),n<1&&(e=0);var r=d3.random.normal();return function(){return Math.exp(e+t*r())}},irwinHall:function(e){return function(){for(var t=0,n=0;n<e;n++)t+=Math.random();return t/e}}},d3.sum=function(e,t){var n=0,r=e.length,i,s=-1;if(arguments.length===1)while(++s<r)isNaN(i=+e[s])||(n+=i);else while(++s<r)isNaN(i=+t.call(e,e[s],s))||(n+=i);return n},d3.quantile=function(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),i=e[r-1],s=n-r;return s?i+s*(e[r]-i):i},d3.transpose=function(e){return d3.zip.apply(d3,e)},d3.zip=function(){if(!(i=arguments.length))return[];for(var e=-1,t=d3.min(arguments,l),n=new Array(t);++e<t;)for(var r=-1,i,s=n[e]=new Array(i);++r<i;)s[r]=arguments[r][e];return n},d3.bisector=function(e){return{left:function(t,n,r,i){arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);while(r<i){var s=r+i>>>1;e.call(t,t[s],s)<n?r=s+1:i=s}return r},right:function(t,n,r,i){arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);while(r<i){var s=r+i>>>1;n<e.call(t,t[s],s)?i=s:r=s+1}return r}}};var Zi=d3.bisector(function(e){return e});d3.bisectLeft=Zi.left,d3.bisect=d3.bisectRight=Zi.right,d3.first=function(e,t){var n=0,r=e.length,i=e[0],s;arguments.length===1&&(t=d3.ascending);while(++n<r)t.call(e,i,s=e[n])>0&&(i=s);return i},d3.last=function(e,t){var n=0,r=e.length,i=e[0],s;arguments.length===1&&(t=d3.ascending);while(++n<r)t.call(e,i,s=e[n])<=0&&(i=s);return i},d3.nest=function(){function e(t,s){if(s>=i.length)return u?u.call(n,t):o?t.sort(o):t;var a=-1,f=t.length,l=i[s++],c,h,p=new r,d,v={};while(++a<f)(d=p.get(c=l(h=t[a])))?d.push(h):p.set(c,[h]);return p.forEach(function(t,n){v[t]=e(n,s)}),v}function t(e,n){if(n>=i.length)return e;var r=[],o=s[n++],u;for(u in e)r.push({key:u,values:t(e[u],n)});return o&&r.sort(function(e,t){return o(e.key,t.key)}),r}var n={},i=[],s=[],o,u;return n.map=function(t){return e(t,0)},n.entries=function(n){return t(e(n,0),0)},n.key=function(e){return i.push(e),n},n.sortKeys=function(e){return s[i.length-1]=e,n},n.sortValues=function(e){return o=e,n},n.rollup=function(e){return u=e,n},n},d3.keys=function(e){var t=[];for(var n in e)t.push(n);return t},d3.values=function(e){var t=[];for(var n in e)t.push(e[n]);return t},d3.entries=function(e){var t=[];for(var n in e)t.push({key:n,value:e[n]});return t},d3.permute=function(e,t){var n=[],r=-1,i=t.length;while(++r<i)n[r]=e[t[r]];return n},d3.merge=function(e){return Array.prototype.concat.apply([],e)},d3.split=function(e,t){var n=[],r=[],i,s=-1,o=e.length;arguments.length<2&&(t=c);while(++s<o)t.call(r,i=e[s],s)?r=[]:(r.length||n.push(r),r.push(i));return n},d3.range=function(e,t,n){arguments.length<3&&(n=1,arguments.length<2&&(t=e,e=0));if((t-e)/n===Infinity)throw new Error("infinite range");var r=[],i=p(Math.abs(n)),s=-1,o;e*=i,t*=i,n*=i;if(n<0)while((o=e+n*++s)>t)r.push(o/i);else while((o=e+n*++s)<t)r.push(o/i);return r},d3.requote=function(e){return e.replace(es,"\\$&")};var es=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;d3.round=function(e,t){return t?Math.round(e*(t=Math.pow(10,t)))/t:Math.round(e)},d3.xhr=function(e,t,n){var r=new XMLHttpRequest;arguments.length<3?(n=t,t=null):t&&r.overrideMimeType&&r.overrideMimeType(t),r.open("GET",e,!0),t&&r.setRequestHeader("Accept",t),r.onreadystatechange=function(){if(r.readyState===4){var e=r.status;n(!e&&r.response||e>=200&&e<300||e===304?r:null)}},r.send(null)},d3.text=function(e,t,n){function r(e){n(e&&e.responseText)}arguments.length<3&&(n=t,t=null),d3.xhr(e,t,r)},d3.json=function(e,t){d3.text(e,"application/json",function(e){t(e?JSON.parse(e):null)})},d3.html=function(e,t){d3.text(e,"text/html",function(e){if(e!=null){var n=document.createRange();n.selectNode(document.body),e=n.createContextualFragment(e)}t(e)})},d3.xml=function(e,t,n){function r(e){n(e&&e.responseXML)}arguments.length<3&&(n=t,t=null),d3.xhr(e,t,r)};var ts={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};d3.ns={prefix:ts,qualify:function(e){var t=e.indexOf(":"),n=e;return t>=0&&(n=e.substring(0,t),e=e.substring(t+1)),ts.hasOwnProperty(n)?{space:ts[n],local:e}:e}},d3.dispatch=function(){var e=new d,t=-1,n=arguments.length;while(++t<n)e[arguments[t]]=v(e);return e},d.prototype.on=function(e,t){var n=e.indexOf("."),r="";return n>0&&(r=e.substring(n+1),e=e.substring(0,n)),arguments.length<2?this[e].on(r):this[e].on(r,t)},d3.format=function(e){var t=ns.exec(e),n=t[1]||" ",r=t[3]||"",i=t[5],s=+t[6],o=t[7],u=t[8],a=t[9],f=1,l="",c=!1;u&&(u=+u.substring(1)),i&&(n="0",o&&(s-=Math.floor((s-1)/4)));switch(a){case"n":o=!0,a="g";break;case"%":f=100,l="%",a="f";break;case"p":f=100,l="%",a="r";break;case"d":c=!0,u=0;break;case"s":f=-1,a="r"}return a=="r"&&!u&&(a="g"),a=rs.get(a)||g,function(e){if(c&&e%1)return"";var t=e<0&&(e=-e)?"-":r;if(f<0){var h=d3.formatPrefix(e,u);e=h.scale(e),l=h.symbol}else e*=f;e=a(e,u);if(i){var p=e.length+t.length;p<s&&(e=(new Array(s-p+1)).join(n)+e),o&&(e=y(e)),e=t+e}else{o&&(e=y(e)),e=t+e;var p=e.length;p<s&&(e=(new Array(s-p+1)).join(n)+e)}return e+l}};var ns=/(?:([^{])?([<>=^]))?([+\- ])?(#)?(0)?([0-9]+)?(,)?(\.[0-9]+)?([a-zA-Z%])?/,rs=d3.map({g:function(e,t){return e.toPrecision(t)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},r:function(e,t){return d3.round(e,t=m(e,t)).toFixed(Math.max(0,Math.min(20,t)))}}),is=["y","z","a","f","p","n","μ","m","","k","M","G","T","P","E","Z","Y"].map(b);d3.formatPrefix=function(e,t){var n=0;return e&&(e<0&&(e*=-1),t&&(e=d3.round(e,m(e,t))),n=1+Math.floor(1e-12+Math.log(e)/Math.LN10),n=Math.max(-24,Math.min(24,Math.floor((n<=0?n+1:n-1)/3)*3))),is[8+n/3]};var ss=T(2),os=T(3),us=function(){return x},as=d3.map({linear:us,poly:T,quad:function(){return ss},cubic:function(){return os},sin:function(){return N},exp:function(){return C},circle:function(){return k},elastic:L,back:A,bounce:function(){return O}}),fs=d3.map({"in":x,out:E,"in-out":S,"out-in":function(e){return S(E(e))}});d3.ease=function(e){var t=e.indexOf("-"),n=t>=0?e.substring(0,t):e,r=t>=0?e.substring(t+1):"in";return n=as.get(n)||us,r=fs.get(r)||x,w(r(n.apply(null,Array.prototype.slice.call(arguments,1))))},d3.event=null,d3.transform=function(e){var t=document.createElementNS(d3.ns.prefix.svg,"g");return(d3.transform=function(e){t.setAttribute("transform",e);var n=t.transform.baseVal.consolidate();return new P(n?n.matrix:cs)})(e)},P.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ls=180/Math.PI,cs={a:1,b:0,c:0,d:1,e:0,f:0};d3.interpolate=function(e,t){var n=d3.interpolators.length,r;while(--n>=0&&!(r=d3.interpolators[n](e,t)));return r},d3.interpolateNumber=function(e,t){return t-=e,function(n){return e+t*n}},d3.interpolateRound=function(e,t){return t-=e,function(n){return Math.round(e+t*n)}},d3.interpolateString=function(e,t){var n,r,i,s=0,o=0,u=[],a=[],f,l;hs.lastIndex=0;for(r=0;n=hs.exec(t);++r)n.index&&u.push(t.substring(s,o=n.index)),a.push({i:u.length,x:n[0]}),u.push(null),s=hs.lastIndex;s<t.length&&u.push(t.substring(s));for(r=0,f=a.length;(n=hs.exec(e))&&r<f;++r){l=a[r];if(l.x==n[0]){if(l.i)if(u[l.i+1]==null){u[l.i-1]+=l.x,u.splice(l.i,1);for(i=r+1;i<f;++i)a[i].i--}else{u[l.i-1]+=l.x+u[l.i+1],u.splice(l.i,2);for(i=r+1;i<f;++i)a[i].i-=2}else if(u[l.i+1]==null)u[l.i]=l.x;else{u[l.i]=l.x+u[l.i+1],u.splice(l.i+1,1);for(i=r+1;i<f;++i)a[i].i--}a.splice(r,1),f--,r--}else l.x=d3.interpolateNumber(parseFloat(n[0]),parseFloat(l.x))}while(r<f)l=a.pop(),u[l.i+1]==null?u[l.i]=l.x:(u[l.i]=l.x+u[l.i+1],u.splice(l.i+1,1)),f--;return u.length===1?u[0]==null?a[0].x:function(){return t}:function(e){for(r=0;r<f;++r)u[(l=a[r]).i]=l.x(e);return u.join("")}},d3.interpolateTransform=function(e,t){var n=[],r=[],i,s=d3.transform(e),o=d3.transform(t),u=s.translate,a=o.translate,f=s.rotate,l=o.rotate,c=s.skew,h=o.skew,p=s.scale,d=o.scale;return u[0]!=a[0]||u[1]!=a[1]?(n.push("translate(",null,",",null,")"),r.push({i:1,x:d3.interpolateNumber(u[0],a[0])},{i:3,x:d3.interpolateNumber(u[1],a[1])})):a[0]||a[1]?n.push("translate("+a+")"):n.push(""),f!=l?(f-l>180?l+=360:l-f>180&&(f+=360),r.push({i:n.push(n.pop()+"rotate(",null,")")-2,x:d3.interpolateNumber(f,l)})):l&&n.push(n.pop()+"rotate("+l+")"),c!=h?r.push({i:n.push(n.pop()+"skewX(",null,")")-2,x:d3.interpolateNumber(c,h)}):h&&n.push(n.pop()+"skewX("+h+")"),p[0]!=d[0]||p[1]!=d[1]?(i=n.push(n.pop()+"scale(",null,",",null,")"),r.push({i:i-4,x:d3.interpolateNumber(p[0],d[0])},{i:i-2,x:d3.interpolateNumber(p[1],d[1])})):(d[0]!=1||d[1]!=1)&&n.push(n.pop()+"scale("+d+")"),i=r.length,function(e){var t=-1,s;while(++t<i)n[(s=r[t]).i]=s.x(e);return n.join("")}},d3.interpolateRgb=function(e,t){e=d3.rgb(e),t=d3.rgb(t);var n=e.r,r=e.g,i=e.b,s=t.r-n,o=t.g-r,u=t.b-i;return function(e){return"#"+W(Math.round(n+s*e))+W(Math.round(r+o*e))+W(Math.round(i+u*e))}},d3.interpolateHsl=function(e,t){e=d3.hsl(e),t=d3.hsl(t);var n=e.h,r=e.s,i=e.l,s=t.h-n,o=t.s-r,u=t.l-i;return s>180?s-=360:s<-180&&(s+=360),function(e){return Y(n+s*e,r+o*e,i+u*e)+""}},d3.interpolateLab=function(e,t){e=d3.lab(e),t=d3.lab(t);var n=e.l,r=e.a,i=e.b,s=t.l-n,o=t.a-r,u=t.b-i;return function(e){return it(n+s*e,r+o*e,i+u*e)+""}},d3.interpolateHcl=function(e,t){e=d3.hcl(e),t=d3.hcl(t);var n=e.h,r=e.c,i=e.l,s=t.h-n,o=t.c-r,u=t.l-i;return s>180?s-=360:s<-180&&(s+=360),function(e){return tt(n+s*e,r+o*e,i+u*e)+""}},d3.interpolateArray=function(e,t){var n=[],r=[],i=e.length,s=t.length,o=Math.min(e.length,t.length),u;for(u=0;u<o;++u)n.push(d3.interpolate(e[u],t[u]));for(;u<i;++u)r[u]=e[u];for(;u<s;++u)r[u]=t[u];return function(e){for(u=0;u<o;++u)r[u]=n[u](e);return r}},d3.interpolateObject=function(e,t){var n={},r={},i;for(i in e)i in t?n[i]=F(i)(e[i],t[i]):r[i]=e[i];for(i in t)i in e||(r[i]=t[i]);return function(e){for(i in n)r[i]=n[i](e);return r}};var hs=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;d3.interpolators=[d3.interpolateObject,function(e,t){return t instanceof Array&&d3.interpolateArray(e,t)},function(e,t){return(typeof e=="string"||typeof t=="string")&&d3.interpolateString(e+"",t+"")},function(e,t){return(typeof t=="string"?ds.has(t)||/^(#|rgb\(|hsl\()/.test(t):t instanceof R)&&d3.interpolateRgb(e,t)},function(e,t){return!isNaN(e=+e)&&!isNaN(t=+t)&&d3.interpolateNumber(e,t)}],R.prototype.toString=function(){return this.rgb()+""},d3.rgb=function(e,t,n){return arguments.length===1?e instanceof z?U(e.r,e.g,e.b):X(""+e,U,Y):U(~~e,~~t,~~n)};var ps=z.prototype=new R;ps.brighter=function(e){e=Math.pow(.7,arguments.length?e:1);var t=this.r,n=this.g,r=this.b,i=30;return!t&&!n&&!r?U(i,i,i):(t&&t<i&&(t=i),n&&n<i&&(n=i),r&&r<i&&(r=i),U(Math.min(255,Math.floor(t/e)),Math.min(255,Math.floor(n/e)),Math.min(255,Math.floor(r/e))))},ps.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),U(Math.floor(e*this.r),Math.floor(e*this.g),Math.floor(e*this.b))},ps.hsl=function(){return V(this.r,this.g,this.b)},ps.toString=function(){return"#"+W(this.r)+W(this.g)+W(this.b)};var ds=d3.map({aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"});ds.forEach(function(e,t){ds.set(e,X(t,U,Y))}),d3.hsl=function(e,t,n){return arguments.length===1?e instanceof G?Q(e.h,e.s,e.l):X(""+e,V,Q):Q(+e,+t,+n)};var vs=G.prototype=new R;vs.brighter=function(e){return e=Math.pow(.7,arguments.length?e:1),Q(this.h,this.s,this.l/e)},vs.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),Q(this.h,this.s,e*this.l)},vs.rgb=function(){return Y(this.h,this.s,this.l)},d3.hcl=function(e,t,n){return arguments.length===1?e instanceof et?Z(e.h,e.c,e.l):e instanceof rt?st(e.l,e.a,e.b):st((e=$((e=d3.rgb(e)).r,e.g,e.b)).l,e.a,e.b):Z(+e,+t,+n)};var ms=et.prototype=new R;ms.brighter=function(e){return Z(this.h,this.c,Math.min(100,this.l+gs*(arguments.length?e:1)))},ms.darker=function(e){return Z(this.h,this.c,Math.max(0,this.l-gs*(arguments.length?e:1)))},ms.rgb=function(){return tt(this.h,this.c,this.l).rgb()},d3.lab=function(e,t,n){return arguments.length===1?e instanceof rt?nt(e.l,e.a,e.b):e instanceof et?tt(e.l,e.c,e.h):$((e=d3.rgb(e)).r,e.g,e.b):nt(+e,+t,+n)};var gs=18,ys=.95047,bs=1,ws=1.08883,Es=rt.prototype=new R;Es.brighter=function(e){return nt(Math.min(100,this.l+gs*(arguments.length?e:1)),this.a,this.b)},Es.darker=function(e){return nt(Math.max(0,this.l-gs*(arguments.length?e:1)),this.a,this.b)},Es.rgb=function(){return it(this.l,this.a,this.b)};var Ss=function(e,t){return t.querySelector(e)},xs=function(e,t){return t.querySelectorAll(e)},Ts=document.documentElement,Ns=Ts.matchesSelector||Ts.webkitMatchesSelector||Ts.mozMatchesSelector||Ts.msMatchesSelector||Ts.oMatchesSelector,Cs=function(e,t){return Ns.call(e,t)};typeof Sizzle=="function"&&(Ss=function(e,t){return Sizzle(e,t)[0]||null},xs=function(e,t){return Sizzle.uniqueSort(Sizzle(e,t))},Cs=Sizzle.matchesSelector);var ks=[];d3.selection=function(){return Ls},d3.selection.prototype=ks,ks.select=function(e){var t=[],n,r,i,s;typeof e!="function"&&(e=lt(e));for(var o=-1,u=this.length;++o<u;){t.push(n=[]),n.parentNode=(i=this[o]).parentNode;for(var a=-1,f=i.length;++a<f;)(s=i[a])?(n.push(r=e.call(s,s.__data__,a)),r&&"__data__"in s&&(r.__data__=s.__data__)):n.push(null)}return ft(t)},ks.selectAll=function(e){var t=[],n,r;typeof e!="function"&&(e=ct(e));for(var i=-1,s=this.length;++i<s;)for(var o=this[i],u=-1,a=o.length;++u<a;)if(r=o[u])t.push(n=Ji(e.call(r,r.__data__,u))),n.parentNode=r;return ft(t)},ks.attr=function(e,t){if(arguments.length<2){if(typeof e=="string"){var n=this.node();return e=d3.ns.qualify(e),e.local?n.getAttributeNS(e.space,e.local):n.getAttribute(e)}for(t in e)this.each(ht(t,e[t]));return this}return this.each(ht(e,t))},ks.classed=function(e,t){if(arguments.length<2){if(typeof e=="string"){var n=this.node(),r=(e=e.trim().split(/^|\s+/g)).length,i=-1;if(t=n.classList){while(++i<r)if(!t.contains(e[i]))return!1}else{t=n.className,t.baseVal!=null&&(t=t.baseVal);while(++i<r)if(!pt(e[i]).test(t))return!1}return!0}for(t in e)this.each(dt(t,e[t]));return this}return this.each(dt(e,t))},ks.style=function(e,t,n){var r=arguments.length;if(r<3){if(typeof e!="string"){r<2&&(t="");for(n in e)this.each(mt(n,e[n],t));return this}if(r<2)return window.getComputedStyle(this.node(),null).getPropertyValue(e);n=""}return this.each(mt(e,t,n))},ks.property=function(e,t){if(arguments.length<2){if(typeof e=="string")return this.node()[e];for(t in e)this.each(gt(t,e[t]));return this}return this.each(gt(e,t))},ks.text=function(e){return arguments.length<1?this.node().textContent:this.each(typeof e=="function"?function(){var t=e.apply(this,arguments);this.textContent=t==null?"":t}:e==null?function(){this.textContent=""}:function(){this.textContent=e})},ks.html=function(e){return arguments.length<1?this.node().innerHTML:this.each(typeof e=="function"?function(){var t=e.apply(this,arguments);this.innerHTML=t==null?"":t}:e==null?function(){this.innerHTML=""}:function(){this.innerHTML=e})},ks.append=function(e){function t(){return this.appendChild(document.createElementNS(this.namespaceURI,e))}function n(){return this.appendChild(document.createElementNS(e.space,e.local))}return e=d3.ns.qualify(e),this.select(e.local?n:t)},ks.insert=function(e,t){function n(){return this.insertBefore(document.createElementNS(this.namespaceURI,e),Ss(t,this))}function r(){return this.insertBefore(document.createElementNS(e.space,e.local),Ss(t,this))}return e=d3.ns.qualify(e),this.select(e.local?r:n)},ks.remove=function(){return this.each(function(){var e=this.parentNode;e&&e.removeChild(this)})},ks.data=function(e,t){function n(e,n){var i,s=e.length,o=n.length,u=Math.min(s,o),c=Math.max(s,o),h=[],p=[],d=[],v,m;if(t){var g=new r,y=[],b,w=n.length;for(i=-1;++i<s;)b=t.call(v=e[i],v.__data__,i),g.has(b)?d[w++]=v:g.set(b,v),y.push(b);for(i=-1;++i<o;)b=t.call(n,m=n[i],i),g.has(b)?(h[i]=v=g.get(b),v.__data__=m,p[i]=d[i]=null):(p[i]=yt(m),h[i]=d[i]=null),g.remove(b);for(i=-1;++i<s;)g.has(y[i])&&(d[i]=e[i])}else{for(i=-1;++i<u;)v=e[i],m=n[i],v?(v.__data__=m,h[i]=v,p[i]=d[i]=null):(p[i]=yt(m),h[i]=d[i]=null);for(;i<o;++i)p[i]=yt(n[i]),h[i]=d[i]=null;for(;i<c;++i)d[i]=e[i],p[i]=h[i]=null}p.update=h,p.parentNode=h.parentNode=d.parentNode=e.parentNode,a.push(p),f.push(h),l.push(d)}var i=-1,s=this.length,o,u;if(!arguments.length){e=new Array(s=(o=this[0]).length);while(++i<s)if(u=o[i])e[i]=u.__data__;return e}var a=xt([]),f=ft([]),l=ft([]);if(typeof e=="function")while(++i<s)n(o=this[i],e.call(o,o.parentNode.__data__,i));else while(++i<s)n(o=this[i],e);return f.enter=function(){return a},f.exit=function(){return l},f},ks.datum=ks.map=function(e){return arguments.length<1?this.property("__data__"):this.property("__data__",e)},ks.filter=function(e){var t=[],n,r,i;typeof e!="function"&&(e=bt(e));for(var s=0,o=this.length;s<o;s++){t.push(n=[]),n.parentNode=(r=this[s]).parentNode;for(var u=0,a=r.length;u<a;u++)(i=r[u])&&e.call(i,i.__data__,u)&&n.push(i)}return ft(t)},ks.order=function(){for(var e=-1,t=this.length;++e<t;)for(var n=this[e],r=n.length-1,i=n[r],s;--r>=0;)if(s=n[r])i&&i!==s.nextSibling&&i.parentNode.insertBefore(s,i),i=s;return this},ks.sort=function(e){e=wt.apply(this,arguments);for(var t=-1,n=this.length;++t<n;)this[t].sort(e);return this.order()},ks.on=function(e,t,n){var r=arguments.length;if(r<3){if(typeof e!="string"){r<2&&(t=!1);for(n in e)this.each(Et(n,e[n],t));return this}if(r<2)return(r=this.node()["__on"+e])&&r._;n=!1}return this.each(Et(e,t,n))},ks.each=function(e){return St(this,function(t,n,r){e.call(t,t.__data__,n,r)})},ks.call=function(e){return e.apply(this,(arguments[0]=this,arguments)),this},ks.empty=function(){return!this.node()},ks.node=function(e){for(var t=0,n=this.length;t<n;t++)for(var r=this[t],i=0,s=r.length;i<s;i++){var o=r[i];if(o)return o}return null},ks.transition=function(){var e=[],t,n;for(var r=-1,i=this.length;++r<i;){e.push(t=[]);for(var s=this[r],o=-1,u=s.length;++o<u;)t.push((n=s[o])?{node:n,delay:Bs,duration:js}:null)}return Tt(e,_s||++Ms,Date.now())};var Ls=ft([[document]]);Ls[0].parentNode=Ts,d3.select=function(e){return typeof e=="string"?Ls.select(e):ft([[e]])},d3.selectAll=function(e){return typeof e=="string"?Ls.selectAll(e):ft([Ji(e)])};var As=[];d3.selection.enter=xt,d3.selection.enter.prototype=As,As.append=ks.append,As.insert=ks.insert,As.empty=ks.empty,As.node=ks.node,As.select=function(e){var t=[],n,r,i,s,o;for(var u=-1,a=this.length;++u<a;){i=(s=this[u]).update,t.push(n=[]),n.parentNode=s.parentNode;for(var f=-1,l=s.length;++f<l;)(o=s[f])?(n.push(i[f]=r=e.call(s.parentNode,o.__data__,f)),r.__data__=o.__data__):n.push(null)}return ft(t)};var Os=[],Ms=0,_s=0,Ds=0,Ps=250,Hs=d3.ease("cubic-in-out"),Bs=Ds,js=Ps,Fs=Hs;Os.call=ks.call,d3.transition=function(e){return arguments.length?_s?e.transition():e:Ls.transition()},d3.transition.prototype=Os,Os.select=function(e){var t=[],n,r,i;typeof e!="function"&&(e=lt(e));for(var s=-1,o=this.length;++s<o;){t.push(n=[]);for(var u=this[s],a=-1,f=u.length;++a<f;)(i=u[a])&&(r=e.call(i.node,i.node.__data__,a))?("__data__"in i.node&&(r.__data__=i.node.__data__),n.push({node:r,delay:i.delay,duration:i.duration})):n.push(null)}return Tt(t,this.id,this.time).ease(this.ease())},Os.selectAll=function(e){var t=[],n,r,i;typeof e!="function"&&(e=ct(e));for(var s=-1,o=this.length;++s<o;)for(var u=this[s],a=-1,f=u.length;++a<f;)if(i=u[a]){r=e.call(i.node,i.node.__data__,a),t.push(n=[]);for(var l=-1,c=r.length;++l<c;)n.push({node:r[l],delay:i.delay,duration:i.duration})}return Tt(t,this.id,this.time).ease(this.ease())},Os.filter=function(e){var t=[],n,r,i;typeof e!="function"&&(e=bt(e));for(var s=0,o=this.length;s<o;s++){t.push(n=[]);for(var r=this[s],u=0,a=r.length;u<a;u++)(i=r[u])&&e.call(i.node,i.node.__data__,u)&&n.push(i)}return Tt(t,this.id,this.time).ease(this.ease())},Os.attr=function(e,t){if(arguments.length<2){for(t in e)this.attrTween(t,kt(e[t],t));return this}return this.attrTween(e,kt(t,e))},Os.attrTween=function(e,t){function n(e,n){var r=t.call(this,e,n,this.getAttribute(i));return r===Is?(this.removeAttribute(i),null):r&&function(e){this.setAttribute(i,r(e))}}function r(e,n){var r=t.call(this,e,n,this.getAttributeNS(i.space,i.local));return r===Is?(this.removeAttributeNS(i.space,i.local),null):r&&function(e){this.setAttributeNS(i.space,i.local,r(e))}}var i=d3.ns.qualify(e);return this.tween("attr."+e,i.local?r:n)},Os.style=function(e,t,n){var r=arguments.length;if(r<3){if(typeof e!="string"){r<2&&(t="");for(n in e)this.styleTween(n,kt(e[n],n),t);return this}n=""}return this.styleTween(e,kt(t,e),n)},Os.styleTween=function(e,t,n){return arguments.length<3&&(n=""),this.tween("style."+e,function(r,i){var s=t.call(this,r,i,window.getComputedStyle(this,null).getPropertyValue(e));return s===Is?(this.style.removeProperty(e),null):s&&function(t){this.style.setProperty(e,s(t),n)}})},Os.text=function(e){return this.tween("text",function(t,n){this.textContent=typeof e=="function"?e.call(this,t,n):e})},Os.remove=function(){return this.each("end.transition",function(){var e;!this.__transition__&&(e=this.parentNode)&&e.removeChild(this)})},Os.delay=function(e){return St(this,typeof e=="function"?function(t,n,r){t.delay=e.call(t=t.node,t.__data__,n,r)|0}:(e|=0,function(t){t.delay=e}))},Os.duration=function(e){return St(this,typeof e=="function"?function(t,n,r){t.duration=Math.max(1,e.call(t=t.node,t.__data__,n,r)|0)}:(e=Math.max(1,e|0),function(t){t.duration=e}))},Os.transition=function(){return this.select(s)},d3.tween=function(e,t){function n(n,r,i){var s=e.call(this,n,r);return s==null?i!=""&&Is:i!=s&&t(i,s+"")}function r(n,r,i){return i!=e&&t(i,e)}return typeof e=="function"?n:e==null?Ct:(e+="",r)};var Is={},qs=0,Rs={},Us=null,zs,Ws;d3.timer=function(e,t,n){if(arguments.length<3){if(arguments.length<2)t=0;else if(!isFinite(t))return;n=Date.now()}var r=Rs[e.id];r&&r.callback===e?(r.then=n,r.delay=t):Rs[e.id=++qs]=Us={callback:e,then:n,delay:t,next:Us},zs||(Ws=clearTimeout(Ws),zs=1,Xs(Lt))},d3.timer.flush=function(){var e,t=Date.now(),n=Us;while(n)e=t-n.then,n.delay||(n.flush=n.callback(e)),n=n.next;At()};var Xs=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){setTimeout
+(e,17)};d3.mouse=function(e){return Ot(e,_())};var Vs=/WebKit/.test(navigator.userAgent)?-1:0;d3.touches=function(e,t){return arguments.length<2&&(t=_().touches),t?Ji(t).map(function(t){var n=Ot(e,t);return n.identifier=t.identifier,n}):[]},d3.scale={},d3.scale.linear=function(){return Bt([0,1],[0,1],d3.interpolate,!1)},d3.scale.log=function(){return Wt(d3.scale.linear(),Xt)};var $s=d3.format(".0e");Xt.pow=function(e){return Math.pow(10,e)},Vt.pow=function(e){return-Math.pow(10,-e)},d3.scale.pow=function(){return $t(d3.scale.linear(),1)},d3.scale.sqrt=function(){return d3.scale.pow().exponent(.5)},d3.scale.ordinal=function(){return Kt([],{t:"range",a:[[]]})},d3.scale.category10=function(){return d3.scale.ordinal().range(Js)},d3.scale.category20=function(){return d3.scale.ordinal().range(Ks)},d3.scale.category20b=function(){return d3.scale.ordinal().range(Qs)},d3.scale.category20c=function(){return d3.scale.ordinal().range(Gs)};var Js=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],Ks=["#1f77b4","#aec7e8","#ff7f0e","#ffbb78","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5","#8c564b","#c49c94","#e377c2","#f7b6d2","#7f7f7f","#c7c7c7","#bcbd22","#dbdb8d","#17becf","#9edae5"],Qs=["#393b79","#5254a3","#6b6ecf","#9c9ede","#637939","#8ca252","#b5cf6b","#cedb9c","#8c6d31","#bd9e39","#e7ba52","#e7cb94","#843c39","#ad494a","#d6616b","#e7969c","#7b4173","#a55194","#ce6dbd","#de9ed6"],Gs=["#3182bd","#6baed6","#9ecae1","#c6dbef","#e6550d","#fd8d3c","#fdae6b","#fdd0a2","#31a354","#74c476","#a1d99b","#c7e9c0","#756bb1","#9e9ac8","#bcbddc","#dadaeb","#636363","#969696","#bdbdbd","#d9d9d9"];d3.scale.quantile=function(){return Qt([],[])},d3.scale.quantize=function(){return Gt(0,1,[0,1])},d3.scale.threshold=function(){return Yt([.5],[0,1])},d3.scale.identity=function(){return Zt([0,1])},d3.svg={},d3.svg.arc=function(){function e(){var e=t.apply(this,arguments),s=n.apply(this,arguments),o=r.apply(this,arguments)+Ys,u=i.apply(this,arguments)+Ys,a=(u<o&&(a=o,o=u,u=a),u-o),f=a<Math.PI?"0":"1",l=Math.cos(o),c=Math.sin(o),h=Math.cos(u),p=Math.sin(u);return a>=Zs?e?"M0,"+s+"A"+s+","+s+" 0 1,1 0,"+ -s+"A"+s+","+s+" 0 1,1 0,"+s+"M0,"+e+"A"+e+","+e+" 0 1,0 0,"+ -e+"A"+e+","+e+" 0 1,0 0,"+e+"Z":"M0,"+s+"A"+s+","+s+" 0 1,1 0,"+ -s+"A"+s+","+s+" 0 1,1 0,"+s+"Z":e?"M"+s*l+","+s*c+"A"+s+","+s+" 0 "+f+",1 "+s*h+","+s*p+"L"+e*h+","+e*p+"A"+e+","+e+" 0 "+f+",0 "+e*l+","+e*c+"Z":"M"+s*l+","+s*c+"A"+s+","+s+" 0 "+f+",1 "+s*h+","+s*p+"L0,0"+"Z"}var t=en,n=tn,r=nn,i=rn;return e.innerRadius=function(n){return arguments.length?(t=u(n),e):t},e.outerRadius=function(t){return arguments.length?(n=u(t),e):n},e.startAngle=function(t){return arguments.length?(r=u(t),e):r},e.endAngle=function(t){return arguments.length?(i=u(t),e):i},e.centroid=function(){var e=(t.apply(this,arguments)+n.apply(this,arguments))/2,s=(r.apply(this,arguments)+i.apply(this,arguments))/2+Ys;return[Math.cos(s)*e,Math.sin(s)*e]},e};var Ys=-Math.PI/2,Zs=2*Math.PI-1e-6;d3.svg.line=function(){return sn(i)};var eo=d3.map({linear:an,"linear-closed":fn,"step-before":ln,"step-after":cn,basis:gn,"basis-open":yn,"basis-closed":bn,bundle:wn,cardinal:dn,"cardinal-open":hn,"cardinal-closed":pn,monotone:Cn});eo.forEach(function(e,t){t.key=e,t.closed=/-closed$/.test(e)});var to=[0,2/3,1/3,0],no=[0,1/3,2/3,0],ro=[0,1/6,2/3,1/6];d3.svg.line.radial=function(){var e=sn(kn);return e.radius=e.x,delete e.x,e.angle=e.y,delete e.y,e},ln.reverse=cn,cn.reverse=ln,d3.svg.area=function(){return Ln(i)},d3.svg.area.radial=function(){var e=Ln(kn);return e.radius=e.x,delete e.x,e.innerRadius=e.x0,delete e.x0,e.outerRadius=e.x1,delete e.x1,e.angle=e.y,delete e.y,e.startAngle=e.y0,delete e.y0,e.endAngle=e.y1,delete e.y1,e},d3.svg.chord=function(){function e(e,u){var a=t(this,s,e,u),f=t(this,o,e,u);return"M"+a.p0+r(a.r,a.p1,a.a1-a.a0)+(n(a,f)?i(a.r,a.p1,a.r,a.p0):i(a.r,a.p1,f.r,f.p0)+r(f.r,f.p1,f.a1-f.a0)+i(f.r,f.p1,a.r,a.p0))+"Z"}function t(e,t,n,r){var i=t.call(e,n,r),s=a.call(e,i,r),o=f.call(e,i,r)+Ys,u=l.call(e,i,r)+Ys;return{r:s,a0:o,a1:u,p0:[s*Math.cos(o),s*Math.sin(o)],p1:[s*Math.cos(u),s*Math.sin(u)]}}function n(e,t){return e.a0==t.a0&&e.a1==t.a1}function r(e,t,n){return"A"+e+","+e+" 0 "+ +(n>Math.PI)+",1 "+t}function i(e,t,n,r){return"Q 0,0 "+r}var s=An,o=On,a=Mn,f=nn,l=rn;return e.radius=function(t){return arguments.length?(a=u(t),e):a},e.source=function(t){return arguments.length?(s=u(t),e):s},e.target=function(t){return arguments.length?(o=u(t),e):o},e.startAngle=function(t){return arguments.length?(f=u(t),e):f},e.endAngle=function(t){return arguments.length?(l=u(t),e):l},e},d3.svg.diagonal=function(){function e(e,i){var s=t.call(this,e,i),o=n.call(this,e,i),u=(s.y+o.y)/2,a=[s,{x:s.x,y:u},{x:o.x,y:u},o];return a=a.map(r),"M"+a[0]+"C"+a[1]+" "+a[2]+" "+a[3]}var t=An,n=On,r=Pn;return e.source=function(n){return arguments.length?(t=u(n),e):t},e.target=function(t){return arguments.length?(n=u(t),e):n},e.projection=function(t){return arguments.length?(r=t,e):r},e},d3.svg.diagonal.radial=function(){var e=d3.svg.diagonal(),t=Pn,n=e.projection;return e.projection=function(e){return arguments.length?n(Hn(t=e)):t},e},d3.svg.mouse=d3.mouse,d3.svg.touches=d3.touches,d3.svg.symbol=function(){function e(e,r){return(io.get(t.call(this,e,r))||Fn)(n.call(this,e,r))}var t=jn,n=Bn;return e.type=function(n){return arguments.length?(t=u(n),e):t},e.size=function(t){return arguments.length?(n=u(t),e):n},e};var io=d3.map({circle:Fn,cross:function(e){var t=Math.sqrt(e/5)/2;return"M"+ -3*t+","+ -t+"H"+ -t+"V"+ -3*t+"H"+t+"V"+ -t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+ -t+"V"+t+"H"+ -3*t+"Z"},diamond:function(e){var t=Math.sqrt(e/(2*oo)),n=t*oo;return"M0,"+ -t+"L"+n+",0"+" 0,"+t+" "+ -n+",0"+"Z"},square:function(e){var t=Math.sqrt(e)/2;return"M"+ -t+","+ -t+"L"+t+","+ -t+" "+t+","+t+" "+ -t+","+t+"Z"},"triangle-down":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+n+"L"+t+","+ -n+" "+ -t+","+ -n+"Z"},"triangle-up":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+ -n+"L"+t+","+n+" "+ -t+","+n+"Z"}});d3.svg.symbolTypes=io.keys();var so=Math.sqrt(3),oo=Math.tan(30*Math.PI/180);d3.svg.axis=function(){function e(e){e.each(function(){var e=d3.select(this),c=a==null?t.ticks?t.ticks.apply(t,u):t.domain():a,h=f==null?t.tickFormat?t.tickFormat.apply(t,u):String:f,p=Rn(t,c,l),d=e.selectAll(".minor").data(p,String),v=d.enter().insert("line","g").attr("class","tick minor").style("opacity",1e-6),m=d3.transition(d.exit()).style("opacity",1e-6).remove(),g=d3.transition(d).style("opacity",1),y=e.selectAll("g").data(c,String),b=y.enter().insert("g","path").style("opacity",1e-6),w=d3.transition(y.exit()).style("opacity",1e-6).remove(),E=d3.transition(y).style("opacity",1),S,x=Dt(t),T=e.selectAll(".domain").data([0]),N=T.enter().append("path").attr("class","domain"),C=d3.transition(T),k=t.copy(),L=this.__chart__||k;this.__chart__=k,b.append("line").attr("class","tick"),b.append("text");var A=b.select("line"),O=E.select("line"),M=y.select("text").text(h),_=b.select("text"),D=E.select("text");switch(n){case"bottom":S=In,v.attr("y2",i),g.attr("x2",0).attr("y2",i),A.attr("y2",r),_.attr("y",Math.max(r,0)+o),O.attr("x2",0).attr("y2",r),D.attr("x",0).attr("y",Math.max(r,0)+o),M.attr("dy",".71em").attr("text-anchor","middle"),C.attr("d","M"+x[0]+","+s+"V0H"+x[1]+"V"+s);break;case"top":S=In,v.attr("y2",-i),g.attr("x2",0).attr("y2",-i),A.attr("y2",-r),_.attr("y",-(Math.max(r,0)+o)),O.attr("x2",0).attr("y2",-r),D.attr("x",0).attr("y",-(Math.max(r,0)+o)),M.attr("dy","0em").attr("text-anchor","middle"),C.attr("d","M"+x[0]+","+ -s+"V0H"+x[1]+"V"+ -s);break;case"left":S=qn,v.attr("x2",-i),g.attr("x2",-i).attr("y2",0),A.attr("x2",-r),_.attr("x",-(Math.max(r,0)+o)),O.attr("x2",-r).attr("y2",0),D.attr("x",-(Math.max(r,0)+o)).attr("y",0),M.attr("dy",".32em").attr("text-anchor","end"),C.attr("d","M"+ -s+","+x[0]+"H0V"+x[1]+"H"+ -s);break;case"right":S=qn,v.attr("x2",i),g.attr("x2",i).attr("y2",0),A.attr("x2",r),_.attr("x",Math.max(r,0)+o),O.attr("x2",r).attr("y2",0),D.attr("x",Math.max(r,0)+o).attr("y",0),M.attr("dy",".32em").attr("text-anchor","start"),C.attr("d","M"+s+","+x[0]+"H0V"+x[1]+"H"+s)}if(t.ticks)b.call(S,L),E.call(S,k),w.call(S,k),v.call(S,L),g.call(S,k),m.call(S,k);else{var P=k.rangeBand()/2,H=function(e){return k(e)+P};b.call(S,H),E.call(S,H)}})}var t=d3.scale.linear(),n="bottom",r=6,i=6,s=6,o=3,u=[10],a=null,f,l=0;return e.scale=function(n){return arguments.length?(t=n,e):t},e.orient=function(t){return arguments.length?(n=t,e):n},e.ticks=function(){return arguments.length?(u=arguments,e):u},e.tickValues=function(t){return arguments.length?(a=t,e):a},e.tickFormat=function(t){return arguments.length?(f=t,e):f},e.tickSize=function(t,n,o){if(!arguments.length)return r;var u=arguments.length-1;return r=+t,i=u>1?+n:r,s=u>0?+arguments[u]:r,e},e.tickPadding=function(t){return arguments.length?(o=+t,e):o},e.tickSubdivide=function(t){return arguments.length?(l=+t,e):l},e},d3.svg.brush=function(){function e(s){s.each(function(){var s=d3.select(this),f=s.selectAll(".background").data([0]),l=s.selectAll(".extent").data([0]),c=s.selectAll(".resize").data(a,String),h;s.style("pointer-events","all").on("mousedown.brush",i).on("touchstart.brush",i),f.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),l.enter().append("rect").attr("class","extent").style("cursor","move"),c.enter().append("g").attr("class",function(e){return"resize "+e}).style("cursor",function(e){return uo[e]}).append("rect").attr("x",function(e){return/[ew]$/.test(e)?-3:null}).attr("y",function(e){return/^[ns]/.test(e)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),c.style("display",e.empty()?"none":null),c.exit().remove(),o&&(h=Dt(o),f.attr("x",h[0]).attr("width",h[1]-h[0]),n(s)),u&&(h=Dt(u),f.attr("y",h[0]).attr("height",h[1]-h[0]),r(s)),t(s)})}function t(e){e.selectAll(".resize").attr("transform",function(e){return"translate("+f[+/e$/.test(e)][0]+","+f[+/^s/.test(e)][1]+")"})}function n(e){e.select(".extent").attr("x",f[0][0]),e.selectAll(".extent,.n>rect,.s>rect").attr("width",f[1][0]-f[0][0])}function r(e){e.select(".extent").attr("y",f[0][1]),e.selectAll(".extent,.e>rect,.w>rect").attr("height",f[1][1]-f[0][1])}function i(){function i(){var e=d3.event.changedTouches;return e?d3.touches(v,e)[0]:d3.mouse(v)}function a(){d3.event.keyCode==32&&(S||(x=null,T[0]-=f[1][0],T[1]-=f[1][1],S=2),M())}function c(){d3.event.keyCode==32&&S==2&&(T[0]+=f[1][0],T[1]+=f[1][1],S=0,M())}function h(){var e=i(),s=!1;N&&(e[0]+=N[0],e[1]+=N[1]),S||(d3.event.altKey?(x||(x=[(f[0][0]+f[1][0])/2,(f[0][1]+f[1][1])/2]),T[0]=f[+(e[0]<x[0])][0],T[1]=f[+(e[1]<x[1])][1]):x=null),w&&p(e,o,0)&&(n(y),s=!0),E&&p(e,u,1)&&(r(y),s=!0),s&&(t(y),g({type:"brush",mode:S?"move":"resize"}))}function p(e,t,n){var r=Dt(t),i=r[0],s=r[1],o=T[n],u=f[1][n]-f[0][n],a,c;S&&(i-=o,s-=u+o),a=Math.max(i,Math.min(s,e[n])),S?c=(a+=o)+u:(x&&(o=Math.max(i,Math.min(s,2*x[n]-a))),o<a?(c=a,a=o):c=o);if(f[0][n]!==a||f[1][n]!==c)return l=null,f[0][n]=a,f[1][n]=c,!0}function d(){h(),y.style("pointer-events","all").selectAll(".resize").style("display",e.empty()?"none":null),d3.select("body").style("cursor",null),C.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),g({type:"brushend"}),M()}var v=this,m=d3.select(d3.event.target),g=s.of(v,arguments),y=d3.select(v),b=m.datum(),w=!/^(n|s)$/.test(b)&&o,E=!/^(e|w)$/.test(b)&&u,S=m.classed("extent"),x,T=i(),N,C=d3.select(window).on("mousemove.brush",h).on("mouseup.brush",d).on("touchmove.brush",h).on("touchend.brush",d).on("keydown.brush",a).on("keyup.brush",c);if(S)T[0]=f[0][0]-T[0],T[1]=f[0][1]-T[1];else if(b){var k=+/w$/.test(b),L=+/^n/.test(b);N=[f[1-k][0]-T[0],f[1-L][1]-T[1]],T[0]=f[k][0],T[1]=f[L][1]}else d3.event.altKey&&(x=T.slice());y.style("pointer-events","none").selectAll(".resize").style("display",null),d3.select("body").style("cursor",m.style("cursor")),g({type:"brushstart"}),h(),M()}var s=D(e,"brushstart","brush","brushend"),o=null,u=null,a=ao[0],f=[[0,0],[0,0]],l;return e.x=function(t){return arguments.length?(o=t,a=ao[!o<<1|!u],e):o},e.y=function(t){return arguments.length?(u=t,a=ao[!o<<1|!u],e):u},e.extent=function(t){var n,r,i,s,a;return arguments.length?(l=[[0,0],[0,0]],o&&(n=t[0],r=t[1],u&&(n=n[0],r=r[0]),l[0][0]=n,l[1][0]=r,o.invert&&(n=o(n),r=o(r)),r<n&&(a=n,n=r,r=a),f[0][0]=n|0,f[1][0]=r|0),u&&(i=t[0],s=t[1],o&&(i=i[1],s=s[1]),l[0][1]=i,l[1][1]=s,u.invert&&(i=u(i),s=u(s)),s<i&&(a=i,i=s,s=a),f[0][1]=i|0,f[1][1]=s|0),e):(t=l||f,o&&(n=t[0][0],r=t[1][0],l||(n=f[0][0],r=f[1][0],o.invert&&(n=o.invert(n),r=o.invert(r)),r<n&&(a=n,n=r,r=a))),u&&(i=t[0][1],s=t[1][1],l||(i=f[0][1],s=f[1][1],u.invert&&(i=u.invert(i),s=u.invert(s)),s<i&&(a=i,i=s,s=a))),o&&u?[[n,i],[r,s]]:o?[n,r]:u&&[i,s])},e.clear=function(){return l=null,f[0][0]=f[0][1]=f[1][0]=f[1][1]=0,e},e.empty=function(){return o&&f[0][0]===f[1][0]||u&&f[0][1]===f[1][1]},d3.rebind(e,s,"on")};var uo={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},ao=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]];d3.behavior={},d3.behavior.drag=function(){function e(){this.on("mousedown.drag",t).on("touchstart.drag",t)}function t(){function e(){var e=o.parentNode;return f?d3.touches(e).filter(function(e){return e.identifier===f})[0]:d3.mouse(e)}function t(){if(!o.parentNode)return i();var t=e(),n=t[0]-c[0],r=t[1]-c[1];h|=n|r,c=t,M(),u({type:"drag",x:t[0]+l[0],y:t[1]+l[1],dx:n,dy:r})}function i(){u({type:"dragend"}),h&&(M(),d3.event.target===a&&p.on("click.drag",s,!0)),p.on(f?"touchmove.drag-"+f:"mousemove.drag",null).on(f?"touchend.drag-"+f:"mouseup.drag",null)}function s(){M(),p.on("click.drag",null)}var o=this,u=n.of(o,arguments),a=d3.event.target,f=d3.event.touches&&d3.event.changedTouches[0].identifier,l,c=e(),h=0,p=d3.select(window).on(f?"touchmove.drag-"+f:"mousemove.drag",t).on(f?"touchend.drag-"+f:"mouseup.drag",i,!0);r?(l=r.apply(o,arguments),l=[l.x-c[0],l.y-c[1]]):l=[0,0],f||M(),u({type:"dragstart"})}var n=D(e,"drag","dragstart","dragend"),r=null;return e.origin=function(t){return arguments.length?(r=t,e):r},d3.rebind(e,n,"on")},d3.behavior.zoom=function(){function e(){this.on("mousedown.zoom",o).on("mousewheel.zoom",u).on("mousemove.zoom",a).on("DOMMouseScroll.zoom",u).on("dblclick.zoom",f).on("touchstart.zoom",l).on("touchmove.zoom",c).on("touchend.zoom",l)}function t(e){return[(e[0]-h[0])/d,(e[1]-h[1])/d]}function n(e){return[e[0]*d+h[0],e[1]*d+h[1]]}function r(e){d=Math.max(m[0],Math.min(m[1],e))}function i(e,t){t=n(t),h[0]+=e[0]-t[0],h[1]+=e[1]-t[1]}function s(e){b&&b.domain(y.range().map(function(e){return(e-h[0])/d}).map(y.invert)),E&&E.domain(w.range().map(function(e){return(e-h[1])/d}).map(w.invert)),d3.event.preventDefault(),e({type:"zoom",scale:d,translate:h})}function o(){function e(){f=1,i(d3.mouse(o),c),s(u)}function n(){f&&M(),l.on("mousemove.zoom",null).on("mouseup.zoom",null),f&&d3.event.target===a&&l.on("click.zoom",r,!0)}function r(){M(),l.on("click.zoom",null)}var o=this,u=g.of(o,arguments),a=d3.event.target,f=0,l=d3.select(window).on("mousemove.zoom",e).on("mouseup.zoom",n),c=t(d3.mouse(o));window.focus(),M()}function u(){p||(p=t(d3.mouse(this))),r(Math.pow(2,Un()*.002)*d),i(d3.mouse(this),p),s(g.of(this,arguments))}function a(){p=null}function f(){var e=d3.mouse(this),n=t(e);r(d3.event.shiftKey?d/2:d*2),i(e,n),s(g.of(this,arguments))}function l(){var e=d3.touches(this),n=Date.now();v=d,p={},e.forEach(function(e){p[e.identifier]=t(e)}),M();if(e.length===1){if(n-S<500){var o=e[0],u=t(e[0]);r(d*2),i(o,u),s(g.of(this,arguments))}S=n}}function c(){var e=d3.touches(this),t=e[0],n=p[t.identifier];if(o=e[1]){var o,u=p[o.identifier];t=[(t[0]+o[0])/2,(t[1]+o[1])/2],n=[(n[0]+u[0])/2,(n[1]+u[1])/2],r(d3.event.scale*v)}i(t,n),S=null,s(g.of(this,arguments))}var h=[0,0],p,d=1,v,m=lo,g=D(e,"zoom"),y,b,w,E,S;return e.translate=function(t){return arguments.length?(h=t.map(Number),e):h},e.scale=function(t){return arguments.length?(d=+t,e):d},e.scaleExtent=function(t){return arguments.length?(m=t==null?lo:t.map(Number),e):m},e.x=function(t){return arguments.length?(b=t,y=t.copy(),e):b},e.y=function(t){return arguments.length?(E=t,w=t.copy(),e):E},d3.rebind(e,g,"on")};var fo,lo=[0,Infinity];d3.layout={},d3.layout.bundle=function(){return function(e){var t=[],n=-1,r=e.length;while(++n<r)t.push(zn(e[n]));return t}},d3.layout.chord=function(){function e(){var e={},n=[],c=d3.range(o),h=[],p,d,v,m,g;r=[],i=[],p=0,m=-1;while(++m<o){d=0,g=-1;while(++g<o)d+=s[m][g];n.push(d),h.push(d3.range(o)),p+=d}a&&c.sort(function(e,t){return a(n[e],n[t])}),f&&h.forEach(function(e,t){e.sort(function(e,n){return f(s[t][e],s[t][n])})}),p=(2*Math.PI-u*o)/p,d=0,m=-1;while(++m<o){v=d,g=-1;while(++g<o){var y=c[m],b=h[y][g],w=s[y][b],E=d,S=d+=w*p;e[y+"-"+b]={index:y,subindex:b,startAngle:E,endAngle:S,value:w}}i[y]={index:y,startAngle:v,endAngle:d,value:(d-v)/p},d+=u}m=-1;while(++m<o){g=m-1;while(++g<o){var x=e[m+"-"+g],T=e[g+"-"+m];(x.value||T.value)&&r.push(x.value<T.value?{source:T,target:x}:{source:x,target:T})}}l&&t()}function t(){r.sort(function(e,t){return l((e.source.value+e.target.value)/2,(t.source.value+t.target.value)/2)})}var n={},r,i,s,o,u=0,a,f,l;return n.matrix=function(e){return arguments.length?(o=(s=e)&&s.length,r=i=null,n):s},n.padding=function(e){return arguments.length?(u=e,r=i=null,n):u},n.sortGroups=function(e){return arguments.length?(a=e,r=i=null,n):a},n.sortSubgroups=function(e){return arguments.length?(f=e,r=null,n):f},n.sortChords=function(e){return arguments.length?(l=e,r&&t(),n):l},n.chords=function(){return r||e(),r},n.groups=function(){return i||e(),i},n},d3.layout.force=function(){function e(e){return function(t,n,r,i,s){if(t.point!==e){var o=t.cx-e.x,u=t.cy-e.y,a=1/Math.sqrt(o*o+u*u);if((i-n)*a<d){var f=t.charge*a*a;return e.px-=o*f,e.py-=u*f,!0}if(t.point&&isFinite(a)){var f=t.pointCharge*a*a;e.px-=o*f,e.py-=u*f}}return!t.charge}}function t(e){e.px=d3.event.x,e.py=d3.event.y,n.resume()}var n={},r=d3.dispatch("start","tick","end"),s=[1,1],o,a,f=.9,l=Gn,c=Yn,h=-30,p=.1,d=.8,v,m=[],g=[],y,b,w;return n.tick=function(){if((a*=.99)<.005)return r.end({type:"end",alpha:a=0}),!0;var t=m.length,n=g.length,i,o,u,l,c,d,v,E,S;for(o=0;o<n;++o){u=g[o],l=u.source,c=u.target,E=c.x-l.x,S=c.y-l.y;if(d=E*E+S*S)d=a*b[o]*((d=Math.sqrt(d))-y[o])/d,E*=d,S*=d,c.x-=E*(v=l.weight/(c.weight+l.weight)),c.y-=S*v,l.x+=E*(v=1-v),l.y+=S*v}if(v=a*p){E=s[0]/2,S=s[1]/2,o=-1;if(v)while(++o<t)u=m[o],u.x+=(E-u.x)*v,u.y+=(S-u.y)*v}if(h){Qn(i=d3.geom.quadtree(m),a,w),o=-1;while(++o<t)(u=m[o]).fixed||i.visit(e(u))}o=-1;while(++o<t)u=m[o],u.fixed?(u.x=u.px,u.y=u.py):(u.x-=(u.px-(u.px=u.x))*f,u.y-=(u.py-(u.py=u.y))*f);r.tick({type:"tick",alpha:a})},n.nodes=function(e){return arguments.length?(m=e,n):m},n.links=function(e){return arguments.length?(g=e,n):g},n.size=function(e){return arguments.length?(s=e,n):s},n.linkDistance=function(e){return arguments.length?(l=u(e),n):l},n.distance=n.linkDistance,n.linkStrength=function(e){return arguments.length?(c=u(e),n):c},n.friction=function(e){return arguments.length?(f=e,n):f},n.charge=function(e){return arguments.length?(h=typeof e=="function"?e:+e,n):h},n.gravity=function(e){return arguments.length?(p=e,n):p},n.theta=function(e){return arguments.length?(d=e,n):d},n.alpha=function(e){return arguments.length?(a?e>0?a=e:a=0:e>0&&(r.start({type:"start",alpha:a=e}),d3.timer(n.tick)),n):a},n.start=function(){function e(e,n){var i=t(r),s=-1,o=i.length,u;while(++s<o)if(!isNaN(u=i[s][e]))return u;return Math.random()*n}function t(){if(!p){p=[];for(i=0;i<o;++i)p[i]=[];for(i=0;i<u;++i){var e=g[i];p[e.source.index].push(e.target),p[e.target.index].push(e.source)}}return p[r]}var r,i,o=m.length,u=g.length,a=s[0],f=s[1],p,d;for(r=0;r<o;++r)(d=m[r]).index=r,d.weight=0;y=[],b=[];for(r=0;r<u;++r)d=g[r],typeof d.source=="number"&&(d.source=m[d.source]),typeof d.target=="number"&&(d.target=m[d.target]),y[r]=l.call(this,d,r),b[r]=c.call(this,d,r),++d.source.weight,++d.target.weight;for(r=0;r<o;++r)d=m[r],isNaN(d.x)&&(d.x=e("x",a)),isNaN(d.y)&&(d.y=e("y",f)),isNaN(d.px)&&(d.px=d.x),isNaN(d.py)&&(d.py=d.y);w=[];if(typeof h=="function")for(r=0;r<o;++r)w[r]=+h.call(this,m[r],r);else for(r=0;r<o;++r)w[r]=h;return n.resume()},n.resume=function(){return n.alpha(.1)},n.stop=function(){return n.alpha(0)},n.drag=function(){o||(o=d3.behavior.drag().origin(i).on("dragstart",Vn).on("drag",t).on("dragend",$n)),this.on("mouseover.force",Jn).on("mouseout.force",Kn).call(o)},d3.rebind(n,r,"on")},d3.layout.partition=function(){function e(t,n,r,i){var s=t.children;t.x=n,t.y=t.depth*i,t.dx=r,t.dy=i;if(s&&(u=s.length)){var o=-1,u,a,f;r=t.value?r/t.value:0;while(++o<u)e(a=s[o],n,f=a.value*r,i),n+=f}}function t(e){var n=e.children,r=0;if(n&&(s=n.length)){var i=-1,s;while(++i<s)r=Math.max(r,t(n[i]))}return 1+r}function n(n,s){var o=r.call(this,n,s);return e(o[0],0,i[0],i[1]/t(o[0])),o}var r=d3.layout.hierarchy(),i=[1,1];return n.size=function(e){return arguments.length?(i=e,n):i},lr(n,r)},d3.layout.pie=function(){function e(s,o){var u=s.map(function(n,r){return+t.call(e,n,r)}),a=+(typeof r=="function"?r.apply(this,arguments):r),f=((typeof i=="function"?i.apply(this,arguments):i)-r)/d3.sum(u),l=d3.range(s.length);n!=null&&l.sort(n===co?function(e,t){return u[t]-u[e]}:function(e,t){return n(s[e],s[t])});var c=[];return l.forEach(function(e){var t;c[e]={data:s[e],value:t=u[e],startAngle:a,endAngle:a+=t*f}}),c}var t=Number,n=co,r=0,i=2*Math.PI;return e.value=function(n){return arguments.length?(t=n,e):t},e.sort=function(t){return arguments.length?(n=t,e):n},e.startAngle=function(t){return arguments.length?(r=t,e):r},e.endAngle=function(t){return arguments.length?(i=t,e):i},e};var co={};d3.layout.stack=function(){function e(i,a){var f=i.map(function(n,r){return t.call(e,n,r)}),l=f.map(function(t,n){return t.map(function(t,n){return[o.call(e,t,n),u.call(e,t,n)]})}),c=n.call(e,l,a);f=d3.permute(f,c),l=d3.permute(l,c);var h=r.call(e,l,a),p=f.length,d=f[0].length,v,m,g;for(m=0;m<d;++m){s.call(e,f[0][m],g=h[m],l[0][m][1]);for(v=1;v<p;++v)s.call(e,f[v][m],g+=l[v-1][m][1],l[v][m][1])}return i}var t=i,n=nr,r=rr,s=tr,o=Zn,u=er;return e.values=function(n){return arguments.length?(t=n,e):t},e.order=function(t){return arguments.length?(n=typeof t=="function"?t:ho.get(t)||nr,e):n},e.offset=function(t){return arguments.length?(r=typeof t=="function"?t:po.get(t)||rr,e):r},e.x=function(t){return arguments.length?(o=t,e):o},e.y=function(t){return arguments.length?(u=t,e):u},e.out=function(t){return arguments.length?(s=t,e):s},e};var ho=d3.map({"inside-out":function(e){var t=e.length,n,r,i=e.map(ir),s=e.map(sr),o=d3.range(t).sort(function(e,t){return i[e]-i[t]}),u=0,a=0,f=[],l=[];for(n=0;n<t;++n)r=o[n],u<a?(u+=s[r],f.push(r)):(a+=s[r],l.push(r));return l.reverse().concat(f)},reverse:function(e){return d3.range(e.length).reverse()},"default":nr}),po=d3.map({silhouette:function(e){var t=e.length,n=e[0].length,r=[],i=0,s,o,u,a=[];for(o=0;o<n;++o){for(s=0,u=0;s<t;s++)u+=e[s][o][1];u>i&&(i=u),r.push(u)}for(o=0;o<n;++o)a[o]=(i-r[o])/2;return a},wiggle:function(e){var t=e.length,n=e[0],r=n.length,i=0,s,o,u,a,f,l,c,h,p,d=[];d[0]=h=p=0;for(o=1;o<r;++o){for(s=0,a=0;s<t;++s)a+=e[s][o][1];for(s=0,f=0,c=n[o][0]-n[o-1][0];s<t;++s){for(u=0,l=(e[s][o][1]-e[s][o-1][1])/(2*c);u<s;++u)l+=(e[u][o][1]-e[u][o-1][1])/c;f+=l*e[s][o][1]}d[o]=h-=a?f/a*c:0,h<p&&(p=h)}for(o=0;o<r;++o)d[o]-=p;return d},expand:function(e){var t=e.length,n=e[0].length,r=1/t,i,s,o,u=[];for(s=0;s<n;++s){for(i=0,o=0;i<t;i++)o+=e[i][s][1];if(o)for(i=0;i<t;i++)e[i][s][1]/=o;else for(i=0;i<t;i++)e[i][s][1]=r}for(s=0;s<n;++s)u[s]=0;return u},zero:rr});d3.layout.histogram=function(){function e(e,s){var o=[],u=e.map(n,this),a=r.call(this,u,s),f=i.call(this,a,u,s),l,s=-1,c=u.length,h=f.length-1,p=t?1:1/c,d;while(++s<h)l=o[s]=[],l.dx=f[s+1]-(l.x=f[s]),l.y=0;if(h>0){s=-1;while(++s<c)d=u[s],d>=a[0]&&d<=a[1]&&(l=o[d3.bisect(f,d,1,h)-1],l.y+=p,l.push(e[s]))}return o}var t=!0,n=Number,r=fr,i=ur;return e.value=function(t){return arguments.length?(n=t,e):n},e.range=function(t){return arguments.length?(r=u(t),e):r},e.bins=function(t){return arguments.length?(i=typeof t=="number"?function(e){return ar(e,t)}:u(t),e):i},e.frequency=function(n){return arguments.length?(t=!!n,e):t},e},d3.layout.hierarchy=function(){function e(t,o,u){var a=i.call(n,t,o),f=vo?t:{data:t};f.depth=o,u.push(f);if(a&&(c=a.length)){var l=-1,c,h=f.children=[],p=0,d=o+1,v;while(++l<c)v=e(a[l],d,u),v.parent=f,h.push(v),p+=v.value;r&&h.sort(r),s&&(f.value=p)}else s&&(f.value=+s.call(n,t,o)||0);return f}function t(e,r){var i=e.children,o=0;if(i&&(a=i.length)){var u=-1,a,f=r+1;while(++u<a)o+=t(i[u],f)}else s&&(o=+s.call(n,vo?e:e.data,r)||0);return s&&(e.value=o),o}function n(t){var n=[];return e(t,0,n),n}var r=pr,i=cr,s=hr;return n.sort=function(e){return arguments.length?(r=e,n):r},n.children=function(e){return arguments.length?(i=e,n):i},n.value=function(e){return arguments.length?(s=e,n):s},n.revalue=function(e){return t(e,0),e},n};var vo=!1;d3.layout.pack=function(){function e(e,i){var s=t.call(this,e,i),o=s[0];o.x=0,o.y=0,Hr(o,function(e){e.r=Math.sqrt(e.value)}),Hr(o,br);var u=r[0],a=r[1],f=Math.max(2*o.r/u,2*o.r/a);if(n>0){var l=n*f/2;Hr(o,function(e){e.r+=l}),Hr(o,br),Hr(o,function(e){e.r-=l}),f=Math.max(2*o.r/u,2*o.r/a)}return Sr(o,u/2,a/2,1/f),s}var t=d3.layout.hierarchy().sort(vr),n=0,r=[1,1];return e.size=function(t){return arguments.length?(r=t,e):r},e.padding=function(t){return arguments.length?(n=+t,e):n},lr(e,t)},d3.layout.cluster=function(){function e(e,i){var s=t.call(this,e,i),o=s[0],u,a=0,f,l;Hr(o,function(e){var t=e.children;t&&t.length?(e.x=Nr(t),e.y=Tr(t)):(e.x=u?a+=n(e,u):0,e.y=0,u=e)});var c=Cr(o),h=kr(o),p=c.x-n(c,h)/2,d=h.x+n(h,c)/2;return Hr(o,function(e){e.x=(e.x-p)/(d-p)*r[0],e.y=(1-(o.y?e.y/o.y:1))*r[1]}),s}var t=d3.layout.hierarchy().sort(null).value(null),n=Lr,r=[1,1];return e.separation=function(t){return arguments.length?(n=t,e):n},e.size=function(t){return arguments.length?(r=t,e):r},lr(e,t)},d3.layout.tree=function(){function e(e,i){function s(e,t){var r=e.children,i=e._tree;if(r&&(o=r.length)){var o,a=r[0],f,l=a,c,h=-1;while(++h<o)c=r[h],s(c,f),l=u(c,f,l),f=c;Br(e);var p=.5*(a._tree.prelim+c._tree.prelim);t?(i.prelim=t._tree.prelim+n(e,t),i.mod=i.prelim-p):i.prelim=p}else t&&(i.prelim=t._tree.prelim+n(e,t))}function o(e,t){e.x=e._tree.prelim+t;var n=e.children;if(n&&(i=n.length)){var r=-1,i;t+=e._tree.mod;while(++r<i)o(n[r],t)}}function u(e,t,r){if(t){var i=e,s=e,o=t,u=e.parent.children[0],a=i._tree.mod,f=s._tree.mod,l=o._tree.mod,c=u._tree.mod,h;while(o=Or(o),i=Ar(i),o&&i)u=Ar(u),s=Or(s),s._tree.ancestor=e,h=o._tree.prelim+l-i._tree.prelim-a+n(o,i),h>0&&(jr(Fr(o,e,r),e,h),a+=h,f+=h),l+=o._tree.mod,a+=i._tree.mod,c+=u._tree.mod,f+=s._tree.mod;o&&!Or(s)&&(s._tree.thread=o,s._tree.mod+=l-f),i&&!Ar(u)&&(u._tree.thread=i,u._tree.mod+=a-c,r=e)}return r}var a=t.call(this,e,i),f=a[0];Hr(f,function(e,t){e._tree={ancestor:e,prelim:0,mod:0,change:0,shift:0,number:t?t._tree.number+1:0}}),s(f),o(f,-f._tree.prelim);var l=Mr(f,Dr),c=Mr(f,_r),h=Mr(f,Pr),p=l.x-n(l,c)/2,d=c.x+n(c,l)/2,v=h.depth||1;return Hr(f,function(e){e.x=(e.x-p)/(d-p)*r[0],e.y=e.depth/v*r[1],delete e._tree}),a}var t=d3.layout.hierarchy().sort(null).value(null),n=Lr,r=[1,1];return e.separation=function(t){return arguments.length?(n=t,e):n},e.size=function(t){return arguments.length?(r=t,e):r},lr(e,t)},d3.layout.treemap=function(){function e(e,t){var n=-1,r=e.length,i,s;while(++n<r)s=(i=e[n]).value*(t<0?0:t),i.area=isNaN(s)||s<=0?0:s}function t(n){var s=n.children;if(s&&s.length){var o=l(n),u=[],a=s.slice(),f,c=Infinity,h,p=Math.min(o.dx,o.dy),d;e(a,o.dx*o.dy/n.value),u.area=0;while((d=a.length)>0)u.push(f=a[d-1]),u.area+=f.area,(h=r(u,p))<=c?(a.pop(),c=h):(u.area-=u.pop().area,i(u,p,o,!1),p=Math.min(o.dx,o.dy),u.length=u.area=0,c=Infinity);u.length&&(i(u,p,o,!0),u.length=u.area=0),s.forEach(t)}}function n(t){var r=t.children;if(r&&r.length){var s=l(t),o=r.slice(),u,a=[];e(o,s.dx*s.dy/t.value),a.area=0;while(u=o.pop())a.push(u),a.area+=u.area,u.z!=null&&(i(a,u.z?s.dx:s.dy,s,!o.length),a.length=a.area=0);r.forEach(n)}}function r(e,t){var n=e.area,r,i=0,s=Infinity,o=-1,u=e.length;while(++o<u){if(!(r=e[o].area))continue;r<s&&(s=r),r>i&&(i=r)}return n*=n,t*=t,n?Math.max(t*i*p/n,n/(t*s*p)):Infinity}function i(e,t,n,r){var i=-1,s=e.length,o=n.x,a=n.y,f=t?u(e.area/t):0,l;if(t==n.dx){if(r||f>n.dy)f=n.dy;while(++i<s)l=e[i],l.x=o,l.y=a,l.dy=f,o+=l.dx=Math.min(n.x+n.dx-o,f?u(l.area/f):0);l.z=!0,l.dx+=n.x+n.dx-o,n.y+=f,n.dy-=f}else{if(r||f>n.dx)f=n.dx;while(++i<s)l=e[i],l.x=o,l.y=a,l.dx=f,a+=l.dy=Math.min(n.y+n.dy-a,f?u(l.area/f):0);l.z=!1,l.dy+=n.y+n.dy-a,n.x+=f,n.dx-=f}}function s(r){var i=h||o(r),s=i[0];return s.x=0,s.y=0,s.dx=a[0],s.dy=a[1],h&&o.revalue(s),e([s],s.dx*s.dy/s.value),(h?n:t)(s),c&&(h=i),i}var o=d3.layout.hierarchy(),u=Math.round,a=[1,1],f=null,l=Ir,c=!1,h,p=.5*(1+Math.sqrt(5));return s.size=function(e){return arguments.length?(a=e,s):a},s.padding=function(e){function t(t){var n=e.call(s,t,t.depth);return n==null?Ir(t):qr(t,typeof n=="number"?[n,n,n,n]:n)}function n(t){return qr(t,e)}if(!arguments.length)return f;var r;return l=(f=e)==null?Ir:(r=typeof e)==="function"?t:r==="number"?(e=[e,e,e,e],n):n,s},s.round=function(e){return arguments.length?(u=e?Math.round:Number,s):u!=Number},s.sticky=function(e){return arguments.length?(c=e,h=null,s):c},s.ratio=function(e){return arguments.length?(p=e,s):p},lr(s,o)},d3.csv=Rr(",","text/csv"),d3.tsv=Rr("	","text/tab-separated-values"),d3.geo={};var mo=Math.PI/180;d3.geo.azimuthal=function(){function e(e){var n=e[0]*mo-s,o=e[1]*mo,f=Math.cos(n),l=Math.sin(n),c=Math.cos(o),h=Math.sin(o),p=t!=="orthographic"?a*h+u*c*f:null,d,v=t==="stereographic"?1/(1+p):t==="gnomonic"?1/p:t==="equidistant"?(d=Math.acos(p),d?d/Math.sin(d):0):t==="equalarea"?Math.sqrt(2/(1+p)):1,m=v*c*l,g=v*(a*c*f-u*h);return[r*m+i[0],r*g+i[1]]}var t="orthographic",n,r=200,i=[480,250],s,o,u,a;return e.invert=function(e){var n=(e[0]-i[0])/r,o=(e[1]-i[1])/r,f=Math.sqrt(n*n+o*o),l=t==="stereographic"?2*Math.atan(f):t==="gnomonic"?Math.atan(f):t==="equidistant"?f:t==="equalarea"?2*Math.asin(.5*f):Math.asin(f),c=Math.sin(l),h=Math.cos(l);return[(s+Math.atan2(n*c,f*u*h+o*a*c))/mo,Math.asin(h*a-(f?o*c*u/f:0))/mo]},e.mode=function(n){return arguments.length?(t=n+"",e):t},e.origin=function(t){return arguments.length?(n=t,s=n[0]*mo,o=n[1]*mo,u=Math.cos(o),a=Math.sin(o),e):n},e.scale=function(t){return arguments.length?(r=+t,e):r},e.translate=function(t){return arguments.length?(i=[+t[0],+t[1]],e):i},e.origin([0,0])},d3.geo.albers=function(){function e(e){var t=u*(mo*e[0]-o),n=Math.sqrt(a-2*u*Math.sin(mo*e[1]))/u;return[i*n*Math.sin(t)+s[0],i*(n*Math.cos(t)-f)+s[1]]}function t(){var t=mo*r[0],i=mo*r[1],s=mo*n[1],l=Math.sin(t),c=Math.cos(t);return o=mo*n[0],u=.5*(l+Math.sin(i)),a=c*c+2*u*l,f=Math.sqrt(a-2*u*Math.sin(s))/u,e}var n=[-98,38],r=[29.5,45.5],i=1e3,s=[480,250],o,u,a,f;return e.invert=function(e){var t=(e[0]-s[0])/i,n=(e[1]-s[1])/i,r=f+n,l=Math.atan2(t,r),c=Math.sqrt(t*t+r*r);return[(o+l/u)/mo,Math.asin((a-c*c*u*u)/(2*u))/mo]},e.origin=function(e){return arguments.length?(n=[+e[0],+e[1]],t()):n},e.parallels=function(e){return arguments.length?(r=[+e[0],+e[1]],t()):r},e.scale=function(t){return arguments.length?(i=+t,e):i},e.translate=function(t){return arguments.length?(s=[+t[0],+t[1]],e):s},t()},d3.geo.albersUsa=function(){function e(e){var s=e[0],o=e[1];return(o>50?n:s<-140?r:o<21?i:t)(e)}var t=d3.geo.albers(),n=d3.geo.albers().origin([-160,60]).parallels([55,65]),r=d3.geo.albers().origin([-160,20]).parallels([8,18]),i=d3.geo.albers().origin([-60,10]).parallels([8,18]);return e.scale=function(s){return arguments.length?(t.scale(s),n.scale(s*.6),r.scale(s),i.scale(s*1.5),e.translate(t.translate())):t.scale()},e.translate=function(s){if(!arguments.length)return t.translate();var o=t.scale()/1e3,u=s[0],a=s[1];return t.translate(s),n.translate([u-400*o,a+170*o]),r.translate([u-190*o,a+200*o]),i.translate([u+580*o,a+430*o]),e},e.scale(t.scale())},d3.geo.bonne=function(){function e(e){var u=e[0]*mo-r,a=e[1]*mo-i;if(s){var f=o+s-a,l=u*Math.cos(a)/f;u=f*Math.sin(l),a=f*Math.cos(l)-o}else u*=Math.cos(a),a*=-1;return[t*u+n[0],t*a+n[1]]}var t=200,n=[480,250],r,i,s,o;return e.invert=function(e){var i=(e[0]-n[0])/t,u=(e[1]-n[1])/t;if(s){var a=o+u,f=Math.sqrt(i*i+a*a);u=o+s-f,i=r+f*Math.atan2(i,a)/Math.cos(u)}else u*=-1,i/=Math.cos(u);return[i/mo,u/mo]},e.parallel=function(t){return arguments.length?(o=1/Math.tan(s=t*mo),e):s/mo},e.origin=function(t){return arguments.length?(r=t[0]*mo,i=t[1]*mo,e):[r/mo,i/mo]},e.scale=function(
+n){return arguments.length?(t=+n,e):t},e.translate=function(t){return arguments.length?(n=[+t[0],+t[1]],e):n},e.origin([0,0]).parallel(45)},d3.geo.equirectangular=function(){function e(e){var r=e[0]/360,i=-e[1]/360;return[t*r+n[0],t*i+n[1]]}var t=500,n=[480,250];return e.invert=function(e){var r=(e[0]-n[0])/t,i=(e[1]-n[1])/t;return[360*r,-360*i]},e.scale=function(n){return arguments.length?(t=+n,e):t},e.translate=function(t){return arguments.length?(n=[+t[0],+t[1]],e):n},e},d3.geo.mercator=function(){function e(e){var r=e[0]/360,i=-(Math.log(Math.tan(Math.PI/4+e[1]*mo/2))/mo)/360;return[t*r+n[0],t*Math.max(-0.5,Math.min(.5,i))+n[1]]}var t=500,n=[480,250];return e.invert=function(e){var r=(e[0]-n[0])/t,i=(e[1]-n[1])/t;return[360*r,2*Math.atan(Math.exp(-360*i*mo))/mo-90]},e.scale=function(n){return arguments.length?(t=+n,e):t},e.translate=function(t){return arguments.length?(n=[+t[0],+t[1]],e):n},e},d3.geo.path=function(){function e(e,t){typeof s=="function"&&(o=zr(s.apply(this,arguments))),f(e);var n=a.length?a.join(""):null;return a=[],n}function t(e){return u(e).join(",")}function n(e){var t=i(e[0]),n=0,r=e.length;while(++n<r)t-=i(e[n]);return t}function r(e){var t=d3.geom.polygon(e[0].map(u)),n=t.area(),r=t.centroid(n<0?(n*=-1,1):-1),i=r[0],s=r[1],o=n,a=0,f=e.length;while(++a<f)t=d3.geom.polygon(e[a].map(u)),n=t.area(),r=t.centroid(n<0?(n*=-1,1):-1),i-=r[0],s-=r[1],o-=n;return[i,s,6*o]}function i(e){return Math.abs(d3.geom.polygon(e.map(u)).area())}var s=4.5,o=zr(s),u=d3.geo.albersUsa(),a=[],f=Ur({FeatureCollection:function(e){var t=e.features,n=-1,r=t.length;while(++n<r)a.push(f(t[n].geometry))},Feature:function(e){f(e.geometry)},Point:function(e){a.push("M",t(e.coordinates),o)},MultiPoint:function(e){var n=e.coordinates,r=-1,i=n.length;while(++r<i)a.push("M",t(n[r]),o)},LineString:function(e){var n=e.coordinates,r=-1,i=n.length;a.push("M");while(++r<i)a.push(t(n[r]),"L");a.pop()},MultiLineString:function(e){var n=e.coordinates,r=-1,i=n.length,s,o,u;while(++r<i){s=n[r],o=-1,u=s.length,a.push("M");while(++o<u)a.push(t(s[o]),"L");a.pop()}},Polygon:function(e){var n=e.coordinates,r=-1,i=n.length,s,o,u;while(++r<i){s=n[r],o=-1;if((u=s.length-1)>0){a.push("M");while(++o<u)a.push(t(s[o]),"L");a[a.length-1]="Z"}}},MultiPolygon:function(e){var n=e.coordinates,r=-1,i=n.length,s,o,u,f,l,c;while(++r<i){s=n[r],o=-1,u=s.length;while(++o<u){f=s[o],l=-1;if((c=f.length-1)>0){a.push("M");while(++l<c)a.push(t(f[l]),"L");a[a.length-1]="Z"}}}},GeometryCollection:function(e){var t=e.geometries,n=-1,r=t.length;while(++n<r)a.push(f(t[n]))}}),l=e.area=Ur({FeatureCollection:function(e){var t=0,n=e.features,r=-1,i=n.length;while(++r<i)t+=l(n[r]);return t},Feature:function(e){return l(e.geometry)},Polygon:function(e){return n(e.coordinates)},MultiPolygon:function(e){var t=0,r=e.coordinates,i=-1,s=r.length;while(++i<s)t+=n(r[i]);return t},GeometryCollection:function(e){var t=0,n=e.geometries,r=-1,i=n.length;while(++r<i)t+=l(n[r]);return t}},0),c=e.centroid=Ur({Feature:function(e){return c(e.geometry)},Polygon:function(e){var t=r(e.coordinates);return[t[0]/t[2],t[1]/t[2]]},MultiPolygon:function(e){var t=0,n=e.coordinates,i,s=0,o=0,u=0,a=-1,f=n.length;while(++a<f)i=r(n[a]),s+=i[0],o+=i[1],u+=i[2];return[s/u,o/u]}});return e.projection=function(t){return u=t,e},e.pointRadius=function(t){return typeof t=="function"?s=t:(s=+t,o=zr(s)),e},e},d3.geo.bounds=function(e){var t=Infinity,n=Infinity,r=-Infinity,i=-Infinity;return Wr(e,function(e,s){e<t&&(t=e),e>r&&(r=e),s<n&&(n=s),s>i&&(i=s)}),[[t,n],[r,i]]};var go={Feature:Xr,FeatureCollection:Vr,GeometryCollection:$r,LineString:Jr,MultiLineString:Kr,MultiPoint:Jr,MultiPolygon:Qr,Point:Gr,Polygon:Yr};d3.geo.circle=function(){function e(){}function t(e){return a.distance(e)<u}function n(e){var t=-1,n=e.length,i=[],s,o,f,l,c;while(++t<n)c=a.distance(f=e[t]),c<u?(o&&i.push(ni(o,f)((l-u)/(l-c))),i.push(f),s=o=null):(o=f,!s&&i.length&&(i.push(ni(i[i.length-1],o)((u-l)/(c-l))),s=o)),l=c;return s=e[0],o=i[0],o&&f[0]===s[0]&&f[1]===s[1]&&(f[0]!==o[0]||f[1]!==o[1])&&i.push(o),r(i)}function r(e){var t=0,n=e.length,r,i,s=n?[e[0]]:e,o,u=a.source();while(++t<n){o=a.source(e[t-1])(e[t]).coordinates;for(r=0,i=o.length;++r<i;)s.push(o[r])}return a.source(u),s}var s=[0,0],o=89.99,u=o*mo,a=d3.geo.greatArc().source(s).target(i);e.clip=function(e){return typeof s=="function"&&a.source(s.apply(this,arguments)),f(e)||null};var f=Ur({FeatureCollection:function(e){var t=e.features.map(f).filter(i);return t&&(e=Object.create(e),e.features=t,e)},Feature:function(e){var t=f(e.geometry);return t&&(e=Object.create(e),e.geometry=t,e)},Point:function(e){return t(e.coordinates)&&e},MultiPoint:function(e){var n=e.coordinates.filter(t);return n.length&&{type:e.type,coordinates:n}},LineString:function(e){var t=n(e.coordinates);return t.length&&(e=Object.create(e),e.coordinates=t,e)},MultiLineString:function(e){var t=e.coordinates.map(n).filter(function(e){return e.length});return t.length&&(e=Object.create(e),e.coordinates=t,e)},Polygon:function(e){var t=e.coordinates.map(n);return t[0].length&&(e=Object.create(e),e.coordinates=t,e)},MultiPolygon:function(e){var t=e.coordinates.map(function(e){return e.map(n)}).filter(function(e){return e[0].length});return t.length&&(e=Object.create(e),e.coordinates=t,e)},GeometryCollection:function(e){var t=e.geometries.map(f).filter(i);return t.length&&(e=Object.create(e),e.geometries=t,e)}});return e.origin=function(t){return arguments.length?(s=t,typeof s!="function"&&a.source(s),e):s},e.angle=function(t){return arguments.length?(u=(o=+t)*mo,e):o},d3.rebind(e,a,"precision")},d3.geo.greatArc=function(){function e(){var t=e.distance.apply(this,arguments),r=0,u=s/t,a=[n];while((r+=u)<1)a.push(o(r));return a.push(i),{type:"LineString",coordinates:a}}var t=Zr,n,r=ei,i,s=6*mo,o=ti();return e.distance=function(){return typeof t=="function"&&o.source(n=t.apply(this,arguments)),typeof r=="function"&&o.target(i=r.apply(this,arguments)),o.distance()},e.source=function(r){return arguments.length?(t=r,typeof t!="function"&&o.source(n=t),e):t},e.target=function(t){return arguments.length?(r=t,typeof r!="function"&&o.target(i=r),e):r},e.precision=function(t){return arguments.length?(s=t*mo,e):s/mo},e},d3.geo.greatCircle=d3.geo.circle,d3.geom={},d3.geom.contour=function(e,t){var n=t||ri(e),r=[],i=n[0],s=n[1],o=0,u=0,a=NaN,f=NaN,l=0;do l=0,e(i-1,s-1)&&(l+=1),e(i,s-1)&&(l+=2),e(i-1,s)&&(l+=4),e(i,s)&&(l+=8),l===6?(o=f===-1?-1:1,u=0):l===9?(o=0,u=a===1?-1:1):(o=yo[l],u=bo[l]),o!=a&&u!=f&&(r.push([i,s]),a=o,f=u),i+=o,s+=u;while(n[0]!=i||n[1]!=s);return r};var yo=[1,0,1,1,-1,0,-1,1,0,0,0,0,-1,0,-1,NaN],bo=[0,-1,0,0,0,-1,0,0,1,-1,1,1,0,-1,0,NaN];d3.geom.hull=function(e){if(e.length<3)return[];var t=e.length,n=t-1,r=[],i=[],s,o,u=0,a,f,l,c,h,p,d,v;for(s=1;s<t;++s)e[s][1]<e[u][1]?u=s:e[s][1]==e[u][1]&&(u=e[s][0]<e[u][0]?s:u);for(s=0;s<t;++s){if(s===u)continue;f=e[s][1]-e[u][1],a=e[s][0]-e[u][0],r.push({angle:Math.atan2(f,a),index:s})}r.sort(function(e,t){return e.angle-t.angle}),d=r[0].angle,p=r[0].index,h=0;for(s=1;s<n;++s)o=r[s].index,d==r[s].angle?(a=e[p][0]-e[u][0],f=e[p][1]-e[u][1],l=e[o][0]-e[u][0],c=e[o][1]-e[u][1],a*a+f*f>=l*l+c*c?r[s].index=-1:(r[h].index=-1,d=r[s].angle,h=s,p=o)):(d=r[s].angle,h=s,p=o);i.push(u);for(s=0,o=0;s<2;++o)r[o].index!==-1&&(i.push(r[o].index),s++);v=i.length;for(;o<n;++o){if(r[o].index===-1)continue;while(!ii(i[v-2],i[v-1],r[o].index,e))--v;i[v++]=r[o].index}var m=[];for(s=0;s<v;++s)m.push(e[i[s]]);return m},d3.geom.polygon=function(e){return e.area=function(){var t=0,n=e.length,r=e[n-1][0]*e[0][1],i=e[n-1][1]*e[0][0];while(++t<n)r+=e[t-1][0]*e[t][1],i+=e[t-1][1]*e[t][0];return(i-r)*.5},e.centroid=function(t){var n=-1,r=e.length,i=0,s=0,o,u=e[r-1],a;arguments.length||(t=-1/(6*e.area()));while(++n<r)o=u,u=e[n],a=o[0]*u[1]-u[0]*o[1],i+=(o[0]+u[0])*a,s+=(o[1]+u[1])*a;return[i*t,s*t]},e.clip=function(t){var n,r=-1,i=e.length,s,o,u=e[i-1],a,f,l;while(++r<i){n=t.slice(),t.length=0,a=e[r],f=n[(o=n.length)-1],s=-1;while(++s<o)l=n[s],si(l,u,a)?(si(f,u,a)||t.push(oi(f,l,u,a)),t.push(l)):si(f,u,a)&&t.push(oi(f,l,u,a)),f=l;u=a}return t},e},d3.geom.voronoi=function(e){var t=e.map(function(){return[]});return ui(e,function(e){var n,r,i,s,o,u;e.a===1&&e.b>=0?(n=e.ep.r,r=e.ep.l):(n=e.ep.l,r=e.ep.r),e.a===1?(o=n?n.y:-1e6,i=e.c-e.b*o,u=r?r.y:1e6,s=e.c-e.b*u):(i=n?n.x:-1e6,o=e.c-e.a*i,s=r?r.x:1e6,u=e.c-e.a*s);var a=[i,o],f=[s,u];t[e.region.l.index].push(a,f),t[e.region.r.index].push(a,f)}),t.map(function(t,n){var r=e[n][0],i=e[n][1];return t.forEach(function(e){e.angle=Math.atan2(e[0]-r,e[1]-i)}),t.sort(function(e,t){return e.angle-t.angle}).filter(function(e,n){return!n||e.angle-t[n-1].angle>1e-10})})};var wo={l:"r",r:"l"};d3.geom.delaunay=function(e){var t=e.map(function(){return[]}),n=[];return ui(e,function(n){t[n.region.l.index].push(e[n.region.r.index])}),t.forEach(function(t,r){var i=e[r],s=i[0],o=i[1];t.forEach(function(e){e.angle=Math.atan2(e[0]-s,e[1]-o)}),t.sort(function(e,t){return e.angle-t.angle});for(var u=0,a=t.length-1;u<a;u++)n.push([i,t[u],t[u+1]])}),n},d3.geom.quadtree=function(e,t,n,r,i){function s(e,t,n,r,i,s){if(isNaN(t.x)||isNaN(t.y))return;if(e.leaf){var u=e.point;u?Math.abs(u.x-t.x)+Math.abs(u.y-t.y)<.01?o(e,t,n,r,i,s):(e.point=null,o(e,u,n,r,i,s),o(e,t,n,r,i,s)):e.point=t}else o(e,t,n,r,i,s)}function o(e,t,n,r,i,o){var u=(n+i)*.5,a=(r+o)*.5,f=t.x>=u,l=t.y>=a,c=(l<<1)+f;e.leaf=!1,e=e.nodes[c]||(e.nodes[c]=ai()),f?n=u:i=u,l?r=a:o=a,s(e,t,n,r,i,o)}var u,a=-1,f=e.length;f&&isNaN(e[0].x)&&(e=e.map(li));if(arguments.length<5)if(arguments.length===3)i=r=n,n=t;else{t=n=Infinity,r=i=-Infinity;while(++a<f)u=e[a],u.x<t&&(t=u.x),u.y<n&&(n=u.y),u.x>r&&(r=u.x),u.y>i&&(i=u.y);var l=r-t,c=i-n;l>c?i=n+l:r=t+c}var h=ai();return h.add=function(e){s(h,e,t,n,r,i)},h.visit=function(e){fi(e,h,t,n,r,i)},e.forEach(h.add),h},d3.time={};var Eo=Date,So=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];ci.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){xo.setUTCDate.apply(this._,arguments)},setDay:function(){xo.setUTCDay.apply(this._,arguments)},setFullYear:function(){xo.setUTCFullYear.apply(this._,arguments)},setHours:function(){xo.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){xo.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){xo.setUTCMinutes.apply(this._,arguments)},setMonth:function(){xo.setUTCMonth.apply(this._,arguments)},setSeconds:function(){xo.setUTCSeconds.apply(this._,arguments)},setTime:function(){xo.setTime.apply(this._,arguments)}};var xo=Date.prototype,To="%a %b %e %H:%M:%S %Y",No="%m/%d/%y",Co="%H:%M:%S",ko=So,Lo=ko.map(hi),Ao=["January","February","March","April","May","June","July","August","September","October","November","December"],Oo=Ao.map(hi);d3.time.format=function(e){function t(t){var r=[],i=-1,s=0,o,u;while(++i<n)e.charCodeAt(i)==37&&(r.push(e.substring(s,i),(u=Ro[o=e.charAt(++i)])?u(t):o),s=i+1);return r.push(e.substring(s,i)),r.join("")}var n=e.length;return t.parse=function(t){var n={y:1900,m:0,d:1,H:0,M:0,S:0,L:0},r=pi(n,e,t,0);if(r!=t.length)return null;"p"in n&&(n.H=n.H%12+n.p*12);var i=new Eo;return i.setFullYear(n.y,n.m,n.d),i.setHours(n.H,n.M,n.S,n.L),i},t.toString=function(){return e},t};var Mo=d3.format("02d"),_o=d3.format("03d"),Do=d3.format("04d"),Po=d3.format("2d"),Ho=di(ko),Bo=di(Lo),jo=di(Ao),Fo=vi(Ao),Io=di(Oo),qo=vi(Oo),Ro={a:function(e){return Lo[e.getDay()]},A:function(e){return ko[e.getDay()]},b:function(e){return Oo[e.getMonth()]},B:function(e){return Ao[e.getMonth()]},c:d3.time.format(To),d:function(e){return Mo(e.getDate())},e:function(e){return Po(e.getDate())},H:function(e){return Mo(e.getHours())},I:function(e){return Mo(e.getHours()%12||12)},j:function(e){return _o(1+d3.time.dayOfYear(e))},L:function(e){return _o(e.getMilliseconds())},m:function(e){return Mo(e.getMonth()+1)},M:function(e){return Mo(e.getMinutes())},p:function(e){return e.getHours()>=12?"PM":"AM"},S:function(e){return Mo(e.getSeconds())},U:function(e){return Mo(d3.time.sundayOfYear(e))},w:function(e){return e.getDay()},W:function(e){return Mo(d3.time.mondayOfYear(e))},x:d3.time.format(No),X:d3.time.format(Co),y:function(e){return Mo(e.getFullYear()%100)},Y:function(e){return Do(e.getFullYear()%1e4)},Z:Di,"%":function(e){return"%"}},Uo={a:mi,A:gi,b:yi,B:bi,c:wi,d:ki,e:ki,H:Li,I:Li,L:Mi,m:Ci,M:Ai,p:_i,S:Oi,x:Ei,X:Si,y:Ti,Y:xi},zo=/^\s*\d+/,Wo=d3.map({am:0,pm:1});d3.time.format.utc=function(e){function t(e){try{Eo=ci;var t=new Eo;return t._=e,n(t)}finally{Eo=Date}}var n=d3.time.format(e);return t.parse=function(e){try{Eo=ci;var t=n.parse(e);return t&&t._}finally{Eo=Date}},t.toString=n.toString,t};var Xo=d3.time.format.utc("%Y-%m-%dT%H:%M:%S.%LZ");d3.time.format.iso=Date.prototype.toISOString?Pi:Xo,Pi.parse=function(e){var t=new Date(e);return isNaN(t)?null:t},Pi.toString=Xo.toString,d3.time.second=Hi(function(e){return new Eo(Math.floor(e/1e3)*1e3)},function(e,t){e.setTime(e.getTime()+Math.floor(t)*1e3)},function(e){return e.getSeconds()}),d3.time.seconds=d3.time.second.range,d3.time.seconds.utc=d3.time.second.utc.range,d3.time.minute=Hi(function(e){return new Eo(Math.floor(e/6e4)*6e4)},function(e,t){e.setTime(e.getTime()+Math.floor(t)*6e4)},function(e){return e.getMinutes()}),d3.time.minutes=d3.time.minute.range,d3.time.minutes.utc=d3.time.minute.utc.range,d3.time.hour=Hi(function(e){var t=e.getTimezoneOffset()/60;return new Eo((Math.floor(e/36e5-t)+t)*36e5)},function(e,t){e.setTime(e.getTime()+Math.floor(t)*36e5)},function(e){return e.getHours()}),d3.time.hours=d3.time.hour.range,d3.time.hours.utc=d3.time.hour.utc.range,d3.time.day=Hi(function(e){var t=new Eo(1970,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t},function(e,t){e.setDate(e.getDate()+t)},function(e){return e.getDate()-1}),d3.time.days=d3.time.day.range,d3.time.days.utc=d3.time.day.utc.range,d3.time.dayOfYear=function(e){var t=d3.time.year(e);return Math.floor((e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*6e4)/864e5)},So.forEach(function(e,t){e=e.toLowerCase(),t=7-t;var n=d3.time[e]=Hi(function(e){return(e=d3.time.day(e)).setDate(e.getDate()-(e.getDay()+t)%7),e},function(e,t){e.setDate(e.getDate()+Math.floor(t)*7)},function(e){var n=d3.time.year(e).getDay();return Math.floor((d3.time.dayOfYear(e)+(n+t)%7)/7)-(n!==t)});d3.time[e+"s"]=n.range,d3.time[e+"s"].utc=n.utc.range,d3.time[e+"OfYear"]=function(e){var n=d3.time.year(e).getDay();return Math.floor((d3.time.dayOfYear(e)+(n+t)%7)/7)}}),d3.time.week=d3.time.sunday,d3.time.weeks=d3.time.sunday.range,d3.time.weeks.utc=d3.time.sunday.utc.range,d3.time.weekOfYear=d3.time.sundayOfYear,d3.time.month=Hi(function(e){return e=d3.time.day(e),e.setDate(1),e},function(e,t){e.setMonth(e.getMonth()+t)},function(e){return e.getMonth()}),d3.time.months=d3.time.month.range,d3.time.months.utc=d3.time.month.utc.range,d3.time.year=Hi(function(e){return e=d3.time.day(e),e.setMonth(0,1),e},function(e,t){e.setFullYear(e.getFullYear()+t)},function(e){return e.getFullYear()}),d3.time.years=d3.time.year.range,d3.time.years.utc=d3.time.year.utc.range;var Vo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],$o=[[d3.time.second,1],[d3.time.second,5],[d3.time.second,15],[d3.time.second,30],[d3.time.minute,1],[d3.time.minute,5],[d3.time.minute,15],[d3.time.minute,30],[d3.time.hour,1],[d3.time.hour,3],[d3.time.hour,6],[d3.time.hour,12],[d3.time.day,1],[d3.time.day,2],[d3.time.week,1],[d3.time.month,1],[d3.time.month,3],[d3.time.year,1]],Jo=[[d3.time.format("%Y"),function(e){return!0}],[d3.time.format("%B"),function(e){return e.getMonth()}],[d3.time.format("%b %d"),function(e){return e.getDate()!=1}],[d3.time.format("%a %d"),function(e){return e.getDay()&&e.getDate()!=1}],[d3.time.format("%I %p"),function(e){return e.getHours()}],[d3.time.format("%I:%M"),function(e){return e.getMinutes()}],[d3.time.format(":%S"),function(e){return e.getSeconds()}],[d3.time.format(".%L"),function(e){return e.getMilliseconds()}]],Ko=d3.scale.linear(),Qo=qi(Jo);$o.year=function(e,t){return Ko.domain(e.map(Ui)).ticks(t).map(Ri)},d3.time.scale=function(){return ji(d3.scale.linear(),$o,Qo)};var Go=$o.map(function(e){return[e[0].utc,e[1]]}),Yo=[[d3.time.format.utc("%Y"),function(e){return!0}],[d3.time.format.utc("%B"),function(e){return e.getUTCMonth()}],[d3.time.format.utc("%b %d"),function(e){return e.getUTCDate()!=1}],[d3.time.format.utc("%a %d"),function(e){return e.getUTCDay()&&e.getUTCDate()!=1}],[d3.time.format.utc("%I %p"),function(e){return e.getUTCHours()}],[d3.time.format.utc("%I:%M"),function(e){return e.getUTCMinutes()}],[d3.time.format.utc(":%S"),function(e){return e.getUTCSeconds()}],[d3.time.format.utc(".%L"),function(e){return e.getUTCMilliseconds()}]],Zo=qi(Yo);Go.year=function(e,t){return Ko.domain(e.map(Wi)).ticks(t).map(zi)},d3.time.scale.utc=function(){return ji(d3.scale.linear(),Go,Zo)}})();
\ No newline at end of file
diff --git a/components/originalComponents/static/vendor/timeknots/src/timeknots-min.js b/components/originalComponents/static/vendor/timeknots/src/timeknots-min.js
new file mode 100755
index 00000000..83f1480b
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/src/timeknots-min.js
@@ -0,0 +1 @@
+var TimeKnots={draw:function(e,t,n){var r={width:600,height:200,radius:10,lineWidth:4,color:"#999",background:"#FFF",dateFormat:"%Y/%m/%d %H:%M:%S",horizontalLayout:true,showLabels:false,labelFormat:"%Y/%m/%d %H:%M:%S",addNow:false,seriesColor:d3.scale.category20()};if(n!=undefined){for(var i in n){r[i]=n[i]}}if(r.addNow!=false){t.push({date:new Date,name:r.addNowLabel||"Today"})}var s=d3.select(e).append("div").style("opacity",0).style("position","absolute").style("font-family","Helvetica Neue").style("font-weight","300").style("background","rgba(0,0,0,0.5)").style("color","white").style("padding","5px 10px 5px 10px").style("-moz-border-radius","8px 8px").style("border-radius","8px 8px");var o=d3.select(e).append("svg").attr("width",r.width).attr("height",r.height);var u=t.map(function(e){return Date.parse(e.date)});var a=d3.max(u);var f=d3.min(u);var l=(d3.max(t.map(function(e){return e.radius}))||r.radius)*1.5+r.lineWidth;var c=r.horizontalLayout?(r.width-2*l)/(a-f):(r.height-2*l)/(a-f);var h=[];if(a==f){c=0;if(r.horizontalLayout){l=r.width/2}else{l=r.height/2}}o.append("line").attr("class","timeline-line").attr("x1",function(e){if(r.horizontalLayout){return l}return Math.floor(r.width/2)}).attr("x2",function(e){if(r.horizontalLayout){return r.width-l}return Math.floor(r.width/2)}).attr("y1",function(e){if(r.horizontalLayout){return Math.floor(r.height/2)}return l}).attr("y2",function(e){if(r.horizontalLayout){return Math.floor(r.height/2)}return r.height-l}).style("stroke",r.color).style("stroke-width",r.lineWidth);o.selectAll("circle").data(t).enter().append("circle").attr("class","timeline-event").attr("r",function(e){if(e.radius!=undefined){return e.radius}return r.radius}).style("stroke",function(e){if(e.color!=undefined){return e.color}if(e.series!=undefined){if(h.indexOf(e.series)<0){h.push(e.series)}console.log(e.series,h,h.indexOf(e.series));return r.seriesColor(h.indexOf(e.series))}return r.color}).style("stroke-width",function(e){if(e.lineWidth!=undefined){return e.lineWidth}return r.lineWidth}).style("fill",function(e){if(e.background!=undefined){return e.background}return r.background}).attr("cy",function(e){if(r.horizontalLayout){return Math.floor(r.height/2)}return Math.floor(c*((new Date(e.date)).getTime()-f)+l)}).attr("cx",function(e){if(r.horizontalLayout){var t=Math.floor(c*((new Date(e.date)).getTime()-f)+l);return t}return Math.floor(r.width/2)}).on("mouseover",function(e){var t=d3.time.format(r.dateFormat);var n=t(new Date(e.date));var i=n!=""?e.name+" <small>("+n+")</small>":e.name;d3.select(this).style("fill",function(e){if(e.color!=undefined){return e.color}return r.color}).transition().duration(100).attr("r",function(e){if(e.radius!=undefined){return Math.floor(e.radius*1.5)}return Math.floor(r.radius*1.5)});s.html("");if(e.img!=undefined){s.append("img").style("float","left").style("margin-right","4px").attr("src",e.img).attr("width","64px")}s.append("div").style("float","left").html(i);s.transition().duration(100).style("opacity",.9)}).on("mouseout",function(){d3.select(this).style("fill",function(e){if(e.background!=undefined){return e.background}return r.background}).transition().duration(100).attr("r",function(e){if(e.radius!=undefined){return e.radius}return r.radius});s.transition().duration(100).style("opacity",0)});if(r.showLabels!=false){var p=d3.time.format(r.labelFormat);var d=p(new Date(f));var v=p(new Date(a));o.append("text").text(d).style("font-size","70%").attr("x",function(e){if(r.horizontalLayout){return d3.max([0,l-this.getBBox().width/2])}return Math.floor(this.getBBox().width/2)}).attr("y",function(e){if(r.horizontalLayout){return Math.floor(r.height/2+(l+this.getBBox().height))}return l+this.getBBox().height/2});o.append("text").text(v).style("font-size","70%").attr("x",function(e){if(r.horizontalLayout){return r.width-d3.max([this.getBBox().width,l+this.getBBox().width/2])}return Math.floor(this.getBBox().width/2)}).attr("y",function(e){if(r.horizontalLayout){return Math.floor(r.height/2+(l+this.getBBox().height))}return r.height-l+this.getBBox().height/2})}o.on("mousemove",function(){tipPixels=parseInt(s.style("height").replace("px",""));return s.style("top",d3.event.pageY-tipPixels-l+"px").style("left",d3.event.pageX+20+"px")}).on("mouseout",function(){return s.style("opacity",0).style("top","0px").style("left","0px")})}}
\ No newline at end of file
diff --git a/components/originalComponents/static/vendor/timeknots/src/timeknots.js b/components/originalComponents/static/vendor/timeknots/src/timeknots.js
new file mode 100755
index 00000000..d46ec60c
--- /dev/null
+++ b/components/originalComponents/static/vendor/timeknots/src/timeknots.js
@@ -0,0 +1,139 @@
+var TimeKnots = {
+  draw: function(id, events, options){
+    var cfg = {
+      width: 600,
+      height: 200,
+      radius: 10,
+      lineWidth: 4,
+      color: "#999",
+      background: "#FFF",
+      dateFormat: "%Y/%m/%d %H:%M:%S",
+      horizontalLayout: true,
+      showLabels: false,
+      labelFormat: "%Y/%m/%d %H:%M:%S",
+      addNow: false,
+      seriesColor: d3.scale.category20()
+    };
+    
+    
+    //default configuration overrid
+    if(options != undefined){
+      for(var i in options){
+        cfg[i] = options[i];
+      }
+    }
+    if(cfg.addNow != false){
+      events.push({date: new Date(), name: cfg.addNowLabel || "Today"});
+    }
+    var tip = d3.select(id)
+    .append('div')
+    .style("opacity", 0)
+    .style("position", "absolute")
+    .style("font-family", "Helvetica Neue")
+    .style("font-weight", "300")
+    .style("background","rgba(0,0,0,0.5)")
+    .style("color", "white")
+    .style("padding", "5px 10px 5px 10px")
+    .style("-moz-border-radius", "8px 8px")
+    .style("border-radius", "8px 8px");
+    var svg = d3.select(id).append('svg').attr("width", cfg.width).attr("height", cfg.height);
+    //Calculate times in terms of timestamps
+    
+    var timestamps = events.map(function(d){return  Date.parse(d.date);});//new Date(d.date).getTime()});
+    var maxValue = d3.max(timestamps);
+    var minValue = d3.min(timestamps);
+    var margin = (d3.max(events.map(function(d){return d.radius})) || cfg.radius)*1.5+cfg.lineWidth;
+    var step = (cfg.horizontalLayout)?((cfg.width-2*margin)/(maxValue - minValue)):((cfg.height-2*margin)/(maxValue - minValue));
+    var series = [];
+    if(maxValue == minValue){step = 0;if(cfg.horizontalLayout){margin=cfg.width/2}else{margin=cfg.height/2}}
+    svg.append("line")
+    .attr("class", "timeline-line")
+    .attr("x1", function(d){if(cfg.horizontalLayout){return (margin)} return Math.floor(cfg.width/2)})
+    .attr("x2", function(d){if(cfg.horizontalLayout){return (cfg.width - margin)} return Math.floor(cfg.width/2)})
+    .attr("y1", function(d){if(cfg.horizontalLayout){return Math.floor(cfg.height/2)}return margin})
+    .attr("y2", function(d){if(cfg.horizontalLayout){return Math.floor(cfg.height/2)}return cfg.height-margin})
+    .style("stroke", cfg.color)
+    .style("stroke-width", cfg.lineWidth);
+    
+    svg.selectAll("circle")
+    .data(events).enter()
+    .append("circle")
+    .attr("class", "timeline-event")
+    .attr("r", function(d){if(d.radius != undefined){return d.radius} return cfg.radius})
+    .style("stroke", function(d){
+                    if(d.color != undefined){
+                      return d.color
+                    }
+                    if(d.series != undefined){
+                      if(series.indexOf(d.series) < 0){
+                        series.push(d.series);
+                      }
+                      console.log(d.series, series, series.indexOf(d.series));
+                      return cfg.seriesColor(series.indexOf(d.series));
+                    }
+                    return cfg.color}
+    )
+    .style("stroke-width", function(d){if(d.lineWidth != undefined){return d.lineWidth} return cfg.lineWidth})
+    .style("fill", function(d){if(d.background != undefined){return d.background} return cfg.background})
+    .attr("cy", function(d){
+        if(cfg.horizontalLayout){
+          return Math.floor(cfg.height/2)
+        }
+        return Math.floor(step*(new Date(d.date).getTime() - minValue) + margin)
+    })
+    .attr("cx", function(d){
+        if(cfg.horizontalLayout){
+          var x=  Math.floor(step*(new Date(d.date).getTime() - minValue) + margin);
+          return x;
+        }
+        return Math.floor(cfg.width/2)
+    }).on("mouseover", function(d){
+      var format = d3.time.format(cfg.dateFormat);
+      var datetime = format(new Date(d.date)); 
+      var dateValue = (datetime != "")?(d.name +" <small>("+datetime+")</small>"):d.name;
+      d3.select(this)
+      .style("fill", function(d){if(d.color != undefined){return d.color} return cfg.color}).transition()
+      .duration(100).attr("r",  function(d){if(d.radius != undefined){return Math.floor(d.radius*1.5)} return Math.floor(cfg.radius*1.5)});
+      tip.html("");
+      if(d.img != undefined){
+        tip.append("img").style("float", "left").style("margin-right", "4px").attr("src", d.img).attr("width", "64px");
+      }
+      tip.append("div").style("float", "left").html(dateValue ); 
+      tip.transition()
+      .duration(100)
+      .style("opacity", .9);
+    
+    })
+    .on("mouseout", function(){
+        d3.select(this)
+        .style("fill", function(d){if(d.background != undefined){return d.background} return cfg.background}).transition()
+        .duration(100).attr("r", function(d){if(d.radius != undefined){return d.radius} return cfg.radius});
+        tip.transition()
+        .duration(100)
+    .style("opacity", 0)});
+    
+    //Adding start and end labels
+    if(cfg.showLabels != false){
+      var format = d3.time.format(cfg.labelFormat);
+      var startString = format(new Date(minValue));
+//      var startStringLength = startString.getBBox().width+8;
+      var endString = format(new Date(maxValue));
+      svg.append("text")
+         .text(startString).style("font-size", "70%")
+         .attr("x", function(d){if(cfg.horizontalLayout){return d3.max([0, (margin-this.getBBox().width/2)])} return Math.floor(this.getBBox().width/2)})
+         .attr("y", function(d){if(cfg.horizontalLayout){return Math.floor(cfg.height/2+(margin+this.getBBox().height))}return margin+this.getBBox().height/2});
+         
+      svg.append("text")
+         .text(endString).style("font-size", "70%")
+         .attr("x", function(d){if(cfg.horizontalLayout){return  cfg.width -  d3.max([this.getBBox().width, (margin+this.getBBox().width/2)])} return Math.floor(this.getBBox().width/2)})
+         .attr("y", function(d){if(cfg.horizontalLayout){return Math.floor(cfg.height/2+(margin+this.getBBox().height))}return cfg.height-margin+this.getBBox().height/2})
+    }
+    
+    
+    svg.on("mousemove", function(){
+        tipPixels = parseInt(tip.style("height").replace("px", ""));
+    return tip.style("top", (d3.event.pageY-tipPixels-margin)+"px").style("left",(d3.event.pageX+20)+"px");})
+    .on("mouseout", function(){return tip.style("opacity", 0).style("top","0px").style("left","0px");});
+  }
+}
+
diff --git a/components/originalComponents/types/rdfs__Resource/html.template b/components/originalComponents/types/rdfs__Resource/html.template
new file mode 100755
index 00000000..a621c584
--- /dev/null
+++ b/components/originalComponents/types/rdfs__Resource/html.template
@@ -0,0 +1,41 @@
+{%include "../../includes/header.inc"%}
+    <div class="container-fluid">
+    <h1>Default view</h1>
+
+    <table class="table table-striped" about="{{uri}}">
+    <thead>
+      <tr><th>Subject</th><th>Predicate</th><th>Object</th></tr>
+    </thead>
+    {% for row in models.po %}
+     <tr>
+<td>{%if forloop.first%}<a href='{{lodspk.this.value}}'>{{lodspk.this.curie}}</a>{%endif%}</td>
+     <td><a href='{{row.p.value}}'>{{row.p.curie}}</a></td>
+     
+        <td>
+        {%if row.o.uri == 1%}
+        <a rel='{{row.p.value}}' href='{{row.o.value}}'>{{row.o.curie}}</a>
+        {%else%}
+        <span property='{{row.p.value}}'>{{row.o.value}}</span>
+        {%endif%}
+        </td>
+
+        </tr>
+    {% endfor %}
+
+    {% for row in models.sp %}
+      <tr>
+        <td><a href='{{row.s.value}}'>{{row.s.curie}}</a></td>
+
+        <td><a rev='{{row.s.value}}' href='{{row.p.value}}'>{{row.p.curie}}</a></td>
+<td>{%if forloop.first%}<a href='{{lodspk.this.value}}'>{{lodspk.this.curie}}</a>{%endif%}</td>
+        </tr>
+    {% endfor %}
+    <thead>
+      <tr><th>Subject</th><th>Predicate</th><th>Object</th></tr>
+    </thead>
+
+    </table>
+    </div>    
+    
+  </body>
+</html>
diff --git a/components/originalComponents/types/rdfs__Resource/queries/po.query b/components/originalComponents/types/rdfs__Resource/queries/po.query
new file mode 100755
index 00000000..b94e28d7
--- /dev/null
+++ b/components/originalComponents/types/rdfs__Resource/queries/po.query
@@ -0,0 +1,9 @@
+SELECT DISTINCT ?p ?o  WHERE {
+  {
+    GRAPH ?g{
+                <{{uri}}> ?p ?o.
+    }
+  }UNION{     
+                <{{uri}}> ?p ?o .
+  }
+}LIMIT {{lodspk.maxResults}}
diff --git a/components/originalComponents/types/rdfs__Resource/queries/sp.query b/components/originalComponents/types/rdfs__Resource/queries/sp.query
new file mode 100755
index 00000000..f9e6060d
--- /dev/null
+++ b/components/originalComponents/types/rdfs__Resource/queries/sp.query
@@ -0,0 +1,9 @@
+SELECT DISTINCT ?s ?p  WHERE {
+  {
+    GRAPH ?g{
+                ?s ?p <{{uri}}> .
+    }
+  }UNION{     
+                ?s ?p <{{uri}}> .
+  }
+}LIMIT {{lodspk.maxResults}}
diff --git a/components/static/img/brosingkort-circle.png b/components/static/img/brosingkort-circle.png
new file mode 100644
index 0000000000000000000000000000000000000000..645dc0a3629c15ba8feb98990f76c169593e42c2
GIT binary patch
literal 183298
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

literal 0
HcmV?d00001

diff --git a/components/static/img/sangerfest-circle.png b/components/static/img/sangerfest-circle.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a4e2244a87763b6703361ee59bcffcd0f7bd065
GIT binary patch
literal 73797
zcmaHSb9^RGv+onz+1R%2Y;4<h^2D~yjkU=p*;pIf8{4*R-~8V5zUQ7l?mhFF`Aknw
zeXFXws=8;oW+D~kB@ke7U;zLCf|R7FG5`P~^v?ke_EqyDua^FG!gdkUbWw3IcX2mz
zG6M*kIvAS~N!b}$m?@hXnR+@7oAChvU{+SDnl74hvOFdZb__=U&@gz|0l&}y0H2@-
z(8$Eb%!SC<%)-i^pX9Qwi-gF^l%GU{U5-f(C}L)5CF$j4rs5^9YT{*M!fi?-C_u#L
z!Slty&dkM#$ivRo-kHaPpX6VBdA`d3R5Owg{forKhM(lWl+u(_Boc9OG9zMVV5K)<
zVrC}d;9y{8W9Q&trXyluVrF4v`r0|@nb~;QIe1t&iT=Hjd`WXMHRn+l75}%auPc5M
zOBWX)4<n<yyE}tBD}#fR1tT*zH}^k0SXk)4DCnI%?OlvK=<S_J|HDDl%-O`r3g}|x
zU{CZ9M<ZhgR~LSgFHQfe33fnbD+@~(=l^DI@BHu1`sy}D4<jHWGXoQ&)4yo`Y2SZP
za&rGW!p`o$shwSv&Hk_Q|4;tTs-8eIMrAW+2UjPPFDsgp{tr?AyP$sv|J?>2IU^?<
zvo9-(8`(OW{p*ID9FM4jiL0HNy^EA6Kgky<gQ=A%kGP018#^--8>_e&D>JhgD>o}U
zi>QbwCp)t!H#a*Q*MG25_RcOw_9kZk!CL)aEbIS@<q>f*GjefoQgv{!{f{#!S~|Em
zI9oaZi9}Rbi8QS2O&#2w|FP4TR{!W}=49n&W-9LFU`O<?F5|KKAJSc2zeICzGI4N<
zaIuTBv$KhcF@G7Ki&Ioggj0l5oQ0i(i-Y9fK-2%x<bMI##lDNNv5Rtwvi*O6j9+Rn
z{^KA2!(aYW_2q>B6#v`%zb^hee$4E@y4&e1I=ng#sJ_B9Kv7mzY-ngmUS7VtyE`c<
zNm*H0RaMo}(sE>EL{?VT-rinRRMgzuTuMsH#l^+g*cb=|N=r+ttE>O`@gpK4!pX@=
zS64SKF3#H8T3cH?At6CgQ86SW<l^F@udgpPH8nFcQ%Fe2z`&rRqa!^%Jvutt(9qDw
z$0sZ-%*)Hm*48#CC@3l_>MKURfB&wjsp;?U-`3U^5D?JZ+?<=6o1L9qP*Cva&!6k-
z>*C^K0Re&C-QBINt%{0@?d|Qu!^8ai{MOc14-b!DzkYpueALv`G&VNw?Ch+qt(BIR
zZftB+RaNcn?X9n`9~>NPZf@4q)$#K3uCA``@9&qDl^q=&EiW%0A0K}OCOtj<%F4>p
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
KMNUMnLSTZY%CBtz

literal 0
HcmV?d00001

diff --git a/components/static/js/bootstrap-typeahead.js.bck b/components/static/js/bootstrap-typeahead.js.bck
new file mode 100755
index 00000000..dd58c66b
--- /dev/null
+++ b/components/static/js/bootstrap-typeahead.js.bck
@@ -0,0 +1,311 @@
+/* =============================================================
+ * bootstrap-typeahead.js v2.0.0
+ * http://twitter.github.com/bootstrap/javascript.html#typeahead
+ * =============================================================
+ * Copyright 2012 Twitter, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============================================================ */
+
+!function( $ ){
+
+  "use strict"
+
+  var Typeahead = function ( element, options ) {
+    this.$element = $(element)
+    this.options = $.extend({}, $.fn.typeahead.defaults, options)
+    this.matcher = this.options.matcher || this.matcher
+    this.sorter = this.options.sorter || this.sorter
+    this.highlighter = this.options.highlighter || this.highlighter
+    this.$menu = $(this.options.menu).appendTo('body')
+    this.source = this.options.source
+    this.onselect = this.options.onselect
+    this.strings = true
+    this.shown = false
+    this.listen()
+  }
+
+  Typeahead.prototype = {
+
+    constructor: Typeahead
+
+  , select: function () {
+      var val = JSON.parse(this.$menu.find('.active').attr('data-value'))
+        , text
+
+      if (!this.strings) text = val[this.options.property]
+      else text = val
+
+      this.$element.val(text)
+
+      if (typeof this.onselect == "function")
+          this.onselect(val)
+
+      return this.hide()
+    }
+
+  , show: function () {
+      var pos = $.extend({}, this.$element.offset(), {
+        height: this.$element[0].offsetHeight
+      })
+
+      this.$menu.css({
+        top: pos.top + pos.height
+      , left: pos.left
+      })
+
+      this.$menu.show()
+      this.shown = true
+      return this
+    }
+
+  , hide: function () {
+      this.$menu.hide()
+      this.shown = false
+      return this
+    }
+
+  , lookup: function (event) {
+      var that = this
+        , items
+        , q
+        , value
+
+      this.query = this.$element.val()
+
+      if (typeof this.source == "function") {
+        value = this.source(this, this.query)
+        if (value) this.process(value)
+      } else {
+        this.process(this.source)
+      }
+    }
+
+  , process: function (results) {
+      var that = this
+        , items
+        , q
+
+      if (results.length && typeof results[0] != "string")
+          this.strings = false
+
+      this.query = this.$element.val()
+
+      if (!this.query) {
+        return this.shown ? this.hide() : this
+      }
+
+      items = $.grep(results, function (item) {
+        if (!that.strings)
+          item = item[that.options.property]
+        if (that.matcher(item)) return item
+      })
+
+      items = this.sorter(items)
+
+      if (!items.length) {
+        return this.shown ? this.hide() : this
+      }
+
+      return this.render(items.slice(0, this.options.items)).show()
+    }
+
+  , matcher: function (item) {
+      return ~item.toLowerCase().indexOf(this.query.toLowerCase())
+    }
+
+  , sorter: function (items) {
+      var beginswith = []
+        , caseSensitive = []
+        , caseInsensitive = []
+        , item
+        , sortby
+
+      while (item = items.shift()) {
+        if (this.strings) sortby = item
+        else sortby = item[this.options.property]
+
+        if (!sortby.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
+        else if (~sortby.indexOf(this.query)) caseSensitive.push(item)
+        else caseInsensitive.push(item)
+      }
+
+      return beginswith.concat(caseSensitive, caseInsensitive)
+    }
+
+  , highlighter: function (item) {
+      return item.replace(new RegExp('(' + this.query + ')', 'ig'), function ($1, match) {
+        return '<strong>' + match + '</strong>'
+      })
+    }
+
+  , render: function (items) {
+      var that = this
+
+      items = $(items).map(function (i, item) {
+        i = $(that.options.item).attr('data-value', JSON.stringify(item))
+        if (!that.strings)
+            item = item[that.options.property]
+        i.find('a').html(that.highlighter(item))
+        return i[0]
+      })
+
+      items.first().addClass('active')
+      this.$menu.html(items)
+      return this
+    }
+
+  , next: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , next = active.next()
+
+      if (!next.length) {
+        next = $(this.$menu.find('li')[0])
+      }
+
+      next.addClass('active')
+    }
+
+  , prev: function (event) {
+      var active = this.$menu.find('.active').removeClass('active')
+        , prev = active.prev()
+
+      if (!prev.length) {
+        prev = this.$menu.find('li').last()
+      }
+
+      prev.addClass('active')
+    }
+
+  , listen: function () {
+      this.$element
+        .on('blur',     $.proxy(this.blur, this))
+        .on('keypress', $.proxy(this.keypress, this))
+        .on('keyup',    $.proxy(this.keyup, this))
+
+      if ($.browser.webkit || $.browser.msie) {
+        this.$element.on('keydown', $.proxy(this.keypress, this))
+      }
+
+      this.$menu
+        .on('click', $.proxy(this.click, this))
+        .on('mouseenter', 'li', $.proxy(this.mouseenter, this))
+    }
+
+  , keyup: function (e) {
+      e.stopPropagation()
+      e.preventDefault()
+
+      switch(e.keyCode) {
+        case 40: // down arrow
+        case 38: // up arrow
+          break
+
+        case 9: // tab
+        case 13: // enter
+          if (!this.shown) return
+          this.select()
+          break
+
+        case 27: // escape
+          this.hide()
+          break
+
+        default:
+          this.lookup()
+      }
+
+  }
+
+  , keypress: function (e) {
+      e.stopPropagation()
+      if (!this.shown) return
+
+      switch(e.keyCode) {
+        case 9: // tab
+        case 13: // enter
+        case 27: // escape
+          e.preventDefault()
+          break
+
+        case 38: // up arrow
+          e.preventDefault()
+          this.prev()
+          break
+
+        case 40: // down arrow
+          e.preventDefault()
+          this.next()
+          break
+      }
+    }
+
+  , blur: function (e) {
+      var that = this
+      e.stopPropagation()
+      e.preventDefault()
+      setTimeout(function () { that.hide() }, 150)
+    }
+
+  , click: function (e) {
+      e.stopPropagation()
+      e.preventDefault()
+      this.select()
+    }
+
+  , mouseenter: function (e) {
+      this.$menu.find('.active').removeClass('active')
+      $(e.currentTarget).addClass('active')
+    }
+
+  }
+
+
+  /* TYPEAHEAD PLUGIN DEFINITION
+   * =========================== */
+
+  $.fn.typeahead = function ( option ) {
+    return this.each(function () {
+      var $this = $(this)
+        , data = $this.data('typeahead')
+        , options = typeof option == 'object' && option
+      if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
+      if (typeof option == 'string') data[option]()
+    })
+  }
+
+  $.fn.typeahead.defaults = {
+    source: []
+  , items: 8
+  , menu: '<ul class="typeahead dropdown-menu"></ul>'
+  , item: '<li><a href="#"></a></li>'
+  , onselect: null
+  , property: 'value'
+  }
+
+  $.fn.typeahead.Constructor = Typeahead
+
+
+ /* TYPEAHEAD DATA-API
+  * ================== */
+
+  $(function () {
+    $('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
+      var $this = $(this)
+      if ($this.data('typeahead')) return
+      e.preventDefault()
+      $this.typeahead($this.data())
+    })
+  })
+
+}( window.jQuery );
diff --git a/components/types/owl__Thing/html.template b/components/types/owl__Thing/html.template
new file mode 100644
index 00000000..57cd4343
--- /dev/null
+++ b/components/types/owl__Thing/html.template
@@ -0,0 +1,274 @@
+{%include "../../includes/header.inc"%}
+    <div class="container main-body">
+    	<div class="row">
+			<div class="col-md-3">
+			<div class="bs-sidebar hidden-xs hidden-sm affix">
+				<ul class="nav">
+					<li><a href="#image"><span class="glyphicon glyphicon-picture"></span> Foto</a></li>
+					{% if first.transcription.html.value != null %}
+						<li><a href="#transcription"><span class="glyphicon glyphicon-align-left"></span> Transkripsjon</a></li>
+					{% endif %}
+					{% if first.subjects.subject.value != null %}
+						<li><a href="#subjects"><span class="glyphicon glyphicon-tags"></span> Emner</a></li>
+					{% endif %}
+					{% if first.depicted.depicts.value != null %}
+						<li><a href="#places"><span class="glyphicon glyphicon-user"></span> Personer</a></li>
+					{% endif %} 
+					{% if first.places.long.value != null %}
+						<li><a href="#places"><span class="glyphicon glyphicon-map-marker"></span> Steder</a></li>
+					{% endif %} 
+					<li><a href="#disqus_thread"><span class="glyphicon glyphicon-bullhorn"></span> Kommentarer</a></li>
+				</ul>
+				
+				<div class="feedback-error alert alert-warning">
+					<p><a href="mailto:billed@uib.no"><span class="glyphicon glyphicon-exclamation-sign"></span> Feil!? Gi oss beskjed!</a></p>
+				</div>
+				
+				<div class="browse-sidebar">
+					<h4>Bla i:</h4>
+					<ul class="nav">
+						{%include "../../includes/nav.inc"%}
+					</ul>
+				</div>	
+				</div> <!-- End Sidebar -->
+			</div>
+			
+			<div class="col-md-9">
+	        {% for row in models.main %}
+
+	    <h1>{{ row.title.value }}</h1>
+        {% endfor %}
+
+<!--     <p>Signatur: <a href="{{lodspk.this.value}}">{{ first.main.identifier.value }}</a></p> -->
+    
+    {% if first.maker.maker.value != null %}
+    <p><span class="glyphicon glyphicon-pencil"></span> 
+    {% for row in models.maker %}
+    <a href="{{ row.maker.value }}">{{ row.makerName.value }}</a>{%if !forloop.last%}, {%endif%}
+    {% endfor %}
+    </p>
+    {% endif %}
+   
+    
+    {% for row in models.description %}
+    <p class="lead">{{ row.description.value }}</p>
+    {%endfor%}
+	
+    {% for row in models.physicalcondition %}
+    <p>{{ row.physicalCondition.value }}</p>
+    {%endfor%}
+    
+    {% for row in models.physicaldescription %}
+    <p>{{ row.physicalDescription.value }}</p>
+    {%endfor%}
+    
+    {% for row in models.internalnote %}
+    <p>{{ row.internalNote.value }}</p>
+    {%endfor%}
+    
+    {% if models.image|length != 0 %}
+    <div class="row">
+    {% for row in models.image %}
+    	<div class="col-md-4 col-lg-4">
+        	
+				<a class="thumbnail" href="{{ row.imageHigh.value }}"><img class="img-responsive" src="{{row.imageLow.value}}" alt=""></a>
+<!--
+      		<div class="caption">
+      		<h3>{{ row.title.value }}</h3>
+      		</div>
+-->
+	  		
+      	</div>
+    {% endfor %}
+    </div>
+    {% endif %}
+    
+	{% if first.transcription.html.value != null %}
+    <div id="transcription" class="row well">
+    	<iframe src="{{first.transcription.html.value}}" width="100%" height="300"></iframe>
+    	<p>Last ned XML: <a href="{{first.transcription.xml.value}}">{{first.transcription.xml.value}}</a></p>
+    </div>
+    {% endif %}
+  
+    
+    
+    <div id="resource-metadata" class="row">	
+    
+    {% if models.recipient|length != 0 %}
+    <div class="col-md-4 letter-info">
+    	<h4><span class="glyphicon glyphicon-envelope"></span> Brev</h4>
+    	{% for row in models.sender %}
+		    <p>Fra: <a href="{{row.uri.value}}">{{ row.label.value }}</a></p>
+	    {% endfor %}
+	    {% for row in models.recipient %}
+		    <p>Til: <a href="{{row.uri.value}}">{{ row.label.value }}</a></p>
+	    {% endfor %}
+    </div>
+    {% endif %}
+
+    {% if first.main.created.value|length != 0 %}
+    <div class="col-md-4">
+	    <h4><span class="glyphicon glyphicon-calendar"></span> 
+	    	Dato: <span>{{ first.main.created.value }}</span><br>
+	    </h4>
+	</div>
+	{% endif %}
+	
+    {% if models.collections|length != 0  %}
+    <div class="col-md-4">
+    	<h4><span class="glyphicon glyphicon-th"></span> Del av:</h4>
+        <ul class="list-unstyled">
+        {% for row in models.collections %}
+        	<li><a href="{{ row.collection.value }}" />{{row.collectionName.value}}</a></li>
+        {% endfor %}
+        </ul>
+	</div>
+    {% endif %}  
+    
+    {% if models.relatedresources|length != 0  %}
+	<div class="col-md-4">
+		<h4>Relatert:</h4>
+		<ul class="list-unstyled">
+	    	{% for row in models.relatedresources %}
+	        	<li><span class="glyphicon glyphicon-user"></span> <a href="{{ row.uri.value }}" />{{row.label.value}}</a></li>
+			{% endfor %} 
+		</ul>
+	</div>
+	{% endif %} 
+
+    </div>
+		
+	{% if models.subjects|length != 0 %}
+	<div id="subjects">
+		<ul class="subjects-inline-list">
+		{% for row in models.subjects %}
+	    	<li class="tags"><a href="{{ row.subject.value }}" /><i class="icon-tag"></i> {{ row.subjectLabel.value }}</a></li>
+		{% endfor %} 
+		</ul>
+	</div>
+	{% endif %}
+		
+	{% if models.depicted %}
+	<div class="col-md-4" id="depicted">	
+		<h4>Avbildet:</h4>
+		<ul class="list-unstyled">
+		{% for row in models.depicted %}
+    		<li><span class="glyphicon glyphicon-user"></span> <a href="{{ row.depicts.value }}" />{{row.depictsName.value}}</a></li>
+		{% endfor %}
+		</ul>
+	</div>
+	{% endif %}
+		
+		
+		{% if first.places.place.value != null %}
+    		<div id="places">
+    	 {% if first.places.long.value != null %}
+    	 	<div id="map-wrap">
+    		<div id="map"></div>
+    		<ul class="places-inline-list">
+		{% for row in models.places %}
+        	<li><a href="{{ row.place.value }}" /><span class="glyphicon glyphicon-map-marker"></span> {{row.placeName.value}}</a></li>
+		{% endfor %} 
+		</ul>
+    		</div>
+    	{% endif %} 
+		
+
+		{% if first.places.place.value != null %}
+    		</div>
+    	{% endif %} 
+    	{% endif %} 
+		
+		<script>
+			{% if first.places.long.value %}
+	    	var map = L.map('map').setView([{{ first.places.lat.value }}, {{ first.places.long.value }}], 10);
+	    	{% endif %} 
+	
+			var defaultLayer = L.tileLayer.provider('OpenStreetMap.Mapnik').addTo(map);
+					
+			var baseLayers = [
+				'OpenStreetMap.Mapnik',
+				'MapQuestOpen.OSM',
+				'MapQuestOpen.Aerial',
+				'Stamen.Watercolor'		
+				];
+			
+			var overlayLayers = [
+				'Kartverket',
+				'Rodekart9',
+				'Rodekart4',
+				'Rodekart1'
+			];
+			
+			L.control.layers.provided(baseLayers, overlayLayers, {collapsed: true}).addTo(map);
+	
+			{% for row in models.places %}
+				{% if row.long.value != null %}
+	        	L.marker([{{ row.lat.value }}, {{ row.long.value }}]).addTo(map).bindPopup("<b><a href=\"{{ row.place.value }}\">{{row.placeName.value}}</a></b>").openPopup();
+	        	{% endif %} 
+			{% endfor %} 
+	</script>
+	
+	    <div id="disqus_thread"></div>
+    <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'ubblod'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+    </script>
+    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
+    <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
+	
+	    <div class="row full-metadata-div">
+    	<div class="col-lg-12">
+			<button type="button" class="btn btn-sm btn-info" data-toggle="collapse" data-target="#full-meta-view">
+				Vis all informasjon
+			</button>
+
+			<div id="full-meta-view" class="collapse">
+				<table class="table table-striped" about="{{uri}}">
+					<thead>
+						<tr><th>Subject</th><th>Predicate</th><th>Object</th></tr>
+					</thead>
+			    {% for row in models.po %}
+						<tr>
+							<td>{%if forloop.first%}<a href='{{lodspk.this.value}}'>{{lodspk.this.curie}}</a>{%endif%}</td>
+							<td><a href='{{row.p.value}}'>{{row.p.curie}}</a></td>
+							<td>
+								{%if row.o.uri == 1%}
+								<a rel='{{row.p.value}}' href='{{row.o.value}}'>{{row.o.curie}}</a>
+								{%else%}
+								<span property='{{row.p.value}}'>{{row.o.value}}</span>
+								{%endif%}
+							</td>
+						</tr>
+				{% endfor %}
+
+				{% for row in models.sp %}
+						<tr>
+							<td><a href='{{row.s.value}}'>{{row.s.curie}}</a></td>
+							<td><a rev='{{row.s.value}}' href='{{row.p.value}}'>{{row.p.curie}}</a></td>
+							<td>{%if forloop.first%}<a href='{{lodspk.this.value}}'>{{lodspk.this.curie}}</a>{%endif%}</td>
+						</tr>
+				{% endfor %}
+					<thead>
+						<tr><th>Subject</th><th>Predicate</th><th>Object</th></tr>
+					</thead>
+				</table>
+			</div>
+		</div>
+    </div>
+	
+	</div>
+	</div>
+    </div>
+    </div>
+    	{%include "../../includes/footer.inc"%}
+    
+  </body>
+</html>
diff --git a/components/types/owl__Thing/queries/collections.query b/components/types/owl__Thing/queries/collections.query
new file mode 100644
index 00000000..75da29cc
--- /dev/null
+++ b/components/types/owl__Thing/queries/collections.query
@@ -0,0 +1,8 @@
+SELECT DISTINCT ?collection ?collectionName WHERE {
+
+	OPTIONAL { <{{ uri }}> dct:isPartOf ?collection . }
+	OPTIONAL { ?collection dct:title ?collectionName . }
+	OPTIONAL { ?collection rdfs:label ?collectionName .}
+	
+}
+
diff --git a/components/types/owl__Thing/queries/description.query b/components/types/owl__Thing/queries/description.query
new file mode 100644
index 00000000..d5751ce7
--- /dev/null
+++ b/components/types/owl__Thing/queries/description.query
@@ -0,0 +1,6 @@
+SELECT DISTINCT ?description WHERE {
+
+	OPTIONAL { <{{ uri }}> dct:description ?description .}
+
+}
+
diff --git a/components/types/owl__Thing/queries/dzi.query b/components/types/owl__Thing/queries/dzi.query
new file mode 100644
index 00000000..98fd54cc
--- /dev/null
+++ b/components/types/owl__Thing/queries/dzi.query
@@ -0,0 +1,10 @@
+SELECT DISTINCT ?dziUri WHERE {
+
+    <{{ uri }}> ubbont:hasPage ?hasPage .
+    ?hasPage ubbont:hasRepresentation ?hasRepresentation .
+    ?hasRepresentation ubbont:hasURI ?dziUri .
+    ?dziUri <http://www.semanticdesktop.org/ontologies/nie/#mimeType> ?mimeType
+    FILTER (?mimeType = "jpeg/dzi")
+}
+ORDER BY ?dziUri
+
diff --git a/components/types/owl__Thing/queries/image.query b/components/types/owl__Thing/queries/image.query
new file mode 100644
index 00000000..86e86c1d
--- /dev/null
+++ b/components/types/owl__Thing/queries/image.query
@@ -0,0 +1,18 @@
+SELECT DISTINCT ?hasPage ?imageLow ?imageHigh WHERE 
+{
+	{ SELECT DISTINCT ?imageLow ?hasPage WHERE {
+	    <{{ uri }}> ubbont:hasPage ?hasPage .
+	    ?hasPage ubbont:hasRepresentation ?hasRepresentation .
+	    ?hasRepresentation ubbont:hasURI ?imageLow .
+		FILTER(regex(?imageLow, "low", "i"))		
+	}
+}
+	{ SELECT DISTINCT ?imageHigh ?hasPage WHERE {
+	    <{{ uri }}> ubbont:hasPage ?hasPage .
+	    ?hasPage ubbont:hasRepresentation ?hasRepresentation .
+	    ?hasRepresentation ubbont:hasURI ?imageHigh .
+		FILTER(regex(?imageHigh, "high", "i"))
+	}
+}
+}
+ORDER BY ?hasPage
\ No newline at end of file
diff --git a/components/types/owl__Thing/queries/internalnote.query b/components/types/owl__Thing/queries/internalnote.query
new file mode 100644
index 00000000..e8489e2d
--- /dev/null
+++ b/components/types/owl__Thing/queries/internalnote.query
@@ -0,0 +1,5 @@
+SELECT DISTINCT ?internalNote WHERE {
+
+	OPTIONAL { <{{ uri }}> ubbont:internalNote ?internalNote .}
+}
+
diff --git a/components/types/owl__Thing/queries/main.query b/components/types/owl__Thing/queries/main.query
new file mode 100644
index 00000000..f1562552
--- /dev/null
+++ b/components/types/owl__Thing/queries/main.query
@@ -0,0 +1,9 @@
+SELECT DISTINCT ?title ?created ?available ?identifier WHERE {
+
+    <{{ uri }}> rdfs:label|dct:title ?title .
+    OPTIONAL { <{{ uri }}> dct:identifier ?identifier . }
+    OPTIONAL { <{{ uri }}> dct:created ?created .}
+	OPTIONAL { <{{ uri }}> dct:available ?available .}
+
+}
+
diff --git a/components/types/owl__Thing/queries/maker.query b/components/types/owl__Thing/queries/maker.query
new file mode 100644
index 00000000..37bc6c29
--- /dev/null
+++ b/components/types/owl__Thing/queries/maker.query
@@ -0,0 +1,6 @@
+SELECT DISTINCT ?maker ?makerName WHERE {
+
+    OPTIONAL { <{{ uri|deurifier }}> foaf:maker ?maker . ?maker foaf:name ?makerName .}
+
+}
+
diff --git a/components/types/owl__Thing/queries/physicalcondition.query b/components/types/owl__Thing/queries/physicalcondition.query
new file mode 100644
index 00000000..5a540722
--- /dev/null
+++ b/components/types/owl__Thing/queries/physicalcondition.query
@@ -0,0 +1,6 @@
+SELECT DISTINCT ?physicalCondition WHERE {
+
+	OPTIONAL { <{{ uri }}> ubbont:physicalCondition ?physicalCondition .}
+
+}
+
diff --git a/components/types/owl__Thing/queries/physicaldescription.query b/components/types/owl__Thing/queries/physicaldescription.query
new file mode 100644
index 00000000..03e4b521
--- /dev/null
+++ b/components/types/owl__Thing/queries/physicaldescription.query
@@ -0,0 +1,6 @@
+SELECT DISTINCT ?physicalDescription WHERE {
+
+	OPTIONAL { <{{ uri }}> ubbont:physicalDescription ?physicalDescription .}
+
+}
+
diff --git a/components/types/owl__Thing/queries/places.query b/components/types/owl__Thing/queries/places.query
new file mode 100644
index 00000000..0398c7be
--- /dev/null
+++ b/components/types/owl__Thing/queries/places.query
@@ -0,0 +1,7 @@
+SELECT DISTINCT ?place ?placeName ?lat ?long WHERE {
+
+	OPTIONAL { <{{ uri|deurifier }}> dct:spatial ?place . ?place rdfs:label ?placeName . OPTIONAL { ?place geo:lat ?lat ; geo:long ?long .}}
+	
+
+}
+
diff --git a/components/types/owl__Thing/queries/po.query b/components/types/owl__Thing/queries/po.query
new file mode 100644
index 00000000..de3f136a
--- /dev/null
+++ b/components/types/owl__Thing/queries/po.query
@@ -0,0 +1,4 @@
+SELECT ?p ?o  WHERE {
+	 <{{uri}}> ?p ?o .
+}
+LIMIT 100
\ No newline at end of file
diff --git a/components/types/owl__Thing/queries/recipient.query b/components/types/owl__Thing/queries/recipient.query
new file mode 100644
index 00000000..c4b3f464
--- /dev/null
+++ b/components/types/owl__Thing/queries/recipient.query
@@ -0,0 +1,8 @@
+SELECT DISTINCT ?uri ?label WHERE {
+
+    <{{ uri }}> bibo:reciever ?uri .
+    OPTIONAL { ?uri foaf:name ?label . }
+    OPTIONAL { ?uri ubbont:invertedName ?label . }
+
+}
+
diff --git a/components/types/owl__Thing/queries/relatedresources.query b/components/types/owl__Thing/queries/relatedresources.query
new file mode 100644
index 00000000..2a18506f
--- /dev/null
+++ b/components/types/owl__Thing/queries/relatedresources.query
@@ -0,0 +1,5 @@
+SELECT DISTINCT ?uri ?label WHERE {
+	<{{ uri }}> dct:relation ?uri .
+    ?uri foaf:name ?label. 
+}
+
diff --git a/components/types/owl__Thing/queries/sender.query b/components/types/owl__Thing/queries/sender.query
new file mode 100644
index 00000000..ec462704
--- /dev/null
+++ b/components/types/owl__Thing/queries/sender.query
@@ -0,0 +1,8 @@
+SELECT DISTINCT ?uri ?label WHERE {
+
+    <{{ uri }}> ubbont:sender ?uri .
+    OPTIONAL { ?uri foaf:name ?label . }
+    OPTIONAL { ?uri ubbont:invertedName ?label . }
+
+}
+
diff --git a/components/types/owl__Thing/queries/sp.query b/components/types/owl__Thing/queries/sp.query
new file mode 100644
index 00000000..ce7b67f5
--- /dev/null
+++ b/components/types/owl__Thing/queries/sp.query
@@ -0,0 +1,4 @@
+SELECT ?s ?p  WHERE {  
+       ?s ?p <{{uri}}> .
+}
+LIMIT 100
\ No newline at end of file
diff --git a/components/types/owl__Thing/queries/subjects.query b/components/types/owl__Thing/queries/subjects.query
new file mode 100644
index 00000000..4b25f5b2
--- /dev/null
+++ b/components/types/owl__Thing/queries/subjects.query
@@ -0,0 +1,8 @@
+SELECT DISTINCT ?subject ?subjectLabel WHERE {
+
+    <{{ uri }}> dct:subject ?subject . 
+    ?subject skos:prefLabel ?subjectLabel ; a skos:Concept .
+	OPTIONAL { ?subject rdfs:label ?subjectLabel ; a skos:Concept .}
+    
+}
+
-- 
GitLab