rich 1.4.5 → 1.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. data/lib/rich/version.rb +1 -1
  2. data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/icons/mediaembed.png +0 -0
  3. data/vendor/assets/ckeditor/ckeditor/build-config.js +1 -3
  4. data/vendor/assets/ckeditor/ckeditor/ckeditor.js +16 -12
  5. data/vendor/assets/ckeditor/ckeditor/lang/en.js +1 -1
  6. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.ckeditor.css +74 -0
  7. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.css +6 -1
  8. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/css/codemirror.min.css +1 -0
  9. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/dialog/dialog.js +3 -0
  10. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closebrackets.js +2 -0
  11. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/closetag.js +3 -3
  12. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/matchbrackets.js +4 -4
  13. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{util → addon/foldcode}/foldcode.js +4 -4
  14. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/autoFormatAll.js +2 -0
  15. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/format/formatting.js +5 -5
  16. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/match-highlighter.js +2 -0
  17. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/search.js +5 -0
  18. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/search/searchcursor.js +5 -0
  19. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.addons.min.js +25 -0
  20. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.js +188 -168
  21. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.min.js +187 -0
  22. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.modes.min.js +25 -0
  23. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/codemirror.search-addons.min.js +13 -0
  24. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{css.js → mode/css.js} +0 -0
  25. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/mode/htmlmixed.js +5 -0
  26. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{javascript.js → mode/javascript.js} +7 -7
  27. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/{xml.js → mode/xml.js} +0 -0
  28. data/vendor/assets/ckeditor/ckeditor/plugins/icons.png +0 -0
  29. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/af.js +11 -0
  30. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ar.js +11 -0
  31. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bg.js +11 -0
  32. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bn.js +11 -0
  33. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/bs.js +11 -0
  34. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ca.js +11 -0
  35. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cs.js +11 -0
  36. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/cy.js +11 -0
  37. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/da.js +11 -0
  38. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/de.js +11 -0
  39. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/el.js +11 -0
  40. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-au.js +11 -0
  41. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-ca.js +11 -0
  42. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en-gb.js +11 -0
  43. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/en.js +11 -0
  44. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eo.js +11 -0
  45. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/es.js +11 -0
  46. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/et.js +11 -0
  47. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/eu.js +11 -0
  48. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fa.js +11 -0
  49. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fi.js +11 -0
  50. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fo.js +11 -0
  51. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr-ca.js +11 -0
  52. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/fr.js +11 -0
  53. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gl.js +11 -0
  54. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/gu.js +11 -0
  55. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/he.js +11 -0
  56. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hi.js +11 -0
  57. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hr.js +11 -0
  58. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/hu.js +11 -0
  59. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/is.js +11 -0
  60. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/it.js +11 -0
  61. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ja.js +11 -0
  62. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ka.js +11 -0
  63. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/km.js +11 -0
  64. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ko.js +11 -0
  65. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ku.js +11 -0
  66. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lt.js +11 -0
  67. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/lv.js +11 -0
  68. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mk.js +11 -0
  69. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/mn.js +11 -0
  70. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ms.js +11 -0
  71. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nb.js +11 -0
  72. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/nl.js +11 -0
  73. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/no.js +11 -0
  74. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pl.js +11 -0
  75. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt-br.js +11 -0
  76. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/pt.js +11 -0
  77. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ro.js +11 -0
  78. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ru.js +11 -0
  79. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sk.js +11 -0
  80. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sl.js +11 -0
  81. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr-latn.js +11 -0
  82. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sr.js +11 -0
  83. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/sv.js +11 -0
  84. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/th.js +11 -0
  85. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/tr.js +11 -0
  86. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/ug.js +11 -0
  87. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/uk.js +11 -0
  88. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/vi.js +11 -0
  89. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh-cn.js +11 -0
  90. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/lang/zh.js +11 -0
  91. data/vendor/assets/ckeditor/ckeditor/plugins/stylescombo/plugin.js +186 -0
  92. data/vendor/assets/ckeditor/ckeditor/samples/index.html +0 -6
  93. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor.css +1 -1
  94. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_gecko.css +1 -1
  95. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie.css +1 -1
  96. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie7.css +1 -1
  97. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_ie8.css +1 -1
  98. data/vendor/assets/ckeditor/ckeditor/skins/moono/editor_iequirks.css +1 -1
  99. data/vendor/assets/ckeditor/ckeditor/skins/moono/icons.png +0 -0
  100. metadata +83 -31
  101. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/addon/edit/continuecomment.js +0 -2
  102. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/htmlmixed.js +0 -4
  103. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/closetag.js +0 -3
  104. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/colorize.js +0 -1
  105. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuecomment.js +0 -2
  106. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/continuelist.js +0 -1
  107. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.css +0 -32
  108. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/dialog.js +0 -3
  109. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/formatting.js +0 -4
  110. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/javascript-hint.js +0 -5
  111. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/loadmode.js +0 -3
  112. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/match-highlighter.js +0 -2
  113. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/matchbrackets.js +0 -4
  114. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/multiplex.js +0 -4
  115. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/overlay.js +0 -2
  116. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/pig-hint.js +0 -6
  117. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode-standalone.js +0 -5
  118. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/runmode.js +0 -2
  119. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/search.js +0 -5
  120. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/searchcursor.js +0 -5
  121. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.css +0 -16
  122. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/simple-hint.js +0 -4
  123. data/vendor/assets/ckeditor/ckeditor/plugins/codemirror/js/util/xml-hint.js +0 -3
  124. data/vendor/assets/ckeditor/ckeditor/samples/plugins/autogrow/autogrow.html +0 -99
  125. data/vendor/assets/ckeditor/ckeditor/samples/plugins/divarea/divarea.html +0 -62
@@ -1,2 +0,0 @@
1
- (function(){for(var i=["clike","css","javascript"],h=0;h<i.length;++h)CodeMirror.extendMode(i[h],{blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * "});CodeMirror.commands.newlineAndIndentContinueComment=function(e){var b=e.getCursor(),a=e.getTokenAt(b),d=CodeMirror.innerMode(e.getMode(),a.state).mode,c;if("comment"==a.type&&d.blockCommentStart){var f=a.string.indexOf(d.blockCommentEnd),b=e.getRange({line:b.line,ch:0},{line:b.line,ch:a.end}),g;if(!(-1!=f&&f==a.string.length-d.blockCommentEnd.length))if(0==
2
- a.string.indexOf(d.blockCommentStart)){if(c=b.slice(0,a.start),!/^\s*$/.test(c)){c="";for(f=0;f<a.start;++f)c+=" "}}else if(-1!=(g=b.indexOf(d.blockCommentContinue))&&g+d.blockCommentContinue.length>a.start&&/^\s*$/.test(b.slice(0,g)))c=b.slice(0,g)}null!=c?e.replaceSelection("\n"+c+d.blockCommentContinue,"end"):e.execCommand("newlineAndIndent")}})();
@@ -1,4 +0,0 @@
1
- CodeMirror.defineMode("htmlmixed",function(g){function d(a,b){var d=c.token(a,b.htmlState);/(?:^|\s)tag(?:\s|$)/.test(d)&&(">"==a.current()&&b.htmlState.context)&&(/^script$/i.test(b.htmlState.context.tagName)?(b.token=h,b.localState=e.startState(c.indent(b.htmlState,""))):/^style$/i.test(b.htmlState.context.tagName)&&(b.token=i,b.localState=f.startState(c.indent(b.htmlState,""))));return d}function j(a,b,d){var c=a.current(),e=c.search(b);-1<e?a.backUp(c.length-e):c.match(/<\/?$/)&&(a.backUp(c.length),
2
- a.match(b,!1)||a.match(c[0]));return d}function h(a,b){return a.match(/^<\/\s*script\s*>/i,!1)?(b.token=d,b.localState=null,d(a,b)):j(a,/<\/\s*script\s*>/,e.token(a,b.localState))}function i(a,b){return a.match(/^<\/\s*style\s*>/i,!1)?(b.token=d,b.localState=null,d(a,b)):j(a,/<\/\s*style\s*>/,f.token(a,b.localState))}var c=CodeMirror.getMode(g,{name:"xml",htmlMode:!0}),e=CodeMirror.getMode(g,"javascript"),f=CodeMirror.getMode(g,"css");return{startState:function(){var a=c.startState();return{token:d,
3
- localState:null,mode:"html",htmlState:a}},copyState:function(a){if(a.localState)var b=CodeMirror.copyState(a.token==i?f:e,a.localState);return{token:a.token,localState:b,mode:a.mode,htmlState:CodeMirror.copyState(c,a.htmlState)}},token:function(a,b){return b.token(a,b)},indent:function(a,b){return a.token==d||/^\s*<\//.test(b)?c.indent(a.htmlState,b):a.token==h?e.indent(a.localState,b):f.indent(a.localState,b)},electricChars:"/{}:",innerMode:function(a){return{state:a.localState||a.htmlState,mode:a.token==
4
- d?c:a.token==h?e:f}}}},"xml","javascript","css");CodeMirror.defineMIME("text/html","htmlmixed");
@@ -1,3 +0,0 @@
1
- (function(){function g(b,d){var a=b.getCursor(),c=b.getTokenAt(a),f=CodeMirror.innerMode(b.getMode(),c.state),h=f.state;if("xml"!=f.mode.name)throw CodeMirror.Pass;var e=b.getOption("autoCloseTags"),i="html"==f.mode.configuration,f="object"==typeof e&&e.dontCloseTags||i&&k,i="object"==typeof e&&e.indentTags||i&&l;if(">"==d&&h.tagName){e=h.tagName;c.end>a.ch&&(e=e.slice(0,e.length-c.end+a.ch));var g=e.toLowerCase();if("tag"==c.type&&"closeTag"==h.type||/\/\s*$/.test(c.string)||f&&-1<j(f,g))throw CodeMirror.Pass;
2
- c=i&&-1<j(i,g);b.replaceSelection(">"+(c?"\n\n":"")+"</"+e+">",c?{line:a.line+1,ch:0}:{line:a.line,ch:a.ch+1});c&&(b.indentLine(a.line+1),b.indentLine(a.line+2))}else if("/"==d&&"tag"==c.type&&"<"==c.string)(e=h.context&&h.context.tagName)&&b.replaceSelection("/"+e+">","end");else throw CodeMirror.Pass;}function j(b,d){if(b.indexOf)return b.indexOf(d);for(var a=0,c=b.length;a<c;++a)if(b[a]==d)return a;return-1}CodeMirror.defineOption("autoCloseTags",!1,function(b,d,a){if(d&&(a==CodeMirror.Init||!a)){a=
3
- {name:"autoCloseTags"};if(typeof d!="object"||d.whenClosing)a["'/'"]=function(a){g(a,"/")};if(typeof d!="object"||d.whenOpening)a["'>'"]=function(a){g(a,">")};b.addKeyMap(a)}else!d&&(a!=CodeMirror.Init&&a)&&b.removeKeyMap("autoCloseTags")});var k="area base br col command embed hr img input keygen link meta param source track wbr".split(" "),l="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".split(" ")})();
@@ -1 +0,0 @@
1
- CodeMirror.colorize=function(){function e(a,d){if(3==a.nodeType)return d.push(a.nodeValue);for(var b=a.firstChild;b;b=b.nextSibling)e(b,d),h.test(a.nodeType)&&d.push("\n")}var h=/^(p|li|div|h\\d|pre|blockquote|td)$/;return function(a,d){a||(a=document.body.getElementsByTagName("pre"));for(var b=0;b<a.length;++b){var c=a[b],f=c.getAttribute("data-lang")||d;if(f){var g=[];e(c,g);c.innerHTML="";CodeMirror.runMode(g.join(""),f,c);c.className+=" cm-s-default"}}}}();
@@ -1,2 +0,0 @@
1
- (function(){for(var i=["clike","css","javascript"],h=0;h<i.length;++h)CodeMirror.extendMode(i[h],{blockCommentStart:"/*",blockCommentEnd:"*/",blockCommentContinue:" * "});CodeMirror.commands.newlineAndIndentContinueComment=function(e){var b=e.getCursor(),a=e.getTokenAt(b),d=CodeMirror.innerMode(e.getMode(),a.state).mode,c;if("comment"==a.type&&d.blockCommentStart){var f=a.string.indexOf(d.blockCommentEnd),b=e.getRange({line:b.line,ch:0},{line:b.line,ch:a.end}),g;if(!(-1!=f&&f==a.string.length-d.blockCommentEnd.length))if(0==
2
- a.string.indexOf(d.blockCommentStart)){if(c=b.slice(0,a.start),!/^\s*$/.test(c)){c="";for(f=0;f<a.start;++f)c+=" "}}else if(-1!=(g=b.indexOf(d.blockCommentContinue))&&g+d.blockCommentContinue.length>a.start&&/^\s*$/.test(b.slice(0,g)))c=b.slice(0,g)}null!=c?e.replaceSelection("\n"+c+d.blockCommentContinue,"end"):e.execCommand("newlineAndIndent")}})();
@@ -1 +0,0 @@
1
- (function(){CodeMirror.commands.newlineAndIndentContinueMarkdownList=function(c){var a=c.getCursor(),d=c.getTokenAt(a),b;if("string"==d.className){var a=c.getRange({line:a.line,ch:0},{line:a.line,ch:d.end}),e;if(0==d.string.search(/\*|\d+\./)&&(e=(b=/^[\W]*(\d+)\./g.exec(a))?parseInt(b[1])+1+". ":"* ",b=a.slice(0,d.start),!/^\s*$/.test(b))){b="";for(a=0;a<d.start;++a)b+=" "}}null!=b?c.replaceSelection("\n"+b+e,"end"):c.execCommand("newlineAndIndent")}})();
@@ -1,32 +0,0 @@
1
- .CodeMirror-dialog {
2
- position: absolute;
3
- left: 0; right: 0;
4
- background: white;
5
- z-index: 15;
6
- padding: .1em .8em;
7
- overflow: hidden;
8
- color: #333;
9
- }
10
-
11
- .CodeMirror-dialog-top {
12
- border-bottom: 1px solid #eee;
13
- top: 0;
14
- }
15
-
16
- .CodeMirror-dialog-bottom {
17
- border-top: 1px solid #eee;
18
- bottom: 0;
19
- }
20
-
21
- .CodeMirror-dialog input {
22
- border: none;
23
- outline: none;
24
- background: transparent;
25
- width: 20em;
26
- color: inherit;
27
- font-family: monospace;
28
- }
29
-
30
- .CodeMirror-dialog button {
31
- font-size: 70%;
32
- }
@@ -1,3 +0,0 @@
1
- (function(){function j(a,f,b){a=a.getWrapperElement().appendChild(document.createElement("div"));a.className=b?"CodeMirror-dialog CodeMirror-dialog-bottom":"CodeMirror-dialog CodeMirror-dialog-top";a.innerHTML=f;return a}CodeMirror.defineExtension("openDialog",function(a,f,b){function d(){g||(g=!0,e.parentNode.removeChild(e))}var e=j(this,a,b&&b.bottom),g=!1,h=this,c=e.getElementsByTagName("input")[0];if(c)CodeMirror.on(c,"keydown",function(a){if(13==a.keyCode||27==a.keyCode)CodeMirror.e_stop(a),
2
- d(),h.focus(),13==a.keyCode&&f(c.value)}),c.focus(),CodeMirror.on(c,"blur",d);else if(a=e.getElementsByTagName("button")[0])CodeMirror.on(a,"click",function(){d();h.focus()}),a.focus(),CodeMirror.on(a,"blur",d);return d});CodeMirror.defineExtension("openConfirm",function(a,f,b){function d(){g||(g=!0,e.parentNode.removeChild(e),h.focus())}var e=j(this,a,b&&b.bottom),a=e.getElementsByTagName("button"),g=!1,h=this,c=1;a[0].focus();for(b=0;b<a.length;++b){var i=a[b];(function(a){CodeMirror.on(i,"click",
3
- function(b){CodeMirror.e_preventDefault(b);d();a&&a(h)})})(f[b]);CodeMirror.on(i,"blur",function(){--c;setTimeout(function(){0>=c&&d()},200)});CodeMirror.on(i,"focus",function(){++c})}})})();
@@ -1,4 +0,0 @@
1
- (function(){CodeMirror.extendMode("css",{commentStart:"/*",commentEnd:"*/",newlineAfterToken:function(d,c){return/^[;{}]$/.test(c)}});CodeMirror.extendMode("javascript",{commentStart:"/*",commentEnd:"*/",newlineAfterToken:function(d,c,b,a){return this.jsonMode?/^[\[,{]$/.test(c)||/^}/.test(b):";"==c&&a.lexical&&")"==a.lexical.type?!1:/^[;{}]$/.test(c)&&!/^;/.test(b)}});CodeMirror.extendMode("xml",{commentStart:"<\!--",commentEnd:"--\>",newlineAfterToken:function(d,c,b){return"tag"==d&&/>$/.test(c)||
2
- /^</.test(b)}});CodeMirror.defineExtension("commentRange",function(d,c,b){var a=this,e=CodeMirror.innerMode(a.getMode(),a.getTokenAt(c).state).mode;a.operation(function(){if(d)a.replaceRange(e.commentEnd,b),a.replaceRange(e.commentStart,c),c.line==b.line&&c.ch==b.ch&&a.setCursor(c.line,c.ch+e.commentStart.length);else{var g=a.getRange(c,b),i=g.indexOf(e.commentStart),f=g.lastIndexOf(e.commentEnd);-1<i&&(-1<f&&f>i)&&(g=g.substr(0,i)+g.substring(i+e.commentStart.length,f)+g.substr(f+e.commentEnd.length));
3
- a.replaceRange(g,c,b)}})});CodeMirror.defineExtension("autoIndentRange",function(d,c){var b=this;this.operation(function(){for(var a=d.line;a<=c.line;a++)b.indentLine(a,"smart")})});CodeMirror.defineExtension("autoFormatRange",function(d,c){for(var b=this,a=b.getMode(),e=b.getRange(d,c).split("\n"),g=CodeMirror.copyState(a,b.getTokenAt(d).state),i=b.getOption("tabSize"),f="",l=0,j=0==d.ch,k=0;k<e.length;++k){for(var h=new CodeMirror.StringStream(e[k],i);!h.eol();){var m=CodeMirror.innerMode(a,g),
4
- o=a.token(h,g),n=h.current();h.start=h.pos;if(!j||/\S/.test(n))f+=n,j=!1;if(!j&&m.mode.newlineAfterToken&&m.mode.newlineAfterToken(o,n,h.string.slice(h.pos)||e[k+1]||"",m.state))f+="\n",j=!0,++l}!h.pos&&a.blankLine&&a.blankLine(g);j||(f+="\n",j=!0,++l)}b.operation(function(){b.replaceRange(f,d,c);for(var a=d.line+1,e=d.line+l;a<=e;++a)b.indentLine(a,"smart");b.setSelection(d,b.getCursor(!1))})})})();
@@ -1,5 +0,0 @@
1
- (function(){function j(d,b){for(var a=0,h=d.length;a<h;++a)b(d[a])}function k(d,b,a,h){var e=d.getCursor(),g=a(d,e),c=g;for(/^[\w$_]*$/.test(g.string)||(g=c={start:e.ch,end:e.ch,string:"",state:g.state,type:"."==g.string?"property":null});"property"==c.type;){c=a(d,{line:e.line,ch:c.start});if("."!=c.string)return;c=a(d,{line:e.line,ch:c.start});if(")"==c.string){var i=1;do switch(c=a(d,{line:e.line,ch:c.start}),c.string){case ")":i++;break;case "(":i--}while(0<i);c=a(d,{line:e.line,ch:c.start});
2
- if("variable"==c.type)c.type="function";else return}if(!f)var f=[];f.push(c)}return{list:l(g,f,b,h),from:{line:e.line,ch:g.start},to:{line:e.line,ch:g.end}}}function m(d,b){var a=d.getTokenAt(b);b.ch==a.start+1&&"."==a.string.charAt(0)?(a.end=a.start,a.string=".",a.type="property"):/^\.[\w$_]*$/.test(a.string)&&(a.type="property",a.start++,a.string=a.string.replace(/\./,""));return a}function l(d,b,a,h){function e(a){var b;if(b=0==a.indexOf(i)){a:if(Array.prototype.indexOf)b=-1!=c.indexOf(a);else{for(b=
3
- c.length;b--;)if(c[b]===a){b=!0;break a}b=!1}b=!b}b&&c.push(a)}function g(a){"string"==typeof a?j(n,e):a instanceof Array?j(o,e):a instanceof Function&&j(p,e);for(var b in a)e(b)}var c=[],i=d.string;if(b){var a=b.pop(),f;"variable"==a.type?(h&&h.additionalContext&&(f=h.additionalContext[a.string]),f=f||window[a.string]):"string"==a.type?f="":"atom"==a.type?f=1:"function"==a.type&&(null!=window.jQuery&&("$"==a.string||"jQuery"==a.string)&&"function"==typeof window.jQuery?f=window.jQuery():null!=window._&&
4
- ("_"==a.string&&"function"==typeof window._)&&(f=window._()));for(;null!=f&&b.length;)f=f[b.pop().string];null!=f&&g(f)}else{for(b=d.state.localVars;b;b=b.next)e(b.name);g(window);j(a,e)}return c}CodeMirror.javascriptHint=function(d,b){return k(d,q,function(a,b){return a.getTokenAt(b)},b)};CodeMirror.coffeescriptHint=function(d,b){return k(d,r,m,b)};var n="charAt charCodeAt indexOf lastIndexOf substring substr slice trim trimLeft trimRight toUpperCase toLowerCase split concat match replace search".split(" "),
5
- o="length concat join splice push pop shift unshift slice reverse sort indexOf lastIndexOf every some filter forEach map reduce reduceRight".split(" "),p=["prototype","apply","call","bind"],q="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(" "),r="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(" ")})();
@@ -1,3 +0,0 @@
1
- (function(){function g(a,b){var c=b;return function(){0==--c&&a()}}function h(a,b){var c=CodeMirror.modes[a].dependencies;if(!c)return b();for(var e=[],d=0;d<c.length;++d)CodeMirror.modes.hasOwnProperty(c[d])||e.push(c[d]);if(!e.length)return b();c=g(b,e.length);for(d=0;d<e.length;++d)CodeMirror.requireMode(e[d],c)}CodeMirror.modeURL||(CodeMirror.modeURL="../mode/%N/%N.js");var f={};CodeMirror.requireMode=function(a,b){if(typeof a!="string")a=a.name;if(CodeMirror.modes.hasOwnProperty(a))return h(a,
2
- b);if(f.hasOwnProperty(a))return f[a].push(b);var c=document.createElement("script");c.src=CodeMirror.modeURL.replace(/%N/g,a);var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(c,e);var d=f[a]=[b],g=0,i=setInterval(function(){if(++g>100)return clearInterval(i);if(CodeMirror.modes.hasOwnProperty(a)){clearInterval(i);f[a]=null;h(a,function(){for(var a=0;a<d.length;++a)d[a]()})}},200)};CodeMirror.autoLoadMode=function(a,b){CodeMirror.modes.hasOwnProperty(b)||CodeMirror.requireMode(b,
3
- function(){a.setOption("mode",a.getOption("mode"))})}})();
@@ -1,2 +0,0 @@
1
- (function(){function f(){this.marked=[]}function g(a){for(var a=a._matchHighlightState||(a._matchHighlightState=new f),b=0;b<a.marked.length;++b)a.marked[b].clear();a.marked=[]}function e(a,b,d){g(a);d="undefined"!==typeof d?d:h;if(a.somethingSelected()&&a.getSelection().replace(/^\s+|\s+$/g,"").length>=d){var e=a._matchHighlightState||(a._matchHighlightState=new f),i=a.getSelection();a.operation(function(){if(2E3>a.lineCount())for(var c=a.getSearchCursor(i);c.findNext();)(c.from().line!==a.getCursor(!0).line||
2
- c.from().ch!==a.getCursor(!0).ch)&&e.marked.push(a.markText(c.from(),c.to(),{className:b}))})}}var h=2;CodeMirror.defineExtension("matchHighlight",function(a,b){e(this,a,b)})})();
@@ -1,4 +0,0 @@
1
- (function(){function k(b){function e(a,c,d){if(a.text){var g=i?0:a.text.length-1,f=i?a.text.length:-1;for(null!=d&&(g=d+h);g!=f;g+=h)if(d=a.text.charAt(g),l.test(d)&&b.getTokenAt({line:c,ch:g+1}).type==k){var e=n[d];if(">"==e.charAt(1)==i)o.push(d);else{if(o.pop()!=e.charAt(0))return{pos:g,match:!1};if(!o.length)return{pos:g,match:!0}}}}}var a=b.getCursor(),f=b.getLineHandle(a.line),d=a.ch-1,c=0<=d&&n[f.text.charAt(d)]||n[f.text.charAt(++d)];if(!c)return null;for(var i=">"==c.charAt(1),h=i?1:-1,k=
2
- b.getTokenAt({line:a.line,ch:d+1}).type,o=[f.text.charAt(d)],l=/[(){}[\]]/,c=a.line,j,m=i?Math.min(c+100,b.lineCount()):Math.max(-1,c-100);c!=m&&!(j=c==a.line?e(f,c,d):e(b.getLineHandle(c),c));c+=h);return{from:{line:a.line,ch:d},to:j&&{line:c,ch:j.pos},match:j&&j.match}}function l(b,e){var a=k(b);if(a){var f=a.match?"CodeMirror-matchingbracket":"CodeMirror-nonmatchingbracket",d=b.markText(a.from,{line:a.from.line,ch:a.from.ch+1},{className:f}),c=a.to&&b.markText(a.to,{line:a.to.line,ch:a.to.ch+1},
3
- {className:f}),a=function(){b.operation(function(){d.clear();c&&c.clear()})};if(e)setTimeout(a,800);else return a}}function m(b){b.operation(function(){h&&(h(),h=null);b.somethingSelected()||(h=l(b,!1))})}var n={"(":")>",")":"(<","[":"]>","]":"[<","{":"}>","}":"{<"},h=null;CodeMirror.defineOption("matchBrackets",!1,function(b,e){if(e)b.on("cursorActivity",m);else b.off("cursorActivity",m)});CodeMirror.defineExtension("matchBrackets",function(){l(this,!0)});CodeMirror.defineExtension("findMatchingBracket",
4
- function(){return k(this)})})();
@@ -1,4 +0,0 @@
1
- CodeMirror.multiplexingMode=function(f){function j(a,c,b){return"string"==typeof c?a.indexOf(c,b):(a=c.exec(b?a.slice(b):a))?a.index+b:-1}var i=Array.prototype.slice.call(arguments,1),k=i.length;return{startState:function(){return{outer:CodeMirror.startState(f),innerActive:null,inner:null}},copyState:function(a){return{outer:CodeMirror.copyState(f,a.outer),innerActive:a.innerActive,inner:a.innerActive&&CodeMirror.copyState(a.innerActive.mode,a.inner)}},token:function(a,c){if(c.innerActive){var b=
2
- c.innerActive,d=a.string,e=j(d,b.close,a.pos);if(e==a.pos)return a.match(b.close),c.innerActive=c.inner=null,b.delimStyle;-1<e&&(a.string=d.slice(0,e));var g=b.mode.token(a,c.inner);-1<e&&(a.string=d);d=a.current();e=d.indexOf(b.close);-1<e&&a.backUp(d.length-e);return g}for(var b=Infinity,d=a.string,g=0;g<k;++g){var h=i[g],e=j(d,h.open,a.pos);if(e==a.pos)return a.match(h.open),c.innerActive=h,c.inner=CodeMirror.startState(h.mode,f.indent?f.indent(c.outer,""):0),h.delimStyle;-1!=e&&e<b&&(b=e)}Infinity!=
3
- b&&(a.string=d.slice(0,b));e=f.token(a,c.outer);Infinity!=b&&(a.string=d);return e},indent:function(a,c){var b=a.innerActive?a.innerActive.mode:f;return!b.indent?CodeMirror.Pass:b.indent(a.innerActive?a.inner:a.outer,c)},blankLine:function(a){var c=a.innerActive?a.innerActive.mode:f;c.blankLine&&c.blankLine(a.innerActive?a.inner:a.outer);if(a.innerActive)"\n"===c.close&&(a.innerActive=a.inner=null);else for(var b=0;b<k;++b){var d=i[b];"\n"===d.open&&(a.innerActive=d,a.inner=CodeMirror.startState(d.mode,
4
- c.indent?c.indent(a.outer,""):0))}},electricChars:f.electricChars,innerMode:function(a){return a.inner?{state:a.inner,mode:a.innerActive.mode}:{state:a.outer,mode:f}}}};
@@ -1,2 +0,0 @@
1
- CodeMirror.overlayMode=CodeMirror.overlayParser=function(c,d,e){return{startState:function(){return{base:CodeMirror.startState(c),overlay:CodeMirror.startState(d),basePos:0,baseCur:null,overlayPos:0,overlayCur:null}},copyState:function(a){return{base:CodeMirror.copyState(c,a.base),overlay:CodeMirror.copyState(d,a.overlay),basePos:a.basePos,baseCur:null,overlayPos:a.overlayPos,overlayCur:null}},token:function(a,b){a.start==b.basePos&&(b.baseCur=c.token(a,b.base),b.basePos=a.pos);a.start==b.overlayPos&&
2
- (a.pos=a.start,b.overlayCur=d.token(a,b.overlay),b.overlayPos=a.pos);a.pos=Math.min(b.basePos,b.overlayPos);a.eol()&&(b.basePos=b.overlayPos=0);return null==b.overlayCur?b.baseCur:null!=b.baseCur&&e?b.baseCur+" "+b.overlayCur:b.overlayCur},indent:c.indent&&function(a,b){return c.indent(a.base,b)},electricChars:c.electricChars,innerMode:function(a){return{state:a.base,mode:c}},blankLine:function(a){c.blankLine&&c.blankLine(a.base);d.blankLine&&d.blankLine(a.overlay)}}};
@@ -1,6 +0,0 @@
1
- (function(){function e(a,d){for(var b=0,c=a.length;b<c;++b)d(a[b])}function h(a,d,b){d=a.getCursor();b=a=b(a,d);/^[\w$_]*$/.test(a.string)||(a=b={start:d.ch,end:d.ch,string:"",state:a.state,className:":"==a.string?"pig-type":null});if(!c)var c=[];c.push(b);c=k(a,c);c=c.sort();1==c.length&&c.push(" ");return{list:c,from:{line:d.line,ch:a.start},to:{line:d.line,ch:a.end}}}function k(a,d){function b(b){var a;if(a=0==b.indexOf(h)){a:if(Array.prototype.indexOf)a=-1!=c.indexOf(b);else{for(a=c.length;a--;)if(c[a]===
2
- b){a=!0;break a}a=!1}a=!a}a&&c.push(b)}var c=[],h=a.string;if(d){var g=d.pop(),f;for("variable"==g.type?f=g.string:"variable-3"==g.type&&(f=":"+g.string);null!=f&&d.length;)f=f[d.pop().string];null!=f&&(":"==f?e(i,b):(e(l,b),e(m,b),e(n,b),e(o,b),e(i,b),e(j,b),e(p,b)))}return c}CodeMirror.pigHint=function(a){return h(a,j,function(a,b){return a.getTokenAt(b)})};var j="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".split(" "),
3
- p="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".split(" "),o="BOOLEAN INT LONG FLOAT DOUBLE CHARARRAY BYTEARRAY BAG TUPLE MAP".split(" "),i="boolean int long float double chararray bytearray bag tuple map".split(" "),
4
- l="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".split(" "),
5
- m="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".split(" "),
6
- n="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(" ")})();
@@ -1,5 +0,0 @@
1
- function splitLines(a){return a.split(/\r?\n|\r/)}function StringStream(a){this.pos=this.start=0;this.string=a}
2
- StringStream.prototype={eol:function(){return this.pos>=this.string.length},sol:function(){return 0==this.pos},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(a){var b=this.string.charAt(this.pos);if("string"==typeof a?b==a:b&&(a.test?a.test(b):a(b)))return++this.pos,b},eatWhile:function(a){for(var b=this.pos;this.eat(a););return this.pos>b},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;
3
- return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){a=this.string.indexOf(a,this.pos);if(-1<a)return this.pos=a,!0},backUp:function(a){this.pos-=a},column:function(){return this.start},indentation:function(){return 0},match:function(a,b,c){if("string"==typeof a){if((c?this.string.toLowerCase():this.string).indexOf(c?a.toLowerCase():a,this.pos)==this.pos)return!1!==b&&(this.pos+=a.length),!0}else{if((a=this.string.slice(this.pos).match(a))&&!1!==b)this.pos+=a[0].length;
4
- return a}},current:function(){return this.string.slice(this.start,this.pos)}};exports.StringStream=StringStream;exports.startState=function(a,b,c){return a.startState?a.startState(b,c):!0};var modes=exports.modes={},mimeModes=exports.mimeModes={};exports.defineMode=function(a,b){modes[a]=b};exports.defineMIME=function(a,b){mimeModes[a]=b};
5
- exports.getMode=function(a,b){"string"==typeof b&&mimeModes.hasOwnProperty(b)&&(b=mimeModes[b]);if("string"==typeof b)var c=b,f={};else null!=b&&(c=b.name,f=b);c=modes[c];if(!c)throw Error("Unknown mode: "+b);return c(a,f||{})};exports.runMode=function(a,b,c){for(var b=exports.getMode({indentUnit:2},b),a=splitLines(a),f=exports.startState(b),e=0,g=a.length;e<g;++e){e&&c("\n");for(var d=new exports.StringStream(a[e]);!d.eol();){var h=b.token(d,f);c(d.current(),h,e,d.start);d.start=d.pos}}};
@@ -1,2 +0,0 @@
1
- CodeMirror.runMode=function(h,i,c,j){i=CodeMirror.getMode(CodeMirror.defaults,i);if(1==c.nodeType){var l=j&&j.tabSize||CodeMirror.defaults.tabSize,k=c,d=0;k.innerHTML="";c=function(a,c){if("\n"==a)k.appendChild(document.createElement("br")),d=0;else{for(var e="",b=0;;){var g=a.indexOf("\t",b);if(-1==g){e+=a.slice(b);d+=a.length-b;break}else{d+=g-b;e+=a.slice(b,g);b=l-d%l;d+=b;for(var f=0;f<b;++f)e+=" ";b=g+1}}c?(g=k.appendChild(document.createElement("span")),g.className="cm-"+c.replace(/ +/g," cm-"),
2
- g.appendChild(document.createTextNode(e))):k.appendChild(document.createTextNode(e))}}}for(var h=CodeMirror.splitLines(h),j=CodeMirror.startState(i),f=0,m=h.length;f<m;++f){f&&c("\n");for(var a=new CodeMirror.StringStream(h[f]);!a.eol();){var n=i.token(a,j);c(a.current(),n,f,a.start);a.start=a.pos}}};
@@ -1,5 +0,0 @@
1
- (function(){function f(){this.posFrom=this.posTo=this.query=null;this.marked=[]}function g(a,b,c){return a.getSearchCursor(b,c,"string"==typeof b&&b==b.toLowerCase())}function h(a,b,c,d){a.openDialog?a.openDialog(b,d):d(prompt(c,""))}function n(a,b,c,d){if(a.openConfirm)a.openConfirm(b,d);else if(confirm(c))d[0]()}function k(a){var b=a.match(/^\/(.*)\/([a-z]*)$/);return b?RegExp(b[1],-1==b[2].indexOf("i")?"":"i"):a}function i(a,b){var c=a._searchState||(a._searchState=new f);if(c.query)return l(a,
2
- b);h(a,o,"Search for:",function(d){a.operation(function(){if(d&&!c.query){c.query=k(d);if(2E3>a.lineCount())for(var e=g(a,c.query);e.findNext();)c.marked.push(a.markText(e.from(),e.to(),{className:"CodeMirror-searching"}));c.posFrom=c.posTo=a.getCursor();l(a,b)}})})}function l(a,b){a.operation(function(){var c=a._searchState||(a._searchState=new f),d=g(a,c.query,b?c.posFrom:c.posTo);if(!d.find(b)&&(d=g(a,c.query,b?{line:a.lineCount()-1}:{line:0,ch:0}),!d.find(b)))return;a.setSelection(d.from(),d.to());
3
- c.posFrom=d.from();c.posTo=d.to()})}function j(a){a.operation(function(){var b=a._searchState||(a._searchState=new f);if(b.query){b.query=null;for(var c=0;c<b.marked.length;++c)b.marked[c].clear();b.marked.length=0}})}function m(a,b){h(a,p,"Replace:",function(c){c&&(c=k(c),h(a,q,"Replace with:",function(d){if(b)a.operation(function(){for(var b=g(a,c);b.findNext();)if("string"!=typeof c){var e=a.getRange(b.from(),b.to()).match(c);b.replace(d.replace(/\$(\d)/,function(a,b){return e[b]}))}else b.replace(d)});
4
- else{j(a);var e=g(a,c,a.getCursor()),f=function(){var b=e.from(),d;if(!(d=e.findNext()))if(e=g(a,c),!(d=e.findNext())||b&&e.from().line==b.line&&e.from().ch==b.ch)return;a.setSelection(e.from(),e.to());n(a,r,"Replace?",[function(){h(d)},f])},h=function(a){e.replace("string"==typeof c?d:d.replace(/\$(\d)/,function(b,c){return a[c]}));f()};f()}}))})}var o='Search: <input type="text" style="width: 10em"/> <span style="color: #888">(Use /re/ syntax for regexp search)</span>',p='Replace: <input type="text" style="width: 10em"/> <span style="color: #888">(Use /re/ syntax for regexp search)</span>',
5
- q='With: <input type="text" style="width: 10em"/>',r="Replace? <button>Yes</button> <button>No</button> <button>Stop</button>";CodeMirror.commands.find=function(a){j(a);i(a)};CodeMirror.commands.findNext=i;CodeMirror.commands.findPrev=function(a){i(a,!0)};CodeMirror.commands.clearSearch=j;CodeMirror.commands.replace=m;CodeMirror.commands.replaceAll=function(a){m(a,!0)}})();
@@ -1,5 +0,0 @@
1
- (function(){function l(g,a,e,c){this.atOccurrence=!1;this.cm=g;null==c&&"string"==typeof a&&(c=!1);e=e?g.clipPos(e):{line:0,ch:0};this.pos={from:e,to:e};if("string"!=typeof a)a.global||(a=RegExp(a.source,a.ignoreCase?"ig":"g")),this.matches=function(m,h){if(m){a.lastIndex=0;for(var f=g.getLine(h.line).slice(0,h.ch),d=a.exec(f),b=0;d;){b+=d.index+1;f=f.slice(b);a.lastIndex=0;var c=a.exec(f);if(c)d=c;else break}b--}else a.lastIndex=h.ch,f=g.getLine(h.line),b=(d=a.exec(f))&&d.index;if(d)return{from:{line:h.line,
2
- ch:b},to:{line:h.line,ch:b+d[0].length},match:d}};else{c&&(a=a.toLowerCase());var i=c?function(a){return a.toLowerCase()}:function(a){return a},j=a.split("\n");this.matches=1==j.length?function(c,h){var f=i(g.getLine(h.line)),d=a.length,b;if(c?h.ch>=d&&-1!=(b=f.lastIndexOf(a,h.ch-d)):-1!=(b=f.indexOf(a,h.ch)))return{from:{line:h.line,ch:b},to:{line:h.line,ch:b+d}}}:function(a,c){var f=c.line,d=a?j.length-1:0,b=j[d],e=i(g.getLine(f)),k=a?e.indexOf(b)+b.length:e.lastIndexOf(b);if(!(a?k>=c.ch||k!=b.length:
3
- k<=c.ch||k!=e.length-b.length))for(;!(a?!f:f==g.lineCount()-1);){e=i(g.getLine(f+=a?-1:1));b=j[a?--d:++d];if(0<d&&d<j.length-1)if(e!=b)break;else continue;d=a?e.lastIndexOf(b):e.indexOf(b)+b.length;if(a?d!=e.length-b.length:d!=b.length)break;b={line:c.line,ch:k};f={line:f,ch:d};return{from:a?f:b,to:a?b:f}}}}}l.prototype={findNext:function(){return this.find(!1)},findPrevious:function(){return this.find(!0)},find:function(g){function a(a){a={line:a,ch:0};e.pos={from:a,to:a};return e.atOccurrence=!1}
4
- for(var e=this,c=this.cm.clipPos(g?this.pos.from:this.pos.to);;){if(this.pos=this.matches(g,c))return this.atOccurrence=!0,this.pos.match||!0;if(g){if(!c.line)return a(0);c={line:c.line-1,ch:this.cm.getLine(c.line-1).length}}else{var i=this.cm.lineCount();if(c.line==i-1)return a(i);c={line:c.line+1,ch:0}}}},from:function(){if(this.atOccurrence)return this.pos.from},to:function(){if(this.atOccurrence)return this.pos.to},replace:function(g){this.atOccurrence&&(this.pos.to=this.cm.replaceRange(g,this.pos.from,
5
- this.pos.to))}};CodeMirror.defineExtension("getSearchCursor",function(g,a,e){return new l(this,g,a,e)})})();
@@ -1,16 +0,0 @@
1
- .CodeMirror-completions {
2
- position: absolute;
3
- z-index: 10;
4
- overflow: hidden;
5
- -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
6
- -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
7
- box-shadow: 2px 3px 5px rgba(0,0,0,.2);
8
- }
9
- .CodeMirror-completions select {
10
- background: #fafafa;
11
- outline: none;
12
- border: none;
13
- padding: 0;
14
- margin: 0;
15
- font-family: monospace;
16
- }
@@ -1,4 +0,0 @@
1
- (function(){CodeMirror.simpleHint=function(c,n,j){function m(a){function d(){k||(k=!0,e.parentNode.removeChild(e))}function h(){c.replaceRange(g[b.selectedIndex],f.from,f.to);d();setTimeout(function(){c.focus()},50)}if(!c.somethingSelected()){var l=c.getTokenAt(c.getCursor());if(!i.closeOnTokenChange||!(null!=a&&(l.start!=a.start||l.type!=a.type))){var f=n(c,j);if(f&&f.list.length){var g=f.list;if(i.completeSingle&&1==g.length)return c.replaceRange(g[0],f.from,f.to),!0;var e=document.createElement("div");
2
- e.className="CodeMirror-completions";var b=e.appendChild(document.createElement("select"));window.opera||(b.multiple=!0);for(a=0;a<g.length;++a)b.appendChild(document.createElement("option")).appendChild(document.createTextNode(g[a]));b.firstChild.selected=!0;b.size=Math.min(10,g.length);a=c.cursorCoords(i.alignWithWord?f.from:null);e.style.left=a.left+"px";e.style.top=a.bottom+"px";document.body.appendChild(e);if((window.innerWidth||Math.max(document.body.offsetWidth,document.documentElement.offsetWidth))-
3
- a.left<b.clientWidth)e.style.left=a.left-b.clientWidth+"px";10>=g.length&&(e.style.width=b.clientWidth-1+"px");var k=!1;CodeMirror.on(b,"blur",d);CodeMirror.on(b,"keydown",function(b){var a=b.keyCode;if(a==13){CodeMirror.e_stop(b);h()}else if(a==27){CodeMirror.e_stop(b);d();c.focus()}else if(a!=38&&a!=40&&a!=33&&a!=34&&!CodeMirror.isModifierKey(b)){d();c.focus();c.triggerOnKeyDown(b);(!i.closeOnBackspace||a!=8)&&setTimeout(function(){m(l)},50)}});CodeMirror.on(b,"dblclick",h);b.focus();window.opera&&
4
- setTimeout(function(){k||b.focus()},100);return!0}}}}var i={},h=CodeMirror.simpleHint.defaults,d;for(d in h)h.hasOwnProperty(d)&&(i[d]=(j&&j.hasOwnProperty(d)?j:h)[d]);return m()};CodeMirror.simpleHint.defaults={closeOnBackspace:!0,closeOnTokenChange:!1,completeSingle:!0,alignWithWord:!0}})();
@@ -1,3 +0,0 @@
1
- (function(){CodeMirror.xmlHints=[];CodeMirror.xmlHint=function(d,f){if(0<f.length){var b=d.getCursor();d.replaceSelection(f);b={line:b.line,ch:b.ch+1};d.setCursor(b)}CodeMirror.simpleHint(d,j)};var j=function(d){var f=d.getCursor();if(0<f.ch){for(var b=d.getRange({line:0,ch:0},f),e=d="",a=b.length-1;0<=a;a--)if(" "==b[a]||"<"==b[a]){e=b[a];break}else d=b[a]+d;a=b=b.slice(0,b.length-d.length);b="";if(0<=a.length){for(var h=RegExp("<([^!?][^\\s/>]*).*?>","g"),c=[],g;null!=(g=h.exec(a));)c.push({tag:g[1],
2
- selfclose:"/>"===g[0].slice(g[0].length-2)});h=c.length-1;for(g=0;0<=h;h--){var i=c[h];"/"==i.tag[0]?g++:!1==i.selfclose&&(0<g?g--:b="<"+i.tag+">"+b)}a:{c=a.lastIndexOf("<");if(a.lastIndexOf(">")<c&&(a=a.slice(c),"<"!=a)){c=a.indexOf(" ");0>c&&(c=a.indexOf("\t"));0>c&&(c=a.indexOf("\n"));0>c&&(c=a.length);a=a.slice(0,c);break a}a=""}b+=a}e=CodeMirror.xmlHints[b+e];if("undefined"===typeof e)e=[""];else{e=e.slice(0);for(a=e.length-1;0<=a;a--)0!=e[a].indexOf(d)&&e.splice(a,1)}return{list:e,from:{line:f.line,
3
- ch:f.ch-d.length},to:f}}}})();
@@ -1,99 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--
3
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.html or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <title>AutoGrow Plugin &mdash; CKEditor Sample</title>
9
- <meta charset="utf-8">
10
- <script src="../../../ckeditor.js"></script>
11
- <link rel="stylesheet" href="../../../samples/sample.css">
12
- <meta name="ckeditor-sample-name" content="AutoGrow plugin">
13
- <meta name="ckeditor-sample-group" content="Plugins">
14
- <meta name="ckeditor-sample-description" content="Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.">
15
- </head>
16
- <body>
17
- <h1 class="samples">
18
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; Using AutoGrow Plugin
19
- </h1>
20
- <div class="description">
21
- <p>
22
- This sample shows how to configure CKEditor instances to use the
23
- <strong>AutoGrow</strong> (<code>autogrow</code>) plugin that lets the editor window expand
24
- and shrink depending on the amount and size of content entered in the editing area.
25
- </p>
26
- <p>
27
- In its default implementation the <strong>AutoGrow feature</strong> can expand the
28
- CKEditor window infinitely in order to avoid introducing scrollbars to the editing area.
29
- </p>
30
- <p>
31
- It is also possible to set a maximum height for the editor window. Once CKEditor
32
- editing area reaches the value in pixels specified in the
33
- <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-autoGrow_maxHeight">autoGrow_maxHeight</a></code>
34
- configuration setting, scrollbars will be added and the editor window will no longer expand.
35
- </p>
36
- <p>
37
- To add a CKEditor instance using the <code>autogrow</code> plugin and its
38
- <code>autoGrow_maxHeight</code> attribute, insert the following JavaScript call to your code:
39
- </p>
40
- <pre class="samples">
41
- CKEDITOR.replace( '<em>textarea_id</em>', {
42
- <strong>extraPlugins: 'autogrow',</strong>
43
- autoGrow_maxHeight: 800,
44
-
45
- // Remove the Resize plugin as it does not make sense to use it in conjunction with the AutoGrow plugin.
46
- removePlugins: 'resize'
47
- });</pre>
48
- <p>
49
- Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
50
- the <code>&lt;textarea&gt;</code> element to be replaced with CKEditor. The maximum height should
51
- be given in pixels.
52
- </p>
53
- </div>
54
- <form action="../../../samples/sample_posteddata.php" method="post">
55
- <p>
56
- <label for="editor1">
57
- CKEditor using the <code>autogrow</code> plugin with its default configuration:
58
- </label>
59
- <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
60
- <script>
61
-
62
- CKEDITOR.replace( 'editor1', {
63
- extraPlugins: 'autogrow',
64
- removePlugins: 'resize'
65
- });
66
-
67
- </script>
68
- </p>
69
- <p>
70
- <label for="editor2">
71
- CKEditor using the <code>autogrow</code> plugin with maximum height set to 400 pixels:
72
- </label>
73
- <textarea cols="80" id="editor2" name="editor2" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
74
- <script>
75
-
76
- CKEDITOR.replace( 'editor2', {
77
- extraPlugins: 'autogrow',
78
- autoGrow_maxHeight: 400,
79
- removePlugins: 'resize'
80
- });
81
-
82
- </script>
83
- </p>
84
- <p>
85
- <input type="submit" value="Submit">
86
- </p>
87
- </form>
88
- <div id="footer">
89
- <hr>
90
- <p>
91
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
92
- </p>
93
- <p id="copy">
94
- Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
95
- Knabben. All rights reserved.
96
- </p>
97
- </div>
98
- </body>
99
- </html>
@@ -1,62 +0,0 @@
1
- <!DOCTYPE html>
2
- <!--
3
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
4
- For licensing, see LICENSE.html or http://ckeditor.com/license
5
- -->
6
- <html>
7
- <head>
8
- <title>Replace Textarea with a "DIV-based" editor &mdash; CKEditor Sample</title>
9
- <meta charset="utf-8">
10
- <script src="../../../ckeditor.js"></script>
11
- <link href="../../../samples/sample.css" rel="stylesheet">
12
- <meta name="ckeditor-sample-name" content="Replace Textarea with a &quot;DIV-based&quot; editor">
13
- <meta name="ckeditor-sample-group" content="Advanced Samples">
14
- <meta name="ckeditor-sample-description" content="Using &lt;code&gt;div&lt;/code&gt; instead of &lt;code&gt;iframe&lt;/code&gt; for rich editing.">
15
- <meta name="ckeditor-sample-isnew" content="1">
16
- </head>
17
- <body>
18
- <h1 class="samples">
19
- <a href="../../../samples/index.html">CKEditor Samples</a> &raquo; Replace Textarea with a "DIV-based" editor
20
- </h1>
21
- <form action="../../../samples/sample_posteddata.php" method="post">
22
- <div class="description">
23
- <p>
24
- This editor is using a <code>&lt;div&gt;</code> element-based editing area, provided by the <strong>Divarea</strong> plugin.
25
- </p>
26
- <pre class="samples">
27
- CKEDITOR.replace( '<em>textarea_id</em>', {
28
- extraPlugins: 'divarea'
29
- });</pre>
30
- </div>
31
- <textarea cols="80" id="editor1" name="editor1" rows="10">
32
- &lt;h1&gt;&lt;img alt=&quot;Saturn V carrying Apollo 11&quot; class=&quot;right&quot; src=&quot;../../../samples/assets/sample.jpg&quot;/&gt; Apollo 11&lt;/h1&gt; &lt;p&gt;&lt;b&gt;Apollo 11&lt;/b&gt; was the spaceflight that landed the first humans, Americans &lt;a href=&quot;http://en.wikipedia.org/wiki/Neil_Armstrong&quot; title=&quot;Neil Armstrong&quot;&gt;Neil Armstrong&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Buzz_Aldrin&quot; title=&quot;Buzz Aldrin&quot;&gt;Buzz Aldrin&lt;/a&gt;, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.&lt;/p&gt; &lt;p&gt;Armstrong spent about &lt;strike&gt;three and a half&lt;/strike&gt; two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&amp;nbsp;kg) of lunar material for return to Earth. A third member of the mission, &lt;a href=&quot;http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)&quot; title=&quot;Michael Collins (astronaut)&quot;&gt;Michael Collins&lt;/a&gt;, piloted the &lt;a href=&quot;http://en.wikipedia.org/wiki/Apollo_Command/Service_Module&quot; title=&quot;Apollo Command/Service Module&quot;&gt;command&lt;/a&gt; spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.&lt;/p&gt; &lt;h2&gt;Broadcasting and &lt;em&gt;quotes&lt;/em&gt; &lt;a id=&quot;quotes&quot; name=&quot;quotes&quot;&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;One small step for [a] man, one giant leap for mankind.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Apollo 11 effectively ended the &lt;a href=&quot;http://en.wikipedia.org/wiki/Space_Race&quot; title=&quot;Space Race&quot;&gt;Space Race&lt;/a&gt; and fulfilled a national goal proposed in 1961 by the late U.S. President &lt;a href=&quot;http://en.wikipedia.org/wiki/John_F._Kennedy&quot; title=&quot;John F. Kennedy&quot;&gt;John F. Kennedy&lt;/a&gt; in a speech before the United States Congress:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.&lt;/p&gt;&lt;/blockquote&gt; &lt;h2&gt;Technical details &lt;a id=&quot;tech-details&quot; name=&quot;tech-details&quot;&gt;&lt;/a&gt;&lt;/h2&gt; &lt;table align=&quot;right&quot; border=&quot;1&quot; bordercolor=&quot;#ccc&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse:collapse;margin:10px 0 10px 15px;&quot;&gt; &lt;caption&gt;&lt;strong&gt;Mission crew&lt;/strong&gt;&lt;/caption&gt; &lt;thead&gt; &lt;tr&gt; &lt;th scope=&quot;col&quot;&gt;Position&lt;/th&gt; &lt;th scope=&quot;col&quot;&gt;Astronaut&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Commander&lt;/td&gt; &lt;td&gt;Neil A. Armstrong&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Command Module Pilot&lt;/td&gt; &lt;td&gt;Michael Collins&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Lunar Module Pilot&lt;/td&gt; &lt;td&gt;Edwin &amp;quot;Buzz&amp;quot; E. Aldrin, Jr.&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;Launched by a &lt;strong&gt;Saturn V&lt;/strong&gt; rocket from &lt;a href=&quot;http://en.wikipedia.org/wiki/Kennedy_Space_Center&quot; title=&quot;Kennedy Space Center&quot;&gt;Kennedy Space Center&lt;/a&gt; in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of &lt;a href=&quot;http://en.wikipedia.org/wiki/NASA&quot; title=&quot;NASA&quot;&gt;NASA&lt;/a&gt;&amp;#39;s Apollo program. The Apollo spacecraft had three parts:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Command Module&lt;/strong&gt; with a cabin for the three astronauts which was the only part which landed back on Earth&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Service Module&lt;/strong&gt; which supported the Command Module with propulsion, electrical power, oxygen and water&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Lunar Module&lt;/strong&gt; for landing on the Moon.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;After being sent to the Moon by the Saturn V&amp;#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Mare_Tranquillitatis&quot; title=&quot;Mare Tranquillitatis&quot;&gt;Sea of Tranquility&lt;/a&gt;. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pacific_Ocean&quot; title=&quot;Pacific Ocean&quot;&gt;Pacific Ocean&lt;/a&gt; on July 24.&lt;/p&gt; &lt;hr/&gt; &lt;p style=&quot;text-align: right;&quot;&gt;&lt;small&gt;Source: &lt;a href=&quot;http://en.wikipedia.org/wiki/Apollo_11&quot;&gt;Wikipedia.org&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
33
- </textarea>
34
- <script>
35
-
36
- // This call can be placed at any point after the
37
- // <textarea>, or inside a <head><script> in a
38
- // window.onload event handler.
39
-
40
- // Replace the <textarea id="editor"> with an CKEditor
41
- // instance, using default configurations.
42
- CKEDITOR.replace( 'editor1', {
43
- extraPlugins: 'divarea'
44
- });
45
-
46
- </script>
47
- <p>
48
- <input type="submit" value="Submit">
49
- </p>
50
- </form>
51
- <div id="footer">
52
- <hr>
53
- <p>
54
- CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
55
- </p>
56
- <p id="copy">
57
- Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
58
- Knabben. All rights reserved.
59
- </p>
60
- </div>
61
- </body>
62
- </html>