Merge with 568d9ccca024973800568c711481f20d81044625
authorrougeronj
Tue, 22 Sep 2015 15:32:43 +0200
changeset 544 08c496adb0f0
parent 543 5f7bebdcfc0d (current diff)
parent 542 568d9ccca024 (diff)
child 545 89c2eefb0249
Merge with 568d9ccca024973800568c711481f20d81044625
client/js/renderer/scene.js
--- a/.hgtags	Tue Sep 22 15:14:10 2015 +0200
+++ b/.hgtags	Tue Sep 22 15:32:43 2015 +0200
@@ -67,3 +67,6 @@
 a509adc8ac1094da0ad1e8e901977c5ae7e40698 V00.12.02
 1cb7122dd4272cb4934c0ea331072fdae66592df V00.12.03
 468b9176c3f327e4f0b2154d6d3e63caa747dc51 V00.12.04
+4797b25c5dd1c8ac3d6879dd3b634b6d30e0d6b7 V00.12.05
+19c3d95d2f3b4037895dde848daa2a7709b4d24e V00.12.06
+05ad3a6f58e5b54992411311f0d0d14372a5ef39 V00.12.07
--- a/client/bower.json	Tue Sep 22 15:14:10 2015 +0200
+++ b/client/bower.json	Tue Sep 22 15:32:43 2015 +0200
@@ -1,6 +1,6 @@
 {
   "name": "renkan",
-  "version": "0.12.4",
+  "version": "0.12.7",
   "authors": [
     "IRI <dev@iri-research.org>"
   ],
--- a/client/js/renderer/scene.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/client/js/renderer/scene.js	Tue Sep 22 15:32:43 2015 +0200
@@ -291,7 +291,7 @@
         var _thRedraw = _.throttle(function() {
             _this.redraw();
         },50);
-           
+
         this.addRepresentations("Node", this.renkan.project.get("nodes"));
         this.addRepresentations("Edge", this.renkan.project.get("edges"));
         this.renkan.project.on("change:title", function() {
@@ -377,10 +377,10 @@
                 el.text(_title);
             }
         });
-        
+
         //register router events
         this.renkan.router.on("router", function(_params){
-            _this.parameters(_params);
+            _this.setViewparameters(_params);
         });
 
         if (_renkan.options.size_bug_fix) {
@@ -687,7 +687,7 @@
             var RendererType = requtils.getRenderer()[_type];
             var _repr = new RendererType(this, _model);
             this.representations.push(_repr);
-            return _repr;                
+            return _repr;
         },
         addRepresentations: function(_type, _collection) {
             var _this = this;
@@ -1202,7 +1202,7 @@
           filesaver(blob,fileNameToSaveAs);
 
         },
-        parameters: function(_params){
+        setViewparameters: function(_params){
             this.removeRepresentationsOfType("View");
             if ($.isEmptyObject(_params)){
                 this.view = this.addRepresentation("View", this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view)));
@@ -1232,7 +1232,7 @@
                 } else{
                     this.view = this.addRepresentation("View", null);
                     this.view.params = params;
-                    this.view.init();                    
+                    this.view.init();
                 }
             }
             if (!this.view){
@@ -1242,7 +1242,7 @@
             //other parameters must go after because most of them depends on a view that must be initialize before
             this.unhighlightAll();
             if (typeof _params.idNode !== 'undefined'){
-                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));                 
+                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));
             }
         },
         validViewIndex: function(index){
@@ -1252,7 +1252,7 @@
             if (_index < 0){
                 validIndex = this.renkan.project.get("views").length + _index;
             } else {
-                validIndex = _index; 
+                validIndex = _index;
             }
             if (typeof this.renkan.project.get("views").at(_index) === 'undefined'){
                 validIndex = 0;
--- a/client/package.json	Tue Sep 22 15:14:10 2015 +0200
+++ b/client/package.json	Tue Sep 22 15:32:43 2015 +0200
@@ -1,6 +1,6 @@
 {
   "name": "renkan",
-  "version": "0.12.4",
+  "version": "0.12.7",
   "description": "Renkan client application",
   "repository": {
     "type": "hg",
--- a/server/java/build.gradle	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/java/build.gradle	Tue Sep 22 15:32:43 2015 +0200
@@ -2,7 +2,7 @@
   apply plugin: 'maven'
 
   group = 'org.iri_research.renkan'
-  version = '0.12.4'
+  version = '0.12.7'
 
 
   gradle.projectsEvaluated {
--- a/server/java/pom.xml	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/java/pom.xml	Tue Sep 22 15:32:43 2015 +0200
@@ -5,7 +5,7 @@
     <groupId>org.iri_research.renkan</groupId>
     <artifactId>renkan</artifactId>
     <packaging>pom</packaging>
-    <version>0.12.4</version>
+    <version>0.12.7</version>
     <name>Renkan project</name>
 
     <modules>
--- a/server/java/renkan-core/src/main/java/org/iri_research/renkan/Constants.java	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/java/renkan-core/src/main/java/org/iri_research/renkan/Constants.java	Tue Sep 22 15:32:43 2015 +0200
@@ -18,7 +18,7 @@
     public final static String ANONYMOUS_USER_BASE_NAME = "Anonymous";
 
     public final static String UNKNOWN_SCHEMA_VERSION = "1";
-    public final static String SCHEMA_VERSION = "1";
+    public final static String SCHEMA_VERSION = "2";
 
     private final static EthernetAddress ETHERNET_ADRESS = EthernetAddress
             .fromInterface();
--- a/server/java/renkan-web/src/main/webapp/static/js/corenkan.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/java/renkan-web/src/main/webapp/static/js/corenkan.js	Tue Sep 22 15:32:43 2015 +0200
@@ -39,6 +39,10 @@
                 that.setObjects();
             });
 
+            that.project.set({
+                loadingStatus : true
+            });
+
             sess.onStatusChange = function(status) {
                 console.log("STATUS : ", status);
                 that.onInternalStatusChange(status);
@@ -120,7 +124,9 @@
         console.log("State response", obj);
         obj._id = obj.id;
         this.renkan.dataloader.load(obj);
-        this.renkan.renderer.autoScale();
+        this.project.set({
+            loadingStatus :false
+        });
     };
 
     proto.onInternalStatusChange = function(status) {
@@ -193,7 +199,7 @@
     };
 
     /**
-     * Called when an abject is changed
+     * Called when an object is changed
      *
      */
     proto.objectChange = function(event, model, collection, options) {
--- a/server/php/basic/public_html/static/lib/renkan/css/renkan.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/css/renkan.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 /*!
  *    _____            _
--- a/server/php/basic/public_html/static/lib/renkan/css/renkan.min.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/css/renkan.min.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
 /*!
--- a/server/php/basic/public_html/static/lib/renkan/css/space-editor.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/css/space-editor.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 html {
     overflow: visible !important;
--- a/server/php/basic/public_html/static/lib/renkan/css/space-editor.min.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/css/space-editor.min.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
 html{overflow:visible!important}body{font-family:Arial,Helvetica,sans-serif;background:#F6F6F6;color:#333}.clearer{display:block;clear:both;height:1px}h1{margin-bottom:5px;padding:0 15px;background:#333;color:#fff;font-weight:700;font-size:30px;line-height:60px}.right{width:301px;position:absolute;top:10px;right:10px}.main{margin:10px 330px 10px 20px}.blue-button{display:inline-block;padding:4px 6px;color:#fff;text-decoration:none;border-radius:4px;background:-moz-linear-gradient(top,#6080c0,#2040a0);background:-webkit-linear-gradient(top,#6080c0,#2040a0);box-shadow:1px 1px 2px gray}.blue-button:hover{background:-moz-linear-gradient(top,#2040a0,#6080c0);background:-webkit-linear-gradient(top,#2040a0,#6080c0)}.update-preview{text-align:center;display:block;margin-bottom:10px;font-size:24px;font-weight:700;line-height:34px}#preview{position:relative;border-left:1px solid #000;border-bottom:1px solid #000;width:300px;height:800px;border-radius:4px;overflow:hidden;margin-bottom:10px}.section-title{font-size:20px;font-weight:700;margin:20px 0 5px}.first-level-list{margin:5px 0}.add-item{margin:5px 0;font-size:22px;font-weight:700;line-height:18px}.add-item:hover:after{float:right;font-size:14px;font-weight:400;line-height:18px;margin-left:4px}.add-search-engine:hover:after{content:"Add Search Engine"}.add-resource:hover:after{content:"Add Resource"}.add-bin:hover:after{content:"Add Bin"}.item{padding:5px;margin:5px 0;border-radius:4px;font-size:12px;background:-moz-linear-gradient(top,#ffcc8f,#fff0d0);background:-webkit-linear-gradient(top,#ffcc8f,#fff0d0);box-shadow:1px 1px 2px gray}.remove-item{float:right;font-size:22px;line-height:18px;height:18px;margin:0 0 2px -10px;font-weight:700}.setting{float:left;width:260px;margin:2px 15px 2px 2px;line-height:24px;min-height:24px}.setting label{float:left;display:block;width:100px;font-weight:700}.display-value{float:left;display:block;width:160px}.edit-value{width:160px;display:none;border:1px solid #ccc;border-radius:3px}input.edit-value,textarea.edit-value{width:154px;padding:2px}textarea.edit-value{resize:vertical;height:72px}.item-editing .display-value{display:none}.item-editing .edit-value{display:inline-block}.resource-list-title{clear:both;width:100%;font-size:16px;font-weight:700;margin:5px 0 0}.resource{display:block;clear:both;padding:5px;margin:5px;border-radius:4px;background:-moz-linear-gradient(top,#ff8f00,#ffcc8f);background:-webkit-linear-gradient(top,#ff8f00,#ffcc8f);box-shadow:1px 1px 2px gray}.resource .display-value{display:inline-block}.resource .edit-value,.resource.resource-editing .display-value{display:none}.resource.resource-editing .edit-value{display:inline-block}
\ No newline at end of file
--- a/server/php/basic/public_html/static/lib/renkan/js/renkan.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/js/renkan.js	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 this["renkanJST"] = this["renkanJST"] || {};
 
@@ -2085,6 +2085,8 @@
     /* NODE EDITOR OPTIONS */
 
     show_node_editor_uri: true,
+    show_node_editor_title: true,
+    show_node_editor_title_richtext: true,
     show_node_editor_description: true,
     show_node_editor_description_richtext: true,
     show_node_editor_size: true,
@@ -2833,7 +2835,7 @@
 
 
 define('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {
-    
+    'use strict';
 
     /* Rkns.Renderer._BaseRepresentation Class */
 
@@ -2918,7 +2920,7 @@
 });
 
 define('requtils',[], function ($, _) {
-    
+    'use strict';
     return {
         getUtils: function(){
             return window.Rkns.Utils;
@@ -2932,7 +2934,7 @@
 
 
 define('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -2974,7 +2976,7 @@
 
 
 define('renderer/shapebuilder',[], function () {
-    
+    'use strict';
 
     var cloud_path = "M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z";
     /* ShapeBuilder Begin */
@@ -3089,7 +3091,7 @@
 });
 
 define('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -3233,7 +3235,14 @@
 
             this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;
 
-            var _text = this.model.get("title") || this.renkan.translate(this.options.label_untitled_nodes) || "";
+            
+            //strip html from title
+            var html = this.model.get("title");
+            var div = document.createElement("div");
+            div.innerHTML = html;
+            var clean_title = div.textContent || div.innerText || "";
+            
+            var _text = clean_title || this.renkan.translate(this.options.label_untitled_nodes) || "";
             _text = Utils.shortenText(_text, this.options.node_label_max_length);
 
             if (typeof this.highlighted === "object") {
@@ -3447,6 +3456,7 @@
             _editor.draw();
         },
         select: function() {
+            clearTimeout(this.hide_timeout);
             this.selected = true;
             this.circle.strokeWidth = this._getSelectedStrokeWidth();
             if (this.renderer.isEditable() && !this.hidden) {
@@ -3498,13 +3508,21 @@
                 }
                 //when the mouse don't hover the node anymore, we hide it
                 if (this.hidden) {
+                    this.renderer.removeRepresentationsOfType("editor");
                     this.hide();
-                } else {
-                    this.hideNeighbors();
+                }
+                else {
+                    this.hideNeighbors(true);
                 }
                 this._super("unselect");
             }
         },
+        hide_delay: function(){
+            var _this = this;
+            this.hide_timeout = setTimeout(function(){
+                _this.hide();
+            }, 1000);
+        },
         hide: function(){
             var _this = this;
             this.ghost = false;
@@ -3531,7 +3549,7 @@
                         }
                     }
             );
-            this.hideNeighbors();
+            this.hideNeighbors(false);
         },
         show: function(ghost){
             var _this = this;
@@ -3563,7 +3581,7 @@
                     }
             );
         },
-        hideNeighbors: function(){
+        hideNeighbors: function(delay){
             var _this = this;
             _.each(
                     this.project.get("edges").filter(
@@ -3574,7 +3592,7 @@
                     function(edge, index, list) {
                         var repr = _this.renderer.getRepresentationByModel(edge.get("to"));
                         if (repr && repr.ghost) {
-                            repr.hide();
+                            if (delay){ repr.hide_delay(); } else {repr.hide(); }
                         }
                     }
             );
@@ -3680,7 +3698,7 @@
 
 
 define('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -3918,6 +3936,9 @@
                         b.hide();
                     });
                 }
+                if (this.hidden){
+                    this.renderer.removeRepresentationsOfType("editor");
+                }
                 this.line.strokeWidth = this._getStrokeWidth();
                 this._super("unselect");
             }
@@ -3978,7 +3999,7 @@
 
 
 define('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4078,7 +4099,7 @@
 
 
 define('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4118,7 +4139,7 @@
 
 
 define('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4452,7 +4473,7 @@
 
 
 define('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4645,7 +4666,7 @@
 
 
 define('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4697,7 +4718,7 @@
 
 
 define('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4730,7 +4751,7 @@
 
 
 define('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4777,7 +4798,7 @@
 
 
 define('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4813,7 +4834,7 @@
 
 
 define('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4849,7 +4870,7 @@
 
 
 define('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4884,7 +4905,7 @@
 
 
 define('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4925,7 +4946,7 @@
 
 
 define('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4960,7 +4981,7 @@
 
 
 define('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4995,7 +5016,7 @@
 
 
 define('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5024,7 +5045,7 @@
 
 
 define('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5067,7 +5088,7 @@
 
 
 define('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5098,7 +5119,7 @@
 
 
 define('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5127,7 +5148,7 @@
 
 
 define('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5201,7 +5222,8 @@
         _originalScale = 1,
         _zooming = false,
         _lastTapX = 0,
-        _lastTapY = 0;
+        _lastTapY = 0,
+        _lastTap = 0;
 
         this.image_cache = {};
         this.icon_cache = {};
@@ -5418,7 +5440,7 @@
         var _thRedraw = _.throttle(function() {
             _this.redraw();
         },50);
-           
+
         this.addRepresentations("Node", this.renkan.project.get("nodes"));
         this.addRepresentations("Edge", this.renkan.project.get("edges"));
         this.renkan.project.on("change:title", function() {
@@ -5502,10 +5524,10 @@
                 el.text(_title);
             }
         });
-        
+
         //register router events
         this.renkan.router.on("router", function(_params){
-            _this.parameters(_params);
+            _this.setViewparameters(_params);
         });
 
         if (_renkan.options.size_bug_fix) {
@@ -5812,7 +5834,7 @@
             var RendererType = requtils.getRenderer()[_type];
             var _repr = new RendererType(this, _model);
             this.representations.push(_repr);
-            return _repr;                
+            return _repr;
         },
         addRepresentations: function(_type, _collection) {
             var _this = this;
@@ -6327,7 +6349,7 @@
           filesaver(blob,fileNameToSaveAs);
 
         },
-        parameters: function(_params){
+        setViewparameters: function(_params){
             this.removeRepresentationsOfType("View");
             if ($.isEmptyObject(_params)){
                 this.view = this.addRepresentation("View", this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view)));
@@ -6357,7 +6379,7 @@
                 } else{
                     this.view = this.addRepresentation("View", null);
                     this.view.params = params;
-                    this.view.init();                    
+                    this.view.init();
                 }
             }
             if (!this.view){
@@ -6367,7 +6389,7 @@
             //other parameters must go after because most of them depends on a view that must be initialize before
             this.unhighlightAll();
             if (typeof _params.idNode !== 'undefined'){
-                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));                 
+                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));
             }
         },
         validViewIndex: function(index){
@@ -6377,7 +6399,7 @@
             if (_index < 0){
                 validIndex = this.renkan.project.get("views").length + _index;
             } else {
-                validIndex = _index; 
+                validIndex = _index;
             }
             if (typeof this.renkan.project.get("views").at(_index) === 'undefined'){
                 validIndex = 0;
@@ -6424,7 +6446,7 @@
 });
 
 define('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -6695,7 +6717,7 @@
          'renderer/viewrepr'
          ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){
 
-    
+    'use strict';
 
     var Rkns = window.Rkns;
 
--- a/server/php/basic/public_html/static/lib/renkan/js/renkan.min.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/js/renkan.min.js	Tue Sep 22 15:32:43 2015 +0200
@@ -24,12 +24,12 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
-this.renkanJST=this.renkanJST||{},this.renkanJST["templates/colorpicker.html"]=function(obj){obj||(obj={});{var __t,__p="";_.escape}with(obj)__p+='<li data-color="'+(null==(__t=c)?"":__t)+'" style="background: '+(null==(__t=c)?"":__t)+'"></li>';return __p},this.renkanJST["templates/edgeeditor.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Edge"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+'</label>\n    <input class="Rk-Edit-Title" type="text" value="'+__e(edge.title)+'" />\n</p>\n',options.show_edge_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(edge.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(edge.uri)+'" target="_blank"></a>\n    </p>\n    ',options.properties.length&&(__p+="\n        <p>\n            <label>"+__e(renkan.translate("Choose from vocabulary:"))+'</label>\n            <select class="Rk-Edit-Vocabulary">\n                ',_.each(options.properties,function(a){__p+='\n                    <option class="Rk-Edit-Vocabulary-Class" value="">\n                        '+__e(renkan.translate(a.label))+"\n                    </option>\n                    ",_.each(a.properties,function(b){var c=a["base-uri"]+b.uri;__p+='\n                        <option class="Rk-Edit-Vocabulary-Property" value="'+__e(c)+'"\n                            ',c===edge.uri&&(__p+=" selected"),__p+=">\n                            "+__e(renkan.translate(b.label))+"\n                        </option>\n                    "}),__p+="\n                "}),__p+="\n            </select>\n        </p>\n")),__p+="\n",options.show_edge_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_edge_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Edge color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(edge.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(edge.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n      ",options.show_edge_editor_style_arrow&&(__p+='\n      <div id="Rk-Editor-p-arrow">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Arrow:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Arrow" class="Rk-Edit-Arrow" '+__e(edge.arrow)+" />\n      </div>\n      "),__p+="\n    </div>\n"),__p+="\n",options.show_edge_editor_direction&&(__p+='\n    <p>\n        <span class="Rk-Edit-Direction">'+__e(renkan.translate("Change edge direction"))+"</span>\n    </p>\n"),__p+="\n",options.show_edge_editor_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: >%-edge.to_color%>;"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_editor_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: &lt;%-edge.created_by_color%>;"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/edgeeditor_readonly.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_edge_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(edge.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',edge.uri&&(__p+='\n            <a href="'+__e(edge.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(edge.title)+"\n        ",edge.uri&&(__p+=" </a> "),__p+="\n    </span>\n</h2>\n",options.show_edge_tooltip_uri&&edge.uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(edge.uri)+'" target="_blank">'+__e(edge.short_uri)+"</a>\n    </p>\n"),__p+="\n<p>"+(null==(__t=edge.description)?"":__t)+"</p>\n",options.show_edge_tooltip_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.to_color)+';"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_tooltip_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.created_by_color)+';"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/ldtjson-bin/annotationtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/segmenttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/tagtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/ldt-tag.png"))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/search/?search="+(null==(__t=encodedtitle)?"":__t)+'&field=all"\n    data-title="'+__e(title)+'" data-description="Tag \''+__e(title)+'\'">\n\n    <img class="Rk-Ldt-Tag-Icon" src="'+__e(static_url)+'img/ldt-tag.png" />\n    <h4>'+(null==(__t=htitle)?"":__t)+'</h4>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/list-bin.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="'+__e(title)+'"\n    data-description="'+__e(description)+'"\n    ',__p+=image?'\n        data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    ':'\n        data-image=""\n    ',__p+="\n>",image&&(__p+='\n    <img class="Rk-ResourceList-Image" src="'+__e(image)+'" />\n'),__p+='\n<h4 class="Rk-ResourceList-Title">\n    ',url&&(__p+='\n        <a href="'+__e(url)+'" target="_blank">\n    '),__p+="\n    "+(null==(__t=htitle)?"":__t)+"\n    ",url&&(__p+="</a>"),__p+="\n    </h4>\n    ",description&&(__p+='\n        <p class="Rk-ResourceList-Description">'+(null==(__t=hdescription)?"":__t)+"</p>\n    "),__p+="\n    ",image&&(__p+='\n        <div style="clear: both;"></div>\n    '),__p+="\n</li>\n";return __p},this.renkanJST["templates/main.html"]=function(obj){obj||(obj={});{var __p="",__e=_.escape;Array.prototype.join}with(obj)options.show_bins&&(__p+='\n    <div class="Rk-Bins">\n        <div class="Rk-Bins-Head">\n            <h2 class="Rk-Bins-Title">'+__e(translate("Select contents:"))+'</h2>\n            <form class="Rk-Web-Search-Form Rk-Search-Form">\n                <input class="Rk-Web-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search the Web"))+'" />\n                <div class="Rk-Search-Select">\n                    <div class="Rk-Search-Current"></div>\n                    <ul class="Rk-Search-List"></ul>\n                </div>\n                <input type="submit" value=""\n                    class="Rk-Web-Search-Submit Rk-Search-Submit" title="'+__e(translate("Search the Web"))+'" />\n            </form>\n            <form class="Rk-Bins-Search-Form Rk-Search-Form">\n                <input class="Rk-Bins-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search in Bins"))+'" /> <input\n                    type="submit" value=""\n                    class="Rk-Bins-Search-Submit Rk-Search-Submit"\n                    title="'+__e(translate("Search in Bins"))+'" />\n            </form>\n        </div>\n        <ul class="Rk-Bin-List"></ul>\n    </div>\n'),__p+=" ",options.show_editor&&(__p+='\n    <div class="Rk-Render Rk-Render-',__p+=options.show_bins?"Panel":"Full",__p+='"></div>\n'),__p+="\n";return __p},this.renkanJST["templates/nodeeditor.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='\n<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Node"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+"</label>\n    ",__p+=options.show_node_editor_title_richtext?'\n        <div class="Rk-Edit-Title" contenteditable="true">'+(null==(__t=node.title)?"":__t)+"</div>\n    ":'\n        <input class="Rk-Edit-Title" type="text" value="'+__e(node.title)+'" />\n    ',__p+="    \n</p>\n",options.show_node_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(node.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(node.uri)+'" target="_blank"></a>\n    </p>\n'),__p+=" ",options.change_types&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Types available"))+':</label>\n        <select class="Rk-Edit-Type">\n          ',_.each(types,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.type===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+=" ",options.show_node_editor_description&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Description:"))+"</label>\n        ",__p+=options.show_node_editor_description_richtext?'\n            <div class="Rk-Edit-Description" contenteditable="true">'+(null==(__t=node.description)?"":__t)+"</div>\n        ":'\n            <textarea class="Rk-Edit-Description">'+(null==(__t=node.description)?"":__t)+"</textarea>\n        ",__p+="\n    </p>\n"),__p+=" ",options.show_node_editor_size&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Size:"))+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a>\n        <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Size-Value">'+__e(node.size)+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Up">+</a>\n    </p>\n'),__p+=" ",options.show_node_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_node_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">\n        '+__e(renkan.translate("Node color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: '+__e(node.color)+';">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(node.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(node.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n    </div>\n"),__p+=" ",options.show_node_editor_image&&(__p+='\n    <div class="Rk-Edit-ImgWrap">\n        <div class="Rk-Edit-ImgPreview">\n            <img src="'+__e(node.image||node.image_placeholder)+'" />\n            ',node.clip_path&&(__p+='\n                <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">\n                    <path style="stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;" d="'+__e(node.clip_path)+'" />\n                </svg>\n            '),__p+="\n        </div>\n    </div>\n    <p>\n        <label>"+__e(renkan.translate("Image URL:"))+'</label>\n        <div>\n            <a class="Rk-Edit-Image-Del" href="#"></a>\n            <input class="Rk-Edit-Image" type="text" value=\''+__e(node.image)+"' />\n        </div>\n    </p>\n",options.allow_image_upload&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Choose Image File:"))+'</label>\n        <input class="Rk-Edit-Image-File" type="file" accept="image/*" />\n    </p>\n')),__p+=" ",options.show_node_editor_creator&&node.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+=" ",options.change_shapes&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Shapes available"))+':</label>\n        <select class="Rk-Edit-Shape">\n          ',_.each(shapes,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.shape===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/nodeeditor_readonly.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+(null==(__t=node.title)?"":__t)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(node.uri)+'" target="_blank">'+__e(node.short_uri)+"</a>\n    </p>\n"),__p+=" ",options.show_node_tooltip_description&&(__p+='\n    <p class="Rk-Display-Description">'+(null==(__t=node.description)?"":__t)+"</p>\n"),__p+=" ",node.image&&options.show_node_tooltip_image&&(__p+='\n    <img class="Rk-Display-ImgPreview" src="'+__e(node.image)+'" />\n'),__p+=" ",node.has_creator&&options.show_node_tooltip_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+='\n    <a href="#?idNode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/nodeeditor_video.html"]=function(obj){obj||(obj={});{var __p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(node.title)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n     <video width="320" height="240" controls>\n        <source src="'+__e(node.uri)+'" type="video/mp4">\n     </video> \n'),__p+='\n    <a href="#?idnode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/scene.html"]=function(obj){function print(){__p+=__j.call(arguments,"")}obj||(obj={});var __p="",__e=_.escape,__j=Array.prototype.join;with(obj)options.show_top_bar&&(__p+='\n    <div class="Rk-TopBar">\n        <div class="loader"></div>\n        ',__p+=options.editor_mode?'\n            <input type="text" class="Rk-PadTitle" value="'+__e(project.get("title")||"")+'" placeholder="'+__e(translate("Untitled project"))+'" />\n        ':'\n            <h2 class="Rk-PadTitle">\n                '+__e(project.get("title")||translate("Untitled project"))+"\n            </h2>\n        ",__p+="\n        ",options.show_user_list&&(__p+='\n            <div class="Rk-Users">\n                <div class="Rk-CurrentUser">\n                    ',options.show_user_color&&(__p+='\n                        <div class="Rk-Edit-ColorPicker-Wrapper">\n                            <span class="Rk-CurrentUser-Color">\n                            ',options.user_color_editable&&(__p+='\n                                <span class="Rk-Edit-ColorTip"></span>\n                            '),__p+="\n                            </span>\n                            ",options.user_color_editable&&print(colorPicker),__p+="\n                        </div>\n                    "),__p+='\n                    <span class="Rk-CurrentUser-Name">&lt;unknown user&gt;</span>\n                </div>\n                <ul class="Rk-UserList"></ul>\n            </div>\n        '),__p+="\n        ",options.home_button_url&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <a class="Rk-TopBar-Button Rk-Home-Button" href="'+__e(options.home_button_url)+'">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate(options.home_button_title))+"\n                    </div>\n                </div>\n            </a>\n        "),__p+="\n        ",options.show_fullscreen_button&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <div class="Rk-TopBar-Button Rk-FullScreen-Button">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate("Full Screen"))+"\n                    </div>\n                </div>\n            </div>\n        "),__p+="\n        ",options.editor_mode?(__p+="\n            ",options.show_addnode_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddNode-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Node"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_addedge_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddEdge-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Edge"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_save_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Save-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents"></div>\n                    </div>\n                </div>\n            '),__p+="\n            ",options.show_open_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Open-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Open Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_bookmarklet&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <a class="Rk-TopBar-Button Rk-Bookmarklet-Button" href="#">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Renkan 'Drag-to-Add' bookmarklet"))+'\n                        </div>\n                    </div>\n                </a>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "):(__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+'\n                        </div>\n                    </div>\n                </div>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "),__p+="\n        ",options.show_search_field&&(__p+='\n            <form action="#" class="Rk-GraphSearch-Form">\n                <input type="search" class="Rk-GraphSearch-Field" placeholder="'+__e(translate("Search in graph"))+'" />\n            </form>\n            <div class="Rk-TopBar-Separator"></div>\n        '),__p+="\n    </div>\n"),__p+='\n<div class="Rk-Editing-Space',options.show_top_bar||(__p+=" Rk-Editing-Space-Full"),__p+='">\n    <div class="Rk-Labels"></div>\n    <canvas class="Rk-Canvas" ',options.resize&&(__p+=' resize="" '),__p+=' ></canvas>\n    <div class="Rk-Notifications"></div>\n    <div class="Rk-Editor">\n        ',options.show_bins&&(__p+='\n            <div class="Rk-Fold-Bins">&laquo;</div>\n        '),__p+="\n        ",options.show_zoom&&(__p+='\n            <div class="Rk-ZoomButtons">\n                <div class="Rk-ZoomIn" title="'+__e(translate("Zoom In"))+'"></div>\n                <div class="Rk-ZoomFit" title="'+__e(translate("Zoom Fit"))+'"></div>\n                <div class="Rk-ZoomOut" title="'+__e(translate("Zoom Out"))+'"></div>\n                ',options.editor_mode&&options.save_view&&(__p+='\n                    <div class="Rk-ZoomSave" title="'+__e(translate("Save view"))+'"></div>\n                '),__p+="\n                ",options.save_view&&(__p+='\n                    <div class="Rk-ZoomSetSaved" title="'+__e(translate("View saved view"))+'"></div>\n                    ',options.hide_nodes&&(__p+='\n                	   <div class="Rk-ShowHiddenNodes" title="'+__e(translate("Show hidden nodes"))+'"></div>\n                    '),__p+="       \n                "),__p+="\n            </div>\n        "),__p+="\n    </div>\n</div>\n";return __p},this.renkanJST["templates/search.html"]=function(obj){obj||(obj={});{var __t,__p="";_.escape}with(obj)__p+='<li class="'+(null==(__t=className)?"":__t)+'" data-key="'+(null==(__t=key)?"":__t)+'">'+(null==(__t=title)?"":__t)+"</li>";return __p},this.renkanJST["templates/wikipedia-bin/resulttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Wikipedia-Result Rk-Bin-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="Wikipedia: '+__e(title)+'"\n    data-description="'+__e(description)+'"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/wikipedia.png"))+'">\n\n    <img class="Rk-Wikipedia-Icon" src="'+__e(static_url)+'img/wikipedia.png">\n    <h4 class="Rk-Wikipedia-Title">\n        <a href="'+__e(url)+'" target="_blank">'+(null==(__t=htitle)?"":__t)+'</a>\n    </h4>\n    <p class="Rk-Wikipedia-Snippet">'+(null==(__t=hdescription)?"":__t)+"</p>\n</li>\n";return __p},function(a){"use strict";"object"!=typeof a.Rkns&&(a.Rkns={});var b=a.Rkns,c=b.$=a.jQuery,d=b._=a._;b.pickerColors=["#8f1919","#a80000","#d82626","#ff0000","#e87c7c","#ff6565","#f7d3d3","#fecccc","#8f5419","#a85400","#d87f26","#ff7f00","#e8b27c","#ffb265","#f7e5d3","#fee5cc","#8f8f19","#a8a800","#d8d826","#feff00","#e8e87c","#feff65","#f7f7d3","#fefecc","#198f19","#00a800","#26d826","#00ff00","#7ce87c","#65ff65","#d3f7d3","#ccfecc","#198f8f","#00a8a8","#26d8d8","#00feff","#7ce8e8","#65feff","#d3f7f7","#ccfefe","#19198f","#0000a8","#2626d8","#0000ff","#7c7ce8","#6565ff","#d3d3f7","#ccccfe","#8f198f","#a800a8","#d826d8","#ff00fe","#e87ce8","#ff65fe","#f7d3f7","#feccfe","#000000","#242424","#484848","#6d6d6d","#919191","#b6b6b6","#dadada","#ffffff"],b.__renkans=[];var e=b._BaseBin=function(a,c){if("undefined"!=typeof a){this.renkan=a,this.renkan.$.find(".Rk-Bin-Main").hide(),this.$=b.$("<li>").addClass("Rk-Bin").appendTo(a.$.find(".Rk-Bin-List")),this.title_icon_$=b.$("<span>").addClass("Rk-Bin-Title-Icon").appendTo(this.$);var d=this;b.$("<a>").attr({href:"#",title:a.translate("Close bin")}).addClass("Rk-Bin-Close").html("&times;").appendTo(this.$).click(function(){return d.destroy(),a.$.find(".Rk-Bin-Main:visible").length||a.$.find(".Rk-Bin-Main:last").slideDown(),a.resizeBins(),!1}),b.$("<a>").attr({href:"#",title:a.translate("Refresh bin")}).addClass("Rk-Bin-Refresh").appendTo(this.$).click(function(){return d.refresh(),!1}),this.count_$=b.$("<div>").addClass("Rk-Bin-Count").appendTo(this.$),this.title_$=b.$("<h2>").addClass("Rk-Bin-Title").appendTo(this.$),this.main_$=b.$("<div>").addClass("Rk-Bin-Main").appendTo(this.$).html('<h4 class="Rk-Bin-Loading">'+a.translate("Loading, please wait")+"</h4>"),this.title_$.html(c.title||"(new bin)"),this.renkan.resizeBins(),c.auto_refresh&&window.setInterval(function(){d.refresh()},c.auto_refresh)}};e.prototype.destroy=function(){this.$.detach(),this.renkan.resizeBins()};var f=b.Renkan=function(a){var e=this;b.__renkans.push(this),this.options=d.defaults(a,b.defaults,{templates:d.defaults(a.templates,renkanJST)||renkanJST,node_editor_templates:d.defaults(a.node_editor_templates,b.defaults.node_editor_templates)}),this.template=renkanJST["templates/main.html"];var f={};if(d.each(this.options.node_editor_templates,function(a,b){f[b]=e.options.templates[a],delete e.options.templates[a]}),this.options.node_editor_templates=f,d.each(this.options.property_files,function(a){b.$.getJSON(a,function(a){e.options.properties=e.options.properties.concat(a)})}),this.read_only=this.options.read_only||!this.options.editor_mode,this.router=new b.Router,this.project=new b.Models.Project,this.dataloader=new b.DataLoader.Loader(this.project,this.options),this.setCurrentUser=function(a,b){this.project.addUser({_id:a,title:b}),this.current_user=a,this.renderer.redrawUsers()},"undefined"!=typeof this.options.user_id&&(this.current_user=this.options.user_id),this.$=b.$("#"+this.options.container),this.$.addClass("Rk-Main").html(this.template(this)),this.tabs=[],this.search_engines=[],this.current_user_list=new b.Models.UsersList,this.current_user_list.on("add remove",function(){this.renderer&&this.renderer.redrawUsers()}),this.colorPicker=function(){var a=renkanJST["templates/colorpicker.html"];return'<ul class="Rk-Edit-ColorPicker">'+b.pickerColors.map(function(b){return a({c:b})}).join("")+"</ul>"}(),this.options.show_editor&&(this.renderer=new b.Renderer.Scene(this)),this.options.search.length){var g=renkanJST["templates/search.html"],h=this.$.find(".Rk-Search-List"),i=this.$.find(".Rk-Web-Search-Input"),j=this.$.find(".Rk-Web-Search-Form");d.each(this.options.search,function(a){b[a.type]&&b[a.type].Search&&e.search_engines.push(new b[a.type].Search(e,a))}),h.html(d(this.search_engines).map(function(a,b){return g({key:b,title:a.getSearchTitle(),className:a.getBgClass()})}).join("")),h.find("li").click(function(){var a=b.$(this);e.setSearchEngine(a.attr("data-key")),j.submit()}),j.submit(function(){if(i.val()){var a=e.search_engine;a.search(i.val())}return!1}),this.$.find(".Rk-Search-Current").mouseenter(function(){h.slideDown()}),this.$.find(".Rk-Search-Select").mouseleave(function(){h.hide()}),this.setSearchEngine(0)}else this.$.find(".Rk-Web-Search-Form").detach();d.each(this.options.bins,function(a){b[a.type]&&b[a.type].Bin&&e.tabs.push(new b[a.type].Bin(e,a))});var k=!1;this.$.find(".Rk-Bins").on("click",".Rk-Bin-Title,.Rk-Bin-Title-Icon",function(){var a=b.$(this).siblings(".Rk-Bin-Main");a.is(":hidden")&&(e.$.find(".Rk-Bin-Main").slideUp(),a.slideDown())}),this.options.show_editor&&this.$.find(".Rk-Bins").on("mouseover",".Rk-Bin-Item",function(){var a=b.$(this);
-if(a&&c(a).attr("data-uri")){var f=e.project.get("nodes").where({uri:c(a).attr("data-uri")});d.each(f,function(a){e.renderer.highlightModel(a)})}}).mouseout(function(){e.renderer.unhighlightAll()}).on("mousemove",".Rk-Bin-Item",function(){try{this.dragDrop()}catch(a){}}).on("touchstart",".Rk-Bin-Item",function(){k=!1}).on("touchmove",".Rk-Bin-Item",function(a){a.preventDefault();var b=a.originalEvent.changedTouches[0],c=e.renderer.canvas_$.offset(),d=e.renderer.canvas_$.width(),f=e.renderer.canvas_$.height();if(b.pageX>=c.left&&b.pageX<c.left+d&&b.pageY>=c.top&&b.pageY<c.top+f)if(k)e.renderer.onMouseMove(b,!0);else{k=!0;var g=document.createElement("div");g.appendChild(this.cloneNode(!0)),e.renderer.dropData({"text/html":g.innerHTML},b),e.renderer.onMouseDown(b,!0)}}).on("touchend",".Rk-Bin-Item",function(a){k&&e.renderer.onMouseUp(a.originalEvent.changedTouches[0],!0),k=!1}).on("dragstart",".Rk-Bin-Item",function(a){var b=document.createElement("div");b.appendChild(this.cloneNode(!0));try{a.originalEvent.dataTransfer.setData("text/html",b.innerHTML)}catch(c){a.originalEvent.dataTransfer.setData("text",b.innerHTML)}}),b.$(window).resize(function(){e.resizeBins()});var l=!1,m="";this.$.find(".Rk-Bins-Search-Input").on("change keyup paste input",function(){var a=b.$(this).val();if(a!==m){var c=b.Utils.regexpFromTextOrArray(a.length>1?a:null);c.source!==l&&(l=c.source,d.each(e.tabs,function(a){a.render(c)}))}}),this.$.find(".Rk-Bins-Search-Form").submit(function(){return!1})};f.prototype.translate=function(a){return b.i18n[this.options.language]&&b.i18n[this.options.language][a]?b.i18n[this.options.language][a]:this.options.language.length>2&&b.i18n[this.options.language.substr(0,2)]&&b.i18n[this.options.language.substr(0,2)][a]?b.i18n[this.options.language.substr(0,2)][a]:a},f.prototype.onStatusChange=function(){this.renderer.onStatusChange()},f.prototype.setSearchEngine=function(a){this.search_engine=this.search_engines[a],this.$.find(".Rk-Search-Current").attr("class","Rk-Search-Current "+this.search_engine.getBgClass());for(var b=this.search_engine.getBgClass().split(" "),c="",d=0;d<b.length;d++)c+="."+b[d];this.$.find(".Rk-Web-Search-Input.Rk-Search-Input").attr("placeholder",this.translate("Search in ")+this.$.find(".Rk-Search-List "+c).html())},f.prototype.resizeBins=function(){var a=+this.$.find(".Rk-Bins-Head").outerHeight();this.$.find(".Rk-Bin-Title:visible").each(function(){a+=b.$(this).outerHeight()}),this.$.find(".Rk-Bin-Main").css({height:this.$.find(".Rk-Bins").height()-a})};var g=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)})};b.Utils={getUUID4:g,getUID:function(){function a(a){return 10>a?"0"+a:a}var b=new Date,c=0,d=b.getUTCFullYear()+"-"+a(b.getUTCMonth()+1)+"-"+a(b.getUTCDate())+"-"+g();return function(a){for(var b=(++c).toString(16),e="undefined"==typeof a?"":a+"-";b.length<4;)b="0"+b;return e+d+"-"+b}}(),getFullURL:function(a){if("undefined"==typeof a||null==a)return"";if(/https?:\/\//.test(a))return a;var b=new Image;b.src=a;var c=b.src;return b.src=null,c},inherit:function(a,b){var c=function(){"function"==typeof b&&b.apply(this,Array.prototype.slice.call(arguments,0)),a.apply(this,Array.prototype.slice.call(arguments,0)),"function"!=typeof this._init||this._initialized||(this._init.apply(this,Array.prototype.slice.call(arguments,0)),this._initialized=!0)};return d.extend(c.prototype,a.prototype),c},regexpFromTextOrArray:function(){function a(a){function b(a){return function(b,c){a=a.replace(h[b],c)}}for(var e=a.toLowerCase().replace(g,""),i="",j=0;j<e.length;j++){j&&(i+=f+"*");var k=e[j];d.each(c,b(k)),i+=k}return i}function b(c){switch(typeof c){case"string":return a(c);case"object":var e="";return d.each(c,function(a){var c=b(a);c&&(e&&(e+="|"),e+=c)}),e}return""}var c=["[aáàâä]","[cç]","[eéèêë]","[iíìîï]","[oóòôö]","[uùûü]"],e=[String.fromCharCode(768),String.fromCharCode(769),String.fromCharCode(770),String.fromCharCode(771),String.fromCharCode(807),"{","}","(",")","[","]","【","】","、","・","‥","。","「","」","『","』","〜",":","!","?"," ",","," ",";","(",")",".","*","+","\\","?","|","{","}","[","]","^","#","/"],f="[\\"+e.join("\\")+"]",g=new RegExp(f,"gm"),h=d.map(c,function(a){return new RegExp(a)});return function(a){var c=b(a);if(c){var d=new RegExp(c,"im"),e=new RegExp("("+c+")","igm");return{isempty:!1,source:c,test:function(a){return d.test(a)},replace:function(a,b){return a.replace(e,b)}}}return{isempty:!0,source:"",test:function(){return!0},replace:function(){return text}}}}(),_MIN_DRAG_DISTANCE:2,_NODE_BUTTON_WIDTH:40,_EDGE_BUTTON_INNER:2,_EDGE_BUTTON_OUTER:40,_CLICKMODE_ADDNODE:1,_CLICKMODE_STARTEDGE:2,_CLICKMODE_ENDEDGE:3,_NODE_SIZE_STEP:Math.LN2/4,_MIN_SCALE:.05,_MAX_SCALE:20,_MOUSEMOVE_RATE:80,_DOUBLETAP_DELAY:800,_DOUBLETAP_DISTANCE:400,_USER_PLACEHOLDER:function(a){return{color:a.options.default_user_color,title:a.translate("(unknown user)"),get:function(a){return this[a]||!1}}},_BOOKMARKLET_CODE:function(a){return"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\">"+a.translate("Drag items from this website, drop them in Renkan").replace(/ /g,"_")+"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\/\\/[^\\/]*twitter\\.com\\//,s:'.tweet',n:'twitter'},{r:/https?:\\/\\/[^\\/]*google\\.[^\\/]+\\//,s:'.g',n:'google'},{r:/https?:\\/\\/[^\\/]*lemonde\\.fr\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();"},shortenText:function(a,b){return a.length>b?a.substr(0,b)+"…":a},drawEditBox:function(a,b,c,d,e){e.css({width:a.tooltip_width-2*a.tooltip_padding});var f=e.outerHeight()+2*a.tooltip_padding,g=b.x<paper.view.center.x?1:-1,h=b.x+g*(d+a.tooltip_arrow_length),i=b.x+g*(d+a.tooltip_arrow_length+a.tooltip_width),j=b.y-f/2;j+f>paper.view.size.height-a.tooltip_margin&&(j=Math.max(paper.view.size.height-a.tooltip_margin,b.y+a.tooltip_arrow_width/2)-f),j<a.tooltip_margin&&(j=Math.min(a.tooltip_margin,b.y-a.tooltip_arrow_width/2));var k=j+f;return c.segments[0].point=c.segments[7].point=b.add([g*d,0]),c.segments[1].point.x=c.segments[2].point.x=c.segments[5].point.x=c.segments[6].point.x=h,c.segments[3].point.x=c.segments[4].point.x=i,c.segments[2].point.y=c.segments[3].point.y=j,c.segments[4].point.y=c.segments[5].point.y=k,c.segments[1].point.y=b.y-a.tooltip_arrow_width/2,c.segments[6].point.y=b.y+a.tooltip_arrow_width/2,c.fillColor=new paper.Color(new paper.Gradient([a.tooltip_top_color,a.tooltip_bottom_color]),[0,j],[0,k]),e.css({left:a.tooltip_padding+Math.min(h,i),top:a.tooltip_padding+j}),c},increaseBrightness:function(a,b){a=a.replace(/^\s*#|\s*$/g,""),3===a.length&&(a=a.replace(/(.)/g,"$1$1"));var c=parseInt(a.substr(0,2),16),d=parseInt(a.substr(2,2),16),e=parseInt(a.substr(4,2),16);return"#"+(0|256+c+(256-c)*b/100).toString(16).substr(1)+(0|256+d+(256-d)*b/100).toString(16).substr(1)+(0|256+e+(256-e)*b/100).toString(16).substr(1)}}}(window),function(a){"use strict";{var b=a.Backbone;a.Rkns.Router=b.Router.extend({routes:{"":"index"},index:function(a){var b={};null!==a&&a.split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),this.trigger("router",b)}})}}(window),function(a){"use strict";var b=a.Rkns.DataLoader={converters:{from1to2:function(a){var b,c;if("undefined"!=typeof a.nodes)for(b=0,c=a.nodes.length;c>b;b++){var d=a.nodes[b];d.style=d.color?{color:d.color}:{}}if("undefined"!=typeof a.edges)for(b=0,c=a.edges.length;c>b;b++){var e=a.edges[b];e.style=e.color?{color:e.color}:{}}return a.schema_version="2",a}}};b.Loader=function(a,c){this.project=a,this.dataConverters=_.defaults(c.converters||{},b.converters)},b.Loader.prototype.convert=function(a){var b=this.project.getSchemaVersion(a),c=this.project.getSchemaVersion();if(b!==c){var d="from"+b+"to"+c;"function"==typeof this.dataConverters[d]&&(a=this.dataConverters[d](a))}return a},b.Loader.prototype.load=function(a){this.project.set(this.convert(a),{validate:!0})}}(window),function(a){"use strict";var b=a.Backbone,c=a.Rkns.Models={};c.getUID=function(a){var b="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)});return"undefined"!=typeof a?a.type+"-"+b:b};{var d=b.RelationalModel.extend({idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"",a.description=a.description||"",a.uri=a.uri||"","function"==typeof this.prepare&&(a=this.prepare(a))),b.RelationalModel.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},addReference:function(a,b,c,d,e){var f=c.get(d);a[b]="undefined"==typeof f&&"undefined"!=typeof e?e:f}}),e=c.User=d.extend({type:"user",prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color")}}}),f=c.Node=d.extend({type:"node",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),position:this.get("position"),image:this.get("image"),style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,size:this.get("size"),clip_path:this.get("clip_path"),shape:this.get("shape"),type:this.get("type")}}}),g=c.Edge=d.extend({type:"edge",relations:[{type:b.HasOne,key:"created_by",relatedModel:e},{type:b.HasOne,key:"from",relatedModel:f},{type:b.HasOne,key:"to",relatedModel:f}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),this.addReference(a,"from",b.get("nodes"),a.from),this.addReference(a,"to",b.get("nodes"),a.to),a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),from:this.get("from")?this.get("from").get("_id"):null,to:this.get("to")?this.get("to").get("_id"):null,style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null}}}),h=c.View=d.extend({type:"view",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;if(this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"","undefined"!=typeof a.offset){var c={};Array.isArray(a.offset)?(c.x=a.offset[0],c.y=a.offset.length>1?a.offset[1]:a.offset[0]):null!=a.offset.x&&(c.x=a.offset.x,c.y=a.offset.y),a.offset=c}return a},toJSON:function(){return{_id:this.get("_id"),zoom_level:this.get("zoom_level"),offset:this.get("offset"),title:this.get("title"),description:this.get("description"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,hidden_nodes:this.get("hidden_nodes")}}}),i=(c.Project=d.extend({schema_version:"2",type:"project",blacklist:["saveStatus","loadingStatus"],relations:[{type:b.HasMany,key:"users",relatedModel:e,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"nodes",relatedModel:f,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"edges",relatedModel:g,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"views",relatedModel:h,reverseRelation:{key:"project",includeInJSON:"_id"}}],addUser:function(a,b){a.project=this;var c=e.findOrCreate(a);return this.get("users").push(c,b),c},addNode:function(a,b){a.project=this;var c=f.findOrCreate(a);return this.get("nodes").push(c,b),c},addEdge:function(a,b){a.project=this;var c=g.findOrCreate(a);return this.get("edges").push(c,b),c},addView:function(a,b){a.project=this;var c=h.findOrCreate(a);return this.get("views").push(c,b),c},removeNode:function(a){this.get("nodes").remove(a)},removeEdge:function(a){this.get("edges").remove(a)},validate:function(a){var b=this;_.each([].concat(a.users,a.nodes,a.edges,a.views),function(a){a&&(a.project=b)})},getSchemaVersion:function(a){var b=a;"undefined"==typeof b&&(b=this);var c=b.schema_version;return c?c:1},initialize:function(){var a=this;this.on("remove:nodes",function(b){a.get("edges").remove(a.get("edges").filter(function(a){return a.get("from")===b||a.get("to")===b}))})},toJSON:function(){var a=_.clone(this.attributes);for(var c in a)(a[c]instanceof b.Model||a[c]instanceof b.Collection||a[c]instanceof d)&&(a[c]=a[c].toJSON());return _.omit(a,this.blacklist)}}),c.RosterUser=b.Model.extend({type:"roster_user",idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"(untitled "+this.type+")",a.description=a.description||"",a.uri=a.uri||"",a.project=a.project||null,a.site_id=a.site_id||0,"function"==typeof this.prepare&&(a=this.prepare(a))),b.Model.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color"),project:null!=this.get("project")?this.get("project").get("id"):null,site_id:this.get("site_id")}}}));c.UsersList=b.Collection.extend({model:i})}}(window),Rkns.defaults={language:navigator.language||navigator.userLanguage||"en",container:"renkan",search:[],bins:[],static_url:"",popup_editor:!0,editor_panel:"editor-panel",show_bins:!0,properties:[],show_editor:!0,read_only:!1,editor_mode:!0,manual_save:!1,show_top_bar:!0,default_user_color:"#303030",size_bug_fix:!1,force_resize:!1,allow_double_click:!0,zoom_on_scroll:!0,element_delete_delay:0,autoscale_padding:50,resize:!0,show_zoom:!0,save_view:!0,default_view:!1,default_index_view:-1,update_url:!0,show_search_field:!0,show_user_list:!0,user_name_editable:!0,user_color_editable:!0,show_user_color:!0,show_save_button:!0,show_export_button:!0,show_open_button:!1,show_addnode_button:!0,show_addedge_button:!0,show_bookmarklet:!0,show_fullscreen_button:!0,home_button_url:!1,home_button_title:"Home",show_minimap:!0,minimap_width:160,minimap_height:120,minimap_padding:20,minimap_background_color:"#ffffff",minimap_border_color:"#cccccc",minimap_highlight_color:"#ffff00",minimap_highlight_weight:5,buttons_background:"#202020",buttons_label_color:"#c000c0",buttons_label_font_size:9,ghost_opacity:.3,default_dash_array:[4,5],show_node_circles:!0,clip_node_images:!0,node_images_fill_mode:!1,node_size_base:25,node_stroke_width:2,node_stroke_max_width:12,selected_node_stroke_width:4,selected_node_stroke_max_width:24,node_stroke_witdh_scale:5,node_fill_color:"#ffffff",highlighted_node_fill_color:"#ffff00",node_label_distance:5,node_label_max_length:60,label_untitled_nodes:"(untitled)",hide_nodes:!0,change_shapes:!0,change_types:!0,node_editor_templates:{"default":"templates/nodeeditor_readonly.html",video:"templates/nodeeditor_video.html"},edge_stroke_width:2,edge_stroke_max_width:12,selected_edge_stroke_width:4,selected_edge_stroke_max_width:24,edge_stroke_witdh_scale:5,edge_label_distance:0,edge_label_max_length:20,edge_arrow_length:18,edge_arrow_width:12,edge_arrow_max_width:32,edge_gap_in_bundles:12,label_untitled_edges:"",tooltip_width:275,tooltip_padding:10,tooltip_margin:15,tooltip_arrow_length:20,tooltip_arrow_width:40,tooltip_top_color:"#f0f0f0",tooltip_bottom_color:"#d0d0d0",tooltip_border_color:"#808080",tooltip_border_width:1,tooltip_opacity:.8,richtext_editor_config:{toolbarGroups:[{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"clipboard",groups:["clipboard","undo"]},"/",{name:"styles"}],removePlugins:"colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates"},show_node_editor_uri:!0,show_node_editor_description:!0,show_node_editor_description_richtext:!0,show_node_editor_size:!0,show_node_editor_style:!0,show_node_editor_style_color:!0,show_node_editor_style_dash:!0,show_node_editor_style_thickness:!0,show_node_editor_image:!0,show_node_editor_creator:!0,allow_image_upload:!0,uploaded_image_max_kb:500,show_node_tooltip_uri:!0,show_node_tooltip_description:!0,show_node_tooltip_color:!0,show_node_tooltip_image:!0,show_node_tooltip_creator:!0,show_edge_editor_uri:!0,show_edge_editor_style:!0,show_edge_editor_style_color:!0,show_edge_editor_style_dash:!0,show_edge_editor_style_thickness:!0,show_edge_editor_style_arrow:!0,show_edge_editor_direction:!0,show_edge_editor_nodes:!0,show_edge_editor_creator:!0,show_edge_tooltip_uri:!0,show_edge_tooltip_color:!0,show_edge_tooltip_nodes:!0,show_edge_tooltip_creator:!0},Rkns.i18n={fr:{"Edit Node":"Édition d’un nœud","Edit Edge":"Édition d’un lien","Title:":"Titre :","URI:":"URI :","Description:":"Description :","From:":"De :","To:":"Vers :",Image:"Image","Image URL:":"URL d'Image","Choose Image File:":"Choisir un fichier image","Full Screen":"Mode plein écran","Add Node":"Ajouter un nœud","Add Edge":"Ajouter un lien","Save Project":"Enregistrer le projet","Open Project":"Ouvrir un projet","Auto-save enabled":"Enregistrement automatique activé","Connection lost":"Connexion perdue","Created by:":"Créé par :","Zoom In":"Agrandir l’échelle","Zoom Out":"Rapetisser l’échelle",Edit:"Éditer",Remove:"Supprimer","Cancel deletion":"Annuler la suppression","Link to another node":"Créer un lien",Enlarge:"Agrandir",Shrink:"Rétrécir","Click on the background canvas to add a node":"Cliquer sur le fond du graphe pour rajouter un nœud","Click on a first node to start the edge":"Cliquer sur un premier nœud pour commencer le lien","Click on a second node to complete the edge":"Cliquer sur un second nœud pour terminer le lien",Wikipedia:"Wikipédia","Wikipedia in ":"Wikipédia en ",French:"Français",English:"Anglais",Japanese:"Japonais","Untitled project":"Projet sans titre","Lignes de Temps":"Lignes de Temps","Loading, please wait":"Chargement en cours, merci de patienter","Edge color:":"Couleur :","Dash:":"Point. :","Thickness:":"Epaisseur :","Arrow:":"Flèche :","Node color:":"Couleur :","Choose color":"Choisir une couleur","Change edge direction":"Changer le sens du lien","Do you really wish to remove node ":"Voulez-vous réellement supprimer le nœud ","Do you really wish to remove edge ":"Voulez-vous réellement supprimer le lien ","This file is not an image":"Ce fichier n'est pas une image","Image size must be under ":"L'image doit peser moins de ","Size:":"Taille :",KB:"ko","Choose from vocabulary:":"Choisir dans un vocabulaire :","SKOS Documentation properties":"SKOS: Propriétés documentaires","has note":"a pour note","has example":"a pour exemple","has definition":"a pour définition","SKOS Semantic relations":"SKOS: Relations sémantiques","has broader":"a pour concept plus large","has narrower":"a pour concept plus étroit","has related":"a pour concept apparenté","Dublin Core Metadata":"Métadonnées Dublin Core","has contributor":"a pour contributeur",covers:"couvre","created by":"créé par","has date":"a pour date","published by":"édité par","has source":"a pour source","has subject":"a pour sujet","Dragged resource":"Ressource glisée-déposée","Search the Web":"Rechercher en ligne","Search in Bins":"Rechercher dans les chutiers","Close bin":"Fermer le chutier","Refresh bin":"Rafraîchir le chutier","(untitled)":"(sans titre)","Select contents:":"Sélectionner des contenus :","Drag items from this website, drop them in Renkan":"Glissez des éléments de ce site web vers Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.":"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan","Shapes available":"Formes disponibles",Circle:"Cercle",Square:"Carré",Diamond:"Losange",Hexagone:"Hexagone",Ellipse:"Ellipse",Star:"Étoile",Cloud:"Nuage",Triangle:"Triangle","Zoom Fit":"Ajuster le Zoom","Download Project":"Télécharger le projet","Save view":"Sauver la vue","View saved view":"Restaurer la Vue","Renkan 'Drag-to-Add' bookmarklet":"Renkan 'Deplacer-Pour-Ajouter' Signet","(unknown user)":"(non authentifié)","<unknown user>":"<non authentifié>","Search in graph":"Rechercher dans carte","Search in ":"Chercher dans "}},Rkns.jsonIO=function(a,b){var c=a.project;"undefined"==typeof b.http_method&&(b.http_method="PUT");var d=function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0}),Rkns.$.getJSON(b.url,function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0})},e=function(){c.set({saveStatus:2});var d=c.toJSON();a.read_only||Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(d),success:function(){c.set({saveStatus:0})}})},f=Rkns._.throttle(function(){setTimeout(e,100)},1e3);c.on("add:nodes add:edges add:users add:views",function(a){a.on("change remove",function(){f()}),f()}),c.on("change",function(){1===c.changedAttributes.length&&c.hasChanged("saveStatus")||f()}),d()},Rkns.jsonIOSaveOnClick=function(a,b){var c=a.project,d=!1,e=function(){return"Project not saved"};"undefined"==typeof b.http_method&&(b.http_method="POST");var f=function(){var d={},e=/id=([^&#?=]+)/,f=document.location.hash.match(e);f&&(d.id=f[1]),Rkns.$.ajax({url:b.url,data:d,beforeSend:function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0})},success:function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0}})},g=function(){c.set("saved_at",new Date);var a=c.toJSON();Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(a),beforeSend:function(){c.set({saveStatus:2})},success:function(){$(window).off("beforeunload",e),d=!1,c.set({saveStatus:0})}})},h=function(){c.set({saveStatus:1});var a=c.get("title");a&&c.get("nodes").length?$(".Rk-Save-Button").removeClass("disabled"):$(".Rk-Save-Button").addClass("disabled"),a&&$(".Rk-PadTitle").css("border-color","#333333"),d||(d=!0,$(window).on("beforeunload",e))};f(),c.on("add:nodes add:edges add:users change",function(a){a.on("change remove",function(a){1===a.changedAttributes.length&&a.hasChanged("saveStatus")||h()}),1===c.changedAttributes.length&&c.hasChanged("saveStatus")||h()}),a.renderer.save=function(){$(".Rk-Save-Button").hasClass("disabled")?c.get("title")||$(".Rk-PadTitle").css("border-color","#ff0000"):g()}},function(a){"use strict";var b=a._,c=a.Ldt={},d=(c.Bin=function(a,b){if(b.ldt_type){var d=c[b.ldt_type+"Bin"];if(d)return new d(a,b)}console.error("No such LDT Bin Type")},c.ProjectBin=a.Utils.inherit(a._BaseBin));d.prototype.tagTemplate=renkanJST["templates/ldtjson-bin/tagtemplate.html"],d.prototype.annotationTemplate=renkanJST["templates/ldtjson-bin/annotationtemplate.html"],d.prototype._init=function(a,b){this.renkan=a,this.proj_id=b.project_id,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.title_$.html(b.title),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},d.prototype.render=function(c){function d(a){var c=b(a).escape();return f.isempty?c:f.replace(c,"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}var f=c||a.Utils.regexpFromTextOrArray(),g="<li><h3>Tags</h3></li>",h=this.data.meta["dc:title"],i=this,j=0;i.title_$.text('LDT Project: "'+h+'"'),b.map(i.data.tags,function(a){var b=a.meta["dc:title"];(f.isempty||f.test(b))&&(j++,g+=i.tagTemplate({ldt_platform:i.ldt_platform,title:b,htitle:d(b),encodedtitle:encodeURIComponent(b),static_url:i.renkan.options.static_url}))}),g+="<li><h3>Annotations</h3></li>",b.map(i.data.annotations,function(a){var b=a.content.description,c=a.content.title.replace(b,"");if(f.isempty||f.test(c)||f.test(b)){j++;var h=a.end-a.begin,k=a.content&&a.content.img&&a.content.img.src?a.content.img.src:h?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";g+=i.annotationTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(a.begin),end:e(a.end),duration:e(h),mediaid:a.media,annotationid:a.id,image:k,static_url:i.renkan.options.static_url})}}),this.main_$.html(g),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()},d.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/ldt/cljson/id/"+this.proj_id,dataType:"jsonp",success:function(a){b.data=a,b.render()}})};var e=c.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"};e.prototype.getBgClass=function(){return"Rk-Ldt-Icon"},e.prototype.getSearchTitle=function(){return this.renkan.translate("Lignes de Temps")},e.prototype.search=function(a){this.renkan.tabs.push(new f(this.renkan,{search:a}))};var f=c.ResultsBin=a.Utils.inherit(a._BaseBin);f.prototype.segmentTemplate=renkanJST["templates/ldtjson-bin/segmenttemplate.html"],f.prototype._init=function(a,b){this.renkan=a,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.max_results=b.max_results||50,this.search=b.search,this.title_$.html('Lignes de Temps: "'+b.search+'"'),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},f.prototype.render=function(c){function d(a){return g.replace(b(a).escape(),"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}if(this.data){var f=c||a.Utils.regexpFromTextOrArray(),g=f.isempty?a.Utils.regexpFromTextOrArray(this.search):f,h="",i=this,j=0;b.each(this.data.objects,function(a){var b=a["abstract"],c=a.title;if(f.isempty||f.test(c)||f.test(b)){j++;var g=a.duration,k=a.start_ts,l=+a.duration+k,m=g?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";h+=i.segmentTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(k),end:e(l),duration:e(g),mediaid:a.iri_id,annotationid:a.element_id,image:m})}}),this.main_$.html(h),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()}},f.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/api/ldt/1.0/segments/search/",data:{format:"jsonp",q:this.search,limit:this.max_results},dataType:"jsonp",success:function(a){b.data=a,b.render()}})}}(window.Rkns),Rkns.ResourceList={},Rkns.ResourceList.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.ResourceList.Bin.prototype.resultTemplate=renkanJST["templates/list-bin.html"],Rkns.ResourceList.Bin.prototype._init=function(a,b){this.renkan=a,this.title_$.html(b.title),b.list&&(this.data=b.list),this.refresh()},Rkns.ResourceList.Bin.prototype.render=function(a){function b(a){var b=_(a).escape();return c.isempty?b:c.replace(b,"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d="",e=this,f=0;Rkns._.each(this.data,function(a){var g;if("string"==typeof a)if(/^(https?:\/\/|www)/.test(a))g={url:a};else{g={title:a.replace(/[:,]?\s?(https?:\/\/|www)[\d\w\/.&?=#%-_]+\s?/,"").trim()};var h=a.match(/(https?:\/\/|www)[\d\w\/.&?=#%-_]+/);h&&(g.url=h[0]),g.title.length>80&&(g.description=g.title,g.title=g.title.replace(/^(.{30,60})\s.+$/,"$1…"))}else g=a;var i=g.title||(g.url||"").replace(/^https?:\/\/(www\.)?/,"").replace(/^(.{40}).+$/,"$1…"),j=g.url||"",k=g.description||"",l=g.image||"";j&&!/^https?:\/\//.test(j)&&(j="http://"+j),(c.isempty||c.test(i)||c.test(k))&&(f++,d+=e.resultTemplate({url:j,title:i,htitle:b(i),image:l,description:k,hdescription:b(k),static_url:e.renkan.options.static_url}))}),e.main_$.html(d),!c.isempty&&f?this.count_$.text(f).show():this.count_$.hide(),c.isempty||f?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.ResourceList.Bin.prototype.refresh=function(){this.data&&this.render()},Rkns.Wikipedia={},Rkns.Wikipedia.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"},Rkns.Wikipedia.Search.prototype.getBgClass=function(){return"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-"+this.lang},Rkns.Wikipedia.Search.prototype.getSearchTitle=function(){var a={fr:"French",en:"English",ja:"Japanese"};return a[this.lang]?this.renkan.translate("Wikipedia in ")+this.renkan.translate(a[this.lang]):this.renkan.translate("Wikipedia")+" ["+this.lang+"]"},Rkns.Wikipedia.Search.prototype.search=function(a){this.renkan.tabs.push(new Rkns.Wikipedia.Bin(this.renkan,{lang:this.lang,search:a}))},Rkns.Wikipedia.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.Wikipedia.Bin.prototype.resultTemplate=renkanJST["templates/wikipedia-bin/resulttemplate.html"],Rkns.Wikipedia.Bin.prototype._init=function(a,b){this.renkan=a,this.search=b.search,this.lang=b.lang||"en",this.title_icon_$.addClass("Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-"+this.lang),this.title_$.html(this.search).addClass("Rk-Wikipedia-Title"),this.refresh()},Rkns.Wikipedia.Bin.prototype.render=function(a){function b(a){return d.replace(_(a).escape(),"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d=c.isempty?Rkns.Utils.regexpFromTextOrArray(this.search):c,e="",f=this,g=0;Rkns._.each(this.data.query.search,function(a){var d=a.title,h="http://"+f.lang+".wikipedia.org/wiki/"+encodeURI(d.replace(/ /g,"_")),i=Rkns.$("<div>").html(a.snippet).text();(c.isempty||c.test(d)||c.test(i))&&(g++,e+=f.resultTemplate({url:h,title:d,htitle:b(d),description:i,hdescription:b(i),static_url:f.renkan.options.static_url}))}),f.main_$.html(e),!c.isempty&&g?this.count_$.text(g).show():this.count_$.hide(),c.isempty||g?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.Wikipedia.Bin.prototype.refresh=function(){var a=this;Rkns.$.ajax({url:"http://"+a.lang+".wikipedia.org/w/api.php?action=query&list=search&srsearch="+encodeURIComponent(this.search)+"&format=json",dataType:"jsonp",success:function(b){a.data=b,a.render()}})},define("renderer/baserepresentation",["jquery","underscore"],function(a,b){var c=function(a,c){if("undefined"!=typeof a&&(this.renderer=a,this.renkan=a.renkan,this.project=a.renkan.project,this.options=a.renkan.options,this.model=c,this.model)){var d=this;this._changeBinding=function(){d.redraw({change:!0})},this._removeBinding=function(){a.removeRepresentation(d),b.defer(function(){a.redraw()})},this._selectBinding=function(){d.select()},this._unselectBinding=function(){d.unselect()},this.model.on("change",this._changeBinding),this.model.on("remove",this._removeBinding),this.model.on("select",this._selectBinding),this.model.on("unselect",this._unselectBinding)
-}};return b(c.prototype).extend({_super:function(a){return c.prototype[a].apply(this,Array.prototype.slice.call(arguments,1))},redraw:function(){},moveTo:function(){},show:function(){return"BaseRepresentation.show"},hide:function(){},select:function(){this.model&&this.model.trigger("selected")},unselect:function(){this.model&&this.model.trigger("unselected")},highlight:function(){},unhighlight:function(){},mousedown:function(){},mouseup:function(){this.model&&this.model.trigger("clicked")},destroy:function(){this.model&&(this.model.off("change",this._changeBinding),this.model.off("remove",this._removeBinding),this.model.off("select",this._selectBinding),this.model.off("unselect",this._unselectBinding))}}).value(),c}),define("requtils",[],function(){return{getUtils:function(){return window.Rkns.Utils},getRenderer:function(){return window.Rkns.Renderer}}}),define("renderer/basebutton",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({moveTo:function(a){this.sector.moveTo(a)},show:function(){this.sector.show()},hide:function(){this.sector&&this.sector.hide()},select:function(){this.sector.select()},unselect:function(a){this.sector.unselect(),(!a||a!==this.source_representation&&a.source_representation!==this.source_representation)&&this.source_representation.unselect()},destroy:function(){this.sector.destroy()}}).value(),f}),define("renderer/shapebuilder",[],function(){var a="M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z",b={circle:{getShape:function(){return new paper.Path.Circle([0,0],1)},getImageShape:function(a,b){return new paper.Path.Circle(a,b)}},rectangle:{getShape:function(){return new paper.Path.Rectangle([-2,-2],[2,2])},getImageShape:function(a,b){return new paper.Path.Rectangle([-b,-b],[2*b,2*b])}},ellipse:{getShape:function(){return new paper.Path.Ellipse(new paper.Rectangle([-2,-1],[2,1]))},getImageShape:function(a,b){return new paper.Path.Ellipse(new paper.Rectangle([-b,-b/2],[2*b,b]))}},polygon:{getShape:function(){return new paper.Path.RegularPolygon([0,0],6,1)},getImageShape:function(a,b){return new paper.Path.RegularPolygon(a,6,b)}},diamond:{getShape:function(){var a=new paper.Path.Rectangle([-Math.SQRT2,-Math.SQRT2],[Math.SQRT2,Math.SQRT2]);return a.rotate(45),a},getImageShape:function(a,b){var c=new paper.Path.Rectangle([-b*Math.SQRT2/2,-b*Math.SQRT2/2],[b*Math.SQRT2,b*Math.SQRT2]);return c.rotate(45),c}},star:{getShape:function(){return new paper.Path.Star([0,0],8,1,.7)},getImageShape:function(a,b){return new paper.Path.Star(a,8,1*b,.7*b)}},cloud:{getShape:function(){var b=new paper.Path(a);return b},getImageShape:function(b,c){var d=new paper.Path(a);return d.scale(c),d.translate(b),d}},triangle:{getShape:function(){return new paper.Path.RegularPolygon([0,0],3,1)},getImageShape:function(a,b){var c=new paper.Path.RegularPolygon([0,0],3,1);return c.scale(b),c.translate(a),c}},svg:function(a){return{getShape:function(){return new paper.Path(a)},getImageShape:function(){return new paper.Path}}}},c=function(a){return(null===a||"undefined"==typeof a)&&(a="circle"),"svg:"===a.substr(0,4)?b.svg(a.substr(4)):(a in b||(a="circle"),b[a])};return c.builders=b,c}),define("renderer/noderepr",["jquery","underscore","requtils","renderer/baserepresentation","renderer/shapebuilder"],function(a,b,c,d,e){var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){if(this.renderer.node_layer.activate(),this.type="Node",this.buildShape(),this.hidden=!1,this.ghost=!1,this.options.show_node_circles?(this.circle.strokeWidth=this.options.node_stroke_width,this.h_ratio=1):this.h_ratio=0,this.title=a('<div class="Rk-Label">').appendTo(this.renderer.labels_$),this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.NodeEditButton(this.renderer,null),new b.NodeRemoveButton(this.renderer,null),new b.NodeLinkButton(this.renderer,null),new b.NodeEnlargeButton(this.renderer,null),new b.NodeShrinkButton(this.renderer,null)],this.options.hide_nodes&&this.normal_buttons.push(new b.NodeHideButton(this.renderer,null),new b.NodeShowButton(this.renderer,null)),this.pending_delete_buttons=[new b.NodeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.last_circle_radius=1,this.renderer.minimap&&(this.renderer.minimap.node_layer.activate(),this.minimap_circle=new paper.Path.Circle([0,0],1),this.minimap_circle.__representation=this.renderer.minimap.miniframe.__representation,this.renderer.minimap.node_group.addChild(this.minimap_circle))},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.node_stroke_width+(a-1)*(this.options.node_stroke_max_width-this.options.node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_node_stroke_width+(a-1)*(this.options.selected_node_stroke_max_width-this.options.selected_node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},buildShape:function(){"shape"in this.model.changed&&delete this.img,this.circle&&(this.circle.remove(),delete this.circle),this.shapeBuilder=new e(this.model.get("shape")),this.circle=this.shapeBuilder.getShape(),this.circle.__representation=this,this.circle.sendToBack(),this.last_circle_radius=1},redraw:function(a){"shape"in this.model.changed&&"change"in a&&a.change&&this.buildShape();var c=new paper.Point(this.model.get("position")),d=this.options.node_size_base*Math.exp((this.model.get("size")||0)*f._NODE_SIZE_STEP);this.is_dragging&&this.paper_coords||(this.paper_coords=this.renderer.toPaperCoords(c)),this.circle_radius=d*this.renderer.view.scale,this.last_circle_radius!==this.circle_radius&&(this.all_buttons.forEach(function(a){a.setSectorSize()}),this.circle.scale(this.circle_radius/this.last_circle_radius),this.node_image&&this.node_image.scale(this.circle_radius/this.last_circle_radius)),this.circle.position=this.paper_coords,this.node_image&&(this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius))),this.last_circle_radius=this.circle_radius;var e=this.active_buttons,g=1;this.model.get("delete_scheduled")?(g=.5,this.active_buttons=this.pending_delete_buttons,this.circle.dashArray=[2,2]):(g=1,this.active_buttons=this.normal_buttons,this.circle.dashArray=null),this.selected&&this.renderer.isEditable()&&!this.ghost&&(e!==this.active_buttons&&e.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.node_image&&(this.node_image.opacity=this.highlighted?.5*g:g-.01),this.circle.fillColor=this.highlighted?this.options.highlighted_node_fill_color:this.options.node_fill_color,this.circle.opacity=this.options.show_node_circles?g:.01;var h=this.model.get("title")||this.renkan.translate(this.options.label_untitled_nodes)||"";h=f.shortenText(h,this.options.node_label_max_length),"object"==typeof this.highlighted?this.title.html(this.highlighted.replace(b(h).escape(),'<span class="Rk-Highlighted">$1</span>')):this.title.text(h);var i=this._getStrokeWidth();this.title.css({left:this.paper_coords.x,top:this.paper_coords.y+this.circle_radius*this.h_ratio+this.options.node_label_distance+.5*i,opacity:g});var j=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||f._USER_PLACEHOLDER(this.renkan)).get("color"),k=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.circle.strokeWidth=i,this.circle.strokeColor=j,this.circle.dashArray=k;var l=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(l)});var m=this.img;if(this.img=this.model.get("image"),this.img&&this.img!==m&&(this.showImage(),this.circle&&this.circle.sendToBack()),this.node_image&&!this.img&&(this.node_image.remove(),delete this.node_image),this.renderer.minimap){this.minimap_circle.fillColor=j;var n=this.renderer.toMinimapCoords(c),o=this.renderer.minimap.scale*d,p=new paper.Size([o,o]);this.minimap_circle.fitBounds(n.subtract(p),p.multiply(2))}if(!("undefined"!=typeof a&&"dontRedrawEdges"in a&&a.dontRedrawEdges)){var q=this;b.each(this.project.get("edges").filter(function(a){return a.get("to")===q.model||a.get("from")===q.model}),function(a){var b=q.renderer.getRepresentationByModel(a);b&&"undefined"!=typeof b.from_representation&&"undefined"!=typeof b.from_representation.paper_coords&&"undefined"!=typeof b.to_representation&&"undefined"!=typeof b.to_representation.paper_coords&&b.redraw()})}this.ghost?this.show(!0):this.hidden&&this.hide()},showImage:function(){var b=null;if("undefined"==typeof this.renderer.image_cache[this.img]?(b=new Image,this.renderer.image_cache[this.img]=b,b.src=this.img):b=this.renderer.image_cache[this.img],b.width){this.node_image&&this.node_image.remove(),this.renderer.node_layer.activate();var c=b.width,d=b.height,e=this.model.get("clip_path"),f="undefined"!=typeof e&&e,g=null,h=null,i=null;if(f){g=new paper.Path;var j=e.match(/[a-z][^a-z]+/gi)||[],k=[0,0],l=1/0,m=1/0,n=-1/0,o=-1/0,p=function(a,b){var e=a.slice(1).map(function(a,e){var f=parseFloat(a),g=e%2;return f=g?(f-.5)*d:(f-.5)*c,b&&(f+=k[g]),g?(m=Math.min(m,f),o=Math.max(o,f)):(l=Math.min(l,f),n=Math.max(n,f)),f});return k=e.slice(-2),e};j.forEach(function(a){var b=a.match(/([a-z]|[0-9.-]+)/gi)||[""];switch(b[0]){case"M":g.moveTo(p(b));break;case"m":g.moveTo(p(b,!0));break;case"L":g.lineTo(p(b));break;case"l":g.lineTo(p(b,!0));break;case"C":g.cubicCurveTo(p(b));break;case"c":g.cubicCurveTo(p(b,!0));break;case"Q":g.quadraticCurveTo(p(b));break;case"q":g.quadraticCurveTo(p(b,!0))}}),h=Math[this.options.node_images_fill_mode?"min":"max"](n-l,o-m)/2,i=new paper.Point((n+l)/2,(o+m)/2),this.options.show_node_circles||(this.h_ratio=(o-m)/(2*h))}else h=Math[this.options.node_images_fill_mode?"min":"max"](c,d)/2,i=new paper.Point(0,0),this.options.show_node_circles||(this.h_ratio=d/(2*h));var q=new paper.Raster(b);if(q.locked=!0,f&&(q=new paper.Group(g,q),q.opacity=.99,q.clipped=!0,g.__representation=this),this.options.clip_node_images){var r=this.shapeBuilder.getImageShape(i,h);q=new paper.Group(r,q),q.opacity=.99,q.clipped=!0,r.__representation=this}this.image_delta=i.divide(h),this.node_image=q,this.node_image.__representation=s,this.node_image.scale(this.circle_radius/h),this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius)),this.node_image.insertAbove(this.circle)}else{var s=this;a(b).on("load",function(){s.showImage()})}},paperShift:function(a){this.options.editor_mode?this.renkan.read_only||(this.is_dragging=!0,this.paper_coords=this.paper_coords.add(a),this.redraw()):this.renderer.view.paperShift(a)},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("NodeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.circle.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&!this.hidden&&this.active_buttons.forEach(function(a){a.show()});var b=this.model.get("uri");b&&a(".Rk-Bin-Item").each(function(){var c=a(this);c.attr("data-uri")===b&&c.addClass("selected")}),this.options.editor_mode||this.openEditor(),this.renderer.minimap&&(this.minimap_circle.strokeWidth=this.options.minimap_highlight_weight,this.minimap_circle.strokeColor=this.options.minimap_highlight_color),this.hidden?this.show(!0):this.showNeighbors(!0),this._super("select")},hideButtons:function(){this.all_buttons.forEach(function(a){a.hide()}),delete this.buttonTimeout},unselect:function(b){if(!b||b.source_representation!==this){this.selected=!1;var c=this;this.buttons_timeout=setTimeout(function(){c.hideButtons()},200),this.circle.strokeWidth=this._getStrokeWidth(),a(".Rk-Bin-Item").removeClass("selected"),this.renderer.minimap&&(this.minimap_circle.strokeColor=void 0),this.hidden?this.hide():this.hideNeighbors(),this._super("unselect")}},hide:function(){var a=this;this.ghost=!1,this.hidden=!0,"undefined"!=typeof this.node_image&&(this.node_image.opacity=0),this.hideButtons(),this.circle.opacity=0,this.title.css("opacity",0),this.minimap_circle.opacity=0,b.each(this.project.get("edges").filter(function(b){return b.get("to")===a.model||b.get("from")===a.model}),function(b){var c=a.renderer.getRepresentationByModel(b);c&&"undefined"!=typeof c.from_representation&&"undefined"!=typeof c.from_representation.paper_coords&&"undefined"!=typeof c.to_representation&&"undefined"!=typeof c.to_representation.paper_coords&&c.hide()}),this.hideNeighbors()},show:function(a){var c=this;this.ghost=a,this.ghost?("undefined"!=typeof this.node_image&&(this.node_image.opacity=this.options.ghost_opacity),this.circle.opacity=this.options.ghost_opacity,this.title.css("opacity",this.options.ghost_opacity),this.minimap_circle.opacity=this.options.ghost_opacity):(this.minimap_circle.opacity=1,this.hidden=!1,this.redraw()),b.each(this.project.get("edges").filter(function(a){return a.get("to")===c.model||a.get("from")===c.model}),function(a){var b=c.renderer.getRepresentationByModel(a);b&&"undefined"!=typeof b.from_representation&&"undefined"!=typeof b.from_representation.paper_coords&&"undefined"!=typeof b.to_representation&&"undefined"!=typeof b.to_representation.paper_coords&&b.show(c.ghost)})},hideNeighbors:function(){var a=this;b.each(this.project.get("edges").filter(function(b){return b.get("from")===a.model}),function(b){var c=a.renderer.getRepresentationByModel(b.get("to"));c&&c.ghost&&c.hide()})},showNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b){var d=c.renderer.getRepresentationByModel(b.get("to"));if(d&&d.hidden&&(d.show(a),!a)){var e=c.renderer.view.hiddenNodes.indexOf(d.model.id);-1!==e&&c.renderer.view.hiddenNodes.splice(e,1)}})},highlight:function(a){var b=a||!0;this.highlighted!==b&&(this.highlighted=b,this.redraw(),this.renderer.throttledPaperDraw())},unhighlight:function(){this.highlighted&&(this.highlighted=!1,this.redraw(),this.renderer.throttledPaperDraw())},saveCoords:function(){var a=this.renderer.toModelCoords(this.paper_coords),b={position:{x:a.x,y:a.y}};this.renderer.isEditable()&&this.model.set(b)},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){if(this.renderer.is_dragging&&this.renderer.isEditable())this.saveCoords();else if(this.hidden){var c=this.renderer.view.hiddenNodes.indexOf(this.model.id);-1!==c&&this.renderer.view.hiddenNodes.splice(c,1),this.show(!1),this.select()}else b||this.model.get("delete_scheduled")||this.openEditor(),this.model.trigger("clicked");this.renderer.click_target=null,this.renderer.is_dragging=!1,this.is_dragging=!1},destroy:function(){this._super("destroy"),this.all_buttons.forEach(function(a){a.destroy()}),this.circle.remove(),this.title.remove(),this.renderer.minimap&&this.minimap_circle.remove(),this.node_image&&this.node_image.remove()}}).value(),g}),define("renderer/edge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){if(this.renderer.edge_layer.activate(),this.type="Edge",this.hidden=!1,this.ghost=!1,this.from_representation=this.renderer.getRepresentationByModel(this.model.get("from")),this.to_representation=this.renderer.getRepresentationByModel(this.model.get("to")),this.bundle=this.renderer.addToBundles(this),this.line=new paper.Path,this.line.add([0,0],[0,0],[0,0]),this.line.__representation=this,this.line.strokeWidth=this.options.edge_stroke_width,this.arrow_scale=1,this.arrow=new paper.Path,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.pivot=new paper.Point([this.options.edge_arrow_length/2,this.options.edge_arrow_width/2]),this.arrow.__representation=this,this.text=a('<div class="Rk-Label Rk-Edge-Label">').appendTo(this.renderer.labels_$),this.arrow_angle=0,this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.EdgeEditButton(this.renderer,null),new b.EdgeRemoveButton(this.renderer,null)],this.pending_delete_buttons=[new b.EdgeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.renderer.minimap&&(this.renderer.minimap.edge_layer.activate(),this.minimap_line=new paper.Path,this.minimap_line.add([0,0],[0,0]),this.minimap_line.__representation=this.renderer.minimap.miniframe.__representation,this.minimap_line.strokeWidth=1)},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.edge_stroke_width+(a-1)*(this.options.edge_stroke_max_width-this.options.edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_edge_stroke_width+(a-1)*(this.options.selected_edge_stroke_max_width-this.options.selected_edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getArrowScale:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return 1+(a-1)*(this.options.edge_arrow_max_width/this.options.edge_arrow_width-1)/(this.options.edge_stroke_witdh_scale-1)},redraw:function(){var a=this.model.get("from"),b=this.model.get("to");if(a&&b&&(!this.hidden||this.ghost)){if(this.from_representation=this.renderer.getRepresentationByModel(a),this.to_representation=this.renderer.getRepresentationByModel(b),"undefined"==typeof this.from_representation||"undefined"==typeof this.to_representation||this.from_representation.hidden&&!this.from_representation.ghost||this.to_representation.hidden&&!this.to_representation.ghost)return void this.hide();var c,d=this._getStrokeWidth(),f=this._getArrowScale(),g=this.from_representation.paper_coords,h=this.to_representation.paper_coords,i=h.subtract(g),j=i.length,k=i.divide(j),l=new paper.Point([-k.y,k.x]),m=this.bundle.getPosition(this),n=l.multiply(this.options.edge_gap_in_bundles*m),o=g.add(n),p=h.add(n),q=i.angle,r=l.multiply(this.options.edge_label_distance+.5*f*this.options.edge_arrow_width),s=i.divide(3),t=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),u=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.model.get("delete_scheduled")||this.from_representation.model.get("delete_scheduled")||this.to_representation.model.get("delete_scheduled")?(c=.5,this.line.dashArray=[2,2]):(c=this.ghost?this.options.ghost_opacity:1,this.line.dashArray=null);var v=this.active_buttons;this.arrow.visible=this.model.has("style")&&this.model.get("style").arrow||!this.model.has("style")||"undefined"==typeof this.model.get("style").arrow,this.active_buttons=this.model.get("delete_scheduled")?this.pending_delete_buttons:this.normal_buttons,this.selected&&this.renderer.isEditable()&&v!==this.active_buttons&&(v.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.paper_coords=o.add(p).divide(2),this.line.strokeWidth=d,this.line.strokeColor=t,this.line.dashArray=u,this.line.opacity=c,this.line.segments[0].point=g,this.line.segments[1].point=this.paper_coords,this.line.segments[1].handleIn=s.multiply(-1),this.line.segments[1].handleOut=s,this.line.segments[2].point=h,this.arrow.scale(f/this.arrow_scale),this.arrow_scale=f,this.arrow.fillColor=t,this.arrow.opacity=c,this.arrow.rotate(q-this.arrow_angle,this.arrow.bounds.center),this.arrow.position=this.paper_coords,this.arrow_angle=q,q>90&&(q-=180,r=r.multiply(-1)),-90>q&&(q+=180,r=r.multiply(-1));var w=this.model.get("title")||this.renkan.translate(this.options.label_untitled_edges)||"";w=e.shortenText(w,this.options.node_label_max_length),this.text.text(w);var x=this.paper_coords.add(r);this.text.css({left:x.x,top:x.y,transform:"rotate("+q+"deg)","-moz-transform":"rotate("+q+"deg)","-webkit-transform":"rotate("+q+"deg)",opacity:c}),this.text_angle=q;var y=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(y)}),this.renderer.minimap&&(this.minimap_line.strokeColor=t,this.minimap_line.segments[0].point=this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get("position"))),this.minimap_line.segments[1].point=this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get("position"))))}},hide:function(){this.hidden=!0,this.ghost=!1,this.text.hide(),this.line.visible=!1,this.arrow.visible=!1,this.minimap_line.visible=!1},show:function(a){this.ghost=a,this.ghost?(this.text.css("opacity",.3),this.line.opacity=.3,this.arrow.opacity=.3,this.minimap_line.opacity=.3):(this.hidden=!1,this.text.css("opacity",1),this.line.opacity=1,this.arrow.opacity=1,this.minimap_line.opacity=1),this.text.show(),this.line.visible=!0,this.arrow.visible=!0,this.minimap_line.visible=!0,this.redraw()},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("EdgeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.line.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&this.active_buttons.forEach(function(a){a.show()}),this.options.editor_mode||this.openEditor(),this._super("select")},unselect:function(a){a&&a.source_representation===this||(this.selected=!1,this.options.editor_mode&&this.all_buttons.forEach(function(a){a.hide()}),this.line.strokeWidth=this._getStrokeWidth(),this._super("unselect"))},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){!this.renkan.read_only&&this.renderer.is_dragging?(this.from_representation.saveCoords(),this.to_representation.saveCoords(),this.from_representation.is_dragging=!1,this.to_representation.is_dragging=!1):(b||this.openEditor(),this.model.trigger("clicked")),this.renderer.click_target=null,this.renderer.is_dragging=!1},paperShift:function(a){this.options.editor_mode?this.options.read_only||(this.from_representation.paperShift(a),this.to_representation.paperShift(a)):this.renderer.paperShift(a)},destroy:function(){this._super("destroy"),this.line.remove(),this.arrow.remove(),this.text.remove(),this.renderer.minimap&&this.minimap_line.remove(),this.all_buttons.forEach(function(a){a.destroy()});var a=this;this.bundle.edges=b.reject(this.bundle.edges,function(b){return a===b})}}).value(),f}),define("renderer/tempedge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.edge_layer.activate(),this.type="Temp-edge";var a=(this.project.get("users").get(this.renkan.current_user)||e._USER_PLACEHOLDER(this.renkan)).get("color");this.line=new paper.Path,this.line.strokeColor=a,this.line.dashArray=[4,2],this.line.strokeWidth=this.options.selected_edge_stroke_width,this.line.add([0,0],[0,0]),this.line.__representation=this,this.arrow=new paper.Path,this.arrow.fillColor=a,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.__representation=this,this.arrow_angle=0},redraw:function(){var a=this.from_representation.paper_coords,b=this.end_pos,c=b.subtract(a).angle,d=a.add(b).divide(2);this.line.segments[0].point=a,this.line.segments[1].point=b,this.arrow.rotate(c-this.arrow_angle),this.arrow.position=d,this.arrow_angle=c},paperShift:function(a){if(!this.renderer.isEditable())return this.renderer.removeRepresentation(_this),void paper.view.draw();this.end_pos=this.end_pos.add(a);var b=paper.project.hitTest(this.end_pos);this.renderer.findTarget(b),this.redraw()},mouseup:function(a){var b=paper.project.hitTest(a.point),c=this.from_representation.model,d=!0;if(b&&"undefined"!=typeof b.item.__representation){var f=b.item.__representation;if("Node"===f.type.substr(0,4)){var g=f.model||f.source_representation.model;if(c!==g){var h={id:e.getUID("edge"),created_by:this.renkan.current_user,from:c,to:g};this.renderer.isEditable()&&this.project.addEdge(h)}}(c===f.model||f.source_representation&&f.source_representation.model===c)&&(d=!1,this.renderer.is_dragging=!0)}d&&(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentation(this),paper.view.draw())},destroy:function(){this.arrow.remove(),this.line.remove()}}).value(),f}),define("renderer/baseeditor",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.buttons_layer.activate(),this.type="editor",this.editor_block=new paper.Path;var c=b.map(b.range(8),function(){return[0,0]});this.editor_block.add.apply(this.editor_block,c),this.editor_block.strokeWidth=this.options.tooltip_border_width,this.editor_block.strokeColor=this.options.tooltip_border_color,this.editor_block.opacity=this.options.tooltip_opacity,this.editor_$=a("<div>").appendTo(this.renderer.editor_$).css({position:"absolute",opacity:this.options.tooltip_opacity}).hide()},destroy:function(){this.editor_block.remove(),this.editor_$.remove()}}).value(),f}),define("renderer/nodeeditor",["jquery","underscore","requtils","renderer/baseeditor","renderer/shapebuilder","ckeditor-jquery"],function(a,b,c,d,e){var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/nodeeditor.html"],this.readOnlyTemplate=this.options.node_editor_templates},draw:function(){var c=this.source_representation.model,d=c.get("created_by")||f._USER_PLACEHOLDER(this.renkan),g=this.renderer.isEditable()?this.template:this.readOnlyTemplate[c.get("type")]||this.readOnlyTemplate["default"],h=this.options.static_url+"img/image-placeholder.png",i=c.get("size")||0;this.editor_$.html(g({node:{_id:c.get("_id"),has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),type:c.get("type")||"default",short_uri:f.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),image:c.get("image")||"",image_placeholder:h,color:c.has("style")&&c.get("style").color||d.get("color"),thickness:c.has("style")&&c.get("style").thickness||1,dash:c.has("style")&&c.get("style").dash?"checked":"",clip_path:c.get("clip_path")||!1,created_by_color:d.get("color"),created_by_title:d.get("title"),size:(i>0?"+":"")+i,shape:c.get("shape")||"circle"},renkan:this.renkan,options:this.options,shortenText:f.shortenText,shapes:b(e.builders).omit("svg").keys().value(),types:b(this.options.node_editor_templates).keys().value()})),this.redraw();var j=this,k=j.options.show_node_editor_description_richtext?a(".Rk-Edit-Description").ckeditor(j.options.richtext_editor_config):!1,l=j.options.show_node_editor_title_richtext?a(".Rk-Edit-Title").ckeditor(j.options.richtext_editor_config):!1,m=function(){j.renderer.removeRepresentation(j),paper.view.draw()};if(j.cleanEditor=function(){if(j.editor_$.off("keyup"),j.editor_$.find("input, textarea, select").off("change keyup paste"),j.editor_$.find(".Rk-Edit-Image-File").off("change"),j.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").off("hover"),j.editor_$.find(".Rk-Edit-Size-Btn").off("click"),j.editor_$.find(".Rk-Edit-Image-Del").off("click"),j.editor_$.find(".Rk-Edit-ColorPicker").find("li").off("hover click"),j.editor_$.find(".Rk-CloseX").off("click"),j.editor_$.find(".Rk-Edit-Goto").off("click"),j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor){var a=k.editor;delete k.editor,a.focusManager.blur(!0),a.destroy()}if(j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor){var b=l.editor;delete l.editor,b.focusManager.blur(!0),b.destroy()}},this.editor_$.find(".Rk-CloseX").click(function(a){a.preventDefault(),m()}),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var n=b.throttle(function(){b.defer(function(){if(j.renderer.isEditable()){var a={};if(j.options.show_node_editor_uri&&(a.uri=j.editor_$.find(".Rk-Edit-URI").val(),j.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#")),j.options.show_node_editor_image&&(a.image=j.editor_$.find(".Rk-Edit-Image").val(),j.editor_$.find(".Rk-Edit-ImgPreview").attr("src",a.image||h)),j.options.show_node_editor_description&&(j.options.show_node_editor_description_richtext?"undefined"!=typeof k.editor&&k.editor.checkDirty()&&(a.description=k.editor.getData(),k.editor.resetDirty()):a.description=j.editor_$.find(".Rk-Edit-Description").val()),j.options.show_node_editor_title&&(j.options.show_node_editor_title_richtext?"undefined"!=typeof l.editor&&l.editor.checkDirty()&&(a.title=l.editor.getData(),l.editor.resetDirty()):a.title=j.editor_$.find(".Rk-Edit-Title").val()),j.options.show_node_editor_style){var d=j.editor_$.find(".Rk-Edit-Dash").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d})}j.options.change_shapes&&c.get("shape")!==j.editor_$.find(".Rk-Edit-Shape").val()&&(a.shape=j.editor_$.find(".Rk-Edit-Shape").val()),j.options.change_types&&c.get("type")!==j.editor_$.find(".Rk-Edit-Type").val()&&(a.type=j.editor_$.find(".Rk-Edit-Type").val()),c.set(a),j.redraw()}else m()})},1e3);this.editor_$.on("keyup",function(a){27===a.keyCode&&m()}),this.editor_$.find("input, textarea, select").on("change keyup paste",n),j.options.show_node_editor_description&&j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor&&(k.editor.on("change",n),k.editor.on("blur",n)),j.options.show_node_editor_title&&j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor&&(l.editor.on("change",n),l.editor.on("blur",n)),j.options.allow_image_upload&&this.editor_$.find(".Rk-Edit-Image-File").change(function(){if(this.files.length){var a=this.files[0],b=new FileReader;if("image"!==a.type.substr(0,5))return void alert(j.renkan.translate("This file is not an image"));if(a.size>1024*j.options.uploaded_image_max_kb)return void alert(j.renkan.translate("Image size must be under ")+j.options.uploaded_image_max_kb+j.renkan.translate("KB"));
-b.onload=function(a){j.editor_$.find(".Rk-Edit-Image").val(a.target.result),n()},b.readAsDataURL(a)}}),this.editor_$.find(".Rk-Edit-Title")[0].focus();var o=j.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),o.show()},function(a){a.preventDefault(),o.hide()}),o.find("li").hover(function(b){b.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||f._USER_PLACEHOLDER(j.renkan)).get("color"))}).click(function(d){d.preventDefault(),j.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),o.hide(),paper.view.draw()):m()});var p=function(a){if(j.renderer.isEditable()){var b=a+(c.get("size")||0);j.editor_$.find("#Rk-Edit-Size-Value").text((b>0?"+":"")+b),c.set("size",b),paper.view.draw()}else m()};this.editor_$.find("#Rk-Edit-Size-Down").click(function(){return p(-1),!1}),this.editor_$.find("#Rk-Edit-Size-Up").click(function(){return p(1),!1});var q=function(a){if(j.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>j.options.node_stroke_witdh_scale&&(e=j.options.node_stroke_witdh_scale),e!==d&&(j.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else m()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return q(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return q(1),!1}),this.editor_$.find(".Rk-Edit-Image-Del").click(function(){return j.editor_$.find(".Rk-Edit-Image").val(""),n(),!1})}else if("object"==typeof this.source_representation.highlighted){var r=this.source_representation.highlighted.replace(b(c.get("title")).escape(),'<span class="Rk-Highlighted">$1</span>');this.editor_$.find(".Rk-Display-Title"+(c.get("uri")?" a":"")).html(r),this.options.show_node_tooltip_description&&this.editor_$.find(".Rk-Display-Description").html(this.source_representation.highlighted.replace(b(c.get("description")).escape(),'<span class="Rk-Highlighted">$1</span>'))}this.editor_$.find("img").load(function(){j.redraw()})},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;f.drawEditBox(this.options,a,this.editor_block,.75*this.source_representation.circle_radius,this.editor_$)}this.editor_$.show(),paper.view.draw()},destroy:function(){"undefined"!=typeof this.cleanEditor&&this.cleanEditor(),this.editor_block.remove(),this.editor_$.remove()}}).value(),g}),define("renderer/edgeeditor",["jquery","underscore","requtils","renderer/baseeditor"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/edgeeditor.html"],this.readOnlyTemplate=this.options.templates["templates/edgeeditor_readonly.html"]},draw:function(){var c=this.source_representation.model,d=c.get("from"),f=c.get("to"),g=c.get("created_by")||e._USER_PLACEHOLDER(this.renkan),h=this.renderer.isEditable()?this.template:this.readOnlyTemplate;this.editor_$.html(h({edge:{has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),short_uri:e.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),color:c.has("style")&&c.get("style").color||g.get("color"),dash:c.has("style")&&c.get("style").dash?"checked":"",arrow:c.has("style")&&c.get("style").arrow||!c.has("style")||"undefined"==typeof c.get("style").arrow?"checked":"",thickness:c.has("style")&&c.get("style").thickness||1,from_title:d.get("title"),to_title:f.get("title"),from_color:d.has("style")&&d.get("style").color||(d.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),to_color:f.has("style")&&f.get("style").color||(f.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),created_by_color:g.get("color"),created_by_title:g.get("title")},renkan:this.renkan,shortenText:e.shortenText,options:this.options})),this.redraw();var i=this,j=function(){i.renderer.removeRepresentation(i),i.editor_$.find(".Rk-Edit-Size-Btn").off("click"),paper.view.draw()};if(this.editor_$.find(".Rk-CloseX").click(j),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var k=b.throttle(function(){b.defer(function(){if(i.renderer.isEditable()){var a={title:i.editor_$.find(".Rk-Edit-Title").val()};if(i.options.show_edge_editor_uri&&(a.uri=i.editor_$.find(".Rk-Edit-URI").val()),i.options.show_node_editor_style){var d=i.editor_$.find(".Rk-Edit-Dash").is(":checked"),e=i.editor_$.find(".Rk-Edit-Arrow").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d,arrow:e})}i.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#"),c.set(a),paper.view.draw()}else j()})},500);this.editor_$.on("keyup",function(a){27===a.keyCode&&j()}),this.editor_$.find("input").on("keyup change paste",k),this.editor_$.find(".Rk-Edit-Vocabulary").change(function(){var b=a(this),c=b.val();c&&(i.editor_$.find(".Rk-Edit-Title").val(b.find(":selected").text()),i.editor_$.find(".Rk-Edit-URI").val(c),k())}),this.editor_$.find(".Rk-Edit-Direction").click(function(){i.renderer.isEditable()?(c.set({from:c.get("to"),to:c.get("from")}),i.draw()):j()});var l=i.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),l.show()},function(a){a.preventDefault(),l.hide()}),l.find("li").hover(function(b){b.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||e._USER_PLACEHOLDER(i.renkan)).get("color"))}).click(function(d){d.preventDefault(),i.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),l.hide(),paper.view.draw()):j()});var m=function(a){if(i.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>i.options.node_stroke_witdh_scale&&(e=i.options.node_stroke_witdh_scale),e!==d&&(i.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else j()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return m(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return m(1),!1})}},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;e.drawEditBox(this.options,a,this.editor_block,5,this.editor_$)}this.editor_$.show(),paper.view.draw()}}).value(),f}),define("renderer/nodebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({setSectorSize:function(){var a=this.source_representation.circle_radius;a!==this.lastSectorInner&&(this.sector&&this.sector.destroy(),this.sector=this.renderer.drawSector(this,1+a,e._NODE_BUTTON_WIDTH+a,this.startAngle,this.endAngle,1,this.imageName,this.renkan.translate(this.text)),this.lastSectorInner=a)},unselect:function(){d.prototype.unselect.apply(this,Array.prototype.slice.call(arguments,1)),this.source_representation&&this.source_representation.buttons_timeout&&(clearTimeout(this.source_representation.buttons_timeout),this.source_representation.hideButtons())},select:function(){this.source_representation&&this.source_representation.buttons_timeout&&clearTimeout(this.source_representation.buttons_timeout),this.sector.select()}}).value(),f}),define("renderer/nodeeditbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-edit-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-125:-135,this.endAngle=this.options.hide_nodes?-55:-45,this.imageName="edit",this.text="Edit"},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/noderemovebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-remove-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-10:0,this.endAngle=this.options.hide_nodes?45:90,this.imageName="remove",this.text="Remove"},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove node ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeNode(this.source_representation.model)}}).value(),f}),define("renderer/nodehidebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-hide-button",this.lastSectorInner=0,this.startAngle=45,this.endAngle=90,this.imageName="hide",this.text="Hide"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.renderer.view.addHiddenNode(this.source_representation.model)}}).value(),f}),define("renderer/nodeshowbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-show-button",this.lastSectorInner=0,this.startAngle=90,this.endAngle=135,this.imageName="show",this.text="Show"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.source_representation.showNeighbors(!1)}}).value(),f}),define("renderer/noderevertbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-revert-button",this.lastSectorInner=0,this.startAngle=-135,this.endAngle=135,this.imageName="revert",this.text="Cancel deletion"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/nodelinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-link-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?135:90,this.endAngle=this.options.hide_nodes?190:180,this.imageName="link",this.text="Link to another node"},mousedown:function(a){if(this.renderer.isEditable()){var b=this.renderer.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]);this.renderer.click_target=null,this.renderer.removeRepresentationsOfType("editor"),this.renderer.addTempEdge(this.source_representation,c)}}}).value(),f}),define("renderer/nodeenlargebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-enlarge-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-55:-45,this.endAngle=this.options.hide_nodes?-10:0,this.imageName="enlarge",this.text="Enlarge"},mouseup:function(){var a=1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/nodeshrinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-shrink-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-170:-180,this.endAngle=this.options.hide_nodes?-125:-135,this.imageName="shrink",this.text="Shrink"},mouseup:function(){var a=-1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/edgeeditbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-edit-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-270,-90,1,"edit",this.renkan.translate("Edit"))},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/edgeremovebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-remove-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-90,90,1,"remove",this.renkan.translate("Remove"))},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove edge ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeEdge(this.source_representation.model)}}).value(),f}),define("renderer/edgerevertbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-revert-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-135,135,1,"revert",this.renkan.translate("Cancel deletion"))},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/miniframe",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({paperShift:function(a){this.renderer.offset=this.renderer.offset.subtract(a.divide(this.renderer.minimap.scale).multiply(this.renderer.scale)),this.renderer.redraw()},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1}}).value(),f}),define("renderer/scene",["jquery","underscore","filesaver","requtils","renderer/miniframe"],function(a,b,c,d,e){var f=d.getUtils(),g=function(c){this.renkan=c,this.$=a(".Rk-Render"),this.representations=[],this.$.html(c.options.templates["templates/scene.html"](c)),this.onStatusChange(),this.canvas_$=this.$.find(".Rk-Canvas"),this.labels_$=this.$.find(".Rk-Labels"),this.editor_$=c.options.popup_editor?this.$.find(".Rk-Editor"):a("#"+c.options.editor_panel),this.notif_$=this.$.find(".Rk-Notifications"),paper.setup(this.canvas_$[0]),this.totalScroll=0,this.mouse_down=!1,this.click_target=null,this.selected_target=null,this.edge_layer=new paper.Layer,this.node_layer=new paper.Layer,this.buttons_layer=new paper.Layer,this.delete_list=[],this.redrawActive=!0,c.options.show_minimap&&(this.minimap={background_layer:new paper.Layer,edge_layer:new paper.Layer,node_layer:new paper.Layer,node_group:new paper.Group,size:new paper.Size(c.options.minimap_width,c.options.minimap_height)},this.minimap.background_layer.activate(),this.minimap.topleft=paper.view.bounds.bottomRight.subtract(this.minimap.size),this.minimap.rectangle=new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]),this.minimap.size.add([4,4])),this.minimap.rectangle.fillColor=c.options.minimap_background_color,this.minimap.rectangle.strokeColor=c.options.minimap_border_color,this.minimap.rectangle.strokeWidth=4,this.minimap.offset=new paper.Point(this.minimap.size.divide(2)),this.minimap.scale=.1,this.minimap.node_layer.activate(),this.minimap.cliprectangle=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.cliprectangle),this.minimap.node_group.clipped=!0,this.minimap.miniframe=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.miniframe),this.minimap.miniframe.fillColor="#c0c0ff",this.minimap.miniframe.opacity=.3,this.minimap.miniframe.strokeColor="#000080",this.minimap.miniframe.strokeWidth=2,this.minimap.miniframe.__representation=new e(this,null)),this.throttledPaperDraw=b(function(){paper.view.draw()}).throttle(100).value(),this.bundles=[],this.click_mode=!1;var d=this,g=!0,h=1,i=!1,j=0,k=0;this.image_cache={},this.icon_cache={},["edit","remove","hide","show","link","enlarge","shrink","revert"].forEach(function(a){var b=new Image;b.src=c.options.static_url+"img/"+a+".png",d.icon_cache[a]=b});var l=b.throttle(function(a,b){d.onMouseMove(a,b)},f._MOUSEMOVE_RATE);this.canvas_$.on({mousedown:function(a){a.preventDefault(),d.onMouseDown(a,!1)},mousemove:function(a){a.preventDefault(),l(a,!1)},mouseup:function(a){a.preventDefault(),d.onMouseUp(a,!1)},mousewheel:function(a,b){c.options.zoom_on_scroll&&(a.preventDefault(),g&&d.onScroll(a,b))},touchstart:function(a){a.preventDefault();var b=a.originalEvent.touches[0];c.options.allow_double_click&&new Date-_lastTap<f._DOUBLETAP_DELAY&&Math.pow(j-b.pageX,2)+Math.pow(k-b.pageY,2)<f._DOUBLETAP_DISTANCE?(_lastTap=0,d.onDoubleClick(b)):(_lastTap=new Date,j=b.pageX,k=b.pageY,h=d.view.scale,i=!1,d.onMouseDown(b,!0))},touchmove:function(a){if(a.preventDefault(),_lastTap=0,1===a.originalEvent.touches.length)d.onMouseMove(a.originalEvent.touches[0],!0);else{if(i||(d.onMouseUp(a.originalEvent.touches[0],!0),d.click_target=null,d.is_dragging=!1,i=!0),"undefined"===a.originalEvent.scale)return;var b=a.originalEvent.scale*h,c=b/d.view.scale,e=new paper.Point([d.canvas_$.width(),d.canvas_$.height()]).multiply(.5*(1-c)).add(d.view.offset.multiply(c));d.view.setScale(b,e)}},touchend:function(a){a.preventDefault(),d.onMouseUp(a.originalEvent.changedTouches[0],!0)},dblclick:function(a){a.preventDefault(),c.options.allow_double_click&&d.onDoubleClick(a)},mouseleave:function(a){a.preventDefault(),d.click_target=null,d.is_dragging=!1},dragover:function(a){a.preventDefault()},dragenter:function(a){a.preventDefault(),g=!1},dragleave:function(a){a.preventDefault(),g=!0},drop:function(a){a.preventDefault(),g=!0;var c={};b.each(a.originalEvent.dataTransfer.types,function(b){try{c[b]=a.originalEvent.dataTransfer.getData(b)}catch(d){}});var e=a.originalEvent.dataTransfer.getData("Text");if("string"==typeof e)switch(e[0]){case"{":case"[":try{var f=JSON.parse(e);b.extend(c,f)}catch(h){c["text/plain"]||(c["text/plain"]=e)}break;case"<":c["text/html"]||(c["text/html"]=e);break;default:c["text/plain"]||(c["text/plain"]=e)}var i=a.originalEvent.dataTransfer.getData("URL");i&&!c["text/uri-list"]&&(c["text/uri-list"]=i),d.dropData(c,a.originalEvent)}});var m=function(a,b){d.$.find(a).click(function(a){return d[b](a),!1})};this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show(),this.$.find(".Rk-CurrentUser").mouseenter(function(){d.$.find(".Rk-UserList").slideDown()}),this.$.find(".Rk-Users").mouseleave(function(){d.$.find(".Rk-UserList").slideUp()}),m(".Rk-FullScreen-Button","fullScreen"),m(".Rk-AddNode-Button","addNodeBtn"),m(".Rk-AddEdge-Button","addEdgeBtn"),m(".Rk-Save-Button","save"),m(".Rk-Open-Button","open"),m(".Rk-Export-Button","exportProject"),this.$.find(".Rk-Bookmarklet-Button").attr("href","javascript:"+f._BOOKMARKLET_CODE(c)).click(function(){return d.notif_$.text(c.translate("Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.")).fadeIn().delay(5e3).fadeOut(),!1}),this.$.find(".Rk-TopBar-Button").mouseover(function(){a(this).find(".Rk-TopBar-Tooltip").show()}).mouseout(function(){a(this).find(".Rk-TopBar-Tooltip").hide()}),m(".Rk-Fold-Bins","foldBins"),paper.view.onResize=function(a){var b,c=a.width,e=a.height;d.minimap&&(d.minimap.topleft=paper.view.bounds.bottomRight.subtract(d.minimap.size),d.minimap.rectangle.fitBounds(d.minimap.topleft.subtract([2,2]),d.minimap.size.add([4,4])),d.minimap.cliprectangle.fitBounds(d.minimap.topleft,d.minimap.size));var f=e/(e-a.delta.height),g=c/(c-a.delta.width);b=c>e?f:g,d.view.resizeZoom(g,f,b),d.redraw()};var n=b.throttle(function(){d.redraw()},50);this.addRepresentations("Node",this.renkan.project.get("nodes")),this.addRepresentations("Edge",this.renkan.project.get("edges")),this.renkan.project.on("change:title",function(){d.$.find(".Rk-PadTitle").val(c.project.get("title"))}),this.$.find(".Rk-PadTitle").on("keyup input paste",function(){c.project.set({title:a(this).val()})});var o=b.throttle(function(){d.redrawUsers()},100);if(o(),this.renkan.project.on("change:saveStatus",function(){switch(d.renkan.project.get("saveStatus")){case 0:d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("saved");break;case 1:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("to-save");break;case 2:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").addClass("saving")}}),this.renkan.project.on("change:loadingStatus",function(){if(d.renkan.project.get("loadingStatus")){d.$.find(".loader").addClass("run"),setTimeout(function(){d.$.find(".loader").hide(250)},3e3)}else Backbone.history.start(),n()}),this.renkan.project.on("add:users remove:users",o),this.renkan.project.on("add:views remove:views",function(){d.renkan.project.get("views").length>0?d.$.find(".Rk-ZoomSetSaved").show():d.$.find(".Rk-ZoomSetSaved").hide()}),this.renkan.project.on("add:nodes",function(a){d.addRepresentation("Node",a),d.renkan.project.get("loadingStatus")||n()}),this.renkan.project.on("add:edges",function(a){d.addRepresentation("Edge",a),d.renkan.project.get("loadingStatus")||n()}),this.renkan.project.on("change:title",function(a,b){var c=d.$.find(".Rk-PadTitle");c.is("input")?c.val()!==b&&c.val(b):c.text(b)}),this.renkan.router.on("router",function(a){d.parameters(a)}),c.options.size_bug_fix){var p="number"==typeof c.options.size_bug_fix?c.options.size_bug_fix:500;window.setTimeout(function(){d.fixSize()},p)}if(c.options.force_resize&&a(window).resize(function(){d.autoScale()}),c.options.show_user_list&&c.options.user_color_editable){var q=this.$.find(".Rk-Users .Rk-Edit-ColorPicker-Wrapper"),r=this.$.find(".Rk-Users .Rk-Edit-ColorPicker");q.hover(function(a){d.isEditable()&&(a.preventDefault(),r.show())},function(a){a.preventDefault(),r.hide()}),r.find("li").mouseenter(function(b){d.isEditable()&&(b.preventDefault(),d.$.find(".Rk-CurrentUser-Color").css("background",a(this).attr("data-color")))})}if(c.options.show_search_field){var s="";this.$.find(".Rk-GraphSearch-Field").on("keyup change paste input",function(){var b=a(this),e=b.val();if(e!==s)if(s=e,e.length<2)c.project.get("nodes").each(function(a){d.getRepresentationByModel(a).unhighlight()});else{var g=f.regexpFromTextOrArray(e);c.project.get("nodes").each(function(a){g.test(a.get("title"))||g.test(a.get("description"))?d.getRepresentationByModel(a).highlight(g):d.getRepresentationByModel(a).unhighlight()})}})}this.redraw(),window.setInterval(function(){var a=(new Date).valueOf();d.delete_list.forEach(function(b){if(a>=b.time){var d=c.project.get("nodes").findWhere({delete_scheduled:b.id});d&&project.removeNode(d),d=c.project.get("edges").findWhere({delete_scheduled:b.id}),d&&project.removeEdge(d)}}),d.delete_list=d.delete_list.filter(function(a){return c.project.get("nodes").findWhere({delete_scheduled:a.id})||c.project.get("edges").findWhere({delete_scheduled:a.id})})},500),this.minimap&&window.setInterval(function(){d.rescaleMinimap()},2e3)};return b(g.prototype).extend({fixSize:function(){"undefined"==typeof this.view?(this.view=this.addRepresentation("View",this.renkan.project.get("views").last()),this.view.setScale(view.get("zoom_level"),new paper.Point(view.get("offset")))):this.view.autoScale()},drawSector:function(b,c,d,e,f,g,h,i){var j=this.renkan.options,k=e*Math.PI/180,l=f*Math.PI/180,m=this.icon_cache[h],n=-Math.sin(k),o=Math.cos(k),p=Math.cos(k)*c+g*n,q=Math.sin(k)*c+g*o,r=Math.cos(k)*d+g*n,s=Math.sin(k)*d+g*o,t=-Math.sin(l),u=Math.cos(l),v=Math.cos(l)*c-g*t,w=Math.sin(l)*c-g*u,x=Math.cos(l)*d-g*t,y=Math.sin(l)*d-g*u,z=(c+d)/2,A=(k+l)/2,B=Math.cos(A)*z,C=Math.sin(A)*z,D=Math.cos(A)*c,E=Math.cos(A)*d,F=Math.sin(A)*c,G=Math.sin(A)*d,H=Math.cos(A)*(d+3),I=Math.sin(A)*(d+j.buttons_label_font_size)+j.buttons_label_font_size/2;this.buttons_layer.activate();var J=new paper.Path;J.add([p,q]),J.arcTo([D,F],[v,w]),J.lineTo([x,y]),J.arcTo([E,G],[r,s]),J.fillColor=j.buttons_background,J.opacity=.5,J.closed=!0,J.__representation=b;var K=new paper.PointText(H,I);K.characterStyle={fontSize:j.buttons_label_font_size,fillColor:j.buttons_label_color},K.paragraphStyle.justification=H>2?"left":-2>H?"right":"center",K.visible=!1;var L=!1,M=new paper.Point(-200,-200),N=new paper.Group([J,K]),O=N.position,P=new paper.Point([B,C]),Q=new paper.Point(0,0);K.content=i,N.pivot=N.bounds.center,N.visible=!1,N.position=M;var R={show:function(){L=!0,N.position=Q.add(O),N.visible=!0},moveTo:function(a){Q=a,L&&(N.position=a.add(O))},hide:function(){L=!1,N.visible=!1,N.position=M},select:function(){J.opacity=.8,K.visible=!0},unselect:function(){J.opacity=.5,K.visible=!1},destroy:function(){N.remove()}},S=function(){var a=new paper.Raster(m);a.position=P.add(N.position).subtract(O),a.locked=!0,N.addChild(a)};return m.width?S():a(m).on("load",S),R},addToBundles:function(a){var c=b(this.bundles).find(function(b){return b.from===a.from_representation&&b.to===a.to_representation||b.from===a.to_representation&&b.to===a.from_representation});return"undefined"!=typeof c?c.edges.push(a):(c={from:a.from_representation,to:a.to_representation,edges:[a],getPosition:function(a){var c=a.from_representation===this.from?1:-1;return c*(b(this.edges).indexOf(a)-(this.edges.length-1)/2)}},this.bundles.push(c)),c},isEditable:function(){return this.renkan.options.editor_mode&&!this.renkan.read_only},onStatusChange:function(){var a=this.$.find(".Rk-Save-Button"),b=a.find(".Rk-TopBar-Tooltip-Contents");this.renkan.read_only?(a.removeClass("disabled Rk-Save-Online").addClass("Rk-Save-ReadOnly"),b.text(this.renkan.translate("Connection lost"))):this.renkan.options.manual_save?(a.removeClass("Rk-Save-ReadOnly Rk-Save-Online"),b.text(this.renkan.translate("Save Project"))):(a.removeClass("disabled Rk-Save-ReadOnly").addClass("Rk-Save-Online"),b.text(this.renkan.translate("Auto-save enabled"))),this.redrawUsers()},redrawMiniframe:function(){var a=this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),b=this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));this.minimap.miniframe.fitBounds(a,b)},rescaleMinimap:function(){var a=this.renkan.project.get("nodes");if(a.length>1){var b=a.map(function(a){return a.get("position").x}),c=a.map(function(a){return a.get("position").y}),d=Math.min.apply(Math,b),e=Math.min.apply(Math,c),f=Math.max.apply(Math,b),g=Math.max.apply(Math,c),h=Math.min(.8*this.view.scale*this.renkan.options.minimap_width/paper.view.bounds.width,.8*this.view.scale*this.renkan.options.minimap_height/paper.view.bounds.height,(this.renkan.options.minimap_width-2*this.renkan.options.minimap_padding)/(f-d),(this.renkan.options.minimap_height-2*this.renkan.options.minimap_padding)/(g-e));this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([(f+d)/2,(g+e)/2]).multiply(h)),this.minimap.scale=h}1===a.length&&(this.minimap.scale=.1,this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([a.at(0).get("position").x,a.at(0).get("position").y]).multiply(this.minimap.scale))),this.redraw()},toPaperCoords:function(a){return a.multiply(this.view.scale).add(this.view.offset)},toMinimapCoords:function(a){return a.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft)},toModelCoords:function(a){return a.subtract(this.view.offset).divide(this.view.scale)},addRepresentation:function(a,b){var c=d.getRenderer()[a],e=new c(this,b);return this.representations.push(e),e},addRepresentations:function(a,b){var c=this;b.forEach(function(b){c.addRepresentation(a,b)})},userTemplate:b.template('<li class="Rk-User"><span class="Rk-UserColor" style="background:<%=background%>;"></span><%=name%></li>'),redrawUsers:function(){if(this.renkan.options.show_user_list){var b=[].concat((this.renkan.project.current_user_list||{}).models||[],(this.renkan.project.get("users")||{}).models||[]),c="",d=this.$.find(".Rk-Users"),e=d.find(".Rk-CurrentUser-Name"),f=d.find(".Rk-Edit-ColorPicker li"),g=d.find(".Rk-CurrentUser-Color"),h=this;e.off("click").text(this.renkan.translate("<unknown user>")),f.off("mouseleave click"),b.forEach(function(b){b.get("_id")===h.renkan.current_user?(e.text(b.get("title")),g.css("background",b.get("color")),h.isEditable()&&(h.renkan.options.user_name_editable&&e.click(function(){var c=a(this),d=a("<input>").val(b.get("title")).blur(function(){b.set("title",a(this).val()),h.redrawUsers(),h.redraw()});c.empty().html(d),d.select()}),h.renkan.options.user_color_editable&&f.click(function(c){c.preventDefault(),h.isEditable()&&b.set("color",a(this).attr("data-color")),a(this).parent().hide()}).mouseleave(function(){g.css("background",b.get("color"))}))):c+=h.userTemplate({name:b.get("title"),background:b.get("color")})}),d.find(".Rk-UserList").html(c)}},removeRepresentation:function(a){a.destroy(),this.representations=b.reject(this.representations,function(b){return b===a})},getRepresentationByModel:function(a){return a?b.find(this.representations,function(b){return b.model===a}):void 0},removeRepresentationsOfType:function(a){var c=b.filter(this.representations,function(b){return b.type===a}),d=this;b.each(c,function(a){d.removeRepresentation(a)})},highlightModel:function(a){var b=this.getRepresentationByModel(a);b&&b.highlight()},unhighlightAll:function(){b.each(this.representations,function(a){a.unhighlight()})},unselectAll:function(){b.each(this.representations,function(a){a.unselect()})},redraw:function(){this.redrawActive&&(b.each(this.representations,function(a){a.redraw({dontRedrawEdges:!0})}),this.minimap&&"undefined"!=typeof this.view&&this.redrawMiniframe(),paper.view.draw())},addTempEdge:function(a,b){var c=this.addRepresentation("TempEdge",null);c.end_pos=b,c.from_representation=a,c.redraw(),this.click_target=c},findTarget:function(a){if(a&&"undefined"!=typeof a.item.__representation){var b=a.item.__representation;this.selected_target!==a.item.__representation&&(this.selected_target&&this.selected_target.unselect(b),b.select(this.selected_target),this.selected_target=b)}else this.selected_target&&this.selected_target.unselect(),this.selected_target=null},onMouseMove:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=c.subtract(this.last_point);this.last_point=c,!this.is_dragging&&this.mouse_down&&d.length>f._MIN_DRAG_DISTANCE&&(this.is_dragging=!0);
-var e=paper.project.hitTest(c);this.is_dragging?this.click_target&&"function"==typeof this.click_target.paperShift?this.click_target.paperShift(d):this.view.paperShift(d):this.findTarget(e),paper.view.draw()},onMouseDown:function(b,c){var d=this.canvas_$.offset(),e=new paper.Point([b.pageX-d.left,b.pageY-d.top]);if(this.last_point=e,this.mouse_down=!0,!this.click_target||"Temp-edge"!==this.click_target.type){this.removeRepresentationsOfType("editor"),this.is_dragging=!1;var g=paper.project.hitTest(e);if(g&&"undefined"!=typeof g.item.__representation)this.click_target=g.item.__representation,this.click_target.mousedown(b,c);else if(this.click_target=null,this.isEditable()&&this.click_mode===f._CLICKMODE_ADDNODE){var h=this.toModelCoords(e),i={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:h.x,y:h.y}},j=this.renkan.project.addNode(i);this.getRepresentationByModel(j).openEditor()}}this.click_mode&&(this.isEditable()&&this.click_mode===f._CLICKMODE_STARTEDGE&&this.click_target&&"Node"===this.click_target.type?(this.removeRepresentationsOfType("editor"),this.addTempEdge(this.click_target,e),this.click_mode=f._CLICKMODE_ENDEDGE,this.notif_$.fadeOut(function(){a(this).html(this.renkan.translate("Click on a second node to complete the edge")).fadeIn()})):(this.notif_$.hide(),this.click_mode=!1)),paper.view.draw()},onMouseUp:function(a,b){if(this.mouse_down=!1,this.click_target){var c=this.canvas_$.offset();this.click_target.mouseup({point:new paper.Point([a.pageX-c.left,a.pageY-c.top])},b)}else this.click_target=null,this.is_dragging=!1,b&&this.unselectAll(),this.view.updateUrl();paper.view.draw()},onScroll:function(a,b){if(this.totalScroll+=b,Math.abs(this.totalScroll)>=1){var c=this.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]).subtract(this.view.offset).multiply(Math.SQRT2-1);this.totalScroll>0?this.view.setScale(this.view.scale*Math.SQRT2,this.view.offset.subtract(d)):this.view.setScale(this.view.scale*Math.SQRT1_2,this.view.offset.add(d.divide(Math.SQRT2))),this.totalScroll=0}},onDoubleClick:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=paper.project.hitTest(c);if(!this.isEditable())return void(d&&"undefined"!=typeof d.item.__representation&&d.item.__representation.model.get("uri")&&window.open(d.item.__representation.model.get("uri"),"_blank"));if(this.isEditable()&&(!d||"undefined"==typeof d.item.__representation)){var e=this.toModelCoords(c),g={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:e.x,y:e.y}},h=this.renkan.project.addNode(g);this.getRepresentationByModel(h).openEditor()}paper.view.draw()},defaultDropHandler:function(b){var c={},d="";switch(b["text/x-iri-specific-site"]){case"twitter":d=a("<div>").html(b["text/x-iri-selected-html"]);var e=d.find(".tweet");c.title=this.renkan.translate("Tweet by ")+e.attr("data-name"),c.uri="http://twitter.com/"+e.attr("data-screen-name")+"/status/"+e.attr("data-tweet-id"),c.image=e.find(".avatar").attr("src"),c.description=e.find(".js-tweet-text:first").text();break;case"google":d=a("<div>").html(b["text/x-iri-selected-html"]),c.title=d.find("h3:first").text().trim(),c.uri=d.find("h3 a").attr("href"),c.description=d.find(".st:first").text().trim();break;default:b["text/x-iri-source-uri"]&&(c.uri=b["text/x-iri-source-uri"])}if((b["text/plain"]||b["text/x-iri-selected-text"])&&(c.description=(b["text/plain"]||b["text/x-iri-selected-text"]).replace(/[\s\n]+/gm," ").trim()),b["text/html"]||b["text/x-iri-selected-html"]){d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]);var f=d.find("image");f.length&&(c.image=f.attr("xlink:href"));var g=d.find("path");g.length&&(c.clipPath=g.attr("d"));var h=d.find("img");h.length&&(c.image=h[0].src);var i=d.find("a");i.length&&(c.uri=i[0].href),c.title=d.find("[title]").attr("title")||c.title,c.description=d.text().replace(/[\s\n]+/gm," ").trim()}b["text/uri-list"]&&(c.uri=b["text/uri-list"]),b["text/x-moz-url"]&&!c.title&&(c.title=(b["text/x-moz-url"].split("\n")[1]||"").trim(),c.title===c.uri&&(c.title=!1)),b["text/x-iri-source-title"]&&!c.title&&(c.title=b["text/x-iri-source-title"]),(b["text/html"]||b["text/x-iri-selected-html"])&&(d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]),c.image=d.find("[data-image]").attr("data-image")||c.image,c.uri=d.find("[data-uri]").attr("data-uri")||c.uri,c.title=d.find("[data-title]").attr("data-title")||c.title,c.description=d.find("[data-description]").attr("data-description")||c.description,c.clipPath=d.find("[data-clip-path]").attr("data-clip-path")||c.clipPath),c.title||(c.title=this.renkan.translate("Dragged resource"));for(var j=["title","description","uri","image"],k=0;k<j.length;k++){var l=j[k];(b["text/x-iri-"+l]||b[l])&&(c[l]=b["text/x-iri-"+l]||b[l]),("none"===c[l]||"null"===c[l])&&(c[l]=void 0)}return"function"==typeof this.renkan.options.drop_enhancer&&(c=this.renkan.options.drop_enhancer(c,b)),c},dropData:function(a,c){if(this.isEditable()){if(a["text/json"]||a["application/json"])try{var d=JSON.parse(a["text/json"]||a["application/json"]);b.extend(a,d)}catch(e){}var g="undefined"==typeof this.renkan.options.drop_handler?this.defaultDropHandler(a):this.renkan.options.drop_handler(a),h=this.canvas_$.offset(),i=new paper.Point([c.pageX-h.left,c.pageY-h.top]),j=this.toModelCoords(i),k={id:f.getUID("node"),created_by:this.renkan.current_user,uri:g.uri||"",title:g.title||"",description:g.description||"",image:g.image||"",color:g.color||void 0,clip_path:g.clipPath||void 0,position:{x:j.x,y:j.y}},l=this.renkan.project.addNode(k),m=this.getRepresentationByModel(l);"drop"===c.type&&m.openEditor()}},fullScreen:function(){var a,b=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen,c=this.renkan.$[0],d=["requestFullScreen","mozRequestFullScreen","webkitRequestFullScreen"],e=["cancelFullScreen","mozCancelFullScreen","webkitCancelFullScreen"];if(b){for(a=0;a<e.length;a++)if("function"==typeof document[e[a]]){document[e[a]]();break}var f=this.$.width(),g=this.$.height();this.renkan.options.show_top_bar&&(g-=this.$.find(".Rk-TopBar").height()),this.renkan.options.show_bins&&this.renkan.$.find(".Rk-Bins").position().left>0&&(f-=this.renkan.$.find(".Rk-Bins").width()),paper.view.viewSize=new paper.Size([f,g])}else{for(a=0;a<d.length;a++)if("function"==typeof c[d[a]]){c[d[a]]();break}this.redraw()}},addNodeBtn:function(){return this.click_mode===f._CLICKMODE_ADDNODE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_ADDNODE,this.notif_$.text(this.renkan.translate("Click on the background canvas to add a node")).fadeIn()),!1},addEdgeBtn:function(){return this.click_mode===f._CLICKMODE_STARTEDGE||this.click_mode===f._CLICKMODE_ENDEDGE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_STARTEDGE,this.notif_$.text(this.renkan.translate("Click on a first node to start the edge")).fadeIn()),!1},exportProject:function(){var a=this.renkan.project.toJSON(),d=(document.createElement("a"),a.id),e=d+".json";delete a.id,delete a._id,delete a.space_id;var g,h,i={};b.each(a.nodes,function(a){g=a.id||a._id,delete a._id,delete a.id,i[g]=a["@id"]=f.getUUID4()}),b.each(a.edges,function(a){delete a._id,delete a.id,a.to=i[a.to],a.from=i[a.from]}),b.each(a.views,function(a){delete a._id,delete a.id,a.hidden_nodes&&(h=a.hidden_nodes,a.hidden_nodes=[],b.each(h,function(b){a.hidden_nodes.push(i[b])}))}),a.users=[];var j=JSON.stringify(a,null,2),k=new Blob([j],{type:"application/json;charset=utf-8"});c(k,e)},parameters:function(b){if(this.removeRepresentationsOfType("View"),a.isEmptyObject(b))return this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),void(this.renkan.options.default_view||this.view.autoScale());if("undefined"!=typeof b.viewIndex&&(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(b.viewIndex))),this.renkan.options.default_view||this.view.autoScale()),"undefined"!=typeof b.view&&b.view.split(",").length>=3){var c=b.view.split(","),d={project:this.renkan.project,offset:{x:parseFloat(c[0]),y:parseFloat(c[1])},zoom_level:parseFloat(c[2])};this.view?this.view.setScale(d.zoom_level,new paper.Point(d.offset)):(this.view=this.addRepresentation("View",null),this.view.params=d,this.view.init())}this.view||(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),this.view.autoScale()),this.unhighlightAll(),"undefined"!=typeof b.idNode&&this.highlightModel(this.renkan.project.get("nodes").get(b.idNode))},validViewIndex:function(a){var b=parseInt(a),c=0;return c=0>b?this.renkan.project.get("views").length+b:b,"undefined"==typeof this.renkan.project.get("views").at(b)&&(c=0),c},foldBins:function(){var a,b=this.$.find(".Rk-Fold-Bins"),c=this.renkan.$.find(".Rk-Bins"),d=this,e=d.canvas_$.width();c.position().left<0?(c.animate({left:0},250),this.$.animate({left:300},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e-c.width()<c.height()?e:e-c.width(),b.html("&laquo;")):(c.animate({left:-300},250),this.$.animate({left:0},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e+300,b.html("&raquo;")),d.view.resizeZoom(1,1,a/e)},save:function(){},open:function(){}}).value(),g}),define("renderer/viewrepr",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){var b=this;this.$=a(".Rk-Render"),this.type="View",this.hiddenNodes=[],this.scale=1,this.initialScale=1,this.offset=paper.view.center,this.params={},this.model&&(this.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")}),this.init();var c=function(a,c){b.$.find(a).click(function(a){return b[c](a),!1})};c(".Rk-ZoomOut","zoomOut"),c(".Rk-ZoomIn","zoomIn"),c(".Rk-ZoomFit","autoScale"),this.$.find(".Rk-ZoomSave").click(function(){var a={x:b.offset.x,y:b.offset.y};b.model=b.renkan.project.addView({zoom_level:b.scale,offset:a,hidden_nodes:b.hiddenNodes.concat()}),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.updateUrl()}),this.$.find(".Rk-ZoomSetSaved").click(function(){b.model=b.renkan.project.get("views").at(b.renkan.project.get("views").length-1),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.setScale(b.params.zoom_level,new paper.Point(b.params.offset)),b.showNodes(!1),b.options.hide_nodes&&(b.hiddenNodes=(b.params.hidden_nodes||[]).concat(),b.hideNodes()),b.updateUrl()}),this.$.find(".Rk-ShowHiddenNodes").mouseenter(function(){b.showNodes(!0),b.$.find(".Rk-ShowHiddenNodes").mouseleave(function(){b.hideNodes()})}),this.$.find(".Rk-ShowHiddenNodes").click(function(){b.showNodes(!1),b.$.find(".Rk-ShowHiddenNodes").off("mouseleave")}),this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show()},redraw:function(){},init:function(){var a=this;a.setScale(a.params.zoom_level,new paper.Point(a.params.offset)),a.options.hide_nodes&&(a.hiddenNodes=(a.params.hidden_nodes||[]).concat(),a.hideNodes())},addHiddenNode:function(a){this.hideNode(a),this.hiddenNodes.push(a.id),this.updateUrl()},hideNode:function(a){"undefined"!=typeof this.renderer.getRepresentationByModel(a)&&this.renderer.getRepresentationByModel(a).hide()},hideNodes:function(){var a=this;this.hiddenNodes.forEach(function(b,c){var d=a.renkan.project.get("nodes").get(b);return"undefined"!=typeof d?a.hideNode(a.renkan.project.get("nodes").get(b)):void a.hiddenNodes.splice(c,1)}),paper.view.draw()},showNodes:function(a){var b=this;this.hiddenNodes.forEach(function(c){b.renderer.getRepresentationByModel(b.renkan.project.get("nodes").get(c)).show(a)}),a||(this.hiddenNodes=[]),paper.view.draw()},setScale:function(a,b){a/this.initialScale>e._MIN_SCALE&&a/this.initialScale<e._MAX_SCALE&&(this.scale=a,b&&(this.offset=b),this.renderer.redraw(),this.updateUrl())},zoomOut:function(){var a=this.scale*Math.SQRT1_2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT1_2)).add(this.offset.multiply(Math.SQRT1_2));this.setScale(a,b)},zoomIn:function(){var a=this.scale*Math.SQRT2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT2)).add(this.offset.multiply(Math.SQRT2));this.setScale(a,b)},resizeZoom:function(a,b,c){var d=this.scale*c,e=new paper.Point([this.offset.x*a,this.offset.y*b]);this.setScale(d,e)},autoScale:function(a){var b=this.renkan.project.get("nodes");if(b.length>1){var c=b.map(function(a){return a.get("position").x}),d=b.map(function(a){return a.get("position").y}),e=Math.min.apply(Math,c),f=Math.min.apply(Math,d),g=Math.max.apply(Math,c),h=Math.max.apply(Math,d),i=Math.min((paper.view.size.width-2*this.renkan.options.autoscale_padding)/(g-e),(paper.view.size.height-2*this.renkan.options.autoscale_padding)/(h-f));this.initialScale=i,"undefined"!=typeof a&&parseFloat(a.zoom_level)>0&&parseFloat(a.offset.x)>0&&parseFloat(a.offset.y)>0?this.setScale(parseFloat(a.zoom_level),new paper.Point(parseFloat(a.offset.x),parseFloat(a.offset.y))):this.setScale(i,paper.view.center.subtract(new paper.Point([(g+e)/2,(h+f)/2]).multiply(i)))}1===b.length&&this.setScale(1,paper.view.center.subtract(new paper.Point([b.at(0).get("position").x,b.at(0).get("position").y])))},paperShift:function(a){this.offset=this.offset.add(a),this.renderer.redraw()},updateUrl:function(){if(this.options.update_url){var b={},c=Backbone.history.getFragment().split("?");c.length>1&&c[1].split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),b.view=Math.round(1e3*this.offset.x)/1e3+","+Math.round(1e3*this.offset.y)/1e3+","+Math.round(1e3*this.scale)/1e3,this.renkan.project.get("views").indexOf(this.model)>-1?(b.viewIndex=this.renkan.project.get("views").indexOf(this.model),b.viewIndex===this.renkan.project.get("views").length-1&&(b.viewIndex=-1)):b.viewIndex&&delete b.viewIndex,this.renkan.router.navigate("?"+decodeURIComponent(a.param(b)),{trigger:!1,replace:!0})}},destroy:function(){this._super("destroy"),this.showNodes(!1)}}).value(),f}),"function"==typeof require.config&&require.config({paths:{jquery:"../lib/jquery/jquery",underscore:"../lib/lodash/lodash",filesaver:"../lib/FileSaver/FileSaver",requtils:"require-utils","ckeditor-core":"../lib/ckeditor/ckeditor","ckeditor-jquery":"../lib/ckeditor/adapters/jquery"},shim:{"ckeditor-jquery":{deps:["jquery","ckeditor-core"]}}}),require(["renderer/baserepresentation","renderer/basebutton","renderer/noderepr","renderer/edge","renderer/tempedge","renderer/baseeditor","renderer/nodeeditor","renderer/edgeeditor","renderer/nodebutton","renderer/nodeeditbutton","renderer/noderemovebutton","renderer/nodehidebutton","renderer/nodeshowbutton","renderer/noderevertbutton","renderer/nodelinkbutton","renderer/nodeenlargebutton","renderer/nodeshrinkbutton","renderer/edgeeditbutton","renderer/edgeremovebutton","renderer/edgerevertbutton","renderer/miniframe","renderer/scene","renderer/viewrepr"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){var x=window.Rkns;"undefined"==typeof x.Renderer&&(x.Renderer={});var y=x.Renderer;y._BaseRepresentation=a,y._BaseButton=b,y.Node=c,y.Edge=d,y.View=w,y.TempEdge=e,y._BaseEditor=f,y.NodeEditor=g,y.EdgeEditor=h,y._NodeButton=i,y.NodeEditButton=j,y.NodeRemoveButton=k,y.NodeHideButton=l,y.NodeShowButton=m,y.NodeRevertButton=n,y.NodeLinkButton=o,y.NodeEnlargeButton=p,y.NodeShrinkButton=q,y.EdgeEditButton=r,y.EdgeRemoveButton=s,y.EdgeRevertButton=t,y.MiniFrame=u,y.Scene=v,startRenkan()}),define("main-renderer",function(){});
+this.renkanJST=this.renkanJST||{},this.renkanJST["templates/colorpicker.html"]=function(obj){obj||(obj={});var __t,__p="";_.escape;with(obj)__p+='<li data-color="'+(null==(__t=c)?"":__t)+'" style="background: '+(null==(__t=c)?"":__t)+'"></li>';return __p},this.renkanJST["templates/edgeeditor.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Edge"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+'</label>\n    <input class="Rk-Edit-Title" type="text" value="'+__e(edge.title)+'" />\n</p>\n',options.show_edge_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(edge.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(edge.uri)+'" target="_blank"></a>\n    </p>\n    ',options.properties.length&&(__p+="\n        <p>\n            <label>"+__e(renkan.translate("Choose from vocabulary:"))+'</label>\n            <select class="Rk-Edit-Vocabulary">\n                ',_.each(options.properties,function(a){__p+='\n                    <option class="Rk-Edit-Vocabulary-Class" value="">\n                        '+__e(renkan.translate(a.label))+"\n                    </option>\n                    ",_.each(a.properties,function(b){var c=a["base-uri"]+b.uri;__p+='\n                        <option class="Rk-Edit-Vocabulary-Property" value="'+__e(c)+'"\n                            ',c===edge.uri&&(__p+=" selected"),__p+=">\n                            "+__e(renkan.translate(b.label))+"\n                        </option>\n                    "}),__p+="\n                "}),__p+="\n            </select>\n        </p>\n")),__p+="\n",options.show_edge_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_edge_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Edge color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(edge.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(edge.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n      ",options.show_edge_editor_style_arrow&&(__p+='\n      <div id="Rk-Editor-p-arrow">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Arrow:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Arrow" class="Rk-Edit-Arrow" '+__e(edge.arrow)+" />\n      </div>\n      "),__p+="\n    </div>\n"),__p+="\n",options.show_edge_editor_direction&&(__p+='\n    <p>\n        <span class="Rk-Edit-Direction">'+__e(renkan.translate("Change edge direction"))+"</span>\n    </p>\n"),__p+="\n",options.show_edge_editor_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: >%-edge.to_color%>;"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_editor_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: &lt;%-edge.created_by_color%>;"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/edgeeditor_readonly.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_edge_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(edge.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',edge.uri&&(__p+='\n            <a href="'+__e(edge.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(edge.title)+"\n        ",edge.uri&&(__p+=" </a> "),__p+="\n    </span>\n</h2>\n",options.show_edge_tooltip_uri&&edge.uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(edge.uri)+'" target="_blank">'+__e(edge.short_uri)+"</a>\n    </p>\n"),__p+="\n<p>"+(null==(__t=edge.description)?"":__t)+"</p>\n",options.show_edge_tooltip_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.to_color)+';"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_tooltip_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.created_by_color)+';"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/ldtjson-bin/annotationtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/segmenttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/tagtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/ldt-tag.png"))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/search/?search="+(null==(__t=encodedtitle)?"":__t)+'&field=all"\n    data-title="'+__e(title)+'" data-description="Tag \''+__e(title)+'\'">\n\n    <img class="Rk-Ldt-Tag-Icon" src="'+__e(static_url)+'img/ldt-tag.png" />\n    <h4>'+(null==(__t=htitle)?"":__t)+'</h4>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/list-bin.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="'+__e(title)+'"\n    data-description="'+__e(description)+'"\n    ',__p+=image?'\n        data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    ':'\n        data-image=""\n    ',__p+="\n>",image&&(__p+='\n    <img class="Rk-ResourceList-Image" src="'+__e(image)+'" />\n'),__p+='\n<h4 class="Rk-ResourceList-Title">\n    ',url&&(__p+='\n        <a href="'+__e(url)+'" target="_blank">\n    '),__p+="\n    "+(null==(__t=htitle)?"":__t)+"\n    ",url&&(__p+="</a>"),__p+="\n    </h4>\n    ",description&&(__p+='\n        <p class="Rk-ResourceList-Description">'+(null==(__t=hdescription)?"":__t)+"</p>\n    "),__p+="\n    ",image&&(__p+='\n        <div style="clear: both;"></div>\n    '),__p+="\n</li>\n";return __p},this.renkanJST["templates/main.html"]=function(obj){obj||(obj={});var __p="",__e=_.escape;Array.prototype.join;with(obj)options.show_bins&&(__p+='\n    <div class="Rk-Bins">\n        <div class="Rk-Bins-Head">\n            <h2 class="Rk-Bins-Title">'+__e(translate("Select contents:"))+'</h2>\n            <form class="Rk-Web-Search-Form Rk-Search-Form">\n                <input class="Rk-Web-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search the Web"))+'" />\n                <div class="Rk-Search-Select">\n                    <div class="Rk-Search-Current"></div>\n                    <ul class="Rk-Search-List"></ul>\n                </div>\n                <input type="submit" value=""\n                    class="Rk-Web-Search-Submit Rk-Search-Submit" title="'+__e(translate("Search the Web"))+'" />\n            </form>\n            <form class="Rk-Bins-Search-Form Rk-Search-Form">\n                <input class="Rk-Bins-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search in Bins"))+'" /> <input\n                    type="submit" value=""\n                    class="Rk-Bins-Search-Submit Rk-Search-Submit"\n                    title="'+__e(translate("Search in Bins"))+'" />\n            </form>\n        </div>\n        <ul class="Rk-Bin-List"></ul>\n    </div>\n'),__p+=" ",options.show_editor&&(__p+='\n    <div class="Rk-Render Rk-Render-',__p+=options.show_bins?"Panel":"Full",__p+='"></div>\n'),__p+="\n";return __p},this.renkanJST["templates/nodeeditor.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='\n<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Node"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+"</label>\n    ",__p+=options.show_node_editor_title_richtext?'\n        <div class="Rk-Edit-Title" contenteditable="true">'+(null==(__t=node.title)?"":__t)+"</div>\n    ":'\n        <input class="Rk-Edit-Title" type="text" value="'+__e(node.title)+'" />\n    ',__p+="    \n</p>\n",options.show_node_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(node.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(node.uri)+'" target="_blank"></a>\n    </p>\n'),__p+=" ",options.change_types&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Types available"))+':</label>\n        <select class="Rk-Edit-Type">\n          ',_.each(types,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.type===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+=" ",options.show_node_editor_description&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Description:"))+"</label>\n        ",__p+=options.show_node_editor_description_richtext?'\n            <div class="Rk-Edit-Description" contenteditable="true">'+(null==(__t=node.description)?"":__t)+"</div>\n        ":'\n            <textarea class="Rk-Edit-Description">'+(null==(__t=node.description)?"":__t)+"</textarea>\n        ",__p+="\n    </p>\n"),__p+=" ",options.show_node_editor_size&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Size:"))+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a>\n        <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Size-Value">'+__e(node.size)+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Up">+</a>\n    </p>\n'),__p+=" ",options.show_node_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_node_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">\n        '+__e(renkan.translate("Node color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: '+__e(node.color)+';">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(node.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(node.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n    </div>\n"),__p+=" ",options.show_node_editor_image&&(__p+='\n    <div class="Rk-Edit-ImgWrap">\n        <div class="Rk-Edit-ImgPreview">\n            <img src="'+__e(node.image||node.image_placeholder)+'" />\n            ',node.clip_path&&(__p+='\n                <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">\n                    <path style="stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;" d="'+__e(node.clip_path)+'" />\n                </svg>\n            '),__p+="\n        </div>\n    </div>\n    <p>\n        <label>"+__e(renkan.translate("Image URL:"))+'</label>\n        <div>\n            <a class="Rk-Edit-Image-Del" href="#"></a>\n            <input class="Rk-Edit-Image" type="text" value=\''+__e(node.image)+"' />\n        </div>\n    </p>\n",options.allow_image_upload&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Choose Image File:"))+'</label>\n        <input class="Rk-Edit-Image-File" type="file" accept="image/*" />\n    </p>\n')),__p+=" ",options.show_node_editor_creator&&node.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+=" ",options.change_shapes&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Shapes available"))+':</label>\n        <select class="Rk-Edit-Shape">\n          ',_.each(shapes,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.shape===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/nodeeditor_readonly.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+(null==(__t=node.title)?"":__t)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(node.uri)+'" target="_blank">'+__e(node.short_uri)+"</a>\n    </p>\n"),__p+=" ",options.show_node_tooltip_description&&(__p+='\n    <p class="Rk-Display-Description">'+(null==(__t=node.description)?"":__t)+"</p>\n"),__p+=" ",node.image&&options.show_node_tooltip_image&&(__p+='\n    <img class="Rk-Display-ImgPreview" src="'+__e(node.image)+'" />\n'),__p+=" ",node.has_creator&&options.show_node_tooltip_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+='\n    <a href="#?idNode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/nodeeditor_video.html"]=function(obj){obj||(obj={});var __p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(node.title)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n     <video width="320" height="240" controls>\n        <source src="'+__e(node.uri)+'" type="video/mp4">\n     </video> \n'),__p+='\n    <a href="#?idnode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/scene.html"]=function(obj){function print(){__p+=__j.call(arguments,"")}obj||(obj={});var __p="",__e=_.escape,__j=Array.prototype.join;with(obj)options.show_top_bar&&(__p+='\n    <div class="Rk-TopBar">\n        <div class="loader"></div>\n        ',__p+=options.editor_mode?'\n            <input type="text" class="Rk-PadTitle" value="'+__e(project.get("title")||"")+'" placeholder="'+__e(translate("Untitled project"))+'" />\n        ':'\n            <h2 class="Rk-PadTitle">\n                '+__e(project.get("title")||translate("Untitled project"))+"\n            </h2>\n        ",__p+="\n        ",options.show_user_list&&(__p+='\n            <div class="Rk-Users">\n                <div class="Rk-CurrentUser">\n                    ',options.show_user_color&&(__p+='\n                        <div class="Rk-Edit-ColorPicker-Wrapper">\n                            <span class="Rk-CurrentUser-Color">\n                            ',options.user_color_editable&&(__p+='\n                                <span class="Rk-Edit-ColorTip"></span>\n                            '),__p+="\n                            </span>\n                            ",options.user_color_editable&&print(colorPicker),__p+="\n                        </div>\n                    "),__p+='\n                    <span class="Rk-CurrentUser-Name">&lt;unknown user&gt;</span>\n                </div>\n                <ul class="Rk-UserList"></ul>\n            </div>\n        '),__p+="\n        ",options.home_button_url&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <a class="Rk-TopBar-Button Rk-Home-Button" href="'+__e(options.home_button_url)+'">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate(options.home_button_title))+"\n                    </div>\n                </div>\n            </a>\n        "),__p+="\n        ",options.show_fullscreen_button&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <div class="Rk-TopBar-Button Rk-FullScreen-Button">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate("Full Screen"))+"\n                    </div>\n                </div>\n            </div>\n        "),__p+="\n        ",options.editor_mode?(__p+="\n            ",options.show_addnode_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddNode-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Node"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_addedge_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddEdge-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Edge"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_save_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Save-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents"></div>\n                    </div>\n                </div>\n            '),__p+="\n            ",options.show_open_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Open-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Open Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_bookmarklet&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <a class="Rk-TopBar-Button Rk-Bookmarklet-Button" href="#">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Renkan 'Drag-to-Add' bookmarklet"))+'\n                        </div>\n                    </div>\n                </a>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "):(__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+'\n                        </div>\n                    </div>\n                </div>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "),__p+="\n        ",options.show_search_field&&(__p+='\n            <form action="#" class="Rk-GraphSearch-Form">\n                <input type="search" class="Rk-GraphSearch-Field" placeholder="'+__e(translate("Search in graph"))+'" />\n            </form>\n            <div class="Rk-TopBar-Separator"></div>\n        '),__p+="\n    </div>\n"),__p+='\n<div class="Rk-Editing-Space',options.show_top_bar||(__p+=" Rk-Editing-Space-Full"),__p+='">\n    <div class="Rk-Labels"></div>\n    <canvas class="Rk-Canvas" ',options.resize&&(__p+=' resize="" '),__p+=' ></canvas>\n    <div class="Rk-Notifications"></div>\n    <div class="Rk-Editor">\n        ',options.show_bins&&(__p+='\n            <div class="Rk-Fold-Bins">&laquo;</div>\n        '),__p+="\n        ",options.show_zoom&&(__p+='\n            <div class="Rk-ZoomButtons">\n                <div class="Rk-ZoomIn" title="'+__e(translate("Zoom In"))+'"></div>\n                <div class="Rk-ZoomFit" title="'+__e(translate("Zoom Fit"))+'"></div>\n                <div class="Rk-ZoomOut" title="'+__e(translate("Zoom Out"))+'"></div>\n                ',options.editor_mode&&options.save_view&&(__p+='\n                    <div class="Rk-ZoomSave" title="'+__e(translate("Save view"))+'"></div>\n                '),__p+="\n                ",options.save_view&&(__p+='\n                    <div class="Rk-ZoomSetSaved" title="'+__e(translate("View saved view"))+'"></div>\n                    ',options.hide_nodes&&(__p+='\n                	   <div class="Rk-ShowHiddenNodes" title="'+__e(translate("Show hidden nodes"))+'"></div>\n                    '),__p+="       \n                "),__p+="\n            </div>\n        "),__p+="\n    </div>\n</div>\n";return __p},this.renkanJST["templates/search.html"]=function(obj){obj||(obj={});var __t,__p="";_.escape;with(obj)__p+='<li class="'+(null==(__t=className)?"":__t)+'" data-key="'+(null==(__t=key)?"":__t)+'">'+(null==(__t=title)?"":__t)+"</li>";return __p},this.renkanJST["templates/wikipedia-bin/resulttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Wikipedia-Result Rk-Bin-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="Wikipedia: '+__e(title)+'"\n    data-description="'+__e(description)+'"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/wikipedia.png"))+'">\n\n    <img class="Rk-Wikipedia-Icon" src="'+__e(static_url)+'img/wikipedia.png">\n    <h4 class="Rk-Wikipedia-Title">\n        <a href="'+__e(url)+'" target="_blank">'+(null==(__t=htitle)?"":__t)+'</a>\n    </h4>\n    <p class="Rk-Wikipedia-Snippet">'+(null==(__t=hdescription)?"":__t)+"</p>\n</li>\n";return __p},function(a){"use strict";"object"!=typeof a.Rkns&&(a.Rkns={});var b=a.Rkns,c=b.$=a.jQuery,d=b._=a._;b.pickerColors=["#8f1919","#a80000","#d82626","#ff0000","#e87c7c","#ff6565","#f7d3d3","#fecccc","#8f5419","#a85400","#d87f26","#ff7f00","#e8b27c","#ffb265","#f7e5d3","#fee5cc","#8f8f19","#a8a800","#d8d826","#feff00","#e8e87c","#feff65","#f7f7d3","#fefecc","#198f19","#00a800","#26d826","#00ff00","#7ce87c","#65ff65","#d3f7d3","#ccfecc","#198f8f","#00a8a8","#26d8d8","#00feff","#7ce8e8","#65feff","#d3f7f7","#ccfefe","#19198f","#0000a8","#2626d8","#0000ff","#7c7ce8","#6565ff","#d3d3f7","#ccccfe","#8f198f","#a800a8","#d826d8","#ff00fe","#e87ce8","#ff65fe","#f7d3f7","#feccfe","#000000","#242424","#484848","#6d6d6d","#919191","#b6b6b6","#dadada","#ffffff"],b.__renkans=[];var e=b._BaseBin=function(a,c){if("undefined"!=typeof a){this.renkan=a,this.renkan.$.find(".Rk-Bin-Main").hide(),this.$=b.$("<li>").addClass("Rk-Bin").appendTo(a.$.find(".Rk-Bin-List")),this.title_icon_$=b.$("<span>").addClass("Rk-Bin-Title-Icon").appendTo(this.$);var d=this;b.$("<a>").attr({href:"#",title:a.translate("Close bin")}).addClass("Rk-Bin-Close").html("&times;").appendTo(this.$).click(function(){return d.destroy(),a.$.find(".Rk-Bin-Main:visible").length||a.$.find(".Rk-Bin-Main:last").slideDown(),a.resizeBins(),!1}),b.$("<a>").attr({href:"#",title:a.translate("Refresh bin")}).addClass("Rk-Bin-Refresh").appendTo(this.$).click(function(){return d.refresh(),!1}),this.count_$=b.$("<div>").addClass("Rk-Bin-Count").appendTo(this.$),this.title_$=b.$("<h2>").addClass("Rk-Bin-Title").appendTo(this.$),this.main_$=b.$("<div>").addClass("Rk-Bin-Main").appendTo(this.$).html('<h4 class="Rk-Bin-Loading">'+a.translate("Loading, please wait")+"</h4>"),this.title_$.html(c.title||"(new bin)"),this.renkan.resizeBins(),c.auto_refresh&&window.setInterval(function(){d.refresh()},c.auto_refresh)}};e.prototype.destroy=function(){this.$.detach(),this.renkan.resizeBins()};var f=b.Renkan=function(a){var e=this;b.__renkans.push(this),this.options=d.defaults(a,b.defaults,{templates:d.defaults(a.templates,renkanJST)||renkanJST,node_editor_templates:d.defaults(a.node_editor_templates,b.defaults.node_editor_templates)}),this.template=renkanJST["templates/main.html"];var f={};if(d.each(this.options.node_editor_templates,function(a,b){f[b]=e.options.templates[a],delete e.options.templates[a]}),this.options.node_editor_templates=f,d.each(this.options.property_files,function(a){b.$.getJSON(a,function(a){e.options.properties=e.options.properties.concat(a)})}),this.read_only=this.options.read_only||!this.options.editor_mode,this.router=new b.Router,this.project=new b.Models.Project,this.dataloader=new b.DataLoader.Loader(this.project,this.options),this.setCurrentUser=function(a,b){this.project.addUser({_id:a,title:b}),this.current_user=a,this.renderer.redrawUsers()},"undefined"!=typeof this.options.user_id&&(this.current_user=this.options.user_id),this.$=b.$("#"+this.options.container),this.$.addClass("Rk-Main").html(this.template(this)),this.tabs=[],this.search_engines=[],this.current_user_list=new b.Models.UsersList,this.current_user_list.on("add remove",function(){this.renderer&&this.renderer.redrawUsers()}),this.colorPicker=function(){var a=renkanJST["templates/colorpicker.html"];return'<ul class="Rk-Edit-ColorPicker">'+b.pickerColors.map(function(b){return a({c:b})}).join("")+"</ul>"}(),this.options.show_editor&&(this.renderer=new b.Renderer.Scene(this)),this.options.search.length){var g=renkanJST["templates/search.html"],h=this.$.find(".Rk-Search-List"),i=this.$.find(".Rk-Web-Search-Input"),j=this.$.find(".Rk-Web-Search-Form");d.each(this.options.search,function(a,c){b[a.type]&&b[a.type].Search&&e.search_engines.push(new b[a.type].Search(e,a))}),h.html(d(this.search_engines).map(function(a,b){return g({key:b,title:a.getSearchTitle(),className:a.getBgClass()})}).join("")),h.find("li").click(function(){var a=b.$(this);e.setSearchEngine(a.attr("data-key")),j.submit()}),j.submit(function(){if(i.val()){var a=e.search_engine;a.search(i.val())}return!1}),this.$.find(".Rk-Search-Current").mouseenter(function(){h.slideDown()}),this.$.find(".Rk-Search-Select").mouseleave(function(){h.hide()}),this.setSearchEngine(0)}else this.$.find(".Rk-Web-Search-Form").detach();d.each(this.options.bins,function(a){b[a.type]&&b[a.type].Bin&&e.tabs.push(new b[a.type].Bin(e,a))});var k=!1;this.$.find(".Rk-Bins").on("click",".Rk-Bin-Title,.Rk-Bin-Title-Icon",function(){var a=b.$(this).siblings(".Rk-Bin-Main");a.is(":hidden")&&(e.$.find(".Rk-Bin-Main").slideUp(),a.slideDown())}),this.options.show_editor&&this.$.find(".Rk-Bins").on("mouseover",".Rk-Bin-Item",function(a){
+var f=b.$(this);if(f&&c(f).attr("data-uri")){var g=e.project.get("nodes").where({uri:c(f).attr("data-uri")});d.each(g,function(a){e.renderer.highlightModel(a)})}}).mouseout(function(){e.renderer.unhighlightAll()}).on("mousemove",".Rk-Bin-Item",function(a){try{this.dragDrop()}catch(b){}}).on("touchstart",".Rk-Bin-Item",function(a){k=!1}).on("touchmove",".Rk-Bin-Item",function(a){a.preventDefault();var b=a.originalEvent.changedTouches[0],c=e.renderer.canvas_$.offset(),d=e.renderer.canvas_$.width(),f=e.renderer.canvas_$.height();if(b.pageX>=c.left&&b.pageX<c.left+d&&b.pageY>=c.top&&b.pageY<c.top+f)if(k)e.renderer.onMouseMove(b,!0);else{k=!0;var g=document.createElement("div");g.appendChild(this.cloneNode(!0)),e.renderer.dropData({"text/html":g.innerHTML},b),e.renderer.onMouseDown(b,!0)}}).on("touchend",".Rk-Bin-Item",function(a){k&&e.renderer.onMouseUp(a.originalEvent.changedTouches[0],!0),k=!1}).on("dragstart",".Rk-Bin-Item",function(a){var b=document.createElement("div");b.appendChild(this.cloneNode(!0));try{a.originalEvent.dataTransfer.setData("text/html",b.innerHTML)}catch(c){a.originalEvent.dataTransfer.setData("text",b.innerHTML)}}),b.$(window).resize(function(){e.resizeBins()});var l=!1,m="";this.$.find(".Rk-Bins-Search-Input").on("change keyup paste input",function(){var a=b.$(this).val();if(a!==m){var c=b.Utils.regexpFromTextOrArray(a.length>1?a:null);c.source!==l&&(l=c.source,d.each(e.tabs,function(a){a.render(c)}))}}),this.$.find(".Rk-Bins-Search-Form").submit(function(){return!1})};f.prototype.translate=function(a){return b.i18n[this.options.language]&&b.i18n[this.options.language][a]?b.i18n[this.options.language][a]:this.options.language.length>2&&b.i18n[this.options.language.substr(0,2)]&&b.i18n[this.options.language.substr(0,2)][a]?b.i18n[this.options.language.substr(0,2)][a]:a},f.prototype.onStatusChange=function(){this.renderer.onStatusChange()},f.prototype.setSearchEngine=function(a){this.search_engine=this.search_engines[a],this.$.find(".Rk-Search-Current").attr("class","Rk-Search-Current "+this.search_engine.getBgClass());for(var b=this.search_engine.getBgClass().split(" "),c="",d=0;d<b.length;d++)c+="."+b[d];this.$.find(".Rk-Web-Search-Input.Rk-Search-Input").attr("placeholder",this.translate("Search in ")+this.$.find(".Rk-Search-List "+c).html())},f.prototype.resizeBins=function(){var a=+this.$.find(".Rk-Bins-Head").outerHeight();this.$.find(".Rk-Bin-Title:visible").each(function(){a+=b.$(this).outerHeight()}),this.$.find(".Rk-Bin-Main").css({height:this.$.find(".Rk-Bins").height()-a})};var g=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)})};b.Utils={getUUID4:g,getUID:function(){function a(a){return 10>a?"0"+a:a}var b=new Date,c=0,d=b.getUTCFullYear()+"-"+a(b.getUTCMonth()+1)+"-"+a(b.getUTCDate())+"-"+g();return function(a){for(var b=(++c).toString(16),e="undefined"==typeof a?"":a+"-";b.length<4;)b="0"+b;return e+d+"-"+b}}(),getFullURL:function(a){if("undefined"==typeof a||null==a)return"";if(/https?:\/\//.test(a))return a;var b=new Image;b.src=a;var c=b.src;return b.src=null,c},inherit:function(a,b){var c=function(c){"function"==typeof b&&b.apply(this,Array.prototype.slice.call(arguments,0)),a.apply(this,Array.prototype.slice.call(arguments,0)),"function"!=typeof this._init||this._initialized||(this._init.apply(this,Array.prototype.slice.call(arguments,0)),this._initialized=!0)};return d.extend(c.prototype,a.prototype),c},regexpFromTextOrArray:function(){function a(a){function b(a){return function(b,c){a=a.replace(h[b],c)}}for(var e=a.toLowerCase().replace(g,""),i="",j=0;j<e.length;j++){j&&(i+=f+"*");var k=e[j];d.each(c,b(k)),i+=k}return i}function b(c){switch(typeof c){case"string":return a(c);case"object":var e="";return d.each(c,function(a){var c=b(a);c&&(e&&(e+="|"),e+=c)}),e}return""}var c=["[aáàâä]","[cç]","[eéèêë]","[iíìîï]","[oóòôö]","[uùûü]"],e=[String.fromCharCode(768),String.fromCharCode(769),String.fromCharCode(770),String.fromCharCode(771),String.fromCharCode(807),"{","}","(",")","[","]","【","】","、","・","‥","。","「","」","『","』","〜",":","!","?"," ",","," ",";","(",")",".","*","+","\\","?","|","{","}","[","]","^","#","/"],f="[\\"+e.join("\\")+"]",g=new RegExp(f,"gm"),h=d.map(c,function(a){return new RegExp(a)});return function(a){var c=b(a);if(c){var d=new RegExp(c,"im"),e=new RegExp("("+c+")","igm");return{isempty:!1,source:c,test:function(a){return d.test(a)},replace:function(a,b){return a.replace(e,b)}}}return{isempty:!0,source:"",test:function(){return!0},replace:function(a){return text}}}}(),_MIN_DRAG_DISTANCE:2,_NODE_BUTTON_WIDTH:40,_EDGE_BUTTON_INNER:2,_EDGE_BUTTON_OUTER:40,_CLICKMODE_ADDNODE:1,_CLICKMODE_STARTEDGE:2,_CLICKMODE_ENDEDGE:3,_NODE_SIZE_STEP:Math.LN2/4,_MIN_SCALE:.05,_MAX_SCALE:20,_MOUSEMOVE_RATE:80,_DOUBLETAP_DELAY:800,_DOUBLETAP_DISTANCE:400,_USER_PLACEHOLDER:function(a){return{color:a.options.default_user_color,title:a.translate("(unknown user)"),get:function(a){return this[a]||!1}}},_BOOKMARKLET_CODE:function(a){return"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\">"+a.translate("Drag items from this website, drop them in Renkan").replace(/ /g,"_")+"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\/\\/[^\\/]*twitter\\.com\\//,s:'.tweet',n:'twitter'},{r:/https?:\\/\\/[^\\/]*google\\.[^\\/]+\\//,s:'.g',n:'google'},{r:/https?:\\/\\/[^\\/]*lemonde\\.fr\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();"},shortenText:function(a,b){return a.length>b?a.substr(0,b)+"…":a},drawEditBox:function(a,b,c,d,e){e.css({width:a.tooltip_width-2*a.tooltip_padding});var f=e.outerHeight()+2*a.tooltip_padding,g=b.x<paper.view.center.x?1:-1,h=b.x+g*(d+a.tooltip_arrow_length),i=b.x+g*(d+a.tooltip_arrow_length+a.tooltip_width),j=b.y-f/2;j+f>paper.view.size.height-a.tooltip_margin&&(j=Math.max(paper.view.size.height-a.tooltip_margin,b.y+a.tooltip_arrow_width/2)-f),j<a.tooltip_margin&&(j=Math.min(a.tooltip_margin,b.y-a.tooltip_arrow_width/2));var k=j+f;return c.segments[0].point=c.segments[7].point=b.add([g*d,0]),c.segments[1].point.x=c.segments[2].point.x=c.segments[5].point.x=c.segments[6].point.x=h,c.segments[3].point.x=c.segments[4].point.x=i,c.segments[2].point.y=c.segments[3].point.y=j,c.segments[4].point.y=c.segments[5].point.y=k,c.segments[1].point.y=b.y-a.tooltip_arrow_width/2,c.segments[6].point.y=b.y+a.tooltip_arrow_width/2,c.fillColor=new paper.Color(new paper.Gradient([a.tooltip_top_color,a.tooltip_bottom_color]),[0,j],[0,k]),e.css({left:a.tooltip_padding+Math.min(h,i),top:a.tooltip_padding+j}),c},increaseBrightness:function(a,b){a=a.replace(/^\s*#|\s*$/g,""),3===a.length&&(a=a.replace(/(.)/g,"$1$1"));var c=parseInt(a.substr(0,2),16),d=parseInt(a.substr(2,2),16),e=parseInt(a.substr(4,2),16);return"#"+(0|256+c+(256-c)*b/100).toString(16).substr(1)+(0|256+d+(256-d)*b/100).toString(16).substr(1)+(0|256+e+(256-e)*b/100).toString(16).substr(1)}}}(window),function(a){"use strict";var b=a.Backbone;a.Rkns.Router=b.Router.extend({routes:{"":"index"},index:function(a){var b={};null!==a&&a.split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),this.trigger("router",b)}})}(window),function(a){"use strict";var b=a.Rkns.DataLoader={converters:{from1to2:function(a){var b,c;if("undefined"!=typeof a.nodes)for(b=0,c=a.nodes.length;c>b;b++){var d=a.nodes[b];d.color?d.style={color:d.color}:d.style={}}if("undefined"!=typeof a.edges)for(b=0,c=a.edges.length;c>b;b++){var e=a.edges[b];e.color?e.style={color:e.color}:e.style={}}return a.schema_version="2",a}}};b.Loader=function(a,c){this.project=a,this.dataConverters=_.defaults(c.converters||{},b.converters)},b.Loader.prototype.convert=function(a){var b=this.project.getSchemaVersion(a),c=this.project.getSchemaVersion();if(b!==c){var d="from"+b+"to"+c;"function"==typeof this.dataConverters[d]&&(a=this.dataConverters[d](a))}return a},b.Loader.prototype.load=function(a){this.project.set(this.convert(a),{validate:!0})}}(window),function(a){"use strict";var b=a.Backbone,c=a.Rkns.Models={};c.getUID=function(a){var b="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)});return"undefined"!=typeof a?a.type+"-"+b:b};var d=b.RelationalModel.extend({idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"",a.description=a.description||"",a.uri=a.uri||"","function"==typeof this.prepare&&(a=this.prepare(a))),b.RelationalModel.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},addReference:function(a,b,c,d,e){var f=c.get(d);"undefined"==typeof f&&"undefined"!=typeof e?a[b]=e:a[b]=f}}),e=c.User=d.extend({type:"user",prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color")}}}),f=c.Node=d.extend({type:"node",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),position:this.get("position"),image:this.get("image"),style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,size:this.get("size"),clip_path:this.get("clip_path"),shape:this.get("shape"),type:this.get("type")}}}),g=c.Edge=d.extend({type:"edge",relations:[{type:b.HasOne,key:"created_by",relatedModel:e},{type:b.HasOne,key:"from",relatedModel:f},{type:b.HasOne,key:"to",relatedModel:f}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),this.addReference(a,"from",b.get("nodes"),a.from),this.addReference(a,"to",b.get("nodes"),a.to),a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),from:this.get("from")?this.get("from").get("_id"):null,to:this.get("to")?this.get("to").get("_id"):null,style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null}}}),h=c.View=d.extend({type:"view",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;if(this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"","undefined"!=typeof a.offset){var c={};Array.isArray(a.offset)?(c.x=a.offset[0],c.y=a.offset.length>1?a.offset[1]:a.offset[0]):null!=a.offset.x&&(c.x=a.offset.x,c.y=a.offset.y),a.offset=c}return a},toJSON:function(){return{_id:this.get("_id"),zoom_level:this.get("zoom_level"),offset:this.get("offset"),title:this.get("title"),description:this.get("description"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,hidden_nodes:this.get("hidden_nodes")}}}),i=(c.Project=d.extend({schema_version:"2",type:"project",blacklist:["saveStatus","loadingStatus"],relations:[{type:b.HasMany,key:"users",relatedModel:e,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"nodes",relatedModel:f,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"edges",relatedModel:g,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"views",relatedModel:h,reverseRelation:{key:"project",includeInJSON:"_id"}}],addUser:function(a,b){a.project=this;var c=e.findOrCreate(a);return this.get("users").push(c,b),c},addNode:function(a,b){a.project=this;var c=f.findOrCreate(a);return this.get("nodes").push(c,b),c},addEdge:function(a,b){a.project=this;var c=g.findOrCreate(a);return this.get("edges").push(c,b),c},addView:function(a,b){a.project=this;var c=h.findOrCreate(a);return this.get("views").push(c,b),c},removeNode:function(a){this.get("nodes").remove(a)},removeEdge:function(a){this.get("edges").remove(a)},validate:function(a){var b=this;_.each([].concat(a.users,a.nodes,a.edges,a.views),function(a){a&&(a.project=b)})},getSchemaVersion:function(a){var b=a;"undefined"==typeof b&&(b=this);var c=b.schema_version;return c?c:1},initialize:function(){var a=this;this.on("remove:nodes",function(b){a.get("edges").remove(a.get("edges").filter(function(a){return a.get("from")===b||a.get("to")===b}))})},toJSON:function(){var a=_.clone(this.attributes);for(var c in a)(a[c]instanceof b.Model||a[c]instanceof b.Collection||a[c]instanceof d)&&(a[c]=a[c].toJSON());return _.omit(a,this.blacklist)}}),c.RosterUser=b.Model.extend({type:"roster_user",idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"(untitled "+this.type+")",a.description=a.description||"",a.uri=a.uri||"",a.project=a.project||null,a.site_id=a.site_id||0,"function"==typeof this.prepare&&(a=this.prepare(a))),b.Model.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color"),project:null!=this.get("project")?this.get("project").get("id"):null,site_id:this.get("site_id")}}}));c.UsersList=b.Collection.extend({model:i})}(window),Rkns.defaults={language:navigator.language||navigator.userLanguage||"en",container:"renkan",search:[],bins:[],static_url:"",popup_editor:!0,editor_panel:"editor-panel",show_bins:!0,properties:[],show_editor:!0,read_only:!1,editor_mode:!0,manual_save:!1,show_top_bar:!0,default_user_color:"#303030",size_bug_fix:!1,force_resize:!1,allow_double_click:!0,zoom_on_scroll:!0,element_delete_delay:0,autoscale_padding:50,resize:!0,show_zoom:!0,save_view:!0,default_view:!1,default_index_view:-1,update_url:!0,show_search_field:!0,show_user_list:!0,user_name_editable:!0,user_color_editable:!0,show_user_color:!0,show_save_button:!0,show_export_button:!0,show_open_button:!1,show_addnode_button:!0,show_addedge_button:!0,show_bookmarklet:!0,show_fullscreen_button:!0,home_button_url:!1,home_button_title:"Home",show_minimap:!0,minimap_width:160,minimap_height:120,minimap_padding:20,minimap_background_color:"#ffffff",minimap_border_color:"#cccccc",minimap_highlight_color:"#ffff00",minimap_highlight_weight:5,buttons_background:"#202020",buttons_label_color:"#c000c0",buttons_label_font_size:9,ghost_opacity:.3,default_dash_array:[4,5],show_node_circles:!0,clip_node_images:!0,node_images_fill_mode:!1,node_size_base:25,node_stroke_width:2,node_stroke_max_width:12,selected_node_stroke_width:4,selected_node_stroke_max_width:24,node_stroke_witdh_scale:5,node_fill_color:"#ffffff",highlighted_node_fill_color:"#ffff00",node_label_distance:5,node_label_max_length:60,label_untitled_nodes:"(untitled)",hide_nodes:!0,change_shapes:!0,change_types:!0,node_editor_templates:{"default":"templates/nodeeditor_readonly.html",video:"templates/nodeeditor_video.html"},edge_stroke_width:2,edge_stroke_max_width:12,selected_edge_stroke_width:4,selected_edge_stroke_max_width:24,edge_stroke_witdh_scale:5,edge_label_distance:0,edge_label_max_length:20,edge_arrow_length:18,edge_arrow_width:12,edge_arrow_max_width:32,edge_gap_in_bundles:12,label_untitled_edges:"",tooltip_width:275,tooltip_padding:10,tooltip_margin:15,tooltip_arrow_length:20,tooltip_arrow_width:40,tooltip_top_color:"#f0f0f0",tooltip_bottom_color:"#d0d0d0",tooltip_border_color:"#808080",tooltip_border_width:1,tooltip_opacity:.8,richtext_editor_config:{toolbarGroups:[{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"clipboard",groups:["clipboard","undo"]},"/",{name:"styles"}],removePlugins:"colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates"},show_node_editor_uri:!0,show_node_editor_title:!0,show_node_editor_title_richtext:!0,show_node_editor_description:!0,show_node_editor_description_richtext:!0,show_node_editor_size:!0,show_node_editor_style:!0,show_node_editor_style_color:!0,show_node_editor_style_dash:!0,show_node_editor_style_thickness:!0,show_node_editor_image:!0,show_node_editor_creator:!0,allow_image_upload:!0,uploaded_image_max_kb:500,show_node_tooltip_uri:!0,show_node_tooltip_description:!0,show_node_tooltip_color:!0,show_node_tooltip_image:!0,show_node_tooltip_creator:!0,show_edge_editor_uri:!0,show_edge_editor_style:!0,show_edge_editor_style_color:!0,show_edge_editor_style_dash:!0,show_edge_editor_style_thickness:!0,show_edge_editor_style_arrow:!0,show_edge_editor_direction:!0,show_edge_editor_nodes:!0,show_edge_editor_creator:!0,show_edge_tooltip_uri:!0,show_edge_tooltip_color:!0,show_edge_tooltip_nodes:!0,show_edge_tooltip_creator:!0},Rkns.i18n={fr:{"Edit Node":"Édition d’un nœud","Edit Edge":"Édition d’un lien","Title:":"Titre :","URI:":"URI :","Description:":"Description :","From:":"De :","To:":"Vers :",Image:"Image","Image URL:":"URL d'Image","Choose Image File:":"Choisir un fichier image","Full Screen":"Mode plein écran","Add Node":"Ajouter un nœud","Add Edge":"Ajouter un lien","Save Project":"Enregistrer le projet","Open Project":"Ouvrir un projet","Auto-save enabled":"Enregistrement automatique activé","Connection lost":"Connexion perdue","Created by:":"Créé par :","Zoom In":"Agrandir l’échelle","Zoom Out":"Rapetisser l’échelle",Edit:"Éditer",Remove:"Supprimer","Cancel deletion":"Annuler la suppression","Link to another node":"Créer un lien",Enlarge:"Agrandir",Shrink:"Rétrécir","Click on the background canvas to add a node":"Cliquer sur le fond du graphe pour rajouter un nœud","Click on a first node to start the edge":"Cliquer sur un premier nœud pour commencer le lien","Click on a second node to complete the edge":"Cliquer sur un second nœud pour terminer le lien",Wikipedia:"Wikipédia","Wikipedia in ":"Wikipédia en ",French:"Français",English:"Anglais",Japanese:"Japonais","Untitled project":"Projet sans titre","Lignes de Temps":"Lignes de Temps","Loading, please wait":"Chargement en cours, merci de patienter","Edge color:":"Couleur :","Dash:":"Point. :","Thickness:":"Epaisseur :","Arrow:":"Flèche :","Node color:":"Couleur :","Choose color":"Choisir une couleur","Change edge direction":"Changer le sens du lien","Do you really wish to remove node ":"Voulez-vous réellement supprimer le nœud ","Do you really wish to remove edge ":"Voulez-vous réellement supprimer le lien ","This file is not an image":"Ce fichier n'est pas une image","Image size must be under ":"L'image doit peser moins de ","Size:":"Taille :",KB:"ko","Choose from vocabulary:":"Choisir dans un vocabulaire :","SKOS Documentation properties":"SKOS: Propriétés documentaires","has note":"a pour note","has example":"a pour exemple","has definition":"a pour définition","SKOS Semantic relations":"SKOS: Relations sémantiques","has broader":"a pour concept plus large","has narrower":"a pour concept plus étroit","has related":"a pour concept apparenté","Dublin Core Metadata":"Métadonnées Dublin Core","has contributor":"a pour contributeur",covers:"couvre","created by":"créé par","has date":"a pour date","published by":"édité par","has source":"a pour source","has subject":"a pour sujet","Dragged resource":"Ressource glisée-déposée","Search the Web":"Rechercher en ligne","Search in Bins":"Rechercher dans les chutiers","Close bin":"Fermer le chutier","Refresh bin":"Rafraîchir le chutier","(untitled)":"(sans titre)","Select contents:":"Sélectionner des contenus :","Drag items from this website, drop them in Renkan":"Glissez des éléments de ce site web vers Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.":"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan","Shapes available":"Formes disponibles",Circle:"Cercle",Square:"Carré",Diamond:"Losange",Hexagone:"Hexagone",Ellipse:"Ellipse",Star:"Étoile",Cloud:"Nuage",Triangle:"Triangle","Zoom Fit":"Ajuster le Zoom","Download Project":"Télécharger le projet","Save view":"Sauver la vue","View saved view":"Restaurer la Vue","Renkan 'Drag-to-Add' bookmarklet":"Renkan 'Deplacer-Pour-Ajouter' Signet","(unknown user)":"(non authentifié)","<unknown user>":"<non authentifié>","Search in graph":"Rechercher dans carte","Search in ":"Chercher dans "}},Rkns.jsonIO=function(a,b){var c=a.project;"undefined"==typeof b.http_method&&(b.http_method="PUT");var d=function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0}),Rkns.$.getJSON(b.url,function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0})},e=function(){c.set({saveStatus:2});var d=c.toJSON();a.read_only||Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(d),success:function(a,b,d){c.set({saveStatus:0})}})},f=Rkns._.throttle(function(){setTimeout(e,100)},1e3);c.on("add:nodes add:edges add:users add:views",function(a){a.on("change remove",function(a){f()}),f()}),c.on("change",function(){1===c.changedAttributes.length&&c.hasChanged("saveStatus")||f()}),d()},Rkns.jsonIOSaveOnClick=function(a,b){var c=a.project,d=!1,e=function(){return"Project not saved"};"undefined"==typeof b.http_method&&(b.http_method="POST");var f=function(){var d={},e=/id=([^&#?=]+)/,f=document.location.hash.match(e);f&&(d.id=f[1]),Rkns.$.ajax({url:b.url,data:d,beforeSend:function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0})},success:function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0}})},g=function(){c.set("saved_at",new Date);var a=c.toJSON();Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(a),beforeSend:function(){c.set({saveStatus:2})},success:function(a,b,f){$(window).off("beforeunload",e),d=!1,c.set({saveStatus:0})}})},h=function(){c.set({saveStatus:1});var a=c.get("title");a&&c.get("nodes").length?$(".Rk-Save-Button").removeClass("disabled"):$(".Rk-Save-Button").addClass("disabled"),a&&$(".Rk-PadTitle").css("border-color","#333333"),d||(d=!0,$(window).on("beforeunload",e))};f(),c.on("add:nodes add:edges add:users change",function(a){a.on("change remove",function(a){1===a.changedAttributes.length&&a.hasChanged("saveStatus")||h()}),1===c.changedAttributes.length&&c.hasChanged("saveStatus")||h()}),a.renderer.save=function(){$(".Rk-Save-Button").hasClass("disabled")?c.get("title")||$(".Rk-PadTitle").css("border-color","#ff0000"):g()}},function(a){"use strict";var b=a._,c=a.Ldt={},d=(c.Bin=function(a,b){if(b.ldt_type){var d=c[b.ldt_type+"Bin"];if(d)return new d(a,b)}console.error("No such LDT Bin Type")},c.ProjectBin=a.Utils.inherit(a._BaseBin));d.prototype.tagTemplate=renkanJST["templates/ldtjson-bin/tagtemplate.html"],d.prototype.annotationTemplate=renkanJST["templates/ldtjson-bin/annotationtemplate.html"],d.prototype._init=function(a,b){this.renkan=a,this.proj_id=b.project_id,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.title_$.html(b.title),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},d.prototype.render=function(c){function d(a){var c=b(a).escape();return f.isempty?c:f.replace(c,"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}var f=c||a.Utils.regexpFromTextOrArray(),g="<li><h3>Tags</h3></li>",h=this.data.meta["dc:title"],i=this,j=0;i.title_$.text('LDT Project: "'+h+'"'),b.map(i.data.tags,function(a){var b=a.meta["dc:title"];(f.isempty||f.test(b))&&(j++,g+=i.tagTemplate({ldt_platform:i.ldt_platform,title:b,htitle:d(b),encodedtitle:encodeURIComponent(b),static_url:i.renkan.options.static_url}))}),g+="<li><h3>Annotations</h3></li>",b.map(i.data.annotations,function(a){var b=a.content.description,c=a.content.title.replace(b,"");if(f.isempty||f.test(c)||f.test(b)){j++;var h=a.end-a.begin,k=a.content&&a.content.img&&a.content.img.src?a.content.img.src:h?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";g+=i.annotationTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(a.begin),end:e(a.end),duration:e(h),mediaid:a.media,annotationid:a.id,image:k,static_url:i.renkan.options.static_url})}}),this.main_$.html(g),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()},d.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/ldt/cljson/id/"+this.proj_id,dataType:"jsonp",success:function(a){b.data=a,b.render()}})};var e=c.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"};e.prototype.getBgClass=function(){return"Rk-Ldt-Icon"},e.prototype.getSearchTitle=function(){return this.renkan.translate("Lignes de Temps")},e.prototype.search=function(a){this.renkan.tabs.push(new f(this.renkan,{search:a}))};var f=c.ResultsBin=a.Utils.inherit(a._BaseBin);f.prototype.segmentTemplate=renkanJST["templates/ldtjson-bin/segmenttemplate.html"],f.prototype._init=function(a,b){this.renkan=a,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.max_results=b.max_results||50,this.search=b.search,this.title_$.html('Lignes de Temps: "'+b.search+'"'),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},f.prototype.render=function(c){function d(a){return g.replace(b(a).escape(),"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}if(this.data){var f=c||a.Utils.regexpFromTextOrArray(),g=f.isempty?a.Utils.regexpFromTextOrArray(this.search):f,h="",i=this,j=0;b.each(this.data.objects,function(a){var b=a["abstract"],c=a.title;if(f.isempty||f.test(c)||f.test(b)){j++;var g=a.duration,k=a.start_ts,l=+a.duration+k,m=g?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";h+=i.segmentTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(k),end:e(l),duration:e(g),mediaid:a.iri_id,annotationid:a.element_id,image:m})}}),this.main_$.html(h),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()}},f.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/api/ldt/1.0/segments/search/",data:{format:"jsonp",q:this.search,limit:this.max_results},dataType:"jsonp",success:function(a){b.data=a,b.render()}})}}(window.Rkns),Rkns.ResourceList={},Rkns.ResourceList.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.ResourceList.Bin.prototype.resultTemplate=renkanJST["templates/list-bin.html"],Rkns.ResourceList.Bin.prototype._init=function(a,b){this.renkan=a,this.title_$.html(b.title),b.list&&(this.data=b.list),this.refresh()},Rkns.ResourceList.Bin.prototype.render=function(a){function b(a){var b=_(a).escape();return c.isempty?b:c.replace(b,"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d="",e=this,f=0;Rkns._.each(this.data,function(a){var g;if("string"==typeof a)if(/^(https?:\/\/|www)/.test(a))g={url:a};else{g={title:a.replace(/[:,]?\s?(https?:\/\/|www)[\d\w\/.&?=#%-_]+\s?/,"").trim()};var h=a.match(/(https?:\/\/|www)[\d\w\/.&?=#%-_]+/);h&&(g.url=h[0]),g.title.length>80&&(g.description=g.title,g.title=g.title.replace(/^(.{30,60})\s.+$/,"$1…"))}else g=a;var i=g.title||(g.url||"").replace(/^https?:\/\/(www\.)?/,"").replace(/^(.{40}).+$/,"$1…"),j=g.url||"",k=g.description||"",l=g.image||"";j&&!/^https?:\/\//.test(j)&&(j="http://"+j),(c.isempty||c.test(i)||c.test(k))&&(f++,d+=e.resultTemplate({url:j,title:i,htitle:b(i),image:l,description:k,hdescription:b(k),static_url:e.renkan.options.static_url}))}),e.main_$.html(d),!c.isempty&&f?this.count_$.text(f).show():this.count_$.hide(),c.isempty||f?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.ResourceList.Bin.prototype.refresh=function(){this.data&&this.render()},Rkns.Wikipedia={},Rkns.Wikipedia.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"},Rkns.Wikipedia.Search.prototype.getBgClass=function(){return"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-"+this.lang},Rkns.Wikipedia.Search.prototype.getSearchTitle=function(){var a={fr:"French",en:"English",ja:"Japanese"};return a[this.lang]?this.renkan.translate("Wikipedia in ")+this.renkan.translate(a[this.lang]):this.renkan.translate("Wikipedia")+" ["+this.lang+"]"},Rkns.Wikipedia.Search.prototype.search=function(a){this.renkan.tabs.push(new Rkns.Wikipedia.Bin(this.renkan,{lang:this.lang,search:a}))},Rkns.Wikipedia.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.Wikipedia.Bin.prototype.resultTemplate=renkanJST["templates/wikipedia-bin/resulttemplate.html"],Rkns.Wikipedia.Bin.prototype._init=function(a,b){this.renkan=a,this.search=b.search,this.lang=b.lang||"en",this.title_icon_$.addClass("Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-"+this.lang),this.title_$.html(this.search).addClass("Rk-Wikipedia-Title"),this.refresh()},Rkns.Wikipedia.Bin.prototype.render=function(a){function b(a){return d.replace(_(a).escape(),"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d=c.isempty?Rkns.Utils.regexpFromTextOrArray(this.search):c,e="",f=this,g=0;Rkns._.each(this.data.query.search,function(a){var d=a.title,h="http://"+f.lang+".wikipedia.org/wiki/"+encodeURI(d.replace(/ /g,"_")),i=Rkns.$("<div>").html(a.snippet).text();(c.isempty||c.test(d)||c.test(i))&&(g++,e+=f.resultTemplate({url:h,title:d,htitle:b(d),description:i,hdescription:b(i),static_url:f.renkan.options.static_url}))}),f.main_$.html(e),!c.isempty&&g?this.count_$.text(g).show():this.count_$.hide(),c.isempty||g?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.Wikipedia.Bin.prototype.refresh=function(){var a=this;Rkns.$.ajax({url:"http://"+a.lang+".wikipedia.org/w/api.php?action=query&list=search&srsearch="+encodeURIComponent(this.search)+"&format=json",dataType:"jsonp",success:function(b){a.data=b,a.render()}})},define("renderer/baserepresentation",["jquery","underscore"],function(a,b){"use strict";var c=function(a,c){if("undefined"!=typeof a&&(this.renderer=a,this.renkan=a.renkan,this.project=a.renkan.project,this.options=a.renkan.options,this.model=c,this.model)){var d=this;this._changeBinding=function(){d.redraw({change:!0})},this._removeBinding=function(){a.removeRepresentation(d),b.defer(function(){a.redraw()})},this._selectBinding=function(){d.select()},this._unselectBinding=function(){d.unselect()},this.model.on("change",this._changeBinding),
+this.model.on("remove",this._removeBinding),this.model.on("select",this._selectBinding),this.model.on("unselect",this._unselectBinding)}};return b(c.prototype).extend({_super:function(a){return c.prototype[a].apply(this,Array.prototype.slice.call(arguments,1))},redraw:function(){},moveTo:function(){},show:function(){return"BaseRepresentation.show"},hide:function(){},select:function(){this.model&&this.model.trigger("selected")},unselect:function(){this.model&&this.model.trigger("unselected")},highlight:function(){},unhighlight:function(){},mousedown:function(){},mouseup:function(){this.model&&this.model.trigger("clicked")},destroy:function(){this.model&&(this.model.off("change",this._changeBinding),this.model.off("remove",this._removeBinding),this.model.off("select",this._selectBinding),this.model.off("unselect",this._unselectBinding))}}).value(),c}),define("requtils",[],function(a,b){"use strict";return{getUtils:function(){return window.Rkns.Utils},getRenderer:function(){return window.Rkns.Renderer}}}),define("renderer/basebutton",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({moveTo:function(a){this.sector.moveTo(a)},show:function(){this.sector.show()},hide:function(){this.sector&&this.sector.hide()},select:function(){this.sector.select()},unselect:function(a){this.sector.unselect(),(!a||a!==this.source_representation&&a.source_representation!==this.source_representation)&&this.source_representation.unselect()},destroy:function(){this.sector.destroy()}}).value(),f}),define("renderer/shapebuilder",[],function(){"use strict";var a="M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z",b={circle:{getShape:function(){return new paper.Path.Circle([0,0],1)},getImageShape:function(a,b){return new paper.Path.Circle(a,b)}},rectangle:{getShape:function(){return new paper.Path.Rectangle([-2,-2],[2,2])},getImageShape:function(a,b){return new paper.Path.Rectangle([-b,-b],[2*b,2*b])}},ellipse:{getShape:function(){return new paper.Path.Ellipse(new paper.Rectangle([-2,-1],[2,1]))},getImageShape:function(a,b){return new paper.Path.Ellipse(new paper.Rectangle([-b,-b/2],[2*b,b]))}},polygon:{getShape:function(){return new paper.Path.RegularPolygon([0,0],6,1)},getImageShape:function(a,b){return new paper.Path.RegularPolygon(a,6,b)}},diamond:{getShape:function(){var a=new paper.Path.Rectangle([-Math.SQRT2,-Math.SQRT2],[Math.SQRT2,Math.SQRT2]);return a.rotate(45),a},getImageShape:function(a,b){var c=new paper.Path.Rectangle([-b*Math.SQRT2/2,-b*Math.SQRT2/2],[b*Math.SQRT2,b*Math.SQRT2]);return c.rotate(45),c}},star:{getShape:function(){return new paper.Path.Star([0,0],8,1,.7)},getImageShape:function(a,b){return new paper.Path.Star(a,8,1*b,.7*b)}},cloud:{getShape:function(){var b=new paper.Path(a);return b},getImageShape:function(b,c){var d=new paper.Path(a);return d.scale(c),d.translate(b),d}},triangle:{getShape:function(){return new paper.Path.RegularPolygon([0,0],3,1)},getImageShape:function(a,b){var c=new paper.Path.RegularPolygon([0,0],3,1);return c.scale(b),c.translate(a),c}},svg:function(a){return{getShape:function(){return new paper.Path(a)},getImageShape:function(a,b){return new paper.Path}}}},c=function(a){return(null===a||"undefined"==typeof a)&&(a="circle"),"svg:"===a.substr(0,4)?b.svg(a.substr(4)):(a in b||(a="circle"),b[a])};return c.builders=b,c}),define("renderer/noderepr",["jquery","underscore","requtils","renderer/baserepresentation","renderer/shapebuilder"],function(a,b,c,d,e){"use strict";var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){if(this.renderer.node_layer.activate(),this.type="Node",this.buildShape(),this.hidden=!1,this.ghost=!1,this.options.show_node_circles?(this.circle.strokeWidth=this.options.node_stroke_width,this.h_ratio=1):this.h_ratio=0,this.title=a('<div class="Rk-Label">').appendTo(this.renderer.labels_$),this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.NodeEditButton(this.renderer,null),new b.NodeRemoveButton(this.renderer,null),new b.NodeLinkButton(this.renderer,null),new b.NodeEnlargeButton(this.renderer,null),new b.NodeShrinkButton(this.renderer,null)],this.options.hide_nodes&&this.normal_buttons.push(new b.NodeHideButton(this.renderer,null),new b.NodeShowButton(this.renderer,null)),this.pending_delete_buttons=[new b.NodeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.last_circle_radius=1,this.renderer.minimap&&(this.renderer.minimap.node_layer.activate(),this.minimap_circle=new paper.Path.Circle([0,0],1),this.minimap_circle.__representation=this.renderer.minimap.miniframe.__representation,this.renderer.minimap.node_group.addChild(this.minimap_circle))},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.node_stroke_width+(a-1)*(this.options.node_stroke_max_width-this.options.node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_node_stroke_width+(a-1)*(this.options.selected_node_stroke_max_width-this.options.selected_node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},buildShape:function(){"shape"in this.model.changed&&delete this.img,this.circle&&(this.circle.remove(),delete this.circle),this.shapeBuilder=new e(this.model.get("shape")),this.circle=this.shapeBuilder.getShape(),this.circle.__representation=this,this.circle.sendToBack(),this.last_circle_radius=1},redraw:function(a){"shape"in this.model.changed&&"change"in a&&a.change&&this.buildShape();var c=new paper.Point(this.model.get("position")),d=this.options.node_size_base*Math.exp((this.model.get("size")||0)*f._NODE_SIZE_STEP);this.is_dragging&&this.paper_coords||(this.paper_coords=this.renderer.toPaperCoords(c)),this.circle_radius=d*this.renderer.view.scale,this.last_circle_radius!==this.circle_radius&&(this.all_buttons.forEach(function(a){a.setSectorSize()}),this.circle.scale(this.circle_radius/this.last_circle_radius),this.node_image&&this.node_image.scale(this.circle_radius/this.last_circle_radius)),this.circle.position=this.paper_coords,this.node_image&&(this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius))),this.last_circle_radius=this.circle_radius;var e=this.active_buttons,g=1;this.model.get("delete_scheduled")?(g=.5,this.active_buttons=this.pending_delete_buttons,this.circle.dashArray=[2,2]):(g=1,this.active_buttons=this.normal_buttons,this.circle.dashArray=null),this.selected&&this.renderer.isEditable()&&!this.ghost&&(e!==this.active_buttons&&e.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.node_image&&(this.node_image.opacity=this.highlighted?.5*g:g-.01),this.circle.fillColor=this.highlighted?this.options.highlighted_node_fill_color:this.options.node_fill_color,this.circle.opacity=this.options.show_node_circles?g:.01;var h=this.model.get("title"),i=document.createElement("div");i.innerHTML=h;var j=i.textContent||i.innerText||"",k=j||this.renkan.translate(this.options.label_untitled_nodes)||"";k=f.shortenText(k,this.options.node_label_max_length),"object"==typeof this.highlighted?this.title.html(this.highlighted.replace(b(k).escape(),'<span class="Rk-Highlighted">$1</span>')):this.title.text(k);var l=this._getStrokeWidth();this.title.css({left:this.paper_coords.x,top:this.paper_coords.y+this.circle_radius*this.h_ratio+this.options.node_label_distance+.5*l,opacity:g});var m=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||f._USER_PLACEHOLDER(this.renkan)).get("color"),n=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.circle.strokeWidth=l,this.circle.strokeColor=m,this.circle.dashArray=n;var o=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(o)});var p=this.img;if(this.img=this.model.get("image"),this.img&&this.img!==p&&(this.showImage(),this.circle&&this.circle.sendToBack()),this.node_image&&!this.img&&(this.node_image.remove(),delete this.node_image),this.renderer.minimap){this.minimap_circle.fillColor=m;var q=this.renderer.toMinimapCoords(c),r=this.renderer.minimap.scale*d,s=new paper.Size([r,r]);this.minimap_circle.fitBounds(q.subtract(s),s.multiply(2))}if(!("undefined"!=typeof a&&"dontRedrawEdges"in a&&a.dontRedrawEdges)){var t=this;b.each(this.project.get("edges").filter(function(a){return a.get("to")===t.model||a.get("from")===t.model}),function(a,b,c){var d=t.renderer.getRepresentationByModel(a);d&&"undefined"!=typeof d.from_representation&&"undefined"!=typeof d.from_representation.paper_coords&&"undefined"!=typeof d.to_representation&&"undefined"!=typeof d.to_representation.paper_coords&&d.redraw()})}this.ghost?this.show(!0):this.hidden&&this.hide()},showImage:function(){var b=null;if("undefined"==typeof this.renderer.image_cache[this.img]?(b=new Image,this.renderer.image_cache[this.img]=b,b.src=this.img):b=this.renderer.image_cache[this.img],b.width){this.node_image&&this.node_image.remove(),this.renderer.node_layer.activate();var c=b.width,d=b.height,e=this.model.get("clip_path"),f="undefined"!=typeof e&&e,g=null,h=null,i=null;if(f){g=new paper.Path;var j=e.match(/[a-z][^a-z]+/gi)||[],k=[0,0],l=1/0,m=1/0,n=-(1/0),o=-(1/0),p=function(a,b){var e=a.slice(1).map(function(a,e){var f=parseFloat(a),g=e%2;return f=g?(f-.5)*d:(f-.5)*c,b&&(f+=k[g]),g?(m=Math.min(m,f),o=Math.max(o,f)):(l=Math.min(l,f),n=Math.max(n,f)),f});return k=e.slice(-2),e};j.forEach(function(a){var b=a.match(/([a-z]|[0-9.-]+)/gi)||[""];switch(b[0]){case"M":g.moveTo(p(b));break;case"m":g.moveTo(p(b,!0));break;case"L":g.lineTo(p(b));break;case"l":g.lineTo(p(b,!0));break;case"C":g.cubicCurveTo(p(b));break;case"c":g.cubicCurveTo(p(b,!0));break;case"Q":g.quadraticCurveTo(p(b));break;case"q":g.quadraticCurveTo(p(b,!0))}}),h=Math[this.options.node_images_fill_mode?"min":"max"](n-l,o-m)/2,i=new paper.Point((n+l)/2,(o+m)/2),this.options.show_node_circles||(this.h_ratio=(o-m)/(2*h))}else h=Math[this.options.node_images_fill_mode?"min":"max"](c,d)/2,i=new paper.Point(0,0),this.options.show_node_circles||(this.h_ratio=d/(2*h));var q=new paper.Raster(b);if(q.locked=!0,f&&(q=new paper.Group(g,q),q.opacity=.99,q.clipped=!0,g.__representation=this),this.options.clip_node_images){var r=this.shapeBuilder.getImageShape(i,h);q=new paper.Group(r,q),q.opacity=.99,q.clipped=!0,r.__representation=this}this.image_delta=i.divide(h),this.node_image=q,this.node_image.__representation=s,this.node_image.scale(this.circle_radius/h),this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius)),this.node_image.insertAbove(this.circle)}else{var s=this;a(b).on("load",function(){s.showImage()})}},paperShift:function(a){this.options.editor_mode?this.renkan.read_only||(this.is_dragging=!0,this.paper_coords=this.paper_coords.add(a),this.redraw()):this.renderer.view.paperShift(a)},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("NodeEditor",null);a.source_representation=this,a.draw()},select:function(){clearTimeout(this.hide_timeout),this.selected=!0,this.circle.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&!this.hidden&&this.active_buttons.forEach(function(a){a.show()});var b=this.model.get("uri");b&&a(".Rk-Bin-Item").each(function(){var c=a(this);c.attr("data-uri")===b&&c.addClass("selected")}),this.options.editor_mode||this.openEditor(),this.renderer.minimap&&(this.minimap_circle.strokeWidth=this.options.minimap_highlight_weight,this.minimap_circle.strokeColor=this.options.minimap_highlight_color),this.hidden?this.show(!0):this.showNeighbors(!0),this._super("select")},hideButtons:function(){this.all_buttons.forEach(function(a){a.hide()}),delete this.buttonTimeout},unselect:function(b){if(!b||b.source_representation!==this){this.selected=!1;var c=this;this.buttons_timeout=setTimeout(function(){c.hideButtons()},200),this.circle.strokeWidth=this._getStrokeWidth(),a(".Rk-Bin-Item").removeClass("selected"),this.renderer.minimap&&(this.minimap_circle.strokeColor=void 0),this.hidden?(this.renderer.removeRepresentationsOfType("editor"),this.hide()):this.hideNeighbors(!0),this._super("unselect")}},hide_delay:function(){var a=this;this.hide_timeout=setTimeout(function(){a.hide()},1e3)},hide:function(){var a=this;this.ghost=!1,this.hidden=!0,"undefined"!=typeof this.node_image&&(this.node_image.opacity=0),this.hideButtons(),this.circle.opacity=0,this.title.css("opacity",0),this.minimap_circle.opacity=0,b.each(this.project.get("edges").filter(function(b){return b.get("to")===a.model||b.get("from")===a.model}),function(b,c,d){var e=a.renderer.getRepresentationByModel(b);e&&"undefined"!=typeof e.from_representation&&"undefined"!=typeof e.from_representation.paper_coords&&"undefined"!=typeof e.to_representation&&"undefined"!=typeof e.to_representation.paper_coords&&e.hide()}),this.hideNeighbors(!1)},show:function(a){var c=this;this.ghost=a,this.ghost?("undefined"!=typeof this.node_image&&(this.node_image.opacity=this.options.ghost_opacity),this.circle.opacity=this.options.ghost_opacity,this.title.css("opacity",this.options.ghost_opacity),this.minimap_circle.opacity=this.options.ghost_opacity):(this.minimap_circle.opacity=1,this.hidden=!1,this.redraw()),b.each(this.project.get("edges").filter(function(a){return a.get("to")===c.model||a.get("from")===c.model}),function(a,b,d){var e=c.renderer.getRepresentationByModel(a);e&&"undefined"!=typeof e.from_representation&&"undefined"!=typeof e.from_representation.paper_coords&&"undefined"!=typeof e.to_representation&&"undefined"!=typeof e.to_representation.paper_coords&&e.show(c.ghost)})},hideNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b,d,e){var f=c.renderer.getRepresentationByModel(b.get("to"));f&&f.ghost&&(a?f.hide_delay():f.hide())})},showNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b,d,e){var f=c.renderer.getRepresentationByModel(b.get("to"));if(f&&f.hidden&&(f.show(a),!a)){var g=c.renderer.view.hiddenNodes.indexOf(f.model.id);-1!==g&&c.renderer.view.hiddenNodes.splice(g,1)}})},highlight:function(a){var b=a||!0;this.highlighted!==b&&(this.highlighted=b,this.redraw(),this.renderer.throttledPaperDraw())},unhighlight:function(){this.highlighted&&(this.highlighted=!1,this.redraw(),this.renderer.throttledPaperDraw())},saveCoords:function(){var a=this.renderer.toModelCoords(this.paper_coords),b={position:{x:a.x,y:a.y}};this.renderer.isEditable()&&this.model.set(b)},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){if(this.renderer.is_dragging&&this.renderer.isEditable())this.saveCoords();else if(this.hidden){var c=this.renderer.view.hiddenNodes.indexOf(this.model.id);-1!==c&&this.renderer.view.hiddenNodes.splice(c,1),this.show(!1),this.select()}else b||this.model.get("delete_scheduled")||this.openEditor(),this.model.trigger("clicked");this.renderer.click_target=null,this.renderer.is_dragging=!1,this.is_dragging=!1},destroy:function(a){this._super("destroy"),this.all_buttons.forEach(function(a){a.destroy()}),this.circle.remove(),this.title.remove(),this.renderer.minimap&&this.minimap_circle.remove(),this.node_image&&this.node_image.remove()}}).value(),g}),define("renderer/edge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){if(this.renderer.edge_layer.activate(),this.type="Edge",this.hidden=!1,this.ghost=!1,this.from_representation=this.renderer.getRepresentationByModel(this.model.get("from")),this.to_representation=this.renderer.getRepresentationByModel(this.model.get("to")),this.bundle=this.renderer.addToBundles(this),this.line=new paper.Path,this.line.add([0,0],[0,0],[0,0]),this.line.__representation=this,this.line.strokeWidth=this.options.edge_stroke_width,this.arrow_scale=1,this.arrow=new paper.Path,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.pivot=new paper.Point([this.options.edge_arrow_length/2,this.options.edge_arrow_width/2]),this.arrow.__representation=this,this.text=a('<div class="Rk-Label Rk-Edge-Label">').appendTo(this.renderer.labels_$),this.arrow_angle=0,this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.EdgeEditButton(this.renderer,null),new b.EdgeRemoveButton(this.renderer,null)],this.pending_delete_buttons=[new b.EdgeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.renderer.minimap&&(this.renderer.minimap.edge_layer.activate(),this.minimap_line=new paper.Path,this.minimap_line.add([0,0],[0,0]),this.minimap_line.__representation=this.renderer.minimap.miniframe.__representation,this.minimap_line.strokeWidth=1)},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.edge_stroke_width+(a-1)*(this.options.edge_stroke_max_width-this.options.edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_edge_stroke_width+(a-1)*(this.options.selected_edge_stroke_max_width-this.options.selected_edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getArrowScale:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return 1+(a-1)*(this.options.edge_arrow_max_width/this.options.edge_arrow_width-1)/(this.options.edge_stroke_witdh_scale-1)},redraw:function(){var a=this.model.get("from"),b=this.model.get("to");if(a&&b&&(!this.hidden||this.ghost)){if(this.from_representation=this.renderer.getRepresentationByModel(a),this.to_representation=this.renderer.getRepresentationByModel(b),"undefined"==typeof this.from_representation||"undefined"==typeof this.to_representation||this.from_representation.hidden&&!this.from_representation.ghost||this.to_representation.hidden&&!this.to_representation.ghost)return void this.hide();var c,d=this._getStrokeWidth(),f=this._getArrowScale(),g=this.from_representation.paper_coords,h=this.to_representation.paper_coords,i=h.subtract(g),j=i.length,k=i.divide(j),l=new paper.Point([-k.y,k.x]),m=this.bundle.getPosition(this),n=l.multiply(this.options.edge_gap_in_bundles*m),o=g.add(n),p=h.add(n),q=i.angle,r=l.multiply(this.options.edge_label_distance+.5*f*this.options.edge_arrow_width),s=i.divide(3),t=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),u=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.model.get("delete_scheduled")||this.from_representation.model.get("delete_scheduled")||this.to_representation.model.get("delete_scheduled")?(c=.5,this.line.dashArray=[2,2]):(c=this.ghost?this.options.ghost_opacity:1,this.line.dashArray=null);var v=this.active_buttons;this.arrow.visible=this.model.has("style")&&this.model.get("style").arrow||!this.model.has("style")||"undefined"==typeof this.model.get("style").arrow,this.active_buttons=this.model.get("delete_scheduled")?this.pending_delete_buttons:this.normal_buttons,this.selected&&this.renderer.isEditable()&&v!==this.active_buttons&&(v.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.paper_coords=o.add(p).divide(2),this.line.strokeWidth=d,this.line.strokeColor=t,this.line.dashArray=u,this.line.opacity=c,this.line.segments[0].point=g,this.line.segments[1].point=this.paper_coords,this.line.segments[1].handleIn=s.multiply(-1),this.line.segments[1].handleOut=s,this.line.segments[2].point=h,this.arrow.scale(f/this.arrow_scale),this.arrow_scale=f,this.arrow.fillColor=t,this.arrow.opacity=c,this.arrow.rotate(q-this.arrow_angle,this.arrow.bounds.center),this.arrow.position=this.paper_coords,this.arrow_angle=q,q>90&&(q-=180,r=r.multiply(-1)),-90>q&&(q+=180,r=r.multiply(-1));var w=this.model.get("title")||this.renkan.translate(this.options.label_untitled_edges)||"";w=e.shortenText(w,this.options.node_label_max_length),this.text.text(w);var x=this.paper_coords.add(r);this.text.css({left:x.x,top:x.y,transform:"rotate("+q+"deg)","-moz-transform":"rotate("+q+"deg)","-webkit-transform":"rotate("+q+"deg)",opacity:c}),this.text_angle=q;var y=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(y)}),this.renderer.minimap&&(this.minimap_line.strokeColor=t,this.minimap_line.segments[0].point=this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get("position"))),this.minimap_line.segments[1].point=this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get("position"))))}},hide:function(){this.hidden=!0,this.ghost=!1,this.text.hide(),this.line.visible=!1,this.arrow.visible=!1,this.minimap_line.visible=!1},show:function(a){this.ghost=a,this.ghost?(this.text.css("opacity",.3),this.line.opacity=.3,this.arrow.opacity=.3,this.minimap_line.opacity=.3):(this.hidden=!1,this.text.css("opacity",1),this.line.opacity=1,this.arrow.opacity=1,this.minimap_line.opacity=1),this.text.show(),this.line.visible=!0,this.arrow.visible=!0,this.minimap_line.visible=!0,this.redraw()},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("EdgeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.line.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&this.active_buttons.forEach(function(a){a.show()}),this.options.editor_mode||this.openEditor(),this._super("select")},unselect:function(a){a&&a.source_representation===this||(this.selected=!1,this.options.editor_mode&&this.all_buttons.forEach(function(a){a.hide()}),this.hidden&&this.renderer.removeRepresentationsOfType("editor"),this.line.strokeWidth=this._getStrokeWidth(),this._super("unselect"))},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){!this.renkan.read_only&&this.renderer.is_dragging?(this.from_representation.saveCoords(),this.to_representation.saveCoords(),this.from_representation.is_dragging=!1,this.to_representation.is_dragging=!1):(b||this.openEditor(),this.model.trigger("clicked")),this.renderer.click_target=null,this.renderer.is_dragging=!1},paperShift:function(a){this.options.editor_mode?this.options.read_only||(this.from_representation.paperShift(a),this.to_representation.paperShift(a)):this.renderer.paperShift(a)},destroy:function(){this._super("destroy"),this.line.remove(),this.arrow.remove(),this.text.remove(),this.renderer.minimap&&this.minimap_line.remove(),this.all_buttons.forEach(function(a){a.destroy()});var a=this;this.bundle.edges=b.reject(this.bundle.edges,function(b){return a===b})}}).value(),f}),define("renderer/tempedge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.edge_layer.activate(),this.type="Temp-edge";var a=(this.project.get("users").get(this.renkan.current_user)||e._USER_PLACEHOLDER(this.renkan)).get("color");this.line=new paper.Path,this.line.strokeColor=a,this.line.dashArray=[4,2],this.line.strokeWidth=this.options.selected_edge_stroke_width,this.line.add([0,0],[0,0]),this.line.__representation=this,this.arrow=new paper.Path,this.arrow.fillColor=a,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.__representation=this,this.arrow_angle=0},redraw:function(){var a=this.from_representation.paper_coords,b=this.end_pos,c=b.subtract(a).angle,d=a.add(b).divide(2);this.line.segments[0].point=a,this.line.segments[1].point=b,this.arrow.rotate(c-this.arrow_angle),this.arrow.position=d,this.arrow_angle=c},paperShift:function(a){if(!this.renderer.isEditable())return this.renderer.removeRepresentation(_this),void paper.view.draw();this.end_pos=this.end_pos.add(a);var b=paper.project.hitTest(this.end_pos);this.renderer.findTarget(b),this.redraw()},mouseup:function(a,b){var c=paper.project.hitTest(a.point),d=this.from_representation.model,f=!0;if(c&&"undefined"!=typeof c.item.__representation){var g=c.item.__representation;if("Node"===g.type.substr(0,4)){var h=g.model||g.source_representation.model;if(d!==h){var i={id:e.getUID("edge"),created_by:this.renkan.current_user,from:d,to:h};this.renderer.isEditable()&&this.project.addEdge(i)}}(d===g.model||g.source_representation&&g.source_representation.model===d)&&(f=!1,this.renderer.is_dragging=!0)}f&&(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentation(this),paper.view.draw())},destroy:function(){this.arrow.remove(),this.line.remove()}}).value(),f}),define("renderer/baseeditor",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.buttons_layer.activate(),this.type="editor",this.editor_block=new paper.Path;var c=b.map(b.range(8),function(){return[0,0]});this.editor_block.add.apply(this.editor_block,c),this.editor_block.strokeWidth=this.options.tooltip_border_width,this.editor_block.strokeColor=this.options.tooltip_border_color,this.editor_block.opacity=this.options.tooltip_opacity,this.editor_$=a("<div>").appendTo(this.renderer.editor_$).css({position:"absolute",opacity:this.options.tooltip_opacity}).hide()},destroy:function(){this.editor_block.remove(),this.editor_$.remove()}}).value(),f}),define("renderer/nodeeditor",["jquery","underscore","requtils","renderer/baseeditor","renderer/shapebuilder","ckeditor-jquery"],function(a,b,c,d,e){"use strict";var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/nodeeditor.html"],this.readOnlyTemplate=this.options.node_editor_templates},draw:function(){var c=this.source_representation.model,d=c.get("created_by")||f._USER_PLACEHOLDER(this.renkan),g=this.renderer.isEditable()?this.template:this.readOnlyTemplate[c.get("type")]||this.readOnlyTemplate["default"],h=this.options.static_url+"img/image-placeholder.png",i=c.get("size")||0;this.editor_$.html(g({node:{_id:c.get("_id"),has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),type:c.get("type")||"default",short_uri:f.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),image:c.get("image")||"",image_placeholder:h,color:c.has("style")&&c.get("style").color||d.get("color"),thickness:c.has("style")&&c.get("style").thickness||1,dash:c.has("style")&&c.get("style").dash?"checked":"",clip_path:c.get("clip_path")||!1,created_by_color:d.get("color"),created_by_title:d.get("title"),size:(i>0?"+":"")+i,shape:c.get("shape")||"circle"},renkan:this.renkan,options:this.options,shortenText:f.shortenText,shapes:b(e.builders).omit("svg").keys().value(),types:b(this.options.node_editor_templates).keys().value()})),this.redraw();var j=this,k=j.options.show_node_editor_description_richtext?a(".Rk-Edit-Description").ckeditor(j.options.richtext_editor_config):!1,l=j.options.show_node_editor_title_richtext?a(".Rk-Edit-Title").ckeditor(j.options.richtext_editor_config):!1,m=function(){j.renderer.removeRepresentation(j),paper.view.draw()};if(j.cleanEditor=function(){if(j.editor_$.off("keyup"),j.editor_$.find("input, textarea, select").off("change keyup paste"),j.editor_$.find(".Rk-Edit-Image-File").off("change"),j.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").off("hover"),j.editor_$.find(".Rk-Edit-Size-Btn").off("click"),j.editor_$.find(".Rk-Edit-Image-Del").off("click"),j.editor_$.find(".Rk-Edit-ColorPicker").find("li").off("hover click"),j.editor_$.find(".Rk-CloseX").off("click"),j.editor_$.find(".Rk-Edit-Goto").off("click"),j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor){var a=k.editor;delete k.editor,a.focusManager.blur(!0),a.destroy()}if(j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor){var b=l.editor;delete l.editor,b.focusManager.blur(!0),b.destroy()}},this.editor_$.find(".Rk-CloseX").click(function(a){a.preventDefault(),m()}),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var n=b.throttle(function(){b.defer(function(){if(j.renderer.isEditable()){var a={};if(j.options.show_node_editor_uri&&(a.uri=j.editor_$.find(".Rk-Edit-URI").val(),j.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#")),j.options.show_node_editor_image&&(a.image=j.editor_$.find(".Rk-Edit-Image").val(),j.editor_$.find(".Rk-Edit-ImgPreview").attr("src",a.image||h)),j.options.show_node_editor_description&&(j.options.show_node_editor_description_richtext?"undefined"!=typeof k.editor&&k.editor.checkDirty()&&(a.description=k.editor.getData(),k.editor.resetDirty()):a.description=j.editor_$.find(".Rk-Edit-Description").val()),j.options.show_node_editor_title&&(j.options.show_node_editor_title_richtext?"undefined"!=typeof l.editor&&l.editor.checkDirty()&&(a.title=l.editor.getData(),l.editor.resetDirty()):a.title=j.editor_$.find(".Rk-Edit-Title").val()),j.options.show_node_editor_style){var d=j.editor_$.find(".Rk-Edit-Dash").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d})}j.options.change_shapes&&c.get("shape")!==j.editor_$.find(".Rk-Edit-Shape").val()&&(a.shape=j.editor_$.find(".Rk-Edit-Shape").val()),j.options.change_types&&c.get("type")!==j.editor_$.find(".Rk-Edit-Type").val()&&(a.type=j.editor_$.find(".Rk-Edit-Type").val()),c.set(a),j.redraw()}else m()})},1e3);this.editor_$.on("keyup",function(a){27===a.keyCode&&m()}),this.editor_$.find("input, textarea, select").on("change keyup paste",n),j.options.show_node_editor_description&&j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor&&(k.editor.on("change",n),
+k.editor.on("blur",n)),j.options.show_node_editor_title&&j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor&&(l.editor.on("change",n),l.editor.on("blur",n)),j.options.allow_image_upload&&this.editor_$.find(".Rk-Edit-Image-File").change(function(){if(this.files.length){var a=this.files[0],b=new FileReader;if("image"!==a.type.substr(0,5))return void alert(j.renkan.translate("This file is not an image"));if(a.size>1024*j.options.uploaded_image_max_kb)return void alert(j.renkan.translate("Image size must be under ")+j.options.uploaded_image_max_kb+j.renkan.translate("KB"));b.onload=function(a){j.editor_$.find(".Rk-Edit-Image").val(a.target.result),n()},b.readAsDataURL(a)}}),this.editor_$.find(".Rk-Edit-Title")[0].focus();var o=j.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),o.show()},function(a){a.preventDefault(),o.hide()}),o.find("li").hover(function(b){b.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||f._USER_PLACEHOLDER(j.renkan)).get("color"))}).click(function(d){d.preventDefault(),j.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),o.hide(),paper.view.draw()):m()});var p=function(a){if(j.renderer.isEditable()){var b=a+(c.get("size")||0);j.editor_$.find("#Rk-Edit-Size-Value").text((b>0?"+":"")+b),c.set("size",b),paper.view.draw()}else m()};this.editor_$.find("#Rk-Edit-Size-Down").click(function(){return p(-1),!1}),this.editor_$.find("#Rk-Edit-Size-Up").click(function(){return p(1),!1});var q=function(a){if(j.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>j.options.node_stroke_witdh_scale&&(e=j.options.node_stroke_witdh_scale),e!==d&&(j.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else m()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return q(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return q(1),!1}),this.editor_$.find(".Rk-Edit-Image-Del").click(function(){return j.editor_$.find(".Rk-Edit-Image").val(""),n(),!1})}else if("object"==typeof this.source_representation.highlighted){var r=this.source_representation.highlighted.replace(b(c.get("title")).escape(),'<span class="Rk-Highlighted">$1</span>');this.editor_$.find(".Rk-Display-Title"+(c.get("uri")?" a":"")).html(r),this.options.show_node_tooltip_description&&this.editor_$.find(".Rk-Display-Description").html(this.source_representation.highlighted.replace(b(c.get("description")).escape(),'<span class="Rk-Highlighted">$1</span>'))}this.editor_$.find("img").load(function(){j.redraw()})},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;f.drawEditBox(this.options,a,this.editor_block,.75*this.source_representation.circle_radius,this.editor_$)}this.editor_$.show(),paper.view.draw()},destroy:function(){"undefined"!=typeof this.cleanEditor&&this.cleanEditor(),this.editor_block.remove(),this.editor_$.remove()}}).value(),g}),define("renderer/edgeeditor",["jquery","underscore","requtils","renderer/baseeditor"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/edgeeditor.html"],this.readOnlyTemplate=this.options.templates["templates/edgeeditor_readonly.html"]},draw:function(){var c=this.source_representation.model,d=c.get("from"),f=c.get("to"),g=c.get("created_by")||e._USER_PLACEHOLDER(this.renkan),h=this.renderer.isEditable()?this.template:this.readOnlyTemplate;this.editor_$.html(h({edge:{has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),short_uri:e.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),color:c.has("style")&&c.get("style").color||g.get("color"),dash:c.has("style")&&c.get("style").dash?"checked":"",arrow:c.has("style")&&c.get("style").arrow||!c.has("style")||"undefined"==typeof c.get("style").arrow?"checked":"",thickness:c.has("style")&&c.get("style").thickness||1,from_title:d.get("title"),to_title:f.get("title"),from_color:d.has("style")&&d.get("style").color||(d.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),to_color:f.has("style")&&f.get("style").color||(f.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),created_by_color:g.get("color"),created_by_title:g.get("title")},renkan:this.renkan,shortenText:e.shortenText,options:this.options})),this.redraw();var i=this,j=function(){i.renderer.removeRepresentation(i),i.editor_$.find(".Rk-Edit-Size-Btn").off("click"),paper.view.draw()};if(this.editor_$.find(".Rk-CloseX").click(j),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var k=b.throttle(function(){b.defer(function(){if(i.renderer.isEditable()){var a={title:i.editor_$.find(".Rk-Edit-Title").val()};if(i.options.show_edge_editor_uri&&(a.uri=i.editor_$.find(".Rk-Edit-URI").val()),i.options.show_node_editor_style){var d=i.editor_$.find(".Rk-Edit-Dash").is(":checked"),e=i.editor_$.find(".Rk-Edit-Arrow").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d,arrow:e})}i.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#"),c.set(a),paper.view.draw()}else j()})},500);this.editor_$.on("keyup",function(a){27===a.keyCode&&j()}),this.editor_$.find("input").on("keyup change paste",k),this.editor_$.find(".Rk-Edit-Vocabulary").change(function(){var b=a(this),c=b.val();c&&(i.editor_$.find(".Rk-Edit-Title").val(b.find(":selected").text()),i.editor_$.find(".Rk-Edit-URI").val(c),k())}),this.editor_$.find(".Rk-Edit-Direction").click(function(){i.renderer.isEditable()?(c.set({from:c.get("to"),to:c.get("from")}),i.draw()):j()});var l=i.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),l.show()},function(a){a.preventDefault(),l.hide()}),l.find("li").hover(function(b){b.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||e._USER_PLACEHOLDER(i.renkan)).get("color"))}).click(function(d){d.preventDefault(),i.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),l.hide(),paper.view.draw()):j()});var m=function(a){if(i.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>i.options.node_stroke_witdh_scale&&(e=i.options.node_stroke_witdh_scale),e!==d&&(i.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else j()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return m(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return m(1),!1})}},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;e.drawEditBox(this.options,a,this.editor_block,5,this.editor_$)}this.editor_$.show(),paper.view.draw()}}).value(),f}),define("renderer/nodebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({setSectorSize:function(){var a=this.source_representation.circle_radius;a!==this.lastSectorInner&&(this.sector&&this.sector.destroy(),this.sector=this.renderer.drawSector(this,1+a,e._NODE_BUTTON_WIDTH+a,this.startAngle,this.endAngle,1,this.imageName,this.renkan.translate(this.text)),this.lastSectorInner=a)},unselect:function(){d.prototype.unselect.apply(this,Array.prototype.slice.call(arguments,1)),this.source_representation&&this.source_representation.buttons_timeout&&(clearTimeout(this.source_representation.buttons_timeout),this.source_representation.hideButtons())},select:function(){this.source_representation&&this.source_representation.buttons_timeout&&clearTimeout(this.source_representation.buttons_timeout),this.sector.select()}}).value(),f}),define("renderer/nodeeditbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-edit-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-125:-135,this.endAngle=this.options.hide_nodes?-55:-45,this.imageName="edit",this.text="Edit"},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/noderemovebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-remove-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-10:0,this.endAngle=this.options.hide_nodes?45:90,this.imageName="remove",this.text="Remove"},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove node ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeNode(this.source_representation.model)}}).value(),f}),define("renderer/nodehidebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-hide-button",this.lastSectorInner=0,this.startAngle=45,this.endAngle=90,this.imageName="hide",this.text="Hide"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.renderer.view.addHiddenNode(this.source_representation.model)}}).value(),f}),define("renderer/nodeshowbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-show-button",this.lastSectorInner=0,this.startAngle=90,this.endAngle=135,this.imageName="show",this.text="Show"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.source_representation.showNeighbors(!1)}}).value(),f}),define("renderer/noderevertbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-revert-button",this.lastSectorInner=0,this.startAngle=-135,this.endAngle=135,this.imageName="revert",this.text="Cancel deletion"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/nodelinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-link-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?135:90,this.endAngle=this.options.hide_nodes?190:180,this.imageName="link",this.text="Link to another node"},mousedown:function(a,b){if(this.renderer.isEditable()){var c=this.renderer.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]);this.renderer.click_target=null,this.renderer.removeRepresentationsOfType("editor"),this.renderer.addTempEdge(this.source_representation,d)}}}).value(),f}),define("renderer/nodeenlargebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-enlarge-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-55:-45,this.endAngle=this.options.hide_nodes?-10:0,this.imageName="enlarge",this.text="Enlarge"},mouseup:function(){var a=1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/nodeshrinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-shrink-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-170:-180,this.endAngle=this.options.hide_nodes?-125:-135,this.imageName="shrink",this.text="Shrink"},mouseup:function(){var a=-1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/edgeeditbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-edit-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-270,-90,1,"edit",this.renkan.translate("Edit"))},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/edgeremovebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-remove-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-90,90,1,"remove",this.renkan.translate("Remove"))},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove edge ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeEdge(this.source_representation.model)}}).value(),f}),define("renderer/edgerevertbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-revert-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-135,135,1,"revert",this.renkan.translate("Cancel deletion"))},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/miniframe",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({paperShift:function(a){this.renderer.offset=this.renderer.offset.subtract(a.divide(this.renderer.minimap.scale).multiply(this.renderer.scale)),this.renderer.redraw()},mouseup:function(a){this.renderer.click_target=null,this.renderer.is_dragging=!1}}).value(),f}),define("renderer/scene",["jquery","underscore","filesaver","requtils","renderer/miniframe"],function(a,b,c,d,e){"use strict";var f=d.getUtils(),g=function(c){this.renkan=c,this.$=a(".Rk-Render"),this.representations=[],this.$.html(c.options.templates["templates/scene.html"](c)),this.onStatusChange(),this.canvas_$=this.$.find(".Rk-Canvas"),this.labels_$=this.$.find(".Rk-Labels"),c.options.popup_editor?this.editor_$=this.$.find(".Rk-Editor"):this.editor_$=a("#"+c.options.editor_panel),this.notif_$=this.$.find(".Rk-Notifications"),paper.setup(this.canvas_$[0]),this.totalScroll=0,this.mouse_down=!1,this.click_target=null,this.selected_target=null,this.edge_layer=new paper.Layer,this.node_layer=new paper.Layer,this.buttons_layer=new paper.Layer,this.delete_list=[],this.redrawActive=!0,c.options.show_minimap&&(this.minimap={background_layer:new paper.Layer,edge_layer:new paper.Layer,node_layer:new paper.Layer,node_group:new paper.Group,size:new paper.Size(c.options.minimap_width,c.options.minimap_height)},this.minimap.background_layer.activate(),this.minimap.topleft=paper.view.bounds.bottomRight.subtract(this.minimap.size),this.minimap.rectangle=new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]),this.minimap.size.add([4,4])),this.minimap.rectangle.fillColor=c.options.minimap_background_color,this.minimap.rectangle.strokeColor=c.options.minimap_border_color,this.minimap.rectangle.strokeWidth=4,this.minimap.offset=new paper.Point(this.minimap.size.divide(2)),this.minimap.scale=.1,this.minimap.node_layer.activate(),this.minimap.cliprectangle=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.cliprectangle),this.minimap.node_group.clipped=!0,this.minimap.miniframe=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.miniframe),this.minimap.miniframe.fillColor="#c0c0ff",this.minimap.miniframe.opacity=.3,this.minimap.miniframe.strokeColor="#000080",this.minimap.miniframe.strokeWidth=2,this.minimap.miniframe.__representation=new e(this,null)),this.throttledPaperDraw=b(function(){paper.view.draw()}).throttle(100).value(),this.bundles=[],this.click_mode=!1;var d=this,g=!0,h=1,i=!1,j=0,k=0,l=0;this.image_cache={},this.icon_cache={},["edit","remove","hide","show","link","enlarge","shrink","revert"].forEach(function(a){var b=new Image;b.src=c.options.static_url+"img/"+a+".png",d.icon_cache[a]=b});var m=b.throttle(function(a,b){d.onMouseMove(a,b)},f._MOUSEMOVE_RATE);this.canvas_$.on({mousedown:function(a){a.preventDefault(),d.onMouseDown(a,!1)},mousemove:function(a){a.preventDefault(),m(a,!1)},mouseup:function(a){a.preventDefault(),d.onMouseUp(a,!1)},mousewheel:function(a,b){c.options.zoom_on_scroll&&(a.preventDefault(),g&&d.onScroll(a,b))},touchstart:function(a){a.preventDefault();var b=a.originalEvent.touches[0];c.options.allow_double_click&&new Date-l<f._DOUBLETAP_DELAY&&Math.pow(j-b.pageX,2)+Math.pow(k-b.pageY,2)<f._DOUBLETAP_DISTANCE?(l=0,d.onDoubleClick(b)):(l=new Date,j=b.pageX,k=b.pageY,h=d.view.scale,i=!1,d.onMouseDown(b,!0))},touchmove:function(a){if(a.preventDefault(),l=0,1===a.originalEvent.touches.length)d.onMouseMove(a.originalEvent.touches[0],!0);else{if(i||(d.onMouseUp(a.originalEvent.touches[0],!0),d.click_target=null,d.is_dragging=!1,i=!0),"undefined"===a.originalEvent.scale)return;var b=a.originalEvent.scale*h,c=b/d.view.scale,e=new paper.Point([d.canvas_$.width(),d.canvas_$.height()]).multiply(.5*(1-c)).add(d.view.offset.multiply(c));d.view.setScale(b,e)}},touchend:function(a){a.preventDefault(),d.onMouseUp(a.originalEvent.changedTouches[0],!0)},dblclick:function(a){a.preventDefault(),c.options.allow_double_click&&d.onDoubleClick(a)},mouseleave:function(a){a.preventDefault(),d.click_target=null,d.is_dragging=!1},dragover:function(a){a.preventDefault()},dragenter:function(a){a.preventDefault(),g=!1},dragleave:function(a){a.preventDefault(),g=!0},drop:function(a){a.preventDefault(),g=!0;var c={};b.each(a.originalEvent.dataTransfer.types,function(b){try{c[b]=a.originalEvent.dataTransfer.getData(b)}catch(d){}});var e=a.originalEvent.dataTransfer.getData("Text");if("string"==typeof e)switch(e[0]){case"{":case"[":try{var f=JSON.parse(e);b.extend(c,f)}catch(h){c["text/plain"]||(c["text/plain"]=e)}break;case"<":c["text/html"]||(c["text/html"]=e);break;default:c["text/plain"]||(c["text/plain"]=e)}var i=a.originalEvent.dataTransfer.getData("URL");i&&!c["text/uri-list"]&&(c["text/uri-list"]=i),d.dropData(c,a.originalEvent)}});var n=function(a,b){d.$.find(a).click(function(a){return d[b](a),!1})};this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show(),this.$.find(".Rk-CurrentUser").mouseenter(function(){d.$.find(".Rk-UserList").slideDown()}),this.$.find(".Rk-Users").mouseleave(function(){d.$.find(".Rk-UserList").slideUp()}),n(".Rk-FullScreen-Button","fullScreen"),n(".Rk-AddNode-Button","addNodeBtn"),n(".Rk-AddEdge-Button","addEdgeBtn"),n(".Rk-Save-Button","save"),n(".Rk-Open-Button","open"),n(".Rk-Export-Button","exportProject"),this.$.find(".Rk-Bookmarklet-Button").attr("href","javascript:"+f._BOOKMARKLET_CODE(c)).click(function(){return d.notif_$.text(c.translate("Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.")).fadeIn().delay(5e3).fadeOut(),!1}),this.$.find(".Rk-TopBar-Button").mouseover(function(){a(this).find(".Rk-TopBar-Tooltip").show()}).mouseout(function(){a(this).find(".Rk-TopBar-Tooltip").hide()}),n(".Rk-Fold-Bins","foldBins"),paper.view.onResize=function(a){var b,c=a.width,e=a.height;d.minimap&&(d.minimap.topleft=paper.view.bounds.bottomRight.subtract(d.minimap.size),d.minimap.rectangle.fitBounds(d.minimap.topleft.subtract([2,2]),d.minimap.size.add([4,4])),d.minimap.cliprectangle.fitBounds(d.minimap.topleft,d.minimap.size));var f=e/(e-a.delta.height),g=c/(c-a.delta.width);b=c>e?f:g,d.view.resizeZoom(g,f,b),d.redraw()};var o=b.throttle(function(){d.redraw()},50);this.addRepresentations("Node",this.renkan.project.get("nodes")),this.addRepresentations("Edge",this.renkan.project.get("edges")),this.renkan.project.on("change:title",function(){d.$.find(".Rk-PadTitle").val(c.project.get("title"))}),this.$.find(".Rk-PadTitle").on("keyup input paste",function(){c.project.set({title:a(this).val()})});var p=b.throttle(function(){d.redrawUsers()},100);if(p(),this.renkan.project.on("change:saveStatus",function(){switch(d.renkan.project.get("saveStatus")){case 0:d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("saved");break;case 1:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("to-save");break;case 2:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").addClass("saving")}}),this.renkan.project.on("change:loadingStatus",function(){if(d.renkan.project.get("loadingStatus")){d.$.find(".loader").addClass("run"),setTimeout(function(){d.$.find(".loader").hide(250)},3e3)}else Backbone.history.start(),o()}),this.renkan.project.on("add:users remove:users",p),this.renkan.project.on("add:views remove:views",function(a){d.renkan.project.get("views").length>0?d.$.find(".Rk-ZoomSetSaved").show():d.$.find(".Rk-ZoomSetSaved").hide()}),this.renkan.project.on("add:nodes",function(a){d.addRepresentation("Node",a),d.renkan.project.get("loadingStatus")||o()}),this.renkan.project.on("add:edges",function(a){d.addRepresentation("Edge",a),d.renkan.project.get("loadingStatus")||o()}),this.renkan.project.on("change:title",function(a,b){var c=d.$.find(".Rk-PadTitle");c.is("input")?c.val()!==b&&c.val(b):c.text(b)}),this.renkan.router.on("router",function(a){d.setViewparameters(a)}),c.options.size_bug_fix){var q="number"==typeof c.options.size_bug_fix?c.options.size_bug_fix:500;window.setTimeout(function(){d.fixSize()},q)}if(c.options.force_resize&&a(window).resize(function(){d.autoScale()}),c.options.show_user_list&&c.options.user_color_editable){var r=this.$.find(".Rk-Users .Rk-Edit-ColorPicker-Wrapper"),s=this.$.find(".Rk-Users .Rk-Edit-ColorPicker");r.hover(function(a){d.isEditable()&&(a.preventDefault(),s.show())},function(a){a.preventDefault(),s.hide()}),s.find("li").mouseenter(function(b){d.isEditable()&&(b.preventDefault(),d.$.find(".Rk-CurrentUser-Color").css("background",a(this).attr("data-color")))})}if(c.options.show_search_field){var t="";this.$.find(".Rk-GraphSearch-Field").on("keyup change paste input",function(){var b=a(this),e=b.val();if(e!==t)if(t=e,e.length<2)c.project.get("nodes").each(function(a){d.getRepresentationByModel(a).unhighlight()});else{var g=f.regexpFromTextOrArray(e);c.project.get("nodes").each(function(a){g.test(a.get("title"))||g.test(a.get("description"))?d.getRepresentationByModel(a).highlight(g):d.getRepresentationByModel(a).unhighlight()})}})}this.redraw(),window.setInterval(function(){var a=(new Date).valueOf();d.delete_list.forEach(function(b){if(a>=b.time){var d=c.project.get("nodes").findWhere({delete_scheduled:b.id});d&&project.removeNode(d),d=c.project.get("edges").findWhere({delete_scheduled:b.id}),d&&project.removeEdge(d)}}),d.delete_list=d.delete_list.filter(function(a){return c.project.get("nodes").findWhere({delete_scheduled:a.id})||c.project.get("edges").findWhere({delete_scheduled:a.id})})},500),this.minimap&&window.setInterval(function(){d.rescaleMinimap()},2e3)};return b(g.prototype).extend({fixSize:function(){"undefined"==typeof this.view?(this.view=this.addRepresentation("View",this.renkan.project.get("views").last()),this.view.setScale(view.get("zoom_level"),new paper.Point(view.get("offset")))):this.view.autoScale()},drawSector:function(b,c,d,e,f,g,h,i){var j=this.renkan.options,k=e*Math.PI/180,l=f*Math.PI/180,m=this.icon_cache[h],n=-Math.sin(k),o=Math.cos(k),p=Math.cos(k)*c+g*n,q=Math.sin(k)*c+g*o,r=Math.cos(k)*d+g*n,s=Math.sin(k)*d+g*o,t=-Math.sin(l),u=Math.cos(l),v=Math.cos(l)*c-g*t,w=Math.sin(l)*c-g*u,x=Math.cos(l)*d-g*t,y=Math.sin(l)*d-g*u,z=(c+d)/2,A=(k+l)/2,B=Math.cos(A)*z,C=Math.sin(A)*z,D=Math.cos(A)*c,E=Math.cos(A)*d,F=Math.sin(A)*c,G=Math.sin(A)*d,H=Math.cos(A)*(d+3),I=Math.sin(A)*(d+j.buttons_label_font_size)+j.buttons_label_font_size/2;this.buttons_layer.activate();var J=new paper.Path;J.add([p,q]),J.arcTo([D,F],[v,w]),J.lineTo([x,y]),J.arcTo([E,G],[r,s]),J.fillColor=j.buttons_background,J.opacity=.5,J.closed=!0,J.__representation=b;var K=new paper.PointText(H,I);K.characterStyle={fontSize:j.buttons_label_font_size,fillColor:j.buttons_label_color},H>2?K.paragraphStyle.justification="left":-2>H?K.paragraphStyle.justification="right":K.paragraphStyle.justification="center",K.visible=!1;var L=!1,M=new paper.Point(-200,-200),N=new paper.Group([J,K]),O=N.position,P=new paper.Point([B,C]),Q=new paper.Point(0,0);K.content=i,N.pivot=N.bounds.center,N.visible=!1,N.position=M;var R={show:function(){L=!0,N.position=Q.add(O),N.visible=!0},moveTo:function(a){Q=a,L&&(N.position=a.add(O))},hide:function(){L=!1,N.visible=!1,N.position=M},select:function(){J.opacity=.8,K.visible=!0},unselect:function(){J.opacity=.5,K.visible=!1},destroy:function(){N.remove()}},S=function(){var a=new paper.Raster(m);a.position=P.add(N.position).subtract(O),a.locked=!0,N.addChild(a)};return m.width?S():a(m).on("load",S),R},addToBundles:function(a){var c=b(this.bundles).find(function(b){return b.from===a.from_representation&&b.to===a.to_representation||b.from===a.to_representation&&b.to===a.from_representation});return"undefined"!=typeof c?c.edges.push(a):(c={from:a.from_representation,to:a.to_representation,edges:[a],getPosition:function(a){var c=a.from_representation===this.from?1:-1;return c*(b(this.edges).indexOf(a)-(this.edges.length-1)/2)}},this.bundles.push(c)),c},isEditable:function(){return this.renkan.options.editor_mode&&!this.renkan.read_only},onStatusChange:function(){var a=this.$.find(".Rk-Save-Button"),b=a.find(".Rk-TopBar-Tooltip-Contents");this.renkan.read_only?(a.removeClass("disabled Rk-Save-Online").addClass("Rk-Save-ReadOnly"),b.text(this.renkan.translate("Connection lost"))):this.renkan.options.manual_save?(a.removeClass("Rk-Save-ReadOnly Rk-Save-Online"),b.text(this.renkan.translate("Save Project"))):(a.removeClass("disabled Rk-Save-ReadOnly").addClass("Rk-Save-Online"),b.text(this.renkan.translate("Auto-save enabled"))),this.redrawUsers()},redrawMiniframe:function(){var a=this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),b=this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));this.minimap.miniframe.fitBounds(a,b)},rescaleMinimap:function(){var a=this.renkan.project.get("nodes");if(a.length>1){var b=a.map(function(a){return a.get("position").x}),c=a.map(function(a){return a.get("position").y}),d=Math.min.apply(Math,b),e=Math.min.apply(Math,c),f=Math.max.apply(Math,b),g=Math.max.apply(Math,c),h=Math.min(.8*this.view.scale*this.renkan.options.minimap_width/paper.view.bounds.width,.8*this.view.scale*this.renkan.options.minimap_height/paper.view.bounds.height,(this.renkan.options.minimap_width-2*this.renkan.options.minimap_padding)/(f-d),(this.renkan.options.minimap_height-2*this.renkan.options.minimap_padding)/(g-e));this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([(f+d)/2,(g+e)/2]).multiply(h)),this.minimap.scale=h}1===a.length&&(this.minimap.scale=.1,this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([a.at(0).get("position").x,a.at(0).get("position").y]).multiply(this.minimap.scale))),this.redraw()},toPaperCoords:function(a){return a.multiply(this.view.scale).add(this.view.offset)},toMinimapCoords:function(a){return a.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft)},toModelCoords:function(a){return a.subtract(this.view.offset).divide(this.view.scale)},addRepresentation:function(a,b){var c=d.getRenderer()[a],e=new c(this,b);return this.representations.push(e),e},addRepresentations:function(a,b){var c=this;b.forEach(function(b){c.addRepresentation(a,b)})},userTemplate:b.template('<li class="Rk-User"><span class="Rk-UserColor" style="background:<%=background%>;"></span><%=name%></li>'),redrawUsers:function(){if(this.renkan.options.show_user_list){var b=[].concat((this.renkan.project.current_user_list||{}).models||[],(this.renkan.project.get("users")||{}).models||[]),c="",d=this.$.find(".Rk-Users"),e=d.find(".Rk-CurrentUser-Name"),f=d.find(".Rk-Edit-ColorPicker li"),g=d.find(".Rk-CurrentUser-Color"),h=this;e.off("click").text(this.renkan.translate("<unknown user>")),f.off("mouseleave click"),b.forEach(function(b){b.get("_id")===h.renkan.current_user?(e.text(b.get("title")),g.css("background",b.get("color")),h.isEditable()&&(h.renkan.options.user_name_editable&&e.click(function(){var c=a(this),d=a("<input>").val(b.get("title")).blur(function(){b.set("title",a(this).val()),h.redrawUsers(),h.redraw()});c.empty().html(d),d.select()}),h.renkan.options.user_color_editable&&f.click(function(c){c.preventDefault(),h.isEditable()&&b.set("color",a(this).attr("data-color")),a(this).parent().hide()}).mouseleave(function(){g.css("background",b.get("color"))}))):c+=h.userTemplate({name:b.get("title"),background:b.get("color")})}),d.find(".Rk-UserList").html(c)}},removeRepresentation:function(a){a.destroy(),this.representations=b.reject(this.representations,function(b){return b===a})},getRepresentationByModel:function(a){return a?b.find(this.representations,function(b){return b.model===a}):void 0},removeRepresentationsOfType:function(a){var c=b.filter(this.representations,function(b){return b.type===a}),d=this;b.each(c,function(a){d.removeRepresentation(a)})},highlightModel:function(a){var b=this.getRepresentationByModel(a);b&&b.highlight()},unhighlightAll:function(a){b.each(this.representations,function(a){a.unhighlight()})},unselectAll:function(a){b.each(this.representations,function(a){a.unselect();
+})},redraw:function(){this.redrawActive&&(b.each(this.representations,function(a){a.redraw({dontRedrawEdges:!0})}),this.minimap&&"undefined"!=typeof this.view&&this.redrawMiniframe(),paper.view.draw())},addTempEdge:function(a,b){var c=this.addRepresentation("TempEdge",null);c.end_pos=b,c.from_representation=a,c.redraw(),this.click_target=c},findTarget:function(a){if(a&&"undefined"!=typeof a.item.__representation){var b=a.item.__representation;this.selected_target!==a.item.__representation&&(this.selected_target&&this.selected_target.unselect(b),b.select(this.selected_target),this.selected_target=b)}else this.selected_target&&this.selected_target.unselect(),this.selected_target=null},onMouseMove:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=c.subtract(this.last_point);this.last_point=c,!this.is_dragging&&this.mouse_down&&d.length>f._MIN_DRAG_DISTANCE&&(this.is_dragging=!0);var e=paper.project.hitTest(c);this.is_dragging?this.click_target&&"function"==typeof this.click_target.paperShift?this.click_target.paperShift(d):this.view.paperShift(d):this.findTarget(e),paper.view.draw()},onMouseDown:function(b,c){var d=this.canvas_$.offset(),e=new paper.Point([b.pageX-d.left,b.pageY-d.top]);if(this.last_point=e,this.mouse_down=!0,!this.click_target||"Temp-edge"!==this.click_target.type){this.removeRepresentationsOfType("editor"),this.is_dragging=!1;var g=paper.project.hitTest(e);if(g&&"undefined"!=typeof g.item.__representation)this.click_target=g.item.__representation,this.click_target.mousedown(b,c);else if(this.click_target=null,this.isEditable()&&this.click_mode===f._CLICKMODE_ADDNODE){var h=this.toModelCoords(e),i={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:h.x,y:h.y}},j=this.renkan.project.addNode(i);this.getRepresentationByModel(j).openEditor()}}this.click_mode&&(this.isEditable()&&this.click_mode===f._CLICKMODE_STARTEDGE&&this.click_target&&"Node"===this.click_target.type?(this.removeRepresentationsOfType("editor"),this.addTempEdge(this.click_target,e),this.click_mode=f._CLICKMODE_ENDEDGE,this.notif_$.fadeOut(function(){a(this).html(this.renkan.translate("Click on a second node to complete the edge")).fadeIn()})):(this.notif_$.hide(),this.click_mode=!1)),paper.view.draw()},onMouseUp:function(a,b){if(this.mouse_down=!1,this.click_target){var c=this.canvas_$.offset();this.click_target.mouseup({point:new paper.Point([a.pageX-c.left,a.pageY-c.top])},b)}else this.click_target=null,this.is_dragging=!1,b&&this.unselectAll(),this.view.updateUrl();paper.view.draw()},onScroll:function(a,b){if(this.totalScroll+=b,Math.abs(this.totalScroll)>=1){var c=this.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]).subtract(this.view.offset).multiply(Math.SQRT2-1);this.totalScroll>0?this.view.setScale(this.view.scale*Math.SQRT2,this.view.offset.subtract(d)):this.view.setScale(this.view.scale*Math.SQRT1_2,this.view.offset.add(d.divide(Math.SQRT2))),this.totalScroll=0}},onDoubleClick:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=paper.project.hitTest(c);if(!this.isEditable())return void(d&&"undefined"!=typeof d.item.__representation&&d.item.__representation.model.get("uri")&&window.open(d.item.__representation.model.get("uri"),"_blank"));if(this.isEditable()&&(!d||"undefined"==typeof d.item.__representation)){var e=this.toModelCoords(c),g={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:e.x,y:e.y}},h=this.renkan.project.addNode(g);this.getRepresentationByModel(h).openEditor()}paper.view.draw()},defaultDropHandler:function(b){var c={},d="";switch(b["text/x-iri-specific-site"]){case"twitter":d=a("<div>").html(b["text/x-iri-selected-html"]);var e=d.find(".tweet");c.title=this.renkan.translate("Tweet by ")+e.attr("data-name"),c.uri="http://twitter.com/"+e.attr("data-screen-name")+"/status/"+e.attr("data-tweet-id"),c.image=e.find(".avatar").attr("src"),c.description=e.find(".js-tweet-text:first").text();break;case"google":d=a("<div>").html(b["text/x-iri-selected-html"]),c.title=d.find("h3:first").text().trim(),c.uri=d.find("h3 a").attr("href"),c.description=d.find(".st:first").text().trim();break;default:b["text/x-iri-source-uri"]&&(c.uri=b["text/x-iri-source-uri"])}if((b["text/plain"]||b["text/x-iri-selected-text"])&&(c.description=(b["text/plain"]||b["text/x-iri-selected-text"]).replace(/[\s\n]+/gm," ").trim()),b["text/html"]||b["text/x-iri-selected-html"]){d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]);var f=d.find("image");f.length&&(c.image=f.attr("xlink:href"));var g=d.find("path");g.length&&(c.clipPath=g.attr("d"));var h=d.find("img");h.length&&(c.image=h[0].src);var i=d.find("a");i.length&&(c.uri=i[0].href),c.title=d.find("[title]").attr("title")||c.title,c.description=d.text().replace(/[\s\n]+/gm," ").trim()}b["text/uri-list"]&&(c.uri=b["text/uri-list"]),b["text/x-moz-url"]&&!c.title&&(c.title=(b["text/x-moz-url"].split("\n")[1]||"").trim(),c.title===c.uri&&(c.title=!1)),b["text/x-iri-source-title"]&&!c.title&&(c.title=b["text/x-iri-source-title"]),(b["text/html"]||b["text/x-iri-selected-html"])&&(d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]),c.image=d.find("[data-image]").attr("data-image")||c.image,c.uri=d.find("[data-uri]").attr("data-uri")||c.uri,c.title=d.find("[data-title]").attr("data-title")||c.title,c.description=d.find("[data-description]").attr("data-description")||c.description,c.clipPath=d.find("[data-clip-path]").attr("data-clip-path")||c.clipPath),c.title||(c.title=this.renkan.translate("Dragged resource"));for(var j=["title","description","uri","image"],k=0;k<j.length;k++){var l=j[k];(b["text/x-iri-"+l]||b[l])&&(c[l]=b["text/x-iri-"+l]||b[l]),("none"===c[l]||"null"===c[l])&&(c[l]=void 0)}return"function"==typeof this.renkan.options.drop_enhancer&&(c=this.renkan.options.drop_enhancer(c,b)),c},dropData:function(a,c){if(this.isEditable()){if(a["text/json"]||a["application/json"])try{var d=JSON.parse(a["text/json"]||a["application/json"]);b.extend(a,d)}catch(e){}var g="undefined"==typeof this.renkan.options.drop_handler?this.defaultDropHandler(a):this.renkan.options.drop_handler(a),h=this.canvas_$.offset(),i=new paper.Point([c.pageX-h.left,c.pageY-h.top]),j=this.toModelCoords(i),k={id:f.getUID("node"),created_by:this.renkan.current_user,uri:g.uri||"",title:g.title||"",description:g.description||"",image:g.image||"",color:g.color||void 0,clip_path:g.clipPath||void 0,position:{x:j.x,y:j.y}},l=this.renkan.project.addNode(k),m=this.getRepresentationByModel(l);"drop"===c.type&&m.openEditor()}},fullScreen:function(){var a,b=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen,c=this.renkan.$[0],d=["requestFullScreen","mozRequestFullScreen","webkitRequestFullScreen"],e=["cancelFullScreen","mozCancelFullScreen","webkitCancelFullScreen"];if(b){for(a=0;a<e.length;a++)if("function"==typeof document[e[a]]){document[e[a]]();break}var f=this.$.width(),g=this.$.height();this.renkan.options.show_top_bar&&(g-=this.$.find(".Rk-TopBar").height()),this.renkan.options.show_bins&&this.renkan.$.find(".Rk-Bins").position().left>0&&(f-=this.renkan.$.find(".Rk-Bins").width()),paper.view.viewSize=new paper.Size([f,g])}else{for(a=0;a<d.length;a++)if("function"==typeof c[d[a]]){c[d[a]]();break}this.redraw()}},addNodeBtn:function(){return this.click_mode===f._CLICKMODE_ADDNODE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_ADDNODE,this.notif_$.text(this.renkan.translate("Click on the background canvas to add a node")).fadeIn()),!1},addEdgeBtn:function(){return this.click_mode===f._CLICKMODE_STARTEDGE||this.click_mode===f._CLICKMODE_ENDEDGE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_STARTEDGE,this.notif_$.text(this.renkan.translate("Click on a first node to start the edge")).fadeIn()),!1},exportProject:function(){var a=this.renkan.project.toJSON(),d=(document.createElement("a"),a.id),e=d+".json";delete a.id,delete a._id,delete a.space_id;var g,h,i={};b.each(a.nodes,function(a,b,c){g=a.id||a._id,delete a._id,delete a.id,i[g]=a["@id"]=f.getUUID4()}),b.each(a.edges,function(a,b,c){delete a._id,delete a.id,a.to=i[a.to],a.from=i[a.from]}),b.each(a.views,function(a,c,d){delete a._id,delete a.id,a.hidden_nodes&&(h=a.hidden_nodes,a.hidden_nodes=[],b.each(h,function(b,c){a.hidden_nodes.push(i[b])}))}),a.users=[];var j=JSON.stringify(a,null,2),k=new Blob([j],{type:"application/json;charset=utf-8"});c(k,e)},setViewparameters:function(b){if(this.removeRepresentationsOfType("View"),a.isEmptyObject(b))return this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),void(this.renkan.options.default_view||this.view.autoScale());if("undefined"!=typeof b.viewIndex&&(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(b.viewIndex))),this.renkan.options.default_view||this.view.autoScale()),"undefined"!=typeof b.view&&b.view.split(",").length>=3){var c=b.view.split(","),d={project:this.renkan.project,offset:{x:parseFloat(c[0]),y:parseFloat(c[1])},zoom_level:parseFloat(c[2])};this.view?this.view.setScale(d.zoom_level,new paper.Point(d.offset)):(this.view=this.addRepresentation("View",null),this.view.params=d,this.view.init())}this.view||(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),this.view.autoScale()),this.unhighlightAll(),"undefined"!=typeof b.idNode&&this.highlightModel(this.renkan.project.get("nodes").get(b.idNode))},validViewIndex:function(a){var b=parseInt(a),c=0;return c=0>b?this.renkan.project.get("views").length+b:b,"undefined"==typeof this.renkan.project.get("views").at(b)&&(c=0),c},foldBins:function(){var a,b=this.$.find(".Rk-Fold-Bins"),c=this.renkan.$.find(".Rk-Bins"),d=this,e=d.canvas_$.width();c.position().left<0?(c.animate({left:0},250),this.$.animate({left:300},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e-c.width()<c.height()?e:e-c.width(),b.html("&laquo;")):(c.animate({left:-300},250),this.$.animate({left:0},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e+300,b.html("&raquo;")),d.view.resizeZoom(1,1,a/e)},save:function(){},open:function(){}}).value(),g}),define("renderer/viewrepr",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){var b=this;this.$=a(".Rk-Render"),this.type="View",this.hiddenNodes=[],this.scale=1,this.initialScale=1,this.offset=paper.view.center,this.params={},this.model&&(this.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")}),this.init();var c=function(a,c){b.$.find(a).click(function(a){return b[c](a),!1})};c(".Rk-ZoomOut","zoomOut"),c(".Rk-ZoomIn","zoomIn"),c(".Rk-ZoomFit","autoScale"),this.$.find(".Rk-ZoomSave").click(function(){var a={x:b.offset.x,y:b.offset.y};b.model=b.renkan.project.addView({zoom_level:b.scale,offset:a,hidden_nodes:b.hiddenNodes.concat()}),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.updateUrl()}),this.$.find(".Rk-ZoomSetSaved").click(function(){b.model=b.renkan.project.get("views").at(b.renkan.project.get("views").length-1),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.setScale(b.params.zoom_level,new paper.Point(b.params.offset)),b.showNodes(!1),b.options.hide_nodes&&(b.hiddenNodes=(b.params.hidden_nodes||[]).concat(),b.hideNodes()),b.updateUrl()}),this.$.find(".Rk-ShowHiddenNodes").mouseenter(function(){b.showNodes(!0),b.$.find(".Rk-ShowHiddenNodes").mouseleave(function(){b.hideNodes()})}),this.$.find(".Rk-ShowHiddenNodes").click(function(){b.showNodes(!1),b.$.find(".Rk-ShowHiddenNodes").off("mouseleave")}),this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show()},redraw:function(a){},init:function(){var a=this;a.setScale(a.params.zoom_level,new paper.Point(a.params.offset)),a.options.hide_nodes&&(a.hiddenNodes=(a.params.hidden_nodes||[]).concat(),a.hideNodes())},addHiddenNode:function(a){this.hideNode(a),this.hiddenNodes.push(a.id),this.updateUrl()},hideNode:function(a){"undefined"!=typeof this.renderer.getRepresentationByModel(a)&&this.renderer.getRepresentationByModel(a).hide()},hideNodes:function(){var a=this;this.hiddenNodes.forEach(function(b,c){var d=a.renkan.project.get("nodes").get(b);return"undefined"!=typeof d?a.hideNode(a.renkan.project.get("nodes").get(b)):void a.hiddenNodes.splice(c,1)}),paper.view.draw()},showNodes:function(a){var b=this;this.hiddenNodes.forEach(function(c){b.renderer.getRepresentationByModel(b.renkan.project.get("nodes").get(c)).show(a)}),a||(this.hiddenNodes=[]),paper.view.draw()},setScale:function(a,b){a/this.initialScale>e._MIN_SCALE&&a/this.initialScale<e._MAX_SCALE&&(this.scale=a,b&&(this.offset=b),this.renderer.redraw(),this.updateUrl())},zoomOut:function(){var a=this.scale*Math.SQRT1_2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT1_2)).add(this.offset.multiply(Math.SQRT1_2));this.setScale(a,b)},zoomIn:function(){var a=this.scale*Math.SQRT2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT2)).add(this.offset.multiply(Math.SQRT2));this.setScale(a,b)},resizeZoom:function(a,b,c){var d=this.scale*c,e=new paper.Point([this.offset.x*a,this.offset.y*b]);this.setScale(d,e)},autoScale:function(a){var b=this.renkan.project.get("nodes");if(b.length>1){var c=b.map(function(a){return a.get("position").x}),d=b.map(function(a){return a.get("position").y}),e=Math.min.apply(Math,c),f=Math.min.apply(Math,d),g=Math.max.apply(Math,c),h=Math.max.apply(Math,d),i=Math.min((paper.view.size.width-2*this.renkan.options.autoscale_padding)/(g-e),(paper.view.size.height-2*this.renkan.options.autoscale_padding)/(h-f));this.initialScale=i,"undefined"!=typeof a&&parseFloat(a.zoom_level)>0&&parseFloat(a.offset.x)>0&&parseFloat(a.offset.y)>0?this.setScale(parseFloat(a.zoom_level),new paper.Point(parseFloat(a.offset.x),parseFloat(a.offset.y))):this.setScale(i,paper.view.center.subtract(new paper.Point([(g+e)/2,(h+f)/2]).multiply(i)))}1===b.length&&this.setScale(1,paper.view.center.subtract(new paper.Point([b.at(0).get("position").x,b.at(0).get("position").y])))},paperShift:function(a){this.offset=this.offset.add(a),this.renderer.redraw()},updateUrl:function(){if(this.options.update_url){var b={},c=Backbone.history.getFragment().split("?");c.length>1&&c[1].split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),b.view=Math.round(1e3*this.offset.x)/1e3+","+Math.round(1e3*this.offset.y)/1e3+","+Math.round(1e3*this.scale)/1e3,this.renkan.project.get("views").indexOf(this.model)>-1?(b.viewIndex=this.renkan.project.get("views").indexOf(this.model),b.viewIndex===this.renkan.project.get("views").length-1&&(b.viewIndex=-1)):b.viewIndex&&delete b.viewIndex,this.renkan.router.navigate("?"+decodeURIComponent(a.param(b)),{trigger:!1,replace:!0})}},destroy:function(a){this._super("destroy"),this.showNodes(!1)}}).value(),f}),"function"==typeof require.config&&require.config({paths:{jquery:"../lib/jquery/jquery",underscore:"../lib/lodash/lodash",filesaver:"../lib/FileSaver/FileSaver",requtils:"require-utils","ckeditor-core":"../lib/ckeditor/ckeditor","ckeditor-jquery":"../lib/ckeditor/adapters/jquery"},shim:{"ckeditor-jquery":{deps:["jquery","ckeditor-core"]}}}),require(["renderer/baserepresentation","renderer/basebutton","renderer/noderepr","renderer/edge","renderer/tempedge","renderer/baseeditor","renderer/nodeeditor","renderer/edgeeditor","renderer/nodebutton","renderer/nodeeditbutton","renderer/noderemovebutton","renderer/nodehidebutton","renderer/nodeshowbutton","renderer/noderevertbutton","renderer/nodelinkbutton","renderer/nodeenlargebutton","renderer/nodeshrinkbutton","renderer/edgeeditbutton","renderer/edgeremovebutton","renderer/edgerevertbutton","renderer/miniframe","renderer/scene","renderer/viewrepr"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){"use strict";var x=window.Rkns;"undefined"==typeof x.Renderer&&(x.Renderer={});var y=x.Renderer;y._BaseRepresentation=a,y._BaseButton=b,y.Node=c,y.Edge=d,y.View=w,y.TempEdge=e,y._BaseEditor=f,y.NodeEditor=g,y.EdgeEditor=h,y._NodeButton=i,y.NodeEditButton=j,y.NodeRemoveButton=k,y.NodeHideButton=l,y.NodeShowButton=m,y.NodeRevertButton=n,y.NodeLinkButton=o,y.NodeEnlargeButton=p,y.NodeShrinkButton=q,y.EdgeEditButton=r,y.EdgeRemoveButton=s,y.EdgeRevertButton=t,y.MiniFrame=u,y.Scene=v,startRenkan()}),define("main-renderer",function(){});
 //# sourceMappingURL=renkan.min.map
\ No newline at end of file
--- a/server/php/basic/public_html/static/lib/renkan/js/renkan.min.map	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/public_html/static/lib/renkan/js/renkan.min.map	Tue Sep 22 15:32:43 2015 +0200
@@ -1,1 +1,1 @@
-{"version":3,"file":"renkan.min.js","sources":["templates.js","../../js/main.js","../../js/router.js","../../js/dataloader.js","../../js/models.js","../../js/defaults.js","../../js/i18n.js","../../js/full-json.js","../../js/save-once.js","../../js/ldtjson-bin.js","../../js/list-bin.js","../../js/wikipedia-bin.js","paper-renderer.js"],"names":["this","obj","__t","__p","_","escape","__e","Array","prototype","join","renkan","translate","edge","title","options","show_edge_editor_uri","uri","properties","length","each","ontology","label","property","show_edge_editor_style","show_edge_editor_style_color","show_edge_editor_style_dash","dash","show_edge_editor_style_thickness","thickness","show_edge_editor_style_arrow","arrow","show_edge_editor_direction","show_edge_editor_nodes","from_color","shortenText","from_title","to_title","show_edge_editor_creator","has_creator","created_by_title","show_edge_tooltip_color","color","show_edge_tooltip_uri","short_uri","show_edge_tooltip_nodes","to_color","show_edge_tooltip_creator","created_by_color","Rkns","Utils","getFullURL","image","description","static_url","url","show_bins","show_editor","show_node_editor_title_richtext","node","show_node_editor_uri","change_types","types","type","charAt","toUpperCase","substring","show_node_editor_description","show_node_editor_description_richtext","show_node_editor_size","size","show_node_editor_style","show_node_editor_style_color","show_node_editor_style_dash","show_node_editor_style_thickness","show_node_editor_image","image_placeholder","clip_path","allow_image_upload","show_node_editor_creator","change_shapes","shapes","shape","show_node_tooltip_color","show_node_tooltip_uri","show_node_tooltip_description","show_node_tooltip_image","show_node_tooltip_creator","_id","print","__j","call","arguments","show_top_bar","editor_mode","project","get","show_user_list","show_user_color","user_color_editable","colorPicker","home_button_url","home_button_title","show_fullscreen_button","show_addnode_button","show_addedge_button","show_export_button","show_save_button","show_open_button","show_bookmarklet","show_search_field","resize","show_zoom","save_view","hide_nodes","root","$","jQuery","pickerColors","__renkans","_BaseBin","_renkan","_opts","find","hide","addClass","appendTo","title_icon_$","_this","attr","href","html","click","destroy","slideDown","resizeBins","refresh","count_$","title_$","main_$","auto_refresh","window","setInterval","detach","Renkan","push","defaults","templates","renkanJST","node_editor_templates","template","types_templates","value","key","property_files","f","getJSON","data","concat","read_only","router","Router","Models","Project","dataloader","DataLoader","Loader","setCurrentUser","user_id","user_name","addUser","current_user","renderer","redrawUsers","container","tabs","search_engines","current_user_list","UsersList","on","_tmpl","map","c","Renderer","Scene","search","_select","_input","_form","_search","Search","_key","getSearchTitle","className","getBgClass","_el","setSearchEngine","submit","val","search_engine","mouseenter","mouseleave","bins","_bin","Bin","elementDropped","_mainDiv","siblings","is","slideUp","_t","_models","where","_model","highlightModel","mouseout","unhighlightAll","dragDrop","err","e","preventDefault","touch","originalEvent","changedTouches","off","canvas_$","offset","w","width","h","height","pageX","left","pageY","top","onMouseMove","div","document","createElement","appendChild","cloneNode","dropData","text/html","innerHTML","onMouseDown","onMouseUp","dataTransfer","setData","lastsearch","lastval","regexpFromTextOrArray","source","tab","render","_text","i18n","language","substr","onStatusChange","listClasses","split","classes","i","_d","outerHeight","css","getUUID4","replace","r","Math","random","v","toString","getUID","pad","n","Date","ID_AUTO_INCREMENT","ID_BASE","getUTCFullYear","getUTCMonth","getUTCDate","_base","_n","_uidbase","test","img","Image","src","res","inherit","_baseClass","_callbefore","_class","apply","slice","_init","_initialized","extend","replaceText","makeReplaceFunc","l","k","charsrx","txt","toLowerCase","remrx","j","remsrc","charsub","getSource","inp","removeChars","String","fromCharCode","RegExp","_textOrArray","testrx","replacerx","isempty","_replace","text","_MIN_DRAG_DISTANCE","_NODE_BUTTON_WIDTH","_EDGE_BUTTON_INNER","_EDGE_BUTTON_OUTER","_CLICKMODE_ADDNODE","_CLICKMODE_STARTEDGE","_CLICKMODE_ENDEDGE","_NODE_SIZE_STEP","LN2","_MIN_SCALE","_MAX_SCALE","_MOUSEMOVE_RATE","_DOUBLETAP_DELAY","_DOUBLETAP_DISTANCE","_USER_PLACEHOLDER","default_user_color","_BOOKMARKLET_CODE","_maxlength","drawEditBox","_options","_coords","_path","_xmargin","_selector","tooltip_width","tooltip_padding","_height","_isLeft","x","paper","view","center","_left","tooltip_arrow_length","_right","_top","y","tooltip_margin","max","tooltip_arrow_width","min","_bottom","segments","point","add","fillColor","Color","Gradient","tooltip_top_color","tooltip_bottom_color","increaseBrightness","hex","percent","parseInt","g","b","Backbone","routes","index","parameters","result","forEach","part","item","decodeURIComponent","trigger","converters","from1to2","len","nodes","style","edges","schema_version","dataConverters","convert","schemaVersionFrom","getSchemaVersion","schemaVersionTo","converterName","load","set","validate","guid","RenkanModel","RelationalModel","idAttribute","constructor","id","prepare","addReference","_propName","_list","_default","_element","User","toJSON","Node","relations","HasOne","relatedModel","created_by","position","Edge","from","to","View","isArray","zoom_level","hidden_nodes","RosterUser","blacklist","HasMany","reverseRelation","includeInJSON","_props","_user","findOrCreate","addNode","_node","addEdge","_edge","addView","_view","removeNode","remove","removeEdge","_project","users","views","_item","t","version","initialize","filter","json","clone","attributes","Model","Collection","omit","site_id","model","navigator","userLanguage","popup_editor","editor_panel","manual_save","size_bug_fix","force_resize","allow_double_click","zoom_on_scroll","element_delete_delay","autoscale_padding","default_view","default_index_view","update_url","user_name_editable","show_minimap","minimap_width","minimap_height","minimap_padding","minimap_background_color","minimap_border_color","minimap_highlight_color","minimap_highlight_weight","buttons_background","buttons_label_color","buttons_label_font_size","ghost_opacity","default_dash_array","show_node_circles","clip_node_images","node_images_fill_mode","node_size_base","node_stroke_width","node_stroke_max_width","selected_node_stroke_width","selected_node_stroke_max_width","node_stroke_witdh_scale","node_fill_color","highlighted_node_fill_color","node_label_distance","node_label_max_length","label_untitled_nodes","default","video","edge_stroke_width","edge_stroke_max_width","selected_edge_stroke_width","selected_edge_stroke_max_width","edge_stroke_witdh_scale","edge_label_distance","edge_label_max_length","edge_arrow_length","edge_arrow_width","edge_arrow_max_width","edge_gap_in_bundles","label_untitled_edges","tooltip_border_color","tooltip_border_width","tooltip_opacity","richtext_editor_config","toolbarGroups","name","groups","removePlugins","uploaded_image_max_kb","fr","Edit Node","Edit Edge","Title:","URI:","Description:","From:","To:","Image URL:","Choose Image File:","Full Screen","Add Node","Add Edge","Save Project","Open Project","Auto-save enabled","Connection lost","Created by:","Zoom In","Zoom Out","Edit","Remove","Cancel deletion","Link to another node","Enlarge","Shrink","Click on the background canvas to add a node","Click on a first node to start the edge","Click on a second node to complete the edge","Wikipedia","Wikipedia in ","French","English","Japanese","Untitled project","Lignes de Temps","Loading, please wait","Edge color:","Dash:","Thickness:","Arrow:","Node color:","Choose color","Change edge direction","Do you really wish to remove node ","Do you really wish to remove edge ","This file is not an image","Image size must be under ","Size:","KB","Choose from vocabulary:","SKOS Documentation properties","has note","has example","has definition","SKOS Semantic relations","has broader","has narrower","has related","Dublin Core Metadata","has contributor","covers","created by","has date","published by","has source","has subject","Dragged resource","Search the Web","Search in Bins","Close bin","Refresh bin","(untitled)","Select contents:","Drag items from this website, drop them in Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.","Shapes available","Circle","Square","Diamond","Hexagone","Ellipse","Star","Cloud","Triangle","Zoom Fit","Download Project","Save view","View saved view","Renkan 'Drag-to-Add' bookmarklet","(unknown user)","<unknown user>","Search in graph","Search in ","jsonIO","_proj","http_method","_load","redrawActive","loadingStatus","_data","saveStatus","_save","ajax","contentType","JSON","stringify","success","_thrSave","throttle","setTimeout","changedAttributes","hasChanged","jsonIOSaveOnClick","_saveWarn","_onLeave","getdata","rx","matches","location","hash","match","beforeSend","_checkLeave","removeClass","save","hasClass","Ldt","ProjectBin","ldt_type","Resclass","console","error","tagTemplate","annotationTemplate","proj_id","project_id","ldt_platform","searchbase","highlight","_e","convertTC","_ms","_res","_totalSeconds","abs","floor","_hours","_minutes","_seconds","_html","_projtitle","meta","count","tags","_tag","_title","htitle","encodedtitle","encodeURIComponent","annotations","_annotation","_description","content","_duration","end","begin","_img","hdescription","start","duration","mediaid","media","annotationid","show","dataType","lang","_q","ResultsBin","segmentTemplate","max_results","highlightrx","objects","_segment","_begin","start_ts","_end","iri_id","element_id","format","q","limit","ResourceList","resultTemplate","list","trim","_match","langs","en","ja","query","_result","encodeURI","snippet","define","_BaseRepresentation","_renderer","_changeBinding","redraw","change","_removeBinding","removeRepresentation","defer","_selectBinding","select","_unselectBinding","unselect","_super","_func","moveTo","unhighlight","mousedown","mouseup","getUtils","getRenderer","requtils","BaseRepresentation","_BaseButton","_pos","sector","_newTarget","source_representation","cloud_path","builders","circle","getShape","Path","getImageShape","radius","rectangle","Rectangle","ellipse","polygon","RegularPolygon","diamond","d","SQRT2","rotate","star","cloud","path","scale","triangle","svg","ShapeBuilder","NodeRepr","node_layer","activate","buildShape","hidden","ghost","strokeWidth","h_ratio","labels_$","normal_buttons","NodeEditButton","NodeRemoveButton","NodeLinkButton","NodeEnlargeButton","NodeShrinkButton","NodeHideButton","NodeShowButton","pending_delete_buttons","NodeRevertButton","all_buttons","active_buttons","last_circle_radius","minimap","minimap_circle","__representation","miniframe","node_group","addChild","_getStrokeWidth","has","_getSelectedStrokeWidth","changed","shapeBuilder","sendToBack","_model_coords","Point","_baseRadius","exp","is_dragging","paper_coords","toPaperCoords","circle_radius","setSectorSize","node_image","subtract","image_delta","multiply","old_act_btn","opacity","dashArray","selected","isEditable","highlighted","_strokeWidth","_color","_dash","strokeColor","_pc","lastImage","showImage","minipos","toMinimapCoords","miniradius","minisize","Size","fitBounds","dontRedrawEdges","ed","repr","getRepresentationByModel","from_representation","to_representation","_image","image_cache","clipPath","hasClipPath","_clip","baseRadius","centerPoint","instructions","lastCoords","minX","Infinity","minY","maxX","maxY","transformCoords","tabc","relative","newCoords","parseFloat","isY","instr","coords","lineTo","cubicCurveTo","quadraticCurveTo","_raster","Raster","locked","Group","clipped","_circleClip","divide","insertAbove","paperShift","_delta","openEditor","removeRepresentationsOfType","_editor","addRepresentation","draw","_uri","showNeighbors","hideButtons","buttons_timeout","undefined","hideNeighbors","indexNode","hiddenNodes","indexOf","splice","textToReplace","hlvalue","throttledPaperDraw","saveCoords","toModelCoords","_event","_isTouch","unselectAll","click_target","edge_layer","bundle","addToBundles","line","arrow_scale","pivot","arrow_angle","EdgeEditButton","EdgeRemoveButton","EdgeRevertButton","minimap_line","_getArrowScale","_opacity","_arrow_scale","_p0a","_p1a","_v","_r","_u","_ortho","_group_pos","getPosition","_p0b","_p1b","_a","angle","_textdelta","_handle","visible","handleIn","handleOut","bounds","_textpos","transform","-moz-transform","-webkit-transform","text_angle","reject","TempEdge","_p0","_p1","end_pos","_c","_hitResult","hitTest","findTarget","_endDrag","_target","_destmodel","_BaseEditor","buttons_layer","editor_block","_pts","range","editor_$","BaseEditor","NodeEditor","readOnlyTemplate","_created_by","_template","_image_placeholder","_size","keys","editorInstance","ckeditor","editorInstanceTitle","closeEditor","cleanEditor","editor","focusManager","blur","_editor_title","onFieldChange","checkDirty","getData","resetDirty","show_node_editor_title","assign","keyCode","files","FileReader","alert","onload","target","readAsDataURL","focus","_picker","hover","shiftSize","_newsize","shiftThickness","_oldThickness","_newThickness","titlehtml","EdgeEditor","_from_model","_to_model","BaseButton","_NodeButton","sectorInner","lastSectorInner","drawSector","startAngle","endAngle","imageName","clearTimeout","NodeButton","delid","delete_list","time","valueOf","confirm","addHiddenNode","unset","_off","_point","addTempEdge","MiniFrame","filesaver","representations","notif_$","setup","totalScroll","mouse_down","selected_target","Layer","background_layer","topleft","bottomRight","cliprectangle","bundles","click_mode","_allowScroll","_originalScale","_zooming","_lastTapX","_lastTapY","icon_cache","imgname","throttledMouseMove","mousemove","mousewheel","onScroll","touchstart","_touches","touches","_lastTap","pow","onDoubleClick","touchmove","_newScale","_scaleRatio","_newOffset","setScale","touchend","dblclick","dragover","dragenter","dragleave","drop","parse","bindClick","selector","fname","evt","fadeIn","delay","fadeOut","mouseover","onResize","_ratio","newWidth","newHeight","ratioH","delta","ratioW","resizeZoom","_thRedraw","addRepresentations","_thRedrawUsers","history","el","_params","_delay","fixSize","autoScale","$cpwrapper","$cplist","$this","rxs","_now","findWhere","delete_scheduled","rescaleMinimap","last","_repr","_inR","_outR","_startAngle","_endAngle","_padding","_imgname","_caption","_startRads","PI","_endRads","_startdx","sin","_startdy","cos","_startXIn","_startYIn","_startXOut","_startYOut","_enddx","_enddy","_endXIn","_endYIn","_endXOut","_endYOut","_centerR","_centerRads","_centerX","_centerY","_centerXIn","_centerXOut","_centerYIn","_centerYOut","_textX","_textY","arcTo","closed","PointText","characterStyle","fontSize","paragraphStyle","justification","_visible","_restPos","_grp","_imgdelta","_currentPos","_edgeRepr","_bundle","_er","_dir","savebtn","tip","redrawMiniframe","bottomright","_xx","_yy","_minx","_miny","_maxx","_maxy","_scale","at","_type","RendererType","_collection","userTemplate","allUsers","models","ulistHtml","$userpanel","$name","$cpitems","$colorsquare","$input","empty","parent","background","_representation","_representations","_from","_tmpEdge","last_point","updateUrl","_scrolldelta","SQRT1_2","open","defaultDropHandler","newNode","tweetdiv","_svgimgs","_svgpaths","_imgs","_as","fields","drop_enhancer","jsondata","drop_handler","_nodedata","fullScreen","_isFull","mozFullScreen","webkitIsFullScreen","_requestMethods","_cancelMethods","widthAft","heightAft","viewSize","addNodeBtn","addEdgeBtn","exportProject","projectJSON","projectId","fileNameToSaveAs","space_id","objId","idsMap","projectJSONStr","blob","Blob","isEmptyObject","validViewIndex","viewIndex","viewParams","params","init","idNode","_index","validIndex","foldBins","sizeAft","foldBinsButton","sizeBef","animate","ViewRepr","initialScale","showNodes","hideNodes","hideNode","_offset","zoomOut","zoomIn","_scaleWidth","_scaleHeight","force_view","getFragment","round","navigate","param","require","config","paths","jquery","underscore","ckeditor-core","ckeditor-jquery","shim","deps","startRenkan"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAAA,KAAgB,UAAIA,KAAgB,cAEpCA,KAAgB,UAAE,8BAAgC,SAASC,KAC3DA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,EAAUC,GAAEC,OAC3B,KAAMJ,IACNE,KAAO,oBACS,OAAdD,IAAM,GAAe,GAAKA,KAC5B,yBACgB,OAAdA,IAAM,GAAe,GAAKA,KAC5B,SAGA,OAAOC,MAGPH,KAAgB,UAAE,6BAA+B,SAASC,KAC1DA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IACNE,KAAO,mDACPG,IAAII,OAAOC,UAAU,cACrB,mCACAL,IAAII,OAAOC,UAAU,WACrB,iEACAL,IAAIM,KAAKC,OACT,eACKC,QAAQC,uBACbZ,KAAO,6BACPG,IAAII,OAAOC,UAAU,SACrB,mEACAL,IAAIM,KAAKI,KACT,+CACAV,IAAIM,KAAKI,KACT,yCACKF,QAAQG,WAAWC,SACxBf,KAAO,qCACPG,IAAII,OAAOC,UAAU,4BACrB,8EACCP,EAAEe,KAAKL,QAAQG,WAAY,SAASG,GACrCjB,KAAO,qGACPG,IAAKI,OAAOC,UAAUS,EAASC,QAC/B,wDACCjB,EAAEe,KAAKC,EAASH,WAAY,SAASK,GAAY,GAAIN,GAAMI,EAAS,YAAcE,EAASN,GAC5Fb,MAAO,gFACPG,IAAKU,GACL,kCACKA,IAAQJ,KAAKI,MAClBb,KAAO,aAEPA,KAAO,kCACPG,IAAKI,OAAOC,UAAUW,EAASD,QAC/B,8DAEAlB,KAAO,uBAEPA,KAAO,4CAEPA,KAAO,KACFW,QAAQS,yBACbpB,KAAO,0CACFW,QAAQU,+BACbrB,KAAO,+EACPG,IAAII,OAAOC,UAAU,gBACrB,2OACmC,OAAjCT,IAAQQ,OAAmB,aAAa,GAAKR,KAC/C,wDACAI,IAAKI,OAAOC,UAAU,iBACtB,iDAEAR,KAAO,WACFW,QAAQW,8BACbtB,KAAO,8EACPG,IAAII,OAAOC,UAAU,UACrB,oFACAL,IAAKM,KAAKc,MACV,6BAEAvB,KAAO,WACFW,QAAQa,mCACbxB,KAAO,qFACPG,IAAII,OAAOC,UAAU,eACrB,qKACAL,IAAKM,KAAKgB,WACV,iHAEAzB,KAAO,WACFW,QAAQe,+BACb1B,KAAO,+EACPG,IAAII,OAAOC,UAAU,WACrB,sFACAL,IAAKM,KAAKkB,OACV,6BAEA3B,KAAO,kBAEPA,KAAO,KACFW,QAAQiB,6BACb5B,KAAO,sDACPG,IAAKI,OAAOC,UAAU,0BACtB,uBAEAR,KAAO,KACFW,QAAQkB,yBACb7B,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,kEACAL,IAAIM,KAAKqB,YACT,uBACA3B,IAAK4B,YAAYtB,KAAKuB,WAAY,KAClC,8DACA7B,IAAII,OAAOC,UAAU,QACrB,wGACAL,IAAK4B,YAAYtB,KAAKwB,SAAU,KAChC,gBAEAjC,KAAO,KACFW,QAAQuB,0BAA4BzB,KAAK0B,cAC9CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,mHACAL,IAAK4B,YAAYtB,KAAK2B,iBAAkB,KACxC,gBAEApC,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,sCAAwC,SAASC,KACnEA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IACNE,KAAO,yDACFW,QAAQ0B,0BACbrC,KAAO,2DACPG,IAAKM,KAAK6B,OACV,oBAEAtC,KAAO,kDACFS,KAAKI,MACVb,KAAO,0BACPG,IAAIM,KAAKI,KACT,gCAEAb,KAAO,aACPG,IAAIM,KAAKC,OACT,aACKD,KAAKI,MACVb,KAAO,UAEPA,KAAO,yBACFW,QAAQ4B,uBAAyB9B,KAAKI,MAC3Cb,KAAO,sDACPG,IAAIM,KAAKI,KACT,qBACAV,IAAKM,KAAK+B,WACV,oBAEAxC,KAAO,SACwB,OAA7BD,IAAOU,KAAgB,aAAa,GAAKV,KAC3C,SACKY,QAAQ8B,0BACbzC,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,kEACAL,IAAKM,KAAKqB,YACV,uBACA3B,IAAK4B,YAAYtB,KAAKuB,WAAY,KAClC,8DACA7B,IAAII,OAAOC,UAAU,QACrB,kEACAL,IAAKM,KAAKiC,UACV,uBACAvC,IAAK4B,YAAYtB,KAAKwB,SAAU,KAChC,gBAEAjC,KAAO,KACFW,QAAQgC,2BAA6BlC,KAAK0B,cAC/CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAKM,KAAKmC,kBACV,uBACAzC,IAAK4B,YAAYtB,KAAK2B,iBAAkB,KACxC,gBAEApC,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,iDAAmD,SAASC,KAC9EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,qBAC2B,OAAzBjD,IAAM,cAA0B,GAAKA,KACvC,iCACsB,OAApBA,IAAM,SAAqB,GAAKA,KAClC,SAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,sBACAI,IAAIO,OACJ,uBACAP,IAAI8C,aACJ,uDACoB,OAAlBlD,IAAM,OAAmB,GAAKA,KAChC,kBACqB,OAAnBA,IAAM,QAAoB,GAAKA,KACjC,kBAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,wBACoB,OAAlBA,IAAM,OAAmB,GAAKA,KAChC,WACkB,OAAhBA,IAAM,KAAiB,GAAKA,KAC9B,gBACuB,OAArBA,IAAM,UAAsB,GAAKA,KACnC,iDAGA,OAAOC,MAGPH,KAAgB,UAAE,8CAAgD,SAASC,KAC3EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,qBAC2B,OAAzBjD,IAAM,cAA0B,GAAKA,KACvC,iCACsB,OAApBA,IAAM,SAAqB,GAAKA,KAClC,SAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,sBACAI,IAAIO,OACJ,uBACAP,IAAI8C,aACJ,uDACoB,OAAlBlD,IAAM,OAAmB,GAAKA,KAChC,kBACqB,OAAnBA,IAAM,QAAoB,GAAKA,KACjC,kBAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,wBACoB,OAAlBA,IAAM,OAAmB,GAAKA,KAChC,WACkB,OAAhBA,IAAM,KAAiB,GAAKA,KAC9B,gBACuB,OAArBA,IAAM,UAAsB,GAAKA,KACnC,iDAGA,OAAOC,MAGPH,KAAgB,UAAE,0CAA4C,SAASC,KACvEA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWG,WAAW,oBACtC,qBAC2B,OAAzBnD,IAAM,cAA0B,GAAKA,KACvC,yCAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,gCACAI,IAAIO,OACJ,6BACAP,IAAIO,OACJ,iDACAP,IAAI+C,YACJ,iCACqB,OAAnBnD,IAAM,QAAoB,GAAKA,KACjC,kDAGA,OAAOC,MAGPH,KAAgB,UAAE,2BAA6B,SAASC,KACxDA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IACNE,KAAO,gFACPG,IAAIgD,KACJ,iBACAhD,IAAIO,OACJ,4BACAP,IAAI8C,aACJ,UAEAjD,KADKgD,MACE,yBACP7C,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,UAEO,gCAEPhD,KAAO,MACFgD,QACLhD,KAAO,iDACPG,IAAI6C,OACJ,UAEAhD,KAAO,6CACFmD,MACLnD,KAAO,sBACPG,IAAIgD,KACJ,4BAEAnD,KAAO,UACc,OAAnBD,IAAM,QAAoB,GAAKA,KACjC,SACKoD,MACLnD,KAAO,QAEPA,KAAO,oBACFiD,cACLjD,KAAO,qDACoB,OAAzBD,IAAM,cAA0B,GAAKA,KACvC,cAEAC,KAAO,SACFgD,QACLhD,KAAO,oDAEPA,KAAO,WAGP,OAAOA,MAGPH,KAAgB,UAAE,uBAAyB,SAASC,KACpDA,MAAQA,OACR,EAAA,GAASE,KAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IAEDa,QAAQyC,YACbpD,KAAO,0GACPG,IAAKK,UAAU,qBACf,2LACAL,IAAKK,UAAU,mBACf,0TACAL,IAAKK,UAAU,mBACf,iNACAL,IAAKK,UAAU,mBACf,2JACAL,IAAKK,UAAU,mBACf,kGAEAR,KAAO,IACFW,QAAQ0C,cACbrD,KAAO,yCAEPA,KADKW,QAAQyC,UACN,QAEA,OAEPpD,KAAO,cAEPA,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,6BAA+B,SAASC,KAC1DA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IAGNE,KAAO,qDACPG,IAAII,OAAOC,UAAU,cACrB,mCACAL,IAAII,OAAOC,UAAU,WACrB,iBAEAR,KADKW,QAAQ2C,gCACN,gEACkB,OAAvBvD,IAAOwD,KAAU,OAAa,GAAKxD,KACrC,eAEO,6DACPI,IAAIoD,KAAK7C,OACT,aAEAV,KAAO,eACFW,QAAQ6C,uBACbxD,KAAO,6BACPG,IAAII,OAAOC,UAAU,SACrB,mEACAL,IAAIoD,KAAK1C,KACT,+CACAV,IAAIoD,KAAK1C,KACT,sCAEAb,KAAO,IACFW,QAAQ8C,eACbzD,KAAO,6BACPG,IAAII,OAAOC,UAAU,oBACrB,+DACCP,EAAEe,KAAK0C,MAAO,SAASC,GACxB3D,KAAO,oEACPG,IAAKwD,GACL,IACKJ,KAAKI,OAASA,IACnB3D,KAAO,aAEPA,KAAO,sBACPG,IAAKI,OAAOC,UAAUmD,EAAKC,OAAO,GAAGC,cAAgBF,EAAKG,UAAU,KACpE,wCAEA9D,KAAO,mCAEPA,KAAO,IACFW,QAAQoD,+BACb/D,KAAO,6BACPG,IAAII,OAAOC,UAAU,iBACrB,qBAEAR,KADKW,QAAQqD,sCACN,0EACwB,OAA7BjE,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,mBAEO,wDACwB,OAA7BA,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,wBAEAC,KAAO,gBAEPA,KAAO,IACFW,QAAQsD,wBACbjE,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,uJACAL,IAAIoD,KAAKW,MACT,gGAEAlE,KAAO,IACFW,QAAQwD,yBACbnE,KAAO,0CACFW,QAAQyD,+BACbpE,KAAO,yFACPG,IAAII,OAAOC,UAAU,gBACrB,0HACAL,IAAIoD,KAAKjB,OACT,kGACmC,OAAjCvC,IAAQQ,OAAmB,aAAa,GAAKR,KAC/C,wDACAI,IAAKI,OAAOC,UAAU,iBACtB,iDAEAR,KAAO,WACFW,QAAQ0D,8BACbrE,KAAO,8EACPG,IAAII,OAAOC,UAAU,UACrB,oFACAL,IAAKoD,KAAKhC,MACV,6BAEAvB,KAAO,WACFW,QAAQ2D,mCACbtE,KAAO,qFACPG,IAAII,OAAOC,UAAU,eACrB,qKACAL,IAAIoD,KAAK9B,WACT,iHAEAzB,KAAO,kBAEPA,KAAO,IACFW,QAAQ4D,yBACbvE,KAAO,wGACPG,IAAIoD,KAAKP,OAASO,KAAKiB,mBACvB,qBACKjB,KAAKkB,YACVzE,KAAO,yNACPG,IAAKoD,KAAKkB,WACV,8CAEAzE,KAAO,yDACPG,IAAII,OAAOC,UAAU,eACrB,iJACAL,IAAIoD,KAAKP,OACT,mCACKrC,QAAQ+D,qBACb1E,KAAO,6BACPG,IAAII,OAAOC,UAAU,uBACrB,oGAIAR,KAAO,IACFW,QAAQgE,0BAA4BpB,KAAKpB,cAC9CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAIoD,KAAKX,kBACT,uBACAzC,IAAK4B,YAAYwB,KAAKnB,iBAAkB,KACxC,gBAEApC,KAAO,IACFW,QAAQiE,gBACb5E,KAAO,6BACPG,IAAII,OAAOC,UAAU,qBACrB,gEACCP,EAAEe,KAAK6D,OAAQ,SAASC,GACzB9E,KAAO,oEACPG,IAAK2E,GACL,IACKvB,KAAKuB,QAAUA,IACpB9E,KAAO,aAEPA,KAAO,sBACPG,IAAKI,OAAOC,UAAUsE,EAAMlB,OAAO,GAAGC,cAAgBiB,EAAMhB,UAAU,KACtE,wCAEA9D,KAAO,mCAEPA,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,sCAAwC,SAASC,KACnEA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IACNE,KAAO,yDACFW,QAAQoE,0BACb/E,KAAO,2DACPG,IAAIoD,KAAKjB,OACT,oBAEAtC,KAAO,kDACFuD,KAAK1C,MACVb,KAAO,0BACPG,IAAIoD,KAAK1C,KACT,gCAEAb,KAAO,cACkB,OAAvBD,IAAOwD,KAAU,OAAa,GAAKxD,KACrC,aACKwD,KAAK1C,MACVb,KAAO,QAEPA,KAAO,yBACFuD,KAAK1C,KAAOF,QAAQqE,wBACzBhF,KAAO,sDACPG,IAAIoD,KAAK1C,KACT,qBACAV,IAAIoD,KAAKf,WACT,oBAEAxC,KAAO,IACFW,QAAQsE,gCACbjF,KAAO,4CACwB,OAA7BD,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,UAEAC,KAAO,IACFuD,KAAKP,OAASrC,QAAQuE,0BAC3BlF,KAAO,iDACPG,IAAIoD,KAAKP,OACT,UAEAhD,KAAO,IACFuD,KAAKpB,aAAexB,QAAQwE,4BACjCnF,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAIoD,KAAKX,kBACT,uBACAzC,IAAK4B,YAAYwB,KAAKnB,iBAAkB,KACxC,gBAEApC,KAAO,2BACPG,IAAIoD,KAAK6B,KACT,KACAjF,IAAII,OAAOC,UAAU,qBACrB,QAGA,OAAOR,MAGPH,KAAgB,UAAE,mCAAqC,SAASC,KAChEA,MAAQA,OACR,EAAA,GAASE,KAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,KAEzD,KAAMR,IACNE,KAAO,yDACFW,QAAQoE,0BACb/E,KAAO,2DACPG,IAAIoD,KAAKjB,OACT,oBAEAtC,KAAO,kDACFuD,KAAK1C,MACVb,KAAO,0BACPG,IAAIoD,KAAK1C,KACT,gCAEAb,KAAO,aACPG,IAAIoD,KAAK7C,OACT,aACK6C,KAAK1C,MACVb,KAAO,QAEPA,KAAO,yBACFuD,KAAK1C,KAAOF,QAAQqE,wBACzBhF,KAAO,0EACPG,IAAIoD,KAAK1C,KACT,yCAEAb,KAAO,2BACPG,IAAIoD,KAAK6B,KACT,KACAjF,IAAII,OAAOC,UAAU,qBACrB,QAGA,OAAOR,MAGPH,KAAgB,UAAE,wBAA0B,SAASC,KAGrD,QAASuF,SAAUrF,KAAOsF,IAAIC,KAAKC,UAAW,IAF9C1F,MAAQA,OACR,IAASE,KAAM,GAAIG,IAAMF,EAAEC,OAAQoF,IAAMlF,MAAMC,UAAUC,IAEzD,MAAMR,IAEDa,QAAQ8E,eACbzF,KAAO,8EAMPA,KALMW,QAAQ+E,YAKP,+DACPvF,IAAKwF,QAAQC,IAAI,UAAY,IAC7B,kBACAzF,IAAIK,UAAU,qBACd,iBARO,2DACPL,IAAKwF,QAAQC,IAAI,UAAYpF,UAAU,qBACvC,gCAQAR,KAAO,aACFW,QAAQkF,iBACb7F,KAAO,2GACFW,QAAQmF,kBACb9F,KAAO,qKACFW,QAAQoF,sBACb/F,KAAO,0GAEPA,KAAO,sEACFW,QAAQoF,qBAAuBV,MAAMW,aAC1ChG,KAAO,0DAEPA,KAAO,4LAEPA,KAAO,aACFW,QAAQsF,kBACbjG,KAAO,uHACPG,IAAKQ,QAAQsF,iBACb,8IACA9F,IAAKK,UAAUG,QAAQuF,oBACvB,oFAEAlG,KAAO,aACFW,QAAQwF,yBACbnG,KAAO,kQACPG,IAAIK,UAAU,gBACd,sFAEAR,KAAO,aACFW,QAAQ+E,aACb1F,KAAO,iBACFW,QAAQyF,sBACbpG,KAAO,mRACPG,IAAIK,UAAU,aACd,sGAEAR,KAAO,iBACFW,QAAQ0F,sBACbrG,KAAO,mRACPG,IAAIK,UAAU,aACd,sGAEAR,KAAO,iBACFW,QAAQ2F,qBACbtG,KAAO,kRACPG,IAAIK,UAAU,qBACd,sGAEAR,KAAO,iBACFW,QAAQ4F,mBACbvG,KAAO,2TAEPA,KAAO,iBACFW,QAAQ6F,mBACbxG,KAAO,gRACPG,IAAIK,UAAU,iBACd,sGAEAR,KAAO,iBACFW,QAAQ8F,mBACbzG,KAAO,8RACPG,IAAIK,UAAU,qCACd,6JAEAR,KAAO,eAEPA,KAAO,iBACFW,QAAQ2F,qBACbtG,KAAO,kRACPG,IAAIK,UAAU,qBACd,+JAEAR,KAAO,cAEPA,KAAO,aACFW,QAAQ+F,oBACb1G,KAAO,+IACPG,IAAKK,UAAU,oBACf,4FAEAR,KAAO,kBAEPA,KAAO,iCACDW,QAAQ8E,eACdzF,KAAO,0BAEPA,KAAO,wEACFW,QAAQgG,SACb3G,KAAO,eAEPA,KAAO,+FACFW,QAAQyC,YACbpD,KAAO,mEAEPA,KAAO,aACFW,QAAQiG,YACb5G,KAAO,6FACPG,IAAIK,UAAU,YACd,4DACAL,IAAIK,UAAU,aACd,4DACAL,IAAIK,UAAU,aACd,6BACKG,QAAQ+E,aAAe/E,QAAQkG,YACpC7G,KAAO,yDACPG,IAAIK,UAAU,cACd,8BAEAR,KAAO,qBACFW,QAAQkG,YACb7G,KAAO,6DACPG,IAAIK,UAAU,oBACd,iCACKG,QAAQmG,aACb9G,KAAO,gEACPG,IAAIK,UAAU,sBACd,kCAEAR,KAAO,6BAEPA,KAAO,kCAEPA,KAAO,wBAGP,OAAOA,MAGPH,KAAgB,UAAE,yBAA2B,SAASC,KACtDA,MAAQA,OACR,EAAA,GAAIC,KAAKC,IAAM,EAAUC,GAAEC,OAC3B,KAAMJ,IACNE,KAAO,eACmB,OAAxBD,IAAM,WAAyB,GAAKA,KACtC,gBACoB,OAAlBA,IAAM,KAAmB,GAAKA,KAChC,MACsB,OAApBA,IAAM,OAAqB,GAAKA,KAClC,OAGA,OAAOC,MAGPH,KAAgB,UAAE,+CAAiD,SAASC,KAC5EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,+EACPG,IAAIgD,KACJ,4BACAhD,IAAIO,OACJ,4BACAP,IAAI8C,aACJ,sBACA9C,IAAK0C,KAAKC,MAAMC,WAAYG,WAAa,sBACzC,iDACA/C,IAAI+C,YACJ,8EACA/C,IAAIgD,KACJ,sBACqB,OAAnBpD,IAAM,QAAoB,GAAKA,KACjC,yDAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,eAGA,OAAOC,MCvzBP,SAAU+G,GAEN,YAEyB,iBAAdA,GAAKlE,OACZkE,EAAKlE,QAGT,IAAIA,GAAOkE,EAAKlE,KACZmE,EAAInE,EAAKmE,EAAID,EAAKE,OAClBhH,EAAI4C,EAAK5C,EAAI8G,EAAK9G,CAEtB4C,GAAKqE,cAAgB,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC9F,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,WAGjFrE,EAAKsE,YAEL,IAAIC,GAAWvE,EAAKuE,SAAW,SAASC,EAASC,GAC7C,GAAuB,mBAAZD,GAAyB,CAChCxH,KAAKU,OAAS8G,EACdxH,KAAKU,OAAOyG,EAAEO,KAAK,gBAAgBC,OACnC3H,KAAKmH,EAAInE,EAAKmE,EAAE,QACXS,SAAS,UACTC,SAASL,EAAQL,EAAEO,KAAK,iBAC7B1H,KAAK8H,aAAe9E,EAAKmE,EAAE,UACtBS,SAAS,qBACTC,SAAS7H,KAAKmH,EAEnB,IAAIY,GAAQ/H,IAEZgD,GAAKmE,EAAE,OACFa,MACGC,KAAM,IACNpH,MAAO2G,EAAQ7G,UAAU,eAE5BiH,SAAS,gBACTM,KAAK,WACLL,SAAS7H,KAAKmH,GACdgB,MAAM,WAMH,MALAJ,GAAMK,UACDZ,EAAQL,EAAEO,KAAK,wBAAwBxG,QACxCsG,EAAQL,EAAEO,KAAK,qBAAqBW,YAExCb,EAAQc,cACD,IAEftF,EAAKmE,EAAE,OACFa,MACGC,KAAM,IACNpH,MAAO2G,EAAQ7G,UAAU,iBAE5BiH,SAAS,kBACTC,SAAS7H,KAAKmH,GACdgB,MAAM,WAEH,MADAJ,GAAMQ,WACC,IAEfvI,KAAKwI,QAAUxF,EAAKmE,EAAE,SACjBS,SAAS,gBACTC,SAAS7H,KAAKmH,GACnBnH,KAAKyI,QAAUzF,EAAKmE,EAAE,QACjBS,SAAS,gBACTC,SAAS7H,KAAKmH,GACnBnH,KAAK0I,OAAS1F,EAAKmE,EAAE,SAChBS,SAAS,eACTC,SAAS7H,KAAKmH,GACde,KAAK,8BAAgCV,EAAQ7G,UAAU,wBAA0B,SACtFX,KAAKyI,QAAQP,KAAKT,EAAM5G,OAAS,aACjCb,KAAKU,OAAO4H,aAERb,EAAMkB,cACNC,OAAOC,YAAY,WACfd,EAAMQ,WACPd,EAAMkB,eAKrBpB,GAAS/G,UAAU4H,QAAU,WACzBpI,KAAKmH,EAAE2B,SACP9I,KAAKU,OAAO4H,aAKhB,IAAIS,GAAS/F,EAAK+F,OAAS,SAAStB,GAChC,GAAIM,GAAQ/H,IAEZgD,GAAKsE,UAAU0B,KAAKhJ,MAEpBA,KAAKc,QAAUV,EAAE6I,SAASxB,EAAOzE,EAAKiG,UAClCC,UAAW9I,EAAE6I,SAASxB,EAAMyB,UAAWC,YAAcA,UACrDC,sBAAuBhJ,EAAE6I,SAASxB,EAAM2B,sBAAuBpG,EAAKiG,SAASG,yBAEjFpJ,KAAKqJ,SAAWF,UAAU,sBAE1B,IAAIG,KA6DJ,IA5DAlJ,EAAEe,KAAKnB,KAAKc,QAAQsI,sBAAuB,SAASG,EAAOC,GACvDF,EAAgBE,GAAOzB,EAAMjH,QAAQoI,UAAUK,SACxCxB,GAAMjH,QAAQoI,UAAUK,KAEnCvJ,KAAKc,QAAQsI,sBAAwBE,EAErClJ,EAAEe,KAAKnB,KAAKc,QAAQ2I,eAAgB,SAASC,GACzC1G,EAAKmE,EAAEwC,QAAQD,EAAG,SAASE,GACvB7B,EAAMjH,QAAQG,WAAa8G,EAAMjH,QAAQG,WAAW4I,OAAOD,OAInE5J,KAAK8J,UAAY9J,KAAKc,QAAQgJ,YAAc9J,KAAKc,QAAQ+E,YAEzD7F,KAAK+J,OAAS,GAAI/G,GAAKgH,OAEvBhK,KAAK8F,QAAU,GAAI9C,GAAKiH,OAAOC,QAC/BlK,KAAKmK,WAAa,GAAInH,GAAKoH,WAAWC,OAAOrK,KAAK8F,QAAS9F,KAAKc,SAEhEd,KAAKsK,eAAiB,SAASC,EAASC,GACpCxK,KAAK8F,QAAQ2E,SACTlF,IAAKgF,EACL1J,MAAO2J,IAEXxK,KAAK0K,aAAeH,EACpBvK,KAAK2K,SAASC,eAGkB,mBAAzB5K,MAAKc,QAAQyJ,UACpBvK,KAAK0K,aAAe1K,KAAKc,QAAQyJ,SAErCvK,KAAKmH,EAAInE,EAAKmE,EAAE,IAAMnH,KAAKc,QAAQ+J,WACnC7K,KAAKmH,EACAS,SAAS,WACTM,KAAKlI,KAAKqJ,SAASrJ,OAExBA,KAAK8K,QACL9K,KAAK+K,kBAEL/K,KAAKgL,kBAAoB,GAAIhI,GAAKiH,OAAOgB,UAEzCjL,KAAKgL,kBAAkBE,GAAG,aAAc,WAChClL,KAAK2K,UACL3K,KAAK2K,SAASC,gBAItB5K,KAAKmG,YAAc,WACf,GAAIgF,GAAQhC,UAAU,6BACtB,OAAO,mCAAqCnG,EAAKqE,aAAa+D,IAAI,SAASC,GACvE,MAAOF,IACHE,EAAGA,MAER5K,KAAK,IAAM,WAGdT,KAAKc,QAAQ0C,cACbxD,KAAK2K,SAAW,GAAI3H,GAAKsI,SAASC,MAAMvL,OAGvCA,KAAKc,QAAQ0K,OAAOtK,OAElB,CACH,GAAIiK,GAAQhC,UAAU,yBAClBsC,EAAUzL,KAAKmH,EAAEO,KAAK,mBACtBgE,EAAS1L,KAAKmH,EAAEO,KAAK,wBACrBiE,EAAQ3L,KAAKmH,EAAEO,KAAK,sBACxBtH,GAAEe,KAAKnB,KAAKc,QAAQ0K,OAAQ,SAASI,GAC7B5I,EAAK4I,EAAQ9H,OAASd,EAAK4I,EAAQ9H,MAAM+H,QACzC9D,EAAMgD,eAAe/B,KAAK,GAAIhG,GAAK4I,EAAQ9H,MAAM+H,OAAO9D,EAAO6D,MAGvEH,EAAQvD,KACJ9H,EAAEJ,KAAK+K,gBAAgBK,IAAI,SAASQ,EAASE,GACzC,MAAOX,IACH3B,IAAKsC,EACLjL,MAAO+K,EAAQG,iBACfC,UAAWJ,EAAQK,iBAExBxL,KAAK,KAEZgL,EAAQ/D,KAAK,MAAMS,MAAM,WACrB,GAAI+D,GAAMlJ,EAAKmE,EAAEnH,KACjB+H,GAAMoE,gBAAgBD,EAAIlE,KAAK,aAC/B2D,EAAMS,WAEVT,EAAMS,OAAO,WACT,GAAIV,EAAOW,MAAO,CACd,GAAIT,GAAU7D,EAAMuE,aACpBV,GAAQJ,OAAOE,EAAOW,OAE1B,OAAO,IAEXrM,KAAKmH,EAAEO,KAAK,sBAAsB6E,WAC9B,WACId,EAAQpD,cAGhBrI,KAAKmH,EAAEO,KAAK,qBAAqB8E,WAC7B,WACIf,EAAQ9D,SAGhB3H,KAAKmM,gBAAgB,OA1CrBnM,MAAKmH,EAAEO,KAAK,uBAAuBoB,QA4CvC1I,GAAEe,KAAKnB,KAAKc,QAAQ2L,KAAM,SAASC,GAC3B1J,EAAK0J,EAAK5I,OAASd,EAAK0J,EAAK5I,MAAM6I,KACnC5E,EAAM+C,KAAK9B,KAAK,GAAIhG,GAAK0J,EAAK5I,MAAM6I,IAAI5E,EAAO2E,KAIvD,IAAIE,IAAiB,CAErB5M,MAAKmH,EAAEO,KAAK,YACPwD,GAAG,QAAS,mCAAoC,WAC7C,GAAI2B,GAAW7J,EAAKmE,EAAEnH,MAAM8M,SAAS,eACjCD,GAASE,GAAG,aACZhF,EAAMZ,EAAEO,KAAK,gBAAgBsF,UAC7BH,EAASxE,eAIjBrI,KAAKc,QAAQ0C,aAEbxD,KAAKmH,EAAEO,KAAK,YAAYwD,GAAG,YAAa,eAAgB,WACpD,GAAI+B,GAAKjK,EAAKmE,EAAEnH,KAChB;GAAIiN,GAAM9F,EAAE8F,GAAIjF,KAAK,YAAa,CAC9B,GAAIkF,GAAUnF,EAAMjC,QAAQC,IAAI,SAASoH,OACrCnM,IAAKmG,EAAE8F,GAAIjF,KAAK,aAEpB5H,GAAEe,KAAK+L,EAAS,SAASE,GACrBrF,EAAM4C,SAAS0C,eAAeD,QAGvCE,SAAS,WACRvF,EAAM4C,SAAS4C,mBAChBrC,GAAG,YAAa,eAAgB,WAC/B,IACIlL,KAAKwN,WACP,MAAOC,OACVvC,GAAG,aAAc,eAAgB,WAChC0B,GAAiB,IAClB1B,GAAG,YAAa,eAAgB,SAASwC,GACxCA,EAAEC,gBACF,IAAIC,GAAQF,EAAEG,cAAcC,eAAe,GACvCC,EAAMhG,EAAM4C,SAASqD,SAASC,SAC9BC,EAAInG,EAAM4C,SAASqD,SAASG,QAC5BC,EAAIrG,EAAM4C,SAASqD,SAASK,QAChC,IAAIT,EAAMU,OAASP,EAAIQ,MAAQX,EAAMU,MAASP,EAAIQ,KAAOL,GAAMN,EAAMY,OAAST,EAAIU,KAAOb,EAAMY,MAAST,EAAIU,IAAML,EAC9G,GAAIxB,EACA7E,EAAM4C,SAAS+D,YAAYd,GAAO,OAC/B,CACHhB,GAAiB,CACjB,IAAI+B,GAAMC,SAASC,cAAc,MACjCF,GAAIG,YAAY9O,KAAK+O,WAAU,IAC/BhH,EAAM4C,SAASqE,UACXC,YAAaN,EAAIO,WAClBtB,GACH7F,EAAM4C,SAASwE,YAAYvB,GAAO,MAG3C1C,GAAG,WAAY,eAAgB,SAASwC,GACnCd,GACA7E,EAAM4C,SAASyE,UAAU1B,EAAEG,cAAcC,eAAe,IAAI,GAEhElB,GAAiB,IAClB1B,GAAG,YAAa,eAAgB,SAASwC,GACxC,GAAIiB,GAAMC,SAASC,cAAc,MACjCF,GAAIG,YAAY9O,KAAK+O,WAAU,GAC/B,KACIrB,EAAEG,cAAcwB,aAAaC,QAAQ,YAAaX,EAAIO,WACxD,MAAOzB,GACLC,EAAEG,cAAcwB,aAAaC,QAAQ,OAAQX,EAAIO,cAM7DlM,EAAKmE,EAAEyB,QAAQ9B,OAAO,WAClBiB,EAAMO,cAGV,IAAIiH,IAAa,EACbC,EAAU,EAEdxP,MAAKmH,EAAEO,KAAK,yBAAyBwD,GAAG,2BAA4B,WAChE,GAAImB,GAAMrJ,EAAKmE,EAAEnH,MAAMqM,KACvB,IAAIA,IAAQmD,EAAZ,CAGA,GAAIhE,GAASxI,EAAKC,MAAMwM,sBAAsBpD,EAAInL,OAAS,EAAImL,EAAM,KACjEb,GAAOkE,SAAWH,IAGtBA,EAAa/D,EAAOkE,OACpBtP,EAAEe,KAAK4G,EAAM+C,KAAM,SAAS6E,GACxBA,EAAIC,OAAOpE,SAInBxL,KAAKmH,EAAEO,KAAK,wBAAwB0E,OAAO,WACvC,OAAO,IAIfrD,GAAOvI,UAAUG,UAAY,SAASkP,GAClC,MAAI7M,GAAK8M,KAAK9P,KAAKc,QAAQiP,WAAa/M,EAAK8M,KAAK9P,KAAKc,QAAQiP,UAAUF,GAC9D7M,EAAK8M,KAAK9P,KAAKc,QAAQiP,UAAUF,GAExC7P,KAAKc,QAAQiP,SAAS7O,OAAS,GAAK8B,EAAK8M,KAAK9P,KAAKc,QAAQiP,SAASC,OAAO,EAAG,KAAOhN,EAAK8M,KAAK9P,KAAKc,QAAQiP,SAASC,OAAO,EAAG,IAAIH,GAC5H7M,EAAK8M,KAAK9P,KAAKc,QAAQiP,SAASC,OAAO,EAAG,IAAIH,GAElDA,GAGX9G,EAAOvI,UAAUyP,eAAiB,WAC9BjQ,KAAK2K,SAASsF,kBAGlBlH,EAAOvI,UAAU2L,gBAAkB,SAASL,GACxC9L,KAAKsM,cAAgBtM,KAAK+K,eAAee,GACzC9L,KAAKmH,EAAEO,KAAK,sBAAsBM,KAAK,QAAS,qBAAuBhI,KAAKsM,cAAcL,aAG1F,KAAK,GAFDiE,GAAclQ,KAAKsM,cAAcL,aAAakE,MAAM,KACpDC,EAAU,GACLC,EAAI,EAAGA,EAAIH,EAAYhP,OAAQmP,IACpCD,GAAW,IAAMF,EAAYG,EAEjCrQ,MAAKmH,EAAEO,KAAK,wCAAwCM,KAAK,cAAehI,KAAKW,UAAU,cAAgBX,KAAKmH,EAAEO,KAAK,mBAAqB0I,GAASlI,SAGrJa,EAAOvI,UAAU8H,WAAa,WAC1B,GAAIgI,IAAMtQ,KAAKmH,EAAEO,KAAK,iBAAiB6I,aACvCvQ,MAAKmH,EAAEO,KAAK,yBAAyBvG,KAAK,WACtCmP,GAAMtN,EAAKmE,EAAEnH,MAAMuQ,gBAEvBvQ,KAAKmH,EAAEO,KAAK,gBAAgB8I,KACxBnC,OAAQrO,KAAKmH,EAAEO,KAAK,YAAY2G,SAAWiC,IAKnD,IAAIG,GAAW,WACX,MAAO,uCAAuCC,QAAQ,QAAS,SAASrF,GACpE,GAAIsF,GAAoB,GAAhBC,KAAKC,SAAgB,EACzBC,EAAU,MAANzF,EAAYsF,EAAS,EAAJA,EAAU,CACnC,OAAOG,GAAEC,SAAS,MAI1B/N,GAAKC,OACDwN,SAAUA,EACVO,OAAQ,WACJ,QAASC,GAAIC,GACT,MAAW,IAAJA,EAAS,IAAMA,EAAIA,EAE9B,GAAIZ,GAAK,GAAIa,MACTC,EAAoB,EACpBC,EAAUf,EAAGgB,iBAAmB,IAChCL,EAAIX,EAAGiB,cAAgB,GAAK,IAC5BN,EAAIX,EAAGkB,cAAgB,IACvBf,GACJ,OAAO,UAASgB,GAGZ,IAFA,GAAIC,MAAQN,GAAmBL,SAAS,IACpCY,EAA6B,mBAAVF,GAAwB,GAAKA,EAAQ,IACrDC,EAAGxQ,OAAS,GACfwQ,EAAK,IAAMA,CAEf,OAAOC,GAAWN,EAAU,IAAMK,MAG1CxO,WAAY,SAASI,GAEjB,GAAoB,mBAAV,IAAgC,MAAPA,EAC/B,MAAO,EAEX,IAAI,cAAcsO,KAAKtO,GACnB,MAAOA,EAEX,IAAIuO,GAAM,GAAIC,MACdD,GAAIE,IAAMzO,CACV,IAAI0O,GAAMH,EAAIE,GAEd,OADAF,GAAIE,IAAM,KACHC,GAGXC,QAAS,SAASC,EAAYC,GAE1B,GAAIC,GAAS,WACkB,kBAAhBD,IACPA,EAAYE,MAAMrS,KAAMO,MAAMC,UAAU8R,MAAM5M,KAAKC,UAAW,IAElEuM,EAAWG,MAAMrS,KAAMO,MAAMC,UAAU8R,MAAM5M,KAAKC,UAAW,IACnC,kBAAf3F,MAAKuS,OAAyBvS,KAAKwS,eAC1CxS,KAAKuS,MAAMF,MAAMrS,KAAMO,MAAMC,UAAU8R,MAAM5M,KAAKC,UAAW,IAC7D3F,KAAKwS,cAAe,GAK5B,OAFApS,GAAEqS,OAAOL,EAAO5R,UAAW0R,EAAW1R,WAE/B4R,GAGX3C,sBAAuB,WAoBnB,QAASiD,GAAY7C,GAIjB,QAAS8C,GAAgBC,GACrB,MAAO,UAASC,EAAG/B,GACf8B,EAAIA,EAAElC,QAAQoC,EAAQD,GAAI/B,IAGlC,IAAK,GARDiC,GAAMlD,EAAMmD,cAActC,QAAQuC,EAAO,IACzClB,EAAM,GAODmB,EAAI,EAAGA,EAAIH,EAAI7R,OAAQgS,IAAK,CAC7BA,IACAnB,GAAOoB,EAAS,IAEpB,IAAIP,GAAIG,EAAIG,EACZ9S,GAAEe,KAAKiS,EAAST,EAAgBC,IAChCb,GAAOa,EAEX,MAAOb,GAGX,QAASsB,GAAUC,GACf,aAAeA,IACX,IAAK,SACD,MAAOZ,GAAYY,EACvB,KAAK,SACD,GAAIvB,GAAM,EAUV,OATA3R,GAAEe,KAAKmS,EAAK,SAASxC,GACjB,GAAIkB,GAAMqB,EAAUvC,EAChBkB,KACID,IACAA,GAAO,KAEXA,GAAOC,KAGRD,EAEf,MAAO,GAxDX,GAAIqB,IACI,UACA,OACA,UACA,UACA,UACA,UAEJG,GACIC,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAC5H,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IACpG,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAAM,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAE1FN,EAAS,MAAQI,EAAY9S,KAAK,MAAQ,IAC1CwS,EAAQ,GAAIS,QAAOP,EAAQ,MAC3BL,EAAU1S,EAAEgL,IAAIgI,EAAS,SAAS/H,GAC9B,MAAO,IAAIqI,QAAOrI,IA2C1B,OAAO,UAASsI,GACZ,GAAIjE,GAAS2D,EAAUM,EACvB,IAAIjE,EAAQ,CACR,GAAIkE,GAAS,GAAIF,QAAOhE,EAAQ,MAC5BmE,EAAY,GAAIH,QAAO,IAAMhE,EAAS,IAAK,MAC/C,QACIoE,SAAS,EACTpE,OAAQA,EACRkC,KAAM,SAAS3E,GACX,MAAO2G,GAAOhC,KAAK3E,IAEvByD,QAAS,SAASb,EAAOkE,GACrB,MAAOlE,GAAMa,QAAQmD,EAAWE,KAIxC,OACID,SAAS,EACTpE,OAAQ,GACRkC,KAAM,WACF,OAAO,GAEXlB,QAAS,WACL,MAAOsD,YAO3BC,mBAAoB,EAEpBC,mBAAoB,GAEpBC,mBAAoB,EACpBC,mBAAoB,GAEpBC,mBAAoB,EACpBC,qBAAsB,EACtBC,mBAAoB,EAEpBC,gBAAiB5D,KAAK6D,IAAM,EAC5BC,WAAY,IACZC,WAAY,GACZC,gBAAiB,GACjBC,iBAAkB,IAGlBC,oBAAqB,IAErBC,kBAAmB,SAASvN,GACxB,OACI/E,MAAO+E,EAAQ1G,QAAQkU,mBACvBnU,MAAO2G,EAAQ7G,UAAU,kBACzBoF,IAAK,SAASiC,GACV,MAAOhI,MAAKgI,KAAS,KAOjCiN,kBAAmB,SAASzN,GACxB,MAAO,sRACHA,EAAQ7G,UAAU,qDAAqD+P,QAAQ,KAAM,KACrF,ymCAGRxO,YAAa,SAAS2N,EAAOqF,GACzB,MAAQrF,GAAM3O,OAASgU,EAAcrF,EAAMG,OAAO,EAAGkF,GAAc,IAAOrF,GAI9EsF,YAAa,SAASC,EAAUC,EAASC,EAAOC,EAAUC,GACtDA,EAAUhF,KACNrC,MAAQiH,EAASK,cAAgB,EAAIL,EAASM,iBAElD,IAAIC,GAAUH,EAAUjF,cAAgB,EAAI6E,EAASM,gBACjDE,EAAWP,EAAQQ,EAAIC,MAAMC,KAAKC,OAAOH,EAAI,EAAI,GACjDI,EAAQZ,EAAQQ,EAAID,GAAWL,EAAWH,EAASc,sBACnDC,EAASd,EAAQQ,EAAID,GAAWL,EAAWH,EAASc,qBAAuBd,EAASK,eACpFW,EAAOf,EAAQgB,EAAIV,EAAU,CAC7BS,GAAOT,EAAWG,MAAMC,KAAK1R,KAAKgK,OAAS+G,EAASkB,iBACpDF,EAAOxF,KAAK2F,IAAIT,MAAMC,KAAK1R,KAAKgK,OAAS+G,EAASkB,eAAgBjB,EAAQgB,EAAIjB,EAASoB,oBAAsB,GAAKb,GAElHS,EAAOhB,EAASkB,iBAChBF,EAAOxF,KAAK6F,IAAIrB,EAASkB,eAAgBjB,EAAQgB,EAAIjB,EAASoB,oBAAsB,GAExF,IAAIE,GAAUN,EAAOT,CAcrB,OAZAL,GAAMqB,SAAS,GAAGC,MAAQtB,EAAMqB,SAAS,GAAGC,MAAQvB,EAAQwB,KAAKjB,EAAUL,EAAU,IACrFD,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAII,EAChHX,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIM,EACxDb,EAAMqB,SAAS,GAAGC,MAAMP,EAAIf,EAAMqB,SAAS,GAAGC,MAAMP,EAAID,EACxDd,EAAMqB,SAAS,GAAGC,MAAMP,EAAIf,EAAMqB,SAAS,GAAGC,MAAMP,EAAIK,EACxDpB,EAAMqB,SAAS,GAAGC,MAAMP,EAAIhB,EAAQgB,EAAIjB,EAASoB,oBAAsB,EACvElB,EAAMqB,SAAS,GAAGC,MAAMP,EAAIhB,EAAQgB,EAAIjB,EAASoB,oBAAsB,EACvElB,EAAMwB,UAAY,GAAIhB,OAAMiB,MAAM,GAAIjB,OAAMkB,UAAU5B,EAAS6B,kBAAmB7B,EAAS8B,wBAAyB,EAAGd,IAAQ,EAAGM,IAClIlB,EAAUhF,KACNjC,KAAO6G,EAASM,gBAAkB9E,KAAK6F,IAAIR,EAAOE,GAClD1H,IAAM2G,EAASM,gBAAkBU,IAE9Bd,GAGX6B,mBAAoB,SAAUC,EAAKC,GAE/BD,EAAMA,EAAI1G,QAAQ,cAAe,IAGf,IAAf0G,EAAIlW,SACHkW,EAAMA,EAAI1G,QAAQ,OAAQ,QAG9B,IAAIC,GAAI2G,SAASF,EAAIpH,OAAO,EAAG,GAAI,IAC/BuH,EAAID,SAASF,EAAIpH,OAAO,EAAG,GAAI,IAC/BwH,EAAIF,SAASF,EAAIpH,OAAO,EAAG,GAAI,GAEnC,OAAO,KACF,EAAE,IAASW,GAAK,IAAMA,GAAK0G,EAAU,KAAKtG,SAAS,IAAKf,OAAO,IAC/D,EAAE,IAASuH,GAAK,IAAMA,GAAKF,EAAU,KAAKtG,SAAS,IAAKf,OAAO,IAC/D,EAAE,IAASwH,GAAK,IAAMA,GAAKH,EAAU,KAAKtG,SAAS,IAAKf,OAAO,MAG7EpH,QChlBH,SAAU1B,GACN,YAEA,EAAA,GAAIuQ,GAAWvQ,EAAKuQ,QAEPvQ,GAAKlE,KAAKgH,OAASyN,EAASzN,OAAOyI,QAC5CiF,QACI,GAAI,SAGRC,MAAO,SAAUC,GAEb,GAAIC,KACe,QAAfD,GACAA,EAAWzH,MAAM,KAAK2H,QAAQ,SAASC,GACnC,GAAIC,GAAOD,EAAK5H,MAAM,IACtB0H,GAAOG,EAAK,IAAMC,mBAAmBD,EAAK,MAGlDhY,KAAKkY,QAAQ,SAAUL,QAIhCjP,QCvBH,SAAU1B,GAEN,YAEA,IAAIkD,GAAalD,EAAKlE,KAAKoH,YACvB+N,YACIC,SAAU,SAASxO,GAEf,GAAIyG,GAAGgI,CACP,IAAyB,mBAAfzO,GAAK0O,MACX,IAAIjI,EAAE,EAAGgI,EAAIzO,EAAK0O,MAAMpX,OAAUmX,EAAFhI,EAAOA,IAAK,CACxC,GAAI3M,GAAOkG,EAAK0O,MAAMjI,EAElB3M,GAAK6U,MADN7U,EAAKjB,OAEAA,MAAOiB,EAAKjB,UAQ5B,GAAyB,mBAAfmH,GAAK4O,MACX,IAAInI,EAAE,EAAGgI,EAAIzO,EAAK4O,MAAMtX,OAAUmX,EAAFhI,EAAOA,IAAK,CACxC,GAAIzP,GAAOgJ,EAAK4O,MAAMnI,EAElBzP,GAAK2X,MADN3X,EAAK6B,OAEAA,MAAO7B,EAAK6B,UAW5B,MAFAmH,GAAK6O,eAAiB,IAEf7O,IAMnBQ,GAAWC,OAAS,SAASvE,EAAShF,GAClCd,KAAK8F,QAAUA,EACf9F,KAAK0Y,eAAiBtY,EAAE6I,SAASnI,EAAQqX,eAAkB/N,EAAW+N,aAI1E/N,EAAWC,OAAO7J,UAAUmY,QAAU,SAAS/O,GAC3C,GAAIgP,GAAoB5Y,KAAK8F,QAAQ+S,iBAAiBjP,GAClDkP,EAAkB9Y,KAAK8F,QAAQ+S,kBAEnC,IAAID,IAAsBE,EAAiB,CACvC,GAAIC,GAAgB,OAASH,EAAoB,KAAOE,CACN,mBAAvC9Y,MAAK0Y,eAAeK,KAC3BnP,EAAO5J,KAAK0Y,eAAeK,GAAenP,IAGlD,MAAOA,IAGXQ,EAAWC,OAAO7J,UAAUwY,KAAO,SAASpP,GACxC5J,KAAK8F,QAAQmT,IAAIjZ,KAAK2Y,QAAQ/O,IAC1BsP,UAAU,MAInBtQ,QCrEH,SAAU1B,GACN,YAEA,IAAIuQ,GAAWvQ,EAAKuQ,SAEhBxN,EAAS/C,EAAKlE,KAAKiH,SAEvBA,GAAO+G,OAAS,SAAS/Q,GACrB,GAAIkZ,GAAO,uCAAuCzI,QAAQ,QAClD,SAASrF,GACL,GAAIsF,GAAoB,GAAhBC,KAAKC,SAAgB,EAAGC,EAAU,MAANzF,EAAYsF,EACjC,EAAJA,EAAU,CACrB,OAAOG,GAAEC,SAAS,KAE9B,OAAmB,mBAAR9Q,GACAA,EAAI6D,KAAO,IAAMqV,EAGjBA,EAIf,EAAA,GAAIC,GAAc3B,EAAS4B,gBAAgB5G,QACvC6G,YAAc,MACdC,YAAc,SAASzY,GAEI,mBAAZA,KACPA,EAAQyE,IAAMzE,EAAQyE,KAAOzE,EAAQ0Y,IAAMvP,EAAO+G,OAAOhR,MACzDc,EAAQD,MAAQC,EAAQD,OAAS,GACjCC,EAAQsC,YAActC,EAAQsC,aAAe,GAC7CtC,EAAQE,IAAMF,EAAQE,KAAO,GAED,kBAAjBhB,MAAKyZ,UACZ3Y,EAAUd,KAAKyZ,QAAQ3Y,KAG/B2W,EAAS4B,gBAAgB7Y,UAAU+Y,YAAY7T,KAAK1F,KAAMc,IAE9DoY,SAAW,WACP,MAAKlZ,MAAK8D,KAAV,OACW,sBAGf4V,aAAe,SAAStE,EAAUuE,EAAWC,EAAOrU,EAAKsU,GACrD,GAAIC,GAAWF,EAAM7T,IAAIR,EAGrB6P,GAASuE,GAFW,mBAAbG,IACa,mBAAbD,GACeA,EAGAC,KAM9BC,EAAO9P,EAAO8P,KAAOX,EAAY3G,QACjC3O,KAAO,OACP2V,QAAU,SAAS3Y,GAEf,MADAA,GAAQ2B,MAAQ3B,EAAQ2B,OAAS,UAC1B3B,GAEXkZ,OAAS,WACL,OACIzU,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvBtD,MAAQzC,KAAK+F,IAAI,aAMzBkU,EAAOhQ,EAAOgQ,KAAOb,EAAY3G,QACjC3O,KAAO,OACPoW,YACIpW,KAAO2T,EAAS0C,OAChB3Q,IAAM,aACN4Q,aAAeL,IAEnBN,QAAU,SAAS3Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAItB,OAHA9F,MAAK0Z,aAAa5Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQuZ,WAAYvU,EAAQ4E,cACpC5J,EAAQsC,YAActC,EAAQsC,aAAe,GACtCtC,GAEXkZ,OAAS,WACL,OACIzU,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvBuU,SAAWta,KAAK+F,IAAI,YACpB5C,MAAQnD,KAAK+F,IAAI,SACjBwS,MAAQvY,KAAK+F,IAAI,SACjBsU,WAAara,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,KACtB1B,KAAOrE,KAAK+F,IAAI,QAChBnB,UAAY5E,KAAK+F,IAAI,aACrBd,MAAQjF,KAAK+F,IAAI,SACjBjC,KAAO9D,KAAK+F,IAAI,YAMxBwU,EAAOtQ,EAAOsQ,KAAOnB,EAAY3G,QACjC3O,KAAO,OACPoW,YACIpW,KAAO2T,EAAS0C,OAChB3Q,IAAM,aACN4Q,aAAeL,IAEfjW,KAAO2T,EAAS0C,OAChB3Q,IAAM,OACN4Q,aAAeH,IAEfnW,KAAO2T,EAAS0C,OAChB3Q,IAAM,KACN4Q,aAAeH,IAEnBR,QAAU,SAAS3Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAMtB,OALA9F,MAAK0Z,aAAa5Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQuZ,WAAYvU,EAAQ4E,cACpC1K,KAAK0Z,aAAa5Y,EAAS,OAAQgF,EAAQC,IAAI,SACvCjF,EAAQ0Z,MAChBxa,KAAK0Z,aAAa5Y,EAAS,KAAMgF,EAAQC,IAAI,SAAUjF,EAAQ2Z,IACxD3Z,GAEXkZ,OAAS,WACL,OACIzU,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvByU,KAAOxa,KAAK+F,IAAI,QAAU/F,KAAK+F,IAAI,QAAQA,IAAI,OAAS,KACxD0U,GAAKza,KAAK+F,IAAI,MAAQ/F,KAAK+F,IAAI,MAAMA,IAAI,OAAS,KAClDwS,MAAQvY,KAAK+F,IAAI,SACjBsU,WAAara,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,SAM9B2U,EAAOzQ,EAAOyQ,KAAOtB,EAAY3G,QACjC3O,KAAO,OACPoW,YACIpW,KAAO2T,EAAS0C,OAChB3Q,IAAM,aACN4Q,aAAeL,IAEnBN,QAAU,SAAS3Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAItB,IAHA9F,KAAK0Z,aAAa5Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQuZ,WAAYvU,EAAQ4E,cACpC5J,EAAQsC,YAActC,EAAQsC,aAAe,GACf,mBAAnBtC,GAAQmN,OAAwB,CACvC,GAAIA,KACA1N,OAAMoa,QAAQ7Z,EAAQmN,SACtBA,EAAO4H,EAAI/U,EAAQmN,OAAO,GAC1BA,EAAOoI,EAAIvV,EAAQmN,OAAO/M,OAAS,EAAIJ,EAAQmN,OAAO,GAC5CnN,EAAQmN,OAAO,IAEA,MAApBnN,EAAQmN,OAAO4H,IACpB5H,EAAO4H,EAAI/U,EAAQmN,OAAO4H,EAC1B5H,EAAOoI,EAAIvV,EAAQmN,OAAOoI,GAE9BvV,EAAQmN,OAASA,EAErB,MAAOnN,IAEXkZ,OAAS,WACL,OACIzU,IAAMvF,KAAK+F,IAAI,OACf6U,WAAa5a,KAAK+F,IAAI,cACtBkI,OAASjO,KAAK+F,IAAI,UAClBlF,MAAQb,KAAK+F,IAAI,SACjB3C,YAAcpD,KAAK+F,IAAI,eACvBsU,WAAara,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,KACtB8U,aAAc7a,KAAK+F,IAAI,oBA6H/B+U,GAtHU7Q,EAAOC,QAAUkP,EAAY3G,QACvCgG,eAAiB,IACjB3U,KAAO,UACPiX,WAAc,aAAc,iBAC5Bb,YACIpW,KAAO2T,EAASuD,QAChBxR,IAAM,QACN4Q,aAAeL,EACfkB,iBACIzR,IAAM,UACN0R,cAAgB,SAGpBpX,KAAO2T,EAASuD,QAChBxR,IAAM,QACN4Q,aAAeH,EACfgB,iBACIzR,IAAM,UACN0R,cAAgB,SAGpBpX,KAAO2T,EAASuD,QAChBxR,IAAM,QACN4Q,aAAeG,EACfU,iBACIzR,IAAM,UACN0R,cAAgB,SAGpBpX,KAAO2T,EAASuD,QAChBxR,IAAM,QACN4Q,aAAeM,EACfO,iBACIzR,IAAM,UACN0R,cAAgB,SAGxBzQ,QAAU,SAAS0Q,EAAQ/F,GACvB+F,EAAOrV,QAAU9F,IACjB,IAAIob,GAAQrB,EAAKsB,aAAaF,EAE9B,OADAnb,MAAK+F,IAAI,SAASiD,KAAKoS,EAAOhG,GACvBgG,GAEXE,QAAU,SAASH,EAAQ/F,GACvB+F,EAAOrV,QAAU9F,IACjB,IAAIub,GAAQtB,EAAKoB,aAAaF,EAE9B,OADAnb,MAAK+F,IAAI,SAASiD,KAAKuS,EAAOnG,GACvBmG,GAEXC,QAAU,SAASL,EAAQ/F,GACvB+F,EAAOrV,QAAU9F,IACjB,IAAIyb,GAAQlB,EAAKc,aAAaF,EAE9B,OADAnb,MAAK+F,IAAI,SAASiD,KAAKyS,EAAOrG,GACvBqG,GAEXC,QAAU,SAASP,EAAQ/F,GACvB+F,EAAOrV,QAAU9F,IAEjB,IAAI2b,GAAQjB,EAAKW,aAAaF,EAG9B,OADAnb,MAAK+F,IAAI,SAASiD,KAAK2S,EAAOvG,GACvBuG,GAEXC,WAAa,SAASxO,GAClBpN,KAAK+F,IAAI,SAAS8V,OAAOzO,IAE7B0O,WAAa,SAAS1O,GAClBpN,KAAK+F,IAAI,SAAS8V,OAAOzO,IAE7B8L,SAAW,SAASpY,GAChB,GAAIib,GAAW/b,IACfI,GAAEe,QACG0I,OAAO/I,EAAQkb,MAAOlb,EAAQwX,MAAOxX,EAAQ0X,MAAM1X,EAAQmb,OAC9D,SAASC,GACHA,IACAA,EAAMpW,QAAUiW,MAK5BlD,iBAAmB,SAASjP,GAC1B,GAAIuS,GAAIvS,CACS,oBAAR,KACPuS,EAAInc,KAEN,IAAIoc,GAAUD,EAAE1D,cAChB,OAAI2D,GAIKA,EAHA,GAOXC,WAAa,WACT,GAAItU,GAAQ/H,IACZA,MAAKkL,GAAG,eAAgB,SAASqQ,GAC7BxT,EAAMhC,IAAI,SAAS8V,OACX9T,EAAMhC,IAAI,SAASuW,OACX,SAASb,GACL,MAAOA,GAAM1V,IAAI,UAAYwV,GACtBE,EAAM1V,IAAI,QAAUwV,QAIvDvB,OAAS,WACL,GAAIuC,GAAOnc,EAAEoc,MAAMxc,KAAKyc,WACxB,KAAM,GAAIzU,KAAQuU,IACTA,EAAKvU,YAAiByP,GAASiF,OAC3BH,EAAKvU,YAAiByP,GAASkF,YAC/BJ,EAAKvU,YAAiBoR,MAC3BmD,EAAKvU,GAAQuU,EAAKvU,GAAMgS,SAGhC,OAAO5Z,GAAEwc,KAAKL,EAAMvc,KAAK+a,cAIhB9Q,EAAO6Q,WAAarD,EAASiF,MACrCjK,QACG3O,KAAO,cACPwV,YAAc,MAEdC,YAAc,SAASzY,GAEI,mBAAZA,KACPA,EAAQyE,IAAMzE,EAAQyE,KAClBzE,EAAQ0Y,IACRvP,EAAO+G,OAAOhR,MAClBc,EAAQD,MAAQC,EAAQD,OAAS,aAAeb,KAAK8D,KAAO,IAC5DhD,EAAQsC,YAActC,EAAQsC,aAAe,GAC7CtC,EAAQE,IAAMF,EAAQE,KAAO,GAC7BF,EAAQgF,QAAUhF,EAAQgF,SAAW,KACrChF,EAAQ+b,QAAU/b,EAAQ+b,SAAW,EAET,kBAAjB7c,MAAKyZ,UACZ3Y,EAAUd,KAAKyZ,QAAQ3Y,KAG/B2W,EAASiF,MAAMlc,UAAU+Y,YAAY7T,KAAK1F,KAAMc,IAGpDoY,SAAW,WACP,MAAKlZ,MAAK8D,KAAV,OACW,sBAIf2V,QAAU,SAAS3Y,GAEf,MADAA,GAAQ2B,MAAQ3B,EAAQ2B,OAAS,UAC1B3B,GAGXkZ,OAAS,WACL,OACIzU,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvBtD,MAAQzC,KAAK+F,IAAI,SACjBD,QAAkC,MAAvB9F,KAAK+F,IAAI,WAAsB/F,KAAK+F,IACvC,WAAWA,IAAI,MAAQ,KAC/B8W,QAAU7c,KAAK+F,IAAI,eAKvBkE,GAAOgB,UAAYwM,EAASkF,WAAWlK,QACnDqK,MAAQhC,MAGblS,QC1WH5F,KAAKiG,UAED8G,SAAWgN,UAAUhN,UAAYgN,UAAUC,cAAgB,KAE3DnS,UAAW,SAEXW,UAEAiB,QAEApJ,WAAY,GAEZ4Z,cAAc,EAEdC,aAAc,eAEd3Z,WAAW,EAEXtC,cAEAuC,aAAa,EAEbsG,WAAW,EAEXjE,aAAa,EAEbsX,aAAa,EAEbvX,cAAc,EAEdoP,mBAAoB,UACpBoI,cAAc,EAEdC,cAAc,EACdC,oBAAoB,EAEpBC,gBAAgB,EAEhBC,qBAAsB,EAGtBC,kBAAmB,GACnB3W,QAAQ,EAGRC,WAAW,EAEXC,WAAW,EAEX0W,cAAc,EAEdC,mBAAoB,GAGpBC,YAAW,EAKX/W,mBAAmB,EACnBb,gBAAgB,EAChB6X,oBAAoB,EACpB3X,qBAAqB,EACrBD,iBAAiB,EACjBS,kBAAkB,EAClBD,oBAAoB,EACpBE,kBAAkB,EAClBJ,qBAAqB,EACrBC,qBAAqB,EACrBI,kBAAkB,EAClBN,wBAAwB,EACxBF,iBAAiB,EACjBC,kBAAmB,OAInByX,cAAc,EAEdC,cAAe,IACfC,eAAgB,IAChBC,gBAAiB,GACjBC,yBAA0B,UAC1BC,qBAAsB,UACtBC,wBAAyB,UACzBC,yBAA0B,EAK1BC,mBAAoB,UACpBC,oBAAqB,UACrBC,wBAAyB,EAEzBC,cAAgB,GAEhBC,oBAAsB,EAAG,GAKzBC,mBAAmB,EAEnBC,kBAAkB,EAElBC,uBAAuB,EAGvBC,eAAgB,GAChBC,kBAAmB,EACnBC,sBAAuB,GACvBC,2BAA4B,EAC5BC,+BAAgC,GAChCC,wBAAyB,EACzBC,gBAAiB,UACjBC,4BAA6B,UAC7BC,oBAAqB,EAErBC,sBAAuB,GAEvBC,qBAAsB,aAEtBvY,YAAY,EAEZlC,eAAe,EAEfnB,cAAc,EAKdwF,uBACIqW,UAAW,qCACXC,MAAS,mCAKbC,kBAAmB,EACnBC,sBAAuB,GACvBC,2BAA4B,EAC5BC,+BAAgC,GAChCC,wBAAyB,EAEzBC,oBAAqB,EACrBC,sBAAuB,GACvBC,kBAAmB,GACnBC,iBAAkB,GAClBC,qBAAsB,GACtBC,oBAAqB,GACrBC,qBAAsB,GAItB7K,cAAe,IACfC,gBAAiB,GACjBY,eAAgB,GAChBJ,qBAAuB,GACvBM,oBAAsB,GACtBS,kBAAmB,UACnBC,qBAAsB,UACtBqJ,qBAAsB,UACtBC,qBAAsB,EACtBC,gBAAiB,GAEjBC,wBACIC,gBACMC,KAAM,cAAeC,QAAU,cAAe,aAC9CD,KAAM,YAAeC,QAAU,YAAa,SAC9C,KACDD,KAAM,WAETE,cAAgB,mGAKpBnd,sBAAsB,EACtBO,8BAA8B,EAC9BC,uCAAuC,EACvCC,uBAAuB,EACvBE,wBAAwB,EACxBC,8BAA8B,EAC9BC,6BAA6B,EAC7BC,kCAAkC,EAClCC,wBAAwB,EACxBI,0BAA0B,EAC1BD,oBAAoB,EACpBkc,sBAAuB,IAKvB5b,uBAAuB,EACvBC,+BAA+B,EAC/BF,yBAAyB,EACzBG,yBAAyB,EACzBC,2BAA2B,EAI3BvE,sBAAsB,EACtBQ,wBAAwB,EACxBC,8BAA8B,EAC9BC,6BAA6B,EAC7BE,kCAAkC,EAClCE,8BAA8B,EAC9BE,4BAA4B,EAC5BC,wBAAwB,EACxBK,0BAA0B,EAI1BK,uBAAuB,EACvBF,yBAAyB,EACzBI,yBAAyB,EACzBE,2BAA2B,GCvN/BE,KAAK8M,MACDkR,IACIC,YAAa,oBACbC,YAAa,oBACbC,SAAU,UACVC,OAAQ,QACRC,eAAgB,gBAChBC,QAAS,OACTC,MAAO,SACPzP,MAAS,QACT0P,aAAc,cACdC,qBAAsB,2BACtBC,cAAe,mBACfC,WAAY,kBACZC,WAAY,kBACZC,eAAgB,wBAChBC,eAAgB,mBAChBC,oBAAqB,oCACrBC,kBAAmB,mBACnBC,cAAe,aACfC,UAAW,qBACXC,WAAY,uBACZC,KAAQ,SACRC,OAAU,YACVC,kBAAmB,yBACnBC,uBAAwB,gBACxBC,QAAW,WACXC,OAAU,WACVC,+CAAgD,sDAChDC,0CAA2C,qDAC3CC,8CAA+C,mDAC/CC,UAAa,YACbC,gBAAiB,gBACjBC,OAAU,WACVC,QAAW,UACXC,SAAY,WACZC,mBAAoB,oBACpBC,kBAAmB,kBACnBC,uBAAwB,0CACxBC,cAAe,YACfC,QAAS,WACTC,aAAc,cACdC,SAAU,WACVC,cAAe,YACfC,eAAgB,sBAChBC,wBAAyB,0BACzBC,qCAAsC,4CACtCC,qCAAsC,4CACtCC,4BAA6B,iCAC7BC,4BAA6B,+BAC7BC,QAAS,WACTC,GAAM,KACNC,0BAA2B,gCAC3BC,gCAAiC,iCACjCC,WAAY,cACZC,cAAe,iBACfC,iBAAkB,oBAClBC,0BAA2B,8BAC3BC,cAAe,4BACfC,eAAgB,6BAChBC,cAAe,2BACfC,uBAAwB,0BACxBC,kBAAmB,sBACnBC,OAAU,SACVC,aAAc,WACdC,WAAY,cACZC,eAAgB,YAChBC,aAAc,gBACdC,cAAe,eACfC,mBAAoB,2BACpBC,iBAAkB,sBAClBC,iBAAkB,+BAClBC,YAAa,oBACbC,cAAe,wBACfC,aAAc,eACdC,mBAAoB,8BACpBC,oDAAqD,kDACrDC,qIAAsI,2KACtIC,mBAAoB,qBACpBC,OAAU,SACVC,OAAU,QACVC,QAAW,UACXC,SAAY,WACZC,QAAW,UACXC,KAAQ,SACRC,MAAS,QACTC,SAAY,WACZC,WAAY,kBACZC,mBAAoB,wBACpBC,YAAa,gBACbC,kBAAmB,mBACnBC,mCAAsC,wCACtCC,iBAAiB,oBACjBC,iBAAiB,oBACjBC,kBAAkB,wBAClBC,aAAe,mBC7FvB7jB,KAAK8jB,OAAS,SAAStf,EAASC,GAC5B,GAAIsf,GAAQvf,EAAQ1B,OACa,oBAAtB2B,GAAMuf,cACbvf,EAAMuf,YAAc,MAExB,IAAIC,GAAQ,WACRzf,EAAQmD,SAASuc,cAAe,EAChCH,EAAM9N,KACFkO,eAAgB,IAEpBnkB,KAAKmE,EAAEwC,QAAQlC,EAAMnE,IAAK,SAAS8jB,GAC/B5f,EAAQ2C,WAAW6O,KAAKoO,GACxBL,EAAM9N,KACFkO,eAAgB,IAEpBJ,EAAM9N,KACFoO,WAAa,IAEjB7f,EAAQmD,SAASuc,cAAe,KAGpCI,EAAQ,WACRP,EAAM9N,KACFoO,WAAa,GAEjB,IAAID,GAAQL,EAAM/M,QACbxS,GAAQsC,WACT9G,KAAKmE,EAAEogB,MACHzjB,KAAO2D,EAAMuf,YACb1jB,IAAMmE,EAAMnE,IACZkkB,YAAc,mBACd5d,KAAO6d,KAAKC,UAAUN,GACtBO,QAAU,WACNZ,EAAM9N,KACFoO,WAAa,QAO7BO,EAAW5kB,KAAK5C,EAAEynB,SAAS,WAC3BC,WAAWR,EAAO,MACnB,IAIHP,GAAM7b,GAAG,0CAA2C,SAASkC,GACzDA,EAAOlC,GAAG,gBAAiB,WACvB0c,MAEJA,MAEJb,EAAM7b,GAAG,SAAU,WAC0B,IAAnC6b,EAAMgB,kBAAkB7mB,QAAgB6lB,EACrCiB,WAAW,eAChBJ,MAIRX,KC5DJjkB,KAAKilB,kBAAoB,SAASzgB,EAASC,GACvC,GAAIsf,GAAQvf,EAAQ1B,QAChBoiB,GAAY,EACZC,EAAW,WACP,MAAO,oBAEkB,oBAAtB1gB,GAAMuf,cACbvf,EAAMuf,YAAc,OAExB,IAAIC,GAAQ,WACR,GAAImB,MACAC,EAAK,gBACLC,EAAU1Z,SAAS2Z,SAASC,KAAKC,MAAMJ,EACvCC,KACAF,EAAQ5O,GAAK8O,EAAQ,IAEzBtlB,KAAKmE,EAAEogB,MACHjkB,IAAKmE,EAAMnE,IACXsG,KAAMwe,EACNM,WAAY,WACRlhB,EAAQmD,SAASuc,cAAe,EACnCH,EAAM9N,KAAKkO,eAAc,KAE1BQ,QAAS,SAASP,GACd5f,EAAQ2C,WAAW6O,KAAKoO,GACxBL,EAAM9N,KAAKkO,eAAc,IACzBJ,EAAM9N,KAAKoO,WAAW,IACtB7f,EAAQmD,SAASuc,cAAe,MAIxCI,EAAQ,WACRP,EAAM9N,IAAI,WAAY,GAAI9H,MAC1B,IAAIiW,GAAQL,EAAM/M,QAClBhX,MAAKmE,EAAEogB,MACHzjB,KAAM2D,EAAMuf,YACZ1jB,IAAKmE,EAAMnE,IACXkkB,YAAa,mBACb5d,KAAM6d,KAAKC,UAAUN,GACrBsB,WAAY,WACX3B,EAAM9N,KAAKoO,WAAW,KAEvBM,QAAS,WACLxgB,EAAEyB,QAAQmF,IAAI,eAAgBoa,GAC9BD,GAAY,EACZnB,EAAM9N,KAAKoO,WAAW,QAM9BsB,EAAc,WACjB5B,EAAM9N,KAAKoO,WAAW,GAEnB,IAAIxmB,GAAQkmB,EAAMhhB,IAAI,QAClBlF,IAASkmB,EAAMhhB,IAAI,SAAS7E,OAC5BiG,EAAE,mBAAmByhB,YAAY,YAEjCzhB,EAAE,mBAAmBS,SAAS,YAE9B/G,GACAsG,EAAE,gBAAgBqJ,IAAI,eAAe,WAEpC0X,IACDA,GAAY,EACZ/gB,EAAEyB,QAAQsC,GAAG,eAAgBid,IAGrClB,KACAF,EAAM7b,GAAG,uCAAwC,SAASkC,GACzDA,EAAOlC,GAAG,gBAAiB,SAASkC,GACM,IAApCA,EAAO2a,kBAAkB7mB,QAAgBkM,EAAO4a,WAAW,eAC/DW,MAGmC,IAAnC5B,EAAMgB,kBAAkB7mB,QAAgB6lB,EAAMiB,WAAW,eAC1DW,MAGFnhB,EAAQmD,SAASke,KAAO,WAChB1hB,EAAE,mBAAmB2hB,SAAS,YACzB/B,EAAMhhB,IAAI,UACXoB,EAAE,gBAAgBqJ,IAAI,eAAe,WAGzC8W,MCvFZ,SAAUtkB,GACV,YAEA,IAAI5C,GAAI4C,EAAK5C,EAET2oB,EAAM/lB,EAAK+lB,OAYXC,GAVMD,EAAIpc,IAAM,SAASnF,EAASC,GAClC,GAAIA,EAAMwhB,SAAU,CAChB,GAAIC,GAAWH,EAAIthB,EAAMwhB,SAAS,MAClC,IAAIC,EACA,MAAO,IAAIA,GAAS1hB,EAASC,GAGrC0hB,QAAQC,MAAM,yBAGDL,EAAIC,WAAahmB,EAAKC,MAAMgP,QAAQjP,EAAKuE,UAE1DyhB,GAAWxoB,UAAU6oB,YAAclgB,UAAU,0CAE7C6f,EAAWxoB,UAAU8oB,mBAAqBngB,UAAU,iDAEpD6f,EAAWxoB,UAAU+R,MAAQ,SAAS/K,EAASC,GAC3CzH,KAAKU,OAAS8G,EACdxH,KAAKupB,QAAU9hB,EAAM+hB,WACrBxpB,KAAKypB,aAAehiB,EAAMgiB,cAAgB,oCAC1CzpB,KAAKyI,QAAQP,KAAKT,EAAM5G,OACxBb,KAAK8H,aAAaF,SAAS,qBAC3B5H,KAAKuI,WAGTygB,EAAWxoB,UAAUoP,OAAS,SAAS8Z,GAEnC,QAASC,GAAU9Z,GACf,GAAI+Z,GAAKxpB,EAAEyP,GAAOxP,QAClB,OAAOmL,GAAOsI,QAAU8V,EAAKpe,EAAOkF,QAAQkZ,EAAI,uCAEpD,QAASC,GAAUC,GACf,QAAS7Y,GAAIS,GAET,IADA,GAAIqY,GAAOrY,EAAGX,WACPgZ,EAAK7oB,OAAS,GACjB6oB,EAAO,IAAMA,CAEjB,OAAOA,GAEX,GAAIC,GAAgBpZ,KAAKqZ,IAAIrZ,KAAKsZ,MAAMJ,EAAI,MACxCK,EAASvZ,KAAKsZ,MAAMF,EAAgB,MACpCI,EAAYxZ,KAAKsZ,MAAMF,EAAgB,IAAM,GAC7CK,EAAWL,EAAgB,GAC3BD,EAAO,EAKX,OAJII,KACAJ,GAAQ9Y,EAAIkZ,GAAU,KAE1BJ,GAAQ9Y,EAAImZ,GAAY,IAAMnZ,EAAIoZ,GArBtC,GAAI7e,GAASke,GAAc1mB,EAAKC,MAAMwM,wBAyBlC6a,EAAQ,yBACRC,EAAavqB,KAAK4J,KAAK4gB,KAAK,YAC5BziB,EAAQ/H,KACRyqB,EAAQ,CACZ1iB,GAAMU,QAAQuL,KAAK,iBAAmBuW,EAAa,KACnDnqB,EAAEgL,IAAIrD,EAAM6B,KAAK8gB,KAAK,SAASC,GAC3B,GAAIC,GAASD,EAAKH,KAAK,aAClBhf,EAAOsI,SAAYtI,EAAOoG,KAAKgZ,MAGpCH,IACAH,GAASviB,EAAMshB,aACXI,aAAc1hB,EAAM0hB,aACpB5oB,MAAO+pB,EACPC,OAAQlB,EAAUiB,GAClBE,aAAeC,mBAAmBH,GAClCvnB,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzCinB,GAAS,gCACTlqB,EAAEgL,IAAIrD,EAAM6B,KAAKohB,YAAY,SAASC,GAClC,GAAIC,GAAeD,EAAYE,QAAQ/nB,YACnCwnB,EAASK,EAAYE,QAAQtqB,MAAM6P,QAAQwa,EAAa,GAC5D,IAAK1f,EAAOsI,SAAYtI,EAAOoG,KAAKgZ,IAAYpf,EAAOoG,KAAKsZ,GAA5D,CAGAT,GACA,IAAIW,GAAYH,EAAYI,IAAMJ,EAAYK,MAC1CC,EACKN,EAAYE,SAAWF,EAAYE,QAAQtZ,KAAOoZ,EAAYE,QAAQtZ,IAAIE,IACzEkZ,EAAYE,QAAQtZ,IAAIE,IACtBqZ,EAAYrjB,EAAMrH,OAAOI,QAAQuC,WAAW,sBAAwB0E,EAAMrH,OAAOI,QAAQuC,WAAW,mBAEhHinB,IAASviB,EAAMuhB,oBACXG,aAAc1hB,EAAM0hB,aACpB5oB,MAAO+pB,EACPC,OAAQlB,EAAUiB,GAClBxnB,YAAa8nB,EACbM,aAAc7B,EAAUuB,GACxBO,MAAO5B,EAAUoB,EAAYK,OAC7BD,IAAKxB,EAAUoB,EAAYI,KAC3BK,SAAU7B,EAAUuB,GACpBO,QAASV,EAAYW,MACrBC,aAAcZ,EAAYzR,GAC1BrW,MAAOooB,EACPloB,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAIzCrD,KAAK0I,OAAOR,KAAKoiB,IACZ9e,EAAOsI,SAAW2W,EACnBzqB,KAAKwI,QAAQwL,KAAKyW,GAAOqB,OAEzB9rB,KAAKwI,QAAQb,OAEZ6D,EAAOsI,SAAY2W,EAGpBzqB,KAAKmH,EAAE2kB,OAFP9rB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhB0gB,EAAWxoB,UAAU+H,QAAU,WAC3B,GAAIR,GAAQ/H,IACZgD,GAAKmE,EAAEogB,MACHjkB,IAAKtD,KAAKypB,aAAe,6BAA+BzpB,KAAKupB,QAC7DwC,SAAU,QACVpE,QAAS,SAASP,GACdrf,EAAM6B,KAAOwd,EACbrf,EAAM6H,YAKlB,IAAI/D,GAASkd,EAAIld,OAAS,SAASrE,EAASC,GACxCzH,KAAKU,OAAS8G,EACdxH,KAAKgsB,KAAOvkB,EAAMukB,MAAQ,KAG9BngB,GAAOrL,UAAUyL,WAAa,WAC1B,MAAO,eAGXJ,EAAOrL,UAAUuL,eAAiB,WAC9B,MAAO/L,MAAKU,OAAOC,UAAU,oBAGjCkL,EAAOrL,UAAUgL,OAAS,SAASygB,GAC/BjsB,KAAKU,OAAOoK,KAAK9B,KACb,GAAIkjB,GAAWlsB,KAAKU,QAChB8K,OAAQygB,KAKpB,IAAIC,GAAanD,EAAImD,WAAalpB,EAAKC,MAAMgP,QAAQjP,EAAKuE,SAE1D2kB,GAAW1rB,UAAU2rB,gBAAkBhjB,UAAU,8CAEjD+iB,EAAW1rB,UAAU+R,MAAQ,SAAS/K,EAASC,GAC3CzH,KAAKU,OAAS8G,EACdxH,KAAKypB,aAAehiB,EAAMgiB,cAAgB,oCAC1CzpB,KAAKosB,YAAc3kB,EAAM2kB,aAAe,GACxCpsB,KAAKwL,OAAS/D,EAAM+D,OACpBxL,KAAKyI,QAAQP,KAAK,qBAAuBT,EAAM+D,OAAS,KACxDxL,KAAK8H,aAAaF,SAAS,qBAC3B5H,KAAKuI,WAGT2jB,EAAW1rB,UAAUoP,OAAS,SAAS8Z,GAMnC,QAASC,GAAU9Z,GACf,MAAOwc,GAAY3b,QAAQtQ,EAAEyP,GAAOxP,SAAU,uCAElD,QAASwpB,GAAUC,GACf,QAAS7Y,GAAIS,GAET,IADA,GAAIqY,GAAOrY,EAAGX,WACPgZ,EAAK7oB,OAAS,GACjB6oB,EAAO,IAAMA,CAEjB,OAAOA,GAEX,GAAIC,GAAgBpZ,KAAKqZ,IAAIrZ,KAAKsZ,MAAMJ,EAAI,MACxCK,EAASvZ,KAAKsZ,MAAMF,EAAgB,MACpCI,EAAYxZ,KAAKsZ,MAAMF,EAAgB,IAAM,GAC7CK,EAAWL,EAAgB,GAC3BD,EAAO,EAKX,OAJII,KACAJ,GAAQ9Y,EAAIkZ,GAAU,KAE1BJ,GAAQ9Y,EAAImZ,GAAY,IAAMnZ,EAAIoZ,GAxBtC,GAAKrqB,KAAK4J,KAAV,CAGA,GAAI4B,GAASke,GAAc1mB,EAAKC,MAAMwM,wBAClC4c,EAAe7gB,EAAOsI,QAAU9Q,EAAKC,MAAMwM,sBAAsBzP,KAAKwL,QAAUA,EAwBhF8e,EAAQ,GACRviB,EAAQ/H,KACRyqB,EAAQ,CACZrqB,GAAEe,KAAKnB,KAAK4J,KAAK0iB,QAAQ,SAASC,GAC9B,GAAIrB,GAAeqB,EAAAA,YACf3B,EAAS2B,EAAS1rB,KACtB,IAAK2K,EAAOsI,SAAYtI,EAAOoG,KAAKgZ,IAAYpf,EAAOoG,KAAKsZ,GAA5D,CAGAT,GACA,IAAIW,GAAYmB,EAASb,SACrBc,EAASD,EAASE,SAClBC,GAASH,EAASb,SAAWc,EAC7BjB,EACIH,EACErjB,EAAMrH,OAAOI,QAAQuC,WAAa,sBAClC0E,EAAMrH,OAAOI,QAAQuC,WAAa,mBAE5CinB,IAASviB,EAAMokB,iBACX1C,aAAc1hB,EAAM0hB,aACpB5oB,MAAO+pB,EACPC,OAAQlB,EAAUiB,GAClBxnB,YAAa8nB,EACbM,aAAc7B,EAAUuB,GACxBO,MAAO5B,EAAU2C,GACjBnB,IAAKxB,EAAU6C,GACfhB,SAAU7B,EAAUuB,GACpBO,QAASY,EAASI,OAGlBd,aAAcU,EAASK,WACvBzpB,MAAOooB,OAIfvrB,KAAK0I,OAAOR,KAAKoiB,IACZ9e,EAAOsI,SAAW2W,EACnBzqB,KAAKwI,QAAQwL,KAAKyW,GAAOqB,OAEzB9rB,KAAKwI,QAAQb,OAEZ6D,EAAOsI,SAAY2W,EAGpBzqB,KAAKmH,EAAE2kB,OAFP9rB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,eAGhB4jB,EAAW1rB,UAAU+H,QAAU,WAC3B,GAAIR,GAAQ/H,IACZgD,GAAKmE,EAAEogB,MACHjkB,IAAKtD,KAAKypB,aAAe,2CACzB7f,MACIijB,OAAQ,QACRC,EAAG9sB,KAAKwL,OACRuhB,MAAO/sB,KAAKosB,aAEhBL,SAAU,QACVpE,QAAS,SAASP,GACdrf,EAAM6B,KAAOwd,EACbrf,EAAM6H,cAKfhH,OAAO5F,MCvQVA,KAAKgqB,gBAELhqB,KAAKgqB,aAAargB,IAAM3J,KAAKC,MAAMgP,QAAQjP,KAAKuE,UAEhDvE,KAAKgqB,aAAargB,IAAInM,UAAUysB,eAAiB9jB,UAAU,2BAE3DnG,KAAKgqB,aAAargB,IAAInM,UAAU+R,MAAQ,SAAS/K,EAASC,GACtDzH,KAAKU,OAAS8G,EACdxH,KAAKyI,QAAQP,KAAKT,EAAM5G,OACpB4G,EAAMylB,OACNltB,KAAK4J,KAAOnC,EAAMylB,MAEtBltB,KAAKuI,WAGTvF,KAAKgqB,aAAargB,IAAInM,UAAUoP,OAAS,SAAS8Z,GAE9C,QAASC,GAAU9Z,GACf,GAAI+Z,GAAKxpB,EAAEyP,GAAOxP,QAClB,OAAOmL,GAAOsI,QAAU8V,EAAKpe,EAAOkF,QAAQkZ,EAAI,uCAHpD,GAAIpe,GAASke,GAAc1mB,KAAKC,MAAMwM,wBAKlC6a,EAAQ,GACRviB,EAAQ/H,KACRyqB,EAAQ,CACZznB,MAAK5C,EAAEe,KAAKnB,KAAK4J,KAAK,SAASsS,GAC3B,GAAIpC,EACJ,IAAqB,gBAAVoC,GACP,GAAI,qBAAqBtK,KAAKsK,GAC1BpC,GAAaxW,IAAK4Y,OACf,CACHpC,GAAajZ,MAAOqb,EAAMxL,QAAQ,gDAAgD,IAAIyc,OACtF,IAAIC,GAASlR,EAAMuM,MAAM,qCACrB2E,KACAtT,EAASxW,IAAM8pB,EAAO,IAEtBtT,EAASjZ,MAAMK,OAAS,KACxB4Y,EAAS1W,YAAc0W,EAASjZ,MAChCiZ,EAASjZ,MAAQiZ,EAASjZ,MAAM6P,QAAQ,mBAAmB,YAInEoJ,GAAWoC,CAEf,IAAIrb,GAAQiZ,EAASjZ,QAAUiZ,EAASxW,KAAO,IAAIoN,QAAQ,uBAAuB,IAAIA,QAAQ,cAAc,OACxGpN,EAAMwW,EAASxW,KAAO,GACtBF,EAAc0W,EAAS1W,aAAe,GACtCD,EAAQ2W,EAAS3W,OAAS,EAC1BG,KAAQ,eAAesO,KAAKtO,KAC5BA,EAAM,UAAYA,IAEjBkI,EAAOsI,SAAYtI,EAAOoG,KAAK/Q,IAAW2K,EAAOoG,KAAKxO,MAG3DqnB,IACAH,GAASviB,EAAMklB,gBACX3pB,IAAKA,EACLzC,MAAOA,EACPgqB,OAAQlB,EAAU9oB,GAClBsC,MAAOA,EACPC,YAAaA,EACbooB,aAAc7B,EAAUvmB,GACxBC,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzC0E,EAAMW,OAAOR,KAAKoiB,IACb9e,EAAOsI,SAAW2W,EACnBzqB,KAAKwI,QAAQwL,KAAKyW,GAAOqB,OAEzB9rB,KAAKwI,QAAQb,OAEZ6D,EAAOsI,SAAY2W,EAGpBzqB,KAAKmH,EAAE2kB,OAFP9rB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhBtF,KAAKgqB,aAAargB,IAAInM,UAAU+H,QAAU,WAClCvI,KAAK4J,MACL5J,KAAK4P,UChFb5M,KAAK6f,aAGL7f,KAAK6f,UAAUhX,OAAS,SAASrE,EAASC,GACtCzH,KAAKU,OAAS8G,EACdxH,KAAKgsB,KAAOvkB,EAAMukB,MAAQ,MAG9BhpB,KAAK6f,UAAUhX,OAAOrL,UAAUyL,WAAa,WACzC,MAAO,8CAAgDjM,KAAKgsB,MAGhEhpB,KAAK6f,UAAUhX,OAAOrL,UAAUuL,eAAiB,WAC7C,GAAIshB,IACArM,GAAM,SACNsM,GAAM,UACNC,GAAM,WAEV,OAAIF,GAAMrtB,KAAKgsB,MACJhsB,KAAKU,OAAOC,UAAU,iBAAmBX,KAAKU,OAAOC,UAAU0sB,EAAMrtB,KAAKgsB,OAE1EhsB,KAAKU,OAAOC,UAAU,aAAe,KAAOX,KAAKgsB,KAAO,KAIvEhpB,KAAK6f,UAAUhX,OAAOrL,UAAUgL,OAAS,SAASygB,GAC9CjsB,KAAKU,OAAOoK,KAAK9B,KACb,GAAIhG,MAAK6f,UAAUlW,IAAI3M,KAAKU,QACxBsrB,KAAMhsB,KAAKgsB,KACXxgB,OAAQygB,MAKpBjpB,KAAK6f,UAAUlW,IAAM3J,KAAKC,MAAMgP,QAAQjP,KAAKuE,UAE7CvE,KAAK6f,UAAUlW,IAAInM,UAAUysB,eAAiB9jB,UAAU,+CAExDnG,KAAK6f,UAAUlW,IAAInM,UAAU+R,MAAQ,SAAS/K,EAASC,GACnDzH,KAAKU,OAAS8G,EACdxH,KAAKwL,OAAS/D,EAAM+D,OACpBxL,KAAKgsB,KAAOvkB,EAAMukB,MAAQ,KAC1BhsB,KAAK8H,aAAaF,SAAS,6CAA+C5H,KAAKgsB,MAC/EhsB,KAAKyI,QAAQP,KAAKlI,KAAKwL,QAAQ5D,SAAS,sBACxC5H,KAAKuI,WAGTvF,KAAK6f,UAAUlW,IAAInM,UAAUoP,OAAS,SAAS8Z,GAG3C,QAASC,GAAU9Z,GACf,MAAOwc,GAAY3b,QAAQtQ,EAAEyP,GAAOxP,SAAU,uCAHlD,GAAImL,GAASke,GAAc1mB,KAAKC,MAAMwM,wBAClC4c,EAAe7gB,EAAOsI,QAAU9Q,KAAKC,MAAMwM,sBAAsBzP,KAAKwL,QAAUA,EAIhF8e,EAAQ,GACRviB,EAAQ/H,KACRyqB,EAAQ,CACZznB,MAAK5C,EAAEe,KAAKnB,KAAK4J,KAAK4jB,MAAMhiB,OAAQ,SAASiiB,GACzC,GAAI5sB,GAAQ4sB,EAAQ5sB,MAChByC,EAAM,UAAYyE,EAAMikB,KAAO,uBAAyB0B,UAAU7sB,EAAM6P,QAAQ,KAAK,MACrFtN,EAAcJ,KAAKmE,EAAE,SAASe,KAAKulB,EAAQE,SAAS3Z,QACnDxI,EAAOsI,SAAYtI,EAAOoG,KAAK/Q,IAAW2K,EAAOoG,KAAKxO,MAG3DqnB,IACAH,GAASviB,EAAMklB,gBACX3pB,IAAKA,EACLzC,MAAOA,EACPgqB,OAAQlB,EAAU9oB,GAClBuC,YAAaA,EACbooB,aAAc7B,EAAUvmB,GACxBC,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzC0E,EAAMW,OAAOR,KAAKoiB,IACb9e,EAAOsI,SAAW2W,EACnBzqB,KAAKwI,QAAQwL,KAAKyW,GAAOqB,OAEzB9rB,KAAKwI,QAAQb,OAEZ6D,EAAOsI,SAAY2W,EAGpBzqB,KAAKmH,EAAE2kB,OAFP9rB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhBtF,KAAK6f,UAAUlW,IAAInM,UAAU+H,QAAU,WACnC,GAAIR,GAAQ/H,IACZgD,MAAKmE,EAAEogB,MACHjkB,IAAK,UAAYyE,EAAMikB,KAAO,8DAAgEjB,mBAAmB/qB,KAAKwL,QAAU,eAChIugB,SAAU,QACVpE,QAAS,SAASP,GACdrf,EAAM6B,KAAOwd,EACbrf,EAAM6H,aC7FlBge,OAAO,+BAA+B,SAAU,cAAe,SAAUzmB,EAAG/G,GASxE,GAAIytB,GAAsB,SAASC,EAAW1gB,GAC1C,GAAyB,mBAAd0gB,KACP9tB,KAAK2K,SAAWmjB,EAChB9tB,KAAKU,OAASotB,EAAUptB,OACxBV,KAAK8F,QAAUgoB,EAAUptB,OAAOoF,QAChC9F,KAAKc,QAAUgtB,EAAUptB,OAAOI,QAChCd,KAAK8c,MAAQ1P,EACTpN,KAAK8c,OAAO,CACZ,GAAI/U,GAAQ/H,IACZA,MAAK+tB,eAAiB,WAClBhmB,EAAMimB,QAAQC,QAAQ,KAE1BjuB,KAAKkuB,eAAiB,WAClBJ,EAAUK,qBAAqBpmB,GAC/B3H,EAAEguB,MAAM,WACJN,EAAUE,YAGlBhuB,KAAKquB,eAAiB,WAClBtmB,EAAMumB,UAEVtuB,KAAKuuB,iBAAmB,WACpBxmB,EAAMymB,YAEVxuB,KAAK8c,MAAM5R,GAAG,SAAUlL,KAAK+tB,gBAC7B/tB,KAAK8c,MAAM5R,GAAG,SAAUlL,KAAKkuB,gBAC7BluB,KAAK8c,MAAM5R,GAAG,SAAUlL,KAAKquB,gBAC7BruB,KAAK8c,MAAM5R,GAAG,WAAYlL,KAAKuuB;EA6C3C,OAtCAnuB,GAAEytB,EAAoBrtB,WAAWiS,QAC7Bgc,OAAQ,SAASC,GACb,MAAOb,GAAoBrtB,UAAUkuB,GAAOrc,MAAMrS,KAAMO,MAAMC,UAAU8R,MAAM5M,KAAKC,UAAW,KAElGqoB,OAAQ,aACRW,OAAQ,aACR7C,KAAM,WAAa,MAAO,2BAC1BnkB,KAAM,aACN2mB,OAAQ,WACAtuB,KAAK8c,OACL9c,KAAK8c,MAAM5E,QAAQ,aAG3BsW,SAAU,WACFxuB,KAAK8c,OACL9c,KAAK8c,MAAM5E,QAAQ,eAG3ByR,UAAW,aACXiF,YAAa,aACbC,UAAW,aACXC,QAAS,WACD9uB,KAAK8c,OACL9c,KAAK8c,MAAM5E,QAAQ,YAG3B9P,QAAS,WACDpI,KAAK8c,QACL9c,KAAK8c,MAAM/O,IAAI,SAAU/N,KAAK+tB,gBAC9B/tB,KAAK8c,MAAM/O,IAAI,SAAU/N,KAAKkuB,gBAC9BluB,KAAK8c,MAAM/O,IAAI,SAAU/N,KAAKquB,gBAC9BruB,KAAK8c,MAAM/O,IAAI,WAAY/N,KAAKuuB,sBAGzChlB,QAIIskB,IAIXD,OAAO,cAAe,WAElB,OACImB,SAAU,WACN,MAAOnmB,QAAO5F,KAAKC,OAEvB+rB,YAAa,WACT,MAAOpmB,QAAO5F,KAAKsI,aAO/BsiB,OAAO,uBAAuB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGxH,GAAIjsB,GAAQgsB,EAASF,WAMjBI,EAAclsB,EAAMgP,QAAQid,EA4BhC,OA1BA9uB,GAAE+uB,EAAY3uB,WAAWiS,QACrBkc,OAAQ,SAASS,GACbpvB,KAAKqvB,OAAOV,OAAOS,IAEvBtD,KAAM,WACF9rB,KAAKqvB,OAAOvD,QAEhBnkB,KAAM,WACE3H,KAAKqvB,QACLrvB,KAAKqvB,OAAO1nB,QAGpB2mB,OAAQ,WACJtuB,KAAKqvB,OAAOf,UAEhBE,SAAU,SAASc,GACftvB,KAAKqvB,OAAOb,aACPc,GAAeA,IAAetvB,KAAKuvB,uBAAyBD,EAAWC,wBAA0BvvB,KAAKuvB,wBACvGvvB,KAAKuvB,sBAAsBf,YAGnCpmB,QAAS,WACLpI,KAAKqvB,OAAOjnB,aAEjBmB,QAEI4lB,IAKXvB,OAAO,2BAA4B,WAG/B,GAAI4B,GAAa,s7CAGbC,GACAC,QACIC,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAK/J,QAAQ,EAAG,GAAI,IAEzCgK,cAAe,SAAS7Z,EAAQ8Z,GAC5B,MAAO,IAAIha,OAAM8Z,KAAK/J,OAAO7P,EAAQ8Z,KAG7CC,WACIJ,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAKI,WAAW,GAAI,KAAM,EAAG,KAElDH,cAAe,SAAS7Z,EAAQ8Z,GAC5B,MAAO,IAAIha,OAAM8Z,KAAKI,YAAYF,GAASA,IAAiB,EAAPA,EAAiB,EAAPA,MAGvEG,SACIN,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAK3J,QAAQ,GAAInQ,OAAMka,WAAW,GAAI,KAAM,EAAG,MAEpEH,cAAe,SAAS7Z,EAAQ8Z,GAC5B,MAAO,IAAIha,OAAM8Z,KAAK3J,QAAQ,GAAInQ,OAAMka,YAAYF,GAASA,EAAO,IAAY,EAAPA,EAAUA,OAG3FI,SACIP,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAKO,gBAAgB,EAAG,GAAI,EAAG,IAEpDN,cAAe,SAAS7Z,EAAQ8Z,GAC5B,MAAO,IAAIha,OAAM8Z,KAAKO,eAAena,EAAQ,EAAG8Z,KAGxDM,SACIT,SAAU,WACN,GAAIU,GAAI,GAAIva,OAAM8Z,KAAKI,YAAYpf,KAAK0f,OAAQ1f,KAAK0f,QAAS1f,KAAK0f,MAAO1f,KAAK0f,OAE/E,OADAD,GAAEE,OAAO,IACFF,GAEXR,cAAe,SAAS7Z,EAAQ8Z,GAC5B,GAAIO,GAAI,GAAIva,OAAM8Z,KAAKI,YAAYF,EAAOlf,KAAK0f,MAAM,GAAIR,EAAOlf,KAAK0f,MAAM,IAAKR,EAAOlf,KAAK0f,MAAOR,EAAOlf,KAAK0f,OAE/G,OADAD,GAAEE,OAAO,IACFF,IAGfG,MACIb,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAK1J,MAAM,EAAG,GAAI,EAAG,EAAG,KAE7C2J,cAAe,SAAS7Z,EAAQ8Z,GAC5B,MAAO,IAAIha,OAAM8Z,KAAK1J,KAAKlQ,EAAQ,EAAU,EAAP8Z,EAAiB,GAAPA,KAGxDW,OACId,SAAU,WACN,GAAIe,GAAO,GAAI5a,OAAM8Z,KAAKJ,EAC1B,OAAOkB,IAGXb,cAAe,SAAS7Z,EAAQ8Z,GAC5B,GAAIY,GAAO,GAAI5a,OAAM8Z,KAAKJ,EAG1B,OAFAkB,GAAKC,MAAMb,GACXY,EAAK/vB,UAAUqV,GACR0a,IAGfE,UACIjB,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAKO,gBAAgB,EAAE,GAAI,EAAG,IAEnDN,cAAe,SAAS7Z,EAAQ8Z,GAC5B,GAAI7qB,GAAQ,GAAI6Q,OAAM8Z,KAAKO,gBAAgB,EAAE,GAAI,EAAG,EAGpD,OAFAlrB,GAAM0rB,MAAMb,GACZ7qB,EAAMtE,UAAUqV,GACT/Q,IAGf4rB,IAAO,SAASH,GACZ,OACIf,SAAU,WACN,MAAO,IAAI7Z,OAAM8Z,KAAKc,IAE1Bb,cAAe,WAEX,MAAO,IAAI/Z,OAAM8Z,SAM7BkB,EAAe,SAAU7rB,GAIzB,OAHa,OAAVA,GAAmC,mBAAVA,MACxBA,EAAQ,UAEW,SAApBA,EAAM+K,OAAO,EAAE,GACPyf,EAASoB,IAAI5rB,EAAM+K,OAAO,KAEhC/K,IAASwqB,KACVxqB,EAAQ,UAELwqB,EAASxqB,IAKpB,OAFA6rB,GAAarB,SAAWA,EAEjBqB,IAIXlD,OAAO,qBAAqB,SAAU,aAAc,WAAY,8BAA+B,yBAA0B,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,EAAoB4B,GAGnK,GAAI7tB,GAAQgsB,EAASF,WASjBgC,EAAW9tB,EAAMgP,QAAQid,EA8jB7B,OA5jBA9uB,GAAE2wB,EAASvwB,WAAWiS,QAClBF,MAAO,WAcH,GAbAvS,KAAK2K,SAASqmB,WAAWC,WACzBjxB,KAAK8D,KAAO,OACZ9D,KAAKkxB,aACLlxB,KAAKmxB,QAAS,EACdnxB,KAAKoxB,OAAO,EACRpxB,KAAKc,QAAQ6d,mBACb3e,KAAK0vB,OAAO2B,YAAcrxB,KAAKc,QAAQie,kBACvC/e,KAAKsxB,QAAU,GAEftxB,KAAKsxB,QAAU,EAEnBtxB,KAAKa,MAAQsG,EAAE,0BAA0BU,SAAS7H,KAAK2K,SAAS4mB,UAE5DvxB,KAAKc,QAAQ+E,YAAa,CAC1B,GAAIyF,GAAW2jB,EAASD,aACxBhvB,MAAKwxB,gBACkB,GAAIlmB,GAASmmB,eAAezxB,KAAK2K,SAAU,MAC3C,GAAIW,GAASomB,iBAAiB1xB,KAAK2K,SAAU,MAC7C,GAAIW,GAASqmB,eAAe3xB,KAAK2K,SAAU,MAC3C,GAAIW,GAASsmB,kBAAkB5xB,KAAK2K,SAAU,MAC9C,GAAIW,GAASumB,iBAAiB7xB,KAAK2K,SAAU,OAEhE3K,KAAKc,QAAQmG,YACbjH,KAAKwxB,eAAexoB,KACZ,GAAIsC,GAASwmB,eAAe9xB,KAAK2K,SAAU,MAC3C,GAAIW,GAASymB,eAAe/xB,KAAK2K,SAAU,OAGvD3K,KAAKgyB,wBAC0B,GAAI1mB,GAAS2mB,iBAAiBjyB,KAAK2K,SAAU,OAE5E3K,KAAKkyB,YAAclyB,KAAKwxB,eAAe3nB,OAAO7J,KAAKgyB,uBAEnD,KAAK,GAAI3hB,GAAI,EAAGA,EAAIrQ,KAAKkyB,YAAYhxB,OAAQmP,IACzCrQ,KAAKkyB,YAAY7hB,GAAGkf,sBAAwBvvB,IAEhDA,MAAKmyB,sBAELnyB,MAAKmyB,eAAiBnyB,KAAKkyB,cAE/BlyB,MAAKoyB,mBAAqB,EAEtBpyB,KAAK2K,SAAS0nB,UACdryB,KAAK2K,SAAS0nB,QAAQrB,WAAWC,WACjCjxB,KAAKsyB,eAAiB,GAAIxc,OAAM8Z,KAAK/J,QAAQ,EAAG,GAAI,GACpD7lB,KAAKsyB,eAAeC,iBAAmBvyB,KAAK2K,SAAS0nB,QAAQG,UAAUD,iBACvEvyB,KAAK2K,SAAS0nB,QAAQI,WAAWC,SAAS1yB,KAAKsyB,kBAGvDK,gBAAiB,WACb,GAAI/wB,GAAa5B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQie,mBAAqBnd,EAAU,IAAM5B,KAAKc,QAAQke,sBAAwBhf,KAAKc,QAAQie,oBAAsB/e,KAAKc,QAAQqe,wBAAwB,IAE1K0T,wBAAyB,WACrB,GAAIjxB,GAAa5B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQme,4BAA8Brd,EAAU,IAAM5B,KAAKc,QAAQoe,+BAAiClf,KAAKc,QAAQme,6BAA+Bjf,KAAKc,QAAQqe,wBAAwB,IAErM+R,WAAY,WACJ,SAAWlxB,MAAK8c,MAAMgW,eACf9yB,MAAK6R,IAEb7R,KAAK0vB,SACJ1vB,KAAK0vB,OAAO7T,eACL7b,MAAK0vB,QAGhB1vB,KAAK+yB,aAAe,GAAIjC,GAAa9wB,KAAK8c,MAAM/W,IAAI,UACpD/F,KAAK0vB,OAAS1vB,KAAK+yB,aAAapD,WAChC3vB,KAAK0vB,OAAO6C,iBAAmBvyB,KAC/BA,KAAK0vB,OAAOsD,aACZhzB,KAAKoyB,mBAAqB,GAE9BpE,OAAQ,SAASltB,GACT,SAAWd,MAAK8c,MAAMgW,SAAW,UAAYhyB,IAAWA,EAAQmtB,QAEhEjuB,KAAKkxB,YAET,IAAI+B,GAAgB,GAAInd,OAAMod,MAAMlzB,KAAK8c,MAAM/W,IAAI,aAC/CotB,EAAcnzB,KAAKc,QAAQge,eAAiBlO,KAAKwiB,KAAKpzB,KAAK8c,MAAM/W,IAAI,SAAW,GAAK9C,EAAMuR,gBAC1FxU,MAAKqzB,aAAgBrzB,KAAKszB,eAC3BtzB,KAAKszB,aAAetzB,KAAK2K,SAAS4oB,cAAcN,IAEpDjzB,KAAKwzB,cAAgBL,EAAcnzB,KAAK2K,SAASoL,KAAK4a,MAClD3wB,KAAKoyB,qBAAuBpyB,KAAKwzB,gBACjCxzB,KAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAEic,kBAENzzB,KAAK0vB,OAAOiB,MAAM3wB,KAAKwzB,cAAgBxzB,KAAKoyB,oBACxCpyB,KAAK0zB,YACL1zB,KAAK0zB,WAAW/C,MAAM3wB,KAAKwzB,cAAgBxzB,KAAKoyB,qBAGxDpyB,KAAK0vB,OAAOpV,SAAWta,KAAKszB,aACxBtzB,KAAK0zB,aACL1zB,KAAK0zB,WAAWpZ,SAAWta,KAAKszB,aAAaK,SAAS3zB,KAAK4zB,YAAYC,SAAS7zB,KAAKwzB,iBAEzFxzB,KAAKoyB,mBAAqBpyB,KAAKwzB,aAE/B,IAAIM,GAAc9zB,KAAKmyB,eAEnB4B,EAAU,CACV/zB,MAAK8c,MAAM/W,IAAI,qBACfguB,EAAU,GACV/zB,KAAKmyB,eAAiBnyB,KAAKgyB,uBAC3BhyB,KAAK0vB,OAAOsE,WAAa,EAAE,KAE3BD,EAAU,EACV/zB,KAAKmyB,eAAiBnyB,KAAKwxB,eAC3BxxB,KAAK0vB,OAAOsE,UAAY,MAExBh0B,KAAKi0B,UAAYj0B,KAAK2K,SAASupB,eAAiBl0B,KAAKoxB,QACjD0C,IAAgB9zB,KAAKmyB,gBACrB2B,EAAYhc,QAAQ,SAASN,GACzBA,EAAE7P,SAGV3H,KAAKmyB,eAAera,QAAQ,SAASN,GACjCA,EAAEsU,UAIN9rB,KAAK0zB,aACL1zB,KAAK0zB,WAAWK,QAAU/zB,KAAKm0B,YAAwB,GAAVJ,EAAiBA,EAAU,KAG5E/zB,KAAK0vB,OAAO5Y,UAAY9W,KAAKm0B,YAAcn0B,KAAKc,QAAQue,4BAA8Brf,KAAKc,QAAQse,gBAEnGpf,KAAK0vB,OAAOqE,QAAU/zB,KAAKc,QAAQ6d,kBAAoBoV,EAAU,GAEjE,IAAIlkB,GAAQ7P,KAAK8c,MAAM/W,IAAI,UAAY/F,KAAKU,OAAOC,UAAUX,KAAKc,QAAQ0e,uBAAyB,EACnG3P,GAAQ5M,EAAMf,YAAY2N,EAAO7P,KAAKc,QAAQye,uBAEd,gBAArBvf,MAAKm0B,YACZn0B,KAAKa,MAAMqH,KAAKlI,KAAKm0B,YAAYzjB,QAAQtQ,EAAEyP,GAAOxP,SAAS,2CAE3DL,KAAKa,MAAMmT,KAAKnE,EAGpB,IAAIukB,GAAep0B,KAAK2yB,iBACxB3yB,MAAKa,MAAM2P,KACPjC,KAAMvO,KAAKszB,aAAazd,EACxBpH,IAAKzO,KAAKszB,aAAajd,EAAIrW,KAAKwzB,cAAgBxzB,KAAKsxB,QAAUtxB,KAAKc,QAAQwe,oBAAsB,GAAI8U,EACtGL,QAASA,GAEb,IAAIM,GAAUr0B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAAStD,QAAWzC,KAAK8c,MAAM/W,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,SAASqF,IAAI,SAClJuuB,EAASt0B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASrE,KAAQ1B,KAAKc,QAAQ4d,mBAAqB,IAC1G1e,MAAK0vB,OAAO2B,YAAc+C,EAC1Bp0B,KAAK0vB,OAAO6E,YAAcF,EAC1Br0B,KAAK0vB,OAAOsE,UAAYM,CACxB,IAAIE,GAAMx0B,KAAKszB,YACftzB,MAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAEmX,OAAO6F,IAEb,IAAIC,GAAYz0B,KAAK6R,GAarB,IAZA7R,KAAK6R,IAAM7R,KAAK8c,MAAM/W,IAAI,SACtB/F,KAAK6R,KAAO7R,KAAK6R,MAAQ4iB,IACzBz0B,KAAK00B,YACF10B,KAAK0vB,QACJ1vB,KAAK0vB,OAAOsD,cAGhBhzB,KAAK0zB,aAAe1zB,KAAK6R,MACzB7R,KAAK0zB,WAAW7X,eACT7b,MAAK0zB,YAGZ1zB,KAAK2K,SAAS0nB,QAAS,CACvBryB,KAAKsyB,eAAexb,UAAYud,CAChC,IAAIM,GAAU30B,KAAK2K,SAASiqB,gBAAgB3B,GAC5C4B,EAAa70B,KAAK2K,SAAS0nB,QAAQ1B,MAAQwC,EAC3C2B,EAAW,GAAIhf,OAAMif,MAAMF,EAAYA,GACvC70B,MAAKsyB,eAAe0C,UAAUL,EAAQhB,SAASmB,GAAWA,EAASjB,SAAS,IAGhF,KAAuB,mBAAZ/yB,IAA6B,mBAAqBA,IAAaA,EAAQm0B,iBAAiB,CAC/F,GAAIltB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASuW,OAClB,SAAU4Y,GACN,MAASA,GAAGnvB,IAAI,QAAUgC,EAAM+U,OAAWoY,EAAGnvB,IAAI,UAAYgC,EAAM+U,QAGhF,SAASlc,GACL,GAAIu0B,GAAOptB,EAAM4C,SAASyqB,yBAAyBx0B,EAC/Cu0B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoB/B,cAAkE,mBAA3B6B,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBhC,cAC1M6B,EAAKnH,WAKrBhuB,KAAKoxB,MACLpxB,KAAK8rB,MAAK,GAEN9rB,KAAKmxB,QAAUnxB,KAAK2H,QAGhC+sB,UAAW,WACP,GAAIa,GAAS,IAQb,IAPmD,mBAAxCv1B,MAAK2K,SAAS6qB,YAAYx1B,KAAK6R,MACtC0jB,EAAS,GAAIzjB,OACb9R,KAAK2K,SAAS6qB,YAAYx1B,KAAK6R,KAAO0jB,EACtCA,EAAOxjB,IAAM/R,KAAK6R,KAElB0jB,EAASv1B,KAAK2K,SAAS6qB,YAAYx1B,KAAK6R,KAExC0jB,EAAOpnB,MAAO,CACVnO,KAAK0zB,YACL1zB,KAAK0zB,WAAW7X,SAEpB7b,KAAK2K,SAASqmB,WAAWC,UACzB,IAAI9iB,GAAQonB,EAAOpnB,MACfE,EAASknB,EAAOlnB,OAChBonB,EAAWz1B,KAAK8c,MAAM/W,IAAI,aAC1B2vB,EAAmC,mBAAbD,IAA4BA,EAClDE,EAAQ,KACRC,EAAa,KACbC,EAAc,IAElB,IAAIH,EAAa,CACbC,EAAQ,GAAI7f,OAAM8Z,IAClB,IAAIkG,GAAeL,EAAShN,MAAM,sBAClCsN,GAAc,EAAE,GAChBC,EAAOC,IACPC,EAAOD,IACPE,GAAQF,IACRG,GAAQH,IAEJI,EAAkB,SAASC,EAAMC,GACjC,GAAIC,GAAYF,EAAKhkB,MAAM,GAAGlH,IAAI,SAAS0F,EAAG+B,GAC1C,GAAIb,GAAMykB,WAAW3lB,GACrB4lB,EAAM7jB,EAAI,CAgBV,OAdIb,GADA0kB,GACQ1kB,EAAM,IAAQ3D,GAEd2D,EAAM,IAAQ7D,EAEtBooB,IACAvkB,GAAO+jB,EAAWW,IAElBA,GACAR,EAAOtlB,KAAK6F,IAAIyf,EAAMlkB,GACtBokB,EAAOxlB,KAAK2F,IAAI6f,EAAMpkB,KAEtBgkB,EAAOplB,KAAK6F,IAAIuf,EAAMhkB,GACtBmkB,EAAOvlB,KAAK2F,IAAI4f,EAAMnkB,IAEnBA,GAGX,OADA+jB,GAAaS,EAAUlkB,MAAM,IACtBkkB,EAGXV,GAAahe,QAAQ,SAAS6e,GAC1B,GAAIC,GAASD,EAAMlO,MAAM,wBAA0B,GACnD,QAAOmO,EAAO,IACd,IAAK,IACDjB,EAAMhH,OAAO0H,EAAgBO,GAC7B,MACJ,KAAK,IACDjB,EAAMhH,OAAO0H,EAAgBO,GAAQ,GACrC,MACJ,KAAK,IACDjB,EAAMkB,OAAOR,EAAgBO,GAC7B,MACJ,KAAK,IACDjB,EAAMkB,OAAOR,EAAgBO,GAAQ,GACrC,MACJ,KAAK,IACDjB,EAAMmB,aAAaT,EAAgBO,GACnC,MACJ,KAAK,IACDjB,EAAMmB,aAAaT,EAAgBO,GAAQ,GAC3C,MACJ,KAAK,IACDjB,EAAMoB,iBAAiBV,EAAgBO,GACvC,MACJ,KAAK,IACDjB,EAAMoB,iBAAiBV,EAAgBO,GAAQ,OAKvDhB,EAAahlB,KAAK5Q,KAAKc,QAAQ+d,sBAAwB,MAAQ,OAAOsX,EAAOH,EAAMI,EAAOF,GAAQ,EAClGL,EAAc,GAAI/f,OAAMod,OAAOiD,EAAOH,GAAQ,GAAII,EAAOF,GAAQ,GAC5Dl2B,KAAKc,QAAQ6d,oBACd3e,KAAKsxB,SAAW8E,EAAOF,IAAS,EAAIN,QAGxCA,GAAahlB,KAAK5Q,KAAKc,QAAQ+d,sBAAwB,MAAQ,OAAO1Q,EAAOE,GAAU,EACvFwnB,EAAc,GAAI/f,OAAMod,MAAM,EAAE,GAC3BlzB,KAAKc,QAAQ6d,oBACd3e,KAAKsxB,QAAUjjB,GAAU,EAAIunB,GAGrC,IAAIoB,GAAU,GAAIlhB,OAAMmhB,OAAO1B,EAW/B,IAVAyB,EAAQE,QAAS,EACbxB,IACAsB,EAAU,GAAIlhB,OAAMqhB,MAAMxB,EAAOqB,GACjCA,EAAQjD,QAAU,IAIlBiD,EAAQI,SAAU,EAClBzB,EAAMpD,iBAAmBvyB,MAEzBA,KAAKc,QAAQ8d,iBAAkB,CAC/B,GAAIyY,GAAcr3B,KAAK+yB,aAAalD,cAAcgG,EAAaD,EAC/DoB,GAAU,GAAIlhB,OAAMqhB,MAAME,EAAaL,GACvCA,EAAQjD,QAAU,IAClBiD,EAAQI,SAAU,EAClBC,EAAY9E,iBAAmBvyB,KAEnCA,KAAK4zB,YAAciC,EAAYyB,OAAO1B,GACtC51B,KAAK0zB,WAAasD,EAClBh3B,KAAK0zB,WAAWnB,iBAAmBxqB,EACnC/H,KAAK0zB,WAAW/C,MAAM3wB,KAAKwzB,cAAgBoC,GAC3C51B,KAAK0zB,WAAWpZ,SAAWta,KAAKszB,aAAaK,SAAS3zB,KAAK4zB,YAAYC,SAAS7zB,KAAKwzB,gBACrFxzB,KAAK0zB,WAAW6D,YAAYv3B,KAAK0vB,YAC9B,CACH,GAAI3nB,GAAQ/H,IACZmH,GAAEouB,GAAQrqB,GAAG,OAAQ,WACjBnD,EAAM2sB,gBAIlB8C,WAAY,SAASC,GACbz3B,KAAKc,QAAQ+E,YACR7F,KAAKU,OAAOoJ,YACb9J,KAAKqzB,aAAc,EACnBrzB,KAAKszB,aAAetzB,KAAKszB,aAAazc,IAAI4gB,GAC1Cz3B,KAAKguB,UAGThuB,KAAK2K,SAASoL,KAAKyhB,WAAWC,IAGtCC,WAAY,WACR13B,KAAK2K,SAASgtB,4BAA4B,SAC1C,IAAIC,GAAU53B,KAAK2K,SAASktB,kBAAkB,aAAa,KAC3DD,GAAQrI,sBAAwBvvB,KAChC43B,EAAQE,QAEZxJ,OAAQ,WACJtuB,KAAKi0B,UAAW,EAChBj0B,KAAK0vB,OAAO2B,YAAcrxB,KAAK6yB,0BAC3B7yB,KAAK2K,SAASupB,eAAiBl0B,KAAKmxB,QACpCnxB,KAAKmyB,eAAera,QAAQ,SAASN,GACjCA,EAAEsU,QAGV,IAAIiM,GAAO/3B,KAAK8c,MAAM/W,IAAI,MACtBgyB,IACA5wB,EAAE,gBAAgBhG,KAAK,WACnB,GAAI+K,GAAM/E,EAAEnH,KACRkM,GAAIlE,KAAK,cAAgB+vB,GACzB7rB,EAAItE,SAAS,cAIpB5H,KAAKc,QAAQ+E,aACd7F,KAAK03B,aAGL13B,KAAK2K,SAAS0nB,UACdryB,KAAKsyB,eAAejB,YAAcrxB,KAAKc,QAAQud,yBAC/Cre,KAAKsyB,eAAeiC,YAAcv0B,KAAKc,QAAQsd,yBAG/Cpe,KAAKmxB,OACLnxB,KAAK8rB,MAAK,GAGV9rB,KAAKg4B,eAAc,GAEvBh4B,KAAKyuB,OAAO,WAEhBwJ,YAAa,WACTj4B,KAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAE7P,eAEC3H,MAAkB,eAE7BwuB,SAAU,SAASc,GACf,IAAKA,GAAcA,EAAWC,wBAA0BvvB,KAAM,CAC1DA,KAAKi0B,UAAW,CAChB,IAAIlsB,GAAQ/H,IACZA,MAAKk4B,gBAAkBpQ,WAAW,WAAa/f,EAAMkwB,eAAkB,KACvEj4B,KAAK0vB,OAAO2B,YAAcrxB,KAAK2yB,kBAC/BxrB,EAAE,gBAAgByhB,YAAY,YAC1B5oB,KAAK2K,SAAS0nB,UACdryB,KAAKsyB,eAAeiC,YAAc4D,QAGlCn4B,KAAKmxB,OACLnxB,KAAK2H,OAEL3H,KAAKo4B,gBAETp4B,KAAKyuB,OAAO,cAGpB9mB,KAAM,WACF,GAAII,GAAQ/H,IACZA,MAAKoxB,OAAQ,EACbpxB,KAAKmxB,QAAS,EACiB,mBAApBnxB,MAAK0zB,aACZ1zB,KAAK0zB,WAAWK,QAAU,GAE9B/zB,KAAKi4B,cACLj4B,KAAK0vB,OAAOqE,QAAU,EACtB/zB,KAAKa,MAAM2P,IAAI,UAAW,GAC1BxQ,KAAKsyB,eAAeyB,QAAU,EAG9B3zB,EAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASuW,OAClB,SAAU4Y,GACN,MAASA,GAAGnvB,IAAI,QAAUgC,EAAM+U,OAAWoY,EAAGnvB,IAAI,UAAYgC,EAAM+U,QAGhF,SAASlc,GACL,GAAIu0B,GAAOptB,EAAM4C,SAASyqB,yBAAyBx0B,EAC/Cu0B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoB/B,cAAkE,mBAA3B6B,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBhC,cAC1M6B,EAAKxtB,SAIrB3H,KAAKo4B,iBAETtM,KAAM,SAASsF,GACX,GAAIrpB,GAAQ/H,IACZA,MAAKoxB,MAAQA,EACTpxB,KAAKoxB,OAC0B,mBAApBpxB,MAAK0zB,aACZ1zB,KAAK0zB,WAAWK,QAAU/zB,KAAKc,QAAQ2d,eAE3Cze,KAAK0vB,OAAOqE,QAAU/zB,KAAKc,QAAQ2d,cACnCze,KAAKa,MAAM2P,IAAI,UAAWxQ,KAAKc,QAAQ2d,eACvCze,KAAKsyB,eAAeyB,QAAU/zB,KAAKc,QAAQ2d,gBAE3Cze,KAAKsyB,eAAeyB,QAAU,EAC9B/zB,KAAKmxB,QAAS,EACdnxB,KAAKguB,UAGT5tB,EAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASuW,OAClB,SAAU4Y,GACN,MAASA,GAAGnvB,IAAI,QAAUgC,EAAM+U,OAAWoY,EAAGnvB,IAAI,UAAYgC,EAAM+U,QAGhF,SAASlc,GACL,GAAIu0B,GAAOptB,EAAM4C,SAASyqB,yBAAyBx0B,EAC/Cu0B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoB/B,cAAkE,mBAA3B6B,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBhC,cAC1M6B,EAAKrJ,KAAK/jB,EAAMqpB,UAKpCgH,cAAe,WACX,GAAIrwB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASuW,OAClB,SAAU4Y,GACN,MAAQA,GAAGnvB,IAAI,UAAYgC,EAAM+U,QAG7C,SAASlc,GACL,GAAIu0B,GAAOptB,EAAM4C,SAASyqB,yBAAyBx0B,EAAKmF,IAAI,MACxDovB,IAAQA,EAAK/D,OACb+D,EAAKxtB,UAKzBqwB,cAAe,SAAS5G,GACpB,GAAIrpB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASuW,OAClB,SAAU4Y,GACN,MAAQA,GAAGnvB,IAAI,UAAYgC,EAAM+U,QAG7C,SAASlc,GACL,GAAIu0B,GAAOptB,EAAM4C,SAASyqB,yBAAyBx0B,EAAKmF,IAAI,MAC5D,IAAIovB,GAAQA,EAAKhE,SACbgE,EAAKrJ,KAAKsF,IACLA,GAAM,CACP,GAAIiH,GAAYtwB,EAAM4C,SAASoL,KAAKuiB,YAAYC,QAAQpD,EAAKrY,MAAMtD,GACjD,MAAd6e,GACAtwB,EAAM4C,SAASoL,KAAKuiB,YAAYE,OAAOH,EAAW,OAO9E1O,UAAW,SAAS8O,GAChB,GAAIC,GAAUD,IAAiB,CAC3Bz4B,MAAKm0B,cAAgBuE,IAGzB14B,KAAKm0B,YAAcuE,EACnB14B,KAAKguB,SACLhuB,KAAK2K,SAASguB,uBAElB/J,YAAa,WACJ5uB,KAAKm0B,cAGVn0B,KAAKm0B,aAAc,EACnBn0B,KAAKguB,SACLhuB,KAAK2K,SAASguB,uBAElBC,WAAY,WACR,GAAIvjB,GAAUrV,KAAK2K,SAASkuB,cAAc74B,KAAKszB,cAC/ClM,GACI9M,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,GAGfrW,MAAK2K,SAASupB,cACdl0B,KAAK8c,MAAM7D,IAAImO,IAGvByH,UAAW,SAASiK,EAAQC,GACpBA,IACA/4B,KAAK2K,SAASquB,cACdh5B,KAAKsuB,WAGbQ,QAAS,SAASgK,EAAQC,GACtB,GAAI/4B,KAAK2K,SAAS0oB,aAAerzB,KAAK2K,SAASupB,aAC3Cl0B,KAAK44B,iBAEL,IAAI54B,KAAKmxB,OAAQ,CACb,GAAIxZ,GAAQ3X,KAAK2K,SAASoL,KAAKuiB,YAAYC,QAAQv4B,KAAK8c,MAAMtD,GAChD,MAAV7B,GACA3X,KAAK2K,SAASoL,KAAKuiB,YAAYE,OAAO7gB,EAAO,GAEjD3X,KAAK8rB,MAAK,GACV9rB,KAAKsuB,aAEAyK,IAAa/4B,KAAK8c,MAAM/W,IAAI,qBAC7B/F,KAAK03B,aAET13B,KAAK8c,MAAM5E,QAAQ,UAG3BlY,MAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAKqzB,aAAc,GAEvBjrB,QAAS,WACLpI,KAAKyuB,OAAO,WACZzuB,KAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAEpP,YAENpI,KAAK0vB,OAAO7T,SACZ7b,KAAKa,MAAMgb,SACP7b,KAAK2K,SAAS0nB,SACdryB,KAAKsyB,eAAezW,SAEpB7b,KAAK0zB,YACL1zB,KAAK0zB,WAAW7X,YAGzBtS,QAEIwnB,IAKXnD,OAAO,iBAAiB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGlH,GAAIjsB,GAAQgsB,EAASF,WAKjBxU,EAAOtX,EAAMgP,QAAQid,EA4RzB,OA1RA9uB,GAAEma,EAAK/Z,WAAWiS,QACdF,MAAO,WAuBH,GAtBAvS,KAAK2K,SAASuuB,WAAWjI,WACzBjxB,KAAK8D,KAAO,OACZ9D,KAAKmxB,QAAS,EACdnxB,KAAKoxB,OAAQ,EACbpxB,KAAKq1B,oBAAsBr1B,KAAK2K,SAASyqB,yBAAyBp1B,KAAK8c,MAAM/W,IAAI,SACjF/F,KAAKs1B,kBAAoBt1B,KAAK2K,SAASyqB,yBAAyBp1B,KAAK8c,MAAM/W,IAAI,OAC/E/F,KAAKm5B,OAASn5B,KAAK2K,SAASyuB,aAAap5B,MACzCA,KAAKq5B,KAAO,GAAIvjB,OAAM8Z,KACtB5vB,KAAKq5B,KAAKxiB,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAC7B7W,KAAKq5B,KAAK9G,iBAAmBvyB,KAC7BA,KAAKq5B,KAAKhI,YAAcrxB,KAAKc,QAAQ6e,kBACrC3f,KAAKs5B,YAAc,EACnBt5B,KAAK8B,MAAQ,GAAIgU,OAAM8Z,KACvB5vB,KAAK8B,MAAM+U,KACD,EAAG,IACH7W,KAAKc,QAAQof,kBAAmBlgB,KAAKc,QAAQqf,iBAAmB,IAChE,EAAGngB,KAAKc,QAAQqf,mBAE1BngB,KAAK8B,MAAMy3B,MAAQ,GAAIzjB,OAAMod,OAAQlzB,KAAKc,QAAQof,kBAAoB,EAAGlgB,KAAKc,QAAQqf,iBAAmB,IACzGngB,KAAK8B,MAAMywB,iBAAmBvyB,KAC9BA,KAAKgU,KAAO7M,EAAE,wCAAwCU,SAAS7H,KAAK2K,SAAS4mB,UAC7EvxB,KAAKw5B,YAAc,EACfx5B,KAAKc,QAAQ+E,YAAa,CAC1B,GAAIyF,GAAW2jB,EAASD,aACxBhvB,MAAKwxB,gBACkB,GAAIlmB,GAASmuB,eAAez5B,KAAK2K,SAAU,MAC3C,GAAIW,GAASouB,iBAAiB15B,KAAK2K,SAAU,OAEpE3K,KAAKgyB,wBAC0B,GAAI1mB,GAASquB,iBAAiB35B,KAAK2K,SAAU,OAE5E3K,KAAKkyB,YAAclyB,KAAKwxB,eAAe3nB,OAAO7J,KAAKgyB,uBACnD,KAAK,GAAI3hB,GAAI,EAAGA,EAAIrQ,KAAKkyB,YAAYhxB,OAAQmP,IACzCrQ,KAAKkyB,YAAY7hB,GAAGkf,sBAAwBvvB,IAEhDA,MAAKmyB,sBAELnyB,MAAKmyB,eAAiBnyB,KAAKkyB,cAG3BlyB,MAAK2K,SAAS0nB,UACdryB,KAAK2K,SAAS0nB,QAAQ6G,WAAWjI,WACjCjxB,KAAK45B,aAAe,GAAI9jB,OAAM8Z,KAC9B5vB,KAAK45B,aAAa/iB,KAAK,EAAE,IAAI,EAAE,IAC/B7W,KAAK45B,aAAarH,iBAAmBvyB,KAAK2K,SAAS0nB,QAAQG,UAAUD,iBACrEvyB,KAAK45B,aAAavI,YAAc,IAGxCsB,gBAAiB,WACb,GAAI/wB,GAAa5B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQ6e,mBAAqB/d,EAAU,IAAM5B,KAAKc,QAAQ8e,sBAAwB5f,KAAKc,QAAQ6e,oBAAsB3f,KAAKc,QAAQif,wBAAwB,IAE1K8S,wBAAyB,WACrB,GAAIjxB,GAAa5B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQ+e,4BAA8Bje,EAAU,IAAM5B,KAAKc,QAAQgf,+BAAiC9f,KAAKc,QAAQ+e,6BAA+B7f,KAAKc,QAAQif,wBAAwB,IAErM8Z,eAAgB,WACZ,GAAIj4B,GAAa5B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASnE,WAAc,CAClF,OAAO,IAAKA,EAAU,IAAO5B,KAAKc,QAAQsf,qBAAuBpgB,KAAKc,QAAQqf,iBAAoB,IAAMngB,KAAKc,QAAQif,wBAAwB,IAEjJiO,OAAQ,WACJ,GAAIxT,GAAOxa,KAAK8c,MAAM/W,IAAI,QAC1B0U,EAAKza,KAAK8c,MAAM/W,IAAI,KACpB,IAAKyU,GAASC,KAAOza,KAAKmxB,QAAWnxB,KAAKoxB,OAA1C,CAKA,GAFApxB,KAAKq1B,oBAAsBr1B,KAAK2K,SAASyqB,yBAAyB5a,GAClExa,KAAKs1B,kBAAoBt1B,KAAK2K,SAASyqB,yBAAyB3a,GACxB,mBAA7Bza,MAAKq1B,qBAAyE,mBAA3Br1B,MAAKs1B,mBAC1Dt1B,KAAKq1B,oBAAoBlE,SAAWnxB,KAAKq1B,oBAAoBjE,OAC7DpxB,KAAKs1B,kBAAkBnE,SAAWnxB,KAAKs1B,kBAAkBlE,MAE9D,WADApxB,MAAK2H,MAGT,IAiBImyB,GAjBA1F,EAAep0B,KAAK2yB,kBACpBoH,EAAe/5B,KAAK65B,iBACpBG,EAAOh6B,KAAKq1B,oBAAoB/B,aAChC2G,EAAOj6B,KAAKs1B,kBAAkBhC,aAC9B4G,EAAKD,EAAKtG,SAASqG,GACnBG,EAAKD,EAAGh5B,OACRk5B,EAAKF,EAAG5C,OAAO6C,GACfE,EAAS,GAAIvkB,OAAMod,QAASkH,EAAG/jB,EAAG+jB,EAAGvkB,IACrCykB,EAAat6B,KAAKm5B,OAAOoB,YAAYv6B,MACrCy3B,EAAS4C,EAAOxG,SAAU7zB,KAAKc,QAAQuf,oBAAsBia,GAC7DE,EAAOR,EAAKnjB,IAAI4gB,GAChBgD,EAAOR,EAAKpjB,IAAI4gB,GAChBiD,EAAKR,EAAGS,MACRC,EAAaP,EAAOxG,SAAS7zB,KAAKc,QAAQkf,oBAAsB,GAAM+Z,EAAe/5B,KAAKc,QAAQqf,kBAClG0a,EAAUX,EAAG5C,OAAO,GACpBjD,EAAUr0B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAAStD,QAAWzC,KAAK8c,MAAM/W,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,SAASqF,IAAI,SAClJuuB,EAASt0B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASrE,KAAQ1B,KAAKc,QAAQ4d,mBAAqB,IAGtG1e,MAAK8c,MAAM/W,IAAI,qBAAuB/F,KAAKq1B,oBAAoBvY,MAAM/W,IAAI,qBAAuB/F,KAAKs1B,kBAAkBxY,MAAM/W,IAAI,qBACjI+zB,EAAW,GACX95B,KAAKq5B,KAAKrF,WAAa,EAAG,KAE1B8F,EAAW95B,KAAKoxB,MAAQpxB,KAAKc,QAAQ2d,cAAgB,EACrDze,KAAKq5B,KAAKrF,UAAY,KAG1B,IAAIF,GAAc9zB,KAAKmyB,cAEvBnyB,MAAK8B,MAAMg5B,QACN96B,KAAK8c,MAAM8V,IAAI,UAAY5yB,KAAK8c,MAAM/W,IAAI,SAASjE,QACnD9B,KAAK8c,MAAM8V,IAAI,UACyB,mBAAlC5yB,MAAK8c,MAAM/W,IAAI,SAASjE,MAEnC9B,KAAKmyB,eAAiBnyB,KAAK8c,MAAM/W,IAAI,oBAAsB/F,KAAKgyB,uBAAyBhyB,KAAKwxB,eAE1FxxB,KAAKi0B,UAAYj0B,KAAK2K,SAASupB,cAAgBJ,IAAgB9zB,KAAKmyB,iBACpE2B,EAAYhc,QAAQ,SAASN,GACzBA,EAAE7P,SAEN3H,KAAKmyB,eAAera,QAAQ,SAASN,GACjCA,EAAEsU,UAIV9rB,KAAKszB,aAAekH,EAAK3jB,IAAI4jB,GAAMnD,OAAO,GAC1Ct3B,KAAKq5B,KAAKhI,YAAc+C,EACxBp0B,KAAKq5B,KAAK9E,YAAcF,EACxBr0B,KAAKq5B,KAAKrF,UAAYM,EACtBt0B,KAAKq5B,KAAKtF,QAAU+F,EACpB95B,KAAKq5B,KAAK1iB,SAAS,GAAGC,MAAQojB,EAC9Bh6B,KAAKq5B,KAAK1iB,SAAS,GAAGC,MAAQ5W,KAAKszB,aACnCtzB,KAAKq5B,KAAK1iB,SAAS,GAAGokB,SAAWF,EAAQhH,SAAS,IAClD7zB,KAAKq5B,KAAK1iB,SAAS,GAAGqkB,UAAYH,EAClC76B,KAAKq5B,KAAK1iB,SAAS,GAAGC,MAAQqjB,EAC9Bj6B,KAAK8B,MAAM6uB,MAAMoJ,EAAe/5B,KAAKs5B,aACrCt5B,KAAKs5B,YAAcS,EACnB/5B,KAAK8B,MAAMgV,UAAYud,EACvBr0B,KAAK8B,MAAMiyB,QAAU+F,EACrB95B,KAAK8B,MAAMyuB,OAAOmK,EAAK16B,KAAKw5B,YAAax5B,KAAK8B,MAAMm5B,OAAOjlB,QAC3DhW,KAAK8B,MAAMwY,SAAWta,KAAKszB,aAE3BtzB,KAAKw5B,YAAckB,EACfA,EAAK,KACLA,GAAM,IACNE,EAAaA,EAAW/G,SAAS,KAE5B,IAAL6G,IACAA,GAAM,IACNE,EAAaA,EAAW/G,SAAS,IAErC,IAAIhkB,GAAQ7P,KAAK8c,MAAM/W,IAAI,UAAY/F,KAAKU,OAAOC,UAAUX,KAAKc,QAAQwf,uBAAyB,EACnGzQ,GAAQ5M,EAAMf,YAAY2N,EAAO7P,KAAKc,QAAQye,uBAC9Cvf,KAAKgU,KAAKA,KAAKnE,EACf,IAAIqrB,GAAWl7B,KAAKszB,aAAazc,IAAI+jB,EACrC56B,MAAKgU,KAAKxD,KACNjC,KAAM2sB,EAASrlB,EACfpH,IAAKysB,EAAS7kB,EACd8kB,UAAW,UAAYT,EAAK,OAC5BU,iBAAkB,UAAYV,EAAK,OACnCW,oBAAqB,UAAYX,EAAK,OACtC3G,QAAS+F,IAEb95B,KAAKs7B,WAAaZ,CAElB,IAAIlG,GAAMx0B,KAAKszB,YACftzB,MAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAEmX,OAAO6F,KAGTx0B,KAAK2K,SAAS0nB,UACdryB,KAAK45B,aAAarF,YAAcF,EAChCr0B,KAAK45B,aAAajjB,SAAS,GAAGC,MAAQ5W,KAAK2K,SAASiqB,gBAAgB,GAAI9e,OAAMod,MAAMlzB,KAAKq1B,oBAAoBvY,MAAM/W,IAAI,cACvH/F,KAAK45B,aAAajjB,SAAS,GAAGC,MAAQ5W,KAAK2K,SAASiqB,gBAAgB,GAAI9e,OAAMod,MAAMlzB,KAAKs1B,kBAAkBxY,MAAM/W,IAAI,iBAG7H4B,KAAM,WACF3H,KAAKmxB,QAAS,EACdnxB,KAAKoxB,OAAQ,EAEbpxB,KAAKgU,KAAKrM,OACV3H,KAAKq5B,KAAKyB,SAAU,EACpB96B,KAAK8B,MAAMg5B,SAAU,EACrB96B,KAAK45B,aAAakB,SAAU,GAEhChP,KAAM,SAASsF,GACXpxB,KAAKoxB,MAAQA,EACTpxB,KAAKoxB,OACLpxB,KAAKgU,KAAKxD,IAAI,UAAW,IACzBxQ,KAAKq5B,KAAKtF,QAAU,GACpB/zB,KAAK8B,MAAMiyB,QAAU,GACrB/zB,KAAK45B,aAAa7F,QAAU,KAE5B/zB,KAAKmxB,QAAS,EAEdnxB,KAAKgU,KAAKxD,IAAI,UAAW,GACzBxQ,KAAKq5B,KAAKtF,QAAU,EACpB/zB,KAAK8B,MAAMiyB,QAAU,EACrB/zB,KAAK45B,aAAa7F,QAAU,GAEhC/zB,KAAKgU,KAAK8X,OACV9rB,KAAKq5B,KAAKyB,SAAU,EACpB96B,KAAK8B,MAAMg5B,SAAU,EACrB96B,KAAK45B,aAAakB,SAAU,EAC5B96B,KAAKguB,UAET0J,WAAY,WACR13B,KAAK2K,SAASgtB,4BAA4B,SAC1C,IAAIC,GAAU53B,KAAK2K,SAASktB,kBAAkB,aAAa,KAC3DD,GAAQrI,sBAAwBvvB,KAChC43B,EAAQE,QAEZxJ,OAAQ,WACJtuB,KAAKi0B,UAAW,EAChBj0B,KAAKq5B,KAAKhI,YAAcrxB,KAAK6yB,0BACzB7yB,KAAK2K,SAASupB,cACdl0B,KAAKmyB,eAAera,QAAQ,SAASN,GACjCA,EAAEsU,SAGL9rB,KAAKc,QAAQ+E,aACd7F,KAAK03B,aAET13B,KAAKyuB,OAAO,WAEhBD,SAAU,SAASc,GACVA,GAAcA,EAAWC,wBAA0BvvB,OACpDA,KAAKi0B,UAAW,EACZj0B,KAAKc,QAAQ+E,aACb7F,KAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAE7P,SAGV3H,KAAKq5B,KAAKhI,YAAcrxB,KAAK2yB,kBAC7B3yB,KAAKyuB,OAAO,cAGpBI,UAAW,SAASiK,EAAQC,GACpBA,IACA/4B,KAAK2K,SAASquB,cACdh5B,KAAKsuB,WAGbQ,QAAS,SAASgK,EAAQC,IACjB/4B,KAAKU,OAAOoJ,WAAa9J,KAAK2K,SAAS0oB,aACxCrzB,KAAKq1B,oBAAoBuD,aACzB54B,KAAKs1B,kBAAkBsD,aACvB54B,KAAKq1B,oBAAoBhC,aAAc,EACvCrzB,KAAKs1B,kBAAkBjC,aAAc,IAEhC0F,GACD/4B,KAAK03B,aAET13B,KAAK8c,MAAM5E,QAAQ,YAEvBlY,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,GAEhCmE,WAAY,SAASC,GACbz3B,KAAKc,QAAQ+E,YACR7F,KAAKc,QAAQgJ,YACd9J,KAAKq1B,oBAAoBmC,WAAWC,GACpCz3B,KAAKs1B,kBAAkBkC,WAAWC,IAGtCz3B,KAAK2K,SAAS6sB,WAAWC,IAGjCrvB,QAAS,WACLpI,KAAKyuB,OAAO,WACZzuB,KAAKq5B,KAAKxd,SACV7b,KAAK8B,MAAM+Z,SACX7b,KAAKgU,KAAK6H,SACN7b,KAAK2K,SAAS0nB,SACdryB,KAAK45B,aAAa/d,SAEtB7b,KAAKkyB,YAAYpa,QAAQ,SAASN,GAC9BA,EAAEpP,WAEN,IAAIL,GAAQ/H,IACZA,MAAKm5B,OAAO3gB,MAAQpY,EAAEm7B,OAAOv7B,KAAKm5B,OAAO3gB,MAAO,SAASiD,GACrD,MAAO1T,KAAU0T,OAG1BlS,QAEIgR,IAMXqT,OAAO,qBAAqB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGtH,GAAIjsB,GAAQgsB,EAASF,WAKjByM,EAAWv4B,EAAMgP,QAAQid,EAuF7B,OArFA9uB,GAAEo7B,EAASh7B,WAAWiS,QAClBF,MAAO,WACHvS,KAAK2K,SAASuuB,WAAWjI,WACzBjxB,KAAK8D,KAAO,WAEZ,IAAIuwB,IAAUr0B,KAAK8F,QAAQC,IAAI,SAASA,IAAI/F,KAAKU,OAAOgK,eAAiBzH,EAAM8R,kBAAkB/U,KAAKU,SAASqF,IAAI,QACnH/F,MAAKq5B,KAAO,GAAIvjB,OAAM8Z,KACtB5vB,KAAKq5B,KAAK9E,YAAcF,EACxBr0B,KAAKq5B,KAAKrF,WAAa,EAAG,GAC1Bh0B,KAAKq5B,KAAKhI,YAAcrxB,KAAKc,QAAQ+e,2BACrC7f,KAAKq5B,KAAKxiB,KAAK,EAAE,IAAI,EAAE,IACvB7W,KAAKq5B,KAAK9G,iBAAmBvyB,KAC7BA,KAAK8B,MAAQ,GAAIgU,OAAM8Z,KACvB5vB,KAAK8B,MAAMgV,UAAYud,EACvBr0B,KAAK8B,MAAM+U,KACD,EAAG,IACH7W,KAAKc,QAAQof,kBAAmBlgB,KAAKc,QAAQqf,iBAAmB,IAChE,EAAGngB,KAAKc,QAAQqf,mBAE1BngB,KAAK8B,MAAMywB,iBAAmBvyB,KAC9BA,KAAKw5B,YAAc,GAEvBxL,OAAQ,WACJ,GAAIyN,GAAMz7B,KAAKq1B,oBAAoB/B,aACnCoI,EAAM17B,KAAK27B,QACXjB,EAAKgB,EAAI/H,SAAS8H,GAAKd,MACvBiB,EAAKH,EAAI5kB,IAAI6kB,GAAKpE,OAAO,EACzBt3B,MAAKq5B,KAAK1iB,SAAS,GAAGC,MAAQ6kB,EAC9Bz7B,KAAKq5B,KAAK1iB,SAAS,GAAGC,MAAQ8kB,EAC9B17B,KAAK8B,MAAMyuB,OAAOmK,EAAK16B,KAAKw5B,aAC5Bx5B,KAAK8B,MAAMwY,SAAWshB,EACtB57B,KAAKw5B,YAAckB,GAEvBlD,WAAY,SAASC,GACjB,IAAKz3B,KAAK2K,SAASupB,aAGf,MAFAl0B,MAAK2K,SAASwjB,qBAAqBpmB,WACnC+N,OAAMC,KAAK+hB,MAGf93B,MAAK27B,QAAU37B,KAAK27B,QAAQ9kB,IAAI4gB,EAChC,IAAIoE,GAAa/lB,MAAMhQ,QAAQg2B,QAAQ97B,KAAK27B,QAC5C37B,MAAK2K,SAASoxB,WAAWF,GACzB77B,KAAKguB,UAETc,QAAS,SAASgK,GACd,GAAI+C,GAAa/lB,MAAMhQ,QAAQg2B,QAAQhD,EAAOliB,OAC9CxJ,EAASpN,KAAKq1B,oBAAoBvY,MAClCkf,GAAW,CACX,IAAIH,GAA0D,mBAArCA,GAAW7jB,KAAKua,iBAAkC,CACvE,GAAI0J,GAAUJ,EAAW7jB,KAAKua,gBAC9B,IAAiC,SAA7B0J,EAAQn4B,KAAKkM,OAAO,EAAE,GAAe,CACrC,GAAIksB,GAAaD,EAAQnf,OAASmf,EAAQ1M,sBAAsBzS,KAChE,IAAI1P,IAAW8uB,EAAY,CACvB,GAAI9U,IACI5N,GAAIvW,EAAM+N,OAAO,QACjBqJ,WAAYra,KAAKU,OAAOgK,aACxB8P,KAAMpN,EACNqN,GAAIyhB,EAERl8B,MAAK2K,SAASupB,cACdl0B,KAAK8F,QAAQ0V,QAAQ4L,KAK7Bha,IAAW6uB,EAAQnf,OAAUmf,EAAQ1M,uBAAyB0M,EAAQ1M,sBAAsBzS,QAAU1P,KACtG4uB,GAAW,EACXh8B,KAAK2K,SAAS0oB,aAAc,GAGhC2I,IACAh8B,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAK2K,SAASwjB,qBAAqBnuB,MACnC8V,MAAMC,KAAK+hB,SAGnB1vB,QAAS,WACLpI,KAAK8B,MAAM+Z,SACX7b,KAAKq5B,KAAKxd,YAEftS,QAIIiyB,IAKX5N,OAAO,uBAAuB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGxH,GAAIjsB,GAAQgsB,EAASF,WAIjBoN,EAAcl5B,EAAMgP,QAAQid,EA4BhC,OA1BA9uB,GAAE+7B,EAAY37B,WAAWiS,QACrBF,MAAO,WACHvS,KAAK2K,SAASyxB,cAAcnL,WAC5BjxB,KAAK8D,KAAO,SACZ9D,KAAKq8B,aAAe,GAAIvmB,OAAM8Z,IAC9B,IAAI0M,GAAOl8B,EAAEgL,IAAIhL,EAAEm8B,MAAM,GAAI,WAAY,OAAQ,EAAE,IACnDv8B,MAAKq8B,aAAaxlB,IAAIxE,MAAMrS,KAAKq8B,aAAcC,GAC/Ct8B,KAAKq8B,aAAahL,YAAcrxB,KAAKc,QAAQ0f,qBAC7CxgB,KAAKq8B,aAAa9H,YAAcv0B,KAAKc,QAAQyf,qBAC7CvgB,KAAKq8B,aAAatI,QAAU/zB,KAAKc,QAAQ2f,gBACzCzgB,KAAKw8B,SAAWr1B,EAAE,SACbU,SAAS7H,KAAK2K,SAAS6xB,UACvBhsB,KACG8J,SAAU,WACVyZ,QAAS/zB,KAAKc,QAAQ2f,kBAEzB9Y,QAETS,QAAS,WACLpI,KAAKq8B,aAAaxgB,SAClB7b,KAAKw8B,SAAS3gB,YAEnBtS,QAII4yB,IAKXvO,OAAO,uBAAuB,SAAU,aAAc,WAAY,sBAAuB,wBAAyB,mBAAoB,SAAUzmB,EAAG/G,EAAG6uB,EAAUwN,EAAY3L,GAGxK,GAAI7tB,GAAQgsB,EAASF,WAIjB2N,EAAaz5B,EAAMgP,QAAQwqB,EAkU/B,OAhUAr8B,GAAEs8B,EAAWl8B,WAAWiS,QACpBF,MAAO,WACHkqB,EAAWj8B,UAAU+R,MAAMF,MAAMrS,MACjCA,KAAKqJ,SAAWrJ,KAAKc,QAAQoI,UAAU,6BAGvClJ,KAAK28B,iBAAmB38B,KAAKc,QAAQsI,uBAEzC0uB,KAAM,WACF,GAAI1qB,GAASpN,KAAKuvB,sBAAsBzS,MACxC8f,EAAcxvB,EAAOrH,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,QACvEm8B,EAAa78B,KAAK2K,SAASupB,aAAel0B,KAAKqJ,SAAWrJ,KAAK28B,iBAAiBvvB,EAAOrH,IAAI,UAAY/F,KAAK28B,iBAAiB,WAC7HG,EAAqB98B,KAAKc,QAAQuC,WAAa,4BAC/C05B,EAAS3vB,EAAOrH,IAAI,SAAW,CAC/B/F,MAAKw8B,SACJt0B,KAAK20B,GACFn5B,MACI6B,IAAK6H,EAAOrH,IAAI,OAChBzD,cAAe8K,EAAOrH,IAAI,cAC1BlF,MAAOuM,EAAOrH,IAAI,SAClB/E,IAAKoM,EAAOrH,IAAI,OAChBjC,KAAMsJ,EAAOrH,IAAI,SAAW,UAC5BpD,UAAYM,EAAMf,aAAakL,EAAOrH,IAAI,QAAU,IAAI2K,QAAQ,0BAA0B,IAAIA,QAAQ,MAAM,IAAI,IAChHtN,YAAagK,EAAOrH,IAAI,eACxB5C,MAAOiK,EAAOrH,IAAI,UAAY,GAC9BpB,kBAAmBm4B,EACnBr6B,MAAQ2K,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAAStD,OAAUm6B,EAAY72B,IAAI,SAC7EnE,UAAYwL,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASnE,WAAc,EACrEF,KAAM0L,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASrE,KAAO,UAAY,GACpEkD,UAAWwI,EAAOrH,IAAI,eAAgB,EACtChD,iBAAkB65B,EAAY72B,IAAI,SAClCxD,iBAAkBq6B,EAAY72B,IAAI,SAClC1B,MAAO04B,EAAQ,EAAI,IAAM,IAAMA,EAC/B93B,MAAOmI,EAAOrH,IAAI,UAAY,UAElCrF,OAAQV,KAAKU,OACbI,QAASd,KAAKc,QACdoB,YAAae,EAAMf,YACnB8C,OAAS5E,EAAE0wB,EAAarB,UAAU7S,KAAK,OAAOogB,OAAOzzB,QACrD1F,MAAQzD,EAAEJ,KAAKc,QAAQsI,uBAAuB4zB,OAAOzzB,WAEzDvJ,KAAKguB,QACL,IAAIjmB,GAAQ/H,KACRi9B,EAAiBl1B,EAAMjH,QAAQqD,sCAC3BgD,EAAE,wBAAwB+1B,SAASn1B,EAAMjH,QAAQ4f,yBACjD,EACJyc,EAAsBp1B,EAAMjH,QAAQ2C,gCAChC0D,EAAE,kBAAkB+1B,SAASn1B,EAAMjH,QAAQ4f,yBAC3C,EACJ0c,EAAc,WACVr1B,EAAM4C,SAASwjB,qBAAqBpmB,GACpC+N,MAAMC,KAAK+hB,OA2CnB,IAxCA/vB,EAAMs1B,YAAc,WAWhB,GAVAt1B,EAAMy0B,SAASzuB,IAAI,SACnBhG,EAAMy0B,SAAS90B,KAAK,2BAA2BqG,IAAI,sBACnDhG,EAAMy0B,SAAS90B,KAAK,uBAAuBqG,IAAI,UAC/ChG,EAAMy0B,SAAS90B,KAAK,gCAAgCqG,IAAI,SACxDhG,EAAMy0B,SAAS90B,KAAK,qBAAqBqG,IAAI,SAC7ChG,EAAMy0B,SAAS90B,KAAK,sBAAsBqG,IAAI,SAC9ChG,EAAMy0B,SAAS90B,KAAK,wBAAwBA,KAAK,MAAMqG,IAAI,eAC3DhG,EAAMy0B,SAAS90B,KAAK,cAAcqG,IAAI,SACtChG,EAAMy0B,SAAS90B,KAAK,iBAAiBqG,IAAI,SAEtChG,EAAMjH,QAAQqD,uCACuB,mBAA1B84B,GAAeK,OAAwB,CAC7C,GAAI1F,GAAUqF,EAAeK,aACtBL,GAAeK,OACtB1F,EAAQ2F,aAAaC,MAAK,GAC1B5F,EAAQxvB,UAGhB,GAAGL,EAAMjH,QAAQ2C,iCAC4B,mBAA/B05B,GAAoBG,OAAwB,CAClD,GAAIG,GAAgBN,EAAoBG,aACjCH,GAAoBG,OAC3BG,EAAcF,aAAaC,MAAK,GAChCC,EAAcr1B,YAK1BpI,KAAKw8B,SAAS90B,KAAK,cAAcS,MAAM,SAAUuF,GAC7CA,EAAEC,iBACFyvB,MAGJp9B,KAAKw8B,SAAS90B,KAAK,iBAAiBS,MAAM,WACtC,MAAKiF,GAAOrH,IAAI,OAAhB,QACW,IAIX/F,KAAK2K,SAASupB,aAAc,CAE5B,GAAIwJ,GAAgBt9B,EAAEynB,SAAS,WAC7BznB,EAAEguB,MAAM,WACN,GAAIrmB,EAAM4C,SAASupB,aAAc,CAC7B,GAAI9M,KAiCJ,IAhCIrf,EAAMjH,QAAQ6C,uBACdyjB,EAAMpmB,IAAM+G,EAAMy0B,SAAS90B,KAAK,gBAAgB2E,MAChDtE,EAAMy0B,SAAS90B,KAAK,iBAAiBM,KAAK,OAAOof,EAAMpmB,KAAO,MAE9D+G,EAAMjH,QAAQ4D,yBACd0iB,EAAMjkB,MAAQ4E,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,MACpDtE,EAAMy0B,SAAS90B,KAAK,uBAAuBM,KAAK,MAAOof,EAAMjkB,OAAS25B,IAEtE/0B,EAAMjH,QAAQoD,+BACX6D,EAAMjH,QAAQqD,sCACuB,mBAA1B84B,GAAeK,QACrBL,EAAeK,OAAOK,eACtBvW,EAAMhkB,YAAc65B,EAAeK,OAAOM,UAC1CX,EAAeK,OAAOO,cAI1BzW,EAAMhkB,YAAc2E,EAAMy0B,SAAS90B,KAAK,wBAAwB2E,OAGpEtE,EAAMjH,QAAQg9B,yBACX/1B,EAAMjH,QAAQ2C,gCAC4B,mBAA/B05B,GAAoBG,QACtBH,EAAoBG,OAAOK,eAC/BvW,EAAMvmB,MAAQs8B,EAAoBG,OAAOM,UACzCT,EAAoBG,OAAOO,cAI/BzW,EAAMvmB,MAAQkH,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,OAGxDtE,EAAMjH,QAAQwD,uBAAwB,CACtC,GAAI5C,GAAOqG,EAAMy0B,SAAS90B,KAAK,iBAAiBqF,GAAG,WACnDqa,GAAM7O,MAAQnY,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBrE,KAAMA,IAE9FqG,EAAMjH,QAAQiE,eACXqI,EAAOrH,IAAI,WAAWgC,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,QAC3D+a,EAAMniB,MAAQ8C,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,OAGxDtE,EAAMjH,QAAQ8C,cACXwJ,EAAOrH,IAAI,UAAUgC,EAAMy0B,SAAS90B,KAAK,iBAAiB2E,QACzD+a,EAAMtjB,KAAOiE,EAAMy0B,SAAS90B,KAAK,iBAAiB2E,OAG1De,EAAO6L,IAAImO,GACXrf,EAAMimB,aAENoP,QAGL,IAEHp9B,MAAKw8B,SAAStxB,GAAG,QAAS,SAAS0e,GACZ,KAAfA,EAAGoU,SACHZ,MAIRp9B,KAAKw8B,SAAS90B,KAAK,2BAA2BwD,GAAG,qBAAsBwyB,GACnE31B,EAAMjH,QAAQoD,8BACd6D,EAAMjH,QAAQqD,uCACmB,mBAA1B84B,GAAeK,SAEtBL,EAAeK,OAAOpyB,GAAG,SAAUwyB,GACnCT,EAAeK,OAAOpyB,GAAG,OAAQwyB,IAGjC31B,EAAMjH,QAAQg9B,wBACd/1B,EAAMjH,QAAQ2C,iCACwB,mBAA/B05B,GAAoBG,SAE3BH,EAAoBG,OAAOpyB,GAAG,SAAUwyB,GACxCP,EAAoBG,OAAOpyB,GAAG,OAAQwyB,IAGvC31B,EAAMjH,QAAQ+D,oBACb7E,KAAKw8B,SAAS90B,KAAK,uBAAuBumB,OAAO,WAC7C,GAAIjuB,KAAKi+B,MAAM/8B,OAAQ,CACnB,GAAIwI,GAAI1J,KAAKi+B,MAAM,GACnBjd,EAAK,GAAIkd,WACT,IAA2B,UAAvBx0B,EAAE5F,KAAKkM,OAAO,EAAE,GAEhB,WADAmuB,OAAMp2B,EAAMrH,OAAOC,UAAU,6BAGjC,IAAI+I,EAAErF,KAA8C,KAAtC0D,EAAMjH,QAAQigB,sBAExB,WADAod,OAAMp2B,EAAMrH,OAAOC,UAAU,6BAA+BoH,EAAMjH,QAAQigB,sBAAwBhZ,EAAMrH,OAAOC,UAAU,MAG7HqgB;EAAGod,OAAS,SAAS1wB,GACjB3F,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,IAAIqB,EAAE2wB,OAAOxmB,QACnD6lB,KAEJ1c,EAAGsd,cAAc50B,MAI7B1J,KAAKw8B,SAAS90B,KAAK,kBAAkB,GAAG62B,OAExC,IAAIC,GAAUz2B,EAAMy0B,SAAS90B,KAAK,uBAElC1H,MAAKw8B,SAAS90B,KAAK,gCAAgC+2B,MAC3C,SAAS7U,GACLA,EAAGjc,iBACH6wB,EAAQ1S,QAEZ,SAASlC,GACLA,EAAGjc,iBACH6wB,EAAQ72B,SAIpB62B,EAAQ92B,KAAK,MAAM+2B,MACX,SAAS7U,GACLA,EAAGjc,iBACH5F,EAAMy0B,SAAS90B,KAAK,kBAAkB8I,IAAI,aAAcrJ,EAAEnH,MAAMgI,KAAK,gBAEzE,SAAS4hB,GACLA,EAAGjc,iBACH5F,EAAMy0B,SAAS90B,KAAK,kBAAkB8I,IAAI,aAAepD,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAAStD,QAAW2K,EAAOrH,IAAI,eAAiB9C,EAAM8R,kBAAkBhN,EAAMrH,SAASqF,IAAI,YAEhMoC,MAAM,SAASyhB,GACbA,EAAGjc,iBACC5F,EAAM4C,SAASupB,cACf9mB,EAAO6L,IAAI,QAAS7Y,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBtD,MAAO0E,EAAEnH,MAAMgI,KAAK,iBAClHw2B,EAAQ72B,OACRmO,MAAMC,KAAK+hB,QAEXsF,KAIR,IAAIsB,GAAY,SAASxtB,GACrB,GAAInJ,EAAM4C,SAASupB,aAAc,CAC7B,GAAIyK,GAAWztB,GAAG9D,EAAOrH,IAAI,SAAW,EACxCgC,GAAMy0B,SAAS90B,KAAK,uBAAuBsM,MAAM2qB,EAAW,EAAI,IAAM,IAAMA,GAC5EvxB,EAAO6L,IAAI,OAAQ0lB,GACnB7oB,MAAMC,KAAK+hB,WAEXsF,KAIRp9B,MAAKw8B,SAAS90B,KAAK,sBAAsBS,MAAM,WAE3C,MADAu2B,GAAU,KACH,IAEX1+B,KAAKw8B,SAAS90B,KAAK,oBAAoBS,MAAM,WAEzC,MADAu2B,GAAU,IACH,GAGX,IAAIE,GAAiB,SAAS1tB,GAC1B,GAAInJ,EAAM4C,SAASupB,aAAc,CAC7B,GAAI2K,GAAkBzxB,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASnE,WAAc,EAC3Ek9B,EAAgB5tB,EAAI2tB,CACL,GAAhBC,EACCA,EAAgB,EAEXA,EAAgB/2B,EAAMjH,QAAQqe,0BACnC2f,EAAgB/2B,EAAMjH,QAAQqe,yBAE9B2f,IAAkBD,IAClB92B,EAAMy0B,SAAS90B,KAAK,4BAA4BsM,KAAK8qB,GACrD1xB,EAAO6L,IAAI,QAAS7Y,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBnE,UAAWk9B,KACzGhpB,MAAMC,KAAK+hB,YAIfsF,KAIRp9B,MAAKw8B,SAAS90B,KAAK,2BAA2BS,MAAM,WAEhD,MADAy2B,GAAe,KACR,IAEX5+B,KAAKw8B,SAAS90B,KAAK,yBAAyBS,MAAM,WAE9C,MADAy2B,GAAe,IACR,IAGX5+B,KAAKw8B,SAAS90B,KAAK,sBAAsBS,MAAM,WAG3C,MAFAJ,GAAMy0B,SAAS90B,KAAK,kBAAkB2E,IAAI,IAC1CqxB,KACO,QAGX,IAAsD,gBAA3C19B,MAAKuvB,sBAAsB4E,YAA0B,CAC5D,GAAI4K,GAAY/+B,KAAKuvB,sBAAsB4E,YAAYzjB,QAAQtQ,EAAEgN,EAAOrH,IAAI,UAAU1F,SAAS,yCAC/FL,MAAKw8B,SAAS90B,KAAK,qBAAuB0F,EAAOrH,IAAI,OAAS,KAAO,KAAKmC,KAAK62B,GAC3E/+B,KAAKc,QAAQsE,+BACbpF,KAAKw8B,SAAS90B,KAAK,2BAA2BQ,KAAKlI,KAAKuvB,sBAAsB4E,YAAYzjB,QAAQtQ,EAAEgN,EAAOrH,IAAI,gBAAgB1F,SAAS,2CAIpJL,KAAKw8B,SAAS90B,KAAK,OAAOsR,KAAK,WAC3BjR,EAAMimB,YAGdA,OAAQ,WACJ,GAAIhuB,KAAKc,QAAQmc,aAAa,CAC1B,GAAI5H,GAAUrV,KAAKuvB,sBAAsB+D,YACzCrwB,GAAMkS,YAAYnV,KAAKc,QAASuU,EAASrV,KAAKq8B,aAAyD,IAA3Cr8B,KAAKuvB,sBAAsBiE,cAAsBxzB,KAAKw8B,UAEtHx8B,KAAKw8B,SAAS1Q,OACdhW,MAAMC,KAAK+hB,QAEf1vB,QAAS,WAC0B,mBAArBpI,MAAKq9B,aACXr9B,KAAKq9B,cAETr9B,KAAKq8B,aAAaxgB,SAClB7b,KAAKw8B,SAAS3gB,YAEnBtS,QAIImzB,IAKX9O,OAAO,uBAAuB,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAUwN,GAGhH,GAAIx5B,GAAQgsB,EAASF,WAKjBiQ,EAAa/7B,EAAMgP,QAAQwqB,EAoL/B,OAlLAr8B,GAAE4+B,EAAWx+B,WAAWiS,QACpBF,MAAO,WACLkqB,EAAWj8B,UAAU+R,MAAMF,MAAMrS,MACjCA,KAAKqJ,SAAWrJ,KAAKc,QAAQoI,UAAU,6BACvClJ,KAAK28B,iBAAmB38B,KAAKc,QAAQoI,UAAU,uCAEjD4uB,KAAM,WACF,GAAI1qB,GAASpN,KAAKuvB,sBAAsBzS,MACxCmiB,EAAc7xB,EAAOrH,IAAI,QACzBm5B,EAAY9xB,EAAOrH,IAAI,MACvB62B,EAAcxvB,EAAOrH,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,QACvEm8B,EAAa78B,KAAK2K,SAASupB,aAAel0B,KAAKqJ,SAAWrJ,KAAK28B,gBAC/D38B,MAAKw8B,SACFt0B,KAAK20B,GACJj8B,MACI0B,cAAe8K,EAAOrH,IAAI,cAC1BlF,MAAOuM,EAAOrH,IAAI,SAClB/E,IAAKoM,EAAOrH,IAAI,OAChBpD,UAAYM,EAAMf,aAAakL,EAAOrH,IAAI,QAAU,IAAI2K,QAAQ,0BAA0B,IAAIA,QAAQ,MAAM,IAAI,IAChHtN,YAAagK,EAAOrH,IAAI,eACxBtD,MAAQ2K,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAAStD,OAAUm6B,EAAY72B,IAAI,SAC7ErE,KAAM0L,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASrE,KAAO,UAAY,GACpEI,MAAQsL,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASjE,QAAWsL,EAAOwlB,IAAI,UAAkD,mBAA9BxlB,GAAOrH,IAAI,SAASjE,MAAyB,UAAY,GACtJF,UAAYwL,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASnE,WAAc,EACrEO,WAAY88B,EAAYl5B,IAAI,SAC5B3D,SAAU88B,EAAUn5B,IAAI,SACxB9D,WAAag9B,EAAYrM,IAAI,UAAYqM,EAAYl5B,IAAI,SAAStD,QAAWw8B,EAAYl5B,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,SAASqF,IAAI,SACxJlD,SAAWq8B,EAAUtM,IAAI,UAAYsM,EAAUn5B,IAAI,SAAStD,QAAWy8B,EAAUn5B,IAAI,eAAiB9C,EAAM8R,kBAAkB/U,KAAKU,SAASqF,IAAI,SAChJhD,iBAAkB65B,EAAY72B,IAAI,SAClCxD,iBAAkBq6B,EAAY72B,IAAI,UAEtCrF,OAAQV,KAAKU,OACbwB,YAAae,EAAMf,YACnBpB,QAASd,KAAKc,WAElBd,KAAKguB,QACL,IAAIjmB,GAAQ/H,KACZo9B,EAAc,WACVr1B,EAAM4C,SAASwjB,qBAAqBpmB,GACpCA,EAAMy0B,SAAS90B,KAAK,qBAAqBqG,IAAI,SAC7C+H,MAAMC,KAAK+hB,OASf,IAPA93B,KAAKw8B,SAAS90B,KAAK,cAAcS,MAAMi1B,GACvCp9B,KAAKw8B,SAAS90B,KAAK,iBAAiBS,MAAM,WACtC,MAAKiF,GAAOrH,IAAI,OAAhB,QACW,IAIX/F,KAAK2K,SAASupB,aAAc,CAE5B,GAAIwJ,GAAgBt9B,EAAEynB,SAAS,WAC3BznB,EAAEguB,MAAM,WACJ,GAAIrmB,EAAM4C,SAASupB,aAAc,CAC7B,GAAI9M,IACAvmB,MAAOkH,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,MAKjD,IAHItE,EAAMjH,QAAQC,uBACdqmB,EAAMpmB,IAAM+G,EAAMy0B,SAAS90B,KAAK,gBAAgB2E,OAEhDtE,EAAMjH,QAAQwD,uBAAwB,CACtC,GAAI5C,GAAOqG,EAAMy0B,SAAS90B,KAAK,iBAAiBqF,GAAG,YAC/CjL,EAAQiG,EAAMy0B,SAAS90B,KAAK,kBAAkBqF,GAAG,WACrDqa,GAAM7O,MAAQnY,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBrE,KAAMA,EAAMI,MAAOA,IAE/GiG,EAAMy0B,SAAS90B,KAAK,iBAAiBM,KAAK,OAAOof,EAAMpmB,KAAO,KAC9DoM,EAAO6L,IAAImO,GACXtR,MAAMC,KAAK+hB,WAEXsF,QAGV,IAEFp9B,MAAKw8B,SAAStxB,GAAG,QAAS,SAAS0e,GACZ,KAAfA,EAAGoU,SACHZ,MAIRp9B,KAAKw8B,SAAS90B,KAAK,SAASwD,GAAG,qBAAsBwyB,GAErD19B,KAAKw8B,SAAS90B,KAAK,uBAAuBumB,OAAO,WAC7C,GAAIvgB,GAAIvG,EAAEnH,MACV8Q,EAAIpD,EAAErB,KACFyE,KACA/I,EAAMy0B,SAAS90B,KAAK,kBAAkB2E,IAAIqB,EAAEhG,KAAK,aAAasM,QAC9DjM,EAAMy0B,SAAS90B,KAAK,gBAAgB2E,IAAIyE,GACxC4sB,OAGR19B,KAAKw8B,SAAS90B,KAAK,sBAAsBS,MAAM,WACvCJ,EAAM4C,SAASupB,cACf9mB,EAAO6L,KACHuB,KAAMpN,EAAOrH,IAAI,MACjB0U,GAAIrN,EAAOrH,IAAI,UAEnBgC,EAAM+vB,QAENsF,KAIR,IAAIoB,GAAUz2B,EAAMy0B,SAAS90B,KAAK,uBAElC1H,MAAKw8B,SAAS90B,KAAK,gCAAgC+2B,MAC3C,SAAS7U,GACLA,EAAGjc,iBACH6wB,EAAQ1S,QAEZ,SAASlC,GACLA,EAAGjc,iBACH6wB,EAAQ72B,SAIpB62B,EAAQ92B,KAAK,MAAM+2B,MACX,SAAS7U,GACLA,EAAGjc,iBACH5F,EAAMy0B,SAAS90B,KAAK,kBAAkB8I,IAAI,aAAcrJ,EAAEnH,MAAMgI,KAAK,gBAEzE,SAAS4hB,GACLA,EAAGjc,iBACH5F,EAAMy0B,SAAS90B,KAAK,kBAAkB8I,IAAI,aAAepD,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAAStD,QAAU2K,EAAOrH,IAAI,eAAiB9C,EAAM8R,kBAAkBhN,EAAMrH,SAASqF,IAAI,YAE/LoC,MAAM,SAASyhB,GACbA,EAAGjc,iBACC5F,EAAM4C,SAASupB,cACf9mB,EAAO6L,IAAI,QAAS7Y,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBtD,MAAO0E,EAAEnH,MAAMgI,KAAK,iBAClHw2B,EAAQ72B,OACRmO,MAAMC,KAAK+hB,QAEXsF,KAGR,IAAIwB,GAAiB,SAAS1tB,GAC1B,GAAInJ,EAAM4C,SAASupB,aAAc,CAC7B,GAAI2K,GAAkBzxB,EAAOwlB,IAAI,UAAYxlB,EAAOrH,IAAI,SAASnE,WAAc,EAC3Ek9B,EAAgB5tB,EAAI2tB,CACL,GAAhBC,EACCA,EAAgB,EAEXA,EAAgB/2B,EAAMjH,QAAQqe,0BACnC2f,EAAgB/2B,EAAMjH,QAAQqe,yBAE9B2f,IAAkBD,IAClB92B,EAAMy0B,SAAS90B,KAAK,4BAA4BsM,KAAK8qB,GACrD1xB,EAAO6L,IAAI,QAAS7Y,EAAE29B,OAAU3wB,EAAOwlB,IAAI,UAAYxyB,EAAEoc,MAAMpP,EAAOrH,IAAI,eAAoBnE,UAAWk9B,KACzGhpB,MAAMC,KAAK+hB,YAIfsF,KAIRp9B,MAAKw8B,SAAS90B,KAAK,2BAA2BS,MAAM,WAEhD,MADAy2B,GAAe,KACR,IAEX5+B,KAAKw8B,SAAS90B,KAAK,yBAAyBS,MAAM,WAE9C,MADAy2B,GAAe,IACR,MAInB5Q,OAAQ,WACJ,GAAIhuB,KAAKc,QAAQmc,aAAa,CAC1B,GAAI5H,GAAUrV,KAAKuvB,sBAAsB+D,YACzCrwB,GAAMkS,YAAYnV,KAAKc,QAASuU,EAASrV,KAAKq8B,aAAc,EAAGr8B,KAAKw8B,UAExEx8B,KAAKw8B,SAAS1Q,OACdhW,MAAMC,KAAK+hB,UAEhBvuB,QAIIy1B,IAKXpR,OAAO,uBAAuB,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAUkQ,GAGhH,GAAIl8B,GAAQgsB,EAASF,WAKjBqQ,EAAcn8B,EAAMgP,QAAQktB,EAuChC,OArCA/+B,GAAEg/B,EAAY5+B,WAAWiS,QACrBghB,cAAe,WACX,GAAI4L,GAAcr/B,KAAKuvB,sBAAsBiE,aACzC6L,KAAgBr/B,KAAKs/B,kBACjBt/B,KAAKqvB,QACLrvB,KAAKqvB,OAAOjnB,UAEhBpI,KAAKqvB,OAASrvB,KAAK2K,SAAS40B,WACpBv/B,KAAM,EAAIq/B,EACVp8B,EAAMiR,mBAAqBmrB,EAC3Br/B,KAAKw/B,WACLx/B,KAAKy/B,SACL,EACAz/B,KAAK0/B,UACL1/B,KAAKU,OAAOC,UAAUX,KAAKgU,OAEnChU,KAAKs/B,gBAAkBD,IAG/B7Q,SAAU,WACN2Q,EAAW3+B,UAAUguB,SAASnc,MAAMrS,KAAMO,MAAMC,UAAU8R,MAAM5M,KAAKC,UAAW,IAC7E3F,KAAKuvB,uBAAyBvvB,KAAKuvB,sBAAsB2I,kBACxDyH,aAAa3/B,KAAKuvB,sBAAsB2I,iBACxCl4B,KAAKuvB,sBAAsB0I,gBAGnC3J,OAAQ,WACDtuB,KAAKuvB,uBAAyBvvB,KAAKuvB,sBAAsB2I,iBACxDyH,aAAa3/B,KAAKuvB,sBAAsB2I,iBAE5Cl4B,KAAKqvB,OAAOf,YAEjB/kB,QAKI61B,IAKXxR,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGpH,GAAI38B,GAAQgsB,EAASF,WAKjB0C,EAAiBxuB,EAAMgP,QAAQ2tB,EAoBnC,OAlBAx/B,GAAEqxB,EAAejxB,WAAWiS,QACxBF,MAAO,WACHvS,KAAK8D,KAAO,mBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAax/B,KAAKc,QAAQmG,WAAa,KAAO,KACnDjH,KAAKy/B,SAAWz/B,KAAKc,QAAQmG,WAAa,IAAM,IAChDjH,KAAK0/B,UAAY,OACjB1/B,KAAKgU,KAAO,QAEhB8a,QAAS,WACA9uB,KAAK2K,SAAS0oB,aACfrzB,KAAKuvB,sBAAsBmI,gBAGpCnuB,QAIIkoB,IAKX7D,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGtH,GAAI38B,GAAQgsB,EAASF,WAKjB2C,EAAmBzuB,EAAMgP,QAAQ2tB,EAkCrC,OAhCAx/B,GAAEsxB,EAAiBlxB,WAAWiS,QAC1BF,MAAO,WACHvS,KAAK8D,KAAO,qBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAax/B,KAAKc,QAAQmG,WAAa,IAAM,EAClDjH,KAAKy/B,SAAWz/B,KAAKc,QAAQmG,WAAa,GAAK,GAC/CjH,KAAK0/B,UAAY,SACjB1/B,KAAKgU,KAAO,UAEhB8a,QAAS,WAIL,GAHA9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAK2K,SAASgtB,4BAA4B,UACtC33B,KAAK2K,SAASupB,aACd,GAAIl0B,KAAKc,QAAQ0c,qBAAsB,CACnC,GAAIqiB,GAAQ58B,EAAM+N,OAAO,SACzBhR,MAAK2K,SAASm1B,YAAY92B,MACtBwQ,GAAIqmB,EACJE,MAAM,GAAI5uB,OAAO6uB,UAAYhgC,KAAKc,QAAQ0c,uBAE9Cxd,KAAKuvB,sBAAsBzS,MAAM7D,IAAI,mBAAoB4mB,OAErDI,SAAQjgC,KAAKU,OAAOC,UAAU,sCAAwC,IAAMX,KAAKuvB,sBAAsBzS,MAAM/W,IAAI,SAAW,OAC5H/F,KAAK8F,QAAQ8V,WAAW5b,KAAKuvB,sBAAsBzS,UAKpEvT,QAIImoB,IAKX9D,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGpH,GAAI38B,GAAQgsB,EAASF,WAKjB+C,EAAiB7uB,EAAMgP,QAAQ2tB,EAuBnC,OArBAx/B,GAAE0xB,EAAetxB,WAAWiS,QACxBF,MAAO,WACHvS,KAAK8D,KAAO,mBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAa,GAClBx/B,KAAKy/B,SAAW,GAChBz/B,KAAK0/B,UAAY,OACjB1/B,KAAKgU,KAAO,QAEhB8a,QAAS,WACL9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAK2K,SAASgtB,4BAA4B,UACtC33B,KAAK2K,SAASupB,cACdl0B,KAAK2K,SAASoL,KAAKmqB,cAAclgC,KAAKuvB,sBAAsBzS,UAGrEvT,QAIIuoB,IAKXlE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGpH,GAAI38B,GAAQgsB,EAASF,WAKjBgD,EAAiB9uB,EAAMgP,QAAQ2tB,EAuBnC,OArBAx/B,GAAE2xB,EAAevxB,WAAWiS,QACxBF,MAAO,WACHvS,KAAK8D,KAAO,mBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAa,GAClBx/B,KAAKy/B,SAAW,IAChBz/B,KAAK0/B,UAAY,OACjB1/B,KAAKgU,KAAO,QAEhB8a,QAAS,WACL9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAK2K,SAASgtB,4BAA4B,UACtC33B,KAAK2K,SAASupB,cACdl0B,KAAKuvB,sBAAsByI,eAAc,MAGlDzuB,QAIIwoB,IAKXnE,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGtH,GAAI38B,GAAQgsB,EAASF,WAKjBkD,EAAmBhvB,EAAMgP,QAAQ2tB,EAsBrC,OApBAx/B,GAAE6xB,EAAiBzxB,WAAWiS,QAC1BF,MAAO,WACHvS,KAAK8D,KAAO,qBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAa,KAClBx/B,KAAKy/B,SAAW,IAChBz/B,KAAK0/B,UAAY,SACjB1/B,KAAKgU,KAAO,mBAEhB8a,QAAS,WACL9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EACxBrzB,KAAK2K,SAASupB,cACdl0B,KAAKuvB,sBAAsBzS,MAAMqjB,MAAM,uBAGhD52B,QAII0oB,IAKXrE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGpH,GAAI38B,GAAQgsB,EAASF,WAKjB4C,EAAiB1uB,EAAMgP,QAAQ2tB,EA2BnC,OAzBAx/B,GAAEuxB,EAAenxB,WAAWiS,QACxBF,MAAO,WACHvS,KAAK8D,KAAO,mBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAax/B,KAAKc,QAAQmG,WAAa,IAAM,GAClDjH,KAAKy/B,SAAWz/B,KAAKc,QAAQmG,WAAa,IAAM,IAChDjH,KAAK0/B,UAAY,OACjB1/B,KAAKgU,KAAO,wBAEhB6a,UAAW,SAASiK,GAChB,GAAI94B,KAAK2K,SAASupB,aAAc,CAC5B,GAAIkM,GAAOpgC,KAAK2K,SAASqD,SAASC,SAClCoyB,EAAS,GAAIvqB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,KAE9CzO,MAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAASgtB,4BAA4B,UAC1C33B,KAAK2K,SAAS21B,YAAYtgC,KAAKuvB,sBAAuB8Q,OAG/D92B,QAIIooB,IAMX/D,OAAO,8BAA8B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGvH,GAAI38B,GAAQgsB,EAASF,WAKjB6C,EAAoB3uB,EAAMgP,QAAQ2tB,EAsBtC,OApBAx/B,GAAEwxB,EAAkBpxB,WAAWiS,QAC3BF,MAAO,WACHvS,KAAK8D,KAAO,sBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAax/B,KAAKc,QAAQmG,WAAa,IAAM,IAClDjH,KAAKy/B,SAAWz/B,KAAKc,QAAQmG,WAAa,IAAM,EAChDjH,KAAK0/B,UAAY,UACjB1/B,KAAKgU,KAAO,WAEhB8a,QAAS,WACL,GAAI6P,GAAW,GAAK3+B,KAAKuvB,sBAAsBzS,MAAM/W,IAAI,SAAW,EACpE/F,MAAKuvB,sBAAsBzS,MAAM7D,IAAI,OAAQ0lB,GAC7C3+B,KAAKuvB,sBAAsBjB,SAC3BtuB,KAAKsuB,SACLxY,MAAMC,KAAK+hB,UAEhBvuB,QAIIqoB,IAKXhE,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAU2Q,GAGtH,GAAI38B,GAAQgsB,EAASF,WAKjB8C,EAAmB5uB,EAAMgP,QAAQ2tB,EAsBrC,OApBAx/B,GAAEyxB,EAAiBrxB,WAAWiS,QAC1BF,MAAO,WACHvS,KAAK8D,KAAO,qBACZ9D,KAAKs/B,gBAAkB,EACvBt/B,KAAKw/B,WAAax/B,KAAKc,QAAQmG,WAAa,KAAO,KACnDjH,KAAKy/B,SAAWz/B,KAAKc,QAAQmG,WAAa,KAAO,KACjDjH,KAAK0/B,UAAY,SACjB1/B,KAAKgU,KAAO,UAEhB8a,QAAS,WACL,GAAI6P,GAAW,IAAM3+B,KAAKuvB,sBAAsBzS,MAAM/W,IAAI,SAAW,EACrE/F,MAAKuvB,sBAAsBzS,MAAM7D,IAAI,OAAQ0lB,GAC7C3+B,KAAKuvB,sBAAsBjB,SAC3BtuB,KAAKsuB,SACLxY,MAAMC,KAAK+hB,UAEhBvuB,QAIIsoB,IAKXjE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAUkQ,GAGpH,GAAIl8B,GAAQgsB,EAASF,WAKjB0K,EAAiBx2B,EAAMgP,QAAQktB,EAgBnC,OAdA/+B,GAAEq5B,EAAej5B,WAAWiS,QACxBF,MAAO,WACHvS,KAAK8D,KAAO,mBACZ9D,KAAKqvB,OAASrvB,KAAK2K,SAAS40B,WAAWv/B,KAAMiD,EAAMkR,mBAAoBlR,EAAMmR,mBAAoB,KAAM,IAAK,EAAG,OAAQpU,KAAKU,OAAOC,UAAU,UAEjJmuB,QAAS,WACA9uB,KAAK2K,SAAS0oB,aACfrzB,KAAKuvB,sBAAsBmI,gBAGpCnuB,QAIIkwB,IAKX7L,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAUkQ,GAGtH,GAAIl8B,GAAQgsB,EAASF,WAKjB2K,EAAmBz2B,EAAMgP,QAAQktB,EA8BrC,OA5BA/+B,GAAEs5B,EAAiBl5B,WAAWiS,QAC1BF,MAAO,WACHvS,KAAK8D,KAAO,qBACZ9D,KAAKqvB,OAASrvB,KAAK2K,SAAS40B,WAAWv/B,KAAMiD,EAAMkR,mBAAoBlR,EAAMmR,mBAAoB,IAAK,GAAI,EAAG,SAAUpU,KAAKU,OAAOC,UAAU,YAEjJmuB,QAAS,WAIL,GAHA9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EAC5BrzB,KAAK2K,SAASgtB,4BAA4B,UACtC33B,KAAK2K,SAASupB,aACd,GAAIl0B,KAAKc,QAAQ0c,qBAAsB,CACnC,GAAIqiB,GAAQ58B,EAAM+N,OAAO,SACzBhR,MAAK2K,SAASm1B,YAAY92B,MACtBwQ,GAAIqmB,EACJE,MAAM,GAAI5uB,OAAO6uB,UAAYhgC,KAAKc,QAAQ0c,uBAE9Cxd,KAAKuvB,sBAAsBzS,MAAM7D,IAAI,mBAAoB4mB,OAErDI,SAAQjgC,KAAKU,OAAOC,UAAU,sCAAwC,IAAMX,KAAKuvB,sBAAsBzS,MAAM/W,IAAI,SAAW,OAC5H/F,KAAK8F,QAAQgW,WAAW9b,KAAKuvB,sBAAsBzS,UAKpEvT,QAIImwB,IAKX9L,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAUzmB,EAAG/G,EAAG6uB,EAAUkQ,GAGtH,GAAIl8B,GAAQgsB,EAASF,WAKjB4K,EAAmB12B,EAAMgP,QAAQktB,EAkBrC,OAhBA/+B,GAAEu5B,EAAiBn5B,WAAWiS,QAC1BF,MAAO,WACHvS,KAAK8D,KAAO,qBACZ9D,KAAKqvB,OAASrvB,KAAK2K,SAAS40B,WAAWv/B,KAAMiD,EAAMkR,mBAAoBlR,EAAMmR,mBAAoB,KAAM,IAAK,EAAG,SAAUpU,KAAKU,OAAOC,UAAU,qBAEnJmuB,QAAS,WACL9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,EACxBrzB,KAAK2K,SAASupB,cACdl0B,KAAKuvB,sBAAsBzS,MAAMqjB,MAAM,uBAGhD52B,QAIIowB,IAKX/L,OAAO,sBAAsB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGvH,GAAIjsB,GAAQgsB,EAASF,WAKjBwR,EAAYt9B,EAAMgP,QAAQid,EAgB9B,OAdA9uB,GAAEmgC,EAAU//B,WAAWiS,QACnB+kB,WAAY,SAASC,GACjBz3B,KAAK2K,SAASsD,OAASjO,KAAK2K,SAASsD,OAAO0lB,SAAS8D,EAAOH,OAAOt3B,KAAK2K,SAAS0nB,QAAQ1B,OAAOkD,SAAS7zB,KAAK2K,SAASgmB,QACvH3wB,KAAK2K,SAASqjB,UAElBc,QAAS,WACL9uB,KAAK2K,SAASsuB,aAAe,KAC7Bj5B,KAAK2K,SAAS0oB,aAAc,KAEjC9pB,QAKIg3B,IAKX3S,OAAO,kBAAkB,SAAU,aAAc,YAAa,WAAY,sBAAuB,SAAUzmB,EAAG/G,EAAGogC,EAAWvR,EAAUsR,GAGlI,GAAIt9B,GAAQgsB,EAASF,WAIjBxjB,EAAQ,SAAS/D,GACjBxH,KAAKU,OAAS8G,EACdxH,KAAKmH,EAAIA,EAAE,cACXnH,KAAKygC,mBACLzgC,KAAKmH,EAAEe,KAAKV,EAAQ1G,QAAQoI,UAAU,wBAAwB1B,IAC9DxH,KAAKiQ,iBACLjQ,KAAKgO,SAAWhO,KAAKmH,EAAEO,KAAK,cAC5B1H,KAAKuxB,SAAWvxB,KAAKmH,EAAEO,KAAK,cAIxB1H,KAAKw8B,SAHJh1B,EAAQ1G,QAAQmc,aAGDjd,KAAKmH,EAAEO,KAAK,cAFZP,EAAE,IAAMK,EAAQ1G,QAAQoc,cAI5Cld,KAAK0gC,QAAU1gC,KAAKmH,EAAEO,KAAK,qBAC3BoO,MAAM6qB,MAAM3gC,KAAKgO,SAAS,IAC1BhO,KAAK4gC,YAAc,EACnB5gC,KAAK6gC,YAAa,EAClB7gC,KAAKi5B,aAAe,KACpBj5B,KAAK8gC,gBAAkB,KACvB9gC,KAAKk5B,WAAa,GAAIpjB,OAAMirB,MAC5B/gC,KAAKgxB,WAAa,GAAIlb,OAAMirB,MAC5B/gC,KAAKo8B,cAAgB,GAAItmB,OAAMirB,MAC/B/gC,KAAK8/B,eACL9/B,KAAKknB,cAAe,EAEhB1f,EAAQ1G,QAAQgd,eAChB9d,KAAKqyB,SACG2O,iBAAkB,GAAIlrB,OAAMirB,MAC5B7H,WAAY,GAAIpjB,OAAMirB,MACtB/P,WAAY,GAAIlb,OAAMirB,MACtBtO,WAAY,GAAI3c,OAAMqhB,MACtB9yB,KAAM,GAAIyR,OAAMif,KAAMvtB,EAAQ1G,QAAQid,cAAevW,EAAQ1G,QAAQkd,iBAG7Ehe,KAAKqyB,QAAQ2O,iBAAiB/P,WAC9BjxB,KAAKqyB,QAAQ4O,QAAUnrB,MAAMC,KAAKklB,OAAOiG,YAAYvN,SAAS3zB,KAAKqyB,QAAQhuB,MAC3ErE,KAAKqyB,QAAQtC,UAAY,GAAIja,OAAM8Z,KAAKI,UAAUhwB,KAAKqyB,QAAQ4O,QAAQtN,UAAU,EAAE,IAAK3zB,KAAKqyB,QAAQhuB,KAAKwS,KAAK,EAAE,KACjH7W,KAAKqyB,QAAQtC,UAAUjZ,UAAYtP,EAAQ1G,QAAQod,yBACnDle,KAAKqyB,QAAQtC,UAAUwE,YAAc/sB,EAAQ1G,QAAQqd,qBACrDne,KAAKqyB,QAAQtC,UAAUsB,YAAc,EACrCrxB,KAAKqyB,QAAQpkB,OAAS,GAAI6H,OAAMod,MAAMlzB,KAAKqyB,QAAQhuB,KAAKizB,OAAO,IAC/Dt3B,KAAKqyB,QAAQ1B,MAAQ,GAErB3wB,KAAKqyB,QAAQrB,WAAWC,WACxBjxB,KAAKqyB,QAAQ8O,cAAgB,GAAIrrB,OAAM8Z,KAAKI,UAAUhwB,KAAKqyB,QAAQ4O,QAASjhC,KAAKqyB,QAAQhuB,MACzFrE,KAAKqyB,QAAQI,WAAWC,SAAS1yB,KAAKqyB,QAAQ8O,eAC9CnhC,KAAKqyB,QAAQI,WAAW2E,SAAU,EAClCp3B,KAAKqyB,QAAQG,UAAY,GAAI1c,OAAM8Z,KAAKI,UAAUhwB,KAAKqyB,QAAQ4O,QAASjhC,KAAKqyB,QAAQhuB,MACrFrE,KAAKqyB,QAAQI,WAAWC,SAAS1yB,KAAKqyB,QAAQG,WAC9CxyB,KAAKqyB,QAAQG,UAAU1b,UAAY,UACnC9W,KAAKqyB,QAAQG,UAAUuB,QAAU,GACjC/zB,KAAKqyB,QAAQG,UAAU+B,YAAc,UACrCv0B,KAAKqyB,QAAQG,UAAUnB,YAAc,EACrCrxB,KAAKqyB,QAAQG,UAAUD,iBAAmB,GAAIgO,GAAUvgC,KAAM,OAGlEA,KAAK24B,mBAAqBv4B,EAAE,WACxB0V,MAAMC,KAAK+hB,SACZjQ,SAAS,KAAKte,QAEjBvJ,KAAKohC,WACLphC,KAAKqhC,YAAa,CAElB,IAAIt5B,GAAQ/H,KACZshC,GAAe,EACfC,EAAiB,EACjBC,GAAW,EACXC,EAAY,EACZC,EAAY,CAEZ1hC,MAAKw1B,eACLx1B,KAAK2hC,eAEJ,OAAQ,SAAU,OAAQ,OAAQ,OAAQ,UAAW,SAAU,UAAW7pB,QAAQ,SAAS8pB,GACxF,GAAI/vB,GAAM,GAAIC,MACdD,GAAIE,IAAMvK,EAAQ1G,QAAQuC,WAAa,OAASu+B,EAAU,OAC1D75B,EAAM45B,WAAWC,GAAW/vB,GAGhC,IAAIgwB,GAAqBzhC,EAAEynB,SAAS,SAASiR,EAAQC,GACjDhxB,EAAM2G,YAAYoqB,EAAQC,IAC3B91B,EAAM2R,gBAET5U,MAAKgO,SAAS9C,IACV2jB,UAAW,SAASiK,GAChBA,EAAOnrB,iBACP5F,EAAMoH,YAAY2pB,GAAQ,IAE9BgJ,UAAW,SAAShJ,GAChBA,EAAOnrB,iBACPk0B,EAAmB/I,GAAQ,IAE/BhK,QAAS,SAASgK,GACdA,EAAOnrB,iBACP5F,EAAMqH,UAAU0pB,GAAQ,IAE5BiJ,WAAY,SAASjJ,EAAQrB,GACtBjwB,EAAQ1G,QAAQyc,iBACfub,EAAOnrB,iBACH2zB,GACAv5B,EAAMi6B,SAASlJ,EAAQrB,KAInCwK,WAAY,SAASnJ,GACjBA,EAAOnrB,gBACP,IAAIu0B,GAAWpJ,EAAOjrB,cAAcs0B,QAAQ,EAEpC36B,GAAQ1G,QAAQwc,oBAChB,GAAInM,MAASixB,SAAWn/B,EAAM4R,kBAC5BjE,KAAKyxB,IAAIZ,EAAYS,EAAS5zB,MAAO,GAAKsC,KAAKyxB,IAAIX,EAAYQ,EAAS1zB,MAAO,GAAKvL,EAAM6R,qBAEhGstB,SAAW,EACXr6B,EAAMu6B,cAAcJ,KAEpBE,SAAW,GAAIjxB,MACfswB,EAAYS,EAAS5zB,MACrBozB,EAAYQ,EAAS1zB,MACrB+yB,EAAiBx5B,EAAMgO,KAAK4a,MAC5B6Q,GAAW,EACXz5B,EAAMoH,YAAY+yB,GAAU,KAGpCK,UAAW,SAASzJ,GAGhB,GAFAA,EAAOnrB,iBACPy0B,SAAW,EACiC,IAAxCtJ,EAAOjrB,cAAcs0B,QAAQjhC,OAC7B6G,EAAM2G,YAAYoqB,EAAOjrB,cAAcs0B,QAAQ,IAAI,OAChD,CAOH,GANKX,IACDz5B,EAAMqH,UAAU0pB,EAAOjrB,cAAcs0B,QAAQ,IAAI,GACjDp6B,EAAMkxB,aAAe,KACrBlxB,EAAMsrB,aAAc,EACpBmO,GAAW,GAEoB,cAA/B1I,EAAOjrB,cAAc8iB,MACrB,MAEJ,IAAI6R,GAAY1J,EAAOjrB,cAAc8iB,MAAQ4Q,EAC7CkB,EAAcD,EAAYz6B,EAAMgO,KAAK4a,MACrC+R,EAAa,GAAI5sB,OAAMod,OACOnrB,EAAMiG,SAASG,QACfpG,EAAMiG,SAASK,WACZwlB,SAAU,IAAQ,EAAI4O,IAAgB5rB,IAAI9O,EAAMgO,KAAK9H,OAAO4lB,SAAU4O,GACvG16B,GAAMgO,KAAK4sB,SAASH,EAAWE,KAGvCE,SAAU,SAAS9J,GACfA,EAAOnrB,iBACP5F,EAAMqH,UAAU0pB,EAAOjrB,cAAcC,eAAe,IAAI,IAE5D+0B,SAAU,SAAS/J,GACfA,EAAOnrB,iBACHnG,EAAQ1G,QAAQwc,oBAChBvV,EAAMu6B,cAAcxJ,IAG5BtsB,WAAY,SAASssB,GACjBA,EAAOnrB,iBAEP5F,EAAMkxB,aAAe,KACrBlxB,EAAMsrB,aAAc,GAExByP,SAAU,SAAShK,GACfA,EAAOnrB,kBAEXo1B,UAAW,SAASjK,GAChBA,EAAOnrB,iBACP2zB,GAAe,GAEnB0B,UAAW,SAASlK,GAChBA,EAAOnrB,iBACP2zB,GAAe,GAEnB2B,KAAM,SAASnK,GACXA,EAAOnrB,iBACP2zB,GAAe,CACf,IAAItvB,KACJ5R,GAAEe,KAAK23B,EAAOjrB,cAAcwB,aAAaxL,MAAO,SAASsY,GACrD,IACInK,EAAImK,GAAK2c,EAAOjrB,cAAcwB,aAAauuB,QAAQzhB,GACrD,MAAMzO,MAEZ,IAAIsG,GAAO8kB,EAAOjrB,cAAcwB,aAAauuB,QAAQ,OACrD,IAAoB,gBAAT5pB,GACP,OAAOA,EAAK,IACZ,IAAK,IACL,IAAK,IACD,IACI,GAAIpK,GAAO6d,KAAKyb,MAAMlvB,EACtB5T,GAAEqS,OAAOT,EAAIpI,GAEjB,MAAM8D,GACGsE,EAAI,gBACLA,EAAI,cAAgBgC,GAG5B,KACJ,KAAK,IACIhC,EAAI,eACLA,EAAI,aAAegC,EAEvB,MACJ,SACShC,EAAI,gBACLA,EAAI,cAAgBgC,GAIhC,GAAI1Q,GAAMw1B,EAAOjrB,cAAcwB,aAAauuB,QAAQ,MAChDt6B,KAAQ0O,EAAI,mBACZA,EAAI,iBAAmB1O,GAE3ByE,EAAMiH,SAASgD,EAAK8mB,EAAOjrB,iBAInC,IAAIs1B,GAAY,SAASC,EAAUC,GAC/Bt7B,EAAMZ,EAAEO,KAAK07B,GAAUj7B,MAAM,SAASm7B,GAElC,MADAv7B,GAAMs7B,GAAOC,IACN,IAIZtjC,MAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,GAAKlB,KAAKU,OAAOI,QAAQkG,WAClEhH,KAAKmH,EAAEO,KAAK,oBAAoBokB,OAEpC9rB,KAAKmH,EAAEO,KAAK,mBAAmB6E,WACvB,WAAaxE,EAAMZ,EAAEO,KAAK,gBAAgBW,cAElDrI,KAAKmH,EAAEO,KAAK,aAAa8E,WACjB,WAAazE,EAAMZ,EAAEO,KAAK,gBAAgBsF,YAElDm2B,EAAU,wBAAyB,cACnCA,EAAU,qBAAsB,cAChCA,EAAU,qBAAsB,cAChCA,EAAU,kBAAmB,QAC7BA,EAAU,kBAAmB,QAC7BA,EAAU,oBAAqB,iBAC/BnjC,KAAKmH,EAAEO,KAAK,0BAETM,KAAK,OAAO,cAAgB/E,EAAMgS,kBAAkBzN,IACpDW,MAAM,WAMH,MALAJ,GAAM24B,QACL1sB,KAAKxM,EAAQ7G,UAAU,uIACvB4iC,SACAC,MAAM,KACNC,WACM,IAEbzjC,KAAKmH,EAAEO,KAAK,qBAAqBg8B,UAAU,WACvCv8B,EAAEnH,MAAM0H,KAAK,sBAAsBokB,SACpCxe,SAAS,WACRnG,EAAEnH,MAAM0H,KAAK,sBAAsBC,SAEvCw7B,EAAU,gBAAiB,YAE3BrtB,MAAMC,KAAK4tB,SAAW,SAAS7K,GAC3B,GAAI8K,GACAC,EAAW/K,EAAO3qB,MAClB21B,EAAYhL,EAAOzqB,MAEnBtG,GAAMsqB,UACNtqB,EAAMsqB,QAAQ4O,QAAUnrB,MAAMC,KAAKklB,OAAOiG,YAAYvN,SAAS5rB,EAAMsqB,QAAQhuB,MAC7E0D,EAAMsqB,QAAQtC,UAAUiF,UAAUjtB,EAAMsqB,QAAQ4O,QAAQtN,UAAU,EAAE,IAAK5rB,EAAMsqB,QAAQhuB,KAAKwS,KAAK,EAAE,KACnG9O,EAAMsqB,QAAQ8O,cAAcnM,UAAUjtB,EAAMsqB,QAAQ4O,QAASl5B,EAAMsqB,QAAQhuB,MAG/E,IAAI0/B,GAASD,GAAWA,EAAUhL,EAAOkL,MAAM31B,QAC3C41B,EAASJ,GAAUA,EAAS/K,EAAOkL,MAAM71B,MAErCy1B,GADQC,EAAZC,EACaC,EAEJE,EAGbl8B,EAAMgO,KAAKmuB,WAAWD,EAAQF,EAAQH,GAEtC77B,EAAMimB,SAIV,IAAImW,GAAY/jC,EAAEynB,SAAS,WACvB9f,EAAMimB,UACR,GAEFhuB,MAAKokC,mBAAmB,OAAQpkC,KAAKU,OAAOoF,QAAQC,IAAI,UACxD/F,KAAKokC,mBAAmB,OAAQpkC,KAAKU,OAAOoF,QAAQC,IAAI,UACxD/F,KAAKU,OAAOoF,QAAQoF,GAAG,eAAgB,WACnCnD,EAAMZ,EAAEO,KAAK,gBAAgB2E,IAAI7E,EAAQ1B,QAAQC,IAAI,YAGzD/F,KAAKmH,EAAEO,KAAK,gBAAgBwD,GAAG,oBAAqB,WAChD1D,EAAQ1B,QAAQmT,KAAKpY,MAASsG,EAAEnH,MAAMqM,SAG1C,IAAIg4B,GAAiBjkC,EAAEynB,SAAS,WAC5B9f,EAAM6C,eACP,IA6EH,IA3EAy5B,IAGArkC,KAAKU,OAAOoF,QAAQoF,GAAG,oBAAqB,WACxC,OAAQnD,EAAMrH,OAAOoF,QAAQC,IAAI,eAC7B,IAAK,GACDgC,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,WAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,UAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,QACzC,MACJ,KAAK,GACDG,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,SAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,UAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,UACzC,MACJ,KAAK,GACDG,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,SAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBkhB,YAAY,WAC5C7gB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,aAKrD5H,KAAKU,OAAOoF,QAAQoF,GAAG,uBAAwB,WAC3C,GAAInD,EAAMrH,OAAOoF,QAAQC,IAAI,iBACzB,CAAcgC,EAAMZ,EAAEO,KAAK,WAAWE,SAAS,OACnCkgB,WAAW,WACnB/f,EAAMZ,EAAEO,KAAK,WAAWC,KAAK,MAC9B,SAGH8P,UAAS6sB,QAAQ7Y,QACjB0Y,MAIRnkC,KAAKU,OAAOoF,QAAQoF,GAAG,yBAA0Bm5B,GAEjDrkC,KAAKU,OAAOoF,QAAQoF,GAAG,yBAA0B,WAC1CnD,EAAMrH,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,EAC1C6G,EAAMZ,EAAEO,KAAK,oBAAoBokB,OAGjC/jB,EAAMZ,EAAEO,KAAK,oBAAoBC,SAIzC3H,KAAKU,OAAOoF,QAAQoF,GAAG,YAAa,SAASqQ,GACzCxT,EAAM8vB,kBAAkB,OAAQtc,GAC3BxT,EAAMrH,OAAOoF,QAAQC,IAAI,kBAC1Bo+B,MAGRnkC,KAAKU,OAAOoF,QAAQoF,GAAG,YAAa,SAASuQ,GACzC1T,EAAM8vB,kBAAkB,OAAQpc,GAC3B1T,EAAMrH,OAAOoF,QAAQC,IAAI,kBAC1Bo+B,MAGRnkC,KAAKU,OAAOoF,QAAQoF,GAAG,eAAgB,SAASkC,EAAQwd,GACpD,GAAI2Z,GAAKx8B,EAAMZ,EAAEO,KAAK,eAClB68B,GAAGx3B,GAAG,SACFw3B,EAAGl4B,QAAUue,GACb2Z,EAAGl4B,IAAIue,GAGX2Z,EAAGvwB,KAAK4W,KAKhB5qB,KAAKU,OAAOqJ,OAAOmB,GAAG,SAAU,SAASs5B,GACrCz8B,EAAM6P,WAAW4sB,KAGjBh9B,EAAQ1G,QAAQsc,aAAc,CAC9B,GAAIqnB,GAC4C,gBAAjCj9B,GAAQ1G,QAAQsc,aACnB5V,EAAQ1G,QAAQsc,aACN,GAEtBxU,QAAOkf,WACC,WACI/f,EAAM28B,WAEVD,GAUZ,GANIj9B,EAAQ1G,QAAQuc,cAChBlW,EAAEyB,QAAQ9B,OAAO,WACbiB,EAAM48B,cAIVn9B,EAAQ1G,QAAQkF,gBAAkBwB,EAAQ1G,QAAQoF,oBAAqB,CACvE,GAAI0+B,GAAa5kC,KAAKmH,EAAEO,KAAK,0CAC7Bm9B,EAAU7kC,KAAKmH,EAAEO,KAAK,iCAEtBk9B,GAAWnG,MACH,SAAS7U,GACD7hB,EAAMmsB,eACNtK,EAAGjc,iBACHk3B,EAAQ/Y,SAGhB,SAASlC,GACLA,EAAGjc,iBACHk3B,EAAQl9B,SAIpBk9B,EAAQn9B,KAAK,MAAM6E,WACX,SAASqd,GACD7hB,EAAMmsB,eACNtK,EAAGjc,iBACH5F,EAAMZ,EAAEO,KAAK,yBAAyB8I,IAAI,aAAcrJ,EAAEnH,MAAMgI,KAAK,kBAMzF,GAAIR,EAAQ1G,QAAQ+F,kBAAmB,CAEnC,GAAI2I,GAAU,EAEdxP,MAAKmH,EAAEO,KAAK,yBAAyBwD,GAAG,2BAA4B,WAChE,GAAI45B,GAAQ39B,EAAEnH,MACdqM,EAAMy4B,EAAMz4B,KACZ,IAAIA,IAAQmD,EAIZ,GADAA,EAAUnD,EACNA,EAAInL,OAAS,EACbsG,EAAQ1B,QAAQC,IAAI,SAAS5E,KAAK,SAAS+P,GACvCnJ,EAAMqtB,yBAAyBlkB,GAAG0d,oBAEnC,CACH,GAAImW,GAAM9hC,EAAMwM,sBAAsBpD,EACtC7E,GAAQ1B,QAAQC,IAAI,SAAS5E,KAAK,SAAS+P,GACnC6zB,EAAInzB,KAAKV,EAAEnL,IAAI,WAAag/B,EAAInzB,KAAKV,EAAEnL,IAAI,gBAC3CgC,EAAMqtB,yBAAyBlkB,GAAGyY,UAAUob,GAE5Ch9B,EAAMqtB,yBAAyBlkB,GAAG0d,mBAOtD5uB,KAAKguB,SAELplB,OAAOC,YAAY,WACf,GAAIm8B,IAAO,GAAI7zB,OAAO6uB,SACtBj4B,GAAM+3B,YAAYhoB,QAAQ,SAASuY,GAC/B,GAAI2U,GAAQ3U,EAAE0P,KAAM,CAChB,GAAIwE,GAAK/8B,EAAQ1B,QAAQC,IAAI,SAASk/B,WAAWC,iBAAmB7U,EAAE7W,IAClE+qB,IACAz+B,QAAQ8V,WAAW2oB,GAEvBA,EAAK/8B,EAAQ1B,QAAQC,IAAI,SAASk/B,WAAWC,iBAAmB7U,EAAE7W,KAC9D+qB,GACAz+B,QAAQgW,WAAWyoB,MAI/Bx8B,EAAM+3B,YAAc/3B,EAAM+3B,YAAYxjB,OAAO,SAAS+T,GAClD,MAAO7oB,GAAQ1B,QAAQC,IAAI,SAASk/B,WAAWC,iBAAmB7U,EAAE7W,MAAQhS,EAAQ1B,QAAQC,IAAI,SAASk/B,WAAWC,iBAAmB7U,EAAE7W,QAE9I,KAECxZ,KAAKqyB,SACLzpB,OAAOC,YAAY,WACfd,EAAMo9B,kBACP,KA4yBX,OAvyBA/kC,GAAEmL,EAAM/K,WAAWiS,QACfiyB,QAAS,WACmB,mBAAd1kC,MAAK+V,MACX/V,KAAK+V,KAAO/V,KAAK63B,kBAAkB,OAAQ73B,KAAKU,OAAOoF,QAAQC,IAAI,SAASq/B,QAC5EplC,KAAK+V,KAAK4sB,SAAS5sB,KAAKhQ,IAAI,cAAe,GAAI+P,OAAMod,MAAMnd,KAAKhQ,IAAI,aAGpE/F,KAAK+V,KAAK4uB,aAGlBpF,WAAY,SAAS8F,EAAOC,EAAMC,EAAOC,EAAaC,EAAWC,EAAUC,EAAUC,GACjF,GAAIxwB,GAAWpV,KAAKU,OAAOI,QACvB+kC,EAAaL,EAAc50B,KAAKk1B,GAAK,IACrCC,EAAWN,EAAY70B,KAAKk1B,GAAK,IACjCva,EAAOvrB,KAAK2hC,WAAWgE,GACvBK,GAAap1B,KAAKq1B,IAAIJ,GACtBK,EAAWt1B,KAAKu1B,IAAIN,GACpBO,EAAYx1B,KAAKu1B,IAAIN,GAAcP,EAAOI,EAAWM,EACrDK,EAAYz1B,KAAKq1B,IAAIJ,GAAcP,EAAOI,EAAWQ,EACrDI,EAAa11B,KAAKu1B,IAAIN,GAAcN,EAAQG,EAAWM,EACvDO,EAAa31B,KAAKq1B,IAAIJ,GAAcN,EAAQG,EAAWQ,EACvDM,GAAW51B,KAAKq1B,IAAIF,GACpBU,EAAS71B,KAAKu1B,IAAIJ,GAClBW,EAAU91B,KAAKu1B,IAAIJ,GAAYT,EAAOI,EAAWc,EACjDG,EAAU/1B,KAAKq1B,IAAIF,GAAYT,EAAOI,EAAWe,EACjDG,EAAWh2B,KAAKu1B,IAAIJ,GAAYR,EAAQG,EAAWc,EACnDK,EAAWj2B,KAAKq1B,IAAIF,GAAYR,EAAQG,EAAWe,EACnDK,GAAYxB,EAAOC,GAAS,EAC5BwB,GAAelB,EAAaE,GAAY,EACxCiB,EAAWp2B,KAAKu1B,IAAIY,GAAeD,EACnCG,EAAWr2B,KAAKq1B,IAAIc,GAAeD,EACnCI,EAAat2B,KAAKu1B,IAAIY,GAAezB,EACrC6B,EAAcv2B,KAAKu1B,IAAIY,GAAexB,EACtC6B,EAAax2B,KAAKq1B,IAAIc,GAAezB,EACrC+B,EAAcz2B,KAAKq1B,IAAIc,GAAexB,EACtC+B,EAAS12B,KAAKu1B,IAAIY,IAAgBxB,EAAQ,GAC1CgC,EAAS32B,KAAKq1B,IAAIc,IAAgBxB,EAAQnwB,EAASoJ,yBAA2BpJ,EAASoJ,wBAA0B,CACrHxe,MAAKo8B,cAAcnL,UACnB,IAAI3b,GAAQ,GAAIQ,OAAM8Z,IACtBta,GAAMuB,KAAKuvB,EAAWC,IACtB/wB,EAAMkyB,OAAON,EAAYE,IAAcV,EAASC,IAChDrxB,EAAMuhB,QAAQ+P,EAAWC,IACzBvxB,EAAMkyB,OAAOL,EAAaE,IAAef,EAAYC,IACrDjxB,EAAMwB,UAAY1B,EAASkJ,mBAC3BhJ,EAAMye,QAAU,GAChBze,EAAMmyB,QAAS,EACfnyB,EAAMid,iBAAmB8S,CACzB,IAAIx1B,GAAQ,GAAIiG,OAAM4xB,UAAUJ,EAAOC,EACvC13B,GAAM83B,gBACEC,SAAUxyB,EAASoJ,wBACnB1H,UAAW1B,EAASmJ,qBAGxB1O,EAAMg4B,eAAeC,cADrBR,EAAS,EAC4B,OACrB,GAATA,EAC8B,QAEA,SAEzCz3B,EAAMirB,SAAU,CAChB,IAAIiN,IAAW,EACXC,EAAW,GAAIlyB,OAAMod,MAAM,KAAM,MACjC+U,EAAO,GAAInyB,OAAMqhB,OAAO7hB,EAAOzF,IAE/B4nB,EAASwQ,EAAK3tB,SACd4tB,EAAY,GAAIpyB,OAAMod,OAAO8T,EAAUC,IACvCkB,EAAc,GAAIryB,OAAMod,MAAM,EAAE,EACpCrjB,GAAMsb,QAAUya,EAEhBqC,EAAK1O,MAAQ0O,EAAKhN,OAAOjlB,OACzBiyB,EAAKnN,SAAU,EACfmN,EAAK3tB,SAAW0tB,CAChB,IAAIje,IACI+B,KAAM,WACFic,GAAW,EACXE,EAAK3tB,SAAW6tB,EAAYtxB,IAAI4gB,GAChCwQ,EAAKnN,SAAU,GAEnBnM,OAAQ,SAAS0R,GACb8H,EAAc9H,EACV0H,IACAE,EAAK3tB,SAAW+lB,EAAOxpB,IAAI4gB,KAGnC9vB,KAAM,WACFogC,GAAW,EACXE,EAAKnN,SAAU,EACfmN,EAAK3tB,SAAW0tB,GAEpB1Z,OAAQ,WACJhZ,EAAMye,QAAU,GAChBlkB,EAAMirB,SAAU,GAEpBtM,SAAU,WACNlZ,EAAMye,QAAU,GAChBlkB,EAAMirB,SAAU,GAEpB1yB,QAAS,WACL6/B,EAAKpsB,WAGb6Y,EAAY,WACZ,GAAIsC,GAAU,GAAIlhB,OAAMmhB,OAAO1L,EAC/ByL,GAAQ1c,SAAW4tB,EAAUrxB,IAAIoxB,EAAK3tB,UAAUqZ,SAAS8D,GACzDT,EAAQE,QAAS,EACjB+Q,EAAKvV,SAASsE,GAQlB,OANIzL,GAAKpd,MACLumB,IAEAvtB,EAAEokB,GAAMrgB,GAAG,OAAOwpB,GAGf3K,GAEXqP,aAAc,SAASgP,GACnB,GAAIC,GAAUjoC,EAAEJ,KAAKohC,SAAS15B,KAAK,SAAS2gC,GACxC,MACUA,GAAQ7tB,OAAS4tB,EAAU/S,qBAAuBgT,EAAQ5tB,KAAO2tB,EAAU9S,mBAC3E+S,EAAQ7tB,OAAS4tB,EAAU9S,mBAAqB+S,EAAQ5tB,KAAO2tB,EAAU/S,qBAiBvF,OAduB,mBAAZgT,GACPA,EAAQ7vB,MAAMxP,KAAKo/B,IAEnBC,GACQ7tB,KAAM4tB,EAAU/S,oBAChB5a,GAAI2tB,EAAU9S,kBACd9c,OAAS4vB,GACT7N,YAAa,SAAS+N,GAClB,GAAIC,GAAQD,EAAIjT,sBAAwBr1B,KAAKwa,KAAQ,EAAI,EACzD,OAAO+tB,IAASnoC,EAAEJ,KAAKwY,OAAO+f,QAAQ+P,IAAQtoC,KAAKwY,MAAMtX,OAAS,GAAK,KAGnFlB,KAAKohC,QAAQp4B,KAAKq/B,IAEfA,GAEXnU,WAAY,WACR,MAAQl0B,MAAKU,OAAOI,QAAQ+E,cAAgB7F,KAAKU,OAAOoJ,WAE5DmG,eAAgB,WACZ,GAAIu4B,GAAUxoC,KAAKmH,EAAEO,KAAK,mBAC1B+gC,EAAMD,EAAQ9gC,KAAK,8BACf1H,MAAKU,OAAOoJ,WACZ0+B,EAAQ5f,YAAY,2BAA2BhhB,SAAS,oBACxD6gC,EAAIz0B,KAAKhU,KAAKU,OAAOC,UAAU,qBAE3BX,KAAKU,OAAOI,QAAQqc,aACpBqrB,EAAQ5f,YAAY,mCACpB6f,EAAIz0B,KAAKhU,KAAKU,OAAOC,UAAU,mBAE/B6nC,EAAQ5f,YAAY,6BAA6BhhB,SAAS,kBAC1D6gC,EAAIz0B,KAAKhU,KAAKU,OAAOC,UAAU,uBAGvCX,KAAK4K,eAET89B,gBAAiB,WACb,GAAIzH,GAAUjhC,KAAK40B,gBAAgB50B,KAAK64B,cAAc,GAAI/iB,OAAMod,OAAO,EAAE,MACrEyV,EAAc3oC,KAAK40B,gBAAgB50B,KAAK64B,cAAc/iB,MAAMC,KAAKklB,OAAOiG,aAC5ElhC,MAAKqyB,QAAQG,UAAUwC,UAAUiM,EAAS0H,IAE9CxD,eAAgB,WACZ,GAAI7sB,GAAQtY,KAAKU,OAAOoF,QAAQC,IAAI,QACpC,IAAIuS,EAAMpX,OAAS,EAAG,CAClB,GAAI0nC,GAAMtwB,EAAMlN,IAAI,SAASmQ,GAAS,MAAOA,GAAMxV,IAAI,YAAY8P,IAC/DgzB,EAAMvwB,EAAMlN,IAAI,SAASmQ,GAAS,MAAOA,GAAMxV,IAAI,YAAYsQ,IAC/DyyB,EAAQl4B,KAAK6F,IAAIpE,MAAMzB,KAAMg4B,GAC7BG,EAAQn4B,KAAK6F,IAAIpE,MAAMzB,KAAMi4B,GAC7BG,EAAQp4B,KAAK2F,IAAIlE,MAAMzB,KAAMg4B,GAC7BK,EAAQr4B,KAAK2F,IAAIlE,MAAMzB,KAAMi4B,GAC7BK,EAASt4B,KAAK6F,IACQ,GAAlBzW,KAAK+V,KAAK4a,MAAc3wB,KAAKU,OAAOI,QAAQid,cAAgBjI,MAAMC,KAAKklB,OAAO9sB,MAC5D,GAAlBnO,KAAK+V,KAAK4a,MAAc3wB,KAAKU,OAAOI,QAAQkd,eAAiBlI,MAAMC,KAAKklB,OAAO5sB,QAC7ErO,KAAKU,OAAOI,QAAQid,cAAgB,EAAI/d,KAAKU,OAAOI,QAAQmd,kBAAqB+qB,EAAQF,IACzF9oC,KAAKU,OAAOI,QAAQkd,eAAiB,EAAIhe,KAAKU,OAAOI,QAAQmd,kBAAqBgrB,EAAQF,GAEpG/oC,MAAKqyB,QAAQpkB,OAASjO,KAAKqyB,QAAQhuB,KAAKizB,OAAO,GAAG3D,SAAS,GAAI7d,OAAMod,QAAQ8V,EAAQF,GAAS,GAAIG,EAAQF,GAAS,IAAIlV,SAASqV,IAChIlpC,KAAKqyB,QAAQ1B,MAAQuY,EAEJ,IAAjB5wB,EAAMpX,SACNlB,KAAKqyB,QAAQ1B,MAAQ,GACrB3wB,KAAKqyB,QAAQpkB,OAASjO,KAAKqyB,QAAQhuB,KAAKizB,OAAO,GAAG3D,SAAS,GAAI7d,OAAMod,OAAO5a,EAAM6wB,GAAG,GAAGpjC,IAAI,YAAY8P,EAAGyC,EAAM6wB,GAAG,GAAGpjC,IAAI,YAAYsQ,IAAIwd,SAAS7zB,KAAKqyB,QAAQ1B,SAErK3wB,KAAKguB,UAETuF,cAAe,SAAS8M,GACpB,MAAOA,GAAOxM,SAAS7zB,KAAK+V,KAAK4a,OAAO9Z,IAAI7W,KAAK+V,KAAK9H,SAE1D2mB,gBAAiB,SAASyL,GACtB,MAAOA,GAAOxM,SAAS7zB,KAAKqyB,QAAQ1B,OAAO9Z,IAAI7W,KAAKqyB,QAAQpkB,QAAQ4I,IAAI7W,KAAKqyB,QAAQ4O,UAEzFpI,cAAe,SAASwH,GACpB,MAAOA,GAAO1M,SAAS3zB,KAAK+V,KAAK9H,QAAQqpB,OAAOt3B,KAAK+V,KAAK4a,QAE9DkH,kBAAmB,SAASuR,EAAOh8B,GAC/B,GAAIi8B,GAAepa,EAASD,cAAcoa,GACtC/D,EAAQ,GAAIgE,GAAarpC,KAAMoN,EAEnC,OADApN,MAAKygC,gBAAgBz3B,KAAKq8B,GACnBA,GAEXjB,mBAAoB,SAASgF,EAAOE,GAChC,GAAIvhC,GAAQ/H,IACZspC,GAAYxxB,QAAQ,SAAS1K,GACzBrF,EAAM8vB,kBAAkBuR,EAAOh8B,MAGvCm8B,aAAcnpC,EAAEiJ,SACR,4GAERuB,YAAa,WACT,GAAK5K,KAAKU,OAAOI,QAAQkF,eAAzB,CAGA,GAAIwjC,MAAc3/B,QAAQ7J,KAAKU,OAAOoF,QAAQkF,uBAAyBy+B,YAAezpC,KAAKU,OAAOoF,QAAQC,IAAI,cAAgB0jC,YAC9HC,EAAY,GACZC,EAAa3pC,KAAKmH,EAAEO,KAAK,aACzBkiC,EAAQD,EAAWjiC,KAAK,wBACxBmiC,EAAWF,EAAWjiC,KAAK,2BAC3BoiC,EAAeH,EAAWjiC,KAAK,yBAC/BK,EAAQ/H,IACR4pC,GAAM77B,IAAI,SAASiG,KAAKhU,KAAKU,OAAOC,UAAU,mBAC9CkpC,EAAS97B,IAAI,oBACby7B,EAAS1xB,QAAQ,SAASsD,GAClBA,EAAMrV,IAAI,SAAWgC,EAAMrH,OAAOgK,cAClCk/B,EAAM51B,KAAKoH,EAAMrV,IAAI,UACrB+jC,EAAat5B,IAAI,aAAc4K,EAAMrV,IAAI,UACrCgC,EAAMmsB,eAEFnsB,EAAMrH,OAAOI,QAAQ+c,oBACrB+rB,EAAMzhC,MAAM,WACR,GAAI28B,GAAQ39B,EAAEnH,MACd+pC,EAAS5iC,EAAE,WAAWkF,IAAI+O,EAAMrV,IAAI,UAAUy3B,KAAK,WAC/CpiB,EAAMnC,IAAI,QAAS9R,EAAEnH,MAAMqM,OAC3BtE,EAAM6C,cACN7C,EAAMimB,UAEV8W,GAAMkF,QAAQ9hC,KAAK6hC,GACnBA,EAAOzb,WAIXvmB,EAAMrH,OAAOI,QAAQoF,qBACrB2jC,EAAS1hC,MACD,SAASyhB,GACLA,EAAGjc,iBACC5F,EAAMmsB,cACN9Y,EAAMnC,IAAI,QAAS9R,EAAEnH,MAAMgI,KAAK,eAEpCb,EAAEnH,MAAMiqC,SAAStiC,SAE3B6E,WAAW,WACTs9B,EAAat5B,IAAI,aAAc4K,EAAMrV,IAAI,cAMrD2jC,GAAa3hC,EAAMwhC,cACf3oB,KAAMxF,EAAMrV,IAAI,SAChBmkC,WAAY9uB,EAAMrV,IAAI,aAIlC4jC,EAAWjiC,KAAK,gBAAgBQ,KAAKwhC,KAEzCvb,qBAAsB,SAASgc,GAC3BA,EAAgB/hC,UAChBpI,KAAKygC,gBAAkBrgC,EAAEm7B,OAAOv7B,KAAKygC,gBACjC,SAAS4E,GACL,MAAOA,KAAU8E,KAI7B/U,yBAA0B,SAAShoB,GAC/B,MAAKA,GAGEhN,EAAEsH,KAAK1H,KAAKygC,gBAAiB,SAAS4E,GACzC,MAAOA,GAAMvoB,QAAU1P,IAHhB+qB,QAMfR,4BAA6B,SAASyR,GAClC,GAAIgB,GAAmBhqC,EAAEkc,OAAOtc,KAAKygC,gBAAgB,SAAS4E,GAC1D,MAAOA,GAAMvhC,OAASslC,IAEtBrhC,EAAQ/H,IACZI,GAAEe,KAAKipC,EAAkB,SAAS/E,GAC9Bt9B,EAAMomB,qBAAqBkX,MAGnCh4B,eAAgB,SAASD,GACrB,GAAIi4B,GAAQrlC,KAAKo1B,yBAAyBhoB,EACtCi4B,IACAA,EAAM1b,aAGdpc,eAAgB,WACZnN,EAAEe,KAAKnB,KAAKygC,gBAAiB,SAAS4E,GAClCA,EAAMzW,iBAGdoK,YAAa,WACT54B,EAAEe,KAAKnB,KAAKygC,gBAAiB,SAAS4E,GAClCA,EAAM7W,cAGdR,OAAQ,WAEChuB,KAAKknB,eAGV9mB,EAAEe,KAAKnB,KAAKygC,gBAAiB,SAAS0J,GAClCA,EAAgBnc,QAASiH,iBAAgB,MAEzCj1B,KAAKqyB,SAAgC,mBAAdryB,MAAK+V,MAC5B/V,KAAK0oC,kBAET5yB,MAAMC,KAAK+hB,SAEfwI,YAAa,SAAS+J,EAAOhK,GACzB,GAAIiK,GAAWtqC,KAAK63B,kBAAkB,WAAW,KACjDyS,GAAS3O,QAAU0E,EACnBiK,EAASjV,oBAAsBgV,EAC/BC,EAAStc,SACThuB,KAAKi5B,aAAeqR,GAExBvO,WAAY,SAASF,GACjB,GAAIA,GAA0D,mBAArCA,GAAW7jB,KAAKua,iBAAkC,CACvE,GAAIjD,GAAauM,EAAW7jB,KAAKua,gBAC7BvyB,MAAK8gC,kBAAoBjF,EAAW7jB,KAAKua,mBACrCvyB,KAAK8gC,iBACL9gC,KAAK8gC,gBAAgBtS,SAASc,GAElCA,EAAWhB,OAAOtuB,KAAK8gC,iBACvB9gC,KAAK8gC,gBAAkBxR,OAGvBtvB,MAAK8gC,iBACL9gC,KAAK8gC,gBAAgBtS,WAEzBxuB,KAAK8gC,gBAAkB,MAG/BpyB,YAAa,SAASoqB,GAClB,GAAIsH,GAAOpgC,KAAKgO,SAASC,SACzBoyB,EAAS,GAAIvqB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,MAEpBgpB,EAAS4I,EAAO1M,SAAS3zB,KAAKuqC,WACxDvqC,MAAKuqC,WAAalK,GACbrgC,KAAKqzB,aAAerzB,KAAK6gC,YAAcpJ,EAAOv2B,OAAS+B,EAAMgR,qBAC9DjU,KAAKqzB,aAAc,EAEvB;GAAIwI,GAAa/lB,MAAMhQ,QAAQg2B,QAAQuE,EACnCrgC,MAAKqzB,YACDrzB,KAAKi5B,cAAwD,kBAAjCj5B,MAAKi5B,aAAazB,WAC9Cx3B,KAAKi5B,aAAazB,WAAWC,GAE7Bz3B,KAAK+V,KAAKyhB,WAAWC,GAGzBz3B,KAAK+7B,WAAWF,GAEpB/lB,MAAMC,KAAK+hB,QAEf3oB,YAAa,SAAS2pB,EAAQC,GAC1B,GAAIqH,GAAOpgC,KAAKgO,SAASC,SACzBoyB,EAAS,GAAIvqB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,KAI9C,IAFAzO,KAAKuqC,WAAalK,EAClBrgC,KAAK6gC,YAAa,GACb7gC,KAAKi5B,cAA2C,cAA3Bj5B,KAAKi5B,aAAan1B,KAAsB,CAC9D9D,KAAK23B,4BAA4B,UACjC33B,KAAKqzB,aAAc,CACnB,IAAIwI,GAAa/lB,MAAMhQ,QAAQg2B,QAAQuE,EACvC,IAAIxE,GAA0D,mBAArCA,GAAW7jB,KAAKua,iBACrCvyB,KAAKi5B,aAAe4C,EAAW7jB,KAAKua,iBACpCvyB,KAAKi5B,aAAapK,UAAUiK,EAAQC,OAGpC,IADA/4B,KAAKi5B,aAAe,KAChBj5B,KAAKk0B,cAAgBl0B,KAAKqhC,aAAep+B,EAAMoR,mBAAoB,CACnE,GAAIgB,GAAUrV,KAAK64B,cAAcwH,GACjCjZ,GACI5N,GAAIvW,EAAM+N,OAAO,QACjBqJ,WAAYra,KAAKU,OAAOgK,aACxB4P,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGfkF,EAAQvb,KAAKU,OAAOoF,QAAQwV,QAAQ8L,EACxCpnB,MAAKo1B,yBAAyB7Z,GAAOmc,cAI7C13B,KAAKqhC,aACDrhC,KAAKk0B,cAAgBl0B,KAAKqhC,aAAep+B,EAAMqR,sBAAwBtU,KAAKi5B,cAA2C,SAA3Bj5B,KAAKi5B,aAAan1B,MAC9G9D,KAAK23B,4BAA4B,UACjC33B,KAAKsgC,YAAYtgC,KAAKi5B,aAAcoH,GACpCrgC,KAAKqhC,WAAap+B,EAAMsR,mBACxBvU,KAAK0gC,QAAQ+C,QAAQ,WACjBt8B,EAAEnH,MAAMkI,KAAKlI,KAAKU,OAAOC,UAAU,gDAAgD4iC,aAGvFvjC,KAAK0gC,QAAQ/4B,OACb3H,KAAKqhC,YAAa,IAG1BvrB,MAAMC,KAAK+hB,QAEf1oB,UAAW,SAAS0pB,EAAQC,GAExB,GADA/4B,KAAK6gC,YAAa,EACd7gC,KAAKi5B,aAAc,CACnB,GAAImH,GAAOpgC,KAAKgO,SAASC,QACzBjO,MAAKi5B,aAAanK,SAENlY,MAAO,GAAId,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,OAGhDsqB,OAGR/4B,MAAKi5B,aAAe,KACpBj5B,KAAKqzB,aAAc,EACf0F,GACA/4B,KAAKg5B,cAETh5B,KAAK+V,KAAKy0B,WAEd10B,OAAMC,KAAK+hB,QAEfkK,SAAU,SAASlJ,EAAQ2R,GAEvB,GADAzqC,KAAK4gC,aAAe6J,EAChB75B,KAAKqZ,IAAIjqB,KAAK4gC,cAAgB,EAAG,CACjC,GAAIR,GAAOpgC,KAAKgO,SAASC,SACzBwpB,EAAS,GAAI3hB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,MACjBklB,SAAS3zB,KAAK+V,KAAK9H,QAAQ4lB,SAAUjjB,KAAK0f,MAAQ,EAC3EtwB,MAAK4gC,YAAc,EACnB5gC,KAAK+V,KAAK4sB,SAAU3iC,KAAK+V,KAAK4a,MAAQ/f,KAAK0f,MAAOtwB,KAAK+V,KAAK9H,OAAO0lB,SAAS8D,IAE5Ez3B,KAAK+V,KAAK4sB,SAAU3iC,KAAK+V,KAAK4a,MAAQ/f,KAAK85B,QAAS1qC,KAAK+V,KAAK9H,OAAO4I,IAAI4gB,EAAOH,OAAO1mB,KAAK0f,SAEhGtwB,KAAK4gC,YAAc,IAG3B0B,cAAe,SAASxJ,GACpB,GAAIsH,GAAOpgC,KAAKgO,SAASC,SACzBoyB,EAAS,GAAIvqB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,MAE1CotB,EAAa/lB,MAAMhQ,QAAQg2B,QAAQuE,EAEvC,KAAKrgC,KAAKk0B,aAMN,YALI2H,GAA0D,mBAArCA,GAAW7jB,KAAKua,kBACjCsJ,EAAW7jB,KAAKua,iBAAiBzV,MAAM/W,IAAI,QAC3C6C,OAAO+hC,KAAK9O,EAAW7jB,KAAKua,iBAAiBzV,MAAM/W,IAAI,OAAQ,UAK3E,IAAI/F,KAAKk0B,gBAAkB2H,GAA0D,mBAArCA,GAAW7jB,KAAKua,kBAAmC,CAC/F,GAAIld,GAAUrV,KAAK64B,cAAcwH,GACjCjZ,GACI5N,GAAIvW,EAAM+N,OAAO,QACjBqJ,WAAYra,KAAKU,OAAOgK,aACxB4P,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGnBkF,EAAQvb,KAAKU,OAAOoF,QAAQwV,QAAQ8L,EACpCpnB,MAAKo1B,yBAAyB7Z,GAAOmc,aAEzC5hB,MAAMC,KAAK+hB,QAEf8S,mBAAoB,SAASxjB,GACzB,GAAIyjB,MACAld,EAAU,EACd,QAAOvG,EAAM,6BACT,IAAK,UACDuG,EAAUxmB,EAAE,SAASe,KAAKkf,EAAM,4BAChC,IAAI0jB,GAAWnd,EAAQjmB,KAAK,SAC5BmjC,GAAQhqC,MAAQb,KAAKU,OAAOC,UAAU,aAAemqC,EAAS9iC,KAAK,aACnE6iC,EAAQ7pC,IAAM,sBAAwB8pC,EAAS9iC,KAAK,oBAAsB,WAAa8iC,EAAS9iC,KAAK,iBACrG6iC,EAAQ1nC,MAAQ2nC,EAASpjC,KAAK,WAAWM,KAAK,OAC9C6iC,EAAQznC,YAAc0nC,EAASpjC,KAAK,wBAAwBsM,MAC5D,MACJ,KAAK,SACD2Z,EAAUxmB,EAAE,SAASe,KAAKkf,EAAM,6BAChCyjB,EAAQhqC,MAAQ8sB,EAAQjmB,KAAK,YAAYsM,OAAOmZ,OAChD0d,EAAQ7pC,IAAM2sB,EAAQjmB,KAAK,QAAQM,KAAK,QACxC6iC,EAAQznC,YAAcuqB,EAAQjmB,KAAK,aAAasM,OAAOmZ,MACvD,MACJ,SACQ/F,EAAM,2BACNyjB,EAAQ7pC,IAAMomB,EAAM,0BAMhC,IAHIA,EAAM,eAAiBA,EAAM,+BAC7ByjB,EAAQznC,aAAegkB,EAAM,eAAiBA,EAAM,6BAA6B1W,QAAQ,YAAY,KAAKyc,QAE1G/F,EAAM,cAAgBA,EAAM,4BAA6B,CACzDuG,EAAUxmB,EAAE,SAASe,KAAKkf,EAAM,cAAgBA,EAAM,4BACtD,IAAI2jB,GAAWpd,EAAQjmB,KAAK,QACxBqjC,GAAS7pC,SACT2pC,EAAQ1nC,MAAQ4nC,EAAS/iC,KAAK,cAElC,IAAIgjC,GAAYrd,EAAQjmB,KAAK,OACzBsjC,GAAU9pC,SACV2pC,EAAQpV,SAAWuV,EAAUhjC,KAAK,KAEtC,IAAIijC,GAAQtd,EAAQjmB,KAAK,MACrBujC,GAAM/pC,SACN2pC,EAAQ1nC,MAAQ8nC,EAAM,GAAGl5B,IAE7B,IAAIm5B,GAAMvd,EAAQjmB,KAAK,IACnBwjC,GAAIhqC,SACJ2pC,EAAQ7pC,IAAMkqC,EAAI,GAAGjjC,MAEzB4iC,EAAQhqC,MAAQ8sB,EAAQjmB,KAAK,WAAWM,KAAK,UAAY6iC,EAAQhqC,MACjEgqC,EAAQznC,YAAcuqB,EAAQ3Z,OAAOtD,QAAQ,YAAY,KAAKyc,OAE9D/F,EAAM,mBACNyjB,EAAQ7pC,IAAMomB,EAAM,kBAEpBA,EAAM,oBAAsByjB,EAAQhqC,QACpCgqC,EAAQhqC,OAASumB,EAAM,kBAAkBjX,MAAM,MAAM,IAAM,IAAIgd,OAC3D0d,EAAQhqC,QAAUgqC,EAAQ7pC,MAC1B6pC,EAAQhqC,OAAQ,IAGpBumB,EAAM,6BAA+ByjB,EAAQhqC,QAC7CgqC,EAAQhqC,MAAQumB,EAAM,6BAEtBA,EAAM,cAAgBA,EAAM,+BAC5BuG,EAAUxmB,EAAE,SAASe,KAAKkf,EAAM,cAAgBA,EAAM,6BACtDyjB,EAAQ1nC,MAAQwqB,EAAQjmB,KAAK,gBAAgBM,KAAK,eAAiB6iC,EAAQ1nC,MAC3E0nC,EAAQ7pC,IAAM2sB,EAAQjmB,KAAK,cAAcM,KAAK,aAAe6iC,EAAQ7pC,IACrE6pC,EAAQhqC,MAAQ8sB,EAAQjmB,KAAK,gBAAgBM,KAAK,eAAiB6iC,EAAQhqC,MAC3EgqC,EAAQznC,YAAcuqB,EAAQjmB,KAAK,sBAAsBM,KAAK,qBAAuB6iC,EAAQznC,YAC7FynC,EAAQpV,SAAW9H,EAAQjmB,KAAK,oBAAoBM,KAAK,mBAAqB6iC,EAAQpV,UAGrFoV,EAAQhqC,QACTgqC,EAAQhqC,MAAQb,KAAKU,OAAOC,UAAU,oBAG1C,KAAK,GADDwqC,IAAU,QAAS,cAAe,MAAO,SACpC96B,EAAI,EAAGA,EAAI86B,EAAOjqC,OAAQmP,IAAK,CACpC,GAAI3G,GAAIyhC,EAAO96B,IACX+W,EAAM,cAAgB1d,IAAM0d,EAAM1d,MAClCmhC,EAAQnhC,GAAK0d,EAAM,cAAgB1d,IAAM0d,EAAM1d,KAEhC,SAAfmhC,EAAQnhC,IAAgC,SAAfmhC,EAAQnhC,MACjCmhC,EAAQnhC,GAAKyuB,QAQrB,MAJgD,kBAAtCn4B,MAAKU,OAAOI,QAAQsqC,gBAC1BP,EAAU7qC,KAAKU,OAAOI,QAAQsqC,cAAcP,EAASzjB,IAGlDyjB,GAGX77B,SAAU,SAASoY,EAAO0R,GACtB,GAAK94B,KAAKk0B,aAAV,CAGA,GAAI9M,EAAM,cAAgBA,EAAM,oBAC5B,IACI,GAAIikB,GAAW5jB,KAAKyb,MAAM9b,EAAM,cAAgBA,EAAM,oBACtDhnB,GAAEqS,OAAO2U,EAAMikB,GAEnB,MAAM39B,IAGV,GAAIm9B,GAAuD,mBAArC7qC,MAAKU,OAAOI,QAAQwqC,aAA8BtrC,KAAK4qC,mBAAmBxjB,GAAOpnB,KAAKU,OAAOI,QAAQwqC,aAAalkB,GAEpIgZ,EAAOpgC,KAAKgO,SAASC,SACzBoyB,EAAS,GAAIvqB,OAAMod,OACO4F,EAAOxqB,MAAQ8xB,EAAK7xB,KACpBuqB,EAAOtqB,MAAQ4xB,EAAK3xB,MAEpB4G,EAAUrV,KAAK64B,cAAcwH,GAC7BkL,GACtB/xB,GAAIvW,EAAM+N,OAAO,QACjBqJ,WAAYra,KAAKU,OAAOgK,aACxB1J,IAAK6pC,EAAQ7pC,KAAO,GACpBH,MAAOgqC,EAAQhqC,OAAS,GACxBuC,YAAaynC,EAAQznC,aAAe,GACpCD,MAAO0nC,EAAQ1nC,OAAS,GACxBV,MAAOooC,EAAQpoC,OAAS01B,OACxBvzB,UAAWimC,EAAQpV,UAAY0C,OAC/B7d,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGfkF,EAAQvb,KAAKU,OAAOoF,QAAQwV,QAAQiwB,GACxClG,EAAQrlC,KAAKo1B,yBAAyB7Z,EAClB,UAAhBud,EAAOh1B,MACPuhC,EAAM3N,eAGd8T,WAAY,WACR,GAIIn7B,GAJAo7B,EAAU78B,SAAS48B,YAAc58B,SAAS88B,eAAiB98B,SAAS+8B,mBACpEz/B,EAAMlM,KAAKU,OAAOyG,EAAE,GACpBykC,GAAmB,oBAAoB,uBAAuB,2BAC9DC,GAAkB,mBAAmB,sBAAsB,yBAE/D,IAAIJ,EAAS,CACT,IAAKp7B,EAAI,EAAGA,EAAIw7B,EAAe3qC,OAAQmP,IACnC,GAA2C,kBAAhCzB,UAASi9B,EAAex7B,IAAoB,CACnDzB,SAASi9B,EAAex7B,KACxB,OAGR,GAAIy7B,GAAW9rC,KAAKmH,EAAEgH,QAClB49B,EAAY/rC,KAAKmH,EAAEkH,QAEnBrO,MAAKU,OAAOI,QAAQ8E,eACpBmmC,GAAa/rC,KAAKmH,EAAEO,KAAK,cAAc2G,UAEvCrO,KAAKU,OAAOI,QAAQyC,WAAcvD,KAAKU,OAAOyG,EAAEO,KAAK,YAAY4S,WAAW/L,KAAO,IACnFu9B,GAAY9rC,KAAKU,OAAOyG,EAAEO,KAAK,YAAYyG,SAG/C2H,MAAMC,KAAKi2B,SAAW,GAAIl2B,OAAMif,MAAM+W,EAAUC,QAE7C,CACH,IAAK17B,EAAI,EAAGA,EAAIu7B,EAAgB1qC,OAAQmP,IACpC,GAAuC,kBAA5BnE,GAAI0/B,EAAgBv7B,IAAoB,CAC/CnE,EAAI0/B,EAAgBv7B,KACpB,OAGRrQ,KAAKguB,WAGbie,WAAY,WAQR,MAPIjsC,MAAKqhC,aAAep+B,EAAMoR,oBAC1BrU,KAAKqhC,YAAa,EAClBrhC,KAAK0gC,QAAQ/4B,SAEb3H,KAAKqhC,WAAap+B,EAAMoR,mBACxBrU,KAAK0gC,QAAQ1sB,KAAKhU,KAAKU,OAAOC,UAAU,iDAAiD4iC,WAEtF,GAEX2I,WAAY,WAQR,MAPIlsC,MAAKqhC,aAAep+B,EAAMqR,sBAAwBtU,KAAKqhC,aAAep+B,EAAMsR,oBAC5EvU,KAAKqhC,YAAa,EAClBrhC,KAAK0gC,QAAQ/4B,SAEb3H,KAAKqhC,WAAap+B,EAAMqR,qBACxBtU,KAAK0gC,QAAQ1sB,KAAKhU,KAAKU,OAAOC,UAAU,4CAA4C4iC,WAEjF,GAEX4I,cAAe,WACb,GAAIC,GAAcpsC,KAAKU,OAAOoF,QAAQkU,SAElCqyB,GADez9B,SAASC,cAAc,KAC1Bu9B,EAAY5yB,IACxB8yB,EAAmBD,EAAY,cAG5BD,GAAY5yB,SACZ4yB,GAAY7mC,UACZ6mC,GAAYG,QAEnB,IAAIC,GAEAlU,EADAmU,IAGJrsC,GAAEe,KAAKirC,EAAY9zB,MAAO,SAAS5K,GACjC8+B,EAAQ9+B,EAAE8L,IAAM9L,EAAEnI,UACXmI,GAAEnI,UACFmI,GAAE8L,GACTizB,EAAOD,GAAS9+B,EAAE,OAASzK,EAAMwN,aAEnCrQ,EAAEe,KAAKirC,EAAY5zB,MAAO,SAAS9K,SAC1BA,GAAEnI,UACFmI,GAAE8L,GACT9L,EAAE+M,GAAKgyB,EAAO/+B,EAAE+M,IAChB/M,EAAE8M,KAAOiyB,EAAO/+B,EAAE8M,QAEpBpa,EAAEe,KAAKirC,EAAYnwB,MAAO,SAASvO,SAC1BA,GAAEnI,UACFmI,GAAE8L,GAEN9L,EAAEmN,eACDyd,EAAc5qB,EAAEmN,aAChBnN,EAAEmN,gBACFza,EAAEe,KAAKm3B,EAAa,SAASlqB,GACzBV,EAAEmN,aAAa7R,KAAKyjC,EAAOr+B,SAIrCg+B,EAAYpwB,QAEZ,IAAI0wB,GAAiBjlB,KAAKC,UAAU0kB,EAAa,KAAM,GACnDO,EAAO,GAAIC,OAAMF,IAAkB5oC,KAAM,kCAC7C08B,GAAUmM,EAAKL,IAGjB10B,WAAY,SAAS4sB,GAEjB,GADAxkC,KAAK23B,4BAA4B,QAC7BxwB,EAAE0lC,cAAcrI,GAKhB,MAJAxkC,MAAK+V,KAAO/V,KAAK63B,kBAAkB,OAAQ73B,KAAKU,OAAOoF,QAAQC,IAAI,SAASojC,GAAGnpC,KAAK8sC,eAAe9sC,KAAKU,OAAOI,QAAQ6c,2BAClH3d,KAAKU,OAAOI,QAAQ4c,cACrB1d,KAAK+V,KAAK4uB,YAUlB,IANiC,mBAAtBH,GAAQuI,YACf/sC,KAAK+V,KAAO/V,KAAK63B,kBAAkB,OAAQ73B,KAAKU,OAAOoF,QAAQC,IAAI,SAASojC,GAAGnpC,KAAK8sC,eAAetI,EAAQuI,aACtG/sC,KAAKU,OAAOI,QAAQ4c,cACrB1d,KAAK+V,KAAK4uB,aAGU,mBAAjBH,GAAQzuB,MAAwByuB,EAAQzuB,KAAK5F,MAAM,KAAKjP,QAAU,EAAE,CAC3E,GAAI8rC,GAAaxI,EAAQzuB,KAAK5F,MAAM,KAChC88B,GACInnC,QAAW9F,KAAKU,OAAOoF,QACvBmI,QACI4H,EAAK4gB,WAAWuW,EAAW,IAC3B32B,EAAKogB,WAAWuW,EAAW,KAE/BpyB,WAAc6b,WAAWuW,EAAW,IAExChtC,MAAK+V,KACL/V,KAAK+V,KAAK4sB,SAASsK,EAAOryB,WAAY,GAAI9E,OAAMod,MAAM+Z,EAAOh/B,UAE7DjO,KAAK+V,KAAO/V,KAAK63B,kBAAkB,OAAQ,MAC3C73B,KAAK+V,KAAKk3B,OAASA,EACnBjtC,KAAK+V,KAAKm3B,QAGbltC,KAAK+V,OACN/V,KAAK+V,KAAO/V,KAAK63B,kBAAkB,OAAQ73B,KAAKU,OAAOoF,QAAQC,IAAI,SAASojC,GAAGnpC,KAAK8sC,eAAe9sC,KAAKU,OAAOI,QAAQ6c,sBACvH3d,KAAK+V,KAAK4uB,aAGd3kC,KAAKuN,iBACyB,mBAAnBi3B,GAAQ2I,QACfntC,KAAKqN,eAAerN,KAAKU,OAAOoF,QAAQC,IAAI,SAASA,IAAIy+B,EAAQ2I,UAGzEL,eAAgB,SAASn1B,GAErB,GAAIy1B,GAAS91B,SAASK,GAClB01B,EAAa,CASjB,OAPIA,GADS,EAATD,EACaptC,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAASksC,EAE1CA,EAE0C,mBAAhDptC,MAAKU,OAAOoF,QAAQC,IAAI,SAASojC,GAAGiE,KAC3CC,EAAa,GAEVA,GAEXC,SAAU,WACN,GAIIC,GAJAC,EAAiBxtC,KAAKmH,EAAEO,KAAK,iBAC7B+E,EAAOzM,KAAKU,OAAOyG,EAAEO,KAAK,YAC1BK,EAAQ/H,KACRytC,EAAU1lC,EAAMiG,SAASG,OAEzB1B,GAAK6N,WAAW/L,KAAO,GACvB9B,EAAKihC,SAASn/B,KAAM,GAAG,KACvBvO,KAAKmH,EAAEumC,SAASn/B,KAAM,KAAK,IAAI,WAC3B,GAAIL,GAAInG,EAAMZ,EAAEgH,OAChB2H,OAAMC,KAAKi2B,SAAW,GAAIl2B,OAAMif,MAAM7mB,EAAGnG,EAAMiG,SAASK,aAGxDk/B,EADCE,EAAWhhC,EAAK0B,QAAW1B,EAAK4B,SACvBo/B,EAEAA,EAAUhhC,EAAK0B,QAE7Bq/B,EAAetlC,KAAK,aAEpBuE,EAAKihC,SAASn/B,KAAM,MAAM,KAC1BvO,KAAKmH,EAAEumC,SAASn/B,KAAM,GAAG,IAAI,WACzB,GAAIL,GAAInG,EAAMZ,EAAEgH,OAChB2H,OAAMC,KAAKi2B,SAAW,GAAIl2B,OAAMif,MAAM7mB,EAAGnG,EAAMiG,SAASK,aAE5Dk/B,EAAUE,EAAQ,IAClBD,EAAetlC,KAAK,YAExBH,EAAMgO,KAAKmuB,WAAW,EAAG,EAAIqJ,EAAQE,IAEzC5kB,KAAM,aACN8hB,KAAM,eACPphC,QAIIgC,IAIXqiB,OAAO,qBAAqB,SAAU,aAAc,WAAY,+BAAgC,SAAUzmB,EAAG/G,EAAG6uB,EAAUC,GAGtH,GAAIjsB,GAAQgsB,EAASF,WAMjB4e,EAAW1qC,EAAMgP,QAAQid,EAsN7B,OApNA9uB,GAAEutC,EAASntC,WAAWiS,QAClBF,MAAO,WACH,GAAIxK,GAAQ/H,IACZA,MAAKmH,EAAIA,EAAE,cACXnH,KAAK8D,KAAO,OACZ9D,KAAKs4B,eACLt4B,KAAK2wB,MAAQ,EACb3wB,KAAK4tC,aAAe,EACpB5tC,KAAKiO,OAAS6H,MAAMC,KAAKC,OACzBhW,KAAKitC,UAEDjtC,KAAK8c,QACL9c,KAAKitC,QACDryB,WAAc7S,EAAM+U,MAAM/W,IAAI,cAC9BkI,OAAUlG,EAAM+U,MAAM/W,IAAI,UAC1B8U,aAAgB9S,EAAM+U,MAAM/W,IAAI,kBAIxC/F,KAAKktC,MAEL,IAAI/J,GAAY,SAASC,EAAUC,GAC/Bt7B,EAAMZ,EAAEO,KAAK07B,GAAUj7B,MAAM,SAASm7B,GAElC,MADAv7B,GAAMs7B,GAAOC,IACN,IAIfH,GAAU,cAAe,WACzBA,EAAU,aAAc,UACxBA,EAAU,cAAe,aAEzBnjC,KAAKmH,EAAEO,KAAK,gBAAgBS,MAAO,WAC/B,GAAI8F,IACA4H,EAAK9N,EAAMkG,OAAO4H,EAClBQ,EAAKtO,EAAMkG,OAAOoI,EAEtBtO,GAAM+U,MAAQ/U,EAAMrH,OAAOoF,QAAQ4V,SAAWd,WAAW7S,EAAM4oB,MAAO1iB,OAAOA,EAAQ4M,aAAc9S,EAAMuwB,YAAYzuB,WACrH9B,EAAMklC,QACEryB,WAAc7S,EAAM+U,MAAM/W,IAAI,cAC9BkI,OAAUlG,EAAM+U,MAAM/W,IAAI,UAC1B8U,aAAgB9S,EAAM+U,MAAM/W,IAAI,iBAExCgC,EAAMyiC,cAGVxqC,KAAKmH,EAAEO,KAAK,oBAAoBS,MAAO,WACnCJ,EAAM+U,MAAQ/U,EAAMrH,OAAOoF,QAAQC,IAAI,SAASojC,GAAGphC,EAAMrH,OAAOoF,QAAQC,IAAI,SAAS7E,OAAQ,GAC7F6G,EAAMklC,QACEryB,WAAc7S,EAAM+U,MAAM/W,IAAI,cAC9BkI,OAAUlG,EAAM+U,MAAM/W,IAAI,UAC1B8U,aAAgB9S,EAAM+U,MAAM/W,IAAI,iBAExCgC,EAAM46B,SAAS56B,EAAMklC,OAAOryB,WAAY,GAAI9E,OAAMod,MAAMnrB,EAAMklC,OAAOh/B,SACrElG,EAAM8lC,WAAU,GACZ9lC,EAAMjH,QAAQmG,aACdc,EAAMuwB,aAAevwB,EAAMklC,OAAOpyB,kBAAoBhR,SACtD9B,EAAM+lC,aAEV/lC,EAAMyiC,cAGVxqC,KAAKmH,EAAEO,KAAK,uBAAuB6E,WAAY,WAC3CxE,EAAM8lC,WAAU,GAChB9lC,EAAMZ,EAAEO,KAAK,uBAAuB8E,WAAY,WAC5CzE,EAAM+lC,gBAGd9tC,KAAKmH,EAAEO,KAAK,uBAAuBS,MAAO,WACtCJ,EAAM8lC,WAAU,GAChB9lC,EAAMZ,EAAEO,KAAK,uBAAuBqG,IAAK,gBAE1C/N,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,GAAKlB,KAAKU,OAAOI,QAAQkG,WAClEhH,KAAKmH,EAAEO,KAAK,oBAAoBokB,QAGxCkC,OAAQ,aAGRkf,KAAM,WACF,GAAInlC,GAAQ/H,IACZ+H,GAAM46B,SAAS56B,EAAMklC,OAAOryB,WAAY,GAAI9E,OAAMod,MAAMnrB,EAAMklC,OAAOh/B,SAEjElG,EAAMjH,QAAQmG,aACdc,EAAMuwB,aAAevwB,EAAMklC,OAAOpyB,kBAAoBhR,SACtD9B,EAAM+lC,cAGd5N,cAAe,SAAS9yB,GACpBpN,KAAK+tC,SAAS3gC,GACdpN,KAAKs4B,YAAYtvB,KAAKoE,EAAOoM,IAC7BxZ,KAAKwqC,aAETuD,SAAU,SAAS3gC,GAC+C,mBAAnDpN,MAAK2K,SAASyqB,yBAAyBhoB,IAC9CpN,KAAK2K,SAASyqB,yBAAyBhoB,GAAQzF,QAGvDmmC,UAAW,WACP,GAAI/lC,GAAQ/H,IACZA,MAAKs4B,YAAYxgB,QAAQ,SAASvS,EAAKoS,GACnC,GAAIjU,GAAOqE,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,EACjD,OAAoB,mBAAT7B,GACAqE,EAAMgmC,SAAShmC,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,QAE5DwC,GAAMuwB,YAAYE,OAAO7gB,EAAO,KAGxC7B,MAAMC,KAAK+hB,QAEf+V,UAAW,SAASzc,GAChB,GAAIrpB,GAAQ/H,IACZA,MAAKs4B,YAAYxgB,QAAQ,SAASvS,GAC9BwC,EAAM4C,SAASyqB,yBAAyBrtB,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,IAAMumB,KAAKsF,KAExFA,IACDpxB,KAAKs4B,gBAETxiB,MAAMC,KAAK+hB,QAEf6K,SAAU,SAASH,EAAWwL,GACrBxL,EAAUxiC,KAAK4tC,aAAgB3qC,EAAMyR,YAAe8tB,EAAUxiC,KAAK4tC,aAAgB3qC,EAAM0R,aAC1F3U,KAAK2wB,MAAQ6R,EACTwL,IACAhuC,KAAKiO,OAAS+/B,GAElBhuC,KAAK2K,SAASqjB,SACdhuB,KAAKwqC,cAGbyD,QAAS,WACL,GAAIzL,GAAYxiC,KAAK2wB,MAAQ/f,KAAK85B,QAClCsD,EAAU,GAAIl4B,OAAMod,OACOlzB,KAAK2K,SAASqD,SAASG,QACvBnO,KAAK2K,SAASqD,SAASK,WACpBwlB,SAAU,IAAQ,EAAIjjB,KAAK85B,UAAY7zB,IAAI7W,KAAKiO,OAAO4lB,SAAUjjB,KAAK85B,SACpG1qC,MAAK2iC,SAAUH,EAAWwL,IAE9BE,OAAQ,WACJ,GAAI1L,GAAYxiC,KAAK2wB,MAAQ/f,KAAK0f,MAClC0d,EAAU,GAAIl4B,OAAMod,OACOlzB,KAAK2K,SAASqD,SAASG,QACvBnO,KAAK2K,SAASqD,SAASK,WACpBwlB,SAAU,IAAQ,EAAIjjB,KAAK0f,QAAUzZ,IAAI7W,KAAKiO,OAAO4lB,SAAUjjB,KAAK0f,OAClGtwB,MAAK2iC,SAAUH,EAAWwL,IAE9B9J,WAAY,SAASiK,EAAaC,EAAcxK,GAC5C,GAAIpB,GAAYxiC,KAAK2wB,MAAQiT,EACzBoK,EAAU,GAAIl4B,OAAMod,OACIlzB,KAAKiO,OAAO4H,EAAIs4B,EAChBnuC,KAAKiO,OAAOoI,EAAI+3B,GAE5CpuC,MAAK2iC,SAAUH,EAAWwL,IAE9BrJ,UAAW,SAAS0J,GAChB,GAAI/1B,GAAQtY,KAAKU,OAAOoF,QAAQC,IAAI,QACpC,IAAIuS,EAAMpX,OAAS,EAAG,CAClB,GAAI0nC,GAAMtwB,EAAMlN,IAAI,SAASmQ,GAAS,MAAOA,GAAMxV,IAAI,YAAY8P,IACnEgzB,EAAMvwB,EAAMlN,IAAI,SAASmQ,GAAS,MAAOA,GAAMxV,IAAI,YAAYsQ,IAC/DyyB,EAAQl4B,KAAK6F,IAAIpE,MAAMzB,KAAMg4B,GAC7BG,EAAQn4B,KAAK6F,IAAIpE,MAAMzB,KAAMi4B,GAC7BG,EAAQp4B,KAAK2F,IAAIlE,MAAMzB,KAAMg4B,GAC7BK,EAAQr4B,KAAK2F,IAAIlE,MAAMzB,KAAMi4B,GACzBK,EAASt4B,KAAK6F,KAAMX,MAAMC,KAAK1R,KAAK8J,MAAQ,EAAInO,KAAKU,OAAOI,QAAQ2c,oBAAsBurB,EAAQF,IAAShzB,MAAMC,KAAK1R,KAAKgK,OAAS,EAAIrO,KAAKU,OAAOI,QAAQ2c,oBAAsBwrB,EAAQF,GAC9L/oC,MAAK4tC,aAAe1E,EAEM,mBAAfmF,IAA+B5X,WAAW4X,EAAWzzB,YAAY,GAAK6b,WAAW4X,EAAWpgC,OAAO4H,GAAG,GAAK4gB,WAAW4X,EAAWpgC,OAAOoI,GAAG,EAClJrW,KAAK2iC,SAASlM,WAAW4X,EAAWzzB,YAAa,GAAI9E,OAAMod,MAAMuD,WAAW4X,EAAWpgC,OAAO4H,GAAI4gB,WAAW4X,EAAWpgC,OAAOoI,KAG/HrW,KAAK2iC,SAASuG,EAAQpzB,MAAMC,KAAKC,OAAO2d,SAAS,GAAI7d,OAAMod,QAAQ8V,EAAQF,GAAS,GAAIG,EAAQF,GAAS,IAAIlV,SAASqV,KAGzG,IAAjB5wB,EAAMpX,QACNlB,KAAK2iC,SAAS,EAAG7sB,MAAMC,KAAKC,OAAO2d,SAAS,GAAI7d,OAAMod,OAAO5a,EAAM6wB,GAAG,GAAGpjC,IAAI,YAAY8P,EAAGyC,EAAM6wB,GAAG,GAAGpjC,IAAI,YAAYsQ,OAGhImhB,WAAY,SAASC,GACjBz3B,KAAKiO,OAASjO,KAAKiO,OAAO4I,IAAI4gB,GAC9Bz3B,KAAK2K,SAASqjB,UAElBwc,UAAW,WACP,GAAGxqC,KAAKc,QAAQ8c,WAAW,CACvB,GAAI/F,MACAD,EAAaH,SAAS6sB,QAAQgK,cAAcn+B,MAAM,IAClDyH,GAAW1W,OAAS,GACpB0W,EAAW,GAAGzH,MAAM,KAAK2H,QAAQ,SAASC,GACtC,GAAIC,GAAOD,EAAK5H,MAAM,IACtB0H,GAAOG,EAAK,IAAMC,mBAAmBD,EAAK,MAGlDH,EAAO9B,KAAOnF,KAAK29B,MAAoB,IAAdvuC,KAAKiO,OAAO4H,GAAQ,IAAO,IAAMjF,KAAK29B,MAAoB,IAAdvuC,KAAKiO,OAAOoI,GAAQ,IAAO,IAAMzF,KAAK29B,MAAiB,IAAXvuC,KAAK2wB,OAAY,IAE9H3wB,KAAKU,OAAOoF,QAAQC,IAAI,SAASwyB,QAAQv4B,KAAK8c,OAAS,IACvDjF,EAAOk1B,UAAY/sC,KAAKU,OAAOoF,QAAQC,IAAI,SAASwyB,QAAQv4B,KAAK8c,OAC7DjF,EAAOk1B,YAAc/sC,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,IAC/D2W,EAAOk1B,UAAY,KAGnBl1B,EAAOk1B,iBACAl1B,GAAOk1B,UAGtB/sC,KAAKU,OAAOqJ,OAAOykC,SAAS,IAAMv2B,mBAAmB9Q,EAAEsnC,MAAM52B,KAAWK,SAAS,EAAOxH,SAAS,MAGzGtI,QAAS,WACLpI,KAAKyuB,OAAO,WACZzuB,KAAK6tC,WAAU,MAEpBtkC,QAEIokC,IAMmB,kBAAnBe,SAAQC,QACfD,QAAQC,QACJC,OACIC,OAAS,uBACTC,WAAa,uBACbtO,UAAa,6BACbvR,SAAW,gBACX8f,gBAAgB,2BAChBC,kBAAkB,mCAEtBC,MACID,mBACIE,MAAM,SAAS,qBAM/BR,SAAS,8BACA,sBACA,oBACA,gBACA,oBACA,sBACA,sBACA,sBACA,sBACA,0BACA,4BACA,0BACA,0BACA,4BACA,0BACA,6BACA,4BACA,0BACA,4BACA,4BACA,qBACA,iBACA,qBACG,SAASxf,EAAoBiQ,EAAYpO,EAAUxW,EAAMihB,EAAUiB,EAAYC,EAAYsC,EAAYY,EAAYnO,EAAgBC,EAAkBI,EAAgBC,EAAgBE,EAAkBN,EAAgBC,EAAmBC,EAAkB4H,EAAgBC,EAAkBC,EAAkB4G,EAAWh1B,EAAOoiC,GAI1U,GAAI3qC,GAAO4F,OAAO5F,IAEU,oBAAlBA,GAAKsI,WACXtI,EAAKsI,YAET,IAAIA,GAAWtI,EAAKsI,QAEpBA,GAASuiB,oBAAsBqB,EAC/B5jB,EAAS6jB,YAAcgQ,EACvB7zB,EAAS2O,KAAO8W,EAChBzlB,EAASiP,KAAOA,EAChBjP,EAASoP,KAAOizB,EAChBriC,EAASkwB,SAAWA,EACpBlwB,EAAS6wB,YAAcM,EACvBnxB,EAASoxB,WAAaA,EACtBpxB,EAAS0zB,WAAaA,EACtB1zB,EAAS8zB,YAAcQ,EACvBt0B,EAASmmB,eAAiBA,EAC1BnmB,EAASomB,iBAAmBA,EAC5BpmB,EAASwmB,eAAiBA,EAC1BxmB,EAASymB,eAAiBA,EAC1BzmB,EAAS2mB,iBAAmBA,EAC5B3mB,EAASqmB,eAAiBA,EAC1BrmB,EAASsmB,kBAAoBA,EAC7BtmB,EAASumB,iBAAmBA,EAC5BvmB,EAASmuB,eAAiBA,EAC1BnuB,EAASouB,iBAAmBA,EAC5BpuB,EAASquB,iBAAmBA,EAC5BruB,EAASi1B,UAAYA,EACrBj1B,EAASC,MAAQA,EAEjB4jC,gBAGJvhB,OAAO,gBAAiB","sourcesContent":["this[\"renkanJST\"] = this[\"renkanJST\"] || {};\n\nthis[\"renkanJST\"][\"templates/colorpicker.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li data-color=\"' +\n((__t = (c)) == null ? '' : __t) +\n'\" style=\"background: ' +\n((__t = (c)) == null ? '' : __t) +\n'\"></li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Edge\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(edge.title) +\n'\" />\\n</p>\\n';\n if (options.show_edge_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(edge.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n    ';\n if (options.properties.length) { ;\n__p += '\\n        <p>\\n            <label>' +\n__e(renkan.translate(\"Choose from vocabulary:\")) +\n'</label>\\n            <select class=\"Rk-Edit-Vocabulary\">\\n                ';\n _.each(options.properties, function(ontology) { ;\n__p += '\\n                    <option class=\"Rk-Edit-Vocabulary-Class\" value=\"\">\\n                        ' +\n__e( renkan.translate(ontology.label) ) +\n'\\n                    </option>\\n                    ';\n _.each(ontology.properties, function(property) { var uri = ontology[\"base-uri\"] + property.uri; ;\n__p += '\\n                        <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( uri ) +\n'\"\\n                            ';\n if (uri === edge.uri) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                            ' +\n__e( renkan.translate(property.label) ) +\n'\\n                        </option>\\n                    ';\n }) ;\n__p += '\\n                ';\n }) ;\n__p += '\\n            </select>\\n        </p>\\n';\n } } ;\n__p += '\\n';\n if (options.show_edge_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_edge_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Edge color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: &lt;%-edge.color%>;\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( edge.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e( edge.thickness ) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_arrow) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-arrow\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Arrow:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Arrow\" class=\"Rk-Edit-Arrow\" ' +\n__e( edge.arrow ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_direction) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Edit-Direction\">' +\n__e( renkan.translate(\"Change edge direction\") ) +\n'</span>\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(edge.from_color) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: >%-edge.to_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: &lt;%-edge.created_by_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_edge_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.color ) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (edge.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(edge.title) +\n'\\n        ';\n if (edge.uri) { ;\n__p += ' </a> ';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (options.show_edge_tooltip_uri && edge.uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">' +\n__e( edge.short_uri ) +\n'</a>\\n    </p>\\n';\n } ;\n__p += '\\n<p>' +\n((__t = (edge.description)) == null ? '' : __t) +\n'</p>\\n';\n if (options.show_edge_tooltip_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.from_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.to_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_tooltip_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.created_by_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/annotationtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/segmenttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/tagtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(static_url+'img/ldt-tag.png') ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/search/?search=' +\n((__t = (encodedtitle)) == null ? '' : __t) +\n'&field=all\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"Tag \\'' +\n__e(title) +\n'\\'\">\\n\\n    <img class=\"Rk-Ldt-Tag-Icon\" src=\"' +\n__e(static_url) +\n'img/ldt-tag.png\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/list-bin.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item Rk-ResourceList-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    ';\n if (image) { ;\n__p += '\\n        data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    ';\n } else { ;\n__p += '\\n        data-image=\"\"\\n    ';\n } ;\n__p += '\\n>';\n if (image) { ;\n__p += '\\n    <img class=\"Rk-ResourceList-Image\" src=\"' +\n__e(image) +\n'\" />\\n';\n } ;\n__p += '\\n<h4 class=\"Rk-ResourceList-Title\">\\n    ';\n if (url) { ;\n__p += '\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">\\n    ';\n } ;\n__p += '\\n    ' +\n((__t = (htitle)) == null ? '' : __t) +\n'\\n    ';\n if (url) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </h4>\\n    ';\n if (description) { ;\n__p += '\\n        <p class=\"Rk-ResourceList-Description\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    ';\n } ;\n__p += '\\n    ';\n if (image) { ;\n__p += '\\n        <div style=\"clear: both;\"></div>\\n    ';\n } ;\n__p += '\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/main.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_bins) { ;\n__p += '\\n    <div class=\"Rk-Bins\">\\n        <div class=\"Rk-Bins-Head\">\\n            <h2 class=\"Rk-Bins-Title\">' +\n__e( translate(\"Select contents:\")) +\n'</h2>\\n            <form class=\"Rk-Web-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Web-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n                <div class=\"Rk-Search-Select\">\\n                    <div class=\"Rk-Search-Current\"></div>\\n                    <ul class=\"Rk-Search-List\"></ul>\\n                </div>\\n                <input type=\"submit\" value=\"\"\\n                    class=\"Rk-Web-Search-Submit Rk-Search-Submit\" title=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n            </form>\\n            <form class=\"Rk-Bins-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Bins-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search in Bins') ) +\n'\" /> <input\\n                    type=\"submit\" value=\"\"\\n                    class=\"Rk-Bins-Search-Submit Rk-Search-Submit\"\\n                    title=\"' +\n__e( translate('Search in Bins') ) +\n'\" />\\n            </form>\\n        </div>\\n        <ul class=\"Rk-Bin-List\"></ul>\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_editor) { ;\n__p += '\\n    <div class=\"Rk-Render Rk-Render-';\n if (options.show_bins) { ;\n__p += 'Panel';\n } else { ;\n__p += 'Full';\n } ;\n__p += '\"></div>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n //TODO: change class to id ;\n__p += '\\n<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Node\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    ';\n if (options.show_node_editor_title_richtext) { ;\n__p += '\\n        <div class=\"Rk-Edit-Title\" contenteditable=\"true\">' +\n((__t = (node.title)) == null ? '' : __t) +\n'</div>\\n    ';\n } else { ;\n__p += '\\n        <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(node.title) +\n'\" />\\n    ';\n } ;\n__p += '    \\n</p>\\n';\n if (options.show_node_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(node.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_types) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Types available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Type\">\\n          ';\n _.each(types, function(type) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( type ) +\n'\"';\n if (node.type === type) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(type.charAt(0).toUpperCase() + type.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_description) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Description:\")) +\n'</label>\\n        ';\n if (options.show_node_editor_description_richtext) { ;\n__p += '\\n            <div class=\"Rk-Edit-Description\" contenteditable=\"true\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</div>\\n        ';\n } else { ;\n__p += '\\n            <textarea class=\"Rk-Edit-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</textarea>\\n        ';\n } ;\n__p += '\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_size) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Size:\")) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Down\">-</a>\\n        <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Size-Value\">' +\n__e(node.size) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Up\">+</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_node_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">\\n        ' +\n__e(renkan.translate(\"Node color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: ' +\n__e(node.color) +\n';\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( node.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e(node.thickness) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_image) { ;\n__p += '\\n    <div class=\"Rk-Edit-ImgWrap\">\\n        <div class=\"Rk-Edit-ImgPreview\">\\n            <img src=\"' +\n__e(node.image || node.image_placeholder) +\n'\" />\\n            ';\n if (node.clip_path) { ;\n__p += '\\n                <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewbox=\"0 0 1 1\" preserveAspectRatio=\"none\">\\n                    <path style=\"stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;\" d=\"' +\n__e( node.clip_path ) +\n'\" />\\n                </svg>\\n            ';\n };\n__p += '\\n        </div>\\n    </div>\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Image URL:\")) +\n'</label>\\n        <div>\\n            <a class=\"Rk-Edit-Image-Del\" href=\"#\"></a>\\n            <input class=\"Rk-Edit-Image\" type=\"text\" value=\\'' +\n__e(node.image) +\n'\\' />\\n        </div>\\n    </p>\\n';\n if (options.allow_image_upload) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Choose Image File:\")) +\n'</label>\\n        <input class=\"Rk-Edit-Image-File\" type=\"file\" accept=\"image/*\" />\\n    </p>\\n';\n };\n\n } ;\n__p += ' ';\n if (options.show_node_editor_creator && node.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_shapes) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Shapes available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Shape\">\\n          ';\n _.each(shapes, function(shape) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( shape ) +\n'\"';\n if (node.shape === shape) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(shape.charAt(0).toUpperCase() + shape.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n((__t = (node.title)) == null ? '' : __t) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">' +\n__e(node.short_uri) +\n'</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_tooltip_description) { ;\n__p += '\\n    <p class=\"Rk-Display-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</p>\\n';\n } ;\n__p += ' ';\n if (node.image && options.show_node_tooltip_image) { ;\n__p += '\\n    <img class=\"Rk-Display-ImgPreview\" src=\"' +\n__e(node.image) +\n'\" />\\n';\n } ;\n__p += ' ';\n if (node.has_creator && options.show_node_tooltip_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n    <a href=\"#?idNode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_video.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(node.title) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n     <video width=\"320\" height=\"240\" controls>\\n        <source src=\"' +\n__e(node.uri) +\n'\" type=\"video/mp4\">\\n     </video> \\n';\n } ;\n__p += '\\n    <a href=\"#?idnode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/scene.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_top_bar) { ;\n__p += '\\n    <div class=\"Rk-TopBar\">\\n        <div class=\"loader\"></div>\\n        ';\n if (!options.editor_mode) { ;\n__p += '\\n            <h2 class=\"Rk-PadTitle\">\\n                ' +\n__e( project.get(\"title\") || translate(\"Untitled project\")) +\n'\\n            </h2>\\n        ';\n } else { ;\n__p += '\\n            <input type=\"text\" class=\"Rk-PadTitle\" value=\"' +\n__e( project.get('title') || '' ) +\n'\" placeholder=\"' +\n__e(translate('Untitled project')) +\n'\" />\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_user_list) { ;\n__p += '\\n            <div class=\"Rk-Users\">\\n                <div class=\"Rk-CurrentUser\">\\n                    ';\n if (options.show_user_color) { ;\n__p += '\\n                        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n                            <span class=\"Rk-CurrentUser-Color\">\\n                            ';\n if (options.user_color_editable) { ;\n__p += '\\n                                <span class=\"Rk-Edit-ColorTip\"></span>\\n                            ';\n } ;\n__p += '\\n                            </span>\\n                            ';\n if (options.user_color_editable) { print(colorPicker) } ;\n__p += '\\n                        </div>\\n                    ';\n } ;\n__p += '\\n                    <span class=\"Rk-CurrentUser-Name\">&lt;unknown user&gt;</span>\\n                </div>\\n                <ul class=\"Rk-UserList\"></ul>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.home_button_url) {;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <a class=\"Rk-TopBar-Button Rk-Home-Button\" href=\"' +\n__e( options.home_button_url ) +\n'\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e( translate(options.home_button_title) ) +\n'\\n                    </div>\\n                </div>\\n            </a>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_fullscreen_button) { ;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <div class=\"Rk-TopBar-Button Rk-FullScreen-Button\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e(translate(\"Full Screen\")) +\n'\\n                    </div>\\n                </div>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.editor_mode) { ;\n__p += '\\n            ';\n if (options.show_addnode_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddNode-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Node\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_addedge_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddEdge-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Edge\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_save_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Save-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\"></div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_open_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Open-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Open Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_bookmarklet) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <a class=\"Rk-TopBar-Button Rk-Bookmarklet-Button\" href=\"#\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Renkan \\'Drag-to-Add\\' bookmarklet\")) +\n'\\n                        </div>\\n                    </div>\\n                </a>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n } else { ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n }; ;\n__p += '\\n        ';\n if (options.show_search_field) { ;\n__p += '\\n            <form action=\"#\" class=\"Rk-GraphSearch-Form\">\\n                <input type=\"search\" class=\"Rk-GraphSearch-Field\" placeholder=\"' +\n__e( translate('Search in graph') ) +\n'\" />\\n            </form>\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n        ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n<div class=\"Rk-Editing-Space';\n if (!options.show_top_bar) { ;\n__p += ' Rk-Editing-Space-Full';\n } ;\n__p += '\">\\n    <div class=\"Rk-Labels\"></div>\\n    <canvas class=\"Rk-Canvas\" ';\n if (options.resize) { ;\n__p += ' resize=\"\" ';\n } ;\n__p += ' ></canvas>\\n    <div class=\"Rk-Notifications\"></div>\\n    <div class=\"Rk-Editor\">\\n        ';\n if (options.show_bins) { ;\n__p += '\\n            <div class=\"Rk-Fold-Bins\">&laquo;</div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_zoom) { ;\n__p += '\\n            <div class=\"Rk-ZoomButtons\">\\n                <div class=\"Rk-ZoomIn\" title=\"' +\n__e(translate('Zoom In')) +\n'\"></div>\\n                <div class=\"Rk-ZoomFit\" title=\"' +\n__e(translate('Zoom Fit')) +\n'\"></div>\\n                <div class=\"Rk-ZoomOut\" title=\"' +\n__e(translate('Zoom Out')) +\n'\"></div>\\n                ';\n if (options.editor_mode && options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSave\" title=\"' +\n__e(translate('Save view')) +\n'\"></div>\\n                ';\n } ;\n__p += '\\n                ';\n if (options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSetSaved\" title=\"' +\n__e(translate('View saved view')) +\n'\"></div>\\n                    ';\n if (options.hide_nodes) { ;\n__p += '\\n                \\t   <div class=\"Rk-ShowHiddenNodes\" title=\"' +\n__e(translate('Show hidden nodes')) +\n'\"></div>\\n                    ';\n } ;\n__p += '       \\n                ';\n } ;\n__p += '\\n            </div>\\n        ';\n } ;\n__p += '\\n    </div>\\n</div>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/search.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"' +\n((__t = ( className )) == null ? '' : __t) +\n'\" data-key=\"' +\n((__t = ( key )) == null ? '' : __t) +\n'\">' +\n((__t = ( title )) == null ? '' : __t) +\n'</li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/wikipedia-bin/resulttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Wikipedia-Result Rk-Bin-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"Wikipedia: ' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL( static_url + 'img/wikipedia.png' ) ) +\n'\">\\n\\n    <img class=\"Rk-Wikipedia-Icon\" src=\"' +\n__e(static_url) +\n'img/wikipedia.png\">\\n    <h4 class=\"Rk-Wikipedia-Title\">\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">' +\n((__t = (htitle)) == null ? '' : __t) +\n'</a>\\n    </h4>\\n    <p class=\"Rk-Wikipedia-Snippet\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n</li>\\n';\n\n}\nreturn __p\n};","/* Declaring the Renkan Namespace Rkns and Default values */\n\n(function(root) {\n\n    \"use strict\";\n\n    if (typeof root.Rkns !== \"object\") {\n        root.Rkns = {};\n    }\n\n    var Rkns = root.Rkns;\n    var $ = Rkns.$ = root.jQuery;\n    var _ = Rkns._ = root._;\n\n    Rkns.pickerColors = [\"#8f1919\", \"#a80000\", \"#d82626\", \"#ff0000\", \"#e87c7c\", \"#ff6565\", \"#f7d3d3\", \"#fecccc\",\n        \"#8f5419\", \"#a85400\", \"#d87f26\", \"#ff7f00\", \"#e8b27c\", \"#ffb265\", \"#f7e5d3\", \"#fee5cc\",\n        \"#8f8f19\", \"#a8a800\", \"#d8d826\", \"#feff00\", \"#e8e87c\", \"#feff65\", \"#f7f7d3\", \"#fefecc\",\n        \"#198f19\", \"#00a800\", \"#26d826\", \"#00ff00\", \"#7ce87c\", \"#65ff65\", \"#d3f7d3\", \"#ccfecc\",\n        \"#198f8f\", \"#00a8a8\", \"#26d8d8\", \"#00feff\", \"#7ce8e8\", \"#65feff\", \"#d3f7f7\", \"#ccfefe\",\n        \"#19198f\", \"#0000a8\", \"#2626d8\", \"#0000ff\", \"#7c7ce8\", \"#6565ff\", \"#d3d3f7\", \"#ccccfe\",\n        \"#8f198f\", \"#a800a8\", \"#d826d8\", \"#ff00fe\", \"#e87ce8\", \"#ff65fe\", \"#f7d3f7\", \"#feccfe\",\n        \"#000000\", \"#242424\", \"#484848\", \"#6d6d6d\", \"#919191\", \"#b6b6b6\", \"#dadada\", \"#ffffff\"\n    ];\n\n    Rkns.__renkans = [];\n\n    var _BaseBin = Rkns._BaseBin = function(_renkan, _opts) {\n        if (typeof _renkan !== \"undefined\") {\n            this.renkan = _renkan;\n            this.renkan.$.find(\".Rk-Bin-Main\").hide();\n            this.$ = Rkns.$('<li>')\n                .addClass(\"Rk-Bin\")\n                .appendTo(_renkan.$.find(\".Rk-Bin-List\"));\n            this.title_icon_$ = Rkns.$('<span>')\n                .addClass(\"Rk-Bin-Title-Icon\")\n                .appendTo(this.$);\n\n            var _this = this;\n\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Close bin\")\n                })\n                .addClass(\"Rk-Bin-Close\")\n                .html('&times;')\n                .appendTo(this.$)\n                .click(function() {\n                    _this.destroy();\n                    if (!_renkan.$.find(\".Rk-Bin-Main:visible\").length) {\n                        _renkan.$.find(\".Rk-Bin-Main:last\").slideDown();\n                    }\n                    _renkan.resizeBins();\n                    return false;\n                });\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Refresh bin\")\n                })\n                .addClass(\"Rk-Bin-Refresh\")\n                .appendTo(this.$)\n                .click(function() {\n                    _this.refresh();\n                    return false;\n                });\n            this.count_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Count\")\n                .appendTo(this.$);\n            this.title_$ = Rkns.$('<h2>')\n                .addClass(\"Rk-Bin-Title\")\n                .appendTo(this.$);\n            this.main_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Main\")\n                .appendTo(this.$)\n                .html('<h4 class=\"Rk-Bin-Loading\">' + _renkan.translate(\"Loading, please wait\") + '</h4>');\n            this.title_$.html(_opts.title || '(new bin)');\n            this.renkan.resizeBins();\n\n            if (_opts.auto_refresh) {\n                window.setInterval(function() {\n                    _this.refresh();\n                }, _opts.auto_refresh);\n            }\n        }\n    };\n\n    _BaseBin.prototype.destroy = function() {\n        this.$.detach();\n        this.renkan.resizeBins();\n    };\n\n    /* Point of entry */\n\n    var Renkan = Rkns.Renkan = function(_opts) {\n        var _this = this;\n\n        Rkns.__renkans.push(this);\n\n        this.options = _.defaults(_opts, Rkns.defaults, {\n            templates: _.defaults(_opts.templates, renkanJST) || renkanJST,\n            node_editor_templates: _.defaults(_opts.node_editor_templates, Rkns.defaults.node_editor_templates)\n        });\n        this.template = renkanJST['templates/main.html'];\n\n        var types_templates = {};\n        _.each(this.options.node_editor_templates, function(value, key) {\n            types_templates[key] = _this.options.templates[value];\n            delete _this.options.templates[value];\n        });\n        this.options.node_editor_templates = types_templates;\n\n        _.each(this.options.property_files, function(f) {\n            Rkns.$.getJSON(f, function(data) {\n                _this.options.properties = _this.options.properties.concat(data);\n            });\n        });\n\n        this.read_only = this.options.read_only || !this.options.editor_mode;\n\n        this.router = new Rkns.Router();\n\n        this.project = new Rkns.Models.Project();\n        this.dataloader = new Rkns.DataLoader.Loader(this.project, this.options);\n\n        this.setCurrentUser = function(user_id, user_name) {\n            this.project.addUser({\n                _id: user_id,\n                title: user_name\n            });\n            this.current_user = user_id;\n            this.renderer.redrawUsers();\n        };\n\n        if (typeof this.options.user_id !== \"undefined\") {\n            this.current_user = this.options.user_id;\n        }\n        this.$ = Rkns.$(\"#\" + this.options.container);\n        this.$\n            .addClass(\"Rk-Main\")\n            .html(this.template(this));\n\n        this.tabs = [];\n        this.search_engines = [];\n\n        this.current_user_list = new Rkns.Models.UsersList();\n\n        this.current_user_list.on(\"add remove\", function() {\n            if (this.renderer) {\n                this.renderer.redrawUsers();\n            }\n        });\n\n        this.colorPicker = (function() {\n            var _tmpl = renkanJST['templates/colorpicker.html'];\n            return '<ul class=\"Rk-Edit-ColorPicker\">' + Rkns.pickerColors.map(function(c) {\n                return _tmpl({\n                    c: c\n                });\n            }).join(\"\") + '</ul>';\n        })();\n\n        if (this.options.show_editor) {\n            this.renderer = new Rkns.Renderer.Scene(this);\n        }\n\n        if (!this.options.search.length) {\n            this.$.find(\".Rk-Web-Search-Form\").detach();\n        } else {\n            var _tmpl = renkanJST['templates/search.html'],\n                _select = this.$.find(\".Rk-Search-List\"),\n                _input = this.$.find(\".Rk-Web-Search-Input\"),\n                _form = this.$.find(\".Rk-Web-Search-Form\");\n            _.each(this.options.search, function(_search, _key) {\n                if (Rkns[_search.type] && Rkns[_search.type].Search) {\n                    _this.search_engines.push(new Rkns[_search.type].Search(_this, _search));\n                }\n            });\n            _select.html(\n                _(this.search_engines).map(function(_search, _key) {\n                    return _tmpl({\n                        key: _key,\n                        title: _search.getSearchTitle(),\n                        className: _search.getBgClass()\n                    });\n                }).join(\"\")\n            );\n            _select.find(\"li\").click(function() {\n                var _el = Rkns.$(this);\n                _this.setSearchEngine(_el.attr(\"data-key\"));\n                _form.submit();\n            });\n            _form.submit(function() {\n                if (_input.val()) {\n                    var _search = _this.search_engine;\n                    _search.search(_input.val());\n                }\n                return false;\n            });\n            this.$.find(\".Rk-Search-Current\").mouseenter(\n                function() {\n                    _select.slideDown();\n                }\n            );\n            this.$.find(\".Rk-Search-Select\").mouseleave(\n                function() {\n                    _select.hide();\n                }\n            );\n            this.setSearchEngine(0);\n        }\n        _.each(this.options.bins, function(_bin) {\n            if (Rkns[_bin.type] && Rkns[_bin.type].Bin) {\n                _this.tabs.push(new Rkns[_bin.type].Bin(_this, _bin));\n            }\n        });\n\n        var elementDropped = false;\n\n        this.$.find(\".Rk-Bins\")\n            .on(\"click\", \".Rk-Bin-Title,.Rk-Bin-Title-Icon\", function() {\n                var _mainDiv = Rkns.$(this).siblings(\".Rk-Bin-Main\");\n                if (_mainDiv.is(\":hidden\")) {\n                    _this.$.find(\".Rk-Bin-Main\").slideUp();\n                    _mainDiv.slideDown();\n                }\n            });\n\n        if (this.options.show_editor) {\n\n            this.$.find(\".Rk-Bins\").on(\"mouseover\", \".Rk-Bin-Item\", function(_e) {\n                var _t = Rkns.$(this);\n                if (_t && $(_t).attr(\"data-uri\")) {\n                    var _models = _this.project.get(\"nodes\").where({\n                        uri: $(_t).attr(\"data-uri\")\n                    });\n                    _.each(_models, function(_model) {\n                        _this.renderer.highlightModel(_model);\n                    });\n                }\n            }).mouseout(function() {\n                _this.renderer.unhighlightAll();\n            }).on(\"mousemove\", \".Rk-Bin-Item\", function(e) {\n                try {\n                    this.dragDrop();\n                } catch (err) {}\n            }).on(\"touchstart\", \".Rk-Bin-Item\", function(e) {\n                elementDropped = false;\n            }).on(\"touchmove\", \".Rk-Bin-Item\", function(e) {\n                e.preventDefault();\n                var touch = e.originalEvent.changedTouches[0],\n                    off = _this.renderer.canvas_$.offset(),\n                    w = _this.renderer.canvas_$.width(),\n                    h = _this.renderer.canvas_$.height();\n                if (touch.pageX >= off.left && touch.pageX < (off.left + w) && touch.pageY >= off.top && touch.pageY < (off.top + h)) {\n                    if (elementDropped) {\n                        _this.renderer.onMouseMove(touch, true);\n                    } else {\n                        elementDropped = true;\n                        var div = document.createElement('div');\n                        div.appendChild(this.cloneNode(true));\n                        _this.renderer.dropData({\n                            \"text/html\": div.innerHTML\n                        }, touch);\n                        _this.renderer.onMouseDown(touch, true);\n                    }\n                }\n            }).on(\"touchend\", \".Rk-Bin-Item\", function(e) {\n                if (elementDropped) {\n                    _this.renderer.onMouseUp(e.originalEvent.changedTouches[0], true);\n                }\n                elementDropped = false;\n            }).on(\"dragstart\", \".Rk-Bin-Item\", function(e) {\n                var div = document.createElement('div');\n                div.appendChild(this.cloneNode(true));\n                try {\n                    e.originalEvent.dataTransfer.setData(\"text/html\", div.innerHTML);\n                } catch (err) {\n                    e.originalEvent.dataTransfer.setData(\"text\", div.innerHTML);\n                }\n            });\n\n        }\n\n        Rkns.$(window).resize(function() {\n            _this.resizeBins();\n        });\n\n        var lastsearch = false,\n            lastval = '';\n\n        this.$.find(\".Rk-Bins-Search-Input\").on(\"change keyup paste input\", function() {\n            var val = Rkns.$(this).val();\n            if (val === lastval) {\n                return;\n            }\n            var search = Rkns.Utils.regexpFromTextOrArray(val.length > 1 ? val : null);\n            if (search.source === lastsearch) {\n                return;\n            }\n            lastsearch = search.source;\n            _.each(_this.tabs, function(tab) {\n                tab.render(search);\n            });\n\n        });\n        this.$.find(\".Rk-Bins-Search-Form\").submit(function() {\n            return false;\n        });\n    };\n\n    Renkan.prototype.translate = function(_text) {\n        if (Rkns.i18n[this.options.language] && Rkns.i18n[this.options.language][_text]) {\n            return Rkns.i18n[this.options.language][_text];\n        }\n        if (this.options.language.length > 2 && Rkns.i18n[this.options.language.substr(0, 2)] && Rkns.i18n[this.options.language.substr(0, 2)][_text]) {\n            return Rkns.i18n[this.options.language.substr(0, 2)][_text];\n        }\n        return _text;\n    };\n\n    Renkan.prototype.onStatusChange = function() {\n        this.renderer.onStatusChange();\n    };\n\n    Renkan.prototype.setSearchEngine = function(_key) {\n        this.search_engine = this.search_engines[_key];\n        this.$.find(\".Rk-Search-Current\").attr(\"class\", \"Rk-Search-Current \" + this.search_engine.getBgClass());\n        var listClasses = this.search_engine.getBgClass().split(\" \");\n        var classes = \"\";\n        for (var i = 0; i < listClasses.length; i++) {\n            classes += \".\" + listClasses[i];\n        }\n        this.$.find(\".Rk-Web-Search-Input.Rk-Search-Input\").attr(\"placeholder\", this.translate(\"Search in \") + this.$.find(\".Rk-Search-List \" + classes).html());\n    };\n\n    Renkan.prototype.resizeBins = function() {\n        var _d = +this.$.find(\".Rk-Bins-Head\").outerHeight();\n        this.$.find(\".Rk-Bin-Title:visible\").each(function() {\n            _d += Rkns.$(this).outerHeight();\n        });\n        this.$.find(\".Rk-Bin-Main\").css({\n            height: this.$.find(\".Rk-Bins\").height() - _d\n        });\n    };\n\n    /* Utility functions */\n    var getUUID4 = function() {\n        return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {\n            var r = Math.random() * 16 | 0,\n                v = c === 'x' ? r : (r & 0x3 | 0x8);\n            return v.toString(16);\n        });\n    };\n\n    Rkns.Utils = {\n        getUUID4: getUUID4,\n        getUID: (function() {\n            function pad(n) {\n                return n < 10 ? '0' + n : n;\n            }\n            var _d = new Date(),\n                ID_AUTO_INCREMENT = 0,\n                ID_BASE = _d.getUTCFullYear() + '-' +\n                pad(_d.getUTCMonth() + 1) + '-' +\n                pad(_d.getUTCDate()) + '-' +\n                getUUID4();\n            return function(_base) {\n                var _n = (++ID_AUTO_INCREMENT).toString(16),\n                    _uidbase = (typeof _base === \"undefined\" ? \"\" : _base + \"-\");\n                while (_n.length < 4) {\n                    _n = '0' + _n;\n                }\n                return _uidbase + ID_BASE + '-' + _n;\n            };\n        })(),\n        getFullURL: function(url) {\n\n            if (typeof(url) === 'undefined' || url == null) {\n                return \"\";\n            }\n            if (/https?:\\/\\//.test(url)) {\n                return url;\n            }\n            var img = new Image();\n            img.src = url;\n            var res = img.src;\n            img.src = null;\n            return res;\n\n        },\n        inherit: function(_baseClass, _callbefore) {\n\n            var _class = function(_arg) {\n                if (typeof _callbefore === \"function\") {\n                    _callbefore.apply(this, Array.prototype.slice.call(arguments, 0));\n                }\n                _baseClass.apply(this, Array.prototype.slice.call(arguments, 0));\n                if (typeof this._init === \"function\" && !this._initialized) {\n                    this._init.apply(this, Array.prototype.slice.call(arguments, 0));\n                    this._initialized = true;\n                }\n            };\n            _.extend(_class.prototype, _baseClass.prototype);\n\n            return _class;\n\n        },\n        regexpFromTextOrArray: (function() {\n            var charsub = [\n                    '[aáàâä]',\n                    '[cç]',\n                    '[eéèêë]',\n                    '[iíìîï]',\n                    '[oóòôö]',\n                    '[uùûü]'\n                ],\n                removeChars = [\n                    String.fromCharCode(768), String.fromCharCode(769), String.fromCharCode(770), String.fromCharCode(771), String.fromCharCode(807),\n                    \"{\", \"}\", \"(\", \")\", \"[\", \"]\", \"【\", \"】\", \"、\", \"・\", \"‥\", \"。\", \"「\", \"」\", \"『\", \"』\", \"〜\", \":\", \"!\", \"?\", \" \",\n                    \",\", \" \", \";\", \"(\", \")\", \".\", \"*\", \"+\", \"\\\\\", \"?\", \"|\", \"{\", \"}\", \"[\", \"]\", \"^\", \"#\", \"/\"\n                ],\n                remsrc = \"[\\\\\" + removeChars.join(\"\\\\\") + \"]\",\n                remrx = new RegExp(remsrc, \"gm\"),\n                charsrx = _.map(charsub, function(c) {\n                    return new RegExp(c);\n                });\n\n            function replaceText(_text) {\n                var txt = _text.toLowerCase().replace(remrx, \"\"),\n                    src = \"\";\n\n                function makeReplaceFunc(l) {\n                    return function(k, v) {\n                        l = l.replace(charsrx[k], v);\n                    };\n                }\n                for (var j = 0; j < txt.length; j++) {\n                    if (j) {\n                        src += remsrc + \"*\";\n                    }\n                    var l = txt[j];\n                    _.each(charsub, makeReplaceFunc(l));\n                    src += l;\n                }\n                return src;\n            }\n\n            function getSource(inp) {\n                switch (typeof inp) {\n                    case \"string\":\n                        return replaceText(inp);\n                    case \"object\":\n                        var src = '';\n                        _.each(inp, function(v) {\n                            var res = getSource(v);\n                            if (res) {\n                                if (src) {\n                                    src += '|';\n                                }\n                                src += res;\n                            }\n                        });\n                        return src;\n                }\n                return '';\n            }\n\n            return function(_textOrArray) {\n                var source = getSource(_textOrArray);\n                if (source) {\n                    var testrx = new RegExp(source, \"im\"),\n                        replacerx = new RegExp('(' + source + ')', \"igm\");\n                    return {\n                        isempty: false,\n                        source: source,\n                        test: function(_t) {\n                            return testrx.test(_t);\n                        },\n                        replace: function(_text, _replace) {\n                            return _text.replace(replacerx, _replace);\n                        }\n                    };\n                } else {\n                    return {\n                        isempty: true,\n                        source: '',\n                        test: function() {\n                            return true;\n                        },\n                        replace: function(_text) {\n                            return text;\n                        }\n                    };\n                }\n            };\n        })(),\n        /* The minimum distance (in pixels) the mouse has to move to consider an element was dragged */\n        _MIN_DRAG_DISTANCE: 2,\n        /* Distance between the inner and outer radius of buttons that appear when hovering on a node */\n        _NODE_BUTTON_WIDTH: 40,\n\n        _EDGE_BUTTON_INNER: 2,\n        _EDGE_BUTTON_OUTER: 40,\n        /* Constants used to know if a specific action is to be performed when clicking on the canvas */\n        _CLICKMODE_ADDNODE: 1,\n        _CLICKMODE_STARTEDGE: 2,\n        _CLICKMODE_ENDEDGE: 3,\n        /* Node size step: Used to calculate the size change when clicking the +/- buttons */\n        _NODE_SIZE_STEP: Math.LN2 / 4,\n        _MIN_SCALE: 1 / 20,\n        _MAX_SCALE: 20,\n        _MOUSEMOVE_RATE: 80,\n        _DOUBLETAP_DELAY: 800,\n        /* Maximum distance in pixels (squared, to reduce calculations)\n         * between two taps when double-tapping on a touch terminal */\n        _DOUBLETAP_DISTANCE: 20 * 20,\n        /* A placeholder so a default colour is displayed when a node has a null value for its user property */\n        _USER_PLACEHOLDER: function(_renkan) {\n            return {\n                color: _renkan.options.default_user_color,\n                title: _renkan.translate(\"(unknown user)\"),\n                get: function(attr) {\n                    return this[attr] || false;\n                }\n            };\n        },\n        /* The code for the \"Drag and Add Bookmarklet\", slightly minified and with whitespaces removed, though\n         * it doesn't seem that it's still a requirement in newer browsers (i.e. the ones compatibles with canvas drawing)\n         */\n        _BOOKMARKLET_CODE: function(_renkan) {\n            return \"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\\\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\\\">\" +\n                _renkan.translate(\"Drag items from this website, drop them in Renkan\").replace(/ /g, \"_\") +\n                \"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\\\/\\\\/[^\\\\/]*twitter\\\\.com\\\\//,s:'.tweet',n:'twitter'},{r:/https?:\\\\/\\\\/[^\\\\/]*google\\\\.[^\\\\/]+\\\\//,s:'.g',n:'google'},{r:/https?:\\\\/\\\\/[^\\\\/]*lemonde\\\\.fr\\\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();\";\n        },\n        /* Shortens text to the required length then adds ellipsis */\n        shortenText: function(_text, _maxlength) {\n            return (_text.length > _maxlength ? (_text.substr(0, _maxlength) + '…') : _text);\n        },\n        /* Drawing an edit box with an arrow and positioning the edit box according to the position of the node/edge being edited\n         * Called by Rkns.Renderer.NodeEditor and Rkns.Renderer.EdgeEditor */\n        drawEditBox: function(_options, _coords, _path, _xmargin, _selector) {\n            _selector.css({\n                width: (_options.tooltip_width - 2 * _options.tooltip_padding)\n            });\n            var _height = _selector.outerHeight() + 2 * _options.tooltip_padding,\n                _isLeft = (_coords.x < paper.view.center.x ? 1 : -1),\n                _left = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length),\n                _right = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length + _options.tooltip_width),\n                _top = _coords.y - _height / 2;\n            if (_top + _height > (paper.view.size.height - _options.tooltip_margin)) {\n                _top = Math.max(paper.view.size.height - _options.tooltip_margin, _coords.y + _options.tooltip_arrow_width / 2) - _height;\n            }\n            if (_top < _options.tooltip_margin) {\n                _top = Math.min(_options.tooltip_margin, _coords.y - _options.tooltip_arrow_width / 2);\n            }\n            var _bottom = _top + _height;\n            /* jshint laxbreak:true */\n            _path.segments[0].point = _path.segments[7].point = _coords.add([_isLeft * _xmargin, 0]);\n            _path.segments[1].point.x = _path.segments[2].point.x = _path.segments[5].point.x = _path.segments[6].point.x = _left;\n            _path.segments[3].point.x = _path.segments[4].point.x = _right;\n            _path.segments[2].point.y = _path.segments[3].point.y = _top;\n            _path.segments[4].point.y = _path.segments[5].point.y = _bottom;\n            _path.segments[1].point.y = _coords.y - _options.tooltip_arrow_width / 2;\n            _path.segments[6].point.y = _coords.y + _options.tooltip_arrow_width / 2;\n            _path.fillColor = new paper.Color(new paper.Gradient([_options.tooltip_top_color, _options.tooltip_bottom_color]), [0, _top], [0, _bottom]);\n            _selector.css({\n                left: (_options.tooltip_padding + Math.min(_left, _right)),\n                top: (_options.tooltip_padding + _top)\n            });\n            return _path;\n        },\n        // from http://stackoverflow.com/a/6444043\n        increaseBrightness: function (hex, percent){\n            // strip the leading # if it's there\n            hex = hex.replace(/^\\s*#|\\s*$/g, '');\n\n            // convert 3 char codes --> 6, e.g. `E0F` --> `EE00FF`\n            if(hex.length === 3){\n                hex = hex.replace(/(.)/g, '$1$1');\n            }\n\n            var r = parseInt(hex.substr(0, 2), 16),\n                g = parseInt(hex.substr(2, 2), 16),\n                b = parseInt(hex.substr(4, 2), 16);\n\n            return '#' +\n               ((0|(1<<8) + r + (256 - r) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + g + (256 - g) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + b + (256 - b) * percent / 100).toString(16)).substr(1);\n        }\n    };\n})(window);\n\n/* END main.js */\n","(function(root) {\n    \"use strict\";\n    \n    var Backbone = root.Backbone;\n    \n    var Router = root.Rkns.Router = Backbone.Router.extend({\n        routes: {\n            '': 'index'\n        },\n        \n        index: function (parameters) {\n            \n            var result = {};\n            if (parameters !== null){\n                parameters.split(\"&\").forEach(function(part) {\n                    var item = part.split(\"=\");\n                    result[item[0]] = decodeURIComponent(item[1]);\n                });\n            }\n            this.trigger('router', result);        \n        }  \n    });\n\n})(window);","(function(root) {\n\n    \"use strict\";\n\n    var DataLoader = root.Rkns.DataLoader = {\n        converters: {\n            from1to2: function(data) {\n\n                var i, len;\n                if(typeof data.nodes !== 'undefined') {\n                    for(i=0, len=data.nodes.length; i<len; i++) {\n                        var node = data.nodes[i];\n                        if(node.color) {\n                            node.style = {\n                                color: node.color,\n                            };\n                        }\n                        else {\n                            node.style = {};\n                        }\n                    }\n                }\n                if(typeof data.edges !== 'undefined') {\n                    for(i=0, len=data.edges.length; i<len; i++) {\n                        var edge = data.edges[i];\n                        if(edge.color) {\n                            edge.style = {\n                                color: edge.color,\n                            };\n                        }\n                        else {\n                            edge.style = {};\n                        }\n                    }\n                }\n\n                data.schema_version = \"2\";\n\n                return data;\n            },\n        }\n    };\n\n\n    DataLoader.Loader = function(project, options) {\n        this.project = project;\n        this.dataConverters = _.defaults(options.converters || {}, DataLoader.converters);\n    };\n\n\n    DataLoader.Loader.prototype.convert = function(data) {\n        var schemaVersionFrom = this.project.getSchemaVersion(data);\n        var schemaVersionTo = this.project.getSchemaVersion();\n\n        if (schemaVersionFrom !== schemaVersionTo) {\n            var converterName = \"from\" + schemaVersionFrom + \"to\" + schemaVersionTo;\n            if (typeof this.dataConverters[converterName] === 'function') {\n                data = this.dataConverters[converterName](data);\n            }\n        }\n        return data;\n    };\n\n    DataLoader.Loader.prototype.load = function(data) {\n        this.project.set(this.convert(data), {\n            validate: true\n        });\n    };\n\n})(window);\n","(function(root) {\n    \"use strict\";\n\n    var Backbone = root.Backbone;\n\n    var Models = root.Rkns.Models = {};\n\n    Models.getUID = function(obj) {\n        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g,\n                function(c) {\n                    var r = Math.random() * 16 | 0, v = c === 'x' ? r\n                            : (r & 0x3 | 0x8);\n                    return v.toString(16);\n                });\n        if (typeof obj !== 'undefined') {\n            return obj.type + \"-\" + guid;\n        }\n        else {\n            return guid;\n        }\n    };\n\n    var RenkanModel = Backbone.RelationalModel.extend({\n        idAttribute : \"_id\",\n        constructor : function(options) {\n\n            if (typeof options !== \"undefined\") {\n                options._id = options._id || options.id || Models.getUID(this);\n                options.title = options.title || \"\";\n                options.description = options.description || \"\";\n                options.uri = options.uri || \"\";\n\n                if (typeof this.prepare === \"function\") {\n                    options = this.prepare(options);\n                }\n            }\n            Backbone.RelationalModel.prototype.constructor.call(this, options);\n        },\n        validate : function() {\n            if (!this.type) {\n                return \"object has no type\";\n            }\n        },\n        addReference : function(_options, _propName, _list, _id, _default) {\n            var _element = _list.get(_id);\n            if (typeof _element === \"undefined\" &&\n                typeof _default !== \"undefined\") {\n                _options[_propName] = _default;\n            }\n            else {\n                _options[_propName] = _element;\n            }\n        }\n    });\n\n    // USER\n    var User = Models.User = RenkanModel.extend({\n        type : \"user\",\n        prepare : function(options) {\n            options.color = options.color || \"#666666\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                color : this.get(\"color\")\n            };\n        }\n    });\n\n    // NODE\n    var Node = Models.Node = RenkanModel.extend({\n        type : \"node\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                position : this.get(\"position\"),\n                image : this.get(\"image\"),\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                size : this.get(\"size\"),\n                clip_path : this.get(\"clip_path\"),\n                shape : this.get(\"shape\"),  \n                type : this.get(\"type\")\n            };\n        }\n    });\n\n    // EDGE\n    var Edge = Models.Edge = RenkanModel.extend({\n        type : \"edge\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        }, {\n            type : Backbone.HasOne,\n            key : \"from\",\n            relatedModel : Node\n        }, {\n            type : Backbone.HasOne,\n            key : \"to\",\n            relatedModel : Node\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            this.addReference(options, \"from\", project.get(\"nodes\"),\n                    options.from);\n            this.addReference(options, \"to\", project.get(\"nodes\"), options.to);\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                from : this.get(\"from\") ? this.get(\"from\").get(\"_id\") : null,\n                to : this.get(\"to\") ? this.get(\"to\").get(\"_id\") : null,\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null\n            };\n        }\n    });\n\n    // View\n    var View = Models.View = RenkanModel.extend({\n        type : \"view\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            if (typeof options.offset !== \"undefined\") {\n                var offset = {};\n                if (Array.isArray(options.offset)) {\n                    offset.x = options.offset[0];\n                    offset.y = options.offset.length > 1 ? options.offset[1]\n                            : options.offset[0];\n                }\n                else if (options.offset.x != null) {\n                    offset.x = options.offset.x;\n                    offset.y = options.offset.y;\n                }\n                options.offset = offset;\n            }\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                zoom_level : this.get(\"zoom_level\"),\n                offset : this.get(\"offset\"),\n                title : this.get(\"title\"),\n                description : this.get(\"description\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                hidden_nodes: this.get(\"hidden_nodes\")\n            // Don't need project id\n            };\n        }\n    });\n\n    // PROJECT\n    var Project = Models.Project = RenkanModel.extend({\n        schema_version : \"2\",\n        type : \"project\",\n        blacklist : [ 'saveStatus', 'loadingStatus'],\n        relations : [ {\n            type : Backbone.HasMany,\n            key : \"users\",\n            relatedModel : User,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"nodes\",\n            relatedModel : Node,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"edges\",\n            relatedModel : Edge,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"views\",\n            relatedModel : View,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        } ],\n        addUser : function(_props, _options) {\n            _props.project = this;\n            var _user = User.findOrCreate(_props);\n            this.get(\"users\").push(_user, _options);\n            return _user;\n        },\n        addNode : function(_props, _options) {\n            _props.project = this;\n            var _node = Node.findOrCreate(_props);\n            this.get(\"nodes\").push(_node, _options);\n            return _node;\n        },\n        addEdge : function(_props, _options) {\n            _props.project = this;\n            var _edge = Edge.findOrCreate(_props);\n            this.get(\"edges\").push(_edge, _options);\n            return _edge;\n        },\n        addView : function(_props, _options) {\n            _props.project = this;\n            // TODO: check if need to replace with create only\n            var _view = View.findOrCreate(_props);\n            // TODO: Should we remember only one view?\n            this.get(\"views\").push(_view, _options);\n            return _view;\n        },\n        removeNode : function(_model) {\n            this.get(\"nodes\").remove(_model);\n        },\n        removeEdge : function(_model) {\n            this.get(\"edges\").remove(_model);\n        },\n        validate : function(options) {\n            var _project = this;\n            _.each(\n              [].concat(options.users, options.nodes, options.edges,options.views),\n              function(_item) {\n                if (_item) {\n                    _item.project = _project;\n                }\n              }\n            );\n        },\n        getSchemaVersion : function(data) {\n          var t = data;\n          if(typeof(t) === \"undefined\") {\n            t = this;\n          }\n          var version = t.schema_version;\n          if(!version) {\n            return 1;\n          }\n          else {\n            return version;\n          }\n        },\n        // Add event handler to remove edges when a node is removed\n        initialize : function() {\n            var _this = this;\n            this.on(\"remove:nodes\", function(_node) {\n                _this.get(\"edges\").remove(\n                        _this.get(\"edges\").filter(\n                                function(_edge) {\n                                    return _edge.get(\"from\") === _node ||\n                                           _edge.get(\"to\") === _node;\n                                }));\n            });\n        },\n        toJSON : function() {\n            var json = _.clone(this.attributes);\n            for ( var attr in json) {\n                if ((json[attr] instanceof Backbone.Model) ||\n                        (json[attr] instanceof Backbone.Collection) ||\n                        (json[attr] instanceof RenkanModel)) {\n                    json[attr] = json[attr].toJSON();\n                }\n            }\n            return _.omit(json, this.blacklist);\n        }\n    });\n\n    var RosterUser = Models.RosterUser = Backbone.Model\n            .extend({\n                type : \"roster_user\",\n                idAttribute : \"_id\",\n\n                constructor : function(options) {\n\n                    if (typeof options !== \"undefined\") {\n                        options._id = options._id ||\n                            options.id ||\n                            Models.getUID(this);\n                        options.title = options.title || \"(untitled \" + this.type + \")\";\n                        options.description = options.description || \"\";\n                        options.uri = options.uri || \"\";\n                        options.project = options.project || null;\n                        options.site_id = options.site_id || 0;\n\n                        if (typeof this.prepare === \"function\") {\n                            options = this.prepare(options);\n                        }\n                    }\n                    Backbone.Model.prototype.constructor.call(this, options);\n                },\n\n                validate : function() {\n                    if (!this.type) {\n                        return \"object has no type\";\n                    }\n                },\n\n                prepare : function(options) {\n                    options.color = options.color || \"#666666\";\n                    return options;\n                },\n\n                toJSON : function() {\n                    return {\n                        _id : this.get(\"_id\"),\n                        title : this.get(\"title\"),\n                        uri : this.get(\"uri\"),\n                        description : this.get(\"description\"),\n                        color : this.get(\"color\"),\n                        project : (this.get(\"project\") != null) ? this.get(\n                                \"project\").get(\"id\") : null,\n                        site_id : this.get(\"site_id\")\n                    };\n                }\n            });\n\n    var UsersList = Models.UsersList = Backbone.Collection.extend({\n        model : RosterUser\n    });\n\n})(window);\n","Rkns.defaults = {\n\n    language: (navigator.language || navigator.userLanguage || \"en\"),\n        /* GUI Language */\n    container: \"renkan\",\n        /* GUI Container DOM element ID */\n    search: [],\n        /* List of Search Engines */\n    bins: [],\n           /* List of Bins */\n    static_url: \"\",\n        /* URL for static resources */\n    popup_editor: true,\n        /* show the node editor as a popup inside the renkan view */\n    editor_panel: 'editor-panel',\n        /* GUI continer DOM element ID of the editor panel */\n    show_bins: true,\n        /* Show bins in left column */\n    properties: [],\n        /* Semantic properties for edges */\n    show_editor: true,\n        /* Show the graph editor... Setting this to \"false\" only shows the bins part ! */\n    read_only: false,\n        /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */\n    editor_mode: true,\n        /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true.  */\n    manual_save: false,\n        /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */\n    show_top_bar: true,\n        /* Show the top bar, (title, buttons, users) */\n    default_user_color: \"#303030\",\n    size_bug_fix: false,\n        /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */\n    force_resize: false,\n    allow_double_click: true,\n        /* Allows Double Click to create a node on an empty background */\n    zoom_on_scroll: true,\n        /* Allows to use the scrollwheel to zoom */\n    element_delete_delay: 0,\n        /* Delay between clicking on the bin on an element and really deleting it\n           Set to 0 for delete confirm */\n    autoscale_padding: 50,\n    resize: true,\n\n    /* zoom options */\n    show_zoom: true,\n        /* show zoom buttons */\n    save_view: true,\n        /* show buttons to save view */\n    default_view: false,\n        /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */\n    default_index_view: -1,\n    \n    /* URL parsing */\n    update_url:true,\n        /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */\n    \n\n    /* TOP BAR BUTTONS */\n    show_search_field: true,\n    show_user_list: true,\n    user_name_editable: true,\n    user_color_editable: true,\n    show_user_color: true,\n    show_save_button: true,\n    show_export_button: true,\n    show_open_button: false,\n    show_addnode_button: true,\n    show_addedge_button: true,\n    show_bookmarklet: true,\n    show_fullscreen_button: true,\n    home_button_url: false,\n    home_button_title: \"Home\",\n\n    /* MINI-MAP OPTIONS */\n\n    show_minimap: true,\n        /* Show a small map at the bottom right */\n    minimap_width: 160,\n    minimap_height: 120,\n    minimap_padding: 20,\n    minimap_background_color: \"#ffffff\",\n    minimap_border_color: \"#cccccc\",\n    minimap_highlight_color: \"#ffff00\",\n    minimap_highlight_weight: 5,\n\n\n    /* EDGE/NODE COMMON OPTIONS */\n\n    buttons_background: \"#202020\",\n    buttons_label_color: \"#c000c0\",\n    buttons_label_font_size: 9,\n\n    ghost_opacity : 0.3,\n        /* opacity when the hidden element is revealed */\n    default_dash_array : [4, 5],\n        /* dash line genometry */\n\n    /* NODE DISPLAY OPTIONS */\n\n    show_node_circles: true,\n        /* Show circles for nodes */\n    clip_node_images: true,\n        /* Constraint node images to circles */\n    node_images_fill_mode: false,\n        /* Set to false for \"letterboxing\" (height/width of node adapted to show full image)\n           Set to true for \"crop\" (adapted to fill circle) */\n    node_size_base: 25,\n    node_stroke_width: 2,\n    node_stroke_max_width: 12,\n    selected_node_stroke_width: 4,\n    selected_node_stroke_max_width: 24,\n    node_stroke_witdh_scale: 5,\n    node_fill_color: \"#ffffff\",\n    highlighted_node_fill_color: \"#ffff00\",\n    node_label_distance: 5,\n        /* Vertical distance between node and label */\n    node_label_max_length: 60,\n        /* Maximum displayed text length */\n    label_untitled_nodes: \"(untitled)\",\n        /* Label to display on untitled nodes */\n    hide_nodes: true,\n        /* allow hide/show nodes */\n    change_shapes: true,\n        /* Change shapes enabled */\n    change_types: true,\n    /* Change type enabled */\n\n    /* NODE EDITOR TEMPLATE*/\n\n    node_editor_templates: {\n        \"default\": \"templates/nodeeditor_readonly.html\",\n        \"video\": \"templates/nodeeditor_video.html\"\n    },\n\n    /* EDGE DISPLAY OPTIONS */\n\n    edge_stroke_width: 2,\n    edge_stroke_max_width: 12,\n    selected_edge_stroke_width: 4,\n    selected_edge_stroke_max_width: 24,\n    edge_stroke_witdh_scale: 5,\n\n    edge_label_distance: 0,\n    edge_label_max_length: 20,\n    edge_arrow_length: 18,\n    edge_arrow_width: 12,\n    edge_arrow_max_width: 32,\n    edge_gap_in_bundles: 12,\n    label_untitled_edges: \"\",\n\n    /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */\n\n    tooltip_width: 275,\n    tooltip_padding: 10,\n    tooltip_margin: 15,\n    tooltip_arrow_length : 20,\n    tooltip_arrow_width : 40,\n    tooltip_top_color: \"#f0f0f0\",\n    tooltip_bottom_color: \"#d0d0d0\",\n    tooltip_border_color: \"#808080\",\n    tooltip_border_width: 1,\n    tooltip_opacity: 0.8,\n\n    richtext_editor_config: {\n        toolbarGroups: [\n            { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },\n            { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },\n            '/',\n\t        { name: 'styles'},\n        ],\n        removePlugins : 'colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates',\n    },\n\n    /* NODE EDITOR OPTIONS */\n\n    show_node_editor_uri: true,\n    show_node_editor_description: true,\n    show_node_editor_description_richtext: true,\n    show_node_editor_size: true,\n    show_node_editor_style: true,\n    show_node_editor_style_color: true,\n    show_node_editor_style_dash: true,\n    show_node_editor_style_thickness: true,\n    show_node_editor_image: true,\n    show_node_editor_creator: true,\n    allow_image_upload: true,\n    uploaded_image_max_kb: 500,\n\n\n    /* NODE TOOLTIP OPTIONS */\n\n    show_node_tooltip_uri: true,\n    show_node_tooltip_description: true,\n    show_node_tooltip_color: true,\n    show_node_tooltip_image: true,\n    show_node_tooltip_creator: true,\n\n    /* EDGE EDITOR OPTIONS */\n\n    show_edge_editor_uri: true,\n    show_edge_editor_style: true,\n    show_edge_editor_style_color: true,\n    show_edge_editor_style_dash: true,\n    show_edge_editor_style_thickness: true,\n    show_edge_editor_style_arrow: true,\n    show_edge_editor_direction: true,\n    show_edge_editor_nodes: true,\n    show_edge_editor_creator: true,\n\n    /* EDGE TOOLTIP OPTIONS */\n\n    show_edge_tooltip_uri: true,\n    show_edge_tooltip_color: true,\n    show_edge_tooltip_nodes: true,\n    show_edge_tooltip_creator: true,\n\n};\n","Rkns.i18n = {\n    fr: {\n        \"Edit Node\": \"Édition d’un nœud\",\n        \"Edit Edge\": \"Édition d’un lien\",\n        \"Title:\": \"Titre :\",\n        \"URI:\": \"URI :\",\n        \"Description:\": \"Description :\",\n        \"From:\": \"De :\",\n        \"To:\": \"Vers :\",\n        \"Image\": \"Image\",\n        \"Image URL:\": \"URL d'Image\",\n        \"Choose Image File:\": \"Choisir un fichier image\",\n        \"Full Screen\": \"Mode plein écran\",\n        \"Add Node\": \"Ajouter un nœud\",\n        \"Add Edge\": \"Ajouter un lien\",\n        \"Save Project\": \"Enregistrer le projet\",\n        \"Open Project\": \"Ouvrir un projet\",\n        \"Auto-save enabled\": \"Enregistrement automatique activé\",\n        \"Connection lost\": \"Connexion perdue\",\n        \"Created by:\": \"Créé par :\",\n        \"Zoom In\": \"Agrandir l’échelle\",\n        \"Zoom Out\": \"Rapetisser l’échelle\",\n        \"Edit\": \"Éditer\",\n        \"Remove\": \"Supprimer\",\n        \"Cancel deletion\": \"Annuler la suppression\",\n        \"Link to another node\": \"Créer un lien\",\n        \"Enlarge\": \"Agrandir\",\n        \"Shrink\": \"Rétrécir\",\n        \"Click on the background canvas to add a node\": \"Cliquer sur le fond du graphe pour rajouter un nœud\",\n        \"Click on a first node to start the edge\": \"Cliquer sur un premier nœud pour commencer le lien\",\n        \"Click on a second node to complete the edge\": \"Cliquer sur un second nœud pour terminer le lien\",\n        \"Wikipedia\": \"Wikipédia\",\n        \"Wikipedia in \": \"Wikipédia en \",\n        \"French\": \"Français\",\n        \"English\": \"Anglais\",\n        \"Japanese\": \"Japonais\",\n        \"Untitled project\": \"Projet sans titre\",\n        \"Lignes de Temps\": \"Lignes de Temps\",\n        \"Loading, please wait\": \"Chargement en cours, merci de patienter\",\n        \"Edge color:\": \"Couleur :\",\n        \"Dash:\": \"Point. :\",\n        \"Thickness:\": \"Epaisseur :\",\n        \"Arrow:\": \"Flèche :\",\n        \"Node color:\": \"Couleur :\",\n        \"Choose color\": \"Choisir une couleur\",\n        \"Change edge direction\": \"Changer le sens du lien\",\n        \"Do you really wish to remove node \": \"Voulez-vous réellement supprimer le nœud \",\n        \"Do you really wish to remove edge \": \"Voulez-vous réellement supprimer le lien \",\n        \"This file is not an image\": \"Ce fichier n'est pas une image\",\n        \"Image size must be under \": \"L'image doit peser moins de \",\n        \"Size:\": \"Taille :\",\n        \"KB\": \"ko\",\n        \"Choose from vocabulary:\": \"Choisir dans un vocabulaire :\",\n        \"SKOS Documentation properties\": \"SKOS: Propriétés documentaires\",\n        \"has note\": \"a pour note\",\n        \"has example\": \"a pour exemple\",\n        \"has definition\": \"a pour définition\",\n        \"SKOS Semantic relations\": \"SKOS: Relations sémantiques\",\n        \"has broader\": \"a pour concept plus large\",\n        \"has narrower\": \"a pour concept plus étroit\",\n        \"has related\": \"a pour concept apparenté\",\n        \"Dublin Core Metadata\": \"Métadonnées Dublin Core\",\n        \"has contributor\": \"a pour contributeur\",\n        \"covers\": \"couvre\",\n        \"created by\": \"créé par\",\n        \"has date\": \"a pour date\",\n        \"published by\": \"édité par\",\n        \"has source\": \"a pour source\",\n        \"has subject\": \"a pour sujet\",\n        \"Dragged resource\": \"Ressource glisée-déposée\",\n        \"Search the Web\": \"Rechercher en ligne\",\n        \"Search in Bins\": \"Rechercher dans les chutiers\",\n        \"Close bin\": \"Fermer le chutier\",\n        \"Refresh bin\": \"Rafraîchir le chutier\",\n        \"(untitled)\": \"(sans titre)\",\n        \"Select contents:\": \"Sélectionner des contenus :\",\n        \"Drag items from this website, drop them in Renkan\": \"Glissez des éléments de ce site web vers Renkan\",\n        \"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\": \"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan\",\n        \"Shapes available\": \"Formes disponibles\",\n        \"Circle\": \"Cercle\",\n        \"Square\": \"Carré\",\n        \"Diamond\": \"Losange\",\n        \"Hexagone\": \"Hexagone\",\n        \"Ellipse\": \"Ellipse\",\n        \"Star\": \"Étoile\",\n        \"Cloud\": \"Nuage\",\n        \"Triangle\": \"Triangle\",\n        \"Zoom Fit\": \"Ajuster le Zoom\",\n        \"Download Project\": \"Télécharger le projet\",\n        \"Save view\": \"Sauver la vue\",\n        \"View saved view\": \"Restaurer la Vue\",\n        \"Renkan \\'Drag-to-Add\\' bookmarklet\": \"Renkan \\'Deplacer-Pour-Ajouter\\' Signet\",\n        \"(unknown user)\":\"(non authentifié)\",\n        \"<unknown user>\":\"<non authentifié>\",\n        \"Search in graph\":\"Rechercher dans carte\",\n        \"Search in \" : \"Chercher dans \"\n    }\n};\n","/* Saves the Full JSON at each modification */\n\nRkns.jsonIO = function(_renkan, _opts) {\n    var _proj = _renkan.project;\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'PUT';\n    }\n    var _load = function() {\n        _renkan.renderer.redrawActive = false;\n        _proj.set({\n            loadingStatus : true\n        });\n        Rkns.$.getJSON(_opts.url, function(_data) {\n            _renkan.dataloader.load(_data);\n            _proj.set({\n                loadingStatus : false\n            });\n            _proj.set({\n                saveStatus : 0\n            });\n            _renkan.renderer.redrawActive = true;\n        });\n    };\n    var _save = function() {\n        _proj.set({\n            saveStatus : 2\n        });\n        var _data = _proj.toJSON();\n        if (!_renkan.read_only) {\n            Rkns.$.ajax({\n                type : _opts.http_method,\n                url : _opts.url,\n                contentType : \"application/json\",\n                data : JSON.stringify(_data),\n                success : function(data, textStatus, jqXHR) {\n                    _proj.set({\n                        saveStatus : 0\n                    });\n                }\n            });\n        }\n\n    };\n    var _thrSave = Rkns._.throttle(function() {\n        setTimeout(_save, 100);\n    }, 1000);\n    \n    //TODO: Rearrange to avoid the 2 firts PUT due to a change in the project model\n    // Take car of setting up the listener correctly to listen the save action on the view\n    _proj.on(\"add:nodes add:edges add:users add:views\", function(_model) {\n        _model.on(\"change remove\", function(_model) {\n            _thrSave();\n        });\n        _thrSave();\n    });\n    _proj.on(\"change\", function() {\n        if (!(_proj.changedAttributes.length === 1 && _proj\n                .hasChanged('saveStatus'))) {\n            _thrSave();\n        }\n    });\n\n    _load();\n};\n","/* Saves the Full JSON once */\n\nRkns.jsonIOSaveOnClick = function(_renkan, _opts) {\n    var _proj = _renkan.project,\n        _saveWarn = false,\n        _onLeave = function() {\n            return \"Project not saved\";\n        };\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'POST';\n    }\n    var _load = function() {\n        var getdata = {},\n            rx = /id=([^&#?=]+)/,\n            matches = document.location.hash.match(rx);\n        if (matches) {\n            getdata.id = matches[1];\n        }\n        Rkns.$.ajax({\n            url: _opts.url,\n            data: getdata,\n            beforeSend: function(){\n                _renkan.renderer.redrawActive = false;\n            \t_proj.set({loadingStatus:true});\n            },\n            success: function(_data) {\n                _renkan.dataloader.load(_data);\n                _proj.set({loadingStatus:false});\n                _proj.set({saveStatus:0});\n                _renkan.renderer.redrawActive = true;\n            }\n        });\n    };\n    var _save = function() {\n        _proj.set(\"saved_at\", new Date());\n        var _data = _proj.toJSON();\n        Rkns.$.ajax({\n            type: _opts.http_method,\n            url: _opts.url,\n            contentType: \"application/json\",\n            data: JSON.stringify(_data),\n            beforeSend: function(){\n            \t_proj.set({saveStatus:2});\n            },\n            success: function(data, textStatus, jqXHR) {\n                $(window).off(\"beforeunload\", _onLeave);\n                _saveWarn = false;\n                _proj.set({saveStatus:0});\n                //document.location.hash = \"#id=\" + data.id;\n                //$(\".Rk-Notifications\").text(\"Saved as \"+document.location.href).fadeIn().delay(2000).fadeOut();\n            }\n        });\n    };\n    var _checkLeave = function() {\n    \t_proj.set({saveStatus:1});\n\n        var title = _proj.get(\"title\");\n        if (title && _proj.get(\"nodes\").length) {\n            $(\".Rk-Save-Button\").removeClass(\"disabled\");\n        } else {\n            $(\".Rk-Save-Button\").addClass(\"disabled\");\n        }\n        if (title) {\n            $(\".Rk-PadTitle\").css(\"border-color\",\"#333333\");\n        }\n        if (!_saveWarn) {\n            _saveWarn = true;\n            $(window).on(\"beforeunload\", _onLeave);\n        }\n    };\n    _load();\n    _proj.on(\"add:nodes add:edges add:users change\", function(_model) {\n\t    _model.on(\"change remove\", function(_model) {\n\t    \tif(!(_model.changedAttributes.length === 1 && _model.hasChanged('saveStatus'))) {\n\t    \t\t_checkLeave();\n\t    \t}\n\t    });\n\t\tif(!(_proj.changedAttributes.length === 1 && _proj.hasChanged('saveStatus'))) {\n\t\t    _checkLeave();\n    \t}\n    });\n    _renkan.renderer.save = function() {\n        if ($(\".Rk-Save-Button\").hasClass(\"disabled\")) {\n            if (!_proj.get(\"title\")) {\n                $(\".Rk-PadTitle\").css(\"border-color\",\"#ff0000\");\n            }\n        } else {\n            _save();\n        }\n    };\n};\n","(function(Rkns) {\n\"use strict\";\n\nvar _ = Rkns._;\n\nvar Ldt = Rkns.Ldt = {};\n\nvar Bin = Ldt.Bin = function(_renkan, _opts) {\n    if (_opts.ldt_type) {\n        var Resclass = Ldt[_opts.ldt_type+\"Bin\"];\n        if (Resclass) {\n            return new Resclass(_renkan, _opts);\n        }\n    }\n    console.error(\"No such LDT Bin Type\");\n};\n\nvar ProjectBin = Ldt.ProjectBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nProjectBin.prototype.tagTemplate = renkanJST['templates/ldtjson-bin/tagtemplate.html'];\n\nProjectBin.prototype.annotationTemplate = renkanJST['templates/ldtjson-bin/annotationtemplate.html'];\n\nProjectBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.proj_id = _opts.project_id;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.title_$.html(_opts.title);\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nProjectBin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '<li><h3>Tags</h3></li>',\n        _projtitle = this.data.meta[\"dc:title\"],\n        _this = this,\n        count = 0;\n    _this.title_$.text('LDT Project: \"' + _projtitle + '\"');\n    _.map(_this.data.tags,function(_tag) {\n        var _title = _tag.meta[\"dc:title\"];\n        if (!search.isempty && !search.test(_title)) {\n            return;\n        }\n        count++;\n        _html += _this.tagTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            encodedtitle : encodeURIComponent(_title),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _html += '<li><h3>Annotations</h3></li>';\n    _.map(_this.data.annotations,function(_annotation) {\n        var _description = _annotation.content.description,\n            _title = _annotation.content.title.replace(_description,\"\");\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _annotation.end - _annotation.begin,\n            _img = (\n                (_annotation.content && _annotation.content.img && _annotation.content.img.src) ?\n                  _annotation.content.img.src :\n                  ( _duration ? _this.renkan.options.static_url+\"img/ldt-segment.png\" : _this.renkan.options.static_url+\"img/ldt-point.png\" )\n            );\n        _html += _this.annotationTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_annotation.begin),\n            end: convertTC(_annotation.end),\n            duration: convertTC(_duration),\n            mediaid: _annotation.media,\n            annotationid: _annotation.id,\n            image: _img,\n            static_url: _this.renkan.options.static_url\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nProjectBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/ldt/cljson/id/' + this.proj_id,\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\nvar Search = Ldt.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nSearch.prototype.getBgClass = function() {\n    return \"Rk-Ldt-Icon\";\n};\n\nSearch.prototype.getSearchTitle = function() {\n    return this.renkan.translate(\"Lignes de Temps\");\n};\n\nSearch.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new ResultsBin(this.renkan, {\n            search: _q\n        })\n    );\n};\n\nvar ResultsBin = Ldt.ResultsBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nResultsBin.prototype.segmentTemplate = renkanJST['templates/ldtjson-bin/segmenttemplate.html'];\n\nResultsBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.max_results = _opts.max_results || 50;\n    this.search = _opts.search;\n    this.title_$.html('Lignes de Temps: \"' + _opts.search + '\"');\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nResultsBin.prototype.render = function(searchbase) {\n    if (!this.data) {\n        return;\n    }\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '',\n        _this = this,\n        count = 0;\n    _.each(this.data.objects,function(_segment) {\n        var _description = _segment.abstract,\n            _title = _segment.title;\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _segment.duration,\n            _begin = _segment.start_ts,\n            _end = + _segment.duration + _begin,\n            _img = (\n                _duration ?\n                  _this.renkan.options.static_url + \"img/ldt-segment.png\" :\n                  _this.renkan.options.static_url + \"img/ldt-point.png\"\n            );\n        _html += _this.segmentTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_begin),\n            end: convertTC(_end),\n            duration: convertTC(_duration),\n            mediaid: _segment.iri_id,\n            //projectid: _segment.project_id,\n            //cuttingid: _segment.cutting_id,\n            annotationid: _segment.element_id,\n            image: _img\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nResultsBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/api/ldt/1.0/segments/search/',\n        data: {\n            format: \"jsonp\",\n            q: this.search,\n            limit: this.max_results\n        },\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\n})(window.Rkns);\n","Rkns.ResourceList = {};\n\nRkns.ResourceList.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.ResourceList.Bin.prototype.resultTemplate = renkanJST['templates/list-bin.html'];\n\nRkns.ResourceList.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.title_$.html(_opts.title);\n    if (_opts.list) {\n        this.data = _opts.list;\n    }\n    this.refresh();\n};\n\nRkns.ResourceList.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data,function(_item) {\n        var _element;\n        if (typeof _item === \"string\") {\n            if (/^(https?:\\/\\/|www)/.test(_item)) {\n                _element = { url: _item };\n            } else {\n                _element = { title: _item.replace(/[:,]?\\s?(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+\\s?/,'').trim() };\n                var _match = _item.match(/(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+/);\n                if (_match) {\n                    _element.url = _match[0];\n                }\n                if (_element.title.length > 80) {\n                    _element.description = _element.title;\n                    _element.title = _element.title.replace(/^(.{30,60})\\s.+$/,'$1…');\n                }\n            }\n        } else {\n            _element = _item;\n        }\n        var title = _element.title || (_element.url || \"\").replace(/^https?:\\/\\/(www\\.)?/,'').replace(/^(.{40}).+$/,'$1…'),\n            url = _element.url || \"\",\n            description = _element.description || \"\",\n            image = _element.image || \"\";\n        if (url && !/^https?:\\/\\//.test(url)) {\n            url = 'http://' + url;\n        }\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            image: image,\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.ResourceList.Bin.prototype.refresh = function() {\n    if (this.data) {\n        this.render();\n    }\n};\n","Rkns.Wikipedia = {\n};\n\nRkns.Wikipedia.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nRkns.Wikipedia.Search.prototype.getBgClass = function() {\n    return \"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-\" + this.lang;\n};\n\nRkns.Wikipedia.Search.prototype.getSearchTitle = function() {\n    var langs = {\n        \"fr\": \"French\",\n        \"en\": \"English\",\n        \"ja\": \"Japanese\"\n    };\n    if (langs[this.lang]) {\n        return this.renkan.translate(\"Wikipedia in \") + this.renkan.translate(langs[this.lang]);\n    } else {\n        return this.renkan.translate(\"Wikipedia\") + \" [\" + this.lang + \"]\";\n    }\n};\n\nRkns.Wikipedia.Search.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new Rkns.Wikipedia.Bin(this.renkan, {\n            lang: this.lang,\n            search: _q\n        })\n    );\n};\n\nRkns.Wikipedia.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.Wikipedia.Bin.prototype.resultTemplate = renkanJST['templates/wikipedia-bin/resulttemplate.html'];\n\nRkns.Wikipedia.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.search = _opts.search;\n    this.lang = _opts.lang || \"en\";\n    this.title_icon_$.addClass('Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-' + this.lang);\n    this.title_$.html(this.search).addClass(\"Rk-Wikipedia-Title\");\n    this.refresh();\n};\n\nRkns.Wikipedia.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data.query.search, function(_result) {\n        var title = _result.title,\n            url = \"http://\" + _this.lang + \".wikipedia.org/wiki/\" + encodeURI(title.replace(/ /g,\"_\")),\n            description = Rkns.$('<div>').html(_result.snippet).text();\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.Wikipedia.Bin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: \"http://\" + _this.lang + \".wikipedia.org/w/api.php?action=query&list=search&srsearch=\" + encodeURIComponent(this.search) + \"&format=json\",\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n","\ndefine('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {\n    \n\n    /* Rkns.Renderer._BaseRepresentation Class */\n\n    /* In Renkan, a \"Representation\" is a sort of ViewModel (in the MVVM paradigm) and bridges the gap between\n     * models (written with Backbone.js) and the view (written with Paper.js)\n     * Renkan's representations all inherit from Rkns.Renderer._BaseRepresentation '*/\n\n    var _BaseRepresentation = function(_renderer, _model) {\n        if (typeof _renderer !== \"undefined\") {\n            this.renderer = _renderer;\n            this.renkan = _renderer.renkan;\n            this.project = _renderer.renkan.project;\n            this.options = _renderer.renkan.options;\n            this.model = _model;\n            if (this.model) {\n                var _this = this;\n                this._changeBinding = function() {\n                    _this.redraw({change: true});\n                };\n                this._removeBinding = function() {\n                    _renderer.removeRepresentation(_this);\n                    _.defer(function() {\n                        _renderer.redraw();\n                    });\n                };\n                this._selectBinding = function() {\n                    _this.select();\n                };\n                this._unselectBinding = function() {\n                    _this.unselect();\n                };\n                this.model.on(\"change\", this._changeBinding );\n                this.model.on(\"remove\", this._removeBinding );\n                this.model.on(\"select\", this._selectBinding );\n                this.model.on(\"unselect\", this._unselectBinding );\n            }\n        }\n    };\n\n    /* Rkns.Renderer._BaseRepresentation Methods */\n\n    _(_BaseRepresentation.prototype).extend({\n        _super: function(_func) {\n            return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));\n        },\n        redraw: function() {},\n        moveTo: function() {},\n        show: function() { return \"BaseRepresentation.show\"; },\n        hide: function() {},\n        select: function() {\n            if (this.model) {\n                this.model.trigger(\"selected\");\n            }\n        },\n        unselect: function() {\n            if (this.model) {\n                this.model.trigger(\"unselected\");\n            }\n        },\n        highlight: function() {},\n        unhighlight: function() {},\n        mousedown: function() {},\n        mouseup: function() {\n            if (this.model) {\n                this.model.trigger(\"clicked\");\n            }\n        },\n        destroy: function() {\n            if (this.model) {\n                this.model.off(\"change\", this._changeBinding );\n                this.model.off(\"remove\", this._removeBinding );\n                this.model.off(\"select\", this._selectBinding );\n                this.model.off(\"unselect\", this._unselectBinding );\n            }\n        }\n    }).value();\n\n    /* End of Rkns.Renderer._BaseRepresentation Class */\n\n    return _BaseRepresentation;\n\n});\n\ndefine('requtils',[], function ($, _) {\n    \n    return {\n        getUtils: function(){\n            return window.Rkns.Utils;\n        },\n        getRenderer: function(){\n            return window.Rkns.Renderer;\n        }\n    };\n\n});\n\n\ndefine('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer._BaseButton Class */\n\n    /* BaseButton is extended by contextual buttons that appear when hovering on nodes and edges */\n\n    var _BaseButton = Utils.inherit(BaseRepresentation);\n\n    _(_BaseButton.prototype).extend({\n        moveTo: function(_pos) {\n            this.sector.moveTo(_pos);\n        },\n        show: function() {\n            this.sector.show();\n        },\n        hide: function() {\n            if (this.sector){\n                this.sector.hide();                \n            }\n        },\n        select: function() {\n            this.sector.select();\n        },\n        unselect: function(_newTarget) {\n            this.sector.unselect();\n            if (!_newTarget || (_newTarget !== this.source_representation && _newTarget.source_representation !== this.source_representation)) {\n                this.source_representation.unselect();\n            }\n        },\n        destroy: function() {\n            this.sector.destroy();\n        }\n    }).value();\n\n    return _BaseButton;\n\n});\n\n\ndefine('renderer/shapebuilder',[], function () {\n    \n\n    var cloud_path = \"M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z\";\n    /* ShapeBuilder Begin */\n\n    var builders = {\n        \"circle\":{\n            getShape: function() {\n                return new paper.Path.Circle([0, 0], 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Circle(center, radius);\n            }\n        },\n        \"rectangle\":{\n            getShape: function() {\n                return new paper.Path.Rectangle([-2, -2], [2, 2]);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Rectangle([-radius, -radius], [radius*2, radius*2]);\n            }\n        },\n        \"ellipse\":{\n            getShape: function() {\n                return new paper.Path.Ellipse(new paper.Rectangle([-2, -1], [2, 1]));\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Ellipse(new paper.Rectangle([-radius, -radius/2], [radius*2, radius]));\n            }\n        },\n        \"polygon\":{\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0, 0], 6, 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.RegularPolygon(center, 6, radius);\n            }\n        },\n        \"diamond\":{\n            getShape: function() {\n                var d = new paper.Path.Rectangle([-Math.SQRT2, -Math.SQRT2], [Math.SQRT2, Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            },\n            getImageShape: function(center, radius) {\n                var d = new paper.Path.Rectangle([-radius*Math.SQRT2/2, -radius*Math.SQRT2/2], [radius*Math.SQRT2, radius*Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            }\n        },\n        \"star\":{\n            getShape: function() {\n                return new paper.Path.Star([0, 0], 8, 1, 0.7);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Star(center, 8, radius*1, radius*0.7);\n            }\n        },\n        \"cloud\": {\n            getShape: function() {\n                var path = new paper.Path(cloud_path);\n                return path;\n\n            },\n            getImageShape: function(center, radius) {\n                var path = new paper.Path(cloud_path);\n                path.scale(radius);\n                path.translate(center);\n                return path;\n            }\n        },\n        \"triangle\": {\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0,0], 3, 1);\n            },\n            getImageShape: function(center, radius) {\n                var shape = new paper.Path.RegularPolygon([0,0], 3, 1);\n                shape.scale(radius);\n                shape.translate(center);\n                return shape;\n            }\n        },\n        \"svg\": function(path){\n            return {\n                getShape: function() {\n                    return new paper.Path(path);\n                },\n                getImageShape: function(center, radius) {\n                    // No calcul for the moment\n                    return new paper.Path();\n                }\n            };\n        }\n    };\n\n    var ShapeBuilder = function (shape){\n        if(shape === null || typeof shape === \"undefined\"){\n            shape = \"circle\";\n        }\n        if(shape.substr(0,4)===\"svg:\"){\n            return builders.svg(shape.substr(4));\n        }\n        if(!(shape in builders)){\n            shape = \"circle\";\n        }\n        return builders[shape];\n    };\n\n    ShapeBuilder.builders = builders;\n\n    return ShapeBuilder;\n\n});\n\ndefine('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.Node Class */\n\n    /* The representation for the node : A circle, with an image inside and a text label underneath.\n     * The circle and the image are drawn on canvas and managed by Paper.js.\n     * The text label is an HTML node, managed by jQuery. */\n\n    //var NodeRepr = Renderer.Node = Utils.inherit(Renderer._BaseRepresentation);\n    var NodeRepr = Utils.inherit(BaseRepresentation);\n\n    _(NodeRepr.prototype).extend({\n        _init: function() {\n            this.renderer.node_layer.activate();\n            this.type = \"Node\";\n            this.buildShape();\n            this.hidden = false;\n            this.ghost= false;\n            if (this.options.show_node_circles) {\n                this.circle.strokeWidth = this.options.node_stroke_width;\n                this.h_ratio = 1;\n            } else {\n                this.h_ratio = 0;\n            }\n            this.title = $('<div class=\"Rk-Label\">').appendTo(this.renderer.labels_$);\n\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.NodeEditButton(this.renderer, null),\n                                       new Renderer.NodeRemoveButton(this.renderer, null),\n                                       new Renderer.NodeLinkButton(this.renderer, null),\n                                       new Renderer.NodeEnlargeButton(this.renderer, null),\n                                       new Renderer.NodeShrinkButton(this.renderer, null)\n                                       ];\n                if (this.options.hide_nodes){\n                    this.normal_buttons.push(\n                            new Renderer.NodeHideButton(this.renderer, null),\n                            new Renderer.NodeShowButton(this.renderer, null)\n                            );\n                }\n                this.pending_delete_buttons = [\n                                               new Renderer.NodeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n            this.last_circle_radius = 1;\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.node_layer.activate();\n                this.minimap_circle = new paper.Path.Circle([0, 0], 1);\n                this.minimap_circle.__representation = this.renderer.minimap.miniframe.__representation;\n                this.renderer.minimap.node_group.addChild(this.minimap_circle);\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.node_stroke_width + (thickness-1) * (this.options.node_stroke_max_width - this.options.node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_node_stroke_width + (thickness-1) * (this.options.selected_node_stroke_max_width - this.options.selected_node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        buildShape: function(){\n            if( 'shape' in this.model.changed ) {\n                delete this.img;\n            }\n            if(this.circle){\n                this.circle.remove();\n                delete this.circle;\n            }\n            // \"circle\" \"rectangle\" \"ellipse\" \"polygon\" \"star\" \"diamond\"\n            this.shapeBuilder = new ShapeBuilder(this.model.get(\"shape\"));\n            this.circle = this.shapeBuilder.getShape();\n            this.circle.__representation = this;\n            this.circle.sendToBack();\n            this.last_circle_radius = 1;\n        },\n        redraw: function(options) {\n            if( 'shape' in this.model.changed && 'change' in options && options.change ) {\n            //if( 'shape' in this.model.changed ) {\n                this.buildShape();\n            }\n            var _model_coords = new paper.Point(this.model.get(\"position\")),\n                _baseRadius = this.options.node_size_base * Math.exp((this.model.get(\"size\") || 0) * Utils._NODE_SIZE_STEP);\n            if (!this.is_dragging || !this.paper_coords) {\n                this.paper_coords = this.renderer.toPaperCoords(_model_coords);\n            }\n            this.circle_radius = _baseRadius * this.renderer.view.scale;\n            if (this.last_circle_radius !== this.circle_radius) {\n                this.all_buttons.forEach(function(b) {\n                    b.setSectorSize();\n                });\n                this.circle.scale(this.circle_radius / this.last_circle_radius);\n                if (this.node_image) {\n                    this.node_image.scale(this.circle_radius / this.last_circle_radius);\n                }\n            }\n            this.circle.position = this.paper_coords;\n            if (this.node_image) {\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n            }\n            this.last_circle_radius = this.circle_radius;\n\n            var old_act_btn = this.active_buttons;\n\n            var opacity = 1;\n            if (this.model.get(\"delete_scheduled\")) {\n                opacity = 0.5;\n                this.active_buttons = this.pending_delete_buttons;\n                this.circle.dashArray = [2,2];\n            } else {\n                opacity = 1;\n                this.active_buttons = this.normal_buttons;\n                this.circle.dashArray = null;\n            }\n            if (this.selected && this.renderer.isEditable() && !this.ghost) {\n                if (old_act_btn !== this.active_buttons) {\n                    old_act_btn.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            if (this.node_image) {\n                this.node_image.opacity = this.highlighted ? opacity * 0.5 : (opacity - 0.01);\n            }\n\n            this.circle.fillColor = this.highlighted ? this.options.highlighted_node_fill_color : this.options.node_fill_color;\n\n            this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;\n\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_nodes) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n\n            if (typeof this.highlighted === \"object\") {\n                this.title.html(this.highlighted.replace(_(_text).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n            } else {\n                this.title.text(_text);\n            }\n\n            var _strokeWidth = this._getStrokeWidth();\n            this.title.css({\n                left: this.paper_coords.x,\n                top: this.paper_coords.y + this.circle_radius * this.h_ratio + this.options.node_label_distance + 0.5*_strokeWidth,\n                opacity: opacity\n            });\n            var _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null;\n            this.circle.strokeWidth = _strokeWidth;\n            this.circle.strokeColor = _color;\n            this.circle.dashArray = _dash;\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n            var lastImage = this.img;\n            this.img = this.model.get(\"image\");\n            if (this.img && this.img !== lastImage) {\n                this.showImage();\n                if(this.circle) {\n                    this.circle.sendToBack();\n                }\n            }\n            if (this.node_image && !this.img) {\n                this.node_image.remove();\n                delete this.node_image;\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.fillColor = _color;\n                var minipos = this.renderer.toMinimapCoords(_model_coords),\n                miniradius = this.renderer.minimap.scale * _baseRadius,\n                minisize = new paper.Size([miniradius, miniradius]);\n                this.minimap_circle.fitBounds(minipos.subtract(minisize), minisize.multiply(2));\n            }\n\n            if (typeof options === 'undefined' || !('dontRedrawEdges' in options) || !options.dontRedrawEdges) {\n                var _this = this;\n                _.each(\n                        this.project.get(\"edges\").filter(\n                                function (ed) {\n                                    return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                                }\n                        ),\n                        function(edge, index, list) {\n                            var repr = _this.renderer.getRepresentationByModel(edge);\n                            if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                                repr.redraw();\n                            }\n                        }\n                );\n            }\n            if (this.ghost){\n                this.show(true);\n            } else {\n                if (this.hidden) { this.hide(); }\n            }\n        },\n        showImage: function() {\n            var _image = null;\n            if (typeof this.renderer.image_cache[this.img] === \"undefined\") {\n                _image = new Image();\n                this.renderer.image_cache[this.img] = _image;\n                _image.src = this.img;\n            } else {\n                _image = this.renderer.image_cache[this.img];\n            }\n            if (_image.width) {\n                if (this.node_image) {\n                    this.node_image.remove();\n                }\n                this.renderer.node_layer.activate();\n                var width = _image.width,\n                    height = _image.height,\n                    clipPath = this.model.get(\"clip_path\"),\n                    hasClipPath = (typeof clipPath !== \"undefined\" && clipPath),\n                    _clip = null,\n                    baseRadius = null,\n                    centerPoint = null;\n\n                if (hasClipPath) {\n                    _clip = new paper.Path();\n                    var instructions = clipPath.match(/[a-z][^a-z]+/gi) || [],\n                    lastCoords = [0,0],\n                    minX = Infinity,\n                    minY = Infinity,\n                    maxX = -Infinity,\n                    maxY = -Infinity;\n\n                    var transformCoords = function(tabc, relative) {\n                        var newCoords = tabc.slice(1).map(function(v, k) {\n                            var res = parseFloat(v),\n                            isY = k % 2;\n                            if (isY) {\n                                res = ( res - 0.5 ) * height;\n                            } else {\n                                res = ( res - 0.5 ) * width;\n                            }\n                            if (relative) {\n                                res += lastCoords[isY];\n                            }\n                            if (isY) {\n                                minY = Math.min(minY, res);\n                                maxY = Math.max(maxY, res);\n                            } else {\n                                minX = Math.min(minX, res);\n                                maxX = Math.max(maxX, res);\n                            }\n                            return res;\n                        });\n                        lastCoords = newCoords.slice(-2);\n                        return newCoords;\n                    };\n\n                    instructions.forEach(function(instr) {\n                        var coords = instr.match(/([a-z]|[0-9.-]+)/ig) || [\"\"];\n                        switch(coords[0]) {\n                        case \"M\":\n                            _clip.moveTo(transformCoords(coords));\n                            break;\n                        case \"m\":\n                            _clip.moveTo(transformCoords(coords, true));\n                            break;\n                        case \"L\":\n                            _clip.lineTo(transformCoords(coords));\n                            break;\n                        case \"l\":\n                            _clip.lineTo(transformCoords(coords, true));\n                            break;\n                        case \"C\":\n                            _clip.cubicCurveTo(transformCoords(coords));\n                            break;\n                        case \"c\":\n                            _clip.cubicCurveTo(transformCoords(coords, true));\n                            break;\n                        case \"Q\":\n                            _clip.quadraticCurveTo(transformCoords(coords));\n                            break;\n                        case \"q\":\n                            _clip.quadraticCurveTo(transformCoords(coords, true));\n                            break;\n                        }\n                    });\n\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](maxX - minX, maxY - minY) / 2;\n                    centerPoint = new paper.Point((maxX + minX) / 2, (maxY + minY) / 2);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = (maxY - minY) / (2 * baseRadius);\n                    }\n                } else {\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](width, height) / 2;\n                    centerPoint = new paper.Point(0,0);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = height / (2 * baseRadius);\n                    }\n                }\n                var _raster = new paper.Raster(_image);\n                _raster.locked = true; // Disable mouse events on icon\n                if (hasClipPath) {\n                    _raster = new paper.Group(_clip, _raster);\n                    _raster.opacity = 0.99;\n                    /* This is a workaround to allow clipping at group level\n                     * If opacity was set to 1, paper.js would merge all clipping groups in one (known bug).\n                     */\n                    _raster.clipped = true;\n                    _clip.__representation = this;\n                }\n                if (this.options.clip_node_images) {\n                    var _circleClip = this.shapeBuilder.getImageShape(centerPoint, baseRadius);\n                    _raster = new paper.Group(_circleClip, _raster);\n                    _raster.opacity = 0.99;\n                    _raster.clipped = true;\n                    _circleClip.__representation = this;\n                }\n                this.image_delta = centerPoint.divide(baseRadius);\n                this.node_image = _raster;\n                this.node_image.__representation = _this;\n                this.node_image.scale(this.circle_radius / baseRadius);\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n                this.node_image.insertAbove(this.circle);\n            } else {\n                var _this = this;\n                $(_image).on(\"load\", function() {\n                    _this.showImage();\n                });\n            }\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.renkan.read_only) {\n                    this.is_dragging = true;\n                    this.paper_coords = this.paper_coords.add(_delta);\n                    this.redraw();\n                }\n            } else {\n                this.renderer.view.paperShift(_delta);\n            }\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"NodeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.circle.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable() && !this.hidden) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            var _uri = this.model.get(\"uri\");\n            if (_uri) {\n                $('.Rk-Bin-Item').each(function() {\n                    var _el = $(this);\n                    if (_el.attr(\"data-uri\") === _uri) {\n                        _el.addClass(\"selected\");\n                    }\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.strokeWidth = this.options.minimap_highlight_weight;\n                this.minimap_circle.strokeColor = this.options.minimap_highlight_color;\n            }\n            //if the node is hidden and the mouse hover it, it appears as a ghost\n            if (this.hidden) {\n                this.show(true);\n            }\n            else {\n                this.showNeighbors(true);\n            }\n            this._super(\"select\");\n        },\n        hideButtons: function() {\n            this.all_buttons.forEach(function(b) {\n                b.hide();\n            });\n            delete(this.buttonTimeout);\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                var _this = this;\n                this.buttons_timeout = setTimeout(function() { _this.hideButtons(); }, 200);\n                this.circle.strokeWidth = this._getStrokeWidth();\n                $('.Rk-Bin-Item').removeClass(\"selected\");\n                if (this.renderer.minimap) {\n                    this.minimap_circle.strokeColor = undefined;\n                }\n                //when the mouse don't hover the node anymore, we hide it\n                if (this.hidden) {\n                    this.hide();\n                } else {\n                    this.hideNeighbors();\n                }\n                this._super(\"unselect\");\n            }\n        },\n        hide: function(){\n            var _this = this;\n            this.ghost = false;\n            this.hidden = true;\n            if (typeof this.node_image !== 'undefined'){\n                this.node_image.opacity = 0;\n            }\n            this.hideButtons();\n            this.circle.opacity = 0;\n            this.title.css('opacity', 0);\n            this.minimap_circle.opacity = 0;\n\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.hide();\n                        }\n                    }\n            );\n            this.hideNeighbors();\n        },\n        show: function(ghost){\n            var _this = this;\n            this.ghost = ghost;\n            if (this.ghost){\n                if (typeof this.node_image !== 'undefined'){\n                    this.node_image.opacity = this.options.ghost_opacity;\n                }\n                this.circle.opacity = this.options.ghost_opacity;\n                this.title.css('opacity', this.options.ghost_opacity);\n                this.minimap_circle.opacity = this.options.ghost_opacity;\n            } else {\n                this.minimap_circle.opacity = 1; \n                this.hidden = false;\n                this.redraw();\n            }\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.show(_this.ghost);\n                        }\n                    }\n            );\n        },\n        hideNeighbors: function(){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.ghost) {\n                            repr.hide();\n                        }\n                    }\n            );\n        },\n        showNeighbors: function(ghost){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.hidden) {\n                            repr.show(ghost);\n                            if (!ghost){\n                                var indexNode = _this.renderer.view.hiddenNodes.indexOf(repr.model.id);\n                                if (indexNode !== -1){\n                                    _this.renderer.view.hiddenNodes.splice(indexNode, 1);\n                                }\n                            }\n                        }\n                    }\n            );\n        },\n        highlight: function(textToReplace) {\n            var hlvalue = textToReplace || true;\n            if (this.highlighted === hlvalue) {\n                return;\n            }\n            this.highlighted = hlvalue;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        unhighlight: function() {\n            if (!this.highlighted) {\n                return;\n            }\n            this.highlighted = false;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        saveCoords: function() {\n            var _coords = this.renderer.toModelCoords(this.paper_coords),\n            _data = {\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            if (this.renderer.isEditable()) {\n                this.model.set(_data);\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (this.renderer.is_dragging && this.renderer.isEditable()) {\n                this.saveCoords();\n            } else {\n                if (this.hidden) {\n                    var index = this.renderer.view.hiddenNodes.indexOf(this.model.id);\n                    if (index !== -1){\n                        this.renderer.view.hiddenNodes.splice(index, 1);\n                    }\n                    this.show(false);\n                    this.select();\n                } else {\n                    if (!_isTouch && !this.model.get(\"delete_scheduled\")) {\n                        this.openEditor();\n                    }\n                    this.model.trigger(\"clicked\");\n                }\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.is_dragging = false;\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            this.circle.remove();\n            this.title.remove();\n            if (this.renderer.minimap) {\n                this.minimap_circle.remove();\n            }\n            if (this.node_image) {\n                this.node_image.remove();\n            }\n        }\n    }).value();\n\n    return NodeRepr;\n\n});\n\n\ndefine('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Edge Class Begin */\n\n    //var Edge = Renderer.Edge = Utils.inherit(Renderer._BaseRepresentation);\n    var Edge = Utils.inherit(BaseRepresentation);\n\n    _(Edge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Edge\";\n            this.hidden = false;\n            this.ghost = false;\n            this.from_representation = this.renderer.getRepresentationByModel(this.model.get(\"from\"));\n            this.to_representation = this.renderer.getRepresentationByModel(this.model.get(\"to\"));\n            this.bundle = this.renderer.addToBundles(this);\n            this.line = new paper.Path();\n            this.line.add([0,0],[0,0],[0,0]);\n            this.line.__representation = this;\n            this.line.strokeWidth = this.options.edge_stroke_width;\n            this.arrow_scale = 1;\n            this.arrow = new paper.Path();\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.pivot = new paper.Point([ this.options.edge_arrow_length / 2, this.options.edge_arrow_width / 2 ]);\n            this.arrow.__representation = this;\n            this.text = $('<div class=\"Rk-Label Rk-Edge-Label\">').appendTo(this.renderer.labels_$);\n            this.arrow_angle = 0;\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.EdgeEditButton(this.renderer, null),\n                                       new Renderer.EdgeRemoveButton(this.renderer, null)\n                                       ];\n                this.pending_delete_buttons = [\n                                               new Renderer.EdgeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.edge_layer.activate();\n                this.minimap_line = new paper.Path();\n                this.minimap_line.add([0,0],[0,0]);\n                this.minimap_line.__representation = this.renderer.minimap.miniframe.__representation;\n                this.minimap_line.strokeWidth = 1;\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.edge_stroke_width + (thickness-1) * (this.options.edge_stroke_max_width - this.options.edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_edge_stroke_width + (thickness-1) * (this.options.selected_edge_stroke_max_width - this.options.selected_edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getArrowScale: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return 1 + (thickness-1) * ((this.options.edge_arrow_max_width / this.options.edge_arrow_width) - 1) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        redraw: function() {\n            var from = this.model.get(\"from\"),\n            to = this.model.get(\"to\");\n            if (!from || !to || (this.hidden && !this.ghost)) {\n                return;\n            }\n            this.from_representation = this.renderer.getRepresentationByModel(from);\n            this.to_representation = this.renderer.getRepresentationByModel(to);\n            if (typeof this.from_representation === \"undefined\" || typeof this.to_representation === \"undefined\" ||\n                    (this.from_representation.hidden && !this.from_representation.ghost) ||\n                    (this.to_representation.hidden && !this.to_representation.ghost)) {\n                this.hide();\n                return;\n            }\n            var _strokeWidth = this._getStrokeWidth(),\n                _arrow_scale = this._getArrowScale(),\n                _p0a = this.from_representation.paper_coords,\n                _p1a = this.to_representation.paper_coords,\n                _v = _p1a.subtract(_p0a),\n                _r = _v.length,\n                _u = _v.divide(_r),\n                _ortho = new paper.Point([- _u.y, _u.x]),\n                _group_pos = this.bundle.getPosition(this),\n                _delta = _ortho.multiply( this.options.edge_gap_in_bundles * _group_pos ),\n                _p0b = _p0a.add(_delta), /* Adding a 4 px difference */\n                _p1b = _p1a.add(_delta), /* to differentiate bundled links */\n                _a = _v.angle,\n                _textdelta = _ortho.multiply(this.options.edge_label_distance + 0.5 * _arrow_scale * this.options.edge_arrow_width),\n                _handle = _v.divide(3),\n                _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null,\n                _opacity;\n\n            if (this.model.get(\"delete_scheduled\") || this.from_representation.model.get(\"delete_scheduled\") || this.to_representation.model.get(\"delete_scheduled\")) {\n                _opacity = 0.5;\n                this.line.dashArray = [2, 2];\n            } else {\n                _opacity = this.ghost ? this.options.ghost_opacity : 1;\n                this.line.dashArray = null;\n            }\n\n            var old_act_btn = this.active_buttons;\n\n            this.arrow.visible =\n                (this.model.has(\"style\") && this.model.get(\"style\").arrow) ||\n                !this.model.has(\"style\") ||\n                typeof this.model.get(\"style\").arrow === 'undefined';\n\n            this.active_buttons = this.model.get(\"delete_scheduled\") ? this.pending_delete_buttons : this.normal_buttons;\n\n            if (this.selected && this.renderer.isEditable() && old_act_btn !== this.active_buttons) {\n                old_act_btn.forEach(function(b) {\n                    b.hide();\n                });\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            this.paper_coords = _p0b.add(_p1b).divide(2);\n            this.line.strokeWidth = _strokeWidth;\n            this.line.strokeColor = _color;\n            this.line.dashArray = _dash;\n            this.line.opacity = _opacity;\n            this.line.segments[0].point = _p0a;\n            this.line.segments[1].point = this.paper_coords;\n            this.line.segments[1].handleIn = _handle.multiply(-1);\n            this.line.segments[1].handleOut = _handle;\n            this.line.segments[2].point = _p1a;\n            this.arrow.scale(_arrow_scale / this.arrow_scale);\n            this.arrow_scale = _arrow_scale;\n            this.arrow.fillColor = _color;\n            this.arrow.opacity = _opacity;\n            this.arrow.rotate(_a - this.arrow_angle, this.arrow.bounds.center);\n            this.arrow.position = this.paper_coords;\n\n            this.arrow_angle = _a;\n            if (_a > 90) {\n                _a -= 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            if (_a < -90) {\n                _a += 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_edges) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n            this.text.text(_text);\n            var _textpos = this.paper_coords.add(_textdelta);\n            this.text.css({\n                left: _textpos.x,\n                top: _textpos.y,\n                transform: \"rotate(\" + _a + \"deg)\",\n                \"-moz-transform\": \"rotate(\" + _a + \"deg)\",\n                \"-webkit-transform\": \"rotate(\" + _a + \"deg)\",\n                opacity: _opacity\n            });\n            this.text_angle = _a;\n\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n\n            if (this.renderer.minimap) {\n                this.minimap_line.strokeColor = _color;\n                this.minimap_line.segments[0].point = this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get(\"position\")));\n                this.minimap_line.segments[1].point = this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get(\"position\")));\n            }\n        },\n        hide: function(){\n            this.hidden = true;\n            this.ghost = false;\n\n            this.text.hide();\n            this.line.visible = false;\n            this.arrow.visible = false;\n            this.minimap_line.visible = false;\n        },\n        show: function(ghost){\n            this.ghost = ghost;\n            if (this.ghost) {\n                this.text.css('opacity', 0.3);\n                this.line.opacity = 0.3;\n                this.arrow.opacity = 0.3;\n                this.minimap_line.opacity = 0.3;\n            } else {\n                this.hidden = false;\n\n                this.text.css('opacity', 1);\n                this.line.opacity = 1;\n                this.arrow.opacity = 1;\n                this.minimap_line.opacity = 1;\n            }\n            this.text.show();\n            this.line.visible = true;\n            this.arrow.visible = true;\n            this.minimap_line.visible = true;\n            this.redraw();\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"EdgeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.line.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable()) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n            this._super(\"select\");\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                if (this.options.editor_mode) {\n                    this.all_buttons.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.line.strokeWidth = this._getStrokeWidth();\n                this._super(\"unselect\");\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (!this.renkan.read_only && this.renderer.is_dragging) {\n                this.from_representation.saveCoords();\n                this.to_representation.saveCoords();\n                this.from_representation.is_dragging = false;\n                this.to_representation.is_dragging = false;\n            } else {\n                if (!_isTouch) {\n                    this.openEditor();\n                }\n                this.model.trigger(\"clicked\");\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.options.read_only) {\n                    this.from_representation.paperShift(_delta);\n                    this.to_representation.paperShift(_delta);\n                }\n            } else {\n                this.renderer.paperShift(_delta);\n            }\n        },\n        destroy: function() {\n            this._super(\"destroy\");\n            this.line.remove();\n            this.arrow.remove();\n            this.text.remove();\n            if (this.renderer.minimap) {\n                this.minimap_line.remove();\n            }\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            var _this = this;\n            this.bundle.edges = _.reject(this.bundle.edges, function(_edge) {\n                return _this === _edge;\n            });\n        }\n    }).value();\n\n    return Edge;\n\n});\n\n\n\ndefine('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* TempEdge Class Begin */\n\n    //var TempEdge = Renderer.TempEdge = Utils.inherit(Renderer._BaseRepresentation);\n    var TempEdge = Utils.inherit(BaseRepresentation);\n\n    _(TempEdge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Temp-edge\";\n\n            var _color = (this.project.get(\"users\").get(this.renkan.current_user) || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\");\n            this.line = new paper.Path();\n            this.line.strokeColor = _color;\n            this.line.dashArray = [4, 2];\n            this.line.strokeWidth = this.options.selected_edge_stroke_width;\n            this.line.add([0,0],[0,0]);\n            this.line.__representation = this;\n            this.arrow = new paper.Path();\n            this.arrow.fillColor = _color;\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.__representation = this;\n            this.arrow_angle = 0;\n        },\n        redraw: function() {\n            var _p0 = this.from_representation.paper_coords,\n            _p1 = this.end_pos,\n            _a = _p1.subtract(_p0).angle,\n            _c = _p0.add(_p1).divide(2);\n            this.line.segments[0].point = _p0;\n            this.line.segments[1].point = _p1;\n            this.arrow.rotate(_a - this.arrow_angle);\n            this.arrow.position = _c;\n            this.arrow_angle = _a;\n        },\n        paperShift: function(_delta) {\n            if (!this.renderer.isEditable()) {\n                this.renderer.removeRepresentation(_this);\n                paper.view.draw();\n                return;\n            }\n            this.end_pos = this.end_pos.add(_delta);\n            var _hitResult = paper.project.hitTest(this.end_pos);\n            this.renderer.findTarget(_hitResult);\n            this.redraw();\n        },\n        mouseup: function(_event, _isTouch) {\n            var _hitResult = paper.project.hitTest(_event.point),\n            _model = this.from_representation.model,\n            _endDrag = true;\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _target = _hitResult.item.__representation;\n                if (_target.type.substr(0,4) === \"Node\") {\n                    var _destmodel = _target.model || _target.source_representation.model;\n                    if (_model !== _destmodel) {\n                        var _data = {\n                                id: Utils.getUID('edge'),\n                                created_by: this.renkan.current_user,\n                                from: _model,\n                                to: _destmodel\n                        };\n                        if (this.renderer.isEditable()) {\n                            this.project.addEdge(_data);\n                        }\n                    }\n                }\n\n                if (_model === _target.model || (_target.source_representation && _target.source_representation.model === _model)) {\n                    _endDrag = false;\n                    this.renderer.is_dragging = true;\n                }\n            }\n            if (_endDrag) {\n                this.renderer.click_target = null;\n                this.renderer.is_dragging = false;\n                this.renderer.removeRepresentation(this);\n                paper.view.draw();\n            }\n        },\n        destroy: function() {\n            this.arrow.remove();\n            this.line.remove();\n        }\n    }).value();\n\n    /* TempEdge Class End */\n\n    return TempEdge;\n\n});\n\n\ndefine('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* _BaseEditor Begin */\n    //var _BaseEditor = Renderer._BaseEditor = Utils.inherit(Renderer._BaseRepresentation);\n    var _BaseEditor = Utils.inherit(BaseRepresentation);\n\n    _(_BaseEditor.prototype).extend({\n        _init: function() {\n            this.renderer.buttons_layer.activate();\n            this.type = \"editor\";\n            this.editor_block = new paper.Path();\n            var _pts = _.map(_.range(8), function() {return [0,0];});\n            this.editor_block.add.apply(this.editor_block, _pts);\n            this.editor_block.strokeWidth = this.options.tooltip_border_width;\n            this.editor_block.strokeColor = this.options.tooltip_border_color;\n            this.editor_block.opacity = this.options.tooltip_opacity;\n            this.editor_$ = $('<div>')\n                .appendTo(this.renderer.editor_$)\n                .css({\n                    position: \"absolute\",\n                    opacity: this.options.tooltip_opacity\n                })\n                .hide();\n        },\n        destroy: function() {\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* _BaseEditor End */\n\n    return _BaseEditor;\n\n});\n\n\ndefine('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditor Begin */\n    //var NodeEditor = Renderer.NodeEditor = Utils.inherit(Renderer._BaseEditor);\n    var NodeEditor = Utils.inherit(BaseEditor);\n\n    _(NodeEditor.prototype).extend({\n        _init: function() {\n            BaseEditor.prototype._init.apply(this);\n            this.template = this.options.templates['templates/nodeeditor.html'];\n            //this.templates['default']= this.options.templates['templates/nodeeditor.html'];\n            //fusionner avec this.options.node_editor_templates\n            this.readOnlyTemplate = this.options.node_editor_templates;\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate[_model.get(\"type\")] || this.readOnlyTemplate[\"default\"]),\n            _image_placeholder = this.options.static_url + \"img/image-placeholder.png\",\n            _size = (_model.get(\"size\") || 0);\n            this.editor_$\n            .html(_template({\n                node: {\n                    _id: _model.get(\"_id\"),\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    type: _model.get(\"type\") || \"default\",\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    image: _model.get(\"image\") || \"\",\n                    image_placeholder: _image_placeholder,\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    clip_path: _model.get(\"clip_path\") || false,\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\"),\n                    size: (_size > 0 ? \"+\" : \"\") + _size,\n                    shape: _model.get(\"shape\") || \"circle\"\n                },\n                renkan: this.renkan,\n                options: this.options,\n                shortenText: Utils.shortenText,\n                shapes : _(ShapeBuilder.builders).omit('svg').keys().value(),\n                types : _(this.options.node_editor_templates).keys().value(),\n            }));\n            this.redraw();\n            var _this = this,\n                editorInstance = _this.options.show_node_editor_description_richtext ?\n                    $(\".Rk-Edit-Description\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                editorInstanceTitle = _this.options.show_node_editor_title_richtext ?\n                    $(\".Rk-Edit-Title\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                closeEditor = function() {\n                    _this.renderer.removeRepresentation(_this);\n                    paper.view.draw();\n                };\n\n            _this.cleanEditor = function() {\n                _this.editor_$.off(\"keyup\");\n                _this.editor_$.find(\"input, textarea, select\").off(\"change keyup paste\");\n                _this.editor_$.find(\".Rk-Edit-Image-File\").off('change');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").off('hover');\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Image-Del\").off('click');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker\").find(\"li\").off('hover click');\n                _this.editor_$.find(\".Rk-CloseX\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Goto\").off('click');\n\n                if(_this.options.show_node_editor_description_richtext) {\n                    if(typeof editorInstance.editor !== 'undefined') {\n                        var _editor = editorInstance.editor;\n                        delete editorInstance.editor;\n                        _editor.focusManager.blur(true);\n                        _editor.destroy();\n                    }\n                }\n                if(_this.options.show_node_editor_title_richtext) {\n                    if(typeof editorInstanceTitle.editor !== 'undefined') {\n                        var _editor_title = editorInstanceTitle.editor;\n                        delete editorInstanceTitle.editor;\n                        _editor_title.focusManager.blur(true);\n                        _editor_title.destroy();\n                    }\n                }\n            };\n\n            this.editor_$.find(\".Rk-CloseX\").click(function (e) {\n                e.preventDefault();\n                closeEditor();\n            });\n\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                  _.defer(function() {\n                    if (_this.renderer.isEditable()) {\n                        var _data = {};\n                        if (_this.options.show_node_editor_uri) {\n                            _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                        }\n                        if (_this.options.show_node_editor_image) {\n                            _data.image = _this.editor_$.find(\".Rk-Edit-Image\").val();\n                            _this.editor_$.find(\".Rk-Edit-ImgPreview\").attr(\"src\", _data.image || _image_placeholder);\n                        }\n                        if (_this.options.show_node_editor_description) {\n                            if(_this.options.show_node_editor_description_richtext) {\n                                if(typeof editorInstance.editor !== 'undefined' &&\n                                    editorInstance.editor.checkDirty()) {\n                                    _data.description = editorInstance.editor.getData();\n                                    editorInstance.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.description = _this.editor_$.find(\".Rk-Edit-Description\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_title) {\n                            if(_this.options.show_node_editor_title_richtext) {\n                                if(typeof editorInstanceTitle.editor !== 'undefined' &&\n                                        editorInstanceTitle.editor.checkDirty()) {\n                                    _data.title = editorInstanceTitle.editor.getData();\n                                    editorInstanceTitle.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.title = _this.editor_$.find(\".Rk-Edit-Title\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_style) {\n                            var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked');\n                            _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash});\n                        }\n                        if (_this.options.change_shapes) {\n                            if(_model.get(\"shape\")!==_this.editor_$.find(\".Rk-Edit-Shape\").val()){\n                                _data.shape = _this.editor_$.find(\".Rk-Edit-Shape\").val();\n                            }\n                        }\n                        if (_this.options.change_types) {\n                            if(_model.get(\"type\")!==_this.editor_$.find(\".Rk-Edit-Type\").val()){\n                                _data.type = _this.editor_$.find(\".Rk-Edit-Type\").val();\n                            }\n                        }\n                        _model.set(_data);\n                        _this.redraw();\n                    } else {\n                        closeEditor();\n                    }\n                  });\n                }, 1000);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input, textarea, select\").on(\"change keyup paste\", onFieldChange);\n                if( _this.options.show_node_editor_description &&\n                    _this.options.show_node_editor_description_richtext &&\n                    typeof editorInstance.editor !== 'undefined')\n                {\n                    editorInstance.editor.on(\"change\", onFieldChange);\n                    editorInstance.editor.on(\"blur\", onFieldChange);\n                }\n                \n                if( _this.options.show_node_editor_title &&\n                    _this.options.show_node_editor_title_richtext &&\n                    typeof editorInstanceTitle.editor !== 'undefined')\n                {\n                    editorInstanceTitle.editor.on(\"change\", onFieldChange);\n                    editorInstanceTitle.editor.on(\"blur\", onFieldChange);\n                }\n\n                if(_this.options.allow_image_upload) {\n                    this.editor_$.find(\".Rk-Edit-Image-File\").change(function() {\n                        if (this.files.length) {\n                            var f = this.files[0],\n                            fr = new FileReader();\n                            if (f.type.substr(0,5) !== \"image\") {\n                                alert(_this.renkan.translate(\"This file is not an image\"));\n                                return;\n                            }\n                            if (f.size > (_this.options.uploaded_image_max_kb * 1024)) {\n                                alert(_this.renkan.translate(\"Image size must be under \") + _this.options.uploaded_image_max_kb + _this.renkan.translate(\"KB\"));\n                                return;\n                            }\n                            fr.onload = function(e) {\n                                _this.editor_$.find(\".Rk-Edit-Image\").val(e.target.result);\n                                onFieldChange();\n                            };\n                            fr.readAsDataURL(f);\n                        }\n                    });\n                }\n                this.editor_$.find(\".Rk-Edit-Title\")[0].focus();\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color) || (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var shiftSize = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _newsize = n+(_model.get(\"size\") || 0);\n                        _this.editor_$.find(\"#Rk-Edit-Size-Value\").text((_newsize > 0 ? \"+\" : \"\") + _newsize);\n                        _model.set(\"size\", _newsize);\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Size-Down\").click(function() {\n                    shiftSize(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Size-Up\").click(function() {\n                    shiftSize(1);\n                    return false;\n                });\n\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n\n                this.editor_$.find(\".Rk-Edit-Image-Del\").click(function() {\n                    _this.editor_$.find(\".Rk-Edit-Image\").val('');\n                    onFieldChange();\n                    return false;\n                });\n            } else {\n                if (typeof this.source_representation.highlighted === \"object\") {\n                    var titlehtml = this.source_representation.highlighted.replace(_(_model.get(\"title\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>');\n                    this.editor_$.find(\".Rk-Display-Title\" + (_model.get(\"uri\") ? \" a\" : \"\")).html(titlehtml);\n                    if (this.options.show_node_tooltip_description) {\n                        this.editor_$.find(\".Rk-Display-Description\").html(this.source_representation.highlighted.replace(_(_model.get(\"description\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n                    }\n                }\n            }\n            this.editor_$.find(\"img\").load(function() {\n                _this.redraw();\n            });\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        },\n        destroy: function() {\n            if(typeof this.cleanEditor !== 'undefined') {\n                this.cleanEditor();\n            }\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* NodeEditor End */\n\n    return NodeEditor;\n\n});\n\n\ndefine('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditor Begin */\n\n    //var EdgeEditor = Renderer.EdgeEditor = Utils.inherit(Renderer._BaseEditor);\n    var EdgeEditor = Utils.inherit(BaseEditor);\n\n    _(EdgeEditor.prototype).extend({\n        _init: function() {\n          BaseEditor.prototype._init.apply(this);\n          this.template = this.options.templates['templates/edgeeditor.html'];\n          this.readOnlyTemplate = this.options.templates['templates/edgeeditor_readonly.html'];\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _from_model = _model.get(\"from\"),\n            _to_model = _model.get(\"to\"),\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate);\n            this.editor_$\n              .html(_template({\n                edge: {\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    arrow: (_model.has(\"style\") && _model.get(\"style\").arrow) || !_model.has(\"style\") || (typeof _model.get(\"style\").arrow === 'undefined') ? \"checked\" : \"\",\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    from_title: _from_model.get(\"title\"),\n                    to_title: _to_model.get(\"title\"),\n                    from_color: (_from_model.has(\"style\") && _from_model.get(\"style\").color) || (_from_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    to_color: (_to_model.has(\"style\") && _to_model.get(\"style\").color) || (_to_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\")\n                },\n                renkan: this.renkan,\n                shortenText: Utils.shortenText,\n                options: this.options\n            }));\n            this.redraw();\n            var _this = this,\n            closeEditor = function() {\n                _this.renderer.removeRepresentation(_this);\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                paper.view.draw();\n            };\n            this.editor_$.find(\".Rk-CloseX\").click(closeEditor);\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                    _.defer(function() {\n                        if (_this.renderer.isEditable()) {\n                            var _data = {\n                                title: _this.editor_$.find(\".Rk-Edit-Title\").val()\n                            };\n                            if (_this.options.show_edge_editor_uri) {\n                                _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            }\n                            if (_this.options.show_node_editor_style) {\n                                var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked'),\n                                    arrow = _this.editor_$.find(\".Rk-Edit-Arrow\").is(':checked');\n                                _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash, arrow: arrow});\n                            }\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                            _model.set(_data);\n                            paper.view.draw();\n                        } else {\n                            closeEditor();\n                        }\n                    });\n                },500);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input\").on(\"keyup change paste\", onFieldChange);\n\n                this.editor_$.find(\".Rk-Edit-Vocabulary\").change(function() {\n                    var e = $(this),\n                    v = e.val();\n                    if (v) {\n                        _this.editor_$.find(\".Rk-Edit-Title\").val(e.find(\":selected\").text());\n                        _this.editor_$.find(\".Rk-Edit-URI\").val(v);\n                        onFieldChange();\n                    }\n                });\n                this.editor_$.find(\".Rk-Edit-Direction\").click(function() {\n                    if (_this.renderer.isEditable()) {\n                        _model.set({\n                            from: _model.get(\"to\"),\n                            to: _model.get(\"from\")\n                        });\n                        _this.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color)|| (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n            }\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* EdgeEditor End */\n\n    return EdgeEditor;\n\n});\n\n\ndefine('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* _NodeButton Begin */\n\n    //var _NodeButton = Renderer._NodeButton = Utils.inherit(Renderer._BaseButton);\n    var _NodeButton = Utils.inherit(BaseButton);\n\n    _(_NodeButton.prototype).extend({\n        setSectorSize: function() {\n            var sectorInner = this.source_representation.circle_radius;\n            if (sectorInner !== this.lastSectorInner) {\n                if (this.sector) {\n                    this.sector.destroy();\n                }\n                this.sector = this.renderer.drawSector(\n                        this, 1 + sectorInner,\n                        Utils._NODE_BUTTON_WIDTH + sectorInner,\n                        this.startAngle,\n                        this.endAngle,\n                        1,\n                        this.imageName,\n                        this.renkan.translate(this.text)\n                );\n                this.lastSectorInner = sectorInner;\n            }\n        },\n        unselect: function() {\n            BaseButton.prototype.unselect.apply(this, Array.prototype.slice.call(arguments, 1));\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n                this.source_representation.hideButtons();\n            }\n        },\n        select: function() {\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n            }\n            this.sector.select();\n        },\n    }).value();\n\n\n    /* _NodeButton End */\n\n    return _NodeButton;\n\n});\n\n\ndefine('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditButton Begin */\n\n    //var NodeEditButton = Renderer.NodeEditButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEditButton = Utils.inherit(NodeButton);\n\n    _(NodeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-edit-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -125 : -135;\n            this.endAngle = this.options.hide_nodes ? -55 : -45;\n            this.imageName = \"edit\";\n            this.text = \"Edit\";\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* NodeEditButton End */\n\n    return NodeEditButton;\n\n});\n\n\ndefine('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRemoveButton = Utils.inherit(NodeButton);\n\n    _(NodeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-remove-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -10 : 0;\n            this.endAngle = this.options.hide_nodes ? 45 : 90;\n            this.imageName = \"remove\";\n            this.text = \"Remove\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove node ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeNode(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeRemoveButton;\n\n});\n\n\ndefine('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeHideButton = Utils.inherit(NodeButton);\n\n    _(NodeHideButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-hide-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 45;\n            this.endAngle = 90;\n            this.imageName = \"hide\";\n            this.text = \"Hide\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.renderer.view.addHiddenNode(this.source_representation.model);\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeHideButton;\n\n});\n\n\ndefine('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShowButton = Utils.inherit(NodeButton);\n\n    _(NodeShowButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-show-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 90;\n            this.endAngle = 135;\n            this.imageName = \"show\";\n            this.text = \"Show\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.source_representation.showNeighbors(false);\n            }\n        }\n    }).value();\n\n    /* NodeShowButton End */\n\n    return NodeShowButton;\n\n});\n\n\ndefine('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRevertButton Begin */\n\n    //var NodeRevertButton = Renderer.NodeRevertButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRevertButton = Utils.inherit(NodeButton);\n\n    _(NodeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-revert-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = -135;\n            this.endAngle = 135;\n            this.imageName = \"revert\";\n            this.text = \"Cancel deletion\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* NodeRevertButton End */\n\n    return NodeRevertButton;\n\n});\n\n\ndefine('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeLinkButton Begin */\n\n    //var NodeLinkButton = Renderer.NodeLinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeLinkButton = Utils.inherit(NodeButton);\n\n    _(NodeLinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-link-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? 135 : 90;\n            this.endAngle = this.options.hide_nodes ? 190 : 180;\n            this.imageName = \"link\";\n            this.text = \"Link to another node\";\n        },\n        mousedown: function(_event, _isTouch) {\n            if (this.renderer.isEditable()) {\n                var _off = this.renderer.canvas_$.offset(),\n                _point = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]);\n                this.renderer.click_target = null;\n                this.renderer.removeRepresentationsOfType(\"editor\");\n                this.renderer.addTempEdge(this.source_representation, _point);\n            }\n        }\n    }).value();\n\n    /* NodeLinkButton End */\n\n    return NodeLinkButton;\n\n});\n\n\n\ndefine('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEnlargeButton Begin */\n\n    //var NodeEnlargeButton = Renderer.NodeEnlargeButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEnlargeButton = Utils.inherit(NodeButton);\n\n    _(NodeEnlargeButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-enlarge-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -55 : -45;\n            this.endAngle = this.options.hide_nodes ? -10 : 0;\n            this.imageName = \"enlarge\";\n            this.text = \"Enlarge\";\n        },\n        mouseup: function() {\n            var _newsize = 1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeEnlargeButton End */\n\n    return NodeEnlargeButton;\n\n});\n\n\ndefine('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeShrinkButton Begin */\n\n    //var NodeShrinkButton = Renderer.NodeShrinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShrinkButton = Utils.inherit(NodeButton);\n\n    _(NodeShrinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-shrink-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -170 : -180;\n            this.endAngle = this.options.hide_nodes ? -125 : -135;\n            this.imageName = \"shrink\";\n            this.text = \"Shrink\";\n        },\n        mouseup: function() {\n            var _newsize = -1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeShrinkButton End */\n\n    return NodeShrinkButton;\n\n});\n\n\ndefine('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditButton Begin */\n\n    //var EdgeEditButton = Renderer.EdgeEditButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeEditButton = Utils.inherit(BaseButton);\n\n    _(EdgeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-edit-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -270, -90, 1, \"edit\", this.renkan.translate(\"Edit\"));\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* EdgeEditButton End */\n\n    return EdgeEditButton;\n\n});\n\n\ndefine('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRemoveButton Begin */\n\n    //var EdgeRemoveButton = Renderer.EdgeRemoveButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRemoveButton = Utils.inherit(BaseButton);\n\n    _(EdgeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-remove-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -90, 90, 1, \"remove\", this.renkan.translate(\"Remove\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove edge ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeEdge(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* EdgeRemoveButton End */\n\n    return EdgeRemoveButton;\n\n});\n\n\ndefine('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRevertButton Begin */\n\n    //var EdgeRevertButton = Renderer.EdgeRevertButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRevertButton = Utils.inherit(BaseButton);\n\n    _(EdgeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-revert-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -135, 135, 1, \"revert\", this.renkan.translate(\"Cancel deletion\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* EdgeRevertButton End */\n\n    return EdgeRevertButton;\n\n});\n\n\ndefine('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* MiniFrame Begin */\n\n    //var MiniFrame = Renderer.MiniFrame = Utils.inherit(Renderer._BaseRepresentation);\n    var MiniFrame = Utils.inherit(BaseRepresentation);\n\n    _(MiniFrame.prototype).extend({\n        paperShift: function(_delta) {\n            this.renderer.offset = this.renderer.offset.subtract(_delta.divide(this.renderer.minimap.scale).multiply(this.renderer.scale));\n            this.renderer.redraw();\n        },\n        mouseup: function(_delta) {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        }\n    }).value();\n\n\n    /* MiniFrame End */\n\n    return MiniFrame;\n\n});\n\n\ndefine('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Scene Begin */\n\n    var Scene = function(_renkan) {\n        this.renkan = _renkan;\n        this.$ = $(\".Rk-Render\");\n        this.representations = [];\n        this.$.html(_renkan.options.templates['templates/scene.html'](_renkan));\n        this.onStatusChange();\n        this.canvas_$ = this.$.find(\".Rk-Canvas\");\n        this.labels_$ = this.$.find(\".Rk-Labels\");\n        if (!_renkan.options.popup_editor){\n            this.editor_$ = $(\"#\" + _renkan.options.editor_panel);\n        }else{\n            this.editor_$ = this.$.find(\".Rk-Editor\");\n        }\n        this.notif_$ = this.$.find(\".Rk-Notifications\");\n        paper.setup(this.canvas_$[0]);\n        this.totalScroll = 0;\n        this.mouse_down = false;\n        this.click_target = null;\n        this.selected_target = null;\n        this.edge_layer = new paper.Layer();\n        this.node_layer = new paper.Layer();\n        this.buttons_layer = new paper.Layer();\n        this.delete_list = [];\n        this.redrawActive = true;\n\n        if (_renkan.options.show_minimap) {\n            this.minimap = {\n                    background_layer: new paper.Layer(),\n                    edge_layer: new paper.Layer(),\n                    node_layer: new paper.Layer(),\n                    node_group: new paper.Group(),\n                    size: new paper.Size( _renkan.options.minimap_width, _renkan.options.minimap_height )\n            };\n\n            this.minimap.background_layer.activate();\n            this.minimap.topleft = paper.view.bounds.bottomRight.subtract(this.minimap.size);\n            this.minimap.rectangle = new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]), this.minimap.size.add([4,4]));\n            this.minimap.rectangle.fillColor = _renkan.options.minimap_background_color;\n            this.minimap.rectangle.strokeColor = _renkan.options.minimap_border_color;\n            this.minimap.rectangle.strokeWidth = 4;\n            this.minimap.offset = new paper.Point(this.minimap.size.divide(2));\n            this.minimap.scale = 0.1;\n\n            this.minimap.node_layer.activate();\n            this.minimap.cliprectangle = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.cliprectangle);\n            this.minimap.node_group.clipped = true;\n            this.minimap.miniframe = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.miniframe);\n            this.minimap.miniframe.fillColor = '#c0c0ff';\n            this.minimap.miniframe.opacity = 0.3;\n            this.minimap.miniframe.strokeColor = '#000080';\n            this.minimap.miniframe.strokeWidth = 2;\n            this.minimap.miniframe.__representation = new MiniFrame(this, null);\n        }\n\n        this.throttledPaperDraw = _(function() {\n            paper.view.draw();\n        }).throttle(100).value();\n\n        this.bundles = [];\n        this.click_mode = false;\n\n        var _this = this,\n        _allowScroll = true,\n        _originalScale = 1,\n        _zooming = false,\n        _lastTapX = 0,\n        _lastTapY = 0;\n\n        this.image_cache = {};\n        this.icon_cache = {};\n\n        ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) {\n            var img = new Image();\n            img.src = _renkan.options.static_url + 'img/' + imgname + '.png';\n            _this.icon_cache[imgname] = img;\n        });\n\n        var throttledMouseMove = _.throttle(function(_event, _isTouch) {\n            _this.onMouseMove(_event, _isTouch);\n        }, Utils._MOUSEMOVE_RATE);\n\n        this.canvas_$.on({\n            mousedown: function(_event) {\n                _event.preventDefault();\n                _this.onMouseDown(_event, false);\n            },\n            mousemove: function(_event) {\n                _event.preventDefault();\n                throttledMouseMove(_event, false);\n            },\n            mouseup: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event, false);\n            },\n            mousewheel: function(_event, _delta) {\n                if(_renkan.options.zoom_on_scroll) {\n                    _event.preventDefault();\n                    if (_allowScroll) {\n                        _this.onScroll(_event, _delta);\n                    }\n                }\n            },\n            touchstart: function(_event) {\n                _event.preventDefault();\n                var _touches = _event.originalEvent.touches[0];\n                if (\n                        _renkan.options.allow_double_click &&\n                        new Date() - _lastTap < Utils._DOUBLETAP_DELAY &&\n                        ( Math.pow(_lastTapX - _touches.pageX, 2) + Math.pow(_lastTapY - _touches.pageY, 2) < Utils._DOUBLETAP_DISTANCE )\n                ) {\n                    _lastTap = 0;\n                    _this.onDoubleClick(_touches);\n                } else {\n                    _lastTap = new Date();\n                    _lastTapX = _touches.pageX;\n                    _lastTapY = _touches.pageY;\n                    _originalScale = _this.view.scale;\n                    _zooming = false;\n                    _this.onMouseDown(_touches, true);\n                }\n            },\n            touchmove: function(_event) {\n                _event.preventDefault();\n                _lastTap = 0;\n                if (_event.originalEvent.touches.length === 1) {\n                    _this.onMouseMove(_event.originalEvent.touches[0], true);\n                } else {\n                    if (!_zooming) {\n                        _this.onMouseUp(_event.originalEvent.touches[0], true);\n                        _this.click_target = null;\n                        _this.is_dragging = false;\n                        _zooming = true;\n                    }\n                    if (_event.originalEvent.scale === \"undefined\") {\n                        return;\n                    }\n                    var _newScale = _event.originalEvent.scale * _originalScale,\n                    _scaleRatio = _newScale / _this.view.scale,\n                    _newOffset = new paper.Point([\n                                                  _this.canvas_$.width(),\n                                                  _this.canvas_$.height()\n                                                  ]).multiply( 0.5 * ( 1 - _scaleRatio ) ).add(_this.view.offset.multiply( _scaleRatio ));\n                    _this.view.setScale(_newScale, _newOffset);\n                }\n            },\n            touchend: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event.originalEvent.changedTouches[0], true);\n            },\n            dblclick: function(_event) {\n                _event.preventDefault();\n                if (_renkan.options.allow_double_click) {\n                    _this.onDoubleClick(_event);\n                }\n            },\n            mouseleave: function(_event) {\n                _event.preventDefault();\n                //_this.onMouseUp(_event, false);\n                _this.click_target = null;\n                _this.is_dragging = false;\n            },\n            dragover: function(_event) {\n                _event.preventDefault();\n            },\n            dragenter: function(_event) {\n                _event.preventDefault();\n                _allowScroll = false;\n            },\n            dragleave: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n            },\n            drop: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n                var res = {};\n                _.each(_event.originalEvent.dataTransfer.types, function(t) {\n                    try {\n                        res[t] = _event.originalEvent.dataTransfer.getData(t);\n                    } catch(e) {}\n                });\n                var text = _event.originalEvent.dataTransfer.getData(\"Text\");\n                if (typeof text === \"string\") {\n                    switch(text[0]) {\n                    case \"{\":\n                    case \"[\":\n                        try {\n                            var data = JSON.parse(text);\n                            _.extend(res,data);\n                        }\n                        catch(e) {\n                            if (!res[\"text/plain\"]) {\n                                res[\"text/plain\"] = text;\n                            }\n                        }\n                        break;\n                    case \"<\":\n                        if (!res[\"text/html\"]) {\n                            res[\"text/html\"] = text;\n                        }\n                        break;\n                    default:\n                        if (!res[\"text/plain\"]) {\n                            res[\"text/plain\"] = text;\n                        }\n                    }\n                }\n                var url = _event.originalEvent.dataTransfer.getData(\"URL\");\n                if (url && !res[\"text/uri-list\"]) {\n                    res[\"text/uri-list\"] = url;\n                }\n                _this.dropData(res, _event.originalEvent);\n            }\n        });\n\n        var bindClick = function(selector, fname) {\n            _this.$.find(selector).click(function(evt) {\n                _this[fname](evt);\n                return false;\n            });\n        };\n\n        if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n            this.$.find(\".Rk-ZoomSetSaved\").show();\n        }\n        this.$.find(\".Rk-CurrentUser\").mouseenter(\n                function() { _this.$.find(\".Rk-UserList\").slideDown(); }\n        );\n        this.$.find(\".Rk-Users\").mouseleave(\n                function() { _this.$.find(\".Rk-UserList\").slideUp(); }\n        );\n        bindClick(\".Rk-FullScreen-Button\", \"fullScreen\");\n        bindClick(\".Rk-AddNode-Button\", \"addNodeBtn\");\n        bindClick(\".Rk-AddEdge-Button\", \"addEdgeBtn\");\n        bindClick(\".Rk-Save-Button\", \"save\");\n        bindClick(\".Rk-Open-Button\", \"open\");\n        bindClick(\".Rk-Export-Button\", \"exportProject\");\n        this.$.find(\".Rk-Bookmarklet-Button\")\n          /*jshint scripturl:true */\n          .attr(\"href\",\"javascript:\" + Utils._BOOKMARKLET_CODE(_renkan))\n          .click(function(){\n              _this.notif_$\n              .text(_renkan.translate(\"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\"))\n              .fadeIn()\n              .delay(5000)\n              .fadeOut();\n              return false;\n          });\n        this.$.find(\".Rk-TopBar-Button\").mouseover(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").show();\n        }).mouseout(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").hide();\n        });\n        bindClick(\".Rk-Fold-Bins\", \"foldBins\");\n\n        paper.view.onResize = function(_event) {\n            var _ratio,\n                newWidth = _event.width,\n                newHeight = _event.height;\n\n            if (_this.minimap) {\n                _this.minimap.topleft = paper.view.bounds.bottomRight.subtract(_this.minimap.size);\n                _this.minimap.rectangle.fitBounds(_this.minimap.topleft.subtract([2,2]), _this.minimap.size.add([4,4]));\n                _this.minimap.cliprectangle.fitBounds(_this.minimap.topleft, _this.minimap.size);\n            }\n\n            var ratioH = newHeight/(newHeight-_event.delta.height),\n                ratioW = newWidth/(newWidth-_event.delta.width);\n            if (newHeight < newWidth) {\n                    _ratio = ratioH;\n            } else {\n                _ratio = ratioW;\n            }\n\n            _this.view.resizeZoom(ratioW, ratioH, _ratio);\n\n            _this.redraw();\n\n        };\n\n        var _thRedraw = _.throttle(function() {\n            _this.redraw();\n        },50);\n           \n        this.addRepresentations(\"Node\", this.renkan.project.get(\"nodes\"));\n        this.addRepresentations(\"Edge\", this.renkan.project.get(\"edges\"));\n        this.renkan.project.on(\"change:title\", function() {\n            _this.$.find(\".Rk-PadTitle\").val(_renkan.project.get(\"title\"));\n        });\n\n        this.$.find(\".Rk-PadTitle\").on(\"keyup input paste\", function() {\n            _renkan.project.set({\"title\": $(this).val()});\n        });\n\n        var _thRedrawUsers = _.throttle(function() {\n            _this.redrawUsers();\n        }, 100);\n\n        _thRedrawUsers();\n\n        // register model events\n        this.renkan.project.on(\"change:saveStatus\", function(){\n            switch (_this.renkan.project.get(\"saveStatus\")) {\n                case 0: //clean\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saved\");\n                    break;\n                case 1: //dirty\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"to-save\");\n                    break;\n                case 2: //saving\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saving\");\n                    break;\n            }\n        });\n\n        this.renkan.project.on(\"change:loadingStatus\", function(){\n            if (_this.renkan.project.get(\"loadingStatus\")){\n                var animate = _this.$.find(\".loader\").addClass(\"run\");\n                var timer = setTimeout(function(){\n                    _this.$.find(\".loader\").hide(250);\n                }, 3000);\n            }\n            else{\n                Backbone.history.start();\n                _thRedraw();\n            }\n        });\n\n        this.renkan.project.on(\"add:users remove:users\", _thRedrawUsers);\n\n        this.renkan.project.on(\"add:views remove:views\", function(_node) {\n            if(_this.renkan.project.get('views').length > 0) {\n                _this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n            else {\n                _this.$.find(\".Rk-ZoomSetSaved\").hide();\n            }\n        });\n\n        this.renkan.project.on(\"add:nodes\", function(_node) {\n            _this.addRepresentation(\"Node\", _node);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"add:edges\", function(_edge) {\n            _this.addRepresentation(\"Edge\", _edge);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"change:title\", function(_model, _title) {\n            var el = _this.$.find(\".Rk-PadTitle\");\n            if (el.is(\"input\")) {\n                if (el.val() !== _title) {\n                    el.val(_title);\n                }\n            } else {\n                el.text(_title);\n            }\n        });\n        \n        //register router events\n        this.renkan.router.on(\"router\", function(_params){\n            _this.parameters(_params);\n        });\n\n        if (_renkan.options.size_bug_fix) {\n            var _delay = (\n                    typeof _renkan.options.size_bug_fix === \"number\" ?\n                        _renkan.options.size_bug_fix\n                                : 500\n            );\n            window.setTimeout(\n                    function() {\n                        _this.fixSize();\n                    },\n                    _delay\n            );\n        }\n\n        if (_renkan.options.force_resize) {\n            $(window).resize(function() {\n                _this.autoScale();\n            });\n        }\n\n        if (_renkan.options.show_user_list && _renkan.options.user_color_editable) {\n            var $cpwrapper = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker-Wrapper\"),\n            $cplist = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker\");\n\n            $cpwrapper.hover(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            $cplist.show();\n                        }\n                    },\n                    function(_e) {\n                        _e.preventDefault();\n                        $cplist.hide();\n                    }\n            );\n\n            $cplist.find(\"li\").mouseenter(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            _this.$.find(\".Rk-CurrentUser-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        }\n                    }\n            );\n        }\n\n        if (_renkan.options.show_search_field) {\n\n            var lastval = '';\n\n            this.$.find(\".Rk-GraphSearch-Field\").on(\"keyup change paste input\", function() {\n                var $this = $(this),\n                val = $this.val();\n                if (val === lastval) {\n                    return;\n                }\n                lastval = val;\n                if (val.length < 2) {\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        _this.getRepresentationByModel(n).unhighlight();\n                    });\n                } else {\n                    var rxs = Utils.regexpFromTextOrArray(val);\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        if (rxs.test(n.get(\"title\")) || rxs.test(n.get(\"description\"))) {\n                            _this.getRepresentationByModel(n).highlight(rxs);\n                        } else {\n                            _this.getRepresentationByModel(n).unhighlight();\n                        }\n                    });\n                }\n            });\n        }\n\n        this.redraw();\n\n        window.setInterval(function() {\n            var _now = new Date().valueOf();\n            _this.delete_list.forEach(function(d) {\n                if (_now >= d.time) {\n                    var el = _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeNode(el);\n                    }\n                    el = _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeEdge(el);\n                    }\n                }\n            });\n            _this.delete_list = _this.delete_list.filter(function(d) {\n                return _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id}) || _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n            });\n        }, 500);\n\n        if (this.minimap) {\n            window.setInterval(function() {\n                _this.rescaleMinimap();\n            }, 2000);\n        }\n\n    };\n\n    _(Scene.prototype).extend({\n        fixSize: function() {\n            if(typeof this.view === 'undefined') {\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").last());\n                this.view.setScale(view.get(\"zoom_level\"), new paper.Point(view.get(\"offset\")));\n            }\n            else{\n                this.view.autoScale();\n            }\n        },\n        drawSector: function(_repr, _inR, _outR, _startAngle, _endAngle, _padding, _imgname, _caption) {\n            var _options = this.renkan.options,\n                _startRads = _startAngle * Math.PI / 180,\n                _endRads = _endAngle * Math.PI / 180,\n                _img = this.icon_cache[_imgname],\n                _startdx = - Math.sin(_startRads),\n                _startdy = Math.cos(_startRads),\n                _startXIn = Math.cos(_startRads) * _inR + _padding * _startdx,\n                _startYIn = Math.sin(_startRads) * _inR + _padding * _startdy,\n                _startXOut = Math.cos(_startRads) * _outR + _padding * _startdx,\n                _startYOut = Math.sin(_startRads) * _outR + _padding * _startdy,\n                _enddx = - Math.sin(_endRads),\n                _enddy = Math.cos(_endRads),\n                _endXIn = Math.cos(_endRads) * _inR - _padding * _enddx,\n                _endYIn = Math.sin(_endRads) * _inR - _padding * _enddy,\n                _endXOut = Math.cos(_endRads) * _outR - _padding * _enddx,\n                _endYOut = Math.sin(_endRads) * _outR - _padding * _enddy,\n                _centerR = (_inR + _outR) / 2,\n                _centerRads = (_startRads + _endRads) / 2,\n                _centerX = Math.cos(_centerRads) * _centerR,\n                _centerY = Math.sin(_centerRads) * _centerR,\n                _centerXIn = Math.cos(_centerRads) * _inR,\n                _centerXOut = Math.cos(_centerRads) * _outR,\n                _centerYIn = Math.sin(_centerRads) * _inR,\n                _centerYOut = Math.sin(_centerRads) * _outR,\n                _textX = Math.cos(_centerRads) * (_outR + 3),\n                _textY = Math.sin(_centerRads) * (_outR + _options.buttons_label_font_size) + _options.buttons_label_font_size / 2;\n            this.buttons_layer.activate();\n            var _path = new paper.Path();\n            _path.add([_startXIn, _startYIn]);\n            _path.arcTo([_centerXIn, _centerYIn], [_endXIn, _endYIn]);\n            _path.lineTo([_endXOut,  _endYOut]);\n            _path.arcTo([_centerXOut, _centerYOut], [_startXOut, _startYOut]);\n            _path.fillColor = _options.buttons_background;\n            _path.opacity = 0.5;\n            _path.closed = true;\n            _path.__representation = _repr;\n            var _text = new paper.PointText(_textX,_textY);\n            _text.characterStyle = {\n                    fontSize: _options.buttons_label_font_size,\n                    fillColor: _options.buttons_label_color\n            };\n            if (_textX > 2) {\n                _text.paragraphStyle.justification = 'left';\n            } else if (_textX < -2) {\n                _text.paragraphStyle.justification = 'right';\n            } else {\n                _text.paragraphStyle.justification = 'center';\n            }\n            _text.visible = false;\n            var _visible = false,\n                _restPos = new paper.Point(-200, -200),\n                _grp = new paper.Group([_path, _text]),\n                //_grp = new paper.Group([_path]),\n                _delta = _grp.position,\n                _imgdelta = new paper.Point([_centerX, _centerY]),\n                _currentPos = new paper.Point(0,0);\n            _text.content = _caption;\n            // set group pivot to not depend on text visibility that changes the group bounding box.\n            _grp.pivot = _grp.bounds.center;\n            _grp.visible = false;\n            _grp.position = _restPos;\n            var _res = {\n                    show: function() {\n                        _visible = true;\n                        _grp.position = _currentPos.add(_delta);\n                        _grp.visible = true;\n                    },\n                    moveTo: function(_point) {\n                        _currentPos = _point;\n                        if (_visible) {\n                            _grp.position = _point.add(_delta);\n                        }\n                    },\n                    hide: function() {\n                        _visible = false;\n                        _grp.visible = false;\n                        _grp.position = _restPos;\n                    },\n                    select: function() {\n                        _path.opacity = 0.8;\n                        _text.visible = true;\n                    },\n                    unselect: function() {\n                        _path.opacity = 0.5;\n                        _text.visible = false;\n                    },\n                    destroy: function() {\n                        _grp.remove();\n                    }\n            };\n            var showImage = function() {\n                var _raster = new paper.Raster(_img);\n                _raster.position = _imgdelta.add(_grp.position).subtract(_delta);\n                _raster.locked = true; // Disable mouse events on icon\n                _grp.addChild(_raster);\n            };\n            if (_img.width) {\n                showImage();\n            } else {\n                $(_img).on(\"load\",showImage);\n            }\n\n            return _res;\n        },\n        addToBundles: function(_edgeRepr) {\n            var _bundle = _(this.bundles).find(function(_bundle) {\n                return (\n                        ( _bundle.from === _edgeRepr.from_representation && _bundle.to === _edgeRepr.to_representation ) ||\n                        ( _bundle.from === _edgeRepr.to_representation && _bundle.to === _edgeRepr.from_representation )\n                );\n            });\n            if (typeof _bundle !== \"undefined\") {\n                _bundle.edges.push(_edgeRepr);\n            } else {\n                _bundle = {\n                        from: _edgeRepr.from_representation,\n                        to: _edgeRepr.to_representation,\n                        edges: [ _edgeRepr ],\n                        getPosition: function(_er) {\n                            var _dir = (_er.from_representation === this.from) ? 1 : -1;\n                            return _dir * ( _(this.edges).indexOf(_er) - (this.edges.length - 1) / 2 );\n                        }\n                };\n                this.bundles.push(_bundle);\n            }\n            return _bundle;\n        },\n        isEditable: function() {\n            return (this.renkan.options.editor_mode && !this.renkan.read_only);\n        },\n        onStatusChange: function() {\n            var savebtn = this.$.find(\".Rk-Save-Button\"),\n            tip = savebtn.find(\".Rk-TopBar-Tooltip-Contents\");\n            if (this.renkan.read_only) {\n                savebtn.removeClass(\"disabled Rk-Save-Online\").addClass(\"Rk-Save-ReadOnly\");\n                tip.text(this.renkan.translate(\"Connection lost\"));\n            } else {\n                if (this.renkan.options.manual_save) {\n                    savebtn.removeClass(\"Rk-Save-ReadOnly Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Save Project\"));\n                } else {\n                    savebtn.removeClass(\"disabled Rk-Save-ReadOnly\").addClass(\"Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Auto-save enabled\"));\n                }\n            }\n            this.redrawUsers();\n        },\n        redrawMiniframe: function() {\n            var topleft = this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),\n                bottomright = this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));\n            this.minimap.miniframe.fitBounds(topleft, bottomright);\n        },\n        rescaleMinimap: function() {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                    _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                    _minx = Math.min.apply(Math, _xx),\n                    _miny = Math.min.apply(Math, _yy),\n                    _maxx = Math.max.apply(Math, _xx),\n                    _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min(\n                        this.view.scale * 0.8 * this.renkan.options.minimap_width / paper.view.bounds.width,\n                        this.view.scale * 0.8 * this.renkan.options.minimap_height / paper.view.bounds.height,\n                        ( this.renkan.options.minimap_width - 2 * this.renkan.options.minimap_padding ) / (_maxx - _minx),\n                        ( this.renkan.options.minimap_height - 2 * this.renkan.options.minimap_padding ) / (_maxy - _miny)\n                );\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale));\n                this.minimap.scale = _scale;\n            }\n            if (nodes.length === 1) {\n                this.minimap.scale = 0.1;\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y]).multiply(this.minimap.scale));\n            }\n            this.redraw();\n        },\n        toPaperCoords: function(_point) {\n            return _point.multiply(this.view.scale).add(this.view.offset);\n        },\n        toMinimapCoords: function(_point) {\n            return _point.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft);\n        },\n        toModelCoords: function(_point) {\n            return _point.subtract(this.view.offset).divide(this.view.scale);\n        },\n        addRepresentation: function(_type, _model) {\n            var RendererType = requtils.getRenderer()[_type];\n            var _repr = new RendererType(this, _model);\n            this.representations.push(_repr);\n            return _repr;                \n        },\n        addRepresentations: function(_type, _collection) {\n            var _this = this;\n            _collection.forEach(function(_model) {\n                _this.addRepresentation(_type, _model);\n            });\n        },\n        userTemplate: _.template(\n                '<li class=\"Rk-User\"><span class=\"Rk-UserColor\" style=\"background:<%=background%>;\"></span><%=name%></li>'\n        ),\n        redrawUsers: function() {\n            if (!this.renkan.options.show_user_list) {\n                return;\n            }\n            var allUsers = [].concat((this.renkan.project.current_user_list || {}).models || [], (this.renkan.project.get(\"users\") || {}).models || []),\n            ulistHtml = '',\n            $userpanel = this.$.find(\".Rk-Users\"),\n            $name = $userpanel.find(\".Rk-CurrentUser-Name\"),\n            $cpitems = $userpanel.find(\".Rk-Edit-ColorPicker li\"),\n            $colorsquare = $userpanel.find(\".Rk-CurrentUser-Color\"),\n            _this = this;\n            $name.off(\"click\").text(this.renkan.translate(\"<unknown user>\"));\n            $cpitems.off(\"mouseleave click\");\n            allUsers.forEach(function(_user) {\n                if (_user.get(\"_id\") === _this.renkan.current_user) {\n                    $name.text(_user.get(\"title\"));\n                    $colorsquare.css(\"background\", _user.get(\"color\"));\n                    if (_this.isEditable()) {\n\n                        if (_this.renkan.options.user_name_editable) {\n                            $name.click(function() {\n                                var $this = $(this),\n                                $input = $('<input>').val(_user.get(\"title\")).blur(function() {\n                                    _user.set(\"title\", $(this).val());\n                                    _this.redrawUsers();\n                                    _this.redraw();\n                                });\n                                $this.empty().html($input);\n                                $input.select();\n                            });\n                        }\n\n                        if (_this.renkan.options.user_color_editable) {\n                            $cpitems.click(\n                                    function(_e) {\n                                        _e.preventDefault();\n                                        if (_this.isEditable()) {\n                                            _user.set(\"color\", $(this).attr(\"data-color\"));\n                                        }\n                                        $(this).parent().hide();\n                                    }\n                            ).mouseleave(function() {\n                                $colorsquare.css(\"background\", _user.get(\"color\"));\n                            });\n                        }\n                    }\n\n                } else {\n                    ulistHtml += _this.userTemplate({\n                        name: _user.get(\"title\"),\n                        background: _user.get(\"color\")\n                    });\n                }\n            });\n            $userpanel.find(\".Rk-UserList\").html(ulistHtml);\n        },\n        removeRepresentation: function(_representation) {\n            _representation.destroy();\n            this.representations = _.reject(this.representations,\n                function(_repr) {\n                    return _repr === _representation;\n                }\n            );\n        },\n        getRepresentationByModel: function(_model) {\n            if (!_model) {\n                return undefined;\n            }\n            return _.find(this.representations, function(_repr) {\n                return _repr.model === _model;\n            });\n        },\n        removeRepresentationsOfType: function(_type) {\n            var _representations = _.filter(this.representations,function(_repr) {\n                return _repr.type === _type;\n                }),\n                _this = this;\n            _.each(_representations, function(_repr) {\n                _this.removeRepresentation(_repr);\n            });\n        },\n        highlightModel: function(_model) {\n            var _repr = this.getRepresentationByModel(_model);\n            if (_repr) {\n                _repr.highlight();\n            }\n        },\n        unhighlightAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unhighlight();\n            });\n        },\n        unselectAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unselect();\n            });\n        },\n        redraw: function() {\n            var _this = this;\n            if(! this.redrawActive ) {\n                return;\n            }\n            _.each(this.representations, function(_representation) {\n                _representation.redraw({ dontRedrawEdges:true });\n            });\n            if (this.minimap && typeof this.view !== 'undefined') {\n                this.redrawMiniframe();\n            }\n            paper.view.draw();\n        },\n        addTempEdge: function(_from, _point) {\n            var _tmpEdge = this.addRepresentation(\"TempEdge\",null);\n            _tmpEdge.end_pos = _point;\n            _tmpEdge.from_representation = _from;\n            _tmpEdge.redraw();\n            this.click_target = _tmpEdge;\n        },\n        findTarget: function(_hitResult) {\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _newTarget = _hitResult.item.__representation;\n                if (this.selected_target !== _hitResult.item.__representation) {\n                    if (this.selected_target) {\n                        this.selected_target.unselect(_newTarget);\n                    }\n                    _newTarget.select(this.selected_target);\n                    this.selected_target = _newTarget;\n                }\n            } else {\n                if (this.selected_target) {\n                    this.selected_target.unselect();\n                }\n                this.selected_target = null;\n            }\n        },\n        onMouseMove: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _delta = _point.subtract(this.last_point);\n            this.last_point = _point;\n            if (!this.is_dragging && this.mouse_down && _delta.length > Utils._MIN_DRAG_DISTANCE) {\n                this.is_dragging = true;\n            }\n            var _hitResult = paper.project.hitTest(_point);\n            if (this.is_dragging) {\n                if (this.click_target && typeof this.click_target.paperShift === \"function\") {\n                    this.click_target.paperShift(_delta);\n                } else {\n                    this.view.paperShift(_delta);\n                }\n            } else {\n                this.findTarget(_hitResult);\n            }\n            paper.view.draw();\n        },\n        onMouseDown: function(_event, _isTouch) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            this.last_point = _point;\n            this.mouse_down = true;\n            if (!this.click_target || this.click_target.type !== \"Temp-edge\") {\n                this.removeRepresentationsOfType(\"editor\");\n                this.is_dragging = false;\n                var _hitResult = paper.project.hitTest(_point);\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    this.click_target = _hitResult.item.__representation;\n                    this.click_target.mousedown(_event, _isTouch);\n                } else {\n                    this.click_target = null;\n                    if (this.isEditable() && this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                        var _coords = this.toModelCoords(_point),\n                        _data = {\n                            id: Utils.getUID('node'),\n                            created_by: this.renkan.current_user,\n                            position: {\n                                x: _coords.x,\n                                y: _coords.y\n                            }\n                        };\n                        var _node = this.renkan.project.addNode(_data);\n                        this.getRepresentationByModel(_node).openEditor();\n                    }\n                }\n            }\n            if (this.click_mode) {\n                if (this.isEditable() && this.click_mode === Utils._CLICKMODE_STARTEDGE && this.click_target && this.click_target.type === \"Node\") {\n                    this.removeRepresentationsOfType(\"editor\");\n                    this.addTempEdge(this.click_target, _point);\n                    this.click_mode = Utils._CLICKMODE_ENDEDGE;\n                    this.notif_$.fadeOut(function() {\n                        $(this).html(this.renkan.translate(\"Click on a second node to complete the edge\")).fadeIn();\n                    });\n                } else {\n                    this.notif_$.hide();\n                    this.click_mode = false;\n                }\n            }\n            paper.view.draw();\n        },\n        onMouseUp: function(_event, _isTouch) {\n            this.mouse_down = false;\n            if (this.click_target) {\n                var _off = this.canvas_$.offset();\n                this.click_target.mouseup(\n                        {\n                            point: new paper.Point([\n                                                    _event.pageX - _off.left,\n                                                    _event.pageY - _off.top\n                                                    ])\n                        },\n                        _isTouch\n                );\n            } else {\n                this.click_target = null;\n                this.is_dragging = false;\n                if (_isTouch) {\n                    this.unselectAll();\n                }\n                this.view.updateUrl();\n            }\n            paper.view.draw();\n        },\n        onScroll: function(_event, _scrolldelta) {\n            this.totalScroll += _scrolldelta;\n            if (Math.abs(this.totalScroll) >= 1) {\n                var _off = this.canvas_$.offset(),\n                _delta = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]).subtract(this.view.offset).multiply( Math.SQRT2 - 1 );\n                if (this.totalScroll > 0) {\n                    this.view.setScale( this.view.scale * Math.SQRT2, this.view.offset.subtract(_delta) );\n                } else {\n                    this.view.setScale( this.view.scale * Math.SQRT1_2, this.view.offset.add(_delta.divide(Math.SQRT2)));\n                }\n                this.totalScroll = 0;\n            }\n        },\n        onDoubleClick: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            var _hitResult = paper.project.hitTest(_point);\n\n            if (!this.isEditable()) {\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    if (_hitResult.item.__representation.model.get('uri')){\n                        window.open(_hitResult.item.__representation.model.get('uri'), '_blank');\n                    }\n                }\n                return;\n            }\n            if (this.isEditable() && (!_hitResult || typeof _hitResult.item.__representation === \"undefined\")) {\n                var _coords = this.toModelCoords(_point),\n                _data = {\n                    id: Utils.getUID('node'),\n                    created_by: this.renkan.current_user,\n                    position: {\n                        x: _coords.x,\n                        y: _coords.y\n                    }\n                },\n                _node = this.renkan.project.addNode(_data);\n                this.getRepresentationByModel(_node).openEditor();\n            }\n            paper.view.draw();\n        },\n        defaultDropHandler: function(_data) {\n            var newNode = {};\n            var snippet = \"\";\n            switch(_data[\"text/x-iri-specific-site\"]) {\n                case \"twitter\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    var tweetdiv = snippet.find(\".tweet\");\n                    newNode.title = this.renkan.translate(\"Tweet by \") + tweetdiv.attr(\"data-name\");\n                    newNode.uri = \"http://twitter.com/\" + tweetdiv.attr(\"data-screen-name\") + \"/status/\" + tweetdiv.attr(\"data-tweet-id\");\n                    newNode.image = tweetdiv.find(\".avatar\").attr(\"src\");\n                    newNode.description = tweetdiv.find(\".js-tweet-text:first\").text();\n                    break;\n                case \"google\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    newNode.title = snippet.find(\"h3:first\").text().trim();\n                    newNode.uri = snippet.find(\"h3 a\").attr(\"href\");\n                    newNode.description = snippet.find(\".st:first\").text().trim();\n                    break;\n                default:\n                    if (_data[\"text/x-iri-source-uri\"]) {\n                        newNode.uri = _data[\"text/x-iri-source-uri\"];\n                    }\n            }\n            if (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]) {\n                newNode.description = (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]).replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                var _svgimgs = snippet.find(\"image\");\n                if (_svgimgs.length) {\n                    newNode.image = _svgimgs.attr(\"xlink:href\");\n                }\n                var _svgpaths = snippet.find(\"path\");\n                if (_svgpaths.length) {\n                    newNode.clipPath = _svgpaths.attr(\"d\");\n                }\n                var _imgs = snippet.find(\"img\");\n                if (_imgs.length) {\n                    newNode.image = _imgs[0].src;\n                }\n                var _as = snippet.find(\"a\");\n                if (_as.length) {\n                    newNode.uri = _as[0].href;\n                }\n                newNode.title = snippet.find(\"[title]\").attr(\"title\") || newNode.title;\n                newNode.description = snippet.text().replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/uri-list\"]) {\n                newNode.uri = _data[\"text/uri-list\"];\n            }\n            if (_data[\"text/x-moz-url\"] && !newNode.title) {\n                newNode.title = (_data[\"text/x-moz-url\"].split(\"\\n\")[1] || \"\").trim();\n                if (newNode.title === newNode.uri) {\n                    newNode.title = false;\n                }\n            }\n            if (_data[\"text/x-iri-source-title\"] && !newNode.title) {\n                newNode.title = _data[\"text/x-iri-source-title\"];\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                newNode.image = snippet.find(\"[data-image]\").attr(\"data-image\") || newNode.image;\n                newNode.uri = snippet.find(\"[data-uri]\").attr(\"data-uri\") || newNode.uri;\n                newNode.title = snippet.find(\"[data-title]\").attr(\"data-title\") || newNode.title;\n                newNode.description = snippet.find(\"[data-description]\").attr(\"data-description\") || newNode.description;\n                newNode.clipPath = snippet.find(\"[data-clip-path]\").attr(\"data-clip-path\") || newNode.clipPath;\n            }\n\n            if (!newNode.title) {\n                newNode.title = this.renkan.translate(\"Dragged resource\");\n            }\n            var fields = [\"title\", \"description\", \"uri\", \"image\"];\n            for (var i = 0; i < fields.length; i++) {\n                var f = fields[i];\n                if (_data[\"text/x-iri-\" + f] || _data[f]) {\n                    newNode[f] = _data[\"text/x-iri-\" + f] || _data[f];\n                }\n                if (newNode[f] === \"none\" || newNode[f] === \"null\") {\n                    newNode[f] = undefined;\n                }\n            }\n\n            if(typeof this.renkan.options.drop_enhancer === \"function\"){\n                newNode = this.renkan.options.drop_enhancer(newNode, _data);\n            }\n\n            return newNode;\n\n        },\n        dropData: function(_data, _event) {\n            if (!this.isEditable()) {\n                return;\n            }\n            if (_data[\"text/json\"] || _data[\"application/json\"]) {\n                try {\n                    var jsondata = JSON.parse(_data[\"text/json\"] || _data[\"application/json\"]);\n                    _.extend(_data,jsondata);\n                }\n                catch(e) {}\n            }\n\n            var newNode = (typeof this.renkan.options.drop_handler === \"undefined\")?this.defaultDropHandler(_data):this.renkan.options.drop_handler(_data);\n\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _coords = this.toModelCoords(_point),\n                                      _nodedata = {\n                id: Utils.getUID('node'),\n                created_by: this.renkan.current_user,\n                uri: newNode.uri || \"\",\n                title: newNode.title || \"\",\n                description: newNode.description || \"\",\n                image: newNode.image || \"\",\n                color: newNode.color || undefined,\n                clip_path: newNode.clipPath || undefined,\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            var _node = this.renkan.project.addNode(_nodedata),\n            _repr = this.getRepresentationByModel(_node);\n            if (_event.type === \"drop\") {\n                _repr.openEditor();\n            }\n        },\n        fullScreen: function() {\n            var _isFull = document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen,\n                _el = this.renkan.$[0],\n                _requestMethods = [\"requestFullScreen\",\"mozRequestFullScreen\",\"webkitRequestFullScreen\"],\n                _cancelMethods = [\"cancelFullScreen\",\"mozCancelFullScreen\",\"webkitCancelFullScreen\"],\n                i;\n            if (_isFull) {\n                for (i = 0; i < _cancelMethods.length; i++) {\n                    if (typeof document[_cancelMethods[i]] === \"function\") {\n                        document[_cancelMethods[i]]();\n                        break;\n                    }\n                }\n                var widthAft = this.$.width();\n                var heightAft = this.$.height();\n\n                if (this.renkan.options.show_top_bar) {\n                    heightAft -= this.$.find(\".Rk-TopBar\").height();\n                }\n                if (this.renkan.options.show_bins && (this.renkan.$.find(\".Rk-Bins\").position().left > 0)) {\n                    widthAft -= this.renkan.$.find(\".Rk-Bins\").width();\n                }\n\n                paper.view.viewSize = new paper.Size([widthAft, heightAft]);\n\n            } else {\n                for (i = 0; i < _requestMethods.length; i++) {\n                    if (typeof _el[_requestMethods[i]] === \"function\") {\n                        _el[_requestMethods[i]]();\n                        break;\n                    }\n                }\n                this.redraw();\n            }\n        },\n        addNodeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_ADDNODE;\n                this.notif_$.text(this.renkan.translate(\"Click on the background canvas to add a node\")).fadeIn();\n            }\n            return false;\n        },\n        addEdgeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_STARTEDGE || this.click_mode === Utils._CLICKMODE_ENDEDGE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_STARTEDGE;\n                this.notif_$.text(this.renkan.translate(\"Click on a first node to start the edge\")).fadeIn();\n            }\n            return false;\n        },\n        exportProject: function() {\n          var projectJSON = this.renkan.project.toJSON(),\n              downloadLink = document.createElement(\"a\"),\n              projectId = projectJSON.id,\n              fileNameToSaveAs = projectId + \".json\";\n\n          // clean ids\n          delete projectJSON.id;\n          delete projectJSON._id;\n          delete projectJSON.space_id;\n\n          var objId,\n              idsMap = {},\n              hiddenNodes;\n\n          _.each(projectJSON.nodes, function(e,i,l) {\n            objId = e.id || e._id;\n            delete e._id;\n            delete e.id;\n            idsMap[objId] = e['@id'] = Utils.getUUID4();\n          });\n          _.each(projectJSON.edges, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n            e.to = idsMap[e.to];\n            e.from = idsMap[e.from];\n          });\n          _.each(projectJSON.views, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n\n            if(e.hidden_nodes) {\n                hiddenNodes = e.hidden_nodes;\n                e.hidden_nodes = [];\n                _.each(hiddenNodes, function(h,j) {\n                    e.hidden_nodes.push(idsMap[h]);\n                });\n            }\n          });\n          projectJSON.users = [];\n\n          var projectJSONStr = JSON.stringify(projectJSON, null, 2);\n          var blob = new Blob([projectJSONStr], {type: \"application/json;charset=utf-8\"});\n          filesaver(blob,fileNameToSaveAs);\n\n        },\n        parameters: function(_params){\n            this.removeRepresentationsOfType(\"View\");\n            if ($.isEmptyObject(_params)){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n                return;\n            }\n            if (typeof _params.viewIndex !== 'undefined'){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(_params.viewIndex)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n            }\n            if (typeof _params.view !== 'undefined' && _params.view.split(\",\").length >= 3){\n                var viewParams = _params.view.split(\",\");\n                var params = {\n                        \"project\": this.renkan.project,\n                        \"offset\": {\n                            \"x\": parseFloat(viewParams[0]),\n                            \"y\": parseFloat(viewParams[1])\n                        },\n                        \"zoom_level\": parseFloat(viewParams[2])\n                };\n                if (this.view){\n                    this.view.setScale(params.zoom_level, new paper.Point(params.offset));\n                } else{\n                    this.view = this.addRepresentation(\"View\", null);\n                    this.view.params = params;\n                    this.view.init();                    \n                }\n            }\n            if (!this.view){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                this.view.autoScale();\n            }\n            //other parameters must go after because most of them depends on a view that must be initialize before\n            this.unhighlightAll();\n            if (typeof _params.idNode !== 'undefined'){\n                this.highlightModel(this.renkan.project.get(\"nodes\").get(_params.idNode));                 \n            }\n        },\n        validViewIndex: function(index){\n            //check if the view index exist (negative index is from the end) and return the correct index or false if doesn't exist\n            var _index = parseInt(index);\n            var validIndex = 0;\n            if (_index < 0){\n                validIndex = this.renkan.project.get(\"views\").length + _index;\n            } else {\n                validIndex = _index; \n            }\n            if (typeof this.renkan.project.get(\"views\").at(_index) === 'undefined'){\n                validIndex = 0;\n            }\n            return validIndex;\n        },\n        foldBins: function() {\n            var foldBinsButton = this.$.find(\".Rk-Fold-Bins\"),\n                bins = this.renkan.$.find(\".Rk-Bins\");\n            var _this = this,\n                sizeBef = _this.canvas_$.width(),\n                sizeAft;\n            if (bins.position().left < 0) {\n                bins.animate({left: 0},250);\n                this.$.animate({left: 300},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                if ((sizeBef -  bins.width()) < bins.height()){\n                    sizeAft = sizeBef;\n                } else {\n                    sizeAft = sizeBef - bins.width();\n                }\n                foldBinsButton.html(\"&laquo;\");\n            } else {\n                bins.animate({left: -300},250);\n                this.$.animate({left: 0},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                sizeAft = sizeBef+300;\n                foldBinsButton.html(\"&raquo;\");\n            }\n            _this.view.resizeZoom(1, 1, (sizeAft/sizeBef));\n        },\n        save: function() { },\n        open: function() { }\n    }).value();\n\n    /* Scene End */\n\n    return Scene;\n\n});\n\ndefine('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.View Class */\n\n    /* The representation for the view. */\n\n    var ViewRepr = Utils.inherit(BaseRepresentation);\n\n    _(ViewRepr.prototype).extend({\n        _init: function() {\n            var _this = this;\n            this.$ = $(\".Rk-Render\");\n            this.type = \"View\";\n            this.hiddenNodes = [];\n            this.scale = 1;\n            this.initialScale = 1;\n            this.offset = paper.view.center;\n            this.params = {};\n            \n            if (this.model){\n                this.params = {\n                    \"zoom_level\": _this.model.get(\"zoom_level\"),\n                    \"offset\": _this.model.get(\"offset\"),\n                    \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n            }\n                \n            this.init();\n            \n            var bindClick = function(selector, fname) {\n                _this.$.find(selector).click(function(evt) {\n                    _this[fname](evt);\n                    return false;\n                });\n            };\n            \n            bindClick(\".Rk-ZoomOut\", \"zoomOut\");\n            bindClick(\".Rk-ZoomIn\", \"zoomIn\");\n            bindClick(\".Rk-ZoomFit\", \"autoScale\");\n            \n            this.$.find(\".Rk-ZoomSave\").click( function() {\n                var offset = {\n                    \"x\": _this.offset.x,\n                    \"y\": _this.offset.y\n                };\n                _this.model = _this.renkan.project.addView( { zoom_level:_this.scale, offset:offset, hidden_nodes: _this.hiddenNodes.concat() } );\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ZoomSetSaved\").click( function() {\n                _this.model = _this.renkan.project.get(\"views\").at(_this.renkan.project.get(\"views\").length -1);\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n                _this.showNodes(false);\n                if (_this.options.hide_nodes){\n                    _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                    _this.hideNodes();\n                }\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ShowHiddenNodes\").mouseenter( function() {\n                _this.showNodes(true);\n                _this.$.find(\".Rk-ShowHiddenNodes\").mouseleave( function() {\n                    _this.hideNodes();\n                });\n            });\n            this.$.find(\".Rk-ShowHiddenNodes\").click( function() {\n                _this.showNodes(false);\n                _this.$.find(\".Rk-ShowHiddenNodes\").off( \"mouseleave\" ); \n            });\n            if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n                this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n        },\n        redraw: function(options) {\n            //console.log(\"view : \", this.model.toJSON());\n        },\n        init: function(){\n            var _this = this;\n            _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n            \n            if (_this.options.hide_nodes){\n                _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                _this.hideNodes();\n            }\n        },\n        addHiddenNode: function(_model){\n            this.hideNode(_model);\n            this.hiddenNodes.push(_model.id);\n            this.updateUrl();\n        },\n        hideNode: function(_model){\n            if (typeof this.renderer.getRepresentationByModel(_model) !== 'undefined'){\n                this.renderer.getRepresentationByModel(_model).hide();\n            }\n        },\n        hideNodes: function(){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id, index){\n                var node = _this.renkan.project.get(\"nodes\").get(_id);\n                if (typeof node !== 'undefined'){\n                    return _this.hideNode(_this.renkan.project.get(\"nodes\").get(_id));\n                }else{\n                    _this.hiddenNodes.splice(index, 1);\n                }\n            });\n            paper.view.draw();\n        },\n        showNodes: function(ghost){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id){\n                _this.renderer.getRepresentationByModel(_this.renkan.project.get(\"nodes\").get(_id)).show(ghost);\n            });\n            if (!ghost){\n                this.hiddenNodes = [];\n            }\n            paper.view.draw();\n        },\n        setScale: function(_newScale, _offset) {\n            if ((_newScale/this.initialScale) > Utils._MIN_SCALE && (_newScale/this.initialScale) < Utils._MAX_SCALE) {\n                this.scale = _newScale;\n                if (_offset) {\n                    this.offset = _offset;\n                }\n                this.renderer.redraw();\n                this.updateUrl();\n            }\n        },\n        zoomOut: function() {\n            var _newScale = this.scale * Math.SQRT1_2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT1_2 ) ).add(this.offset.multiply( Math.SQRT1_2 ));\n            this.setScale( _newScale, _offset );\n        },\n        zoomIn: function() {\n            var _newScale = this.scale * Math.SQRT2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT2 ) ).add(this.offset.multiply( Math.SQRT2 ));\n            this.setScale( _newScale, _offset );\n        },\n        resizeZoom: function(_scaleWidth, _scaleHeight, _ratio) {\n            var _newScale = this.scale * _ratio,\n                _offset = new paper.Point([\n                                       (this.offset.x * _scaleWidth),\n                                       (this.offset.y * _scaleHeight)\n                                       ]);\n            this.setScale( _newScale, _offset );\n        },\n        autoScale: function(force_view) {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                _minx = Math.min.apply(Math, _xx),\n                _miny = Math.min.apply(Math, _yy),\n                _maxx = Math.max.apply(Math, _xx),\n                _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min( (paper.view.size.width - 2 * this.renkan.options.autoscale_padding) / (_maxx - _minx), (paper.view.size.height - 2 * this.renkan.options.autoscale_padding) / (_maxy - _miny));\n                this.initialScale = _scale;\n                // Override calculated scale if asked\n                if((typeof force_view !== \"undefined\") && parseFloat(force_view.zoom_level)>0 && parseFloat(force_view.offset.x)>0 && parseFloat(force_view.offset.y)>0){\n                    this.setScale(parseFloat(force_view.zoom_level), new paper.Point(parseFloat(force_view.offset.x), parseFloat(force_view.offset.y)));\n                }\n                else{\n                    this.setScale(_scale, paper.view.center.subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale)));\n                }\n            }\n            if (nodes.length === 1) {\n                this.setScale(1, paper.view.center.subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y])));\n            }\n        },\n        paperShift: function(_delta) {\n            this.offset = this.offset.add(_delta);\n            this.renderer.redraw();\n        },\n        updateUrl: function(){\n            if(this.options.update_url){\n                var result = {};\n                var parameters = Backbone.history.getFragment().split('?');\n                if (parameters.length > 1){\n                    parameters[1].split(\"&\").forEach(function(part) {\n                        var item = part.split(\"=\");\n                        result[item[0]] = decodeURIComponent(item[1]);\n                    });\n                }\n                result.view = Math.round(this.offset.x*1000)/1000 + ',' + Math.round(this.offset.y*1000)/1000 + ',' + Math.round(this.scale*1000)/1000;\n\n                if (this.renkan.project.get(\"views\").indexOf(this.model) > -1){\n                    result.viewIndex = this.renkan.project.get(\"views\").indexOf(this.model);\n                    if (result.viewIndex === this.renkan.project.get(\"views\").length - 1){\n                        result.viewIndex = -1;\n                    }\n                } else {\n                    if (result.viewIndex){\n                        delete result.viewIndex;\n                    }\n                }\n                this.renkan.router.navigate(\"?\" + decodeURIComponent($.param(result)), {trigger: false, replace: true});\n            }\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.showNodes(false);\n        }\n    }).value();\n\n    return ViewRepr;\n\n});\n\n\n//Load modules and use them\nif( typeof require.config === \"function\" ) {\n    require.config({\n        paths: {\n            'jquery':'../lib/jquery/jquery',\n            'underscore':'../lib/lodash/lodash',\n            'filesaver' :'../lib/FileSaver/FileSaver',\n            'requtils':'require-utils',\n            'ckeditor-core':'../lib/ckeditor/ckeditor',\n            'ckeditor-jquery':'../lib/ckeditor/adapters/jquery'\n        },\n        shim: {\n            'ckeditor-jquery':{\n                deps:['jquery','ckeditor-core']\n            }\n        },\n    });\n}\n\nrequire(['renderer/baserepresentation',\n         'renderer/basebutton',\n         'renderer/noderepr',\n         'renderer/edge',\n         'renderer/tempedge',\n         'renderer/baseeditor',\n         'renderer/nodeeditor',\n         'renderer/edgeeditor',\n         'renderer/nodebutton',\n         'renderer/nodeeditbutton',\n         'renderer/noderemovebutton',\n         'renderer/nodehidebutton',\n         'renderer/nodeshowbutton',\n         'renderer/noderevertbutton',\n         'renderer/nodelinkbutton',\n         'renderer/nodeenlargebutton',\n         'renderer/nodeshrinkbutton',\n         'renderer/edgeeditbutton',\n         'renderer/edgeremovebutton',\n         'renderer/edgerevertbutton',\n         'renderer/miniframe',\n         'renderer/scene',\n         'renderer/viewrepr'\n         ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){\n\n    \n\n    var Rkns = window.Rkns;\n\n    if(typeof Rkns.Renderer === \"undefined\"){\n        Rkns.Renderer = {};\n    }\n    var Renderer = Rkns.Renderer;\n\n    Renderer._BaseRepresentation = BaseRepresentation;\n    Renderer._BaseButton = BaseButton;\n    Renderer.Node = NodeRepr;\n    Renderer.Edge = Edge;\n    Renderer.View = ViewRepr;\n    Renderer.TempEdge = TempEdge;\n    Renderer._BaseEditor = BaseEditor;\n    Renderer.NodeEditor = NodeEditor;\n    Renderer.EdgeEditor = EdgeEditor;\n    Renderer._NodeButton = NodeButton;\n    Renderer.NodeEditButton = NodeEditButton;\n    Renderer.NodeRemoveButton = NodeRemoveButton;\n    Renderer.NodeHideButton = NodeHideButton;\n    Renderer.NodeShowButton = NodeShowButton;\n    Renderer.NodeRevertButton = NodeRevertButton;\n    Renderer.NodeLinkButton = NodeLinkButton;\n    Renderer.NodeEnlargeButton = NodeEnlargeButton;\n    Renderer.NodeShrinkButton = NodeShrinkButton;\n    Renderer.EdgeEditButton = EdgeEditButton;\n    Renderer.EdgeRemoveButton = EdgeRemoveButton;\n    Renderer.EdgeRevertButton = EdgeRevertButton;\n    Renderer.MiniFrame = MiniFrame;\n    Renderer.Scene = Scene;\n\n    startRenkan();\n});\n\ndefine(\"main-renderer\", function(){});\n\n"]}
\ No newline at end of file
+{"version":3,"file":"renkan.min.js","sources":["templates.js","../../js/main.js","../../js/router.js","../../js/dataloader.js","../../js/models.js","../../js/defaults.js","../../js/i18n.js","../../js/full-json.js","../../js/save-once.js","../../js/ldtjson-bin.js","../../js/list-bin.js","../../js/wikipedia-bin.js","paper-renderer.js"],"names":["this","obj","__t","__p","_","escape","__e","Array","prototype","join","renkan","translate","edge","title","options","show_edge_editor_uri","uri","properties","length","each","ontology","label","property","show_edge_editor_style","show_edge_editor_style_color","show_edge_editor_style_dash","dash","show_edge_editor_style_thickness","thickness","show_edge_editor_style_arrow","arrow","show_edge_editor_direction","show_edge_editor_nodes","from_color","shortenText","from_title","to_title","show_edge_editor_creator","has_creator","created_by_title","show_edge_tooltip_color","color","show_edge_tooltip_uri","short_uri","show_edge_tooltip_nodes","to_color","show_edge_tooltip_creator","created_by_color","Rkns","Utils","getFullURL","image","description","static_url","url","show_bins","show_editor","show_node_editor_title_richtext","node","show_node_editor_uri","change_types","types","type","charAt","toUpperCase","substring","show_node_editor_description","show_node_editor_description_richtext","show_node_editor_size","size","show_node_editor_style","show_node_editor_style_color","show_node_editor_style_dash","show_node_editor_style_thickness","show_node_editor_image","image_placeholder","clip_path","allow_image_upload","show_node_editor_creator","change_shapes","shapes","shape","show_node_tooltip_color","show_node_tooltip_uri","show_node_tooltip_description","show_node_tooltip_image","show_node_tooltip_creator","_id","print","__j","call","arguments","show_top_bar","editor_mode","project","get","show_user_list","show_user_color","user_color_editable","colorPicker","home_button_url","home_button_title","show_fullscreen_button","show_addnode_button","show_addedge_button","show_export_button","show_save_button","show_open_button","show_bookmarklet","show_search_field","resize","show_zoom","save_view","hide_nodes","root","$","jQuery","pickerColors","__renkans","_BaseBin","_renkan","_opts","find","hide","addClass","appendTo","title_icon_$","_this","attr","href","html","click","destroy","slideDown","resizeBins","refresh","count_$","title_$","main_$","auto_refresh","window","setInterval","detach","Renkan","push","defaults","templates","renkanJST","node_editor_templates","template","types_templates","value","key","property_files","f","getJSON","data","concat","read_only","router","Router","Models","Project","dataloader","DataLoader","Loader","setCurrentUser","user_id","user_name","addUser","current_user","renderer","redrawUsers","container","tabs","search_engines","current_user_list","UsersList","on","_tmpl","map","c","Renderer","Scene","search","_select","_input","_form","_search","_key","Search","getSearchTitle","className","getBgClass","_el","setSearchEngine","submit","val","search_engine","mouseenter","mouseleave","bins","_bin","Bin","elementDropped","_mainDiv","siblings","is","slideUp","_e","_t","_models","where","_model","highlightModel","mouseout","unhighlightAll","e","dragDrop","err","preventDefault","touch","originalEvent","changedTouches","off","canvas_$","offset","w","width","h","height","pageX","left","pageY","top","onMouseMove","div","document","createElement","appendChild","cloneNode","dropData","text/html","innerHTML","onMouseDown","onMouseUp","dataTransfer","setData","lastsearch","lastval","regexpFromTextOrArray","source","tab","render","_text","i18n","language","substr","onStatusChange","listClasses","split","classes","i","_d","outerHeight","css","getUUID4","replace","r","Math","random","v","toString","getUID","pad","n","Date","ID_AUTO_INCREMENT","ID_BASE","getUTCFullYear","getUTCMonth","getUTCDate","_base","_n","_uidbase","test","img","Image","src","res","inherit","_baseClass","_callbefore","_class","_arg","apply","slice","_init","_initialized","extend","replaceText","makeReplaceFunc","l","k","charsrx","txt","toLowerCase","remrx","j","remsrc","charsub","getSource","inp","removeChars","String","fromCharCode","RegExp","_textOrArray","testrx","replacerx","isempty","_replace","text","_MIN_DRAG_DISTANCE","_NODE_BUTTON_WIDTH","_EDGE_BUTTON_INNER","_EDGE_BUTTON_OUTER","_CLICKMODE_ADDNODE","_CLICKMODE_STARTEDGE","_CLICKMODE_ENDEDGE","_NODE_SIZE_STEP","LN2","_MIN_SCALE","_MAX_SCALE","_MOUSEMOVE_RATE","_DOUBLETAP_DELAY","_DOUBLETAP_DISTANCE","_USER_PLACEHOLDER","default_user_color","_BOOKMARKLET_CODE","_maxlength","drawEditBox","_options","_coords","_path","_xmargin","_selector","tooltip_width","tooltip_padding","_height","_isLeft","x","paper","view","center","_left","tooltip_arrow_length","_right","_top","y","tooltip_margin","max","tooltip_arrow_width","min","_bottom","segments","point","add","fillColor","Color","Gradient","tooltip_top_color","tooltip_bottom_color","increaseBrightness","hex","percent","parseInt","g","b","Backbone","routes","index","parameters","result","forEach","part","item","decodeURIComponent","trigger","converters","from1to2","len","nodes","style","edges","schema_version","dataConverters","convert","schemaVersionFrom","getSchemaVersion","schemaVersionTo","converterName","load","set","validate","guid","RenkanModel","RelationalModel","idAttribute","constructor","id","prepare","addReference","_propName","_list","_default","_element","User","toJSON","Node","relations","HasOne","relatedModel","created_by","position","Edge","from","to","View","isArray","zoom_level","hidden_nodes","RosterUser","blacklist","HasMany","reverseRelation","includeInJSON","_props","_user","findOrCreate","addNode","_node","addEdge","_edge","addView","_view","removeNode","remove","removeEdge","_project","users","views","_item","t","version","initialize","filter","json","clone","attributes","Model","Collection","omit","site_id","model","navigator","userLanguage","popup_editor","editor_panel","manual_save","size_bug_fix","force_resize","allow_double_click","zoom_on_scroll","element_delete_delay","autoscale_padding","default_view","default_index_view","update_url","user_name_editable","show_minimap","minimap_width","minimap_height","minimap_padding","minimap_background_color","minimap_border_color","minimap_highlight_color","minimap_highlight_weight","buttons_background","buttons_label_color","buttons_label_font_size","ghost_opacity","default_dash_array","show_node_circles","clip_node_images","node_images_fill_mode","node_size_base","node_stroke_width","node_stroke_max_width","selected_node_stroke_width","selected_node_stroke_max_width","node_stroke_witdh_scale","node_fill_color","highlighted_node_fill_color","node_label_distance","node_label_max_length","label_untitled_nodes","default","video","edge_stroke_width","edge_stroke_max_width","selected_edge_stroke_width","selected_edge_stroke_max_width","edge_stroke_witdh_scale","edge_label_distance","edge_label_max_length","edge_arrow_length","edge_arrow_width","edge_arrow_max_width","edge_gap_in_bundles","label_untitled_edges","tooltip_border_color","tooltip_border_width","tooltip_opacity","richtext_editor_config","toolbarGroups","name","groups","removePlugins","show_node_editor_title","uploaded_image_max_kb","fr","Edit Node","Edit Edge","Title:","URI:","Description:","From:","To:","Image URL:","Choose Image File:","Full Screen","Add Node","Add Edge","Save Project","Open Project","Auto-save enabled","Connection lost","Created by:","Zoom In","Zoom Out","Edit","Remove","Cancel deletion","Link to another node","Enlarge","Shrink","Click on the background canvas to add a node","Click on a first node to start the edge","Click on a second node to complete the edge","Wikipedia","Wikipedia in ","French","English","Japanese","Untitled project","Lignes de Temps","Loading, please wait","Edge color:","Dash:","Thickness:","Arrow:","Node color:","Choose color","Change edge direction","Do you really wish to remove node ","Do you really wish to remove edge ","This file is not an image","Image size must be under ","Size:","KB","Choose from vocabulary:","SKOS Documentation properties","has note","has example","has definition","SKOS Semantic relations","has broader","has narrower","has related","Dublin Core Metadata","has contributor","covers","created by","has date","published by","has source","has subject","Dragged resource","Search the Web","Search in Bins","Close bin","Refresh bin","(untitled)","Select contents:","Drag items from this website, drop them in Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.","Shapes available","Circle","Square","Diamond","Hexagone","Ellipse","Star","Cloud","Triangle","Zoom Fit","Download Project","Save view","View saved view","Renkan 'Drag-to-Add' bookmarklet","(unknown user)","<unknown user>","Search in graph","Search in ","jsonIO","_proj","http_method","_load","redrawActive","loadingStatus","_data","saveStatus","_save","ajax","contentType","JSON","stringify","success","textStatus","jqXHR","_thrSave","throttle","setTimeout","changedAttributes","hasChanged","jsonIOSaveOnClick","_saveWarn","_onLeave","getdata","rx","matches","location","hash","match","beforeSend","_checkLeave","removeClass","save","hasClass","Ldt","ProjectBin","ldt_type","Resclass","console","error","tagTemplate","annotationTemplate","proj_id","project_id","ldt_platform","searchbase","highlight","convertTC","_ms","_res","_totalSeconds","abs","floor","_hours","_minutes","_seconds","_html","_projtitle","meta","count","tags","_tag","_title","htitle","encodedtitle","encodeURIComponent","annotations","_annotation","_description","content","_duration","end","begin","_img","hdescription","start","duration","mediaid","media","annotationid","show","dataType","lang","_q","ResultsBin","segmentTemplate","max_results","highlightrx","objects","_segment","_begin","start_ts","_end","iri_id","element_id","format","q","limit","ResourceList","resultTemplate","list","trim","_match","langs","en","ja","query","_result","encodeURI","snippet","define","_BaseRepresentation","_renderer","_changeBinding","redraw","change","_removeBinding","removeRepresentation","defer","_selectBinding","select","_unselectBinding","unselect","_super","_func","moveTo","unhighlight","mousedown","mouseup","getUtils","getRenderer","requtils","BaseRepresentation","_BaseButton","_pos","sector","_newTarget","source_representation","cloud_path","builders","circle","getShape","Path","getImageShape","radius","rectangle","Rectangle","ellipse","polygon","RegularPolygon","diamond","d","SQRT2","rotate","star","cloud","path","scale","triangle","svg","ShapeBuilder","NodeRepr","node_layer","activate","buildShape","hidden","ghost","strokeWidth","h_ratio","labels_$","normal_buttons","NodeEditButton","NodeRemoveButton","NodeLinkButton","NodeEnlargeButton","NodeShrinkButton","NodeHideButton","NodeShowButton","pending_delete_buttons","NodeRevertButton","all_buttons","active_buttons","last_circle_radius","minimap","minimap_circle","__representation","miniframe","node_group","addChild","_getStrokeWidth","has","_getSelectedStrokeWidth","changed","shapeBuilder","sendToBack","_model_coords","Point","_baseRadius","exp","is_dragging","paper_coords","toPaperCoords","circle_radius","setSectorSize","node_image","subtract","image_delta","multiply","old_act_btn","opacity","dashArray","selected","isEditable","highlighted","clean_title","textContent","innerText","_strokeWidth","_color","_dash","strokeColor","_pc","lastImage","showImage","minipos","toMinimapCoords","miniradius","minisize","Size","fitBounds","dontRedrawEdges","ed","repr","getRepresentationByModel","from_representation","to_representation","_image","image_cache","clipPath","hasClipPath","_clip","baseRadius","centerPoint","instructions","lastCoords","minX","Infinity","minY","maxX","maxY","transformCoords","tabc","relative","newCoords","parseFloat","isY","instr","coords","lineTo","cubicCurveTo","quadraticCurveTo","_raster","Raster","locked","Group","clipped","_circleClip","divide","insertAbove","paperShift","_delta","openEditor","removeRepresentationsOfType","_editor","addRepresentation","draw","clearTimeout","hide_timeout","_uri","showNeighbors","hideButtons","buttons_timeout","undefined","hideNeighbors","hide_delay","delay","indexNode","hiddenNodes","indexOf","splice","textToReplace","hlvalue","throttledPaperDraw","saveCoords","toModelCoords","_event","_isTouch","unselectAll","click_target","edge_layer","bundle","addToBundles","line","arrow_scale","pivot","arrow_angle","EdgeEditButton","EdgeRemoveButton","EdgeRevertButton","minimap_line","_getArrowScale","_opacity","_arrow_scale","_p0a","_p1a","_v","_r","_u","_ortho","_group_pos","getPosition","_p0b","_p1b","_a","angle","_textdelta","_handle","visible","handleIn","handleOut","bounds","_textpos","transform","-moz-transform","-webkit-transform","text_angle","reject","TempEdge","_p0","_p1","end_pos","_c","_hitResult","hitTest","findTarget","_endDrag","_target","_destmodel","_BaseEditor","buttons_layer","editor_block","_pts","range","editor_$","BaseEditor","NodeEditor","readOnlyTemplate","_created_by","_template","_image_placeholder","_size","keys","editorInstance","ckeditor","editorInstanceTitle","closeEditor","cleanEditor","editor","focusManager","blur","_editor_title","onFieldChange","checkDirty","getData","resetDirty","assign","keyCode","files","FileReader","alert","onload","target","readAsDataURL","focus","_picker","hover","shiftSize","_newsize","shiftThickness","_oldThickness","_newThickness","titlehtml","EdgeEditor","_from_model","_to_model","BaseButton","_NodeButton","sectorInner","lastSectorInner","drawSector","startAngle","endAngle","imageName","NodeButton","delid","delete_list","time","valueOf","confirm","addHiddenNode","unset","_off","_point","addTempEdge","MiniFrame","filesaver","representations","notif_$","setup","totalScroll","mouse_down","selected_target","Layer","background_layer","topleft","bottomRight","cliprectangle","bundles","click_mode","_allowScroll","_originalScale","_zooming","_lastTapX","_lastTapY","_lastTap","icon_cache","imgname","throttledMouseMove","mousemove","mousewheel","onScroll","touchstart","_touches","touches","pow","onDoubleClick","touchmove","_newScale","_scaleRatio","_newOffset","setScale","touchend","dblclick","dragover","dragenter","dragleave","drop","parse","bindClick","selector","fname","evt","fadeIn","fadeOut","mouseover","onResize","_ratio","newWidth","newHeight","ratioH","delta","ratioW","resizeZoom","_thRedraw","addRepresentations","_thRedrawUsers","history","el","_params","setViewparameters","_delay","fixSize","autoScale","$cpwrapper","$cplist","$this","rxs","_now","findWhere","delete_scheduled","rescaleMinimap","last","_repr","_inR","_outR","_startAngle","_endAngle","_padding","_imgname","_caption","_startRads","PI","_endRads","_startdx","sin","_startdy","cos","_startXIn","_startYIn","_startXOut","_startYOut","_enddx","_enddy","_endXIn","_endYIn","_endXOut","_endYOut","_centerR","_centerRads","_centerX","_centerY","_centerXIn","_centerXOut","_centerYIn","_centerYOut","_textX","_textY","arcTo","closed","PointText","characterStyle","fontSize","paragraphStyle","justification","_visible","_restPos","_grp","_imgdelta","_currentPos","_edgeRepr","_bundle","_er","_dir","savebtn","tip","redrawMiniframe","bottomright","_xx","_yy","_minx","_miny","_maxx","_maxy","_scale","at","_type","RendererType","_collection","userTemplate","allUsers","models","ulistHtml","$userpanel","$name","$cpitems","$colorsquare","$input","empty","parent","background","_representation","_representations","_from","_tmpEdge","last_point","updateUrl","_scrolldelta","SQRT1_2","open","defaultDropHandler","newNode","tweetdiv","_svgimgs","_svgpaths","_imgs","_as","fields","drop_enhancer","jsondata","drop_handler","_nodedata","fullScreen","_isFull","mozFullScreen","webkitIsFullScreen","_requestMethods","_cancelMethods","widthAft","heightAft","viewSize","addNodeBtn","addEdgeBtn","exportProject","projectJSON","projectId","fileNameToSaveAs","space_id","objId","idsMap","projectJSONStr","blob","Blob","isEmptyObject","validViewIndex","viewIndex","viewParams","params","init","idNode","_index","validIndex","foldBins","sizeAft","foldBinsButton","sizeBef","animate","ViewRepr","initialScale","showNodes","hideNodes","hideNode","_offset","zoomOut","zoomIn","_scaleWidth","_scaleHeight","force_view","getFragment","round","navigate","param","require","config","paths","jquery","underscore","ckeditor-core","ckeditor-jquery","shim","deps","startRenkan"],"mappings":"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","sourcesContent":["this[\"renkanJST\"] = this[\"renkanJST\"] || {};\n\nthis[\"renkanJST\"][\"templates/colorpicker.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li data-color=\"' +\n((__t = (c)) == null ? '' : __t) +\n'\" style=\"background: ' +\n((__t = (c)) == null ? '' : __t) +\n'\"></li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Edge\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(edge.title) +\n'\" />\\n</p>\\n';\n if (options.show_edge_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(edge.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n    ';\n if (options.properties.length) { ;\n__p += '\\n        <p>\\n            <label>' +\n__e(renkan.translate(\"Choose from vocabulary:\")) +\n'</label>\\n            <select class=\"Rk-Edit-Vocabulary\">\\n                ';\n _.each(options.properties, function(ontology) { ;\n__p += '\\n                    <option class=\"Rk-Edit-Vocabulary-Class\" value=\"\">\\n                        ' +\n__e( renkan.translate(ontology.label) ) +\n'\\n                    </option>\\n                    ';\n _.each(ontology.properties, function(property) { var uri = ontology[\"base-uri\"] + property.uri; ;\n__p += '\\n                        <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( uri ) +\n'\"\\n                            ';\n if (uri === edge.uri) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                            ' +\n__e( renkan.translate(property.label) ) +\n'\\n                        </option>\\n                    ';\n }) ;\n__p += '\\n                ';\n }) ;\n__p += '\\n            </select>\\n        </p>\\n';\n } } ;\n__p += '\\n';\n if (options.show_edge_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_edge_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Edge color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: &lt;%-edge.color%>;\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( edge.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e( edge.thickness ) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_arrow) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-arrow\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Arrow:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Arrow\" class=\"Rk-Edit-Arrow\" ' +\n__e( edge.arrow ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_direction) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Edit-Direction\">' +\n__e( renkan.translate(\"Change edge direction\") ) +\n'</span>\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(edge.from_color) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: >%-edge.to_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: &lt;%-edge.created_by_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_edge_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.color ) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (edge.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(edge.title) +\n'\\n        ';\n if (edge.uri) { ;\n__p += ' </a> ';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (options.show_edge_tooltip_uri && edge.uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">' +\n__e( edge.short_uri ) +\n'</a>\\n    </p>\\n';\n } ;\n__p += '\\n<p>' +\n((__t = (edge.description)) == null ? '' : __t) +\n'</p>\\n';\n if (options.show_edge_tooltip_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.from_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.to_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_tooltip_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.created_by_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/annotationtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/segmenttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/tagtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(static_url+'img/ldt-tag.png') ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/search/?search=' +\n((__t = (encodedtitle)) == null ? '' : __t) +\n'&field=all\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"Tag \\'' +\n__e(title) +\n'\\'\">\\n\\n    <img class=\"Rk-Ldt-Tag-Icon\" src=\"' +\n__e(static_url) +\n'img/ldt-tag.png\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/list-bin.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item Rk-ResourceList-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    ';\n if (image) { ;\n__p += '\\n        data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    ';\n } else { ;\n__p += '\\n        data-image=\"\"\\n    ';\n } ;\n__p += '\\n>';\n if (image) { ;\n__p += '\\n    <img class=\"Rk-ResourceList-Image\" src=\"' +\n__e(image) +\n'\" />\\n';\n } ;\n__p += '\\n<h4 class=\"Rk-ResourceList-Title\">\\n    ';\n if (url) { ;\n__p += '\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">\\n    ';\n } ;\n__p += '\\n    ' +\n((__t = (htitle)) == null ? '' : __t) +\n'\\n    ';\n if (url) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </h4>\\n    ';\n if (description) { ;\n__p += '\\n        <p class=\"Rk-ResourceList-Description\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    ';\n } ;\n__p += '\\n    ';\n if (image) { ;\n__p += '\\n        <div style=\"clear: both;\"></div>\\n    ';\n } ;\n__p += '\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/main.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_bins) { ;\n__p += '\\n    <div class=\"Rk-Bins\">\\n        <div class=\"Rk-Bins-Head\">\\n            <h2 class=\"Rk-Bins-Title\">' +\n__e( translate(\"Select contents:\")) +\n'</h2>\\n            <form class=\"Rk-Web-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Web-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n                <div class=\"Rk-Search-Select\">\\n                    <div class=\"Rk-Search-Current\"></div>\\n                    <ul class=\"Rk-Search-List\"></ul>\\n                </div>\\n                <input type=\"submit\" value=\"\"\\n                    class=\"Rk-Web-Search-Submit Rk-Search-Submit\" title=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n            </form>\\n            <form class=\"Rk-Bins-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Bins-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search in Bins') ) +\n'\" /> <input\\n                    type=\"submit\" value=\"\"\\n                    class=\"Rk-Bins-Search-Submit Rk-Search-Submit\"\\n                    title=\"' +\n__e( translate('Search in Bins') ) +\n'\" />\\n            </form>\\n        </div>\\n        <ul class=\"Rk-Bin-List\"></ul>\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_editor) { ;\n__p += '\\n    <div class=\"Rk-Render Rk-Render-';\n if (options.show_bins) { ;\n__p += 'Panel';\n } else { ;\n__p += 'Full';\n } ;\n__p += '\"></div>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n //TODO: change class to id ;\n__p += '\\n<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Node\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    ';\n if (options.show_node_editor_title_richtext) { ;\n__p += '\\n        <div class=\"Rk-Edit-Title\" contenteditable=\"true\">' +\n((__t = (node.title)) == null ? '' : __t) +\n'</div>\\n    ';\n } else { ;\n__p += '\\n        <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(node.title) +\n'\" />\\n    ';\n } ;\n__p += '    \\n</p>\\n';\n if (options.show_node_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(node.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_types) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Types available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Type\">\\n          ';\n _.each(types, function(type) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( type ) +\n'\"';\n if (node.type === type) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(type.charAt(0).toUpperCase() + type.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_description) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Description:\")) +\n'</label>\\n        ';\n if (options.show_node_editor_description_richtext) { ;\n__p += '\\n            <div class=\"Rk-Edit-Description\" contenteditable=\"true\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</div>\\n        ';\n } else { ;\n__p += '\\n            <textarea class=\"Rk-Edit-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</textarea>\\n        ';\n } ;\n__p += '\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_size) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Size:\")) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Down\">-</a>\\n        <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Size-Value\">' +\n__e(node.size) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Up\">+</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_node_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">\\n        ' +\n__e(renkan.translate(\"Node color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: ' +\n__e(node.color) +\n';\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( node.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e(node.thickness) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_image) { ;\n__p += '\\n    <div class=\"Rk-Edit-ImgWrap\">\\n        <div class=\"Rk-Edit-ImgPreview\">\\n            <img src=\"' +\n__e(node.image || node.image_placeholder) +\n'\" />\\n            ';\n if (node.clip_path) { ;\n__p += '\\n                <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewbox=\"0 0 1 1\" preserveAspectRatio=\"none\">\\n                    <path style=\"stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;\" d=\"' +\n__e( node.clip_path ) +\n'\" />\\n                </svg>\\n            ';\n };\n__p += '\\n        </div>\\n    </div>\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Image URL:\")) +\n'</label>\\n        <div>\\n            <a class=\"Rk-Edit-Image-Del\" href=\"#\"></a>\\n            <input class=\"Rk-Edit-Image\" type=\"text\" value=\\'' +\n__e(node.image) +\n'\\' />\\n        </div>\\n    </p>\\n';\n if (options.allow_image_upload) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Choose Image File:\")) +\n'</label>\\n        <input class=\"Rk-Edit-Image-File\" type=\"file\" accept=\"image/*\" />\\n    </p>\\n';\n };\n\n } ;\n__p += ' ';\n if (options.show_node_editor_creator && node.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_shapes) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Shapes available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Shape\">\\n          ';\n _.each(shapes, function(shape) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( shape ) +\n'\"';\n if (node.shape === shape) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(shape.charAt(0).toUpperCase() + shape.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n((__t = (node.title)) == null ? '' : __t) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">' +\n__e(node.short_uri) +\n'</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_tooltip_description) { ;\n__p += '\\n    <p class=\"Rk-Display-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</p>\\n';\n } ;\n__p += ' ';\n if (node.image && options.show_node_tooltip_image) { ;\n__p += '\\n    <img class=\"Rk-Display-ImgPreview\" src=\"' +\n__e(node.image) +\n'\" />\\n';\n } ;\n__p += ' ';\n if (node.has_creator && options.show_node_tooltip_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n    <a href=\"#?idNode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_video.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(node.title) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n     <video width=\"320\" height=\"240\" controls>\\n        <source src=\"' +\n__e(node.uri) +\n'\" type=\"video/mp4\">\\n     </video> \\n';\n } ;\n__p += '\\n    <a href=\"#?idnode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/scene.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_top_bar) { ;\n__p += '\\n    <div class=\"Rk-TopBar\">\\n        <div class=\"loader\"></div>\\n        ';\n if (!options.editor_mode) { ;\n__p += '\\n            <h2 class=\"Rk-PadTitle\">\\n                ' +\n__e( project.get(\"title\") || translate(\"Untitled project\")) +\n'\\n            </h2>\\n        ';\n } else { ;\n__p += '\\n            <input type=\"text\" class=\"Rk-PadTitle\" value=\"' +\n__e( project.get('title') || '' ) +\n'\" placeholder=\"' +\n__e(translate('Untitled project')) +\n'\" />\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_user_list) { ;\n__p += '\\n            <div class=\"Rk-Users\">\\n                <div class=\"Rk-CurrentUser\">\\n                    ';\n if (options.show_user_color) { ;\n__p += '\\n                        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n                            <span class=\"Rk-CurrentUser-Color\">\\n                            ';\n if (options.user_color_editable) { ;\n__p += '\\n                                <span class=\"Rk-Edit-ColorTip\"></span>\\n                            ';\n } ;\n__p += '\\n                            </span>\\n                            ';\n if (options.user_color_editable) { print(colorPicker) } ;\n__p += '\\n                        </div>\\n                    ';\n } ;\n__p += '\\n                    <span class=\"Rk-CurrentUser-Name\">&lt;unknown user&gt;</span>\\n                </div>\\n                <ul class=\"Rk-UserList\"></ul>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.home_button_url) {;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <a class=\"Rk-TopBar-Button Rk-Home-Button\" href=\"' +\n__e( options.home_button_url ) +\n'\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e( translate(options.home_button_title) ) +\n'\\n                    </div>\\n                </div>\\n            </a>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_fullscreen_button) { ;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <div class=\"Rk-TopBar-Button Rk-FullScreen-Button\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e(translate(\"Full Screen\")) +\n'\\n                    </div>\\n                </div>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.editor_mode) { ;\n__p += '\\n            ';\n if (options.show_addnode_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddNode-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Node\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_addedge_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddEdge-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Edge\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_save_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Save-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\"></div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_open_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Open-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Open Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_bookmarklet) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <a class=\"Rk-TopBar-Button Rk-Bookmarklet-Button\" href=\"#\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Renkan \\'Drag-to-Add\\' bookmarklet\")) +\n'\\n                        </div>\\n                    </div>\\n                </a>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n } else { ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n }; ;\n__p += '\\n        ';\n if (options.show_search_field) { ;\n__p += '\\n            <form action=\"#\" class=\"Rk-GraphSearch-Form\">\\n                <input type=\"search\" class=\"Rk-GraphSearch-Field\" placeholder=\"' +\n__e( translate('Search in graph') ) +\n'\" />\\n            </form>\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n        ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n<div class=\"Rk-Editing-Space';\n if (!options.show_top_bar) { ;\n__p += ' Rk-Editing-Space-Full';\n } ;\n__p += '\">\\n    <div class=\"Rk-Labels\"></div>\\n    <canvas class=\"Rk-Canvas\" ';\n if (options.resize) { ;\n__p += ' resize=\"\" ';\n } ;\n__p += ' ></canvas>\\n    <div class=\"Rk-Notifications\"></div>\\n    <div class=\"Rk-Editor\">\\n        ';\n if (options.show_bins) { ;\n__p += '\\n            <div class=\"Rk-Fold-Bins\">&laquo;</div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_zoom) { ;\n__p += '\\n            <div class=\"Rk-ZoomButtons\">\\n                <div class=\"Rk-ZoomIn\" title=\"' +\n__e(translate('Zoom In')) +\n'\"></div>\\n                <div class=\"Rk-ZoomFit\" title=\"' +\n__e(translate('Zoom Fit')) +\n'\"></div>\\n                <div class=\"Rk-ZoomOut\" title=\"' +\n__e(translate('Zoom Out')) +\n'\"></div>\\n                ';\n if (options.editor_mode && options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSave\" title=\"' +\n__e(translate('Save view')) +\n'\"></div>\\n                ';\n } ;\n__p += '\\n                ';\n if (options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSetSaved\" title=\"' +\n__e(translate('View saved view')) +\n'\"></div>\\n                    ';\n if (options.hide_nodes) { ;\n__p += '\\n                \\t   <div class=\"Rk-ShowHiddenNodes\" title=\"' +\n__e(translate('Show hidden nodes')) +\n'\"></div>\\n                    ';\n } ;\n__p += '       \\n                ';\n } ;\n__p += '\\n            </div>\\n        ';\n } ;\n__p += '\\n    </div>\\n</div>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/search.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"' +\n((__t = ( className )) == null ? '' : __t) +\n'\" data-key=\"' +\n((__t = ( key )) == null ? '' : __t) +\n'\">' +\n((__t = ( title )) == null ? '' : __t) +\n'</li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/wikipedia-bin/resulttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Wikipedia-Result Rk-Bin-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"Wikipedia: ' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL( static_url + 'img/wikipedia.png' ) ) +\n'\">\\n\\n    <img class=\"Rk-Wikipedia-Icon\" src=\"' +\n__e(static_url) +\n'img/wikipedia.png\">\\n    <h4 class=\"Rk-Wikipedia-Title\">\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">' +\n((__t = (htitle)) == null ? '' : __t) +\n'</a>\\n    </h4>\\n    <p class=\"Rk-Wikipedia-Snippet\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n</li>\\n';\n\n}\nreturn __p\n};","/* Declaring the Renkan Namespace Rkns and Default values */\n\n(function(root) {\n\n    \"use strict\";\n\n    if (typeof root.Rkns !== \"object\") {\n        root.Rkns = {};\n    }\n\n    var Rkns = root.Rkns;\n    var $ = Rkns.$ = root.jQuery;\n    var _ = Rkns._ = root._;\n\n    Rkns.pickerColors = [\"#8f1919\", \"#a80000\", \"#d82626\", \"#ff0000\", \"#e87c7c\", \"#ff6565\", \"#f7d3d3\", \"#fecccc\",\n        \"#8f5419\", \"#a85400\", \"#d87f26\", \"#ff7f00\", \"#e8b27c\", \"#ffb265\", \"#f7e5d3\", \"#fee5cc\",\n        \"#8f8f19\", \"#a8a800\", \"#d8d826\", \"#feff00\", \"#e8e87c\", \"#feff65\", \"#f7f7d3\", \"#fefecc\",\n        \"#198f19\", \"#00a800\", \"#26d826\", \"#00ff00\", \"#7ce87c\", \"#65ff65\", \"#d3f7d3\", \"#ccfecc\",\n        \"#198f8f\", \"#00a8a8\", \"#26d8d8\", \"#00feff\", \"#7ce8e8\", \"#65feff\", \"#d3f7f7\", \"#ccfefe\",\n        \"#19198f\", \"#0000a8\", \"#2626d8\", \"#0000ff\", \"#7c7ce8\", \"#6565ff\", \"#d3d3f7\", \"#ccccfe\",\n        \"#8f198f\", \"#a800a8\", \"#d826d8\", \"#ff00fe\", \"#e87ce8\", \"#ff65fe\", \"#f7d3f7\", \"#feccfe\",\n        \"#000000\", \"#242424\", \"#484848\", \"#6d6d6d\", \"#919191\", \"#b6b6b6\", \"#dadada\", \"#ffffff\"\n    ];\n\n    Rkns.__renkans = [];\n\n    var _BaseBin = Rkns._BaseBin = function(_renkan, _opts) {\n        if (typeof _renkan !== \"undefined\") {\n            this.renkan = _renkan;\n            this.renkan.$.find(\".Rk-Bin-Main\").hide();\n            this.$ = Rkns.$('<li>')\n                .addClass(\"Rk-Bin\")\n                .appendTo(_renkan.$.find(\".Rk-Bin-List\"));\n            this.title_icon_$ = Rkns.$('<span>')\n                .addClass(\"Rk-Bin-Title-Icon\")\n                .appendTo(this.$);\n\n            var _this = this;\n\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Close bin\")\n                })\n                .addClass(\"Rk-Bin-Close\")\n                .html('&times;')\n                .appendTo(this.$)\n                .click(function() {\n                    _this.destroy();\n                    if (!_renkan.$.find(\".Rk-Bin-Main:visible\").length) {\n                        _renkan.$.find(\".Rk-Bin-Main:last\").slideDown();\n                    }\n                    _renkan.resizeBins();\n                    return false;\n                });\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Refresh bin\")\n                })\n                .addClass(\"Rk-Bin-Refresh\")\n                .appendTo(this.$)\n                .click(function() {\n                    _this.refresh();\n                    return false;\n                });\n            this.count_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Count\")\n                .appendTo(this.$);\n            this.title_$ = Rkns.$('<h2>')\n                .addClass(\"Rk-Bin-Title\")\n                .appendTo(this.$);\n            this.main_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Main\")\n                .appendTo(this.$)\n                .html('<h4 class=\"Rk-Bin-Loading\">' + _renkan.translate(\"Loading, please wait\") + '</h4>');\n            this.title_$.html(_opts.title || '(new bin)');\n            this.renkan.resizeBins();\n\n            if (_opts.auto_refresh) {\n                window.setInterval(function() {\n                    _this.refresh();\n                }, _opts.auto_refresh);\n            }\n        }\n    };\n\n    _BaseBin.prototype.destroy = function() {\n        this.$.detach();\n        this.renkan.resizeBins();\n    };\n\n    /* Point of entry */\n\n    var Renkan = Rkns.Renkan = function(_opts) {\n        var _this = this;\n\n        Rkns.__renkans.push(this);\n\n        this.options = _.defaults(_opts, Rkns.defaults, {\n            templates: _.defaults(_opts.templates, renkanJST) || renkanJST,\n            node_editor_templates: _.defaults(_opts.node_editor_templates, Rkns.defaults.node_editor_templates)\n        });\n        this.template = renkanJST['templates/main.html'];\n\n        var types_templates = {};\n        _.each(this.options.node_editor_templates, function(value, key) {\n            types_templates[key] = _this.options.templates[value];\n            delete _this.options.templates[value];\n        });\n        this.options.node_editor_templates = types_templates;\n\n        _.each(this.options.property_files, function(f) {\n            Rkns.$.getJSON(f, function(data) {\n                _this.options.properties = _this.options.properties.concat(data);\n            });\n        });\n\n        this.read_only = this.options.read_only || !this.options.editor_mode;\n\n        this.router = new Rkns.Router();\n\n        this.project = new Rkns.Models.Project();\n        this.dataloader = new Rkns.DataLoader.Loader(this.project, this.options);\n\n        this.setCurrentUser = function(user_id, user_name) {\n            this.project.addUser({\n                _id: user_id,\n                title: user_name\n            });\n            this.current_user = user_id;\n            this.renderer.redrawUsers();\n        };\n\n        if (typeof this.options.user_id !== \"undefined\") {\n            this.current_user = this.options.user_id;\n        }\n        this.$ = Rkns.$(\"#\" + this.options.container);\n        this.$\n            .addClass(\"Rk-Main\")\n            .html(this.template(this));\n\n        this.tabs = [];\n        this.search_engines = [];\n\n        this.current_user_list = new Rkns.Models.UsersList();\n\n        this.current_user_list.on(\"add remove\", function() {\n            if (this.renderer) {\n                this.renderer.redrawUsers();\n            }\n        });\n\n        this.colorPicker = (function() {\n            var _tmpl = renkanJST['templates/colorpicker.html'];\n            return '<ul class=\"Rk-Edit-ColorPicker\">' + Rkns.pickerColors.map(function(c) {\n                return _tmpl({\n                    c: c\n                });\n            }).join(\"\") + '</ul>';\n        })();\n\n        if (this.options.show_editor) {\n            this.renderer = new Rkns.Renderer.Scene(this);\n        }\n\n        if (!this.options.search.length) {\n            this.$.find(\".Rk-Web-Search-Form\").detach();\n        } else {\n            var _tmpl = renkanJST['templates/search.html'],\n                _select = this.$.find(\".Rk-Search-List\"),\n                _input = this.$.find(\".Rk-Web-Search-Input\"),\n                _form = this.$.find(\".Rk-Web-Search-Form\");\n            _.each(this.options.search, function(_search, _key) {\n                if (Rkns[_search.type] && Rkns[_search.type].Search) {\n                    _this.search_engines.push(new Rkns[_search.type].Search(_this, _search));\n                }\n            });\n            _select.html(\n                _(this.search_engines).map(function(_search, _key) {\n                    return _tmpl({\n                        key: _key,\n                        title: _search.getSearchTitle(),\n                        className: _search.getBgClass()\n                    });\n                }).join(\"\")\n            );\n            _select.find(\"li\").click(function() {\n                var _el = Rkns.$(this);\n                _this.setSearchEngine(_el.attr(\"data-key\"));\n                _form.submit();\n            });\n            _form.submit(function() {\n                if (_input.val()) {\n                    var _search = _this.search_engine;\n                    _search.search(_input.val());\n                }\n                return false;\n            });\n            this.$.find(\".Rk-Search-Current\").mouseenter(\n                function() {\n                    _select.slideDown();\n                }\n            );\n            this.$.find(\".Rk-Search-Select\").mouseleave(\n                function() {\n                    _select.hide();\n                }\n            );\n            this.setSearchEngine(0);\n        }\n        _.each(this.options.bins, function(_bin) {\n            if (Rkns[_bin.type] && Rkns[_bin.type].Bin) {\n                _this.tabs.push(new Rkns[_bin.type].Bin(_this, _bin));\n            }\n        });\n\n        var elementDropped = false;\n\n        this.$.find(\".Rk-Bins\")\n            .on(\"click\", \".Rk-Bin-Title,.Rk-Bin-Title-Icon\", function() {\n                var _mainDiv = Rkns.$(this).siblings(\".Rk-Bin-Main\");\n                if (_mainDiv.is(\":hidden\")) {\n                    _this.$.find(\".Rk-Bin-Main\").slideUp();\n                    _mainDiv.slideDown();\n                }\n            });\n\n        if (this.options.show_editor) {\n\n            this.$.find(\".Rk-Bins\").on(\"mouseover\", \".Rk-Bin-Item\", function(_e) {\n                var _t = Rkns.$(this);\n                if (_t && $(_t).attr(\"data-uri\")) {\n                    var _models = _this.project.get(\"nodes\").where({\n                        uri: $(_t).attr(\"data-uri\")\n                    });\n                    _.each(_models, function(_model) {\n                        _this.renderer.highlightModel(_model);\n                    });\n                }\n            }).mouseout(function() {\n                _this.renderer.unhighlightAll();\n            }).on(\"mousemove\", \".Rk-Bin-Item\", function(e) {\n                try {\n                    this.dragDrop();\n                } catch (err) {}\n            }).on(\"touchstart\", \".Rk-Bin-Item\", function(e) {\n                elementDropped = false;\n            }).on(\"touchmove\", \".Rk-Bin-Item\", function(e) {\n                e.preventDefault();\n                var touch = e.originalEvent.changedTouches[0],\n                    off = _this.renderer.canvas_$.offset(),\n                    w = _this.renderer.canvas_$.width(),\n                    h = _this.renderer.canvas_$.height();\n                if (touch.pageX >= off.left && touch.pageX < (off.left + w) && touch.pageY >= off.top && touch.pageY < (off.top + h)) {\n                    if (elementDropped) {\n                        _this.renderer.onMouseMove(touch, true);\n                    } else {\n                        elementDropped = true;\n                        var div = document.createElement('div');\n                        div.appendChild(this.cloneNode(true));\n                        _this.renderer.dropData({\n                            \"text/html\": div.innerHTML\n                        }, touch);\n                        _this.renderer.onMouseDown(touch, true);\n                    }\n                }\n            }).on(\"touchend\", \".Rk-Bin-Item\", function(e) {\n                if (elementDropped) {\n                    _this.renderer.onMouseUp(e.originalEvent.changedTouches[0], true);\n                }\n                elementDropped = false;\n            }).on(\"dragstart\", \".Rk-Bin-Item\", function(e) {\n                var div = document.createElement('div');\n                div.appendChild(this.cloneNode(true));\n                try {\n                    e.originalEvent.dataTransfer.setData(\"text/html\", div.innerHTML);\n                } catch (err) {\n                    e.originalEvent.dataTransfer.setData(\"text\", div.innerHTML);\n                }\n            });\n\n        }\n\n        Rkns.$(window).resize(function() {\n            _this.resizeBins();\n        });\n\n        var lastsearch = false,\n            lastval = '';\n\n        this.$.find(\".Rk-Bins-Search-Input\").on(\"change keyup paste input\", function() {\n            var val = Rkns.$(this).val();\n            if (val === lastval) {\n                return;\n            }\n            var search = Rkns.Utils.regexpFromTextOrArray(val.length > 1 ? val : null);\n            if (search.source === lastsearch) {\n                return;\n            }\n            lastsearch = search.source;\n            _.each(_this.tabs, function(tab) {\n                tab.render(search);\n            });\n\n        });\n        this.$.find(\".Rk-Bins-Search-Form\").submit(function() {\n            return false;\n        });\n    };\n\n    Renkan.prototype.translate = function(_text) {\n        if (Rkns.i18n[this.options.language] && Rkns.i18n[this.options.language][_text]) {\n            return Rkns.i18n[this.options.language][_text];\n        }\n        if (this.options.language.length > 2 && Rkns.i18n[this.options.language.substr(0, 2)] && Rkns.i18n[this.options.language.substr(0, 2)][_text]) {\n            return Rkns.i18n[this.options.language.substr(0, 2)][_text];\n        }\n        return _text;\n    };\n\n    Renkan.prototype.onStatusChange = function() {\n        this.renderer.onStatusChange();\n    };\n\n    Renkan.prototype.setSearchEngine = function(_key) {\n        this.search_engine = this.search_engines[_key];\n        this.$.find(\".Rk-Search-Current\").attr(\"class\", \"Rk-Search-Current \" + this.search_engine.getBgClass());\n        var listClasses = this.search_engine.getBgClass().split(\" \");\n        var classes = \"\";\n        for (var i = 0; i < listClasses.length; i++) {\n            classes += \".\" + listClasses[i];\n        }\n        this.$.find(\".Rk-Web-Search-Input.Rk-Search-Input\").attr(\"placeholder\", this.translate(\"Search in \") + this.$.find(\".Rk-Search-List \" + classes).html());\n    };\n\n    Renkan.prototype.resizeBins = function() {\n        var _d = +this.$.find(\".Rk-Bins-Head\").outerHeight();\n        this.$.find(\".Rk-Bin-Title:visible\").each(function() {\n            _d += Rkns.$(this).outerHeight();\n        });\n        this.$.find(\".Rk-Bin-Main\").css({\n            height: this.$.find(\".Rk-Bins\").height() - _d\n        });\n    };\n\n    /* Utility functions */\n    var getUUID4 = function() {\n        return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {\n            var r = Math.random() * 16 | 0,\n                v = c === 'x' ? r : (r & 0x3 | 0x8);\n            return v.toString(16);\n        });\n    };\n\n    Rkns.Utils = {\n        getUUID4: getUUID4,\n        getUID: (function() {\n            function pad(n) {\n                return n < 10 ? '0' + n : n;\n            }\n            var _d = new Date(),\n                ID_AUTO_INCREMENT = 0,\n                ID_BASE = _d.getUTCFullYear() + '-' +\n                pad(_d.getUTCMonth() + 1) + '-' +\n                pad(_d.getUTCDate()) + '-' +\n                getUUID4();\n            return function(_base) {\n                var _n = (++ID_AUTO_INCREMENT).toString(16),\n                    _uidbase = (typeof _base === \"undefined\" ? \"\" : _base + \"-\");\n                while (_n.length < 4) {\n                    _n = '0' + _n;\n                }\n                return _uidbase + ID_BASE + '-' + _n;\n            };\n        })(),\n        getFullURL: function(url) {\n\n            if (typeof(url) === 'undefined' || url == null) {\n                return \"\";\n            }\n            if (/https?:\\/\\//.test(url)) {\n                return url;\n            }\n            var img = new Image();\n            img.src = url;\n            var res = img.src;\n            img.src = null;\n            return res;\n\n        },\n        inherit: function(_baseClass, _callbefore) {\n\n            var _class = function(_arg) {\n                if (typeof _callbefore === \"function\") {\n                    _callbefore.apply(this, Array.prototype.slice.call(arguments, 0));\n                }\n                _baseClass.apply(this, Array.prototype.slice.call(arguments, 0));\n                if (typeof this._init === \"function\" && !this._initialized) {\n                    this._init.apply(this, Array.prototype.slice.call(arguments, 0));\n                    this._initialized = true;\n                }\n            };\n            _.extend(_class.prototype, _baseClass.prototype);\n\n            return _class;\n\n        },\n        regexpFromTextOrArray: (function() {\n            var charsub = [\n                    '[aáàâä]',\n                    '[cç]',\n                    '[eéèêë]',\n                    '[iíìîï]',\n                    '[oóòôö]',\n                    '[uùûü]'\n                ],\n                removeChars = [\n                    String.fromCharCode(768), String.fromCharCode(769), String.fromCharCode(770), String.fromCharCode(771), String.fromCharCode(807),\n                    \"{\", \"}\", \"(\", \")\", \"[\", \"]\", \"【\", \"】\", \"、\", \"・\", \"‥\", \"。\", \"「\", \"」\", \"『\", \"』\", \"〜\", \":\", \"!\", \"?\", \" \",\n                    \",\", \" \", \";\", \"(\", \")\", \".\", \"*\", \"+\", \"\\\\\", \"?\", \"|\", \"{\", \"}\", \"[\", \"]\", \"^\", \"#\", \"/\"\n                ],\n                remsrc = \"[\\\\\" + removeChars.join(\"\\\\\") + \"]\",\n                remrx = new RegExp(remsrc, \"gm\"),\n                charsrx = _.map(charsub, function(c) {\n                    return new RegExp(c);\n                });\n\n            function replaceText(_text) {\n                var txt = _text.toLowerCase().replace(remrx, \"\"),\n                    src = \"\";\n\n                function makeReplaceFunc(l) {\n                    return function(k, v) {\n                        l = l.replace(charsrx[k], v);\n                    };\n                }\n                for (var j = 0; j < txt.length; j++) {\n                    if (j) {\n                        src += remsrc + \"*\";\n                    }\n                    var l = txt[j];\n                    _.each(charsub, makeReplaceFunc(l));\n                    src += l;\n                }\n                return src;\n            }\n\n            function getSource(inp) {\n                switch (typeof inp) {\n                    case \"string\":\n                        return replaceText(inp);\n                    case \"object\":\n                        var src = '';\n                        _.each(inp, function(v) {\n                            var res = getSource(v);\n                            if (res) {\n                                if (src) {\n                                    src += '|';\n                                }\n                                src += res;\n                            }\n                        });\n                        return src;\n                }\n                return '';\n            }\n\n            return function(_textOrArray) {\n                var source = getSource(_textOrArray);\n                if (source) {\n                    var testrx = new RegExp(source, \"im\"),\n                        replacerx = new RegExp('(' + source + ')', \"igm\");\n                    return {\n                        isempty: false,\n                        source: source,\n                        test: function(_t) {\n                            return testrx.test(_t);\n                        },\n                        replace: function(_text, _replace) {\n                            return _text.replace(replacerx, _replace);\n                        }\n                    };\n                } else {\n                    return {\n                        isempty: true,\n                        source: '',\n                        test: function() {\n                            return true;\n                        },\n                        replace: function(_text) {\n                            return text;\n                        }\n                    };\n                }\n            };\n        })(),\n        /* The minimum distance (in pixels) the mouse has to move to consider an element was dragged */\n        _MIN_DRAG_DISTANCE: 2,\n        /* Distance between the inner and outer radius of buttons that appear when hovering on a node */\n        _NODE_BUTTON_WIDTH: 40,\n\n        _EDGE_BUTTON_INNER: 2,\n        _EDGE_BUTTON_OUTER: 40,\n        /* Constants used to know if a specific action is to be performed when clicking on the canvas */\n        _CLICKMODE_ADDNODE: 1,\n        _CLICKMODE_STARTEDGE: 2,\n        _CLICKMODE_ENDEDGE: 3,\n        /* Node size step: Used to calculate the size change when clicking the +/- buttons */\n        _NODE_SIZE_STEP: Math.LN2 / 4,\n        _MIN_SCALE: 1 / 20,\n        _MAX_SCALE: 20,\n        _MOUSEMOVE_RATE: 80,\n        _DOUBLETAP_DELAY: 800,\n        /* Maximum distance in pixels (squared, to reduce calculations)\n         * between two taps when double-tapping on a touch terminal */\n        _DOUBLETAP_DISTANCE: 20 * 20,\n        /* A placeholder so a default colour is displayed when a node has a null value for its user property */\n        _USER_PLACEHOLDER: function(_renkan) {\n            return {\n                color: _renkan.options.default_user_color,\n                title: _renkan.translate(\"(unknown user)\"),\n                get: function(attr) {\n                    return this[attr] || false;\n                }\n            };\n        },\n        /* The code for the \"Drag and Add Bookmarklet\", slightly minified and with whitespaces removed, though\n         * it doesn't seem that it's still a requirement in newer browsers (i.e. the ones compatibles with canvas drawing)\n         */\n        _BOOKMARKLET_CODE: function(_renkan) {\n            return \"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\\\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\\\">\" +\n                _renkan.translate(\"Drag items from this website, drop them in Renkan\").replace(/ /g, \"_\") +\n                \"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\\\/\\\\/[^\\\\/]*twitter\\\\.com\\\\//,s:'.tweet',n:'twitter'},{r:/https?:\\\\/\\\\/[^\\\\/]*google\\\\.[^\\\\/]+\\\\//,s:'.g',n:'google'},{r:/https?:\\\\/\\\\/[^\\\\/]*lemonde\\\\.fr\\\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();\";\n        },\n        /* Shortens text to the required length then adds ellipsis */\n        shortenText: function(_text, _maxlength) {\n            return (_text.length > _maxlength ? (_text.substr(0, _maxlength) + '…') : _text);\n        },\n        /* Drawing an edit box with an arrow and positioning the edit box according to the position of the node/edge being edited\n         * Called by Rkns.Renderer.NodeEditor and Rkns.Renderer.EdgeEditor */\n        drawEditBox: function(_options, _coords, _path, _xmargin, _selector) {\n            _selector.css({\n                width: (_options.tooltip_width - 2 * _options.tooltip_padding)\n            });\n            var _height = _selector.outerHeight() + 2 * _options.tooltip_padding,\n                _isLeft = (_coords.x < paper.view.center.x ? 1 : -1),\n                _left = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length),\n                _right = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length + _options.tooltip_width),\n                _top = _coords.y - _height / 2;\n            if (_top + _height > (paper.view.size.height - _options.tooltip_margin)) {\n                _top = Math.max(paper.view.size.height - _options.tooltip_margin, _coords.y + _options.tooltip_arrow_width / 2) - _height;\n            }\n            if (_top < _options.tooltip_margin) {\n                _top = Math.min(_options.tooltip_margin, _coords.y - _options.tooltip_arrow_width / 2);\n            }\n            var _bottom = _top + _height;\n            /* jshint laxbreak:true */\n            _path.segments[0].point = _path.segments[7].point = _coords.add([_isLeft * _xmargin, 0]);\n            _path.segments[1].point.x = _path.segments[2].point.x = _path.segments[5].point.x = _path.segments[6].point.x = _left;\n            _path.segments[3].point.x = _path.segments[4].point.x = _right;\n            _path.segments[2].point.y = _path.segments[3].point.y = _top;\n            _path.segments[4].point.y = _path.segments[5].point.y = _bottom;\n            _path.segments[1].point.y = _coords.y - _options.tooltip_arrow_width / 2;\n            _path.segments[6].point.y = _coords.y + _options.tooltip_arrow_width / 2;\n            _path.fillColor = new paper.Color(new paper.Gradient([_options.tooltip_top_color, _options.tooltip_bottom_color]), [0, _top], [0, _bottom]);\n            _selector.css({\n                left: (_options.tooltip_padding + Math.min(_left, _right)),\n                top: (_options.tooltip_padding + _top)\n            });\n            return _path;\n        },\n        // from http://stackoverflow.com/a/6444043\n        increaseBrightness: function (hex, percent){\n            // strip the leading # if it's there\n            hex = hex.replace(/^\\s*#|\\s*$/g, '');\n\n            // convert 3 char codes --> 6, e.g. `E0F` --> `EE00FF`\n            if(hex.length === 3){\n                hex = hex.replace(/(.)/g, '$1$1');\n            }\n\n            var r = parseInt(hex.substr(0, 2), 16),\n                g = parseInt(hex.substr(2, 2), 16),\n                b = parseInt(hex.substr(4, 2), 16);\n\n            return '#' +\n               ((0|(1<<8) + r + (256 - r) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + g + (256 - g) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + b + (256 - b) * percent / 100).toString(16)).substr(1);\n        }\n    };\n})(window);\n\n/* END main.js */\n","(function(root) {\n    \"use strict\";\n    \n    var Backbone = root.Backbone;\n    \n    var Router = root.Rkns.Router = Backbone.Router.extend({\n        routes: {\n            '': 'index'\n        },\n        \n        index: function (parameters) {\n            \n            var result = {};\n            if (parameters !== null){\n                parameters.split(\"&\").forEach(function(part) {\n                    var item = part.split(\"=\");\n                    result[item[0]] = decodeURIComponent(item[1]);\n                });\n            }\n            this.trigger('router', result);        \n        }  \n    });\n\n})(window);","(function(root) {\n\n    \"use strict\";\n\n    var DataLoader = root.Rkns.DataLoader = {\n        converters: {\n            from1to2: function(data) {\n\n                var i, len;\n                if(typeof data.nodes !== 'undefined') {\n                    for(i=0, len=data.nodes.length; i<len; i++) {\n                        var node = data.nodes[i];\n                        if(node.color) {\n                            node.style = {\n                                color: node.color,\n                            };\n                        }\n                        else {\n                            node.style = {};\n                        }\n                    }\n                }\n                if(typeof data.edges !== 'undefined') {\n                    for(i=0, len=data.edges.length; i<len; i++) {\n                        var edge = data.edges[i];\n                        if(edge.color) {\n                            edge.style = {\n                                color: edge.color,\n                            };\n                        }\n                        else {\n                            edge.style = {};\n                        }\n                    }\n                }\n\n                data.schema_version = \"2\";\n\n                return data;\n            },\n        }\n    };\n\n\n    DataLoader.Loader = function(project, options) {\n        this.project = project;\n        this.dataConverters = _.defaults(options.converters || {}, DataLoader.converters);\n    };\n\n\n    DataLoader.Loader.prototype.convert = function(data) {\n        var schemaVersionFrom = this.project.getSchemaVersion(data);\n        var schemaVersionTo = this.project.getSchemaVersion();\n\n        if (schemaVersionFrom !== schemaVersionTo) {\n            var converterName = \"from\" + schemaVersionFrom + \"to\" + schemaVersionTo;\n            if (typeof this.dataConverters[converterName] === 'function') {\n                data = this.dataConverters[converterName](data);\n            }\n        }\n        return data;\n    };\n\n    DataLoader.Loader.prototype.load = function(data) {\n        this.project.set(this.convert(data), {\n            validate: true\n        });\n    };\n\n})(window);\n","(function(root) {\n    \"use strict\";\n\n    var Backbone = root.Backbone;\n\n    var Models = root.Rkns.Models = {};\n\n    Models.getUID = function(obj) {\n        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g,\n                function(c) {\n                    var r = Math.random() * 16 | 0, v = c === 'x' ? r\n                            : (r & 0x3 | 0x8);\n                    return v.toString(16);\n                });\n        if (typeof obj !== 'undefined') {\n            return obj.type + \"-\" + guid;\n        }\n        else {\n            return guid;\n        }\n    };\n\n    var RenkanModel = Backbone.RelationalModel.extend({\n        idAttribute : \"_id\",\n        constructor : function(options) {\n\n            if (typeof options !== \"undefined\") {\n                options._id = options._id || options.id || Models.getUID(this);\n                options.title = options.title || \"\";\n                options.description = options.description || \"\";\n                options.uri = options.uri || \"\";\n\n                if (typeof this.prepare === \"function\") {\n                    options = this.prepare(options);\n                }\n            }\n            Backbone.RelationalModel.prototype.constructor.call(this, options);\n        },\n        validate : function() {\n            if (!this.type) {\n                return \"object has no type\";\n            }\n        },\n        addReference : function(_options, _propName, _list, _id, _default) {\n            var _element = _list.get(_id);\n            if (typeof _element === \"undefined\" &&\n                typeof _default !== \"undefined\") {\n                _options[_propName] = _default;\n            }\n            else {\n                _options[_propName] = _element;\n            }\n        }\n    });\n\n    // USER\n    var User = Models.User = RenkanModel.extend({\n        type : \"user\",\n        prepare : function(options) {\n            options.color = options.color || \"#666666\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                color : this.get(\"color\")\n            };\n        }\n    });\n\n    // NODE\n    var Node = Models.Node = RenkanModel.extend({\n        type : \"node\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                position : this.get(\"position\"),\n                image : this.get(\"image\"),\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                size : this.get(\"size\"),\n                clip_path : this.get(\"clip_path\"),\n                shape : this.get(\"shape\"),  \n                type : this.get(\"type\")\n            };\n        }\n    });\n\n    // EDGE\n    var Edge = Models.Edge = RenkanModel.extend({\n        type : \"edge\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        }, {\n            type : Backbone.HasOne,\n            key : \"from\",\n            relatedModel : Node\n        }, {\n            type : Backbone.HasOne,\n            key : \"to\",\n            relatedModel : Node\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            this.addReference(options, \"from\", project.get(\"nodes\"),\n                    options.from);\n            this.addReference(options, \"to\", project.get(\"nodes\"), options.to);\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                from : this.get(\"from\") ? this.get(\"from\").get(\"_id\") : null,\n                to : this.get(\"to\") ? this.get(\"to\").get(\"_id\") : null,\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null\n            };\n        }\n    });\n\n    // View\n    var View = Models.View = RenkanModel.extend({\n        type : \"view\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            if (typeof options.offset !== \"undefined\") {\n                var offset = {};\n                if (Array.isArray(options.offset)) {\n                    offset.x = options.offset[0];\n                    offset.y = options.offset.length > 1 ? options.offset[1]\n                            : options.offset[0];\n                }\n                else if (options.offset.x != null) {\n                    offset.x = options.offset.x;\n                    offset.y = options.offset.y;\n                }\n                options.offset = offset;\n            }\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                zoom_level : this.get(\"zoom_level\"),\n                offset : this.get(\"offset\"),\n                title : this.get(\"title\"),\n                description : this.get(\"description\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                hidden_nodes: this.get(\"hidden_nodes\")\n            // Don't need project id\n            };\n        }\n    });\n\n    // PROJECT\n    var Project = Models.Project = RenkanModel.extend({\n        schema_version : \"2\",\n        type : \"project\",\n        blacklist : [ 'saveStatus', 'loadingStatus'],\n        relations : [ {\n            type : Backbone.HasMany,\n            key : \"users\",\n            relatedModel : User,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"nodes\",\n            relatedModel : Node,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"edges\",\n            relatedModel : Edge,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"views\",\n            relatedModel : View,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        } ],\n        addUser : function(_props, _options) {\n            _props.project = this;\n            var _user = User.findOrCreate(_props);\n            this.get(\"users\").push(_user, _options);\n            return _user;\n        },\n        addNode : function(_props, _options) {\n            _props.project = this;\n            var _node = Node.findOrCreate(_props);\n            this.get(\"nodes\").push(_node, _options);\n            return _node;\n        },\n        addEdge : function(_props, _options) {\n            _props.project = this;\n            var _edge = Edge.findOrCreate(_props);\n            this.get(\"edges\").push(_edge, _options);\n            return _edge;\n        },\n        addView : function(_props, _options) {\n            _props.project = this;\n            // TODO: check if need to replace with create only\n            var _view = View.findOrCreate(_props);\n            // TODO: Should we remember only one view?\n            this.get(\"views\").push(_view, _options);\n            return _view;\n        },\n        removeNode : function(_model) {\n            this.get(\"nodes\").remove(_model);\n        },\n        removeEdge : function(_model) {\n            this.get(\"edges\").remove(_model);\n        },\n        validate : function(options) {\n            var _project = this;\n            _.each(\n              [].concat(options.users, options.nodes, options.edges,options.views),\n              function(_item) {\n                if (_item) {\n                    _item.project = _project;\n                }\n              }\n            );\n        },\n        getSchemaVersion : function(data) {\n          var t = data;\n          if(typeof(t) === \"undefined\") {\n            t = this;\n          }\n          var version = t.schema_version;\n          if(!version) {\n            return 1;\n          }\n          else {\n            return version;\n          }\n        },\n        // Add event handler to remove edges when a node is removed\n        initialize : function() {\n            var _this = this;\n            this.on(\"remove:nodes\", function(_node) {\n                _this.get(\"edges\").remove(\n                        _this.get(\"edges\").filter(\n                                function(_edge) {\n                                    return _edge.get(\"from\") === _node ||\n                                           _edge.get(\"to\") === _node;\n                                }));\n            });\n        },\n        toJSON : function() {\n            var json = _.clone(this.attributes);\n            for ( var attr in json) {\n                if ((json[attr] instanceof Backbone.Model) ||\n                        (json[attr] instanceof Backbone.Collection) ||\n                        (json[attr] instanceof RenkanModel)) {\n                    json[attr] = json[attr].toJSON();\n                }\n            }\n            return _.omit(json, this.blacklist);\n        }\n    });\n\n    var RosterUser = Models.RosterUser = Backbone.Model\n            .extend({\n                type : \"roster_user\",\n                idAttribute : \"_id\",\n\n                constructor : function(options) {\n\n                    if (typeof options !== \"undefined\") {\n                        options._id = options._id ||\n                            options.id ||\n                            Models.getUID(this);\n                        options.title = options.title || \"(untitled \" + this.type + \")\";\n                        options.description = options.description || \"\";\n                        options.uri = options.uri || \"\";\n                        options.project = options.project || null;\n                        options.site_id = options.site_id || 0;\n\n                        if (typeof this.prepare === \"function\") {\n                            options = this.prepare(options);\n                        }\n                    }\n                    Backbone.Model.prototype.constructor.call(this, options);\n                },\n\n                validate : function() {\n                    if (!this.type) {\n                        return \"object has no type\";\n                    }\n                },\n\n                prepare : function(options) {\n                    options.color = options.color || \"#666666\";\n                    return options;\n                },\n\n                toJSON : function() {\n                    return {\n                        _id : this.get(\"_id\"),\n                        title : this.get(\"title\"),\n                        uri : this.get(\"uri\"),\n                        description : this.get(\"description\"),\n                        color : this.get(\"color\"),\n                        project : (this.get(\"project\") != null) ? this.get(\n                                \"project\").get(\"id\") : null,\n                        site_id : this.get(\"site_id\")\n                    };\n                }\n            });\n\n    var UsersList = Models.UsersList = Backbone.Collection.extend({\n        model : RosterUser\n    });\n\n})(window);\n","Rkns.defaults = {\n\n    language: (navigator.language || navigator.userLanguage || \"en\"),\n        /* GUI Language */\n    container: \"renkan\",\n        /* GUI Container DOM element ID */\n    search: [],\n        /* List of Search Engines */\n    bins: [],\n           /* List of Bins */\n    static_url: \"\",\n        /* URL for static resources */\n    popup_editor: true,\n        /* show the node editor as a popup inside the renkan view */\n    editor_panel: 'editor-panel',\n        /* GUI continer DOM element ID of the editor panel */\n    show_bins: true,\n        /* Show bins in left column */\n    properties: [],\n        /* Semantic properties for edges */\n    show_editor: true,\n        /* Show the graph editor... Setting this to \"false\" only shows the bins part ! */\n    read_only: false,\n        /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */\n    editor_mode: true,\n        /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true.  */\n    manual_save: false,\n        /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */\n    show_top_bar: true,\n        /* Show the top bar, (title, buttons, users) */\n    default_user_color: \"#303030\",\n    size_bug_fix: false,\n        /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */\n    force_resize: false,\n    allow_double_click: true,\n        /* Allows Double Click to create a node on an empty background */\n    zoom_on_scroll: true,\n        /* Allows to use the scrollwheel to zoom */\n    element_delete_delay: 0,\n        /* Delay between clicking on the bin on an element and really deleting it\n           Set to 0 for delete confirm */\n    autoscale_padding: 50,\n    resize: true,\n\n    /* zoom options */\n    show_zoom: true,\n        /* show zoom buttons */\n    save_view: true,\n        /* show buttons to save view */\n    default_view: false,\n        /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */\n    default_index_view: -1,\n    \n    /* URL parsing */\n    update_url:true,\n        /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */\n    \n\n    /* TOP BAR BUTTONS */\n    show_search_field: true,\n    show_user_list: true,\n    user_name_editable: true,\n    user_color_editable: true,\n    show_user_color: true,\n    show_save_button: true,\n    show_export_button: true,\n    show_open_button: false,\n    show_addnode_button: true,\n    show_addedge_button: true,\n    show_bookmarklet: true,\n    show_fullscreen_button: true,\n    home_button_url: false,\n    home_button_title: \"Home\",\n\n    /* MINI-MAP OPTIONS */\n\n    show_minimap: true,\n        /* Show a small map at the bottom right */\n    minimap_width: 160,\n    minimap_height: 120,\n    minimap_padding: 20,\n    minimap_background_color: \"#ffffff\",\n    minimap_border_color: \"#cccccc\",\n    minimap_highlight_color: \"#ffff00\",\n    minimap_highlight_weight: 5,\n\n\n    /* EDGE/NODE COMMON OPTIONS */\n\n    buttons_background: \"#202020\",\n    buttons_label_color: \"#c000c0\",\n    buttons_label_font_size: 9,\n\n    ghost_opacity : 0.3,\n        /* opacity when the hidden element is revealed */\n    default_dash_array : [4, 5],\n        /* dash line genometry */\n\n    /* NODE DISPLAY OPTIONS */\n\n    show_node_circles: true,\n        /* Show circles for nodes */\n    clip_node_images: true,\n        /* Constraint node images to circles */\n    node_images_fill_mode: false,\n        /* Set to false for \"letterboxing\" (height/width of node adapted to show full image)\n           Set to true for \"crop\" (adapted to fill circle) */\n    node_size_base: 25,\n    node_stroke_width: 2,\n    node_stroke_max_width: 12,\n    selected_node_stroke_width: 4,\n    selected_node_stroke_max_width: 24,\n    node_stroke_witdh_scale: 5,\n    node_fill_color: \"#ffffff\",\n    highlighted_node_fill_color: \"#ffff00\",\n    node_label_distance: 5,\n        /* Vertical distance between node and label */\n    node_label_max_length: 60,\n        /* Maximum displayed text length */\n    label_untitled_nodes: \"(untitled)\",\n        /* Label to display on untitled nodes */\n    hide_nodes: true,\n        /* allow hide/show nodes */\n    change_shapes: true,\n        /* Change shapes enabled */\n    change_types: true,\n    /* Change type enabled */\n\n    /* NODE EDITOR TEMPLATE*/\n\n    node_editor_templates: {\n        \"default\": \"templates/nodeeditor_readonly.html\",\n        \"video\": \"templates/nodeeditor_video.html\"\n    },\n\n    /* EDGE DISPLAY OPTIONS */\n\n    edge_stroke_width: 2,\n    edge_stroke_max_width: 12,\n    selected_edge_stroke_width: 4,\n    selected_edge_stroke_max_width: 24,\n    edge_stroke_witdh_scale: 5,\n\n    edge_label_distance: 0,\n    edge_label_max_length: 20,\n    edge_arrow_length: 18,\n    edge_arrow_width: 12,\n    edge_arrow_max_width: 32,\n    edge_gap_in_bundles: 12,\n    label_untitled_edges: \"\",\n\n    /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */\n\n    tooltip_width: 275,\n    tooltip_padding: 10,\n    tooltip_margin: 15,\n    tooltip_arrow_length : 20,\n    tooltip_arrow_width : 40,\n    tooltip_top_color: \"#f0f0f0\",\n    tooltip_bottom_color: \"#d0d0d0\",\n    tooltip_border_color: \"#808080\",\n    tooltip_border_width: 1,\n    tooltip_opacity: 0.8,\n\n    richtext_editor_config: {\n        toolbarGroups: [\n            { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },\n            { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },\n            '/',\n\t        { name: 'styles'},\n        ],\n        removePlugins : 'colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates',\n    },\n\n    /* NODE EDITOR OPTIONS */\n\n    show_node_editor_uri: true,\n    show_node_editor_title: true,\n    show_node_editor_title_richtext: true,\n    show_node_editor_description: true,\n    show_node_editor_description_richtext: true,\n    show_node_editor_size: true,\n    show_node_editor_style: true,\n    show_node_editor_style_color: true,\n    show_node_editor_style_dash: true,\n    show_node_editor_style_thickness: true,\n    show_node_editor_image: true,\n    show_node_editor_creator: true,\n    allow_image_upload: true,\n    uploaded_image_max_kb: 500,\n\n\n    /* NODE TOOLTIP OPTIONS */\n\n    show_node_tooltip_uri: true,\n    show_node_tooltip_description: true,\n    show_node_tooltip_color: true,\n    show_node_tooltip_image: true,\n    show_node_tooltip_creator: true,\n\n    /* EDGE EDITOR OPTIONS */\n\n    show_edge_editor_uri: true,\n    show_edge_editor_style: true,\n    show_edge_editor_style_color: true,\n    show_edge_editor_style_dash: true,\n    show_edge_editor_style_thickness: true,\n    show_edge_editor_style_arrow: true,\n    show_edge_editor_direction: true,\n    show_edge_editor_nodes: true,\n    show_edge_editor_creator: true,\n\n    /* EDGE TOOLTIP OPTIONS */\n\n    show_edge_tooltip_uri: true,\n    show_edge_tooltip_color: true,\n    show_edge_tooltip_nodes: true,\n    show_edge_tooltip_creator: true,\n\n};\n","Rkns.i18n = {\n    fr: {\n        \"Edit Node\": \"Édition d’un nœud\",\n        \"Edit Edge\": \"Édition d’un lien\",\n        \"Title:\": \"Titre :\",\n        \"URI:\": \"URI :\",\n        \"Description:\": \"Description :\",\n        \"From:\": \"De :\",\n        \"To:\": \"Vers :\",\n        \"Image\": \"Image\",\n        \"Image URL:\": \"URL d'Image\",\n        \"Choose Image File:\": \"Choisir un fichier image\",\n        \"Full Screen\": \"Mode plein écran\",\n        \"Add Node\": \"Ajouter un nœud\",\n        \"Add Edge\": \"Ajouter un lien\",\n        \"Save Project\": \"Enregistrer le projet\",\n        \"Open Project\": \"Ouvrir un projet\",\n        \"Auto-save enabled\": \"Enregistrement automatique activé\",\n        \"Connection lost\": \"Connexion perdue\",\n        \"Created by:\": \"Créé par :\",\n        \"Zoom In\": \"Agrandir l’échelle\",\n        \"Zoom Out\": \"Rapetisser l’échelle\",\n        \"Edit\": \"Éditer\",\n        \"Remove\": \"Supprimer\",\n        \"Cancel deletion\": \"Annuler la suppression\",\n        \"Link to another node\": \"Créer un lien\",\n        \"Enlarge\": \"Agrandir\",\n        \"Shrink\": \"Rétrécir\",\n        \"Click on the background canvas to add a node\": \"Cliquer sur le fond du graphe pour rajouter un nœud\",\n        \"Click on a first node to start the edge\": \"Cliquer sur un premier nœud pour commencer le lien\",\n        \"Click on a second node to complete the edge\": \"Cliquer sur un second nœud pour terminer le lien\",\n        \"Wikipedia\": \"Wikipédia\",\n        \"Wikipedia in \": \"Wikipédia en \",\n        \"French\": \"Français\",\n        \"English\": \"Anglais\",\n        \"Japanese\": \"Japonais\",\n        \"Untitled project\": \"Projet sans titre\",\n        \"Lignes de Temps\": \"Lignes de Temps\",\n        \"Loading, please wait\": \"Chargement en cours, merci de patienter\",\n        \"Edge color:\": \"Couleur :\",\n        \"Dash:\": \"Point. :\",\n        \"Thickness:\": \"Epaisseur :\",\n        \"Arrow:\": \"Flèche :\",\n        \"Node color:\": \"Couleur :\",\n        \"Choose color\": \"Choisir une couleur\",\n        \"Change edge direction\": \"Changer le sens du lien\",\n        \"Do you really wish to remove node \": \"Voulez-vous réellement supprimer le nœud \",\n        \"Do you really wish to remove edge \": \"Voulez-vous réellement supprimer le lien \",\n        \"This file is not an image\": \"Ce fichier n'est pas une image\",\n        \"Image size must be under \": \"L'image doit peser moins de \",\n        \"Size:\": \"Taille :\",\n        \"KB\": \"ko\",\n        \"Choose from vocabulary:\": \"Choisir dans un vocabulaire :\",\n        \"SKOS Documentation properties\": \"SKOS: Propriétés documentaires\",\n        \"has note\": \"a pour note\",\n        \"has example\": \"a pour exemple\",\n        \"has definition\": \"a pour définition\",\n        \"SKOS Semantic relations\": \"SKOS: Relations sémantiques\",\n        \"has broader\": \"a pour concept plus large\",\n        \"has narrower\": \"a pour concept plus étroit\",\n        \"has related\": \"a pour concept apparenté\",\n        \"Dublin Core Metadata\": \"Métadonnées Dublin Core\",\n        \"has contributor\": \"a pour contributeur\",\n        \"covers\": \"couvre\",\n        \"created by\": \"créé par\",\n        \"has date\": \"a pour date\",\n        \"published by\": \"édité par\",\n        \"has source\": \"a pour source\",\n        \"has subject\": \"a pour sujet\",\n        \"Dragged resource\": \"Ressource glisée-déposée\",\n        \"Search the Web\": \"Rechercher en ligne\",\n        \"Search in Bins\": \"Rechercher dans les chutiers\",\n        \"Close bin\": \"Fermer le chutier\",\n        \"Refresh bin\": \"Rafraîchir le chutier\",\n        \"(untitled)\": \"(sans titre)\",\n        \"Select contents:\": \"Sélectionner des contenus :\",\n        \"Drag items from this website, drop them in Renkan\": \"Glissez des éléments de ce site web vers Renkan\",\n        \"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\": \"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan\",\n        \"Shapes available\": \"Formes disponibles\",\n        \"Circle\": \"Cercle\",\n        \"Square\": \"Carré\",\n        \"Diamond\": \"Losange\",\n        \"Hexagone\": \"Hexagone\",\n        \"Ellipse\": \"Ellipse\",\n        \"Star\": \"Étoile\",\n        \"Cloud\": \"Nuage\",\n        \"Triangle\": \"Triangle\",\n        \"Zoom Fit\": \"Ajuster le Zoom\",\n        \"Download Project\": \"Télécharger le projet\",\n        \"Save view\": \"Sauver la vue\",\n        \"View saved view\": \"Restaurer la Vue\",\n        \"Renkan \\'Drag-to-Add\\' bookmarklet\": \"Renkan \\'Deplacer-Pour-Ajouter\\' Signet\",\n        \"(unknown user)\":\"(non authentifié)\",\n        \"<unknown user>\":\"<non authentifié>\",\n        \"Search in graph\":\"Rechercher dans carte\",\n        \"Search in \" : \"Chercher dans \"\n    }\n};\n","/* Saves the Full JSON at each modification */\n\nRkns.jsonIO = function(_renkan, _opts) {\n    var _proj = _renkan.project;\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'PUT';\n    }\n    var _load = function() {\n        _renkan.renderer.redrawActive = false;\n        _proj.set({\n            loadingStatus : true\n        });\n        Rkns.$.getJSON(_opts.url, function(_data) {\n            _renkan.dataloader.load(_data);\n            _proj.set({\n                loadingStatus : false\n            });\n            _proj.set({\n                saveStatus : 0\n            });\n            _renkan.renderer.redrawActive = true;\n        });\n    };\n    var _save = function() {\n        _proj.set({\n            saveStatus : 2\n        });\n        var _data = _proj.toJSON();\n        if (!_renkan.read_only) {\n            Rkns.$.ajax({\n                type : _opts.http_method,\n                url : _opts.url,\n                contentType : \"application/json\",\n                data : JSON.stringify(_data),\n                success : function(data, textStatus, jqXHR) {\n                    _proj.set({\n                        saveStatus : 0\n                    });\n                }\n            });\n        }\n\n    };\n    var _thrSave = Rkns._.throttle(function() {\n        setTimeout(_save, 100);\n    }, 1000);\n    \n    //TODO: Rearrange to avoid the 2 firts PUT due to a change in the project model\n    // Take car of setting up the listener correctly to listen the save action on the view\n    _proj.on(\"add:nodes add:edges add:users add:views\", function(_model) {\n        _model.on(\"change remove\", function(_model) {\n            _thrSave();\n        });\n        _thrSave();\n    });\n    _proj.on(\"change\", function() {\n        if (!(_proj.changedAttributes.length === 1 && _proj\n                .hasChanged('saveStatus'))) {\n            _thrSave();\n        }\n    });\n\n    _load();\n};\n","/* Saves the Full JSON once */\n\nRkns.jsonIOSaveOnClick = function(_renkan, _opts) {\n    var _proj = _renkan.project,\n        _saveWarn = false,\n        _onLeave = function() {\n            return \"Project not saved\";\n        };\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'POST';\n    }\n    var _load = function() {\n        var getdata = {},\n            rx = /id=([^&#?=]+)/,\n            matches = document.location.hash.match(rx);\n        if (matches) {\n            getdata.id = matches[1];\n        }\n        Rkns.$.ajax({\n            url: _opts.url,\n            data: getdata,\n            beforeSend: function(){\n                _renkan.renderer.redrawActive = false;\n            \t_proj.set({loadingStatus:true});\n            },\n            success: function(_data) {\n                _renkan.dataloader.load(_data);\n                _proj.set({loadingStatus:false});\n                _proj.set({saveStatus:0});\n                _renkan.renderer.redrawActive = true;\n            }\n        });\n    };\n    var _save = function() {\n        _proj.set(\"saved_at\", new Date());\n        var _data = _proj.toJSON();\n        Rkns.$.ajax({\n            type: _opts.http_method,\n            url: _opts.url,\n            contentType: \"application/json\",\n            data: JSON.stringify(_data),\n            beforeSend: function(){\n            \t_proj.set({saveStatus:2});\n            },\n            success: function(data, textStatus, jqXHR) {\n                $(window).off(\"beforeunload\", _onLeave);\n                _saveWarn = false;\n                _proj.set({saveStatus:0});\n                //document.location.hash = \"#id=\" + data.id;\n                //$(\".Rk-Notifications\").text(\"Saved as \"+document.location.href).fadeIn().delay(2000).fadeOut();\n            }\n        });\n    };\n    var _checkLeave = function() {\n    \t_proj.set({saveStatus:1});\n\n        var title = _proj.get(\"title\");\n        if (title && _proj.get(\"nodes\").length) {\n            $(\".Rk-Save-Button\").removeClass(\"disabled\");\n        } else {\n            $(\".Rk-Save-Button\").addClass(\"disabled\");\n        }\n        if (title) {\n            $(\".Rk-PadTitle\").css(\"border-color\",\"#333333\");\n        }\n        if (!_saveWarn) {\n            _saveWarn = true;\n            $(window).on(\"beforeunload\", _onLeave);\n        }\n    };\n    _load();\n    _proj.on(\"add:nodes add:edges add:users change\", function(_model) {\n\t    _model.on(\"change remove\", function(_model) {\n\t    \tif(!(_model.changedAttributes.length === 1 && _model.hasChanged('saveStatus'))) {\n\t    \t\t_checkLeave();\n\t    \t}\n\t    });\n\t\tif(!(_proj.changedAttributes.length === 1 && _proj.hasChanged('saveStatus'))) {\n\t\t    _checkLeave();\n    \t}\n    });\n    _renkan.renderer.save = function() {\n        if ($(\".Rk-Save-Button\").hasClass(\"disabled\")) {\n            if (!_proj.get(\"title\")) {\n                $(\".Rk-PadTitle\").css(\"border-color\",\"#ff0000\");\n            }\n        } else {\n            _save();\n        }\n    };\n};\n","(function(Rkns) {\n\"use strict\";\n\nvar _ = Rkns._;\n\nvar Ldt = Rkns.Ldt = {};\n\nvar Bin = Ldt.Bin = function(_renkan, _opts) {\n    if (_opts.ldt_type) {\n        var Resclass = Ldt[_opts.ldt_type+\"Bin\"];\n        if (Resclass) {\n            return new Resclass(_renkan, _opts);\n        }\n    }\n    console.error(\"No such LDT Bin Type\");\n};\n\nvar ProjectBin = Ldt.ProjectBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nProjectBin.prototype.tagTemplate = renkanJST['templates/ldtjson-bin/tagtemplate.html'];\n\nProjectBin.prototype.annotationTemplate = renkanJST['templates/ldtjson-bin/annotationtemplate.html'];\n\nProjectBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.proj_id = _opts.project_id;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.title_$.html(_opts.title);\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nProjectBin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '<li><h3>Tags</h3></li>',\n        _projtitle = this.data.meta[\"dc:title\"],\n        _this = this,\n        count = 0;\n    _this.title_$.text('LDT Project: \"' + _projtitle + '\"');\n    _.map(_this.data.tags,function(_tag) {\n        var _title = _tag.meta[\"dc:title\"];\n        if (!search.isempty && !search.test(_title)) {\n            return;\n        }\n        count++;\n        _html += _this.tagTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            encodedtitle : encodeURIComponent(_title),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _html += '<li><h3>Annotations</h3></li>';\n    _.map(_this.data.annotations,function(_annotation) {\n        var _description = _annotation.content.description,\n            _title = _annotation.content.title.replace(_description,\"\");\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _annotation.end - _annotation.begin,\n            _img = (\n                (_annotation.content && _annotation.content.img && _annotation.content.img.src) ?\n                  _annotation.content.img.src :\n                  ( _duration ? _this.renkan.options.static_url+\"img/ldt-segment.png\" : _this.renkan.options.static_url+\"img/ldt-point.png\" )\n            );\n        _html += _this.annotationTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_annotation.begin),\n            end: convertTC(_annotation.end),\n            duration: convertTC(_duration),\n            mediaid: _annotation.media,\n            annotationid: _annotation.id,\n            image: _img,\n            static_url: _this.renkan.options.static_url\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nProjectBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/ldt/cljson/id/' + this.proj_id,\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\nvar Search = Ldt.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nSearch.prototype.getBgClass = function() {\n    return \"Rk-Ldt-Icon\";\n};\n\nSearch.prototype.getSearchTitle = function() {\n    return this.renkan.translate(\"Lignes de Temps\");\n};\n\nSearch.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new ResultsBin(this.renkan, {\n            search: _q\n        })\n    );\n};\n\nvar ResultsBin = Ldt.ResultsBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nResultsBin.prototype.segmentTemplate = renkanJST['templates/ldtjson-bin/segmenttemplate.html'];\n\nResultsBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.max_results = _opts.max_results || 50;\n    this.search = _opts.search;\n    this.title_$.html('Lignes de Temps: \"' + _opts.search + '\"');\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nResultsBin.prototype.render = function(searchbase) {\n    if (!this.data) {\n        return;\n    }\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '',\n        _this = this,\n        count = 0;\n    _.each(this.data.objects,function(_segment) {\n        var _description = _segment.abstract,\n            _title = _segment.title;\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _segment.duration,\n            _begin = _segment.start_ts,\n            _end = + _segment.duration + _begin,\n            _img = (\n                _duration ?\n                  _this.renkan.options.static_url + \"img/ldt-segment.png\" :\n                  _this.renkan.options.static_url + \"img/ldt-point.png\"\n            );\n        _html += _this.segmentTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_begin),\n            end: convertTC(_end),\n            duration: convertTC(_duration),\n            mediaid: _segment.iri_id,\n            //projectid: _segment.project_id,\n            //cuttingid: _segment.cutting_id,\n            annotationid: _segment.element_id,\n            image: _img\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nResultsBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/api/ldt/1.0/segments/search/',\n        data: {\n            format: \"jsonp\",\n            q: this.search,\n            limit: this.max_results\n        },\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\n})(window.Rkns);\n","Rkns.ResourceList = {};\n\nRkns.ResourceList.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.ResourceList.Bin.prototype.resultTemplate = renkanJST['templates/list-bin.html'];\n\nRkns.ResourceList.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.title_$.html(_opts.title);\n    if (_opts.list) {\n        this.data = _opts.list;\n    }\n    this.refresh();\n};\n\nRkns.ResourceList.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data,function(_item) {\n        var _element;\n        if (typeof _item === \"string\") {\n            if (/^(https?:\\/\\/|www)/.test(_item)) {\n                _element = { url: _item };\n            } else {\n                _element = { title: _item.replace(/[:,]?\\s?(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+\\s?/,'').trim() };\n                var _match = _item.match(/(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+/);\n                if (_match) {\n                    _element.url = _match[0];\n                }\n                if (_element.title.length > 80) {\n                    _element.description = _element.title;\n                    _element.title = _element.title.replace(/^(.{30,60})\\s.+$/,'$1…');\n                }\n            }\n        } else {\n            _element = _item;\n        }\n        var title = _element.title || (_element.url || \"\").replace(/^https?:\\/\\/(www\\.)?/,'').replace(/^(.{40}).+$/,'$1…'),\n            url = _element.url || \"\",\n            description = _element.description || \"\",\n            image = _element.image || \"\";\n        if (url && !/^https?:\\/\\//.test(url)) {\n            url = 'http://' + url;\n        }\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            image: image,\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.ResourceList.Bin.prototype.refresh = function() {\n    if (this.data) {\n        this.render();\n    }\n};\n","Rkns.Wikipedia = {\n};\n\nRkns.Wikipedia.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nRkns.Wikipedia.Search.prototype.getBgClass = function() {\n    return \"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-\" + this.lang;\n};\n\nRkns.Wikipedia.Search.prototype.getSearchTitle = function() {\n    var langs = {\n        \"fr\": \"French\",\n        \"en\": \"English\",\n        \"ja\": \"Japanese\"\n    };\n    if (langs[this.lang]) {\n        return this.renkan.translate(\"Wikipedia in \") + this.renkan.translate(langs[this.lang]);\n    } else {\n        return this.renkan.translate(\"Wikipedia\") + \" [\" + this.lang + \"]\";\n    }\n};\n\nRkns.Wikipedia.Search.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new Rkns.Wikipedia.Bin(this.renkan, {\n            lang: this.lang,\n            search: _q\n        })\n    );\n};\n\nRkns.Wikipedia.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.Wikipedia.Bin.prototype.resultTemplate = renkanJST['templates/wikipedia-bin/resulttemplate.html'];\n\nRkns.Wikipedia.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.search = _opts.search;\n    this.lang = _opts.lang || \"en\";\n    this.title_icon_$.addClass('Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-' + this.lang);\n    this.title_$.html(this.search).addClass(\"Rk-Wikipedia-Title\");\n    this.refresh();\n};\n\nRkns.Wikipedia.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data.query.search, function(_result) {\n        var title = _result.title,\n            url = \"http://\" + _this.lang + \".wikipedia.org/wiki/\" + encodeURI(title.replace(/ /g,\"_\")),\n            description = Rkns.$('<div>').html(_result.snippet).text();\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.Wikipedia.Bin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: \"http://\" + _this.lang + \".wikipedia.org/w/api.php?action=query&list=search&srsearch=\" + encodeURIComponent(this.search) + \"&format=json\",\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n","\ndefine('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {\n    'use strict';\n\n    /* Rkns.Renderer._BaseRepresentation Class */\n\n    /* In Renkan, a \"Representation\" is a sort of ViewModel (in the MVVM paradigm) and bridges the gap between\n     * models (written with Backbone.js) and the view (written with Paper.js)\n     * Renkan's representations all inherit from Rkns.Renderer._BaseRepresentation '*/\n\n    var _BaseRepresentation = function(_renderer, _model) {\n        if (typeof _renderer !== \"undefined\") {\n            this.renderer = _renderer;\n            this.renkan = _renderer.renkan;\n            this.project = _renderer.renkan.project;\n            this.options = _renderer.renkan.options;\n            this.model = _model;\n            if (this.model) {\n                var _this = this;\n                this._changeBinding = function() {\n                    _this.redraw({change: true});\n                };\n                this._removeBinding = function() {\n                    _renderer.removeRepresentation(_this);\n                    _.defer(function() {\n                        _renderer.redraw();\n                    });\n                };\n                this._selectBinding = function() {\n                    _this.select();\n                };\n                this._unselectBinding = function() {\n                    _this.unselect();\n                };\n                this.model.on(\"change\", this._changeBinding );\n                this.model.on(\"remove\", this._removeBinding );\n                this.model.on(\"select\", this._selectBinding );\n                this.model.on(\"unselect\", this._unselectBinding );\n            }\n        }\n    };\n\n    /* Rkns.Renderer._BaseRepresentation Methods */\n\n    _(_BaseRepresentation.prototype).extend({\n        _super: function(_func) {\n            return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));\n        },\n        redraw: function() {},\n        moveTo: function() {},\n        show: function() { return \"BaseRepresentation.show\"; },\n        hide: function() {},\n        select: function() {\n            if (this.model) {\n                this.model.trigger(\"selected\");\n            }\n        },\n        unselect: function() {\n            if (this.model) {\n                this.model.trigger(\"unselected\");\n            }\n        },\n        highlight: function() {},\n        unhighlight: function() {},\n        mousedown: function() {},\n        mouseup: function() {\n            if (this.model) {\n                this.model.trigger(\"clicked\");\n            }\n        },\n        destroy: function() {\n            if (this.model) {\n                this.model.off(\"change\", this._changeBinding );\n                this.model.off(\"remove\", this._removeBinding );\n                this.model.off(\"select\", this._selectBinding );\n                this.model.off(\"unselect\", this._unselectBinding );\n            }\n        }\n    }).value();\n\n    /* End of Rkns.Renderer._BaseRepresentation Class */\n\n    return _BaseRepresentation;\n\n});\n\ndefine('requtils',[], function ($, _) {\n    'use strict';\n    return {\n        getUtils: function(){\n            return window.Rkns.Utils;\n        },\n        getRenderer: function(){\n            return window.Rkns.Renderer;\n        }\n    };\n\n});\n\n\ndefine('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer._BaseButton Class */\n\n    /* BaseButton is extended by contextual buttons that appear when hovering on nodes and edges */\n\n    var _BaseButton = Utils.inherit(BaseRepresentation);\n\n    _(_BaseButton.prototype).extend({\n        moveTo: function(_pos) {\n            this.sector.moveTo(_pos);\n        },\n        show: function() {\n            this.sector.show();\n        },\n        hide: function() {\n            if (this.sector){\n                this.sector.hide();                \n            }\n        },\n        select: function() {\n            this.sector.select();\n        },\n        unselect: function(_newTarget) {\n            this.sector.unselect();\n            if (!_newTarget || (_newTarget !== this.source_representation && _newTarget.source_representation !== this.source_representation)) {\n                this.source_representation.unselect();\n            }\n        },\n        destroy: function() {\n            this.sector.destroy();\n        }\n    }).value();\n\n    return _BaseButton;\n\n});\n\n\ndefine('renderer/shapebuilder',[], function () {\n    'use strict';\n\n    var cloud_path = \"M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z\";\n    /* ShapeBuilder Begin */\n\n    var builders = {\n        \"circle\":{\n            getShape: function() {\n                return new paper.Path.Circle([0, 0], 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Circle(center, radius);\n            }\n        },\n        \"rectangle\":{\n            getShape: function() {\n                return new paper.Path.Rectangle([-2, -2], [2, 2]);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Rectangle([-radius, -radius], [radius*2, radius*2]);\n            }\n        },\n        \"ellipse\":{\n            getShape: function() {\n                return new paper.Path.Ellipse(new paper.Rectangle([-2, -1], [2, 1]));\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Ellipse(new paper.Rectangle([-radius, -radius/2], [radius*2, radius]));\n            }\n        },\n        \"polygon\":{\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0, 0], 6, 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.RegularPolygon(center, 6, radius);\n            }\n        },\n        \"diamond\":{\n            getShape: function() {\n                var d = new paper.Path.Rectangle([-Math.SQRT2, -Math.SQRT2], [Math.SQRT2, Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            },\n            getImageShape: function(center, radius) {\n                var d = new paper.Path.Rectangle([-radius*Math.SQRT2/2, -radius*Math.SQRT2/2], [radius*Math.SQRT2, radius*Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            }\n        },\n        \"star\":{\n            getShape: function() {\n                return new paper.Path.Star([0, 0], 8, 1, 0.7);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Star(center, 8, radius*1, radius*0.7);\n            }\n        },\n        \"cloud\": {\n            getShape: function() {\n                var path = new paper.Path(cloud_path);\n                return path;\n\n            },\n            getImageShape: function(center, radius) {\n                var path = new paper.Path(cloud_path);\n                path.scale(radius);\n                path.translate(center);\n                return path;\n            }\n        },\n        \"triangle\": {\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0,0], 3, 1);\n            },\n            getImageShape: function(center, radius) {\n                var shape = new paper.Path.RegularPolygon([0,0], 3, 1);\n                shape.scale(radius);\n                shape.translate(center);\n                return shape;\n            }\n        },\n        \"svg\": function(path){\n            return {\n                getShape: function() {\n                    return new paper.Path(path);\n                },\n                getImageShape: function(center, radius) {\n                    // No calcul for the moment\n                    return new paper.Path();\n                }\n            };\n        }\n    };\n\n    var ShapeBuilder = function (shape){\n        if(shape === null || typeof shape === \"undefined\"){\n            shape = \"circle\";\n        }\n        if(shape.substr(0,4)===\"svg:\"){\n            return builders.svg(shape.substr(4));\n        }\n        if(!(shape in builders)){\n            shape = \"circle\";\n        }\n        return builders[shape];\n    };\n\n    ShapeBuilder.builders = builders;\n\n    return ShapeBuilder;\n\n});\n\ndefine('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.Node Class */\n\n    /* The representation for the node : A circle, with an image inside and a text label underneath.\n     * The circle and the image are drawn on canvas and managed by Paper.js.\n     * The text label is an HTML node, managed by jQuery. */\n\n    //var NodeRepr = Renderer.Node = Utils.inherit(Renderer._BaseRepresentation);\n    var NodeRepr = Utils.inherit(BaseRepresentation);\n\n    _(NodeRepr.prototype).extend({\n        _init: function() {\n            this.renderer.node_layer.activate();\n            this.type = \"Node\";\n            this.buildShape();\n            this.hidden = false;\n            this.ghost= false;\n            if (this.options.show_node_circles) {\n                this.circle.strokeWidth = this.options.node_stroke_width;\n                this.h_ratio = 1;\n            } else {\n                this.h_ratio = 0;\n            }\n            this.title = $('<div class=\"Rk-Label\">').appendTo(this.renderer.labels_$);\n\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.NodeEditButton(this.renderer, null),\n                                       new Renderer.NodeRemoveButton(this.renderer, null),\n                                       new Renderer.NodeLinkButton(this.renderer, null),\n                                       new Renderer.NodeEnlargeButton(this.renderer, null),\n                                       new Renderer.NodeShrinkButton(this.renderer, null)\n                                       ];\n                if (this.options.hide_nodes){\n                    this.normal_buttons.push(\n                            new Renderer.NodeHideButton(this.renderer, null),\n                            new Renderer.NodeShowButton(this.renderer, null)\n                            );\n                }\n                this.pending_delete_buttons = [\n                                               new Renderer.NodeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n            this.last_circle_radius = 1;\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.node_layer.activate();\n                this.minimap_circle = new paper.Path.Circle([0, 0], 1);\n                this.minimap_circle.__representation = this.renderer.minimap.miniframe.__representation;\n                this.renderer.minimap.node_group.addChild(this.minimap_circle);\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.node_stroke_width + (thickness-1) * (this.options.node_stroke_max_width - this.options.node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_node_stroke_width + (thickness-1) * (this.options.selected_node_stroke_max_width - this.options.selected_node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        buildShape: function(){\n            if( 'shape' in this.model.changed ) {\n                delete this.img;\n            }\n            if(this.circle){\n                this.circle.remove();\n                delete this.circle;\n            }\n            // \"circle\" \"rectangle\" \"ellipse\" \"polygon\" \"star\" \"diamond\"\n            this.shapeBuilder = new ShapeBuilder(this.model.get(\"shape\"));\n            this.circle = this.shapeBuilder.getShape();\n            this.circle.__representation = this;\n            this.circle.sendToBack();\n            this.last_circle_radius = 1;\n        },\n        redraw: function(options) {\n            if( 'shape' in this.model.changed && 'change' in options && options.change ) {\n            //if( 'shape' in this.model.changed ) {\n                this.buildShape();\n            }\n            var _model_coords = new paper.Point(this.model.get(\"position\")),\n                _baseRadius = this.options.node_size_base * Math.exp((this.model.get(\"size\") || 0) * Utils._NODE_SIZE_STEP);\n            if (!this.is_dragging || !this.paper_coords) {\n                this.paper_coords = this.renderer.toPaperCoords(_model_coords);\n            }\n            this.circle_radius = _baseRadius * this.renderer.view.scale;\n            if (this.last_circle_radius !== this.circle_radius) {\n                this.all_buttons.forEach(function(b) {\n                    b.setSectorSize();\n                });\n                this.circle.scale(this.circle_radius / this.last_circle_radius);\n                if (this.node_image) {\n                    this.node_image.scale(this.circle_radius / this.last_circle_radius);\n                }\n            }\n            this.circle.position = this.paper_coords;\n            if (this.node_image) {\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n            }\n            this.last_circle_radius = this.circle_radius;\n\n            var old_act_btn = this.active_buttons;\n\n            var opacity = 1;\n            if (this.model.get(\"delete_scheduled\")) {\n                opacity = 0.5;\n                this.active_buttons = this.pending_delete_buttons;\n                this.circle.dashArray = [2,2];\n            } else {\n                opacity = 1;\n                this.active_buttons = this.normal_buttons;\n                this.circle.dashArray = null;\n            }\n            if (this.selected && this.renderer.isEditable() && !this.ghost) {\n                if (old_act_btn !== this.active_buttons) {\n                    old_act_btn.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            if (this.node_image) {\n                this.node_image.opacity = this.highlighted ? opacity * 0.5 : (opacity - 0.01);\n            }\n\n            this.circle.fillColor = this.highlighted ? this.options.highlighted_node_fill_color : this.options.node_fill_color;\n\n            this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;\n\n            \n            //strip html from title\n            var html = this.model.get(\"title\");\n            var div = document.createElement(\"div\");\n            div.innerHTML = html;\n            var clean_title = div.textContent || div.innerText || \"\";\n            \n            var _text = clean_title || this.renkan.translate(this.options.label_untitled_nodes) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n\n            if (typeof this.highlighted === \"object\") {\n                this.title.html(this.highlighted.replace(_(_text).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n            } else {\n                this.title.text(_text);\n            }\n\n            var _strokeWidth = this._getStrokeWidth();\n            this.title.css({\n                left: this.paper_coords.x,\n                top: this.paper_coords.y + this.circle_radius * this.h_ratio + this.options.node_label_distance + 0.5*_strokeWidth,\n                opacity: opacity\n            });\n            var _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null;\n            this.circle.strokeWidth = _strokeWidth;\n            this.circle.strokeColor = _color;\n            this.circle.dashArray = _dash;\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n            var lastImage = this.img;\n            this.img = this.model.get(\"image\");\n            if (this.img && this.img !== lastImage) {\n                this.showImage();\n                if(this.circle) {\n                    this.circle.sendToBack();\n                }\n            }\n            if (this.node_image && !this.img) {\n                this.node_image.remove();\n                delete this.node_image;\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.fillColor = _color;\n                var minipos = this.renderer.toMinimapCoords(_model_coords),\n                miniradius = this.renderer.minimap.scale * _baseRadius,\n                minisize = new paper.Size([miniradius, miniradius]);\n                this.minimap_circle.fitBounds(minipos.subtract(minisize), minisize.multiply(2));\n            }\n\n            if (typeof options === 'undefined' || !('dontRedrawEdges' in options) || !options.dontRedrawEdges) {\n                var _this = this;\n                _.each(\n                        this.project.get(\"edges\").filter(\n                                function (ed) {\n                                    return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                                }\n                        ),\n                        function(edge, index, list) {\n                            var repr = _this.renderer.getRepresentationByModel(edge);\n                            if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                                repr.redraw();\n                            }\n                        }\n                );\n            }\n            if (this.ghost){\n                this.show(true);\n            } else {\n                if (this.hidden) { this.hide(); }\n            }\n        },\n        showImage: function() {\n            var _image = null;\n            if (typeof this.renderer.image_cache[this.img] === \"undefined\") {\n                _image = new Image();\n                this.renderer.image_cache[this.img] = _image;\n                _image.src = this.img;\n            } else {\n                _image = this.renderer.image_cache[this.img];\n            }\n            if (_image.width) {\n                if (this.node_image) {\n                    this.node_image.remove();\n                }\n                this.renderer.node_layer.activate();\n                var width = _image.width,\n                    height = _image.height,\n                    clipPath = this.model.get(\"clip_path\"),\n                    hasClipPath = (typeof clipPath !== \"undefined\" && clipPath),\n                    _clip = null,\n                    baseRadius = null,\n                    centerPoint = null;\n\n                if (hasClipPath) {\n                    _clip = new paper.Path();\n                    var instructions = clipPath.match(/[a-z][^a-z]+/gi) || [],\n                    lastCoords = [0,0],\n                    minX = Infinity,\n                    minY = Infinity,\n                    maxX = -Infinity,\n                    maxY = -Infinity;\n\n                    var transformCoords = function(tabc, relative) {\n                        var newCoords = tabc.slice(1).map(function(v, k) {\n                            var res = parseFloat(v),\n                            isY = k % 2;\n                            if (isY) {\n                                res = ( res - 0.5 ) * height;\n                            } else {\n                                res = ( res - 0.5 ) * width;\n                            }\n                            if (relative) {\n                                res += lastCoords[isY];\n                            }\n                            if (isY) {\n                                minY = Math.min(minY, res);\n                                maxY = Math.max(maxY, res);\n                            } else {\n                                minX = Math.min(minX, res);\n                                maxX = Math.max(maxX, res);\n                            }\n                            return res;\n                        });\n                        lastCoords = newCoords.slice(-2);\n                        return newCoords;\n                    };\n\n                    instructions.forEach(function(instr) {\n                        var coords = instr.match(/([a-z]|[0-9.-]+)/ig) || [\"\"];\n                        switch(coords[0]) {\n                        case \"M\":\n                            _clip.moveTo(transformCoords(coords));\n                            break;\n                        case \"m\":\n                            _clip.moveTo(transformCoords(coords, true));\n                            break;\n                        case \"L\":\n                            _clip.lineTo(transformCoords(coords));\n                            break;\n                        case \"l\":\n                            _clip.lineTo(transformCoords(coords, true));\n                            break;\n                        case \"C\":\n                            _clip.cubicCurveTo(transformCoords(coords));\n                            break;\n                        case \"c\":\n                            _clip.cubicCurveTo(transformCoords(coords, true));\n                            break;\n                        case \"Q\":\n                            _clip.quadraticCurveTo(transformCoords(coords));\n                            break;\n                        case \"q\":\n                            _clip.quadraticCurveTo(transformCoords(coords, true));\n                            break;\n                        }\n                    });\n\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](maxX - minX, maxY - minY) / 2;\n                    centerPoint = new paper.Point((maxX + minX) / 2, (maxY + minY) / 2);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = (maxY - minY) / (2 * baseRadius);\n                    }\n                } else {\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](width, height) / 2;\n                    centerPoint = new paper.Point(0,0);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = height / (2 * baseRadius);\n                    }\n                }\n                var _raster = new paper.Raster(_image);\n                _raster.locked = true; // Disable mouse events on icon\n                if (hasClipPath) {\n                    _raster = new paper.Group(_clip, _raster);\n                    _raster.opacity = 0.99;\n                    /* This is a workaround to allow clipping at group level\n                     * If opacity was set to 1, paper.js would merge all clipping groups in one (known bug).\n                     */\n                    _raster.clipped = true;\n                    _clip.__representation = this;\n                }\n                if (this.options.clip_node_images) {\n                    var _circleClip = this.shapeBuilder.getImageShape(centerPoint, baseRadius);\n                    _raster = new paper.Group(_circleClip, _raster);\n                    _raster.opacity = 0.99;\n                    _raster.clipped = true;\n                    _circleClip.__representation = this;\n                }\n                this.image_delta = centerPoint.divide(baseRadius);\n                this.node_image = _raster;\n                this.node_image.__representation = _this;\n                this.node_image.scale(this.circle_radius / baseRadius);\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n                this.node_image.insertAbove(this.circle);\n            } else {\n                var _this = this;\n                $(_image).on(\"load\", function() {\n                    _this.showImage();\n                });\n            }\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.renkan.read_only) {\n                    this.is_dragging = true;\n                    this.paper_coords = this.paper_coords.add(_delta);\n                    this.redraw();\n                }\n            } else {\n                this.renderer.view.paperShift(_delta);\n            }\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"NodeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            clearTimeout(this.hide_timeout);\n            this.selected = true;\n            this.circle.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable() && !this.hidden) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            var _uri = this.model.get(\"uri\");\n            if (_uri) {\n                $('.Rk-Bin-Item').each(function() {\n                    var _el = $(this);\n                    if (_el.attr(\"data-uri\") === _uri) {\n                        _el.addClass(\"selected\");\n                    }\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.strokeWidth = this.options.minimap_highlight_weight;\n                this.minimap_circle.strokeColor = this.options.minimap_highlight_color;\n            }\n            //if the node is hidden and the mouse hover it, it appears as a ghost\n            if (this.hidden) {\n                this.show(true);\n            }\n            else {\n                this.showNeighbors(true);\n            }\n            this._super(\"select\");\n        },\n        hideButtons: function() {\n            this.all_buttons.forEach(function(b) {\n                b.hide();\n            });\n            delete(this.buttonTimeout);\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                var _this = this;\n                this.buttons_timeout = setTimeout(function() { _this.hideButtons(); }, 200);\n                this.circle.strokeWidth = this._getStrokeWidth();\n                $('.Rk-Bin-Item').removeClass(\"selected\");\n                if (this.renderer.minimap) {\n                    this.minimap_circle.strokeColor = undefined;\n                }\n                //when the mouse don't hover the node anymore, we hide it\n                if (this.hidden) {\n                    this.renderer.removeRepresentationsOfType(\"editor\");\n                    this.hide();\n                }\n                else {\n                    this.hideNeighbors(true);\n                }\n                this._super(\"unselect\");\n            }\n        },\n        hide_delay: function(){\n            var _this = this;\n            this.hide_timeout = setTimeout(function(){\n                _this.hide();\n            }, 1000);\n        },\n        hide: function(){\n            var _this = this;\n            this.ghost = false;\n            this.hidden = true;\n            if (typeof this.node_image !== 'undefined'){\n                this.node_image.opacity = 0;\n            }\n            this.hideButtons();\n            this.circle.opacity = 0;\n            this.title.css('opacity', 0);\n            this.minimap_circle.opacity = 0;\n\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.hide();\n                        }\n                    }\n            );\n            this.hideNeighbors(false);\n        },\n        show: function(ghost){\n            var _this = this;\n            this.ghost = ghost;\n            if (this.ghost){\n                if (typeof this.node_image !== 'undefined'){\n                    this.node_image.opacity = this.options.ghost_opacity;\n                }\n                this.circle.opacity = this.options.ghost_opacity;\n                this.title.css('opacity', this.options.ghost_opacity);\n                this.minimap_circle.opacity = this.options.ghost_opacity;\n            } else {\n                this.minimap_circle.opacity = 1; \n                this.hidden = false;\n                this.redraw();\n            }\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.show(_this.ghost);\n                        }\n                    }\n            );\n        },\n        hideNeighbors: function(delay){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.ghost) {\n                            if (delay){ repr.hide_delay(); } else {repr.hide(); }\n                        }\n                    }\n            );\n        },\n        showNeighbors: function(ghost){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.hidden) {\n                            repr.show(ghost);\n                            if (!ghost){\n                                var indexNode = _this.renderer.view.hiddenNodes.indexOf(repr.model.id);\n                                if (indexNode !== -1){\n                                    _this.renderer.view.hiddenNodes.splice(indexNode, 1);\n                                }\n                            }\n                        }\n                    }\n            );\n        },\n        highlight: function(textToReplace) {\n            var hlvalue = textToReplace || true;\n            if (this.highlighted === hlvalue) {\n                return;\n            }\n            this.highlighted = hlvalue;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        unhighlight: function() {\n            if (!this.highlighted) {\n                return;\n            }\n            this.highlighted = false;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        saveCoords: function() {\n            var _coords = this.renderer.toModelCoords(this.paper_coords),\n            _data = {\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            if (this.renderer.isEditable()) {\n                this.model.set(_data);\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (this.renderer.is_dragging && this.renderer.isEditable()) {\n                this.saveCoords();\n            } else {\n                if (this.hidden) {\n                    var index = this.renderer.view.hiddenNodes.indexOf(this.model.id);\n                    if (index !== -1){\n                        this.renderer.view.hiddenNodes.splice(index, 1);\n                    }\n                    this.show(false);\n                    this.select();\n                } else {\n                    if (!_isTouch && !this.model.get(\"delete_scheduled\")) {\n                        this.openEditor();\n                    }\n                    this.model.trigger(\"clicked\");\n                }\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.is_dragging = false;\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            this.circle.remove();\n            this.title.remove();\n            if (this.renderer.minimap) {\n                this.minimap_circle.remove();\n            }\n            if (this.node_image) {\n                this.node_image.remove();\n            }\n        }\n    }).value();\n\n    return NodeRepr;\n\n});\n\n\ndefine('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Edge Class Begin */\n\n    //var Edge = Renderer.Edge = Utils.inherit(Renderer._BaseRepresentation);\n    var Edge = Utils.inherit(BaseRepresentation);\n\n    _(Edge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Edge\";\n            this.hidden = false;\n            this.ghost = false;\n            this.from_representation = this.renderer.getRepresentationByModel(this.model.get(\"from\"));\n            this.to_representation = this.renderer.getRepresentationByModel(this.model.get(\"to\"));\n            this.bundle = this.renderer.addToBundles(this);\n            this.line = new paper.Path();\n            this.line.add([0,0],[0,0],[0,0]);\n            this.line.__representation = this;\n            this.line.strokeWidth = this.options.edge_stroke_width;\n            this.arrow_scale = 1;\n            this.arrow = new paper.Path();\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.pivot = new paper.Point([ this.options.edge_arrow_length / 2, this.options.edge_arrow_width / 2 ]);\n            this.arrow.__representation = this;\n            this.text = $('<div class=\"Rk-Label Rk-Edge-Label\">').appendTo(this.renderer.labels_$);\n            this.arrow_angle = 0;\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.EdgeEditButton(this.renderer, null),\n                                       new Renderer.EdgeRemoveButton(this.renderer, null)\n                                       ];\n                this.pending_delete_buttons = [\n                                               new Renderer.EdgeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.edge_layer.activate();\n                this.minimap_line = new paper.Path();\n                this.minimap_line.add([0,0],[0,0]);\n                this.minimap_line.__representation = this.renderer.minimap.miniframe.__representation;\n                this.minimap_line.strokeWidth = 1;\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.edge_stroke_width + (thickness-1) * (this.options.edge_stroke_max_width - this.options.edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_edge_stroke_width + (thickness-1) * (this.options.selected_edge_stroke_max_width - this.options.selected_edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getArrowScale: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return 1 + (thickness-1) * ((this.options.edge_arrow_max_width / this.options.edge_arrow_width) - 1) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        redraw: function() {\n            var from = this.model.get(\"from\"),\n            to = this.model.get(\"to\");\n            if (!from || !to || (this.hidden && !this.ghost)) {\n                return;\n            }\n            this.from_representation = this.renderer.getRepresentationByModel(from);\n            this.to_representation = this.renderer.getRepresentationByModel(to);\n            if (typeof this.from_representation === \"undefined\" || typeof this.to_representation === \"undefined\" ||\n                    (this.from_representation.hidden && !this.from_representation.ghost) ||\n                    (this.to_representation.hidden && !this.to_representation.ghost)) {\n                this.hide();\n                return;\n            }\n            var _strokeWidth = this._getStrokeWidth(),\n                _arrow_scale = this._getArrowScale(),\n                _p0a = this.from_representation.paper_coords,\n                _p1a = this.to_representation.paper_coords,\n                _v = _p1a.subtract(_p0a),\n                _r = _v.length,\n                _u = _v.divide(_r),\n                _ortho = new paper.Point([- _u.y, _u.x]),\n                _group_pos = this.bundle.getPosition(this),\n                _delta = _ortho.multiply( this.options.edge_gap_in_bundles * _group_pos ),\n                _p0b = _p0a.add(_delta), /* Adding a 4 px difference */\n                _p1b = _p1a.add(_delta), /* to differentiate bundled links */\n                _a = _v.angle,\n                _textdelta = _ortho.multiply(this.options.edge_label_distance + 0.5 * _arrow_scale * this.options.edge_arrow_width),\n                _handle = _v.divide(3),\n                _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null,\n                _opacity;\n\n            if (this.model.get(\"delete_scheduled\") || this.from_representation.model.get(\"delete_scheduled\") || this.to_representation.model.get(\"delete_scheduled\")) {\n                _opacity = 0.5;\n                this.line.dashArray = [2, 2];\n            } else {\n                _opacity = this.ghost ? this.options.ghost_opacity : 1;\n                this.line.dashArray = null;\n            }\n\n            var old_act_btn = this.active_buttons;\n\n            this.arrow.visible =\n                (this.model.has(\"style\") && this.model.get(\"style\").arrow) ||\n                !this.model.has(\"style\") ||\n                typeof this.model.get(\"style\").arrow === 'undefined';\n\n            this.active_buttons = this.model.get(\"delete_scheduled\") ? this.pending_delete_buttons : this.normal_buttons;\n\n            if (this.selected && this.renderer.isEditable() && old_act_btn !== this.active_buttons) {\n                old_act_btn.forEach(function(b) {\n                    b.hide();\n                });\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            this.paper_coords = _p0b.add(_p1b).divide(2);\n            this.line.strokeWidth = _strokeWidth;\n            this.line.strokeColor = _color;\n            this.line.dashArray = _dash;\n            this.line.opacity = _opacity;\n            this.line.segments[0].point = _p0a;\n            this.line.segments[1].point = this.paper_coords;\n            this.line.segments[1].handleIn = _handle.multiply(-1);\n            this.line.segments[1].handleOut = _handle;\n            this.line.segments[2].point = _p1a;\n            this.arrow.scale(_arrow_scale / this.arrow_scale);\n            this.arrow_scale = _arrow_scale;\n            this.arrow.fillColor = _color;\n            this.arrow.opacity = _opacity;\n            this.arrow.rotate(_a - this.arrow_angle, this.arrow.bounds.center);\n            this.arrow.position = this.paper_coords;\n\n            this.arrow_angle = _a;\n            if (_a > 90) {\n                _a -= 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            if (_a < -90) {\n                _a += 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_edges) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n            this.text.text(_text);\n            var _textpos = this.paper_coords.add(_textdelta);\n            this.text.css({\n                left: _textpos.x,\n                top: _textpos.y,\n                transform: \"rotate(\" + _a + \"deg)\",\n                \"-moz-transform\": \"rotate(\" + _a + \"deg)\",\n                \"-webkit-transform\": \"rotate(\" + _a + \"deg)\",\n                opacity: _opacity\n            });\n            this.text_angle = _a;\n\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n\n            if (this.renderer.minimap) {\n                this.minimap_line.strokeColor = _color;\n                this.minimap_line.segments[0].point = this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get(\"position\")));\n                this.minimap_line.segments[1].point = this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get(\"position\")));\n            }\n        },\n        hide: function(){\n            this.hidden = true;\n            this.ghost = false;\n\n            this.text.hide();\n            this.line.visible = false;\n            this.arrow.visible = false;\n            this.minimap_line.visible = false;\n        },\n        show: function(ghost){\n            this.ghost = ghost;\n            if (this.ghost) {\n                this.text.css('opacity', 0.3);\n                this.line.opacity = 0.3;\n                this.arrow.opacity = 0.3;\n                this.minimap_line.opacity = 0.3;\n            } else {\n                this.hidden = false;\n\n                this.text.css('opacity', 1);\n                this.line.opacity = 1;\n                this.arrow.opacity = 1;\n                this.minimap_line.opacity = 1;\n            }\n            this.text.show();\n            this.line.visible = true;\n            this.arrow.visible = true;\n            this.minimap_line.visible = true;\n            this.redraw();\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"EdgeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.line.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable()) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n            this._super(\"select\");\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                if (this.options.editor_mode) {\n                    this.all_buttons.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                if (this.hidden){\n                    this.renderer.removeRepresentationsOfType(\"editor\");\n                }\n                this.line.strokeWidth = this._getStrokeWidth();\n                this._super(\"unselect\");\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (!this.renkan.read_only && this.renderer.is_dragging) {\n                this.from_representation.saveCoords();\n                this.to_representation.saveCoords();\n                this.from_representation.is_dragging = false;\n                this.to_representation.is_dragging = false;\n            } else {\n                if (!_isTouch) {\n                    this.openEditor();\n                }\n                this.model.trigger(\"clicked\");\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.options.read_only) {\n                    this.from_representation.paperShift(_delta);\n                    this.to_representation.paperShift(_delta);\n                }\n            } else {\n                this.renderer.paperShift(_delta);\n            }\n        },\n        destroy: function() {\n            this._super(\"destroy\");\n            this.line.remove();\n            this.arrow.remove();\n            this.text.remove();\n            if (this.renderer.minimap) {\n                this.minimap_line.remove();\n            }\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            var _this = this;\n            this.bundle.edges = _.reject(this.bundle.edges, function(_edge) {\n                return _this === _edge;\n            });\n        }\n    }).value();\n\n    return Edge;\n\n});\n\n\n\ndefine('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* TempEdge Class Begin */\n\n    //var TempEdge = Renderer.TempEdge = Utils.inherit(Renderer._BaseRepresentation);\n    var TempEdge = Utils.inherit(BaseRepresentation);\n\n    _(TempEdge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Temp-edge\";\n\n            var _color = (this.project.get(\"users\").get(this.renkan.current_user) || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\");\n            this.line = new paper.Path();\n            this.line.strokeColor = _color;\n            this.line.dashArray = [4, 2];\n            this.line.strokeWidth = this.options.selected_edge_stroke_width;\n            this.line.add([0,0],[0,0]);\n            this.line.__representation = this;\n            this.arrow = new paper.Path();\n            this.arrow.fillColor = _color;\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.__representation = this;\n            this.arrow_angle = 0;\n        },\n        redraw: function() {\n            var _p0 = this.from_representation.paper_coords,\n            _p1 = this.end_pos,\n            _a = _p1.subtract(_p0).angle,\n            _c = _p0.add(_p1).divide(2);\n            this.line.segments[0].point = _p0;\n            this.line.segments[1].point = _p1;\n            this.arrow.rotate(_a - this.arrow_angle);\n            this.arrow.position = _c;\n            this.arrow_angle = _a;\n        },\n        paperShift: function(_delta) {\n            if (!this.renderer.isEditable()) {\n                this.renderer.removeRepresentation(_this);\n                paper.view.draw();\n                return;\n            }\n            this.end_pos = this.end_pos.add(_delta);\n            var _hitResult = paper.project.hitTest(this.end_pos);\n            this.renderer.findTarget(_hitResult);\n            this.redraw();\n        },\n        mouseup: function(_event, _isTouch) {\n            var _hitResult = paper.project.hitTest(_event.point),\n            _model = this.from_representation.model,\n            _endDrag = true;\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _target = _hitResult.item.__representation;\n                if (_target.type.substr(0,4) === \"Node\") {\n                    var _destmodel = _target.model || _target.source_representation.model;\n                    if (_model !== _destmodel) {\n                        var _data = {\n                                id: Utils.getUID('edge'),\n                                created_by: this.renkan.current_user,\n                                from: _model,\n                                to: _destmodel\n                        };\n                        if (this.renderer.isEditable()) {\n                            this.project.addEdge(_data);\n                        }\n                    }\n                }\n\n                if (_model === _target.model || (_target.source_representation && _target.source_representation.model === _model)) {\n                    _endDrag = false;\n                    this.renderer.is_dragging = true;\n                }\n            }\n            if (_endDrag) {\n                this.renderer.click_target = null;\n                this.renderer.is_dragging = false;\n                this.renderer.removeRepresentation(this);\n                paper.view.draw();\n            }\n        },\n        destroy: function() {\n            this.arrow.remove();\n            this.line.remove();\n        }\n    }).value();\n\n    /* TempEdge Class End */\n\n    return TempEdge;\n\n});\n\n\ndefine('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* _BaseEditor Begin */\n    //var _BaseEditor = Renderer._BaseEditor = Utils.inherit(Renderer._BaseRepresentation);\n    var _BaseEditor = Utils.inherit(BaseRepresentation);\n\n    _(_BaseEditor.prototype).extend({\n        _init: function() {\n            this.renderer.buttons_layer.activate();\n            this.type = \"editor\";\n            this.editor_block = new paper.Path();\n            var _pts = _.map(_.range(8), function() {return [0,0];});\n            this.editor_block.add.apply(this.editor_block, _pts);\n            this.editor_block.strokeWidth = this.options.tooltip_border_width;\n            this.editor_block.strokeColor = this.options.tooltip_border_color;\n            this.editor_block.opacity = this.options.tooltip_opacity;\n            this.editor_$ = $('<div>')\n                .appendTo(this.renderer.editor_$)\n                .css({\n                    position: \"absolute\",\n                    opacity: this.options.tooltip_opacity\n                })\n                .hide();\n        },\n        destroy: function() {\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* _BaseEditor End */\n\n    return _BaseEditor;\n\n});\n\n\ndefine('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditor Begin */\n    //var NodeEditor = Renderer.NodeEditor = Utils.inherit(Renderer._BaseEditor);\n    var NodeEditor = Utils.inherit(BaseEditor);\n\n    _(NodeEditor.prototype).extend({\n        _init: function() {\n            BaseEditor.prototype._init.apply(this);\n            this.template = this.options.templates['templates/nodeeditor.html'];\n            //this.templates['default']= this.options.templates['templates/nodeeditor.html'];\n            //fusionner avec this.options.node_editor_templates\n            this.readOnlyTemplate = this.options.node_editor_templates;\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate[_model.get(\"type\")] || this.readOnlyTemplate[\"default\"]),\n            _image_placeholder = this.options.static_url + \"img/image-placeholder.png\",\n            _size = (_model.get(\"size\") || 0);\n            this.editor_$\n            .html(_template({\n                node: {\n                    _id: _model.get(\"_id\"),\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    type: _model.get(\"type\") || \"default\",\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    image: _model.get(\"image\") || \"\",\n                    image_placeholder: _image_placeholder,\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    clip_path: _model.get(\"clip_path\") || false,\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\"),\n                    size: (_size > 0 ? \"+\" : \"\") + _size,\n                    shape: _model.get(\"shape\") || \"circle\"\n                },\n                renkan: this.renkan,\n                options: this.options,\n                shortenText: Utils.shortenText,\n                shapes : _(ShapeBuilder.builders).omit('svg').keys().value(),\n                types : _(this.options.node_editor_templates).keys().value(),\n            }));\n            this.redraw();\n            var _this = this,\n                editorInstance = _this.options.show_node_editor_description_richtext ?\n                    $(\".Rk-Edit-Description\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                editorInstanceTitle = _this.options.show_node_editor_title_richtext ?\n                    $(\".Rk-Edit-Title\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                closeEditor = function() {\n                    _this.renderer.removeRepresentation(_this);\n                    paper.view.draw();\n                };\n\n            _this.cleanEditor = function() {\n                _this.editor_$.off(\"keyup\");\n                _this.editor_$.find(\"input, textarea, select\").off(\"change keyup paste\");\n                _this.editor_$.find(\".Rk-Edit-Image-File\").off('change');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").off('hover');\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Image-Del\").off('click');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker\").find(\"li\").off('hover click');\n                _this.editor_$.find(\".Rk-CloseX\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Goto\").off('click');\n\n                if(_this.options.show_node_editor_description_richtext) {\n                    if(typeof editorInstance.editor !== 'undefined') {\n                        var _editor = editorInstance.editor;\n                        delete editorInstance.editor;\n                        _editor.focusManager.blur(true);\n                        _editor.destroy();\n                    }\n                }\n                if(_this.options.show_node_editor_title_richtext) {\n                    if(typeof editorInstanceTitle.editor !== 'undefined') {\n                        var _editor_title = editorInstanceTitle.editor;\n                        delete editorInstanceTitle.editor;\n                        _editor_title.focusManager.blur(true);\n                        _editor_title.destroy();\n                    }\n                }\n            };\n\n            this.editor_$.find(\".Rk-CloseX\").click(function (e) {\n                e.preventDefault();\n                closeEditor();\n            });\n\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                  _.defer(function() {\n                    if (_this.renderer.isEditable()) {\n                        var _data = {};\n                        if (_this.options.show_node_editor_uri) {\n                            _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                        }\n                        if (_this.options.show_node_editor_image) {\n                            _data.image = _this.editor_$.find(\".Rk-Edit-Image\").val();\n                            _this.editor_$.find(\".Rk-Edit-ImgPreview\").attr(\"src\", _data.image || _image_placeholder);\n                        }\n                        if (_this.options.show_node_editor_description) {\n                            if(_this.options.show_node_editor_description_richtext) {\n                                if(typeof editorInstance.editor !== 'undefined' &&\n                                    editorInstance.editor.checkDirty()) {\n                                    _data.description = editorInstance.editor.getData();\n                                    editorInstance.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.description = _this.editor_$.find(\".Rk-Edit-Description\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_title) {\n                            if(_this.options.show_node_editor_title_richtext) {\n                                if(typeof editorInstanceTitle.editor !== 'undefined' &&\n                                        editorInstanceTitle.editor.checkDirty()) {\n                                    _data.title = editorInstanceTitle.editor.getData();\n                                    editorInstanceTitle.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.title = _this.editor_$.find(\".Rk-Edit-Title\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_style) {\n                            var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked');\n                            _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash});\n                        }\n                        if (_this.options.change_shapes) {\n                            if(_model.get(\"shape\")!==_this.editor_$.find(\".Rk-Edit-Shape\").val()){\n                                _data.shape = _this.editor_$.find(\".Rk-Edit-Shape\").val();\n                            }\n                        }\n                        if (_this.options.change_types) {\n                            if(_model.get(\"type\")!==_this.editor_$.find(\".Rk-Edit-Type\").val()){\n                                _data.type = _this.editor_$.find(\".Rk-Edit-Type\").val();\n                            }\n                        }\n                        _model.set(_data);\n                        _this.redraw();\n                    } else {\n                        closeEditor();\n                    }\n                  });\n                }, 1000);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input, textarea, select\").on(\"change keyup paste\", onFieldChange);\n                if( _this.options.show_node_editor_description &&\n                    _this.options.show_node_editor_description_richtext &&\n                    typeof editorInstance.editor !== 'undefined')\n                {\n                    editorInstance.editor.on(\"change\", onFieldChange);\n                    editorInstance.editor.on(\"blur\", onFieldChange);\n                }\n                \n                if( _this.options.show_node_editor_title &&\n                    _this.options.show_node_editor_title_richtext &&\n                    typeof editorInstanceTitle.editor !== 'undefined')\n                {\n                    editorInstanceTitle.editor.on(\"change\", onFieldChange);\n                    editorInstanceTitle.editor.on(\"blur\", onFieldChange);\n                }\n\n                if(_this.options.allow_image_upload) {\n                    this.editor_$.find(\".Rk-Edit-Image-File\").change(function() {\n                        if (this.files.length) {\n                            var f = this.files[0],\n                            fr = new FileReader();\n                            if (f.type.substr(0,5) !== \"image\") {\n                                alert(_this.renkan.translate(\"This file is not an image\"));\n                                return;\n                            }\n                            if (f.size > (_this.options.uploaded_image_max_kb * 1024)) {\n                                alert(_this.renkan.translate(\"Image size must be under \") + _this.options.uploaded_image_max_kb + _this.renkan.translate(\"KB\"));\n                                return;\n                            }\n                            fr.onload = function(e) {\n                                _this.editor_$.find(\".Rk-Edit-Image\").val(e.target.result);\n                                onFieldChange();\n                            };\n                            fr.readAsDataURL(f);\n                        }\n                    });\n                }\n                this.editor_$.find(\".Rk-Edit-Title\")[0].focus();\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color) || (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var shiftSize = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _newsize = n+(_model.get(\"size\") || 0);\n                        _this.editor_$.find(\"#Rk-Edit-Size-Value\").text((_newsize > 0 ? \"+\" : \"\") + _newsize);\n                        _model.set(\"size\", _newsize);\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Size-Down\").click(function() {\n                    shiftSize(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Size-Up\").click(function() {\n                    shiftSize(1);\n                    return false;\n                });\n\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n\n                this.editor_$.find(\".Rk-Edit-Image-Del\").click(function() {\n                    _this.editor_$.find(\".Rk-Edit-Image\").val('');\n                    onFieldChange();\n                    return false;\n                });\n            } else {\n                if (typeof this.source_representation.highlighted === \"object\") {\n                    var titlehtml = this.source_representation.highlighted.replace(_(_model.get(\"title\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>');\n                    this.editor_$.find(\".Rk-Display-Title\" + (_model.get(\"uri\") ? \" a\" : \"\")).html(titlehtml);\n                    if (this.options.show_node_tooltip_description) {\n                        this.editor_$.find(\".Rk-Display-Description\").html(this.source_representation.highlighted.replace(_(_model.get(\"description\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n                    }\n                }\n            }\n            this.editor_$.find(\"img\").load(function() {\n                _this.redraw();\n            });\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        },\n        destroy: function() {\n            if(typeof this.cleanEditor !== 'undefined') {\n                this.cleanEditor();\n            }\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* NodeEditor End */\n\n    return NodeEditor;\n\n});\n\n\ndefine('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditor Begin */\n\n    //var EdgeEditor = Renderer.EdgeEditor = Utils.inherit(Renderer._BaseEditor);\n    var EdgeEditor = Utils.inherit(BaseEditor);\n\n    _(EdgeEditor.prototype).extend({\n        _init: function() {\n          BaseEditor.prototype._init.apply(this);\n          this.template = this.options.templates['templates/edgeeditor.html'];\n          this.readOnlyTemplate = this.options.templates['templates/edgeeditor_readonly.html'];\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _from_model = _model.get(\"from\"),\n            _to_model = _model.get(\"to\"),\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate);\n            this.editor_$\n              .html(_template({\n                edge: {\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    arrow: (_model.has(\"style\") && _model.get(\"style\").arrow) || !_model.has(\"style\") || (typeof _model.get(\"style\").arrow === 'undefined') ? \"checked\" : \"\",\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    from_title: _from_model.get(\"title\"),\n                    to_title: _to_model.get(\"title\"),\n                    from_color: (_from_model.has(\"style\") && _from_model.get(\"style\").color) || (_from_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    to_color: (_to_model.has(\"style\") && _to_model.get(\"style\").color) || (_to_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\")\n                },\n                renkan: this.renkan,\n                shortenText: Utils.shortenText,\n                options: this.options\n            }));\n            this.redraw();\n            var _this = this,\n            closeEditor = function() {\n                _this.renderer.removeRepresentation(_this);\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                paper.view.draw();\n            };\n            this.editor_$.find(\".Rk-CloseX\").click(closeEditor);\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                    _.defer(function() {\n                        if (_this.renderer.isEditable()) {\n                            var _data = {\n                                title: _this.editor_$.find(\".Rk-Edit-Title\").val()\n                            };\n                            if (_this.options.show_edge_editor_uri) {\n                                _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            }\n                            if (_this.options.show_node_editor_style) {\n                                var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked'),\n                                    arrow = _this.editor_$.find(\".Rk-Edit-Arrow\").is(':checked');\n                                _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash, arrow: arrow});\n                            }\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                            _model.set(_data);\n                            paper.view.draw();\n                        } else {\n                            closeEditor();\n                        }\n                    });\n                },500);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input\").on(\"keyup change paste\", onFieldChange);\n\n                this.editor_$.find(\".Rk-Edit-Vocabulary\").change(function() {\n                    var e = $(this),\n                    v = e.val();\n                    if (v) {\n                        _this.editor_$.find(\".Rk-Edit-Title\").val(e.find(\":selected\").text());\n                        _this.editor_$.find(\".Rk-Edit-URI\").val(v);\n                        onFieldChange();\n                    }\n                });\n                this.editor_$.find(\".Rk-Edit-Direction\").click(function() {\n                    if (_this.renderer.isEditable()) {\n                        _model.set({\n                            from: _model.get(\"to\"),\n                            to: _model.get(\"from\")\n                        });\n                        _this.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color)|| (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n            }\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* EdgeEditor End */\n\n    return EdgeEditor;\n\n});\n\n\ndefine('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* _NodeButton Begin */\n\n    //var _NodeButton = Renderer._NodeButton = Utils.inherit(Renderer._BaseButton);\n    var _NodeButton = Utils.inherit(BaseButton);\n\n    _(_NodeButton.prototype).extend({\n        setSectorSize: function() {\n            var sectorInner = this.source_representation.circle_radius;\n            if (sectorInner !== this.lastSectorInner) {\n                if (this.sector) {\n                    this.sector.destroy();\n                }\n                this.sector = this.renderer.drawSector(\n                        this, 1 + sectorInner,\n                        Utils._NODE_BUTTON_WIDTH + sectorInner,\n                        this.startAngle,\n                        this.endAngle,\n                        1,\n                        this.imageName,\n                        this.renkan.translate(this.text)\n                );\n                this.lastSectorInner = sectorInner;\n            }\n        },\n        unselect: function() {\n            BaseButton.prototype.unselect.apply(this, Array.prototype.slice.call(arguments, 1));\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n                this.source_representation.hideButtons();\n            }\n        },\n        select: function() {\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n            }\n            this.sector.select();\n        },\n    }).value();\n\n\n    /* _NodeButton End */\n\n    return _NodeButton;\n\n});\n\n\ndefine('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditButton Begin */\n\n    //var NodeEditButton = Renderer.NodeEditButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEditButton = Utils.inherit(NodeButton);\n\n    _(NodeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-edit-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -125 : -135;\n            this.endAngle = this.options.hide_nodes ? -55 : -45;\n            this.imageName = \"edit\";\n            this.text = \"Edit\";\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* NodeEditButton End */\n\n    return NodeEditButton;\n\n});\n\n\ndefine('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRemoveButton = Utils.inherit(NodeButton);\n\n    _(NodeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-remove-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -10 : 0;\n            this.endAngle = this.options.hide_nodes ? 45 : 90;\n            this.imageName = \"remove\";\n            this.text = \"Remove\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove node ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeNode(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeRemoveButton;\n\n});\n\n\ndefine('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeHideButton = Utils.inherit(NodeButton);\n\n    _(NodeHideButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-hide-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 45;\n            this.endAngle = 90;\n            this.imageName = \"hide\";\n            this.text = \"Hide\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.renderer.view.addHiddenNode(this.source_representation.model);\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeHideButton;\n\n});\n\n\ndefine('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShowButton = Utils.inherit(NodeButton);\n\n    _(NodeShowButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-show-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 90;\n            this.endAngle = 135;\n            this.imageName = \"show\";\n            this.text = \"Show\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.source_representation.showNeighbors(false);\n            }\n        }\n    }).value();\n\n    /* NodeShowButton End */\n\n    return NodeShowButton;\n\n});\n\n\ndefine('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRevertButton Begin */\n\n    //var NodeRevertButton = Renderer.NodeRevertButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRevertButton = Utils.inherit(NodeButton);\n\n    _(NodeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-revert-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = -135;\n            this.endAngle = 135;\n            this.imageName = \"revert\";\n            this.text = \"Cancel deletion\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* NodeRevertButton End */\n\n    return NodeRevertButton;\n\n});\n\n\ndefine('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeLinkButton Begin */\n\n    //var NodeLinkButton = Renderer.NodeLinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeLinkButton = Utils.inherit(NodeButton);\n\n    _(NodeLinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-link-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? 135 : 90;\n            this.endAngle = this.options.hide_nodes ? 190 : 180;\n            this.imageName = \"link\";\n            this.text = \"Link to another node\";\n        },\n        mousedown: function(_event, _isTouch) {\n            if (this.renderer.isEditable()) {\n                var _off = this.renderer.canvas_$.offset(),\n                _point = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]);\n                this.renderer.click_target = null;\n                this.renderer.removeRepresentationsOfType(\"editor\");\n                this.renderer.addTempEdge(this.source_representation, _point);\n            }\n        }\n    }).value();\n\n    /* NodeLinkButton End */\n\n    return NodeLinkButton;\n\n});\n\n\n\ndefine('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEnlargeButton Begin */\n\n    //var NodeEnlargeButton = Renderer.NodeEnlargeButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEnlargeButton = Utils.inherit(NodeButton);\n\n    _(NodeEnlargeButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-enlarge-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -55 : -45;\n            this.endAngle = this.options.hide_nodes ? -10 : 0;\n            this.imageName = \"enlarge\";\n            this.text = \"Enlarge\";\n        },\n        mouseup: function() {\n            var _newsize = 1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeEnlargeButton End */\n\n    return NodeEnlargeButton;\n\n});\n\n\ndefine('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeShrinkButton Begin */\n\n    //var NodeShrinkButton = Renderer.NodeShrinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShrinkButton = Utils.inherit(NodeButton);\n\n    _(NodeShrinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-shrink-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -170 : -180;\n            this.endAngle = this.options.hide_nodes ? -125 : -135;\n            this.imageName = \"shrink\";\n            this.text = \"Shrink\";\n        },\n        mouseup: function() {\n            var _newsize = -1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeShrinkButton End */\n\n    return NodeShrinkButton;\n\n});\n\n\ndefine('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditButton Begin */\n\n    //var EdgeEditButton = Renderer.EdgeEditButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeEditButton = Utils.inherit(BaseButton);\n\n    _(EdgeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-edit-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -270, -90, 1, \"edit\", this.renkan.translate(\"Edit\"));\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* EdgeEditButton End */\n\n    return EdgeEditButton;\n\n});\n\n\ndefine('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRemoveButton Begin */\n\n    //var EdgeRemoveButton = Renderer.EdgeRemoveButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRemoveButton = Utils.inherit(BaseButton);\n\n    _(EdgeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-remove-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -90, 90, 1, \"remove\", this.renkan.translate(\"Remove\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove edge ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeEdge(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* EdgeRemoveButton End */\n\n    return EdgeRemoveButton;\n\n});\n\n\ndefine('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRevertButton Begin */\n\n    //var EdgeRevertButton = Renderer.EdgeRevertButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRevertButton = Utils.inherit(BaseButton);\n\n    _(EdgeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-revert-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -135, 135, 1, \"revert\", this.renkan.translate(\"Cancel deletion\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* EdgeRevertButton End */\n\n    return EdgeRevertButton;\n\n});\n\n\ndefine('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* MiniFrame Begin */\n\n    //var MiniFrame = Renderer.MiniFrame = Utils.inherit(Renderer._BaseRepresentation);\n    var MiniFrame = Utils.inherit(BaseRepresentation);\n\n    _(MiniFrame.prototype).extend({\n        paperShift: function(_delta) {\n            this.renderer.offset = this.renderer.offset.subtract(_delta.divide(this.renderer.minimap.scale).multiply(this.renderer.scale));\n            this.renderer.redraw();\n        },\n        mouseup: function(_delta) {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        }\n    }).value();\n\n\n    /* MiniFrame End */\n\n    return MiniFrame;\n\n});\n\n\ndefine('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Scene Begin */\n\n    var Scene = function(_renkan) {\n        this.renkan = _renkan;\n        this.$ = $(\".Rk-Render\");\n        this.representations = [];\n        this.$.html(_renkan.options.templates['templates/scene.html'](_renkan));\n        this.onStatusChange();\n        this.canvas_$ = this.$.find(\".Rk-Canvas\");\n        this.labels_$ = this.$.find(\".Rk-Labels\");\n        if (!_renkan.options.popup_editor){\n            this.editor_$ = $(\"#\" + _renkan.options.editor_panel);\n        }else{\n            this.editor_$ = this.$.find(\".Rk-Editor\");\n        }\n        this.notif_$ = this.$.find(\".Rk-Notifications\");\n        paper.setup(this.canvas_$[0]);\n        this.totalScroll = 0;\n        this.mouse_down = false;\n        this.click_target = null;\n        this.selected_target = null;\n        this.edge_layer = new paper.Layer();\n        this.node_layer = new paper.Layer();\n        this.buttons_layer = new paper.Layer();\n        this.delete_list = [];\n        this.redrawActive = true;\n\n        if (_renkan.options.show_minimap) {\n            this.minimap = {\n                    background_layer: new paper.Layer(),\n                    edge_layer: new paper.Layer(),\n                    node_layer: new paper.Layer(),\n                    node_group: new paper.Group(),\n                    size: new paper.Size( _renkan.options.minimap_width, _renkan.options.minimap_height )\n            };\n\n            this.minimap.background_layer.activate();\n            this.minimap.topleft = paper.view.bounds.bottomRight.subtract(this.minimap.size);\n            this.minimap.rectangle = new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]), this.minimap.size.add([4,4]));\n            this.minimap.rectangle.fillColor = _renkan.options.minimap_background_color;\n            this.minimap.rectangle.strokeColor = _renkan.options.minimap_border_color;\n            this.minimap.rectangle.strokeWidth = 4;\n            this.minimap.offset = new paper.Point(this.minimap.size.divide(2));\n            this.minimap.scale = 0.1;\n\n            this.minimap.node_layer.activate();\n            this.minimap.cliprectangle = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.cliprectangle);\n            this.minimap.node_group.clipped = true;\n            this.minimap.miniframe = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.miniframe);\n            this.minimap.miniframe.fillColor = '#c0c0ff';\n            this.minimap.miniframe.opacity = 0.3;\n            this.minimap.miniframe.strokeColor = '#000080';\n            this.minimap.miniframe.strokeWidth = 2;\n            this.minimap.miniframe.__representation = new MiniFrame(this, null);\n        }\n\n        this.throttledPaperDraw = _(function() {\n            paper.view.draw();\n        }).throttle(100).value();\n\n        this.bundles = [];\n        this.click_mode = false;\n\n        var _this = this,\n        _allowScroll = true,\n        _originalScale = 1,\n        _zooming = false,\n        _lastTapX = 0,\n        _lastTapY = 0,\n        _lastTap = 0;\n\n        this.image_cache = {};\n        this.icon_cache = {};\n\n        ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) {\n            var img = new Image();\n            img.src = _renkan.options.static_url + 'img/' + imgname + '.png';\n            _this.icon_cache[imgname] = img;\n        });\n\n        var throttledMouseMove = _.throttle(function(_event, _isTouch) {\n            _this.onMouseMove(_event, _isTouch);\n        }, Utils._MOUSEMOVE_RATE);\n\n        this.canvas_$.on({\n            mousedown: function(_event) {\n                _event.preventDefault();\n                _this.onMouseDown(_event, false);\n            },\n            mousemove: function(_event) {\n                _event.preventDefault();\n                throttledMouseMove(_event, false);\n            },\n            mouseup: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event, false);\n            },\n            mousewheel: function(_event, _delta) {\n                if(_renkan.options.zoom_on_scroll) {\n                    _event.preventDefault();\n                    if (_allowScroll) {\n                        _this.onScroll(_event, _delta);\n                    }\n                }\n            },\n            touchstart: function(_event) {\n                _event.preventDefault();\n                var _touches = _event.originalEvent.touches[0];\n                if (\n                        _renkan.options.allow_double_click &&\n                        new Date() - _lastTap < Utils._DOUBLETAP_DELAY &&\n                        ( Math.pow(_lastTapX - _touches.pageX, 2) + Math.pow(_lastTapY - _touches.pageY, 2) < Utils._DOUBLETAP_DISTANCE )\n                ) {\n                    _lastTap = 0;\n                    _this.onDoubleClick(_touches);\n                } else {\n                    _lastTap = new Date();\n                    _lastTapX = _touches.pageX;\n                    _lastTapY = _touches.pageY;\n                    _originalScale = _this.view.scale;\n                    _zooming = false;\n                    _this.onMouseDown(_touches, true);\n                }\n            },\n            touchmove: function(_event) {\n                _event.preventDefault();\n                _lastTap = 0;\n                if (_event.originalEvent.touches.length === 1) {\n                    _this.onMouseMove(_event.originalEvent.touches[0], true);\n                } else {\n                    if (!_zooming) {\n                        _this.onMouseUp(_event.originalEvent.touches[0], true);\n                        _this.click_target = null;\n                        _this.is_dragging = false;\n                        _zooming = true;\n                    }\n                    if (_event.originalEvent.scale === \"undefined\") {\n                        return;\n                    }\n                    var _newScale = _event.originalEvent.scale * _originalScale,\n                    _scaleRatio = _newScale / _this.view.scale,\n                    _newOffset = new paper.Point([\n                                                  _this.canvas_$.width(),\n                                                  _this.canvas_$.height()\n                                                  ]).multiply( 0.5 * ( 1 - _scaleRatio ) ).add(_this.view.offset.multiply( _scaleRatio ));\n                    _this.view.setScale(_newScale, _newOffset);\n                }\n            },\n            touchend: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event.originalEvent.changedTouches[0], true);\n            },\n            dblclick: function(_event) {\n                _event.preventDefault();\n                if (_renkan.options.allow_double_click) {\n                    _this.onDoubleClick(_event);\n                }\n            },\n            mouseleave: function(_event) {\n                _event.preventDefault();\n                //_this.onMouseUp(_event, false);\n                _this.click_target = null;\n                _this.is_dragging = false;\n            },\n            dragover: function(_event) {\n                _event.preventDefault();\n            },\n            dragenter: function(_event) {\n                _event.preventDefault();\n                _allowScroll = false;\n            },\n            dragleave: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n            },\n            drop: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n                var res = {};\n                _.each(_event.originalEvent.dataTransfer.types, function(t) {\n                    try {\n                        res[t] = _event.originalEvent.dataTransfer.getData(t);\n                    } catch(e) {}\n                });\n                var text = _event.originalEvent.dataTransfer.getData(\"Text\");\n                if (typeof text === \"string\") {\n                    switch(text[0]) {\n                    case \"{\":\n                    case \"[\":\n                        try {\n                            var data = JSON.parse(text);\n                            _.extend(res,data);\n                        }\n                        catch(e) {\n                            if (!res[\"text/plain\"]) {\n                                res[\"text/plain\"] = text;\n                            }\n                        }\n                        break;\n                    case \"<\":\n                        if (!res[\"text/html\"]) {\n                            res[\"text/html\"] = text;\n                        }\n                        break;\n                    default:\n                        if (!res[\"text/plain\"]) {\n                            res[\"text/plain\"] = text;\n                        }\n                    }\n                }\n                var url = _event.originalEvent.dataTransfer.getData(\"URL\");\n                if (url && !res[\"text/uri-list\"]) {\n                    res[\"text/uri-list\"] = url;\n                }\n                _this.dropData(res, _event.originalEvent);\n            }\n        });\n\n        var bindClick = function(selector, fname) {\n            _this.$.find(selector).click(function(evt) {\n                _this[fname](evt);\n                return false;\n            });\n        };\n\n        if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n            this.$.find(\".Rk-ZoomSetSaved\").show();\n        }\n        this.$.find(\".Rk-CurrentUser\").mouseenter(\n                function() { _this.$.find(\".Rk-UserList\").slideDown(); }\n        );\n        this.$.find(\".Rk-Users\").mouseleave(\n                function() { _this.$.find(\".Rk-UserList\").slideUp(); }\n        );\n        bindClick(\".Rk-FullScreen-Button\", \"fullScreen\");\n        bindClick(\".Rk-AddNode-Button\", \"addNodeBtn\");\n        bindClick(\".Rk-AddEdge-Button\", \"addEdgeBtn\");\n        bindClick(\".Rk-Save-Button\", \"save\");\n        bindClick(\".Rk-Open-Button\", \"open\");\n        bindClick(\".Rk-Export-Button\", \"exportProject\");\n        this.$.find(\".Rk-Bookmarklet-Button\")\n          /*jshint scripturl:true */\n          .attr(\"href\",\"javascript:\" + Utils._BOOKMARKLET_CODE(_renkan))\n          .click(function(){\n              _this.notif_$\n              .text(_renkan.translate(\"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\"))\n              .fadeIn()\n              .delay(5000)\n              .fadeOut();\n              return false;\n          });\n        this.$.find(\".Rk-TopBar-Button\").mouseover(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").show();\n        }).mouseout(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").hide();\n        });\n        bindClick(\".Rk-Fold-Bins\", \"foldBins\");\n\n        paper.view.onResize = function(_event) {\n            var _ratio,\n                newWidth = _event.width,\n                newHeight = _event.height;\n\n            if (_this.minimap) {\n                _this.minimap.topleft = paper.view.bounds.bottomRight.subtract(_this.minimap.size);\n                _this.minimap.rectangle.fitBounds(_this.minimap.topleft.subtract([2,2]), _this.minimap.size.add([4,4]));\n                _this.minimap.cliprectangle.fitBounds(_this.minimap.topleft, _this.minimap.size);\n            }\n\n            var ratioH = newHeight/(newHeight-_event.delta.height),\n                ratioW = newWidth/(newWidth-_event.delta.width);\n            if (newHeight < newWidth) {\n                    _ratio = ratioH;\n            } else {\n                _ratio = ratioW;\n            }\n\n            _this.view.resizeZoom(ratioW, ratioH, _ratio);\n\n            _this.redraw();\n\n        };\n\n        var _thRedraw = _.throttle(function() {\n            _this.redraw();\n        },50);\n\n        this.addRepresentations(\"Node\", this.renkan.project.get(\"nodes\"));\n        this.addRepresentations(\"Edge\", this.renkan.project.get(\"edges\"));\n        this.renkan.project.on(\"change:title\", function() {\n            _this.$.find(\".Rk-PadTitle\").val(_renkan.project.get(\"title\"));\n        });\n\n        this.$.find(\".Rk-PadTitle\").on(\"keyup input paste\", function() {\n            _renkan.project.set({\"title\": $(this).val()});\n        });\n\n        var _thRedrawUsers = _.throttle(function() {\n            _this.redrawUsers();\n        }, 100);\n\n        _thRedrawUsers();\n\n        // register model events\n        this.renkan.project.on(\"change:saveStatus\", function(){\n            switch (_this.renkan.project.get(\"saveStatus\")) {\n                case 0: //clean\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saved\");\n                    break;\n                case 1: //dirty\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"to-save\");\n                    break;\n                case 2: //saving\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saving\");\n                    break;\n            }\n        });\n\n        this.renkan.project.on(\"change:loadingStatus\", function(){\n            if (_this.renkan.project.get(\"loadingStatus\")){\n                var animate = _this.$.find(\".loader\").addClass(\"run\");\n                var timer = setTimeout(function(){\n                    _this.$.find(\".loader\").hide(250);\n                }, 3000);\n            }\n            else{\n                Backbone.history.start();\n                _thRedraw();\n            }\n        });\n\n        this.renkan.project.on(\"add:users remove:users\", _thRedrawUsers);\n\n        this.renkan.project.on(\"add:views remove:views\", function(_node) {\n            if(_this.renkan.project.get('views').length > 0) {\n                _this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n            else {\n                _this.$.find(\".Rk-ZoomSetSaved\").hide();\n            }\n        });\n\n        this.renkan.project.on(\"add:nodes\", function(_node) {\n            _this.addRepresentation(\"Node\", _node);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"add:edges\", function(_edge) {\n            _this.addRepresentation(\"Edge\", _edge);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"change:title\", function(_model, _title) {\n            var el = _this.$.find(\".Rk-PadTitle\");\n            if (el.is(\"input\")) {\n                if (el.val() !== _title) {\n                    el.val(_title);\n                }\n            } else {\n                el.text(_title);\n            }\n        });\n\n        //register router events\n        this.renkan.router.on(\"router\", function(_params){\n            _this.setViewparameters(_params);\n        });\n\n        if (_renkan.options.size_bug_fix) {\n            var _delay = (\n                    typeof _renkan.options.size_bug_fix === \"number\" ?\n                        _renkan.options.size_bug_fix\n                                : 500\n            );\n            window.setTimeout(\n                    function() {\n                        _this.fixSize();\n                    },\n                    _delay\n            );\n        }\n\n        if (_renkan.options.force_resize) {\n            $(window).resize(function() {\n                _this.autoScale();\n            });\n        }\n\n        if (_renkan.options.show_user_list && _renkan.options.user_color_editable) {\n            var $cpwrapper = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker-Wrapper\"),\n            $cplist = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker\");\n\n            $cpwrapper.hover(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            $cplist.show();\n                        }\n                    },\n                    function(_e) {\n                        _e.preventDefault();\n                        $cplist.hide();\n                    }\n            );\n\n            $cplist.find(\"li\").mouseenter(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            _this.$.find(\".Rk-CurrentUser-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        }\n                    }\n            );\n        }\n\n        if (_renkan.options.show_search_field) {\n\n            var lastval = '';\n\n            this.$.find(\".Rk-GraphSearch-Field\").on(\"keyup change paste input\", function() {\n                var $this = $(this),\n                val = $this.val();\n                if (val === lastval) {\n                    return;\n                }\n                lastval = val;\n                if (val.length < 2) {\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        _this.getRepresentationByModel(n).unhighlight();\n                    });\n                } else {\n                    var rxs = Utils.regexpFromTextOrArray(val);\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        if (rxs.test(n.get(\"title\")) || rxs.test(n.get(\"description\"))) {\n                            _this.getRepresentationByModel(n).highlight(rxs);\n                        } else {\n                            _this.getRepresentationByModel(n).unhighlight();\n                        }\n                    });\n                }\n            });\n        }\n\n        this.redraw();\n\n        window.setInterval(function() {\n            var _now = new Date().valueOf();\n            _this.delete_list.forEach(function(d) {\n                if (_now >= d.time) {\n                    var el = _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeNode(el);\n                    }\n                    el = _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeEdge(el);\n                    }\n                }\n            });\n            _this.delete_list = _this.delete_list.filter(function(d) {\n                return _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id}) || _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n            });\n        }, 500);\n\n        if (this.minimap) {\n            window.setInterval(function() {\n                _this.rescaleMinimap();\n            }, 2000);\n        }\n\n    };\n\n    _(Scene.prototype).extend({\n        fixSize: function() {\n            if(typeof this.view === 'undefined') {\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").last());\n                this.view.setScale(view.get(\"zoom_level\"), new paper.Point(view.get(\"offset\")));\n            }\n            else{\n                this.view.autoScale();\n            }\n        },\n        drawSector: function(_repr, _inR, _outR, _startAngle, _endAngle, _padding, _imgname, _caption) {\n            var _options = this.renkan.options,\n                _startRads = _startAngle * Math.PI / 180,\n                _endRads = _endAngle * Math.PI / 180,\n                _img = this.icon_cache[_imgname],\n                _startdx = - Math.sin(_startRads),\n                _startdy = Math.cos(_startRads),\n                _startXIn = Math.cos(_startRads) * _inR + _padding * _startdx,\n                _startYIn = Math.sin(_startRads) * _inR + _padding * _startdy,\n                _startXOut = Math.cos(_startRads) * _outR + _padding * _startdx,\n                _startYOut = Math.sin(_startRads) * _outR + _padding * _startdy,\n                _enddx = - Math.sin(_endRads),\n                _enddy = Math.cos(_endRads),\n                _endXIn = Math.cos(_endRads) * _inR - _padding * _enddx,\n                _endYIn = Math.sin(_endRads) * _inR - _padding * _enddy,\n                _endXOut = Math.cos(_endRads) * _outR - _padding * _enddx,\n                _endYOut = Math.sin(_endRads) * _outR - _padding * _enddy,\n                _centerR = (_inR + _outR) / 2,\n                _centerRads = (_startRads + _endRads) / 2,\n                _centerX = Math.cos(_centerRads) * _centerR,\n                _centerY = Math.sin(_centerRads) * _centerR,\n                _centerXIn = Math.cos(_centerRads) * _inR,\n                _centerXOut = Math.cos(_centerRads) * _outR,\n                _centerYIn = Math.sin(_centerRads) * _inR,\n                _centerYOut = Math.sin(_centerRads) * _outR,\n                _textX = Math.cos(_centerRads) * (_outR + 3),\n                _textY = Math.sin(_centerRads) * (_outR + _options.buttons_label_font_size) + _options.buttons_label_font_size / 2;\n            this.buttons_layer.activate();\n            var _path = new paper.Path();\n            _path.add([_startXIn, _startYIn]);\n            _path.arcTo([_centerXIn, _centerYIn], [_endXIn, _endYIn]);\n            _path.lineTo([_endXOut,  _endYOut]);\n            _path.arcTo([_centerXOut, _centerYOut], [_startXOut, _startYOut]);\n            _path.fillColor = _options.buttons_background;\n            _path.opacity = 0.5;\n            _path.closed = true;\n            _path.__representation = _repr;\n            var _text = new paper.PointText(_textX,_textY);\n            _text.characterStyle = {\n                    fontSize: _options.buttons_label_font_size,\n                    fillColor: _options.buttons_label_color\n            };\n            if (_textX > 2) {\n                _text.paragraphStyle.justification = 'left';\n            } else if (_textX < -2) {\n                _text.paragraphStyle.justification = 'right';\n            } else {\n                _text.paragraphStyle.justification = 'center';\n            }\n            _text.visible = false;\n            var _visible = false,\n                _restPos = new paper.Point(-200, -200),\n                _grp = new paper.Group([_path, _text]),\n                //_grp = new paper.Group([_path]),\n                _delta = _grp.position,\n                _imgdelta = new paper.Point([_centerX, _centerY]),\n                _currentPos = new paper.Point(0,0);\n            _text.content = _caption;\n            // set group pivot to not depend on text visibility that changes the group bounding box.\n            _grp.pivot = _grp.bounds.center;\n            _grp.visible = false;\n            _grp.position = _restPos;\n            var _res = {\n                    show: function() {\n                        _visible = true;\n                        _grp.position = _currentPos.add(_delta);\n                        _grp.visible = true;\n                    },\n                    moveTo: function(_point) {\n                        _currentPos = _point;\n                        if (_visible) {\n                            _grp.position = _point.add(_delta);\n                        }\n                    },\n                    hide: function() {\n                        _visible = false;\n                        _grp.visible = false;\n                        _grp.position = _restPos;\n                    },\n                    select: function() {\n                        _path.opacity = 0.8;\n                        _text.visible = true;\n                    },\n                    unselect: function() {\n                        _path.opacity = 0.5;\n                        _text.visible = false;\n                    },\n                    destroy: function() {\n                        _grp.remove();\n                    }\n            };\n            var showImage = function() {\n                var _raster = new paper.Raster(_img);\n                _raster.position = _imgdelta.add(_grp.position).subtract(_delta);\n                _raster.locked = true; // Disable mouse events on icon\n                _grp.addChild(_raster);\n            };\n            if (_img.width) {\n                showImage();\n            } else {\n                $(_img).on(\"load\",showImage);\n            }\n\n            return _res;\n        },\n        addToBundles: function(_edgeRepr) {\n            var _bundle = _(this.bundles).find(function(_bundle) {\n                return (\n                        ( _bundle.from === _edgeRepr.from_representation && _bundle.to === _edgeRepr.to_representation ) ||\n                        ( _bundle.from === _edgeRepr.to_representation && _bundle.to === _edgeRepr.from_representation )\n                );\n            });\n            if (typeof _bundle !== \"undefined\") {\n                _bundle.edges.push(_edgeRepr);\n            } else {\n                _bundle = {\n                        from: _edgeRepr.from_representation,\n                        to: _edgeRepr.to_representation,\n                        edges: [ _edgeRepr ],\n                        getPosition: function(_er) {\n                            var _dir = (_er.from_representation === this.from) ? 1 : -1;\n                            return _dir * ( _(this.edges).indexOf(_er) - (this.edges.length - 1) / 2 );\n                        }\n                };\n                this.bundles.push(_bundle);\n            }\n            return _bundle;\n        },\n        isEditable: function() {\n            return (this.renkan.options.editor_mode && !this.renkan.read_only);\n        },\n        onStatusChange: function() {\n            var savebtn = this.$.find(\".Rk-Save-Button\"),\n            tip = savebtn.find(\".Rk-TopBar-Tooltip-Contents\");\n            if (this.renkan.read_only) {\n                savebtn.removeClass(\"disabled Rk-Save-Online\").addClass(\"Rk-Save-ReadOnly\");\n                tip.text(this.renkan.translate(\"Connection lost\"));\n            } else {\n                if (this.renkan.options.manual_save) {\n                    savebtn.removeClass(\"Rk-Save-ReadOnly Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Save Project\"));\n                } else {\n                    savebtn.removeClass(\"disabled Rk-Save-ReadOnly\").addClass(\"Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Auto-save enabled\"));\n                }\n            }\n            this.redrawUsers();\n        },\n        redrawMiniframe: function() {\n            var topleft = this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),\n                bottomright = this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));\n            this.minimap.miniframe.fitBounds(topleft, bottomright);\n        },\n        rescaleMinimap: function() {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                    _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                    _minx = Math.min.apply(Math, _xx),\n                    _miny = Math.min.apply(Math, _yy),\n                    _maxx = Math.max.apply(Math, _xx),\n                    _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min(\n                        this.view.scale * 0.8 * this.renkan.options.minimap_width / paper.view.bounds.width,\n                        this.view.scale * 0.8 * this.renkan.options.minimap_height / paper.view.bounds.height,\n                        ( this.renkan.options.minimap_width - 2 * this.renkan.options.minimap_padding ) / (_maxx - _minx),\n                        ( this.renkan.options.minimap_height - 2 * this.renkan.options.minimap_padding ) / (_maxy - _miny)\n                );\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale));\n                this.minimap.scale = _scale;\n            }\n            if (nodes.length === 1) {\n                this.minimap.scale = 0.1;\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y]).multiply(this.minimap.scale));\n            }\n            this.redraw();\n        },\n        toPaperCoords: function(_point) {\n            return _point.multiply(this.view.scale).add(this.view.offset);\n        },\n        toMinimapCoords: function(_point) {\n            return _point.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft);\n        },\n        toModelCoords: function(_point) {\n            return _point.subtract(this.view.offset).divide(this.view.scale);\n        },\n        addRepresentation: function(_type, _model) {\n            var RendererType = requtils.getRenderer()[_type];\n            var _repr = new RendererType(this, _model);\n            this.representations.push(_repr);\n            return _repr;\n        },\n        addRepresentations: function(_type, _collection) {\n            var _this = this;\n            _collection.forEach(function(_model) {\n                _this.addRepresentation(_type, _model);\n            });\n        },\n        userTemplate: _.template(\n                '<li class=\"Rk-User\"><span class=\"Rk-UserColor\" style=\"background:<%=background%>;\"></span><%=name%></li>'\n        ),\n        redrawUsers: function() {\n            if (!this.renkan.options.show_user_list) {\n                return;\n            }\n            var allUsers = [].concat((this.renkan.project.current_user_list || {}).models || [], (this.renkan.project.get(\"users\") || {}).models || []),\n            ulistHtml = '',\n            $userpanel = this.$.find(\".Rk-Users\"),\n            $name = $userpanel.find(\".Rk-CurrentUser-Name\"),\n            $cpitems = $userpanel.find(\".Rk-Edit-ColorPicker li\"),\n            $colorsquare = $userpanel.find(\".Rk-CurrentUser-Color\"),\n            _this = this;\n            $name.off(\"click\").text(this.renkan.translate(\"<unknown user>\"));\n            $cpitems.off(\"mouseleave click\");\n            allUsers.forEach(function(_user) {\n                if (_user.get(\"_id\") === _this.renkan.current_user) {\n                    $name.text(_user.get(\"title\"));\n                    $colorsquare.css(\"background\", _user.get(\"color\"));\n                    if (_this.isEditable()) {\n\n                        if (_this.renkan.options.user_name_editable) {\n                            $name.click(function() {\n                                var $this = $(this),\n                                $input = $('<input>').val(_user.get(\"title\")).blur(function() {\n                                    _user.set(\"title\", $(this).val());\n                                    _this.redrawUsers();\n                                    _this.redraw();\n                                });\n                                $this.empty().html($input);\n                                $input.select();\n                            });\n                        }\n\n                        if (_this.renkan.options.user_color_editable) {\n                            $cpitems.click(\n                                    function(_e) {\n                                        _e.preventDefault();\n                                        if (_this.isEditable()) {\n                                            _user.set(\"color\", $(this).attr(\"data-color\"));\n                                        }\n                                        $(this).parent().hide();\n                                    }\n                            ).mouseleave(function() {\n                                $colorsquare.css(\"background\", _user.get(\"color\"));\n                            });\n                        }\n                    }\n\n                } else {\n                    ulistHtml += _this.userTemplate({\n                        name: _user.get(\"title\"),\n                        background: _user.get(\"color\")\n                    });\n                }\n            });\n            $userpanel.find(\".Rk-UserList\").html(ulistHtml);\n        },\n        removeRepresentation: function(_representation) {\n            _representation.destroy();\n            this.representations = _.reject(this.representations,\n                function(_repr) {\n                    return _repr === _representation;\n                }\n            );\n        },\n        getRepresentationByModel: function(_model) {\n            if (!_model) {\n                return undefined;\n            }\n            return _.find(this.representations, function(_repr) {\n                return _repr.model === _model;\n            });\n        },\n        removeRepresentationsOfType: function(_type) {\n            var _representations = _.filter(this.representations,function(_repr) {\n                return _repr.type === _type;\n                }),\n                _this = this;\n            _.each(_representations, function(_repr) {\n                _this.removeRepresentation(_repr);\n            });\n        },\n        highlightModel: function(_model) {\n            var _repr = this.getRepresentationByModel(_model);\n            if (_repr) {\n                _repr.highlight();\n            }\n        },\n        unhighlightAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unhighlight();\n            });\n        },\n        unselectAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unselect();\n            });\n        },\n        redraw: function() {\n            var _this = this;\n            if(! this.redrawActive ) {\n                return;\n            }\n            _.each(this.representations, function(_representation) {\n                _representation.redraw({ dontRedrawEdges:true });\n            });\n            if (this.minimap && typeof this.view !== 'undefined') {\n                this.redrawMiniframe();\n            }\n            paper.view.draw();\n        },\n        addTempEdge: function(_from, _point) {\n            var _tmpEdge = this.addRepresentation(\"TempEdge\",null);\n            _tmpEdge.end_pos = _point;\n            _tmpEdge.from_representation = _from;\n            _tmpEdge.redraw();\n            this.click_target = _tmpEdge;\n        },\n        findTarget: function(_hitResult) {\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _newTarget = _hitResult.item.__representation;\n                if (this.selected_target !== _hitResult.item.__representation) {\n                    if (this.selected_target) {\n                        this.selected_target.unselect(_newTarget);\n                    }\n                    _newTarget.select(this.selected_target);\n                    this.selected_target = _newTarget;\n                }\n            } else {\n                if (this.selected_target) {\n                    this.selected_target.unselect();\n                }\n                this.selected_target = null;\n            }\n        },\n        onMouseMove: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _delta = _point.subtract(this.last_point);\n            this.last_point = _point;\n            if (!this.is_dragging && this.mouse_down && _delta.length > Utils._MIN_DRAG_DISTANCE) {\n                this.is_dragging = true;\n            }\n            var _hitResult = paper.project.hitTest(_point);\n            if (this.is_dragging) {\n                if (this.click_target && typeof this.click_target.paperShift === \"function\") {\n                    this.click_target.paperShift(_delta);\n                } else {\n                    this.view.paperShift(_delta);\n                }\n            } else {\n                this.findTarget(_hitResult);\n            }\n            paper.view.draw();\n        },\n        onMouseDown: function(_event, _isTouch) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            this.last_point = _point;\n            this.mouse_down = true;\n            if (!this.click_target || this.click_target.type !== \"Temp-edge\") {\n                this.removeRepresentationsOfType(\"editor\");\n                this.is_dragging = false;\n                var _hitResult = paper.project.hitTest(_point);\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    this.click_target = _hitResult.item.__representation;\n                    this.click_target.mousedown(_event, _isTouch);\n                } else {\n                    this.click_target = null;\n                    if (this.isEditable() && this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                        var _coords = this.toModelCoords(_point),\n                        _data = {\n                            id: Utils.getUID('node'),\n                            created_by: this.renkan.current_user,\n                            position: {\n                                x: _coords.x,\n                                y: _coords.y\n                            }\n                        };\n                        var _node = this.renkan.project.addNode(_data);\n                        this.getRepresentationByModel(_node).openEditor();\n                    }\n                }\n            }\n            if (this.click_mode) {\n                if (this.isEditable() && this.click_mode === Utils._CLICKMODE_STARTEDGE && this.click_target && this.click_target.type === \"Node\") {\n                    this.removeRepresentationsOfType(\"editor\");\n                    this.addTempEdge(this.click_target, _point);\n                    this.click_mode = Utils._CLICKMODE_ENDEDGE;\n                    this.notif_$.fadeOut(function() {\n                        $(this).html(this.renkan.translate(\"Click on a second node to complete the edge\")).fadeIn();\n                    });\n                } else {\n                    this.notif_$.hide();\n                    this.click_mode = false;\n                }\n            }\n            paper.view.draw();\n        },\n        onMouseUp: function(_event, _isTouch) {\n            this.mouse_down = false;\n            if (this.click_target) {\n                var _off = this.canvas_$.offset();\n                this.click_target.mouseup(\n                        {\n                            point: new paper.Point([\n                                                    _event.pageX - _off.left,\n                                                    _event.pageY - _off.top\n                                                    ])\n                        },\n                        _isTouch\n                );\n            } else {\n                this.click_target = null;\n                this.is_dragging = false;\n                if (_isTouch) {\n                    this.unselectAll();\n                }\n                this.view.updateUrl();\n            }\n            paper.view.draw();\n        },\n        onScroll: function(_event, _scrolldelta) {\n            this.totalScroll += _scrolldelta;\n            if (Math.abs(this.totalScroll) >= 1) {\n                var _off = this.canvas_$.offset(),\n                _delta = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]).subtract(this.view.offset).multiply( Math.SQRT2 - 1 );\n                if (this.totalScroll > 0) {\n                    this.view.setScale( this.view.scale * Math.SQRT2, this.view.offset.subtract(_delta) );\n                } else {\n                    this.view.setScale( this.view.scale * Math.SQRT1_2, this.view.offset.add(_delta.divide(Math.SQRT2)));\n                }\n                this.totalScroll = 0;\n            }\n        },\n        onDoubleClick: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            var _hitResult = paper.project.hitTest(_point);\n\n            if (!this.isEditable()) {\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    if (_hitResult.item.__representation.model.get('uri')){\n                        window.open(_hitResult.item.__representation.model.get('uri'), '_blank');\n                    }\n                }\n                return;\n            }\n            if (this.isEditable() && (!_hitResult || typeof _hitResult.item.__representation === \"undefined\")) {\n                var _coords = this.toModelCoords(_point),\n                _data = {\n                    id: Utils.getUID('node'),\n                    created_by: this.renkan.current_user,\n                    position: {\n                        x: _coords.x,\n                        y: _coords.y\n                    }\n                },\n                _node = this.renkan.project.addNode(_data);\n                this.getRepresentationByModel(_node).openEditor();\n            }\n            paper.view.draw();\n        },\n        defaultDropHandler: function(_data) {\n            var newNode = {};\n            var snippet = \"\";\n            switch(_data[\"text/x-iri-specific-site\"]) {\n                case \"twitter\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    var tweetdiv = snippet.find(\".tweet\");\n                    newNode.title = this.renkan.translate(\"Tweet by \") + tweetdiv.attr(\"data-name\");\n                    newNode.uri = \"http://twitter.com/\" + tweetdiv.attr(\"data-screen-name\") + \"/status/\" + tweetdiv.attr(\"data-tweet-id\");\n                    newNode.image = tweetdiv.find(\".avatar\").attr(\"src\");\n                    newNode.description = tweetdiv.find(\".js-tweet-text:first\").text();\n                    break;\n                case \"google\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    newNode.title = snippet.find(\"h3:first\").text().trim();\n                    newNode.uri = snippet.find(\"h3 a\").attr(\"href\");\n                    newNode.description = snippet.find(\".st:first\").text().trim();\n                    break;\n                default:\n                    if (_data[\"text/x-iri-source-uri\"]) {\n                        newNode.uri = _data[\"text/x-iri-source-uri\"];\n                    }\n            }\n            if (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]) {\n                newNode.description = (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]).replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                var _svgimgs = snippet.find(\"image\");\n                if (_svgimgs.length) {\n                    newNode.image = _svgimgs.attr(\"xlink:href\");\n                }\n                var _svgpaths = snippet.find(\"path\");\n                if (_svgpaths.length) {\n                    newNode.clipPath = _svgpaths.attr(\"d\");\n                }\n                var _imgs = snippet.find(\"img\");\n                if (_imgs.length) {\n                    newNode.image = _imgs[0].src;\n                }\n                var _as = snippet.find(\"a\");\n                if (_as.length) {\n                    newNode.uri = _as[0].href;\n                }\n                newNode.title = snippet.find(\"[title]\").attr(\"title\") || newNode.title;\n                newNode.description = snippet.text().replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/uri-list\"]) {\n                newNode.uri = _data[\"text/uri-list\"];\n            }\n            if (_data[\"text/x-moz-url\"] && !newNode.title) {\n                newNode.title = (_data[\"text/x-moz-url\"].split(\"\\n\")[1] || \"\").trim();\n                if (newNode.title === newNode.uri) {\n                    newNode.title = false;\n                }\n            }\n            if (_data[\"text/x-iri-source-title\"] && !newNode.title) {\n                newNode.title = _data[\"text/x-iri-source-title\"];\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                newNode.image = snippet.find(\"[data-image]\").attr(\"data-image\") || newNode.image;\n                newNode.uri = snippet.find(\"[data-uri]\").attr(\"data-uri\") || newNode.uri;\n                newNode.title = snippet.find(\"[data-title]\").attr(\"data-title\") || newNode.title;\n                newNode.description = snippet.find(\"[data-description]\").attr(\"data-description\") || newNode.description;\n                newNode.clipPath = snippet.find(\"[data-clip-path]\").attr(\"data-clip-path\") || newNode.clipPath;\n            }\n\n            if (!newNode.title) {\n                newNode.title = this.renkan.translate(\"Dragged resource\");\n            }\n            var fields = [\"title\", \"description\", \"uri\", \"image\"];\n            for (var i = 0; i < fields.length; i++) {\n                var f = fields[i];\n                if (_data[\"text/x-iri-\" + f] || _data[f]) {\n                    newNode[f] = _data[\"text/x-iri-\" + f] || _data[f];\n                }\n                if (newNode[f] === \"none\" || newNode[f] === \"null\") {\n                    newNode[f] = undefined;\n                }\n            }\n\n            if(typeof this.renkan.options.drop_enhancer === \"function\"){\n                newNode = this.renkan.options.drop_enhancer(newNode, _data);\n            }\n\n            return newNode;\n\n        },\n        dropData: function(_data, _event) {\n            if (!this.isEditable()) {\n                return;\n            }\n            if (_data[\"text/json\"] || _data[\"application/json\"]) {\n                try {\n                    var jsondata = JSON.parse(_data[\"text/json\"] || _data[\"application/json\"]);\n                    _.extend(_data,jsondata);\n                }\n                catch(e) {}\n            }\n\n            var newNode = (typeof this.renkan.options.drop_handler === \"undefined\")?this.defaultDropHandler(_data):this.renkan.options.drop_handler(_data);\n\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _coords = this.toModelCoords(_point),\n                                      _nodedata = {\n                id: Utils.getUID('node'),\n                created_by: this.renkan.current_user,\n                uri: newNode.uri || \"\",\n                title: newNode.title || \"\",\n                description: newNode.description || \"\",\n                image: newNode.image || \"\",\n                color: newNode.color || undefined,\n                clip_path: newNode.clipPath || undefined,\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            var _node = this.renkan.project.addNode(_nodedata),\n            _repr = this.getRepresentationByModel(_node);\n            if (_event.type === \"drop\") {\n                _repr.openEditor();\n            }\n        },\n        fullScreen: function() {\n            var _isFull = document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen,\n                _el = this.renkan.$[0],\n                _requestMethods = [\"requestFullScreen\",\"mozRequestFullScreen\",\"webkitRequestFullScreen\"],\n                _cancelMethods = [\"cancelFullScreen\",\"mozCancelFullScreen\",\"webkitCancelFullScreen\"],\n                i;\n            if (_isFull) {\n                for (i = 0; i < _cancelMethods.length; i++) {\n                    if (typeof document[_cancelMethods[i]] === \"function\") {\n                        document[_cancelMethods[i]]();\n                        break;\n                    }\n                }\n                var widthAft = this.$.width();\n                var heightAft = this.$.height();\n\n                if (this.renkan.options.show_top_bar) {\n                    heightAft -= this.$.find(\".Rk-TopBar\").height();\n                }\n                if (this.renkan.options.show_bins && (this.renkan.$.find(\".Rk-Bins\").position().left > 0)) {\n                    widthAft -= this.renkan.$.find(\".Rk-Bins\").width();\n                }\n\n                paper.view.viewSize = new paper.Size([widthAft, heightAft]);\n\n            } else {\n                for (i = 0; i < _requestMethods.length; i++) {\n                    if (typeof _el[_requestMethods[i]] === \"function\") {\n                        _el[_requestMethods[i]]();\n                        break;\n                    }\n                }\n                this.redraw();\n            }\n        },\n        addNodeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_ADDNODE;\n                this.notif_$.text(this.renkan.translate(\"Click on the background canvas to add a node\")).fadeIn();\n            }\n            return false;\n        },\n        addEdgeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_STARTEDGE || this.click_mode === Utils._CLICKMODE_ENDEDGE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_STARTEDGE;\n                this.notif_$.text(this.renkan.translate(\"Click on a first node to start the edge\")).fadeIn();\n            }\n            return false;\n        },\n        exportProject: function() {\n          var projectJSON = this.renkan.project.toJSON(),\n              downloadLink = document.createElement(\"a\"),\n              projectId = projectJSON.id,\n              fileNameToSaveAs = projectId + \".json\";\n\n          // clean ids\n          delete projectJSON.id;\n          delete projectJSON._id;\n          delete projectJSON.space_id;\n\n          var objId,\n              idsMap = {},\n              hiddenNodes;\n\n          _.each(projectJSON.nodes, function(e,i,l) {\n            objId = e.id || e._id;\n            delete e._id;\n            delete e.id;\n            idsMap[objId] = e['@id'] = Utils.getUUID4();\n          });\n          _.each(projectJSON.edges, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n            e.to = idsMap[e.to];\n            e.from = idsMap[e.from];\n          });\n          _.each(projectJSON.views, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n\n            if(e.hidden_nodes) {\n                hiddenNodes = e.hidden_nodes;\n                e.hidden_nodes = [];\n                _.each(hiddenNodes, function(h,j) {\n                    e.hidden_nodes.push(idsMap[h]);\n                });\n            }\n          });\n          projectJSON.users = [];\n\n          var projectJSONStr = JSON.stringify(projectJSON, null, 2);\n          var blob = new Blob([projectJSONStr], {type: \"application/json;charset=utf-8\"});\n          filesaver(blob,fileNameToSaveAs);\n\n        },\n        setViewparameters: function(_params){\n            this.removeRepresentationsOfType(\"View\");\n            if ($.isEmptyObject(_params)){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n                return;\n            }\n            if (typeof _params.viewIndex !== 'undefined'){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(_params.viewIndex)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n            }\n            if (typeof _params.view !== 'undefined' && _params.view.split(\",\").length >= 3){\n                var viewParams = _params.view.split(\",\");\n                var params = {\n                        \"project\": this.renkan.project,\n                        \"offset\": {\n                            \"x\": parseFloat(viewParams[0]),\n                            \"y\": parseFloat(viewParams[1])\n                        },\n                        \"zoom_level\": parseFloat(viewParams[2])\n                };\n                if (this.view){\n                    this.view.setScale(params.zoom_level, new paper.Point(params.offset));\n                } else{\n                    this.view = this.addRepresentation(\"View\", null);\n                    this.view.params = params;\n                    this.view.init();\n                }\n            }\n            if (!this.view){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                this.view.autoScale();\n            }\n            //other parameters must go after because most of them depends on a view that must be initialize before\n            this.unhighlightAll();\n            if (typeof _params.idNode !== 'undefined'){\n                this.highlightModel(this.renkan.project.get(\"nodes\").get(_params.idNode));\n            }\n        },\n        validViewIndex: function(index){\n            //check if the view index exist (negative index is from the end) and return the correct index or false if doesn't exist\n            var _index = parseInt(index);\n            var validIndex = 0;\n            if (_index < 0){\n                validIndex = this.renkan.project.get(\"views\").length + _index;\n            } else {\n                validIndex = _index;\n            }\n            if (typeof this.renkan.project.get(\"views\").at(_index) === 'undefined'){\n                validIndex = 0;\n            }\n            return validIndex;\n        },\n        foldBins: function() {\n            var foldBinsButton = this.$.find(\".Rk-Fold-Bins\"),\n                bins = this.renkan.$.find(\".Rk-Bins\");\n            var _this = this,\n                sizeBef = _this.canvas_$.width(),\n                sizeAft;\n            if (bins.position().left < 0) {\n                bins.animate({left: 0},250);\n                this.$.animate({left: 300},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                if ((sizeBef -  bins.width()) < bins.height()){\n                    sizeAft = sizeBef;\n                } else {\n                    sizeAft = sizeBef - bins.width();\n                }\n                foldBinsButton.html(\"&laquo;\");\n            } else {\n                bins.animate({left: -300},250);\n                this.$.animate({left: 0},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                sizeAft = sizeBef+300;\n                foldBinsButton.html(\"&raquo;\");\n            }\n            _this.view.resizeZoom(1, 1, (sizeAft/sizeBef));\n        },\n        save: function() { },\n        open: function() { }\n    }).value();\n\n    /* Scene End */\n\n    return Scene;\n\n});\n\ndefine('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.View Class */\n\n    /* The representation for the view. */\n\n    var ViewRepr = Utils.inherit(BaseRepresentation);\n\n    _(ViewRepr.prototype).extend({\n        _init: function() {\n            var _this = this;\n            this.$ = $(\".Rk-Render\");\n            this.type = \"View\";\n            this.hiddenNodes = [];\n            this.scale = 1;\n            this.initialScale = 1;\n            this.offset = paper.view.center;\n            this.params = {};\n            \n            if (this.model){\n                this.params = {\n                    \"zoom_level\": _this.model.get(\"zoom_level\"),\n                    \"offset\": _this.model.get(\"offset\"),\n                    \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n            }\n                \n            this.init();\n            \n            var bindClick = function(selector, fname) {\n                _this.$.find(selector).click(function(evt) {\n                    _this[fname](evt);\n                    return false;\n                });\n            };\n            \n            bindClick(\".Rk-ZoomOut\", \"zoomOut\");\n            bindClick(\".Rk-ZoomIn\", \"zoomIn\");\n            bindClick(\".Rk-ZoomFit\", \"autoScale\");\n            \n            this.$.find(\".Rk-ZoomSave\").click( function() {\n                var offset = {\n                    \"x\": _this.offset.x,\n                    \"y\": _this.offset.y\n                };\n                _this.model = _this.renkan.project.addView( { zoom_level:_this.scale, offset:offset, hidden_nodes: _this.hiddenNodes.concat() } );\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ZoomSetSaved\").click( function() {\n                _this.model = _this.renkan.project.get(\"views\").at(_this.renkan.project.get(\"views\").length -1);\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n                _this.showNodes(false);\n                if (_this.options.hide_nodes){\n                    _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                    _this.hideNodes();\n                }\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ShowHiddenNodes\").mouseenter( function() {\n                _this.showNodes(true);\n                _this.$.find(\".Rk-ShowHiddenNodes\").mouseleave( function() {\n                    _this.hideNodes();\n                });\n            });\n            this.$.find(\".Rk-ShowHiddenNodes\").click( function() {\n                _this.showNodes(false);\n                _this.$.find(\".Rk-ShowHiddenNodes\").off( \"mouseleave\" ); \n            });\n            if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n                this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n        },\n        redraw: function(options) {\n            //console.log(\"view : \", this.model.toJSON());\n        },\n        init: function(){\n            var _this = this;\n            _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n            \n            if (_this.options.hide_nodes){\n                _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                _this.hideNodes();\n            }\n        },\n        addHiddenNode: function(_model){\n            this.hideNode(_model);\n            this.hiddenNodes.push(_model.id);\n            this.updateUrl();\n        },\n        hideNode: function(_model){\n            if (typeof this.renderer.getRepresentationByModel(_model) !== 'undefined'){\n                this.renderer.getRepresentationByModel(_model).hide();\n            }\n        },\n        hideNodes: function(){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id, index){\n                var node = _this.renkan.project.get(\"nodes\").get(_id);\n                if (typeof node !== 'undefined'){\n                    return _this.hideNode(_this.renkan.project.get(\"nodes\").get(_id));\n                }else{\n                    _this.hiddenNodes.splice(index, 1);\n                }\n            });\n            paper.view.draw();\n        },\n        showNodes: function(ghost){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id){\n                _this.renderer.getRepresentationByModel(_this.renkan.project.get(\"nodes\").get(_id)).show(ghost);\n            });\n            if (!ghost){\n                this.hiddenNodes = [];\n            }\n            paper.view.draw();\n        },\n        setScale: function(_newScale, _offset) {\n            if ((_newScale/this.initialScale) > Utils._MIN_SCALE && (_newScale/this.initialScale) < Utils._MAX_SCALE) {\n                this.scale = _newScale;\n                if (_offset) {\n                    this.offset = _offset;\n                }\n                this.renderer.redraw();\n                this.updateUrl();\n            }\n        },\n        zoomOut: function() {\n            var _newScale = this.scale * Math.SQRT1_2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT1_2 ) ).add(this.offset.multiply( Math.SQRT1_2 ));\n            this.setScale( _newScale, _offset );\n        },\n        zoomIn: function() {\n            var _newScale = this.scale * Math.SQRT2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT2 ) ).add(this.offset.multiply( Math.SQRT2 ));\n            this.setScale( _newScale, _offset );\n        },\n        resizeZoom: function(_scaleWidth, _scaleHeight, _ratio) {\n            var _newScale = this.scale * _ratio,\n                _offset = new paper.Point([\n                                       (this.offset.x * _scaleWidth),\n                                       (this.offset.y * _scaleHeight)\n                                       ]);\n            this.setScale( _newScale, _offset );\n        },\n        autoScale: function(force_view) {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                _minx = Math.min.apply(Math, _xx),\n                _miny = Math.min.apply(Math, _yy),\n                _maxx = Math.max.apply(Math, _xx),\n                _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min( (paper.view.size.width - 2 * this.renkan.options.autoscale_padding) / (_maxx - _minx), (paper.view.size.height - 2 * this.renkan.options.autoscale_padding) / (_maxy - _miny));\n                this.initialScale = _scale;\n                // Override calculated scale if asked\n                if((typeof force_view !== \"undefined\") && parseFloat(force_view.zoom_level)>0 && parseFloat(force_view.offset.x)>0 && parseFloat(force_view.offset.y)>0){\n                    this.setScale(parseFloat(force_view.zoom_level), new paper.Point(parseFloat(force_view.offset.x), parseFloat(force_view.offset.y)));\n                }\n                else{\n                    this.setScale(_scale, paper.view.center.subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale)));\n                }\n            }\n            if (nodes.length === 1) {\n                this.setScale(1, paper.view.center.subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y])));\n            }\n        },\n        paperShift: function(_delta) {\n            this.offset = this.offset.add(_delta);\n            this.renderer.redraw();\n        },\n        updateUrl: function(){\n            if(this.options.update_url){\n                var result = {};\n                var parameters = Backbone.history.getFragment().split('?');\n                if (parameters.length > 1){\n                    parameters[1].split(\"&\").forEach(function(part) {\n                        var item = part.split(\"=\");\n                        result[item[0]] = decodeURIComponent(item[1]);\n                    });\n                }\n                result.view = Math.round(this.offset.x*1000)/1000 + ',' + Math.round(this.offset.y*1000)/1000 + ',' + Math.round(this.scale*1000)/1000;\n\n                if (this.renkan.project.get(\"views\").indexOf(this.model) > -1){\n                    result.viewIndex = this.renkan.project.get(\"views\").indexOf(this.model);\n                    if (result.viewIndex === this.renkan.project.get(\"views\").length - 1){\n                        result.viewIndex = -1;\n                    }\n                } else {\n                    if (result.viewIndex){\n                        delete result.viewIndex;\n                    }\n                }\n                this.renkan.router.navigate(\"?\" + decodeURIComponent($.param(result)), {trigger: false, replace: true});\n            }\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.showNodes(false);\n        }\n    }).value();\n\n    return ViewRepr;\n\n});\n\n\n//Load modules and use them\nif( typeof require.config === \"function\" ) {\n    require.config({\n        paths: {\n            'jquery':'../lib/jquery/jquery',\n            'underscore':'../lib/lodash/lodash',\n            'filesaver' :'../lib/FileSaver/FileSaver',\n            'requtils':'require-utils',\n            'ckeditor-core':'../lib/ckeditor/ckeditor',\n            'ckeditor-jquery':'../lib/ckeditor/adapters/jquery'\n        },\n        shim: {\n            'ckeditor-jquery':{\n                deps:['jquery','ckeditor-core']\n            }\n        },\n    });\n}\n\nrequire(['renderer/baserepresentation',\n         'renderer/basebutton',\n         'renderer/noderepr',\n         'renderer/edge',\n         'renderer/tempedge',\n         'renderer/baseeditor',\n         'renderer/nodeeditor',\n         'renderer/edgeeditor',\n         'renderer/nodebutton',\n         'renderer/nodeeditbutton',\n         'renderer/noderemovebutton',\n         'renderer/nodehidebutton',\n         'renderer/nodeshowbutton',\n         'renderer/noderevertbutton',\n         'renderer/nodelinkbutton',\n         'renderer/nodeenlargebutton',\n         'renderer/nodeshrinkbutton',\n         'renderer/edgeeditbutton',\n         'renderer/edgeremovebutton',\n         'renderer/edgerevertbutton',\n         'renderer/miniframe',\n         'renderer/scene',\n         'renderer/viewrepr'\n         ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){\n\n    'use strict';\n\n    var Rkns = window.Rkns;\n\n    if(typeof Rkns.Renderer === \"undefined\"){\n        Rkns.Renderer = {};\n    }\n    var Renderer = Rkns.Renderer;\n\n    Renderer._BaseRepresentation = BaseRepresentation;\n    Renderer._BaseButton = BaseButton;\n    Renderer.Node = NodeRepr;\n    Renderer.Edge = Edge;\n    Renderer.View = ViewRepr;\n    Renderer.TempEdge = TempEdge;\n    Renderer._BaseEditor = BaseEditor;\n    Renderer.NodeEditor = NodeEditor;\n    Renderer.EdgeEditor = EdgeEditor;\n    Renderer._NodeButton = NodeButton;\n    Renderer.NodeEditButton = NodeEditButton;\n    Renderer.NodeRemoveButton = NodeRemoveButton;\n    Renderer.NodeHideButton = NodeHideButton;\n    Renderer.NodeShowButton = NodeShowButton;\n    Renderer.NodeRevertButton = NodeRevertButton;\n    Renderer.NodeLinkButton = NodeLinkButton;\n    Renderer.NodeEnlargeButton = NodeEnlargeButton;\n    Renderer.NodeShrinkButton = NodeShrinkButton;\n    Renderer.EdgeEditButton = EdgeEditButton;\n    Renderer.EdgeRemoveButton = EdgeRemoveButton;\n    Renderer.EdgeRevertButton = EdgeRevertButton;\n    Renderer.MiniFrame = MiniFrame;\n    Renderer.Scene = Scene;\n\n    startRenkan();\n});\n\ndefine(\"main-renderer\", function(){});\n\n"]}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/php/basic/resources/library/constants.php	Tue Sep 22 15:32:43 2015 +0200
@@ -0,0 +1,3 @@
+<?php
+
+define('RENKAN_SCHEMA_VERSION', '2');
--- a/server/php/basic/resources/library/renkanFunctions.php	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/resources/library/renkanFunctions.php	Tue Sep 22 15:32:43 2015 +0200
@@ -1,60 +1,62 @@
 <?php
 
-    require_once("utilsFunctions.php");
-    require_once("dbFunctions.php");
+require_once("constants.php");
+require_once("utilsFunctions.php");
+require_once("dbFunctions.php");
 
-    function getRenkan($renkanId) {
+function getRenkan($renkanId) {
+
+    $resRenkan = selectProject($renkanId);
 
-        $resRenkan = selectProject($renkanId);
+    header('Content-Type: application/json');
+    echo($resRenkan[0]['renkan']);
+    die();
+
+}
 
-        header('Content-Type: application/json');
-        echo($resRenkan[0]['renkan']);
-        die();
+function saveRenkan($renkanId, $renkanStr) {
 
+    $renkanJson = json_decode($renkanStr, true);
+    if(array_key_exists("title", $renkanJson)) {
+        $title = $renkanJson["title"];
+    }
+    else {
+        $title = "";
     }
 
-    function saveRenkan($renkanId, $renkanStr) {
-
-        $renkanJson = json_decode($renkanStr, true);
-        if(array_key_exists("title", $renkanJson)) {
-            $title = $renkanJson["title"];
-        }
-        else {
-            $title = "";
-        }
-
-        $res = updateProject($renkanId, $title, $renkanStr);
+    $res = updateProject($renkanId, $title, $renkanStr);
 
 
-        //TODO: return error when fail.
-        http_response_code(200);
-        echo("RES:");
-        print_r($res);
-        die();
+    //TODO: return error when fail.
+    http_response_code(200);
+    echo("RES:");
+    print_r($res);
+    die();
 
+}
+
+function emptyRenkan($title, $description, $renkanId = NULL) {
+    if(is_null($renkanId) || trim($renkanId) === '' ) {
+        $renkanId = genUuid4();
     }
 
-    function emptyRenkan($title, $description, $renkanId = NULL) {
-        if(is_null($renkanId) || trim($renkanId) === '' ) {
-            $renkanId = genUuid4();
-        }
-
-        $now = new DateTime('NOW');
+    $now = new DateTime('NOW');
 
-        $renkan_array = [
-            'id' => $renkanId,
-            'title' => $title,
-            'description' => $description,
-            'uri' => NULL,
-            'color' => NULL,
-            'created' => $now->format("c"),
-            'updated' => $now->format("c"),
-            'nodes' => [],
-            'edges' => [],
-            'users' => [],
-            'views' => []
-        ];
+    $renkan_array = [
+        'id' => $renkanId,
+        'title' => $title,
+        'description' => $description,
+        'uri' => NULL,
+        'color' => NULL,
+        'created' => $now->format("c"),
+        'updated' => $now->format("c"),
+        'schema_version' => RENKAN_SCHEMA_VERSION,
+        'nodes' => [],
+        'edges' => [],
+        'users' => [],
+        'views' => []
+    ];
 
-        return json_encode($renkan_array);
+    return json_encode($renkan_array);
 
-    }
+}
--- a/server/php/basic/resources/library/templateFunctions.php	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/php/basic/resources/library/templateFunctions.php	Tue Sep 22 15:32:43 2015 +0200
@@ -1,40 +1,41 @@
 <?php
-    require_once(realpath(dirname(__FILE__) . "/../config.php"));
 
-    function renderLayoutWithContentFile($contentFile, $variables = array(), $css=array())
-    {
-        $contentFileFullPath = TEMPLATES_PATH . "/" . $contentFile;
+require_once realpath(dirname(__FILE__).'/../config.php');
 
-        // making sure passed in variables are in scope of the template
-        // each key in the $variables array will become a variable
-        if (count($variables) > 0) {
-            foreach ($variables as $key => $value) {
-                if (strlen($key) > 0) {
-                    ${$key} = $value;
-                }
+function renderLayoutWithContentFile($contentFile, $variables = array(), $css = array())
+{
+    $contentFileFullPath = TEMPLATES_PATH.'/'.$contentFile;
+
+    // making sure passed in variables are in scope of the template
+    // each key in the $variables array will become a variable
+    if (count($variables) > 0) {
+        foreach ($variables as $key => $value) {
+            if (strlen($key) > 0) {
+                ${$key} = $value;
             }
         }
-
-        require_once(TEMPLATES_PATH . "/header.php");
+    }
 
-        echo "<div id=\"container\">\n"
-           . "\t<div id=\"content\">\n";
+    require_once TEMPLATES_PATH.'/header.php';
+
+    echo "<div id=\"container\">\n"
+       ."\t<div id=\"content\">\n";
 
-        if (file_exists($contentFileFullPath)) {
-            require_once($contentFileFullPath);
-        } else {
-            /*
-                If the file isn't found the error can be handled in lots of ways.
-                In this case we will just include an error template.
-            */
-            require_once(TEMPLATES_PATH . "/error.php");
-        }
+    if (file_exists($contentFileFullPath)) {
+        require_once $contentFileFullPath;
+    } else {
+        /*
+            If the file isn't found the error can be handled in lots of ways.
+            In this case we will just include an error template.
+        */
+        require_once TEMPLATES_PATH.'/error.php';
+    }
 
-        // close content div
-        echo "\t</div>\n";
+    // close content div
+    echo "\t</div>\n";
 
-        // close container div
-        echo "</div>\n";
+    // close container div
+    echo "</div>\n";
 
-        require_once(TEMPLATES_PATH . "/footer.php");
-    }
+    require_once TEMPLATES_PATH.'/footer.php';
+}
--- a/server/python/django/renkanmanager/__init__.py	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/__init__.py	Tue Sep 22 15:32:43 2015 +0200
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-VERSION = (0, 12, 4, "final", 0)
+VERSION = (0, 12, 7, "final", 0)
 
 
 def get_version():
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/renkan.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/renkan.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 /*!
  *    _____            _
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/renkan.min.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/renkan.min.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
 /*!
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/space-editor.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/space-editor.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 html {
     overflow: visible !important;
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/space-editor.min.css	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/css/space-editor.min.css	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
 html{overflow:visible!important}body{font-family:Arial,Helvetica,sans-serif;background:#F6F6F6;color:#333}.clearer{display:block;clear:both;height:1px}h1{margin-bottom:5px;padding:0 15px;background:#333;color:#fff;font-weight:700;font-size:30px;line-height:60px}.right{width:301px;position:absolute;top:10px;right:10px}.main{margin:10px 330px 10px 20px}.blue-button{display:inline-block;padding:4px 6px;color:#fff;text-decoration:none;border-radius:4px;background:-moz-linear-gradient(top,#6080c0,#2040a0);background:-webkit-linear-gradient(top,#6080c0,#2040a0);box-shadow:1px 1px 2px gray}.blue-button:hover{background:-moz-linear-gradient(top,#2040a0,#6080c0);background:-webkit-linear-gradient(top,#2040a0,#6080c0)}.update-preview{text-align:center;display:block;margin-bottom:10px;font-size:24px;font-weight:700;line-height:34px}#preview{position:relative;border-left:1px solid #000;border-bottom:1px solid #000;width:300px;height:800px;border-radius:4px;overflow:hidden;margin-bottom:10px}.section-title{font-size:20px;font-weight:700;margin:20px 0 5px}.first-level-list{margin:5px 0}.add-item{margin:5px 0;font-size:22px;font-weight:700;line-height:18px}.add-item:hover:after{float:right;font-size:14px;font-weight:400;line-height:18px;margin-left:4px}.add-search-engine:hover:after{content:"Add Search Engine"}.add-resource:hover:after{content:"Add Resource"}.add-bin:hover:after{content:"Add Bin"}.item{padding:5px;margin:5px 0;border-radius:4px;font-size:12px;background:-moz-linear-gradient(top,#ffcc8f,#fff0d0);background:-webkit-linear-gradient(top,#ffcc8f,#fff0d0);box-shadow:1px 1px 2px gray}.remove-item{float:right;font-size:22px;line-height:18px;height:18px;margin:0 0 2px -10px;font-weight:700}.setting{float:left;width:260px;margin:2px 15px 2px 2px;line-height:24px;min-height:24px}.setting label{float:left;display:block;width:100px;font-weight:700}.display-value{float:left;display:block;width:160px}.edit-value{width:160px;display:none;border:1px solid #ccc;border-radius:3px}input.edit-value,textarea.edit-value{width:154px;padding:2px}textarea.edit-value{resize:vertical;height:72px}.item-editing .display-value{display:none}.item-editing .edit-value{display:inline-block}.resource-list-title{clear:both;width:100%;font-size:16px;font-weight:700;margin:5px 0 0}.resource{display:block;clear:both;padding:5px;margin:5px;border-radius:4px;background:-moz-linear-gradient(top,#ff8f00,#ffcc8f);background:-webkit-linear-gradient(top,#ff8f00,#ffcc8f);box-shadow:1px 1px 2px gray}.resource .display-value{display:inline-block}.resource .edit-value,.resource.resource-editing .display-value{display:none}.resource.resource-editing .edit-value{display:inline-block}
\ No newline at end of file
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.js	Tue Sep 22 15:32:43 2015 +0200
@@ -24,7 +24,7 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 this["renkanJST"] = this["renkanJST"] || {};
 
@@ -2085,6 +2085,8 @@
     /* NODE EDITOR OPTIONS */
 
     show_node_editor_uri: true,
+    show_node_editor_title: true,
+    show_node_editor_title_richtext: true,
     show_node_editor_description: true,
     show_node_editor_description_richtext: true,
     show_node_editor_size: true,
@@ -2833,7 +2835,7 @@
 
 
 define('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {
-    
+    'use strict';
 
     /* Rkns.Renderer._BaseRepresentation Class */
 
@@ -2918,7 +2920,7 @@
 });
 
 define('requtils',[], function ($, _) {
-    
+    'use strict';
     return {
         getUtils: function(){
             return window.Rkns.Utils;
@@ -2932,7 +2934,7 @@
 
 
 define('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -2974,7 +2976,7 @@
 
 
 define('renderer/shapebuilder',[], function () {
-    
+    'use strict';
 
     var cloud_path = "M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z";
     /* ShapeBuilder Begin */
@@ -3089,7 +3091,7 @@
 });
 
 define('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -3233,7 +3235,14 @@
 
             this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;
 
-            var _text = this.model.get("title") || this.renkan.translate(this.options.label_untitled_nodes) || "";
+            
+            //strip html from title
+            var html = this.model.get("title");
+            var div = document.createElement("div");
+            div.innerHTML = html;
+            var clean_title = div.textContent || div.innerText || "";
+            
+            var _text = clean_title || this.renkan.translate(this.options.label_untitled_nodes) || "";
             _text = Utils.shortenText(_text, this.options.node_label_max_length);
 
             if (typeof this.highlighted === "object") {
@@ -3447,6 +3456,7 @@
             _editor.draw();
         },
         select: function() {
+            clearTimeout(this.hide_timeout);
             this.selected = true;
             this.circle.strokeWidth = this._getSelectedStrokeWidth();
             if (this.renderer.isEditable() && !this.hidden) {
@@ -3498,13 +3508,21 @@
                 }
                 //when the mouse don't hover the node anymore, we hide it
                 if (this.hidden) {
+                    this.renderer.removeRepresentationsOfType("editor");
                     this.hide();
-                } else {
-                    this.hideNeighbors();
+                }
+                else {
+                    this.hideNeighbors(true);
                 }
                 this._super("unselect");
             }
         },
+        hide_delay: function(){
+            var _this = this;
+            this.hide_timeout = setTimeout(function(){
+                _this.hide();
+            }, 1000);
+        },
         hide: function(){
             var _this = this;
             this.ghost = false;
@@ -3531,7 +3549,7 @@
                         }
                     }
             );
-            this.hideNeighbors();
+            this.hideNeighbors(false);
         },
         show: function(ghost){
             var _this = this;
@@ -3563,7 +3581,7 @@
                     }
             );
         },
-        hideNeighbors: function(){
+        hideNeighbors: function(delay){
             var _this = this;
             _.each(
                     this.project.get("edges").filter(
@@ -3574,7 +3592,7 @@
                     function(edge, index, list) {
                         var repr = _this.renderer.getRepresentationByModel(edge.get("to"));
                         if (repr && repr.ghost) {
-                            repr.hide();
+                            if (delay){ repr.hide_delay(); } else {repr.hide(); }
                         }
                     }
             );
@@ -3680,7 +3698,7 @@
 
 
 define('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -3918,6 +3936,9 @@
                         b.hide();
                     });
                 }
+                if (this.hidden){
+                    this.renderer.removeRepresentationsOfType("editor");
+                }
                 this.line.strokeWidth = this._getStrokeWidth();
                 this._super("unselect");
             }
@@ -3978,7 +3999,7 @@
 
 
 define('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4078,7 +4099,7 @@
 
 
 define('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4118,7 +4139,7 @@
 
 
 define('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4452,7 +4473,7 @@
 
 
 define('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4645,7 +4666,7 @@
 
 
 define('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4697,7 +4718,7 @@
 
 
 define('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4730,7 +4751,7 @@
 
 
 define('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4777,7 +4798,7 @@
 
 
 define('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4813,7 +4834,7 @@
 
 
 define('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4849,7 +4870,7 @@
 
 
 define('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4884,7 +4905,7 @@
 
 
 define('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4925,7 +4946,7 @@
 
 
 define('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4960,7 +4981,7 @@
 
 
 define('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -4995,7 +5016,7 @@
 
 
 define('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5024,7 +5045,7 @@
 
 
 define('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5067,7 +5088,7 @@
 
 
 define('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5098,7 +5119,7 @@
 
 
 define('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5127,7 +5148,7 @@
 
 
 define('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -5201,7 +5222,8 @@
         _originalScale = 1,
         _zooming = false,
         _lastTapX = 0,
-        _lastTapY = 0;
+        _lastTapY = 0,
+        _lastTap = 0;
 
         this.image_cache = {};
         this.icon_cache = {};
@@ -5418,7 +5440,7 @@
         var _thRedraw = _.throttle(function() {
             _this.redraw();
         },50);
-           
+
         this.addRepresentations("Node", this.renkan.project.get("nodes"));
         this.addRepresentations("Edge", this.renkan.project.get("edges"));
         this.renkan.project.on("change:title", function() {
@@ -5502,10 +5524,10 @@
                 el.text(_title);
             }
         });
-        
+
         //register router events
         this.renkan.router.on("router", function(_params){
-            _this.parameters(_params);
+            _this.setViewparameters(_params);
         });
 
         if (_renkan.options.size_bug_fix) {
@@ -5812,7 +5834,7 @@
             var RendererType = requtils.getRenderer()[_type];
             var _repr = new RendererType(this, _model);
             this.representations.push(_repr);
-            return _repr;                
+            return _repr;
         },
         addRepresentations: function(_type, _collection) {
             var _this = this;
@@ -6327,7 +6349,7 @@
           filesaver(blob,fileNameToSaveAs);
 
         },
-        parameters: function(_params){
+        setViewparameters: function(_params){
             this.removeRepresentationsOfType("View");
             if ($.isEmptyObject(_params)){
                 this.view = this.addRepresentation("View", this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view)));
@@ -6357,7 +6379,7 @@
                 } else{
                     this.view = this.addRepresentation("View", null);
                     this.view.params = params;
-                    this.view.init();                    
+                    this.view.init();
                 }
             }
             if (!this.view){
@@ -6367,7 +6389,7 @@
             //other parameters must go after because most of them depends on a view that must be initialize before
             this.unhighlightAll();
             if (typeof _params.idNode !== 'undefined'){
-                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));                 
+                this.highlightModel(this.renkan.project.get("nodes").get(_params.idNode));
             }
         },
         validViewIndex: function(index){
@@ -6377,7 +6399,7 @@
             if (_index < 0){
                 validIndex = this.renkan.project.get("views").length + _index;
             } else {
-                validIndex = _index; 
+                validIndex = _index;
             }
             if (typeof this.renkan.project.get("views").at(_index) === 'undefined'){
                 validIndex = 0;
@@ -6424,7 +6446,7 @@
 });
 
 define('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {
-    
+    'use strict';
 
     var Utils = requtils.getUtils();
 
@@ -6695,7 +6717,7 @@
          'renderer/viewrepr'
          ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){
 
-    
+    'use strict';
 
     var Rkns = window.Rkns;
 
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.min.js	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.min.js	Tue Sep 22 15:32:43 2015 +0200
@@ -24,12 +24,12 @@
  *  knowledge of the CeCILL-C license and that you accept its terms.
  */
 
-/*! renkan - v0.12.3 - Copyright © IRI 2015 */
+/*! renkan - v0.12.7 - Copyright © IRI 2015 */
 
 
-this.renkanJST=this.renkanJST||{},this.renkanJST["templates/colorpicker.html"]=function(obj){obj||(obj={});{var __t,__p="";_.escape}with(obj)__p+='<li data-color="'+(null==(__t=c)?"":__t)+'" style="background: '+(null==(__t=c)?"":__t)+'"></li>';return __p},this.renkanJST["templates/edgeeditor.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Edge"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+'</label>\n    <input class="Rk-Edit-Title" type="text" value="'+__e(edge.title)+'" />\n</p>\n',options.show_edge_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(edge.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(edge.uri)+'" target="_blank"></a>\n    </p>\n    ',options.properties.length&&(__p+="\n        <p>\n            <label>"+__e(renkan.translate("Choose from vocabulary:"))+'</label>\n            <select class="Rk-Edit-Vocabulary">\n                ',_.each(options.properties,function(a){__p+='\n                    <option class="Rk-Edit-Vocabulary-Class" value="">\n                        '+__e(renkan.translate(a.label))+"\n                    </option>\n                    ",_.each(a.properties,function(b){var c=a["base-uri"]+b.uri;__p+='\n                        <option class="Rk-Edit-Vocabulary-Property" value="'+__e(c)+'"\n                            ',c===edge.uri&&(__p+=" selected"),__p+=">\n                            "+__e(renkan.translate(b.label))+"\n                        </option>\n                    "}),__p+="\n                "}),__p+="\n            </select>\n        </p>\n")),__p+="\n",options.show_edge_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_edge_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Edge color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(edge.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(edge.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n      ",options.show_edge_editor_style_arrow&&(__p+='\n      <div id="Rk-Editor-p-arrow">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Arrow:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Arrow" class="Rk-Edit-Arrow" '+__e(edge.arrow)+" />\n      </div>\n      "),__p+="\n    </div>\n"),__p+="\n",options.show_edge_editor_direction&&(__p+='\n    <p>\n        <span class="Rk-Edit-Direction">'+__e(renkan.translate("Change edge direction"))+"</span>\n    </p>\n"),__p+="\n",options.show_edge_editor_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: >%-edge.to_color%>;"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_editor_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: &lt;%-edge.created_by_color%>;"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/edgeeditor_readonly.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_edge_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(edge.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',edge.uri&&(__p+='\n            <a href="'+__e(edge.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(edge.title)+"\n        ",edge.uri&&(__p+=" </a> "),__p+="\n    </span>\n</h2>\n",options.show_edge_tooltip_uri&&edge.uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(edge.uri)+'" target="_blank">'+__e(edge.short_uri)+"</a>\n    </p>\n"),__p+="\n<p>"+(null==(__t=edge.description)?"":__t)+"</p>\n",options.show_edge_tooltip_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.to_color)+';"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_tooltip_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.created_by_color)+';"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/ldtjson-bin/annotationtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/segmenttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/tagtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/ldt-tag.png"))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/search/?search="+(null==(__t=encodedtitle)?"":__t)+'&field=all"\n    data-title="'+__e(title)+'" data-description="Tag \''+__e(title)+'\'">\n\n    <img class="Rk-Ldt-Tag-Icon" src="'+__e(static_url)+'img/ldt-tag.png" />\n    <h4>'+(null==(__t=htitle)?"":__t)+'</h4>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/list-bin.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="'+__e(title)+'"\n    data-description="'+__e(description)+'"\n    ',__p+=image?'\n        data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    ':'\n        data-image=""\n    ',__p+="\n>",image&&(__p+='\n    <img class="Rk-ResourceList-Image" src="'+__e(image)+'" />\n'),__p+='\n<h4 class="Rk-ResourceList-Title">\n    ',url&&(__p+='\n        <a href="'+__e(url)+'" target="_blank">\n    '),__p+="\n    "+(null==(__t=htitle)?"":__t)+"\n    ",url&&(__p+="</a>"),__p+="\n    </h4>\n    ",description&&(__p+='\n        <p class="Rk-ResourceList-Description">'+(null==(__t=hdescription)?"":__t)+"</p>\n    "),__p+="\n    ",image&&(__p+='\n        <div style="clear: both;"></div>\n    '),__p+="\n</li>\n";return __p},this.renkanJST["templates/main.html"]=function(obj){obj||(obj={});{var __p="",__e=_.escape;Array.prototype.join}with(obj)options.show_bins&&(__p+='\n    <div class="Rk-Bins">\n        <div class="Rk-Bins-Head">\n            <h2 class="Rk-Bins-Title">'+__e(translate("Select contents:"))+'</h2>\n            <form class="Rk-Web-Search-Form Rk-Search-Form">\n                <input class="Rk-Web-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search the Web"))+'" />\n                <div class="Rk-Search-Select">\n                    <div class="Rk-Search-Current"></div>\n                    <ul class="Rk-Search-List"></ul>\n                </div>\n                <input type="submit" value=""\n                    class="Rk-Web-Search-Submit Rk-Search-Submit" title="'+__e(translate("Search the Web"))+'" />\n            </form>\n            <form class="Rk-Bins-Search-Form Rk-Search-Form">\n                <input class="Rk-Bins-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search in Bins"))+'" /> <input\n                    type="submit" value=""\n                    class="Rk-Bins-Search-Submit Rk-Search-Submit"\n                    title="'+__e(translate("Search in Bins"))+'" />\n            </form>\n        </div>\n        <ul class="Rk-Bin-List"></ul>\n    </div>\n'),__p+=" ",options.show_editor&&(__p+='\n    <div class="Rk-Render Rk-Render-',__p+=options.show_bins?"Panel":"Full",__p+='"></div>\n'),__p+="\n";return __p},this.renkanJST["templates/nodeeditor.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='\n<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Node"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+"</label>\n    ",__p+=options.show_node_editor_title_richtext?'\n        <div class="Rk-Edit-Title" contenteditable="true">'+(null==(__t=node.title)?"":__t)+"</div>\n    ":'\n        <input class="Rk-Edit-Title" type="text" value="'+__e(node.title)+'" />\n    ',__p+="    \n</p>\n",options.show_node_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(node.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(node.uri)+'" target="_blank"></a>\n    </p>\n'),__p+=" ",options.change_types&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Types available"))+':</label>\n        <select class="Rk-Edit-Type">\n          ',_.each(types,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.type===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+=" ",options.show_node_editor_description&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Description:"))+"</label>\n        ",__p+=options.show_node_editor_description_richtext?'\n            <div class="Rk-Edit-Description" contenteditable="true">'+(null==(__t=node.description)?"":__t)+"</div>\n        ":'\n            <textarea class="Rk-Edit-Description">'+(null==(__t=node.description)?"":__t)+"</textarea>\n        ",__p+="\n    </p>\n"),__p+=" ",options.show_node_editor_size&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Size:"))+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a>\n        <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Size-Value">'+__e(node.size)+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Up">+</a>\n    </p>\n'),__p+=" ",options.show_node_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_node_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">\n        '+__e(renkan.translate("Node color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: '+__e(node.color)+';">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(node.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(node.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n    </div>\n"),__p+=" ",options.show_node_editor_image&&(__p+='\n    <div class="Rk-Edit-ImgWrap">\n        <div class="Rk-Edit-ImgPreview">\n            <img src="'+__e(node.image||node.image_placeholder)+'" />\n            ',node.clip_path&&(__p+='\n                <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">\n                    <path style="stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;" d="'+__e(node.clip_path)+'" />\n                </svg>\n            '),__p+="\n        </div>\n    </div>\n    <p>\n        <label>"+__e(renkan.translate("Image URL:"))+'</label>\n        <div>\n            <a class="Rk-Edit-Image-Del" href="#"></a>\n            <input class="Rk-Edit-Image" type="text" value=\''+__e(node.image)+"' />\n        </div>\n    </p>\n",options.allow_image_upload&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Choose Image File:"))+'</label>\n        <input class="Rk-Edit-Image-File" type="file" accept="image/*" />\n    </p>\n')),__p+=" ",options.show_node_editor_creator&&node.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+=" ",options.change_shapes&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Shapes available"))+':</label>\n        <select class="Rk-Edit-Shape">\n          ',_.each(shapes,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.shape===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/nodeeditor_readonly.html"]=function(obj){obj||(obj={});{var __t,__p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+(null==(__t=node.title)?"":__t)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(node.uri)+'" target="_blank">'+__e(node.short_uri)+"</a>\n    </p>\n"),__p+=" ",options.show_node_tooltip_description&&(__p+='\n    <p class="Rk-Display-Description">'+(null==(__t=node.description)?"":__t)+"</p>\n"),__p+=" ",node.image&&options.show_node_tooltip_image&&(__p+='\n    <img class="Rk-Display-ImgPreview" src="'+__e(node.image)+'" />\n'),__p+=" ",node.has_creator&&options.show_node_tooltip_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+='\n    <a href="#?idNode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/nodeeditor_video.html"]=function(obj){obj||(obj={});{var __p="",__e=_.escape;Array.prototype.join}with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(node.title)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n     <video width="320" height="240" controls>\n        <source src="'+__e(node.uri)+'" type="video/mp4">\n     </video> \n'),__p+='\n    <a href="#?idnode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/scene.html"]=function(obj){function print(){__p+=__j.call(arguments,"")}obj||(obj={});var __p="",__e=_.escape,__j=Array.prototype.join;with(obj)options.show_top_bar&&(__p+='\n    <div class="Rk-TopBar">\n        <div class="loader"></div>\n        ',__p+=options.editor_mode?'\n            <input type="text" class="Rk-PadTitle" value="'+__e(project.get("title")||"")+'" placeholder="'+__e(translate("Untitled project"))+'" />\n        ':'\n            <h2 class="Rk-PadTitle">\n                '+__e(project.get("title")||translate("Untitled project"))+"\n            </h2>\n        ",__p+="\n        ",options.show_user_list&&(__p+='\n            <div class="Rk-Users">\n                <div class="Rk-CurrentUser">\n                    ',options.show_user_color&&(__p+='\n                        <div class="Rk-Edit-ColorPicker-Wrapper">\n                            <span class="Rk-CurrentUser-Color">\n                            ',options.user_color_editable&&(__p+='\n                                <span class="Rk-Edit-ColorTip"></span>\n                            '),__p+="\n                            </span>\n                            ",options.user_color_editable&&print(colorPicker),__p+="\n                        </div>\n                    "),__p+='\n                    <span class="Rk-CurrentUser-Name">&lt;unknown user&gt;</span>\n                </div>\n                <ul class="Rk-UserList"></ul>\n            </div>\n        '),__p+="\n        ",options.home_button_url&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <a class="Rk-TopBar-Button Rk-Home-Button" href="'+__e(options.home_button_url)+'">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate(options.home_button_title))+"\n                    </div>\n                </div>\n            </a>\n        "),__p+="\n        ",options.show_fullscreen_button&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <div class="Rk-TopBar-Button Rk-FullScreen-Button">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate("Full Screen"))+"\n                    </div>\n                </div>\n            </div>\n        "),__p+="\n        ",options.editor_mode?(__p+="\n            ",options.show_addnode_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddNode-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Node"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_addedge_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddEdge-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Edge"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_save_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Save-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents"></div>\n                    </div>\n                </div>\n            '),__p+="\n            ",options.show_open_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Open-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Open Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_bookmarklet&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <a class="Rk-TopBar-Button Rk-Bookmarklet-Button" href="#">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Renkan 'Drag-to-Add' bookmarklet"))+'\n                        </div>\n                    </div>\n                </a>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "):(__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+'\n                        </div>\n                    </div>\n                </div>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "),__p+="\n        ",options.show_search_field&&(__p+='\n            <form action="#" class="Rk-GraphSearch-Form">\n                <input type="search" class="Rk-GraphSearch-Field" placeholder="'+__e(translate("Search in graph"))+'" />\n            </form>\n            <div class="Rk-TopBar-Separator"></div>\n        '),__p+="\n    </div>\n"),__p+='\n<div class="Rk-Editing-Space',options.show_top_bar||(__p+=" Rk-Editing-Space-Full"),__p+='">\n    <div class="Rk-Labels"></div>\n    <canvas class="Rk-Canvas" ',options.resize&&(__p+=' resize="" '),__p+=' ></canvas>\n    <div class="Rk-Notifications"></div>\n    <div class="Rk-Editor">\n        ',options.show_bins&&(__p+='\n            <div class="Rk-Fold-Bins">&laquo;</div>\n        '),__p+="\n        ",options.show_zoom&&(__p+='\n            <div class="Rk-ZoomButtons">\n                <div class="Rk-ZoomIn" title="'+__e(translate("Zoom In"))+'"></div>\n                <div class="Rk-ZoomFit" title="'+__e(translate("Zoom Fit"))+'"></div>\n                <div class="Rk-ZoomOut" title="'+__e(translate("Zoom Out"))+'"></div>\n                ',options.editor_mode&&options.save_view&&(__p+='\n                    <div class="Rk-ZoomSave" title="'+__e(translate("Save view"))+'"></div>\n                '),__p+="\n                ",options.save_view&&(__p+='\n                    <div class="Rk-ZoomSetSaved" title="'+__e(translate("View saved view"))+'"></div>\n                    ',options.hide_nodes&&(__p+='\n                	   <div class="Rk-ShowHiddenNodes" title="'+__e(translate("Show hidden nodes"))+'"></div>\n                    '),__p+="       \n                "),__p+="\n            </div>\n        "),__p+="\n    </div>\n</div>\n";return __p},this.renkanJST["templates/search.html"]=function(obj){obj||(obj={});{var __t,__p="";_.escape}with(obj)__p+='<li class="'+(null==(__t=className)?"":__t)+'" data-key="'+(null==(__t=key)?"":__t)+'">'+(null==(__t=title)?"":__t)+"</li>";return __p},this.renkanJST["templates/wikipedia-bin/resulttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Wikipedia-Result Rk-Bin-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="Wikipedia: '+__e(title)+'"\n    data-description="'+__e(description)+'"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/wikipedia.png"))+'">\n\n    <img class="Rk-Wikipedia-Icon" src="'+__e(static_url)+'img/wikipedia.png">\n    <h4 class="Rk-Wikipedia-Title">\n        <a href="'+__e(url)+'" target="_blank">'+(null==(__t=htitle)?"":__t)+'</a>\n    </h4>\n    <p class="Rk-Wikipedia-Snippet">'+(null==(__t=hdescription)?"":__t)+"</p>\n</li>\n";return __p},function(a){"use strict";"object"!=typeof a.Rkns&&(a.Rkns={});var b=a.Rkns,c=b.$=a.jQuery,d=b._=a._;b.pickerColors=["#8f1919","#a80000","#d82626","#ff0000","#e87c7c","#ff6565","#f7d3d3","#fecccc","#8f5419","#a85400","#d87f26","#ff7f00","#e8b27c","#ffb265","#f7e5d3","#fee5cc","#8f8f19","#a8a800","#d8d826","#feff00","#e8e87c","#feff65","#f7f7d3","#fefecc","#198f19","#00a800","#26d826","#00ff00","#7ce87c","#65ff65","#d3f7d3","#ccfecc","#198f8f","#00a8a8","#26d8d8","#00feff","#7ce8e8","#65feff","#d3f7f7","#ccfefe","#19198f","#0000a8","#2626d8","#0000ff","#7c7ce8","#6565ff","#d3d3f7","#ccccfe","#8f198f","#a800a8","#d826d8","#ff00fe","#e87ce8","#ff65fe","#f7d3f7","#feccfe","#000000","#242424","#484848","#6d6d6d","#919191","#b6b6b6","#dadada","#ffffff"],b.__renkans=[];var e=b._BaseBin=function(a,c){if("undefined"!=typeof a){this.renkan=a,this.renkan.$.find(".Rk-Bin-Main").hide(),this.$=b.$("<li>").addClass("Rk-Bin").appendTo(a.$.find(".Rk-Bin-List")),this.title_icon_$=b.$("<span>").addClass("Rk-Bin-Title-Icon").appendTo(this.$);var d=this;b.$("<a>").attr({href:"#",title:a.translate("Close bin")}).addClass("Rk-Bin-Close").html("&times;").appendTo(this.$).click(function(){return d.destroy(),a.$.find(".Rk-Bin-Main:visible").length||a.$.find(".Rk-Bin-Main:last").slideDown(),a.resizeBins(),!1}),b.$("<a>").attr({href:"#",title:a.translate("Refresh bin")}).addClass("Rk-Bin-Refresh").appendTo(this.$).click(function(){return d.refresh(),!1}),this.count_$=b.$("<div>").addClass("Rk-Bin-Count").appendTo(this.$),this.title_$=b.$("<h2>").addClass("Rk-Bin-Title").appendTo(this.$),this.main_$=b.$("<div>").addClass("Rk-Bin-Main").appendTo(this.$).html('<h4 class="Rk-Bin-Loading">'+a.translate("Loading, please wait")+"</h4>"),this.title_$.html(c.title||"(new bin)"),this.renkan.resizeBins(),c.auto_refresh&&window.setInterval(function(){d.refresh()},c.auto_refresh)}};e.prototype.destroy=function(){this.$.detach(),this.renkan.resizeBins()};var f=b.Renkan=function(a){var e=this;b.__renkans.push(this),this.options=d.defaults(a,b.defaults,{templates:d.defaults(a.templates,renkanJST)||renkanJST,node_editor_templates:d.defaults(a.node_editor_templates,b.defaults.node_editor_templates)}),this.template=renkanJST["templates/main.html"];var f={};if(d.each(this.options.node_editor_templates,function(a,b){f[b]=e.options.templates[a],delete e.options.templates[a]}),this.options.node_editor_templates=f,d.each(this.options.property_files,function(a){b.$.getJSON(a,function(a){e.options.properties=e.options.properties.concat(a)})}),this.read_only=this.options.read_only||!this.options.editor_mode,this.router=new b.Router,this.project=new b.Models.Project,this.dataloader=new b.DataLoader.Loader(this.project,this.options),this.setCurrentUser=function(a,b){this.project.addUser({_id:a,title:b}),this.current_user=a,this.renderer.redrawUsers()},"undefined"!=typeof this.options.user_id&&(this.current_user=this.options.user_id),this.$=b.$("#"+this.options.container),this.$.addClass("Rk-Main").html(this.template(this)),this.tabs=[],this.search_engines=[],this.current_user_list=new b.Models.UsersList,this.current_user_list.on("add remove",function(){this.renderer&&this.renderer.redrawUsers()}),this.colorPicker=function(){var a=renkanJST["templates/colorpicker.html"];return'<ul class="Rk-Edit-ColorPicker">'+b.pickerColors.map(function(b){return a({c:b})}).join("")+"</ul>"}(),this.options.show_editor&&(this.renderer=new b.Renderer.Scene(this)),this.options.search.length){var g=renkanJST["templates/search.html"],h=this.$.find(".Rk-Search-List"),i=this.$.find(".Rk-Web-Search-Input"),j=this.$.find(".Rk-Web-Search-Form");d.each(this.options.search,function(a){b[a.type]&&b[a.type].Search&&e.search_engines.push(new b[a.type].Search(e,a))}),h.html(d(this.search_engines).map(function(a,b){return g({key:b,title:a.getSearchTitle(),className:a.getBgClass()})}).join("")),h.find("li").click(function(){var a=b.$(this);e.setSearchEngine(a.attr("data-key")),j.submit()}),j.submit(function(){if(i.val()){var a=e.search_engine;a.search(i.val())}return!1}),this.$.find(".Rk-Search-Current").mouseenter(function(){h.slideDown()}),this.$.find(".Rk-Search-Select").mouseleave(function(){h.hide()}),this.setSearchEngine(0)}else this.$.find(".Rk-Web-Search-Form").detach();d.each(this.options.bins,function(a){b[a.type]&&b[a.type].Bin&&e.tabs.push(new b[a.type].Bin(e,a))});var k=!1;this.$.find(".Rk-Bins").on("click",".Rk-Bin-Title,.Rk-Bin-Title-Icon",function(){var a=b.$(this).siblings(".Rk-Bin-Main");a.is(":hidden")&&(e.$.find(".Rk-Bin-Main").slideUp(),a.slideDown())}),this.options.show_editor&&this.$.find(".Rk-Bins").on("mouseover",".Rk-Bin-Item",function(){var a=b.$(this);
-if(a&&c(a).attr("data-uri")){var f=e.project.get("nodes").where({uri:c(a).attr("data-uri")});d.each(f,function(a){e.renderer.highlightModel(a)})}}).mouseout(function(){e.renderer.unhighlightAll()}).on("mousemove",".Rk-Bin-Item",function(){try{this.dragDrop()}catch(a){}}).on("touchstart",".Rk-Bin-Item",function(){k=!1}).on("touchmove",".Rk-Bin-Item",function(a){a.preventDefault();var b=a.originalEvent.changedTouches[0],c=e.renderer.canvas_$.offset(),d=e.renderer.canvas_$.width(),f=e.renderer.canvas_$.height();if(b.pageX>=c.left&&b.pageX<c.left+d&&b.pageY>=c.top&&b.pageY<c.top+f)if(k)e.renderer.onMouseMove(b,!0);else{k=!0;var g=document.createElement("div");g.appendChild(this.cloneNode(!0)),e.renderer.dropData({"text/html":g.innerHTML},b),e.renderer.onMouseDown(b,!0)}}).on("touchend",".Rk-Bin-Item",function(a){k&&e.renderer.onMouseUp(a.originalEvent.changedTouches[0],!0),k=!1}).on("dragstart",".Rk-Bin-Item",function(a){var b=document.createElement("div");b.appendChild(this.cloneNode(!0));try{a.originalEvent.dataTransfer.setData("text/html",b.innerHTML)}catch(c){a.originalEvent.dataTransfer.setData("text",b.innerHTML)}}),b.$(window).resize(function(){e.resizeBins()});var l=!1,m="";this.$.find(".Rk-Bins-Search-Input").on("change keyup paste input",function(){var a=b.$(this).val();if(a!==m){var c=b.Utils.regexpFromTextOrArray(a.length>1?a:null);c.source!==l&&(l=c.source,d.each(e.tabs,function(a){a.render(c)}))}}),this.$.find(".Rk-Bins-Search-Form").submit(function(){return!1})};f.prototype.translate=function(a){return b.i18n[this.options.language]&&b.i18n[this.options.language][a]?b.i18n[this.options.language][a]:this.options.language.length>2&&b.i18n[this.options.language.substr(0,2)]&&b.i18n[this.options.language.substr(0,2)][a]?b.i18n[this.options.language.substr(0,2)][a]:a},f.prototype.onStatusChange=function(){this.renderer.onStatusChange()},f.prototype.setSearchEngine=function(a){this.search_engine=this.search_engines[a],this.$.find(".Rk-Search-Current").attr("class","Rk-Search-Current "+this.search_engine.getBgClass());for(var b=this.search_engine.getBgClass().split(" "),c="",d=0;d<b.length;d++)c+="."+b[d];this.$.find(".Rk-Web-Search-Input.Rk-Search-Input").attr("placeholder",this.translate("Search in ")+this.$.find(".Rk-Search-List "+c).html())},f.prototype.resizeBins=function(){var a=+this.$.find(".Rk-Bins-Head").outerHeight();this.$.find(".Rk-Bin-Title:visible").each(function(){a+=b.$(this).outerHeight()}),this.$.find(".Rk-Bin-Main").css({height:this.$.find(".Rk-Bins").height()-a})};var g=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)})};b.Utils={getUUID4:g,getUID:function(){function a(a){return 10>a?"0"+a:a}var b=new Date,c=0,d=b.getUTCFullYear()+"-"+a(b.getUTCMonth()+1)+"-"+a(b.getUTCDate())+"-"+g();return function(a){for(var b=(++c).toString(16),e="undefined"==typeof a?"":a+"-";b.length<4;)b="0"+b;return e+d+"-"+b}}(),getFullURL:function(a){if("undefined"==typeof a||null==a)return"";if(/https?:\/\//.test(a))return a;var b=new Image;b.src=a;var c=b.src;return b.src=null,c},inherit:function(a,b){var c=function(){"function"==typeof b&&b.apply(this,Array.prototype.slice.call(arguments,0)),a.apply(this,Array.prototype.slice.call(arguments,0)),"function"!=typeof this._init||this._initialized||(this._init.apply(this,Array.prototype.slice.call(arguments,0)),this._initialized=!0)};return d.extend(c.prototype,a.prototype),c},regexpFromTextOrArray:function(){function a(a){function b(a){return function(b,c){a=a.replace(h[b],c)}}for(var e=a.toLowerCase().replace(g,""),i="",j=0;j<e.length;j++){j&&(i+=f+"*");var k=e[j];d.each(c,b(k)),i+=k}return i}function b(c){switch(typeof c){case"string":return a(c);case"object":var e="";return d.each(c,function(a){var c=b(a);c&&(e&&(e+="|"),e+=c)}),e}return""}var c=["[aáàâä]","[cç]","[eéèêë]","[iíìîï]","[oóòôö]","[uùûü]"],e=[String.fromCharCode(768),String.fromCharCode(769),String.fromCharCode(770),String.fromCharCode(771),String.fromCharCode(807),"{","}","(",")","[","]","【","】","、","・","‥","。","「","」","『","』","〜",":","!","?"," ",","," ",";","(",")",".","*","+","\\","?","|","{","}","[","]","^","#","/"],f="[\\"+e.join("\\")+"]",g=new RegExp(f,"gm"),h=d.map(c,function(a){return new RegExp(a)});return function(a){var c=b(a);if(c){var d=new RegExp(c,"im"),e=new RegExp("("+c+")","igm");return{isempty:!1,source:c,test:function(a){return d.test(a)},replace:function(a,b){return a.replace(e,b)}}}return{isempty:!0,source:"",test:function(){return!0},replace:function(){return text}}}}(),_MIN_DRAG_DISTANCE:2,_NODE_BUTTON_WIDTH:40,_EDGE_BUTTON_INNER:2,_EDGE_BUTTON_OUTER:40,_CLICKMODE_ADDNODE:1,_CLICKMODE_STARTEDGE:2,_CLICKMODE_ENDEDGE:3,_NODE_SIZE_STEP:Math.LN2/4,_MIN_SCALE:.05,_MAX_SCALE:20,_MOUSEMOVE_RATE:80,_DOUBLETAP_DELAY:800,_DOUBLETAP_DISTANCE:400,_USER_PLACEHOLDER:function(a){return{color:a.options.default_user_color,title:a.translate("(unknown user)"),get:function(a){return this[a]||!1}}},_BOOKMARKLET_CODE:function(a){return"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\">"+a.translate("Drag items from this website, drop them in Renkan").replace(/ /g,"_")+"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\/\\/[^\\/]*twitter\\.com\\//,s:'.tweet',n:'twitter'},{r:/https?:\\/\\/[^\\/]*google\\.[^\\/]+\\//,s:'.g',n:'google'},{r:/https?:\\/\\/[^\\/]*lemonde\\.fr\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();"},shortenText:function(a,b){return a.length>b?a.substr(0,b)+"…":a},drawEditBox:function(a,b,c,d,e){e.css({width:a.tooltip_width-2*a.tooltip_padding});var f=e.outerHeight()+2*a.tooltip_padding,g=b.x<paper.view.center.x?1:-1,h=b.x+g*(d+a.tooltip_arrow_length),i=b.x+g*(d+a.tooltip_arrow_length+a.tooltip_width),j=b.y-f/2;j+f>paper.view.size.height-a.tooltip_margin&&(j=Math.max(paper.view.size.height-a.tooltip_margin,b.y+a.tooltip_arrow_width/2)-f),j<a.tooltip_margin&&(j=Math.min(a.tooltip_margin,b.y-a.tooltip_arrow_width/2));var k=j+f;return c.segments[0].point=c.segments[7].point=b.add([g*d,0]),c.segments[1].point.x=c.segments[2].point.x=c.segments[5].point.x=c.segments[6].point.x=h,c.segments[3].point.x=c.segments[4].point.x=i,c.segments[2].point.y=c.segments[3].point.y=j,c.segments[4].point.y=c.segments[5].point.y=k,c.segments[1].point.y=b.y-a.tooltip_arrow_width/2,c.segments[6].point.y=b.y+a.tooltip_arrow_width/2,c.fillColor=new paper.Color(new paper.Gradient([a.tooltip_top_color,a.tooltip_bottom_color]),[0,j],[0,k]),e.css({left:a.tooltip_padding+Math.min(h,i),top:a.tooltip_padding+j}),c},increaseBrightness:function(a,b){a=a.replace(/^\s*#|\s*$/g,""),3===a.length&&(a=a.replace(/(.)/g,"$1$1"));var c=parseInt(a.substr(0,2),16),d=parseInt(a.substr(2,2),16),e=parseInt(a.substr(4,2),16);return"#"+(0|256+c+(256-c)*b/100).toString(16).substr(1)+(0|256+d+(256-d)*b/100).toString(16).substr(1)+(0|256+e+(256-e)*b/100).toString(16).substr(1)}}}(window),function(a){"use strict";{var b=a.Backbone;a.Rkns.Router=b.Router.extend({routes:{"":"index"},index:function(a){var b={};null!==a&&a.split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),this.trigger("router",b)}})}}(window),function(a){"use strict";var b=a.Rkns.DataLoader={converters:{from1to2:function(a){var b,c;if("undefined"!=typeof a.nodes)for(b=0,c=a.nodes.length;c>b;b++){var d=a.nodes[b];d.style=d.color?{color:d.color}:{}}if("undefined"!=typeof a.edges)for(b=0,c=a.edges.length;c>b;b++){var e=a.edges[b];e.style=e.color?{color:e.color}:{}}return a.schema_version="2",a}}};b.Loader=function(a,c){this.project=a,this.dataConverters=_.defaults(c.converters||{},b.converters)},b.Loader.prototype.convert=function(a){var b=this.project.getSchemaVersion(a),c=this.project.getSchemaVersion();if(b!==c){var d="from"+b+"to"+c;"function"==typeof this.dataConverters[d]&&(a=this.dataConverters[d](a))}return a},b.Loader.prototype.load=function(a){this.project.set(this.convert(a),{validate:!0})}}(window),function(a){"use strict";var b=a.Backbone,c=a.Rkns.Models={};c.getUID=function(a){var b="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)});return"undefined"!=typeof a?a.type+"-"+b:b};{var d=b.RelationalModel.extend({idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"",a.description=a.description||"",a.uri=a.uri||"","function"==typeof this.prepare&&(a=this.prepare(a))),b.RelationalModel.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},addReference:function(a,b,c,d,e){var f=c.get(d);a[b]="undefined"==typeof f&&"undefined"!=typeof e?e:f}}),e=c.User=d.extend({type:"user",prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color")}}}),f=c.Node=d.extend({type:"node",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),position:this.get("position"),image:this.get("image"),style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,size:this.get("size"),clip_path:this.get("clip_path"),shape:this.get("shape"),type:this.get("type")}}}),g=c.Edge=d.extend({type:"edge",relations:[{type:b.HasOne,key:"created_by",relatedModel:e},{type:b.HasOne,key:"from",relatedModel:f},{type:b.HasOne,key:"to",relatedModel:f}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),this.addReference(a,"from",b.get("nodes"),a.from),this.addReference(a,"to",b.get("nodes"),a.to),a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),from:this.get("from")?this.get("from").get("_id"):null,to:this.get("to")?this.get("to").get("_id"):null,style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null}}}),h=c.View=d.extend({type:"view",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;if(this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"","undefined"!=typeof a.offset){var c={};Array.isArray(a.offset)?(c.x=a.offset[0],c.y=a.offset.length>1?a.offset[1]:a.offset[0]):null!=a.offset.x&&(c.x=a.offset.x,c.y=a.offset.y),a.offset=c}return a},toJSON:function(){return{_id:this.get("_id"),zoom_level:this.get("zoom_level"),offset:this.get("offset"),title:this.get("title"),description:this.get("description"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,hidden_nodes:this.get("hidden_nodes")}}}),i=(c.Project=d.extend({schema_version:"2",type:"project",blacklist:["saveStatus","loadingStatus"],relations:[{type:b.HasMany,key:"users",relatedModel:e,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"nodes",relatedModel:f,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"edges",relatedModel:g,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"views",relatedModel:h,reverseRelation:{key:"project",includeInJSON:"_id"}}],addUser:function(a,b){a.project=this;var c=e.findOrCreate(a);return this.get("users").push(c,b),c},addNode:function(a,b){a.project=this;var c=f.findOrCreate(a);return this.get("nodes").push(c,b),c},addEdge:function(a,b){a.project=this;var c=g.findOrCreate(a);return this.get("edges").push(c,b),c},addView:function(a,b){a.project=this;var c=h.findOrCreate(a);return this.get("views").push(c,b),c},removeNode:function(a){this.get("nodes").remove(a)},removeEdge:function(a){this.get("edges").remove(a)},validate:function(a){var b=this;_.each([].concat(a.users,a.nodes,a.edges,a.views),function(a){a&&(a.project=b)})},getSchemaVersion:function(a){var b=a;"undefined"==typeof b&&(b=this);var c=b.schema_version;return c?c:1},initialize:function(){var a=this;this.on("remove:nodes",function(b){a.get("edges").remove(a.get("edges").filter(function(a){return a.get("from")===b||a.get("to")===b}))})},toJSON:function(){var a=_.clone(this.attributes);for(var c in a)(a[c]instanceof b.Model||a[c]instanceof b.Collection||a[c]instanceof d)&&(a[c]=a[c].toJSON());return _.omit(a,this.blacklist)}}),c.RosterUser=b.Model.extend({type:"roster_user",idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"(untitled "+this.type+")",a.description=a.description||"",a.uri=a.uri||"",a.project=a.project||null,a.site_id=a.site_id||0,"function"==typeof this.prepare&&(a=this.prepare(a))),b.Model.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color"),project:null!=this.get("project")?this.get("project").get("id"):null,site_id:this.get("site_id")}}}));c.UsersList=b.Collection.extend({model:i})}}(window),Rkns.defaults={language:navigator.language||navigator.userLanguage||"en",container:"renkan",search:[],bins:[],static_url:"",popup_editor:!0,editor_panel:"editor-panel",show_bins:!0,properties:[],show_editor:!0,read_only:!1,editor_mode:!0,manual_save:!1,show_top_bar:!0,default_user_color:"#303030",size_bug_fix:!1,force_resize:!1,allow_double_click:!0,zoom_on_scroll:!0,element_delete_delay:0,autoscale_padding:50,resize:!0,show_zoom:!0,save_view:!0,default_view:!1,default_index_view:-1,update_url:!0,show_search_field:!0,show_user_list:!0,user_name_editable:!0,user_color_editable:!0,show_user_color:!0,show_save_button:!0,show_export_button:!0,show_open_button:!1,show_addnode_button:!0,show_addedge_button:!0,show_bookmarklet:!0,show_fullscreen_button:!0,home_button_url:!1,home_button_title:"Home",show_minimap:!0,minimap_width:160,minimap_height:120,minimap_padding:20,minimap_background_color:"#ffffff",minimap_border_color:"#cccccc",minimap_highlight_color:"#ffff00",minimap_highlight_weight:5,buttons_background:"#202020",buttons_label_color:"#c000c0",buttons_label_font_size:9,ghost_opacity:.3,default_dash_array:[4,5],show_node_circles:!0,clip_node_images:!0,node_images_fill_mode:!1,node_size_base:25,node_stroke_width:2,node_stroke_max_width:12,selected_node_stroke_width:4,selected_node_stroke_max_width:24,node_stroke_witdh_scale:5,node_fill_color:"#ffffff",highlighted_node_fill_color:"#ffff00",node_label_distance:5,node_label_max_length:60,label_untitled_nodes:"(untitled)",hide_nodes:!0,change_shapes:!0,change_types:!0,node_editor_templates:{"default":"templates/nodeeditor_readonly.html",video:"templates/nodeeditor_video.html"},edge_stroke_width:2,edge_stroke_max_width:12,selected_edge_stroke_width:4,selected_edge_stroke_max_width:24,edge_stroke_witdh_scale:5,edge_label_distance:0,edge_label_max_length:20,edge_arrow_length:18,edge_arrow_width:12,edge_arrow_max_width:32,edge_gap_in_bundles:12,label_untitled_edges:"",tooltip_width:275,tooltip_padding:10,tooltip_margin:15,tooltip_arrow_length:20,tooltip_arrow_width:40,tooltip_top_color:"#f0f0f0",tooltip_bottom_color:"#d0d0d0",tooltip_border_color:"#808080",tooltip_border_width:1,tooltip_opacity:.8,richtext_editor_config:{toolbarGroups:[{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"clipboard",groups:["clipboard","undo"]},"/",{name:"styles"}],removePlugins:"colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates"},show_node_editor_uri:!0,show_node_editor_description:!0,show_node_editor_description_richtext:!0,show_node_editor_size:!0,show_node_editor_style:!0,show_node_editor_style_color:!0,show_node_editor_style_dash:!0,show_node_editor_style_thickness:!0,show_node_editor_image:!0,show_node_editor_creator:!0,allow_image_upload:!0,uploaded_image_max_kb:500,show_node_tooltip_uri:!0,show_node_tooltip_description:!0,show_node_tooltip_color:!0,show_node_tooltip_image:!0,show_node_tooltip_creator:!0,show_edge_editor_uri:!0,show_edge_editor_style:!0,show_edge_editor_style_color:!0,show_edge_editor_style_dash:!0,show_edge_editor_style_thickness:!0,show_edge_editor_style_arrow:!0,show_edge_editor_direction:!0,show_edge_editor_nodes:!0,show_edge_editor_creator:!0,show_edge_tooltip_uri:!0,show_edge_tooltip_color:!0,show_edge_tooltip_nodes:!0,show_edge_tooltip_creator:!0},Rkns.i18n={fr:{"Edit Node":"Édition d’un nœud","Edit Edge":"Édition d’un lien","Title:":"Titre :","URI:":"URI :","Description:":"Description :","From:":"De :","To:":"Vers :",Image:"Image","Image URL:":"URL d'Image","Choose Image File:":"Choisir un fichier image","Full Screen":"Mode plein écran","Add Node":"Ajouter un nœud","Add Edge":"Ajouter un lien","Save Project":"Enregistrer le projet","Open Project":"Ouvrir un projet","Auto-save enabled":"Enregistrement automatique activé","Connection lost":"Connexion perdue","Created by:":"Créé par :","Zoom In":"Agrandir l’échelle","Zoom Out":"Rapetisser l’échelle",Edit:"Éditer",Remove:"Supprimer","Cancel deletion":"Annuler la suppression","Link to another node":"Créer un lien",Enlarge:"Agrandir",Shrink:"Rétrécir","Click on the background canvas to add a node":"Cliquer sur le fond du graphe pour rajouter un nœud","Click on a first node to start the edge":"Cliquer sur un premier nœud pour commencer le lien","Click on a second node to complete the edge":"Cliquer sur un second nœud pour terminer le lien",Wikipedia:"Wikipédia","Wikipedia in ":"Wikipédia en ",French:"Français",English:"Anglais",Japanese:"Japonais","Untitled project":"Projet sans titre","Lignes de Temps":"Lignes de Temps","Loading, please wait":"Chargement en cours, merci de patienter","Edge color:":"Couleur :","Dash:":"Point. :","Thickness:":"Epaisseur :","Arrow:":"Flèche :","Node color:":"Couleur :","Choose color":"Choisir une couleur","Change edge direction":"Changer le sens du lien","Do you really wish to remove node ":"Voulez-vous réellement supprimer le nœud ","Do you really wish to remove edge ":"Voulez-vous réellement supprimer le lien ","This file is not an image":"Ce fichier n'est pas une image","Image size must be under ":"L'image doit peser moins de ","Size:":"Taille :",KB:"ko","Choose from vocabulary:":"Choisir dans un vocabulaire :","SKOS Documentation properties":"SKOS: Propriétés documentaires","has note":"a pour note","has example":"a pour exemple","has definition":"a pour définition","SKOS Semantic relations":"SKOS: Relations sémantiques","has broader":"a pour concept plus large","has narrower":"a pour concept plus étroit","has related":"a pour concept apparenté","Dublin Core Metadata":"Métadonnées Dublin Core","has contributor":"a pour contributeur",covers:"couvre","created by":"créé par","has date":"a pour date","published by":"édité par","has source":"a pour source","has subject":"a pour sujet","Dragged resource":"Ressource glisée-déposée","Search the Web":"Rechercher en ligne","Search in Bins":"Rechercher dans les chutiers","Close bin":"Fermer le chutier","Refresh bin":"Rafraîchir le chutier","(untitled)":"(sans titre)","Select contents:":"Sélectionner des contenus :","Drag items from this website, drop them in Renkan":"Glissez des éléments de ce site web vers Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.":"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan","Shapes available":"Formes disponibles",Circle:"Cercle",Square:"Carré",Diamond:"Losange",Hexagone:"Hexagone",Ellipse:"Ellipse",Star:"Étoile",Cloud:"Nuage",Triangle:"Triangle","Zoom Fit":"Ajuster le Zoom","Download Project":"Télécharger le projet","Save view":"Sauver la vue","View saved view":"Restaurer la Vue","Renkan 'Drag-to-Add' bookmarklet":"Renkan 'Deplacer-Pour-Ajouter' Signet","(unknown user)":"(non authentifié)","<unknown user>":"<non authentifié>","Search in graph":"Rechercher dans carte","Search in ":"Chercher dans "}},Rkns.jsonIO=function(a,b){var c=a.project;"undefined"==typeof b.http_method&&(b.http_method="PUT");var d=function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0}),Rkns.$.getJSON(b.url,function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0})},e=function(){c.set({saveStatus:2});var d=c.toJSON();a.read_only||Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(d),success:function(){c.set({saveStatus:0})}})},f=Rkns._.throttle(function(){setTimeout(e,100)},1e3);c.on("add:nodes add:edges add:users add:views",function(a){a.on("change remove",function(){f()}),f()}),c.on("change",function(){1===c.changedAttributes.length&&c.hasChanged("saveStatus")||f()}),d()},Rkns.jsonIOSaveOnClick=function(a,b){var c=a.project,d=!1,e=function(){return"Project not saved"};"undefined"==typeof b.http_method&&(b.http_method="POST");var f=function(){var d={},e=/id=([^&#?=]+)/,f=document.location.hash.match(e);f&&(d.id=f[1]),Rkns.$.ajax({url:b.url,data:d,beforeSend:function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0})},success:function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0}})},g=function(){c.set("saved_at",new Date);var a=c.toJSON();Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(a),beforeSend:function(){c.set({saveStatus:2})},success:function(){$(window).off("beforeunload",e),d=!1,c.set({saveStatus:0})}})},h=function(){c.set({saveStatus:1});var a=c.get("title");a&&c.get("nodes").length?$(".Rk-Save-Button").removeClass("disabled"):$(".Rk-Save-Button").addClass("disabled"),a&&$(".Rk-PadTitle").css("border-color","#333333"),d||(d=!0,$(window).on("beforeunload",e))};f(),c.on("add:nodes add:edges add:users change",function(a){a.on("change remove",function(a){1===a.changedAttributes.length&&a.hasChanged("saveStatus")||h()}),1===c.changedAttributes.length&&c.hasChanged("saveStatus")||h()}),a.renderer.save=function(){$(".Rk-Save-Button").hasClass("disabled")?c.get("title")||$(".Rk-PadTitle").css("border-color","#ff0000"):g()}},function(a){"use strict";var b=a._,c=a.Ldt={},d=(c.Bin=function(a,b){if(b.ldt_type){var d=c[b.ldt_type+"Bin"];if(d)return new d(a,b)}console.error("No such LDT Bin Type")},c.ProjectBin=a.Utils.inherit(a._BaseBin));d.prototype.tagTemplate=renkanJST["templates/ldtjson-bin/tagtemplate.html"],d.prototype.annotationTemplate=renkanJST["templates/ldtjson-bin/annotationtemplate.html"],d.prototype._init=function(a,b){this.renkan=a,this.proj_id=b.project_id,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.title_$.html(b.title),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},d.prototype.render=function(c){function d(a){var c=b(a).escape();return f.isempty?c:f.replace(c,"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}var f=c||a.Utils.regexpFromTextOrArray(),g="<li><h3>Tags</h3></li>",h=this.data.meta["dc:title"],i=this,j=0;i.title_$.text('LDT Project: "'+h+'"'),b.map(i.data.tags,function(a){var b=a.meta["dc:title"];(f.isempty||f.test(b))&&(j++,g+=i.tagTemplate({ldt_platform:i.ldt_platform,title:b,htitle:d(b),encodedtitle:encodeURIComponent(b),static_url:i.renkan.options.static_url}))}),g+="<li><h3>Annotations</h3></li>",b.map(i.data.annotations,function(a){var b=a.content.description,c=a.content.title.replace(b,"");if(f.isempty||f.test(c)||f.test(b)){j++;var h=a.end-a.begin,k=a.content&&a.content.img&&a.content.img.src?a.content.img.src:h?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";g+=i.annotationTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(a.begin),end:e(a.end),duration:e(h),mediaid:a.media,annotationid:a.id,image:k,static_url:i.renkan.options.static_url})}}),this.main_$.html(g),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()},d.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/ldt/cljson/id/"+this.proj_id,dataType:"jsonp",success:function(a){b.data=a,b.render()}})};var e=c.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"};e.prototype.getBgClass=function(){return"Rk-Ldt-Icon"},e.prototype.getSearchTitle=function(){return this.renkan.translate("Lignes de Temps")},e.prototype.search=function(a){this.renkan.tabs.push(new f(this.renkan,{search:a}))};var f=c.ResultsBin=a.Utils.inherit(a._BaseBin);f.prototype.segmentTemplate=renkanJST["templates/ldtjson-bin/segmenttemplate.html"],f.prototype._init=function(a,b){this.renkan=a,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.max_results=b.max_results||50,this.search=b.search,this.title_$.html('Lignes de Temps: "'+b.search+'"'),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},f.prototype.render=function(c){function d(a){return g.replace(b(a).escape(),"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}if(this.data){var f=c||a.Utils.regexpFromTextOrArray(),g=f.isempty?a.Utils.regexpFromTextOrArray(this.search):f,h="",i=this,j=0;b.each(this.data.objects,function(a){var b=a["abstract"],c=a.title;if(f.isempty||f.test(c)||f.test(b)){j++;var g=a.duration,k=a.start_ts,l=+a.duration+k,m=g?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";h+=i.segmentTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(k),end:e(l),duration:e(g),mediaid:a.iri_id,annotationid:a.element_id,image:m})}}),this.main_$.html(h),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()}},f.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/api/ldt/1.0/segments/search/",data:{format:"jsonp",q:this.search,limit:this.max_results},dataType:"jsonp",success:function(a){b.data=a,b.render()}})}}(window.Rkns),Rkns.ResourceList={},Rkns.ResourceList.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.ResourceList.Bin.prototype.resultTemplate=renkanJST["templates/list-bin.html"],Rkns.ResourceList.Bin.prototype._init=function(a,b){this.renkan=a,this.title_$.html(b.title),b.list&&(this.data=b.list),this.refresh()},Rkns.ResourceList.Bin.prototype.render=function(a){function b(a){var b=_(a).escape();return c.isempty?b:c.replace(b,"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d="",e=this,f=0;Rkns._.each(this.data,function(a){var g;if("string"==typeof a)if(/^(https?:\/\/|www)/.test(a))g={url:a};else{g={title:a.replace(/[:,]?\s?(https?:\/\/|www)[\d\w\/.&?=#%-_]+\s?/,"").trim()};var h=a.match(/(https?:\/\/|www)[\d\w\/.&?=#%-_]+/);h&&(g.url=h[0]),g.title.length>80&&(g.description=g.title,g.title=g.title.replace(/^(.{30,60})\s.+$/,"$1…"))}else g=a;var i=g.title||(g.url||"").replace(/^https?:\/\/(www\.)?/,"").replace(/^(.{40}).+$/,"$1…"),j=g.url||"",k=g.description||"",l=g.image||"";j&&!/^https?:\/\//.test(j)&&(j="http://"+j),(c.isempty||c.test(i)||c.test(k))&&(f++,d+=e.resultTemplate({url:j,title:i,htitle:b(i),image:l,description:k,hdescription:b(k),static_url:e.renkan.options.static_url}))}),e.main_$.html(d),!c.isempty&&f?this.count_$.text(f).show():this.count_$.hide(),c.isempty||f?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.ResourceList.Bin.prototype.refresh=function(){this.data&&this.render()},Rkns.Wikipedia={},Rkns.Wikipedia.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"},Rkns.Wikipedia.Search.prototype.getBgClass=function(){return"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-"+this.lang},Rkns.Wikipedia.Search.prototype.getSearchTitle=function(){var a={fr:"French",en:"English",ja:"Japanese"};return a[this.lang]?this.renkan.translate("Wikipedia in ")+this.renkan.translate(a[this.lang]):this.renkan.translate("Wikipedia")+" ["+this.lang+"]"},Rkns.Wikipedia.Search.prototype.search=function(a){this.renkan.tabs.push(new Rkns.Wikipedia.Bin(this.renkan,{lang:this.lang,search:a}))},Rkns.Wikipedia.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.Wikipedia.Bin.prototype.resultTemplate=renkanJST["templates/wikipedia-bin/resulttemplate.html"],Rkns.Wikipedia.Bin.prototype._init=function(a,b){this.renkan=a,this.search=b.search,this.lang=b.lang||"en",this.title_icon_$.addClass("Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-"+this.lang),this.title_$.html(this.search).addClass("Rk-Wikipedia-Title"),this.refresh()},Rkns.Wikipedia.Bin.prototype.render=function(a){function b(a){return d.replace(_(a).escape(),"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d=c.isempty?Rkns.Utils.regexpFromTextOrArray(this.search):c,e="",f=this,g=0;Rkns._.each(this.data.query.search,function(a){var d=a.title,h="http://"+f.lang+".wikipedia.org/wiki/"+encodeURI(d.replace(/ /g,"_")),i=Rkns.$("<div>").html(a.snippet).text();(c.isempty||c.test(d)||c.test(i))&&(g++,e+=f.resultTemplate({url:h,title:d,htitle:b(d),description:i,hdescription:b(i),static_url:f.renkan.options.static_url}))}),f.main_$.html(e),!c.isempty&&g?this.count_$.text(g).show():this.count_$.hide(),c.isempty||g?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.Wikipedia.Bin.prototype.refresh=function(){var a=this;Rkns.$.ajax({url:"http://"+a.lang+".wikipedia.org/w/api.php?action=query&list=search&srsearch="+encodeURIComponent(this.search)+"&format=json",dataType:"jsonp",success:function(b){a.data=b,a.render()}})},define("renderer/baserepresentation",["jquery","underscore"],function(a,b){var c=function(a,c){if("undefined"!=typeof a&&(this.renderer=a,this.renkan=a.renkan,this.project=a.renkan.project,this.options=a.renkan.options,this.model=c,this.model)){var d=this;this._changeBinding=function(){d.redraw({change:!0})},this._removeBinding=function(){a.removeRepresentation(d),b.defer(function(){a.redraw()})},this._selectBinding=function(){d.select()},this._unselectBinding=function(){d.unselect()},this.model.on("change",this._changeBinding),this.model.on("remove",this._removeBinding),this.model.on("select",this._selectBinding),this.model.on("unselect",this._unselectBinding)
-}};return b(c.prototype).extend({_super:function(a){return c.prototype[a].apply(this,Array.prototype.slice.call(arguments,1))},redraw:function(){},moveTo:function(){},show:function(){return"BaseRepresentation.show"},hide:function(){},select:function(){this.model&&this.model.trigger("selected")},unselect:function(){this.model&&this.model.trigger("unselected")},highlight:function(){},unhighlight:function(){},mousedown:function(){},mouseup:function(){this.model&&this.model.trigger("clicked")},destroy:function(){this.model&&(this.model.off("change",this._changeBinding),this.model.off("remove",this._removeBinding),this.model.off("select",this._selectBinding),this.model.off("unselect",this._unselectBinding))}}).value(),c}),define("requtils",[],function(){return{getUtils:function(){return window.Rkns.Utils},getRenderer:function(){return window.Rkns.Renderer}}}),define("renderer/basebutton",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({moveTo:function(a){this.sector.moveTo(a)},show:function(){this.sector.show()},hide:function(){this.sector&&this.sector.hide()},select:function(){this.sector.select()},unselect:function(a){this.sector.unselect(),(!a||a!==this.source_representation&&a.source_representation!==this.source_representation)&&this.source_representation.unselect()},destroy:function(){this.sector.destroy()}}).value(),f}),define("renderer/shapebuilder",[],function(){var a="M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z",b={circle:{getShape:function(){return new paper.Path.Circle([0,0],1)},getImageShape:function(a,b){return new paper.Path.Circle(a,b)}},rectangle:{getShape:function(){return new paper.Path.Rectangle([-2,-2],[2,2])},getImageShape:function(a,b){return new paper.Path.Rectangle([-b,-b],[2*b,2*b])}},ellipse:{getShape:function(){return new paper.Path.Ellipse(new paper.Rectangle([-2,-1],[2,1]))},getImageShape:function(a,b){return new paper.Path.Ellipse(new paper.Rectangle([-b,-b/2],[2*b,b]))}},polygon:{getShape:function(){return new paper.Path.RegularPolygon([0,0],6,1)},getImageShape:function(a,b){return new paper.Path.RegularPolygon(a,6,b)}},diamond:{getShape:function(){var a=new paper.Path.Rectangle([-Math.SQRT2,-Math.SQRT2],[Math.SQRT2,Math.SQRT2]);return a.rotate(45),a},getImageShape:function(a,b){var c=new paper.Path.Rectangle([-b*Math.SQRT2/2,-b*Math.SQRT2/2],[b*Math.SQRT2,b*Math.SQRT2]);return c.rotate(45),c}},star:{getShape:function(){return new paper.Path.Star([0,0],8,1,.7)},getImageShape:function(a,b){return new paper.Path.Star(a,8,1*b,.7*b)}},cloud:{getShape:function(){var b=new paper.Path(a);return b},getImageShape:function(b,c){var d=new paper.Path(a);return d.scale(c),d.translate(b),d}},triangle:{getShape:function(){return new paper.Path.RegularPolygon([0,0],3,1)},getImageShape:function(a,b){var c=new paper.Path.RegularPolygon([0,0],3,1);return c.scale(b),c.translate(a),c}},svg:function(a){return{getShape:function(){return new paper.Path(a)},getImageShape:function(){return new paper.Path}}}},c=function(a){return(null===a||"undefined"==typeof a)&&(a="circle"),"svg:"===a.substr(0,4)?b.svg(a.substr(4)):(a in b||(a="circle"),b[a])};return c.builders=b,c}),define("renderer/noderepr",["jquery","underscore","requtils","renderer/baserepresentation","renderer/shapebuilder"],function(a,b,c,d,e){var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){if(this.renderer.node_layer.activate(),this.type="Node",this.buildShape(),this.hidden=!1,this.ghost=!1,this.options.show_node_circles?(this.circle.strokeWidth=this.options.node_stroke_width,this.h_ratio=1):this.h_ratio=0,this.title=a('<div class="Rk-Label">').appendTo(this.renderer.labels_$),this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.NodeEditButton(this.renderer,null),new b.NodeRemoveButton(this.renderer,null),new b.NodeLinkButton(this.renderer,null),new b.NodeEnlargeButton(this.renderer,null),new b.NodeShrinkButton(this.renderer,null)],this.options.hide_nodes&&this.normal_buttons.push(new b.NodeHideButton(this.renderer,null),new b.NodeShowButton(this.renderer,null)),this.pending_delete_buttons=[new b.NodeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.last_circle_radius=1,this.renderer.minimap&&(this.renderer.minimap.node_layer.activate(),this.minimap_circle=new paper.Path.Circle([0,0],1),this.minimap_circle.__representation=this.renderer.minimap.miniframe.__representation,this.renderer.minimap.node_group.addChild(this.minimap_circle))},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.node_stroke_width+(a-1)*(this.options.node_stroke_max_width-this.options.node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_node_stroke_width+(a-1)*(this.options.selected_node_stroke_max_width-this.options.selected_node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},buildShape:function(){"shape"in this.model.changed&&delete this.img,this.circle&&(this.circle.remove(),delete this.circle),this.shapeBuilder=new e(this.model.get("shape")),this.circle=this.shapeBuilder.getShape(),this.circle.__representation=this,this.circle.sendToBack(),this.last_circle_radius=1},redraw:function(a){"shape"in this.model.changed&&"change"in a&&a.change&&this.buildShape();var c=new paper.Point(this.model.get("position")),d=this.options.node_size_base*Math.exp((this.model.get("size")||0)*f._NODE_SIZE_STEP);this.is_dragging&&this.paper_coords||(this.paper_coords=this.renderer.toPaperCoords(c)),this.circle_radius=d*this.renderer.view.scale,this.last_circle_radius!==this.circle_radius&&(this.all_buttons.forEach(function(a){a.setSectorSize()}),this.circle.scale(this.circle_radius/this.last_circle_radius),this.node_image&&this.node_image.scale(this.circle_radius/this.last_circle_radius)),this.circle.position=this.paper_coords,this.node_image&&(this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius))),this.last_circle_radius=this.circle_radius;var e=this.active_buttons,g=1;this.model.get("delete_scheduled")?(g=.5,this.active_buttons=this.pending_delete_buttons,this.circle.dashArray=[2,2]):(g=1,this.active_buttons=this.normal_buttons,this.circle.dashArray=null),this.selected&&this.renderer.isEditable()&&!this.ghost&&(e!==this.active_buttons&&e.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.node_image&&(this.node_image.opacity=this.highlighted?.5*g:g-.01),this.circle.fillColor=this.highlighted?this.options.highlighted_node_fill_color:this.options.node_fill_color,this.circle.opacity=this.options.show_node_circles?g:.01;var h=this.model.get("title")||this.renkan.translate(this.options.label_untitled_nodes)||"";h=f.shortenText(h,this.options.node_label_max_length),"object"==typeof this.highlighted?this.title.html(this.highlighted.replace(b(h).escape(),'<span class="Rk-Highlighted">$1</span>')):this.title.text(h);var i=this._getStrokeWidth();this.title.css({left:this.paper_coords.x,top:this.paper_coords.y+this.circle_radius*this.h_ratio+this.options.node_label_distance+.5*i,opacity:g});var j=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||f._USER_PLACEHOLDER(this.renkan)).get("color"),k=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.circle.strokeWidth=i,this.circle.strokeColor=j,this.circle.dashArray=k;var l=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(l)});var m=this.img;if(this.img=this.model.get("image"),this.img&&this.img!==m&&(this.showImage(),this.circle&&this.circle.sendToBack()),this.node_image&&!this.img&&(this.node_image.remove(),delete this.node_image),this.renderer.minimap){this.minimap_circle.fillColor=j;var n=this.renderer.toMinimapCoords(c),o=this.renderer.minimap.scale*d,p=new paper.Size([o,o]);this.minimap_circle.fitBounds(n.subtract(p),p.multiply(2))}if(!("undefined"!=typeof a&&"dontRedrawEdges"in a&&a.dontRedrawEdges)){var q=this;b.each(this.project.get("edges").filter(function(a){return a.get("to")===q.model||a.get("from")===q.model}),function(a){var b=q.renderer.getRepresentationByModel(a);b&&"undefined"!=typeof b.from_representation&&"undefined"!=typeof b.from_representation.paper_coords&&"undefined"!=typeof b.to_representation&&"undefined"!=typeof b.to_representation.paper_coords&&b.redraw()})}this.ghost?this.show(!0):this.hidden&&this.hide()},showImage:function(){var b=null;if("undefined"==typeof this.renderer.image_cache[this.img]?(b=new Image,this.renderer.image_cache[this.img]=b,b.src=this.img):b=this.renderer.image_cache[this.img],b.width){this.node_image&&this.node_image.remove(),this.renderer.node_layer.activate();var c=b.width,d=b.height,e=this.model.get("clip_path"),f="undefined"!=typeof e&&e,g=null,h=null,i=null;if(f){g=new paper.Path;var j=e.match(/[a-z][^a-z]+/gi)||[],k=[0,0],l=1/0,m=1/0,n=-1/0,o=-1/0,p=function(a,b){var e=a.slice(1).map(function(a,e){var f=parseFloat(a),g=e%2;return f=g?(f-.5)*d:(f-.5)*c,b&&(f+=k[g]),g?(m=Math.min(m,f),o=Math.max(o,f)):(l=Math.min(l,f),n=Math.max(n,f)),f});return k=e.slice(-2),e};j.forEach(function(a){var b=a.match(/([a-z]|[0-9.-]+)/gi)||[""];switch(b[0]){case"M":g.moveTo(p(b));break;case"m":g.moveTo(p(b,!0));break;case"L":g.lineTo(p(b));break;case"l":g.lineTo(p(b,!0));break;case"C":g.cubicCurveTo(p(b));break;case"c":g.cubicCurveTo(p(b,!0));break;case"Q":g.quadraticCurveTo(p(b));break;case"q":g.quadraticCurveTo(p(b,!0))}}),h=Math[this.options.node_images_fill_mode?"min":"max"](n-l,o-m)/2,i=new paper.Point((n+l)/2,(o+m)/2),this.options.show_node_circles||(this.h_ratio=(o-m)/(2*h))}else h=Math[this.options.node_images_fill_mode?"min":"max"](c,d)/2,i=new paper.Point(0,0),this.options.show_node_circles||(this.h_ratio=d/(2*h));var q=new paper.Raster(b);if(q.locked=!0,f&&(q=new paper.Group(g,q),q.opacity=.99,q.clipped=!0,g.__representation=this),this.options.clip_node_images){var r=this.shapeBuilder.getImageShape(i,h);q=new paper.Group(r,q),q.opacity=.99,q.clipped=!0,r.__representation=this}this.image_delta=i.divide(h),this.node_image=q,this.node_image.__representation=s,this.node_image.scale(this.circle_radius/h),this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius)),this.node_image.insertAbove(this.circle)}else{var s=this;a(b).on("load",function(){s.showImage()})}},paperShift:function(a){this.options.editor_mode?this.renkan.read_only||(this.is_dragging=!0,this.paper_coords=this.paper_coords.add(a),this.redraw()):this.renderer.view.paperShift(a)},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("NodeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.circle.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&!this.hidden&&this.active_buttons.forEach(function(a){a.show()});var b=this.model.get("uri");b&&a(".Rk-Bin-Item").each(function(){var c=a(this);c.attr("data-uri")===b&&c.addClass("selected")}),this.options.editor_mode||this.openEditor(),this.renderer.minimap&&(this.minimap_circle.strokeWidth=this.options.minimap_highlight_weight,this.minimap_circle.strokeColor=this.options.minimap_highlight_color),this.hidden?this.show(!0):this.showNeighbors(!0),this._super("select")},hideButtons:function(){this.all_buttons.forEach(function(a){a.hide()}),delete this.buttonTimeout},unselect:function(b){if(!b||b.source_representation!==this){this.selected=!1;var c=this;this.buttons_timeout=setTimeout(function(){c.hideButtons()},200),this.circle.strokeWidth=this._getStrokeWidth(),a(".Rk-Bin-Item").removeClass("selected"),this.renderer.minimap&&(this.minimap_circle.strokeColor=void 0),this.hidden?this.hide():this.hideNeighbors(),this._super("unselect")}},hide:function(){var a=this;this.ghost=!1,this.hidden=!0,"undefined"!=typeof this.node_image&&(this.node_image.opacity=0),this.hideButtons(),this.circle.opacity=0,this.title.css("opacity",0),this.minimap_circle.opacity=0,b.each(this.project.get("edges").filter(function(b){return b.get("to")===a.model||b.get("from")===a.model}),function(b){var c=a.renderer.getRepresentationByModel(b);c&&"undefined"!=typeof c.from_representation&&"undefined"!=typeof c.from_representation.paper_coords&&"undefined"!=typeof c.to_representation&&"undefined"!=typeof c.to_representation.paper_coords&&c.hide()}),this.hideNeighbors()},show:function(a){var c=this;this.ghost=a,this.ghost?("undefined"!=typeof this.node_image&&(this.node_image.opacity=this.options.ghost_opacity),this.circle.opacity=this.options.ghost_opacity,this.title.css("opacity",this.options.ghost_opacity),this.minimap_circle.opacity=this.options.ghost_opacity):(this.minimap_circle.opacity=1,this.hidden=!1,this.redraw()),b.each(this.project.get("edges").filter(function(a){return a.get("to")===c.model||a.get("from")===c.model}),function(a){var b=c.renderer.getRepresentationByModel(a);b&&"undefined"!=typeof b.from_representation&&"undefined"!=typeof b.from_representation.paper_coords&&"undefined"!=typeof b.to_representation&&"undefined"!=typeof b.to_representation.paper_coords&&b.show(c.ghost)})},hideNeighbors:function(){var a=this;b.each(this.project.get("edges").filter(function(b){return b.get("from")===a.model}),function(b){var c=a.renderer.getRepresentationByModel(b.get("to"));c&&c.ghost&&c.hide()})},showNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b){var d=c.renderer.getRepresentationByModel(b.get("to"));if(d&&d.hidden&&(d.show(a),!a)){var e=c.renderer.view.hiddenNodes.indexOf(d.model.id);-1!==e&&c.renderer.view.hiddenNodes.splice(e,1)}})},highlight:function(a){var b=a||!0;this.highlighted!==b&&(this.highlighted=b,this.redraw(),this.renderer.throttledPaperDraw())},unhighlight:function(){this.highlighted&&(this.highlighted=!1,this.redraw(),this.renderer.throttledPaperDraw())},saveCoords:function(){var a=this.renderer.toModelCoords(this.paper_coords),b={position:{x:a.x,y:a.y}};this.renderer.isEditable()&&this.model.set(b)},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){if(this.renderer.is_dragging&&this.renderer.isEditable())this.saveCoords();else if(this.hidden){var c=this.renderer.view.hiddenNodes.indexOf(this.model.id);-1!==c&&this.renderer.view.hiddenNodes.splice(c,1),this.show(!1),this.select()}else b||this.model.get("delete_scheduled")||this.openEditor(),this.model.trigger("clicked");this.renderer.click_target=null,this.renderer.is_dragging=!1,this.is_dragging=!1},destroy:function(){this._super("destroy"),this.all_buttons.forEach(function(a){a.destroy()}),this.circle.remove(),this.title.remove(),this.renderer.minimap&&this.minimap_circle.remove(),this.node_image&&this.node_image.remove()}}).value(),g}),define("renderer/edge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){if(this.renderer.edge_layer.activate(),this.type="Edge",this.hidden=!1,this.ghost=!1,this.from_representation=this.renderer.getRepresentationByModel(this.model.get("from")),this.to_representation=this.renderer.getRepresentationByModel(this.model.get("to")),this.bundle=this.renderer.addToBundles(this),this.line=new paper.Path,this.line.add([0,0],[0,0],[0,0]),this.line.__representation=this,this.line.strokeWidth=this.options.edge_stroke_width,this.arrow_scale=1,this.arrow=new paper.Path,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.pivot=new paper.Point([this.options.edge_arrow_length/2,this.options.edge_arrow_width/2]),this.arrow.__representation=this,this.text=a('<div class="Rk-Label Rk-Edge-Label">').appendTo(this.renderer.labels_$),this.arrow_angle=0,this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.EdgeEditButton(this.renderer,null),new b.EdgeRemoveButton(this.renderer,null)],this.pending_delete_buttons=[new b.EdgeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.renderer.minimap&&(this.renderer.minimap.edge_layer.activate(),this.minimap_line=new paper.Path,this.minimap_line.add([0,0],[0,0]),this.minimap_line.__representation=this.renderer.minimap.miniframe.__representation,this.minimap_line.strokeWidth=1)},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.edge_stroke_width+(a-1)*(this.options.edge_stroke_max_width-this.options.edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_edge_stroke_width+(a-1)*(this.options.selected_edge_stroke_max_width-this.options.selected_edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getArrowScale:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return 1+(a-1)*(this.options.edge_arrow_max_width/this.options.edge_arrow_width-1)/(this.options.edge_stroke_witdh_scale-1)},redraw:function(){var a=this.model.get("from"),b=this.model.get("to");if(a&&b&&(!this.hidden||this.ghost)){if(this.from_representation=this.renderer.getRepresentationByModel(a),this.to_representation=this.renderer.getRepresentationByModel(b),"undefined"==typeof this.from_representation||"undefined"==typeof this.to_representation||this.from_representation.hidden&&!this.from_representation.ghost||this.to_representation.hidden&&!this.to_representation.ghost)return void this.hide();var c,d=this._getStrokeWidth(),f=this._getArrowScale(),g=this.from_representation.paper_coords,h=this.to_representation.paper_coords,i=h.subtract(g),j=i.length,k=i.divide(j),l=new paper.Point([-k.y,k.x]),m=this.bundle.getPosition(this),n=l.multiply(this.options.edge_gap_in_bundles*m),o=g.add(n),p=h.add(n),q=i.angle,r=l.multiply(this.options.edge_label_distance+.5*f*this.options.edge_arrow_width),s=i.divide(3),t=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),u=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.model.get("delete_scheduled")||this.from_representation.model.get("delete_scheduled")||this.to_representation.model.get("delete_scheduled")?(c=.5,this.line.dashArray=[2,2]):(c=this.ghost?this.options.ghost_opacity:1,this.line.dashArray=null);var v=this.active_buttons;this.arrow.visible=this.model.has("style")&&this.model.get("style").arrow||!this.model.has("style")||"undefined"==typeof this.model.get("style").arrow,this.active_buttons=this.model.get("delete_scheduled")?this.pending_delete_buttons:this.normal_buttons,this.selected&&this.renderer.isEditable()&&v!==this.active_buttons&&(v.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.paper_coords=o.add(p).divide(2),this.line.strokeWidth=d,this.line.strokeColor=t,this.line.dashArray=u,this.line.opacity=c,this.line.segments[0].point=g,this.line.segments[1].point=this.paper_coords,this.line.segments[1].handleIn=s.multiply(-1),this.line.segments[1].handleOut=s,this.line.segments[2].point=h,this.arrow.scale(f/this.arrow_scale),this.arrow_scale=f,this.arrow.fillColor=t,this.arrow.opacity=c,this.arrow.rotate(q-this.arrow_angle,this.arrow.bounds.center),this.arrow.position=this.paper_coords,this.arrow_angle=q,q>90&&(q-=180,r=r.multiply(-1)),-90>q&&(q+=180,r=r.multiply(-1));var w=this.model.get("title")||this.renkan.translate(this.options.label_untitled_edges)||"";w=e.shortenText(w,this.options.node_label_max_length),this.text.text(w);var x=this.paper_coords.add(r);this.text.css({left:x.x,top:x.y,transform:"rotate("+q+"deg)","-moz-transform":"rotate("+q+"deg)","-webkit-transform":"rotate("+q+"deg)",opacity:c}),this.text_angle=q;var y=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(y)}),this.renderer.minimap&&(this.minimap_line.strokeColor=t,this.minimap_line.segments[0].point=this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get("position"))),this.minimap_line.segments[1].point=this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get("position"))))}},hide:function(){this.hidden=!0,this.ghost=!1,this.text.hide(),this.line.visible=!1,this.arrow.visible=!1,this.minimap_line.visible=!1},show:function(a){this.ghost=a,this.ghost?(this.text.css("opacity",.3),this.line.opacity=.3,this.arrow.opacity=.3,this.minimap_line.opacity=.3):(this.hidden=!1,this.text.css("opacity",1),this.line.opacity=1,this.arrow.opacity=1,this.minimap_line.opacity=1),this.text.show(),this.line.visible=!0,this.arrow.visible=!0,this.minimap_line.visible=!0,this.redraw()},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("EdgeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.line.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&this.active_buttons.forEach(function(a){a.show()}),this.options.editor_mode||this.openEditor(),this._super("select")},unselect:function(a){a&&a.source_representation===this||(this.selected=!1,this.options.editor_mode&&this.all_buttons.forEach(function(a){a.hide()}),this.line.strokeWidth=this._getStrokeWidth(),this._super("unselect"))},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){!this.renkan.read_only&&this.renderer.is_dragging?(this.from_representation.saveCoords(),this.to_representation.saveCoords(),this.from_representation.is_dragging=!1,this.to_representation.is_dragging=!1):(b||this.openEditor(),this.model.trigger("clicked")),this.renderer.click_target=null,this.renderer.is_dragging=!1},paperShift:function(a){this.options.editor_mode?this.options.read_only||(this.from_representation.paperShift(a),this.to_representation.paperShift(a)):this.renderer.paperShift(a)},destroy:function(){this._super("destroy"),this.line.remove(),this.arrow.remove(),this.text.remove(),this.renderer.minimap&&this.minimap_line.remove(),this.all_buttons.forEach(function(a){a.destroy()});var a=this;this.bundle.edges=b.reject(this.bundle.edges,function(b){return a===b})}}).value(),f}),define("renderer/tempedge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.edge_layer.activate(),this.type="Temp-edge";var a=(this.project.get("users").get(this.renkan.current_user)||e._USER_PLACEHOLDER(this.renkan)).get("color");this.line=new paper.Path,this.line.strokeColor=a,this.line.dashArray=[4,2],this.line.strokeWidth=this.options.selected_edge_stroke_width,this.line.add([0,0],[0,0]),this.line.__representation=this,this.arrow=new paper.Path,this.arrow.fillColor=a,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.__representation=this,this.arrow_angle=0},redraw:function(){var a=this.from_representation.paper_coords,b=this.end_pos,c=b.subtract(a).angle,d=a.add(b).divide(2);this.line.segments[0].point=a,this.line.segments[1].point=b,this.arrow.rotate(c-this.arrow_angle),this.arrow.position=d,this.arrow_angle=c},paperShift:function(a){if(!this.renderer.isEditable())return this.renderer.removeRepresentation(_this),void paper.view.draw();this.end_pos=this.end_pos.add(a);var b=paper.project.hitTest(this.end_pos);this.renderer.findTarget(b),this.redraw()},mouseup:function(a){var b=paper.project.hitTest(a.point),c=this.from_representation.model,d=!0;if(b&&"undefined"!=typeof b.item.__representation){var f=b.item.__representation;if("Node"===f.type.substr(0,4)){var g=f.model||f.source_representation.model;if(c!==g){var h={id:e.getUID("edge"),created_by:this.renkan.current_user,from:c,to:g};this.renderer.isEditable()&&this.project.addEdge(h)}}(c===f.model||f.source_representation&&f.source_representation.model===c)&&(d=!1,this.renderer.is_dragging=!0)}d&&(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentation(this),paper.view.draw())},destroy:function(){this.arrow.remove(),this.line.remove()}}).value(),f}),define("renderer/baseeditor",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.buttons_layer.activate(),this.type="editor",this.editor_block=new paper.Path;var c=b.map(b.range(8),function(){return[0,0]});this.editor_block.add.apply(this.editor_block,c),this.editor_block.strokeWidth=this.options.tooltip_border_width,this.editor_block.strokeColor=this.options.tooltip_border_color,this.editor_block.opacity=this.options.tooltip_opacity,this.editor_$=a("<div>").appendTo(this.renderer.editor_$).css({position:"absolute",opacity:this.options.tooltip_opacity}).hide()},destroy:function(){this.editor_block.remove(),this.editor_$.remove()}}).value(),f}),define("renderer/nodeeditor",["jquery","underscore","requtils","renderer/baseeditor","renderer/shapebuilder","ckeditor-jquery"],function(a,b,c,d,e){var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/nodeeditor.html"],this.readOnlyTemplate=this.options.node_editor_templates},draw:function(){var c=this.source_representation.model,d=c.get("created_by")||f._USER_PLACEHOLDER(this.renkan),g=this.renderer.isEditable()?this.template:this.readOnlyTemplate[c.get("type")]||this.readOnlyTemplate["default"],h=this.options.static_url+"img/image-placeholder.png",i=c.get("size")||0;this.editor_$.html(g({node:{_id:c.get("_id"),has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),type:c.get("type")||"default",short_uri:f.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),image:c.get("image")||"",image_placeholder:h,color:c.has("style")&&c.get("style").color||d.get("color"),thickness:c.has("style")&&c.get("style").thickness||1,dash:c.has("style")&&c.get("style").dash?"checked":"",clip_path:c.get("clip_path")||!1,created_by_color:d.get("color"),created_by_title:d.get("title"),size:(i>0?"+":"")+i,shape:c.get("shape")||"circle"},renkan:this.renkan,options:this.options,shortenText:f.shortenText,shapes:b(e.builders).omit("svg").keys().value(),types:b(this.options.node_editor_templates).keys().value()})),this.redraw();var j=this,k=j.options.show_node_editor_description_richtext?a(".Rk-Edit-Description").ckeditor(j.options.richtext_editor_config):!1,l=j.options.show_node_editor_title_richtext?a(".Rk-Edit-Title").ckeditor(j.options.richtext_editor_config):!1,m=function(){j.renderer.removeRepresentation(j),paper.view.draw()};if(j.cleanEditor=function(){if(j.editor_$.off("keyup"),j.editor_$.find("input, textarea, select").off("change keyup paste"),j.editor_$.find(".Rk-Edit-Image-File").off("change"),j.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").off("hover"),j.editor_$.find(".Rk-Edit-Size-Btn").off("click"),j.editor_$.find(".Rk-Edit-Image-Del").off("click"),j.editor_$.find(".Rk-Edit-ColorPicker").find("li").off("hover click"),j.editor_$.find(".Rk-CloseX").off("click"),j.editor_$.find(".Rk-Edit-Goto").off("click"),j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor){var a=k.editor;delete k.editor,a.focusManager.blur(!0),a.destroy()}if(j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor){var b=l.editor;delete l.editor,b.focusManager.blur(!0),b.destroy()}},this.editor_$.find(".Rk-CloseX").click(function(a){a.preventDefault(),m()}),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var n=b.throttle(function(){b.defer(function(){if(j.renderer.isEditable()){var a={};if(j.options.show_node_editor_uri&&(a.uri=j.editor_$.find(".Rk-Edit-URI").val(),j.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#")),j.options.show_node_editor_image&&(a.image=j.editor_$.find(".Rk-Edit-Image").val(),j.editor_$.find(".Rk-Edit-ImgPreview").attr("src",a.image||h)),j.options.show_node_editor_description&&(j.options.show_node_editor_description_richtext?"undefined"!=typeof k.editor&&k.editor.checkDirty()&&(a.description=k.editor.getData(),k.editor.resetDirty()):a.description=j.editor_$.find(".Rk-Edit-Description").val()),j.options.show_node_editor_title&&(j.options.show_node_editor_title_richtext?"undefined"!=typeof l.editor&&l.editor.checkDirty()&&(a.title=l.editor.getData(),l.editor.resetDirty()):a.title=j.editor_$.find(".Rk-Edit-Title").val()),j.options.show_node_editor_style){var d=j.editor_$.find(".Rk-Edit-Dash").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d})}j.options.change_shapes&&c.get("shape")!==j.editor_$.find(".Rk-Edit-Shape").val()&&(a.shape=j.editor_$.find(".Rk-Edit-Shape").val()),j.options.change_types&&c.get("type")!==j.editor_$.find(".Rk-Edit-Type").val()&&(a.type=j.editor_$.find(".Rk-Edit-Type").val()),c.set(a),j.redraw()}else m()})},1e3);this.editor_$.on("keyup",function(a){27===a.keyCode&&m()}),this.editor_$.find("input, textarea, select").on("change keyup paste",n),j.options.show_node_editor_description&&j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor&&(k.editor.on("change",n),k.editor.on("blur",n)),j.options.show_node_editor_title&&j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor&&(l.editor.on("change",n),l.editor.on("blur",n)),j.options.allow_image_upload&&this.editor_$.find(".Rk-Edit-Image-File").change(function(){if(this.files.length){var a=this.files[0],b=new FileReader;if("image"!==a.type.substr(0,5))return void alert(j.renkan.translate("This file is not an image"));if(a.size>1024*j.options.uploaded_image_max_kb)return void alert(j.renkan.translate("Image size must be under ")+j.options.uploaded_image_max_kb+j.renkan.translate("KB"));
-b.onload=function(a){j.editor_$.find(".Rk-Edit-Image").val(a.target.result),n()},b.readAsDataURL(a)}}),this.editor_$.find(".Rk-Edit-Title")[0].focus();var o=j.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),o.show()},function(a){a.preventDefault(),o.hide()}),o.find("li").hover(function(b){b.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||f._USER_PLACEHOLDER(j.renkan)).get("color"))}).click(function(d){d.preventDefault(),j.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),o.hide(),paper.view.draw()):m()});var p=function(a){if(j.renderer.isEditable()){var b=a+(c.get("size")||0);j.editor_$.find("#Rk-Edit-Size-Value").text((b>0?"+":"")+b),c.set("size",b),paper.view.draw()}else m()};this.editor_$.find("#Rk-Edit-Size-Down").click(function(){return p(-1),!1}),this.editor_$.find("#Rk-Edit-Size-Up").click(function(){return p(1),!1});var q=function(a){if(j.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>j.options.node_stroke_witdh_scale&&(e=j.options.node_stroke_witdh_scale),e!==d&&(j.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else m()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return q(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return q(1),!1}),this.editor_$.find(".Rk-Edit-Image-Del").click(function(){return j.editor_$.find(".Rk-Edit-Image").val(""),n(),!1})}else if("object"==typeof this.source_representation.highlighted){var r=this.source_representation.highlighted.replace(b(c.get("title")).escape(),'<span class="Rk-Highlighted">$1</span>');this.editor_$.find(".Rk-Display-Title"+(c.get("uri")?" a":"")).html(r),this.options.show_node_tooltip_description&&this.editor_$.find(".Rk-Display-Description").html(this.source_representation.highlighted.replace(b(c.get("description")).escape(),'<span class="Rk-Highlighted">$1</span>'))}this.editor_$.find("img").load(function(){j.redraw()})},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;f.drawEditBox(this.options,a,this.editor_block,.75*this.source_representation.circle_radius,this.editor_$)}this.editor_$.show(),paper.view.draw()},destroy:function(){"undefined"!=typeof this.cleanEditor&&this.cleanEditor(),this.editor_block.remove(),this.editor_$.remove()}}).value(),g}),define("renderer/edgeeditor",["jquery","underscore","requtils","renderer/baseeditor"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/edgeeditor.html"],this.readOnlyTemplate=this.options.templates["templates/edgeeditor_readonly.html"]},draw:function(){var c=this.source_representation.model,d=c.get("from"),f=c.get("to"),g=c.get("created_by")||e._USER_PLACEHOLDER(this.renkan),h=this.renderer.isEditable()?this.template:this.readOnlyTemplate;this.editor_$.html(h({edge:{has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),short_uri:e.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),color:c.has("style")&&c.get("style").color||g.get("color"),dash:c.has("style")&&c.get("style").dash?"checked":"",arrow:c.has("style")&&c.get("style").arrow||!c.has("style")||"undefined"==typeof c.get("style").arrow?"checked":"",thickness:c.has("style")&&c.get("style").thickness||1,from_title:d.get("title"),to_title:f.get("title"),from_color:d.has("style")&&d.get("style").color||(d.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),to_color:f.has("style")&&f.get("style").color||(f.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),created_by_color:g.get("color"),created_by_title:g.get("title")},renkan:this.renkan,shortenText:e.shortenText,options:this.options})),this.redraw();var i=this,j=function(){i.renderer.removeRepresentation(i),i.editor_$.find(".Rk-Edit-Size-Btn").off("click"),paper.view.draw()};if(this.editor_$.find(".Rk-CloseX").click(j),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var k=b.throttle(function(){b.defer(function(){if(i.renderer.isEditable()){var a={title:i.editor_$.find(".Rk-Edit-Title").val()};if(i.options.show_edge_editor_uri&&(a.uri=i.editor_$.find(".Rk-Edit-URI").val()),i.options.show_node_editor_style){var d=i.editor_$.find(".Rk-Edit-Dash").is(":checked"),e=i.editor_$.find(".Rk-Edit-Arrow").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d,arrow:e})}i.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#"),c.set(a),paper.view.draw()}else j()})},500);this.editor_$.on("keyup",function(a){27===a.keyCode&&j()}),this.editor_$.find("input").on("keyup change paste",k),this.editor_$.find(".Rk-Edit-Vocabulary").change(function(){var b=a(this),c=b.val();c&&(i.editor_$.find(".Rk-Edit-Title").val(b.find(":selected").text()),i.editor_$.find(".Rk-Edit-URI").val(c),k())}),this.editor_$.find(".Rk-Edit-Direction").click(function(){i.renderer.isEditable()?(c.set({from:c.get("to"),to:c.get("from")}),i.draw()):j()});var l=i.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),l.show()},function(a){a.preventDefault(),l.hide()}),l.find("li").hover(function(b){b.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||e._USER_PLACEHOLDER(i.renkan)).get("color"))}).click(function(d){d.preventDefault(),i.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),l.hide(),paper.view.draw()):j()});var m=function(a){if(i.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>i.options.node_stroke_witdh_scale&&(e=i.options.node_stroke_witdh_scale),e!==d&&(i.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else j()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return m(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return m(1),!1})}},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;e.drawEditBox(this.options,a,this.editor_block,5,this.editor_$)}this.editor_$.show(),paper.view.draw()}}).value(),f}),define("renderer/nodebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({setSectorSize:function(){var a=this.source_representation.circle_radius;a!==this.lastSectorInner&&(this.sector&&this.sector.destroy(),this.sector=this.renderer.drawSector(this,1+a,e._NODE_BUTTON_WIDTH+a,this.startAngle,this.endAngle,1,this.imageName,this.renkan.translate(this.text)),this.lastSectorInner=a)},unselect:function(){d.prototype.unselect.apply(this,Array.prototype.slice.call(arguments,1)),this.source_representation&&this.source_representation.buttons_timeout&&(clearTimeout(this.source_representation.buttons_timeout),this.source_representation.hideButtons())},select:function(){this.source_representation&&this.source_representation.buttons_timeout&&clearTimeout(this.source_representation.buttons_timeout),this.sector.select()}}).value(),f}),define("renderer/nodeeditbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-edit-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-125:-135,this.endAngle=this.options.hide_nodes?-55:-45,this.imageName="edit",this.text="Edit"},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/noderemovebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-remove-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-10:0,this.endAngle=this.options.hide_nodes?45:90,this.imageName="remove",this.text="Remove"},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove node ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeNode(this.source_representation.model)}}).value(),f}),define("renderer/nodehidebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-hide-button",this.lastSectorInner=0,this.startAngle=45,this.endAngle=90,this.imageName="hide",this.text="Hide"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.renderer.view.addHiddenNode(this.source_representation.model)}}).value(),f}),define("renderer/nodeshowbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-show-button",this.lastSectorInner=0,this.startAngle=90,this.endAngle=135,this.imageName="show",this.text="Show"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.source_representation.showNeighbors(!1)}}).value(),f}),define("renderer/noderevertbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-revert-button",this.lastSectorInner=0,this.startAngle=-135,this.endAngle=135,this.imageName="revert",this.text="Cancel deletion"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/nodelinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-link-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?135:90,this.endAngle=this.options.hide_nodes?190:180,this.imageName="link",this.text="Link to another node"},mousedown:function(a){if(this.renderer.isEditable()){var b=this.renderer.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]);this.renderer.click_target=null,this.renderer.removeRepresentationsOfType("editor"),this.renderer.addTempEdge(this.source_representation,c)}}}).value(),f}),define("renderer/nodeenlargebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-enlarge-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-55:-45,this.endAngle=this.options.hide_nodes?-10:0,this.imageName="enlarge",this.text="Enlarge"},mouseup:function(){var a=1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/nodeshrinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-shrink-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-170:-180,this.endAngle=this.options.hide_nodes?-125:-135,this.imageName="shrink",this.text="Shrink"},mouseup:function(){var a=-1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/edgeeditbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-edit-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-270,-90,1,"edit",this.renkan.translate("Edit"))},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/edgeremovebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-remove-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-90,90,1,"remove",this.renkan.translate("Remove"))},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove edge ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeEdge(this.source_representation.model)}}).value(),f}),define("renderer/edgerevertbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-revert-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-135,135,1,"revert",this.renkan.translate("Cancel deletion"))},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/miniframe",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({paperShift:function(a){this.renderer.offset=this.renderer.offset.subtract(a.divide(this.renderer.minimap.scale).multiply(this.renderer.scale)),this.renderer.redraw()},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1}}).value(),f}),define("renderer/scene",["jquery","underscore","filesaver","requtils","renderer/miniframe"],function(a,b,c,d,e){var f=d.getUtils(),g=function(c){this.renkan=c,this.$=a(".Rk-Render"),this.representations=[],this.$.html(c.options.templates["templates/scene.html"](c)),this.onStatusChange(),this.canvas_$=this.$.find(".Rk-Canvas"),this.labels_$=this.$.find(".Rk-Labels"),this.editor_$=c.options.popup_editor?this.$.find(".Rk-Editor"):a("#"+c.options.editor_panel),this.notif_$=this.$.find(".Rk-Notifications"),paper.setup(this.canvas_$[0]),this.totalScroll=0,this.mouse_down=!1,this.click_target=null,this.selected_target=null,this.edge_layer=new paper.Layer,this.node_layer=new paper.Layer,this.buttons_layer=new paper.Layer,this.delete_list=[],this.redrawActive=!0,c.options.show_minimap&&(this.minimap={background_layer:new paper.Layer,edge_layer:new paper.Layer,node_layer:new paper.Layer,node_group:new paper.Group,size:new paper.Size(c.options.minimap_width,c.options.minimap_height)},this.minimap.background_layer.activate(),this.minimap.topleft=paper.view.bounds.bottomRight.subtract(this.minimap.size),this.minimap.rectangle=new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]),this.minimap.size.add([4,4])),this.minimap.rectangle.fillColor=c.options.minimap_background_color,this.minimap.rectangle.strokeColor=c.options.minimap_border_color,this.minimap.rectangle.strokeWidth=4,this.minimap.offset=new paper.Point(this.minimap.size.divide(2)),this.minimap.scale=.1,this.minimap.node_layer.activate(),this.minimap.cliprectangle=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.cliprectangle),this.minimap.node_group.clipped=!0,this.minimap.miniframe=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.miniframe),this.minimap.miniframe.fillColor="#c0c0ff",this.minimap.miniframe.opacity=.3,this.minimap.miniframe.strokeColor="#000080",this.minimap.miniframe.strokeWidth=2,this.minimap.miniframe.__representation=new e(this,null)),this.throttledPaperDraw=b(function(){paper.view.draw()}).throttle(100).value(),this.bundles=[],this.click_mode=!1;var d=this,g=!0,h=1,i=!1,j=0,k=0;this.image_cache={},this.icon_cache={},["edit","remove","hide","show","link","enlarge","shrink","revert"].forEach(function(a){var b=new Image;b.src=c.options.static_url+"img/"+a+".png",d.icon_cache[a]=b});var l=b.throttle(function(a,b){d.onMouseMove(a,b)},f._MOUSEMOVE_RATE);this.canvas_$.on({mousedown:function(a){a.preventDefault(),d.onMouseDown(a,!1)},mousemove:function(a){a.preventDefault(),l(a,!1)},mouseup:function(a){a.preventDefault(),d.onMouseUp(a,!1)},mousewheel:function(a,b){c.options.zoom_on_scroll&&(a.preventDefault(),g&&d.onScroll(a,b))},touchstart:function(a){a.preventDefault();var b=a.originalEvent.touches[0];c.options.allow_double_click&&new Date-_lastTap<f._DOUBLETAP_DELAY&&Math.pow(j-b.pageX,2)+Math.pow(k-b.pageY,2)<f._DOUBLETAP_DISTANCE?(_lastTap=0,d.onDoubleClick(b)):(_lastTap=new Date,j=b.pageX,k=b.pageY,h=d.view.scale,i=!1,d.onMouseDown(b,!0))},touchmove:function(a){if(a.preventDefault(),_lastTap=0,1===a.originalEvent.touches.length)d.onMouseMove(a.originalEvent.touches[0],!0);else{if(i||(d.onMouseUp(a.originalEvent.touches[0],!0),d.click_target=null,d.is_dragging=!1,i=!0),"undefined"===a.originalEvent.scale)return;var b=a.originalEvent.scale*h,c=b/d.view.scale,e=new paper.Point([d.canvas_$.width(),d.canvas_$.height()]).multiply(.5*(1-c)).add(d.view.offset.multiply(c));d.view.setScale(b,e)}},touchend:function(a){a.preventDefault(),d.onMouseUp(a.originalEvent.changedTouches[0],!0)},dblclick:function(a){a.preventDefault(),c.options.allow_double_click&&d.onDoubleClick(a)},mouseleave:function(a){a.preventDefault(),d.click_target=null,d.is_dragging=!1},dragover:function(a){a.preventDefault()},dragenter:function(a){a.preventDefault(),g=!1},dragleave:function(a){a.preventDefault(),g=!0},drop:function(a){a.preventDefault(),g=!0;var c={};b.each(a.originalEvent.dataTransfer.types,function(b){try{c[b]=a.originalEvent.dataTransfer.getData(b)}catch(d){}});var e=a.originalEvent.dataTransfer.getData("Text");if("string"==typeof e)switch(e[0]){case"{":case"[":try{var f=JSON.parse(e);b.extend(c,f)}catch(h){c["text/plain"]||(c["text/plain"]=e)}break;case"<":c["text/html"]||(c["text/html"]=e);break;default:c["text/plain"]||(c["text/plain"]=e)}var i=a.originalEvent.dataTransfer.getData("URL");i&&!c["text/uri-list"]&&(c["text/uri-list"]=i),d.dropData(c,a.originalEvent)}});var m=function(a,b){d.$.find(a).click(function(a){return d[b](a),!1})};this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show(),this.$.find(".Rk-CurrentUser").mouseenter(function(){d.$.find(".Rk-UserList").slideDown()}),this.$.find(".Rk-Users").mouseleave(function(){d.$.find(".Rk-UserList").slideUp()}),m(".Rk-FullScreen-Button","fullScreen"),m(".Rk-AddNode-Button","addNodeBtn"),m(".Rk-AddEdge-Button","addEdgeBtn"),m(".Rk-Save-Button","save"),m(".Rk-Open-Button","open"),m(".Rk-Export-Button","exportProject"),this.$.find(".Rk-Bookmarklet-Button").attr("href","javascript:"+f._BOOKMARKLET_CODE(c)).click(function(){return d.notif_$.text(c.translate("Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.")).fadeIn().delay(5e3).fadeOut(),!1}),this.$.find(".Rk-TopBar-Button").mouseover(function(){a(this).find(".Rk-TopBar-Tooltip").show()}).mouseout(function(){a(this).find(".Rk-TopBar-Tooltip").hide()}),m(".Rk-Fold-Bins","foldBins"),paper.view.onResize=function(a){var b,c=a.width,e=a.height;d.minimap&&(d.minimap.topleft=paper.view.bounds.bottomRight.subtract(d.minimap.size),d.minimap.rectangle.fitBounds(d.minimap.topleft.subtract([2,2]),d.minimap.size.add([4,4])),d.minimap.cliprectangle.fitBounds(d.minimap.topleft,d.minimap.size));var f=e/(e-a.delta.height),g=c/(c-a.delta.width);b=c>e?f:g,d.view.resizeZoom(g,f,b),d.redraw()};var n=b.throttle(function(){d.redraw()},50);this.addRepresentations("Node",this.renkan.project.get("nodes")),this.addRepresentations("Edge",this.renkan.project.get("edges")),this.renkan.project.on("change:title",function(){d.$.find(".Rk-PadTitle").val(c.project.get("title"))}),this.$.find(".Rk-PadTitle").on("keyup input paste",function(){c.project.set({title:a(this).val()})});var o=b.throttle(function(){d.redrawUsers()},100);if(o(),this.renkan.project.on("change:saveStatus",function(){switch(d.renkan.project.get("saveStatus")){case 0:d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("saved");break;case 1:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("to-save");break;case 2:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").addClass("saving")}}),this.renkan.project.on("change:loadingStatus",function(){if(d.renkan.project.get("loadingStatus")){d.$.find(".loader").addClass("run"),setTimeout(function(){d.$.find(".loader").hide(250)},3e3)}else Backbone.history.start(),n()}),this.renkan.project.on("add:users remove:users",o),this.renkan.project.on("add:views remove:views",function(){d.renkan.project.get("views").length>0?d.$.find(".Rk-ZoomSetSaved").show():d.$.find(".Rk-ZoomSetSaved").hide()}),this.renkan.project.on("add:nodes",function(a){d.addRepresentation("Node",a),d.renkan.project.get("loadingStatus")||n()}),this.renkan.project.on("add:edges",function(a){d.addRepresentation("Edge",a),d.renkan.project.get("loadingStatus")||n()}),this.renkan.project.on("change:title",function(a,b){var c=d.$.find(".Rk-PadTitle");c.is("input")?c.val()!==b&&c.val(b):c.text(b)}),this.renkan.router.on("router",function(a){d.parameters(a)}),c.options.size_bug_fix){var p="number"==typeof c.options.size_bug_fix?c.options.size_bug_fix:500;window.setTimeout(function(){d.fixSize()},p)}if(c.options.force_resize&&a(window).resize(function(){d.autoScale()}),c.options.show_user_list&&c.options.user_color_editable){var q=this.$.find(".Rk-Users .Rk-Edit-ColorPicker-Wrapper"),r=this.$.find(".Rk-Users .Rk-Edit-ColorPicker");q.hover(function(a){d.isEditable()&&(a.preventDefault(),r.show())},function(a){a.preventDefault(),r.hide()}),r.find("li").mouseenter(function(b){d.isEditable()&&(b.preventDefault(),d.$.find(".Rk-CurrentUser-Color").css("background",a(this).attr("data-color")))})}if(c.options.show_search_field){var s="";this.$.find(".Rk-GraphSearch-Field").on("keyup change paste input",function(){var b=a(this),e=b.val();if(e!==s)if(s=e,e.length<2)c.project.get("nodes").each(function(a){d.getRepresentationByModel(a).unhighlight()});else{var g=f.regexpFromTextOrArray(e);c.project.get("nodes").each(function(a){g.test(a.get("title"))||g.test(a.get("description"))?d.getRepresentationByModel(a).highlight(g):d.getRepresentationByModel(a).unhighlight()})}})}this.redraw(),window.setInterval(function(){var a=(new Date).valueOf();d.delete_list.forEach(function(b){if(a>=b.time){var d=c.project.get("nodes").findWhere({delete_scheduled:b.id});d&&project.removeNode(d),d=c.project.get("edges").findWhere({delete_scheduled:b.id}),d&&project.removeEdge(d)}}),d.delete_list=d.delete_list.filter(function(a){return c.project.get("nodes").findWhere({delete_scheduled:a.id})||c.project.get("edges").findWhere({delete_scheduled:a.id})})},500),this.minimap&&window.setInterval(function(){d.rescaleMinimap()},2e3)};return b(g.prototype).extend({fixSize:function(){"undefined"==typeof this.view?(this.view=this.addRepresentation("View",this.renkan.project.get("views").last()),this.view.setScale(view.get("zoom_level"),new paper.Point(view.get("offset")))):this.view.autoScale()},drawSector:function(b,c,d,e,f,g,h,i){var j=this.renkan.options,k=e*Math.PI/180,l=f*Math.PI/180,m=this.icon_cache[h],n=-Math.sin(k),o=Math.cos(k),p=Math.cos(k)*c+g*n,q=Math.sin(k)*c+g*o,r=Math.cos(k)*d+g*n,s=Math.sin(k)*d+g*o,t=-Math.sin(l),u=Math.cos(l),v=Math.cos(l)*c-g*t,w=Math.sin(l)*c-g*u,x=Math.cos(l)*d-g*t,y=Math.sin(l)*d-g*u,z=(c+d)/2,A=(k+l)/2,B=Math.cos(A)*z,C=Math.sin(A)*z,D=Math.cos(A)*c,E=Math.cos(A)*d,F=Math.sin(A)*c,G=Math.sin(A)*d,H=Math.cos(A)*(d+3),I=Math.sin(A)*(d+j.buttons_label_font_size)+j.buttons_label_font_size/2;this.buttons_layer.activate();var J=new paper.Path;J.add([p,q]),J.arcTo([D,F],[v,w]),J.lineTo([x,y]),J.arcTo([E,G],[r,s]),J.fillColor=j.buttons_background,J.opacity=.5,J.closed=!0,J.__representation=b;var K=new paper.PointText(H,I);K.characterStyle={fontSize:j.buttons_label_font_size,fillColor:j.buttons_label_color},K.paragraphStyle.justification=H>2?"left":-2>H?"right":"center",K.visible=!1;var L=!1,M=new paper.Point(-200,-200),N=new paper.Group([J,K]),O=N.position,P=new paper.Point([B,C]),Q=new paper.Point(0,0);K.content=i,N.pivot=N.bounds.center,N.visible=!1,N.position=M;var R={show:function(){L=!0,N.position=Q.add(O),N.visible=!0},moveTo:function(a){Q=a,L&&(N.position=a.add(O))},hide:function(){L=!1,N.visible=!1,N.position=M},select:function(){J.opacity=.8,K.visible=!0},unselect:function(){J.opacity=.5,K.visible=!1},destroy:function(){N.remove()}},S=function(){var a=new paper.Raster(m);a.position=P.add(N.position).subtract(O),a.locked=!0,N.addChild(a)};return m.width?S():a(m).on("load",S),R},addToBundles:function(a){var c=b(this.bundles).find(function(b){return b.from===a.from_representation&&b.to===a.to_representation||b.from===a.to_representation&&b.to===a.from_representation});return"undefined"!=typeof c?c.edges.push(a):(c={from:a.from_representation,to:a.to_representation,edges:[a],getPosition:function(a){var c=a.from_representation===this.from?1:-1;return c*(b(this.edges).indexOf(a)-(this.edges.length-1)/2)}},this.bundles.push(c)),c},isEditable:function(){return this.renkan.options.editor_mode&&!this.renkan.read_only},onStatusChange:function(){var a=this.$.find(".Rk-Save-Button"),b=a.find(".Rk-TopBar-Tooltip-Contents");this.renkan.read_only?(a.removeClass("disabled Rk-Save-Online").addClass("Rk-Save-ReadOnly"),b.text(this.renkan.translate("Connection lost"))):this.renkan.options.manual_save?(a.removeClass("Rk-Save-ReadOnly Rk-Save-Online"),b.text(this.renkan.translate("Save Project"))):(a.removeClass("disabled Rk-Save-ReadOnly").addClass("Rk-Save-Online"),b.text(this.renkan.translate("Auto-save enabled"))),this.redrawUsers()},redrawMiniframe:function(){var a=this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),b=this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));this.minimap.miniframe.fitBounds(a,b)},rescaleMinimap:function(){var a=this.renkan.project.get("nodes");if(a.length>1){var b=a.map(function(a){return a.get("position").x}),c=a.map(function(a){return a.get("position").y}),d=Math.min.apply(Math,b),e=Math.min.apply(Math,c),f=Math.max.apply(Math,b),g=Math.max.apply(Math,c),h=Math.min(.8*this.view.scale*this.renkan.options.minimap_width/paper.view.bounds.width,.8*this.view.scale*this.renkan.options.minimap_height/paper.view.bounds.height,(this.renkan.options.minimap_width-2*this.renkan.options.minimap_padding)/(f-d),(this.renkan.options.minimap_height-2*this.renkan.options.minimap_padding)/(g-e));this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([(f+d)/2,(g+e)/2]).multiply(h)),this.minimap.scale=h}1===a.length&&(this.minimap.scale=.1,this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([a.at(0).get("position").x,a.at(0).get("position").y]).multiply(this.minimap.scale))),this.redraw()},toPaperCoords:function(a){return a.multiply(this.view.scale).add(this.view.offset)},toMinimapCoords:function(a){return a.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft)},toModelCoords:function(a){return a.subtract(this.view.offset).divide(this.view.scale)},addRepresentation:function(a,b){var c=d.getRenderer()[a],e=new c(this,b);return this.representations.push(e),e},addRepresentations:function(a,b){var c=this;b.forEach(function(b){c.addRepresentation(a,b)})},userTemplate:b.template('<li class="Rk-User"><span class="Rk-UserColor" style="background:<%=background%>;"></span><%=name%></li>'),redrawUsers:function(){if(this.renkan.options.show_user_list){var b=[].concat((this.renkan.project.current_user_list||{}).models||[],(this.renkan.project.get("users")||{}).models||[]),c="",d=this.$.find(".Rk-Users"),e=d.find(".Rk-CurrentUser-Name"),f=d.find(".Rk-Edit-ColorPicker li"),g=d.find(".Rk-CurrentUser-Color"),h=this;e.off("click").text(this.renkan.translate("<unknown user>")),f.off("mouseleave click"),b.forEach(function(b){b.get("_id")===h.renkan.current_user?(e.text(b.get("title")),g.css("background",b.get("color")),h.isEditable()&&(h.renkan.options.user_name_editable&&e.click(function(){var c=a(this),d=a("<input>").val(b.get("title")).blur(function(){b.set("title",a(this).val()),h.redrawUsers(),h.redraw()});c.empty().html(d),d.select()}),h.renkan.options.user_color_editable&&f.click(function(c){c.preventDefault(),h.isEditable()&&b.set("color",a(this).attr("data-color")),a(this).parent().hide()}).mouseleave(function(){g.css("background",b.get("color"))}))):c+=h.userTemplate({name:b.get("title"),background:b.get("color")})}),d.find(".Rk-UserList").html(c)}},removeRepresentation:function(a){a.destroy(),this.representations=b.reject(this.representations,function(b){return b===a})},getRepresentationByModel:function(a){return a?b.find(this.representations,function(b){return b.model===a}):void 0},removeRepresentationsOfType:function(a){var c=b.filter(this.representations,function(b){return b.type===a}),d=this;b.each(c,function(a){d.removeRepresentation(a)})},highlightModel:function(a){var b=this.getRepresentationByModel(a);b&&b.highlight()},unhighlightAll:function(){b.each(this.representations,function(a){a.unhighlight()})},unselectAll:function(){b.each(this.representations,function(a){a.unselect()})},redraw:function(){this.redrawActive&&(b.each(this.representations,function(a){a.redraw({dontRedrawEdges:!0})}),this.minimap&&"undefined"!=typeof this.view&&this.redrawMiniframe(),paper.view.draw())},addTempEdge:function(a,b){var c=this.addRepresentation("TempEdge",null);c.end_pos=b,c.from_representation=a,c.redraw(),this.click_target=c},findTarget:function(a){if(a&&"undefined"!=typeof a.item.__representation){var b=a.item.__representation;this.selected_target!==a.item.__representation&&(this.selected_target&&this.selected_target.unselect(b),b.select(this.selected_target),this.selected_target=b)}else this.selected_target&&this.selected_target.unselect(),this.selected_target=null},onMouseMove:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=c.subtract(this.last_point);this.last_point=c,!this.is_dragging&&this.mouse_down&&d.length>f._MIN_DRAG_DISTANCE&&(this.is_dragging=!0);
-var e=paper.project.hitTest(c);this.is_dragging?this.click_target&&"function"==typeof this.click_target.paperShift?this.click_target.paperShift(d):this.view.paperShift(d):this.findTarget(e),paper.view.draw()},onMouseDown:function(b,c){var d=this.canvas_$.offset(),e=new paper.Point([b.pageX-d.left,b.pageY-d.top]);if(this.last_point=e,this.mouse_down=!0,!this.click_target||"Temp-edge"!==this.click_target.type){this.removeRepresentationsOfType("editor"),this.is_dragging=!1;var g=paper.project.hitTest(e);if(g&&"undefined"!=typeof g.item.__representation)this.click_target=g.item.__representation,this.click_target.mousedown(b,c);else if(this.click_target=null,this.isEditable()&&this.click_mode===f._CLICKMODE_ADDNODE){var h=this.toModelCoords(e),i={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:h.x,y:h.y}},j=this.renkan.project.addNode(i);this.getRepresentationByModel(j).openEditor()}}this.click_mode&&(this.isEditable()&&this.click_mode===f._CLICKMODE_STARTEDGE&&this.click_target&&"Node"===this.click_target.type?(this.removeRepresentationsOfType("editor"),this.addTempEdge(this.click_target,e),this.click_mode=f._CLICKMODE_ENDEDGE,this.notif_$.fadeOut(function(){a(this).html(this.renkan.translate("Click on a second node to complete the edge")).fadeIn()})):(this.notif_$.hide(),this.click_mode=!1)),paper.view.draw()},onMouseUp:function(a,b){if(this.mouse_down=!1,this.click_target){var c=this.canvas_$.offset();this.click_target.mouseup({point:new paper.Point([a.pageX-c.left,a.pageY-c.top])},b)}else this.click_target=null,this.is_dragging=!1,b&&this.unselectAll(),this.view.updateUrl();paper.view.draw()},onScroll:function(a,b){if(this.totalScroll+=b,Math.abs(this.totalScroll)>=1){var c=this.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]).subtract(this.view.offset).multiply(Math.SQRT2-1);this.totalScroll>0?this.view.setScale(this.view.scale*Math.SQRT2,this.view.offset.subtract(d)):this.view.setScale(this.view.scale*Math.SQRT1_2,this.view.offset.add(d.divide(Math.SQRT2))),this.totalScroll=0}},onDoubleClick:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=paper.project.hitTest(c);if(!this.isEditable())return void(d&&"undefined"!=typeof d.item.__representation&&d.item.__representation.model.get("uri")&&window.open(d.item.__representation.model.get("uri"),"_blank"));if(this.isEditable()&&(!d||"undefined"==typeof d.item.__representation)){var e=this.toModelCoords(c),g={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:e.x,y:e.y}},h=this.renkan.project.addNode(g);this.getRepresentationByModel(h).openEditor()}paper.view.draw()},defaultDropHandler:function(b){var c={},d="";switch(b["text/x-iri-specific-site"]){case"twitter":d=a("<div>").html(b["text/x-iri-selected-html"]);var e=d.find(".tweet");c.title=this.renkan.translate("Tweet by ")+e.attr("data-name"),c.uri="http://twitter.com/"+e.attr("data-screen-name")+"/status/"+e.attr("data-tweet-id"),c.image=e.find(".avatar").attr("src"),c.description=e.find(".js-tweet-text:first").text();break;case"google":d=a("<div>").html(b["text/x-iri-selected-html"]),c.title=d.find("h3:first").text().trim(),c.uri=d.find("h3 a").attr("href"),c.description=d.find(".st:first").text().trim();break;default:b["text/x-iri-source-uri"]&&(c.uri=b["text/x-iri-source-uri"])}if((b["text/plain"]||b["text/x-iri-selected-text"])&&(c.description=(b["text/plain"]||b["text/x-iri-selected-text"]).replace(/[\s\n]+/gm," ").trim()),b["text/html"]||b["text/x-iri-selected-html"]){d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]);var f=d.find("image");f.length&&(c.image=f.attr("xlink:href"));var g=d.find("path");g.length&&(c.clipPath=g.attr("d"));var h=d.find("img");h.length&&(c.image=h[0].src);var i=d.find("a");i.length&&(c.uri=i[0].href),c.title=d.find("[title]").attr("title")||c.title,c.description=d.text().replace(/[\s\n]+/gm," ").trim()}b["text/uri-list"]&&(c.uri=b["text/uri-list"]),b["text/x-moz-url"]&&!c.title&&(c.title=(b["text/x-moz-url"].split("\n")[1]||"").trim(),c.title===c.uri&&(c.title=!1)),b["text/x-iri-source-title"]&&!c.title&&(c.title=b["text/x-iri-source-title"]),(b["text/html"]||b["text/x-iri-selected-html"])&&(d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]),c.image=d.find("[data-image]").attr("data-image")||c.image,c.uri=d.find("[data-uri]").attr("data-uri")||c.uri,c.title=d.find("[data-title]").attr("data-title")||c.title,c.description=d.find("[data-description]").attr("data-description")||c.description,c.clipPath=d.find("[data-clip-path]").attr("data-clip-path")||c.clipPath),c.title||(c.title=this.renkan.translate("Dragged resource"));for(var j=["title","description","uri","image"],k=0;k<j.length;k++){var l=j[k];(b["text/x-iri-"+l]||b[l])&&(c[l]=b["text/x-iri-"+l]||b[l]),("none"===c[l]||"null"===c[l])&&(c[l]=void 0)}return"function"==typeof this.renkan.options.drop_enhancer&&(c=this.renkan.options.drop_enhancer(c,b)),c},dropData:function(a,c){if(this.isEditable()){if(a["text/json"]||a["application/json"])try{var d=JSON.parse(a["text/json"]||a["application/json"]);b.extend(a,d)}catch(e){}var g="undefined"==typeof this.renkan.options.drop_handler?this.defaultDropHandler(a):this.renkan.options.drop_handler(a),h=this.canvas_$.offset(),i=new paper.Point([c.pageX-h.left,c.pageY-h.top]),j=this.toModelCoords(i),k={id:f.getUID("node"),created_by:this.renkan.current_user,uri:g.uri||"",title:g.title||"",description:g.description||"",image:g.image||"",color:g.color||void 0,clip_path:g.clipPath||void 0,position:{x:j.x,y:j.y}},l=this.renkan.project.addNode(k),m=this.getRepresentationByModel(l);"drop"===c.type&&m.openEditor()}},fullScreen:function(){var a,b=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen,c=this.renkan.$[0],d=["requestFullScreen","mozRequestFullScreen","webkitRequestFullScreen"],e=["cancelFullScreen","mozCancelFullScreen","webkitCancelFullScreen"];if(b){for(a=0;a<e.length;a++)if("function"==typeof document[e[a]]){document[e[a]]();break}var f=this.$.width(),g=this.$.height();this.renkan.options.show_top_bar&&(g-=this.$.find(".Rk-TopBar").height()),this.renkan.options.show_bins&&this.renkan.$.find(".Rk-Bins").position().left>0&&(f-=this.renkan.$.find(".Rk-Bins").width()),paper.view.viewSize=new paper.Size([f,g])}else{for(a=0;a<d.length;a++)if("function"==typeof c[d[a]]){c[d[a]]();break}this.redraw()}},addNodeBtn:function(){return this.click_mode===f._CLICKMODE_ADDNODE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_ADDNODE,this.notif_$.text(this.renkan.translate("Click on the background canvas to add a node")).fadeIn()),!1},addEdgeBtn:function(){return this.click_mode===f._CLICKMODE_STARTEDGE||this.click_mode===f._CLICKMODE_ENDEDGE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_STARTEDGE,this.notif_$.text(this.renkan.translate("Click on a first node to start the edge")).fadeIn()),!1},exportProject:function(){var a=this.renkan.project.toJSON(),d=(document.createElement("a"),a.id),e=d+".json";delete a.id,delete a._id,delete a.space_id;var g,h,i={};b.each(a.nodes,function(a){g=a.id||a._id,delete a._id,delete a.id,i[g]=a["@id"]=f.getUUID4()}),b.each(a.edges,function(a){delete a._id,delete a.id,a.to=i[a.to],a.from=i[a.from]}),b.each(a.views,function(a){delete a._id,delete a.id,a.hidden_nodes&&(h=a.hidden_nodes,a.hidden_nodes=[],b.each(h,function(b){a.hidden_nodes.push(i[b])}))}),a.users=[];var j=JSON.stringify(a,null,2),k=new Blob([j],{type:"application/json;charset=utf-8"});c(k,e)},parameters:function(b){if(this.removeRepresentationsOfType("View"),a.isEmptyObject(b))return this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),void(this.renkan.options.default_view||this.view.autoScale());if("undefined"!=typeof b.viewIndex&&(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(b.viewIndex))),this.renkan.options.default_view||this.view.autoScale()),"undefined"!=typeof b.view&&b.view.split(",").length>=3){var c=b.view.split(","),d={project:this.renkan.project,offset:{x:parseFloat(c[0]),y:parseFloat(c[1])},zoom_level:parseFloat(c[2])};this.view?this.view.setScale(d.zoom_level,new paper.Point(d.offset)):(this.view=this.addRepresentation("View",null),this.view.params=d,this.view.init())}this.view||(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),this.view.autoScale()),this.unhighlightAll(),"undefined"!=typeof b.idNode&&this.highlightModel(this.renkan.project.get("nodes").get(b.idNode))},validViewIndex:function(a){var b=parseInt(a),c=0;return c=0>b?this.renkan.project.get("views").length+b:b,"undefined"==typeof this.renkan.project.get("views").at(b)&&(c=0),c},foldBins:function(){var a,b=this.$.find(".Rk-Fold-Bins"),c=this.renkan.$.find(".Rk-Bins"),d=this,e=d.canvas_$.width();c.position().left<0?(c.animate({left:0},250),this.$.animate({left:300},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e-c.width()<c.height()?e:e-c.width(),b.html("&laquo;")):(c.animate({left:-300},250),this.$.animate({left:0},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e+300,b.html("&raquo;")),d.view.resizeZoom(1,1,a/e)},save:function(){},open:function(){}}).value(),g}),define("renderer/viewrepr",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){var b=this;this.$=a(".Rk-Render"),this.type="View",this.hiddenNodes=[],this.scale=1,this.initialScale=1,this.offset=paper.view.center,this.params={},this.model&&(this.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")}),this.init();var c=function(a,c){b.$.find(a).click(function(a){return b[c](a),!1})};c(".Rk-ZoomOut","zoomOut"),c(".Rk-ZoomIn","zoomIn"),c(".Rk-ZoomFit","autoScale"),this.$.find(".Rk-ZoomSave").click(function(){var a={x:b.offset.x,y:b.offset.y};b.model=b.renkan.project.addView({zoom_level:b.scale,offset:a,hidden_nodes:b.hiddenNodes.concat()}),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.updateUrl()}),this.$.find(".Rk-ZoomSetSaved").click(function(){b.model=b.renkan.project.get("views").at(b.renkan.project.get("views").length-1),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.setScale(b.params.zoom_level,new paper.Point(b.params.offset)),b.showNodes(!1),b.options.hide_nodes&&(b.hiddenNodes=(b.params.hidden_nodes||[]).concat(),b.hideNodes()),b.updateUrl()}),this.$.find(".Rk-ShowHiddenNodes").mouseenter(function(){b.showNodes(!0),b.$.find(".Rk-ShowHiddenNodes").mouseleave(function(){b.hideNodes()})}),this.$.find(".Rk-ShowHiddenNodes").click(function(){b.showNodes(!1),b.$.find(".Rk-ShowHiddenNodes").off("mouseleave")}),this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show()},redraw:function(){},init:function(){var a=this;a.setScale(a.params.zoom_level,new paper.Point(a.params.offset)),a.options.hide_nodes&&(a.hiddenNodes=(a.params.hidden_nodes||[]).concat(),a.hideNodes())},addHiddenNode:function(a){this.hideNode(a),this.hiddenNodes.push(a.id),this.updateUrl()},hideNode:function(a){"undefined"!=typeof this.renderer.getRepresentationByModel(a)&&this.renderer.getRepresentationByModel(a).hide()},hideNodes:function(){var a=this;this.hiddenNodes.forEach(function(b,c){var d=a.renkan.project.get("nodes").get(b);return"undefined"!=typeof d?a.hideNode(a.renkan.project.get("nodes").get(b)):void a.hiddenNodes.splice(c,1)}),paper.view.draw()},showNodes:function(a){var b=this;this.hiddenNodes.forEach(function(c){b.renderer.getRepresentationByModel(b.renkan.project.get("nodes").get(c)).show(a)}),a||(this.hiddenNodes=[]),paper.view.draw()},setScale:function(a,b){a/this.initialScale>e._MIN_SCALE&&a/this.initialScale<e._MAX_SCALE&&(this.scale=a,b&&(this.offset=b),this.renderer.redraw(),this.updateUrl())},zoomOut:function(){var a=this.scale*Math.SQRT1_2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT1_2)).add(this.offset.multiply(Math.SQRT1_2));this.setScale(a,b)},zoomIn:function(){var a=this.scale*Math.SQRT2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT2)).add(this.offset.multiply(Math.SQRT2));this.setScale(a,b)},resizeZoom:function(a,b,c){var d=this.scale*c,e=new paper.Point([this.offset.x*a,this.offset.y*b]);this.setScale(d,e)},autoScale:function(a){var b=this.renkan.project.get("nodes");if(b.length>1){var c=b.map(function(a){return a.get("position").x}),d=b.map(function(a){return a.get("position").y}),e=Math.min.apply(Math,c),f=Math.min.apply(Math,d),g=Math.max.apply(Math,c),h=Math.max.apply(Math,d),i=Math.min((paper.view.size.width-2*this.renkan.options.autoscale_padding)/(g-e),(paper.view.size.height-2*this.renkan.options.autoscale_padding)/(h-f));this.initialScale=i,"undefined"!=typeof a&&parseFloat(a.zoom_level)>0&&parseFloat(a.offset.x)>0&&parseFloat(a.offset.y)>0?this.setScale(parseFloat(a.zoom_level),new paper.Point(parseFloat(a.offset.x),parseFloat(a.offset.y))):this.setScale(i,paper.view.center.subtract(new paper.Point([(g+e)/2,(h+f)/2]).multiply(i)))}1===b.length&&this.setScale(1,paper.view.center.subtract(new paper.Point([b.at(0).get("position").x,b.at(0).get("position").y])))},paperShift:function(a){this.offset=this.offset.add(a),this.renderer.redraw()},updateUrl:function(){if(this.options.update_url){var b={},c=Backbone.history.getFragment().split("?");c.length>1&&c[1].split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),b.view=Math.round(1e3*this.offset.x)/1e3+","+Math.round(1e3*this.offset.y)/1e3+","+Math.round(1e3*this.scale)/1e3,this.renkan.project.get("views").indexOf(this.model)>-1?(b.viewIndex=this.renkan.project.get("views").indexOf(this.model),b.viewIndex===this.renkan.project.get("views").length-1&&(b.viewIndex=-1)):b.viewIndex&&delete b.viewIndex,this.renkan.router.navigate("?"+decodeURIComponent(a.param(b)),{trigger:!1,replace:!0})}},destroy:function(){this._super("destroy"),this.showNodes(!1)}}).value(),f}),"function"==typeof require.config&&require.config({paths:{jquery:"../lib/jquery/jquery",underscore:"../lib/lodash/lodash",filesaver:"../lib/FileSaver/FileSaver",requtils:"require-utils","ckeditor-core":"../lib/ckeditor/ckeditor","ckeditor-jquery":"../lib/ckeditor/adapters/jquery"},shim:{"ckeditor-jquery":{deps:["jquery","ckeditor-core"]}}}),require(["renderer/baserepresentation","renderer/basebutton","renderer/noderepr","renderer/edge","renderer/tempedge","renderer/baseeditor","renderer/nodeeditor","renderer/edgeeditor","renderer/nodebutton","renderer/nodeeditbutton","renderer/noderemovebutton","renderer/nodehidebutton","renderer/nodeshowbutton","renderer/noderevertbutton","renderer/nodelinkbutton","renderer/nodeenlargebutton","renderer/nodeshrinkbutton","renderer/edgeeditbutton","renderer/edgeremovebutton","renderer/edgerevertbutton","renderer/miniframe","renderer/scene","renderer/viewrepr"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){var x=window.Rkns;"undefined"==typeof x.Renderer&&(x.Renderer={});var y=x.Renderer;y._BaseRepresentation=a,y._BaseButton=b,y.Node=c,y.Edge=d,y.View=w,y.TempEdge=e,y._BaseEditor=f,y.NodeEditor=g,y.EdgeEditor=h,y._NodeButton=i,y.NodeEditButton=j,y.NodeRemoveButton=k,y.NodeHideButton=l,y.NodeShowButton=m,y.NodeRevertButton=n,y.NodeLinkButton=o,y.NodeEnlargeButton=p,y.NodeShrinkButton=q,y.EdgeEditButton=r,y.EdgeRemoveButton=s,y.EdgeRevertButton=t,y.MiniFrame=u,y.Scene=v,startRenkan()}),define("main-renderer",function(){});
+this.renkanJST=this.renkanJST||{},this.renkanJST["templates/colorpicker.html"]=function(obj){obj||(obj={});var __t,__p="";_.escape;with(obj)__p+='<li data-color="'+(null==(__t=c)?"":__t)+'" style="background: '+(null==(__t=c)?"":__t)+'"></li>';return __p},this.renkanJST["templates/edgeeditor.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Edge"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+'</label>\n    <input class="Rk-Edit-Title" type="text" value="'+__e(edge.title)+'" />\n</p>\n',options.show_edge_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(edge.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(edge.uri)+'" target="_blank"></a>\n    </p>\n    ',options.properties.length&&(__p+="\n        <p>\n            <label>"+__e(renkan.translate("Choose from vocabulary:"))+'</label>\n            <select class="Rk-Edit-Vocabulary">\n                ',_.each(options.properties,function(a){__p+='\n                    <option class="Rk-Edit-Vocabulary-Class" value="">\n                        '+__e(renkan.translate(a.label))+"\n                    </option>\n                    ",_.each(a.properties,function(b){var c=a["base-uri"]+b.uri;__p+='\n                        <option class="Rk-Edit-Vocabulary-Property" value="'+__e(c)+'"\n                            ',c===edge.uri&&(__p+=" selected"),__p+=">\n                            "+__e(renkan.translate(b.label))+"\n                        </option>\n                    "}),__p+="\n                "}),__p+="\n            </select>\n        </p>\n")),__p+="\n",options.show_edge_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_edge_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Edge color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(edge.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_edge_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(edge.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n      ",options.show_edge_editor_style_arrow&&(__p+='\n      <div id="Rk-Editor-p-arrow">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Arrow:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Arrow" class="Rk-Edit-Arrow" '+__e(edge.arrow)+" />\n      </div>\n      "),__p+="\n    </div>\n"),__p+="\n",options.show_edge_editor_direction&&(__p+='\n    <p>\n        <span class="Rk-Edit-Direction">'+__e(renkan.translate("Change edge direction"))+"</span>\n    </p>\n"),__p+="\n",options.show_edge_editor_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: >%-edge.to_color%>;"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_editor_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: &lt;%-edge.created_by_color%>;"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/edgeeditor_readonly.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_edge_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(edge.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',edge.uri&&(__p+='\n            <a href="'+__e(edge.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(edge.title)+"\n        ",edge.uri&&(__p+=" </a> "),__p+="\n    </span>\n</h2>\n",options.show_edge_tooltip_uri&&edge.uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(edge.uri)+'" target="_blank">'+__e(edge.short_uri)+"</a>\n    </p>\n"),__p+="\n<p>"+(null==(__t=edge.description)?"":__t)+"</p>\n",options.show_edge_tooltip_nodes&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("From:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.from_color)+';"></span>\n        '+__e(shortenText(edge.from_title,25))+'\n    </p>\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("To:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.to_color)+';"></span>\n        '+__e(shortenText(edge.to_title,25))+"\n    </p>\n"),__p+="\n",options.show_edge_tooltip_creator&&edge.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(edge.created_by_color)+';"></span>\n        '+__e(shortenText(edge.created_by_title,25))+"\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/ldtjson-bin/annotationtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/segmenttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/player/"+(null==(__t=mediaid)?"":__t)+"/#id="+(null==(__t=annotationid)?"":__t)+'"\n    data-title="'+__e(title)+'" data-description="'+__e(description)+'">\n\n    <img class="Rk-Ldt-Annotation-Icon" src="'+(null==(__t=image)?"":__t)+'" />\n    <h4>'+(null==(__t=htitle)?"":__t)+"</h4>\n    <p>"+(null==(__t=hdescription)?"":__t)+"</p>\n    <p>Start: "+(null==(__t=start)?"":__t)+", End: "+(null==(__t=end)?"":__t)+", Duration: "+(null==(__t=duration)?"":__t)+'</p>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/ldtjson-bin/tagtemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Bin-Item" draggable="true"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/ldt-tag.png"))+'"\n    data-uri="'+(null==(__t=ldt_platform)?"":__t)+"ldtplatform/ldt/front/search/?search="+(null==(__t=encodedtitle)?"":__t)+'&field=all"\n    data-title="'+__e(title)+'" data-description="Tag \''+__e(title)+'\'">\n\n    <img class="Rk-Ldt-Tag-Icon" src="'+__e(static_url)+'img/ldt-tag.png" />\n    <h4>'+(null==(__t=htitle)?"":__t)+'</h4>\n    <div class="Rk-Clear"></div>\n</li>\n';return __p},this.renkanJST["templates/list-bin.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<li class="Rk-Bin-Item Rk-ResourceList-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="'+__e(title)+'"\n    data-description="'+__e(description)+'"\n    ',__p+=image?'\n        data-image="'+__e(Rkns.Utils.getFullURL(image))+'"\n    ':'\n        data-image=""\n    ',__p+="\n>",image&&(__p+='\n    <img class="Rk-ResourceList-Image" src="'+__e(image)+'" />\n'),__p+='\n<h4 class="Rk-ResourceList-Title">\n    ',url&&(__p+='\n        <a href="'+__e(url)+'" target="_blank">\n    '),__p+="\n    "+(null==(__t=htitle)?"":__t)+"\n    ",url&&(__p+="</a>"),__p+="\n    </h4>\n    ",description&&(__p+='\n        <p class="Rk-ResourceList-Description">'+(null==(__t=hdescription)?"":__t)+"</p>\n    "),__p+="\n    ",image&&(__p+='\n        <div style="clear: both;"></div>\n    '),__p+="\n</li>\n";return __p},this.renkanJST["templates/main.html"]=function(obj){obj||(obj={});var __p="",__e=_.escape;Array.prototype.join;with(obj)options.show_bins&&(__p+='\n    <div class="Rk-Bins">\n        <div class="Rk-Bins-Head">\n            <h2 class="Rk-Bins-Title">'+__e(translate("Select contents:"))+'</h2>\n            <form class="Rk-Web-Search-Form Rk-Search-Form">\n                <input class="Rk-Web-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search the Web"))+'" />\n                <div class="Rk-Search-Select">\n                    <div class="Rk-Search-Current"></div>\n                    <ul class="Rk-Search-List"></ul>\n                </div>\n                <input type="submit" value=""\n                    class="Rk-Web-Search-Submit Rk-Search-Submit" title="'+__e(translate("Search the Web"))+'" />\n            </form>\n            <form class="Rk-Bins-Search-Form Rk-Search-Form">\n                <input class="Rk-Bins-Search-Input Rk-Search-Input" type="search"\n                    placeholder="'+__e(translate("Search in Bins"))+'" /> <input\n                    type="submit" value=""\n                    class="Rk-Bins-Search-Submit Rk-Search-Submit"\n                    title="'+__e(translate("Search in Bins"))+'" />\n            </form>\n        </div>\n        <ul class="Rk-Bin-List"></ul>\n    </div>\n'),__p+=" ",options.show_editor&&(__p+='\n    <div class="Rk-Render Rk-Render-',__p+=options.show_bins?"Panel":"Full",__p+='"></div>\n'),__p+="\n";return __p},this.renkanJST["templates/nodeeditor.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='\n<h2>\n    <span class="Rk-CloseX">&times;</span>'+__e(renkan.translate("Edit Node"))+"</span>\n</h2>\n<p>\n    <label>"+__e(renkan.translate("Title:"))+"</label>\n    ",__p+=options.show_node_editor_title_richtext?'\n        <div class="Rk-Edit-Title" contenteditable="true">'+(null==(__t=node.title)?"":__t)+"</div>\n    ":'\n        <input class="Rk-Edit-Title" type="text" value="'+__e(node.title)+'" />\n    ',__p+="    \n</p>\n",options.show_node_editor_uri&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("URI:"))+'</label>\n        <input class="Rk-Edit-URI" type="text" value="'+__e(node.uri)+'" />\n        <a class="Rk-Edit-Goto" href="'+__e(node.uri)+'" target="_blank"></a>\n    </p>\n'),__p+=" ",options.change_types&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Types available"))+':</label>\n        <select class="Rk-Edit-Type">\n          ',_.each(types,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.type===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+=" ",options.show_node_editor_description&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Description:"))+"</label>\n        ",__p+=options.show_node_editor_description_richtext?'\n            <div class="Rk-Edit-Description" contenteditable="true">'+(null==(__t=node.description)?"":__t)+"</div>\n        ":'\n            <textarea class="Rk-Edit-Description">'+(null==(__t=node.description)?"":__t)+"</textarea>\n        ",__p+="\n    </p>\n"),__p+=" ",options.show_node_editor_size&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Size:"))+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Down">-</a>\n        <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Size-Value">'+__e(node.size)+'</span>\n        <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Size-Up">+</a>\n    </p>\n'),__p+=" ",options.show_node_editor_style&&(__p+='\n    <div class="Rk-Editor-p">\n      ',options.show_node_editor_style_color&&(__p+='\n      <div id="Rk-Editor-p-color">\n        <span class="Rk-Editor-Label">\n        '+__e(renkan.translate("Node color:"))+'</span>\n        <div class="Rk-Edit-ColorPicker-Wrapper">\n            <span class="Rk-Edit-Color" style="background: '+__e(node.color)+';">\n                <span class="Rk-Edit-ColorTip"></span>\n            </span>\n            '+(null==(__t=renkan.colorPicker)?"":__t)+'\n            <span class="Rk-Edit-ColorPicker-Text">'+__e(renkan.translate("Choose color"))+"</span>\n        </div>\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_dash&&(__p+='\n      <div id="Rk-Editor-p-dash">\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Dash:"))+'</span>\n        <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" '+__e(node.dash)+" />\n      </div>\n      "),__p+="\n      ",options.show_node_editor_style_thickness&&(__p+='\n      <div id="Rk-Editor-p-thickness">\n          <span class="Rk-Editor-Label">'+__e(renkan.translate("Thickness:"))+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Down">-</a>\n          <span class="Rk-Edit-Size-Disp" id="Rk-Edit-Thickness-Value">'+__e(node.thickness)+'</span>\n          <a href="#" class="Rk-Edit-Size-Btn" id="Rk-Edit-Thickness-Up">+</a>\n      </div>\n      '),__p+="\n    </div>\n"),__p+=" ",options.show_node_editor_image&&(__p+='\n    <div class="Rk-Edit-ImgWrap">\n        <div class="Rk-Edit-ImgPreview">\n            <img src="'+__e(node.image||node.image_placeholder)+'" />\n            ',node.clip_path&&(__p+='\n                <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 1 1" preserveAspectRatio="none">\n                    <path style="stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;" d="'+__e(node.clip_path)+'" />\n                </svg>\n            '),__p+="\n        </div>\n    </div>\n    <p>\n        <label>"+__e(renkan.translate("Image URL:"))+'</label>\n        <div>\n            <a class="Rk-Edit-Image-Del" href="#"></a>\n            <input class="Rk-Edit-Image" type="text" value=\''+__e(node.image)+"' />\n        </div>\n    </p>\n",options.allow_image_upload&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Choose Image File:"))+'</label>\n        <input class="Rk-Edit-Image-File" type="file" accept="image/*" />\n    </p>\n')),__p+=" ",options.show_node_editor_creator&&node.has_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+=" ",options.change_shapes&&(__p+="\n    <p>\n        <label>"+__e(renkan.translate("Shapes available"))+':</label>\n        <select class="Rk-Edit-Shape">\n          ',_.each(shapes,function(a){__p+='\n            <option class="Rk-Edit-Vocabulary-Property" value="'+__e(a)+'"',node.shape===a&&(__p+=" selected"),__p+=">\n                "+__e(renkan.translate(a.charAt(0).toUpperCase()+a.substring(1)))+"\n            </option>\n          "}),__p+="\n        </select>\n    </p>\n"),__p+="\n";return __p},this.renkanJST["templates/nodeeditor_readonly.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+(null==(__t=node.title)?"":__t)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n    <p class="Rk-Display-URI">\n        <a href="'+__e(node.uri)+'" target="_blank">'+__e(node.short_uri)+"</a>\n    </p>\n"),__p+=" ",options.show_node_tooltip_description&&(__p+='\n    <p class="Rk-Display-Description">'+(null==(__t=node.description)?"":__t)+"</p>\n"),__p+=" ",node.image&&options.show_node_tooltip_image&&(__p+='\n    <img class="Rk-Display-ImgPreview" src="'+__e(node.image)+'" />\n'),__p+=" ",node.has_creator&&options.show_node_tooltip_creator&&(__p+='\n    <p>\n        <span class="Rk-Editor-Label">'+__e(renkan.translate("Created by:"))+'</span>\n        <span class="Rk-UserColor" style="background: '+__e(node.created_by_color)+';"></span>\n        '+__e(shortenText(node.created_by_title,25))+"\n    </p>\n"),__p+='\n    <a href="#?idNode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/nodeeditor_video.html"]=function(obj){obj||(obj={});var __p="",__e=_.escape;Array.prototype.join;with(obj)__p+='<h2>\n    <span class="Rk-CloseX">&times;</span>\n    ',options.show_node_tooltip_color&&(__p+='\n        <span class="Rk-UserColor" style="background: '+__e(node.color)+';"></span>\n    '),__p+='\n    <span class="Rk-Display-Title">\n        ',node.uri&&(__p+='\n            <a href="'+__e(node.uri)+'" target="_blank">\n        '),__p+="\n        "+__e(node.title)+"\n        ",node.uri&&(__p+="</a>"),__p+="\n    </span>\n</h2>\n",node.uri&&options.show_node_tooltip_uri&&(__p+='\n     <video width="320" height="240" controls>\n        <source src="'+__e(node.uri)+'" type="video/mp4">\n     </video> \n'),__p+='\n    <a href="#?idnode='+__e(node._id)+'">'+__e(renkan.translate("Link to the node"))+"</a>\n";return __p},this.renkanJST["templates/scene.html"]=function(obj){function print(){__p+=__j.call(arguments,"")}obj||(obj={});var __p="",__e=_.escape,__j=Array.prototype.join;with(obj)options.show_top_bar&&(__p+='\n    <div class="Rk-TopBar">\n        <div class="loader"></div>\n        ',__p+=options.editor_mode?'\n            <input type="text" class="Rk-PadTitle" value="'+__e(project.get("title")||"")+'" placeholder="'+__e(translate("Untitled project"))+'" />\n        ':'\n            <h2 class="Rk-PadTitle">\n                '+__e(project.get("title")||translate("Untitled project"))+"\n            </h2>\n        ",__p+="\n        ",options.show_user_list&&(__p+='\n            <div class="Rk-Users">\n                <div class="Rk-CurrentUser">\n                    ',options.show_user_color&&(__p+='\n                        <div class="Rk-Edit-ColorPicker-Wrapper">\n                            <span class="Rk-CurrentUser-Color">\n                            ',options.user_color_editable&&(__p+='\n                                <span class="Rk-Edit-ColorTip"></span>\n                            '),__p+="\n                            </span>\n                            ",options.user_color_editable&&print(colorPicker),__p+="\n                        </div>\n                    "),__p+='\n                    <span class="Rk-CurrentUser-Name">&lt;unknown user&gt;</span>\n                </div>\n                <ul class="Rk-UserList"></ul>\n            </div>\n        '),__p+="\n        ",options.home_button_url&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <a class="Rk-TopBar-Button Rk-Home-Button" href="'+__e(options.home_button_url)+'">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate(options.home_button_title))+"\n                    </div>\n                </div>\n            </a>\n        "),__p+="\n        ",options.show_fullscreen_button&&(__p+='\n            <div class="Rk-TopBar-Separator"></div>\n            <div class="Rk-TopBar-Button Rk-FullScreen-Button">\n                <div class="Rk-TopBar-Tooltip">\n                    <div class="Rk-TopBar-Tooltip-Contents">\n                        '+__e(translate("Full Screen"))+"\n                    </div>\n                </div>\n            </div>\n        "),__p+="\n        ",options.editor_mode?(__p+="\n            ",options.show_addnode_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddNode-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Node"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_addedge_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-AddEdge-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Add Edge"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_save_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Save-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents"></div>\n                    </div>\n                </div>\n            '),__p+="\n            ",options.show_open_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Open-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Open Project"))+"\n                        </div>\n                    </div>\n                </div>\n            "),__p+="\n            ",options.show_bookmarklet&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <a class="Rk-TopBar-Button Rk-Bookmarklet-Button" href="#">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Renkan 'Drag-to-Add' bookmarklet"))+'\n                        </div>\n                    </div>\n                </a>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "):(__p+="\n            ",options.show_export_button&&(__p+='\n                <div class="Rk-TopBar-Separator"></div>\n                <div class="Rk-TopBar-Button Rk-Export-Button">\n                    <div class="Rk-TopBar-Tooltip">\n                        <div class="Rk-TopBar-Tooltip-Contents">\n                            '+__e(translate("Download Project"))+'\n                        </div>\n                    </div>\n                </div>\n                <div class="Rk-TopBar-Separator"></div>\n            '),__p+="\n        "),__p+="\n        ",options.show_search_field&&(__p+='\n            <form action="#" class="Rk-GraphSearch-Form">\n                <input type="search" class="Rk-GraphSearch-Field" placeholder="'+__e(translate("Search in graph"))+'" />\n            </form>\n            <div class="Rk-TopBar-Separator"></div>\n        '),__p+="\n    </div>\n"),__p+='\n<div class="Rk-Editing-Space',options.show_top_bar||(__p+=" Rk-Editing-Space-Full"),__p+='">\n    <div class="Rk-Labels"></div>\n    <canvas class="Rk-Canvas" ',options.resize&&(__p+=' resize="" '),__p+=' ></canvas>\n    <div class="Rk-Notifications"></div>\n    <div class="Rk-Editor">\n        ',options.show_bins&&(__p+='\n            <div class="Rk-Fold-Bins">&laquo;</div>\n        '),__p+="\n        ",options.show_zoom&&(__p+='\n            <div class="Rk-ZoomButtons">\n                <div class="Rk-ZoomIn" title="'+__e(translate("Zoom In"))+'"></div>\n                <div class="Rk-ZoomFit" title="'+__e(translate("Zoom Fit"))+'"></div>\n                <div class="Rk-ZoomOut" title="'+__e(translate("Zoom Out"))+'"></div>\n                ',options.editor_mode&&options.save_view&&(__p+='\n                    <div class="Rk-ZoomSave" title="'+__e(translate("Save view"))+'"></div>\n                '),__p+="\n                ",options.save_view&&(__p+='\n                    <div class="Rk-ZoomSetSaved" title="'+__e(translate("View saved view"))+'"></div>\n                    ',options.hide_nodes&&(__p+='\n                	   <div class="Rk-ShowHiddenNodes" title="'+__e(translate("Show hidden nodes"))+'"></div>\n                    '),__p+="       \n                "),__p+="\n            </div>\n        "),__p+="\n    </div>\n</div>\n";return __p},this.renkanJST["templates/search.html"]=function(obj){obj||(obj={});var __t,__p="";_.escape;with(obj)__p+='<li class="'+(null==(__t=className)?"":__t)+'" data-key="'+(null==(__t=key)?"":__t)+'">'+(null==(__t=title)?"":__t)+"</li>";return __p},this.renkanJST["templates/wikipedia-bin/resulttemplate.html"]=function(obj){obj||(obj={});var __t,__p="",__e=_.escape;with(obj)__p+='<li class="Rk-Wikipedia-Result Rk-Bin-Item" draggable="true"\n    data-uri="'+__e(url)+'" data-title="Wikipedia: '+__e(title)+'"\n    data-description="'+__e(description)+'"\n    data-image="'+__e(Rkns.Utils.getFullURL(static_url+"img/wikipedia.png"))+'">\n\n    <img class="Rk-Wikipedia-Icon" src="'+__e(static_url)+'img/wikipedia.png">\n    <h4 class="Rk-Wikipedia-Title">\n        <a href="'+__e(url)+'" target="_blank">'+(null==(__t=htitle)?"":__t)+'</a>\n    </h4>\n    <p class="Rk-Wikipedia-Snippet">'+(null==(__t=hdescription)?"":__t)+"</p>\n</li>\n";return __p},function(a){"use strict";"object"!=typeof a.Rkns&&(a.Rkns={});var b=a.Rkns,c=b.$=a.jQuery,d=b._=a._;b.pickerColors=["#8f1919","#a80000","#d82626","#ff0000","#e87c7c","#ff6565","#f7d3d3","#fecccc","#8f5419","#a85400","#d87f26","#ff7f00","#e8b27c","#ffb265","#f7e5d3","#fee5cc","#8f8f19","#a8a800","#d8d826","#feff00","#e8e87c","#feff65","#f7f7d3","#fefecc","#198f19","#00a800","#26d826","#00ff00","#7ce87c","#65ff65","#d3f7d3","#ccfecc","#198f8f","#00a8a8","#26d8d8","#00feff","#7ce8e8","#65feff","#d3f7f7","#ccfefe","#19198f","#0000a8","#2626d8","#0000ff","#7c7ce8","#6565ff","#d3d3f7","#ccccfe","#8f198f","#a800a8","#d826d8","#ff00fe","#e87ce8","#ff65fe","#f7d3f7","#feccfe","#000000","#242424","#484848","#6d6d6d","#919191","#b6b6b6","#dadada","#ffffff"],b.__renkans=[];var e=b._BaseBin=function(a,c){if("undefined"!=typeof a){this.renkan=a,this.renkan.$.find(".Rk-Bin-Main").hide(),this.$=b.$("<li>").addClass("Rk-Bin").appendTo(a.$.find(".Rk-Bin-List")),this.title_icon_$=b.$("<span>").addClass("Rk-Bin-Title-Icon").appendTo(this.$);var d=this;b.$("<a>").attr({href:"#",title:a.translate("Close bin")}).addClass("Rk-Bin-Close").html("&times;").appendTo(this.$).click(function(){return d.destroy(),a.$.find(".Rk-Bin-Main:visible").length||a.$.find(".Rk-Bin-Main:last").slideDown(),a.resizeBins(),!1}),b.$("<a>").attr({href:"#",title:a.translate("Refresh bin")}).addClass("Rk-Bin-Refresh").appendTo(this.$).click(function(){return d.refresh(),!1}),this.count_$=b.$("<div>").addClass("Rk-Bin-Count").appendTo(this.$),this.title_$=b.$("<h2>").addClass("Rk-Bin-Title").appendTo(this.$),this.main_$=b.$("<div>").addClass("Rk-Bin-Main").appendTo(this.$).html('<h4 class="Rk-Bin-Loading">'+a.translate("Loading, please wait")+"</h4>"),this.title_$.html(c.title||"(new bin)"),this.renkan.resizeBins(),c.auto_refresh&&window.setInterval(function(){d.refresh()},c.auto_refresh)}};e.prototype.destroy=function(){this.$.detach(),this.renkan.resizeBins()};var f=b.Renkan=function(a){var e=this;b.__renkans.push(this),this.options=d.defaults(a,b.defaults,{templates:d.defaults(a.templates,renkanJST)||renkanJST,node_editor_templates:d.defaults(a.node_editor_templates,b.defaults.node_editor_templates)}),this.template=renkanJST["templates/main.html"];var f={};if(d.each(this.options.node_editor_templates,function(a,b){f[b]=e.options.templates[a],delete e.options.templates[a]}),this.options.node_editor_templates=f,d.each(this.options.property_files,function(a){b.$.getJSON(a,function(a){e.options.properties=e.options.properties.concat(a)})}),this.read_only=this.options.read_only||!this.options.editor_mode,this.router=new b.Router,this.project=new b.Models.Project,this.dataloader=new b.DataLoader.Loader(this.project,this.options),this.setCurrentUser=function(a,b){this.project.addUser({_id:a,title:b}),this.current_user=a,this.renderer.redrawUsers()},"undefined"!=typeof this.options.user_id&&(this.current_user=this.options.user_id),this.$=b.$("#"+this.options.container),this.$.addClass("Rk-Main").html(this.template(this)),this.tabs=[],this.search_engines=[],this.current_user_list=new b.Models.UsersList,this.current_user_list.on("add remove",function(){this.renderer&&this.renderer.redrawUsers()}),this.colorPicker=function(){var a=renkanJST["templates/colorpicker.html"];return'<ul class="Rk-Edit-ColorPicker">'+b.pickerColors.map(function(b){return a({c:b})}).join("")+"</ul>"}(),this.options.show_editor&&(this.renderer=new b.Renderer.Scene(this)),this.options.search.length){var g=renkanJST["templates/search.html"],h=this.$.find(".Rk-Search-List"),i=this.$.find(".Rk-Web-Search-Input"),j=this.$.find(".Rk-Web-Search-Form");d.each(this.options.search,function(a,c){b[a.type]&&b[a.type].Search&&e.search_engines.push(new b[a.type].Search(e,a))}),h.html(d(this.search_engines).map(function(a,b){return g({key:b,title:a.getSearchTitle(),className:a.getBgClass()})}).join("")),h.find("li").click(function(){var a=b.$(this);e.setSearchEngine(a.attr("data-key")),j.submit()}),j.submit(function(){if(i.val()){var a=e.search_engine;a.search(i.val())}return!1}),this.$.find(".Rk-Search-Current").mouseenter(function(){h.slideDown()}),this.$.find(".Rk-Search-Select").mouseleave(function(){h.hide()}),this.setSearchEngine(0)}else this.$.find(".Rk-Web-Search-Form").detach();d.each(this.options.bins,function(a){b[a.type]&&b[a.type].Bin&&e.tabs.push(new b[a.type].Bin(e,a))});var k=!1;this.$.find(".Rk-Bins").on("click",".Rk-Bin-Title,.Rk-Bin-Title-Icon",function(){var a=b.$(this).siblings(".Rk-Bin-Main");a.is(":hidden")&&(e.$.find(".Rk-Bin-Main").slideUp(),a.slideDown())}),this.options.show_editor&&this.$.find(".Rk-Bins").on("mouseover",".Rk-Bin-Item",function(a){
+var f=b.$(this);if(f&&c(f).attr("data-uri")){var g=e.project.get("nodes").where({uri:c(f).attr("data-uri")});d.each(g,function(a){e.renderer.highlightModel(a)})}}).mouseout(function(){e.renderer.unhighlightAll()}).on("mousemove",".Rk-Bin-Item",function(a){try{this.dragDrop()}catch(b){}}).on("touchstart",".Rk-Bin-Item",function(a){k=!1}).on("touchmove",".Rk-Bin-Item",function(a){a.preventDefault();var b=a.originalEvent.changedTouches[0],c=e.renderer.canvas_$.offset(),d=e.renderer.canvas_$.width(),f=e.renderer.canvas_$.height();if(b.pageX>=c.left&&b.pageX<c.left+d&&b.pageY>=c.top&&b.pageY<c.top+f)if(k)e.renderer.onMouseMove(b,!0);else{k=!0;var g=document.createElement("div");g.appendChild(this.cloneNode(!0)),e.renderer.dropData({"text/html":g.innerHTML},b),e.renderer.onMouseDown(b,!0)}}).on("touchend",".Rk-Bin-Item",function(a){k&&e.renderer.onMouseUp(a.originalEvent.changedTouches[0],!0),k=!1}).on("dragstart",".Rk-Bin-Item",function(a){var b=document.createElement("div");b.appendChild(this.cloneNode(!0));try{a.originalEvent.dataTransfer.setData("text/html",b.innerHTML)}catch(c){a.originalEvent.dataTransfer.setData("text",b.innerHTML)}}),b.$(window).resize(function(){e.resizeBins()});var l=!1,m="";this.$.find(".Rk-Bins-Search-Input").on("change keyup paste input",function(){var a=b.$(this).val();if(a!==m){var c=b.Utils.regexpFromTextOrArray(a.length>1?a:null);c.source!==l&&(l=c.source,d.each(e.tabs,function(a){a.render(c)}))}}),this.$.find(".Rk-Bins-Search-Form").submit(function(){return!1})};f.prototype.translate=function(a){return b.i18n[this.options.language]&&b.i18n[this.options.language][a]?b.i18n[this.options.language][a]:this.options.language.length>2&&b.i18n[this.options.language.substr(0,2)]&&b.i18n[this.options.language.substr(0,2)][a]?b.i18n[this.options.language.substr(0,2)][a]:a},f.prototype.onStatusChange=function(){this.renderer.onStatusChange()},f.prototype.setSearchEngine=function(a){this.search_engine=this.search_engines[a],this.$.find(".Rk-Search-Current").attr("class","Rk-Search-Current "+this.search_engine.getBgClass());for(var b=this.search_engine.getBgClass().split(" "),c="",d=0;d<b.length;d++)c+="."+b[d];this.$.find(".Rk-Web-Search-Input.Rk-Search-Input").attr("placeholder",this.translate("Search in ")+this.$.find(".Rk-Search-List "+c).html())},f.prototype.resizeBins=function(){var a=+this.$.find(".Rk-Bins-Head").outerHeight();this.$.find(".Rk-Bin-Title:visible").each(function(){a+=b.$(this).outerHeight()}),this.$.find(".Rk-Bin-Main").css({height:this.$.find(".Rk-Bins").height()-a})};var g=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)})};b.Utils={getUUID4:g,getUID:function(){function a(a){return 10>a?"0"+a:a}var b=new Date,c=0,d=b.getUTCFullYear()+"-"+a(b.getUTCMonth()+1)+"-"+a(b.getUTCDate())+"-"+g();return function(a){for(var b=(++c).toString(16),e="undefined"==typeof a?"":a+"-";b.length<4;)b="0"+b;return e+d+"-"+b}}(),getFullURL:function(a){if("undefined"==typeof a||null==a)return"";if(/https?:\/\//.test(a))return a;var b=new Image;b.src=a;var c=b.src;return b.src=null,c},inherit:function(a,b){var c=function(c){"function"==typeof b&&b.apply(this,Array.prototype.slice.call(arguments,0)),a.apply(this,Array.prototype.slice.call(arguments,0)),"function"!=typeof this._init||this._initialized||(this._init.apply(this,Array.prototype.slice.call(arguments,0)),this._initialized=!0)};return d.extend(c.prototype,a.prototype),c},regexpFromTextOrArray:function(){function a(a){function b(a){return function(b,c){a=a.replace(h[b],c)}}for(var e=a.toLowerCase().replace(g,""),i="",j=0;j<e.length;j++){j&&(i+=f+"*");var k=e[j];d.each(c,b(k)),i+=k}return i}function b(c){switch(typeof c){case"string":return a(c);case"object":var e="";return d.each(c,function(a){var c=b(a);c&&(e&&(e+="|"),e+=c)}),e}return""}var c=["[aáàâä]","[cç]","[eéèêë]","[iíìîï]","[oóòôö]","[uùûü]"],e=[String.fromCharCode(768),String.fromCharCode(769),String.fromCharCode(770),String.fromCharCode(771),String.fromCharCode(807),"{","}","(",")","[","]","【","】","、","・","‥","。","「","」","『","』","〜",":","!","?"," ",","," ",";","(",")",".","*","+","\\","?","|","{","}","[","]","^","#","/"],f="[\\"+e.join("\\")+"]",g=new RegExp(f,"gm"),h=d.map(c,function(a){return new RegExp(a)});return function(a){var c=b(a);if(c){var d=new RegExp(c,"im"),e=new RegExp("("+c+")","igm");return{isempty:!1,source:c,test:function(a){return d.test(a)},replace:function(a,b){return a.replace(e,b)}}}return{isempty:!0,source:"",test:function(){return!0},replace:function(a){return text}}}}(),_MIN_DRAG_DISTANCE:2,_NODE_BUTTON_WIDTH:40,_EDGE_BUTTON_INNER:2,_EDGE_BUTTON_OUTER:40,_CLICKMODE_ADDNODE:1,_CLICKMODE_STARTEDGE:2,_CLICKMODE_ENDEDGE:3,_NODE_SIZE_STEP:Math.LN2/4,_MIN_SCALE:.05,_MAX_SCALE:20,_MOUSEMOVE_RATE:80,_DOUBLETAP_DELAY:800,_DOUBLETAP_DISTANCE:400,_USER_PLACEHOLDER:function(a){return{color:a.options.default_user_color,title:a.translate("(unknown user)"),get:function(a){return this[a]||!1}}},_BOOKMARKLET_CODE:function(a){return"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\">"+a.translate("Drag items from this website, drop them in Renkan").replace(/ /g,"_")+"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\/\\/[^\\/]*twitter\\.com\\//,s:'.tweet',n:'twitter'},{r:/https?:\\/\\/[^\\/]*google\\.[^\\/]+\\//,s:'.g',n:'google'},{r:/https?:\\/\\/[^\\/]*lemonde\\.fr\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();"},shortenText:function(a,b){return a.length>b?a.substr(0,b)+"…":a},drawEditBox:function(a,b,c,d,e){e.css({width:a.tooltip_width-2*a.tooltip_padding});var f=e.outerHeight()+2*a.tooltip_padding,g=b.x<paper.view.center.x?1:-1,h=b.x+g*(d+a.tooltip_arrow_length),i=b.x+g*(d+a.tooltip_arrow_length+a.tooltip_width),j=b.y-f/2;j+f>paper.view.size.height-a.tooltip_margin&&(j=Math.max(paper.view.size.height-a.tooltip_margin,b.y+a.tooltip_arrow_width/2)-f),j<a.tooltip_margin&&(j=Math.min(a.tooltip_margin,b.y-a.tooltip_arrow_width/2));var k=j+f;return c.segments[0].point=c.segments[7].point=b.add([g*d,0]),c.segments[1].point.x=c.segments[2].point.x=c.segments[5].point.x=c.segments[6].point.x=h,c.segments[3].point.x=c.segments[4].point.x=i,c.segments[2].point.y=c.segments[3].point.y=j,c.segments[4].point.y=c.segments[5].point.y=k,c.segments[1].point.y=b.y-a.tooltip_arrow_width/2,c.segments[6].point.y=b.y+a.tooltip_arrow_width/2,c.fillColor=new paper.Color(new paper.Gradient([a.tooltip_top_color,a.tooltip_bottom_color]),[0,j],[0,k]),e.css({left:a.tooltip_padding+Math.min(h,i),top:a.tooltip_padding+j}),c},increaseBrightness:function(a,b){a=a.replace(/^\s*#|\s*$/g,""),3===a.length&&(a=a.replace(/(.)/g,"$1$1"));var c=parseInt(a.substr(0,2),16),d=parseInt(a.substr(2,2),16),e=parseInt(a.substr(4,2),16);return"#"+(0|256+c+(256-c)*b/100).toString(16).substr(1)+(0|256+d+(256-d)*b/100).toString(16).substr(1)+(0|256+e+(256-e)*b/100).toString(16).substr(1)}}}(window),function(a){"use strict";var b=a.Backbone;a.Rkns.Router=b.Router.extend({routes:{"":"index"},index:function(a){var b={};null!==a&&a.split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),this.trigger("router",b)}})}(window),function(a){"use strict";var b=a.Rkns.DataLoader={converters:{from1to2:function(a){var b,c;if("undefined"!=typeof a.nodes)for(b=0,c=a.nodes.length;c>b;b++){var d=a.nodes[b];d.color?d.style={color:d.color}:d.style={}}if("undefined"!=typeof a.edges)for(b=0,c=a.edges.length;c>b;b++){var e=a.edges[b];e.color?e.style={color:e.color}:e.style={}}return a.schema_version="2",a}}};b.Loader=function(a,c){this.project=a,this.dataConverters=_.defaults(c.converters||{},b.converters)},b.Loader.prototype.convert=function(a){var b=this.project.getSchemaVersion(a),c=this.project.getSchemaVersion();if(b!==c){var d="from"+b+"to"+c;"function"==typeof this.dataConverters[d]&&(a=this.dataConverters[d](a))}return a},b.Loader.prototype.load=function(a){this.project.set(this.convert(a),{validate:!0})}}(window),function(a){"use strict";var b=a.Backbone,c=a.Rkns.Models={};c.getUID=function(a){var b="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(a){var b=16*Math.random()|0,c="x"===a?b:3&b|8;return c.toString(16)});return"undefined"!=typeof a?a.type+"-"+b:b};var d=b.RelationalModel.extend({idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"",a.description=a.description||"",a.uri=a.uri||"","function"==typeof this.prepare&&(a=this.prepare(a))),b.RelationalModel.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},addReference:function(a,b,c,d,e){var f=c.get(d);"undefined"==typeof f&&"undefined"!=typeof e?a[b]=e:a[b]=f}}),e=c.User=d.extend({type:"user",prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color")}}}),f=c.Node=d.extend({type:"node",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),position:this.get("position"),image:this.get("image"),style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,size:this.get("size"),clip_path:this.get("clip_path"),shape:this.get("shape"),type:this.get("type")}}}),g=c.Edge=d.extend({type:"edge",relations:[{type:b.HasOne,key:"created_by",relatedModel:e},{type:b.HasOne,key:"from",relatedModel:f},{type:b.HasOne,key:"to",relatedModel:f}],prepare:function(a){var b=a.project;return this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),this.addReference(a,"from",b.get("nodes"),a.from),this.addReference(a,"to",b.get("nodes"),a.to),a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),from:this.get("from")?this.get("from").get("_id"):null,to:this.get("to")?this.get("to").get("_id"):null,style:this.get("style"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null}}}),h=c.View=d.extend({type:"view",relations:[{type:b.HasOne,key:"created_by",relatedModel:e}],prepare:function(a){var b=a.project;if(this.addReference(a,"created_by",b.get("users"),a.created_by,b.current_user),a.description=a.description||"","undefined"!=typeof a.offset){var c={};Array.isArray(a.offset)?(c.x=a.offset[0],c.y=a.offset.length>1?a.offset[1]:a.offset[0]):null!=a.offset.x&&(c.x=a.offset.x,c.y=a.offset.y),a.offset=c}return a},toJSON:function(){return{_id:this.get("_id"),zoom_level:this.get("zoom_level"),offset:this.get("offset"),title:this.get("title"),description:this.get("description"),created_by:this.get("created_by")?this.get("created_by").get("_id"):null,hidden_nodes:this.get("hidden_nodes")}}}),i=(c.Project=d.extend({schema_version:"2",type:"project",blacklist:["saveStatus","loadingStatus"],relations:[{type:b.HasMany,key:"users",relatedModel:e,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"nodes",relatedModel:f,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"edges",relatedModel:g,reverseRelation:{key:"project",includeInJSON:"_id"}},{type:b.HasMany,key:"views",relatedModel:h,reverseRelation:{key:"project",includeInJSON:"_id"}}],addUser:function(a,b){a.project=this;var c=e.findOrCreate(a);return this.get("users").push(c,b),c},addNode:function(a,b){a.project=this;var c=f.findOrCreate(a);return this.get("nodes").push(c,b),c},addEdge:function(a,b){a.project=this;var c=g.findOrCreate(a);return this.get("edges").push(c,b),c},addView:function(a,b){a.project=this;var c=h.findOrCreate(a);return this.get("views").push(c,b),c},removeNode:function(a){this.get("nodes").remove(a)},removeEdge:function(a){this.get("edges").remove(a)},validate:function(a){var b=this;_.each([].concat(a.users,a.nodes,a.edges,a.views),function(a){a&&(a.project=b)})},getSchemaVersion:function(a){var b=a;"undefined"==typeof b&&(b=this);var c=b.schema_version;return c?c:1},initialize:function(){var a=this;this.on("remove:nodes",function(b){a.get("edges").remove(a.get("edges").filter(function(a){return a.get("from")===b||a.get("to")===b}))})},toJSON:function(){var a=_.clone(this.attributes);for(var c in a)(a[c]instanceof b.Model||a[c]instanceof b.Collection||a[c]instanceof d)&&(a[c]=a[c].toJSON());return _.omit(a,this.blacklist)}}),c.RosterUser=b.Model.extend({type:"roster_user",idAttribute:"_id",constructor:function(a){"undefined"!=typeof a&&(a._id=a._id||a.id||c.getUID(this),a.title=a.title||"(untitled "+this.type+")",a.description=a.description||"",a.uri=a.uri||"",a.project=a.project||null,a.site_id=a.site_id||0,"function"==typeof this.prepare&&(a=this.prepare(a))),b.Model.prototype.constructor.call(this,a)},validate:function(){return this.type?void 0:"object has no type"},prepare:function(a){return a.color=a.color||"#666666",a},toJSON:function(){return{_id:this.get("_id"),title:this.get("title"),uri:this.get("uri"),description:this.get("description"),color:this.get("color"),project:null!=this.get("project")?this.get("project").get("id"):null,site_id:this.get("site_id")}}}));c.UsersList=b.Collection.extend({model:i})}(window),Rkns.defaults={language:navigator.language||navigator.userLanguage||"en",container:"renkan",search:[],bins:[],static_url:"",popup_editor:!0,editor_panel:"editor-panel",show_bins:!0,properties:[],show_editor:!0,read_only:!1,editor_mode:!0,manual_save:!1,show_top_bar:!0,default_user_color:"#303030",size_bug_fix:!1,force_resize:!1,allow_double_click:!0,zoom_on_scroll:!0,element_delete_delay:0,autoscale_padding:50,resize:!0,show_zoom:!0,save_view:!0,default_view:!1,default_index_view:-1,update_url:!0,show_search_field:!0,show_user_list:!0,user_name_editable:!0,user_color_editable:!0,show_user_color:!0,show_save_button:!0,show_export_button:!0,show_open_button:!1,show_addnode_button:!0,show_addedge_button:!0,show_bookmarklet:!0,show_fullscreen_button:!0,home_button_url:!1,home_button_title:"Home",show_minimap:!0,minimap_width:160,minimap_height:120,minimap_padding:20,minimap_background_color:"#ffffff",minimap_border_color:"#cccccc",minimap_highlight_color:"#ffff00",minimap_highlight_weight:5,buttons_background:"#202020",buttons_label_color:"#c000c0",buttons_label_font_size:9,ghost_opacity:.3,default_dash_array:[4,5],show_node_circles:!0,clip_node_images:!0,node_images_fill_mode:!1,node_size_base:25,node_stroke_width:2,node_stroke_max_width:12,selected_node_stroke_width:4,selected_node_stroke_max_width:24,node_stroke_witdh_scale:5,node_fill_color:"#ffffff",highlighted_node_fill_color:"#ffff00",node_label_distance:5,node_label_max_length:60,label_untitled_nodes:"(untitled)",hide_nodes:!0,change_shapes:!0,change_types:!0,node_editor_templates:{"default":"templates/nodeeditor_readonly.html",video:"templates/nodeeditor_video.html"},edge_stroke_width:2,edge_stroke_max_width:12,selected_edge_stroke_width:4,selected_edge_stroke_max_width:24,edge_stroke_witdh_scale:5,edge_label_distance:0,edge_label_max_length:20,edge_arrow_length:18,edge_arrow_width:12,edge_arrow_max_width:32,edge_gap_in_bundles:12,label_untitled_edges:"",tooltip_width:275,tooltip_padding:10,tooltip_margin:15,tooltip_arrow_length:20,tooltip_arrow_width:40,tooltip_top_color:"#f0f0f0",tooltip_bottom_color:"#d0d0d0",tooltip_border_color:"#808080",tooltip_border_width:1,tooltip_opacity:.8,richtext_editor_config:{toolbarGroups:[{name:"basicstyles",groups:["basicstyles","cleanup"]},{name:"clipboard",groups:["clipboard","undo"]},"/",{name:"styles"}],removePlugins:"colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates"},show_node_editor_uri:!0,show_node_editor_title:!0,show_node_editor_title_richtext:!0,show_node_editor_description:!0,show_node_editor_description_richtext:!0,show_node_editor_size:!0,show_node_editor_style:!0,show_node_editor_style_color:!0,show_node_editor_style_dash:!0,show_node_editor_style_thickness:!0,show_node_editor_image:!0,show_node_editor_creator:!0,allow_image_upload:!0,uploaded_image_max_kb:500,show_node_tooltip_uri:!0,show_node_tooltip_description:!0,show_node_tooltip_color:!0,show_node_tooltip_image:!0,show_node_tooltip_creator:!0,show_edge_editor_uri:!0,show_edge_editor_style:!0,show_edge_editor_style_color:!0,show_edge_editor_style_dash:!0,show_edge_editor_style_thickness:!0,show_edge_editor_style_arrow:!0,show_edge_editor_direction:!0,show_edge_editor_nodes:!0,show_edge_editor_creator:!0,show_edge_tooltip_uri:!0,show_edge_tooltip_color:!0,show_edge_tooltip_nodes:!0,show_edge_tooltip_creator:!0},Rkns.i18n={fr:{"Edit Node":"Édition d’un nœud","Edit Edge":"Édition d’un lien","Title:":"Titre :","URI:":"URI :","Description:":"Description :","From:":"De :","To:":"Vers :",Image:"Image","Image URL:":"URL d'Image","Choose Image File:":"Choisir un fichier image","Full Screen":"Mode plein écran","Add Node":"Ajouter un nœud","Add Edge":"Ajouter un lien","Save Project":"Enregistrer le projet","Open Project":"Ouvrir un projet","Auto-save enabled":"Enregistrement automatique activé","Connection lost":"Connexion perdue","Created by:":"Créé par :","Zoom In":"Agrandir l’échelle","Zoom Out":"Rapetisser l’échelle",Edit:"Éditer",Remove:"Supprimer","Cancel deletion":"Annuler la suppression","Link to another node":"Créer un lien",Enlarge:"Agrandir",Shrink:"Rétrécir","Click on the background canvas to add a node":"Cliquer sur le fond du graphe pour rajouter un nœud","Click on a first node to start the edge":"Cliquer sur un premier nœud pour commencer le lien","Click on a second node to complete the edge":"Cliquer sur un second nœud pour terminer le lien",Wikipedia:"Wikipédia","Wikipedia in ":"Wikipédia en ",French:"Français",English:"Anglais",Japanese:"Japonais","Untitled project":"Projet sans titre","Lignes de Temps":"Lignes de Temps","Loading, please wait":"Chargement en cours, merci de patienter","Edge color:":"Couleur :","Dash:":"Point. :","Thickness:":"Epaisseur :","Arrow:":"Flèche :","Node color:":"Couleur :","Choose color":"Choisir une couleur","Change edge direction":"Changer le sens du lien","Do you really wish to remove node ":"Voulez-vous réellement supprimer le nœud ","Do you really wish to remove edge ":"Voulez-vous réellement supprimer le lien ","This file is not an image":"Ce fichier n'est pas une image","Image size must be under ":"L'image doit peser moins de ","Size:":"Taille :",KB:"ko","Choose from vocabulary:":"Choisir dans un vocabulaire :","SKOS Documentation properties":"SKOS: Propriétés documentaires","has note":"a pour note","has example":"a pour exemple","has definition":"a pour définition","SKOS Semantic relations":"SKOS: Relations sémantiques","has broader":"a pour concept plus large","has narrower":"a pour concept plus étroit","has related":"a pour concept apparenté","Dublin Core Metadata":"Métadonnées Dublin Core","has contributor":"a pour contributeur",covers:"couvre","created by":"créé par","has date":"a pour date","published by":"édité par","has source":"a pour source","has subject":"a pour sujet","Dragged resource":"Ressource glisée-déposée","Search the Web":"Rechercher en ligne","Search in Bins":"Rechercher dans les chutiers","Close bin":"Fermer le chutier","Refresh bin":"Rafraîchir le chutier","(untitled)":"(sans titre)","Select contents:":"Sélectionner des contenus :","Drag items from this website, drop them in Renkan":"Glissez des éléments de ce site web vers Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.":"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan","Shapes available":"Formes disponibles",Circle:"Cercle",Square:"Carré",Diamond:"Losange",Hexagone:"Hexagone",Ellipse:"Ellipse",Star:"Étoile",Cloud:"Nuage",Triangle:"Triangle","Zoom Fit":"Ajuster le Zoom","Download Project":"Télécharger le projet","Save view":"Sauver la vue","View saved view":"Restaurer la Vue","Renkan 'Drag-to-Add' bookmarklet":"Renkan 'Deplacer-Pour-Ajouter' Signet","(unknown user)":"(non authentifié)","<unknown user>":"<non authentifié>","Search in graph":"Rechercher dans carte","Search in ":"Chercher dans "}},Rkns.jsonIO=function(a,b){var c=a.project;"undefined"==typeof b.http_method&&(b.http_method="PUT");var d=function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0}),Rkns.$.getJSON(b.url,function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0})},e=function(){c.set({saveStatus:2});var d=c.toJSON();a.read_only||Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(d),success:function(a,b,d){c.set({saveStatus:0})}})},f=Rkns._.throttle(function(){setTimeout(e,100)},1e3);c.on("add:nodes add:edges add:users add:views",function(a){a.on("change remove",function(a){f()}),f()}),c.on("change",function(){1===c.changedAttributes.length&&c.hasChanged("saveStatus")||f()}),d()},Rkns.jsonIOSaveOnClick=function(a,b){var c=a.project,d=!1,e=function(){return"Project not saved"};"undefined"==typeof b.http_method&&(b.http_method="POST");var f=function(){var d={},e=/id=([^&#?=]+)/,f=document.location.hash.match(e);f&&(d.id=f[1]),Rkns.$.ajax({url:b.url,data:d,beforeSend:function(){a.renderer.redrawActive=!1,c.set({loadingStatus:!0})},success:function(b){a.dataloader.load(b),c.set({loadingStatus:!1}),c.set({saveStatus:0}),a.renderer.redrawActive=!0}})},g=function(){c.set("saved_at",new Date);var a=c.toJSON();Rkns.$.ajax({type:b.http_method,url:b.url,contentType:"application/json",data:JSON.stringify(a),beforeSend:function(){c.set({saveStatus:2})},success:function(a,b,f){$(window).off("beforeunload",e),d=!1,c.set({saveStatus:0})}})},h=function(){c.set({saveStatus:1});var a=c.get("title");a&&c.get("nodes").length?$(".Rk-Save-Button").removeClass("disabled"):$(".Rk-Save-Button").addClass("disabled"),a&&$(".Rk-PadTitle").css("border-color","#333333"),d||(d=!0,$(window).on("beforeunload",e))};f(),c.on("add:nodes add:edges add:users change",function(a){a.on("change remove",function(a){1===a.changedAttributes.length&&a.hasChanged("saveStatus")||h()}),1===c.changedAttributes.length&&c.hasChanged("saveStatus")||h()}),a.renderer.save=function(){$(".Rk-Save-Button").hasClass("disabled")?c.get("title")||$(".Rk-PadTitle").css("border-color","#ff0000"):g()}},function(a){"use strict";var b=a._,c=a.Ldt={},d=(c.Bin=function(a,b){if(b.ldt_type){var d=c[b.ldt_type+"Bin"];if(d)return new d(a,b)}console.error("No such LDT Bin Type")},c.ProjectBin=a.Utils.inherit(a._BaseBin));d.prototype.tagTemplate=renkanJST["templates/ldtjson-bin/tagtemplate.html"],d.prototype.annotationTemplate=renkanJST["templates/ldtjson-bin/annotationtemplate.html"],d.prototype._init=function(a,b){this.renkan=a,this.proj_id=b.project_id,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.title_$.html(b.title),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},d.prototype.render=function(c){function d(a){var c=b(a).escape();return f.isempty?c:f.replace(c,"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}var f=c||a.Utils.regexpFromTextOrArray(),g="<li><h3>Tags</h3></li>",h=this.data.meta["dc:title"],i=this,j=0;i.title_$.text('LDT Project: "'+h+'"'),b.map(i.data.tags,function(a){var b=a.meta["dc:title"];(f.isempty||f.test(b))&&(j++,g+=i.tagTemplate({ldt_platform:i.ldt_platform,title:b,htitle:d(b),encodedtitle:encodeURIComponent(b),static_url:i.renkan.options.static_url}))}),g+="<li><h3>Annotations</h3></li>",b.map(i.data.annotations,function(a){var b=a.content.description,c=a.content.title.replace(b,"");if(f.isempty||f.test(c)||f.test(b)){j++;var h=a.end-a.begin,k=a.content&&a.content.img&&a.content.img.src?a.content.img.src:h?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";g+=i.annotationTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(a.begin),end:e(a.end),duration:e(h),mediaid:a.media,annotationid:a.id,image:k,static_url:i.renkan.options.static_url})}}),this.main_$.html(g),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()},d.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/ldt/cljson/id/"+this.proj_id,dataType:"jsonp",success:function(a){b.data=a,b.render()}})};var e=c.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"};e.prototype.getBgClass=function(){return"Rk-Ldt-Icon"},e.prototype.getSearchTitle=function(){return this.renkan.translate("Lignes de Temps")},e.prototype.search=function(a){this.renkan.tabs.push(new f(this.renkan,{search:a}))};var f=c.ResultsBin=a.Utils.inherit(a._BaseBin);f.prototype.segmentTemplate=renkanJST["templates/ldtjson-bin/segmenttemplate.html"],f.prototype._init=function(a,b){this.renkan=a,this.ldt_platform=b.ldt_platform||"http://ldt.iri.centrepompidou.fr/",this.max_results=b.max_results||50,this.search=b.search,this.title_$.html('Lignes de Temps: "'+b.search+'"'),this.title_icon_$.addClass("Rk-Ldt-Title-Icon"),this.refresh()},f.prototype.render=function(c){function d(a){return g.replace(b(a).escape(),"<span class='searchmatch'>$1</span>")}function e(a){function b(a){for(var b=a.toString();b.length<2;)b="0"+b;return b}var c=Math.abs(Math.floor(a/1e3)),d=Math.floor(c/3600),e=Math.floor(c/60)%60,f=c%60,g="";return d&&(g+=b(d)+":"),g+=b(e)+":"+b(f)}if(this.data){var f=c||a.Utils.regexpFromTextOrArray(),g=f.isempty?a.Utils.regexpFromTextOrArray(this.search):f,h="",i=this,j=0;b.each(this.data.objects,function(a){var b=a["abstract"],c=a.title;if(f.isempty||f.test(c)||f.test(b)){j++;var g=a.duration,k=a.start_ts,l=+a.duration+k,m=g?i.renkan.options.static_url+"img/ldt-segment.png":i.renkan.options.static_url+"img/ldt-point.png";h+=i.segmentTemplate({ldt_platform:i.ldt_platform,title:c,htitle:d(c),description:b,hdescription:d(b),start:e(k),end:e(l),duration:e(g),mediaid:a.iri_id,annotationid:a.element_id,image:m})}}),this.main_$.html(h),!f.isempty&&j?this.count_$.text(j).show():this.count_$.hide(),f.isempty||j?this.$.show():this.$.hide(),this.renkan.resizeBins()}},f.prototype.refresh=function(){var b=this;a.$.ajax({url:this.ldt_platform+"ldtplatform/api/ldt/1.0/segments/search/",data:{format:"jsonp",q:this.search,limit:this.max_results},dataType:"jsonp",success:function(a){b.data=a,b.render()}})}}(window.Rkns),Rkns.ResourceList={},Rkns.ResourceList.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.ResourceList.Bin.prototype.resultTemplate=renkanJST["templates/list-bin.html"],Rkns.ResourceList.Bin.prototype._init=function(a,b){this.renkan=a,this.title_$.html(b.title),b.list&&(this.data=b.list),this.refresh()},Rkns.ResourceList.Bin.prototype.render=function(a){function b(a){var b=_(a).escape();return c.isempty?b:c.replace(b,"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d="",e=this,f=0;Rkns._.each(this.data,function(a){var g;if("string"==typeof a)if(/^(https?:\/\/|www)/.test(a))g={url:a};else{g={title:a.replace(/[:,]?\s?(https?:\/\/|www)[\d\w\/.&?=#%-_]+\s?/,"").trim()};var h=a.match(/(https?:\/\/|www)[\d\w\/.&?=#%-_]+/);h&&(g.url=h[0]),g.title.length>80&&(g.description=g.title,g.title=g.title.replace(/^(.{30,60})\s.+$/,"$1…"))}else g=a;var i=g.title||(g.url||"").replace(/^https?:\/\/(www\.)?/,"").replace(/^(.{40}).+$/,"$1…"),j=g.url||"",k=g.description||"",l=g.image||"";j&&!/^https?:\/\//.test(j)&&(j="http://"+j),(c.isempty||c.test(i)||c.test(k))&&(f++,d+=e.resultTemplate({url:j,title:i,htitle:b(i),image:l,description:k,hdescription:b(k),static_url:e.renkan.options.static_url}))}),e.main_$.html(d),!c.isempty&&f?this.count_$.text(f).show():this.count_$.hide(),c.isempty||f?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.ResourceList.Bin.prototype.refresh=function(){this.data&&this.render()},Rkns.Wikipedia={},Rkns.Wikipedia.Search=function(a,b){this.renkan=a,this.lang=b.lang||"en"},Rkns.Wikipedia.Search.prototype.getBgClass=function(){return"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-"+this.lang},Rkns.Wikipedia.Search.prototype.getSearchTitle=function(){var a={fr:"French",en:"English",ja:"Japanese"};return a[this.lang]?this.renkan.translate("Wikipedia in ")+this.renkan.translate(a[this.lang]):this.renkan.translate("Wikipedia")+" ["+this.lang+"]"},Rkns.Wikipedia.Search.prototype.search=function(a){this.renkan.tabs.push(new Rkns.Wikipedia.Bin(this.renkan,{lang:this.lang,search:a}))},Rkns.Wikipedia.Bin=Rkns.Utils.inherit(Rkns._BaseBin),Rkns.Wikipedia.Bin.prototype.resultTemplate=renkanJST["templates/wikipedia-bin/resulttemplate.html"],Rkns.Wikipedia.Bin.prototype._init=function(a,b){this.renkan=a,this.search=b.search,this.lang=b.lang||"en",this.title_icon_$.addClass("Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-"+this.lang),this.title_$.html(this.search).addClass("Rk-Wikipedia-Title"),this.refresh()},Rkns.Wikipedia.Bin.prototype.render=function(a){function b(a){return d.replace(_(a).escape(),"<span class='searchmatch'>$1</span>")}var c=a||Rkns.Utils.regexpFromTextOrArray(),d=c.isempty?Rkns.Utils.regexpFromTextOrArray(this.search):c,e="",f=this,g=0;Rkns._.each(this.data.query.search,function(a){var d=a.title,h="http://"+f.lang+".wikipedia.org/wiki/"+encodeURI(d.replace(/ /g,"_")),i=Rkns.$("<div>").html(a.snippet).text();(c.isempty||c.test(d)||c.test(i))&&(g++,e+=f.resultTemplate({url:h,title:d,htitle:b(d),description:i,hdescription:b(i),static_url:f.renkan.options.static_url}))}),f.main_$.html(e),!c.isempty&&g?this.count_$.text(g).show():this.count_$.hide(),c.isempty||g?this.$.show():this.$.hide(),this.renkan.resizeBins()},Rkns.Wikipedia.Bin.prototype.refresh=function(){var a=this;Rkns.$.ajax({url:"http://"+a.lang+".wikipedia.org/w/api.php?action=query&list=search&srsearch="+encodeURIComponent(this.search)+"&format=json",dataType:"jsonp",success:function(b){a.data=b,a.render()}})},define("renderer/baserepresentation",["jquery","underscore"],function(a,b){"use strict";var c=function(a,c){if("undefined"!=typeof a&&(this.renderer=a,this.renkan=a.renkan,this.project=a.renkan.project,this.options=a.renkan.options,this.model=c,this.model)){var d=this;this._changeBinding=function(){d.redraw({change:!0})},this._removeBinding=function(){a.removeRepresentation(d),b.defer(function(){a.redraw()})},this._selectBinding=function(){d.select()},this._unselectBinding=function(){d.unselect()},this.model.on("change",this._changeBinding),
+this.model.on("remove",this._removeBinding),this.model.on("select",this._selectBinding),this.model.on("unselect",this._unselectBinding)}};return b(c.prototype).extend({_super:function(a){return c.prototype[a].apply(this,Array.prototype.slice.call(arguments,1))},redraw:function(){},moveTo:function(){},show:function(){return"BaseRepresentation.show"},hide:function(){},select:function(){this.model&&this.model.trigger("selected")},unselect:function(){this.model&&this.model.trigger("unselected")},highlight:function(){},unhighlight:function(){},mousedown:function(){},mouseup:function(){this.model&&this.model.trigger("clicked")},destroy:function(){this.model&&(this.model.off("change",this._changeBinding),this.model.off("remove",this._removeBinding),this.model.off("select",this._selectBinding),this.model.off("unselect",this._unselectBinding))}}).value(),c}),define("requtils",[],function(a,b){"use strict";return{getUtils:function(){return window.Rkns.Utils},getRenderer:function(){return window.Rkns.Renderer}}}),define("renderer/basebutton",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({moveTo:function(a){this.sector.moveTo(a)},show:function(){this.sector.show()},hide:function(){this.sector&&this.sector.hide()},select:function(){this.sector.select()},unselect:function(a){this.sector.unselect(),(!a||a!==this.source_representation&&a.source_representation!==this.source_representation)&&this.source_representation.unselect()},destroy:function(){this.sector.destroy()}}).value(),f}),define("renderer/shapebuilder",[],function(){"use strict";var a="M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z",b={circle:{getShape:function(){return new paper.Path.Circle([0,0],1)},getImageShape:function(a,b){return new paper.Path.Circle(a,b)}},rectangle:{getShape:function(){return new paper.Path.Rectangle([-2,-2],[2,2])},getImageShape:function(a,b){return new paper.Path.Rectangle([-b,-b],[2*b,2*b])}},ellipse:{getShape:function(){return new paper.Path.Ellipse(new paper.Rectangle([-2,-1],[2,1]))},getImageShape:function(a,b){return new paper.Path.Ellipse(new paper.Rectangle([-b,-b/2],[2*b,b]))}},polygon:{getShape:function(){return new paper.Path.RegularPolygon([0,0],6,1)},getImageShape:function(a,b){return new paper.Path.RegularPolygon(a,6,b)}},diamond:{getShape:function(){var a=new paper.Path.Rectangle([-Math.SQRT2,-Math.SQRT2],[Math.SQRT2,Math.SQRT2]);return a.rotate(45),a},getImageShape:function(a,b){var c=new paper.Path.Rectangle([-b*Math.SQRT2/2,-b*Math.SQRT2/2],[b*Math.SQRT2,b*Math.SQRT2]);return c.rotate(45),c}},star:{getShape:function(){return new paper.Path.Star([0,0],8,1,.7)},getImageShape:function(a,b){return new paper.Path.Star(a,8,1*b,.7*b)}},cloud:{getShape:function(){var b=new paper.Path(a);return b},getImageShape:function(b,c){var d=new paper.Path(a);return d.scale(c),d.translate(b),d}},triangle:{getShape:function(){return new paper.Path.RegularPolygon([0,0],3,1)},getImageShape:function(a,b){var c=new paper.Path.RegularPolygon([0,0],3,1);return c.scale(b),c.translate(a),c}},svg:function(a){return{getShape:function(){return new paper.Path(a)},getImageShape:function(a,b){return new paper.Path}}}},c=function(a){return(null===a||"undefined"==typeof a)&&(a="circle"),"svg:"===a.substr(0,4)?b.svg(a.substr(4)):(a in b||(a="circle"),b[a])};return c.builders=b,c}),define("renderer/noderepr",["jquery","underscore","requtils","renderer/baserepresentation","renderer/shapebuilder"],function(a,b,c,d,e){"use strict";var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){if(this.renderer.node_layer.activate(),this.type="Node",this.buildShape(),this.hidden=!1,this.ghost=!1,this.options.show_node_circles?(this.circle.strokeWidth=this.options.node_stroke_width,this.h_ratio=1):this.h_ratio=0,this.title=a('<div class="Rk-Label">').appendTo(this.renderer.labels_$),this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.NodeEditButton(this.renderer,null),new b.NodeRemoveButton(this.renderer,null),new b.NodeLinkButton(this.renderer,null),new b.NodeEnlargeButton(this.renderer,null),new b.NodeShrinkButton(this.renderer,null)],this.options.hide_nodes&&this.normal_buttons.push(new b.NodeHideButton(this.renderer,null),new b.NodeShowButton(this.renderer,null)),this.pending_delete_buttons=[new b.NodeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.last_circle_radius=1,this.renderer.minimap&&(this.renderer.minimap.node_layer.activate(),this.minimap_circle=new paper.Path.Circle([0,0],1),this.minimap_circle.__representation=this.renderer.minimap.miniframe.__representation,this.renderer.minimap.node_group.addChild(this.minimap_circle))},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.node_stroke_width+(a-1)*(this.options.node_stroke_max_width-this.options.node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_node_stroke_width+(a-1)*(this.options.selected_node_stroke_max_width-this.options.selected_node_stroke_width)/(this.options.node_stroke_witdh_scale-1)},buildShape:function(){"shape"in this.model.changed&&delete this.img,this.circle&&(this.circle.remove(),delete this.circle),this.shapeBuilder=new e(this.model.get("shape")),this.circle=this.shapeBuilder.getShape(),this.circle.__representation=this,this.circle.sendToBack(),this.last_circle_radius=1},redraw:function(a){"shape"in this.model.changed&&"change"in a&&a.change&&this.buildShape();var c=new paper.Point(this.model.get("position")),d=this.options.node_size_base*Math.exp((this.model.get("size")||0)*f._NODE_SIZE_STEP);this.is_dragging&&this.paper_coords||(this.paper_coords=this.renderer.toPaperCoords(c)),this.circle_radius=d*this.renderer.view.scale,this.last_circle_radius!==this.circle_radius&&(this.all_buttons.forEach(function(a){a.setSectorSize()}),this.circle.scale(this.circle_radius/this.last_circle_radius),this.node_image&&this.node_image.scale(this.circle_radius/this.last_circle_radius)),this.circle.position=this.paper_coords,this.node_image&&(this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius))),this.last_circle_radius=this.circle_radius;var e=this.active_buttons,g=1;this.model.get("delete_scheduled")?(g=.5,this.active_buttons=this.pending_delete_buttons,this.circle.dashArray=[2,2]):(g=1,this.active_buttons=this.normal_buttons,this.circle.dashArray=null),this.selected&&this.renderer.isEditable()&&!this.ghost&&(e!==this.active_buttons&&e.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.node_image&&(this.node_image.opacity=this.highlighted?.5*g:g-.01),this.circle.fillColor=this.highlighted?this.options.highlighted_node_fill_color:this.options.node_fill_color,this.circle.opacity=this.options.show_node_circles?g:.01;var h=this.model.get("title"),i=document.createElement("div");i.innerHTML=h;var j=i.textContent||i.innerText||"",k=j||this.renkan.translate(this.options.label_untitled_nodes)||"";k=f.shortenText(k,this.options.node_label_max_length),"object"==typeof this.highlighted?this.title.html(this.highlighted.replace(b(k).escape(),'<span class="Rk-Highlighted">$1</span>')):this.title.text(k);var l=this._getStrokeWidth();this.title.css({left:this.paper_coords.x,top:this.paper_coords.y+this.circle_radius*this.h_ratio+this.options.node_label_distance+.5*l,opacity:g});var m=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||f._USER_PLACEHOLDER(this.renkan)).get("color"),n=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.circle.strokeWidth=l,this.circle.strokeColor=m,this.circle.dashArray=n;var o=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(o)});var p=this.img;if(this.img=this.model.get("image"),this.img&&this.img!==p&&(this.showImage(),this.circle&&this.circle.sendToBack()),this.node_image&&!this.img&&(this.node_image.remove(),delete this.node_image),this.renderer.minimap){this.minimap_circle.fillColor=m;var q=this.renderer.toMinimapCoords(c),r=this.renderer.minimap.scale*d,s=new paper.Size([r,r]);this.minimap_circle.fitBounds(q.subtract(s),s.multiply(2))}if(!("undefined"!=typeof a&&"dontRedrawEdges"in a&&a.dontRedrawEdges)){var t=this;b.each(this.project.get("edges").filter(function(a){return a.get("to")===t.model||a.get("from")===t.model}),function(a,b,c){var d=t.renderer.getRepresentationByModel(a);d&&"undefined"!=typeof d.from_representation&&"undefined"!=typeof d.from_representation.paper_coords&&"undefined"!=typeof d.to_representation&&"undefined"!=typeof d.to_representation.paper_coords&&d.redraw()})}this.ghost?this.show(!0):this.hidden&&this.hide()},showImage:function(){var b=null;if("undefined"==typeof this.renderer.image_cache[this.img]?(b=new Image,this.renderer.image_cache[this.img]=b,b.src=this.img):b=this.renderer.image_cache[this.img],b.width){this.node_image&&this.node_image.remove(),this.renderer.node_layer.activate();var c=b.width,d=b.height,e=this.model.get("clip_path"),f="undefined"!=typeof e&&e,g=null,h=null,i=null;if(f){g=new paper.Path;var j=e.match(/[a-z][^a-z]+/gi)||[],k=[0,0],l=1/0,m=1/0,n=-(1/0),o=-(1/0),p=function(a,b){var e=a.slice(1).map(function(a,e){var f=parseFloat(a),g=e%2;return f=g?(f-.5)*d:(f-.5)*c,b&&(f+=k[g]),g?(m=Math.min(m,f),o=Math.max(o,f)):(l=Math.min(l,f),n=Math.max(n,f)),f});return k=e.slice(-2),e};j.forEach(function(a){var b=a.match(/([a-z]|[0-9.-]+)/gi)||[""];switch(b[0]){case"M":g.moveTo(p(b));break;case"m":g.moveTo(p(b,!0));break;case"L":g.lineTo(p(b));break;case"l":g.lineTo(p(b,!0));break;case"C":g.cubicCurveTo(p(b));break;case"c":g.cubicCurveTo(p(b,!0));break;case"Q":g.quadraticCurveTo(p(b));break;case"q":g.quadraticCurveTo(p(b,!0))}}),h=Math[this.options.node_images_fill_mode?"min":"max"](n-l,o-m)/2,i=new paper.Point((n+l)/2,(o+m)/2),this.options.show_node_circles||(this.h_ratio=(o-m)/(2*h))}else h=Math[this.options.node_images_fill_mode?"min":"max"](c,d)/2,i=new paper.Point(0,0),this.options.show_node_circles||(this.h_ratio=d/(2*h));var q=new paper.Raster(b);if(q.locked=!0,f&&(q=new paper.Group(g,q),q.opacity=.99,q.clipped=!0,g.__representation=this),this.options.clip_node_images){var r=this.shapeBuilder.getImageShape(i,h);q=new paper.Group(r,q),q.opacity=.99,q.clipped=!0,r.__representation=this}this.image_delta=i.divide(h),this.node_image=q,this.node_image.__representation=s,this.node_image.scale(this.circle_radius/h),this.node_image.position=this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius)),this.node_image.insertAbove(this.circle)}else{var s=this;a(b).on("load",function(){s.showImage()})}},paperShift:function(a){this.options.editor_mode?this.renkan.read_only||(this.is_dragging=!0,this.paper_coords=this.paper_coords.add(a),this.redraw()):this.renderer.view.paperShift(a)},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("NodeEditor",null);a.source_representation=this,a.draw()},select:function(){clearTimeout(this.hide_timeout),this.selected=!0,this.circle.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&!this.hidden&&this.active_buttons.forEach(function(a){a.show()});var b=this.model.get("uri");b&&a(".Rk-Bin-Item").each(function(){var c=a(this);c.attr("data-uri")===b&&c.addClass("selected")}),this.options.editor_mode||this.openEditor(),this.renderer.minimap&&(this.minimap_circle.strokeWidth=this.options.minimap_highlight_weight,this.minimap_circle.strokeColor=this.options.minimap_highlight_color),this.hidden?this.show(!0):this.showNeighbors(!0),this._super("select")},hideButtons:function(){this.all_buttons.forEach(function(a){a.hide()}),delete this.buttonTimeout},unselect:function(b){if(!b||b.source_representation!==this){this.selected=!1;var c=this;this.buttons_timeout=setTimeout(function(){c.hideButtons()},200),this.circle.strokeWidth=this._getStrokeWidth(),a(".Rk-Bin-Item").removeClass("selected"),this.renderer.minimap&&(this.minimap_circle.strokeColor=void 0),this.hidden?(this.renderer.removeRepresentationsOfType("editor"),this.hide()):this.hideNeighbors(!0),this._super("unselect")}},hide_delay:function(){var a=this;this.hide_timeout=setTimeout(function(){a.hide()},1e3)},hide:function(){var a=this;this.ghost=!1,this.hidden=!0,"undefined"!=typeof this.node_image&&(this.node_image.opacity=0),this.hideButtons(),this.circle.opacity=0,this.title.css("opacity",0),this.minimap_circle.opacity=0,b.each(this.project.get("edges").filter(function(b){return b.get("to")===a.model||b.get("from")===a.model}),function(b,c,d){var e=a.renderer.getRepresentationByModel(b);e&&"undefined"!=typeof e.from_representation&&"undefined"!=typeof e.from_representation.paper_coords&&"undefined"!=typeof e.to_representation&&"undefined"!=typeof e.to_representation.paper_coords&&e.hide()}),this.hideNeighbors(!1)},show:function(a){var c=this;this.ghost=a,this.ghost?("undefined"!=typeof this.node_image&&(this.node_image.opacity=this.options.ghost_opacity),this.circle.opacity=this.options.ghost_opacity,this.title.css("opacity",this.options.ghost_opacity),this.minimap_circle.opacity=this.options.ghost_opacity):(this.minimap_circle.opacity=1,this.hidden=!1,this.redraw()),b.each(this.project.get("edges").filter(function(a){return a.get("to")===c.model||a.get("from")===c.model}),function(a,b,d){var e=c.renderer.getRepresentationByModel(a);e&&"undefined"!=typeof e.from_representation&&"undefined"!=typeof e.from_representation.paper_coords&&"undefined"!=typeof e.to_representation&&"undefined"!=typeof e.to_representation.paper_coords&&e.show(c.ghost)})},hideNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b,d,e){var f=c.renderer.getRepresentationByModel(b.get("to"));f&&f.ghost&&(a?f.hide_delay():f.hide())})},showNeighbors:function(a){var c=this;b.each(this.project.get("edges").filter(function(a){return a.get("from")===c.model}),function(b,d,e){var f=c.renderer.getRepresentationByModel(b.get("to"));if(f&&f.hidden&&(f.show(a),!a)){var g=c.renderer.view.hiddenNodes.indexOf(f.model.id);-1!==g&&c.renderer.view.hiddenNodes.splice(g,1)}})},highlight:function(a){var b=a||!0;this.highlighted!==b&&(this.highlighted=b,this.redraw(),this.renderer.throttledPaperDraw())},unhighlight:function(){this.highlighted&&(this.highlighted=!1,this.redraw(),this.renderer.throttledPaperDraw())},saveCoords:function(){var a=this.renderer.toModelCoords(this.paper_coords),b={position:{x:a.x,y:a.y}};this.renderer.isEditable()&&this.model.set(b)},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){if(this.renderer.is_dragging&&this.renderer.isEditable())this.saveCoords();else if(this.hidden){var c=this.renderer.view.hiddenNodes.indexOf(this.model.id);-1!==c&&this.renderer.view.hiddenNodes.splice(c,1),this.show(!1),this.select()}else b||this.model.get("delete_scheduled")||this.openEditor(),this.model.trigger("clicked");this.renderer.click_target=null,this.renderer.is_dragging=!1,this.is_dragging=!1},destroy:function(a){this._super("destroy"),this.all_buttons.forEach(function(a){a.destroy()}),this.circle.remove(),this.title.remove(),this.renderer.minimap&&this.minimap_circle.remove(),this.node_image&&this.node_image.remove()}}).value(),g}),define("renderer/edge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){if(this.renderer.edge_layer.activate(),this.type="Edge",this.hidden=!1,this.ghost=!1,this.from_representation=this.renderer.getRepresentationByModel(this.model.get("from")),this.to_representation=this.renderer.getRepresentationByModel(this.model.get("to")),this.bundle=this.renderer.addToBundles(this),this.line=new paper.Path,this.line.add([0,0],[0,0],[0,0]),this.line.__representation=this,this.line.strokeWidth=this.options.edge_stroke_width,this.arrow_scale=1,this.arrow=new paper.Path,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.pivot=new paper.Point([this.options.edge_arrow_length/2,this.options.edge_arrow_width/2]),this.arrow.__representation=this,this.text=a('<div class="Rk-Label Rk-Edge-Label">').appendTo(this.renderer.labels_$),this.arrow_angle=0,this.options.editor_mode){var b=c.getRenderer();this.normal_buttons=[new b.EdgeEditButton(this.renderer,null),new b.EdgeRemoveButton(this.renderer,null)],this.pending_delete_buttons=[new b.EdgeRevertButton(this.renderer,null)],this.all_buttons=this.normal_buttons.concat(this.pending_delete_buttons);for(var d=0;d<this.all_buttons.length;d++)this.all_buttons[d].source_representation=this;this.active_buttons=[]}else this.active_buttons=this.all_buttons=[];this.renderer.minimap&&(this.renderer.minimap.edge_layer.activate(),this.minimap_line=new paper.Path,this.minimap_line.add([0,0],[0,0]),this.minimap_line.__representation=this.renderer.minimap.miniframe.__representation,this.minimap_line.strokeWidth=1)},_getStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.edge_stroke_width+(a-1)*(this.options.edge_stroke_max_width-this.options.edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getSelectedStrokeWidth:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return this.options.selected_edge_stroke_width+(a-1)*(this.options.selected_edge_stroke_max_width-this.options.selected_edge_stroke_width)/(this.options.edge_stroke_witdh_scale-1)},_getArrowScale:function(){var a=this.model.has("style")&&this.model.get("style").thickness||1;return 1+(a-1)*(this.options.edge_arrow_max_width/this.options.edge_arrow_width-1)/(this.options.edge_stroke_witdh_scale-1)},redraw:function(){var a=this.model.get("from"),b=this.model.get("to");if(a&&b&&(!this.hidden||this.ghost)){if(this.from_representation=this.renderer.getRepresentationByModel(a),this.to_representation=this.renderer.getRepresentationByModel(b),"undefined"==typeof this.from_representation||"undefined"==typeof this.to_representation||this.from_representation.hidden&&!this.from_representation.ghost||this.to_representation.hidden&&!this.to_representation.ghost)return void this.hide();var c,d=this._getStrokeWidth(),f=this._getArrowScale(),g=this.from_representation.paper_coords,h=this.to_representation.paper_coords,i=h.subtract(g),j=i.length,k=i.divide(j),l=new paper.Point([-k.y,k.x]),m=this.bundle.getPosition(this),n=l.multiply(this.options.edge_gap_in_bundles*m),o=g.add(n),p=h.add(n),q=i.angle,r=l.multiply(this.options.edge_label_distance+.5*f*this.options.edge_arrow_width),s=i.divide(3),t=this.model.has("style")&&this.model.get("style").color||(this.model.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),u=this.model.has("style")&&this.model.get("style").dash?this.options.default_dash_array:null;this.model.get("delete_scheduled")||this.from_representation.model.get("delete_scheduled")||this.to_representation.model.get("delete_scheduled")?(c=.5,this.line.dashArray=[2,2]):(c=this.ghost?this.options.ghost_opacity:1,this.line.dashArray=null);var v=this.active_buttons;this.arrow.visible=this.model.has("style")&&this.model.get("style").arrow||!this.model.has("style")||"undefined"==typeof this.model.get("style").arrow,this.active_buttons=this.model.get("delete_scheduled")?this.pending_delete_buttons:this.normal_buttons,this.selected&&this.renderer.isEditable()&&v!==this.active_buttons&&(v.forEach(function(a){a.hide()}),this.active_buttons.forEach(function(a){a.show()})),this.paper_coords=o.add(p).divide(2),this.line.strokeWidth=d,this.line.strokeColor=t,this.line.dashArray=u,this.line.opacity=c,this.line.segments[0].point=g,this.line.segments[1].point=this.paper_coords,this.line.segments[1].handleIn=s.multiply(-1),this.line.segments[1].handleOut=s,this.line.segments[2].point=h,this.arrow.scale(f/this.arrow_scale),this.arrow_scale=f,this.arrow.fillColor=t,this.arrow.opacity=c,this.arrow.rotate(q-this.arrow_angle,this.arrow.bounds.center),this.arrow.position=this.paper_coords,this.arrow_angle=q,q>90&&(q-=180,r=r.multiply(-1)),-90>q&&(q+=180,r=r.multiply(-1));var w=this.model.get("title")||this.renkan.translate(this.options.label_untitled_edges)||"";w=e.shortenText(w,this.options.node_label_max_length),this.text.text(w);var x=this.paper_coords.add(r);this.text.css({left:x.x,top:x.y,transform:"rotate("+q+"deg)","-moz-transform":"rotate("+q+"deg)","-webkit-transform":"rotate("+q+"deg)",opacity:c}),this.text_angle=q;var y=this.paper_coords;this.all_buttons.forEach(function(a){a.moveTo(y)}),this.renderer.minimap&&(this.minimap_line.strokeColor=t,this.minimap_line.segments[0].point=this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get("position"))),this.minimap_line.segments[1].point=this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get("position"))))}},hide:function(){this.hidden=!0,this.ghost=!1,this.text.hide(),this.line.visible=!1,this.arrow.visible=!1,this.minimap_line.visible=!1},show:function(a){this.ghost=a,this.ghost?(this.text.css("opacity",.3),this.line.opacity=.3,this.arrow.opacity=.3,this.minimap_line.opacity=.3):(this.hidden=!1,this.text.css("opacity",1),this.line.opacity=1,this.arrow.opacity=1,this.minimap_line.opacity=1),this.text.show(),this.line.visible=!0,this.arrow.visible=!0,this.minimap_line.visible=!0,this.redraw()},openEditor:function(){this.renderer.removeRepresentationsOfType("editor");var a=this.renderer.addRepresentation("EdgeEditor",null);a.source_representation=this,a.draw()},select:function(){this.selected=!0,this.line.strokeWidth=this._getSelectedStrokeWidth(),this.renderer.isEditable()&&this.active_buttons.forEach(function(a){a.show()}),this.options.editor_mode||this.openEditor(),this._super("select")},unselect:function(a){a&&a.source_representation===this||(this.selected=!1,this.options.editor_mode&&this.all_buttons.forEach(function(a){a.hide()}),this.hidden&&this.renderer.removeRepresentationsOfType("editor"),this.line.strokeWidth=this._getStrokeWidth(),this._super("unselect"))},mousedown:function(a,b){b&&(this.renderer.unselectAll(),this.select())},mouseup:function(a,b){!this.renkan.read_only&&this.renderer.is_dragging?(this.from_representation.saveCoords(),this.to_representation.saveCoords(),this.from_representation.is_dragging=!1,this.to_representation.is_dragging=!1):(b||this.openEditor(),this.model.trigger("clicked")),this.renderer.click_target=null,this.renderer.is_dragging=!1},paperShift:function(a){this.options.editor_mode?this.options.read_only||(this.from_representation.paperShift(a),this.to_representation.paperShift(a)):this.renderer.paperShift(a)},destroy:function(){this._super("destroy"),this.line.remove(),this.arrow.remove(),this.text.remove(),this.renderer.minimap&&this.minimap_line.remove(),this.all_buttons.forEach(function(a){a.destroy()});var a=this;this.bundle.edges=b.reject(this.bundle.edges,function(b){return a===b})}}).value(),f}),define("renderer/tempedge",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.edge_layer.activate(),this.type="Temp-edge";var a=(this.project.get("users").get(this.renkan.current_user)||e._USER_PLACEHOLDER(this.renkan)).get("color");this.line=new paper.Path,this.line.strokeColor=a,this.line.dashArray=[4,2],this.line.strokeWidth=this.options.selected_edge_stroke_width,this.line.add([0,0],[0,0]),this.line.__representation=this,this.arrow=new paper.Path,this.arrow.fillColor=a,this.arrow.add([0,0],[this.options.edge_arrow_length,this.options.edge_arrow_width/2],[0,this.options.edge_arrow_width]),this.arrow.__representation=this,this.arrow_angle=0},redraw:function(){var a=this.from_representation.paper_coords,b=this.end_pos,c=b.subtract(a).angle,d=a.add(b).divide(2);this.line.segments[0].point=a,this.line.segments[1].point=b,this.arrow.rotate(c-this.arrow_angle),this.arrow.position=d,this.arrow_angle=c},paperShift:function(a){if(!this.renderer.isEditable())return this.renderer.removeRepresentation(_this),void paper.view.draw();this.end_pos=this.end_pos.add(a);var b=paper.project.hitTest(this.end_pos);this.renderer.findTarget(b),this.redraw()},mouseup:function(a,b){var c=paper.project.hitTest(a.point),d=this.from_representation.model,f=!0;if(c&&"undefined"!=typeof c.item.__representation){var g=c.item.__representation;if("Node"===g.type.substr(0,4)){var h=g.model||g.source_representation.model;if(d!==h){var i={id:e.getUID("edge"),created_by:this.renkan.current_user,from:d,to:h};this.renderer.isEditable()&&this.project.addEdge(i)}}(d===g.model||g.source_representation&&g.source_representation.model===d)&&(f=!1,this.renderer.is_dragging=!0)}f&&(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentation(this),paper.view.draw())},destroy:function(){this.arrow.remove(),this.line.remove()}}).value(),f}),define("renderer/baseeditor",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.renderer.buttons_layer.activate(),this.type="editor",this.editor_block=new paper.Path;var c=b.map(b.range(8),function(){return[0,0]});this.editor_block.add.apply(this.editor_block,c),this.editor_block.strokeWidth=this.options.tooltip_border_width,this.editor_block.strokeColor=this.options.tooltip_border_color,this.editor_block.opacity=this.options.tooltip_opacity,this.editor_$=a("<div>").appendTo(this.renderer.editor_$).css({position:"absolute",opacity:this.options.tooltip_opacity}).hide()},destroy:function(){this.editor_block.remove(),this.editor_$.remove()}}).value(),f}),define("renderer/nodeeditor",["jquery","underscore","requtils","renderer/baseeditor","renderer/shapebuilder","ckeditor-jquery"],function(a,b,c,d,e){"use strict";var f=c.getUtils(),g=f.inherit(d);return b(g.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/nodeeditor.html"],this.readOnlyTemplate=this.options.node_editor_templates},draw:function(){var c=this.source_representation.model,d=c.get("created_by")||f._USER_PLACEHOLDER(this.renkan),g=this.renderer.isEditable()?this.template:this.readOnlyTemplate[c.get("type")]||this.readOnlyTemplate["default"],h=this.options.static_url+"img/image-placeholder.png",i=c.get("size")||0;this.editor_$.html(g({node:{_id:c.get("_id"),has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),type:c.get("type")||"default",short_uri:f.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),image:c.get("image")||"",image_placeholder:h,color:c.has("style")&&c.get("style").color||d.get("color"),thickness:c.has("style")&&c.get("style").thickness||1,dash:c.has("style")&&c.get("style").dash?"checked":"",clip_path:c.get("clip_path")||!1,created_by_color:d.get("color"),created_by_title:d.get("title"),size:(i>0?"+":"")+i,shape:c.get("shape")||"circle"},renkan:this.renkan,options:this.options,shortenText:f.shortenText,shapes:b(e.builders).omit("svg").keys().value(),types:b(this.options.node_editor_templates).keys().value()})),this.redraw();var j=this,k=j.options.show_node_editor_description_richtext?a(".Rk-Edit-Description").ckeditor(j.options.richtext_editor_config):!1,l=j.options.show_node_editor_title_richtext?a(".Rk-Edit-Title").ckeditor(j.options.richtext_editor_config):!1,m=function(){j.renderer.removeRepresentation(j),paper.view.draw()};if(j.cleanEditor=function(){if(j.editor_$.off("keyup"),j.editor_$.find("input, textarea, select").off("change keyup paste"),j.editor_$.find(".Rk-Edit-Image-File").off("change"),j.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").off("hover"),j.editor_$.find(".Rk-Edit-Size-Btn").off("click"),j.editor_$.find(".Rk-Edit-Image-Del").off("click"),j.editor_$.find(".Rk-Edit-ColorPicker").find("li").off("hover click"),j.editor_$.find(".Rk-CloseX").off("click"),j.editor_$.find(".Rk-Edit-Goto").off("click"),j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor){var a=k.editor;delete k.editor,a.focusManager.blur(!0),a.destroy()}if(j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor){var b=l.editor;delete l.editor,b.focusManager.blur(!0),b.destroy()}},this.editor_$.find(".Rk-CloseX").click(function(a){a.preventDefault(),m()}),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var n=b.throttle(function(){b.defer(function(){if(j.renderer.isEditable()){var a={};if(j.options.show_node_editor_uri&&(a.uri=j.editor_$.find(".Rk-Edit-URI").val(),j.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#")),j.options.show_node_editor_image&&(a.image=j.editor_$.find(".Rk-Edit-Image").val(),j.editor_$.find(".Rk-Edit-ImgPreview").attr("src",a.image||h)),j.options.show_node_editor_description&&(j.options.show_node_editor_description_richtext?"undefined"!=typeof k.editor&&k.editor.checkDirty()&&(a.description=k.editor.getData(),k.editor.resetDirty()):a.description=j.editor_$.find(".Rk-Edit-Description").val()),j.options.show_node_editor_title&&(j.options.show_node_editor_title_richtext?"undefined"!=typeof l.editor&&l.editor.checkDirty()&&(a.title=l.editor.getData(),l.editor.resetDirty()):a.title=j.editor_$.find(".Rk-Edit-Title").val()),j.options.show_node_editor_style){var d=j.editor_$.find(".Rk-Edit-Dash").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d})}j.options.change_shapes&&c.get("shape")!==j.editor_$.find(".Rk-Edit-Shape").val()&&(a.shape=j.editor_$.find(".Rk-Edit-Shape").val()),j.options.change_types&&c.get("type")!==j.editor_$.find(".Rk-Edit-Type").val()&&(a.type=j.editor_$.find(".Rk-Edit-Type").val()),c.set(a),j.redraw()}else m()})},1e3);this.editor_$.on("keyup",function(a){27===a.keyCode&&m()}),this.editor_$.find("input, textarea, select").on("change keyup paste",n),j.options.show_node_editor_description&&j.options.show_node_editor_description_richtext&&"undefined"!=typeof k.editor&&(k.editor.on("change",n),
+k.editor.on("blur",n)),j.options.show_node_editor_title&&j.options.show_node_editor_title_richtext&&"undefined"!=typeof l.editor&&(l.editor.on("change",n),l.editor.on("blur",n)),j.options.allow_image_upload&&this.editor_$.find(".Rk-Edit-Image-File").change(function(){if(this.files.length){var a=this.files[0],b=new FileReader;if("image"!==a.type.substr(0,5))return void alert(j.renkan.translate("This file is not an image"));if(a.size>1024*j.options.uploaded_image_max_kb)return void alert(j.renkan.translate("Image size must be under ")+j.options.uploaded_image_max_kb+j.renkan.translate("KB"));b.onload=function(a){j.editor_$.find(".Rk-Edit-Image").val(a.target.result),n()},b.readAsDataURL(a)}}),this.editor_$.find(".Rk-Edit-Title")[0].focus();var o=j.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),o.show()},function(a){a.preventDefault(),o.hide()}),o.find("li").hover(function(b){b.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),j.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||f._USER_PLACEHOLDER(j.renkan)).get("color"))}).click(function(d){d.preventDefault(),j.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),o.hide(),paper.view.draw()):m()});var p=function(a){if(j.renderer.isEditable()){var b=a+(c.get("size")||0);j.editor_$.find("#Rk-Edit-Size-Value").text((b>0?"+":"")+b),c.set("size",b),paper.view.draw()}else m()};this.editor_$.find("#Rk-Edit-Size-Down").click(function(){return p(-1),!1}),this.editor_$.find("#Rk-Edit-Size-Up").click(function(){return p(1),!1});var q=function(a){if(j.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>j.options.node_stroke_witdh_scale&&(e=j.options.node_stroke_witdh_scale),e!==d&&(j.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else m()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return q(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return q(1),!1}),this.editor_$.find(".Rk-Edit-Image-Del").click(function(){return j.editor_$.find(".Rk-Edit-Image").val(""),n(),!1})}else if("object"==typeof this.source_representation.highlighted){var r=this.source_representation.highlighted.replace(b(c.get("title")).escape(),'<span class="Rk-Highlighted">$1</span>');this.editor_$.find(".Rk-Display-Title"+(c.get("uri")?" a":"")).html(r),this.options.show_node_tooltip_description&&this.editor_$.find(".Rk-Display-Description").html(this.source_representation.highlighted.replace(b(c.get("description")).escape(),'<span class="Rk-Highlighted">$1</span>'))}this.editor_$.find("img").load(function(){j.redraw()})},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;f.drawEditBox(this.options,a,this.editor_block,.75*this.source_representation.circle_radius,this.editor_$)}this.editor_$.show(),paper.view.draw()},destroy:function(){"undefined"!=typeof this.cleanEditor&&this.cleanEditor(),this.editor_block.remove(),this.editor_$.remove()}}).value(),g}),define("renderer/edgeeditor",["jquery","underscore","requtils","renderer/baseeditor"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){d.prototype._init.apply(this),this.template=this.options.templates["templates/edgeeditor.html"],this.readOnlyTemplate=this.options.templates["templates/edgeeditor_readonly.html"]},draw:function(){var c=this.source_representation.model,d=c.get("from"),f=c.get("to"),g=c.get("created_by")||e._USER_PLACEHOLDER(this.renkan),h=this.renderer.isEditable()?this.template:this.readOnlyTemplate;this.editor_$.html(h({edge:{has_creator:!!c.get("created_by"),title:c.get("title"),uri:c.get("uri"),short_uri:e.shortenText((c.get("uri")||"").replace(/^(https?:\/\/)?(www\.)?/,"").replace(/\/$/,""),40),description:c.get("description"),color:c.has("style")&&c.get("style").color||g.get("color"),dash:c.has("style")&&c.get("style").dash?"checked":"",arrow:c.has("style")&&c.get("style").arrow||!c.has("style")||"undefined"==typeof c.get("style").arrow?"checked":"",thickness:c.has("style")&&c.get("style").thickness||1,from_title:d.get("title"),to_title:f.get("title"),from_color:d.has("style")&&d.get("style").color||(d.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),to_color:f.has("style")&&f.get("style").color||(f.get("created_by")||e._USER_PLACEHOLDER(this.renkan)).get("color"),created_by_color:g.get("color"),created_by_title:g.get("title")},renkan:this.renkan,shortenText:e.shortenText,options:this.options})),this.redraw();var i=this,j=function(){i.renderer.removeRepresentation(i),i.editor_$.find(".Rk-Edit-Size-Btn").off("click"),paper.view.draw()};if(this.editor_$.find(".Rk-CloseX").click(j),this.editor_$.find(".Rk-Edit-Goto").click(function(){return c.get("uri")?void 0:!1}),this.renderer.isEditable()){var k=b.throttle(function(){b.defer(function(){if(i.renderer.isEditable()){var a={title:i.editor_$.find(".Rk-Edit-Title").val()};if(i.options.show_edge_editor_uri&&(a.uri=i.editor_$.find(".Rk-Edit-URI").val()),i.options.show_node_editor_style){var d=i.editor_$.find(".Rk-Edit-Dash").is(":checked"),e=i.editor_$.find(".Rk-Edit-Arrow").is(":checked");a.style=b.assign(c.has("style")&&b.clone(c.get("style"))||{},{dash:d,arrow:e})}i.editor_$.find(".Rk-Edit-Goto").attr("href",a.uri||"#"),c.set(a),paper.view.draw()}else j()})},500);this.editor_$.on("keyup",function(a){27===a.keyCode&&j()}),this.editor_$.find("input").on("keyup change paste",k),this.editor_$.find(".Rk-Edit-Vocabulary").change(function(){var b=a(this),c=b.val();c&&(i.editor_$.find(".Rk-Edit-Title").val(b.find(":selected").text()),i.editor_$.find(".Rk-Edit-URI").val(c),k())}),this.editor_$.find(".Rk-Edit-Direction").click(function(){i.renderer.isEditable()?(c.set({from:c.get("to"),to:c.get("from")}),i.draw()):j()});var l=i.editor_$.find(".Rk-Edit-ColorPicker");this.editor_$.find(".Rk-Edit-ColorPicker-Wrapper").hover(function(a){a.preventDefault(),l.show()},function(a){a.preventDefault(),l.hide()}),l.find("li").hover(function(b){b.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",a(this).attr("data-color"))},function(a){a.preventDefault(),i.editor_$.find(".Rk-Edit-Color").css("background",c.has("style")&&c.get("style").color||(c.get("created_by")||e._USER_PLACEHOLDER(i.renkan)).get("color"))}).click(function(d){d.preventDefault(),i.renderer.isEditable()?(c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{color:a(this).attr("data-color")})),l.hide(),paper.view.draw()):j()});var m=function(a){if(i.renderer.isEditable()){var d=c.has("style")&&c.get("style").thickness||1,e=a+d;1>e?e=1:e>i.options.node_stroke_witdh_scale&&(e=i.options.node_stroke_witdh_scale),e!==d&&(i.editor_$.find("#Rk-Edit-Thickness-Value").text(e),c.set("style",b.assign(c.has("style")&&b.clone(c.get("style"))||{},{thickness:e})),paper.view.draw())}else j()};this.editor_$.find("#Rk-Edit-Thickness-Down").click(function(){return m(-1),!1}),this.editor_$.find("#Rk-Edit-Thickness-Up").click(function(){return m(1),!1})}},redraw:function(){if(this.options.popup_editor){var a=this.source_representation.paper_coords;e.drawEditBox(this.options,a,this.editor_block,5,this.editor_$)}this.editor_$.show(),paper.view.draw()}}).value(),f}),define("renderer/nodebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({setSectorSize:function(){var a=this.source_representation.circle_radius;a!==this.lastSectorInner&&(this.sector&&this.sector.destroy(),this.sector=this.renderer.drawSector(this,1+a,e._NODE_BUTTON_WIDTH+a,this.startAngle,this.endAngle,1,this.imageName,this.renkan.translate(this.text)),this.lastSectorInner=a)},unselect:function(){d.prototype.unselect.apply(this,Array.prototype.slice.call(arguments,1)),this.source_representation&&this.source_representation.buttons_timeout&&(clearTimeout(this.source_representation.buttons_timeout),this.source_representation.hideButtons())},select:function(){this.source_representation&&this.source_representation.buttons_timeout&&clearTimeout(this.source_representation.buttons_timeout),this.sector.select()}}).value(),f}),define("renderer/nodeeditbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-edit-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-125:-135,this.endAngle=this.options.hide_nodes?-55:-45,this.imageName="edit",this.text="Edit"},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/noderemovebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-remove-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-10:0,this.endAngle=this.options.hide_nodes?45:90,this.imageName="remove",this.text="Remove"},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove node ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeNode(this.source_representation.model)}}).value(),f}),define("renderer/nodehidebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-hide-button",this.lastSectorInner=0,this.startAngle=45,this.endAngle=90,this.imageName="hide",this.text="Hide"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.renderer.view.addHiddenNode(this.source_representation.model)}}).value(),f}),define("renderer/nodeshowbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-show-button",this.lastSectorInner=0,this.startAngle=90,this.endAngle=135,this.imageName="show",this.text="Show"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable()&&this.source_representation.showNeighbors(!1)}}).value(),f}),define("renderer/noderevertbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-revert-button",this.lastSectorInner=0,this.startAngle=-135,this.endAngle=135,this.imageName="revert",this.text="Cancel deletion"},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/nodelinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-link-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?135:90,this.endAngle=this.options.hide_nodes?190:180,this.imageName="link",this.text="Link to another node"},mousedown:function(a,b){if(this.renderer.isEditable()){var c=this.renderer.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]);this.renderer.click_target=null,this.renderer.removeRepresentationsOfType("editor"),this.renderer.addTempEdge(this.source_representation,d)}}}).value(),f}),define("renderer/nodeenlargebutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-enlarge-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-55:-45,this.endAngle=this.options.hide_nodes?-10:0,this.imageName="enlarge",this.text="Enlarge"},mouseup:function(){var a=1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/nodeshrinkbutton",["jquery","underscore","requtils","renderer/nodebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Node-shrink-button",this.lastSectorInner=0,this.startAngle=this.options.hide_nodes?-170:-180,this.endAngle=this.options.hide_nodes?-125:-135,this.imageName="shrink",this.text="Shrink"},mouseup:function(){var a=-1+(this.source_representation.model.get("size")||0);this.source_representation.model.set("size",a),this.source_representation.select(),this.select(),paper.view.draw()}}).value(),f}),define("renderer/edgeeditbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-edit-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-270,-90,1,"edit",this.renkan.translate("Edit"))},mouseup:function(){this.renderer.is_dragging||this.source_representation.openEditor()}}).value(),f}),define("renderer/edgeremovebutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-remove-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-90,90,1,"remove",this.renkan.translate("Remove"))},mouseup:function(){if(this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.removeRepresentationsOfType("editor"),this.renderer.isEditable())if(this.options.element_delete_delay){var a=e.getUID("delete");this.renderer.delete_list.push({id:a,time:(new Date).valueOf()+this.options.element_delete_delay}),this.source_representation.model.set("delete_scheduled",a)}else confirm(this.renkan.translate("Do you really wish to remove edge ")+'"'+this.source_representation.model.get("title")+'"?')&&this.project.removeEdge(this.source_representation.model)}}).value(),f}),define("renderer/edgerevertbutton",["jquery","underscore","requtils","renderer/basebutton"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){this.type="Edge-revert-button",this.sector=this.renderer.drawSector(this,e._EDGE_BUTTON_INNER,e._EDGE_BUTTON_OUTER,-135,135,1,"revert",this.renkan.translate("Cancel deletion"))},mouseup:function(){this.renderer.click_target=null,this.renderer.is_dragging=!1,this.renderer.isEditable()&&this.source_representation.model.unset("delete_scheduled")}}).value(),f}),define("renderer/miniframe",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({paperShift:function(a){this.renderer.offset=this.renderer.offset.subtract(a.divide(this.renderer.minimap.scale).multiply(this.renderer.scale)),this.renderer.redraw()},mouseup:function(a){this.renderer.click_target=null,this.renderer.is_dragging=!1}}).value(),f}),define("renderer/scene",["jquery","underscore","filesaver","requtils","renderer/miniframe"],function(a,b,c,d,e){"use strict";var f=d.getUtils(),g=function(c){this.renkan=c,this.$=a(".Rk-Render"),this.representations=[],this.$.html(c.options.templates["templates/scene.html"](c)),this.onStatusChange(),this.canvas_$=this.$.find(".Rk-Canvas"),this.labels_$=this.$.find(".Rk-Labels"),c.options.popup_editor?this.editor_$=this.$.find(".Rk-Editor"):this.editor_$=a("#"+c.options.editor_panel),this.notif_$=this.$.find(".Rk-Notifications"),paper.setup(this.canvas_$[0]),this.totalScroll=0,this.mouse_down=!1,this.click_target=null,this.selected_target=null,this.edge_layer=new paper.Layer,this.node_layer=new paper.Layer,this.buttons_layer=new paper.Layer,this.delete_list=[],this.redrawActive=!0,c.options.show_minimap&&(this.minimap={background_layer:new paper.Layer,edge_layer:new paper.Layer,node_layer:new paper.Layer,node_group:new paper.Group,size:new paper.Size(c.options.minimap_width,c.options.minimap_height)},this.minimap.background_layer.activate(),this.minimap.topleft=paper.view.bounds.bottomRight.subtract(this.minimap.size),this.minimap.rectangle=new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]),this.minimap.size.add([4,4])),this.minimap.rectangle.fillColor=c.options.minimap_background_color,this.minimap.rectangle.strokeColor=c.options.minimap_border_color,this.minimap.rectangle.strokeWidth=4,this.minimap.offset=new paper.Point(this.minimap.size.divide(2)),this.minimap.scale=.1,this.minimap.node_layer.activate(),this.minimap.cliprectangle=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.cliprectangle),this.minimap.node_group.clipped=!0,this.minimap.miniframe=new paper.Path.Rectangle(this.minimap.topleft,this.minimap.size),this.minimap.node_group.addChild(this.minimap.miniframe),this.minimap.miniframe.fillColor="#c0c0ff",this.minimap.miniframe.opacity=.3,this.minimap.miniframe.strokeColor="#000080",this.minimap.miniframe.strokeWidth=2,this.minimap.miniframe.__representation=new e(this,null)),this.throttledPaperDraw=b(function(){paper.view.draw()}).throttle(100).value(),this.bundles=[],this.click_mode=!1;var d=this,g=!0,h=1,i=!1,j=0,k=0,l=0;this.image_cache={},this.icon_cache={},["edit","remove","hide","show","link","enlarge","shrink","revert"].forEach(function(a){var b=new Image;b.src=c.options.static_url+"img/"+a+".png",d.icon_cache[a]=b});var m=b.throttle(function(a,b){d.onMouseMove(a,b)},f._MOUSEMOVE_RATE);this.canvas_$.on({mousedown:function(a){a.preventDefault(),d.onMouseDown(a,!1)},mousemove:function(a){a.preventDefault(),m(a,!1)},mouseup:function(a){a.preventDefault(),d.onMouseUp(a,!1)},mousewheel:function(a,b){c.options.zoom_on_scroll&&(a.preventDefault(),g&&d.onScroll(a,b))},touchstart:function(a){a.preventDefault();var b=a.originalEvent.touches[0];c.options.allow_double_click&&new Date-l<f._DOUBLETAP_DELAY&&Math.pow(j-b.pageX,2)+Math.pow(k-b.pageY,2)<f._DOUBLETAP_DISTANCE?(l=0,d.onDoubleClick(b)):(l=new Date,j=b.pageX,k=b.pageY,h=d.view.scale,i=!1,d.onMouseDown(b,!0))},touchmove:function(a){if(a.preventDefault(),l=0,1===a.originalEvent.touches.length)d.onMouseMove(a.originalEvent.touches[0],!0);else{if(i||(d.onMouseUp(a.originalEvent.touches[0],!0),d.click_target=null,d.is_dragging=!1,i=!0),"undefined"===a.originalEvent.scale)return;var b=a.originalEvent.scale*h,c=b/d.view.scale,e=new paper.Point([d.canvas_$.width(),d.canvas_$.height()]).multiply(.5*(1-c)).add(d.view.offset.multiply(c));d.view.setScale(b,e)}},touchend:function(a){a.preventDefault(),d.onMouseUp(a.originalEvent.changedTouches[0],!0)},dblclick:function(a){a.preventDefault(),c.options.allow_double_click&&d.onDoubleClick(a)},mouseleave:function(a){a.preventDefault(),d.click_target=null,d.is_dragging=!1},dragover:function(a){a.preventDefault()},dragenter:function(a){a.preventDefault(),g=!1},dragleave:function(a){a.preventDefault(),g=!0},drop:function(a){a.preventDefault(),g=!0;var c={};b.each(a.originalEvent.dataTransfer.types,function(b){try{c[b]=a.originalEvent.dataTransfer.getData(b)}catch(d){}});var e=a.originalEvent.dataTransfer.getData("Text");if("string"==typeof e)switch(e[0]){case"{":case"[":try{var f=JSON.parse(e);b.extend(c,f)}catch(h){c["text/plain"]||(c["text/plain"]=e)}break;case"<":c["text/html"]||(c["text/html"]=e);break;default:c["text/plain"]||(c["text/plain"]=e)}var i=a.originalEvent.dataTransfer.getData("URL");i&&!c["text/uri-list"]&&(c["text/uri-list"]=i),d.dropData(c,a.originalEvent)}});var n=function(a,b){d.$.find(a).click(function(a){return d[b](a),!1})};this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show(),this.$.find(".Rk-CurrentUser").mouseenter(function(){d.$.find(".Rk-UserList").slideDown()}),this.$.find(".Rk-Users").mouseleave(function(){d.$.find(".Rk-UserList").slideUp()}),n(".Rk-FullScreen-Button","fullScreen"),n(".Rk-AddNode-Button","addNodeBtn"),n(".Rk-AddEdge-Button","addEdgeBtn"),n(".Rk-Save-Button","save"),n(".Rk-Open-Button","open"),n(".Rk-Export-Button","exportProject"),this.$.find(".Rk-Bookmarklet-Button").attr("href","javascript:"+f._BOOKMARKLET_CODE(c)).click(function(){return d.notif_$.text(c.translate("Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.")).fadeIn().delay(5e3).fadeOut(),!1}),this.$.find(".Rk-TopBar-Button").mouseover(function(){a(this).find(".Rk-TopBar-Tooltip").show()}).mouseout(function(){a(this).find(".Rk-TopBar-Tooltip").hide()}),n(".Rk-Fold-Bins","foldBins"),paper.view.onResize=function(a){var b,c=a.width,e=a.height;d.minimap&&(d.minimap.topleft=paper.view.bounds.bottomRight.subtract(d.minimap.size),d.minimap.rectangle.fitBounds(d.minimap.topleft.subtract([2,2]),d.minimap.size.add([4,4])),d.minimap.cliprectangle.fitBounds(d.minimap.topleft,d.minimap.size));var f=e/(e-a.delta.height),g=c/(c-a.delta.width);b=c>e?f:g,d.view.resizeZoom(g,f,b),d.redraw()};var o=b.throttle(function(){d.redraw()},50);this.addRepresentations("Node",this.renkan.project.get("nodes")),this.addRepresentations("Edge",this.renkan.project.get("edges")),this.renkan.project.on("change:title",function(){d.$.find(".Rk-PadTitle").val(c.project.get("title"))}),this.$.find(".Rk-PadTitle").on("keyup input paste",function(){c.project.set({title:a(this).val()})});var p=b.throttle(function(){d.redrawUsers()},100);if(p(),this.renkan.project.on("change:saveStatus",function(){switch(d.renkan.project.get("saveStatus")){case 0:d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("saved");break;case 1:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("saving"),d.$.find(".Rk-Save-Button").addClass("to-save");break;case 2:d.$.find(".Rk-Save-Button").removeClass("saved"),d.$.find(".Rk-Save-Button").removeClass("to-save"),d.$.find(".Rk-Save-Button").addClass("saving")}}),this.renkan.project.on("change:loadingStatus",function(){if(d.renkan.project.get("loadingStatus")){d.$.find(".loader").addClass("run"),setTimeout(function(){d.$.find(".loader").hide(250)},3e3)}else Backbone.history.start(),o()}),this.renkan.project.on("add:users remove:users",p),this.renkan.project.on("add:views remove:views",function(a){d.renkan.project.get("views").length>0?d.$.find(".Rk-ZoomSetSaved").show():d.$.find(".Rk-ZoomSetSaved").hide()}),this.renkan.project.on("add:nodes",function(a){d.addRepresentation("Node",a),d.renkan.project.get("loadingStatus")||o()}),this.renkan.project.on("add:edges",function(a){d.addRepresentation("Edge",a),d.renkan.project.get("loadingStatus")||o()}),this.renkan.project.on("change:title",function(a,b){var c=d.$.find(".Rk-PadTitle");c.is("input")?c.val()!==b&&c.val(b):c.text(b)}),this.renkan.router.on("router",function(a){d.setViewparameters(a)}),c.options.size_bug_fix){var q="number"==typeof c.options.size_bug_fix?c.options.size_bug_fix:500;window.setTimeout(function(){d.fixSize()},q)}if(c.options.force_resize&&a(window).resize(function(){d.autoScale()}),c.options.show_user_list&&c.options.user_color_editable){var r=this.$.find(".Rk-Users .Rk-Edit-ColorPicker-Wrapper"),s=this.$.find(".Rk-Users .Rk-Edit-ColorPicker");r.hover(function(a){d.isEditable()&&(a.preventDefault(),s.show())},function(a){a.preventDefault(),s.hide()}),s.find("li").mouseenter(function(b){d.isEditable()&&(b.preventDefault(),d.$.find(".Rk-CurrentUser-Color").css("background",a(this).attr("data-color")))})}if(c.options.show_search_field){var t="";this.$.find(".Rk-GraphSearch-Field").on("keyup change paste input",function(){var b=a(this),e=b.val();if(e!==t)if(t=e,e.length<2)c.project.get("nodes").each(function(a){d.getRepresentationByModel(a).unhighlight()});else{var g=f.regexpFromTextOrArray(e);c.project.get("nodes").each(function(a){g.test(a.get("title"))||g.test(a.get("description"))?d.getRepresentationByModel(a).highlight(g):d.getRepresentationByModel(a).unhighlight()})}})}this.redraw(),window.setInterval(function(){var a=(new Date).valueOf();d.delete_list.forEach(function(b){if(a>=b.time){var d=c.project.get("nodes").findWhere({delete_scheduled:b.id});d&&project.removeNode(d),d=c.project.get("edges").findWhere({delete_scheduled:b.id}),d&&project.removeEdge(d)}}),d.delete_list=d.delete_list.filter(function(a){return c.project.get("nodes").findWhere({delete_scheduled:a.id})||c.project.get("edges").findWhere({delete_scheduled:a.id})})},500),this.minimap&&window.setInterval(function(){d.rescaleMinimap()},2e3)};return b(g.prototype).extend({fixSize:function(){"undefined"==typeof this.view?(this.view=this.addRepresentation("View",this.renkan.project.get("views").last()),this.view.setScale(view.get("zoom_level"),new paper.Point(view.get("offset")))):this.view.autoScale()},drawSector:function(b,c,d,e,f,g,h,i){var j=this.renkan.options,k=e*Math.PI/180,l=f*Math.PI/180,m=this.icon_cache[h],n=-Math.sin(k),o=Math.cos(k),p=Math.cos(k)*c+g*n,q=Math.sin(k)*c+g*o,r=Math.cos(k)*d+g*n,s=Math.sin(k)*d+g*o,t=-Math.sin(l),u=Math.cos(l),v=Math.cos(l)*c-g*t,w=Math.sin(l)*c-g*u,x=Math.cos(l)*d-g*t,y=Math.sin(l)*d-g*u,z=(c+d)/2,A=(k+l)/2,B=Math.cos(A)*z,C=Math.sin(A)*z,D=Math.cos(A)*c,E=Math.cos(A)*d,F=Math.sin(A)*c,G=Math.sin(A)*d,H=Math.cos(A)*(d+3),I=Math.sin(A)*(d+j.buttons_label_font_size)+j.buttons_label_font_size/2;this.buttons_layer.activate();var J=new paper.Path;J.add([p,q]),J.arcTo([D,F],[v,w]),J.lineTo([x,y]),J.arcTo([E,G],[r,s]),J.fillColor=j.buttons_background,J.opacity=.5,J.closed=!0,J.__representation=b;var K=new paper.PointText(H,I);K.characterStyle={fontSize:j.buttons_label_font_size,fillColor:j.buttons_label_color},H>2?K.paragraphStyle.justification="left":-2>H?K.paragraphStyle.justification="right":K.paragraphStyle.justification="center",K.visible=!1;var L=!1,M=new paper.Point(-200,-200),N=new paper.Group([J,K]),O=N.position,P=new paper.Point([B,C]),Q=new paper.Point(0,0);K.content=i,N.pivot=N.bounds.center,N.visible=!1,N.position=M;var R={show:function(){L=!0,N.position=Q.add(O),N.visible=!0},moveTo:function(a){Q=a,L&&(N.position=a.add(O))},hide:function(){L=!1,N.visible=!1,N.position=M},select:function(){J.opacity=.8,K.visible=!0},unselect:function(){J.opacity=.5,K.visible=!1},destroy:function(){N.remove()}},S=function(){var a=new paper.Raster(m);a.position=P.add(N.position).subtract(O),a.locked=!0,N.addChild(a)};return m.width?S():a(m).on("load",S),R},addToBundles:function(a){var c=b(this.bundles).find(function(b){return b.from===a.from_representation&&b.to===a.to_representation||b.from===a.to_representation&&b.to===a.from_representation});return"undefined"!=typeof c?c.edges.push(a):(c={from:a.from_representation,to:a.to_representation,edges:[a],getPosition:function(a){var c=a.from_representation===this.from?1:-1;return c*(b(this.edges).indexOf(a)-(this.edges.length-1)/2)}},this.bundles.push(c)),c},isEditable:function(){return this.renkan.options.editor_mode&&!this.renkan.read_only},onStatusChange:function(){var a=this.$.find(".Rk-Save-Button"),b=a.find(".Rk-TopBar-Tooltip-Contents");this.renkan.read_only?(a.removeClass("disabled Rk-Save-Online").addClass("Rk-Save-ReadOnly"),b.text(this.renkan.translate("Connection lost"))):this.renkan.options.manual_save?(a.removeClass("Rk-Save-ReadOnly Rk-Save-Online"),b.text(this.renkan.translate("Save Project"))):(a.removeClass("disabled Rk-Save-ReadOnly").addClass("Rk-Save-Online"),b.text(this.renkan.translate("Auto-save enabled"))),this.redrawUsers()},redrawMiniframe:function(){var a=this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),b=this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));this.minimap.miniframe.fitBounds(a,b)},rescaleMinimap:function(){var a=this.renkan.project.get("nodes");if(a.length>1){var b=a.map(function(a){return a.get("position").x}),c=a.map(function(a){return a.get("position").y}),d=Math.min.apply(Math,b),e=Math.min.apply(Math,c),f=Math.max.apply(Math,b),g=Math.max.apply(Math,c),h=Math.min(.8*this.view.scale*this.renkan.options.minimap_width/paper.view.bounds.width,.8*this.view.scale*this.renkan.options.minimap_height/paper.view.bounds.height,(this.renkan.options.minimap_width-2*this.renkan.options.minimap_padding)/(f-d),(this.renkan.options.minimap_height-2*this.renkan.options.minimap_padding)/(g-e));this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([(f+d)/2,(g+e)/2]).multiply(h)),this.minimap.scale=h}1===a.length&&(this.minimap.scale=.1,this.minimap.offset=this.minimap.size.divide(2).subtract(new paper.Point([a.at(0).get("position").x,a.at(0).get("position").y]).multiply(this.minimap.scale))),this.redraw()},toPaperCoords:function(a){return a.multiply(this.view.scale).add(this.view.offset)},toMinimapCoords:function(a){return a.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft)},toModelCoords:function(a){return a.subtract(this.view.offset).divide(this.view.scale)},addRepresentation:function(a,b){var c=d.getRenderer()[a],e=new c(this,b);return this.representations.push(e),e},addRepresentations:function(a,b){var c=this;b.forEach(function(b){c.addRepresentation(a,b)})},userTemplate:b.template('<li class="Rk-User"><span class="Rk-UserColor" style="background:<%=background%>;"></span><%=name%></li>'),redrawUsers:function(){if(this.renkan.options.show_user_list){var b=[].concat((this.renkan.project.current_user_list||{}).models||[],(this.renkan.project.get("users")||{}).models||[]),c="",d=this.$.find(".Rk-Users"),e=d.find(".Rk-CurrentUser-Name"),f=d.find(".Rk-Edit-ColorPicker li"),g=d.find(".Rk-CurrentUser-Color"),h=this;e.off("click").text(this.renkan.translate("<unknown user>")),f.off("mouseleave click"),b.forEach(function(b){b.get("_id")===h.renkan.current_user?(e.text(b.get("title")),g.css("background",b.get("color")),h.isEditable()&&(h.renkan.options.user_name_editable&&e.click(function(){var c=a(this),d=a("<input>").val(b.get("title")).blur(function(){b.set("title",a(this).val()),h.redrawUsers(),h.redraw()});c.empty().html(d),d.select()}),h.renkan.options.user_color_editable&&f.click(function(c){c.preventDefault(),h.isEditable()&&b.set("color",a(this).attr("data-color")),a(this).parent().hide()}).mouseleave(function(){g.css("background",b.get("color"))}))):c+=h.userTemplate({name:b.get("title"),background:b.get("color")})}),d.find(".Rk-UserList").html(c)}},removeRepresentation:function(a){a.destroy(),this.representations=b.reject(this.representations,function(b){return b===a})},getRepresentationByModel:function(a){return a?b.find(this.representations,function(b){return b.model===a}):void 0},removeRepresentationsOfType:function(a){var c=b.filter(this.representations,function(b){return b.type===a}),d=this;b.each(c,function(a){d.removeRepresentation(a)})},highlightModel:function(a){var b=this.getRepresentationByModel(a);b&&b.highlight()},unhighlightAll:function(a){b.each(this.representations,function(a){a.unhighlight()})},unselectAll:function(a){b.each(this.representations,function(a){a.unselect();
+})},redraw:function(){this.redrawActive&&(b.each(this.representations,function(a){a.redraw({dontRedrawEdges:!0})}),this.minimap&&"undefined"!=typeof this.view&&this.redrawMiniframe(),paper.view.draw())},addTempEdge:function(a,b){var c=this.addRepresentation("TempEdge",null);c.end_pos=b,c.from_representation=a,c.redraw(),this.click_target=c},findTarget:function(a){if(a&&"undefined"!=typeof a.item.__representation){var b=a.item.__representation;this.selected_target!==a.item.__representation&&(this.selected_target&&this.selected_target.unselect(b),b.select(this.selected_target),this.selected_target=b)}else this.selected_target&&this.selected_target.unselect(),this.selected_target=null},onMouseMove:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=c.subtract(this.last_point);this.last_point=c,!this.is_dragging&&this.mouse_down&&d.length>f._MIN_DRAG_DISTANCE&&(this.is_dragging=!0);var e=paper.project.hitTest(c);this.is_dragging?this.click_target&&"function"==typeof this.click_target.paperShift?this.click_target.paperShift(d):this.view.paperShift(d):this.findTarget(e),paper.view.draw()},onMouseDown:function(b,c){var d=this.canvas_$.offset(),e=new paper.Point([b.pageX-d.left,b.pageY-d.top]);if(this.last_point=e,this.mouse_down=!0,!this.click_target||"Temp-edge"!==this.click_target.type){this.removeRepresentationsOfType("editor"),this.is_dragging=!1;var g=paper.project.hitTest(e);if(g&&"undefined"!=typeof g.item.__representation)this.click_target=g.item.__representation,this.click_target.mousedown(b,c);else if(this.click_target=null,this.isEditable()&&this.click_mode===f._CLICKMODE_ADDNODE){var h=this.toModelCoords(e),i={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:h.x,y:h.y}},j=this.renkan.project.addNode(i);this.getRepresentationByModel(j).openEditor()}}this.click_mode&&(this.isEditable()&&this.click_mode===f._CLICKMODE_STARTEDGE&&this.click_target&&"Node"===this.click_target.type?(this.removeRepresentationsOfType("editor"),this.addTempEdge(this.click_target,e),this.click_mode=f._CLICKMODE_ENDEDGE,this.notif_$.fadeOut(function(){a(this).html(this.renkan.translate("Click on a second node to complete the edge")).fadeIn()})):(this.notif_$.hide(),this.click_mode=!1)),paper.view.draw()},onMouseUp:function(a,b){if(this.mouse_down=!1,this.click_target){var c=this.canvas_$.offset();this.click_target.mouseup({point:new paper.Point([a.pageX-c.left,a.pageY-c.top])},b)}else this.click_target=null,this.is_dragging=!1,b&&this.unselectAll(),this.view.updateUrl();paper.view.draw()},onScroll:function(a,b){if(this.totalScroll+=b,Math.abs(this.totalScroll)>=1){var c=this.canvas_$.offset(),d=new paper.Point([a.pageX-c.left,a.pageY-c.top]).subtract(this.view.offset).multiply(Math.SQRT2-1);this.totalScroll>0?this.view.setScale(this.view.scale*Math.SQRT2,this.view.offset.subtract(d)):this.view.setScale(this.view.scale*Math.SQRT1_2,this.view.offset.add(d.divide(Math.SQRT2))),this.totalScroll=0}},onDoubleClick:function(a){var b=this.canvas_$.offset(),c=new paper.Point([a.pageX-b.left,a.pageY-b.top]),d=paper.project.hitTest(c);if(!this.isEditable())return void(d&&"undefined"!=typeof d.item.__representation&&d.item.__representation.model.get("uri")&&window.open(d.item.__representation.model.get("uri"),"_blank"));if(this.isEditable()&&(!d||"undefined"==typeof d.item.__representation)){var e=this.toModelCoords(c),g={id:f.getUID("node"),created_by:this.renkan.current_user,position:{x:e.x,y:e.y}},h=this.renkan.project.addNode(g);this.getRepresentationByModel(h).openEditor()}paper.view.draw()},defaultDropHandler:function(b){var c={},d="";switch(b["text/x-iri-specific-site"]){case"twitter":d=a("<div>").html(b["text/x-iri-selected-html"]);var e=d.find(".tweet");c.title=this.renkan.translate("Tweet by ")+e.attr("data-name"),c.uri="http://twitter.com/"+e.attr("data-screen-name")+"/status/"+e.attr("data-tweet-id"),c.image=e.find(".avatar").attr("src"),c.description=e.find(".js-tweet-text:first").text();break;case"google":d=a("<div>").html(b["text/x-iri-selected-html"]),c.title=d.find("h3:first").text().trim(),c.uri=d.find("h3 a").attr("href"),c.description=d.find(".st:first").text().trim();break;default:b["text/x-iri-source-uri"]&&(c.uri=b["text/x-iri-source-uri"])}if((b["text/plain"]||b["text/x-iri-selected-text"])&&(c.description=(b["text/plain"]||b["text/x-iri-selected-text"]).replace(/[\s\n]+/gm," ").trim()),b["text/html"]||b["text/x-iri-selected-html"]){d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]);var f=d.find("image");f.length&&(c.image=f.attr("xlink:href"));var g=d.find("path");g.length&&(c.clipPath=g.attr("d"));var h=d.find("img");h.length&&(c.image=h[0].src);var i=d.find("a");i.length&&(c.uri=i[0].href),c.title=d.find("[title]").attr("title")||c.title,c.description=d.text().replace(/[\s\n]+/gm," ").trim()}b["text/uri-list"]&&(c.uri=b["text/uri-list"]),b["text/x-moz-url"]&&!c.title&&(c.title=(b["text/x-moz-url"].split("\n")[1]||"").trim(),c.title===c.uri&&(c.title=!1)),b["text/x-iri-source-title"]&&!c.title&&(c.title=b["text/x-iri-source-title"]),(b["text/html"]||b["text/x-iri-selected-html"])&&(d=a("<div>").html(b["text/html"]||b["text/x-iri-selected-html"]),c.image=d.find("[data-image]").attr("data-image")||c.image,c.uri=d.find("[data-uri]").attr("data-uri")||c.uri,c.title=d.find("[data-title]").attr("data-title")||c.title,c.description=d.find("[data-description]").attr("data-description")||c.description,c.clipPath=d.find("[data-clip-path]").attr("data-clip-path")||c.clipPath),c.title||(c.title=this.renkan.translate("Dragged resource"));for(var j=["title","description","uri","image"],k=0;k<j.length;k++){var l=j[k];(b["text/x-iri-"+l]||b[l])&&(c[l]=b["text/x-iri-"+l]||b[l]),("none"===c[l]||"null"===c[l])&&(c[l]=void 0)}return"function"==typeof this.renkan.options.drop_enhancer&&(c=this.renkan.options.drop_enhancer(c,b)),c},dropData:function(a,c){if(this.isEditable()){if(a["text/json"]||a["application/json"])try{var d=JSON.parse(a["text/json"]||a["application/json"]);b.extend(a,d)}catch(e){}var g="undefined"==typeof this.renkan.options.drop_handler?this.defaultDropHandler(a):this.renkan.options.drop_handler(a),h=this.canvas_$.offset(),i=new paper.Point([c.pageX-h.left,c.pageY-h.top]),j=this.toModelCoords(i),k={id:f.getUID("node"),created_by:this.renkan.current_user,uri:g.uri||"",title:g.title||"",description:g.description||"",image:g.image||"",color:g.color||void 0,clip_path:g.clipPath||void 0,position:{x:j.x,y:j.y}},l=this.renkan.project.addNode(k),m=this.getRepresentationByModel(l);"drop"===c.type&&m.openEditor()}},fullScreen:function(){var a,b=document.fullScreen||document.mozFullScreen||document.webkitIsFullScreen,c=this.renkan.$[0],d=["requestFullScreen","mozRequestFullScreen","webkitRequestFullScreen"],e=["cancelFullScreen","mozCancelFullScreen","webkitCancelFullScreen"];if(b){for(a=0;a<e.length;a++)if("function"==typeof document[e[a]]){document[e[a]]();break}var f=this.$.width(),g=this.$.height();this.renkan.options.show_top_bar&&(g-=this.$.find(".Rk-TopBar").height()),this.renkan.options.show_bins&&this.renkan.$.find(".Rk-Bins").position().left>0&&(f-=this.renkan.$.find(".Rk-Bins").width()),paper.view.viewSize=new paper.Size([f,g])}else{for(a=0;a<d.length;a++)if("function"==typeof c[d[a]]){c[d[a]]();break}this.redraw()}},addNodeBtn:function(){return this.click_mode===f._CLICKMODE_ADDNODE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_ADDNODE,this.notif_$.text(this.renkan.translate("Click on the background canvas to add a node")).fadeIn()),!1},addEdgeBtn:function(){return this.click_mode===f._CLICKMODE_STARTEDGE||this.click_mode===f._CLICKMODE_ENDEDGE?(this.click_mode=!1,this.notif_$.hide()):(this.click_mode=f._CLICKMODE_STARTEDGE,this.notif_$.text(this.renkan.translate("Click on a first node to start the edge")).fadeIn()),!1},exportProject:function(){var a=this.renkan.project.toJSON(),d=(document.createElement("a"),a.id),e=d+".json";delete a.id,delete a._id,delete a.space_id;var g,h,i={};b.each(a.nodes,function(a,b,c){g=a.id||a._id,delete a._id,delete a.id,i[g]=a["@id"]=f.getUUID4()}),b.each(a.edges,function(a,b,c){delete a._id,delete a.id,a.to=i[a.to],a.from=i[a.from]}),b.each(a.views,function(a,c,d){delete a._id,delete a.id,a.hidden_nodes&&(h=a.hidden_nodes,a.hidden_nodes=[],b.each(h,function(b,c){a.hidden_nodes.push(i[b])}))}),a.users=[];var j=JSON.stringify(a,null,2),k=new Blob([j],{type:"application/json;charset=utf-8"});c(k,e)},setViewparameters:function(b){if(this.removeRepresentationsOfType("View"),a.isEmptyObject(b))return this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),void(this.renkan.options.default_view||this.view.autoScale());if("undefined"!=typeof b.viewIndex&&(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(b.viewIndex))),this.renkan.options.default_view||this.view.autoScale()),"undefined"!=typeof b.view&&b.view.split(",").length>=3){var c=b.view.split(","),d={project:this.renkan.project,offset:{x:parseFloat(c[0]),y:parseFloat(c[1])},zoom_level:parseFloat(c[2])};this.view?this.view.setScale(d.zoom_level,new paper.Point(d.offset)):(this.view=this.addRepresentation("View",null),this.view.params=d,this.view.init())}this.view||(this.view=this.addRepresentation("View",this.renkan.project.get("views").at(this.validViewIndex(this.renkan.options.default_index_view))),this.view.autoScale()),this.unhighlightAll(),"undefined"!=typeof b.idNode&&this.highlightModel(this.renkan.project.get("nodes").get(b.idNode))},validViewIndex:function(a){var b=parseInt(a),c=0;return c=0>b?this.renkan.project.get("views").length+b:b,"undefined"==typeof this.renkan.project.get("views").at(b)&&(c=0),c},foldBins:function(){var a,b=this.$.find(".Rk-Fold-Bins"),c=this.renkan.$.find(".Rk-Bins"),d=this,e=d.canvas_$.width();c.position().left<0?(c.animate({left:0},250),this.$.animate({left:300},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e-c.width()<c.height()?e:e-c.width(),b.html("&laquo;")):(c.animate({left:-300},250),this.$.animate({left:0},250,function(){var a=d.$.width();paper.view.viewSize=new paper.Size([a,d.canvas_$.height()])}),a=e+300,b.html("&raquo;")),d.view.resizeZoom(1,1,a/e)},save:function(){},open:function(){}}).value(),g}),define("renderer/viewrepr",["jquery","underscore","requtils","renderer/baserepresentation"],function(a,b,c,d){"use strict";var e=c.getUtils(),f=e.inherit(d);return b(f.prototype).extend({_init:function(){var b=this;this.$=a(".Rk-Render"),this.type="View",this.hiddenNodes=[],this.scale=1,this.initialScale=1,this.offset=paper.view.center,this.params={},this.model&&(this.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")}),this.init();var c=function(a,c){b.$.find(a).click(function(a){return b[c](a),!1})};c(".Rk-ZoomOut","zoomOut"),c(".Rk-ZoomIn","zoomIn"),c(".Rk-ZoomFit","autoScale"),this.$.find(".Rk-ZoomSave").click(function(){var a={x:b.offset.x,y:b.offset.y};b.model=b.renkan.project.addView({zoom_level:b.scale,offset:a,hidden_nodes:b.hiddenNodes.concat()}),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.updateUrl()}),this.$.find(".Rk-ZoomSetSaved").click(function(){b.model=b.renkan.project.get("views").at(b.renkan.project.get("views").length-1),b.params={zoom_level:b.model.get("zoom_level"),offset:b.model.get("offset"),hidden_nodes:b.model.get("hidden_nodes")},b.setScale(b.params.zoom_level,new paper.Point(b.params.offset)),b.showNodes(!1),b.options.hide_nodes&&(b.hiddenNodes=(b.params.hidden_nodes||[]).concat(),b.hideNodes()),b.updateUrl()}),this.$.find(".Rk-ShowHiddenNodes").mouseenter(function(){b.showNodes(!0),b.$.find(".Rk-ShowHiddenNodes").mouseleave(function(){b.hideNodes()})}),this.$.find(".Rk-ShowHiddenNodes").click(function(){b.showNodes(!1),b.$.find(".Rk-ShowHiddenNodes").off("mouseleave")}),this.renkan.project.get("views").length>0&&this.renkan.options.save_view&&this.$.find(".Rk-ZoomSetSaved").show()},redraw:function(a){},init:function(){var a=this;a.setScale(a.params.zoom_level,new paper.Point(a.params.offset)),a.options.hide_nodes&&(a.hiddenNodes=(a.params.hidden_nodes||[]).concat(),a.hideNodes())},addHiddenNode:function(a){this.hideNode(a),this.hiddenNodes.push(a.id),this.updateUrl()},hideNode:function(a){"undefined"!=typeof this.renderer.getRepresentationByModel(a)&&this.renderer.getRepresentationByModel(a).hide()},hideNodes:function(){var a=this;this.hiddenNodes.forEach(function(b,c){var d=a.renkan.project.get("nodes").get(b);return"undefined"!=typeof d?a.hideNode(a.renkan.project.get("nodes").get(b)):void a.hiddenNodes.splice(c,1)}),paper.view.draw()},showNodes:function(a){var b=this;this.hiddenNodes.forEach(function(c){b.renderer.getRepresentationByModel(b.renkan.project.get("nodes").get(c)).show(a)}),a||(this.hiddenNodes=[]),paper.view.draw()},setScale:function(a,b){a/this.initialScale>e._MIN_SCALE&&a/this.initialScale<e._MAX_SCALE&&(this.scale=a,b&&(this.offset=b),this.renderer.redraw(),this.updateUrl())},zoomOut:function(){var a=this.scale*Math.SQRT1_2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT1_2)).add(this.offset.multiply(Math.SQRT1_2));this.setScale(a,b)},zoomIn:function(){var a=this.scale*Math.SQRT2,b=new paper.Point([this.renderer.canvas_$.width(),this.renderer.canvas_$.height()]).multiply(.5*(1-Math.SQRT2)).add(this.offset.multiply(Math.SQRT2));this.setScale(a,b)},resizeZoom:function(a,b,c){var d=this.scale*c,e=new paper.Point([this.offset.x*a,this.offset.y*b]);this.setScale(d,e)},autoScale:function(a){var b=this.renkan.project.get("nodes");if(b.length>1){var c=b.map(function(a){return a.get("position").x}),d=b.map(function(a){return a.get("position").y}),e=Math.min.apply(Math,c),f=Math.min.apply(Math,d),g=Math.max.apply(Math,c),h=Math.max.apply(Math,d),i=Math.min((paper.view.size.width-2*this.renkan.options.autoscale_padding)/(g-e),(paper.view.size.height-2*this.renkan.options.autoscale_padding)/(h-f));this.initialScale=i,"undefined"!=typeof a&&parseFloat(a.zoom_level)>0&&parseFloat(a.offset.x)>0&&parseFloat(a.offset.y)>0?this.setScale(parseFloat(a.zoom_level),new paper.Point(parseFloat(a.offset.x),parseFloat(a.offset.y))):this.setScale(i,paper.view.center.subtract(new paper.Point([(g+e)/2,(h+f)/2]).multiply(i)))}1===b.length&&this.setScale(1,paper.view.center.subtract(new paper.Point([b.at(0).get("position").x,b.at(0).get("position").y])))},paperShift:function(a){this.offset=this.offset.add(a),this.renderer.redraw()},updateUrl:function(){if(this.options.update_url){var b={},c=Backbone.history.getFragment().split("?");c.length>1&&c[1].split("&").forEach(function(a){var c=a.split("=");b[c[0]]=decodeURIComponent(c[1])}),b.view=Math.round(1e3*this.offset.x)/1e3+","+Math.round(1e3*this.offset.y)/1e3+","+Math.round(1e3*this.scale)/1e3,this.renkan.project.get("views").indexOf(this.model)>-1?(b.viewIndex=this.renkan.project.get("views").indexOf(this.model),b.viewIndex===this.renkan.project.get("views").length-1&&(b.viewIndex=-1)):b.viewIndex&&delete b.viewIndex,this.renkan.router.navigate("?"+decodeURIComponent(a.param(b)),{trigger:!1,replace:!0})}},destroy:function(a){this._super("destroy"),this.showNodes(!1)}}).value(),f}),"function"==typeof require.config&&require.config({paths:{jquery:"../lib/jquery/jquery",underscore:"../lib/lodash/lodash",filesaver:"../lib/FileSaver/FileSaver",requtils:"require-utils","ckeditor-core":"../lib/ckeditor/ckeditor","ckeditor-jquery":"../lib/ckeditor/adapters/jquery"},shim:{"ckeditor-jquery":{deps:["jquery","ckeditor-core"]}}}),require(["renderer/baserepresentation","renderer/basebutton","renderer/noderepr","renderer/edge","renderer/tempedge","renderer/baseeditor","renderer/nodeeditor","renderer/edgeeditor","renderer/nodebutton","renderer/nodeeditbutton","renderer/noderemovebutton","renderer/nodehidebutton","renderer/nodeshowbutton","renderer/noderevertbutton","renderer/nodelinkbutton","renderer/nodeenlargebutton","renderer/nodeshrinkbutton","renderer/edgeeditbutton","renderer/edgeremovebutton","renderer/edgerevertbutton","renderer/miniframe","renderer/scene","renderer/viewrepr"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){"use strict";var x=window.Rkns;"undefined"==typeof x.Renderer&&(x.Renderer={});var y=x.Renderer;y._BaseRepresentation=a,y._BaseButton=b,y.Node=c,y.Edge=d,y.View=w,y.TempEdge=e,y._BaseEditor=f,y.NodeEditor=g,y.EdgeEditor=h,y._NodeButton=i,y.NodeEditButton=j,y.NodeRemoveButton=k,y.NodeHideButton=l,y.NodeShowButton=m,y.NodeRevertButton=n,y.NodeLinkButton=o,y.NodeEnlargeButton=p,y.NodeShrinkButton=q,y.EdgeEditButton=r,y.EdgeRemoveButton=s,y.EdgeRevertButton=t,y.MiniFrame=u,y.Scene=v,startRenkan()}),define("main-renderer",function(){});
 //# sourceMappingURL=renkan.min.map
\ No newline at end of file
--- a/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.min.map	Tue Sep 22 15:14:10 2015 +0200
+++ b/server/python/django/renkanmanager/static/renkanmanager/lib/renkan/js/renkan.min.map	Tue Sep 22 15:32:43 2015 +0200
@@ -1,1 +1,1 @@
-{"version":3,"file":"renkan.min.js","sources":["templates.js","../../js/main.js","../../js/router.js","../../js/dataloader.js","../../js/models.js","../../js/defaults.js","../../js/i18n.js","../../js/full-json.js","../../js/save-once.js","../../js/ldtjson-bin.js","../../js/list-bin.js","../../js/wikipedia-bin.js","paper-renderer.js"],"names":["this","obj","__t","__p","_","escape","__e","Array","prototype","join","renkan","translate","edge","title","options","show_edge_editor_uri","uri","properties","length","each","ontology","label","property","show_edge_editor_style","show_edge_editor_style_color","show_edge_editor_style_dash","dash","show_edge_editor_style_thickness","thickness","show_edge_editor_style_arrow","arrow","show_edge_editor_direction","show_edge_editor_nodes","from_color","shortenText","from_title","to_title","show_edge_editor_creator","has_creator","created_by_title","show_edge_tooltip_color","color","show_edge_tooltip_uri","short_uri","show_edge_tooltip_nodes","to_color","show_edge_tooltip_creator","created_by_color","Rkns","Utils","getFullURL","image","description","static_url","url","show_bins","show_editor","show_node_editor_title_richtext","node","show_node_editor_uri","change_types","types","type","charAt","toUpperCase","substring","show_node_editor_description","show_node_editor_description_richtext","show_node_editor_size","size","show_node_editor_style","show_node_editor_style_color","show_node_editor_style_dash","show_node_editor_style_thickness","show_node_editor_image","image_placeholder","clip_path","allow_image_upload","show_node_editor_creator","change_shapes","shapes","shape","show_node_tooltip_color","show_node_tooltip_uri","show_node_tooltip_description","show_node_tooltip_image","show_node_tooltip_creator","_id","print","__j","call","arguments","show_top_bar","editor_mode","project","get","show_user_list","show_user_color","user_color_editable","colorPicker","home_button_url","home_button_title","show_fullscreen_button","show_addnode_button","show_addedge_button","show_export_button","show_save_button","show_open_button","show_bookmarklet","show_search_field","resize","show_zoom","save_view","hide_nodes","root","$","jQuery","pickerColors","__renkans","_BaseBin","_renkan","_opts","find","hide","addClass","appendTo","title_icon_$","_this","attr","href","html","click","destroy","slideDown","resizeBins","refresh","count_$","title_$","main_$","auto_refresh","window","setInterval","detach","Renkan","push","defaults","templates","renkanJST","node_editor_templates","template","types_templates","value","key","property_files","f","getJSON","data","concat","read_only","router","Router","Models","Project","dataloader","DataLoader","Loader","setCurrentUser","user_id","user_name","addUser","current_user","renderer","redrawUsers","container","tabs","search_engines","current_user_list","UsersList","on","_tmpl","map","c","Renderer","Scene","search","_select","_input","_form","_search","Search","_key","getSearchTitle","className","getBgClass","_el","setSearchEngine","submit","val","search_engine","mouseenter","mouseleave","bins","_bin","Bin","elementDropped","_mainDiv","siblings","is","slideUp","_t","_models","where","_model","highlightModel","mouseout","unhighlightAll","dragDrop","err","e","preventDefault","touch","originalEvent","changedTouches","off","canvas_$","offset","w","width","h","height","pageX","left","pageY","top","onMouseMove","div","document","createElement","appendChild","cloneNode","dropData","text/html","innerHTML","onMouseDown","onMouseUp","dataTransfer","setData","lastsearch","lastval","regexpFromTextOrArray","source","tab","render","_text","i18n","language","substr","onStatusChange","listClasses","split","classes","i","_d","outerHeight","css","getUUID4","replace","r","Math","random","v","toString","getUID","pad","n","Date","ID_AUTO_INCREMENT","ID_BASE","getUTCFullYear","getUTCMonth","getUTCDate","_base","_n","_uidbase","test","img","Image","src","res","inherit","_baseClass","_callbefore","_class","apply","slice","_init","_initialized","extend","replaceText","makeReplaceFunc","l","k","charsrx","txt","toLowerCase","remrx","j","remsrc","charsub","getSource","inp","removeChars","String","fromCharCode","RegExp","_textOrArray","testrx","replacerx","isempty","_replace","text","_MIN_DRAG_DISTANCE","_NODE_BUTTON_WIDTH","_EDGE_BUTTON_INNER","_EDGE_BUTTON_OUTER","_CLICKMODE_ADDNODE","_CLICKMODE_STARTEDGE","_CLICKMODE_ENDEDGE","_NODE_SIZE_STEP","LN2","_MIN_SCALE","_MAX_SCALE","_MOUSEMOVE_RATE","_DOUBLETAP_DELAY","_DOUBLETAP_DISTANCE","_USER_PLACEHOLDER","default_user_color","_BOOKMARKLET_CODE","_maxlength","drawEditBox","_options","_coords","_path","_xmargin","_selector","tooltip_width","tooltip_padding","_height","_isLeft","x","paper","view","center","_left","tooltip_arrow_length","_right","_top","y","tooltip_margin","max","tooltip_arrow_width","min","_bottom","segments","point","add","fillColor","Color","Gradient","tooltip_top_color","tooltip_bottom_color","increaseBrightness","hex","percent","parseInt","g","b","Backbone","routes","index","parameters","result","forEach","part","item","decodeURIComponent","trigger","converters","from1to2","len","nodes","style","edges","schema_version","dataConverters","convert","schemaVersionFrom","getSchemaVersion","schemaVersionTo","converterName","load","set","validate","guid","RenkanModel","RelationalModel","idAttribute","constructor","id","prepare","addReference","_propName","_list","_default","_element","User","toJSON","Node","relations","HasOne","relatedModel","created_by","position","Edge","from","to","View","isArray","zoom_level","hidden_nodes","RosterUser","blacklist","HasMany","reverseRelation","includeInJSON","_props","_user","findOrCreate","addNode","_node","addEdge","_edge","addView","_view","removeNode","remove","removeEdge","_project","users","views","_item","t","version","initialize","filter","json","clone","attributes","Model","Collection","omit","site_id","model","navigator","userLanguage","popup_editor","editor_panel","manual_save","size_bug_fix","force_resize","allow_double_click","zoom_on_scroll","element_delete_delay","autoscale_padding","default_view","default_index_view","update_url","user_name_editable","show_minimap","minimap_width","minimap_height","minimap_padding","minimap_background_color","minimap_border_color","minimap_highlight_color","minimap_highlight_weight","buttons_background","buttons_label_color","buttons_label_font_size","ghost_opacity","default_dash_array","show_node_circles","clip_node_images","node_images_fill_mode","node_size_base","node_stroke_width","node_stroke_max_width","selected_node_stroke_width","selected_node_stroke_max_width","node_stroke_witdh_scale","node_fill_color","highlighted_node_fill_color","node_label_distance","node_label_max_length","label_untitled_nodes","default","video","edge_stroke_width","edge_stroke_max_width","selected_edge_stroke_width","selected_edge_stroke_max_width","edge_stroke_witdh_scale","edge_label_distance","edge_label_max_length","edge_arrow_length","edge_arrow_width","edge_arrow_max_width","edge_gap_in_bundles","label_untitled_edges","tooltip_border_color","tooltip_border_width","tooltip_opacity","richtext_editor_config","toolbarGroups","name","groups","removePlugins","uploaded_image_max_kb","fr","Edit Node","Edit Edge","Title:","URI:","Description:","From:","To:","Image URL:","Choose Image File:","Full Screen","Add Node","Add Edge","Save Project","Open Project","Auto-save enabled","Connection lost","Created by:","Zoom In","Zoom Out","Edit","Remove","Cancel deletion","Link to another node","Enlarge","Shrink","Click on the background canvas to add a node","Click on a first node to start the edge","Click on a second node to complete the edge","Wikipedia","Wikipedia in ","French","English","Japanese","Untitled project","Lignes de Temps","Loading, please wait","Edge color:","Dash:","Thickness:","Arrow:","Node color:","Choose color","Change edge direction","Do you really wish to remove node ","Do you really wish to remove edge ","This file is not an image","Image size must be under ","Size:","KB","Choose from vocabulary:","SKOS Documentation properties","has note","has example","has definition","SKOS Semantic relations","has broader","has narrower","has related","Dublin Core Metadata","has contributor","covers","created by","has date","published by","has source","has subject","Dragged resource","Search the Web","Search in Bins","Close bin","Refresh bin","(untitled)","Select contents:","Drag items from this website, drop them in Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.","Shapes available","Circle","Square","Diamond","Hexagone","Ellipse","Star","Cloud","Triangle","Zoom Fit","Download Project","Save view","View saved view","Renkan 'Drag-to-Add' bookmarklet","(unknown user)","<unknown user>","Search in graph","Search in ","jsonIO","_proj","http_method","_load","redrawActive","loadingStatus","_data","saveStatus","_save","ajax","contentType","JSON","stringify","success","_thrSave","throttle","setTimeout","changedAttributes","hasChanged","jsonIOSaveOnClick","_saveWarn","_onLeave","getdata","rx","matches","location","hash","match","beforeSend","_checkLeave","removeClass","save","hasClass","Ldt","ProjectBin","ldt_type","Resclass","console","error","tagTemplate","annotationTemplate","proj_id","project_id","ldt_platform","searchbase","highlight","_e","convertTC","_ms","_res","_totalSeconds","abs","floor","_hours","_minutes","_seconds","_html","_projtitle","meta","count","tags","_tag","_title","htitle","encodedtitle","encodeURIComponent","annotations","_annotation","_description","content","_duration","end","begin","_img","hdescription","start","duration","mediaid","media","annotationid","show","dataType","lang","_q","ResultsBin","segmentTemplate","max_results","highlightrx","objects","_segment","_begin","start_ts","_end","iri_id","element_id","format","q","limit","ResourceList","resultTemplate","list","trim","_match","langs","en","ja","query","_result","encodeURI","snippet","define","_BaseRepresentation","_renderer","_changeBinding","redraw","change","_removeBinding","removeRepresentation","defer","_selectBinding","select","_unselectBinding","unselect","_super","_func","moveTo","unhighlight","mousedown","mouseup","getUtils","getRenderer","requtils","BaseRepresentation","_BaseButton","_pos","sector","_newTarget","source_representation","cloud_path","builders","circle","getShape","Path","getImageShape","radius","rectangle","Rectangle","ellipse","polygon","RegularPolygon","diamond","d","SQRT2","rotate","star","cloud","path","scale","triangle","svg","ShapeBuilder","NodeRepr","node_layer","activate","buildShape","hidden","ghost","strokeWidth","h_ratio","labels_$","normal_buttons","NodeEditButton","NodeRemoveButton","NodeLinkButton","NodeEnlargeButton","NodeShrinkButton","NodeHideButton","NodeShowButton","pending_delete_buttons","NodeRevertButton","all_buttons","active_buttons","last_circle_radius","minimap","minimap_circle","__representation","miniframe","node_group","addChild","_getStrokeWidth","has","_getSelectedStrokeWidth","changed","shapeBuilder","sendToBack","_model_coords","Point","_baseRadius","exp","is_dragging","paper_coords","toPaperCoords","circle_radius","setSectorSize","node_image","subtract","image_delta","multiply","old_act_btn","opacity","dashArray","selected","isEditable","highlighted","_strokeWidth","_color","_dash","strokeColor","_pc","lastImage","showImage","minipos","toMinimapCoords","miniradius","minisize","Size","fitBounds","dontRedrawEdges","ed","repr","getRepresentationByModel","from_representation","to_representation","_image","image_cache","clipPath","hasClipPath","_clip","baseRadius","centerPoint","instructions","lastCoords","minX","Infinity","minY","maxX","maxY","transformCoords","tabc","relative","newCoords","parseFloat","isY","instr","coords","lineTo","cubicCurveTo","quadraticCurveTo","_raster","Raster","locked","Group","clipped","_circleClip","divide","insertAbove","paperShift","_delta","openEditor","removeRepresentationsOfType","_editor","addRepresentation","draw","_uri","showNeighbors","hideButtons","buttons_timeout","undefined","hideNeighbors","indexNode","hiddenNodes","indexOf","splice","textToReplace","hlvalue","throttledPaperDraw","saveCoords","toModelCoords","_event","_isTouch","unselectAll","click_target","edge_layer","bundle","addToBundles","line","arrow_scale","pivot","arrow_angle","EdgeEditButton","EdgeRemoveButton","EdgeRevertButton","minimap_line","_getArrowScale","_opacity","_arrow_scale","_p0a","_p1a","_v","_r","_u","_ortho","_group_pos","getPosition","_p0b","_p1b","_a","angle","_textdelta","_handle","visible","handleIn","handleOut","bounds","_textpos","transform","-moz-transform","-webkit-transform","text_angle","reject","TempEdge","_p0","_p1","end_pos","_c","_hitResult","hitTest","findTarget","_endDrag","_target","_destmodel","_BaseEditor","buttons_layer","editor_block","_pts","range","editor_$","BaseEditor","NodeEditor","readOnlyTemplate","_created_by","_template","_image_placeholder","_size","keys","editorInstance","ckeditor","editorInstanceTitle","closeEditor","cleanEditor","editor","focusManager","blur","_editor_title","onFieldChange","checkDirty","getData","resetDirty","show_node_editor_title","assign","keyCode","files","FileReader","alert","onload","target","readAsDataURL","focus","_picker","hover","shiftSize","_newsize","shiftThickness","_oldThickness","_newThickness","titlehtml","EdgeEditor","_from_model","_to_model","BaseButton","_NodeButton","sectorInner","lastSectorInner","drawSector","startAngle","endAngle","imageName","clearTimeout","NodeButton","delid","delete_list","time","valueOf","confirm","addHiddenNode","unset","_off","_point","addTempEdge","MiniFrame","filesaver","representations","notif_$","setup","totalScroll","mouse_down","selected_target","Layer","background_layer","topleft","bottomRight","cliprectangle","bundles","click_mode","_allowScroll","_originalScale","_zooming","_lastTapX","_lastTapY","icon_cache","imgname","throttledMouseMove","mousemove","mousewheel","onScroll","touchstart","_touches","touches","_lastTap","pow","onDoubleClick","touchmove","_newScale","_scaleRatio","_newOffset","setScale","touchend","dblclick","dragover","dragenter","dragleave","drop","parse","bindClick","selector","fname","evt","fadeIn","delay","fadeOut","mouseover","onResize","_ratio","newWidth","newHeight","ratioH","delta","ratioW","resizeZoom","_thRedraw","addRepresentations","_thRedrawUsers","history","el","_params","_delay","fixSize","autoScale","$cpwrapper","$cplist","$this","rxs","_now","findWhere","delete_scheduled","rescaleMinimap","last","_repr","_inR","_outR","_startAngle","_endAngle","_padding","_imgname","_caption","_startRads","PI","_endRads","_startdx","sin","_startdy","cos","_startXIn","_startYIn","_startXOut","_startYOut","_enddx","_enddy","_endXIn","_endYIn","_endXOut","_endYOut","_centerR","_centerRads","_centerX","_centerY","_centerXIn","_centerXOut","_centerYIn","_centerYOut","_textX","_textY","arcTo","closed","PointText","characterStyle","fontSize","paragraphStyle","justification","_visible","_restPos","_grp","_imgdelta","_currentPos","_edgeRepr","_bundle","_er","_dir","savebtn","tip","redrawMiniframe","bottomright","_xx","_yy","_minx","_miny","_maxx","_maxy","_scale","at","_type","RendererType","_collection","userTemplate","allUsers","models","ulistHtml","$userpanel","$name","$cpitems","$colorsquare","$input","empty","parent","background","_representation","_representations","_from","_tmpEdge","last_point","updateUrl","_scrolldelta","SQRT1_2","open","defaultDropHandler","newNode","tweetdiv","_svgimgs","_svgpaths","_imgs","_as","fields","drop_enhancer","jsondata","drop_handler","_nodedata","fullScreen","_isFull","mozFullScreen","webkitIsFullScreen","_requestMethods","_cancelMethods","widthAft","heightAft","viewSize","addNodeBtn","addEdgeBtn","exportProject","projectJSON","projectId","fileNameToSaveAs","space_id","objId","idsMap","projectJSONStr","blob","Blob","isEmptyObject","validViewIndex","viewIndex","viewParams","params","init","idNode","_index","validIndex","foldBins","sizeAft","foldBinsButton","sizeBef","animate","ViewRepr","initialScale","showNodes","hideNodes","hideNode","_offset","zoomOut","zoomIn","_scaleWidth","_scaleHeight","force_view","getFragment","round","navigate","param","require","config","paths","jquery","underscore","ckeditor-core","ckeditor-jquery","shim","deps","startRenkan"],"mappings":"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","sourcesContent":["this[\"renkanJST\"] = this[\"renkanJST\"] || {};\n\nthis[\"renkanJST\"][\"templates/colorpicker.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li data-color=\"' +\n((__t = (c)) == null ? '' : __t) +\n'\" style=\"background: ' +\n((__t = (c)) == null ? '' : __t) +\n'\"></li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Edge\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(edge.title) +\n'\" />\\n</p>\\n';\n if (options.show_edge_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(edge.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n    ';\n if (options.properties.length) { ;\n__p += '\\n        <p>\\n            <label>' +\n__e(renkan.translate(\"Choose from vocabulary:\")) +\n'</label>\\n            <select class=\"Rk-Edit-Vocabulary\">\\n                ';\n _.each(options.properties, function(ontology) { ;\n__p += '\\n                    <option class=\"Rk-Edit-Vocabulary-Class\" value=\"\">\\n                        ' +\n__e( renkan.translate(ontology.label) ) +\n'\\n                    </option>\\n                    ';\n _.each(ontology.properties, function(property) { var uri = ontology[\"base-uri\"] + property.uri; ;\n__p += '\\n                        <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( uri ) +\n'\"\\n                            ';\n if (uri === edge.uri) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                            ' +\n__e( renkan.translate(property.label) ) +\n'\\n                        </option>\\n                    ';\n }) ;\n__p += '\\n                ';\n }) ;\n__p += '\\n            </select>\\n        </p>\\n';\n } } ;\n__p += '\\n';\n if (options.show_edge_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_edge_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Edge color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: &lt;%-edge.color%>;\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( edge.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e( edge.thickness ) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_arrow) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-arrow\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Arrow:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Arrow\" class=\"Rk-Edit-Arrow\" ' +\n__e( edge.arrow ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_direction) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Edit-Direction\">' +\n__e( renkan.translate(\"Change edge direction\") ) +\n'</span>\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(edge.from_color) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: >%-edge.to_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: &lt;%-edge.created_by_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_edge_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.color ) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (edge.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(edge.title) +\n'\\n        ';\n if (edge.uri) { ;\n__p += ' </a> ';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (options.show_edge_tooltip_uri && edge.uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">' +\n__e( edge.short_uri ) +\n'</a>\\n    </p>\\n';\n } ;\n__p += '\\n<p>' +\n((__t = (edge.description)) == null ? '' : __t) +\n'</p>\\n';\n if (options.show_edge_tooltip_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.from_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.to_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_tooltip_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.created_by_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/annotationtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/segmenttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/tagtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(static_url+'img/ldt-tag.png') ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/search/?search=' +\n((__t = (encodedtitle)) == null ? '' : __t) +\n'&field=all\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"Tag \\'' +\n__e(title) +\n'\\'\">\\n\\n    <img class=\"Rk-Ldt-Tag-Icon\" src=\"' +\n__e(static_url) +\n'img/ldt-tag.png\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/list-bin.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item Rk-ResourceList-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    ';\n if (image) { ;\n__p += '\\n        data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    ';\n } else { ;\n__p += '\\n        data-image=\"\"\\n    ';\n } ;\n__p += '\\n>';\n if (image) { ;\n__p += '\\n    <img class=\"Rk-ResourceList-Image\" src=\"' +\n__e(image) +\n'\" />\\n';\n } ;\n__p += '\\n<h4 class=\"Rk-ResourceList-Title\">\\n    ';\n if (url) { ;\n__p += '\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">\\n    ';\n } ;\n__p += '\\n    ' +\n((__t = (htitle)) == null ? '' : __t) +\n'\\n    ';\n if (url) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </h4>\\n    ';\n if (description) { ;\n__p += '\\n        <p class=\"Rk-ResourceList-Description\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    ';\n } ;\n__p += '\\n    ';\n if (image) { ;\n__p += '\\n        <div style=\"clear: both;\"></div>\\n    ';\n } ;\n__p += '\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/main.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_bins) { ;\n__p += '\\n    <div class=\"Rk-Bins\">\\n        <div class=\"Rk-Bins-Head\">\\n            <h2 class=\"Rk-Bins-Title\">' +\n__e( translate(\"Select contents:\")) +\n'</h2>\\n            <form class=\"Rk-Web-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Web-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n                <div class=\"Rk-Search-Select\">\\n                    <div class=\"Rk-Search-Current\"></div>\\n                    <ul class=\"Rk-Search-List\"></ul>\\n                </div>\\n                <input type=\"submit\" value=\"\"\\n                    class=\"Rk-Web-Search-Submit Rk-Search-Submit\" title=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n            </form>\\n            <form class=\"Rk-Bins-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Bins-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search in Bins') ) +\n'\" /> <input\\n                    type=\"submit\" value=\"\"\\n                    class=\"Rk-Bins-Search-Submit Rk-Search-Submit\"\\n                    title=\"' +\n__e( translate('Search in Bins') ) +\n'\" />\\n            </form>\\n        </div>\\n        <ul class=\"Rk-Bin-List\"></ul>\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_editor) { ;\n__p += '\\n    <div class=\"Rk-Render Rk-Render-';\n if (options.show_bins) { ;\n__p += 'Panel';\n } else { ;\n__p += 'Full';\n } ;\n__p += '\"></div>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n //TODO: change class to id ;\n__p += '\\n<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Node\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    ';\n if (options.show_node_editor_title_richtext) { ;\n__p += '\\n        <div class=\"Rk-Edit-Title\" contenteditable=\"true\">' +\n((__t = (node.title)) == null ? '' : __t) +\n'</div>\\n    ';\n } else { ;\n__p += '\\n        <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(node.title) +\n'\" />\\n    ';\n } ;\n__p += '    \\n</p>\\n';\n if (options.show_node_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(node.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_types) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Types available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Type\">\\n          ';\n _.each(types, function(type) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( type ) +\n'\"';\n if (node.type === type) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(type.charAt(0).toUpperCase() + type.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_description) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Description:\")) +\n'</label>\\n        ';\n if (options.show_node_editor_description_richtext) { ;\n__p += '\\n            <div class=\"Rk-Edit-Description\" contenteditable=\"true\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</div>\\n        ';\n } else { ;\n__p += '\\n            <textarea class=\"Rk-Edit-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</textarea>\\n        ';\n } ;\n__p += '\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_size) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Size:\")) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Down\">-</a>\\n        <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Size-Value\">' +\n__e(node.size) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Up\">+</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_node_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">\\n        ' +\n__e(renkan.translate(\"Node color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: ' +\n__e(node.color) +\n';\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( node.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e(node.thickness) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_image) { ;\n__p += '\\n    <div class=\"Rk-Edit-ImgWrap\">\\n        <div class=\"Rk-Edit-ImgPreview\">\\n            <img src=\"' +\n__e(node.image || node.image_placeholder) +\n'\" />\\n            ';\n if (node.clip_path) { ;\n__p += '\\n                <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewbox=\"0 0 1 1\" preserveAspectRatio=\"none\">\\n                    <path style=\"stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;\" d=\"' +\n__e( node.clip_path ) +\n'\" />\\n                </svg>\\n            ';\n };\n__p += '\\n        </div>\\n    </div>\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Image URL:\")) +\n'</label>\\n        <div>\\n            <a class=\"Rk-Edit-Image-Del\" href=\"#\"></a>\\n            <input class=\"Rk-Edit-Image\" type=\"text\" value=\\'' +\n__e(node.image) +\n'\\' />\\n        </div>\\n    </p>\\n';\n if (options.allow_image_upload) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Choose Image File:\")) +\n'</label>\\n        <input class=\"Rk-Edit-Image-File\" type=\"file\" accept=\"image/*\" />\\n    </p>\\n';\n };\n\n } ;\n__p += ' ';\n if (options.show_node_editor_creator && node.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_shapes) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Shapes available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Shape\">\\n          ';\n _.each(shapes, function(shape) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( shape ) +\n'\"';\n if (node.shape === shape) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(shape.charAt(0).toUpperCase() + shape.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n((__t = (node.title)) == null ? '' : __t) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">' +\n__e(node.short_uri) +\n'</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_tooltip_description) { ;\n__p += '\\n    <p class=\"Rk-Display-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</p>\\n';\n } ;\n__p += ' ';\n if (node.image && options.show_node_tooltip_image) { ;\n__p += '\\n    <img class=\"Rk-Display-ImgPreview\" src=\"' +\n__e(node.image) +\n'\" />\\n';\n } ;\n__p += ' ';\n if (node.has_creator && options.show_node_tooltip_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n    <a href=\"#?idNode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_video.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(node.title) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n     <video width=\"320\" height=\"240\" controls>\\n        <source src=\"' +\n__e(node.uri) +\n'\" type=\"video/mp4\">\\n     </video> \\n';\n } ;\n__p += '\\n    <a href=\"#?idnode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/scene.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_top_bar) { ;\n__p += '\\n    <div class=\"Rk-TopBar\">\\n        <div class=\"loader\"></div>\\n        ';\n if (!options.editor_mode) { ;\n__p += '\\n            <h2 class=\"Rk-PadTitle\">\\n                ' +\n__e( project.get(\"title\") || translate(\"Untitled project\")) +\n'\\n            </h2>\\n        ';\n } else { ;\n__p += '\\n            <input type=\"text\" class=\"Rk-PadTitle\" value=\"' +\n__e( project.get('title') || '' ) +\n'\" placeholder=\"' +\n__e(translate('Untitled project')) +\n'\" />\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_user_list) { ;\n__p += '\\n            <div class=\"Rk-Users\">\\n                <div class=\"Rk-CurrentUser\">\\n                    ';\n if (options.show_user_color) { ;\n__p += '\\n                        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n                            <span class=\"Rk-CurrentUser-Color\">\\n                            ';\n if (options.user_color_editable) { ;\n__p += '\\n                                <span class=\"Rk-Edit-ColorTip\"></span>\\n                            ';\n } ;\n__p += '\\n                            </span>\\n                            ';\n if (options.user_color_editable) { print(colorPicker) } ;\n__p += '\\n                        </div>\\n                    ';\n } ;\n__p += '\\n                    <span class=\"Rk-CurrentUser-Name\">&lt;unknown user&gt;</span>\\n                </div>\\n                <ul class=\"Rk-UserList\"></ul>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.home_button_url) {;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <a class=\"Rk-TopBar-Button Rk-Home-Button\" href=\"' +\n__e( options.home_button_url ) +\n'\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e( translate(options.home_button_title) ) +\n'\\n                    </div>\\n                </div>\\n            </a>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_fullscreen_button) { ;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <div class=\"Rk-TopBar-Button Rk-FullScreen-Button\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e(translate(\"Full Screen\")) +\n'\\n                    </div>\\n                </div>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.editor_mode) { ;\n__p += '\\n            ';\n if (options.show_addnode_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddNode-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Node\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_addedge_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddEdge-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Edge\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_save_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Save-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\"></div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_open_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Open-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Open Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_bookmarklet) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <a class=\"Rk-TopBar-Button Rk-Bookmarklet-Button\" href=\"#\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Renkan \\'Drag-to-Add\\' bookmarklet\")) +\n'\\n                        </div>\\n                    </div>\\n                </a>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n } else { ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n }; ;\n__p += '\\n        ';\n if (options.show_search_field) { ;\n__p += '\\n            <form action=\"#\" class=\"Rk-GraphSearch-Form\">\\n                <input type=\"search\" class=\"Rk-GraphSearch-Field\" placeholder=\"' +\n__e( translate('Search in graph') ) +\n'\" />\\n            </form>\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n        ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n<div class=\"Rk-Editing-Space';\n if (!options.show_top_bar) { ;\n__p += ' Rk-Editing-Space-Full';\n } ;\n__p += '\">\\n    <div class=\"Rk-Labels\"></div>\\n    <canvas class=\"Rk-Canvas\" ';\n if (options.resize) { ;\n__p += ' resize=\"\" ';\n } ;\n__p += ' ></canvas>\\n    <div class=\"Rk-Notifications\"></div>\\n    <div class=\"Rk-Editor\">\\n        ';\n if (options.show_bins) { ;\n__p += '\\n            <div class=\"Rk-Fold-Bins\">&laquo;</div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_zoom) { ;\n__p += '\\n            <div class=\"Rk-ZoomButtons\">\\n                <div class=\"Rk-ZoomIn\" title=\"' +\n__e(translate('Zoom In')) +\n'\"></div>\\n                <div class=\"Rk-ZoomFit\" title=\"' +\n__e(translate('Zoom Fit')) +\n'\"></div>\\n                <div class=\"Rk-ZoomOut\" title=\"' +\n__e(translate('Zoom Out')) +\n'\"></div>\\n                ';\n if (options.editor_mode && options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSave\" title=\"' +\n__e(translate('Save view')) +\n'\"></div>\\n                ';\n } ;\n__p += '\\n                ';\n if (options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSetSaved\" title=\"' +\n__e(translate('View saved view')) +\n'\"></div>\\n                    ';\n if (options.hide_nodes) { ;\n__p += '\\n                \\t   <div class=\"Rk-ShowHiddenNodes\" title=\"' +\n__e(translate('Show hidden nodes')) +\n'\"></div>\\n                    ';\n } ;\n__p += '       \\n                ';\n } ;\n__p += '\\n            </div>\\n        ';\n } ;\n__p += '\\n    </div>\\n</div>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/search.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"' +\n((__t = ( className )) == null ? '' : __t) +\n'\" data-key=\"' +\n((__t = ( key )) == null ? '' : __t) +\n'\">' +\n((__t = ( title )) == null ? '' : __t) +\n'</li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/wikipedia-bin/resulttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Wikipedia-Result Rk-Bin-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"Wikipedia: ' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL( static_url + 'img/wikipedia.png' ) ) +\n'\">\\n\\n    <img class=\"Rk-Wikipedia-Icon\" src=\"' +\n__e(static_url) +\n'img/wikipedia.png\">\\n    <h4 class=\"Rk-Wikipedia-Title\">\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">' +\n((__t = (htitle)) == null ? '' : __t) +\n'</a>\\n    </h4>\\n    <p class=\"Rk-Wikipedia-Snippet\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n</li>\\n';\n\n}\nreturn __p\n};","/* Declaring the Renkan Namespace Rkns and Default values */\n\n(function(root) {\n\n    \"use strict\";\n\n    if (typeof root.Rkns !== \"object\") {\n        root.Rkns = {};\n    }\n\n    var Rkns = root.Rkns;\n    var $ = Rkns.$ = root.jQuery;\n    var _ = Rkns._ = root._;\n\n    Rkns.pickerColors = [\"#8f1919\", \"#a80000\", \"#d82626\", \"#ff0000\", \"#e87c7c\", \"#ff6565\", \"#f7d3d3\", \"#fecccc\",\n        \"#8f5419\", \"#a85400\", \"#d87f26\", \"#ff7f00\", \"#e8b27c\", \"#ffb265\", \"#f7e5d3\", \"#fee5cc\",\n        \"#8f8f19\", \"#a8a800\", \"#d8d826\", \"#feff00\", \"#e8e87c\", \"#feff65\", \"#f7f7d3\", \"#fefecc\",\n        \"#198f19\", \"#00a800\", \"#26d826\", \"#00ff00\", \"#7ce87c\", \"#65ff65\", \"#d3f7d3\", \"#ccfecc\",\n        \"#198f8f\", \"#00a8a8\", \"#26d8d8\", \"#00feff\", \"#7ce8e8\", \"#65feff\", \"#d3f7f7\", \"#ccfefe\",\n        \"#19198f\", \"#0000a8\", \"#2626d8\", \"#0000ff\", \"#7c7ce8\", \"#6565ff\", \"#d3d3f7\", \"#ccccfe\",\n        \"#8f198f\", \"#a800a8\", \"#d826d8\", \"#ff00fe\", \"#e87ce8\", \"#ff65fe\", \"#f7d3f7\", \"#feccfe\",\n        \"#000000\", \"#242424\", \"#484848\", \"#6d6d6d\", \"#919191\", \"#b6b6b6\", \"#dadada\", \"#ffffff\"\n    ];\n\n    Rkns.__renkans = [];\n\n    var _BaseBin = Rkns._BaseBin = function(_renkan, _opts) {\n        if (typeof _renkan !== \"undefined\") {\n            this.renkan = _renkan;\n            this.renkan.$.find(\".Rk-Bin-Main\").hide();\n            this.$ = Rkns.$('<li>')\n                .addClass(\"Rk-Bin\")\n                .appendTo(_renkan.$.find(\".Rk-Bin-List\"));\n            this.title_icon_$ = Rkns.$('<span>')\n                .addClass(\"Rk-Bin-Title-Icon\")\n                .appendTo(this.$);\n\n            var _this = this;\n\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Close bin\")\n                })\n                .addClass(\"Rk-Bin-Close\")\n                .html('&times;')\n                .appendTo(this.$)\n                .click(function() {\n                    _this.destroy();\n                    if (!_renkan.$.find(\".Rk-Bin-Main:visible\").length) {\n                        _renkan.$.find(\".Rk-Bin-Main:last\").slideDown();\n                    }\n                    _renkan.resizeBins();\n                    return false;\n                });\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Refresh bin\")\n                })\n                .addClass(\"Rk-Bin-Refresh\")\n                .appendTo(this.$)\n                .click(function() {\n                    _this.refresh();\n                    return false;\n                });\n            this.count_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Count\")\n                .appendTo(this.$);\n            this.title_$ = Rkns.$('<h2>')\n                .addClass(\"Rk-Bin-Title\")\n                .appendTo(this.$);\n            this.main_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Main\")\n                .appendTo(this.$)\n                .html('<h4 class=\"Rk-Bin-Loading\">' + _renkan.translate(\"Loading, please wait\") + '</h4>');\n            this.title_$.html(_opts.title || '(new bin)');\n            this.renkan.resizeBins();\n\n            if (_opts.auto_refresh) {\n                window.setInterval(function() {\n                    _this.refresh();\n                }, _opts.auto_refresh);\n            }\n        }\n    };\n\n    _BaseBin.prototype.destroy = function() {\n        this.$.detach();\n        this.renkan.resizeBins();\n    };\n\n    /* Point of entry */\n\n    var Renkan = Rkns.Renkan = function(_opts) {\n        var _this = this;\n\n        Rkns.__renkans.push(this);\n\n        this.options = _.defaults(_opts, Rkns.defaults, {\n            templates: _.defaults(_opts.templates, renkanJST) || renkanJST,\n            node_editor_templates: _.defaults(_opts.node_editor_templates, Rkns.defaults.node_editor_templates)\n        });\n        this.template = renkanJST['templates/main.html'];\n\n        var types_templates = {};\n        _.each(this.options.node_editor_templates, function(value, key) {\n            types_templates[key] = _this.options.templates[value];\n            delete _this.options.templates[value];\n        });\n        this.options.node_editor_templates = types_templates;\n\n        _.each(this.options.property_files, function(f) {\n            Rkns.$.getJSON(f, function(data) {\n                _this.options.properties = _this.options.properties.concat(data);\n            });\n        });\n\n        this.read_only = this.options.read_only || !this.options.editor_mode;\n\n        this.router = new Rkns.Router();\n\n        this.project = new Rkns.Models.Project();\n        this.dataloader = new Rkns.DataLoader.Loader(this.project, this.options);\n\n        this.setCurrentUser = function(user_id, user_name) {\n            this.project.addUser({\n                _id: user_id,\n                title: user_name\n            });\n            this.current_user = user_id;\n            this.renderer.redrawUsers();\n        };\n\n        if (typeof this.options.user_id !== \"undefined\") {\n            this.current_user = this.options.user_id;\n        }\n        this.$ = Rkns.$(\"#\" + this.options.container);\n        this.$\n            .addClass(\"Rk-Main\")\n            .html(this.template(this));\n\n        this.tabs = [];\n        this.search_engines = [];\n\n        this.current_user_list = new Rkns.Models.UsersList();\n\n        this.current_user_list.on(\"add remove\", function() {\n            if (this.renderer) {\n                this.renderer.redrawUsers();\n            }\n        });\n\n        this.colorPicker = (function() {\n            var _tmpl = renkanJST['templates/colorpicker.html'];\n            return '<ul class=\"Rk-Edit-ColorPicker\">' + Rkns.pickerColors.map(function(c) {\n                return _tmpl({\n                    c: c\n                });\n            }).join(\"\") + '</ul>';\n        })();\n\n        if (this.options.show_editor) {\n            this.renderer = new Rkns.Renderer.Scene(this);\n        }\n\n        if (!this.options.search.length) {\n            this.$.find(\".Rk-Web-Search-Form\").detach();\n        } else {\n            var _tmpl = renkanJST['templates/search.html'],\n                _select = this.$.find(\".Rk-Search-List\"),\n                _input = this.$.find(\".Rk-Web-Search-Input\"),\n                _form = this.$.find(\".Rk-Web-Search-Form\");\n            _.each(this.options.search, function(_search, _key) {\n                if (Rkns[_search.type] && Rkns[_search.type].Search) {\n                    _this.search_engines.push(new Rkns[_search.type].Search(_this, _search));\n                }\n            });\n            _select.html(\n                _(this.search_engines).map(function(_search, _key) {\n                    return _tmpl({\n                        key: _key,\n                        title: _search.getSearchTitle(),\n                        className: _search.getBgClass()\n                    });\n                }).join(\"\")\n            );\n            _select.find(\"li\").click(function() {\n                var _el = Rkns.$(this);\n                _this.setSearchEngine(_el.attr(\"data-key\"));\n                _form.submit();\n            });\n            _form.submit(function() {\n                if (_input.val()) {\n                    var _search = _this.search_engine;\n                    _search.search(_input.val());\n                }\n                return false;\n            });\n            this.$.find(\".Rk-Search-Current\").mouseenter(\n                function() {\n                    _select.slideDown();\n                }\n            );\n            this.$.find(\".Rk-Search-Select\").mouseleave(\n                function() {\n                    _select.hide();\n                }\n            );\n            this.setSearchEngine(0);\n        }\n        _.each(this.options.bins, function(_bin) {\n            if (Rkns[_bin.type] && Rkns[_bin.type].Bin) {\n                _this.tabs.push(new Rkns[_bin.type].Bin(_this, _bin));\n            }\n        });\n\n        var elementDropped = false;\n\n        this.$.find(\".Rk-Bins\")\n            .on(\"click\", \".Rk-Bin-Title,.Rk-Bin-Title-Icon\", function() {\n                var _mainDiv = Rkns.$(this).siblings(\".Rk-Bin-Main\");\n                if (_mainDiv.is(\":hidden\")) {\n                    _this.$.find(\".Rk-Bin-Main\").slideUp();\n                    _mainDiv.slideDown();\n                }\n            });\n\n        if (this.options.show_editor) {\n\n            this.$.find(\".Rk-Bins\").on(\"mouseover\", \".Rk-Bin-Item\", function(_e) {\n                var _t = Rkns.$(this);\n                if (_t && $(_t).attr(\"data-uri\")) {\n                    var _models = _this.project.get(\"nodes\").where({\n                        uri: $(_t).attr(\"data-uri\")\n                    });\n                    _.each(_models, function(_model) {\n                        _this.renderer.highlightModel(_model);\n                    });\n                }\n            }).mouseout(function() {\n                _this.renderer.unhighlightAll();\n            }).on(\"mousemove\", \".Rk-Bin-Item\", function(e) {\n                try {\n                    this.dragDrop();\n                } catch (err) {}\n            }).on(\"touchstart\", \".Rk-Bin-Item\", function(e) {\n                elementDropped = false;\n            }).on(\"touchmove\", \".Rk-Bin-Item\", function(e) {\n                e.preventDefault();\n                var touch = e.originalEvent.changedTouches[0],\n                    off = _this.renderer.canvas_$.offset(),\n                    w = _this.renderer.canvas_$.width(),\n                    h = _this.renderer.canvas_$.height();\n                if (touch.pageX >= off.left && touch.pageX < (off.left + w) && touch.pageY >= off.top && touch.pageY < (off.top + h)) {\n                    if (elementDropped) {\n                        _this.renderer.onMouseMove(touch, true);\n                    } else {\n                        elementDropped = true;\n                        var div = document.createElement('div');\n                        div.appendChild(this.cloneNode(true));\n                        _this.renderer.dropData({\n                            \"text/html\": div.innerHTML\n                        }, touch);\n                        _this.renderer.onMouseDown(touch, true);\n                    }\n                }\n            }).on(\"touchend\", \".Rk-Bin-Item\", function(e) {\n                if (elementDropped) {\n                    _this.renderer.onMouseUp(e.originalEvent.changedTouches[0], true);\n                }\n                elementDropped = false;\n            }).on(\"dragstart\", \".Rk-Bin-Item\", function(e) {\n                var div = document.createElement('div');\n                div.appendChild(this.cloneNode(true));\n                try {\n                    e.originalEvent.dataTransfer.setData(\"text/html\", div.innerHTML);\n                } catch (err) {\n                    e.originalEvent.dataTransfer.setData(\"text\", div.innerHTML);\n                }\n            });\n\n        }\n\n        Rkns.$(window).resize(function() {\n            _this.resizeBins();\n        });\n\n        var lastsearch = false,\n            lastval = '';\n\n        this.$.find(\".Rk-Bins-Search-Input\").on(\"change keyup paste input\", function() {\n            var val = Rkns.$(this).val();\n            if (val === lastval) {\n                return;\n            }\n            var search = Rkns.Utils.regexpFromTextOrArray(val.length > 1 ? val : null);\n            if (search.source === lastsearch) {\n                return;\n            }\n            lastsearch = search.source;\n            _.each(_this.tabs, function(tab) {\n                tab.render(search);\n            });\n\n        });\n        this.$.find(\".Rk-Bins-Search-Form\").submit(function() {\n            return false;\n        });\n    };\n\n    Renkan.prototype.translate = function(_text) {\n        if (Rkns.i18n[this.options.language] && Rkns.i18n[this.options.language][_text]) {\n            return Rkns.i18n[this.options.language][_text];\n        }\n        if (this.options.language.length > 2 && Rkns.i18n[this.options.language.substr(0, 2)] && Rkns.i18n[this.options.language.substr(0, 2)][_text]) {\n            return Rkns.i18n[this.options.language.substr(0, 2)][_text];\n        }\n        return _text;\n    };\n\n    Renkan.prototype.onStatusChange = function() {\n        this.renderer.onStatusChange();\n    };\n\n    Renkan.prototype.setSearchEngine = function(_key) {\n        this.search_engine = this.search_engines[_key];\n        this.$.find(\".Rk-Search-Current\").attr(\"class\", \"Rk-Search-Current \" + this.search_engine.getBgClass());\n        var listClasses = this.search_engine.getBgClass().split(\" \");\n        var classes = \"\";\n        for (var i = 0; i < listClasses.length; i++) {\n            classes += \".\" + listClasses[i];\n        }\n        this.$.find(\".Rk-Web-Search-Input.Rk-Search-Input\").attr(\"placeholder\", this.translate(\"Search in \") + this.$.find(\".Rk-Search-List \" + classes).html());\n    };\n\n    Renkan.prototype.resizeBins = function() {\n        var _d = +this.$.find(\".Rk-Bins-Head\").outerHeight();\n        this.$.find(\".Rk-Bin-Title:visible\").each(function() {\n            _d += Rkns.$(this).outerHeight();\n        });\n        this.$.find(\".Rk-Bin-Main\").css({\n            height: this.$.find(\".Rk-Bins\").height() - _d\n        });\n    };\n\n    /* Utility functions */\n    var getUUID4 = function() {\n        return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {\n            var r = Math.random() * 16 | 0,\n                v = c === 'x' ? r : (r & 0x3 | 0x8);\n            return v.toString(16);\n        });\n    };\n\n    Rkns.Utils = {\n        getUUID4: getUUID4,\n        getUID: (function() {\n            function pad(n) {\n                return n < 10 ? '0' + n : n;\n            }\n            var _d = new Date(),\n                ID_AUTO_INCREMENT = 0,\n                ID_BASE = _d.getUTCFullYear() + '-' +\n                pad(_d.getUTCMonth() + 1) + '-' +\n                pad(_d.getUTCDate()) + '-' +\n                getUUID4();\n            return function(_base) {\n                var _n = (++ID_AUTO_INCREMENT).toString(16),\n                    _uidbase = (typeof _base === \"undefined\" ? \"\" : _base + \"-\");\n                while (_n.length < 4) {\n                    _n = '0' + _n;\n                }\n                return _uidbase + ID_BASE + '-' + _n;\n            };\n        })(),\n        getFullURL: function(url) {\n\n            if (typeof(url) === 'undefined' || url == null) {\n                return \"\";\n            }\n            if (/https?:\\/\\//.test(url)) {\n                return url;\n            }\n            var img = new Image();\n            img.src = url;\n            var res = img.src;\n            img.src = null;\n            return res;\n\n        },\n        inherit: function(_baseClass, _callbefore) {\n\n            var _class = function(_arg) {\n                if (typeof _callbefore === \"function\") {\n                    _callbefore.apply(this, Array.prototype.slice.call(arguments, 0));\n                }\n                _baseClass.apply(this, Array.prototype.slice.call(arguments, 0));\n                if (typeof this._init === \"function\" && !this._initialized) {\n                    this._init.apply(this, Array.prototype.slice.call(arguments, 0));\n                    this._initialized = true;\n                }\n            };\n            _.extend(_class.prototype, _baseClass.prototype);\n\n            return _class;\n\n        },\n        regexpFromTextOrArray: (function() {\n            var charsub = [\n                    '[aáàâä]',\n                    '[cç]',\n                    '[eéèêë]',\n                    '[iíìîï]',\n                    '[oóòôö]',\n                    '[uùûü]'\n                ],\n                removeChars = [\n                    String.fromCharCode(768), String.fromCharCode(769), String.fromCharCode(770), String.fromCharCode(771), String.fromCharCode(807),\n                    \"{\", \"}\", \"(\", \")\", \"[\", \"]\", \"【\", \"】\", \"、\", \"・\", \"‥\", \"。\", \"「\", \"」\", \"『\", \"』\", \"〜\", \":\", \"!\", \"?\", \" \",\n                    \",\", \" \", \";\", \"(\", \")\", \".\", \"*\", \"+\", \"\\\\\", \"?\", \"|\", \"{\", \"}\", \"[\", \"]\", \"^\", \"#\", \"/\"\n                ],\n                remsrc = \"[\\\\\" + removeChars.join(\"\\\\\") + \"]\",\n                remrx = new RegExp(remsrc, \"gm\"),\n                charsrx = _.map(charsub, function(c) {\n                    return new RegExp(c);\n                });\n\n            function replaceText(_text) {\n                var txt = _text.toLowerCase().replace(remrx, \"\"),\n                    src = \"\";\n\n                function makeReplaceFunc(l) {\n                    return function(k, v) {\n                        l = l.replace(charsrx[k], v);\n                    };\n                }\n                for (var j = 0; j < txt.length; j++) {\n                    if (j) {\n                        src += remsrc + \"*\";\n                    }\n                    var l = txt[j];\n                    _.each(charsub, makeReplaceFunc(l));\n                    src += l;\n                }\n                return src;\n            }\n\n            function getSource(inp) {\n                switch (typeof inp) {\n                    case \"string\":\n                        return replaceText(inp);\n                    case \"object\":\n                        var src = '';\n                        _.each(inp, function(v) {\n                            var res = getSource(v);\n                            if (res) {\n                                if (src) {\n                                    src += '|';\n                                }\n                                src += res;\n                            }\n                        });\n                        return src;\n                }\n                return '';\n            }\n\n            return function(_textOrArray) {\n                var source = getSource(_textOrArray);\n                if (source) {\n                    var testrx = new RegExp(source, \"im\"),\n                        replacerx = new RegExp('(' + source + ')', \"igm\");\n                    return {\n                        isempty: false,\n                        source: source,\n                        test: function(_t) {\n                            return testrx.test(_t);\n                        },\n                        replace: function(_text, _replace) {\n                            return _text.replace(replacerx, _replace);\n                        }\n                    };\n                } else {\n                    return {\n                        isempty: true,\n                        source: '',\n                        test: function() {\n                            return true;\n                        },\n                        replace: function(_text) {\n                            return text;\n                        }\n                    };\n                }\n            };\n        })(),\n        /* The minimum distance (in pixels) the mouse has to move to consider an element was dragged */\n        _MIN_DRAG_DISTANCE: 2,\n        /* Distance between the inner and outer radius of buttons that appear when hovering on a node */\n        _NODE_BUTTON_WIDTH: 40,\n\n        _EDGE_BUTTON_INNER: 2,\n        _EDGE_BUTTON_OUTER: 40,\n        /* Constants used to know if a specific action is to be performed when clicking on the canvas */\n        _CLICKMODE_ADDNODE: 1,\n        _CLICKMODE_STARTEDGE: 2,\n        _CLICKMODE_ENDEDGE: 3,\n        /* Node size step: Used to calculate the size change when clicking the +/- buttons */\n        _NODE_SIZE_STEP: Math.LN2 / 4,\n        _MIN_SCALE: 1 / 20,\n        _MAX_SCALE: 20,\n        _MOUSEMOVE_RATE: 80,\n        _DOUBLETAP_DELAY: 800,\n        /* Maximum distance in pixels (squared, to reduce calculations)\n         * between two taps when double-tapping on a touch terminal */\n        _DOUBLETAP_DISTANCE: 20 * 20,\n        /* A placeholder so a default colour is displayed when a node has a null value for its user property */\n        _USER_PLACEHOLDER: function(_renkan) {\n            return {\n                color: _renkan.options.default_user_color,\n                title: _renkan.translate(\"(unknown user)\"),\n                get: function(attr) {\n                    return this[attr] || false;\n                }\n            };\n        },\n        /* The code for the \"Drag and Add Bookmarklet\", slightly minified and with whitespaces removed, though\n         * it doesn't seem that it's still a requirement in newer browsers (i.e. the ones compatibles with canvas drawing)\n         */\n        _BOOKMARKLET_CODE: function(_renkan) {\n            return \"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\\\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\\\">\" +\n                _renkan.translate(\"Drag items from this website, drop them in Renkan\").replace(/ /g, \"_\") +\n                \"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\\\/\\\\/[^\\\\/]*twitter\\\\.com\\\\//,s:'.tweet',n:'twitter'},{r:/https?:\\\\/\\\\/[^\\\\/]*google\\\\.[^\\\\/]+\\\\//,s:'.g',n:'google'},{r:/https?:\\\\/\\\\/[^\\\\/]*lemonde\\\\.fr\\\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();\";\n        },\n        /* Shortens text to the required length then adds ellipsis */\n        shortenText: function(_text, _maxlength) {\n            return (_text.length > _maxlength ? (_text.substr(0, _maxlength) + '…') : _text);\n        },\n        /* Drawing an edit box with an arrow and positioning the edit box according to the position of the node/edge being edited\n         * Called by Rkns.Renderer.NodeEditor and Rkns.Renderer.EdgeEditor */\n        drawEditBox: function(_options, _coords, _path, _xmargin, _selector) {\n            _selector.css({\n                width: (_options.tooltip_width - 2 * _options.tooltip_padding)\n            });\n            var _height = _selector.outerHeight() + 2 * _options.tooltip_padding,\n                _isLeft = (_coords.x < paper.view.center.x ? 1 : -1),\n                _left = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length),\n                _right = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length + _options.tooltip_width),\n                _top = _coords.y - _height / 2;\n            if (_top + _height > (paper.view.size.height - _options.tooltip_margin)) {\n                _top = Math.max(paper.view.size.height - _options.tooltip_margin, _coords.y + _options.tooltip_arrow_width / 2) - _height;\n            }\n            if (_top < _options.tooltip_margin) {\n                _top = Math.min(_options.tooltip_margin, _coords.y - _options.tooltip_arrow_width / 2);\n            }\n            var _bottom = _top + _height;\n            /* jshint laxbreak:true */\n            _path.segments[0].point = _path.segments[7].point = _coords.add([_isLeft * _xmargin, 0]);\n            _path.segments[1].point.x = _path.segments[2].point.x = _path.segments[5].point.x = _path.segments[6].point.x = _left;\n            _path.segments[3].point.x = _path.segments[4].point.x = _right;\n            _path.segments[2].point.y = _path.segments[3].point.y = _top;\n            _path.segments[4].point.y = _path.segments[5].point.y = _bottom;\n            _path.segments[1].point.y = _coords.y - _options.tooltip_arrow_width / 2;\n            _path.segments[6].point.y = _coords.y + _options.tooltip_arrow_width / 2;\n            _path.fillColor = new paper.Color(new paper.Gradient([_options.tooltip_top_color, _options.tooltip_bottom_color]), [0, _top], [0, _bottom]);\n            _selector.css({\n                left: (_options.tooltip_padding + Math.min(_left, _right)),\n                top: (_options.tooltip_padding + _top)\n            });\n            return _path;\n        },\n        // from http://stackoverflow.com/a/6444043\n        increaseBrightness: function (hex, percent){\n            // strip the leading # if it's there\n            hex = hex.replace(/^\\s*#|\\s*$/g, '');\n\n            // convert 3 char codes --> 6, e.g. `E0F` --> `EE00FF`\n            if(hex.length === 3){\n                hex = hex.replace(/(.)/g, '$1$1');\n            }\n\n            var r = parseInt(hex.substr(0, 2), 16),\n                g = parseInt(hex.substr(2, 2), 16),\n                b = parseInt(hex.substr(4, 2), 16);\n\n            return '#' +\n               ((0|(1<<8) + r + (256 - r) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + g + (256 - g) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + b + (256 - b) * percent / 100).toString(16)).substr(1);\n        }\n    };\n})(window);\n\n/* END main.js */\n","(function(root) {\n    \"use strict\";\n    \n    var Backbone = root.Backbone;\n    \n    var Router = root.Rkns.Router = Backbone.Router.extend({\n        routes: {\n            '': 'index'\n        },\n        \n        index: function (parameters) {\n            \n            var result = {};\n            if (parameters !== null){\n                parameters.split(\"&\").forEach(function(part) {\n                    var item = part.split(\"=\");\n                    result[item[0]] = decodeURIComponent(item[1]);\n                });\n            }\n            this.trigger('router', result);        \n        }  \n    });\n\n})(window);","(function(root) {\n\n    \"use strict\";\n\n    var DataLoader = root.Rkns.DataLoader = {\n        converters: {\n            from1to2: function(data) {\n\n                var i, len;\n                if(typeof data.nodes !== 'undefined') {\n                    for(i=0, len=data.nodes.length; i<len; i++) {\n                        var node = data.nodes[i];\n                        if(node.color) {\n                            node.style = {\n                                color: node.color,\n                            };\n                        }\n                        else {\n                            node.style = {};\n                        }\n                    }\n                }\n                if(typeof data.edges !== 'undefined') {\n                    for(i=0, len=data.edges.length; i<len; i++) {\n                        var edge = data.edges[i];\n                        if(edge.color) {\n                            edge.style = {\n                                color: edge.color,\n                            };\n                        }\n                        else {\n                            edge.style = {};\n                        }\n                    }\n                }\n\n                data.schema_version = \"2\";\n\n                return data;\n            },\n        }\n    };\n\n\n    DataLoader.Loader = function(project, options) {\n        this.project = project;\n        this.dataConverters = _.defaults(options.converters || {}, DataLoader.converters);\n    };\n\n\n    DataLoader.Loader.prototype.convert = function(data) {\n        var schemaVersionFrom = this.project.getSchemaVersion(data);\n        var schemaVersionTo = this.project.getSchemaVersion();\n\n        if (schemaVersionFrom !== schemaVersionTo) {\n            var converterName = \"from\" + schemaVersionFrom + \"to\" + schemaVersionTo;\n            if (typeof this.dataConverters[converterName] === 'function') {\n                data = this.dataConverters[converterName](data);\n            }\n        }\n        return data;\n    };\n\n    DataLoader.Loader.prototype.load = function(data) {\n        this.project.set(this.convert(data), {\n            validate: true\n        });\n    };\n\n})(window);\n","(function(root) {\n    \"use strict\";\n\n    var Backbone = root.Backbone;\n\n    var Models = root.Rkns.Models = {};\n\n    Models.getUID = function(obj) {\n        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g,\n                function(c) {\n                    var r = Math.random() * 16 | 0, v = c === 'x' ? r\n                            : (r & 0x3 | 0x8);\n                    return v.toString(16);\n                });\n        if (typeof obj !== 'undefined') {\n            return obj.type + \"-\" + guid;\n        }\n        else {\n            return guid;\n        }\n    };\n\n    var RenkanModel = Backbone.RelationalModel.extend({\n        idAttribute : \"_id\",\n        constructor : function(options) {\n\n            if (typeof options !== \"undefined\") {\n                options._id = options._id || options.id || Models.getUID(this);\n                options.title = options.title || \"\";\n                options.description = options.description || \"\";\n                options.uri = options.uri || \"\";\n\n                if (typeof this.prepare === \"function\") {\n                    options = this.prepare(options);\n                }\n            }\n            Backbone.RelationalModel.prototype.constructor.call(this, options);\n        },\n        validate : function() {\n            if (!this.type) {\n                return \"object has no type\";\n            }\n        },\n        addReference : function(_options, _propName, _list, _id, _default) {\n            var _element = _list.get(_id);\n            if (typeof _element === \"undefined\" &&\n                typeof _default !== \"undefined\") {\n                _options[_propName] = _default;\n            }\n            else {\n                _options[_propName] = _element;\n            }\n        }\n    });\n\n    // USER\n    var User = Models.User = RenkanModel.extend({\n        type : \"user\",\n        prepare : function(options) {\n            options.color = options.color || \"#666666\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                color : this.get(\"color\")\n            };\n        }\n    });\n\n    // NODE\n    var Node = Models.Node = RenkanModel.extend({\n        type : \"node\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                position : this.get(\"position\"),\n                image : this.get(\"image\"),\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                size : this.get(\"size\"),\n                clip_path : this.get(\"clip_path\"),\n                shape : this.get(\"shape\"),  \n                type : this.get(\"type\")\n            };\n        }\n    });\n\n    // EDGE\n    var Edge = Models.Edge = RenkanModel.extend({\n        type : \"edge\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        }, {\n            type : Backbone.HasOne,\n            key : \"from\",\n            relatedModel : Node\n        }, {\n            type : Backbone.HasOne,\n            key : \"to\",\n            relatedModel : Node\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            this.addReference(options, \"from\", project.get(\"nodes\"),\n                    options.from);\n            this.addReference(options, \"to\", project.get(\"nodes\"), options.to);\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                from : this.get(\"from\") ? this.get(\"from\").get(\"_id\") : null,\n                to : this.get(\"to\") ? this.get(\"to\").get(\"_id\") : null,\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null\n            };\n        }\n    });\n\n    // View\n    var View = Models.View = RenkanModel.extend({\n        type : \"view\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            if (typeof options.offset !== \"undefined\") {\n                var offset = {};\n                if (Array.isArray(options.offset)) {\n                    offset.x = options.offset[0];\n                    offset.y = options.offset.length > 1 ? options.offset[1]\n                            : options.offset[0];\n                }\n                else if (options.offset.x != null) {\n                    offset.x = options.offset.x;\n                    offset.y = options.offset.y;\n                }\n                options.offset = offset;\n            }\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                zoom_level : this.get(\"zoom_level\"),\n                offset : this.get(\"offset\"),\n                title : this.get(\"title\"),\n                description : this.get(\"description\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                hidden_nodes: this.get(\"hidden_nodes\")\n            // Don't need project id\n            };\n        }\n    });\n\n    // PROJECT\n    var Project = Models.Project = RenkanModel.extend({\n        schema_version : \"2\",\n        type : \"project\",\n        blacklist : [ 'saveStatus', 'loadingStatus'],\n        relations : [ {\n            type : Backbone.HasMany,\n            key : \"users\",\n            relatedModel : User,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"nodes\",\n            relatedModel : Node,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"edges\",\n            relatedModel : Edge,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"views\",\n            relatedModel : View,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        } ],\n        addUser : function(_props, _options) {\n            _props.project = this;\n            var _user = User.findOrCreate(_props);\n            this.get(\"users\").push(_user, _options);\n            return _user;\n        },\n        addNode : function(_props, _options) {\n            _props.project = this;\n            var _node = Node.findOrCreate(_props);\n            this.get(\"nodes\").push(_node, _options);\n            return _node;\n        },\n        addEdge : function(_props, _options) {\n            _props.project = this;\n            var _edge = Edge.findOrCreate(_props);\n            this.get(\"edges\").push(_edge, _options);\n            return _edge;\n        },\n        addView : function(_props, _options) {\n            _props.project = this;\n            // TODO: check if need to replace with create only\n            var _view = View.findOrCreate(_props);\n            // TODO: Should we remember only one view?\n            this.get(\"views\").push(_view, _options);\n            return _view;\n        },\n        removeNode : function(_model) {\n            this.get(\"nodes\").remove(_model);\n        },\n        removeEdge : function(_model) {\n            this.get(\"edges\").remove(_model);\n        },\n        validate : function(options) {\n            var _project = this;\n            _.each(\n              [].concat(options.users, options.nodes, options.edges,options.views),\n              function(_item) {\n                if (_item) {\n                    _item.project = _project;\n                }\n              }\n            );\n        },\n        getSchemaVersion : function(data) {\n          var t = data;\n          if(typeof(t) === \"undefined\") {\n            t = this;\n          }\n          var version = t.schema_version;\n          if(!version) {\n            return 1;\n          }\n          else {\n            return version;\n          }\n        },\n        // Add event handler to remove edges when a node is removed\n        initialize : function() {\n            var _this = this;\n            this.on(\"remove:nodes\", function(_node) {\n                _this.get(\"edges\").remove(\n                        _this.get(\"edges\").filter(\n                                function(_edge) {\n                                    return _edge.get(\"from\") === _node ||\n                                           _edge.get(\"to\") === _node;\n                                }));\n            });\n        },\n        toJSON : function() {\n            var json = _.clone(this.attributes);\n            for ( var attr in json) {\n                if ((json[attr] instanceof Backbone.Model) ||\n                        (json[attr] instanceof Backbone.Collection) ||\n                        (json[attr] instanceof RenkanModel)) {\n                    json[attr] = json[attr].toJSON();\n                }\n            }\n            return _.omit(json, this.blacklist);\n        }\n    });\n\n    var RosterUser = Models.RosterUser = Backbone.Model\n            .extend({\n                type : \"roster_user\",\n                idAttribute : \"_id\",\n\n                constructor : function(options) {\n\n                    if (typeof options !== \"undefined\") {\n                        options._id = options._id ||\n                            options.id ||\n                            Models.getUID(this);\n                        options.title = options.title || \"(untitled \" + this.type + \")\";\n                        options.description = options.description || \"\";\n                        options.uri = options.uri || \"\";\n                        options.project = options.project || null;\n                        options.site_id = options.site_id || 0;\n\n                        if (typeof this.prepare === \"function\") {\n                            options = this.prepare(options);\n                        }\n                    }\n                    Backbone.Model.prototype.constructor.call(this, options);\n                },\n\n                validate : function() {\n                    if (!this.type) {\n                        return \"object has no type\";\n                    }\n                },\n\n                prepare : function(options) {\n                    options.color = options.color || \"#666666\";\n                    return options;\n                },\n\n                toJSON : function() {\n                    return {\n                        _id : this.get(\"_id\"),\n                        title : this.get(\"title\"),\n                        uri : this.get(\"uri\"),\n                        description : this.get(\"description\"),\n                        color : this.get(\"color\"),\n                        project : (this.get(\"project\") != null) ? this.get(\n                                \"project\").get(\"id\") : null,\n                        site_id : this.get(\"site_id\")\n                    };\n                }\n            });\n\n    var UsersList = Models.UsersList = Backbone.Collection.extend({\n        model : RosterUser\n    });\n\n})(window);\n","Rkns.defaults = {\n\n    language: (navigator.language || navigator.userLanguage || \"en\"),\n        /* GUI Language */\n    container: \"renkan\",\n        /* GUI Container DOM element ID */\n    search: [],\n        /* List of Search Engines */\n    bins: [],\n           /* List of Bins */\n    static_url: \"\",\n        /* URL for static resources */\n    popup_editor: true,\n        /* show the node editor as a popup inside the renkan view */\n    editor_panel: 'editor-panel',\n        /* GUI continer DOM element ID of the editor panel */\n    show_bins: true,\n        /* Show bins in left column */\n    properties: [],\n        /* Semantic properties for edges */\n    show_editor: true,\n        /* Show the graph editor... Setting this to \"false\" only shows the bins part ! */\n    read_only: false,\n        /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */\n    editor_mode: true,\n        /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true.  */\n    manual_save: false,\n        /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */\n    show_top_bar: true,\n        /* Show the top bar, (title, buttons, users) */\n    default_user_color: \"#303030\",\n    size_bug_fix: false,\n        /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */\n    force_resize: false,\n    allow_double_click: true,\n        /* Allows Double Click to create a node on an empty background */\n    zoom_on_scroll: true,\n        /* Allows to use the scrollwheel to zoom */\n    element_delete_delay: 0,\n        /* Delay between clicking on the bin on an element and really deleting it\n           Set to 0 for delete confirm */\n    autoscale_padding: 50,\n    resize: true,\n\n    /* zoom options */\n    show_zoom: true,\n        /* show zoom buttons */\n    save_view: true,\n        /* show buttons to save view */\n    default_view: false,\n        /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */\n    default_index_view: -1,\n    \n    /* URL parsing */\n    update_url:true,\n        /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */\n    \n\n    /* TOP BAR BUTTONS */\n    show_search_field: true,\n    show_user_list: true,\n    user_name_editable: true,\n    user_color_editable: true,\n    show_user_color: true,\n    show_save_button: true,\n    show_export_button: true,\n    show_open_button: false,\n    show_addnode_button: true,\n    show_addedge_button: true,\n    show_bookmarklet: true,\n    show_fullscreen_button: true,\n    home_button_url: false,\n    home_button_title: \"Home\",\n\n    /* MINI-MAP OPTIONS */\n\n    show_minimap: true,\n        /* Show a small map at the bottom right */\n    minimap_width: 160,\n    minimap_height: 120,\n    minimap_padding: 20,\n    minimap_background_color: \"#ffffff\",\n    minimap_border_color: \"#cccccc\",\n    minimap_highlight_color: \"#ffff00\",\n    minimap_highlight_weight: 5,\n\n\n    /* EDGE/NODE COMMON OPTIONS */\n\n    buttons_background: \"#202020\",\n    buttons_label_color: \"#c000c0\",\n    buttons_label_font_size: 9,\n\n    ghost_opacity : 0.3,\n        /* opacity when the hidden element is revealed */\n    default_dash_array : [4, 5],\n        /* dash line genometry */\n\n    /* NODE DISPLAY OPTIONS */\n\n    show_node_circles: true,\n        /* Show circles for nodes */\n    clip_node_images: true,\n        /* Constraint node images to circles */\n    node_images_fill_mode: false,\n        /* Set to false for \"letterboxing\" (height/width of node adapted to show full image)\n           Set to true for \"crop\" (adapted to fill circle) */\n    node_size_base: 25,\n    node_stroke_width: 2,\n    node_stroke_max_width: 12,\n    selected_node_stroke_width: 4,\n    selected_node_stroke_max_width: 24,\n    node_stroke_witdh_scale: 5,\n    node_fill_color: \"#ffffff\",\n    highlighted_node_fill_color: \"#ffff00\",\n    node_label_distance: 5,\n        /* Vertical distance between node and label */\n    node_label_max_length: 60,\n        /* Maximum displayed text length */\n    label_untitled_nodes: \"(untitled)\",\n        /* Label to display on untitled nodes */\n    hide_nodes: true,\n        /* allow hide/show nodes */\n    change_shapes: true,\n        /* Change shapes enabled */\n    change_types: true,\n    /* Change type enabled */\n\n    /* NODE EDITOR TEMPLATE*/\n\n    node_editor_templates: {\n        \"default\": \"templates/nodeeditor_readonly.html\",\n        \"video\": \"templates/nodeeditor_video.html\"\n    },\n\n    /* EDGE DISPLAY OPTIONS */\n\n    edge_stroke_width: 2,\n    edge_stroke_max_width: 12,\n    selected_edge_stroke_width: 4,\n    selected_edge_stroke_max_width: 24,\n    edge_stroke_witdh_scale: 5,\n\n    edge_label_distance: 0,\n    edge_label_max_length: 20,\n    edge_arrow_length: 18,\n    edge_arrow_width: 12,\n    edge_arrow_max_width: 32,\n    edge_gap_in_bundles: 12,\n    label_untitled_edges: \"\",\n\n    /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */\n\n    tooltip_width: 275,\n    tooltip_padding: 10,\n    tooltip_margin: 15,\n    tooltip_arrow_length : 20,\n    tooltip_arrow_width : 40,\n    tooltip_top_color: \"#f0f0f0\",\n    tooltip_bottom_color: \"#d0d0d0\",\n    tooltip_border_color: \"#808080\",\n    tooltip_border_width: 1,\n    tooltip_opacity: 0.8,\n\n    richtext_editor_config: {\n        toolbarGroups: [\n            { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },\n            { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },\n            '/',\n\t        { name: 'styles'},\n        ],\n        removePlugins : 'colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates',\n    },\n\n    /* NODE EDITOR OPTIONS */\n\n    show_node_editor_uri: true,\n    show_node_editor_description: true,\n    show_node_editor_description_richtext: true,\n    show_node_editor_size: true,\n    show_node_editor_style: true,\n    show_node_editor_style_color: true,\n    show_node_editor_style_dash: true,\n    show_node_editor_style_thickness: true,\n    show_node_editor_image: true,\n    show_node_editor_creator: true,\n    allow_image_upload: true,\n    uploaded_image_max_kb: 500,\n\n\n    /* NODE TOOLTIP OPTIONS */\n\n    show_node_tooltip_uri: true,\n    show_node_tooltip_description: true,\n    show_node_tooltip_color: true,\n    show_node_tooltip_image: true,\n    show_node_tooltip_creator: true,\n\n    /* EDGE EDITOR OPTIONS */\n\n    show_edge_editor_uri: true,\n    show_edge_editor_style: true,\n    show_edge_editor_style_color: true,\n    show_edge_editor_style_dash: true,\n    show_edge_editor_style_thickness: true,\n    show_edge_editor_style_arrow: true,\n    show_edge_editor_direction: true,\n    show_edge_editor_nodes: true,\n    show_edge_editor_creator: true,\n\n    /* EDGE TOOLTIP OPTIONS */\n\n    show_edge_tooltip_uri: true,\n    show_edge_tooltip_color: true,\n    show_edge_tooltip_nodes: true,\n    show_edge_tooltip_creator: true,\n\n};\n","Rkns.i18n = {\n    fr: {\n        \"Edit Node\": \"Édition d’un nœud\",\n        \"Edit Edge\": \"Édition d’un lien\",\n        \"Title:\": \"Titre :\",\n        \"URI:\": \"URI :\",\n        \"Description:\": \"Description :\",\n        \"From:\": \"De :\",\n        \"To:\": \"Vers :\",\n        \"Image\": \"Image\",\n        \"Image URL:\": \"URL d'Image\",\n        \"Choose Image File:\": \"Choisir un fichier image\",\n        \"Full Screen\": \"Mode plein écran\",\n        \"Add Node\": \"Ajouter un nœud\",\n        \"Add Edge\": \"Ajouter un lien\",\n        \"Save Project\": \"Enregistrer le projet\",\n        \"Open Project\": \"Ouvrir un projet\",\n        \"Auto-save enabled\": \"Enregistrement automatique activé\",\n        \"Connection lost\": \"Connexion perdue\",\n        \"Created by:\": \"Créé par :\",\n        \"Zoom In\": \"Agrandir l’échelle\",\n        \"Zoom Out\": \"Rapetisser l’échelle\",\n        \"Edit\": \"Éditer\",\n        \"Remove\": \"Supprimer\",\n        \"Cancel deletion\": \"Annuler la suppression\",\n        \"Link to another node\": \"Créer un lien\",\n        \"Enlarge\": \"Agrandir\",\n        \"Shrink\": \"Rétrécir\",\n        \"Click on the background canvas to add a node\": \"Cliquer sur le fond du graphe pour rajouter un nœud\",\n        \"Click on a first node to start the edge\": \"Cliquer sur un premier nœud pour commencer le lien\",\n        \"Click on a second node to complete the edge\": \"Cliquer sur un second nœud pour terminer le lien\",\n        \"Wikipedia\": \"Wikipédia\",\n        \"Wikipedia in \": \"Wikipédia en \",\n        \"French\": \"Français\",\n        \"English\": \"Anglais\",\n        \"Japanese\": \"Japonais\",\n        \"Untitled project\": \"Projet sans titre\",\n        \"Lignes de Temps\": \"Lignes de Temps\",\n        \"Loading, please wait\": \"Chargement en cours, merci de patienter\",\n        \"Edge color:\": \"Couleur :\",\n        \"Dash:\": \"Point. :\",\n        \"Thickness:\": \"Epaisseur :\",\n        \"Arrow:\": \"Flèche :\",\n        \"Node color:\": \"Couleur :\",\n        \"Choose color\": \"Choisir une couleur\",\n        \"Change edge direction\": \"Changer le sens du lien\",\n        \"Do you really wish to remove node \": \"Voulez-vous réellement supprimer le nœud \",\n        \"Do you really wish to remove edge \": \"Voulez-vous réellement supprimer le lien \",\n        \"This file is not an image\": \"Ce fichier n'est pas une image\",\n        \"Image size must be under \": \"L'image doit peser moins de \",\n        \"Size:\": \"Taille :\",\n        \"KB\": \"ko\",\n        \"Choose from vocabulary:\": \"Choisir dans un vocabulaire :\",\n        \"SKOS Documentation properties\": \"SKOS: Propriétés documentaires\",\n        \"has note\": \"a pour note\",\n        \"has example\": \"a pour exemple\",\n        \"has definition\": \"a pour définition\",\n        \"SKOS Semantic relations\": \"SKOS: Relations sémantiques\",\n        \"has broader\": \"a pour concept plus large\",\n        \"has narrower\": \"a pour concept plus étroit\",\n        \"has related\": \"a pour concept apparenté\",\n        \"Dublin Core Metadata\": \"Métadonnées Dublin Core\",\n        \"has contributor\": \"a pour contributeur\",\n        \"covers\": \"couvre\",\n        \"created by\": \"créé par\",\n        \"has date\": \"a pour date\",\n        \"published by\": \"édité par\",\n        \"has source\": \"a pour source\",\n        \"has subject\": \"a pour sujet\",\n        \"Dragged resource\": \"Ressource glisée-déposée\",\n        \"Search the Web\": \"Rechercher en ligne\",\n        \"Search in Bins\": \"Rechercher dans les chutiers\",\n        \"Close bin\": \"Fermer le chutier\",\n        \"Refresh bin\": \"Rafraîchir le chutier\",\n        \"(untitled)\": \"(sans titre)\",\n        \"Select contents:\": \"Sélectionner des contenus :\",\n        \"Drag items from this website, drop them in Renkan\": \"Glissez des éléments de ce site web vers Renkan\",\n        \"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\": \"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan\",\n        \"Shapes available\": \"Formes disponibles\",\n        \"Circle\": \"Cercle\",\n        \"Square\": \"Carré\",\n        \"Diamond\": \"Losange\",\n        \"Hexagone\": \"Hexagone\",\n        \"Ellipse\": \"Ellipse\",\n        \"Star\": \"Étoile\",\n        \"Cloud\": \"Nuage\",\n        \"Triangle\": \"Triangle\",\n        \"Zoom Fit\": \"Ajuster le Zoom\",\n        \"Download Project\": \"Télécharger le projet\",\n        \"Save view\": \"Sauver la vue\",\n        \"View saved view\": \"Restaurer la Vue\",\n        \"Renkan \\'Drag-to-Add\\' bookmarklet\": \"Renkan \\'Deplacer-Pour-Ajouter\\' Signet\",\n        \"(unknown user)\":\"(non authentifié)\",\n        \"<unknown user>\":\"<non authentifié>\",\n        \"Search in graph\":\"Rechercher dans carte\",\n        \"Search in \" : \"Chercher dans \"\n    }\n};\n","/* Saves the Full JSON at each modification */\n\nRkns.jsonIO = function(_renkan, _opts) {\n    var _proj = _renkan.project;\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'PUT';\n    }\n    var _load = function() {\n        _renkan.renderer.redrawActive = false;\n        _proj.set({\n            loadingStatus : true\n        });\n        Rkns.$.getJSON(_opts.url, function(_data) {\n            _renkan.dataloader.load(_data);\n            _proj.set({\n                loadingStatus : false\n            });\n            _proj.set({\n                saveStatus : 0\n            });\n            _renkan.renderer.redrawActive = true;\n        });\n    };\n    var _save = function() {\n        _proj.set({\n            saveStatus : 2\n        });\n        var _data = _proj.toJSON();\n        if (!_renkan.read_only) {\n            Rkns.$.ajax({\n                type : _opts.http_method,\n                url : _opts.url,\n                contentType : \"application/json\",\n                data : JSON.stringify(_data),\n                success : function(data, textStatus, jqXHR) {\n                    _proj.set({\n                        saveStatus : 0\n                    });\n                }\n            });\n        }\n\n    };\n    var _thrSave = Rkns._.throttle(function() {\n        setTimeout(_save, 100);\n    }, 1000);\n    \n    //TODO: Rearrange to avoid the 2 firts PUT due to a change in the project model\n    // Take car of setting up the listener correctly to listen the save action on the view\n    _proj.on(\"add:nodes add:edges add:users add:views\", function(_model) {\n        _model.on(\"change remove\", function(_model) {\n            _thrSave();\n        });\n        _thrSave();\n    });\n    _proj.on(\"change\", function() {\n        if (!(_proj.changedAttributes.length === 1 && _proj\n                .hasChanged('saveStatus'))) {\n            _thrSave();\n        }\n    });\n\n    _load();\n};\n","/* Saves the Full JSON once */\n\nRkns.jsonIOSaveOnClick = function(_renkan, _opts) {\n    var _proj = _renkan.project,\n        _saveWarn = false,\n        _onLeave = function() {\n            return \"Project not saved\";\n        };\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'POST';\n    }\n    var _load = function() {\n        var getdata = {},\n            rx = /id=([^&#?=]+)/,\n            matches = document.location.hash.match(rx);\n        if (matches) {\n            getdata.id = matches[1];\n        }\n        Rkns.$.ajax({\n            url: _opts.url,\n            data: getdata,\n            beforeSend: function(){\n                _renkan.renderer.redrawActive = false;\n            \t_proj.set({loadingStatus:true});\n            },\n            success: function(_data) {\n                _renkan.dataloader.load(_data);\n                _proj.set({loadingStatus:false});\n                _proj.set({saveStatus:0});\n                _renkan.renderer.redrawActive = true;\n            }\n        });\n    };\n    var _save = function() {\n        _proj.set(\"saved_at\", new Date());\n        var _data = _proj.toJSON();\n        Rkns.$.ajax({\n            type: _opts.http_method,\n            url: _opts.url,\n            contentType: \"application/json\",\n            data: JSON.stringify(_data),\n            beforeSend: function(){\n            \t_proj.set({saveStatus:2});\n            },\n            success: function(data, textStatus, jqXHR) {\n                $(window).off(\"beforeunload\", _onLeave);\n                _saveWarn = false;\n                _proj.set({saveStatus:0});\n                //document.location.hash = \"#id=\" + data.id;\n                //$(\".Rk-Notifications\").text(\"Saved as \"+document.location.href).fadeIn().delay(2000).fadeOut();\n            }\n        });\n    };\n    var _checkLeave = function() {\n    \t_proj.set({saveStatus:1});\n\n        var title = _proj.get(\"title\");\n        if (title && _proj.get(\"nodes\").length) {\n            $(\".Rk-Save-Button\").removeClass(\"disabled\");\n        } else {\n            $(\".Rk-Save-Button\").addClass(\"disabled\");\n        }\n        if (title) {\n            $(\".Rk-PadTitle\").css(\"border-color\",\"#333333\");\n        }\n        if (!_saveWarn) {\n            _saveWarn = true;\n            $(window).on(\"beforeunload\", _onLeave);\n        }\n    };\n    _load();\n    _proj.on(\"add:nodes add:edges add:users change\", function(_model) {\n\t    _model.on(\"change remove\", function(_model) {\n\t    \tif(!(_model.changedAttributes.length === 1 && _model.hasChanged('saveStatus'))) {\n\t    \t\t_checkLeave();\n\t    \t}\n\t    });\n\t\tif(!(_proj.changedAttributes.length === 1 && _proj.hasChanged('saveStatus'))) {\n\t\t    _checkLeave();\n    \t}\n    });\n    _renkan.renderer.save = function() {\n        if ($(\".Rk-Save-Button\").hasClass(\"disabled\")) {\n            if (!_proj.get(\"title\")) {\n                $(\".Rk-PadTitle\").css(\"border-color\",\"#ff0000\");\n            }\n        } else {\n            _save();\n        }\n    };\n};\n","(function(Rkns) {\n\"use strict\";\n\nvar _ = Rkns._;\n\nvar Ldt = Rkns.Ldt = {};\n\nvar Bin = Ldt.Bin = function(_renkan, _opts) {\n    if (_opts.ldt_type) {\n        var Resclass = Ldt[_opts.ldt_type+\"Bin\"];\n        if (Resclass) {\n            return new Resclass(_renkan, _opts);\n        }\n    }\n    console.error(\"No such LDT Bin Type\");\n};\n\nvar ProjectBin = Ldt.ProjectBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nProjectBin.prototype.tagTemplate = renkanJST['templates/ldtjson-bin/tagtemplate.html'];\n\nProjectBin.prototype.annotationTemplate = renkanJST['templates/ldtjson-bin/annotationtemplate.html'];\n\nProjectBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.proj_id = _opts.project_id;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.title_$.html(_opts.title);\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nProjectBin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '<li><h3>Tags</h3></li>',\n        _projtitle = this.data.meta[\"dc:title\"],\n        _this = this,\n        count = 0;\n    _this.title_$.text('LDT Project: \"' + _projtitle + '\"');\n    _.map(_this.data.tags,function(_tag) {\n        var _title = _tag.meta[\"dc:title\"];\n        if (!search.isempty && !search.test(_title)) {\n            return;\n        }\n        count++;\n        _html += _this.tagTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            encodedtitle : encodeURIComponent(_title),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _html += '<li><h3>Annotations</h3></li>';\n    _.map(_this.data.annotations,function(_annotation) {\n        var _description = _annotation.content.description,\n            _title = _annotation.content.title.replace(_description,\"\");\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _annotation.end - _annotation.begin,\n            _img = (\n                (_annotation.content && _annotation.content.img && _annotation.content.img.src) ?\n                  _annotation.content.img.src :\n                  ( _duration ? _this.renkan.options.static_url+\"img/ldt-segment.png\" : _this.renkan.options.static_url+\"img/ldt-point.png\" )\n            );\n        _html += _this.annotationTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_annotation.begin),\n            end: convertTC(_annotation.end),\n            duration: convertTC(_duration),\n            mediaid: _annotation.media,\n            annotationid: _annotation.id,\n            image: _img,\n            static_url: _this.renkan.options.static_url\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nProjectBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/ldt/cljson/id/' + this.proj_id,\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\nvar Search = Ldt.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nSearch.prototype.getBgClass = function() {\n    return \"Rk-Ldt-Icon\";\n};\n\nSearch.prototype.getSearchTitle = function() {\n    return this.renkan.translate(\"Lignes de Temps\");\n};\n\nSearch.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new ResultsBin(this.renkan, {\n            search: _q\n        })\n    );\n};\n\nvar ResultsBin = Ldt.ResultsBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nResultsBin.prototype.segmentTemplate = renkanJST['templates/ldtjson-bin/segmenttemplate.html'];\n\nResultsBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.max_results = _opts.max_results || 50;\n    this.search = _opts.search;\n    this.title_$.html('Lignes de Temps: \"' + _opts.search + '\"');\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nResultsBin.prototype.render = function(searchbase) {\n    if (!this.data) {\n        return;\n    }\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '',\n        _this = this,\n        count = 0;\n    _.each(this.data.objects,function(_segment) {\n        var _description = _segment.abstract,\n            _title = _segment.title;\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _segment.duration,\n            _begin = _segment.start_ts,\n            _end = + _segment.duration + _begin,\n            _img = (\n                _duration ?\n                  _this.renkan.options.static_url + \"img/ldt-segment.png\" :\n                  _this.renkan.options.static_url + \"img/ldt-point.png\"\n            );\n        _html += _this.segmentTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_begin),\n            end: convertTC(_end),\n            duration: convertTC(_duration),\n            mediaid: _segment.iri_id,\n            //projectid: _segment.project_id,\n            //cuttingid: _segment.cutting_id,\n            annotationid: _segment.element_id,\n            image: _img\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nResultsBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/api/ldt/1.0/segments/search/',\n        data: {\n            format: \"jsonp\",\n            q: this.search,\n            limit: this.max_results\n        },\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\n})(window.Rkns);\n","Rkns.ResourceList = {};\n\nRkns.ResourceList.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.ResourceList.Bin.prototype.resultTemplate = renkanJST['templates/list-bin.html'];\n\nRkns.ResourceList.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.title_$.html(_opts.title);\n    if (_opts.list) {\n        this.data = _opts.list;\n    }\n    this.refresh();\n};\n\nRkns.ResourceList.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data,function(_item) {\n        var _element;\n        if (typeof _item === \"string\") {\n            if (/^(https?:\\/\\/|www)/.test(_item)) {\n                _element = { url: _item };\n            } else {\n                _element = { title: _item.replace(/[:,]?\\s?(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+\\s?/,'').trim() };\n                var _match = _item.match(/(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+/);\n                if (_match) {\n                    _element.url = _match[0];\n                }\n                if (_element.title.length > 80) {\n                    _element.description = _element.title;\n                    _element.title = _element.title.replace(/^(.{30,60})\\s.+$/,'$1…');\n                }\n            }\n        } else {\n            _element = _item;\n        }\n        var title = _element.title || (_element.url || \"\").replace(/^https?:\\/\\/(www\\.)?/,'').replace(/^(.{40}).+$/,'$1…'),\n            url = _element.url || \"\",\n            description = _element.description || \"\",\n            image = _element.image || \"\";\n        if (url && !/^https?:\\/\\//.test(url)) {\n            url = 'http://' + url;\n        }\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            image: image,\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.ResourceList.Bin.prototype.refresh = function() {\n    if (this.data) {\n        this.render();\n    }\n};\n","Rkns.Wikipedia = {\n};\n\nRkns.Wikipedia.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nRkns.Wikipedia.Search.prototype.getBgClass = function() {\n    return \"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-\" + this.lang;\n};\n\nRkns.Wikipedia.Search.prototype.getSearchTitle = function() {\n    var langs = {\n        \"fr\": \"French\",\n        \"en\": \"English\",\n        \"ja\": \"Japanese\"\n    };\n    if (langs[this.lang]) {\n        return this.renkan.translate(\"Wikipedia in \") + this.renkan.translate(langs[this.lang]);\n    } else {\n        return this.renkan.translate(\"Wikipedia\") + \" [\" + this.lang + \"]\";\n    }\n};\n\nRkns.Wikipedia.Search.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new Rkns.Wikipedia.Bin(this.renkan, {\n            lang: this.lang,\n            search: _q\n        })\n    );\n};\n\nRkns.Wikipedia.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.Wikipedia.Bin.prototype.resultTemplate = renkanJST['templates/wikipedia-bin/resulttemplate.html'];\n\nRkns.Wikipedia.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.search = _opts.search;\n    this.lang = _opts.lang || \"en\";\n    this.title_icon_$.addClass('Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-' + this.lang);\n    this.title_$.html(this.search).addClass(\"Rk-Wikipedia-Title\");\n    this.refresh();\n};\n\nRkns.Wikipedia.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data.query.search, function(_result) {\n        var title = _result.title,\n            url = \"http://\" + _this.lang + \".wikipedia.org/wiki/\" + encodeURI(title.replace(/ /g,\"_\")),\n            description = Rkns.$('<div>').html(_result.snippet).text();\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.Wikipedia.Bin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: \"http://\" + _this.lang + \".wikipedia.org/w/api.php?action=query&list=search&srsearch=\" + encodeURIComponent(this.search) + \"&format=json\",\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n","\ndefine('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {\n    \n\n    /* Rkns.Renderer._BaseRepresentation Class */\n\n    /* In Renkan, a \"Representation\" is a sort of ViewModel (in the MVVM paradigm) and bridges the gap between\n     * models (written with Backbone.js) and the view (written with Paper.js)\n     * Renkan's representations all inherit from Rkns.Renderer._BaseRepresentation '*/\n\n    var _BaseRepresentation = function(_renderer, _model) {\n        if (typeof _renderer !== \"undefined\") {\n            this.renderer = _renderer;\n            this.renkan = _renderer.renkan;\n            this.project = _renderer.renkan.project;\n            this.options = _renderer.renkan.options;\n            this.model = _model;\n            if (this.model) {\n                var _this = this;\n                this._changeBinding = function() {\n                    _this.redraw({change: true});\n                };\n                this._removeBinding = function() {\n                    _renderer.removeRepresentation(_this);\n                    _.defer(function() {\n                        _renderer.redraw();\n                    });\n                };\n                this._selectBinding = function() {\n                    _this.select();\n                };\n                this._unselectBinding = function() {\n                    _this.unselect();\n                };\n                this.model.on(\"change\", this._changeBinding );\n                this.model.on(\"remove\", this._removeBinding );\n                this.model.on(\"select\", this._selectBinding );\n                this.model.on(\"unselect\", this._unselectBinding );\n            }\n        }\n    };\n\n    /* Rkns.Renderer._BaseRepresentation Methods */\n\n    _(_BaseRepresentation.prototype).extend({\n        _super: function(_func) {\n            return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));\n        },\n        redraw: function() {},\n        moveTo: function() {},\n        show: function() { return \"BaseRepresentation.show\"; },\n        hide: function() {},\n        select: function() {\n            if (this.model) {\n                this.model.trigger(\"selected\");\n            }\n        },\n        unselect: function() {\n            if (this.model) {\n                this.model.trigger(\"unselected\");\n            }\n        },\n        highlight: function() {},\n        unhighlight: function() {},\n        mousedown: function() {},\n        mouseup: function() {\n            if (this.model) {\n                this.model.trigger(\"clicked\");\n            }\n        },\n        destroy: function() {\n            if (this.model) {\n                this.model.off(\"change\", this._changeBinding );\n                this.model.off(\"remove\", this._removeBinding );\n                this.model.off(\"select\", this._selectBinding );\n                this.model.off(\"unselect\", this._unselectBinding );\n            }\n        }\n    }).value();\n\n    /* End of Rkns.Renderer._BaseRepresentation Class */\n\n    return _BaseRepresentation;\n\n});\n\ndefine('requtils',[], function ($, _) {\n    \n    return {\n        getUtils: function(){\n            return window.Rkns.Utils;\n        },\n        getRenderer: function(){\n            return window.Rkns.Renderer;\n        }\n    };\n\n});\n\n\ndefine('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer._BaseButton Class */\n\n    /* BaseButton is extended by contextual buttons that appear when hovering on nodes and edges */\n\n    var _BaseButton = Utils.inherit(BaseRepresentation);\n\n    _(_BaseButton.prototype).extend({\n        moveTo: function(_pos) {\n            this.sector.moveTo(_pos);\n        },\n        show: function() {\n            this.sector.show();\n        },\n        hide: function() {\n            if (this.sector){\n                this.sector.hide();                \n            }\n        },\n        select: function() {\n            this.sector.select();\n        },\n        unselect: function(_newTarget) {\n            this.sector.unselect();\n            if (!_newTarget || (_newTarget !== this.source_representation && _newTarget.source_representation !== this.source_representation)) {\n                this.source_representation.unselect();\n            }\n        },\n        destroy: function() {\n            this.sector.destroy();\n        }\n    }).value();\n\n    return _BaseButton;\n\n});\n\n\ndefine('renderer/shapebuilder',[], function () {\n    \n\n    var cloud_path = \"M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z\";\n    /* ShapeBuilder Begin */\n\n    var builders = {\n        \"circle\":{\n            getShape: function() {\n                return new paper.Path.Circle([0, 0], 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Circle(center, radius);\n            }\n        },\n        \"rectangle\":{\n            getShape: function() {\n                return new paper.Path.Rectangle([-2, -2], [2, 2]);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Rectangle([-radius, -radius], [radius*2, radius*2]);\n            }\n        },\n        \"ellipse\":{\n            getShape: function() {\n                return new paper.Path.Ellipse(new paper.Rectangle([-2, -1], [2, 1]));\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Ellipse(new paper.Rectangle([-radius, -radius/2], [radius*2, radius]));\n            }\n        },\n        \"polygon\":{\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0, 0], 6, 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.RegularPolygon(center, 6, radius);\n            }\n        },\n        \"diamond\":{\n            getShape: function() {\n                var d = new paper.Path.Rectangle([-Math.SQRT2, -Math.SQRT2], [Math.SQRT2, Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            },\n            getImageShape: function(center, radius) {\n                var d = new paper.Path.Rectangle([-radius*Math.SQRT2/2, -radius*Math.SQRT2/2], [radius*Math.SQRT2, radius*Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            }\n        },\n        \"star\":{\n            getShape: function() {\n                return new paper.Path.Star([0, 0], 8, 1, 0.7);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Star(center, 8, radius*1, radius*0.7);\n            }\n        },\n        \"cloud\": {\n            getShape: function() {\n                var path = new paper.Path(cloud_path);\n                return path;\n\n            },\n            getImageShape: function(center, radius) {\n                var path = new paper.Path(cloud_path);\n                path.scale(radius);\n                path.translate(center);\n                return path;\n            }\n        },\n        \"triangle\": {\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0,0], 3, 1);\n            },\n            getImageShape: function(center, radius) {\n                var shape = new paper.Path.RegularPolygon([0,0], 3, 1);\n                shape.scale(radius);\n                shape.translate(center);\n                return shape;\n            }\n        },\n        \"svg\": function(path){\n            return {\n                getShape: function() {\n                    return new paper.Path(path);\n                },\n                getImageShape: function(center, radius) {\n                    // No calcul for the moment\n                    return new paper.Path();\n                }\n            };\n        }\n    };\n\n    var ShapeBuilder = function (shape){\n        if(shape === null || typeof shape === \"undefined\"){\n            shape = \"circle\";\n        }\n        if(shape.substr(0,4)===\"svg:\"){\n            return builders.svg(shape.substr(4));\n        }\n        if(!(shape in builders)){\n            shape = \"circle\";\n        }\n        return builders[shape];\n    };\n\n    ShapeBuilder.builders = builders;\n\n    return ShapeBuilder;\n\n});\n\ndefine('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.Node Class */\n\n    /* The representation for the node : A circle, with an image inside and a text label underneath.\n     * The circle and the image are drawn on canvas and managed by Paper.js.\n     * The text label is an HTML node, managed by jQuery. */\n\n    //var NodeRepr = Renderer.Node = Utils.inherit(Renderer._BaseRepresentation);\n    var NodeRepr = Utils.inherit(BaseRepresentation);\n\n    _(NodeRepr.prototype).extend({\n        _init: function() {\n            this.renderer.node_layer.activate();\n            this.type = \"Node\";\n            this.buildShape();\n            this.hidden = false;\n            this.ghost= false;\n            if (this.options.show_node_circles) {\n                this.circle.strokeWidth = this.options.node_stroke_width;\n                this.h_ratio = 1;\n            } else {\n                this.h_ratio = 0;\n            }\n            this.title = $('<div class=\"Rk-Label\">').appendTo(this.renderer.labels_$);\n\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.NodeEditButton(this.renderer, null),\n                                       new Renderer.NodeRemoveButton(this.renderer, null),\n                                       new Renderer.NodeLinkButton(this.renderer, null),\n                                       new Renderer.NodeEnlargeButton(this.renderer, null),\n                                       new Renderer.NodeShrinkButton(this.renderer, null)\n                                       ];\n                if (this.options.hide_nodes){\n                    this.normal_buttons.push(\n                            new Renderer.NodeHideButton(this.renderer, null),\n                            new Renderer.NodeShowButton(this.renderer, null)\n                            );\n                }\n                this.pending_delete_buttons = [\n                                               new Renderer.NodeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n            this.last_circle_radius = 1;\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.node_layer.activate();\n                this.minimap_circle = new paper.Path.Circle([0, 0], 1);\n                this.minimap_circle.__representation = this.renderer.minimap.miniframe.__representation;\n                this.renderer.minimap.node_group.addChild(this.minimap_circle);\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.node_stroke_width + (thickness-1) * (this.options.node_stroke_max_width - this.options.node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_node_stroke_width + (thickness-1) * (this.options.selected_node_stroke_max_width - this.options.selected_node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        buildShape: function(){\n            if( 'shape' in this.model.changed ) {\n                delete this.img;\n            }\n            if(this.circle){\n                this.circle.remove();\n                delete this.circle;\n            }\n            // \"circle\" \"rectangle\" \"ellipse\" \"polygon\" \"star\" \"diamond\"\n            this.shapeBuilder = new ShapeBuilder(this.model.get(\"shape\"));\n            this.circle = this.shapeBuilder.getShape();\n            this.circle.__representation = this;\n            this.circle.sendToBack();\n            this.last_circle_radius = 1;\n        },\n        redraw: function(options) {\n            if( 'shape' in this.model.changed && 'change' in options && options.change ) {\n            //if( 'shape' in this.model.changed ) {\n                this.buildShape();\n            }\n            var _model_coords = new paper.Point(this.model.get(\"position\")),\n                _baseRadius = this.options.node_size_base * Math.exp((this.model.get(\"size\") || 0) * Utils._NODE_SIZE_STEP);\n            if (!this.is_dragging || !this.paper_coords) {\n                this.paper_coords = this.renderer.toPaperCoords(_model_coords);\n            }\n            this.circle_radius = _baseRadius * this.renderer.view.scale;\n            if (this.last_circle_radius !== this.circle_radius) {\n                this.all_buttons.forEach(function(b) {\n                    b.setSectorSize();\n                });\n                this.circle.scale(this.circle_radius / this.last_circle_radius);\n                if (this.node_image) {\n                    this.node_image.scale(this.circle_radius / this.last_circle_radius);\n                }\n            }\n            this.circle.position = this.paper_coords;\n            if (this.node_image) {\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n            }\n            this.last_circle_radius = this.circle_radius;\n\n            var old_act_btn = this.active_buttons;\n\n            var opacity = 1;\n            if (this.model.get(\"delete_scheduled\")) {\n                opacity = 0.5;\n                this.active_buttons = this.pending_delete_buttons;\n                this.circle.dashArray = [2,2];\n            } else {\n                opacity = 1;\n                this.active_buttons = this.normal_buttons;\n                this.circle.dashArray = null;\n            }\n            if (this.selected && this.renderer.isEditable() && !this.ghost) {\n                if (old_act_btn !== this.active_buttons) {\n                    old_act_btn.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            if (this.node_image) {\n                this.node_image.opacity = this.highlighted ? opacity * 0.5 : (opacity - 0.01);\n            }\n\n            this.circle.fillColor = this.highlighted ? this.options.highlighted_node_fill_color : this.options.node_fill_color;\n\n            this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;\n\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_nodes) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n\n            if (typeof this.highlighted === \"object\") {\n                this.title.html(this.highlighted.replace(_(_text).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n            } else {\n                this.title.text(_text);\n            }\n\n            var _strokeWidth = this._getStrokeWidth();\n            this.title.css({\n                left: this.paper_coords.x,\n                top: this.paper_coords.y + this.circle_radius * this.h_ratio + this.options.node_label_distance + 0.5*_strokeWidth,\n                opacity: opacity\n            });\n            var _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null;\n            this.circle.strokeWidth = _strokeWidth;\n            this.circle.strokeColor = _color;\n            this.circle.dashArray = _dash;\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n            var lastImage = this.img;\n            this.img = this.model.get(\"image\");\n            if (this.img && this.img !== lastImage) {\n                this.showImage();\n                if(this.circle) {\n                    this.circle.sendToBack();\n                }\n            }\n            if (this.node_image && !this.img) {\n                this.node_image.remove();\n                delete this.node_image;\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.fillColor = _color;\n                var minipos = this.renderer.toMinimapCoords(_model_coords),\n                miniradius = this.renderer.minimap.scale * _baseRadius,\n                minisize = new paper.Size([miniradius, miniradius]);\n                this.minimap_circle.fitBounds(minipos.subtract(minisize), minisize.multiply(2));\n            }\n\n            if (typeof options === 'undefined' || !('dontRedrawEdges' in options) || !options.dontRedrawEdges) {\n                var _this = this;\n                _.each(\n                        this.project.get(\"edges\").filter(\n                                function (ed) {\n                                    return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                                }\n                        ),\n                        function(edge, index, list) {\n                            var repr = _this.renderer.getRepresentationByModel(edge);\n                            if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                                repr.redraw();\n                            }\n                        }\n                );\n            }\n            if (this.ghost){\n                this.show(true);\n            } else {\n                if (this.hidden) { this.hide(); }\n            }\n        },\n        showImage: function() {\n            var _image = null;\n            if (typeof this.renderer.image_cache[this.img] === \"undefined\") {\n                _image = new Image();\n                this.renderer.image_cache[this.img] = _image;\n                _image.src = this.img;\n            } else {\n                _image = this.renderer.image_cache[this.img];\n            }\n            if (_image.width) {\n                if (this.node_image) {\n                    this.node_image.remove();\n                }\n                this.renderer.node_layer.activate();\n                var width = _image.width,\n                    height = _image.height,\n                    clipPath = this.model.get(\"clip_path\"),\n                    hasClipPath = (typeof clipPath !== \"undefined\" && clipPath),\n                    _clip = null,\n                    baseRadius = null,\n                    centerPoint = null;\n\n                if (hasClipPath) {\n                    _clip = new paper.Path();\n                    var instructions = clipPath.match(/[a-z][^a-z]+/gi) || [],\n                    lastCoords = [0,0],\n                    minX = Infinity,\n                    minY = Infinity,\n                    maxX = -Infinity,\n                    maxY = -Infinity;\n\n                    var transformCoords = function(tabc, relative) {\n                        var newCoords = tabc.slice(1).map(function(v, k) {\n                            var res = parseFloat(v),\n                            isY = k % 2;\n                            if (isY) {\n                                res = ( res - 0.5 ) * height;\n                            } else {\n                                res = ( res - 0.5 ) * width;\n                            }\n                            if (relative) {\n                                res += lastCoords[isY];\n                            }\n                            if (isY) {\n                                minY = Math.min(minY, res);\n                                maxY = Math.max(maxY, res);\n                            } else {\n                                minX = Math.min(minX, res);\n                                maxX = Math.max(maxX, res);\n                            }\n                            return res;\n                        });\n                        lastCoords = newCoords.slice(-2);\n                        return newCoords;\n                    };\n\n                    instructions.forEach(function(instr) {\n                        var coords = instr.match(/([a-z]|[0-9.-]+)/ig) || [\"\"];\n                        switch(coords[0]) {\n                        case \"M\":\n                            _clip.moveTo(transformCoords(coords));\n                            break;\n                        case \"m\":\n                            _clip.moveTo(transformCoords(coords, true));\n                            break;\n                        case \"L\":\n                            _clip.lineTo(transformCoords(coords));\n                            break;\n                        case \"l\":\n                            _clip.lineTo(transformCoords(coords, true));\n                            break;\n                        case \"C\":\n                            _clip.cubicCurveTo(transformCoords(coords));\n                            break;\n                        case \"c\":\n                            _clip.cubicCurveTo(transformCoords(coords, true));\n                            break;\n                        case \"Q\":\n                            _clip.quadraticCurveTo(transformCoords(coords));\n                            break;\n                        case \"q\":\n                            _clip.quadraticCurveTo(transformCoords(coords, true));\n                            break;\n                        }\n                    });\n\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](maxX - minX, maxY - minY) / 2;\n                    centerPoint = new paper.Point((maxX + minX) / 2, (maxY + minY) / 2);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = (maxY - minY) / (2 * baseRadius);\n                    }\n                } else {\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](width, height) / 2;\n                    centerPoint = new paper.Point(0,0);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = height / (2 * baseRadius);\n                    }\n                }\n                var _raster = new paper.Raster(_image);\n                _raster.locked = true; // Disable mouse events on icon\n                if (hasClipPath) {\n                    _raster = new paper.Group(_clip, _raster);\n                    _raster.opacity = 0.99;\n                    /* This is a workaround to allow clipping at group level\n                     * If opacity was set to 1, paper.js would merge all clipping groups in one (known bug).\n                     */\n                    _raster.clipped = true;\n                    _clip.__representation = this;\n                }\n                if (this.options.clip_node_images) {\n                    var _circleClip = this.shapeBuilder.getImageShape(centerPoint, baseRadius);\n                    _raster = new paper.Group(_circleClip, _raster);\n                    _raster.opacity = 0.99;\n                    _raster.clipped = true;\n                    _circleClip.__representation = this;\n                }\n                this.image_delta = centerPoint.divide(baseRadius);\n                this.node_image = _raster;\n                this.node_image.__representation = _this;\n                this.node_image.scale(this.circle_radius / baseRadius);\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n                this.node_image.insertAbove(this.circle);\n            } else {\n                var _this = this;\n                $(_image).on(\"load\", function() {\n                    _this.showImage();\n                });\n            }\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.renkan.read_only) {\n                    this.is_dragging = true;\n                    this.paper_coords = this.paper_coords.add(_delta);\n                    this.redraw();\n                }\n            } else {\n                this.renderer.view.paperShift(_delta);\n            }\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"NodeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.circle.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable() && !this.hidden) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            var _uri = this.model.get(\"uri\");\n            if (_uri) {\n                $('.Rk-Bin-Item').each(function() {\n                    var _el = $(this);\n                    if (_el.attr(\"data-uri\") === _uri) {\n                        _el.addClass(\"selected\");\n                    }\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.strokeWidth = this.options.minimap_highlight_weight;\n                this.minimap_circle.strokeColor = this.options.minimap_highlight_color;\n            }\n            //if the node is hidden and the mouse hover it, it appears as a ghost\n            if (this.hidden) {\n                this.show(true);\n            }\n            else {\n                this.showNeighbors(true);\n            }\n            this._super(\"select\");\n        },\n        hideButtons: function() {\n            this.all_buttons.forEach(function(b) {\n                b.hide();\n            });\n            delete(this.buttonTimeout);\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                var _this = this;\n                this.buttons_timeout = setTimeout(function() { _this.hideButtons(); }, 200);\n                this.circle.strokeWidth = this._getStrokeWidth();\n                $('.Rk-Bin-Item').removeClass(\"selected\");\n                if (this.renderer.minimap) {\n                    this.minimap_circle.strokeColor = undefined;\n                }\n                //when the mouse don't hover the node anymore, we hide it\n                if (this.hidden) {\n                    this.hide();\n                } else {\n                    this.hideNeighbors();\n                }\n                this._super(\"unselect\");\n            }\n        },\n        hide: function(){\n            var _this = this;\n            this.ghost = false;\n            this.hidden = true;\n            if (typeof this.node_image !== 'undefined'){\n                this.node_image.opacity = 0;\n            }\n            this.hideButtons();\n            this.circle.opacity = 0;\n            this.title.css('opacity', 0);\n            this.minimap_circle.opacity = 0;\n\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.hide();\n                        }\n                    }\n            );\n            this.hideNeighbors();\n        },\n        show: function(ghost){\n            var _this = this;\n            this.ghost = ghost;\n            if (this.ghost){\n                if (typeof this.node_image !== 'undefined'){\n                    this.node_image.opacity = this.options.ghost_opacity;\n                }\n                this.circle.opacity = this.options.ghost_opacity;\n                this.title.css('opacity', this.options.ghost_opacity);\n                this.minimap_circle.opacity = this.options.ghost_opacity;\n            } else {\n                this.minimap_circle.opacity = 1; \n                this.hidden = false;\n                this.redraw();\n            }\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.show(_this.ghost);\n                        }\n                    }\n            );\n        },\n        hideNeighbors: function(){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.ghost) {\n                            repr.hide();\n                        }\n                    }\n            );\n        },\n        showNeighbors: function(ghost){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.hidden) {\n                            repr.show(ghost);\n                            if (!ghost){\n                                var indexNode = _this.renderer.view.hiddenNodes.indexOf(repr.model.id);\n                                if (indexNode !== -1){\n                                    _this.renderer.view.hiddenNodes.splice(indexNode, 1);\n                                }\n                            }\n                        }\n                    }\n            );\n        },\n        highlight: function(textToReplace) {\n            var hlvalue = textToReplace || true;\n            if (this.highlighted === hlvalue) {\n                return;\n            }\n            this.highlighted = hlvalue;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        unhighlight: function() {\n            if (!this.highlighted) {\n                return;\n            }\n            this.highlighted = false;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        saveCoords: function() {\n            var _coords = this.renderer.toModelCoords(this.paper_coords),\n            _data = {\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            if (this.renderer.isEditable()) {\n                this.model.set(_data);\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (this.renderer.is_dragging && this.renderer.isEditable()) {\n                this.saveCoords();\n            } else {\n                if (this.hidden) {\n                    var index = this.renderer.view.hiddenNodes.indexOf(this.model.id);\n                    if (index !== -1){\n                        this.renderer.view.hiddenNodes.splice(index, 1);\n                    }\n                    this.show(false);\n                    this.select();\n                } else {\n                    if (!_isTouch && !this.model.get(\"delete_scheduled\")) {\n                        this.openEditor();\n                    }\n                    this.model.trigger(\"clicked\");\n                }\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.is_dragging = false;\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            this.circle.remove();\n            this.title.remove();\n            if (this.renderer.minimap) {\n                this.minimap_circle.remove();\n            }\n            if (this.node_image) {\n                this.node_image.remove();\n            }\n        }\n    }).value();\n\n    return NodeRepr;\n\n});\n\n\ndefine('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Edge Class Begin */\n\n    //var Edge = Renderer.Edge = Utils.inherit(Renderer._BaseRepresentation);\n    var Edge = Utils.inherit(BaseRepresentation);\n\n    _(Edge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Edge\";\n            this.hidden = false;\n            this.ghost = false;\n            this.from_representation = this.renderer.getRepresentationByModel(this.model.get(\"from\"));\n            this.to_representation = this.renderer.getRepresentationByModel(this.model.get(\"to\"));\n            this.bundle = this.renderer.addToBundles(this);\n            this.line = new paper.Path();\n            this.line.add([0,0],[0,0],[0,0]);\n            this.line.__representation = this;\n            this.line.strokeWidth = this.options.edge_stroke_width;\n            this.arrow_scale = 1;\n            this.arrow = new paper.Path();\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.pivot = new paper.Point([ this.options.edge_arrow_length / 2, this.options.edge_arrow_width / 2 ]);\n            this.arrow.__representation = this;\n            this.text = $('<div class=\"Rk-Label Rk-Edge-Label\">').appendTo(this.renderer.labels_$);\n            this.arrow_angle = 0;\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.EdgeEditButton(this.renderer, null),\n                                       new Renderer.EdgeRemoveButton(this.renderer, null)\n                                       ];\n                this.pending_delete_buttons = [\n                                               new Renderer.EdgeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.edge_layer.activate();\n                this.minimap_line = new paper.Path();\n                this.minimap_line.add([0,0],[0,0]);\n                this.minimap_line.__representation = this.renderer.minimap.miniframe.__representation;\n                this.minimap_line.strokeWidth = 1;\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.edge_stroke_width + (thickness-1) * (this.options.edge_stroke_max_width - this.options.edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_edge_stroke_width + (thickness-1) * (this.options.selected_edge_stroke_max_width - this.options.selected_edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getArrowScale: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return 1 + (thickness-1) * ((this.options.edge_arrow_max_width / this.options.edge_arrow_width) - 1) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        redraw: function() {\n            var from = this.model.get(\"from\"),\n            to = this.model.get(\"to\");\n            if (!from || !to || (this.hidden && !this.ghost)) {\n                return;\n            }\n            this.from_representation = this.renderer.getRepresentationByModel(from);\n            this.to_representation = this.renderer.getRepresentationByModel(to);\n            if (typeof this.from_representation === \"undefined\" || typeof this.to_representation === \"undefined\" ||\n                    (this.from_representation.hidden && !this.from_representation.ghost) ||\n                    (this.to_representation.hidden && !this.to_representation.ghost)) {\n                this.hide();\n                return;\n            }\n            var _strokeWidth = this._getStrokeWidth(),\n                _arrow_scale = this._getArrowScale(),\n                _p0a = this.from_representation.paper_coords,\n                _p1a = this.to_representation.paper_coords,\n                _v = _p1a.subtract(_p0a),\n                _r = _v.length,\n                _u = _v.divide(_r),\n                _ortho = new paper.Point([- _u.y, _u.x]),\n                _group_pos = this.bundle.getPosition(this),\n                _delta = _ortho.multiply( this.options.edge_gap_in_bundles * _group_pos ),\n                _p0b = _p0a.add(_delta), /* Adding a 4 px difference */\n                _p1b = _p1a.add(_delta), /* to differentiate bundled links */\n                _a = _v.angle,\n                _textdelta = _ortho.multiply(this.options.edge_label_distance + 0.5 * _arrow_scale * this.options.edge_arrow_width),\n                _handle = _v.divide(3),\n                _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null,\n                _opacity;\n\n            if (this.model.get(\"delete_scheduled\") || this.from_representation.model.get(\"delete_scheduled\") || this.to_representation.model.get(\"delete_scheduled\")) {\n                _opacity = 0.5;\n                this.line.dashArray = [2, 2];\n            } else {\n                _opacity = this.ghost ? this.options.ghost_opacity : 1;\n                this.line.dashArray = null;\n            }\n\n            var old_act_btn = this.active_buttons;\n\n            this.arrow.visible =\n                (this.model.has(\"style\") && this.model.get(\"style\").arrow) ||\n                !this.model.has(\"style\") ||\n                typeof this.model.get(\"style\").arrow === 'undefined';\n\n            this.active_buttons = this.model.get(\"delete_scheduled\") ? this.pending_delete_buttons : this.normal_buttons;\n\n            if (this.selected && this.renderer.isEditable() && old_act_btn !== this.active_buttons) {\n                old_act_btn.forEach(function(b) {\n                    b.hide();\n                });\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            this.paper_coords = _p0b.add(_p1b).divide(2);\n            this.line.strokeWidth = _strokeWidth;\n            this.line.strokeColor = _color;\n            this.line.dashArray = _dash;\n            this.line.opacity = _opacity;\n            this.line.segments[0].point = _p0a;\n            this.line.segments[1].point = this.paper_coords;\n            this.line.segments[1].handleIn = _handle.multiply(-1);\n            this.line.segments[1].handleOut = _handle;\n            this.line.segments[2].point = _p1a;\n            this.arrow.scale(_arrow_scale / this.arrow_scale);\n            this.arrow_scale = _arrow_scale;\n            this.arrow.fillColor = _color;\n            this.arrow.opacity = _opacity;\n            this.arrow.rotate(_a - this.arrow_angle, this.arrow.bounds.center);\n            this.arrow.position = this.paper_coords;\n\n            this.arrow_angle = _a;\n            if (_a > 90) {\n                _a -= 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            if (_a < -90) {\n                _a += 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_edges) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n            this.text.text(_text);\n            var _textpos = this.paper_coords.add(_textdelta);\n            this.text.css({\n                left: _textpos.x,\n                top: _textpos.y,\n                transform: \"rotate(\" + _a + \"deg)\",\n                \"-moz-transform\": \"rotate(\" + _a + \"deg)\",\n                \"-webkit-transform\": \"rotate(\" + _a + \"deg)\",\n                opacity: _opacity\n            });\n            this.text_angle = _a;\n\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n\n            if (this.renderer.minimap) {\n                this.minimap_line.strokeColor = _color;\n                this.minimap_line.segments[0].point = this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get(\"position\")));\n                this.minimap_line.segments[1].point = this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get(\"position\")));\n            }\n        },\n        hide: function(){\n            this.hidden = true;\n            this.ghost = false;\n\n            this.text.hide();\n            this.line.visible = false;\n            this.arrow.visible = false;\n            this.minimap_line.visible = false;\n        },\n        show: function(ghost){\n            this.ghost = ghost;\n            if (this.ghost) {\n                this.text.css('opacity', 0.3);\n                this.line.opacity = 0.3;\n                this.arrow.opacity = 0.3;\n                this.minimap_line.opacity = 0.3;\n            } else {\n                this.hidden = false;\n\n                this.text.css('opacity', 1);\n                this.line.opacity = 1;\n                this.arrow.opacity = 1;\n                this.minimap_line.opacity = 1;\n            }\n            this.text.show();\n            this.line.visible = true;\n            this.arrow.visible = true;\n            this.minimap_line.visible = true;\n            this.redraw();\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"EdgeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.line.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable()) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n            this._super(\"select\");\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                if (this.options.editor_mode) {\n                    this.all_buttons.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.line.strokeWidth = this._getStrokeWidth();\n                this._super(\"unselect\");\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (!this.renkan.read_only && this.renderer.is_dragging) {\n                this.from_representation.saveCoords();\n                this.to_representation.saveCoords();\n                this.from_representation.is_dragging = false;\n                this.to_representation.is_dragging = false;\n            } else {\n                if (!_isTouch) {\n                    this.openEditor();\n                }\n                this.model.trigger(\"clicked\");\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.options.read_only) {\n                    this.from_representation.paperShift(_delta);\n                    this.to_representation.paperShift(_delta);\n                }\n            } else {\n                this.renderer.paperShift(_delta);\n            }\n        },\n        destroy: function() {\n            this._super(\"destroy\");\n            this.line.remove();\n            this.arrow.remove();\n            this.text.remove();\n            if (this.renderer.minimap) {\n                this.minimap_line.remove();\n            }\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            var _this = this;\n            this.bundle.edges = _.reject(this.bundle.edges, function(_edge) {\n                return _this === _edge;\n            });\n        }\n    }).value();\n\n    return Edge;\n\n});\n\n\n\ndefine('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* TempEdge Class Begin */\n\n    //var TempEdge = Renderer.TempEdge = Utils.inherit(Renderer._BaseRepresentation);\n    var TempEdge = Utils.inherit(BaseRepresentation);\n\n    _(TempEdge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Temp-edge\";\n\n            var _color = (this.project.get(\"users\").get(this.renkan.current_user) || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\");\n            this.line = new paper.Path();\n            this.line.strokeColor = _color;\n            this.line.dashArray = [4, 2];\n            this.line.strokeWidth = this.options.selected_edge_stroke_width;\n            this.line.add([0,0],[0,0]);\n            this.line.__representation = this;\n            this.arrow = new paper.Path();\n            this.arrow.fillColor = _color;\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.__representation = this;\n            this.arrow_angle = 0;\n        },\n        redraw: function() {\n            var _p0 = this.from_representation.paper_coords,\n            _p1 = this.end_pos,\n            _a = _p1.subtract(_p0).angle,\n            _c = _p0.add(_p1).divide(2);\n            this.line.segments[0].point = _p0;\n            this.line.segments[1].point = _p1;\n            this.arrow.rotate(_a - this.arrow_angle);\n            this.arrow.position = _c;\n            this.arrow_angle = _a;\n        },\n        paperShift: function(_delta) {\n            if (!this.renderer.isEditable()) {\n                this.renderer.removeRepresentation(_this);\n                paper.view.draw();\n                return;\n            }\n            this.end_pos = this.end_pos.add(_delta);\n            var _hitResult = paper.project.hitTest(this.end_pos);\n            this.renderer.findTarget(_hitResult);\n            this.redraw();\n        },\n        mouseup: function(_event, _isTouch) {\n            var _hitResult = paper.project.hitTest(_event.point),\n            _model = this.from_representation.model,\n            _endDrag = true;\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _target = _hitResult.item.__representation;\n                if (_target.type.substr(0,4) === \"Node\") {\n                    var _destmodel = _target.model || _target.source_representation.model;\n                    if (_model !== _destmodel) {\n                        var _data = {\n                                id: Utils.getUID('edge'),\n                                created_by: this.renkan.current_user,\n                                from: _model,\n                                to: _destmodel\n                        };\n                        if (this.renderer.isEditable()) {\n                            this.project.addEdge(_data);\n                        }\n                    }\n                }\n\n                if (_model === _target.model || (_target.source_representation && _target.source_representation.model === _model)) {\n                    _endDrag = false;\n                    this.renderer.is_dragging = true;\n                }\n            }\n            if (_endDrag) {\n                this.renderer.click_target = null;\n                this.renderer.is_dragging = false;\n                this.renderer.removeRepresentation(this);\n                paper.view.draw();\n            }\n        },\n        destroy: function() {\n            this.arrow.remove();\n            this.line.remove();\n        }\n    }).value();\n\n    /* TempEdge Class End */\n\n    return TempEdge;\n\n});\n\n\ndefine('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* _BaseEditor Begin */\n    //var _BaseEditor = Renderer._BaseEditor = Utils.inherit(Renderer._BaseRepresentation);\n    var _BaseEditor = Utils.inherit(BaseRepresentation);\n\n    _(_BaseEditor.prototype).extend({\n        _init: function() {\n            this.renderer.buttons_layer.activate();\n            this.type = \"editor\";\n            this.editor_block = new paper.Path();\n            var _pts = _.map(_.range(8), function() {return [0,0];});\n            this.editor_block.add.apply(this.editor_block, _pts);\n            this.editor_block.strokeWidth = this.options.tooltip_border_width;\n            this.editor_block.strokeColor = this.options.tooltip_border_color;\n            this.editor_block.opacity = this.options.tooltip_opacity;\n            this.editor_$ = $('<div>')\n                .appendTo(this.renderer.editor_$)\n                .css({\n                    position: \"absolute\",\n                    opacity: this.options.tooltip_opacity\n                })\n                .hide();\n        },\n        destroy: function() {\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* _BaseEditor End */\n\n    return _BaseEditor;\n\n});\n\n\ndefine('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditor Begin */\n    //var NodeEditor = Renderer.NodeEditor = Utils.inherit(Renderer._BaseEditor);\n    var NodeEditor = Utils.inherit(BaseEditor);\n\n    _(NodeEditor.prototype).extend({\n        _init: function() {\n            BaseEditor.prototype._init.apply(this);\n            this.template = this.options.templates['templates/nodeeditor.html'];\n            //this.templates['default']= this.options.templates['templates/nodeeditor.html'];\n            //fusionner avec this.options.node_editor_templates\n            this.readOnlyTemplate = this.options.node_editor_templates;\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate[_model.get(\"type\")] || this.readOnlyTemplate[\"default\"]),\n            _image_placeholder = this.options.static_url + \"img/image-placeholder.png\",\n            _size = (_model.get(\"size\") || 0);\n            this.editor_$\n            .html(_template({\n                node: {\n                    _id: _model.get(\"_id\"),\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    type: _model.get(\"type\") || \"default\",\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    image: _model.get(\"image\") || \"\",\n                    image_placeholder: _image_placeholder,\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    clip_path: _model.get(\"clip_path\") || false,\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\"),\n                    size: (_size > 0 ? \"+\" : \"\") + _size,\n                    shape: _model.get(\"shape\") || \"circle\"\n                },\n                renkan: this.renkan,\n                options: this.options,\n                shortenText: Utils.shortenText,\n                shapes : _(ShapeBuilder.builders).omit('svg').keys().value(),\n                types : _(this.options.node_editor_templates).keys().value(),\n            }));\n            this.redraw();\n            var _this = this,\n                editorInstance = _this.options.show_node_editor_description_richtext ?\n                    $(\".Rk-Edit-Description\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                editorInstanceTitle = _this.options.show_node_editor_title_richtext ?\n                    $(\".Rk-Edit-Title\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                closeEditor = function() {\n                    _this.renderer.removeRepresentation(_this);\n                    paper.view.draw();\n                };\n\n            _this.cleanEditor = function() {\n                _this.editor_$.off(\"keyup\");\n                _this.editor_$.find(\"input, textarea, select\").off(\"change keyup paste\");\n                _this.editor_$.find(\".Rk-Edit-Image-File\").off('change');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").off('hover');\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Image-Del\").off('click');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker\").find(\"li\").off('hover click');\n                _this.editor_$.find(\".Rk-CloseX\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Goto\").off('click');\n\n                if(_this.options.show_node_editor_description_richtext) {\n                    if(typeof editorInstance.editor !== 'undefined') {\n                        var _editor = editorInstance.editor;\n                        delete editorInstance.editor;\n                        _editor.focusManager.blur(true);\n                        _editor.destroy();\n                    }\n                }\n                if(_this.options.show_node_editor_title_richtext) {\n                    if(typeof editorInstanceTitle.editor !== 'undefined') {\n                        var _editor_title = editorInstanceTitle.editor;\n                        delete editorInstanceTitle.editor;\n                        _editor_title.focusManager.blur(true);\n                        _editor_title.destroy();\n                    }\n                }\n            };\n\n            this.editor_$.find(\".Rk-CloseX\").click(function (e) {\n                e.preventDefault();\n                closeEditor();\n            });\n\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                  _.defer(function() {\n                    if (_this.renderer.isEditable()) {\n                        var _data = {};\n                        if (_this.options.show_node_editor_uri) {\n                            _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                        }\n                        if (_this.options.show_node_editor_image) {\n                            _data.image = _this.editor_$.find(\".Rk-Edit-Image\").val();\n                            _this.editor_$.find(\".Rk-Edit-ImgPreview\").attr(\"src\", _data.image || _image_placeholder);\n                        }\n                        if (_this.options.show_node_editor_description) {\n                            if(_this.options.show_node_editor_description_richtext) {\n                                if(typeof editorInstance.editor !== 'undefined' &&\n                                    editorInstance.editor.checkDirty()) {\n                                    _data.description = editorInstance.editor.getData();\n                                    editorInstance.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.description = _this.editor_$.find(\".Rk-Edit-Description\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_title) {\n                            if(_this.options.show_node_editor_title_richtext) {\n                                if(typeof editorInstanceTitle.editor !== 'undefined' &&\n                                        editorInstanceTitle.editor.checkDirty()) {\n                                    _data.title = editorInstanceTitle.editor.getData();\n                                    editorInstanceTitle.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.title = _this.editor_$.find(\".Rk-Edit-Title\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_style) {\n                            var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked');\n                            _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash});\n                        }\n                        if (_this.options.change_shapes) {\n                            if(_model.get(\"shape\")!==_this.editor_$.find(\".Rk-Edit-Shape\").val()){\n                                _data.shape = _this.editor_$.find(\".Rk-Edit-Shape\").val();\n                            }\n                        }\n                        if (_this.options.change_types) {\n                            if(_model.get(\"type\")!==_this.editor_$.find(\".Rk-Edit-Type\").val()){\n                                _data.type = _this.editor_$.find(\".Rk-Edit-Type\").val();\n                            }\n                        }\n                        _model.set(_data);\n                        _this.redraw();\n                    } else {\n                        closeEditor();\n                    }\n                  });\n                }, 1000);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input, textarea, select\").on(\"change keyup paste\", onFieldChange);\n                if( _this.options.show_node_editor_description &&\n                    _this.options.show_node_editor_description_richtext &&\n                    typeof editorInstance.editor !== 'undefined')\n                {\n                    editorInstance.editor.on(\"change\", onFieldChange);\n                    editorInstance.editor.on(\"blur\", onFieldChange);\n                }\n                \n                if( _this.options.show_node_editor_title &&\n                    _this.options.show_node_editor_title_richtext &&\n                    typeof editorInstanceTitle.editor !== 'undefined')\n                {\n                    editorInstanceTitle.editor.on(\"change\", onFieldChange);\n                    editorInstanceTitle.editor.on(\"blur\", onFieldChange);\n                }\n\n                if(_this.options.allow_image_upload) {\n                    this.editor_$.find(\".Rk-Edit-Image-File\").change(function() {\n                        if (this.files.length) {\n                            var f = this.files[0],\n                            fr = new FileReader();\n                            if (f.type.substr(0,5) !== \"image\") {\n                                alert(_this.renkan.translate(\"This file is not an image\"));\n                                return;\n                            }\n                            if (f.size > (_this.options.uploaded_image_max_kb * 1024)) {\n                                alert(_this.renkan.translate(\"Image size must be under \") + _this.options.uploaded_image_max_kb + _this.renkan.translate(\"KB\"));\n                                return;\n                            }\n                            fr.onload = function(e) {\n                                _this.editor_$.find(\".Rk-Edit-Image\").val(e.target.result);\n                                onFieldChange();\n                            };\n                            fr.readAsDataURL(f);\n                        }\n                    });\n                }\n                this.editor_$.find(\".Rk-Edit-Title\")[0].focus();\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color) || (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var shiftSize = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _newsize = n+(_model.get(\"size\") || 0);\n                        _this.editor_$.find(\"#Rk-Edit-Size-Value\").text((_newsize > 0 ? \"+\" : \"\") + _newsize);\n                        _model.set(\"size\", _newsize);\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Size-Down\").click(function() {\n                    shiftSize(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Size-Up\").click(function() {\n                    shiftSize(1);\n                    return false;\n                });\n\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n\n                this.editor_$.find(\".Rk-Edit-Image-Del\").click(function() {\n                    _this.editor_$.find(\".Rk-Edit-Image\").val('');\n                    onFieldChange();\n                    return false;\n                });\n            } else {\n                if (typeof this.source_representation.highlighted === \"object\") {\n                    var titlehtml = this.source_representation.highlighted.replace(_(_model.get(\"title\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>');\n                    this.editor_$.find(\".Rk-Display-Title\" + (_model.get(\"uri\") ? \" a\" : \"\")).html(titlehtml);\n                    if (this.options.show_node_tooltip_description) {\n                        this.editor_$.find(\".Rk-Display-Description\").html(this.source_representation.highlighted.replace(_(_model.get(\"description\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n                    }\n                }\n            }\n            this.editor_$.find(\"img\").load(function() {\n                _this.redraw();\n            });\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        },\n        destroy: function() {\n            if(typeof this.cleanEditor !== 'undefined') {\n                this.cleanEditor();\n            }\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* NodeEditor End */\n\n    return NodeEditor;\n\n});\n\n\ndefine('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditor Begin */\n\n    //var EdgeEditor = Renderer.EdgeEditor = Utils.inherit(Renderer._BaseEditor);\n    var EdgeEditor = Utils.inherit(BaseEditor);\n\n    _(EdgeEditor.prototype).extend({\n        _init: function() {\n          BaseEditor.prototype._init.apply(this);\n          this.template = this.options.templates['templates/edgeeditor.html'];\n          this.readOnlyTemplate = this.options.templates['templates/edgeeditor_readonly.html'];\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _from_model = _model.get(\"from\"),\n            _to_model = _model.get(\"to\"),\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate);\n            this.editor_$\n              .html(_template({\n                edge: {\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    arrow: (_model.has(\"style\") && _model.get(\"style\").arrow) || !_model.has(\"style\") || (typeof _model.get(\"style\").arrow === 'undefined') ? \"checked\" : \"\",\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    from_title: _from_model.get(\"title\"),\n                    to_title: _to_model.get(\"title\"),\n                    from_color: (_from_model.has(\"style\") && _from_model.get(\"style\").color) || (_from_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    to_color: (_to_model.has(\"style\") && _to_model.get(\"style\").color) || (_to_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\")\n                },\n                renkan: this.renkan,\n                shortenText: Utils.shortenText,\n                options: this.options\n            }));\n            this.redraw();\n            var _this = this,\n            closeEditor = function() {\n                _this.renderer.removeRepresentation(_this);\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                paper.view.draw();\n            };\n            this.editor_$.find(\".Rk-CloseX\").click(closeEditor);\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                    _.defer(function() {\n                        if (_this.renderer.isEditable()) {\n                            var _data = {\n                                title: _this.editor_$.find(\".Rk-Edit-Title\").val()\n                            };\n                            if (_this.options.show_edge_editor_uri) {\n                                _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            }\n                            if (_this.options.show_node_editor_style) {\n                                var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked'),\n                                    arrow = _this.editor_$.find(\".Rk-Edit-Arrow\").is(':checked');\n                                _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash, arrow: arrow});\n                            }\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                            _model.set(_data);\n                            paper.view.draw();\n                        } else {\n                            closeEditor();\n                        }\n                    });\n                },500);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input\").on(\"keyup change paste\", onFieldChange);\n\n                this.editor_$.find(\".Rk-Edit-Vocabulary\").change(function() {\n                    var e = $(this),\n                    v = e.val();\n                    if (v) {\n                        _this.editor_$.find(\".Rk-Edit-Title\").val(e.find(\":selected\").text());\n                        _this.editor_$.find(\".Rk-Edit-URI\").val(v);\n                        onFieldChange();\n                    }\n                });\n                this.editor_$.find(\".Rk-Edit-Direction\").click(function() {\n                    if (_this.renderer.isEditable()) {\n                        _model.set({\n                            from: _model.get(\"to\"),\n                            to: _model.get(\"from\")\n                        });\n                        _this.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color)|| (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n            }\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* EdgeEditor End */\n\n    return EdgeEditor;\n\n});\n\n\ndefine('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* _NodeButton Begin */\n\n    //var _NodeButton = Renderer._NodeButton = Utils.inherit(Renderer._BaseButton);\n    var _NodeButton = Utils.inherit(BaseButton);\n\n    _(_NodeButton.prototype).extend({\n        setSectorSize: function() {\n            var sectorInner = this.source_representation.circle_radius;\n            if (sectorInner !== this.lastSectorInner) {\n                if (this.sector) {\n                    this.sector.destroy();\n                }\n                this.sector = this.renderer.drawSector(\n                        this, 1 + sectorInner,\n                        Utils._NODE_BUTTON_WIDTH + sectorInner,\n                        this.startAngle,\n                        this.endAngle,\n                        1,\n                        this.imageName,\n                        this.renkan.translate(this.text)\n                );\n                this.lastSectorInner = sectorInner;\n            }\n        },\n        unselect: function() {\n            BaseButton.prototype.unselect.apply(this, Array.prototype.slice.call(arguments, 1));\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n                this.source_representation.hideButtons();\n            }\n        },\n        select: function() {\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n            }\n            this.sector.select();\n        },\n    }).value();\n\n\n    /* _NodeButton End */\n\n    return _NodeButton;\n\n});\n\n\ndefine('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditButton Begin */\n\n    //var NodeEditButton = Renderer.NodeEditButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEditButton = Utils.inherit(NodeButton);\n\n    _(NodeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-edit-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -125 : -135;\n            this.endAngle = this.options.hide_nodes ? -55 : -45;\n            this.imageName = \"edit\";\n            this.text = \"Edit\";\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* NodeEditButton End */\n\n    return NodeEditButton;\n\n});\n\n\ndefine('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRemoveButton = Utils.inherit(NodeButton);\n\n    _(NodeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-remove-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -10 : 0;\n            this.endAngle = this.options.hide_nodes ? 45 : 90;\n            this.imageName = \"remove\";\n            this.text = \"Remove\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove node ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeNode(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeRemoveButton;\n\n});\n\n\ndefine('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeHideButton = Utils.inherit(NodeButton);\n\n    _(NodeHideButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-hide-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 45;\n            this.endAngle = 90;\n            this.imageName = \"hide\";\n            this.text = \"Hide\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.renderer.view.addHiddenNode(this.source_representation.model);\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeHideButton;\n\n});\n\n\ndefine('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShowButton = Utils.inherit(NodeButton);\n\n    _(NodeShowButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-show-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 90;\n            this.endAngle = 135;\n            this.imageName = \"show\";\n            this.text = \"Show\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.source_representation.showNeighbors(false);\n            }\n        }\n    }).value();\n\n    /* NodeShowButton End */\n\n    return NodeShowButton;\n\n});\n\n\ndefine('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeRevertButton Begin */\n\n    //var NodeRevertButton = Renderer.NodeRevertButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRevertButton = Utils.inherit(NodeButton);\n\n    _(NodeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-revert-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = -135;\n            this.endAngle = 135;\n            this.imageName = \"revert\";\n            this.text = \"Cancel deletion\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* NodeRevertButton End */\n\n    return NodeRevertButton;\n\n});\n\n\ndefine('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeLinkButton Begin */\n\n    //var NodeLinkButton = Renderer.NodeLinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeLinkButton = Utils.inherit(NodeButton);\n\n    _(NodeLinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-link-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? 135 : 90;\n            this.endAngle = this.options.hide_nodes ? 190 : 180;\n            this.imageName = \"link\";\n            this.text = \"Link to another node\";\n        },\n        mousedown: function(_event, _isTouch) {\n            if (this.renderer.isEditable()) {\n                var _off = this.renderer.canvas_$.offset(),\n                _point = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]);\n                this.renderer.click_target = null;\n                this.renderer.removeRepresentationsOfType(\"editor\");\n                this.renderer.addTempEdge(this.source_representation, _point);\n            }\n        }\n    }).value();\n\n    /* NodeLinkButton End */\n\n    return NodeLinkButton;\n\n});\n\n\n\ndefine('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeEnlargeButton Begin */\n\n    //var NodeEnlargeButton = Renderer.NodeEnlargeButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEnlargeButton = Utils.inherit(NodeButton);\n\n    _(NodeEnlargeButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-enlarge-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -55 : -45;\n            this.endAngle = this.options.hide_nodes ? -10 : 0;\n            this.imageName = \"enlarge\";\n            this.text = \"Enlarge\";\n        },\n        mouseup: function() {\n            var _newsize = 1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeEnlargeButton End */\n\n    return NodeEnlargeButton;\n\n});\n\n\ndefine('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* NodeShrinkButton Begin */\n\n    //var NodeShrinkButton = Renderer.NodeShrinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShrinkButton = Utils.inherit(NodeButton);\n\n    _(NodeShrinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-shrink-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -170 : -180;\n            this.endAngle = this.options.hide_nodes ? -125 : -135;\n            this.imageName = \"shrink\";\n            this.text = \"Shrink\";\n        },\n        mouseup: function() {\n            var _newsize = -1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeShrinkButton End */\n\n    return NodeShrinkButton;\n\n});\n\n\ndefine('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditButton Begin */\n\n    //var EdgeEditButton = Renderer.EdgeEditButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeEditButton = Utils.inherit(BaseButton);\n\n    _(EdgeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-edit-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -270, -90, 1, \"edit\", this.renkan.translate(\"Edit\"));\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* EdgeEditButton End */\n\n    return EdgeEditButton;\n\n});\n\n\ndefine('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRemoveButton Begin */\n\n    //var EdgeRemoveButton = Renderer.EdgeRemoveButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRemoveButton = Utils.inherit(BaseButton);\n\n    _(EdgeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-remove-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -90, 90, 1, \"remove\", this.renkan.translate(\"Remove\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove edge ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeEdge(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* EdgeRemoveButton End */\n\n    return EdgeRemoveButton;\n\n});\n\n\ndefine('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRevertButton Begin */\n\n    //var EdgeRevertButton = Renderer.EdgeRevertButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRevertButton = Utils.inherit(BaseButton);\n\n    _(EdgeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-revert-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -135, 135, 1, \"revert\", this.renkan.translate(\"Cancel deletion\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* EdgeRevertButton End */\n\n    return EdgeRevertButton;\n\n});\n\n\ndefine('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* MiniFrame Begin */\n\n    //var MiniFrame = Renderer.MiniFrame = Utils.inherit(Renderer._BaseRepresentation);\n    var MiniFrame = Utils.inherit(BaseRepresentation);\n\n    _(MiniFrame.prototype).extend({\n        paperShift: function(_delta) {\n            this.renderer.offset = this.renderer.offset.subtract(_delta.divide(this.renderer.minimap.scale).multiply(this.renderer.scale));\n            this.renderer.redraw();\n        },\n        mouseup: function(_delta) {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        }\n    }).value();\n\n\n    /* MiniFrame End */\n\n    return MiniFrame;\n\n});\n\n\ndefine('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Scene Begin */\n\n    var Scene = function(_renkan) {\n        this.renkan = _renkan;\n        this.$ = $(\".Rk-Render\");\n        this.representations = [];\n        this.$.html(_renkan.options.templates['templates/scene.html'](_renkan));\n        this.onStatusChange();\n        this.canvas_$ = this.$.find(\".Rk-Canvas\");\n        this.labels_$ = this.$.find(\".Rk-Labels\");\n        if (!_renkan.options.popup_editor){\n            this.editor_$ = $(\"#\" + _renkan.options.editor_panel);\n        }else{\n            this.editor_$ = this.$.find(\".Rk-Editor\");\n        }\n        this.notif_$ = this.$.find(\".Rk-Notifications\");\n        paper.setup(this.canvas_$[0]);\n        this.totalScroll = 0;\n        this.mouse_down = false;\n        this.click_target = null;\n        this.selected_target = null;\n        this.edge_layer = new paper.Layer();\n        this.node_layer = new paper.Layer();\n        this.buttons_layer = new paper.Layer();\n        this.delete_list = [];\n        this.redrawActive = true;\n\n        if (_renkan.options.show_minimap) {\n            this.minimap = {\n                    background_layer: new paper.Layer(),\n                    edge_layer: new paper.Layer(),\n                    node_layer: new paper.Layer(),\n                    node_group: new paper.Group(),\n                    size: new paper.Size( _renkan.options.minimap_width, _renkan.options.minimap_height )\n            };\n\n            this.minimap.background_layer.activate();\n            this.minimap.topleft = paper.view.bounds.bottomRight.subtract(this.minimap.size);\n            this.minimap.rectangle = new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]), this.minimap.size.add([4,4]));\n            this.minimap.rectangle.fillColor = _renkan.options.minimap_background_color;\n            this.minimap.rectangle.strokeColor = _renkan.options.minimap_border_color;\n            this.minimap.rectangle.strokeWidth = 4;\n            this.minimap.offset = new paper.Point(this.minimap.size.divide(2));\n            this.minimap.scale = 0.1;\n\n            this.minimap.node_layer.activate();\n            this.minimap.cliprectangle = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.cliprectangle);\n            this.minimap.node_group.clipped = true;\n            this.minimap.miniframe = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.miniframe);\n            this.minimap.miniframe.fillColor = '#c0c0ff';\n            this.minimap.miniframe.opacity = 0.3;\n            this.minimap.miniframe.strokeColor = '#000080';\n            this.minimap.miniframe.strokeWidth = 2;\n            this.minimap.miniframe.__representation = new MiniFrame(this, null);\n        }\n\n        this.throttledPaperDraw = _(function() {\n            paper.view.draw();\n        }).throttle(100).value();\n\n        this.bundles = [];\n        this.click_mode = false;\n\n        var _this = this,\n        _allowScroll = true,\n        _originalScale = 1,\n        _zooming = false,\n        _lastTapX = 0,\n        _lastTapY = 0;\n\n        this.image_cache = {};\n        this.icon_cache = {};\n\n        ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) {\n            var img = new Image();\n            img.src = _renkan.options.static_url + 'img/' + imgname + '.png';\n            _this.icon_cache[imgname] = img;\n        });\n\n        var throttledMouseMove = _.throttle(function(_event, _isTouch) {\n            _this.onMouseMove(_event, _isTouch);\n        }, Utils._MOUSEMOVE_RATE);\n\n        this.canvas_$.on({\n            mousedown: function(_event) {\n                _event.preventDefault();\n                _this.onMouseDown(_event, false);\n            },\n            mousemove: function(_event) {\n                _event.preventDefault();\n                throttledMouseMove(_event, false);\n            },\n            mouseup: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event, false);\n            },\n            mousewheel: function(_event, _delta) {\n                if(_renkan.options.zoom_on_scroll) {\n                    _event.preventDefault();\n                    if (_allowScroll) {\n                        _this.onScroll(_event, _delta);\n                    }\n                }\n            },\n            touchstart: function(_event) {\n                _event.preventDefault();\n                var _touches = _event.originalEvent.touches[0];\n                if (\n                        _renkan.options.allow_double_click &&\n                        new Date() - _lastTap < Utils._DOUBLETAP_DELAY &&\n                        ( Math.pow(_lastTapX - _touches.pageX, 2) + Math.pow(_lastTapY - _touches.pageY, 2) < Utils._DOUBLETAP_DISTANCE )\n                ) {\n                    _lastTap = 0;\n                    _this.onDoubleClick(_touches);\n                } else {\n                    _lastTap = new Date();\n                    _lastTapX = _touches.pageX;\n                    _lastTapY = _touches.pageY;\n                    _originalScale = _this.view.scale;\n                    _zooming = false;\n                    _this.onMouseDown(_touches, true);\n                }\n            },\n            touchmove: function(_event) {\n                _event.preventDefault();\n                _lastTap = 0;\n                if (_event.originalEvent.touches.length === 1) {\n                    _this.onMouseMove(_event.originalEvent.touches[0], true);\n                } else {\n                    if (!_zooming) {\n                        _this.onMouseUp(_event.originalEvent.touches[0], true);\n                        _this.click_target = null;\n                        _this.is_dragging = false;\n                        _zooming = true;\n                    }\n                    if (_event.originalEvent.scale === \"undefined\") {\n                        return;\n                    }\n                    var _newScale = _event.originalEvent.scale * _originalScale,\n                    _scaleRatio = _newScale / _this.view.scale,\n                    _newOffset = new paper.Point([\n                                                  _this.canvas_$.width(),\n                                                  _this.canvas_$.height()\n                                                  ]).multiply( 0.5 * ( 1 - _scaleRatio ) ).add(_this.view.offset.multiply( _scaleRatio ));\n                    _this.view.setScale(_newScale, _newOffset);\n                }\n            },\n            touchend: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event.originalEvent.changedTouches[0], true);\n            },\n            dblclick: function(_event) {\n                _event.preventDefault();\n                if (_renkan.options.allow_double_click) {\n                    _this.onDoubleClick(_event);\n                }\n            },\n            mouseleave: function(_event) {\n                _event.preventDefault();\n                //_this.onMouseUp(_event, false);\n                _this.click_target = null;\n                _this.is_dragging = false;\n            },\n            dragover: function(_event) {\n                _event.preventDefault();\n            },\n            dragenter: function(_event) {\n                _event.preventDefault();\n                _allowScroll = false;\n            },\n            dragleave: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n            },\n            drop: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n                var res = {};\n                _.each(_event.originalEvent.dataTransfer.types, function(t) {\n                    try {\n                        res[t] = _event.originalEvent.dataTransfer.getData(t);\n                    } catch(e) {}\n                });\n                var text = _event.originalEvent.dataTransfer.getData(\"Text\");\n                if (typeof text === \"string\") {\n                    switch(text[0]) {\n                    case \"{\":\n                    case \"[\":\n                        try {\n                            var data = JSON.parse(text);\n                            _.extend(res,data);\n                        }\n                        catch(e) {\n                            if (!res[\"text/plain\"]) {\n                                res[\"text/plain\"] = text;\n                            }\n                        }\n                        break;\n                    case \"<\":\n                        if (!res[\"text/html\"]) {\n                            res[\"text/html\"] = text;\n                        }\n                        break;\n                    default:\n                        if (!res[\"text/plain\"]) {\n                            res[\"text/plain\"] = text;\n                        }\n                    }\n                }\n                var url = _event.originalEvent.dataTransfer.getData(\"URL\");\n                if (url && !res[\"text/uri-list\"]) {\n                    res[\"text/uri-list\"] = url;\n                }\n                _this.dropData(res, _event.originalEvent);\n            }\n        });\n\n        var bindClick = function(selector, fname) {\n            _this.$.find(selector).click(function(evt) {\n                _this[fname](evt);\n                return false;\n            });\n        };\n\n        if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n            this.$.find(\".Rk-ZoomSetSaved\").show();\n        }\n        this.$.find(\".Rk-CurrentUser\").mouseenter(\n                function() { _this.$.find(\".Rk-UserList\").slideDown(); }\n        );\n        this.$.find(\".Rk-Users\").mouseleave(\n                function() { _this.$.find(\".Rk-UserList\").slideUp(); }\n        );\n        bindClick(\".Rk-FullScreen-Button\", \"fullScreen\");\n        bindClick(\".Rk-AddNode-Button\", \"addNodeBtn\");\n        bindClick(\".Rk-AddEdge-Button\", \"addEdgeBtn\");\n        bindClick(\".Rk-Save-Button\", \"save\");\n        bindClick(\".Rk-Open-Button\", \"open\");\n        bindClick(\".Rk-Export-Button\", \"exportProject\");\n        this.$.find(\".Rk-Bookmarklet-Button\")\n          /*jshint scripturl:true */\n          .attr(\"href\",\"javascript:\" + Utils._BOOKMARKLET_CODE(_renkan))\n          .click(function(){\n              _this.notif_$\n              .text(_renkan.translate(\"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\"))\n              .fadeIn()\n              .delay(5000)\n              .fadeOut();\n              return false;\n          });\n        this.$.find(\".Rk-TopBar-Button\").mouseover(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").show();\n        }).mouseout(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").hide();\n        });\n        bindClick(\".Rk-Fold-Bins\", \"foldBins\");\n\n        paper.view.onResize = function(_event) {\n            var _ratio,\n                newWidth = _event.width,\n                newHeight = _event.height;\n\n            if (_this.minimap) {\n                _this.minimap.topleft = paper.view.bounds.bottomRight.subtract(_this.minimap.size);\n                _this.minimap.rectangle.fitBounds(_this.minimap.topleft.subtract([2,2]), _this.minimap.size.add([4,4]));\n                _this.minimap.cliprectangle.fitBounds(_this.minimap.topleft, _this.minimap.size);\n            }\n\n            var ratioH = newHeight/(newHeight-_event.delta.height),\n                ratioW = newWidth/(newWidth-_event.delta.width);\n            if (newHeight < newWidth) {\n                    _ratio = ratioH;\n            } else {\n                _ratio = ratioW;\n            }\n\n            _this.view.resizeZoom(ratioW, ratioH, _ratio);\n\n            _this.redraw();\n\n        };\n\n        var _thRedraw = _.throttle(function() {\n            _this.redraw();\n        },50);\n           \n        this.addRepresentations(\"Node\", this.renkan.project.get(\"nodes\"));\n        this.addRepresentations(\"Edge\", this.renkan.project.get(\"edges\"));\n        this.renkan.project.on(\"change:title\", function() {\n            _this.$.find(\".Rk-PadTitle\").val(_renkan.project.get(\"title\"));\n        });\n\n        this.$.find(\".Rk-PadTitle\").on(\"keyup input paste\", function() {\n            _renkan.project.set({\"title\": $(this).val()});\n        });\n\n        var _thRedrawUsers = _.throttle(function() {\n            _this.redrawUsers();\n        }, 100);\n\n        _thRedrawUsers();\n\n        // register model events\n        this.renkan.project.on(\"change:saveStatus\", function(){\n            switch (_this.renkan.project.get(\"saveStatus\")) {\n                case 0: //clean\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saved\");\n                    break;\n                case 1: //dirty\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"to-save\");\n                    break;\n                case 2: //saving\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saving\");\n                    break;\n            }\n        });\n\n        this.renkan.project.on(\"change:loadingStatus\", function(){\n            if (_this.renkan.project.get(\"loadingStatus\")){\n                var animate = _this.$.find(\".loader\").addClass(\"run\");\n                var timer = setTimeout(function(){\n                    _this.$.find(\".loader\").hide(250);\n                }, 3000);\n            }\n            else{\n                Backbone.history.start();\n                _thRedraw();\n            }\n        });\n\n        this.renkan.project.on(\"add:users remove:users\", _thRedrawUsers);\n\n        this.renkan.project.on(\"add:views remove:views\", function(_node) {\n            if(_this.renkan.project.get('views').length > 0) {\n                _this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n            else {\n                _this.$.find(\".Rk-ZoomSetSaved\").hide();\n            }\n        });\n\n        this.renkan.project.on(\"add:nodes\", function(_node) {\n            _this.addRepresentation(\"Node\", _node);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"add:edges\", function(_edge) {\n            _this.addRepresentation(\"Edge\", _edge);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"change:title\", function(_model, _title) {\n            var el = _this.$.find(\".Rk-PadTitle\");\n            if (el.is(\"input\")) {\n                if (el.val() !== _title) {\n                    el.val(_title);\n                }\n            } else {\n                el.text(_title);\n            }\n        });\n        \n        //register router events\n        this.renkan.router.on(\"router\", function(_params){\n            _this.parameters(_params);\n        });\n\n        if (_renkan.options.size_bug_fix) {\n            var _delay = (\n                    typeof _renkan.options.size_bug_fix === \"number\" ?\n                        _renkan.options.size_bug_fix\n                                : 500\n            );\n            window.setTimeout(\n                    function() {\n                        _this.fixSize();\n                    },\n                    _delay\n            );\n        }\n\n        if (_renkan.options.force_resize) {\n            $(window).resize(function() {\n                _this.autoScale();\n            });\n        }\n\n        if (_renkan.options.show_user_list && _renkan.options.user_color_editable) {\n            var $cpwrapper = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker-Wrapper\"),\n            $cplist = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker\");\n\n            $cpwrapper.hover(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            $cplist.show();\n                        }\n                    },\n                    function(_e) {\n                        _e.preventDefault();\n                        $cplist.hide();\n                    }\n            );\n\n            $cplist.find(\"li\").mouseenter(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            _this.$.find(\".Rk-CurrentUser-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        }\n                    }\n            );\n        }\n\n        if (_renkan.options.show_search_field) {\n\n            var lastval = '';\n\n            this.$.find(\".Rk-GraphSearch-Field\").on(\"keyup change paste input\", function() {\n                var $this = $(this),\n                val = $this.val();\n                if (val === lastval) {\n                    return;\n                }\n                lastval = val;\n                if (val.length < 2) {\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        _this.getRepresentationByModel(n).unhighlight();\n                    });\n                } else {\n                    var rxs = Utils.regexpFromTextOrArray(val);\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        if (rxs.test(n.get(\"title\")) || rxs.test(n.get(\"description\"))) {\n                            _this.getRepresentationByModel(n).highlight(rxs);\n                        } else {\n                            _this.getRepresentationByModel(n).unhighlight();\n                        }\n                    });\n                }\n            });\n        }\n\n        this.redraw();\n\n        window.setInterval(function() {\n            var _now = new Date().valueOf();\n            _this.delete_list.forEach(function(d) {\n                if (_now >= d.time) {\n                    var el = _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeNode(el);\n                    }\n                    el = _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeEdge(el);\n                    }\n                }\n            });\n            _this.delete_list = _this.delete_list.filter(function(d) {\n                return _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id}) || _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n            });\n        }, 500);\n\n        if (this.minimap) {\n            window.setInterval(function() {\n                _this.rescaleMinimap();\n            }, 2000);\n        }\n\n    };\n\n    _(Scene.prototype).extend({\n        fixSize: function() {\n            if(typeof this.view === 'undefined') {\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").last());\n                this.view.setScale(view.get(\"zoom_level\"), new paper.Point(view.get(\"offset\")));\n            }\n            else{\n                this.view.autoScale();\n            }\n        },\n        drawSector: function(_repr, _inR, _outR, _startAngle, _endAngle, _padding, _imgname, _caption) {\n            var _options = this.renkan.options,\n                _startRads = _startAngle * Math.PI / 180,\n                _endRads = _endAngle * Math.PI / 180,\n                _img = this.icon_cache[_imgname],\n                _startdx = - Math.sin(_startRads),\n                _startdy = Math.cos(_startRads),\n                _startXIn = Math.cos(_startRads) * _inR + _padding * _startdx,\n                _startYIn = Math.sin(_startRads) * _inR + _padding * _startdy,\n                _startXOut = Math.cos(_startRads) * _outR + _padding * _startdx,\n                _startYOut = Math.sin(_startRads) * _outR + _padding * _startdy,\n                _enddx = - Math.sin(_endRads),\n                _enddy = Math.cos(_endRads),\n                _endXIn = Math.cos(_endRads) * _inR - _padding * _enddx,\n                _endYIn = Math.sin(_endRads) * _inR - _padding * _enddy,\n                _endXOut = Math.cos(_endRads) * _outR - _padding * _enddx,\n                _endYOut = Math.sin(_endRads) * _outR - _padding * _enddy,\n                _centerR = (_inR + _outR) / 2,\n                _centerRads = (_startRads + _endRads) / 2,\n                _centerX = Math.cos(_centerRads) * _centerR,\n                _centerY = Math.sin(_centerRads) * _centerR,\n                _centerXIn = Math.cos(_centerRads) * _inR,\n                _centerXOut = Math.cos(_centerRads) * _outR,\n                _centerYIn = Math.sin(_centerRads) * _inR,\n                _centerYOut = Math.sin(_centerRads) * _outR,\n                _textX = Math.cos(_centerRads) * (_outR + 3),\n                _textY = Math.sin(_centerRads) * (_outR + _options.buttons_label_font_size) + _options.buttons_label_font_size / 2;\n            this.buttons_layer.activate();\n            var _path = new paper.Path();\n            _path.add([_startXIn, _startYIn]);\n            _path.arcTo([_centerXIn, _centerYIn], [_endXIn, _endYIn]);\n            _path.lineTo([_endXOut,  _endYOut]);\n            _path.arcTo([_centerXOut, _centerYOut], [_startXOut, _startYOut]);\n            _path.fillColor = _options.buttons_background;\n            _path.opacity = 0.5;\n            _path.closed = true;\n            _path.__representation = _repr;\n            var _text = new paper.PointText(_textX,_textY);\n            _text.characterStyle = {\n                    fontSize: _options.buttons_label_font_size,\n                    fillColor: _options.buttons_label_color\n            };\n            if (_textX > 2) {\n                _text.paragraphStyle.justification = 'left';\n            } else if (_textX < -2) {\n                _text.paragraphStyle.justification = 'right';\n            } else {\n                _text.paragraphStyle.justification = 'center';\n            }\n            _text.visible = false;\n            var _visible = false,\n                _restPos = new paper.Point(-200, -200),\n                _grp = new paper.Group([_path, _text]),\n                //_grp = new paper.Group([_path]),\n                _delta = _grp.position,\n                _imgdelta = new paper.Point([_centerX, _centerY]),\n                _currentPos = new paper.Point(0,0);\n            _text.content = _caption;\n            // set group pivot to not depend on text visibility that changes the group bounding box.\n            _grp.pivot = _grp.bounds.center;\n            _grp.visible = false;\n            _grp.position = _restPos;\n            var _res = {\n                    show: function() {\n                        _visible = true;\n                        _grp.position = _currentPos.add(_delta);\n                        _grp.visible = true;\n                    },\n                    moveTo: function(_point) {\n                        _currentPos = _point;\n                        if (_visible) {\n                            _grp.position = _point.add(_delta);\n                        }\n                    },\n                    hide: function() {\n                        _visible = false;\n                        _grp.visible = false;\n                        _grp.position = _restPos;\n                    },\n                    select: function() {\n                        _path.opacity = 0.8;\n                        _text.visible = true;\n                    },\n                    unselect: function() {\n                        _path.opacity = 0.5;\n                        _text.visible = false;\n                    },\n                    destroy: function() {\n                        _grp.remove();\n                    }\n            };\n            var showImage = function() {\n                var _raster = new paper.Raster(_img);\n                _raster.position = _imgdelta.add(_grp.position).subtract(_delta);\n                _raster.locked = true; // Disable mouse events on icon\n                _grp.addChild(_raster);\n            };\n            if (_img.width) {\n                showImage();\n            } else {\n                $(_img).on(\"load\",showImage);\n            }\n\n            return _res;\n        },\n        addToBundles: function(_edgeRepr) {\n            var _bundle = _(this.bundles).find(function(_bundle) {\n                return (\n                        ( _bundle.from === _edgeRepr.from_representation && _bundle.to === _edgeRepr.to_representation ) ||\n                        ( _bundle.from === _edgeRepr.to_representation && _bundle.to === _edgeRepr.from_representation )\n                );\n            });\n            if (typeof _bundle !== \"undefined\") {\n                _bundle.edges.push(_edgeRepr);\n            } else {\n                _bundle = {\n                        from: _edgeRepr.from_representation,\n                        to: _edgeRepr.to_representation,\n                        edges: [ _edgeRepr ],\n                        getPosition: function(_er) {\n                            var _dir = (_er.from_representation === this.from) ? 1 : -1;\n                            return _dir * ( _(this.edges).indexOf(_er) - (this.edges.length - 1) / 2 );\n                        }\n                };\n                this.bundles.push(_bundle);\n            }\n            return _bundle;\n        },\n        isEditable: function() {\n            return (this.renkan.options.editor_mode && !this.renkan.read_only);\n        },\n        onStatusChange: function() {\n            var savebtn = this.$.find(\".Rk-Save-Button\"),\n            tip = savebtn.find(\".Rk-TopBar-Tooltip-Contents\");\n            if (this.renkan.read_only) {\n                savebtn.removeClass(\"disabled Rk-Save-Online\").addClass(\"Rk-Save-ReadOnly\");\n                tip.text(this.renkan.translate(\"Connection lost\"));\n            } else {\n                if (this.renkan.options.manual_save) {\n                    savebtn.removeClass(\"Rk-Save-ReadOnly Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Save Project\"));\n                } else {\n                    savebtn.removeClass(\"disabled Rk-Save-ReadOnly\").addClass(\"Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Auto-save enabled\"));\n                }\n            }\n            this.redrawUsers();\n        },\n        redrawMiniframe: function() {\n            var topleft = this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),\n                bottomright = this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));\n            this.minimap.miniframe.fitBounds(topleft, bottomright);\n        },\n        rescaleMinimap: function() {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                    _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                    _minx = Math.min.apply(Math, _xx),\n                    _miny = Math.min.apply(Math, _yy),\n                    _maxx = Math.max.apply(Math, _xx),\n                    _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min(\n                        this.view.scale * 0.8 * this.renkan.options.minimap_width / paper.view.bounds.width,\n                        this.view.scale * 0.8 * this.renkan.options.minimap_height / paper.view.bounds.height,\n                        ( this.renkan.options.minimap_width - 2 * this.renkan.options.minimap_padding ) / (_maxx - _minx),\n                        ( this.renkan.options.minimap_height - 2 * this.renkan.options.minimap_padding ) / (_maxy - _miny)\n                );\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale));\n                this.minimap.scale = _scale;\n            }\n            if (nodes.length === 1) {\n                this.minimap.scale = 0.1;\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y]).multiply(this.minimap.scale));\n            }\n            this.redraw();\n        },\n        toPaperCoords: function(_point) {\n            return _point.multiply(this.view.scale).add(this.view.offset);\n        },\n        toMinimapCoords: function(_point) {\n            return _point.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft);\n        },\n        toModelCoords: function(_point) {\n            return _point.subtract(this.view.offset).divide(this.view.scale);\n        },\n        addRepresentation: function(_type, _model) {\n            var RendererType = requtils.getRenderer()[_type];\n            var _repr = new RendererType(this, _model);\n            this.representations.push(_repr);\n            return _repr;                \n        },\n        addRepresentations: function(_type, _collection) {\n            var _this = this;\n            _collection.forEach(function(_model) {\n                _this.addRepresentation(_type, _model);\n            });\n        },\n        userTemplate: _.template(\n                '<li class=\"Rk-User\"><span class=\"Rk-UserColor\" style=\"background:<%=background%>;\"></span><%=name%></li>'\n        ),\n        redrawUsers: function() {\n            if (!this.renkan.options.show_user_list) {\n                return;\n            }\n            var allUsers = [].concat((this.renkan.project.current_user_list || {}).models || [], (this.renkan.project.get(\"users\") || {}).models || []),\n            ulistHtml = '',\n            $userpanel = this.$.find(\".Rk-Users\"),\n            $name = $userpanel.find(\".Rk-CurrentUser-Name\"),\n            $cpitems = $userpanel.find(\".Rk-Edit-ColorPicker li\"),\n            $colorsquare = $userpanel.find(\".Rk-CurrentUser-Color\"),\n            _this = this;\n            $name.off(\"click\").text(this.renkan.translate(\"<unknown user>\"));\n            $cpitems.off(\"mouseleave click\");\n            allUsers.forEach(function(_user) {\n                if (_user.get(\"_id\") === _this.renkan.current_user) {\n                    $name.text(_user.get(\"title\"));\n                    $colorsquare.css(\"background\", _user.get(\"color\"));\n                    if (_this.isEditable()) {\n\n                        if (_this.renkan.options.user_name_editable) {\n                            $name.click(function() {\n                                var $this = $(this),\n                                $input = $('<input>').val(_user.get(\"title\")).blur(function() {\n                                    _user.set(\"title\", $(this).val());\n                                    _this.redrawUsers();\n                                    _this.redraw();\n                                });\n                                $this.empty().html($input);\n                                $input.select();\n                            });\n                        }\n\n                        if (_this.renkan.options.user_color_editable) {\n                            $cpitems.click(\n                                    function(_e) {\n                                        _e.preventDefault();\n                                        if (_this.isEditable()) {\n                                            _user.set(\"color\", $(this).attr(\"data-color\"));\n                                        }\n                                        $(this).parent().hide();\n                                    }\n                            ).mouseleave(function() {\n                                $colorsquare.css(\"background\", _user.get(\"color\"));\n                            });\n                        }\n                    }\n\n                } else {\n                    ulistHtml += _this.userTemplate({\n                        name: _user.get(\"title\"),\n                        background: _user.get(\"color\")\n                    });\n                }\n            });\n            $userpanel.find(\".Rk-UserList\").html(ulistHtml);\n        },\n        removeRepresentation: function(_representation) {\n            _representation.destroy();\n            this.representations = _.reject(this.representations,\n                function(_repr) {\n                    return _repr === _representation;\n                }\n            );\n        },\n        getRepresentationByModel: function(_model) {\n            if (!_model) {\n                return undefined;\n            }\n            return _.find(this.representations, function(_repr) {\n                return _repr.model === _model;\n            });\n        },\n        removeRepresentationsOfType: function(_type) {\n            var _representations = _.filter(this.representations,function(_repr) {\n                return _repr.type === _type;\n                }),\n                _this = this;\n            _.each(_representations, function(_repr) {\n                _this.removeRepresentation(_repr);\n            });\n        },\n        highlightModel: function(_model) {\n            var _repr = this.getRepresentationByModel(_model);\n            if (_repr) {\n                _repr.highlight();\n            }\n        },\n        unhighlightAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unhighlight();\n            });\n        },\n        unselectAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unselect();\n            });\n        },\n        redraw: function() {\n            var _this = this;\n            if(! this.redrawActive ) {\n                return;\n            }\n            _.each(this.representations, function(_representation) {\n                _representation.redraw({ dontRedrawEdges:true });\n            });\n            if (this.minimap && typeof this.view !== 'undefined') {\n                this.redrawMiniframe();\n            }\n            paper.view.draw();\n        },\n        addTempEdge: function(_from, _point) {\n            var _tmpEdge = this.addRepresentation(\"TempEdge\",null);\n            _tmpEdge.end_pos = _point;\n            _tmpEdge.from_representation = _from;\n            _tmpEdge.redraw();\n            this.click_target = _tmpEdge;\n        },\n        findTarget: function(_hitResult) {\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _newTarget = _hitResult.item.__representation;\n                if (this.selected_target !== _hitResult.item.__representation) {\n                    if (this.selected_target) {\n                        this.selected_target.unselect(_newTarget);\n                    }\n                    _newTarget.select(this.selected_target);\n                    this.selected_target = _newTarget;\n                }\n            } else {\n                if (this.selected_target) {\n                    this.selected_target.unselect();\n                }\n                this.selected_target = null;\n            }\n        },\n        onMouseMove: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _delta = _point.subtract(this.last_point);\n            this.last_point = _point;\n            if (!this.is_dragging && this.mouse_down && _delta.length > Utils._MIN_DRAG_DISTANCE) {\n                this.is_dragging = true;\n            }\n            var _hitResult = paper.project.hitTest(_point);\n            if (this.is_dragging) {\n                if (this.click_target && typeof this.click_target.paperShift === \"function\") {\n                    this.click_target.paperShift(_delta);\n                } else {\n                    this.view.paperShift(_delta);\n                }\n            } else {\n                this.findTarget(_hitResult);\n            }\n            paper.view.draw();\n        },\n        onMouseDown: function(_event, _isTouch) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            this.last_point = _point;\n            this.mouse_down = true;\n            if (!this.click_target || this.click_target.type !== \"Temp-edge\") {\n                this.removeRepresentationsOfType(\"editor\");\n                this.is_dragging = false;\n                var _hitResult = paper.project.hitTest(_point);\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    this.click_target = _hitResult.item.__representation;\n                    this.click_target.mousedown(_event, _isTouch);\n                } else {\n                    this.click_target = null;\n                    if (this.isEditable() && this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                        var _coords = this.toModelCoords(_point),\n                        _data = {\n                            id: Utils.getUID('node'),\n                            created_by: this.renkan.current_user,\n                            position: {\n                                x: _coords.x,\n                                y: _coords.y\n                            }\n                        };\n                        var _node = this.renkan.project.addNode(_data);\n                        this.getRepresentationByModel(_node).openEditor();\n                    }\n                }\n            }\n            if (this.click_mode) {\n                if (this.isEditable() && this.click_mode === Utils._CLICKMODE_STARTEDGE && this.click_target && this.click_target.type === \"Node\") {\n                    this.removeRepresentationsOfType(\"editor\");\n                    this.addTempEdge(this.click_target, _point);\n                    this.click_mode = Utils._CLICKMODE_ENDEDGE;\n                    this.notif_$.fadeOut(function() {\n                        $(this).html(this.renkan.translate(\"Click on a second node to complete the edge\")).fadeIn();\n                    });\n                } else {\n                    this.notif_$.hide();\n                    this.click_mode = false;\n                }\n            }\n            paper.view.draw();\n        },\n        onMouseUp: function(_event, _isTouch) {\n            this.mouse_down = false;\n            if (this.click_target) {\n                var _off = this.canvas_$.offset();\n                this.click_target.mouseup(\n                        {\n                            point: new paper.Point([\n                                                    _event.pageX - _off.left,\n                                                    _event.pageY - _off.top\n                                                    ])\n                        },\n                        _isTouch\n                );\n            } else {\n                this.click_target = null;\n                this.is_dragging = false;\n                if (_isTouch) {\n                    this.unselectAll();\n                }\n                this.view.updateUrl();\n            }\n            paper.view.draw();\n        },\n        onScroll: function(_event, _scrolldelta) {\n            this.totalScroll += _scrolldelta;\n            if (Math.abs(this.totalScroll) >= 1) {\n                var _off = this.canvas_$.offset(),\n                _delta = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]).subtract(this.view.offset).multiply( Math.SQRT2 - 1 );\n                if (this.totalScroll > 0) {\n                    this.view.setScale( this.view.scale * Math.SQRT2, this.view.offset.subtract(_delta) );\n                } else {\n                    this.view.setScale( this.view.scale * Math.SQRT1_2, this.view.offset.add(_delta.divide(Math.SQRT2)));\n                }\n                this.totalScroll = 0;\n            }\n        },\n        onDoubleClick: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            var _hitResult = paper.project.hitTest(_point);\n\n            if (!this.isEditable()) {\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    if (_hitResult.item.__representation.model.get('uri')){\n                        window.open(_hitResult.item.__representation.model.get('uri'), '_blank');\n                    }\n                }\n                return;\n            }\n            if (this.isEditable() && (!_hitResult || typeof _hitResult.item.__representation === \"undefined\")) {\n                var _coords = this.toModelCoords(_point),\n                _data = {\n                    id: Utils.getUID('node'),\n                    created_by: this.renkan.current_user,\n                    position: {\n                        x: _coords.x,\n                        y: _coords.y\n                    }\n                },\n                _node = this.renkan.project.addNode(_data);\n                this.getRepresentationByModel(_node).openEditor();\n            }\n            paper.view.draw();\n        },\n        defaultDropHandler: function(_data) {\n            var newNode = {};\n            var snippet = \"\";\n            switch(_data[\"text/x-iri-specific-site\"]) {\n                case \"twitter\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    var tweetdiv = snippet.find(\".tweet\");\n                    newNode.title = this.renkan.translate(\"Tweet by \") + tweetdiv.attr(\"data-name\");\n                    newNode.uri = \"http://twitter.com/\" + tweetdiv.attr(\"data-screen-name\") + \"/status/\" + tweetdiv.attr(\"data-tweet-id\");\n                    newNode.image = tweetdiv.find(\".avatar\").attr(\"src\");\n                    newNode.description = tweetdiv.find(\".js-tweet-text:first\").text();\n                    break;\n                case \"google\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    newNode.title = snippet.find(\"h3:first\").text().trim();\n                    newNode.uri = snippet.find(\"h3 a\").attr(\"href\");\n                    newNode.description = snippet.find(\".st:first\").text().trim();\n                    break;\n                default:\n                    if (_data[\"text/x-iri-source-uri\"]) {\n                        newNode.uri = _data[\"text/x-iri-source-uri\"];\n                    }\n            }\n            if (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]) {\n                newNode.description = (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]).replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                var _svgimgs = snippet.find(\"image\");\n                if (_svgimgs.length) {\n                    newNode.image = _svgimgs.attr(\"xlink:href\");\n                }\n                var _svgpaths = snippet.find(\"path\");\n                if (_svgpaths.length) {\n                    newNode.clipPath = _svgpaths.attr(\"d\");\n                }\n                var _imgs = snippet.find(\"img\");\n                if (_imgs.length) {\n                    newNode.image = _imgs[0].src;\n                }\n                var _as = snippet.find(\"a\");\n                if (_as.length) {\n                    newNode.uri = _as[0].href;\n                }\n                newNode.title = snippet.find(\"[title]\").attr(\"title\") || newNode.title;\n                newNode.description = snippet.text().replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/uri-list\"]) {\n                newNode.uri = _data[\"text/uri-list\"];\n            }\n            if (_data[\"text/x-moz-url\"] && !newNode.title) {\n                newNode.title = (_data[\"text/x-moz-url\"].split(\"\\n\")[1] || \"\").trim();\n                if (newNode.title === newNode.uri) {\n                    newNode.title = false;\n                }\n            }\n            if (_data[\"text/x-iri-source-title\"] && !newNode.title) {\n                newNode.title = _data[\"text/x-iri-source-title\"];\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                newNode.image = snippet.find(\"[data-image]\").attr(\"data-image\") || newNode.image;\n                newNode.uri = snippet.find(\"[data-uri]\").attr(\"data-uri\") || newNode.uri;\n                newNode.title = snippet.find(\"[data-title]\").attr(\"data-title\") || newNode.title;\n                newNode.description = snippet.find(\"[data-description]\").attr(\"data-description\") || newNode.description;\n                newNode.clipPath = snippet.find(\"[data-clip-path]\").attr(\"data-clip-path\") || newNode.clipPath;\n            }\n\n            if (!newNode.title) {\n                newNode.title = this.renkan.translate(\"Dragged resource\");\n            }\n            var fields = [\"title\", \"description\", \"uri\", \"image\"];\n            for (var i = 0; i < fields.length; i++) {\n                var f = fields[i];\n                if (_data[\"text/x-iri-\" + f] || _data[f]) {\n                    newNode[f] = _data[\"text/x-iri-\" + f] || _data[f];\n                }\n                if (newNode[f] === \"none\" || newNode[f] === \"null\") {\n                    newNode[f] = undefined;\n                }\n            }\n\n            if(typeof this.renkan.options.drop_enhancer === \"function\"){\n                newNode = this.renkan.options.drop_enhancer(newNode, _data);\n            }\n\n            return newNode;\n\n        },\n        dropData: function(_data, _event) {\n            if (!this.isEditable()) {\n                return;\n            }\n            if (_data[\"text/json\"] || _data[\"application/json\"]) {\n                try {\n                    var jsondata = JSON.parse(_data[\"text/json\"] || _data[\"application/json\"]);\n                    _.extend(_data,jsondata);\n                }\n                catch(e) {}\n            }\n\n            var newNode = (typeof this.renkan.options.drop_handler === \"undefined\")?this.defaultDropHandler(_data):this.renkan.options.drop_handler(_data);\n\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _coords = this.toModelCoords(_point),\n                                      _nodedata = {\n                id: Utils.getUID('node'),\n                created_by: this.renkan.current_user,\n                uri: newNode.uri || \"\",\n                title: newNode.title || \"\",\n                description: newNode.description || \"\",\n                image: newNode.image || \"\",\n                color: newNode.color || undefined,\n                clip_path: newNode.clipPath || undefined,\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            var _node = this.renkan.project.addNode(_nodedata),\n            _repr = this.getRepresentationByModel(_node);\n            if (_event.type === \"drop\") {\n                _repr.openEditor();\n            }\n        },\n        fullScreen: function() {\n            var _isFull = document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen,\n                _el = this.renkan.$[0],\n                _requestMethods = [\"requestFullScreen\",\"mozRequestFullScreen\",\"webkitRequestFullScreen\"],\n                _cancelMethods = [\"cancelFullScreen\",\"mozCancelFullScreen\",\"webkitCancelFullScreen\"],\n                i;\n            if (_isFull) {\n                for (i = 0; i < _cancelMethods.length; i++) {\n                    if (typeof document[_cancelMethods[i]] === \"function\") {\n                        document[_cancelMethods[i]]();\n                        break;\n                    }\n                }\n                var widthAft = this.$.width();\n                var heightAft = this.$.height();\n\n                if (this.renkan.options.show_top_bar) {\n                    heightAft -= this.$.find(\".Rk-TopBar\").height();\n                }\n                if (this.renkan.options.show_bins && (this.renkan.$.find(\".Rk-Bins\").position().left > 0)) {\n                    widthAft -= this.renkan.$.find(\".Rk-Bins\").width();\n                }\n\n                paper.view.viewSize = new paper.Size([widthAft, heightAft]);\n\n            } else {\n                for (i = 0; i < _requestMethods.length; i++) {\n                    if (typeof _el[_requestMethods[i]] === \"function\") {\n                        _el[_requestMethods[i]]();\n                        break;\n                    }\n                }\n                this.redraw();\n            }\n        },\n        addNodeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_ADDNODE;\n                this.notif_$.text(this.renkan.translate(\"Click on the background canvas to add a node\")).fadeIn();\n            }\n            return false;\n        },\n        addEdgeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_STARTEDGE || this.click_mode === Utils._CLICKMODE_ENDEDGE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_STARTEDGE;\n                this.notif_$.text(this.renkan.translate(\"Click on a first node to start the edge\")).fadeIn();\n            }\n            return false;\n        },\n        exportProject: function() {\n          var projectJSON = this.renkan.project.toJSON(),\n              downloadLink = document.createElement(\"a\"),\n              projectId = projectJSON.id,\n              fileNameToSaveAs = projectId + \".json\";\n\n          // clean ids\n          delete projectJSON.id;\n          delete projectJSON._id;\n          delete projectJSON.space_id;\n\n          var objId,\n              idsMap = {},\n              hiddenNodes;\n\n          _.each(projectJSON.nodes, function(e,i,l) {\n            objId = e.id || e._id;\n            delete e._id;\n            delete e.id;\n            idsMap[objId] = e['@id'] = Utils.getUUID4();\n          });\n          _.each(projectJSON.edges, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n            e.to = idsMap[e.to];\n            e.from = idsMap[e.from];\n          });\n          _.each(projectJSON.views, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n\n            if(e.hidden_nodes) {\n                hiddenNodes = e.hidden_nodes;\n                e.hidden_nodes = [];\n                _.each(hiddenNodes, function(h,j) {\n                    e.hidden_nodes.push(idsMap[h]);\n                });\n            }\n          });\n          projectJSON.users = [];\n\n          var projectJSONStr = JSON.stringify(projectJSON, null, 2);\n          var blob = new Blob([projectJSONStr], {type: \"application/json;charset=utf-8\"});\n          filesaver(blob,fileNameToSaveAs);\n\n        },\n        parameters: function(_params){\n            this.removeRepresentationsOfType(\"View\");\n            if ($.isEmptyObject(_params)){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n                return;\n            }\n            if (typeof _params.viewIndex !== 'undefined'){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(_params.viewIndex)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n            }\n            if (typeof _params.view !== 'undefined' && _params.view.split(\",\").length >= 3){\n                var viewParams = _params.view.split(\",\");\n                var params = {\n                        \"project\": this.renkan.project,\n                        \"offset\": {\n                            \"x\": parseFloat(viewParams[0]),\n                            \"y\": parseFloat(viewParams[1])\n                        },\n                        \"zoom_level\": parseFloat(viewParams[2])\n                };\n                if (this.view){\n                    this.view.setScale(params.zoom_level, new paper.Point(params.offset));\n                } else{\n                    this.view = this.addRepresentation(\"View\", null);\n                    this.view.params = params;\n                    this.view.init();                    \n                }\n            }\n            if (!this.view){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                this.view.autoScale();\n            }\n            //other parameters must go after because most of them depends on a view that must be initialize before\n            this.unhighlightAll();\n            if (typeof _params.idNode !== 'undefined'){\n                this.highlightModel(this.renkan.project.get(\"nodes\").get(_params.idNode));                 \n            }\n        },\n        validViewIndex: function(index){\n            //check if the view index exist (negative index is from the end) and return the correct index or false if doesn't exist\n            var _index = parseInt(index);\n            var validIndex = 0;\n            if (_index < 0){\n                validIndex = this.renkan.project.get(\"views\").length + _index;\n            } else {\n                validIndex = _index; \n            }\n            if (typeof this.renkan.project.get(\"views\").at(_index) === 'undefined'){\n                validIndex = 0;\n            }\n            return validIndex;\n        },\n        foldBins: function() {\n            var foldBinsButton = this.$.find(\".Rk-Fold-Bins\"),\n                bins = this.renkan.$.find(\".Rk-Bins\");\n            var _this = this,\n                sizeBef = _this.canvas_$.width(),\n                sizeAft;\n            if (bins.position().left < 0) {\n                bins.animate({left: 0},250);\n                this.$.animate({left: 300},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                if ((sizeBef -  bins.width()) < bins.height()){\n                    sizeAft = sizeBef;\n                } else {\n                    sizeAft = sizeBef - bins.width();\n                }\n                foldBinsButton.html(\"&laquo;\");\n            } else {\n                bins.animate({left: -300},250);\n                this.$.animate({left: 0},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                sizeAft = sizeBef+300;\n                foldBinsButton.html(\"&raquo;\");\n            }\n            _this.view.resizeZoom(1, 1, (sizeAft/sizeBef));\n        },\n        save: function() { },\n        open: function() { }\n    }).value();\n\n    /* Scene End */\n\n    return Scene;\n\n});\n\ndefine('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    \n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.View Class */\n\n    /* The representation for the view. */\n\n    var ViewRepr = Utils.inherit(BaseRepresentation);\n\n    _(ViewRepr.prototype).extend({\n        _init: function() {\n            var _this = this;\n            this.$ = $(\".Rk-Render\");\n            this.type = \"View\";\n            this.hiddenNodes = [];\n            this.scale = 1;\n            this.initialScale = 1;\n            this.offset = paper.view.center;\n            this.params = {};\n            \n            if (this.model){\n                this.params = {\n                    \"zoom_level\": _this.model.get(\"zoom_level\"),\n                    \"offset\": _this.model.get(\"offset\"),\n                    \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n            }\n                \n            this.init();\n            \n            var bindClick = function(selector, fname) {\n                _this.$.find(selector).click(function(evt) {\n                    _this[fname](evt);\n                    return false;\n                });\n            };\n            \n            bindClick(\".Rk-ZoomOut\", \"zoomOut\");\n            bindClick(\".Rk-ZoomIn\", \"zoomIn\");\n            bindClick(\".Rk-ZoomFit\", \"autoScale\");\n            \n            this.$.find(\".Rk-ZoomSave\").click( function() {\n                var offset = {\n                    \"x\": _this.offset.x,\n                    \"y\": _this.offset.y\n                };\n                _this.model = _this.renkan.project.addView( { zoom_level:_this.scale, offset:offset, hidden_nodes: _this.hiddenNodes.concat() } );\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ZoomSetSaved\").click( function() {\n                _this.model = _this.renkan.project.get(\"views\").at(_this.renkan.project.get(\"views\").length -1);\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n                _this.showNodes(false);\n                if (_this.options.hide_nodes){\n                    _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                    _this.hideNodes();\n                }\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ShowHiddenNodes\").mouseenter( function() {\n                _this.showNodes(true);\n                _this.$.find(\".Rk-ShowHiddenNodes\").mouseleave( function() {\n                    _this.hideNodes();\n                });\n            });\n            this.$.find(\".Rk-ShowHiddenNodes\").click( function() {\n                _this.showNodes(false);\n                _this.$.find(\".Rk-ShowHiddenNodes\").off( \"mouseleave\" ); \n            });\n            if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n                this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n        },\n        redraw: function(options) {\n            //console.log(\"view : \", this.model.toJSON());\n        },\n        init: function(){\n            var _this = this;\n            _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n            \n            if (_this.options.hide_nodes){\n                _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                _this.hideNodes();\n            }\n        },\n        addHiddenNode: function(_model){\n            this.hideNode(_model);\n            this.hiddenNodes.push(_model.id);\n            this.updateUrl();\n        },\n        hideNode: function(_model){\n            if (typeof this.renderer.getRepresentationByModel(_model) !== 'undefined'){\n                this.renderer.getRepresentationByModel(_model).hide();\n            }\n        },\n        hideNodes: function(){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id, index){\n                var node = _this.renkan.project.get(\"nodes\").get(_id);\n                if (typeof node !== 'undefined'){\n                    return _this.hideNode(_this.renkan.project.get(\"nodes\").get(_id));\n                }else{\n                    _this.hiddenNodes.splice(index, 1);\n                }\n            });\n            paper.view.draw();\n        },\n        showNodes: function(ghost){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id){\n                _this.renderer.getRepresentationByModel(_this.renkan.project.get(\"nodes\").get(_id)).show(ghost);\n            });\n            if (!ghost){\n                this.hiddenNodes = [];\n            }\n            paper.view.draw();\n        },\n        setScale: function(_newScale, _offset) {\n            if ((_newScale/this.initialScale) > Utils._MIN_SCALE && (_newScale/this.initialScale) < Utils._MAX_SCALE) {\n                this.scale = _newScale;\n                if (_offset) {\n                    this.offset = _offset;\n                }\n                this.renderer.redraw();\n                this.updateUrl();\n            }\n        },\n        zoomOut: function() {\n            var _newScale = this.scale * Math.SQRT1_2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT1_2 ) ).add(this.offset.multiply( Math.SQRT1_2 ));\n            this.setScale( _newScale, _offset );\n        },\n        zoomIn: function() {\n            var _newScale = this.scale * Math.SQRT2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT2 ) ).add(this.offset.multiply( Math.SQRT2 ));\n            this.setScale( _newScale, _offset );\n        },\n        resizeZoom: function(_scaleWidth, _scaleHeight, _ratio) {\n            var _newScale = this.scale * _ratio,\n                _offset = new paper.Point([\n                                       (this.offset.x * _scaleWidth),\n                                       (this.offset.y * _scaleHeight)\n                                       ]);\n            this.setScale( _newScale, _offset );\n        },\n        autoScale: function(force_view) {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                _minx = Math.min.apply(Math, _xx),\n                _miny = Math.min.apply(Math, _yy),\n                _maxx = Math.max.apply(Math, _xx),\n                _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min( (paper.view.size.width - 2 * this.renkan.options.autoscale_padding) / (_maxx - _minx), (paper.view.size.height - 2 * this.renkan.options.autoscale_padding) / (_maxy - _miny));\n                this.initialScale = _scale;\n                // Override calculated scale if asked\n                if((typeof force_view !== \"undefined\") && parseFloat(force_view.zoom_level)>0 && parseFloat(force_view.offset.x)>0 && parseFloat(force_view.offset.y)>0){\n                    this.setScale(parseFloat(force_view.zoom_level), new paper.Point(parseFloat(force_view.offset.x), parseFloat(force_view.offset.y)));\n                }\n                else{\n                    this.setScale(_scale, paper.view.center.subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale)));\n                }\n            }\n            if (nodes.length === 1) {\n                this.setScale(1, paper.view.center.subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y])));\n            }\n        },\n        paperShift: function(_delta) {\n            this.offset = this.offset.add(_delta);\n            this.renderer.redraw();\n        },\n        updateUrl: function(){\n            if(this.options.update_url){\n                var result = {};\n                var parameters = Backbone.history.getFragment().split('?');\n                if (parameters.length > 1){\n                    parameters[1].split(\"&\").forEach(function(part) {\n                        var item = part.split(\"=\");\n                        result[item[0]] = decodeURIComponent(item[1]);\n                    });\n                }\n                result.view = Math.round(this.offset.x*1000)/1000 + ',' + Math.round(this.offset.y*1000)/1000 + ',' + Math.round(this.scale*1000)/1000;\n\n                if (this.renkan.project.get(\"views\").indexOf(this.model) > -1){\n                    result.viewIndex = this.renkan.project.get(\"views\").indexOf(this.model);\n                    if (result.viewIndex === this.renkan.project.get(\"views\").length - 1){\n                        result.viewIndex = -1;\n                    }\n                } else {\n                    if (result.viewIndex){\n                        delete result.viewIndex;\n                    }\n                }\n                this.renkan.router.navigate(\"?\" + decodeURIComponent($.param(result)), {trigger: false, replace: true});\n            }\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.showNodes(false);\n        }\n    }).value();\n\n    return ViewRepr;\n\n});\n\n\n//Load modules and use them\nif( typeof require.config === \"function\" ) {\n    require.config({\n        paths: {\n            'jquery':'../lib/jquery/jquery',\n            'underscore':'../lib/lodash/lodash',\n            'filesaver' :'../lib/FileSaver/FileSaver',\n            'requtils':'require-utils',\n            'ckeditor-core':'../lib/ckeditor/ckeditor',\n            'ckeditor-jquery':'../lib/ckeditor/adapters/jquery'\n        },\n        shim: {\n            'ckeditor-jquery':{\n                deps:['jquery','ckeditor-core']\n            }\n        },\n    });\n}\n\nrequire(['renderer/baserepresentation',\n         'renderer/basebutton',\n         'renderer/noderepr',\n         'renderer/edge',\n         'renderer/tempedge',\n         'renderer/baseeditor',\n         'renderer/nodeeditor',\n         'renderer/edgeeditor',\n         'renderer/nodebutton',\n         'renderer/nodeeditbutton',\n         'renderer/noderemovebutton',\n         'renderer/nodehidebutton',\n         'renderer/nodeshowbutton',\n         'renderer/noderevertbutton',\n         'renderer/nodelinkbutton',\n         'renderer/nodeenlargebutton',\n         'renderer/nodeshrinkbutton',\n         'renderer/edgeeditbutton',\n         'renderer/edgeremovebutton',\n         'renderer/edgerevertbutton',\n         'renderer/miniframe',\n         'renderer/scene',\n         'renderer/viewrepr'\n         ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){\n\n    \n\n    var Rkns = window.Rkns;\n\n    if(typeof Rkns.Renderer === \"undefined\"){\n        Rkns.Renderer = {};\n    }\n    var Renderer = Rkns.Renderer;\n\n    Renderer._BaseRepresentation = BaseRepresentation;\n    Renderer._BaseButton = BaseButton;\n    Renderer.Node = NodeRepr;\n    Renderer.Edge = Edge;\n    Renderer.View = ViewRepr;\n    Renderer.TempEdge = TempEdge;\n    Renderer._BaseEditor = BaseEditor;\n    Renderer.NodeEditor = NodeEditor;\n    Renderer.EdgeEditor = EdgeEditor;\n    Renderer._NodeButton = NodeButton;\n    Renderer.NodeEditButton = NodeEditButton;\n    Renderer.NodeRemoveButton = NodeRemoveButton;\n    Renderer.NodeHideButton = NodeHideButton;\n    Renderer.NodeShowButton = NodeShowButton;\n    Renderer.NodeRevertButton = NodeRevertButton;\n    Renderer.NodeLinkButton = NodeLinkButton;\n    Renderer.NodeEnlargeButton = NodeEnlargeButton;\n    Renderer.NodeShrinkButton = NodeShrinkButton;\n    Renderer.EdgeEditButton = EdgeEditButton;\n    Renderer.EdgeRemoveButton = EdgeRemoveButton;\n    Renderer.EdgeRevertButton = EdgeRevertButton;\n    Renderer.MiniFrame = MiniFrame;\n    Renderer.Scene = Scene;\n\n    startRenkan();\n});\n\ndefine(\"main-renderer\", function(){});\n\n"]}
\ No newline at end of file
+{"version":3,"file":"renkan.min.js","sources":["templates.js","../../js/main.js","../../js/router.js","../../js/dataloader.js","../../js/models.js","../../js/defaults.js","../../js/i18n.js","../../js/full-json.js","../../js/save-once.js","../../js/ldtjson-bin.js","../../js/list-bin.js","../../js/wikipedia-bin.js","paper-renderer.js"],"names":["this","obj","__t","__p","_","escape","__e","Array","prototype","join","renkan","translate","edge","title","options","show_edge_editor_uri","uri","properties","length","each","ontology","label","property","show_edge_editor_style","show_edge_editor_style_color","show_edge_editor_style_dash","dash","show_edge_editor_style_thickness","thickness","show_edge_editor_style_arrow","arrow","show_edge_editor_direction","show_edge_editor_nodes","from_color","shortenText","from_title","to_title","show_edge_editor_creator","has_creator","created_by_title","show_edge_tooltip_color","color","show_edge_tooltip_uri","short_uri","show_edge_tooltip_nodes","to_color","show_edge_tooltip_creator","created_by_color","Rkns","Utils","getFullURL","image","description","static_url","url","show_bins","show_editor","show_node_editor_title_richtext","node","show_node_editor_uri","change_types","types","type","charAt","toUpperCase","substring","show_node_editor_description","show_node_editor_description_richtext","show_node_editor_size","size","show_node_editor_style","show_node_editor_style_color","show_node_editor_style_dash","show_node_editor_style_thickness","show_node_editor_image","image_placeholder","clip_path","allow_image_upload","show_node_editor_creator","change_shapes","shapes","shape","show_node_tooltip_color","show_node_tooltip_uri","show_node_tooltip_description","show_node_tooltip_image","show_node_tooltip_creator","_id","print","__j","call","arguments","show_top_bar","editor_mode","project","get","show_user_list","show_user_color","user_color_editable","colorPicker","home_button_url","home_button_title","show_fullscreen_button","show_addnode_button","show_addedge_button","show_export_button","show_save_button","show_open_button","show_bookmarklet","show_search_field","resize","show_zoom","save_view","hide_nodes","root","$","jQuery","pickerColors","__renkans","_BaseBin","_renkan","_opts","find","hide","addClass","appendTo","title_icon_$","_this","attr","href","html","click","destroy","slideDown","resizeBins","refresh","count_$","title_$","main_$","auto_refresh","window","setInterval","detach","Renkan","push","defaults","templates","renkanJST","node_editor_templates","template","types_templates","value","key","property_files","f","getJSON","data","concat","read_only","router","Router","Models","Project","dataloader","DataLoader","Loader","setCurrentUser","user_id","user_name","addUser","current_user","renderer","redrawUsers","container","tabs","search_engines","current_user_list","UsersList","on","_tmpl","map","c","Renderer","Scene","search","_select","_input","_form","_search","_key","Search","getSearchTitle","className","getBgClass","_el","setSearchEngine","submit","val","search_engine","mouseenter","mouseleave","bins","_bin","Bin","elementDropped","_mainDiv","siblings","is","slideUp","_e","_t","_models","where","_model","highlightModel","mouseout","unhighlightAll","e","dragDrop","err","preventDefault","touch","originalEvent","changedTouches","off","canvas_$","offset","w","width","h","height","pageX","left","pageY","top","onMouseMove","div","document","createElement","appendChild","cloneNode","dropData","text/html","innerHTML","onMouseDown","onMouseUp","dataTransfer","setData","lastsearch","lastval","regexpFromTextOrArray","source","tab","render","_text","i18n","language","substr","onStatusChange","listClasses","split","classes","i","_d","outerHeight","css","getUUID4","replace","r","Math","random","v","toString","getUID","pad","n","Date","ID_AUTO_INCREMENT","ID_BASE","getUTCFullYear","getUTCMonth","getUTCDate","_base","_n","_uidbase","test","img","Image","src","res","inherit","_baseClass","_callbefore","_class","_arg","apply","slice","_init","_initialized","extend","replaceText","makeReplaceFunc","l","k","charsrx","txt","toLowerCase","remrx","j","remsrc","charsub","getSource","inp","removeChars","String","fromCharCode","RegExp","_textOrArray","testrx","replacerx","isempty","_replace","text","_MIN_DRAG_DISTANCE","_NODE_BUTTON_WIDTH","_EDGE_BUTTON_INNER","_EDGE_BUTTON_OUTER","_CLICKMODE_ADDNODE","_CLICKMODE_STARTEDGE","_CLICKMODE_ENDEDGE","_NODE_SIZE_STEP","LN2","_MIN_SCALE","_MAX_SCALE","_MOUSEMOVE_RATE","_DOUBLETAP_DELAY","_DOUBLETAP_DISTANCE","_USER_PLACEHOLDER","default_user_color","_BOOKMARKLET_CODE","_maxlength","drawEditBox","_options","_coords","_path","_xmargin","_selector","tooltip_width","tooltip_padding","_height","_isLeft","x","paper","view","center","_left","tooltip_arrow_length","_right","_top","y","tooltip_margin","max","tooltip_arrow_width","min","_bottom","segments","point","add","fillColor","Color","Gradient","tooltip_top_color","tooltip_bottom_color","increaseBrightness","hex","percent","parseInt","g","b","Backbone","routes","index","parameters","result","forEach","part","item","decodeURIComponent","trigger","converters","from1to2","len","nodes","style","edges","schema_version","dataConverters","convert","schemaVersionFrom","getSchemaVersion","schemaVersionTo","converterName","load","set","validate","guid","RenkanModel","RelationalModel","idAttribute","constructor","id","prepare","addReference","_propName","_list","_default","_element","User","toJSON","Node","relations","HasOne","relatedModel","created_by","position","Edge","from","to","View","isArray","zoom_level","hidden_nodes","RosterUser","blacklist","HasMany","reverseRelation","includeInJSON","_props","_user","findOrCreate","addNode","_node","addEdge","_edge","addView","_view","removeNode","remove","removeEdge","_project","users","views","_item","t","version","initialize","filter","json","clone","attributes","Model","Collection","omit","site_id","model","navigator","userLanguage","popup_editor","editor_panel","manual_save","size_bug_fix","force_resize","allow_double_click","zoom_on_scroll","element_delete_delay","autoscale_padding","default_view","default_index_view","update_url","user_name_editable","show_minimap","minimap_width","minimap_height","minimap_padding","minimap_background_color","minimap_border_color","minimap_highlight_color","minimap_highlight_weight","buttons_background","buttons_label_color","buttons_label_font_size","ghost_opacity","default_dash_array","show_node_circles","clip_node_images","node_images_fill_mode","node_size_base","node_stroke_width","node_stroke_max_width","selected_node_stroke_width","selected_node_stroke_max_width","node_stroke_witdh_scale","node_fill_color","highlighted_node_fill_color","node_label_distance","node_label_max_length","label_untitled_nodes","default","video","edge_stroke_width","edge_stroke_max_width","selected_edge_stroke_width","selected_edge_stroke_max_width","edge_stroke_witdh_scale","edge_label_distance","edge_label_max_length","edge_arrow_length","edge_arrow_width","edge_arrow_max_width","edge_gap_in_bundles","label_untitled_edges","tooltip_border_color","tooltip_border_width","tooltip_opacity","richtext_editor_config","toolbarGroups","name","groups","removePlugins","show_node_editor_title","uploaded_image_max_kb","fr","Edit Node","Edit Edge","Title:","URI:","Description:","From:","To:","Image URL:","Choose Image File:","Full Screen","Add Node","Add Edge","Save Project","Open Project","Auto-save enabled","Connection lost","Created by:","Zoom In","Zoom Out","Edit","Remove","Cancel deletion","Link to another node","Enlarge","Shrink","Click on the background canvas to add a node","Click on a first node to start the edge","Click on a second node to complete the edge","Wikipedia","Wikipedia in ","French","English","Japanese","Untitled project","Lignes de Temps","Loading, please wait","Edge color:","Dash:","Thickness:","Arrow:","Node color:","Choose color","Change edge direction","Do you really wish to remove node ","Do you really wish to remove edge ","This file is not an image","Image size must be under ","Size:","KB","Choose from vocabulary:","SKOS Documentation properties","has note","has example","has definition","SKOS Semantic relations","has broader","has narrower","has related","Dublin Core Metadata","has contributor","covers","created by","has date","published by","has source","has subject","Dragged resource","Search the Web","Search in Bins","Close bin","Refresh bin","(untitled)","Select contents:","Drag items from this website, drop them in Renkan","Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.","Shapes available","Circle","Square","Diamond","Hexagone","Ellipse","Star","Cloud","Triangle","Zoom Fit","Download Project","Save view","View saved view","Renkan 'Drag-to-Add' bookmarklet","(unknown user)","<unknown user>","Search in graph","Search in ","jsonIO","_proj","http_method","_load","redrawActive","loadingStatus","_data","saveStatus","_save","ajax","contentType","JSON","stringify","success","textStatus","jqXHR","_thrSave","throttle","setTimeout","changedAttributes","hasChanged","jsonIOSaveOnClick","_saveWarn","_onLeave","getdata","rx","matches","location","hash","match","beforeSend","_checkLeave","removeClass","save","hasClass","Ldt","ProjectBin","ldt_type","Resclass","console","error","tagTemplate","annotationTemplate","proj_id","project_id","ldt_platform","searchbase","highlight","convertTC","_ms","_res","_totalSeconds","abs","floor","_hours","_minutes","_seconds","_html","_projtitle","meta","count","tags","_tag","_title","htitle","encodedtitle","encodeURIComponent","annotations","_annotation","_description","content","_duration","end","begin","_img","hdescription","start","duration","mediaid","media","annotationid","show","dataType","lang","_q","ResultsBin","segmentTemplate","max_results","highlightrx","objects","_segment","_begin","start_ts","_end","iri_id","element_id","format","q","limit","ResourceList","resultTemplate","list","trim","_match","langs","en","ja","query","_result","encodeURI","snippet","define","_BaseRepresentation","_renderer","_changeBinding","redraw","change","_removeBinding","removeRepresentation","defer","_selectBinding","select","_unselectBinding","unselect","_super","_func","moveTo","unhighlight","mousedown","mouseup","getUtils","getRenderer","requtils","BaseRepresentation","_BaseButton","_pos","sector","_newTarget","source_representation","cloud_path","builders","circle","getShape","Path","getImageShape","radius","rectangle","Rectangle","ellipse","polygon","RegularPolygon","diamond","d","SQRT2","rotate","star","cloud","path","scale","triangle","svg","ShapeBuilder","NodeRepr","node_layer","activate","buildShape","hidden","ghost","strokeWidth","h_ratio","labels_$","normal_buttons","NodeEditButton","NodeRemoveButton","NodeLinkButton","NodeEnlargeButton","NodeShrinkButton","NodeHideButton","NodeShowButton","pending_delete_buttons","NodeRevertButton","all_buttons","active_buttons","last_circle_radius","minimap","minimap_circle","__representation","miniframe","node_group","addChild","_getStrokeWidth","has","_getSelectedStrokeWidth","changed","shapeBuilder","sendToBack","_model_coords","Point","_baseRadius","exp","is_dragging","paper_coords","toPaperCoords","circle_radius","setSectorSize","node_image","subtract","image_delta","multiply","old_act_btn","opacity","dashArray","selected","isEditable","highlighted","clean_title","textContent","innerText","_strokeWidth","_color","_dash","strokeColor","_pc","lastImage","showImage","minipos","toMinimapCoords","miniradius","minisize","Size","fitBounds","dontRedrawEdges","ed","repr","getRepresentationByModel","from_representation","to_representation","_image","image_cache","clipPath","hasClipPath","_clip","baseRadius","centerPoint","instructions","lastCoords","minX","Infinity","minY","maxX","maxY","transformCoords","tabc","relative","newCoords","parseFloat","isY","instr","coords","lineTo","cubicCurveTo","quadraticCurveTo","_raster","Raster","locked","Group","clipped","_circleClip","divide","insertAbove","paperShift","_delta","openEditor","removeRepresentationsOfType","_editor","addRepresentation","draw","clearTimeout","hide_timeout","_uri","showNeighbors","hideButtons","buttons_timeout","undefined","hideNeighbors","hide_delay","delay","indexNode","hiddenNodes","indexOf","splice","textToReplace","hlvalue","throttledPaperDraw","saveCoords","toModelCoords","_event","_isTouch","unselectAll","click_target","edge_layer","bundle","addToBundles","line","arrow_scale","pivot","arrow_angle","EdgeEditButton","EdgeRemoveButton","EdgeRevertButton","minimap_line","_getArrowScale","_opacity","_arrow_scale","_p0a","_p1a","_v","_r","_u","_ortho","_group_pos","getPosition","_p0b","_p1b","_a","angle","_textdelta","_handle","visible","handleIn","handleOut","bounds","_textpos","transform","-moz-transform","-webkit-transform","text_angle","reject","TempEdge","_p0","_p1","end_pos","_c","_hitResult","hitTest","findTarget","_endDrag","_target","_destmodel","_BaseEditor","buttons_layer","editor_block","_pts","range","editor_$","BaseEditor","NodeEditor","readOnlyTemplate","_created_by","_template","_image_placeholder","_size","keys","editorInstance","ckeditor","editorInstanceTitle","closeEditor","cleanEditor","editor","focusManager","blur","_editor_title","onFieldChange","checkDirty","getData","resetDirty","assign","keyCode","files","FileReader","alert","onload","target","readAsDataURL","focus","_picker","hover","shiftSize","_newsize","shiftThickness","_oldThickness","_newThickness","titlehtml","EdgeEditor","_from_model","_to_model","BaseButton","_NodeButton","sectorInner","lastSectorInner","drawSector","startAngle","endAngle","imageName","NodeButton","delid","delete_list","time","valueOf","confirm","addHiddenNode","unset","_off","_point","addTempEdge","MiniFrame","filesaver","representations","notif_$","setup","totalScroll","mouse_down","selected_target","Layer","background_layer","topleft","bottomRight","cliprectangle","bundles","click_mode","_allowScroll","_originalScale","_zooming","_lastTapX","_lastTapY","_lastTap","icon_cache","imgname","throttledMouseMove","mousemove","mousewheel","onScroll","touchstart","_touches","touches","pow","onDoubleClick","touchmove","_newScale","_scaleRatio","_newOffset","setScale","touchend","dblclick","dragover","dragenter","dragleave","drop","parse","bindClick","selector","fname","evt","fadeIn","fadeOut","mouseover","onResize","_ratio","newWidth","newHeight","ratioH","delta","ratioW","resizeZoom","_thRedraw","addRepresentations","_thRedrawUsers","history","el","_params","setViewparameters","_delay","fixSize","autoScale","$cpwrapper","$cplist","$this","rxs","_now","findWhere","delete_scheduled","rescaleMinimap","last","_repr","_inR","_outR","_startAngle","_endAngle","_padding","_imgname","_caption","_startRads","PI","_endRads","_startdx","sin","_startdy","cos","_startXIn","_startYIn","_startXOut","_startYOut","_enddx","_enddy","_endXIn","_endYIn","_endXOut","_endYOut","_centerR","_centerRads","_centerX","_centerY","_centerXIn","_centerXOut","_centerYIn","_centerYOut","_textX","_textY","arcTo","closed","PointText","characterStyle","fontSize","paragraphStyle","justification","_visible","_restPos","_grp","_imgdelta","_currentPos","_edgeRepr","_bundle","_er","_dir","savebtn","tip","redrawMiniframe","bottomright","_xx","_yy","_minx","_miny","_maxx","_maxy","_scale","at","_type","RendererType","_collection","userTemplate","allUsers","models","ulistHtml","$userpanel","$name","$cpitems","$colorsquare","$input","empty","parent","background","_representation","_representations","_from","_tmpEdge","last_point","updateUrl","_scrolldelta","SQRT1_2","open","defaultDropHandler","newNode","tweetdiv","_svgimgs","_svgpaths","_imgs","_as","fields","drop_enhancer","jsondata","drop_handler","_nodedata","fullScreen","_isFull","mozFullScreen","webkitIsFullScreen","_requestMethods","_cancelMethods","widthAft","heightAft","viewSize","addNodeBtn","addEdgeBtn","exportProject","projectJSON","projectId","fileNameToSaveAs","space_id","objId","idsMap","projectJSONStr","blob","Blob","isEmptyObject","validViewIndex","viewIndex","viewParams","params","init","idNode","_index","validIndex","foldBins","sizeAft","foldBinsButton","sizeBef","animate","ViewRepr","initialScale","showNodes","hideNodes","hideNode","_offset","zoomOut","zoomIn","_scaleWidth","_scaleHeight","force_view","getFragment","round","navigate","param","require","config","paths","jquery","underscore","ckeditor-core","ckeditor-jquery","shim","deps","startRenkan"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAAA,KAAgB,UAAIA,KAAgB,cAEpCA,KAAgB,UAAE,8BAAgC,SAASC,KAC3DA,MAAQA,OACR,IAAIC,KAAKC,IAAM,EAAUC,GAAEC,MAC3B,MAAMJ,IACNE,KAAO,oBACS,OAAdD,IAAM,GAAe,GAAKA,KAC5B,yBACgB,OAAdA,IAAM,GAAe,GAAKA,KAC5B,SAGA,OAAOC,MAGPH,KAAgB,UAAE,6BAA+B,SAASC,KAC1DA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IACNE,KAAO,mDACPG,IAAII,OAAOC,UAAU,cACrB,mCACAL,IAAII,OAAOC,UAAU,WACrB,iEACAL,IAAIM,KAAKC,OACT,eACKC,QAAQC,uBACbZ,KAAO,6BACPG,IAAII,OAAOC,UAAU,SACrB,mEACAL,IAAIM,KAAKI,KACT,+CACAV,IAAIM,KAAKI,KACT,yCACKF,QAAQG,WAAWC,SACxBf,KAAO,qCACPG,IAAII,OAAOC,UAAU,4BACrB,8EACCP,EAAEe,KAAKL,QAAQG,WAAY,SAASG,GACrCjB,KAAO,qGACPG,IAAKI,OAAOC,UAAUS,EAASC,QAC/B,wDACCjB,EAAEe,KAAKC,EAASH,WAAY,SAASK,GAAY,GAAIN,GAAMI,EAAS,YAAcE,EAASN,GAC5Fb,MAAO,gFACPG,IAAKU,GACL,kCACKA,IAAQJ,KAAKI,MAClBb,KAAO,aAEPA,KAAO,kCACPG,IAAKI,OAAOC,UAAUW,EAASD,QAC/B,8DAEAlB,KAAO,uBAEPA,KAAO,4CAEPA,KAAO,KACFW,QAAQS,yBACbpB,KAAO,0CACFW,QAAQU,+BACbrB,KAAO,+EACPG,IAAII,OAAOC,UAAU,gBACrB,2OACmC,OAAjCT,IAAQQ,OAAmB,aAAa,GAAKR,KAC/C,wDACAI,IAAKI,OAAOC,UAAU,iBACtB,iDAEAR,KAAO,WACFW,QAAQW,8BACbtB,KAAO,8EACPG,IAAII,OAAOC,UAAU,UACrB,oFACAL,IAAKM,KAAKc,MACV,6BAEAvB,KAAO,WACFW,QAAQa,mCACbxB,KAAO,qFACPG,IAAII,OAAOC,UAAU,eACrB,qKACAL,IAAKM,KAAKgB,WACV,iHAEAzB,KAAO,WACFW,QAAQe,+BACb1B,KAAO,+EACPG,IAAII,OAAOC,UAAU,WACrB,sFACAL,IAAKM,KAAKkB,OACV,6BAEA3B,KAAO,kBAEPA,KAAO,KACFW,QAAQiB,6BACb5B,KAAO,sDACPG,IAAKI,OAAOC,UAAU,0BACtB,uBAEAR,KAAO,KACFW,QAAQkB,yBACb7B,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,kEACAL,IAAIM,KAAKqB,YACT,uBACA3B,IAAK4B,YAAYtB,KAAKuB,WAAY,KAClC,8DACA7B,IAAII,OAAOC,UAAU,QACrB,wGACAL,IAAK4B,YAAYtB,KAAKwB,SAAU,KAChC,gBAEAjC,KAAO,KACFW,QAAQuB,0BAA4BzB,KAAK0B,cAC9CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,mHACAL,IAAK4B,YAAYtB,KAAK2B,iBAAkB,KACxC,gBAEApC,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,sCAAwC,SAASC,KACnEA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IACNE,KAAO,yDACFW,QAAQ0B,0BACbrC,KAAO,2DACPG,IAAKM,KAAK6B,OACV,oBAEAtC,KAAO,kDACFS,KAAKI,MACVb,KAAO,0BACPG,IAAIM,KAAKI,KACT,gCAEAb,KAAO,aACPG,IAAIM,KAAKC,OACT,aACKD,KAAKI,MACVb,KAAO,UAEPA,KAAO,yBACFW,QAAQ4B,uBAAyB9B,KAAKI,MAC3Cb,KAAO,sDACPG,IAAIM,KAAKI,KACT,qBACAV,IAAKM,KAAK+B,WACV,oBAEAxC,KAAO,SACwB,OAA7BD,IAAOU,KAAgB,aAAa,GAAKV,KAC3C,SACKY,QAAQ8B,0BACbzC,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,kEACAL,IAAKM,KAAKqB,YACV,uBACA3B,IAAK4B,YAAYtB,KAAKuB,WAAY,KAClC,8DACA7B,IAAII,OAAOC,UAAU,QACrB,kEACAL,IAAKM,KAAKiC,UACV,uBACAvC,IAAK4B,YAAYtB,KAAKwB,SAAU,KAChC,gBAEAjC,KAAO,KACFW,QAAQgC,2BAA6BlC,KAAK0B,cAC/CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAKM,KAAKmC,kBACV,uBACAzC,IAAK4B,YAAYtB,KAAK2B,iBAAkB,KACxC,gBAEApC,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,iDAAmD,SAASC,KAC9EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,qBAC2B,OAAzBjD,IAAM,cAA0B,GAAKA,KACvC,iCACsB,OAApBA,IAAM,SAAqB,GAAKA,KAClC,SAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,sBACAI,IAAIO,OACJ,uBACAP,IAAI8C,aACJ,uDACoB,OAAlBlD,IAAM,OAAmB,GAAKA,KAChC,kBACqB,OAAnBA,IAAM,QAAoB,GAAKA,KACjC,kBAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,wBACoB,OAAlBA,IAAM,OAAmB,GAAKA,KAChC,WACkB,OAAhBA,IAAM,KAAiB,GAAKA,KAC9B,gBACuB,OAArBA,IAAM,UAAsB,GAAKA,KACnC,iDAGA,OAAOC,MAGPH,KAAgB,UAAE,8CAAgD,SAASC,KAC3EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,qBAC2B,OAAzBjD,IAAM,cAA0B,GAAKA,KACvC,iCACsB,OAApBA,IAAM,SAAqB,GAAKA,KAClC,SAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,sBACAI,IAAIO,OACJ,uBACAP,IAAI8C,aACJ,uDACoB,OAAlBlD,IAAM,OAAmB,GAAKA,KAChC,kBACqB,OAAnBA,IAAM,QAAoB,GAAKA,KACjC,kBAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,wBACoB,OAAlBA,IAAM,OAAmB,GAAKA,KAChC,WACkB,OAAhBA,IAAM,KAAiB,GAAKA,KAC9B,gBACuB,OAArBA,IAAM,UAAsB,GAAKA,KACnC,iDAGA,OAAOC,MAGPH,KAAgB,UAAE,0CAA4C,SAASC,KACvEA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,6DACPG,IAAK0C,KAAKC,MAAMC,WAAWG,WAAW,oBACtC,qBAC2B,OAAzBnD,IAAM,cAA0B,GAAKA,KACvC,yCAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,gCACAI,IAAIO,OACJ,6BACAP,IAAIO,OACJ,iDACAP,IAAI+C,YACJ,iCACqB,OAAnBnD,IAAM,QAAoB,GAAKA,KACjC,kDAGA,OAAOC,MAGPH,KAAgB,UAAE,2BAA6B,SAASC,KACxDA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IACNE,KAAO,gFACPG,IAAIgD,KACJ,iBACAhD,IAAIO,OACJ,4BACAP,IAAI8C,aACJ,UAEAjD,KADKgD,MACE,yBACP7C,IAAK0C,KAAKC,MAAMC,WAAWC,QAC3B,UAEO,gCAEPhD,KAAO,MACFgD,QACLhD,KAAO,iDACPG,IAAI6C,OACJ,UAEAhD,KAAO,6CACFmD,MACLnD,KAAO,sBACPG,IAAIgD,KACJ,4BAEAnD,KAAO,UACc,OAAnBD,IAAM,QAAoB,GAAKA,KACjC,SACKoD,MACLnD,KAAO,QAEPA,KAAO,oBACFiD,cACLjD,KAAO,qDACoB,OAAzBD,IAAM,cAA0B,GAAKA,KACvC,cAEAC,KAAO,SACFgD,QACLhD,KAAO,oDAEPA,KAAO,WAGP,OAAOA,MAGPH,KAAgB,UAAE,uBAAyB,SAASC,KACpDA,MAAQA,OACR,IAASE,KAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IAEDa,QAAQyC,YACbpD,KAAO,0GACPG,IAAKK,UAAU,qBACf,2LACAL,IAAKK,UAAU,mBACf,0TACAL,IAAKK,UAAU,mBACf,iNACAL,IAAKK,UAAU,mBACf,2JACAL,IAAKK,UAAU,mBACf,kGAEAR,KAAO,IACFW,QAAQ0C,cACbrD,KAAO,yCAEPA,KADKW,QAAQyC,UACN,QAEA,OAEPpD,KAAO,cAEPA,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,6BAA+B,SAASC,KAC1DA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IAGNE,KAAO,qDACPG,IAAII,OAAOC,UAAU,cACrB,mCACAL,IAAII,OAAOC,UAAU,WACrB,iBAEAR,KADKW,QAAQ2C,gCACN,gEACkB,OAAvBvD,IAAOwD,KAAU,OAAa,GAAKxD,KACrC,eAEO,6DACPI,IAAIoD,KAAK7C,OACT,aAEAV,KAAO,eACFW,QAAQ6C,uBACbxD,KAAO,6BACPG,IAAII,OAAOC,UAAU,SACrB,mEACAL,IAAIoD,KAAK1C,KACT,+CACAV,IAAIoD,KAAK1C,KACT,sCAEAb,KAAO,IACFW,QAAQ8C,eACbzD,KAAO,6BACPG,IAAII,OAAOC,UAAU,oBACrB,+DACCP,EAAEe,KAAK0C,MAAO,SAASC,GACxB3D,KAAO,oEACPG,IAAKwD,GACL,IACKJ,KAAKI,OAASA,IACnB3D,KAAO,aAEPA,KAAO,sBACPG,IAAKI,OAAOC,UAAUmD,EAAKC,OAAO,GAAGC,cAAgBF,EAAKG,UAAU,KACpE,wCAEA9D,KAAO,mCAEPA,KAAO,IACFW,QAAQoD,+BACb/D,KAAO,6BACPG,IAAII,OAAOC,UAAU,iBACrB,qBAEAR,KADKW,QAAQqD,sCACN,0EACwB,OAA7BjE,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,mBAEO,wDACwB,OAA7BA,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,wBAEAC,KAAO,gBAEPA,KAAO,IACFW,QAAQsD,wBACbjE,KAAO,oDACPG,IAAII,OAAOC,UAAU,UACrB,uJACAL,IAAIoD,KAAKW,MACT,gGAEAlE,KAAO,IACFW,QAAQwD,yBACbnE,KAAO,0CACFW,QAAQyD,+BACbpE,KAAO,yFACPG,IAAII,OAAOC,UAAU,gBACrB,0HACAL,IAAIoD,KAAKjB,OACT,kGACmC,OAAjCvC,IAAQQ,OAAmB,aAAa,GAAKR,KAC/C,wDACAI,IAAKI,OAAOC,UAAU,iBACtB,iDAEAR,KAAO,WACFW,QAAQ0D,8BACbrE,KAAO,8EACPG,IAAII,OAAOC,UAAU,UACrB,oFACAL,IAAKoD,KAAKhC,MACV,6BAEAvB,KAAO,WACFW,QAAQ2D,mCACbtE,KAAO,qFACPG,IAAII,OAAOC,UAAU,eACrB,qKACAL,IAAIoD,KAAK9B,WACT,iHAEAzB,KAAO,kBAEPA,KAAO,IACFW,QAAQ4D,yBACbvE,KAAO,wGACPG,IAAIoD,KAAKP,OAASO,KAAKiB,mBACvB,qBACKjB,KAAKkB,YACVzE,KAAO,yNACPG,IAAKoD,KAAKkB,WACV,8CAEAzE,KAAO,yDACPG,IAAII,OAAOC,UAAU,eACrB,iJACAL,IAAIoD,KAAKP,OACT,mCACKrC,QAAQ+D,qBACb1E,KAAO,6BACPG,IAAII,OAAOC,UAAU,uBACrB,oGAIAR,KAAO,IACFW,QAAQgE,0BAA4BpB,KAAKpB,cAC9CnC,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAIoD,KAAKX,kBACT,uBACAzC,IAAK4B,YAAYwB,KAAKnB,iBAAkB,KACxC,gBAEApC,KAAO,IACFW,QAAQiE,gBACb5E,KAAO,6BACPG,IAAII,OAAOC,UAAU,qBACrB,gEACCP,EAAEe,KAAK6D,OAAQ,SAASC,GACzB9E,KAAO,oEACPG,IAAK2E,GACL,IACKvB,KAAKuB,QAAUA,IACpB9E,KAAO,aAEPA,KAAO,sBACPG,IAAKI,OAAOC,UAAUsE,EAAMlB,OAAO,GAAGC,cAAgBiB,EAAMhB,UAAU,KACtE,wCAEA9D,KAAO,mCAEPA,KAAO,IAGP,OAAOA,MAGPH,KAAgB,UAAE,sCAAwC,SAASC,KACnEA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IACNE,KAAO,yDACFW,QAAQoE,0BACb/E,KAAO,2DACPG,IAAIoD,KAAKjB,OACT,oBAEAtC,KAAO,kDACFuD,KAAK1C,MACVb,KAAO,0BACPG,IAAIoD,KAAK1C,KACT,gCAEAb,KAAO,cACkB,OAAvBD,IAAOwD,KAAU,OAAa,GAAKxD,KACrC,aACKwD,KAAK1C,MACVb,KAAO,QAEPA,KAAO,yBACFuD,KAAK1C,KAAOF,QAAQqE,wBACzBhF,KAAO,sDACPG,IAAIoD,KAAK1C,KACT,qBACAV,IAAIoD,KAAKf,WACT,oBAEAxC,KAAO,IACFW,QAAQsE,gCACbjF,KAAO,4CACwB,OAA7BD,IAAOwD,KAAgB,aAAa,GAAKxD,KAC3C,UAEAC,KAAO,IACFuD,KAAKP,OAASrC,QAAQuE,0BAC3BlF,KAAO,iDACPG,IAAIoD,KAAKP,OACT,UAEAhD,KAAO,IACFuD,KAAKpB,aAAexB,QAAQwE,4BACjCnF,KAAO,oDACPG,IAAII,OAAOC,UAAU,gBACrB,kEACAL,IAAIoD,KAAKX,kBACT,uBACAzC,IAAK4B,YAAYwB,KAAKnB,iBAAkB,KACxC,gBAEApC,KAAO,2BACPG,IAAIoD,KAAK6B,KACT,KACAjF,IAAII,OAAOC,UAAU,qBACrB,QAGA,OAAOR,MAGPH,KAAgB,UAAE,mCAAqC,SAASC,KAChEA,MAAQA,OACR,IAASE,KAAM,GAAIG,IAAMF,EAAEC,MAAcE,OAAMC,UAAUC,IAEzD,MAAMR,IACNE,KAAO,yDACFW,QAAQoE,0BACb/E,KAAO,2DACPG,IAAIoD,KAAKjB,OACT,oBAEAtC,KAAO,kDACFuD,KAAK1C,MACVb,KAAO,0BACPG,IAAIoD,KAAK1C,KACT,gCAEAb,KAAO,aACPG,IAAIoD,KAAK7C,OACT,aACK6C,KAAK1C,MACVb,KAAO,QAEPA,KAAO,yBACFuD,KAAK1C,KAAOF,QAAQqE,wBACzBhF,KAAO,0EACPG,IAAIoD,KAAK1C,KACT,yCAEAb,KAAO,2BACPG,IAAIoD,KAAK6B,KACT,KACAjF,IAAII,OAAOC,UAAU,qBACrB,QAGA,OAAOR,MAGPH,KAAgB,UAAE,wBAA0B,SAASC,KAGrD,QAASuF,SAAUrF,KAAOsF,IAAIC,KAAKC,UAAW,IAF9C1F,MAAQA,OACR,IAASE,KAAM,GAAIG,IAAMF,EAAEC,OAAQoF,IAAMlF,MAAMC,UAAUC,IAEzD,MAAMR,IAEDa,QAAQ8E,eACbzF,KAAO,8EAMPA,KALMW,QAAQ+E,YAKP,+DACPvF,IAAKwF,QAAQC,IAAI,UAAY,IAC7B,kBACAzF,IAAIK,UAAU,qBACd,iBARO,2DACPL,IAAKwF,QAAQC,IAAI,UAAYpF,UAAU,qBACvC,gCAQAR,KAAO,aACFW,QAAQkF,iBACb7F,KAAO,2GACFW,QAAQmF,kBACb9F,KAAO,qKACFW,QAAQoF,sBACb/F,KAAO,0GAEPA,KAAO,sEACFW,QAAQoF,qBAAuBV,MAAMW,aAC1ChG,KAAO,0DAEPA,KAAO,4LAEPA,KAAO,aACFW,QAAQsF,kBACbjG,KAAO,uHACPG,IAAKQ,QAAQsF,iBACb,8IACA9F,IAAKK,UAAUG,QAAQuF,oBACvB,oFAEAlG,KAAO,aACFW,QAAQwF,yBACbnG,KAAO,kQACPG,IAAIK,UAAU,gBACd,sFAEAR,KAAO,aACFW,QAAQ+E,aACb1F,KAAO,iBACFW,QAAQyF,sBACbpG,KAAO,mRACPG,IAAIK,UAAU,aACd,sGAEAR,KAAO,iBACFW,QAAQ0F,sBACbrG,KAAO,mRACPG,IAAIK,UAAU,aACd,sGAEAR,KAAO,iBACFW,QAAQ2F,qBACbtG,KAAO,kRACPG,IAAIK,UAAU,qBACd,sGAEAR,KAAO,iBACFW,QAAQ4F,mBACbvG,KAAO,2TAEPA,KAAO,iBACFW,QAAQ6F,mBACbxG,KAAO,gRACPG,IAAIK,UAAU,iBACd,sGAEAR,KAAO,iBACFW,QAAQ8F,mBACbzG,KAAO,8RACPG,IAAIK,UAAU,qCACd,6JAEAR,KAAO,eAEPA,KAAO,iBACFW,QAAQ2F,qBACbtG,KAAO,kRACPG,IAAIK,UAAU,qBACd,+JAEAR,KAAO,cAEPA,KAAO,aACFW,QAAQ+F,oBACb1G,KAAO,+IACPG,IAAKK,UAAU,oBACf,4FAEAR,KAAO,kBAEPA,KAAO,iCACDW,QAAQ8E,eACdzF,KAAO,0BAEPA,KAAO,wEACFW,QAAQgG,SACb3G,KAAO,eAEPA,KAAO,+FACFW,QAAQyC,YACbpD,KAAO,mEAEPA,KAAO,aACFW,QAAQiG,YACb5G,KAAO,6FACPG,IAAIK,UAAU,YACd,4DACAL,IAAIK,UAAU,aACd,4DACAL,IAAIK,UAAU,aACd,6BACKG,QAAQ+E,aAAe/E,QAAQkG,YACpC7G,KAAO,yDACPG,IAAIK,UAAU,cACd,8BAEAR,KAAO,qBACFW,QAAQkG,YACb7G,KAAO,6DACPG,IAAIK,UAAU,oBACd,iCACKG,QAAQmG,aACb9G,KAAO,gEACPG,IAAIK,UAAU,sBACd,kCAEAR,KAAO,6BAEPA,KAAO,kCAEPA,KAAO,wBAGP,OAAOA,MAGPH,KAAgB,UAAE,yBAA2B,SAASC,KACtDA,MAAQA,OACR,IAAIC,KAAKC,IAAM,EAAUC,GAAEC,MAC3B,MAAMJ,IACNE,KAAO,eACmB,OAAxBD,IAAM,WAAyB,GAAKA,KACtC,gBACoB,OAAlBA,IAAM,KAAmB,GAAKA,KAChC,MACsB,OAApBA,IAAM,OAAqB,GAAKA,KAClC,OAGA,OAAOC,MAGPH,KAAgB,UAAE,+CAAiD,SAASC,KAC5EA,MAAQA,OACR,IAAIC,KAAKC,IAAM,GAAIG,IAAMF,EAAEC,MAC3B,MAAMJ,IACNE,KAAO,+EACPG,IAAIgD,KACJ,4BACAhD,IAAIO,OACJ,4BACAP,IAAI8C,aACJ,sBACA9C,IAAK0C,KAAKC,MAAMC,WAAYG,WAAa,sBACzC,iDACA/C,IAAI+C,YACJ,8EACA/C,IAAIgD,KACJ,sBACqB,OAAnBpD,IAAM,QAAoB,GAAKA,KACjC,yDAC2B,OAAzBA,IAAM,cAA0B,GAAKA,KACvC,eAGA,OAAOC,MCvzBP,SAAU+G,GAEN,YAEyB,iBAAdA,GAAKlE,OACZkE,EAAKlE,QAGT,IAAIA,GAAOkE,EAAKlE,KACZmE,EAAInE,EAAKmE,EAAID,EAAKE,OAClBhH,EAAI4C,EAAK5C,EAAI8G,EAAK9G,CAEtB4C,GAAKqE,cAAgB,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC9F,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAC7E,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,UAAW,WAGjFrE,EAAKsE,YAEL,IAAIC,GAAWvE,EAAKuE,SAAW,SAASC,EAASC,GAC7C,GAAuB,mBAAZD,GAAyB,CAChCxH,KAAKU,OAAS8G,EACdxH,KAAKU,OAAOyG,EAAEO,KAAK,gBAAgBC,OACnC3H,KAAKmH,EAAInE,EAAKmE,EAAE,QACXS,SAAS,UACTC,SAASL,EAAQL,EAAEO,KAAK,iBAC7B1H,KAAK8H,aAAe9E,EAAKmE,EAAE,UACtBS,SAAS,qBACTC,SAAS7H,KAAKmH,EAEnB,IAAIY,GAAQ/H,IAEZgD,GAAKmE,EAAE,OACFa,MACGC,KAAM,IACNpH,MAAO2G,EAAQ7G,UAAU,eAE5BiH,SAAS,gBACTM,KAAK,WACLL,SAAS7H,KAAKmH,GACdgB,MAAM,WAMH,MALAJ,GAAMK,UACDZ,EAAQL,EAAEO,KAAK,wBAAwBxG,QACxCsG,EAAQL,EAAEO,KAAK,qBAAqBW,YAExCb,EAAQc,cACD,IAEftF,EAAKmE,EAAE,OACFa,MACGC,KAAM,IACNpH,MAAO2G,EAAQ7G,UAAU,iBAE5BiH,SAAS,kBACTC,SAAS7H,KAAKmH,GACdgB,MAAM,WAEH,MADAJ,GAAMQ,WACC,IAEfvI,KAAKwI,QAAUxF,EAAKmE,EAAE,SACjBS,SAAS,gBACTC,SAAS7H,KAAKmH,GACnBnH,KAAKyI,QAAUzF,EAAKmE,EAAE,QACjBS,SAAS,gBACTC,SAAS7H,KAAKmH,GACnBnH,KAAK0I,OAAS1F,EAAKmE,EAAE,SAChBS,SAAS,eACTC,SAAS7H,KAAKmH,GACde,KAAK,8BAAgCV,EAAQ7G,UAAU,wBAA0B,SACtFX,KAAKyI,QAAQP,KAAKT,EAAM5G,OAAS,aACjCb,KAAKU,OAAO4H,aAERb,EAAMkB,cACNC,OAAOC,YAAY,WACfd,EAAMQ,WACPd,EAAMkB,eAKrBpB,GAAS/G,UAAU4H,QAAU,WACzBpI,KAAKmH,EAAE2B,SACP9I,KAAKU,OAAO4H,aAKhB,IAAIS,GAAS/F,EAAK+F,OAAS,SAAStB,GAChC,GAAIM,GAAQ/H,IAEZgD,GAAKsE,UAAU0B,KAAKhJ,MAEpBA,KAAKc,QAAUV,EAAE6I,SAASxB,EAAOzE,EAAKiG,UAClCC,UAAW9I,EAAE6I,SAASxB,EAAMyB,UAAWC,YAAcA,UACrDC,sBAAuBhJ,EAAE6I,SAASxB,EAAM2B,sBAAuBpG,EAAKiG,SAASG,yBAEjFpJ,KAAKqJ,SAAWF,UAAU,sBAE1B,IAAIG,KA6DJ,IA5DAlJ,EAAEe,KAAKnB,KAAKc,QAAQsI,sBAAuB,SAASG,EAAOC,GACvDF,EAAgBE,GAAOzB,EAAMjH,QAAQoI,UAAUK,SACxCxB,GAAMjH,QAAQoI,UAAUK,KAEnCvJ,KAAKc,QAAQsI,sBAAwBE,EAErClJ,EAAEe,KAAKnB,KAAKc,QAAQ2I,eAAgB,SAASC,GACzC1G,EAAKmE,EAAEwC,QAAQD,EAAG,SAASE,GACvB7B,EAAMjH,QAAQG,WAAa8G,EAAMjH,QAAQG,WAAW4I,OAAOD,OAInE5J,KAAK8J,UAAY9J,KAAKc,QAAQgJ,YAAc9J,KAAKc,QAAQ+E,YAEzD7F,KAAK+J,OAAS,GAAI/G,GAAKgH,OAEvBhK,KAAK8F,QAAU,GAAI9C,GAAKiH,OAAOC,QAC/BlK,KAAKmK,WAAa,GAAInH,GAAKoH,WAAWC,OAAOrK,KAAK8F,QAAS9F,KAAKc,SAEhEd,KAAKsK,eAAiB,SAASC,EAASC,GACpCxK,KAAK8F,QAAQ2E,SACTlF,IAAKgF,EACL1J,MAAO2J,IAEXxK,KAAK0K,aAAeH,EACpBvK,KAAK2K,SAASC,eAGkB,mBAAzB5K,MAAKc,QAAQyJ,UACpBvK,KAAK0K,aAAe1K,KAAKc,QAAQyJ,SAErCvK,KAAKmH,EAAInE,EAAKmE,EAAE,IAAMnH,KAAKc,QAAQ+J,WACnC7K,KAAKmH,EACAS,SAAS,WACTM,KAAKlI,KAAKqJ,SAASrJ,OAExBA,KAAK8K,QACL9K,KAAK+K,kBAEL/K,KAAKgL,kBAAoB,GAAIhI,GAAKiH,OAAOgB,UAEzCjL,KAAKgL,kBAAkBE,GAAG,aAAc,WAChClL,KAAK2K,UACL3K,KAAK2K,SAASC,gBAItB5K,KAAKmG,YAAc,WACf,GAAIgF,GAAQhC,UAAU,6BACtB,OAAO,mCAAqCnG,EAAKqE,aAAa+D,IAAI,SAASC,GACvE,MAAOF,IACHE,EAAGA,MAER5K,KAAK,IAAM,WAGdT,KAAKc,QAAQ0C,cACbxD,KAAK2K,SAAW,GAAI3H,GAAKsI,SAASC,MAAMvL,OAGvCA,KAAKc,QAAQ0K,OAAOtK,OAElB,CACH,GAAIiK,GAAQhC,UAAU,yBAClBsC,EAAUzL,KAAKmH,EAAEO,KAAK,mBACtBgE,EAAS1L,KAAKmH,EAAEO,KAAK,wBACrBiE,EAAQ3L,KAAKmH,EAAEO,KAAK,sBACxBtH,GAAEe,KAAKnB,KAAKc,QAAQ0K,OAAQ,SAASI,EAASC,GACtC7I,EAAK4I,EAAQ9H,OAASd,EAAK4I,EAAQ9H,MAAMgI,QACzC/D,EAAMgD,eAAe/B,KAAK,GAAIhG,GAAK4I,EAAQ9H,MAAMgI,OAAO/D,EAAO6D,MAGvEH,EAAQvD,KACJ9H,EAAEJ,KAAK+K,gBAAgBK,IAAI,SAASQ,EAASC,GACzC,MAAOV,IACH3B,IAAKqC,EACLhL,MAAO+K,EAAQG,iBACfC,UAAWJ,EAAQK,iBAExBxL,KAAK,KAEZgL,EAAQ/D,KAAK,MAAMS,MAAM,WACrB,GAAI+D,GAAMlJ,EAAKmE,EAAEnH,KACjB+H,GAAMoE,gBAAgBD,EAAIlE,KAAK,aAC/B2D,EAAMS,WAEVT,EAAMS,OAAO,WACT,GAAIV,EAAOW,MAAO,CACd,GAAIT,GAAU7D,EAAMuE,aACpBV,GAAQJ,OAAOE,EAAOW,OAE1B,OAAO,IAEXrM,KAAKmH,EAAEO,KAAK,sBAAsB6E,WAC9B,WACId,EAAQpD,cAGhBrI,KAAKmH,EAAEO,KAAK,qBAAqB8E,WAC7B,WACIf,EAAQ9D,SAGhB3H,KAAKmM,gBAAgB,OA1CrBnM,MAAKmH,EAAEO,KAAK,uBAAuBoB,QA4CvC1I,GAAEe,KAAKnB,KAAKc,QAAQ2L,KAAM,SAASC,GAC3B1J,EAAK0J,EAAK5I,OAASd,EAAK0J,EAAK5I,MAAM6I,KACnC5E,EAAM+C,KAAK9B,KAAK,GAAIhG,GAAK0J,EAAK5I,MAAM6I,IAAI5E,EAAO2E,KAIvD,IAAIE,IAAiB,CAErB5M,MAAKmH,EAAEO,KAAK,YACPwD,GAAG,QAAS,mCAAoC,WAC7C,GAAI2B,GAAW7J,EAAKmE,EAAEnH,MAAM8M,SAAS,eACjCD,GAASE,GAAG,aACZhF,EAAMZ,EAAEO,KAAK,gBAAgBsF,UAC7BH,EAASxE,eAIjBrI,KAAKc,QAAQ0C,aAEbxD,KAAKmH,EAAEO,KAAK,YAAYwD,GAAG,YAAa,eAAgB,SAAS+B;AAC7D,GAAIC,GAAKlK,EAAKmE,EAAEnH,KAChB,IAAIkN,GAAM/F,EAAE+F,GAAIlF,KAAK,YAAa,CAC9B,GAAImF,GAAUpF,EAAMjC,QAAQC,IAAI,SAASqH,OACrCpM,IAAKmG,EAAE+F,GAAIlF,KAAK,aAEpB5H,GAAEe,KAAKgM,EAAS,SAASE,GACrBtF,EAAM4C,SAAS2C,eAAeD,QAGvCE,SAAS,WACRxF,EAAM4C,SAAS6C,mBAChBtC,GAAG,YAAa,eAAgB,SAASuC,GACxC,IACIzN,KAAK0N,WACP,MAAOC,OACVzC,GAAG,aAAc,eAAgB,SAASuC,GACzCb,GAAiB,IAClB1B,GAAG,YAAa,eAAgB,SAASuC,GACxCA,EAAEG,gBACF,IAAIC,GAAQJ,EAAEK,cAAcC,eAAe,GACvCC,EAAMjG,EAAM4C,SAASsD,SAASC,SAC9BC,EAAIpG,EAAM4C,SAASsD,SAASG,QAC5BC,EAAItG,EAAM4C,SAASsD,SAASK,QAChC,IAAIT,EAAMU,OAASP,EAAIQ,MAAQX,EAAMU,MAASP,EAAIQ,KAAOL,GAAMN,EAAMY,OAAST,EAAIU,KAAOb,EAAMY,MAAST,EAAIU,IAAML,EAC9G,GAAIzB,EACA7E,EAAM4C,SAASgE,YAAYd,GAAO,OAC/B,CACHjB,GAAiB,CACjB,IAAIgC,GAAMC,SAASC,cAAc,MACjCF,GAAIG,YAAY/O,KAAKgP,WAAU,IAC/BjH,EAAM4C,SAASsE,UACXC,YAAaN,EAAIO,WAClBtB,GACH9F,EAAM4C,SAASyE,YAAYvB,GAAO,MAG3C3C,GAAG,WAAY,eAAgB,SAASuC,GACnCb,GACA7E,EAAM4C,SAAS0E,UAAU5B,EAAEK,cAAcC,eAAe,IAAI,GAEhEnB,GAAiB,IAClB1B,GAAG,YAAa,eAAgB,SAASuC,GACxC,GAAImB,GAAMC,SAASC,cAAc,MACjCF,GAAIG,YAAY/O,KAAKgP,WAAU,GAC/B,KACIvB,EAAEK,cAAcwB,aAAaC,QAAQ,YAAaX,EAAIO,WACxD,MAAOxB,GACLF,EAAEK,cAAcwB,aAAaC,QAAQ,OAAQX,EAAIO,cAM7DnM,EAAKmE,EAAEyB,QAAQ9B,OAAO,WAClBiB,EAAMO,cAGV,IAAIkH,IAAa,EACbC,EAAU,EAEdzP,MAAKmH,EAAEO,KAAK,yBAAyBwD,GAAG,2BAA4B,WAChE,GAAImB,GAAMrJ,EAAKmE,EAAEnH,MAAMqM,KACvB,IAAIA,IAAQoD,EAAZ,CAGA,GAAIjE,GAASxI,EAAKC,MAAMyM,sBAAsBrD,EAAInL,OAAS,EAAImL,EAAM,KACjEb,GAAOmE,SAAWH,IAGtBA,EAAahE,EAAOmE,OACpBvP,EAAEe,KAAK4G,EAAM+C,KAAM,SAAS8E,GACxBA,EAAIC,OAAOrE,SAInBxL,KAAKmH,EAAEO,KAAK,wBAAwB0E,OAAO,WACvC,OAAO,IAIfrD,GAAOvI,UAAUG,UAAY,SAASmP,GAClC,MAAI9M,GAAK+M,KAAK/P,KAAKc,QAAQkP,WAAahN,EAAK+M,KAAK/P,KAAKc,QAAQkP,UAAUF,GAC9D9M,EAAK+M,KAAK/P,KAAKc,QAAQkP,UAAUF,GAExC9P,KAAKc,QAAQkP,SAAS9O,OAAS,GAAK8B,EAAK+M,KAAK/P,KAAKc,QAAQkP,SAASC,OAAO,EAAG,KAAOjN,EAAK+M,KAAK/P,KAAKc,QAAQkP,SAASC,OAAO,EAAG,IAAIH,GAC5H9M,EAAK+M,KAAK/P,KAAKc,QAAQkP,SAASC,OAAO,EAAG,IAAIH,GAElDA,GAGX/G,EAAOvI,UAAU0P,eAAiB,WAC9BlQ,KAAK2K,SAASuF,kBAGlBnH,EAAOvI,UAAU2L,gBAAkB,SAASN,GACxC7L,KAAKsM,cAAgBtM,KAAK+K,eAAec,GACzC7L,KAAKmH,EAAEO,KAAK,sBAAsBM,KAAK,QAAS,qBAAuBhI,KAAKsM,cAAcL,aAG1F,KAAK,GAFDkE,GAAcnQ,KAAKsM,cAAcL,aAAamE,MAAM,KACpDC,EAAU,GACLC,EAAI,EAAGA,EAAIH,EAAYjP,OAAQoP,IACpCD,GAAW,IAAMF,EAAYG,EAEjCtQ,MAAKmH,EAAEO,KAAK,wCAAwCM,KAAK,cAAehI,KAAKW,UAAU,cAAgBX,KAAKmH,EAAEO,KAAK,mBAAqB2I,GAASnI,SAGrJa,EAAOvI,UAAU8H,WAAa,WAC1B,GAAIiI,IAAMvQ,KAAKmH,EAAEO,KAAK,iBAAiB8I,aACvCxQ,MAAKmH,EAAEO,KAAK,yBAAyBvG,KAAK,WACtCoP,GAAMvN,EAAKmE,EAAEnH,MAAMwQ,gBAEvBxQ,KAAKmH,EAAEO,KAAK,gBAAgB+I,KACxBnC,OAAQtO,KAAKmH,EAAEO,KAAK,YAAY4G,SAAWiC,IAKnD,IAAIG,GAAW,WACX,MAAO,uCAAuCC,QAAQ,QAAS,SAAStF,GACpE,GAAIuF,GAAoB,GAAhBC,KAAKC,SAAgB,EACzBC,EAAU,MAAN1F,EAAYuF,EAAS,EAAJA,EAAU,CACnC,OAAOG,GAAEC,SAAS,MAI1BhO,GAAKC,OACDyN,SAAUA,EACVO,OAAQ,WACJ,QAASC,GAAIC,GACT,MAAW,IAAJA,EAAS,IAAMA,EAAIA,EAE9B,GAAIZ,GAAK,GAAIa,MACTC,EAAoB,EACpBC,EAAUf,EAAGgB,iBAAmB,IAChCL,EAAIX,EAAGiB,cAAgB,GAAK,IAC5BN,EAAIX,EAAGkB,cAAgB,IACvBf,GACJ,OAAO,UAASgB,GAGZ,IAFA,GAAIC,MAAQN,GAAmBL,SAAS,IACpCY,EAA6B,mBAAVF,GAAwB,GAAKA,EAAQ,IACrDC,EAAGzQ,OAAS,GACfyQ,EAAK,IAAMA,CAEf,OAAOC,GAAWN,EAAU,IAAMK,MAG1CzO,WAAY,SAASI,GAEjB,GAAoB,mBAAV,IAAgC,MAAPA,EAC/B,MAAO,EAEX,IAAI,cAAcuO,KAAKvO,GACnB,MAAOA,EAEX,IAAIwO,GAAM,GAAIC,MACdD,GAAIE,IAAM1O,CACV,IAAI2O,GAAMH,EAAIE,GAEd,OADAF,GAAIE,IAAM,KACHC,GAGXC,QAAS,SAASC,EAAYC,GAE1B,GAAIC,GAAS,SAASC,GACS,kBAAhBF,IACPA,EAAYG,MAAMvS,KAAMO,MAAMC,UAAUgS,MAAM9M,KAAKC,UAAW,IAElEwM,EAAWI,MAAMvS,KAAMO,MAAMC,UAAUgS,MAAM9M,KAAKC,UAAW,IACnC,kBAAf3F,MAAKyS,OAAyBzS,KAAK0S,eAC1C1S,KAAKyS,MAAMF,MAAMvS,KAAMO,MAAMC,UAAUgS,MAAM9M,KAAKC,UAAW,IAC7D3F,KAAK0S,cAAe,GAK5B,OAFAtS,GAAEuS,OAAON,EAAO7R,UAAW2R,EAAW3R,WAE/B6R,GAGX3C,sBAAuB,WAoBnB,QAASkD,GAAY9C,GAIjB,QAAS+C,GAAgBC,GACrB,MAAO,UAASC,EAAGhC,GACf+B,EAAIA,EAAEnC,QAAQqC,EAAQD,GAAIhC,IAGlC,IAAK,GARDkC,GAAMnD,EAAMoD,cAAcvC,QAAQwC,EAAO,IACzCnB,EAAM,GAODoB,EAAI,EAAGA,EAAIH,EAAI/R,OAAQkS,IAAK,CAC7BA,IACApB,GAAOqB,EAAS,IAEpB,IAAIP,GAAIG,EAAIG,EACZhT,GAAEe,KAAKmS,EAAST,EAAgBC,IAChCd,GAAOc,EAEX,MAAOd,GAGX,QAASuB,GAAUC,GACf,aAAeA,IACX,IAAK,SACD,MAAOZ,GAAYY,EACvB,KAAK,SACD,GAAIxB,GAAM,EAUV,OATA5R,GAAEe,KAAKqS,EAAK,SAASzC,GACjB,GAAIkB,GAAMsB,EAAUxC,EAChBkB,KACID,IACAA,GAAO,KAEXA,GAAOC,KAGRD,EAEf,MAAO,GAxDX,GAAIsB,IACI,UACA,OACA,UACA,UACA,UACA,UAEJG,GACIC,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAAMD,OAAOC,aAAa,KAC5H,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IACpG,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAAM,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,IAAK,KAE1FN,EAAS,MAAQI,EAAYhT,KAAK,MAAQ,IAC1C0S,EAAQ,GAAIS,QAAOP,EAAQ,MAC3BL,EAAU5S,EAAEgL,IAAIkI,EAAS,SAASjI,GAC9B,MAAO,IAAIuI,QAAOvI,IA2C1B,OAAO,UAASwI,GACZ,GAAIlE,GAAS4D,EAAUM,EACvB,IAAIlE,EAAQ,CACR,GAAImE,GAAS,GAAIF,QAAOjE,EAAQ,MAC5BoE,EAAY,GAAIH,QAAO,IAAMjE,EAAS,IAAK,MAC/C,QACIqE,SAAS,EACTrE,OAAQA,EACRkC,KAAM,SAAS3E,GACX,MAAO4G,GAAOjC,KAAK3E,IAEvByD,QAAS,SAASb,EAAOmE,GACrB,MAAOnE,GAAMa,QAAQoD,EAAWE,KAIxC,OACID,SAAS,EACTrE,OAAQ,GACRkC,KAAM,WACF,OAAO,GAEXlB,QAAS,SAASb,GACd,MAAOoE,YAO3BC,mBAAoB,EAEpBC,mBAAoB,GAEpBC,mBAAoB,EACpBC,mBAAoB,GAEpBC,mBAAoB,EACpBC,qBAAsB,EACtBC,mBAAoB,EAEpBC,gBAAiB7D,KAAK8D,IAAM,EAC5BC,WAAY,IACZC,WAAY,GACZC,gBAAiB,GACjBC,iBAAkB,IAGlBC,oBAAqB,IAErBC,kBAAmB,SAASzN,GACxB,OACI/E,MAAO+E,EAAQ1G,QAAQoU,mBACvBrU,MAAO2G,EAAQ7G,UAAU,kBACzBoF,IAAK,SAASiC,GACV,MAAOhI,MAAKgI,KAAS,KAOjCmN,kBAAmB,SAAS3N,GACxB,MAAO,sRACHA,EAAQ7G,UAAU,qDAAqDgQ,QAAQ,KAAM,KACrF,ymCAGRzO,YAAa,SAAS4N,EAAOsF,GACzB,MAAQtF,GAAM5O,OAASkU,EAActF,EAAMG,OAAO,EAAGmF,GAAc,IAAOtF,GAI9EuF,YAAa,SAASC,EAAUC,EAASC,EAAOC,EAAUC,GACtDA,EAAUjF,KACNrC,MAAQkH,EAASK,cAAgB,EAAIL,EAASM,iBAElD,IAAIC,GAAUH,EAAUlF,cAAgB,EAAI8E,EAASM,gBACjDE,EAAWP,EAAQQ,EAAIC,MAAMC,KAAKC,OAAOH,EAAI,EAAI,GACjDI,EAAQZ,EAAQQ,EAAID,GAAWL,EAAWH,EAASc,sBACnDC,EAASd,EAAQQ,EAAID,GAAWL,EAAWH,EAASc,qBAAuBd,EAASK,eACpFW,EAAOf,EAAQgB,EAAIV,EAAU,CAC7BS,GAAOT,EAAWG,MAAMC,KAAK5R,KAAKiK,OAASgH,EAASkB,iBACpDF,EAAOzF,KAAK4F,IAAIT,MAAMC,KAAK5R,KAAKiK,OAASgH,EAASkB,eAAgBjB,EAAQgB,EAAIjB,EAASoB,oBAAsB,GAAKb,GAElHS,EAAOhB,EAASkB,iBAChBF,EAAOzF,KAAK8F,IAAIrB,EAASkB,eAAgBjB,EAAQgB,EAAIjB,EAASoB,oBAAsB,GAExF,IAAIE,GAAUN,EAAOT,CAcrB,OAZAL,GAAMqB,SAAS,GAAGC,MAAQtB,EAAMqB,SAAS,GAAGC,MAAQvB,EAAQwB,KAAKjB,EAAUL,EAAU,IACrFD,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAII,EAChHX,EAAMqB,SAAS,GAAGC,MAAMf,EAAIP,EAAMqB,SAAS,GAAGC,MAAMf,EAAIM,EACxDb,EAAMqB,SAAS,GAAGC,MAAMP,EAAIf,EAAMqB,SAAS,GAAGC,MAAMP,EAAID,EACxDd,EAAMqB,SAAS,GAAGC,MAAMP,EAAIf,EAAMqB,SAAS,GAAGC,MAAMP,EAAIK,EACxDpB,EAAMqB,SAAS,GAAGC,MAAMP,EAAIhB,EAAQgB,EAAIjB,EAASoB,oBAAsB,EACvElB,EAAMqB,SAAS,GAAGC,MAAMP,EAAIhB,EAAQgB,EAAIjB,EAASoB,oBAAsB,EACvElB,EAAMwB,UAAY,GAAIhB,OAAMiB,MAAM,GAAIjB,OAAMkB,UAAU5B,EAAS6B,kBAAmB7B,EAAS8B,wBAAyB,EAAGd,IAAQ,EAAGM,IAClIlB,EAAUjF,KACNjC,KAAO8G,EAASM,gBAAkB/E,KAAK8F,IAAIR,EAAOE,GAClD3H,IAAM4G,EAASM,gBAAkBU,IAE9Bd,GAGX6B,mBAAoB,SAAUC,EAAKC,GAE/BD,EAAMA,EAAI3G,QAAQ,cAAe,IAGf,IAAf2G,EAAIpW,SACHoW,EAAMA,EAAI3G,QAAQ,OAAQ,QAG9B,IAAIC,GAAI4G,SAASF,EAAIrH,OAAO,EAAG,GAAI,IAC/BwH,EAAID,SAASF,EAAIrH,OAAO,EAAG,GAAI,IAC/ByH,EAAIF,SAASF,EAAIrH,OAAO,EAAG,GAAI,GAEnC,OAAO,KACF,EAAE,IAASW,GAAK,IAAMA,GAAK2G,EAAU,KAAKvG,SAAS,IAAKf,OAAO,IAC/D,EAAE,IAASwH,GAAK,IAAMA,GAAKF,EAAU,KAAKvG,SAAS,IAAKf,OAAO,IAC/D,EAAE,IAASyH,GAAK,IAAMA,GAAKH,EAAU,KAAKvG,SAAS,IAAKf,OAAO,MAG7ErH,QChlBH,SAAU1B,GACN,YAEA,IAAIyQ,GAAWzQ,EAAKyQ,QAEPzQ,GAAKlE,KAAKgH,OAAS2N,EAAS3N,OAAO2I,QAC5CiF,QACI,GAAI,SAGRC,MAAO,SAAUC,GAEb,GAAIC,KACe,QAAfD,GACAA,EAAW1H,MAAM,KAAK4H,QAAQ,SAASC,GACnC,GAAIC,GAAOD,EAAK7H,MAAM,IACtB2H,GAAOG,EAAK,IAAMC,mBAAmBD,EAAK,MAGlDlY,KAAKoY,QAAQ,SAAUL,OAIhCnP,QCvBH,SAAU1B,GAEN,YAEA,IAAIkD,GAAalD,EAAKlE,KAAKoH,YACvBiO,YACIC,SAAU,SAAS1O,GAEf,GAAI0G,GAAGiI,CACP,IAAyB,mBAAf3O,GAAK4O,MACX,IAAIlI,EAAE,EAAGiI,EAAI3O,EAAK4O,MAAMtX,OAAUqX,EAAFjI,EAAOA,IAAK,CACxC,GAAI5M,GAAOkG,EAAK4O,MAAMlI,EACnB5M,GAAKjB,MACJiB,EAAK+U,OACDhW,MAAOiB,EAAKjB,OAIhBiB,EAAK+U,SAIjB,GAAyB,mBAAf7O,GAAK8O,MACX,IAAIpI,EAAE,EAAGiI,EAAI3O,EAAK8O,MAAMxX,OAAUqX,EAAFjI,EAAOA,IAAK,CACxC,GAAI1P,GAAOgJ,EAAK8O,MAAMpI,EACnB1P,GAAK6B,MACJ7B,EAAK6X,OACDhW,MAAO7B,EAAK6B,OAIhB7B,EAAK6X,SAOjB,MAFA7O,GAAK+O,eAAiB,IAEf/O,IAMnBQ,GAAWC,OAAS,SAASvE,EAAShF,GAClCd,KAAK8F,QAAUA,EACf9F,KAAK4Y,eAAiBxY,EAAE6I,SAASnI,EAAQuX,eAAkBjO,EAAWiO,aAI1EjO,EAAWC,OAAO7J,UAAUqY,QAAU,SAASjP,GAC3C,GAAIkP,GAAoB9Y,KAAK8F,QAAQiT,iBAAiBnP,GAClDoP,EAAkBhZ,KAAK8F,QAAQiT,kBAEnC,IAAID,IAAsBE,EAAiB,CACvC,GAAIC,GAAgB,OAASH,EAAoB,KAAOE,CACN,mBAAvChZ,MAAK4Y,eAAeK,KAC3BrP,EAAO5J,KAAK4Y,eAAeK,GAAerP,IAGlD,MAAOA,IAGXQ,EAAWC,OAAO7J,UAAU0Y,KAAO,SAAStP,GACxC5J,KAAK8F,QAAQqT,IAAInZ,KAAK6Y,QAAQjP,IAC1BwP,UAAU,MAInBxQ,QCrEH,SAAU1B,GACN,YAEA,IAAIyQ,GAAWzQ,EAAKyQ,SAEhB1N,EAAS/C,EAAKlE,KAAKiH,SAEvBA,GAAOgH,OAAS,SAAShR,GACrB,GAAIoZ,GAAO,uCAAuC1I,QAAQ,QAClD,SAAStF,GACL,GAAIuF,GAAoB,GAAhBC,KAAKC,SAAgB,EAAGC,EAAU,MAAN1F,EAAYuF,EACjC,EAAJA,EAAU,CACrB,OAAOG,GAAEC,SAAS,KAE9B,OAAmB,mBAAR/Q,GACAA,EAAI6D,KAAO,IAAMuV,EAGjBA,EAIf,IAAIC,GAAc3B,EAAS4B,gBAAgB5G,QACvC6G,YAAc,MACdC,YAAc,SAAS3Y,GAEI,mBAAZA,KACPA,EAAQyE,IAAMzE,EAAQyE,KAAOzE,EAAQ4Y,IAAMzP,EAAOgH,OAAOjR,MACzDc,EAAQD,MAAQC,EAAQD,OAAS,GACjCC,EAAQsC,YAActC,EAAQsC,aAAe,GAC7CtC,EAAQE,IAAMF,EAAQE,KAAO,GAED,kBAAjBhB,MAAK2Z,UACZ7Y,EAAUd,KAAK2Z,QAAQ7Y,KAG/B6W,EAAS4B,gBAAgB/Y,UAAUiZ,YAAY/T,KAAK1F,KAAMc,IAE9DsY,SAAW,WACP,MAAKpZ,MAAK8D,KAAV,OACW,sBAGf8V,aAAe,SAAStE,EAAUuE,EAAWC,EAAOvU,EAAKwU,GACrD,GAAIC,GAAWF,EAAM/T,IAAIR,EACD,oBAAbyU,IACa,mBAAbD,GACPzE,EAASuE,GAAaE,EAGtBzE,EAASuE,GAAaG,KAM9BC,EAAOhQ,EAAOgQ,KAAOX,EAAY3G,QACjC7O,KAAO,OACP6V,QAAU,SAAS7Y,GAEf,MADAA,GAAQ2B,MAAQ3B,EAAQ2B,OAAS,UAC1B3B,GAEXoZ,OAAS,WACL,OACI3U,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvBtD,MAAQzC,KAAK+F,IAAI,aAMzBoU,EAAOlQ,EAAOkQ,KAAOb,EAAY3G,QACjC7O,KAAO,OACPsW,YACItW,KAAO6T,EAAS0C,OAChB7Q,IAAM,aACN8Q,aAAeL,IAEnBN,QAAU,SAAS7Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAItB,OAHA9F,MAAK4Z,aAAa9Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQyZ,WAAYzU,EAAQ4E,cACpC5J,EAAQsC,YAActC,EAAQsC,aAAe,GACtCtC,GAEXoZ,OAAS,WACL,OACI3U,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvByU,SAAWxa,KAAK+F,IAAI,YACpB5C,MAAQnD,KAAK+F,IAAI,SACjB0S,MAAQzY,KAAK+F,IAAI,SACjBwU,WAAava,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,KACtB1B,KAAOrE,KAAK+F,IAAI,QAChBnB,UAAY5E,KAAK+F,IAAI,aACrBd,MAAQjF,KAAK+F,IAAI,SACjBjC,KAAO9D,KAAK+F,IAAI,YAMxB0U,EAAOxQ,EAAOwQ,KAAOnB,EAAY3G,QACjC7O,KAAO,OACPsW,YACItW,KAAO6T,EAAS0C,OAChB7Q,IAAM,aACN8Q,aAAeL,IAEfnW,KAAO6T,EAAS0C,OAChB7Q,IAAM,OACN8Q,aAAeH,IAEfrW,KAAO6T,EAAS0C,OAChB7Q,IAAM,KACN8Q,aAAeH,IAEnBR,QAAU,SAAS7Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAMtB,OALA9F,MAAK4Z,aAAa9Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQyZ,WAAYzU,EAAQ4E,cACpC1K,KAAK4Z,aAAa9Y,EAAS,OAAQgF,EAAQC,IAAI,SACvCjF,EAAQ4Z,MAChB1a,KAAK4Z,aAAa9Y,EAAS,KAAMgF,EAAQC,IAAI,SAAUjF,EAAQ6Z,IACxD7Z,GAEXoZ,OAAS,WACL,OACI3U,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvB2U,KAAO1a,KAAK+F,IAAI,QAAU/F,KAAK+F,IAAI,QAAQA,IAAI,OAAS,KACxD4U,GAAK3a,KAAK+F,IAAI,MAAQ/F,KAAK+F,IAAI,MAAMA,IAAI,OAAS,KAClD0S,MAAQzY,KAAK+F,IAAI,SACjBwU,WAAava,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,SAM9B6U,EAAO3Q,EAAO2Q,KAAOtB,EAAY3G,QACjC7O,KAAO,OACPsW,YACItW,KAAO6T,EAAS0C,OAChB7Q,IAAM,aACN8Q,aAAeL,IAEnBN,QAAU,SAAS7Y,GACf,GAAIgF,GAAUhF,EAAQgF,OAItB,IAHA9F,KAAK4Z,aAAa9Y,EAAS,aAAcgF,EAAQC,IAAI,SAC7CjF,EAAQyZ,WAAYzU,EAAQ4E,cACpC5J,EAAQsC,YAActC,EAAQsC,aAAe,GACf,mBAAnBtC,GAAQoN,OAAwB,CACvC,GAAIA,KACA3N,OAAMsa,QAAQ/Z,EAAQoN,SACtBA,EAAO6H,EAAIjV,EAAQoN,OAAO,GAC1BA,EAAOqI,EAAIzV,EAAQoN,OAAOhN,OAAS,EAAIJ,EAAQoN,OAAO,GAC5CpN,EAAQoN,OAAO,IAEA,MAApBpN,EAAQoN,OAAO6H,IACpB7H,EAAO6H,EAAIjV,EAAQoN,OAAO6H,EAC1B7H,EAAOqI,EAAIzV,EAAQoN,OAAOqI,GAE9BzV,EAAQoN,OAASA,EAErB,MAAOpN,IAEXoZ,OAAS,WACL,OACI3U,IAAMvF,KAAK+F,IAAI,OACf+U,WAAa9a,KAAK+F,IAAI,cACtBmI,OAASlO,KAAK+F,IAAI,UAClBlF,MAAQb,KAAK+F,IAAI,SACjB3C,YAAcpD,KAAK+F,IAAI,eACvBwU,WAAava,KAAK+F,IAAI,cAAgB/F,KAAK+F,IAAI,cACtCA,IAAI,OAAS,KACtBgV,aAAc/a,KAAK+F,IAAI,oBA6H/BiV,GAtHU/Q,EAAOC,QAAUoP,EAAY3G,QACvCgG,eAAiB,IACjB7U,KAAO,UACPmX,WAAc,aAAc,iBAC5Bb,YACItW,KAAO6T,EAASuD,QAChB1R,IAAM,QACN8Q,aAAeL,EACfkB,iBACI3R,IAAM,UACN4R,cAAgB,SAGpBtX,KAAO6T,EAASuD,QAChB1R,IAAM,QACN8Q,aAAeH,EACfgB,iBACI3R,IAAM,UACN4R,cAAgB,SAGpBtX,KAAO6T,EAASuD,QAChB1R,IAAM,QACN8Q,aAAeG,EACfU,iBACI3R,IAAM,UACN4R,cAAgB,SAGpBtX,KAAO6T,EAASuD,QAChB1R,IAAM,QACN8Q,aAAeM,EACfO,iBACI3R,IAAM,UACN4R,cAAgB,SAGxB3Q,QAAU,SAAS4Q,EAAQ/F,GACvB+F,EAAOvV,QAAU9F,IACjB,IAAIsb,GAAQrB,EAAKsB,aAAaF,EAE9B,OADArb,MAAK+F,IAAI,SAASiD,KAAKsS,EAAOhG,GACvBgG,GAEXE,QAAU,SAASH,EAAQ/F,GACvB+F,EAAOvV,QAAU9F,IACjB,IAAIyb,GAAQtB,EAAKoB,aAAaF,EAE9B,OADArb,MAAK+F,IAAI,SAASiD,KAAKyS,EAAOnG,GACvBmG,GAEXC,QAAU,SAASL,EAAQ/F,GACvB+F,EAAOvV,QAAU9F,IACjB,IAAI2b,GAAQlB,EAAKc,aAAaF,EAE9B,OADArb,MAAK+F,IAAI,SAASiD,KAAK2S,EAAOrG,GACvBqG,GAEXC,QAAU,SAASP,EAAQ/F,GACvB+F,EAAOvV,QAAU9F,IAEjB,IAAI6b,GAAQjB,EAAKW,aAAaF,EAG9B,OADArb,MAAK+F,IAAI,SAASiD,KAAK6S,EAAOvG,GACvBuG,GAEXC,WAAa,SAASzO,GAClBrN,KAAK+F,IAAI,SAASgW,OAAO1O,IAE7B2O,WAAa,SAAS3O,GAClBrN,KAAK+F,IAAI,SAASgW,OAAO1O,IAE7B+L,SAAW,SAAStY,GAChB,GAAImb,GAAWjc,IACfI,GAAEe,QACG0I,OAAO/I,EAAQob,MAAOpb,EAAQ0X,MAAO1X,EAAQ4X,MAAM5X,EAAQqb,OAC9D,SAASC,GACHA,IACAA,EAAMtW,QAAUmW,MAK5BlD,iBAAmB,SAASnP,GAC1B,GAAIyS,GAAIzS,CACS,oBAAR,KACPyS,EAAIrc,KAEN,IAAIsc,GAAUD,EAAE1D,cAChB,OAAI2D,GAIKA,EAHA,GAOXC,WAAa,WACT,GAAIxU,GAAQ/H,IACZA,MAAKkL,GAAG,eAAgB,SAASuQ,GAC7B1T,EAAMhC,IAAI,SAASgW,OACXhU,EAAMhC,IAAI,SAASyW,OACX,SAASb,GACL,MAAOA,GAAM5V,IAAI,UAAY0V,GACtBE,EAAM5V,IAAI,QAAU0V,QAIvDvB,OAAS,WACL,GAAIuC,GAAOrc,EAAEsc,MAAM1c,KAAK2c,WACxB,KAAM,GAAI3U,KAAQyU,IACTA,EAAKzU,YAAiB2P,GAASiF,OAC3BH,EAAKzU,YAAiB2P,GAASkF,YAC/BJ,EAAKzU,YAAiBsR,MAC3BmD,EAAKzU,GAAQyU,EAAKzU,GAAMkS,SAGhC,OAAO9Z,GAAE0c,KAAKL,EAAMzc,KAAKib,cAIhBhR,EAAO+Q,WAAarD,EAASiF,MACrCjK,QACG7O,KAAO,cACP0V,YAAc,MAEdC,YAAc,SAAS3Y,GAEI,mBAAZA,KACPA,EAAQyE,IAAMzE,EAAQyE,KAClBzE,EAAQ4Y,IACRzP,EAAOgH,OAAOjR,MAClBc,EAAQD,MAAQC,EAAQD,OAAS,aAAeb,KAAK8D,KAAO,IAC5DhD,EAAQsC,YAActC,EAAQsC,aAAe,GAC7CtC,EAAQE,IAAMF,EAAQE,KAAO,GAC7BF,EAAQgF,QAAUhF,EAAQgF,SAAW,KACrChF,EAAQic,QAAUjc,EAAQic,SAAW,EAET,kBAAjB/c,MAAK2Z,UACZ7Y,EAAUd,KAAK2Z,QAAQ7Y,KAG/B6W,EAASiF,MAAMpc,UAAUiZ,YAAY/T,KAAK1F,KAAMc,IAGpDsY,SAAW,WACP,MAAKpZ,MAAK8D,KAAV,OACW,sBAIf6V,QAAU,SAAS7Y,GAEf,MADAA,GAAQ2B,MAAQ3B,EAAQ2B,OAAS,UAC1B3B,GAGXoZ,OAAS,WACL,OACI3U,IAAMvF,KAAK+F,IAAI,OACflF,MAAQb,KAAK+F,IAAI,SACjB/E,IAAMhB,KAAK+F,IAAI,OACf3C,YAAcpD,KAAK+F,IAAI,eACvBtD,MAAQzC,KAAK+F,IAAI,SACjBD,QAAkC,MAAvB9F,KAAK+F,IAAI,WAAsB/F,KAAK+F,IACvC,WAAWA,IAAI,MAAQ,KAC/BgX,QAAU/c,KAAK+F,IAAI,eAKvBkE,GAAOgB,UAAY0M,EAASkF,WAAWlK,QACnDqK,MAAQhC,KAGbpS,QC1WH5F,KAAKiG,UAED+G,SAAWiN,UAAUjN,UAAYiN,UAAUC,cAAgB,KAE3DrS,UAAW,SAEXW,UAEAiB,QAEApJ,WAAY,GAEZ8Z,cAAc,EAEdC,aAAc,eAEd7Z,WAAW,EAEXtC,cAEAuC,aAAa,EAEbsG,WAAW,EAEXjE,aAAa,EAEbwX,aAAa,EAEbzX,cAAc,EAEdsP,mBAAoB,UACpBoI,cAAc,EAEdC,cAAc,EACdC,oBAAoB,EAEpBC,gBAAgB,EAEhBC,qBAAsB,EAGtBC,kBAAmB,GACnB7W,QAAQ,EAGRC,WAAW,EAEXC,WAAW,EAEX4W,cAAc,EAEdC,mBAAoB,GAGpBC,YAAW,EAKXjX,mBAAmB,EACnBb,gBAAgB,EAChB+X,oBAAoB,EACpB7X,qBAAqB,EACrBD,iBAAiB,EACjBS,kBAAkB,EAClBD,oBAAoB,EACpBE,kBAAkB,EAClBJ,qBAAqB,EACrBC,qBAAqB,EACrBI,kBAAkB,EAClBN,wBAAwB,EACxBF,iBAAiB,EACjBC,kBAAmB,OAInB2X,cAAc,EAEdC,cAAe,IACfC,eAAgB,IAChBC,gBAAiB,GACjBC,yBAA0B,UAC1BC,qBAAsB,UACtBC,wBAAyB,UACzBC,yBAA0B,EAK1BC,mBAAoB,UACpBC,oBAAqB,UACrBC,wBAAyB,EAEzBC,cAAgB,GAEhBC,oBAAsB,EAAG,GAKzBC,mBAAmB,EAEnBC,kBAAkB,EAElBC,uBAAuB,EAGvBC,eAAgB,GAChBC,kBAAmB,EACnBC,sBAAuB,GACvBC,2BAA4B,EAC5BC,+BAAgC,GAChCC,wBAAyB,EACzBC,gBAAiB,UACjBC,4BAA6B,UAC7BC,oBAAqB,EAErBC,sBAAuB,GAEvBC,qBAAsB,aAEtBzY,YAAY,EAEZlC,eAAe,EAEfnB,cAAc,EAKdwF,uBACIuW,UAAW,qCACXC,MAAS,mCAKbC,kBAAmB,EACnBC,sBAAuB,GACvBC,2BAA4B,EAC5BC,+BAAgC,GAChCC,wBAAyB,EAEzBC,oBAAqB,EACrBC,sBAAuB,GACvBC,kBAAmB,GACnBC,iBAAkB,GAClBC,qBAAsB,GACtBC,oBAAqB,GACrBC,qBAAsB,GAItB7K,cAAe,IACfC,gBAAiB,GACjBY,eAAgB,GAChBJ,qBAAuB,GACvBM,oBAAsB,GACtBS,kBAAmB,UACnBC,qBAAsB,UACtBqJ,qBAAsB,UACtBC,qBAAsB,EACtBC,gBAAiB,GAEjBC,wBACIC,gBACMC,KAAM,cAAeC,QAAU,cAAe,aAC9CD,KAAM,YAAeC,QAAU,YAAa,SAC9C,KACDD,KAAM,WAETE,cAAgB,mGAKpBrd,sBAAsB,EACtBsd,wBAAwB,EACxBxd,iCAAiC,EACjCS,8BAA8B,EAC9BC,uCAAuC,EACvCC,uBAAuB,EACvBE,wBAAwB,EACxBC,8BAA8B,EAC9BC,6BAA6B,EAC7BC,kCAAkC,EAClCC,wBAAwB,EACxBI,0BAA0B,EAC1BD,oBAAoB,EACpBqc,sBAAuB,IAKvB/b,uBAAuB,EACvBC,+BAA+B,EAC/BF,yBAAyB,EACzBG,yBAAyB,EACzBC,2BAA2B,EAI3BvE,sBAAsB,EACtBQ,wBAAwB,EACxBC,8BAA8B,EAC9BC,6BAA6B,EAC7BE,kCAAkC,EAClCE,8BAA8B,EAC9BE,4BAA4B,EAC5BC,wBAAwB,EACxBK,0BAA0B,EAI1BK,uBAAuB,EACvBF,yBAAyB,EACzBI,yBAAyB,EACzBE,2BAA2B,GCzN/BE,KAAK+M,MACDoR,IACIC,YAAa,oBACbC,YAAa,oBACbC,SAAU,UACVC,OAAQ,QACRC,eAAgB,gBAChBC,QAAS,OACTC,MAAO,SACP3P,MAAS,QACT4P,aAAc,cACdC,qBAAsB,2BACtBC,cAAe,mBACfC,WAAY,kBACZC,WAAY,kBACZC,eAAgB,wBAChBC,eAAgB,mBAChBC,oBAAqB,oCACrBC,kBAAmB,mBACnBC,cAAe,aACfC,UAAW,qBACXC,WAAY,uBACZC,KAAQ,SACRC,OAAU,YACVC,kBAAmB,yBACnBC,uBAAwB,gBACxBC,QAAW,WACXC,OAAU,WACVC,+CAAgD,sDAChDC,0CAA2C,qDAC3CC,8CAA+C,mDAC/CC,UAAa,YACbC,gBAAiB,gBACjBC,OAAU,WACVC,QAAW,UACXC,SAAY,WACZC,mBAAoB,oBACpBC,kBAAmB,kBACnBC,uBAAwB,0CACxBC,cAAe,YACfC,QAAS,WACTC,aAAc,cACdC,SAAU,WACVC,cAAe,YACfC,eAAgB,sBAChBC,wBAAyB,0BACzBC,qCAAsC,4CACtCC,qCAAsC,4CACtCC,4BAA6B,iCAC7BC,4BAA6B,+BAC7BC,QAAS,WACTC,GAAM,KACNC,0BAA2B,gCAC3BC,gCAAiC,iCACjCC,WAAY,cACZC,cAAe,iBACfC,iBAAkB,oBAClBC,0BAA2B,8BAC3BC,cAAe,4BACfC,eAAgB,6BAChBC,cAAe,2BACfC,uBAAwB,0BACxBC,kBAAmB,sBACnBC,OAAU,SACVC,aAAc,WACdC,WAAY,cACZC,eAAgB,YAChBC,aAAc,gBACdC,cAAe,eACfC,mBAAoB,2BACpBC,iBAAkB,sBAClBC,iBAAkB,+BAClBC,YAAa,oBACbC,cAAe,wBACfC,aAAc,eACdC,mBAAoB,8BACpBC,oDAAqD,kDACrDC,qIAAsI,2KACtIC,mBAAoB,qBACpBC,OAAU,SACVC,OAAU,QACVC,QAAW,UACXC,SAAY,WACZC,QAAW,UACXC,KAAQ,SACRC,MAAS,QACTC,SAAY,WACZC,WAAY,kBACZC,mBAAoB,wBACpBC,YAAa,gBACbC,kBAAmB,mBACnBC,mCAAsC,wCACtCC,iBAAiB,oBACjBC,iBAAiB,oBACjBC,kBAAkB,wBAClBC,aAAe,mBC7FvBhkB,KAAKikB,OAAS,SAASzf,EAASC,GAC5B,GAAIyf,GAAQ1f,EAAQ1B,OACa,oBAAtB2B,GAAM0f,cACb1f,EAAM0f,YAAc,MAExB,IAAIC,GAAQ,WACR5f,EAAQmD,SAAS0c,cAAe,EAChCH,EAAM/N,KACFmO,eAAgB,IAEpBtkB,KAAKmE,EAAEwC,QAAQlC,EAAMnE,IAAK,SAASikB,GAC/B/f,EAAQ2C,WAAW+O,KAAKqO,GACxBL,EAAM/N,KACFmO,eAAgB,IAEpBJ,EAAM/N,KACFqO,WAAa,IAEjBhgB,EAAQmD,SAAS0c,cAAe,KAGpCI,EAAQ,WACRP,EAAM/N,KACFqO,WAAa,GAEjB,IAAID,GAAQL,EAAMhN,QACb1S,GAAQsC,WACT9G,KAAKmE,EAAEugB,MACH5jB,KAAO2D,EAAM0f,YACb7jB,IAAMmE,EAAMnE,IACZqkB,YAAc,mBACd/d,KAAOge,KAAKC,UAAUN,GACtBO,QAAU,SAASle,EAAMme,EAAYC,GACjCd,EAAM/N,KACFqO,WAAa,QAO7BS,EAAWjlB,KAAK5C,EAAE8nB,SAAS,WAC3BC,WAAWV,EAAO,MACnB,IAIHP,GAAMhc,GAAG,0CAA2C,SAASmC,GACzDA,EAAOnC,GAAG,gBAAiB,SAASmC,GAChC4a,MAEJA,MAEJf,EAAMhc,GAAG,SAAU,WAC0B,IAAnCgc,EAAMkB,kBAAkBlnB,QAAgBgmB,EACrCmB,WAAW,eAChBJ,MAIRb,KC5DJpkB,KAAKslB,kBAAoB,SAAS9gB,EAASC,GACvC,GAAIyf,GAAQ1f,EAAQ1B,QAChByiB,GAAY,EACZC,EAAW,WACP,MAAO,oBAEkB,oBAAtB/gB,GAAM0f,cACb1f,EAAM0f,YAAc,OAExB,IAAIC,GAAQ,WACR,GAAIqB,MACAC,EAAK,gBACLC,EAAU9Z,SAAS+Z,SAASC,KAAKC,MAAMJ,EACvCC,KACAF,EAAQ/O,GAAKiP,EAAQ,IAEzB3lB,KAAKmE,EAAEugB,MACHpkB,IAAKmE,EAAMnE,IACXsG,KAAM6e,EACNM,WAAY,WACRvhB,EAAQmD,SAAS0c,cAAe,EACnCH,EAAM/N,KAAKmO,eAAc,KAE1BQ,QAAS,SAASP,GACd/f,EAAQ2C,WAAW+O,KAAKqO,GACxBL,EAAM/N,KAAKmO,eAAc,IACzBJ,EAAM/N,KAAKqO,WAAW,IACtBhgB,EAAQmD,SAAS0c,cAAe,MAIxCI,EAAQ,WACRP,EAAM/N,IAAI,WAAY,GAAI/H,MAC1B,IAAImW,GAAQL,EAAMhN,QAClBlX,MAAKmE,EAAEugB,MACH5jB,KAAM2D,EAAM0f,YACZ7jB,IAAKmE,EAAMnE,IACXqkB,YAAa,mBACb/d,KAAMge,KAAKC,UAAUN,GACrBwB,WAAY,WACX7B,EAAM/N,KAAKqO,WAAW,KAEvBM,QAAS,SAASle,EAAMme,EAAYC,GAChC7gB,EAAEyB,QAAQoF,IAAI,eAAgBwa,GAC9BD,GAAY,EACZrB,EAAM/N,KAAKqO,WAAW,QAM9BwB,EAAc,WACjB9B,EAAM/N,KAAKqO,WAAW,GAEnB,IAAI3mB,GAAQqmB,EAAMnhB,IAAI,QAClBlF,IAASqmB,EAAMnhB,IAAI,SAAS7E,OAC5BiG,EAAE,mBAAmB8hB,YAAY,YAEjC9hB,EAAE,mBAAmBS,SAAS,YAE9B/G,GACAsG,EAAE,gBAAgBsJ,IAAI,eAAe,WAEpC8X,IACDA,GAAY,EACZphB,EAAEyB,QAAQsC,GAAG,eAAgBsd,IAGrCpB,KACAF,EAAMhc,GAAG,uCAAwC,SAASmC,GACzDA,EAAOnC,GAAG,gBAAiB,SAASmC,GACM,IAApCA,EAAO+a,kBAAkBlnB,QAAgBmM,EAAOgb,WAAW,eAC/DW,MAGmC,IAAnC9B,EAAMkB,kBAAkBlnB,QAAgBgmB,EAAMmB,WAAW,eAC1DW,MAGFxhB,EAAQmD,SAASue,KAAO,WAChB/hB,EAAE,mBAAmBgiB,SAAS,YACzBjC,EAAMnhB,IAAI,UACXoB,EAAE,gBAAgBsJ,IAAI,eAAe,WAGzCgX,MCvFZ,SAAUzkB,GACV,YAEA,IAAI5C,GAAI4C,EAAK5C,EAETgpB,EAAMpmB,EAAKomB,OAYXC,GAVMD,EAAIzc,IAAM,SAASnF,EAASC,GAClC,GAAIA,EAAM6hB,SAAU,CAChB,GAAIC,GAAWH,EAAI3hB,EAAM6hB,SAAS,MAClC,IAAIC,EACA,MAAO,IAAIA,GAAS/hB,EAASC,GAGrC+hB,QAAQC,MAAM,yBAGDL,EAAIC,WAAarmB,EAAKC,MAAMiP,QAAQlP,EAAKuE,UAE1D8hB,GAAW7oB,UAAUkpB,YAAcvgB,UAAU,0CAE7CkgB,EAAW7oB,UAAUmpB,mBAAqBxgB,UAAU,iDAEpDkgB,EAAW7oB,UAAUiS,MAAQ,SAASjL,EAASC,GAC3CzH,KAAKU,OAAS8G,EACdxH,KAAK4pB,QAAUniB,EAAMoiB,WACrB7pB,KAAK8pB,aAAeriB,EAAMqiB,cAAgB,oCAC1C9pB,KAAKyI,QAAQP,KAAKT,EAAM5G,OACxBb,KAAK8H,aAAaF,SAAS,qBAC3B5H,KAAKuI,WAGT8gB,EAAW7oB,UAAUqP,OAAS,SAASka,GAEnC,QAASC,GAAUla,GACf,GAAI7C,GAAK7M,EAAE0P,GAAOzP,QAClB,OAAOmL,GAAOwI,QAAU/G,EAAKzB,EAAOmF,QAAQ1D,EAAI,uCAEpD,QAASgd,GAAUC,GACf,QAAShZ,GAAIS,GAET,IADA,GAAIwY,GAAOxY,EAAGX,WACPmZ,EAAKjpB,OAAS,GACjBipB,EAAO,IAAMA,CAEjB,OAAOA,GAEX,GAAIC,GAAgBvZ,KAAKwZ,IAAIxZ,KAAKyZ,MAAMJ,EAAI,MACxCK,EAAS1Z,KAAKyZ,MAAMF,EAAgB,MACpCI,EAAY3Z,KAAKyZ,MAAMF,EAAgB,IAAM,GAC7CK,EAAWL,EAAgB,GAC3BD,EAAO,EAKX,OAJII,KACAJ,GAAQjZ,EAAIqZ,GAAU,KAE1BJ,GAAQjZ,EAAIsZ,GAAY,IAAMtZ,EAAIuZ,GArBtC,GAAIjf,GAASue,GAAc/mB,EAAKC,MAAMyM,wBAyBlCgb,EAAQ,yBACRC,EAAa3qB,KAAK4J,KAAKghB,KAAK,YAC5B7iB,EAAQ/H,KACR6qB,EAAQ,CACZ9iB,GAAMU,QAAQyL,KAAK,iBAAmByW,EAAa,KACnDvqB,EAAEgL,IAAIrD,EAAM6B,KAAKkhB,KAAK,SAASC,GAC3B,GAAIC,GAASD,EAAKH,KAAK,aAClBpf,EAAOwI,SAAYxI,EAAOqG,KAAKmZ,MAGpCH,IACAH,GAAS3iB,EAAM2hB,aACXI,aAAc/hB,EAAM+hB,aACpBjpB,MAAOmqB,EACPC,OAAQjB,EAAUgB,GAClBE,aAAeC,mBAAmBH,GAClC3nB,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzCqnB,GAAS,gCACTtqB,EAAEgL,IAAIrD,EAAM6B,KAAKwhB,YAAY,SAASC,GAClC,GAAIC,GAAeD,EAAYE,QAAQnoB,YACnC4nB,EAASK,EAAYE,QAAQ1qB,MAAM8P,QAAQ2a,EAAa,GAC5D,IAAK9f,EAAOwI,SAAYxI,EAAOqG,KAAKmZ,IAAYxf,EAAOqG,KAAKyZ,GAA5D,CAGAT,GACA,IAAIW,GAAYH,EAAYI,IAAMJ,EAAYK,MAC1CC,EACKN,EAAYE,SAAWF,EAAYE,QAAQzZ,KAAOuZ,EAAYE,QAAQzZ,IAAIE,IACzEqZ,EAAYE,QAAQzZ,IAAIE,IACtBwZ,EAAYzjB,EAAMrH,OAAOI,QAAQuC,WAAW,sBAAwB0E,EAAMrH,OAAOI,QAAQuC,WAAW,mBAEhHqnB,IAAS3iB,EAAM4hB,oBACXG,aAAc/hB,EAAM+hB,aACpBjpB,MAAOmqB,EACPC,OAAQjB,EAAUgB,GAClB5nB,YAAakoB,EACbM,aAAc5B,EAAUsB,GACxBO,MAAO5B,EAAUoB,EAAYK,OAC7BD,IAAKxB,EAAUoB,EAAYI,KAC3BK,SAAU7B,EAAUuB,GACpBO,QAASV,EAAYW,MACrBC,aAAcZ,EAAY3R,GAC1BvW,MAAOwoB,EACPtoB,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAIzCrD,KAAK0I,OAAOR,KAAKwiB,IACZlf,EAAOwI,SAAW6W,EACnB7qB,KAAKwI,QAAQ0L,KAAK2W,GAAOqB,OAEzBlsB,KAAKwI,QAAQb,OAEZ6D,EAAOwI,SAAY6W,EAGpB7qB,KAAKmH,EAAE+kB,OAFPlsB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhB+gB,EAAW7oB,UAAU+H,QAAU,WAC3B,GAAIR,GAAQ/H,IACZgD,GAAKmE,EAAEugB,MACHpkB,IAAKtD,KAAK8pB,aAAe,6BAA+B9pB,KAAK4pB,QAC7DuC,SAAU,QACVrE,QAAS,SAASP,GACdxf,EAAM6B,KAAO2d,EACbxf,EAAM8H,YAKlB,IAAI/D,GAASsd,EAAItd,OAAS,SAAStE,EAASC,GACxCzH,KAAKU,OAAS8G,EACdxH,KAAKosB,KAAO3kB,EAAM2kB,MAAQ,KAG9BtgB,GAAOtL,UAAUyL,WAAa,WAC1B,MAAO,eAGXH,EAAOtL,UAAUuL,eAAiB,WAC9B,MAAO/L,MAAKU,OAAOC,UAAU,oBAGjCmL,EAAOtL,UAAUgL,OAAS,SAAS6gB,GAC/BrsB,KAAKU,OAAOoK,KAAK9B,KACb,GAAIsjB,GAAWtsB,KAAKU,QAChB8K,OAAQ6gB,KAKpB,IAAIC,GAAalD,EAAIkD,WAAatpB,EAAKC,MAAMiP,QAAQlP,EAAKuE,SAE1D+kB,GAAW9rB,UAAU+rB,gBAAkBpjB,UAAU,8CAEjDmjB,EAAW9rB,UAAUiS,MAAQ,SAASjL,EAASC,GAC3CzH,KAAKU,OAAS8G,EACdxH,KAAK8pB,aAAeriB,EAAMqiB,cAAgB,oCAC1C9pB,KAAKwsB,YAAc/kB,EAAM+kB,aAAe,GACxCxsB,KAAKwL,OAAS/D,EAAM+D,OACpBxL,KAAKyI,QAAQP,KAAK,qBAAuBT,EAAM+D,OAAS,KACxDxL,KAAK8H,aAAaF,SAAS,qBAC3B5H,KAAKuI,WAGT+jB,EAAW9rB,UAAUqP,OAAS,SAASka,GAMnC,QAASC,GAAUla,GACf,MAAO2c,GAAY9b,QAAQvQ,EAAE0P,GAAOzP,SAAU,uCAElD,QAAS4pB,GAAUC,GACf,QAAShZ,GAAIS,GAET,IADA,GAAIwY,GAAOxY,EAAGX,WACPmZ,EAAKjpB,OAAS,GACjBipB,EAAO,IAAMA,CAEjB,OAAOA,GAEX,GAAIC,GAAgBvZ,KAAKwZ,IAAIxZ,KAAKyZ,MAAMJ,EAAI,MACxCK,EAAS1Z,KAAKyZ,MAAMF,EAAgB,MACpCI,EAAY3Z,KAAKyZ,MAAMF,EAAgB,IAAM,GAC7CK,EAAWL,EAAgB,GAC3BD,EAAO,EAKX,OAJII,KACAJ,GAAQjZ,EAAIqZ,GAAU,KAE1BJ,GAAQjZ,EAAIsZ,GAAY,IAAMtZ,EAAIuZ,GAxBtC,GAAKzqB,KAAK4J,KAAV,CAGA,GAAI4B,GAASue,GAAc/mB,EAAKC,MAAMyM,wBAClC+c,EAAejhB,EAAOwI,QAAUhR,EAAKC,MAAMyM,sBAAsB1P,KAAKwL,QAAUA,EAwBhFkf,EAAQ,GACR3iB,EAAQ/H,KACR6qB,EAAQ,CACZzqB,GAAEe,KAAKnB,KAAK4J,KAAK8iB,QAAQ,SAASC,GAC9B,GAAIrB,GAAeqB,EAAAA,YACf3B,EAAS2B,EAAS9rB,KACtB,IAAK2K,EAAOwI,SAAYxI,EAAOqG,KAAKmZ,IAAYxf,EAAOqG,KAAKyZ,GAA5D,CAGAT,GACA,IAAIW,GAAYmB,EAASb,SACrBc,EAASD,EAASE,SAClBC,GAASH,EAASb,SAAWc,EAC7BjB,EACIH,EACEzjB,EAAMrH,OAAOI,QAAQuC,WAAa,sBAClC0E,EAAMrH,OAAOI,QAAQuC,WAAa,mBAE5CqnB,IAAS3iB,EAAMwkB,iBACXzC,aAAc/hB,EAAM+hB,aACpBjpB,MAAOmqB,EACPC,OAAQjB,EAAUgB,GAClB5nB,YAAakoB,EACbM,aAAc5B,EAAUsB,GACxBO,MAAO5B,EAAU2C,GACjBnB,IAAKxB,EAAU6C,GACfhB,SAAU7B,EAAUuB,GACpBO,QAASY,EAASI,OAGlBd,aAAcU,EAASK,WACvB7pB,MAAOwoB,OAIf3rB,KAAK0I,OAAOR,KAAKwiB,IACZlf,EAAOwI,SAAW6W,EACnB7qB,KAAKwI,QAAQ0L,KAAK2W,GAAOqB,OAEzBlsB,KAAKwI,QAAQb,OAEZ6D,EAAOwI,SAAY6W,EAGpB7qB,KAAKmH,EAAE+kB,OAFPlsB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,eAGhBgkB,EAAW9rB,UAAU+H,QAAU,WAC3B,GAAIR,GAAQ/H,IACZgD,GAAKmE,EAAEugB,MACHpkB,IAAKtD,KAAK8pB,aAAe,2CACzBlgB,MACIqjB,OAAQ,QACRC,EAAGltB,KAAKwL,OACR2hB,MAAOntB,KAAKwsB,aAEhBL,SAAU,QACVrE,QAAS,SAASP,GACdxf,EAAM6B,KAAO2d,EACbxf,EAAM8H,cAKfjH,OAAO5F,MCvQVA,KAAKoqB,gBAELpqB,KAAKoqB,aAAazgB,IAAM3J,KAAKC,MAAMiP,QAAQlP,KAAKuE,UAEhDvE,KAAKoqB,aAAazgB,IAAInM,UAAU6sB,eAAiBlkB,UAAU,2BAE3DnG,KAAKoqB,aAAazgB,IAAInM,UAAUiS,MAAQ,SAASjL,EAASC,GACtDzH,KAAKU,OAAS8G,EACdxH,KAAKyI,QAAQP,KAAKT,EAAM5G,OACpB4G,EAAM6lB,OACNttB,KAAK4J,KAAOnC,EAAM6lB,MAEtBttB,KAAKuI,WAGTvF,KAAKoqB,aAAazgB,IAAInM,UAAUqP,OAAS,SAASka,GAE9C,QAASC,GAAUla,GACf,GAAI7C,GAAK7M,EAAE0P,GAAOzP,QAClB,OAAOmL,GAAOwI,QAAU/G,EAAKzB,EAAOmF,QAAQ1D,EAAI,uCAHpD,GAAIzB,GAASue,GAAc/mB,KAAKC,MAAMyM,wBAKlCgb,EAAQ,GACR3iB,EAAQ/H,KACR6qB,EAAQ,CACZ7nB,MAAK5C,EAAEe,KAAKnB,KAAK4J,KAAK,SAASwS,GAC3B,GAAIpC,EACJ,IAAqB,gBAAVoC,GACP,GAAI,qBAAqBvK,KAAKuK,GAC1BpC,GAAa1W,IAAK8Y,OACf,CACHpC,GAAanZ,MAAOub,EAAMzL,QAAQ,gDAAgD,IAAI4c,OACtF,IAAIC,GAASpR,EAAM0M,MAAM,qCACrB0E,KACAxT,EAAS1W,IAAMkqB,EAAO,IAEtBxT,EAASnZ,MAAMK,OAAS,KACxB8Y,EAAS5W,YAAc4W,EAASnZ,MAChCmZ,EAASnZ,MAAQmZ,EAASnZ,MAAM8P,QAAQ,mBAAmB,YAInEqJ,GAAWoC,CAEf,IAAIvb,GAAQmZ,EAASnZ,QAAUmZ,EAAS1W,KAAO,IAAIqN,QAAQ,uBAAuB,IAAIA,QAAQ,cAAc,OACxGrN,EAAM0W,EAAS1W,KAAO,GACtBF,EAAc4W,EAAS5W,aAAe,GACtCD,EAAQ6W,EAAS7W,OAAS,EAC1BG,KAAQ,eAAeuO,KAAKvO,KAC5BA,EAAM,UAAYA,IAEjBkI,EAAOwI,SAAYxI,EAAOqG,KAAKhR,IAAW2K,EAAOqG,KAAKzO,MAG3DynB,IACAH,GAAS3iB,EAAMslB,gBACX/pB,IAAKA,EACLzC,MAAOA,EACPoqB,OAAQjB,EAAUnpB,GAClBsC,MAAOA,EACPC,YAAaA,EACbwoB,aAAc5B,EAAU5mB,GACxBC,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzC0E,EAAMW,OAAOR,KAAKwiB,IACblf,EAAOwI,SAAW6W,EACnB7qB,KAAKwI,QAAQ0L,KAAK2W,GAAOqB,OAEzBlsB,KAAKwI,QAAQb,OAEZ6D,EAAOwI,SAAY6W,EAGpB7qB,KAAKmH,EAAE+kB,OAFPlsB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhBtF,KAAKoqB,aAAazgB,IAAInM,UAAU+H,QAAU,WAClCvI,KAAK4J,MACL5J,KAAK6P,UChFb7M,KAAKggB,aAGLhgB,KAAKggB,UAAUlX,OAAS,SAAStE,EAASC,GACtCzH,KAAKU,OAAS8G,EACdxH,KAAKosB,KAAO3kB,EAAM2kB,MAAQ,MAG9BppB,KAAKggB,UAAUlX,OAAOtL,UAAUyL,WAAa,WACzC,MAAO,8CAAgDjM,KAAKosB,MAGhEppB,KAAKggB,UAAUlX,OAAOtL,UAAUuL,eAAiB,WAC7C,GAAI0hB,IACAtM,GAAM,SACNuM,GAAM,UACNC,GAAM,WAEV,OAAIF,GAAMztB,KAAKosB,MACJpsB,KAAKU,OAAOC,UAAU,iBAAmBX,KAAKU,OAAOC,UAAU8sB,EAAMztB,KAAKosB,OAE1EpsB,KAAKU,OAAOC,UAAU,aAAe,KAAOX,KAAKosB,KAAO,KAIvEppB,KAAKggB,UAAUlX,OAAOtL,UAAUgL,OAAS,SAAS6gB,GAC9CrsB,KAAKU,OAAOoK,KAAK9B,KACb,GAAIhG,MAAKggB,UAAUrW,IAAI3M,KAAKU,QACxB0rB,KAAMpsB,KAAKosB,KACX5gB,OAAQ6gB,MAKpBrpB,KAAKggB,UAAUrW,IAAM3J,KAAKC,MAAMiP,QAAQlP,KAAKuE,UAE7CvE,KAAKggB,UAAUrW,IAAInM,UAAU6sB,eAAiBlkB,UAAU,+CAExDnG,KAAKggB,UAAUrW,IAAInM,UAAUiS,MAAQ,SAASjL,EAASC,GACnDzH,KAAKU,OAAS8G,EACdxH,KAAKwL,OAAS/D,EAAM+D,OACpBxL,KAAKosB,KAAO3kB,EAAM2kB,MAAQ,KAC1BpsB,KAAK8H,aAAaF,SAAS,6CAA+C5H,KAAKosB,MAC/EpsB,KAAKyI,QAAQP,KAAKlI,KAAKwL,QAAQ5D,SAAS,sBACxC5H,KAAKuI,WAGTvF,KAAKggB,UAAUrW,IAAInM,UAAUqP,OAAS,SAASka,GAG3C,QAASC,GAAUla,GACf,MAAO2c,GAAY9b,QAAQvQ,EAAE0P,GAAOzP,SAAU,uCAHlD,GAAImL,GAASue,GAAc/mB,KAAKC,MAAMyM,wBAClC+c,EAAejhB,EAAOwI,QAAUhR,KAAKC,MAAMyM,sBAAsB1P,KAAKwL,QAAUA,EAIhFkf,EAAQ,GACR3iB,EAAQ/H,KACR6qB,EAAQ,CACZ7nB,MAAK5C,EAAEe,KAAKnB,KAAK4J,KAAKgkB,MAAMpiB,OAAQ,SAASqiB,GACzC,GAAIhtB,GAAQgtB,EAAQhtB,MAChByC,EAAM,UAAYyE,EAAMqkB,KAAO,uBAAyB0B,UAAUjtB,EAAM8P,QAAQ,KAAK,MACrFvN,EAAcJ,KAAKmE,EAAE,SAASe,KAAK2lB,EAAQE,SAAS7Z,QACnD1I,EAAOwI,SAAYxI,EAAOqG,KAAKhR,IAAW2K,EAAOqG,KAAKzO,MAG3DynB,IACAH,GAAS3iB,EAAMslB,gBACX/pB,IAAKA,EACLzC,MAAOA,EACPoqB,OAAQjB,EAAUnpB,GAClBuC,YAAaA,EACbwoB,aAAc5B,EAAU5mB,GACxBC,WAAY0E,EAAMrH,OAAOI,QAAQuC,gBAGzC0E,EAAMW,OAAOR,KAAKwiB,IACblf,EAAOwI,SAAW6W,EACnB7qB,KAAKwI,QAAQ0L,KAAK2W,GAAOqB,OAEzBlsB,KAAKwI,QAAQb,OAEZ6D,EAAOwI,SAAY6W,EAGpB7qB,KAAKmH,EAAE+kB,OAFPlsB,KAAKmH,EAAEQ,OAIX3H,KAAKU,OAAO4H,cAGhBtF,KAAKggB,UAAUrW,IAAInM,UAAU+H,QAAU,WACnC,GAAIR,GAAQ/H,IACZgD,MAAKmE,EAAEugB,MACHpkB,IAAK,UAAYyE,EAAMqkB,KAAO,8DAAgEjB,mBAAmBnrB,KAAKwL,QAAU,eAChI2gB,SAAU,QACVrE,QAAS,SAASP,GACdxf,EAAM6B,KAAO2d,EACbxf,EAAM8H,aC7FlBme,OAAO,+BAA+B,SAAU,cAAe,SAAU7mB,EAAG/G,GACxE,YAQA,IAAI6tB,GAAsB,SAASC,EAAW7gB,GAC1C,GAAyB,mBAAd6gB,KACPluB,KAAK2K,SAAWujB,EAChBluB,KAAKU,OAASwtB,EAAUxtB,OACxBV,KAAK8F,QAAUooB,EAAUxtB,OAAOoF,QAChC9F,KAAKc,QAAUotB,EAAUxtB,OAAOI,QAChCd,KAAKgd,MAAQ3P,EACTrN,KAAKgd,OAAO,CACZ,GAAIjV,GAAQ/H,IACZA,MAAKmuB,eAAiB,WAClBpmB,EAAMqmB,QAAQC,QAAQ,KAE1BruB,KAAKsuB,eAAiB,WAClBJ,EAAUK,qBAAqBxmB,GAC/B3H,EAAEouB,MAAM,WACJN,EAAUE,YAGlBpuB,KAAKyuB,eAAiB,WAClB1mB,EAAM2mB,UAEV1uB,KAAK2uB,iBAAmB,WACpB5mB,EAAM6mB,YAEV5uB,KAAKgd,MAAM9R,GAAG,SAAUlL,KAAKmuB;AAC7BnuB,KAAKgd,MAAM9R,GAAG,SAAUlL,KAAKsuB,gBAC7BtuB,KAAKgd,MAAM9R,GAAG,SAAUlL,KAAKyuB,gBAC7BzuB,KAAKgd,MAAM9R,GAAG,WAAYlL,KAAK2uB,mBA6C3C,OAtCAvuB,GAAE6tB,EAAoBztB,WAAWmS,QAC7Bkc,OAAQ,SAASC,GACb,MAAOb,GAAoBztB,UAAUsuB,GAAOvc,MAAMvS,KAAMO,MAAMC,UAAUgS,MAAM9M,KAAKC,UAAW,KAElGyoB,OAAQ,aACRW,OAAQ,aACR7C,KAAM,WAAa,MAAO,2BAC1BvkB,KAAM,aACN+mB,OAAQ,WACA1uB,KAAKgd,OACLhd,KAAKgd,MAAM5E,QAAQ,aAG3BwW,SAAU,WACF5uB,KAAKgd,OACLhd,KAAKgd,MAAM5E,QAAQ,eAG3B4R,UAAW,aACXgF,YAAa,aACbC,UAAW,aACXC,QAAS,WACDlvB,KAAKgd,OACLhd,KAAKgd,MAAM5E,QAAQ,YAG3BhQ,QAAS,WACDpI,KAAKgd,QACLhd,KAAKgd,MAAMhP,IAAI,SAAUhO,KAAKmuB,gBAC9BnuB,KAAKgd,MAAMhP,IAAI,SAAUhO,KAAKsuB,gBAC9BtuB,KAAKgd,MAAMhP,IAAI,SAAUhO,KAAKyuB,gBAC9BzuB,KAAKgd,MAAMhP,IAAI,WAAYhO,KAAK2uB,sBAGzCplB,QAII0kB,IAIXD,OAAO,cAAe,SAAU7mB,EAAG/G,GAC/B,YACA,QACI+uB,SAAU,WACN,MAAOvmB,QAAO5F,KAAKC,OAEvBmsB,YAAa,WACT,MAAOxmB,QAAO5F,KAAKsI,aAO/B0iB,OAAO,uBAAuB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GACxH,YAEA,IAAIrsB,GAAQosB,EAASF,WAMjBI,EAActsB,EAAMiP,QAAQod,EA4BhC,OA1BAlvB,GAAEmvB,EAAY/uB,WAAWmS,QACrBoc,OAAQ,SAASS,GACbxvB,KAAKyvB,OAAOV,OAAOS,IAEvBtD,KAAM,WACFlsB,KAAKyvB,OAAOvD,QAEhBvkB,KAAM,WACE3H,KAAKyvB,QACLzvB,KAAKyvB,OAAO9nB,QAGpB+mB,OAAQ,WACJ1uB,KAAKyvB,OAAOf,UAEhBE,SAAU,SAASc,GACf1vB,KAAKyvB,OAAOb,aACPc,GAAeA,IAAe1vB,KAAK2vB,uBAAyBD,EAAWC,wBAA0B3vB,KAAK2vB,wBACvG3vB,KAAK2vB,sBAAsBf,YAGnCxmB,QAAS,WACLpI,KAAKyvB,OAAOrnB,aAEjBmB,QAEIgmB,IAKXvB,OAAO,2BAA4B,WAC/B,YAEA,IAAI4B,GAAa,s7CAGbC,GACAC,QACIC,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAKhK,QAAQ,EAAG,GAAI,IAEzCiK,cAAe,SAAS/Z,EAAQga,GAC5B,MAAO,IAAIla,OAAMga,KAAKhK,OAAO9P,EAAQga,KAG7CC,WACIJ,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAKI,WAAW,GAAI,KAAM,EAAG,KAElDH,cAAe,SAAS/Z,EAAQga,GAC5B,MAAO,IAAIla,OAAMga,KAAKI,YAAYF,GAASA,IAAiB,EAAPA,EAAiB,EAAPA,MAGvEG,SACIN,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAK5J,QAAQ,GAAIpQ,OAAMoa,WAAW,GAAI,KAAM,EAAG,MAEpEH,cAAe,SAAS/Z,EAAQga,GAC5B,MAAO,IAAIla,OAAMga,KAAK5J,QAAQ,GAAIpQ,OAAMoa,YAAYF,GAASA,EAAO,IAAY,EAAPA,EAAUA,OAG3FI,SACIP,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAKO,gBAAgB,EAAG,GAAI,EAAG,IAEpDN,cAAe,SAAS/Z,EAAQga,GAC5B,MAAO,IAAIla,OAAMga,KAAKO,eAAera,EAAQ,EAAGga,KAGxDM,SACIT,SAAU,WACN,GAAIU,GAAI,GAAIza,OAAMga,KAAKI,YAAYvf,KAAK6f,OAAQ7f,KAAK6f,QAAS7f,KAAK6f,MAAO7f,KAAK6f,OAE/E,OADAD,GAAEE,OAAO,IACFF,GAEXR,cAAe,SAAS/Z,EAAQga,GAC5B,GAAIO,GAAI,GAAIza,OAAMga,KAAKI,YAAYF,EAAOrf,KAAK6f,MAAM,GAAIR,EAAOrf,KAAK6f,MAAM,IAAKR,EAAOrf,KAAK6f,MAAOR,EAAOrf,KAAK6f,OAE/G,OADAD,GAAEE,OAAO,IACFF,IAGfG,MACIb,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAK3J,MAAM,EAAG,GAAI,EAAG,EAAG,KAE7C4J,cAAe,SAAS/Z,EAAQga,GAC5B,MAAO,IAAIla,OAAMga,KAAK3J,KAAKnQ,EAAQ,EAAU,EAAPga,EAAiB,GAAPA,KAGxDW,OACId,SAAU,WACN,GAAIe,GAAO,GAAI9a,OAAMga,KAAKJ,EAC1B,OAAOkB,IAGXb,cAAe,SAAS/Z,EAAQga,GAC5B,GAAIY,GAAO,GAAI9a,OAAMga,KAAKJ,EAG1B,OAFAkB,GAAKC,MAAMb,GACXY,EAAKnwB,UAAUuV,GACR4a,IAGfE,UACIjB,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAKO,gBAAgB,EAAE,GAAI,EAAG,IAEnDN,cAAe,SAAS/Z,EAAQga,GAC5B,GAAIjrB,GAAQ,GAAI+Q,OAAMga,KAAKO,gBAAgB,EAAE,GAAI,EAAG,EAGpD,OAFAtrB,GAAM8rB,MAAMb,GACZjrB,EAAMtE,UAAUuV,GACTjR,IAGfgsB,IAAO,SAASH,GACZ,OACIf,SAAU,WACN,MAAO,IAAI/Z,OAAMga,KAAKc,IAE1Bb,cAAe,SAAS/Z,EAAQga,GAE5B,MAAO,IAAIla,OAAMga,SAM7BkB,EAAe,SAAUjsB,GAIzB,OAHa,OAAVA,GAAmC,mBAAVA,MACxBA,EAAQ,UAEW,SAApBA,EAAMgL,OAAO,EAAE,GACP4f,EAASoB,IAAIhsB,EAAMgL,OAAO,KAEhChL,IAAS4qB,KACV5qB,EAAQ,UAEL4qB,EAAS5qB,IAKpB,OAFAisB,GAAarB,SAAWA,EAEjBqB,IAIXlD,OAAO,qBAAqB,SAAU,aAAc,WAAY,8BAA+B,yBAA0B,SAAU7mB,EAAG/G,EAAGivB,EAAUC,EAAoB4B,GACnK,YAEA,IAAIjuB,GAAQosB,EAASF,WASjBgC,EAAWluB,EAAMiP,QAAQod,EA8kB7B,OA5kBAlvB,GAAE+wB,EAAS3wB,WAAWmS,QAClBF,MAAO,WAcH,GAbAzS,KAAK2K,SAASymB,WAAWC,WACzBrxB,KAAK8D,KAAO,OACZ9D,KAAKsxB,aACLtxB,KAAKuxB,QAAS,EACdvxB,KAAKwxB,OAAO,EACRxxB,KAAKc,QAAQ+d,mBACb7e,KAAK8vB,OAAO2B,YAAczxB,KAAKc,QAAQme,kBACvCjf,KAAK0xB,QAAU,GAEf1xB,KAAK0xB,QAAU,EAEnB1xB,KAAKa,MAAQsG,EAAE,0BAA0BU,SAAS7H,KAAK2K,SAASgnB,UAE5D3xB,KAAKc,QAAQ+E,YAAa,CAC1B,GAAIyF,GAAW+jB,EAASD,aACxBpvB,MAAK4xB,gBACkB,GAAItmB,GAASumB,eAAe7xB,KAAK2K,SAAU,MAC3C,GAAIW,GAASwmB,iBAAiB9xB,KAAK2K,SAAU,MAC7C,GAAIW,GAASymB,eAAe/xB,KAAK2K,SAAU,MAC3C,GAAIW,GAAS0mB,kBAAkBhyB,KAAK2K,SAAU,MAC9C,GAAIW,GAAS2mB,iBAAiBjyB,KAAK2K,SAAU,OAEhE3K,KAAKc,QAAQmG,YACbjH,KAAK4xB,eAAe5oB,KACZ,GAAIsC,GAAS4mB,eAAelyB,KAAK2K,SAAU,MAC3C,GAAIW,GAAS6mB,eAAenyB,KAAK2K,SAAU,OAGvD3K,KAAKoyB,wBAC0B,GAAI9mB,GAAS+mB,iBAAiBryB,KAAK2K,SAAU,OAE5E3K,KAAKsyB,YAActyB,KAAK4xB,eAAe/nB,OAAO7J,KAAKoyB,uBAEnD,KAAK,GAAI9hB,GAAI,EAAGA,EAAItQ,KAAKsyB,YAAYpxB,OAAQoP,IACzCtQ,KAAKsyB,YAAYhiB,GAAGqf,sBAAwB3vB,IAEhDA,MAAKuyB,sBAELvyB,MAAKuyB,eAAiBvyB,KAAKsyB,cAE/BtyB,MAAKwyB,mBAAqB,EAEtBxyB,KAAK2K,SAAS8nB,UACdzyB,KAAK2K,SAAS8nB,QAAQrB,WAAWC,WACjCrxB,KAAK0yB,eAAiB,GAAI1c,OAAMga,KAAKhK,QAAQ,EAAG,GAAI,GACpDhmB,KAAK0yB,eAAeC,iBAAmB3yB,KAAK2K,SAAS8nB,QAAQG,UAAUD,iBACvE3yB,KAAK2K,SAAS8nB,QAAQI,WAAWC,SAAS9yB,KAAK0yB,kBAGvDK,gBAAiB,WACb,GAAInxB,GAAa5B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQme,mBAAqBrd,EAAU,IAAM5B,KAAKc,QAAQoe,sBAAwBlf,KAAKc,QAAQme,oBAAsBjf,KAAKc,QAAQue,wBAAwB,IAE1K4T,wBAAyB,WACrB,GAAIrxB,GAAa5B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQqe,4BAA8Bvd,EAAU,IAAM5B,KAAKc,QAAQse,+BAAiCpf,KAAKc,QAAQqe,6BAA+Bnf,KAAKc,QAAQue,wBAAwB,IAErMiS,WAAY,WACJ,SAAWtxB,MAAKgd,MAAMkW,eACflzB,MAAK8R,IAEb9R,KAAK8vB,SACJ9vB,KAAK8vB,OAAO/T,eACL/b,MAAK8vB,QAGhB9vB,KAAKmzB,aAAe,GAAIjC,GAAalxB,KAAKgd,MAAMjX,IAAI,UACpD/F,KAAK8vB,OAAS9vB,KAAKmzB,aAAapD,WAChC/vB,KAAK8vB,OAAO6C,iBAAmB3yB,KAC/BA,KAAK8vB,OAAOsD,aACZpzB,KAAKwyB,mBAAqB,GAE9BpE,OAAQ,SAASttB,GACT,SAAWd,MAAKgd,MAAMkW,SAAW,UAAYpyB,IAAWA,EAAQutB,QAEhEruB,KAAKsxB,YAET,IAAI+B,GAAgB,GAAIrd,OAAMsd,MAAMtzB,KAAKgd,MAAMjX,IAAI,aAC/CwtB,EAAcvzB,KAAKc,QAAQke,eAAiBnO,KAAK2iB,KAAKxzB,KAAKgd,MAAMjX,IAAI,SAAW,GAAK9C,EAAMyR,gBAC1F1U,MAAKyzB,aAAgBzzB,KAAK0zB,eAC3B1zB,KAAK0zB,aAAe1zB,KAAK2K,SAASgpB,cAAcN,IAEpDrzB,KAAK4zB,cAAgBL,EAAcvzB,KAAK2K,SAASsL,KAAK8a,MAClD/wB,KAAKwyB,qBAAuBxyB,KAAK4zB,gBACjC5zB,KAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAEmc,kBAEN7zB,KAAK8vB,OAAOiB,MAAM/wB,KAAK4zB,cAAgB5zB,KAAKwyB,oBACxCxyB,KAAK8zB,YACL9zB,KAAK8zB,WAAW/C,MAAM/wB,KAAK4zB,cAAgB5zB,KAAKwyB,qBAGxDxyB,KAAK8vB,OAAOtV,SAAWxa,KAAK0zB,aACxB1zB,KAAK8zB,aACL9zB,KAAK8zB,WAAWtZ,SAAWxa,KAAK0zB,aAAaK,SAAS/zB,KAAKg0B,YAAYC,SAASj0B,KAAK4zB,iBAEzF5zB,KAAKwyB,mBAAqBxyB,KAAK4zB,aAE/B,IAAIM,GAAcl0B,KAAKuyB,eAEnB4B,EAAU,CACVn0B,MAAKgd,MAAMjX,IAAI,qBACfouB,EAAU,GACVn0B,KAAKuyB,eAAiBvyB,KAAKoyB,uBAC3BpyB,KAAK8vB,OAAOsE,WAAa,EAAE,KAE3BD,EAAU,EACVn0B,KAAKuyB,eAAiBvyB,KAAK4xB,eAC3B5xB,KAAK8vB,OAAOsE,UAAY,MAExBp0B,KAAKq0B,UAAYr0B,KAAK2K,SAAS2pB,eAAiBt0B,KAAKwxB,QACjD0C,IAAgBl0B,KAAKuyB,gBACrB2B,EAAYlc,QAAQ,SAASN,GACzBA,EAAE/P,SAGV3H,KAAKuyB,eAAeva,QAAQ,SAASN,GACjCA,EAAEwU,UAINlsB,KAAK8zB,aACL9zB,KAAK8zB,WAAWK,QAAUn0B,KAAKu0B,YAAwB,GAAVJ,EAAiBA,EAAU,KAG5En0B,KAAK8vB,OAAO9Y,UAAYhX,KAAKu0B,YAAcv0B,KAAKc,QAAQye,4BAA8Bvf,KAAKc,QAAQwe,gBAEnGtf,KAAK8vB,OAAOqE,QAAUn0B,KAAKc,QAAQ+d,kBAAoBsV,EAAU,GAIjE,IAAIjsB,GAAOlI,KAAKgd,MAAMjX,IAAI,SACtB6I,EAAMC,SAASC,cAAc,MACjCF,GAAIO,UAAYjH,CAChB,IAAIssB,GAAc5lB,EAAI6lB,aAAe7lB,EAAI8lB,WAAa,GAElD5kB,EAAQ0kB,GAAex0B,KAAKU,OAAOC,UAAUX,KAAKc,QAAQ4e,uBAAyB,EACvF5P,GAAQ7M,EAAMf,YAAY4N,EAAO9P,KAAKc,QAAQ2e,uBAEd,gBAArBzf,MAAKu0B,YACZv0B,KAAKa,MAAMqH,KAAKlI,KAAKu0B,YAAY5jB,QAAQvQ,EAAE0P,GAAOzP,SAAS,2CAE3DL,KAAKa,MAAMqT,KAAKpE,EAGpB,IAAI6kB,GAAe30B,KAAK+yB,iBACxB/yB,MAAKa,MAAM4P,KACPjC,KAAMxO,KAAK0zB,aAAa3d,EACxBrH,IAAK1O,KAAK0zB,aAAand,EAAIvW,KAAK4zB,cAAgB5zB,KAAK0xB,QAAU1xB,KAAKc,QAAQ0e,oBAAsB,GAAImV,EACtGR,QAASA,GAEb,IAAIS,GAAU50B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAAStD,QAAWzC,KAAKgd,MAAMjX,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,SAASqF,IAAI,SAClJ8uB,EAAS70B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASrE,KAAQ1B,KAAKc,QAAQ8d,mBAAqB,IAC1G5e,MAAK8vB,OAAO2B,YAAckD,EAC1B30B,KAAK8vB,OAAOgF,YAAcF,EAC1B50B,KAAK8vB,OAAOsE,UAAYS,CACxB,IAAIE,GAAM/0B,KAAK0zB,YACf1zB,MAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAEqX,OAAOgG,IAEb,IAAIC,GAAYh1B,KAAK8R,GAarB,IAZA9R,KAAK8R,IAAM9R,KAAKgd,MAAMjX,IAAI,SACtB/F,KAAK8R,KAAO9R,KAAK8R,MAAQkjB,IACzBh1B,KAAKi1B,YACFj1B,KAAK8vB,QACJ9vB,KAAK8vB,OAAOsD,cAGhBpzB,KAAK8zB,aAAe9zB,KAAK8R,MACzB9R,KAAK8zB,WAAW/X,eACT/b,MAAK8zB,YAGZ9zB,KAAK2K,SAAS8nB,QAAS,CACvBzyB,KAAK0yB,eAAe1b,UAAY4d,CAChC,IAAIM,GAAUl1B,KAAK2K,SAASwqB,gBAAgB9B,GAC5C+B,EAAap1B,KAAK2K,SAAS8nB,QAAQ1B,MAAQwC,EAC3C8B,EAAW,GAAIrf,OAAMsf,MAAMF,EAAYA,GACvCp1B,MAAK0yB,eAAe6C,UAAUL,EAAQnB,SAASsB,GAAWA,EAASpB,SAAS,IAGhF,KAAuB,mBAAZnzB,IAA6B,mBAAqBA,IAAaA,EAAQ00B,iBAAiB,CAC/F,GAAIztB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASyW,OAClB,SAAUiZ,GACN,MAASA,GAAG1vB,IAAI,QAAUgC,EAAMiV,OAAWyY,EAAG1vB,IAAI,UAAYgC,EAAMiV,QAGhF,SAASpc,EAAMiX,EAAOyV,GAClB,GAAIoI,GAAO3tB,EAAM4C,SAASgrB,yBAAyB/0B,EAC/C80B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoBlC,cAAkE,mBAA3BgC,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBnC,cAC1MgC,EAAKtH,WAKrBpuB,KAAKwxB,MACLxxB,KAAKksB,MAAK,GAENlsB,KAAKuxB,QAAUvxB,KAAK2H,QAGhCstB,UAAW,WACP,GAAIa,GAAS,IAQb,IAPmD,mBAAxC91B,MAAK2K,SAASorB,YAAY/1B,KAAK8R,MACtCgkB,EAAS,GAAI/jB,OACb/R,KAAK2K,SAASorB,YAAY/1B,KAAK8R,KAAOgkB,EACtCA,EAAO9jB,IAAMhS,KAAK8R,KAElBgkB,EAAS91B,KAAK2K,SAASorB,YAAY/1B,KAAK8R,KAExCgkB,EAAO1nB,MAAO,CACVpO,KAAK8zB,YACL9zB,KAAK8zB,WAAW/X,SAEpB/b,KAAK2K,SAASymB,WAAWC,UACzB,IAAIjjB,GAAQ0nB,EAAO1nB,MACfE,EAASwnB,EAAOxnB,OAChB0nB,EAAWh2B,KAAKgd,MAAMjX,IAAI,aAC1BkwB,EAAmC,mBAAbD,IAA4BA,EAClDE,EAAQ,KACRC,EAAa,KACbC,EAAc,IAElB,IAAIH,EAAa,CACbC,EAAQ,GAAIlgB,OAAMga,IAClB,IAAIqG,GAAeL,EAASlN,MAAM,sBAClCwN,GAAc,EAAE,GAChBC,EAAOC,EAAAA,EACPC,EAAOD,EAAAA,EACPE,IAAQF,EAAAA,GACRG,IAAQH,EAAAA,GAEJI,EAAkB,SAASC,EAAMC,GACjC,GAAIC,GAAYF,EAAKrkB,MAAM,GAAGpH,IAAI,SAAS2F,EAAGgC,GAC1C,GAAId,GAAM+kB,WAAWjmB,GACrBkmB,EAAMlkB,EAAI,CAgBV,OAdId,GADAglB,GACQhlB,EAAM,IAAQ3D,GAEd2D,EAAM,IAAQ7D,EAEtB0oB,IACA7kB,GAAOqkB,EAAWW,IAElBA,GACAR,EAAO5lB,KAAK8F,IAAI8f,EAAMxkB,GACtB0kB,EAAO9lB,KAAK4F,IAAIkgB,EAAM1kB,KAEtBskB,EAAO1lB,KAAK8F,IAAI4f,EAAMtkB,GACtBykB,EAAO7lB,KAAK4F,IAAIigB,EAAMzkB,IAEnBA,GAGX,OADAqkB,GAAaS,EAAUvkB,MAAM,IACtBukB,EAGXV,GAAare,QAAQ,SAASkf,GAC1B,GAAIC,GAASD,EAAMpO,MAAM,wBAA0B,GACnD,QAAOqO,EAAO,IACd,IAAK,IACDjB,EAAMnH,OAAO6H,EAAgBO,GAC7B,MACJ,KAAK,IACDjB,EAAMnH,OAAO6H,EAAgBO,GAAQ,GACrC,MACJ,KAAK,IACDjB,EAAMkB,OAAOR,EAAgBO,GAC7B,MACJ,KAAK,IACDjB,EAAMkB,OAAOR,EAAgBO,GAAQ,GACrC,MACJ,KAAK,IACDjB,EAAMmB,aAAaT,EAAgBO,GACnC,MACJ,KAAK,IACDjB,EAAMmB,aAAaT,EAAgBO,GAAQ,GAC3C,MACJ,KAAK,IACDjB,EAAMoB,iBAAiBV,EAAgBO,GACvC,MACJ,KAAK,IACDjB,EAAMoB,iBAAiBV,EAAgBO,GAAQ,OAKvDhB,EAAatlB,KAAK7Q,KAAKc,QAAQie,sBAAwB,MAAQ,OAAO2X,EAAOH,EAAMI,EAAOF,GAAQ,EAClGL,EAAc,GAAIpgB,OAAMsd,OAAOoD,EAAOH,GAAQ,GAAII,EAAOF,GAAQ,GAC5Dz2B,KAAKc,QAAQ+d,oBACd7e,KAAK0xB,SAAWiF,EAAOF,IAAS,EAAIN,QAGxCA,GAAatlB,KAAK7Q,KAAKc,QAAQie,sBAAwB,MAAQ,OAAO3Q,EAAOE,GAAU,EACvF8nB,EAAc,GAAIpgB,OAAMsd,MAAM,EAAE,GAC3BtzB,KAAKc,QAAQ+d,oBACd7e,KAAK0xB,QAAUpjB,GAAU,EAAI6nB,GAGrC,IAAIoB,GAAU,GAAIvhB,OAAMwhB,OAAO1B,EAW/B,IAVAyB,EAAQE,QAAS,EACbxB,IACAsB,EAAU,GAAIvhB,OAAM0hB,MAAMxB,EAAOqB,GACjCA,EAAQpD,QAAU,IAIlBoD,EAAQI,SAAU,EAClBzB,EAAMvD,iBAAmB3yB,MAEzBA,KAAKc,QAAQge,iBAAkB,CAC/B,GAAI8Y,GAAc53B,KAAKmzB,aAAalD,cAAcmG,EAAaD,EAC/DoB,GAAU,GAAIvhB,OAAM0hB,MAAME,EAAaL,GACvCA,EAAQpD,QAAU,IAClBoD,EAAQI,SAAU,EAClBC,EAAYjF,iBAAmB3yB,KAEnCA,KAAKg0B,YAAcoC,EAAYyB,OAAO1B,GACtCn2B,KAAK8zB,WAAayD,EAClBv3B,KAAK8zB,WAAWnB,iBAAmB5qB,EACnC/H,KAAK8zB,WAAW/C,MAAM/wB,KAAK4zB,cAAgBuC,GAC3Cn2B,KAAK8zB,WAAWtZ,SAAWxa,KAAK0zB,aAAaK,SAAS/zB,KAAKg0B,YAAYC,SAASj0B,KAAK4zB,gBACrF5zB,KAAK8zB,WAAWgE,YAAY93B,KAAK8vB,YAC9B,CACH,GAAI/nB,GAAQ/H,IACZmH,GAAE2uB,GAAQ5qB,GAAG,OAAQ,WACjBnD,EAAMktB,gBAIlB8C,WAAY,SAASC,GACbh4B,KAAKc,QAAQ+E,YACR7F,KAAKU,OAAOoJ,YACb9J,KAAKyzB,aAAc,EACnBzzB,KAAK0zB,aAAe1zB,KAAK0zB,aAAa3c,IAAIihB,GAC1Ch4B,KAAKouB,UAGTpuB,KAAK2K,SAASsL,KAAK8hB,WAAWC,IAGtCC,WAAY,WACRj4B,KAAK2K,SAASutB,4BAA4B,SAC1C,IAAIC,GAAUn4B,KAAK2K,SAASytB,kBAAkB,aAAa,KAC3DD,GAAQxI,sBAAwB3vB,KAChCm4B,EAAQE,QAEZ3J,OAAQ,WACJ4J,aAAat4B,KAAKu4B,cAClBv4B,KAAKq0B,UAAW,EAChBr0B,KAAK8vB,OAAO2B,YAAczxB,KAAKizB,0BAC3BjzB,KAAK2K,SAAS2pB,eAAiBt0B,KAAKuxB,QACpCvxB,KAAKuyB,eAAeva,QAAQ,SAASN,GACjCA,EAAEwU,QAGV,IAAIsM,GAAOx4B,KAAKgd,MAAMjX,IAAI,MACtByyB,IACArxB,EAAE,gBAAgBhG,KAAK,WACnB,GAAI+K,GAAM/E,EAAEnH,KACRkM,GAAIlE,KAAK,cAAgBwwB,GACzBtsB,EAAItE,SAAS,cAIpB5H,KAAKc,QAAQ+E,aACd7F,KAAKi4B,aAGLj4B,KAAK2K,SAAS8nB,UACdzyB,KAAK0yB,eAAejB,YAAczxB,KAAKc,QAAQyd,yBAC/Cve,KAAK0yB,eAAeoC,YAAc90B,KAAKc,QAAQwd,yBAG/Cte,KAAKuxB,OACLvxB,KAAKksB,MAAK,GAGVlsB,KAAKy4B,eAAc,GAEvBz4B,KAAK6uB,OAAO,WAEhB6J,YAAa,WACT14B,KAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAE/P,eAEC3H,MAAkB,eAE7B4uB,SAAU,SAASc,GACf,IAAKA,GAAcA,EAAWC,wBAA0B3vB,KAAM,CAC1DA,KAAKq0B,UAAW,CAChB,IAAItsB,GAAQ/H,IACZA,MAAK24B,gBAAkBxQ,WAAW,WAAapgB,EAAM2wB,eAAkB,KACvE14B,KAAK8vB,OAAO2B,YAAczxB,KAAK+yB,kBAC/B5rB,EAAE,gBAAgB8hB,YAAY,YAC1BjpB,KAAK2K,SAAS8nB,UACdzyB,KAAK0yB,eAAeoC,YAAc8D,QAGlC54B,KAAKuxB,QACLvxB,KAAK2K,SAASutB,4BAA4B,UAC1Cl4B,KAAK2H,QAGL3H,KAAK64B,eAAc,GAEvB74B,KAAK6uB,OAAO,cAGpBiK,WAAY,WACR,GAAI/wB,GAAQ/H,IACZA,MAAKu4B,aAAepQ,WAAW,WAC3BpgB,EAAMJ,QACP,MAEPA,KAAM,WACF,GAAII,GAAQ/H,IACZA,MAAKwxB,OAAQ,EACbxxB,KAAKuxB,QAAS,EACiB,mBAApBvxB,MAAK8zB,aACZ9zB,KAAK8zB,WAAWK,QAAU,GAE9Bn0B,KAAK04B,cACL14B,KAAK8vB,OAAOqE,QAAU,EACtBn0B,KAAKa,MAAM4P,IAAI,UAAW,GAC1BzQ,KAAK0yB,eAAeyB,QAAU,EAG9B/zB,EAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASyW,OAClB,SAAUiZ,GACN,MAASA,GAAG1vB,IAAI,QAAUgC,EAAMiV,OAAWyY,EAAG1vB,IAAI,UAAYgC,EAAMiV,QAGhF,SAASpc,EAAMiX,EAAOyV,GAClB,GAAIoI,GAAO3tB,EAAM4C,SAASgrB,yBAAyB/0B,EAC/C80B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoBlC,cAAkE,mBAA3BgC,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBnC,cAC1MgC,EAAK/tB,SAIrB3H,KAAK64B,eAAc,IAEvB3M,KAAM,SAASsF,GACX,GAAIzpB,GAAQ/H,IACZA,MAAKwxB,MAAQA,EACTxxB,KAAKwxB,OAC0B,mBAApBxxB,MAAK8zB,aACZ9zB,KAAK8zB,WAAWK,QAAUn0B,KAAKc,QAAQ6d,eAE3C3e,KAAK8vB,OAAOqE,QAAUn0B,KAAKc,QAAQ6d,cACnC3e,KAAKa,MAAM4P,IAAI,UAAWzQ,KAAKc,QAAQ6d,eACvC3e,KAAK0yB,eAAeyB,QAAUn0B,KAAKc,QAAQ6d,gBAE3C3e,KAAK0yB,eAAeyB,QAAU,EAC9Bn0B,KAAKuxB,QAAS,EACdvxB,KAAKouB,UAGThuB,EAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASyW,OAClB,SAAUiZ,GACN,MAASA,GAAG1vB,IAAI,QAAUgC,EAAMiV,OAAWyY,EAAG1vB,IAAI,UAAYgC,EAAMiV,QAGhF,SAASpc,EAAMiX,EAAOyV,GAClB,GAAIoI,GAAO3tB,EAAM4C,SAASgrB,yBAAyB/0B,EAC/C80B,IAA4C,mBAA7BA,GAAKE,qBAAwF,mBAA1CF,GAAKE,oBAAoBlC,cAAkE,mBAA3BgC,GAAKG,mBAAoF,mBAAxCH,GAAKG,kBAAkBnC,cAC1MgC,EAAKxJ,KAAKnkB,EAAMypB,UAKpCqH,cAAe,SAASE,GACpB,GAAIhxB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASyW,OAClB,SAAUiZ,GACN,MAAQA,GAAG1vB,IAAI,UAAYgC,EAAMiV,QAG7C,SAASpc,EAAMiX,EAAOyV,GAClB,GAAIoI,GAAO3tB,EAAM4C,SAASgrB,yBAAyB/0B,EAAKmF,IAAI,MACxD2vB,IAAQA,EAAKlE,QACTuH,EAAQrD,EAAKoD,aAAsBpD,EAAK/tB,WAKhE8wB,cAAe,SAASjH,GACpB,GAAIzpB,GAAQ/H,IACZI,GAAEe,KACMnB,KAAK8F,QAAQC,IAAI,SAASyW,OAClB,SAAUiZ,GACN,MAAQA,GAAG1vB,IAAI,UAAYgC,EAAMiV,QAG7C,SAASpc,EAAMiX,EAAOyV,GAClB,GAAIoI,GAAO3tB,EAAM4C,SAASgrB,yBAAyB/0B,EAAKmF,IAAI,MAC5D,IAAI2vB,GAAQA,EAAKnE,SACbmE,EAAKxJ,KAAKsF,IACLA,GAAM,CACP,GAAIwH,GAAYjxB,EAAM4C,SAASsL,KAAKgjB,YAAYC,QAAQxD,EAAK1Y,MAAMtD,GACjD,MAAdsf,GACAjxB,EAAM4C,SAASsL,KAAKgjB,YAAYE,OAAOH,EAAW,OAO9EhP,UAAW,SAASoP,GAChB,GAAIC,GAAUD,IAAiB,CAC3Bp5B,MAAKu0B,cAAgB8E,IAGzBr5B,KAAKu0B,YAAc8E,EACnBr5B,KAAKouB,SACLpuB,KAAK2K,SAAS2uB,uBAElBtK,YAAa,WACJhvB,KAAKu0B,cAGVv0B,KAAKu0B,aAAc,EACnBv0B,KAAKouB,SACLpuB,KAAK2K,SAAS2uB,uBAElBC,WAAY,WACR,GAAIhkB,GAAUvV,KAAK2K,SAAS6uB,cAAcx5B,KAAK0zB,cAC/CnM,GACI/M,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,GAGfvW,MAAK2K,SAAS2pB,cACdt0B,KAAKgd,MAAM7D,IAAIoO,IAGvB0H,UAAW,SAASwK,EAAQC,GACpBA,IACA15B,KAAK2K,SAASgvB,cACd35B,KAAK0uB,WAGbQ,QAAS,SAASuK,EAAQC,GACtB,GAAI15B,KAAK2K,SAAS8oB,aAAezzB,KAAK2K,SAAS2pB,aAC3Ct0B,KAAKu5B,iBAEL,IAAIv5B,KAAKuxB,OAAQ,CACb,GAAI1Z,GAAQ7X,KAAK2K,SAASsL,KAAKgjB,YAAYC,QAAQl5B,KAAKgd,MAAMtD,GAChD,MAAV7B,GACA7X,KAAK2K,SAASsL,KAAKgjB,YAAYE,OAAOthB,EAAO,GAEjD7X,KAAKksB,MAAK,GACVlsB,KAAK0uB,aAEAgL,IAAa15B,KAAKgd,MAAMjX,IAAI,qBAC7B/F,KAAKi4B,aAETj4B,KAAKgd,MAAM5E,QAAQ,UAG3BpY,MAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAKyzB,aAAc,GAEvBrrB,QAAS,SAASqxB,GACdz5B,KAAK6uB,OAAO,WACZ7uB,KAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAEtP,YAENpI,KAAK8vB,OAAO/T,SACZ/b,KAAKa,MAAMkb,SACP/b,KAAK2K,SAAS8nB,SACdzyB,KAAK0yB,eAAe3W,SAEpB/b,KAAK8zB,YACL9zB,KAAK8zB,WAAW/X,YAGzBxS,QAEI4nB,IAKXnD,OAAO,iBAAiB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GAClH,YAEA,IAAIrsB,GAAQosB,EAASF,WAKjB1U,EAAOxX,EAAMiP,QAAQod,EA+RzB,OA7RAlvB,GAAEqa,EAAKja,WAAWmS,QACdF,MAAO,WAuBH,GAtBAzS,KAAK2K,SAASkvB,WAAWxI,WACzBrxB,KAAK8D,KAAO,OACZ9D,KAAKuxB,QAAS,EACdvxB,KAAKwxB,OAAQ,EACbxxB,KAAK41B,oBAAsB51B,KAAK2K,SAASgrB,yBAAyB31B,KAAKgd,MAAMjX,IAAI,SACjF/F,KAAK61B,kBAAoB71B,KAAK2K,SAASgrB,yBAAyB31B,KAAKgd,MAAMjX,IAAI,OAC/E/F,KAAK85B,OAAS95B,KAAK2K,SAASovB,aAAa/5B,MACzCA,KAAKg6B,KAAO,GAAIhkB,OAAMga,KACtBhwB,KAAKg6B,KAAKjjB,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAC7B/W,KAAKg6B,KAAKrH,iBAAmB3yB,KAC7BA,KAAKg6B,KAAKvI,YAAczxB,KAAKc,QAAQ+e,kBACrC7f,KAAKi6B,YAAc,EACnBj6B,KAAK8B,MAAQ,GAAIkU,OAAMga,KACvBhwB,KAAK8B,MAAMiV,KACD,EAAG,IACH/W,KAAKc,QAAQsf,kBAAmBpgB,KAAKc,QAAQuf,iBAAmB,IAChE,EAAGrgB,KAAKc,QAAQuf,mBAE1BrgB,KAAK8B,MAAMo4B,MAAQ,GAAIlkB,OAAMsd,OAAQtzB,KAAKc,QAAQsf,kBAAoB,EAAGpgB,KAAKc,QAAQuf,iBAAmB,IACzGrgB,KAAK8B,MAAM6wB,iBAAmB3yB,KAC9BA,KAAKkU,KAAO/M,EAAE,wCAAwCU,SAAS7H,KAAK2K,SAASgnB,UAC7E3xB,KAAKm6B,YAAc,EACfn6B,KAAKc,QAAQ+E,YAAa,CAC1B,GAAIyF,GAAW+jB,EAASD,aACxBpvB,MAAK4xB,gBACkB,GAAItmB,GAAS8uB,eAAep6B,KAAK2K,SAAU,MAC3C,GAAIW,GAAS+uB,iBAAiBr6B,KAAK2K,SAAU,OAEpE3K,KAAKoyB,wBAC0B,GAAI9mB,GAASgvB,iBAAiBt6B,KAAK2K,SAAU,OAE5E3K,KAAKsyB,YAActyB,KAAK4xB,eAAe/nB,OAAO7J,KAAKoyB,uBACnD,KAAK,GAAI9hB,GAAI,EAAGA,EAAItQ,KAAKsyB,YAAYpxB,OAAQoP,IACzCtQ,KAAKsyB,YAAYhiB,GAAGqf,sBAAwB3vB,IAEhDA,MAAKuyB,sBAELvyB,MAAKuyB,eAAiBvyB,KAAKsyB,cAG3BtyB,MAAK2K,SAAS8nB,UACdzyB,KAAK2K,SAAS8nB,QAAQoH,WAAWxI,WACjCrxB,KAAKu6B,aAAe,GAAIvkB,OAAMga,KAC9BhwB,KAAKu6B,aAAaxjB,KAAK,EAAE,IAAI,EAAE,IAC/B/W,KAAKu6B,aAAa5H,iBAAmB3yB,KAAK2K,SAAS8nB,QAAQG,UAAUD,iBACrE3yB,KAAKu6B,aAAa9I,YAAc,IAGxCsB,gBAAiB,WACb,GAAInxB,GAAa5B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQ+e,mBAAqBje,EAAU,IAAM5B,KAAKc,QAAQgf,sBAAwB9f,KAAKc,QAAQ+e,oBAAsB7f,KAAKc,QAAQmf,wBAAwB,IAE1KgT,wBAAyB,WACrB,GAAIrxB,GAAa5B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASnE,WAAc,CAClF,OAAO5B,MAAKc,QAAQif,4BAA8Bne,EAAU,IAAM5B,KAAKc,QAAQkf,+BAAiChgB,KAAKc,QAAQif,6BAA+B/f,KAAKc,QAAQmf,wBAAwB,IAErMua,eAAgB,WACZ,GAAI54B,GAAa5B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASnE,WAAc,CAClF,OAAO,IAAKA,EAAU,IAAO5B,KAAKc,QAAQwf,qBAAuBtgB,KAAKc,QAAQuf,iBAAoB,IAAMrgB,KAAKc,QAAQmf,wBAAwB,IAEjJmO,OAAQ,WACJ,GAAI1T,GAAO1a,KAAKgd,MAAMjX,IAAI,QAC1B4U,EAAK3a,KAAKgd,MAAMjX,IAAI,KACpB,IAAK2U,GAASC,KAAO3a,KAAKuxB,QAAWvxB,KAAKwxB,OAA1C,CAKA,GAFAxxB,KAAK41B,oBAAsB51B,KAAK2K,SAASgrB,yBAAyBjb,GAClE1a,KAAK61B,kBAAoB71B,KAAK2K,SAASgrB,yBAAyBhb,GACxB,mBAA7B3a,MAAK41B,qBAAyE,mBAA3B51B,MAAK61B,mBAC1D71B,KAAK41B,oBAAoBrE,SAAWvxB,KAAK41B,oBAAoBpE,OAC7DxxB,KAAK61B,kBAAkBtE,SAAWvxB,KAAK61B,kBAAkBrE,MAE9D,WADAxxB,MAAK2H,MAGT,IAiBI8yB,GAjBA9F,EAAe30B,KAAK+yB,kBACpB2H,EAAe16B,KAAKw6B,iBACpBG,EAAO36B,KAAK41B,oBAAoBlC,aAChCkH,EAAO56B,KAAK61B,kBAAkBnC,aAC9BmH,EAAKD,EAAK7G,SAAS4G,GACnBG,EAAKD,EAAG35B,OACR65B,EAAKF,EAAGhD,OAAOiD,GACfE,EAAS,GAAIhlB,OAAMsd,QAASyH,EAAGxkB,EAAGwkB,EAAGhlB,IACrCklB,EAAaj7B,KAAK85B,OAAOoB,YAAYl7B,MACrCg4B,EAASgD,EAAO/G,SAAUj0B,KAAKc,QAAQyf,oBAAsB0a,GAC7DE,EAAOR,EAAK5jB,IAAIihB,GAChBoD,EAAOR,EAAK7jB,IAAIihB,GAChBqD,EAAKR,EAAGS,MACRC,EAAaP,EAAO/G,SAASj0B,KAAKc,QAAQof,oBAAsB,GAAMwa,EAAe16B,KAAKc,QAAQuf,kBAClGmb,EAAUX,EAAGhD,OAAO,GACpBjD,EAAU50B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAAStD,QAAWzC,KAAKgd,MAAMjX,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,SAASqF,IAAI,SAClJ8uB,EAAS70B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASrE,KAAQ1B,KAAKc,QAAQ8d,mBAAqB,IAGtG5e,MAAKgd,MAAMjX,IAAI,qBAAuB/F,KAAK41B,oBAAoB5Y,MAAMjX,IAAI,qBAAuB/F,KAAK61B,kBAAkB7Y,MAAMjX,IAAI,qBACjI00B,EAAW,GACXz6B,KAAKg6B,KAAK5F,WAAa,EAAG,KAE1BqG,EAAWz6B,KAAKwxB,MAAQxxB,KAAKc,QAAQ6d,cAAgB,EACrD3e,KAAKg6B,KAAK5F,UAAY,KAG1B,IAAIF,GAAcl0B,KAAKuyB,cAEvBvyB,MAAK8B,MAAM25B,QACNz7B,KAAKgd,MAAMgW,IAAI,UAAYhzB,KAAKgd,MAAMjX,IAAI,SAASjE,QACnD9B,KAAKgd,MAAMgW,IAAI,UACyB,mBAAlChzB,MAAKgd,MAAMjX,IAAI,SAASjE,MAEnC9B,KAAKuyB,eAAiBvyB,KAAKgd,MAAMjX,IAAI,oBAAsB/F,KAAKoyB,uBAAyBpyB,KAAK4xB,eAE1F5xB,KAAKq0B,UAAYr0B,KAAK2K,SAAS2pB,cAAgBJ,IAAgBl0B,KAAKuyB,iBACpE2B,EAAYlc,QAAQ,SAASN,GACzBA,EAAE/P,SAEN3H,KAAKuyB,eAAeva,QAAQ,SAASN,GACjCA,EAAEwU,UAIVlsB,KAAK0zB,aAAeyH,EAAKpkB,IAAIqkB,GAAMvD,OAAO,GAC1C73B,KAAKg6B,KAAKvI,YAAckD,EACxB30B,KAAKg6B,KAAKlF,YAAcF,EACxB50B,KAAKg6B,KAAK5F,UAAYS,EACtB70B,KAAKg6B,KAAK7F,QAAUsG,EACpBz6B,KAAKg6B,KAAKnjB,SAAS,GAAGC,MAAQ6jB,EAC9B36B,KAAKg6B,KAAKnjB,SAAS,GAAGC,MAAQ9W,KAAK0zB,aACnC1zB,KAAKg6B,KAAKnjB,SAAS,GAAG6kB,SAAWF,EAAQvH,SAAS,IAClDj0B,KAAKg6B,KAAKnjB,SAAS,GAAG8kB,UAAYH,EAClCx7B,KAAKg6B,KAAKnjB,SAAS,GAAGC,MAAQ8jB,EAC9B56B,KAAK8B,MAAMivB,MAAM2J,EAAe16B,KAAKi6B,aACrCj6B,KAAKi6B,YAAcS,EACnB16B,KAAK8B,MAAMkV,UAAY4d,EACvB50B,KAAK8B,MAAMqyB,QAAUsG,EACrBz6B,KAAK8B,MAAM6uB,OAAO0K,EAAKr7B,KAAKm6B,YAAan6B,KAAK8B,MAAM85B,OAAO1lB,QAC3DlW,KAAK8B,MAAM0Y,SAAWxa,KAAK0zB,aAE3B1zB,KAAKm6B,YAAckB,EACfA,EAAK,KACLA,GAAM,IACNE,EAAaA,EAAWtH,SAAS,KAE5B,IAALoH,IACAA,GAAM,IACNE,EAAaA,EAAWtH,SAAS,IAErC,IAAInkB,GAAQ9P,KAAKgd,MAAMjX,IAAI,UAAY/F,KAAKU,OAAOC,UAAUX,KAAKc,QAAQ0f,uBAAyB,EACnG1Q,GAAQ7M,EAAMf,YAAY4N,EAAO9P,KAAKc,QAAQ2e,uBAC9Czf,KAAKkU,KAAKA,KAAKpE,EACf,IAAI+rB,GAAW77B,KAAK0zB,aAAa3c,IAAIwkB,EACrCv7B,MAAKkU,KAAKzD,KACNjC,KAAMqtB,EAAS9lB,EACfrH,IAAKmtB,EAAStlB,EACdulB,UAAW,UAAYT,EAAK,OAC5BU,iBAAkB,UAAYV,EAAK,OACnCW,oBAAqB,UAAYX,EAAK,OACtClH,QAASsG,IAEbz6B,KAAKi8B,WAAaZ,CAElB,IAAItG,GAAM/0B,KAAK0zB,YACf1zB,MAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAEqX,OAAOgG,KAGT/0B,KAAK2K,SAAS8nB,UACdzyB,KAAKu6B,aAAazF,YAAcF,EAChC50B,KAAKu6B,aAAa1jB,SAAS,GAAGC,MAAQ9W,KAAK2K,SAASwqB,gBAAgB,GAAInf,OAAMsd,MAAMtzB,KAAK41B,oBAAoB5Y,MAAMjX,IAAI,cACvH/F,KAAKu6B,aAAa1jB,SAAS,GAAGC,MAAQ9W,KAAK2K,SAASwqB,gBAAgB,GAAInf,OAAMsd,MAAMtzB,KAAK61B,kBAAkB7Y,MAAMjX,IAAI,iBAG7H4B,KAAM,WACF3H,KAAKuxB,QAAS,EACdvxB,KAAKwxB,OAAQ,EAEbxxB,KAAKkU,KAAKvM,OACV3H,KAAKg6B,KAAKyB,SAAU,EACpBz7B,KAAK8B,MAAM25B,SAAU,EACrBz7B,KAAKu6B,aAAakB,SAAU,GAEhCvP,KAAM,SAASsF,GACXxxB,KAAKwxB,MAAQA,EACTxxB,KAAKwxB,OACLxxB,KAAKkU,KAAKzD,IAAI,UAAW,IACzBzQ,KAAKg6B,KAAK7F,QAAU,GACpBn0B,KAAK8B,MAAMqyB,QAAU,GACrBn0B,KAAKu6B,aAAapG,QAAU,KAE5Bn0B,KAAKuxB,QAAS,EAEdvxB,KAAKkU,KAAKzD,IAAI,UAAW,GACzBzQ,KAAKg6B,KAAK7F,QAAU,EACpBn0B,KAAK8B,MAAMqyB,QAAU,EACrBn0B,KAAKu6B,aAAapG,QAAU,GAEhCn0B,KAAKkU,KAAKgY,OACVlsB,KAAKg6B,KAAKyB,SAAU,EACpBz7B,KAAK8B,MAAM25B,SAAU,EACrBz7B,KAAKu6B,aAAakB,SAAU,EAC5Bz7B,KAAKouB,UAET6J,WAAY,WACRj4B,KAAK2K,SAASutB,4BAA4B,SAC1C,IAAIC,GAAUn4B,KAAK2K,SAASytB,kBAAkB,aAAa,KAC3DD,GAAQxI,sBAAwB3vB,KAChCm4B,EAAQE,QAEZ3J,OAAQ,WACJ1uB,KAAKq0B,UAAW,EAChBr0B,KAAKg6B,KAAKvI,YAAczxB,KAAKizB,0BACzBjzB,KAAK2K,SAAS2pB,cACdt0B,KAAKuyB,eAAeva,QAAQ,SAASN,GACjCA,EAAEwU,SAGLlsB,KAAKc,QAAQ+E,aACd7F,KAAKi4B,aAETj4B,KAAK6uB,OAAO,WAEhBD,SAAU,SAASc,GACVA,GAAcA,EAAWC,wBAA0B3vB,OACpDA,KAAKq0B,UAAW,EACZr0B,KAAKc,QAAQ+E,aACb7F,KAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAE/P,SAGN3H,KAAKuxB,QACLvxB,KAAK2K,SAASutB,4BAA4B,UAE9Cl4B,KAAKg6B,KAAKvI,YAAczxB,KAAK+yB,kBAC7B/yB,KAAK6uB,OAAO,cAGpBI,UAAW,SAASwK,EAAQC,GACpBA,IACA15B,KAAK2K,SAASgvB,cACd35B,KAAK0uB,WAGbQ,QAAS,SAASuK,EAAQC,IACjB15B,KAAKU,OAAOoJ,WAAa9J,KAAK2K,SAAS8oB,aACxCzzB,KAAK41B,oBAAoB2D,aACzBv5B,KAAK61B,kBAAkB0D,aACvBv5B,KAAK41B,oBAAoBnC,aAAc,EACvCzzB,KAAK61B,kBAAkBpC,aAAc,IAEhCiG,GACD15B,KAAKi4B,aAETj4B,KAAKgd,MAAM5E,QAAQ,YAEvBpY,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,GAEhCsE,WAAY,SAASC,GACbh4B,KAAKc,QAAQ+E,YACR7F,KAAKc,QAAQgJ,YACd9J,KAAK41B,oBAAoBmC,WAAWC,GACpCh4B,KAAK61B,kBAAkBkC,WAAWC,IAGtCh4B,KAAK2K,SAASotB,WAAWC,IAGjC5vB,QAAS,WACLpI,KAAK6uB,OAAO,WACZ7uB,KAAKg6B,KAAKje,SACV/b,KAAK8B,MAAMia,SACX/b,KAAKkU,KAAK6H,SACN/b,KAAK2K,SAAS8nB,SACdzyB,KAAKu6B,aAAaxe,SAEtB/b,KAAKsyB,YAAYta,QAAQ,SAASN,GAC9BA,EAAEtP,WAEN,IAAIL,GAAQ/H,IACZA,MAAK85B,OAAOphB,MAAQtY,EAAE87B,OAAOl8B,KAAK85B,OAAOphB,MAAO,SAASiD,GACrD,MAAO5T,KAAU4T,OAG1BpS,QAEIkR,IAMXuT,OAAO,qBAAqB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GACtH,YAEA,IAAIrsB,GAAQosB,EAASF,WAKjBgN,EAAWl5B,EAAMiP,QAAQod,EAuF7B,OArFAlvB,GAAE+7B,EAAS37B,WAAWmS,QAClBF,MAAO,WACHzS,KAAK2K,SAASkvB,WAAWxI,WACzBrxB,KAAK8D,KAAO,WAEZ,IAAI8wB,IAAU50B,KAAK8F,QAAQC,IAAI,SAASA,IAAI/F,KAAKU,OAAOgK,eAAiBzH,EAAMgS,kBAAkBjV,KAAKU,SAASqF,IAAI,QACnH/F,MAAKg6B,KAAO,GAAIhkB,OAAMga,KACtBhwB,KAAKg6B,KAAKlF,YAAcF,EACxB50B,KAAKg6B,KAAK5F,WAAa,EAAG,GAC1Bp0B,KAAKg6B,KAAKvI,YAAczxB,KAAKc,QAAQif,2BACrC/f,KAAKg6B,KAAKjjB,KAAK,EAAE,IAAI,EAAE,IACvB/W,KAAKg6B,KAAKrH,iBAAmB3yB,KAC7BA,KAAK8B,MAAQ,GAAIkU,OAAMga,KACvBhwB,KAAK8B,MAAMkV,UAAY4d,EACvB50B,KAAK8B,MAAMiV,KACD,EAAG,IACH/W,KAAKc,QAAQsf,kBAAmBpgB,KAAKc,QAAQuf,iBAAmB,IAChE,EAAGrgB,KAAKc,QAAQuf,mBAE1BrgB,KAAK8B,MAAM6wB,iBAAmB3yB,KAC9BA,KAAKm6B,YAAc,GAEvB/L,OAAQ,WACJ,GAAIgO,GAAMp8B,KAAK41B,oBAAoBlC,aACnC2I,EAAMr8B,KAAKs8B,QACXjB,EAAKgB,EAAItI,SAASqI,GAAKd,MACvBiB,EAAKH,EAAIrlB,IAAIslB,GAAKxE,OAAO,EACzB73B,MAAKg6B,KAAKnjB,SAAS,GAAGC,MAAQslB,EAC9Bp8B,KAAKg6B,KAAKnjB,SAAS,GAAGC,MAAQulB,EAC9Br8B,KAAK8B,MAAM6uB,OAAO0K,EAAKr7B,KAAKm6B,aAC5Bn6B,KAAK8B,MAAM0Y,SAAW+hB,EACtBv8B,KAAKm6B,YAAckB,GAEvBtD,WAAY,SAASC,GACjB,IAAKh4B,KAAK2K,SAAS2pB,aAGf,MAFAt0B,MAAK2K,SAAS4jB,qBAAqBxmB,WACnCiO,OAAMC,KAAKoiB,MAGfr4B,MAAKs8B,QAAUt8B,KAAKs8B,QAAQvlB,IAAIihB,EAChC,IAAIwE,GAAaxmB,MAAMlQ,QAAQ22B,QAAQz8B,KAAKs8B,QAC5Ct8B,MAAK2K,SAAS+xB,WAAWF,GACzBx8B,KAAKouB,UAETc,QAAS,SAASuK,EAAQC,GACtB,GAAI8C,GAAaxmB,MAAMlQ,QAAQ22B,QAAQhD,EAAO3iB,OAC9CzJ,EAASrN,KAAK41B,oBAAoB5Y,MAClC2f,GAAW,CACX,IAAIH,GAA0D,mBAArCA,GAAWtkB,KAAKya,iBAAkC,CACvE,GAAIiK,GAAUJ,EAAWtkB,KAAKya,gBAC9B,IAAiC,SAA7BiK,EAAQ94B,KAAKmM,OAAO,EAAE,GAAe,CACrC,GAAI4sB,GAAaD,EAAQ5f,OAAS4f,EAAQjN,sBAAsB3S,KAChE,IAAI3P,IAAWwvB,EAAY,CACvB,GAAItV,IACI7N,GAAIzW,EAAMgO,OAAO,QACjBsJ,WAAYva,KAAKU,OAAOgK,aACxBgQ,KAAMrN,EACNsN,GAAIkiB,EAER78B,MAAK2K,SAAS2pB,cACdt0B,KAAK8F,QAAQ4V,QAAQ6L,KAK7Bla,IAAWuvB,EAAQ5f,OAAU4f,EAAQjN,uBAAyBiN,EAAQjN,sBAAsB3S,QAAU3P,KACtGsvB,GAAW,EACX38B,KAAK2K,SAAS8oB,aAAc,GAGhCkJ,IACA38B,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAK2K,SAAS4jB,qBAAqBvuB,MACnCgW,MAAMC,KAAKoiB,SAGnBjwB,QAAS,WACLpI,KAAK8B,MAAMia,SACX/b,KAAKg6B,KAAKje,YAEfxS,QAII4yB,IAKXnO,OAAO,uBAAuB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GACxH,YAEA,IAAIrsB,GAAQosB,EAASF,WAIjB2N,EAAc75B,EAAMiP,QAAQod,EA4BhC,OA1BAlvB,GAAE08B,EAAYt8B,WAAWmS,QACrBF,MAAO,WACHzS,KAAK2K,SAASoyB,cAAc1L,WAC5BrxB,KAAK8D,KAAO,SACZ9D,KAAKg9B,aAAe,GAAIhnB,OAAMga,IAC9B,IAAIiN,GAAO78B,EAAEgL,IAAIhL,EAAE88B,MAAM,GAAI,WAAY,OAAQ,EAAE,IACnDl9B,MAAKg9B,aAAajmB,IAAIxE,MAAMvS,KAAKg9B,aAAcC,GAC/Cj9B,KAAKg9B,aAAavL,YAAczxB,KAAKc,QAAQ4f,qBAC7C1gB,KAAKg9B,aAAalI,YAAc90B,KAAKc,QAAQ2f,qBAC7CzgB,KAAKg9B,aAAa7I,QAAUn0B,KAAKc,QAAQ6f,gBACzC3gB,KAAKm9B,SAAWh2B,EAAE,SACbU,SAAS7H,KAAK2K,SAASwyB,UACvB1sB,KACG+J,SAAU,WACV2Z,QAASn0B,KAAKc,QAAQ6f,kBAEzBhZ,QAETS,QAAS,WACLpI,KAAKg9B,aAAajhB,SAClB/b,KAAKm9B,SAASphB,YAEnBxS,QAIIuzB,IAKX9O,OAAO,uBAAuB,SAAU,aAAc,WAAY,sBAAuB,wBAAyB,mBAAoB,SAAU7mB,EAAG/G,EAAGivB,EAAU+N,EAAYlM,GACxK,YAEA,IAAIjuB,GAAQosB,EAASF,WAIjBkO,EAAap6B,EAAMiP,QAAQkrB,EAkU/B,OAhUAh9B,GAAEi9B,EAAW78B,WAAWmS,QACpBF,MAAO,WACH2qB,EAAW58B,UAAUiS,MAAMF,MAAMvS,MACjCA,KAAKqJ,SAAWrJ,KAAKc,QAAQoI,UAAU,6BAGvClJ,KAAKs9B,iBAAmBt9B,KAAKc,QAAQsI,uBAEzCivB,KAAM,WACF,GAAIhrB,GAASrN,KAAK2vB,sBAAsB3S,MACxCugB,EAAclwB,EAAOtH,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,QACvE88B,EAAax9B,KAAK2K,SAAS2pB,aAAet0B,KAAKqJ,SAAWrJ,KAAKs9B,iBAAiBjwB,EAAOtH,IAAI,UAAY/F,KAAKs9B,iBAAiB,WAC7HG,EAAqBz9B,KAAKc,QAAQuC,WAAa,4BAC/Cq6B,EAASrwB,EAAOtH,IAAI,SAAW,CAC/B/F,MAAKm9B,SACJj1B,KAAKs1B,GACF95B,MACI6B,IAAK8H,EAAOtH,IAAI,OAChBzD,cAAe+K,EAAOtH,IAAI,cAC1BlF,MAAOwM,EAAOtH,IAAI,SAClB/E,IAAKqM,EAAOtH,IAAI,OAChBjC,KAAMuJ,EAAOtH,IAAI,SAAW,UAC5BpD,UAAYM,EAAMf,aAAamL,EAAOtH,IAAI,QAAU,IAAI4K,QAAQ,0BAA0B,IAAIA,QAAQ,MAAM,IAAI,IAChHvN,YAAaiK,EAAOtH,IAAI,eACxB5C,MAAOkK,EAAOtH,IAAI,UAAY,GAC9BpB,kBAAmB84B,EACnBh7B,MAAQ4K,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAAStD,OAAU86B,EAAYx3B,IAAI,SAC7EnE,UAAYyL,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASnE,WAAc,EACrEF,KAAM2L,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASrE,KAAO,UAAY,GACpEkD,UAAWyI,EAAOtH,IAAI,eAAgB,EACtChD,iBAAkBw6B,EAAYx3B,IAAI,SAClCxD,iBAAkBg7B,EAAYx3B,IAAI,SAClC1B,MAAOq5B,EAAQ,EAAI,IAAM,IAAMA,EAC/Bz4B,MAAOoI,EAAOtH,IAAI,UAAY,UAElCrF,OAAQV,KAAKU,OACbI,QAASd,KAAKc,QACdoB,YAAae,EAAMf,YACnB8C,OAAS5E,EAAE8wB,EAAarB,UAAU/S,KAAK,OAAO6gB,OAAOp0B,QACrD1F,MAAQzD,EAAEJ,KAAKc,QAAQsI,uBAAuBu0B,OAAOp0B,WAEzDvJ,KAAKouB,QACL,IAAIrmB,GAAQ/H,KACR49B,EAAiB71B,EAAMjH,QAAQqD,sCAC3BgD,EAAE,wBAAwB02B,SAAS91B,EAAMjH,QAAQ8f,yBACjD,EACJkd,EAAsB/1B,EAAMjH,QAAQ2C,gCAChC0D,EAAE,kBAAkB02B,SAAS91B,EAAMjH,QAAQ8f,yBAC3C,EACJmd,EAAc,WACVh2B,EAAM4C,SAAS4jB,qBAAqBxmB,GACpCiO,MAAMC,KAAKoiB,OA2CnB,IAxCAtwB,EAAMi2B,YAAc,WAWhB,GAVAj2B,EAAMo1B,SAASnvB,IAAI,SACnBjG,EAAMo1B,SAASz1B,KAAK,2BAA2BsG,IAAI,sBACnDjG,EAAMo1B,SAASz1B,KAAK,uBAAuBsG,IAAI,UAC/CjG,EAAMo1B,SAASz1B,KAAK,gCAAgCsG,IAAI,SACxDjG,EAAMo1B,SAASz1B,KAAK,qBAAqBsG,IAAI,SAC7CjG,EAAMo1B,SAASz1B,KAAK,sBAAsBsG,IAAI,SAC9CjG,EAAMo1B,SAASz1B,KAAK,wBAAwBA,KAAK,MAAMsG,IAAI,eAC3DjG,EAAMo1B,SAASz1B,KAAK,cAAcsG,IAAI,SACtCjG,EAAMo1B,SAASz1B,KAAK,iBAAiBsG,IAAI,SAEtCjG,EAAMjH,QAAQqD,uCACuB,mBAA1By5B,GAAeK,OAAwB,CAC7C,GAAI9F,GAAUyF,EAAeK,aACtBL,GAAeK,OACtB9F,EAAQ+F,aAAaC,MAAK,GAC1BhG,EAAQ/vB,UAGhB,GAAGL,EAAMjH,QAAQ2C,iCAC4B,mBAA/Bq6B,GAAoBG,OAAwB,CAClD,GAAIG,GAAgBN,EAAoBG,aACjCH,GAAoBG,OAC3BG,EAAcF,aAAaC,MAAK,GAChCC,EAAch2B,YAK1BpI,KAAKm9B,SAASz1B,KAAK,cAAcS,MAAM,SAAUsF,GAC7CA,EAAEG,iBACFmwB,MAGJ/9B,KAAKm9B,SAASz1B,KAAK,iBAAiBS,MAAM,WACtC,MAAKkF,GAAOtH,IAAI,OAAhB,QACW,IAIX/F,KAAK2K,SAAS2pB,aAAc,CAE5B,GAAI+J,GAAgBj+B,EAAE8nB,SAAS,WAC7B9nB,EAAEouB,MAAM,WACN,GAAIzmB,EAAM4C,SAAS2pB,aAAc,CAC7B,GAAI/M,KAiCJ,IAhCIxf,EAAMjH,QAAQ6C,uBACd4jB,EAAMvmB,IAAM+G,EAAMo1B,SAASz1B,KAAK,gBAAgB2E,MAChDtE,EAAMo1B,SAASz1B,KAAK,iBAAiBM,KAAK,OAAOuf,EAAMvmB,KAAO,MAE9D+G,EAAMjH,QAAQ4D,yBACd6iB,EAAMpkB,MAAQ4E,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,MACpDtE,EAAMo1B,SAASz1B,KAAK,uBAAuBM,KAAK,MAAOuf,EAAMpkB,OAASs6B,IAEtE11B,EAAMjH,QAAQoD,+BACX6D,EAAMjH,QAAQqD,sCACuB,mBAA1By5B,GAAeK,QACrBL,EAAeK,OAAOK,eACtB/W,EAAMnkB,YAAcw6B,EAAeK,OAAOM,UAC1CX,EAAeK,OAAOO,cAI1BjX,EAAMnkB,YAAc2E,EAAMo1B,SAASz1B,KAAK,wBAAwB2E,OAGpEtE,EAAMjH,QAAQmgB,yBACXlZ,EAAMjH,QAAQ2C,gCAC4B,mBAA/Bq6B,GAAoBG,QACtBH,EAAoBG,OAAOK,eAC/B/W,EAAM1mB,MAAQi9B,EAAoBG,OAAOM,UACzCT,EAAoBG,OAAOO,cAI/BjX,EAAM1mB,MAAQkH,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,OAGxDtE,EAAMjH,QAAQwD,uBAAwB,CACtC,GAAI5C,GAAOqG,EAAMo1B,SAASz1B,KAAK,iBAAiBqF,GAAG,WACnDwa,GAAM9O,MAAQrY,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBrE,KAAMA,IAE9FqG,EAAMjH,QAAQiE,eACXsI,EAAOtH,IAAI,WAAWgC,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,QAC3Dkb,EAAMtiB,MAAQ8C,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,OAGxDtE,EAAMjH,QAAQ8C,cACXyJ,EAAOtH,IAAI,UAAUgC,EAAMo1B,SAASz1B,KAAK,iBAAiB2E,QACzDkb,EAAMzjB,KAAOiE,EAAMo1B,SAASz1B,KAAK,iBAAiB2E,OAG1DgB,EAAO8L,IAAIoO,GACXxf,EAAMqmB,aAEN2P,QAGL,IAEH/9B,MAAKm9B,SAASjyB,GAAG,QAAS,SAAS+B,GACZ,KAAfA,EAAGyxB,SACHX,MAIR/9B,KAAKm9B,SAASz1B,KAAK,2BAA2BwD,GAAG,qBAAsBmzB,GACnEt2B,EAAMjH,QAAQoD,8BACd6D,EAAMjH,QAAQqD,uCACmB,mBAA1By5B,GAAeK,SAEtBL,EAAeK,OAAO/yB,GAAG,SAAUmzB;AACnCT,EAAeK,OAAO/yB,GAAG,OAAQmzB,IAGjCt2B,EAAMjH,QAAQmgB,wBACdlZ,EAAMjH,QAAQ2C,iCACwB,mBAA/Bq6B,GAAoBG,SAE3BH,EAAoBG,OAAO/yB,GAAG,SAAUmzB,GACxCP,EAAoBG,OAAO/yB,GAAG,OAAQmzB,IAGvCt2B,EAAMjH,QAAQ+D,oBACb7E,KAAKm9B,SAASz1B,KAAK,uBAAuB2mB,OAAO,WAC7C,GAAIruB,KAAK2+B,MAAMz9B,OAAQ,CACnB,GAAIwI,GAAI1J,KAAK2+B,MAAM,GACnBxd,EAAK,GAAIyd,WACT,IAA2B,UAAvBl1B,EAAE5F,KAAKmM,OAAO,EAAE,GAEhB,WADA4uB,OAAM92B,EAAMrH,OAAOC,UAAU,6BAGjC,IAAI+I,EAAErF,KAA8C,KAAtC0D,EAAMjH,QAAQogB,sBAExB,WADA2d,OAAM92B,EAAMrH,OAAOC,UAAU,6BAA+BoH,EAAMjH,QAAQogB,sBAAwBnZ,EAAMrH,OAAOC,UAAU,MAG7HwgB,GAAG2d,OAAS,SAASrxB,GACjB1F,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,IAAIoB,EAAEsxB,OAAOhnB,QACnDsmB,KAEJld,EAAG6d,cAAct1B,MAI7B1J,KAAKm9B,SAASz1B,KAAK,kBAAkB,GAAGu3B,OAExC,IAAIC,GAAUn3B,EAAMo1B,SAASz1B,KAAK,uBAElC1H,MAAKm9B,SAASz1B,KAAK,gCAAgCy3B,MAC3C,SAASlyB,GACLA,EAAGW,iBACHsxB,EAAQhT,QAEZ,SAASjf,GACLA,EAAGW,iBACHsxB,EAAQv3B,SAIpBu3B,EAAQx3B,KAAK,MAAMy3B,MACX,SAASlyB,GACLA,EAAGW,iBACH7F,EAAMo1B,SAASz1B,KAAK,kBAAkB+I,IAAI,aAActJ,EAAEnH,MAAMgI,KAAK,gBAEzE,SAASiF,GACLA,EAAGW,iBACH7F,EAAMo1B,SAASz1B,KAAK,kBAAkB+I,IAAI,aAAepD,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAAStD,QAAW4K,EAAOtH,IAAI,eAAiB9C,EAAMgS,kBAAkBlN,EAAMrH,SAASqF,IAAI,YAEhMoC,MAAM,SAAS8E,GACbA,EAAGW,iBACC7F,EAAM4C,SAAS2pB,cACfjnB,EAAO8L,IAAI,QAAS/Y,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBtD,MAAO0E,EAAEnH,MAAMgI,KAAK,iBAClHk3B,EAAQv3B,OACRqO,MAAMC,KAAKoiB,QAEX0F,KAIR,IAAIqB,GAAY,SAASjuB,GACrB,GAAIpJ,EAAM4C,SAAS2pB,aAAc,CAC7B,GAAI+K,GAAWluB,GAAG9D,EAAOtH,IAAI,SAAW,EACxCgC,GAAMo1B,SAASz1B,KAAK,uBAAuBwM,MAAMmrB,EAAW,EAAI,IAAM,IAAMA,GAC5EhyB,EAAO8L,IAAI,OAAQkmB,GACnBrpB,MAAMC,KAAKoiB,WAEX0F,KAIR/9B,MAAKm9B,SAASz1B,KAAK,sBAAsBS,MAAM,WAE3C,MADAi3B,GAAU,KACH,IAEXp/B,KAAKm9B,SAASz1B,KAAK,oBAAoBS,MAAM,WAEzC,MADAi3B,GAAU,IACH,GAGX,IAAIE,GAAiB,SAASnuB,GAC1B,GAAIpJ,EAAM4C,SAAS2pB,aAAc,CAC7B,GAAIiL,GAAkBlyB,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASnE,WAAc,EAC3E49B,EAAgBruB,EAAIouB,CACL,GAAhBC,EACCA,EAAgB,EAEXA,EAAgBz3B,EAAMjH,QAAQue,0BACnCmgB,EAAgBz3B,EAAMjH,QAAQue,yBAE9BmgB,IAAkBD,IAClBx3B,EAAMo1B,SAASz1B,KAAK,4BAA4BwM,KAAKsrB,GACrDnyB,EAAO8L,IAAI,QAAS/Y,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBnE,UAAW49B,KACzGxpB,MAAMC,KAAKoiB,YAIf0F,KAIR/9B,MAAKm9B,SAASz1B,KAAK,2BAA2BS,MAAM,WAEhD,MADAm3B,GAAe,KACR,IAEXt/B,KAAKm9B,SAASz1B,KAAK,yBAAyBS,MAAM,WAE9C,MADAm3B,GAAe,IACR,IAGXt/B,KAAKm9B,SAASz1B,KAAK,sBAAsBS,MAAM,WAG3C,MAFAJ,GAAMo1B,SAASz1B,KAAK,kBAAkB2E,IAAI,IAC1CgyB,KACO,QAGX,IAAsD,gBAA3Cr+B,MAAK2vB,sBAAsB4E,YAA0B,CAC5D,GAAIkL,GAAYz/B,KAAK2vB,sBAAsB4E,YAAY5jB,QAAQvQ,EAAEiN,EAAOtH,IAAI,UAAU1F,SAAS,yCAC/FL,MAAKm9B,SAASz1B,KAAK,qBAAuB2F,EAAOtH,IAAI,OAAS,KAAO,KAAKmC,KAAKu3B,GAC3Ez/B,KAAKc,QAAQsE,+BACbpF,KAAKm9B,SAASz1B,KAAK,2BAA2BQ,KAAKlI,KAAK2vB,sBAAsB4E,YAAY5jB,QAAQvQ,EAAEiN,EAAOtH,IAAI,gBAAgB1F,SAAS,2CAIpJL,KAAKm9B,SAASz1B,KAAK,OAAOwR,KAAK,WAC3BnR,EAAMqmB,YAGdA,OAAQ,WACJ,GAAIpuB,KAAKc,QAAQqc,aAAa,CAC1B,GAAI5H,GAAUvV,KAAK2vB,sBAAsB+D,YACzCzwB,GAAMoS,YAAYrV,KAAKc,QAASyU,EAASvV,KAAKg9B,aAAyD,IAA3Ch9B,KAAK2vB,sBAAsBiE,cAAsB5zB,KAAKm9B,UAEtHn9B,KAAKm9B,SAASjR,OACdlW,MAAMC,KAAKoiB,QAEfjwB,QAAS,WAC0B,mBAArBpI,MAAKg+B,aACXh+B,KAAKg+B,cAETh+B,KAAKg9B,aAAajhB,SAClB/b,KAAKm9B,SAASphB,YAEnBxS,QAII8zB,IAKXrP,OAAO,uBAAuB,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAU+N,GAChH,YAEA,IAAIn6B,GAAQosB,EAASF,WAKjBuQ,EAAaz8B,EAAMiP,QAAQkrB,EAoL/B,OAlLAh9B,GAAEs/B,EAAWl/B,WAAWmS,QACpBF,MAAO,WACL2qB,EAAW58B,UAAUiS,MAAMF,MAAMvS,MACjCA,KAAKqJ,SAAWrJ,KAAKc,QAAQoI,UAAU,6BACvClJ,KAAKs9B,iBAAmBt9B,KAAKc,QAAQoI,UAAU,uCAEjDmvB,KAAM,WACF,GAAIhrB,GAASrN,KAAK2vB,sBAAsB3S,MACxC2iB,EAActyB,EAAOtH,IAAI,QACzB65B,EAAYvyB,EAAOtH,IAAI,MACvBw3B,EAAclwB,EAAOtH,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,QACvE88B,EAAax9B,KAAK2K,SAAS2pB,aAAet0B,KAAKqJ,SAAWrJ,KAAKs9B,gBAC/Dt9B,MAAKm9B,SACFj1B,KAAKs1B,GACJ58B,MACI0B,cAAe+K,EAAOtH,IAAI,cAC1BlF,MAAOwM,EAAOtH,IAAI,SAClB/E,IAAKqM,EAAOtH,IAAI,OAChBpD,UAAYM,EAAMf,aAAamL,EAAOtH,IAAI,QAAU,IAAI4K,QAAQ,0BAA0B,IAAIA,QAAQ,MAAM,IAAI,IAChHvN,YAAaiK,EAAOtH,IAAI,eACxBtD,MAAQ4K,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAAStD,OAAU86B,EAAYx3B,IAAI,SAC7ErE,KAAM2L,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASrE,KAAO,UAAY,GACpEI,MAAQuL,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASjE,QAAWuL,EAAO2lB,IAAI,UAAkD,mBAA9B3lB,GAAOtH,IAAI,SAASjE,MAAyB,UAAY,GACtJF,UAAYyL,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASnE,WAAc,EACrEO,WAAYw9B,EAAY55B,IAAI,SAC5B3D,SAAUw9B,EAAU75B,IAAI,SACxB9D,WAAa09B,EAAY3M,IAAI,UAAY2M,EAAY55B,IAAI,SAAStD,QAAWk9B,EAAY55B,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,SAASqF,IAAI,SACxJlD,SAAW+8B,EAAU5M,IAAI,UAAY4M,EAAU75B,IAAI,SAAStD,QAAWm9B,EAAU75B,IAAI,eAAiB9C,EAAMgS,kBAAkBjV,KAAKU,SAASqF,IAAI,SAChJhD,iBAAkBw6B,EAAYx3B,IAAI,SAClCxD,iBAAkBg7B,EAAYx3B,IAAI,UAEtCrF,OAAQV,KAAKU,OACbwB,YAAae,EAAMf,YACnBpB,QAASd,KAAKc,WAElBd,KAAKouB,QACL,IAAIrmB,GAAQ/H,KACZ+9B,EAAc,WACVh2B,EAAM4C,SAAS4jB,qBAAqBxmB,GACpCA,EAAMo1B,SAASz1B,KAAK,qBAAqBsG,IAAI,SAC7CgI,MAAMC,KAAKoiB,OASf,IAPAr4B,KAAKm9B,SAASz1B,KAAK,cAAcS,MAAM41B,GACvC/9B,KAAKm9B,SAASz1B,KAAK,iBAAiBS,MAAM,WACtC,MAAKkF,GAAOtH,IAAI,OAAhB,QACW,IAIX/F,KAAK2K,SAAS2pB,aAAc,CAE5B,GAAI+J,GAAgBj+B,EAAE8nB,SAAS,WAC3B9nB,EAAEouB,MAAM,WACJ,GAAIzmB,EAAM4C,SAAS2pB,aAAc,CAC7B,GAAI/M,IACA1mB,MAAOkH,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,MAKjD,IAHItE,EAAMjH,QAAQC,uBACdwmB,EAAMvmB,IAAM+G,EAAMo1B,SAASz1B,KAAK,gBAAgB2E,OAEhDtE,EAAMjH,QAAQwD,uBAAwB,CACtC,GAAI5C,GAAOqG,EAAMo1B,SAASz1B,KAAK,iBAAiBqF,GAAG,YAC/CjL,EAAQiG,EAAMo1B,SAASz1B,KAAK,kBAAkBqF,GAAG,WACrDwa,GAAM9O,MAAQrY,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBrE,KAAMA,EAAMI,MAAOA,IAE/GiG,EAAMo1B,SAASz1B,KAAK,iBAAiBM,KAAK,OAAOuf,EAAMvmB,KAAO,KAC9DqM,EAAO8L,IAAIoO,GACXvR,MAAMC,KAAKoiB,WAEX0F,QAGV,IAEF/9B,MAAKm9B,SAASjyB,GAAG,QAAS,SAAS+B,GACZ,KAAfA,EAAGyxB,SACHX,MAIR/9B,KAAKm9B,SAASz1B,KAAK,SAASwD,GAAG,qBAAsBmzB,GAErDr+B,KAAKm9B,SAASz1B,KAAK,uBAAuB2mB,OAAO,WAC7C,GAAI5gB,GAAItG,EAAEnH,MACV+Q,EAAItD,EAAEpB,KACF0E,KACAhJ,EAAMo1B,SAASz1B,KAAK,kBAAkB2E,IAAIoB,EAAE/F,KAAK,aAAawM,QAC9DnM,EAAMo1B,SAASz1B,KAAK,gBAAgB2E,IAAI0E,GACxCstB,OAGRr+B,KAAKm9B,SAASz1B,KAAK,sBAAsBS,MAAM,WACvCJ,EAAM4C,SAAS2pB,cACfjnB,EAAO8L,KACHuB,KAAMrN,EAAOtH,IAAI,MACjB4U,GAAItN,EAAOtH,IAAI,UAEnBgC,EAAMswB,QAEN0F,KAIR,IAAImB,GAAUn3B,EAAMo1B,SAASz1B,KAAK,uBAElC1H,MAAKm9B,SAASz1B,KAAK,gCAAgCy3B,MAC3C,SAASlyB,GACLA,EAAGW,iBACHsxB,EAAQhT,QAEZ,SAASjf,GACLA,EAAGW,iBACHsxB,EAAQv3B,SAIpBu3B,EAAQx3B,KAAK,MAAMy3B,MACX,SAASlyB,GACLA,EAAGW,iBACH7F,EAAMo1B,SAASz1B,KAAK,kBAAkB+I,IAAI,aAActJ,EAAEnH,MAAMgI,KAAK,gBAEzE,SAASiF,GACLA,EAAGW,iBACH7F,EAAMo1B,SAASz1B,KAAK,kBAAkB+I,IAAI,aAAepD,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAAStD,QAAU4K,EAAOtH,IAAI,eAAiB9C,EAAMgS,kBAAkBlN,EAAMrH,SAASqF,IAAI,YAE/LoC,MAAM,SAAS8E,GACbA,EAAGW,iBACC7F,EAAM4C,SAAS2pB,cACfjnB,EAAO8L,IAAI,QAAS/Y,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBtD,MAAO0E,EAAEnH,MAAMgI,KAAK,iBAClHk3B,EAAQv3B,OACRqO,MAAMC,KAAKoiB,QAEX0F,KAGR,IAAIuB,GAAiB,SAASnuB,GAC1B,GAAIpJ,EAAM4C,SAAS2pB,aAAc,CAC7B,GAAIiL,GAAkBlyB,EAAO2lB,IAAI,UAAY3lB,EAAOtH,IAAI,SAASnE,WAAc,EAC3E49B,EAAgBruB,EAAIouB,CACL,GAAhBC,EACCA,EAAgB,EAEXA,EAAgBz3B,EAAMjH,QAAQue,0BACnCmgB,EAAgBz3B,EAAMjH,QAAQue,yBAE9BmgB,IAAkBD,IAClBx3B,EAAMo1B,SAASz1B,KAAK,4BAA4BwM,KAAKsrB,GACrDnyB,EAAO8L,IAAI,QAAS/Y,EAAEq+B,OAAUpxB,EAAO2lB,IAAI,UAAY5yB,EAAEsc,MAAMrP,EAAOtH,IAAI,eAAoBnE,UAAW49B,KACzGxpB,MAAMC,KAAKoiB,YAIf0F,KAIR/9B,MAAKm9B,SAASz1B,KAAK,2BAA2BS,MAAM,WAEhD,MADAm3B,GAAe,KACR,IAEXt/B,KAAKm9B,SAASz1B,KAAK,yBAAyBS,MAAM,WAE9C,MADAm3B,GAAe,IACR,MAInBlR,OAAQ,WACJ,GAAIpuB,KAAKc,QAAQqc,aAAa,CAC1B,GAAI5H,GAAUvV,KAAK2vB,sBAAsB+D,YACzCzwB,GAAMoS,YAAYrV,KAAKc,QAASyU,EAASvV,KAAKg9B,aAAc,EAAGh9B,KAAKm9B,UAExEn9B,KAAKm9B,SAASjR,OACdlW,MAAMC,KAAKoiB,UAEhB9uB,QAIIm2B,IAKX1R,OAAO,uBAAuB,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUwQ,GAChH,YAEA,IAAI58B,GAAQosB,EAASF,WAKjB2Q,EAAc78B,EAAMiP,QAAQ2tB,EAuChC,OArCAz/B,GAAE0/B,EAAYt/B,WAAWmS,QACrBkhB,cAAe,WACX,GAAIkM,GAAc//B,KAAK2vB,sBAAsBiE,aACzCmM,KAAgB//B,KAAKggC,kBACjBhgC,KAAKyvB,QACLzvB,KAAKyvB,OAAOrnB,UAEhBpI,KAAKyvB,OAASzvB,KAAK2K,SAASs1B,WACpBjgC,KAAM,EAAI+/B,EACV98B,EAAMmR,mBAAqB2rB,EAC3B//B,KAAKkgC,WACLlgC,KAAKmgC,SACL,EACAngC,KAAKogC,UACLpgC,KAAKU,OAAOC,UAAUX,KAAKkU,OAEnClU,KAAKggC,gBAAkBD,IAG/BnR,SAAU,WACNiR,EAAWr/B,UAAUouB,SAASrc,MAAMvS,KAAMO,MAAMC,UAAUgS,MAAM9M,KAAKC,UAAW,IAC7E3F,KAAK2vB,uBAAyB3vB,KAAK2vB,sBAAsBgJ,kBACxDL,aAAat4B,KAAK2vB,sBAAsBgJ,iBACxC34B,KAAK2vB,sBAAsB+I,gBAGnChK,OAAQ,WACD1uB,KAAK2vB,uBAAyB3vB,KAAK2vB,sBAAsBgJ,iBACxDL,aAAat4B,KAAK2vB,sBAAsBgJ,iBAE5C34B,KAAKyvB,OAAOf,YAEjBnlB,QAKIu2B,IAKX9R,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACpH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB0C,EAAiB5uB,EAAMiP,QAAQmuB,EAoBnC,OAlBAjgC,GAAEyxB,EAAerxB,WAAWmS,QACxBF,MAAO,WACHzS,KAAK8D,KAAO,mBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAalgC,KAAKc,QAAQmG,WAAa,KAAO,KACnDjH,KAAKmgC,SAAWngC,KAAKc,QAAQmG,WAAa,IAAM,IAChDjH,KAAKogC,UAAY,OACjBpgC,KAAKkU,KAAO,QAEhBgb,QAAS,WACAlvB,KAAK2K,SAAS8oB,aACfzzB,KAAK2vB,sBAAsBsI,gBAGpC1uB,QAIIsoB,IAKX7D,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACtH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB2C,EAAmB7uB,EAAMiP,QAAQmuB,EAkCrC,OAhCAjgC,GAAE0xB,EAAiBtxB,WAAWmS,QAC1BF,MAAO,WACHzS,KAAK8D,KAAO,qBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAalgC,KAAKc,QAAQmG,WAAa,IAAM,EAClDjH,KAAKmgC,SAAWngC,KAAKc,QAAQmG,WAAa,GAAK,GAC/CjH,KAAKogC,UAAY,SACjBpgC,KAAKkU,KAAO,UAEhBgb,QAAS,WAIL,GAHAlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAK2K,SAASutB,4BAA4B,UACtCl4B,KAAK2K,SAAS2pB,aACd,GAAIt0B,KAAKc,QAAQ4c,qBAAsB,CACnC,GAAI4iB,GAAQr9B,EAAMgO,OAAO,SACzBjR,MAAK2K,SAAS41B,YAAYv3B,MACtB0Q,GAAI4mB,EACJE,MAAM,GAAIpvB,OAAOqvB,UAAYzgC,KAAKc,QAAQ4c,uBAE9C1d,KAAK2vB,sBAAsB3S,MAAM7D,IAAI,mBAAoBmnB,OAErDI,SAAQ1gC,KAAKU,OAAOC,UAAU,sCAAwC,IAAMX,KAAK2vB,sBAAsB3S,MAAMjX,IAAI,SAAW,OAC5H/F,KAAK8F,QAAQgW,WAAW9b,KAAK2vB,sBAAsB3S,UAKpEzT,QAIIuoB,IAKX9D,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACpH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB+C,EAAiBjvB,EAAMiP,QAAQmuB,EAuBnC,OArBAjgC,GAAE8xB,EAAe1xB,WAAWmS,QACxBF,MAAO,WACHzS,KAAK8D,KAAO,mBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAa,GAClBlgC,KAAKmgC,SAAW,GAChBngC,KAAKogC,UAAY,OACjBpgC,KAAKkU,KAAO,QAEhBgb,QAAS,WACLlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAK2K,SAASutB,4BAA4B,UACtCl4B,KAAK2K,SAAS2pB,cACdt0B,KAAK2K,SAASsL,KAAK0qB,cAAc3gC,KAAK2vB,sBAAsB3S,UAGrEzT,QAII2oB,IAKXlE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACpH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjBgD,EAAiBlvB,EAAMiP,QAAQmuB,EAuBnC,OArBAjgC,GAAE+xB,EAAe3xB,WAAWmS,QACxBF,MAAO,WACHzS,KAAK8D,KAAO,mBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAa,GAClBlgC,KAAKmgC,SAAW,IAChBngC,KAAKogC,UAAY,OACjBpgC,KAAKkU,KAAO,QAEhBgb,QAAS,WACLlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAK2K,SAASutB,4BAA4B,UACtCl4B,KAAK2K,SAAS2pB,cACdt0B,KAAK2vB,sBAAsB8I,eAAc,MAGlDlvB,QAII4oB,IAKXnE,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACtH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjBkD,EAAmBpvB,EAAMiP,QAAQmuB,EAsBrC,OApBAjgC,GAAEiyB,EAAiB7xB,WAAWmS,QAC1BF,MAAO,WACHzS,KAAK8D,KAAO,qBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAa,KAClBlgC,KAAKmgC,SAAW,IAChBngC,KAAKogC,UAAY,SACjBpgC,KAAKkU,KAAO,mBAEhBgb,QAAS,WACLlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EACxBzzB,KAAK2K,SAAS2pB,cACdt0B,KAAK2vB,sBAAsB3S,MAAM4jB,MAAM,uBAGhDr3B,QAII8oB,IAKXrE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACpH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB4C,EAAiB9uB,EAAMiP,QAAQmuB,EA2BnC,OAzBAjgC,GAAE2xB,EAAevxB,WAAWmS,QACxBF,MAAO,WACHzS,KAAK8D,KAAO,mBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAalgC,KAAKc,QAAQmG,WAAa,IAAM,GAClDjH,KAAKmgC,SAAWngC,KAAKc,QAAQmG,WAAa,IAAM,IAChDjH,KAAKogC,UAAY,OACjBpgC,KAAKkU,KAAO,wBAEhB+a,UAAW,SAASwK,EAAQC,GACxB,GAAI15B,KAAK2K,SAAS2pB,aAAc,CAC5B,GAAIuM,GAAO7gC,KAAK2K,SAASsD,SAASC,SAClC4yB,EAAS,GAAI9qB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,KAE9C1O,MAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAASutB,4BAA4B,UAC1Cl4B,KAAK2K,SAASo2B,YAAY/gC,KAAK2vB,sBAAuBmR,OAG/Dv3B,QAIIwoB,IAMX/D,OAAO,8BAA8B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACvH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB6C,EAAoB/uB,EAAMiP,QAAQmuB,EAsBtC,OApBAjgC,GAAE4xB,EAAkBxxB,WAAWmS,QAC3BF,MAAO,WACHzS,KAAK8D,KAAO,sBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAalgC,KAAKc,QAAQmG,WAAa,IAAM,IAClDjH,KAAKmgC,SAAWngC,KAAKc,QAAQmG,WAAa,IAAM,EAChDjH,KAAKogC,UAAY,UACjBpgC,KAAKkU,KAAO,WAEhBgb,QAAS,WACL,GAAImQ,GAAW,GAAKr/B,KAAK2vB,sBAAsB3S,MAAMjX,IAAI,SAAW,EACpE/F,MAAK2vB,sBAAsB3S,MAAM7D,IAAI,OAAQkmB,GAC7Cr/B,KAAK2vB,sBAAsBjB,SAC3B1uB,KAAK0uB,SACL1Y,MAAMC,KAAKoiB,UAEhB9uB,QAIIyoB,IAKXhE,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUgR,GACtH,YAEA,IAAIp9B,GAAQosB,EAASF,WAKjB8C,EAAmBhvB,EAAMiP,QAAQmuB,EAsBrC,OApBAjgC,GAAE6xB,EAAiBzxB,WAAWmS,QAC1BF,MAAO,WACHzS,KAAK8D,KAAO,qBACZ9D,KAAKggC,gBAAkB,EACvBhgC,KAAKkgC,WAAalgC,KAAKc,QAAQmG,WAAa,KAAO,KACnDjH,KAAKmgC,SAAWngC,KAAKc,QAAQmG,WAAa,KAAO,KACjDjH,KAAKogC,UAAY,SACjBpgC,KAAKkU,KAAO,UAEhBgb,QAAS,WACL,GAAImQ,GAAW,IAAMr/B,KAAK2vB,sBAAsB3S,MAAMjX,IAAI,SAAW,EACrE/F,MAAK2vB,sBAAsB3S,MAAM7D,IAAI,OAAQkmB,GAC7Cr/B,KAAK2vB,sBAAsBjB,SAC3B1uB,KAAK0uB,SACL1Y,MAAMC,KAAKoiB,UAEhB9uB,QAII0oB,IAKXjE,OAAO,2BAA2B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUwQ,GACpH,YAEA,IAAI58B,GAAQosB,EAASF,WAKjBiL,EAAiBn3B,EAAMiP,QAAQ2tB,EAgBnC,OAdAz/B,GAAEg6B,EAAe55B,WAAWmS,QACxBF,MAAO,WACHzS,KAAK8D,KAAO,mBACZ9D,KAAKyvB,OAASzvB,KAAK2K,SAASs1B,WAAWjgC,KAAMiD,EAAMoR,mBAAoBpR,EAAMqR,mBAAoB,KAAM,IAAK,EAAG,OAAQtU,KAAKU,OAAOC,UAAU,UAEjJuuB,QAAS,WACAlvB,KAAK2K,SAAS8oB,aACfzzB,KAAK2vB,sBAAsBsI,gBAGpC1uB,QAII6wB,IAKXpM,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUwQ,GACtH,YAEA,IAAI58B,GAAQosB,EAASF,WAKjBkL,EAAmBp3B,EAAMiP,QAAQ2tB,EA8BrC,OA5BAz/B,GAAEi6B,EAAiB75B,WAAWmS,QAC1BF,MAAO,WACHzS,KAAK8D,KAAO,qBACZ9D,KAAKyvB,OAASzvB,KAAK2K,SAASs1B,WAAWjgC,KAAMiD,EAAMoR,mBAAoBpR,EAAMqR,mBAAoB,IAAK,GAAI,EAAG,SAAUtU,KAAKU,OAAOC,UAAU,YAEjJuuB,QAAS,WAIL,GAHAlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EAC5BzzB,KAAK2K,SAASutB,4BAA4B,UACtCl4B,KAAK2K,SAAS2pB,aACd,GAAIt0B,KAAKc,QAAQ4c,qBAAsB,CACnC,GAAI4iB,GAAQr9B,EAAMgO,OAAO,SACzBjR,MAAK2K,SAAS41B,YAAYv3B,MACtB0Q,GAAI4mB,EACJE,MAAM,GAAIpvB,OAAOqvB,UAAYzgC,KAAKc,QAAQ4c,uBAE9C1d,KAAK2vB,sBAAsB3S,MAAM7D,IAAI,mBAAoBmnB,OAErDI,SAAQ1gC,KAAKU,OAAOC,UAAU,sCAAwC,IAAMX,KAAK2vB,sBAAsB3S,MAAMjX,IAAI,SAAW,OAC5H/F,KAAK8F,QAAQkW,WAAWhc,KAAK2vB,sBAAsB3S,UAKpEzT,QAII8wB,IAKXrM,OAAO,6BAA6B,SAAU,aAAc,WAAY,uBAAwB,SAAU7mB,EAAG/G,EAAGivB,EAAUwQ,GACtH,YAEA,IAAI58B,GAAQosB,EAASF,WAKjBmL,EAAmBr3B,EAAMiP,QAAQ2tB,EAkBrC,OAhBAz/B,GAAEk6B,EAAiB95B,WAAWmS,QAC1BF,MAAO,WACHzS,KAAK8D,KAAO,qBACZ9D,KAAKyvB,OAASzvB,KAAK2K,SAASs1B,WAAWjgC,KAAMiD,EAAMoR,mBAAoBpR,EAAMqR,mBAAoB,KAAM,IAAK,EAAG,SAAUtU,KAAKU,OAAOC,UAAU,qBAEnJuuB,QAAS,WACLlvB,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,EACxBzzB,KAAK2K,SAAS2pB,cACdt0B,KAAK2vB,sBAAsB3S,MAAM4jB,MAAM,uBAGhDr3B,QAII+wB,IAKXtM,OAAO,sBAAsB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GACvH,YAEA,IAAIrsB,GAAQosB,EAASF,WAKjB6R,EAAY/9B,EAAMiP,QAAQod,EAgB9B,OAdAlvB,GAAE4gC,EAAUxgC,WAAWmS,QACnBolB,WAAY,SAASC,GACjBh4B,KAAK2K,SAASuD,OAASlO,KAAK2K,SAASuD,OAAO6lB,SAASiE,EAAOH,OAAO73B,KAAK2K,SAAS8nB,QAAQ1B,OAAOkD,SAASj0B,KAAK2K,SAASomB,QACvH/wB,KAAK2K,SAASyjB,UAElBc,QAAS,SAAS8I,GACdh4B,KAAK2K,SAASivB,aAAe,KAC7B55B,KAAK2K,SAAS8oB,aAAc,KAEjClqB,QAKIy3B,IAKXhT,OAAO,kBAAkB,SAAU,aAAc,YAAa,WAAY,sBAAuB,SAAU7mB,EAAG/G,EAAG6gC,EAAW5R,EAAU2R,GAClI,YAEA,IAAI/9B,GAAQosB,EAASF,WAIjB5jB,EAAQ,SAAS/D,GACjBxH,KAAKU,OAAS8G,EACdxH,KAAKmH,EAAIA,EAAE,cACXnH,KAAKkhC,mBACLlhC,KAAKmH,EAAEe,KAAKV,EAAQ1G,QAAQoI,UAAU,wBAAwB1B,IAC9DxH,KAAKkQ,iBACLlQ,KAAKiO,SAAWjO,KAAKmH,EAAEO,KAAK,cAC5B1H,KAAK2xB,SAAW3xB,KAAKmH,EAAEO,KAAK,cACvBF,EAAQ1G,QAAQqc,aAGjBnd,KAAKm9B,SAAWn9B,KAAKmH,EAAEO,KAAK,cAF5B1H,KAAKm9B,SAAWh2B,EAAE,IAAMK,EAAQ1G,QAAQsc,cAI5Cpd,KAAKmhC,QAAUnhC,KAAKmH,EAAEO,KAAK,qBAC3BsO,MAAMorB,MAAMphC,KAAKiO,SAAS,IAC1BjO,KAAKqhC,YAAc,EACnBrhC,KAAKshC,YAAa,EAClBthC,KAAK45B,aAAe,KACpB55B,KAAKuhC,gBAAkB,KACvBvhC,KAAK65B,WAAa,GAAI7jB,OAAMwrB,MAC5BxhC,KAAKoxB,WAAa,GAAIpb,OAAMwrB,MAC5BxhC,KAAK+8B,cAAgB,GAAI/mB,OAAMwrB,MAC/BxhC,KAAKugC,eACLvgC,KAAKqnB,cAAe,EAEhB7f,EAAQ1G,QAAQkd,eAChBhe,KAAKyyB,SACGgP,iBAAkB,GAAIzrB,OAAMwrB,MAC5B3H,WAAY,GAAI7jB,OAAMwrB,MACtBpQ,WAAY,GAAIpb,OAAMwrB,MACtB3O,WAAY,GAAI7c,OAAM0hB,MACtBrzB,KAAM,GAAI2R,OAAMsf,KAAM9tB,EAAQ1G,QAAQmd,cAAezW,EAAQ1G,QAAQod,iBAG7Ele,KAAKyyB,QAAQgP,iBAAiBpQ,WAC9BrxB,KAAKyyB,QAAQiP,QAAU1rB,MAAMC,KAAK2lB,OAAO+F,YAAY5N,SAAS/zB,KAAKyyB,QAAQpuB,MAC3ErE,KAAKyyB,QAAQtC,UAAY,GAAIna,OAAMga,KAAKI,UAAUpwB,KAAKyyB,QAAQiP,QAAQ3N,UAAU,EAAE,IAAK/zB,KAAKyyB,QAAQpuB,KAAK0S,KAAK,EAAE,KACjH/W,KAAKyyB,QAAQtC,UAAUnZ,UAAYxP,EAAQ1G,QAAQsd,yBACnDpe,KAAKyyB,QAAQtC,UAAU2E,YAActtB,EAAQ1G,QAAQud,qBACrDre,KAAKyyB,QAAQtC,UAAUsB,YAAc,EACrCzxB,KAAKyyB,QAAQvkB,OAAS,GAAI8H,OAAMsd,MAAMtzB,KAAKyyB,QAAQpuB,KAAKwzB,OAAO,IAC/D73B,KAAKyyB,QAAQ1B,MAAQ,GAErB/wB,KAAKyyB,QAAQrB,WAAWC,WACxBrxB,KAAKyyB,QAAQmP,cAAgB,GAAI5rB,OAAMga,KAAKI,UAAUpwB,KAAKyyB,QAAQiP,QAAS1hC,KAAKyyB,QAAQpuB,MACzFrE,KAAKyyB,QAAQI,WAAWC,SAAS9yB,KAAKyyB,QAAQmP,eAC9C5hC,KAAKyyB,QAAQI,WAAW8E,SAAU,EAClC33B,KAAKyyB,QAAQG,UAAY,GAAI5c,OAAMga,KAAKI,UAAUpwB,KAAKyyB,QAAQiP,QAAS1hC,KAAKyyB,QAAQpuB,MACrFrE,KAAKyyB,QAAQI,WAAWC,SAAS9yB,KAAKyyB,QAAQG,WAC9C5yB,KAAKyyB,QAAQG,UAAU5b,UAAY,UACnChX,KAAKyyB,QAAQG,UAAUuB,QAAU,GACjCn0B,KAAKyyB,QAAQG,UAAUkC,YAAc,UACrC90B,KAAKyyB,QAAQG,UAAUnB,YAAc,EACrCzxB,KAAKyyB,QAAQG,UAAUD,iBAAmB,GAAIqO,GAAUhhC,KAAM,OAGlEA,KAAKs5B,mBAAqBl5B,EAAE,WACxB4V,MAAMC,KAAKoiB,SACZnQ,SAAS,KAAK3e,QAEjBvJ,KAAK6hC,WACL7hC,KAAK8hC,YAAa,CAElB,IAAI/5B,GAAQ/H,KACZ+hC,GAAe,EACfC,EAAiB,EACjBC,GAAW,EACXC,EAAY,EACZC,EAAY,EACZC,EAAW,CAEXpiC,MAAK+1B,eACL/1B,KAAKqiC,eAEJ,OAAQ,SAAU,OAAQ,OAAQ,OAAQ,UAAW,SAAU,UAAWrqB,QAAQ,SAASsqB,GACxF,GAAIxwB,GAAM,GAAIC,MACdD,GAAIE,IAAMxK,EAAQ1G,QAAQuC,WAAa,OAASi/B,EAAU,OAC1Dv6B,EAAMs6B,WAAWC,GAAWxwB,GAGhC,IAAIywB,GAAqBniC,EAAE8nB,SAAS,SAASuR,EAAQC,GACjD3xB,EAAM4G,YAAY8qB,EAAQC,IAC3Bz2B,EAAM6R,gBAET9U,MAAKiO,SAAS/C,IACV+jB,UAAW,SAASwK,GAChBA,EAAO7rB,iBACP7F,EAAMqH,YAAYqqB,GAAQ,IAE9B+I,UAAW,SAAS/I,GAChBA,EAAO7rB,iBACP20B,EAAmB9I,GAAQ,IAE/BvK,QAAS,SAASuK,GACdA,EAAO7rB,iBACP7F,EAAMsH,UAAUoqB,GAAQ,IAE5BgJ,WAAY,SAAShJ,EAAQzB,GACtBxwB,EAAQ1G,QAAQ2c,iBACfgc,EAAO7rB,iBACHm0B,GACAh6B,EAAM26B,SAASjJ,EAAQzB,KAInC2K,WAAY,SAASlJ,GACjBA,EAAO7rB,gBACP,IAAIg1B,GAAWnJ,EAAO3rB,cAAc+0B,QAAQ,EAEpCr7B,GAAQ1G,QAAQ0c,oBAChB,GAAIpM,MAASgxB,EAAWn/B,EAAM8R,kBAC5BlE,KAAKiyB,IAAIZ,EAAYU,EAASr0B,MAAO,GAAKsC,KAAKiyB,IAAIX,EAAYS,EAASn0B,MAAO,GAAKxL,EAAM+R,qBAEhGotB,EAAW,EACXr6B,EAAMg7B,cAAcH,KAEpBR,EAAW,GAAIhxB,MACf8wB,EAAYU,EAASr0B,MACrB4zB,EAAYS,EAASn0B,MACrBuzB,EAAiBj6B,EAAMkO,KAAK8a,MAC5BkR,GAAW,EACXl6B,EAAMqH,YAAYwzB,GAAU,KAGpCI,UAAW,SAASvJ,GAGhB,GAFAA,EAAO7rB,iBACPw0B,EAAW,EACiC,IAAxC3I,EAAO3rB,cAAc+0B,QAAQ3hC,OAC7B6G,EAAM4G,YAAY8qB,EAAO3rB,cAAc+0B,QAAQ,IAAI,OAChD,CAOH,GANKZ,IACDl6B,EAAMsH,UAAUoqB,EAAO3rB,cAAc+0B,QAAQ,IAAI,GACjD96B,EAAM6xB,aAAe,KACrB7xB,EAAM0rB,aAAc,EACpBwO,GAAW,GAEoB,cAA/BxI,EAAO3rB,cAAcijB,MACrB,MAEJ,IAAIkS,GAAYxJ,EAAO3rB,cAAcijB,MAAQiR,EAC7CkB,EAAcD,EAAYl7B,EAAMkO,KAAK8a,MACrCoS,EAAa,GAAIntB,OAAMsd,OACOvrB,EAAMkG,SAASG,QACfrG,EAAMkG,SAASK,WACZ2lB,SAAU,IAAQ,EAAIiP,IAAgBnsB,IAAIhP,EAAMkO,KAAK/H,OAAO+lB,SAAUiP,GACvGn7B,GAAMkO,KAAKmtB,SAASH,EAAWE,KAGvCE,SAAU,SAAS5J,GACfA,EAAO7rB,iBACP7F,EAAMsH,UAAUoqB,EAAO3rB,cAAcC,eAAe,IAAI,IAE5Du1B,SAAU,SAAS7J,GACfA,EAAO7rB,iBACHpG,EAAQ1G,QAAQ0c,oBAChBzV,EAAMg7B,cAActJ,IAG5BjtB,WAAY,SAASitB,GACjBA,EAAO7rB,iBAEP7F,EAAM6xB,aAAe,KACrB7xB,EAAM0rB,aAAc,GAExB8P,SAAU,SAAS9J,GACfA,EAAO7rB,kBAEX41B,UAAW,SAAS/J,GAChBA,EAAO7rB,iBACPm0B,GAAe,GAEnB0B,UAAW,SAAShK,GAChBA,EAAO7rB,iBACPm0B,GAAe,GAEnB2B,KAAM,SAASjK,GACXA,EAAO7rB,iBACPm0B,GAAe,CACf,IAAI9vB,KACJ7R,GAAEe,KAAKs4B,EAAO3rB,cAAcwB,aAAazL,MAAO,SAASwY,GACrD,IACIpK,EAAIoK,GAAKod,EAAO3rB,cAAcwB,aAAaivB,QAAQliB,GACrD,MAAM5O,MAEZ,IAAIyG,GAAOulB,EAAO3rB,cAAcwB,aAAaivB,QAAQ,OACrD,IAAoB,gBAATrqB,GACP,OAAOA,EAAK,IACZ,IAAK,IACL,IAAK,IACD,IACI,GAAItK,GAAOge,KAAK+b,MAAMzvB,EACtB9T,GAAEuS,OAAOV,EAAIrI,GAEjB,MAAM6D,GACGwE,EAAI,gBACLA,EAAI,cAAgBiC,GAG5B,KACJ,KAAK,IACIjC,EAAI,eACLA,EAAI,aAAeiC,EAEvB,MACJ,SACSjC,EAAI,gBACLA,EAAI,cAAgBiC,GAIhC,GAAI5Q,GAAMm2B,EAAO3rB,cAAcwB,aAAaivB,QAAQ,MAChDj7B,KAAQ2O,EAAI,mBACZA,EAAI,iBAAmB3O,GAE3ByE,EAAMkH,SAASgD,EAAKwnB,EAAO3rB,iBAInC,IAAI81B,GAAY,SAASC,EAAUC,GAC/B/7B,EAAMZ,EAAEO,KAAKm8B,GAAU17B,MAAM,SAAS47B,GAElC,MADAh8B,GAAM+7B,GAAOC,IACN,IAIZ/jC,MAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,GAAKlB,KAAKU,OAAOI,QAAQkG,WAClEhH,KAAKmH,EAAEO,KAAK,oBAAoBwkB,OAEpClsB,KAAKmH,EAAEO,KAAK,mBAAmB6E,WACvB,WAAaxE,EAAMZ,EAAEO,KAAK,gBAAgBW,cAElDrI,KAAKmH,EAAEO,KAAK,aAAa8E,WACjB,WAAazE,EAAMZ,EAAEO,KAAK,gBAAgBsF,YAElD42B,EAAU,wBAAyB,cACnCA,EAAU,qBAAsB,cAChCA,EAAU,qBAAsB,cAChCA,EAAU,kBAAmB,QAC7BA,EAAU,kBAAmB,QAC7BA,EAAU,oBAAqB,iBAC/B5jC,KAAKmH,EAAEO,KAAK,0BAETM,KAAK,OAAO,cAAgB/E,EAAMkS,kBAAkB3N,IACpDW,MAAM,WAMH,MALAJ,GAAMo5B,QACLjtB,KAAK1M,EAAQ7G,UAAU,uIACvBqjC,SACAjL,MAAM,KACNkL,WACM,IAEbjkC,KAAKmH,EAAEO,KAAK,qBAAqBw8B,UAAU,WACvC/8B,EAAEnH,MAAM0H,KAAK,sBAAsBwkB,SACpC3e,SAAS,WACRpG,EAAEnH,MAAM0H,KAAK,sBAAsBC,SAEvCi8B,EAAU,gBAAiB,YAE3B5tB,MAAMC,KAAKkuB,SAAW,SAAS1K,GAC3B,GAAI2K,GACAC,EAAW5K,EAAOrrB,MAClBk2B,EAAY7K,EAAOnrB,MAEnBvG,GAAM0qB,UACN1qB,EAAM0qB,QAAQiP,QAAU1rB,MAAMC,KAAK2lB,OAAO+F,YAAY5N,SAAShsB,EAAM0qB,QAAQpuB,MAC7E0D,EAAM0qB,QAAQtC,UAAUoF,UAAUxtB,EAAM0qB,QAAQiP,QAAQ3N,UAAU,EAAE,IAAKhsB,EAAM0qB,QAAQpuB,KAAK0S,KAAK,EAAE,KACnGhP,EAAM0qB,QAAQmP,cAAcrM,UAAUxtB,EAAM0qB,QAAQiP,QAAS35B,EAAM0qB,QAAQpuB,MAG/E,IAAIkgC,GAASD,GAAWA,EAAU7K,EAAO+K,MAAMl2B,QAC3Cm2B,EAASJ,GAAUA,EAAS5K,EAAO+K,MAAMp2B,MAErCg2B,GADQC,EAAZC,EACaC,EAEJE,EAGb18B,EAAMkO,KAAKyuB,WAAWD,EAAQF,EAAQH,GAEtCr8B,EAAMqmB,SAIV,IAAIuW,GAAYvkC,EAAE8nB,SAAS,WACvBngB,EAAMqmB,UACR,GAEFpuB,MAAK4kC,mBAAmB,OAAQ5kC,KAAKU,OAAOoF,QAAQC,IAAI,UACxD/F,KAAK4kC,mBAAmB,OAAQ5kC,KAAKU,OAAOoF,QAAQC,IAAI,UACxD/F,KAAKU,OAAOoF,QAAQoF,GAAG,eAAgB,WACnCnD,EAAMZ,EAAEO,KAAK,gBAAgB2E,IAAI7E,EAAQ1B,QAAQC,IAAI,YAGzD/F,KAAKmH,EAAEO,KAAK,gBAAgBwD,GAAG,oBAAqB,WAChD1D,EAAQ1B,QAAQqT,KAAKtY,MAASsG,EAAEnH,MAAMqM,SAG1C,IAAIw4B,GAAiBzkC,EAAE8nB,SAAS,WAC5BngB,EAAM6C,eACP,IA6EH,IA3EAi6B,IAGA7kC,KAAKU,OAAOoF,QAAQoF,GAAG,oBAAqB,WACxC,OAAQnD,EAAMrH,OAAOoF,QAAQC,IAAI,eAC7B,IAAK,GACDgC,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,WAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,UAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,QACzC,MACJ,KAAK,GACDG,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,SAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,UAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,UACzC,MACJ,KAAK,GACDG,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,SAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBuhB,YAAY,WAC5ClhB,EAAMZ,EAAEO,KAAK,mBAAmBE,SAAS,aAKrD5H,KAAKU,OAAOoF,QAAQoF,GAAG,uBAAwB,WAC3C,GAAInD,EAAMrH,OAAOoF,QAAQC,IAAI,iBACzB,CAAcgC,EAAMZ,EAAEO,KAAK,WAAWE,SAAS,OACnCugB,WAAW,WACnBpgB,EAAMZ,EAAEO,KAAK,WAAWC,KAAK,MAC9B,SAGHgQ,UAASmtB,QAAQjZ,QACjB8Y,MAIR3kC,KAAKU,OAAOoF,QAAQoF,GAAG,yBAA0B25B,GAEjD7kC,KAAKU,OAAOoF,QAAQoF,GAAG,yBAA0B,SAASuQ,GACnD1T,EAAMrH,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,EAC1C6G,EAAMZ,EAAEO,KAAK,oBAAoBwkB,OAGjCnkB,EAAMZ,EAAEO,KAAK,oBAAoBC,SAIzC3H,KAAKU,OAAOoF,QAAQoF,GAAG,YAAa,SAASuQ,GACzC1T,EAAMqwB,kBAAkB,OAAQ3c,GAC3B1T,EAAMrH,OAAOoF,QAAQC,IAAI,kBAC1B4+B,MAGR3kC,KAAKU,OAAOoF,QAAQoF,GAAG,YAAa,SAASyQ,GACzC5T,EAAMqwB,kBAAkB,OAAQzc,GAC3B5T,EAAMrH,OAAOoF,QAAQC,IAAI,kBAC1B4+B,MAGR3kC,KAAKU,OAAOoF,QAAQoF,GAAG,eAAgB,SAASmC,EAAQ2d,GACpD,GAAI+Z,GAAKh9B,EAAMZ,EAAEO,KAAK,eAClBq9B,GAAGh4B,GAAG,SACFg4B,EAAG14B,QAAU2e,GACb+Z,EAAG14B,IAAI2e,GAGX+Z,EAAG7wB,KAAK8W,KAKhBhrB,KAAKU,OAAOqJ,OAAOmB,GAAG,SAAU,SAAS85B,GACrCj9B,EAAMk9B,kBAAkBD,KAGxBx9B,EAAQ1G,QAAQwc,aAAc,CAC9B,GAAI4nB,GAC4C,gBAAjC19B,GAAQ1G,QAAQwc,aACnB9V,EAAQ1G,QAAQwc,aACN,GAEtB1U,QAAOuf,WACC,WACIpgB,EAAMo9B,WAEVD,GAUZ,GANI19B,EAAQ1G,QAAQyc,cAChBpW,EAAEyB,QAAQ9B,OAAO,WACbiB,EAAMq9B,cAIV59B,EAAQ1G,QAAQkF,gBAAkBwB,EAAQ1G,QAAQoF,oBAAqB,CACvE,GAAIm/B,GAAarlC,KAAKmH,EAAEO,KAAK,0CAC7B49B,EAAUtlC,KAAKmH,EAAEO,KAAK,iCAEtB29B,GAAWlG,MACH,SAASlyB,GACDlF,EAAMusB,eACNrnB,EAAGW,iBACH03B,EAAQpZ,SAGhB,SAASjf,GACLA,EAAGW,iBACH03B,EAAQ39B,SAIpB29B,EAAQ59B,KAAK,MAAM6E,WACX,SAASU,GACDlF,EAAMusB,eACNrnB,EAAGW,iBACH7F,EAAMZ,EAAEO,KAAK,yBAAyB+I,IAAI,aAActJ,EAAEnH,MAAMgI,KAAK,kBAMzF,GAAIR,EAAQ1G,QAAQ+F,kBAAmB,CAEnC,GAAI4I,GAAU,EAEdzP,MAAKmH,EAAEO,KAAK,yBAAyBwD,GAAG,2BAA4B,WAChE,GAAIq6B,GAAQp+B,EAAEnH,MACdqM,EAAMk5B,EAAMl5B,KACZ,IAAIA,IAAQoD,EAIZ,GADAA,EAAUpD,EACNA,EAAInL,OAAS,EACbsG,EAAQ1B,QAAQC,IAAI,SAAS5E,KAAK,SAASgQ,GACvCpJ,EAAM4tB,yBAAyBxkB,GAAG6d,oBAEnC,CACH,GAAIwW,GAAMviC,EAAMyM,sBAAsBrD,EACtC7E,GAAQ1B,QAAQC,IAAI,SAAS5E,KAAK,SAASgQ,GACnCq0B,EAAI3zB,KAAKV,EAAEpL,IAAI,WAAay/B,EAAI3zB,KAAKV,EAAEpL,IAAI,gBAC3CgC,EAAM4tB,yBAAyBxkB,GAAG6Y,UAAUwb,GAE5Cz9B,EAAM4tB,yBAAyBxkB,GAAG6d,mBAOtDhvB,KAAKouB,SAELxlB,OAAOC,YAAY,WACf,GAAI48B,IAAO,GAAIr0B,OAAOqvB,SACtB14B,GAAMw4B,YAAYvoB,QAAQ,SAASyY,GAC/B,GAAIgV,GAAQhV,EAAE+P,KAAM,CAChB,GAAIuE,GAAKv9B,EAAQ1B,QAAQC,IAAI,SAAS2/B,WAAWC,iBAAmBlV,EAAE/W,IAClEqrB,IACAj/B,QAAQgW,WAAWipB,GAEvBA,EAAKv9B,EAAQ1B,QAAQC,IAAI,SAAS2/B,WAAWC,iBAAmBlV,EAAE/W,KAC9DqrB,GACAj/B,QAAQkW,WAAW+oB,MAI/Bh9B,EAAMw4B,YAAcx4B,EAAMw4B,YAAY/jB,OAAO,SAASiU,GAClD,MAAOjpB,GAAQ1B,QAAQC,IAAI,SAAS2/B,WAAWC,iBAAmBlV,EAAE/W,MAAQlS,EAAQ1B,QAAQC,IAAI,SAAS2/B,WAAWC,iBAAmBlV,EAAE/W,QAE9I,KAEC1Z,KAAKyyB,SACL7pB,OAAOC,YAAY,WACfd,EAAM69B,kBACP,KA4yBX,OAvyBAxlC,GAAEmL,EAAM/K,WAAWmS,QACfwyB,QAAS,WACmB,mBAAdnlC,MAAKiW,MACXjW,KAAKiW,KAAOjW,KAAKo4B,kBAAkB,OAAQp4B,KAAKU,OAAOoF,QAAQC,IAAI,SAAS8/B,QAC5E7lC,KAAKiW,KAAKmtB,SAASntB,KAAKlQ,IAAI,cAAe,GAAIiQ,OAAMsd,MAAMrd,KAAKlQ,IAAI,aAGpE/F,KAAKiW,KAAKmvB,aAGlBnF,WAAY,SAAS6F,EAAOC,EAAMC,EAAOC,EAAaC,EAAWC,EAAUC,EAAUC,GACjF,GAAI/wB,GAAWtV,KAAKU,OAAOI,QACvBwlC,EAAaL,EAAcp1B,KAAK01B,GAAK,IACrCC,EAAWN,EAAYr1B,KAAK01B,GAAK,IACjC5a,EAAO3rB,KAAKqiC,WAAW+D,GACvBK,GAAa51B,KAAK61B,IAAIJ,GACtBK,EAAW91B,KAAK+1B,IAAIN,GACpBO,EAAYh2B,KAAK+1B,IAAIN,GAAcP,EAAOI,EAAWM,EACrDK,EAAYj2B,KAAK61B,IAAIJ,GAAcP,EAAOI,EAAWQ,EACrDI,EAAal2B,KAAK+1B,IAAIN,GAAcN,EAAQG,EAAWM,EACvDO,EAAan2B,KAAK61B,IAAIJ,GAAcN,EAAQG,EAAWQ,EACvDM,GAAWp2B,KAAK61B,IAAIF,GACpBU,EAASr2B,KAAK+1B,IAAIJ,GAClBW,EAAUt2B,KAAK+1B,IAAIJ,GAAYT,EAAOI,EAAWc,EACjDG,EAAUv2B,KAAK61B,IAAIF,GAAYT,EAAOI,EAAWe,EACjDG,EAAWx2B,KAAK+1B,IAAIJ,GAAYR,EAAQG,EAAWc,EACnDK,EAAWz2B,KAAK61B,IAAIF,GAAYR,EAAQG,EAAWe,EACnDK,GAAYxB,EAAOC,GAAS,EAC5BwB,GAAelB,EAAaE,GAAY,EACxCiB,EAAW52B,KAAK+1B,IAAIY,GAAeD,EACnCG,EAAW72B,KAAK61B,IAAIc,GAAeD,EACnCI,EAAa92B,KAAK+1B,IAAIY,GAAezB,EACrC6B,EAAc/2B,KAAK+1B,IAAIY,GAAexB,EACtC6B,EAAah3B,KAAK61B,IAAIc,GAAezB,EACrC+B,EAAcj3B,KAAK61B,IAAIc,GAAexB,EACtC+B,EAASl3B,KAAK+1B,IAAIY,IAAgBxB,EAAQ,GAC1CgC,EAASn3B,KAAK61B,IAAIc,IAAgBxB,EAAQ1wB,EAASoJ,yBAA2BpJ,EAASoJ,wBAA0B,CACrH1e,MAAK+8B,cAAc1L,UACnB,IAAI7b,GAAQ,GAAIQ,OAAMga,IACtBxa,GAAMuB,KAAK8vB,EAAWC,IACtBtxB,EAAMyyB,OAAON,EAAYE,IAAcV,EAASC,IAChD5xB,EAAM4hB,QAAQiQ,EAAWC,IACzB9xB,EAAMyyB,OAAOL,EAAaE,IAAef,EAAYC,IACrDxxB,EAAMwB,UAAY1B,EAASkJ,mBAC3BhJ,EAAM2e,QAAU,GAChB3e,EAAM0yB,QAAS,EACf1yB,EAAMmd,iBAAmBmT,CACzB,IAAIh2B,GAAQ,GAAIkG,OAAMmyB,UAAUJ,EAAOC,EACvCl4B,GAAMs4B,gBACEC,SAAU/yB,EAASoJ,wBACnB1H,UAAW1B,EAASmJ,qBAExBspB,EAAS,EACTj4B,EAAMw4B,eAAeC,cAAgB,OACrB,GAATR,EACPj4B,EAAMw4B,eAAeC,cAAgB,QAErCz4B,EAAMw4B,eAAeC,cAAgB,SAEzCz4B,EAAM2rB,SAAU,CAChB,IAAI+M,IAAW,EACXC,EAAW,GAAIzyB,OAAMsd,MAAM,KAAM,MACjCoV,EAAO,GAAI1yB,OAAM0hB,OAAOliB,EAAO1F,IAE/BkoB,EAAS0Q,EAAKluB,SACdmuB,EAAY,GAAI3yB,OAAMsd,OAAOmU,EAAUC,IACvCkB,EAAc,GAAI5yB,OAAMsd,MAAM,EAAE,EACpCxjB,GAAMyb,QAAU8a,EAEhBqC,EAAKxO,MAAQwO,EAAK9M,OAAO1lB,OACzBwyB,EAAKjN,SAAU,EACfiN,EAAKluB,SAAWiuB,CAChB,IAAIte,IACI+B,KAAM,WACFsc,GAAW,EACXE,EAAKluB,SAAWouB,EAAY7xB,IAAIihB,GAChC0Q,EAAKjN,SAAU,GAEnB1M,OAAQ,SAAS+R,GACb8H,EAAc9H,EACV0H,IACAE,EAAKluB,SAAWsmB,EAAO/pB,IAAIihB,KAGnCrwB,KAAM,WACF6gC,GAAW,EACXE,EAAKjN,SAAU,EACfiN,EAAKluB,SAAWiuB,GAEpB/Z,OAAQ,WACJlZ,EAAM2e,QAAU,GAChBrkB,EAAM2rB,SAAU,GAEpB7M,SAAU,WACNpZ,EAAM2e,QAAU,GAChBrkB,EAAM2rB,SAAU,GAEpBrzB,QAAS,WACLsgC,EAAK3sB,WAGbkZ,EAAY,WACZ,GAAIsC,GAAU,GAAIvhB,OAAMwhB,OAAO7L,EAC/B4L,GAAQ/c,SAAWmuB,EAAU5xB,IAAI2xB,EAAKluB,UAAUuZ,SAASiE,GACzDT,EAAQE,QAAS,EACjBiR,EAAK5V,SAASyE,GAQlB,OANI5L,GAAKvd,MACL6mB,IAEA9tB,EAAEwkB,GAAMzgB,GAAG,OAAO+pB,GAGf9K,GAEX4P,aAAc,SAAS8O,GACnB,GAAIC,GAAU1oC,EAAEJ,KAAK6hC,SAASn6B,KAAK,SAASohC,GACxC,MACUA,GAAQpuB,OAASmuB,EAAUjT,qBAAuBkT,EAAQnuB,KAAOkuB,EAAUhT,mBAC3EiT,EAAQpuB,OAASmuB,EAAUhT,mBAAqBiT,EAAQnuB,KAAOkuB,EAAUjT,qBAiBvF,OAduB,mBAAZkT,GACPA,EAAQpwB,MAAM1P,KAAK6/B,IAEnBC,GACQpuB,KAAMmuB,EAAUjT,oBAChBjb,GAAIkuB,EAAUhT,kBACdnd,OAASmwB,GACT3N,YAAa,SAAS6N,GAClB,GAAIC,GAAQD,EAAInT,sBAAwB51B,KAAK0a,KAAQ,EAAI,EACzD,OAAOsuB,IAAS5oC,EAAEJ,KAAK0Y,OAAOwgB,QAAQ6P,IAAQ/oC,KAAK0Y,MAAMxX,OAAS,GAAK,KAGnFlB,KAAK6hC,QAAQ74B,KAAK8/B,IAEfA,GAEXxU,WAAY,WACR,MAAQt0B,MAAKU,OAAOI,QAAQ+E,cAAgB7F,KAAKU,OAAOoJ,WAE5DoG,eAAgB,WACZ,GAAI+4B,GAAUjpC,KAAKmH,EAAEO,KAAK,mBAC1BwhC,EAAMD,EAAQvhC,KAAK,8BACf1H,MAAKU,OAAOoJ,WACZm/B,EAAQhgB,YAAY,2BAA2BrhB,SAAS,oBACxDshC,EAAIh1B,KAAKlU,KAAKU,OAAOC,UAAU,qBAE3BX,KAAKU,OAAOI,QAAQuc,aACpB4rB,EAAQhgB,YAAY,mCACpBigB,EAAIh1B,KAAKlU,KAAKU,OAAOC,UAAU,mBAE/BsoC,EAAQhgB,YAAY,6BAA6BrhB,SAAS,kBAC1DshC,EAAIh1B,KAAKlU,KAAKU,OAAOC,UAAU,uBAGvCX,KAAK4K,eAETu+B,gBAAiB,WACb,GAAIzH,GAAU1hC,KAAKm1B,gBAAgBn1B,KAAKw5B,cAAc,GAAIxjB,OAAMsd,OAAO,EAAE,MACrE8V,EAAcppC,KAAKm1B,gBAAgBn1B,KAAKw5B,cAAcxjB,MAAMC,KAAK2lB,OAAO+F,aAC5E3hC,MAAKyyB,QAAQG,UAAU2C,UAAUmM,EAAS0H,IAE9CxD,eAAgB,WACZ,GAAIptB,GAAQxY,KAAKU,OAAOoF,QAAQC,IAAI,QACpC,IAAIyS,EAAMtX,OAAS,EAAG,CAClB,GAAImoC,GAAM7wB,EAAMpN,IAAI,SAASqQ,GAAS,MAAOA,GAAM1V,IAAI,YAAYgQ,IAC/DuzB,EAAM9wB,EAAMpN,IAAI,SAASqQ,GAAS,MAAOA,GAAM1V,IAAI,YAAYwQ,IAC/DgzB,EAAQ14B,KAAK8F,IAAIpE,MAAM1B,KAAMw4B,GAC7BG,EAAQ34B,KAAK8F,IAAIpE,MAAM1B,KAAMy4B,GAC7BG,EAAQ54B,KAAK4F,IAAIlE,MAAM1B,KAAMw4B,GAC7BK,EAAQ74B,KAAK4F,IAAIlE,MAAM1B,KAAMy4B,GAC7BK,EAAS94B,KAAK8F,IACQ,GAAlB3W,KAAKiW,KAAK8a,MAAc/wB,KAAKU,OAAOI,QAAQmd,cAAgBjI,MAAMC,KAAK2lB,OAAOxtB,MAC5D,GAAlBpO,KAAKiW,KAAK8a,MAAc/wB,KAAKU,OAAOI,QAAQod,eAAiBlI,MAAMC,KAAK2lB,OAAOttB,QAC7EtO,KAAKU,OAAOI,QAAQmd,cAAgB,EAAIje,KAAKU,OAAOI,QAAQqd,kBAAqBsrB,EAAQF,IACzFvpC,KAAKU,OAAOI,QAAQod,eAAiB,EAAIle,KAAKU,OAAOI,QAAQqd,kBAAqBurB,EAAQF,GAEpGxpC,MAAKyyB,QAAQvkB,OAASlO,KAAKyyB,QAAQpuB,KAAKwzB,OAAO,GAAG9D,SAAS,GAAI/d,OAAMsd,QAAQmW,EAAQF,GAAS,GAAIG,EAAQF,GAAS,IAAIvV,SAAS0V,IAChI3pC,KAAKyyB,QAAQ1B,MAAQ4Y,EAEJ,IAAjBnxB,EAAMtX,SACNlB,KAAKyyB,QAAQ1B,MAAQ,GACrB/wB,KAAKyyB,QAAQvkB,OAASlO,KAAKyyB,QAAQpuB,KAAKwzB,OAAO,GAAG9D,SAAS,GAAI/d,OAAMsd,OAAO9a,EAAMoxB,GAAG,GAAG7jC,IAAI,YAAYgQ,EAAGyC,EAAMoxB,GAAG,GAAG7jC,IAAI,YAAYwQ,IAAI0d,SAASj0B,KAAKyyB,QAAQ1B,SAErK/wB,KAAKouB,UAETuF,cAAe,SAASmN,GACpB,MAAOA,GAAO7M,SAASj0B,KAAKiW,KAAK8a,OAAOha,IAAI/W,KAAKiW,KAAK/H,SAE1DinB,gBAAiB,SAAS2L,GACtB,MAAOA,GAAO7M,SAASj0B,KAAKyyB,QAAQ1B,OAAOha,IAAI/W,KAAKyyB,QAAQvkB,QAAQ6I,IAAI/W,KAAKyyB,QAAQiP,UAEzFlI,cAAe,SAASsH,GACpB,MAAOA,GAAO/M,SAAS/zB,KAAKiW,KAAK/H,QAAQ2pB,OAAO73B,KAAKiW,KAAK8a,QAE9DqH,kBAAmB,SAASyR,EAAOx8B,GAC/B,GAAIy8B,GAAeza,EAASD,cAAcya,GACtC/D,EAAQ,GAAIgE,GAAa9pC,KAAMqN,EAEnC,OADArN,MAAKkhC,gBAAgBl4B,KAAK88B,GACnBA,GAEXlB,mBAAoB,SAASiF,EAAOE,GAChC,GAAIhiC,GAAQ/H,IACZ+pC,GAAY/xB,QAAQ,SAAS3K,GACzBtF,EAAMqwB,kBAAkByR,EAAOx8B,MAGvC28B,aAAc5pC,EAAEiJ,SACR,4GAERuB,YAAa,WACT,GAAK5K,KAAKU,OAAOI,QAAQkF,eAAzB,CAGA,GAAIikC,MAAcpgC,QAAQ7J,KAAKU,OAAOoF,QAAQkF,uBAAyBk/B,YAAelqC,KAAKU,OAAOoF,QAAQC,IAAI,cAAgBmkC,YAC9HC,EAAY,GACZC,EAAapqC,KAAKmH,EAAEO,KAAK,aACzB2iC,EAAQD,EAAW1iC,KAAK,wBACxB4iC,EAAWF,EAAW1iC,KAAK,2BAC3B6iC,EAAeH,EAAW1iC,KAAK,yBAC/BK,EAAQ/H,IACRqqC,GAAMr8B,IAAI,SAASkG,KAAKlU,KAAKU,OAAOC,UAAU,mBAC9C2pC,EAASt8B,IAAI,oBACbi8B,EAASjyB,QAAQ,SAASsD,GAClBA,EAAMvV,IAAI,SAAWgC,EAAMrH,OAAOgK,cAClC2/B,EAAMn2B,KAAKoH,EAAMvV,IAAI,UACrBwkC,EAAa95B,IAAI,aAAc6K,EAAMvV,IAAI,UACrCgC,EAAMusB,eAEFvsB,EAAMrH,OAAOI,QAAQid,oBACrBssB,EAAMliC,MAAM,WACR,GAAIo9B,GAAQp+B,EAAEnH,MACdwqC,EAASrjC,EAAE,WAAWkF,IAAIiP,EAAMvV,IAAI,UAAUo4B,KAAK,WAC/C7iB,EAAMnC,IAAI,QAAShS,EAAEnH,MAAMqM,OAC3BtE,EAAM6C,cACN7C,EAAMqmB,UAEVmX,GAAMkF,QAAQviC,KAAKsiC,GACnBA,EAAO9b,WAIX3mB,EAAMrH,OAAOI,QAAQoF,qBACrBokC,EAASniC,MACD,SAAS8E,GACLA,EAAGW,iBACC7F,EAAMusB,cACNhZ,EAAMnC,IAAI,QAAShS,EAAEnH,MAAMgI,KAAK,eAEpCb,EAAEnH,MAAM0qC,SAAS/iC,SAE3B6E,WAAW,WACT+9B,EAAa95B,IAAI,aAAc6K,EAAMvV,IAAI,cAMrDokC,GAAapiC,EAAMiiC,cACflpB,KAAMxF,EAAMvV,IAAI,SAChB4kC,WAAYrvB,EAAMvV,IAAI,aAIlCqkC,EAAW1iC,KAAK,gBAAgBQ,KAAKiiC,KAEzC5b,qBAAsB,SAASqc,GAC3BA,EAAgBxiC,UAChBpI,KAAKkhC,gBAAkB9gC,EAAE87B,OAAOl8B,KAAKkhC,gBACjC,SAAS4E,GACL,MAAOA,KAAU8E,KAI7BjV,yBAA0B,SAAStoB,GAC/B,MAAKA,GAGEjN,EAAEsH,KAAK1H,KAAKkhC,gBAAiB,SAAS4E,GACzC,MAAOA,GAAM9oB,QAAU3P,IAHhBurB,QAMfV,4BAA6B,SAAS2R,GAClC,GAAIgB,GAAmBzqC,EAAEoc,OAAOxc,KAAKkhC,gBAAgB,SAAS4E,GAC1D,MAAOA,GAAMhiC,OAAS+lC,IAEtB9hC,EAAQ/H,IACZI,GAAEe,KAAK0pC,EAAkB,SAAS/E,GAC9B/9B,EAAMwmB,qBAAqBuX,MAGnCx4B,eAAgB,SAASD,GACrB,GAAIy4B,GAAQ9lC,KAAK21B,yBAAyBtoB,EACtCy4B,IACAA,EAAM9b,aAGdxc,eAAgB,SAASH,GACrBjN,EAAEe,KAAKnB,KAAKkhC,gBAAiB,SAAS4E,GAClCA,EAAM9W,iBAGd2K,YAAa,SAAStsB,GAClBjN,EAAEe,KAAKnB,KAAKkhC,gBAAiB,SAAS4E,GAClCA,EAAMlX;IAGdR,OAAQ,WAECpuB,KAAKqnB,eAGVjnB,EAAEe,KAAKnB,KAAKkhC,gBAAiB,SAAS0J,GAClCA,EAAgBxc,QAASoH,iBAAgB,MAEzCx1B,KAAKyyB,SAAgC,mBAAdzyB,MAAKiW,MAC5BjW,KAAKmpC,kBAETnzB,MAAMC,KAAKoiB,SAEf0I,YAAa,SAAS+J,EAAOhK,GACzB,GAAIiK,GAAW/qC,KAAKo4B,kBAAkB,WAAW,KACjD2S,GAASzO,QAAUwE,EACnBiK,EAASnV,oBAAsBkV,EAC/BC,EAAS3c,SACTpuB,KAAK45B,aAAemR,GAExBrO,WAAY,SAASF,GACjB,GAAIA,GAA0D,mBAArCA,GAAWtkB,KAAKya,iBAAkC,CACvE,GAAIjD,GAAa8M,EAAWtkB,KAAKya,gBAC7B3yB,MAAKuhC,kBAAoB/E,EAAWtkB,KAAKya,mBACrC3yB,KAAKuhC,iBACLvhC,KAAKuhC,gBAAgB3S,SAASc,GAElCA,EAAWhB,OAAO1uB,KAAKuhC,iBACvBvhC,KAAKuhC,gBAAkB7R,OAGvB1vB,MAAKuhC,iBACLvhC,KAAKuhC,gBAAgB3S,WAEzB5uB,KAAKuhC,gBAAkB,MAG/B5yB,YAAa,SAAS8qB,GAClB,GAAIoH,GAAO7gC,KAAKiO,SAASC,SACzB4yB,EAAS,GAAI9qB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,MAEpBspB,EAAS8I,EAAO/M,SAAS/zB,KAAKgrC,WACxDhrC,MAAKgrC,WAAalK,GACb9gC,KAAKyzB,aAAezzB,KAAKshC,YAActJ,EAAO92B,OAAS+B,EAAMkR,qBAC9DnU,KAAKyzB,aAAc,EAEvB,IAAI+I,GAAaxmB,MAAMlQ,QAAQ22B,QAAQqE,EACnC9gC,MAAKyzB,YACDzzB,KAAK45B,cAAwD,kBAAjC55B,MAAK45B,aAAa7B,WAC9C/3B,KAAK45B,aAAa7B,WAAWC,GAE7Bh4B,KAAKiW,KAAK8hB,WAAWC,GAGzBh4B,KAAK08B,WAAWF,GAEpBxmB,MAAMC,KAAKoiB,QAEfjpB,YAAa,SAASqqB,EAAQC,GAC1B,GAAImH,GAAO7gC,KAAKiO,SAASC,SACzB4yB,EAAS,GAAI9qB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,KAI9C,IAFA1O,KAAKgrC,WAAalK,EAClB9gC,KAAKshC,YAAa,GACbthC,KAAK45B,cAA2C,cAA3B55B,KAAK45B,aAAa91B,KAAsB,CAC9D9D,KAAKk4B,4BAA4B,UACjCl4B,KAAKyzB,aAAc,CACnB,IAAI+I,GAAaxmB,MAAMlQ,QAAQ22B,QAAQqE,EACvC,IAAItE,GAA0D,mBAArCA,GAAWtkB,KAAKya,iBACrC3yB,KAAK45B,aAAe4C,EAAWtkB,KAAKya,iBACpC3yB,KAAK45B,aAAa3K,UAAUwK,EAAQC,OAGpC,IADA15B,KAAK45B,aAAe,KAChB55B,KAAKs0B,cAAgBt0B,KAAK8hC,aAAe7+B,EAAMsR,mBAAoB,CACnE,GAAIgB,GAAUvV,KAAKw5B,cAAcsH,GACjCvZ,GACI7N,GAAIzW,EAAMgO,OAAO,QACjBsJ,WAAYva,KAAKU,OAAOgK,aACxB8P,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGfkF,EAAQzb,KAAKU,OAAOoF,QAAQ0V,QAAQ+L,EACxCvnB,MAAK21B,yBAAyBla,GAAOwc,cAI7Cj4B,KAAK8hC,aACD9hC,KAAKs0B,cAAgBt0B,KAAK8hC,aAAe7+B,EAAMuR,sBAAwBxU,KAAK45B,cAA2C,SAA3B55B,KAAK45B,aAAa91B,MAC9G9D,KAAKk4B,4BAA4B,UACjCl4B,KAAK+gC,YAAY/gC,KAAK45B,aAAckH,GACpC9gC,KAAK8hC,WAAa7+B,EAAMwR,mBACxBzU,KAAKmhC,QAAQ8C,QAAQ,WACjB98B,EAAEnH,MAAMkI,KAAKlI,KAAKU,OAAOC,UAAU,gDAAgDqjC,aAGvFhkC,KAAKmhC,QAAQx5B,OACb3H,KAAK8hC,YAAa,IAG1B9rB,MAAMC,KAAKoiB,QAEfhpB,UAAW,SAASoqB,EAAQC,GAExB,GADA15B,KAAKshC,YAAa,EACdthC,KAAK45B,aAAc,CACnB,GAAIiH,GAAO7gC,KAAKiO,SAASC,QACzBlO,MAAK45B,aAAa1K,SAENpY,MAAO,GAAId,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,OAGhDgrB,OAGR15B,MAAK45B,aAAe,KACpB55B,KAAKyzB,aAAc,EACfiG,GACA15B,KAAK25B,cAET35B,KAAKiW,KAAKg1B,WAEdj1B,OAAMC,KAAKoiB,QAEfqK,SAAU,SAASjJ,EAAQyR,GAEvB,GADAlrC,KAAKqhC,aAAe6J,EAChBr6B,KAAKwZ,IAAIrqB,KAAKqhC,cAAgB,EAAG,CACjC,GAAIR,GAAO7gC,KAAKiO,SAASC,SACzB8pB,EAAS,GAAIhiB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,MACjBqlB,SAAS/zB,KAAKiW,KAAK/H,QAAQ+lB,SAAUpjB,KAAK6f,MAAQ,EAC3E1wB,MAAKqhC,YAAc,EACnBrhC,KAAKiW,KAAKmtB,SAAUpjC,KAAKiW,KAAK8a,MAAQlgB,KAAK6f,MAAO1wB,KAAKiW,KAAK/H,OAAO6lB,SAASiE,IAE5Eh4B,KAAKiW,KAAKmtB,SAAUpjC,KAAKiW,KAAK8a,MAAQlgB,KAAKs6B,QAASnrC,KAAKiW,KAAK/H,OAAO6I,IAAIihB,EAAOH,OAAOhnB,KAAK6f,SAEhG1wB,KAAKqhC,YAAc,IAG3B0B,cAAe,SAAStJ,GACpB,GAAIoH,GAAO7gC,KAAKiO,SAASC,SACzB4yB,EAAS,GAAI9qB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,MAE1C8tB,EAAaxmB,MAAMlQ,QAAQ22B,QAAQqE,EAEvC,KAAK9gC,KAAKs0B,aAMN,YALIkI,GAA0D,mBAArCA,GAAWtkB,KAAKya,kBACjC6J,EAAWtkB,KAAKya,iBAAiB3V,MAAMjX,IAAI,QAC3C6C,OAAOwiC,KAAK5O,EAAWtkB,KAAKya,iBAAiB3V,MAAMjX,IAAI,OAAQ,UAK3E,IAAI/F,KAAKs0B,gBAAkBkI,GAA0D,mBAArCA,GAAWtkB,KAAKya,kBAAmC,CAC/F,GAAIpd,GAAUvV,KAAKw5B,cAAcsH,GACjCvZ,GACI7N,GAAIzW,EAAMgO,OAAO,QACjBsJ,WAAYva,KAAKU,OAAOgK,aACxB8P,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGnBkF,EAAQzb,KAAKU,OAAOoF,QAAQ0V,QAAQ+L,EACpCvnB,MAAK21B,yBAAyBla,GAAOwc,aAEzCjiB,MAAMC,KAAKoiB,QAEfgT,mBAAoB,SAAS9jB,GACzB,GAAI+jB,MACAvd,EAAU,EACd,QAAOxG,EAAM,6BACT,IAAK,UACDwG,EAAU5mB,EAAE,SAASe,KAAKqf,EAAM,4BAChC,IAAIgkB,GAAWxd,EAAQrmB,KAAK,SAC5B4jC,GAAQzqC,MAAQb,KAAKU,OAAOC,UAAU,aAAe4qC,EAASvjC,KAAK,aACnEsjC,EAAQtqC,IAAM,sBAAwBuqC,EAASvjC,KAAK,oBAAsB,WAAaujC,EAASvjC,KAAK,iBACrGsjC,EAAQnoC,MAAQooC,EAAS7jC,KAAK,WAAWM,KAAK,OAC9CsjC,EAAQloC,YAAcmoC,EAAS7jC,KAAK,wBAAwBwM,MAC5D,MACJ,KAAK,SACD6Z,EAAU5mB,EAAE,SAASe,KAAKqf,EAAM,6BAChC+jB,EAAQzqC,MAAQktB,EAAQrmB,KAAK,YAAYwM,OAAOqZ,OAChD+d,EAAQtqC,IAAM+sB,EAAQrmB,KAAK,QAAQM,KAAK,QACxCsjC,EAAQloC,YAAc2qB,EAAQrmB,KAAK,aAAawM,OAAOqZ,MACvD,MACJ,SACQhG,EAAM,2BACN+jB,EAAQtqC,IAAMumB,EAAM,0BAMhC,IAHIA,EAAM,eAAiBA,EAAM,+BAC7B+jB,EAAQloC,aAAemkB,EAAM,eAAiBA,EAAM,6BAA6B5W,QAAQ,YAAY,KAAK4c,QAE1GhG,EAAM,cAAgBA,EAAM,4BAA6B,CACzDwG,EAAU5mB,EAAE,SAASe,KAAKqf,EAAM,cAAgBA,EAAM,4BACtD,IAAIikB,GAAWzd,EAAQrmB,KAAK,QACxB8jC,GAAStqC,SACToqC,EAAQnoC,MAAQqoC,EAASxjC,KAAK,cAElC,IAAIyjC,GAAY1d,EAAQrmB,KAAK,OACzB+jC,GAAUvqC,SACVoqC,EAAQtV,SAAWyV,EAAUzjC,KAAK,KAEtC,IAAI0jC,GAAQ3d,EAAQrmB,KAAK,MACrBgkC,GAAMxqC,SACNoqC,EAAQnoC,MAAQuoC,EAAM,GAAG15B,IAE7B,IAAI25B,GAAM5d,EAAQrmB,KAAK,IACnBikC,GAAIzqC,SACJoqC,EAAQtqC,IAAM2qC,EAAI,GAAG1jC,MAEzBqjC,EAAQzqC,MAAQktB,EAAQrmB,KAAK,WAAWM,KAAK,UAAYsjC,EAAQzqC,MACjEyqC,EAAQloC,YAAc2qB,EAAQ7Z,OAAOvD,QAAQ,YAAY,KAAK4c,OAE9DhG,EAAM,mBACN+jB,EAAQtqC,IAAMumB,EAAM,kBAEpBA,EAAM,oBAAsB+jB,EAAQzqC,QACpCyqC,EAAQzqC,OAAS0mB,EAAM,kBAAkBnX,MAAM,MAAM,IAAM,IAAImd,OAC3D+d,EAAQzqC,QAAUyqC,EAAQtqC,MAC1BsqC,EAAQzqC,OAAQ,IAGpB0mB,EAAM,6BAA+B+jB,EAAQzqC,QAC7CyqC,EAAQzqC,MAAQ0mB,EAAM,6BAEtBA,EAAM,cAAgBA,EAAM,+BAC5BwG,EAAU5mB,EAAE,SAASe,KAAKqf,EAAM,cAAgBA,EAAM,6BACtD+jB,EAAQnoC,MAAQ4qB,EAAQrmB,KAAK,gBAAgBM,KAAK,eAAiBsjC,EAAQnoC,MAC3EmoC,EAAQtqC,IAAM+sB,EAAQrmB,KAAK,cAAcM,KAAK,aAAesjC,EAAQtqC,IACrEsqC,EAAQzqC,MAAQktB,EAAQrmB,KAAK,gBAAgBM,KAAK,eAAiBsjC,EAAQzqC,MAC3EyqC,EAAQloC,YAAc2qB,EAAQrmB,KAAK,sBAAsBM,KAAK,qBAAuBsjC,EAAQloC,YAC7FkoC,EAAQtV,SAAWjI,EAAQrmB,KAAK,oBAAoBM,KAAK,mBAAqBsjC,EAAQtV,UAGrFsV,EAAQzqC,QACTyqC,EAAQzqC,MAAQb,KAAKU,OAAOC,UAAU,oBAG1C,KAAK,GADDirC,IAAU,QAAS,cAAe,MAAO,SACpCt7B,EAAI,EAAGA,EAAIs7B,EAAO1qC,OAAQoP,IAAK,CACpC,GAAI5G,GAAIkiC,EAAOt7B,IACXiX,EAAM,cAAgB7d,IAAM6d,EAAM7d,MAClC4hC,EAAQ5hC,GAAK6d,EAAM,cAAgB7d,IAAM6d,EAAM7d,KAEhC,SAAf4hC,EAAQ5hC,IAAgC,SAAf4hC,EAAQ5hC,MACjC4hC,EAAQ5hC,GAAKkvB,QAQrB,MAJgD,kBAAtC54B,MAAKU,OAAOI,QAAQ+qC,gBAC1BP,EAAUtrC,KAAKU,OAAOI,QAAQ+qC,cAAcP,EAAS/jB,IAGlD+jB,GAGXr8B,SAAU,SAASsY,EAAOkS,GACtB,GAAKz5B,KAAKs0B,aAAV,CAGA,GAAI/M,EAAM,cAAgBA,EAAM,oBAC5B,IACI,GAAIukB,GAAWlkB,KAAK+b,MAAMpc,EAAM,cAAgBA,EAAM,oBACtDnnB,GAAEuS,OAAO4U,EAAMukB,GAEnB,MAAMr+B,IAGV,GAAI69B,GAAuD,mBAArCtrC,MAAKU,OAAOI,QAAQirC,aAA8B/rC,KAAKqrC,mBAAmB9jB,GAAOvnB,KAAKU,OAAOI,QAAQirC,aAAaxkB,GAEpIsZ,EAAO7gC,KAAKiO,SAASC,SACzB4yB,EAAS,GAAI9qB,OAAMsd,OACOmG,EAAOlrB,MAAQsyB,EAAKryB,KACpBirB,EAAOhrB,MAAQoyB,EAAKnyB,MAEpB6G,EAAUvV,KAAKw5B,cAAcsH,GAC7BkL,GACtBtyB,GAAIzW,EAAMgO,OAAO,QACjBsJ,WAAYva,KAAKU,OAAOgK,aACxB1J,IAAKsqC,EAAQtqC,KAAO,GACpBH,MAAOyqC,EAAQzqC,OAAS,GACxBuC,YAAakoC,EAAQloC,aAAe,GACpCD,MAAOmoC,EAAQnoC,OAAS,GACxBV,MAAO6oC,EAAQ7oC,OAASm2B,OACxBh0B,UAAW0mC,EAAQtV,UAAY4C,OAC/Bpe,UACIzE,EAAGR,EAAQQ,EACXQ,EAAGhB,EAAQgB,IAGfkF,EAAQzb,KAAKU,OAAOoF,QAAQ0V,QAAQwwB,GACxClG,EAAQ9lC,KAAK21B,yBAAyBla,EAClB,UAAhBge,EAAO31B,MACPgiC,EAAM7N,eAGdgU,WAAY,WACR,GAII37B,GAJA47B,EAAUr9B,SAASo9B,YAAcp9B,SAASs9B,eAAiBt9B,SAASu9B,mBACpElgC,EAAMlM,KAAKU,OAAOyG,EAAE,GACpBklC,GAAmB,oBAAoB,uBAAuB,2BAC9DC,GAAkB,mBAAmB,sBAAsB,yBAE/D,IAAIJ,EAAS,CACT,IAAK57B,EAAI,EAAGA,EAAIg8B,EAAeprC,OAAQoP,IACnC,GAA2C,kBAAhCzB,UAASy9B,EAAeh8B,IAAoB,CACnDzB,SAASy9B,EAAeh8B,KACxB,OAGR,GAAIi8B,GAAWvsC,KAAKmH,EAAEiH,QAClBo+B,EAAYxsC,KAAKmH,EAAEmH,QAEnBtO,MAAKU,OAAOI,QAAQ8E,eACpB4mC,GAAaxsC,KAAKmH,EAAEO,KAAK,cAAc4G,UAEvCtO,KAAKU,OAAOI,QAAQyC,WAAcvD,KAAKU,OAAOyG,EAAEO,KAAK,YAAY8S,WAAWhM,KAAO,IACnF+9B,GAAYvsC,KAAKU,OAAOyG,EAAEO,KAAK,YAAY0G,SAG/C4H,MAAMC,KAAKw2B,SAAW,GAAIz2B,OAAMsf,MAAMiX,EAAUC,QAE7C,CACH,IAAKl8B,EAAI,EAAGA,EAAI+7B,EAAgBnrC,OAAQoP,IACpC,GAAuC,kBAA5BpE,GAAImgC,EAAgB/7B,IAAoB,CAC/CpE,EAAImgC,EAAgB/7B,KACpB,OAGRtQ,KAAKouB,WAGbse,WAAY,WAQR,MAPI1sC,MAAK8hC,aAAe7+B,EAAMsR,oBAC1BvU,KAAK8hC,YAAa,EAClB9hC,KAAKmhC,QAAQx5B,SAEb3H,KAAK8hC,WAAa7+B,EAAMsR,mBACxBvU,KAAKmhC,QAAQjtB,KAAKlU,KAAKU,OAAOC,UAAU,iDAAiDqjC,WAEtF,GAEX2I,WAAY,WAQR,MAPI3sC,MAAK8hC,aAAe7+B,EAAMuR,sBAAwBxU,KAAK8hC,aAAe7+B,EAAMwR,oBAC5EzU,KAAK8hC,YAAa,EAClB9hC,KAAKmhC,QAAQx5B,SAEb3H,KAAK8hC,WAAa7+B,EAAMuR,qBACxBxU,KAAKmhC,QAAQjtB,KAAKlU,KAAKU,OAAOC,UAAU,4CAA4CqjC,WAEjF,GAEX4I,cAAe,WACb,GAAIC,GAAc7sC,KAAKU,OAAOoF,QAAQoU,SAElC4yB,GADej+B,SAASC,cAAc,KAC1B+9B,EAAYnzB,IACxBqzB,EAAmBD,EAAY,cAG5BD,GAAYnzB,SACZmzB,GAAYtnC,UACZsnC,GAAYG,QAEnB,IAAIC,GAEAhU,EADAiU,IAGJ9sC,GAAEe,KAAK0rC,EAAYr0B,MAAO,SAAS/K,EAAE6C,EAAEwC,GACrCm6B,EAAQx/B,EAAEiM,IAAMjM,EAAElI,UACXkI,GAAElI,UACFkI,GAAEiM,GACTwzB,EAAOD,GAASx/B,EAAE,OAASxK,EAAMyN,aAEnCtQ,EAAEe,KAAK0rC,EAAYn0B,MAAO,SAASjL,EAAE6C,EAAEwC,SAC9BrF,GAAElI,UACFkI,GAAEiM,GACTjM,EAAEkN,GAAKuyB,EAAOz/B,EAAEkN,IAChBlN,EAAEiN,KAAOwyB,EAAOz/B,EAAEiN,QAEpBta,EAAEe,KAAK0rC,EAAY1wB,MAAO,SAAS1O,EAAE6C,EAAEwC,SAC9BrF,GAAElI,UACFkI,GAAEiM,GAENjM,EAAEsN,eACDke,EAAcxrB,EAAEsN,aAChBtN,EAAEsN,gBACF3a,EAAEe,KAAK83B,EAAa,SAAS5qB,EAAE+E,GAC3B3F,EAAEsN,aAAa/R,KAAKkkC,EAAO7+B,SAIrCw+B,EAAY3wB,QAEZ,IAAIixB,GAAiBvlB,KAAKC,UAAUglB,EAAa,KAAM,GACnDO,EAAO,GAAIC,OAAMF,IAAkBrpC,KAAM,kCAC7Cm9B,GAAUmM,EAAKL,IAGjB9H,kBAAmB,SAASD,GAExB,GADAhlC,KAAKk4B,4BAA4B,QAC7B/wB,EAAEmmC,cAActI,GAKhB,MAJAhlC,MAAKiW,KAAOjW,KAAKo4B,kBAAkB,OAAQp4B,KAAKU,OAAOoF,QAAQC,IAAI,SAAS6jC,GAAG5pC,KAAKutC,eAAevtC,KAAKU,OAAOI,QAAQ+c,2BAClH7d,KAAKU,OAAOI,QAAQ8c,cACrB5d,KAAKiW,KAAKmvB,YAUlB,IANiC,mBAAtBJ,GAAQwI,YACfxtC,KAAKiW,KAAOjW,KAAKo4B,kBAAkB,OAAQp4B,KAAKU,OAAOoF,QAAQC,IAAI,SAAS6jC,GAAG5pC,KAAKutC,eAAevI,EAAQwI,aACtGxtC,KAAKU,OAAOI,QAAQ8c,cACrB5d,KAAKiW,KAAKmvB,aAGU,mBAAjBJ,GAAQ/uB,MAAwB+uB,EAAQ/uB,KAAK7F,MAAM,KAAKlP,QAAU,EAAE,CAC3E,GAAIusC,GAAazI,EAAQ/uB,KAAK7F,MAAM,KAChCs9B,GACI5nC,QAAW9F,KAAKU,OAAOoF,QACvBoI,QACI6H,EAAKihB,WAAWyW,EAAW,IAC3Bl3B,EAAKygB,WAAWyW,EAAW,KAE/B3yB,WAAckc,WAAWyW,EAAW,IAExCztC,MAAKiW,KACLjW,KAAKiW,KAAKmtB,SAASsK,EAAO5yB,WAAY,GAAI9E,OAAMsd,MAAMoa,EAAOx/B,UAE7DlO,KAAKiW,KAAOjW,KAAKo4B,kBAAkB,OAAQ,MAC3Cp4B,KAAKiW,KAAKy3B,OAASA,EACnB1tC,KAAKiW,KAAK03B,QAGb3tC,KAAKiW,OACNjW,KAAKiW,KAAOjW,KAAKo4B,kBAAkB,OAAQp4B,KAAKU,OAAOoF,QAAQC,IAAI,SAAS6jC,GAAG5pC,KAAKutC,eAAevtC,KAAKU,OAAOI,QAAQ+c,sBACvH7d,KAAKiW,KAAKmvB,aAGdplC,KAAKwN,iBACyB,mBAAnBw3B,GAAQ4I,QACf5tC,KAAKsN,eAAetN,KAAKU,OAAOoF,QAAQC,IAAI,SAASA,IAAIi/B,EAAQ4I,UAGzEL,eAAgB,SAAS11B,GAErB,GAAIg2B,GAASr2B,SAASK,GAClBi2B,EAAa,CASjB,OAPIA,GADS,EAATD,EACa7tC,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS2sC,EAE1CA,EAE0C,mBAAhD7tC,MAAKU,OAAOoF,QAAQC,IAAI,SAAS6jC,GAAGiE,KAC3CC,EAAa,GAEVA,GAEXC,SAAU,WACN,GAIIC,GAJAC,EAAiBjuC,KAAKmH,EAAEO,KAAK,iBAC7B+E,EAAOzM,KAAKU,OAAOyG,EAAEO,KAAK,YAC1BK,EAAQ/H,KACRkuC,EAAUnmC,EAAMkG,SAASG,OAEzB3B,GAAK+N,WAAWhM,KAAO,GACvB/B,EAAK0hC,SAAS3/B,KAAM,GAAG,KACvBxO,KAAKmH,EAAEgnC,SAAS3/B,KAAM,KAAK,IAAI,WAC3B,GAAIL,GAAIpG,EAAMZ,EAAEiH,OAChB4H,OAAMC,KAAKw2B,SAAW,GAAIz2B,OAAMsf,MAAMnnB,EAAGpG,EAAMkG,SAASK,aAGxD0/B,EADCE,EAAWzhC,EAAK2B,QAAW3B,EAAK6B,SACvB4/B,EAEAA,EAAUzhC,EAAK2B,QAE7B6/B,EAAe/lC,KAAK,aAEpBuE,EAAK0hC,SAAS3/B,KAAM,MAAM,KAC1BxO,KAAKmH,EAAEgnC,SAAS3/B,KAAM,GAAG,IAAI,WACzB,GAAIL,GAAIpG,EAAMZ,EAAEiH,OAChB4H,OAAMC,KAAKw2B,SAAW,GAAIz2B,OAAMsf,MAAMnnB,EAAGpG,EAAMkG,SAASK,aAE5D0/B,EAAUE,EAAQ,IAClBD,EAAe/lC,KAAK,YAExBH,EAAMkO,KAAKyuB,WAAW,EAAG,EAAIsJ,EAAQE,IAEzChlB,KAAM,aACNkiB,KAAM,eACP7hC,QAIIgC,IAIXyiB,OAAO,qBAAqB,SAAU,aAAc,WAAY,+BAAgC,SAAU7mB,EAAG/G,EAAGivB,EAAUC,GACtH,YAEA,IAAIrsB,GAAQosB,EAASF,WAMjBif,EAAWnrC,EAAMiP,QAAQod,EAsN7B,OApNAlvB,GAAEguC,EAAS5tC,WAAWmS,QAClBF,MAAO,WACH,GAAI1K,GAAQ/H,IACZA,MAAKmH,EAAIA,EAAE,cACXnH,KAAK8D,KAAO,OACZ9D,KAAKi5B,eACLj5B,KAAK+wB,MAAQ,EACb/wB,KAAKquC,aAAe,EACpBruC,KAAKkO,OAAS8H,MAAMC,KAAKC,OACzBlW,KAAK0tC,UAED1tC,KAAKgd,QACLhd,KAAK0tC,QACD5yB,WAAc/S,EAAMiV,MAAMjX,IAAI,cAC9BmI,OAAUnG,EAAMiV,MAAMjX,IAAI,UAC1BgV,aAAgBhT,EAAMiV,MAAMjX,IAAI,kBAIxC/F,KAAK2tC,MAEL,IAAI/J,GAAY,SAASC,EAAUC,GAC/B/7B,EAAMZ,EAAEO,KAAKm8B,GAAU17B,MAAM,SAAS47B,GAElC,MADAh8B,GAAM+7B,GAAOC,IACN,IAIfH,GAAU,cAAe,WACzBA,EAAU,aAAc,UACxBA,EAAU,cAAe,aAEzB5jC,KAAKmH,EAAEO,KAAK,gBAAgBS,MAAO,WAC/B,GAAI+F,IACA6H,EAAKhO,EAAMmG,OAAO6H,EAClBQ,EAAKxO,EAAMmG,OAAOqI,EAEtBxO,GAAMiV,MAAQjV,EAAMrH,OAAOoF,QAAQ8V,SAAWd,WAAW/S,EAAMgpB,MAAO7iB,OAAOA,EAAQ6M,aAAchT,EAAMkxB,YAAYpvB,WACrH9B,EAAM2lC,QACE5yB,WAAc/S,EAAMiV,MAAMjX,IAAI,cAC9BmI,OAAUnG,EAAMiV,MAAMjX,IAAI,UAC1BgV,aAAgBhT,EAAMiV,MAAMjX,IAAI,iBAExCgC,EAAMkjC,cAGVjrC,KAAKmH,EAAEO,KAAK,oBAAoBS,MAAO,WACnCJ,EAAMiV,MAAQjV,EAAMrH,OAAOoF,QAAQC,IAAI,SAAS6jC,GAAG7hC,EAAMrH,OAAOoF,QAAQC,IAAI,SAAS7E,OAAQ,GAC7F6G,EAAM2lC,QACE5yB,WAAc/S,EAAMiV,MAAMjX,IAAI,cAC9BmI,OAAUnG,EAAMiV,MAAMjX,IAAI,UAC1BgV,aAAgBhT,EAAMiV,MAAMjX,IAAI,iBAExCgC,EAAMq7B,SAASr7B,EAAM2lC,OAAO5yB,WAAY,GAAI9E,OAAMsd,MAAMvrB,EAAM2lC,OAAOx/B,SACrEnG,EAAMumC,WAAU,GACZvmC,EAAMjH,QAAQmG,aACdc,EAAMkxB,aAAelxB,EAAM2lC,OAAO3yB,kBAAoBlR,SACtD9B,EAAMwmC,aAEVxmC,EAAMkjC,cAGVjrC,KAAKmH,EAAEO,KAAK,uBAAuB6E,WAAY,WAC3CxE,EAAMumC,WAAU,GAChBvmC,EAAMZ,EAAEO,KAAK,uBAAuB8E,WAAY,WAC5CzE,EAAMwmC,gBAGdvuC,KAAKmH,EAAEO,KAAK,uBAAuBS,MAAO,WACtCJ,EAAMumC,WAAU,GAChBvmC,EAAMZ,EAAEO,KAAK,uBAAuBsG,IAAK,gBAE1ChO,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,GAAKlB,KAAKU,OAAOI,QAAQkG,WAClEhH,KAAKmH,EAAEO,KAAK,oBAAoBwkB,QAGxCkC,OAAQ,SAASttB,KAGjB6sC,KAAM,WACF,GAAI5lC,GAAQ/H,IACZ+H,GAAMq7B,SAASr7B,EAAM2lC,OAAO5yB,WAAY,GAAI9E,OAAMsd,MAAMvrB,EAAM2lC,OAAOx/B,SAEjEnG,EAAMjH,QAAQmG,aACdc,EAAMkxB,aAAelxB,EAAM2lC,OAAO3yB,kBAAoBlR,SACtD9B,EAAMwmC,cAGd5N,cAAe,SAAStzB,GACpBrN,KAAKwuC,SAASnhC,GACdrN,KAAKi5B,YAAYjwB,KAAKqE,EAAOqM,IAC7B1Z,KAAKirC,aAETuD,SAAU,SAASnhC,GAC+C,mBAAnDrN,MAAK2K,SAASgrB,yBAAyBtoB,IAC9CrN,KAAK2K,SAASgrB,yBAAyBtoB,GAAQ1F,QAGvD4mC,UAAW,WACP,GAAIxmC,GAAQ/H,IACZA,MAAKi5B,YAAYjhB,QAAQ,SAASzS,EAAKsS,GACnC,GAAInU,GAAOqE,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,EACjD,OAAoB,mBAAT7B,GACAqE,EAAMymC,SAASzmC,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,QAE5DwC,GAAMkxB,YAAYE,OAAOthB,EAAO,KAGxC7B,MAAMC,KAAKoiB,QAEfiW,UAAW,SAAS9c,GAChB,GAAIzpB,GAAQ/H,IACZA,MAAKi5B,YAAYjhB,QAAQ,SAASzS,GAC9BwC,EAAM4C,SAASgrB,yBAAyB5tB,EAAMrH,OAAOoF,QAAQC,IAAI,SAASA,IAAIR,IAAM2mB,KAAKsF,KAExFA,IACDxxB,KAAKi5B,gBAETjjB,MAAMC,KAAKoiB,QAEf+K,SAAU,SAASH,EAAWwL,GACrBxL,EAAUjjC,KAAKquC,aAAgBprC,EAAM2R,YAAequB,EAAUjjC,KAAKquC,aAAgBprC,EAAM4R,aAC1F7U,KAAK+wB,MAAQkS,EACTwL,IACAzuC,KAAKkO,OAASugC,GAElBzuC,KAAK2K,SAASyjB,SACdpuB,KAAKirC,cAGbyD,QAAS,WACL,GAAIzL,GAAYjjC,KAAK+wB,MAAQlgB,KAAKs6B,QAClCsD,EAAU,GAAIz4B,OAAMsd,OACOtzB,KAAK2K,SAASsD,SAASG,QACvBpO,KAAK2K,SAASsD,SAASK,WACpB2lB,SAAU,IAAQ,EAAIpjB,KAAKs6B,UAAYp0B,IAAI/W,KAAKkO,OAAO+lB,SAAUpjB,KAAKs6B,SACpGnrC,MAAKojC,SAAUH,EAAWwL,IAE9BE,OAAQ,WACJ,GAAI1L,GAAYjjC,KAAK+wB,MAAQlgB,KAAK6f,MAClC+d,EAAU,GAAIz4B,OAAMsd,OACOtzB,KAAK2K,SAASsD,SAASG,QACvBpO,KAAK2K,SAASsD,SAASK,WACpB2lB,SAAU,IAAQ,EAAIpjB,KAAK6f,QAAU3Z,IAAI/W,KAAKkO,OAAO+lB,SAAUpjB,KAAK6f,OAClG1wB,MAAKojC,SAAUH,EAAWwL,IAE9B/J,WAAY,SAASkK,EAAaC,EAAczK,GAC5C,GAAInB,GAAYjjC,KAAK+wB,MAAQqT,EACzBqK,EAAU,GAAIz4B,OAAMsd,OACItzB,KAAKkO,OAAO6H,EAAI64B,EAChB5uC,KAAKkO,OAAOqI,EAAIs4B,GAE5C7uC,MAAKojC,SAAUH,EAAWwL,IAE9BrJ,UAAW,SAAS0J,GAChB,GAAIt2B,GAAQxY,KAAKU,OAAOoF,QAAQC,IAAI,QACpC,IAAIyS,EAAMtX,OAAS,EAAG,CAClB,GAAImoC,GAAM7wB,EAAMpN,IAAI,SAASqQ,GAAS,MAAOA,GAAM1V,IAAI,YAAYgQ,IACnEuzB,EAAM9wB,EAAMpN,IAAI,SAASqQ,GAAS,MAAOA,GAAM1V,IAAI,YAAYwQ,IAC/DgzB,EAAQ14B,KAAK8F,IAAIpE,MAAM1B,KAAMw4B,GAC7BG,EAAQ34B,KAAK8F,IAAIpE,MAAM1B,KAAMy4B,GAC7BG,EAAQ54B,KAAK4F,IAAIlE,MAAM1B,KAAMw4B,GAC7BK,EAAQ74B,KAAK4F,IAAIlE,MAAM1B,KAAMy4B,GACzBK,EAAS94B,KAAK8F,KAAMX,MAAMC,KAAK5R,KAAK+J,MAAQ,EAAIpO,KAAKU,OAAOI,QAAQ6c,oBAAsB8rB,EAAQF,IAASvzB,MAAMC,KAAK5R,KAAKiK,OAAS,EAAItO,KAAKU,OAAOI,QAAQ6c,oBAAsB+rB,EAAQF,GAC9LxpC,MAAKquC,aAAe1E,EAEM,mBAAfmF,IAA+B9X,WAAW8X,EAAWh0B,YAAY,GAAKkc,WAAW8X,EAAW5gC,OAAO6H,GAAG,GAAKihB,WAAW8X,EAAW5gC,OAAOqI,GAAG,EAClJvW,KAAKojC,SAASpM,WAAW8X,EAAWh0B,YAAa,GAAI9E,OAAMsd,MAAM0D,WAAW8X,EAAW5gC,OAAO6H,GAAIihB,WAAW8X,EAAW5gC,OAAOqI,KAG/HvW,KAAKojC,SAASuG,EAAQ3zB,MAAMC,KAAKC,OAAO6d,SAAS,GAAI/d,OAAMsd,QAAQmW,EAAQF,GAAS,GAAIG,EAAQF,GAAS,IAAIvV,SAAS0V,KAGzG,IAAjBnxB,EAAMtX,QACNlB,KAAKojC,SAAS,EAAGptB,MAAMC,KAAKC,OAAO6d,SAAS,GAAI/d,OAAMsd,OAAO9a,EAAMoxB,GAAG,GAAG7jC,IAAI,YAAYgQ,EAAGyC,EAAMoxB,GAAG,GAAG7jC,IAAI,YAAYwQ,OAGhIwhB,WAAY,SAASC,GACjBh4B,KAAKkO,OAASlO,KAAKkO,OAAO6I,IAAIihB,GAC9Bh4B,KAAK2K,SAASyjB,UAElB6c,UAAW,WACP,GAAGjrC,KAAKc,QAAQgd,WAAW,CACvB,GAAI/F,MACAD,EAAaH,SAASmtB,QAAQiK,cAAc3+B,MAAM,IAClD0H,GAAW5W,OAAS,GACpB4W,EAAW,GAAG1H,MAAM,KAAK4H,QAAQ,SAASC,GACtC,GAAIC,GAAOD,EAAK7H,MAAM,IACtB2H,GAAOG,EAAK,IAAMC,mBAAmBD,EAAK,MAGlDH,EAAO9B,KAAOpF,KAAKm+B,MAAoB,IAAdhvC,KAAKkO,OAAO6H,GAAQ,IAAO,IAAMlF,KAAKm+B,MAAoB,IAAdhvC,KAAKkO,OAAOqI,GAAQ,IAAO,IAAM1F,KAAKm+B,MAAiB,IAAXhvC,KAAK+wB,OAAY,IAE9H/wB,KAAKU,OAAOoF,QAAQC,IAAI,SAASmzB,QAAQl5B,KAAKgd,OAAS,IACvDjF,EAAOy1B,UAAYxtC,KAAKU,OAAOoF,QAAQC,IAAI,SAASmzB,QAAQl5B,KAAKgd,OAC7DjF,EAAOy1B,YAAcxtC,KAAKU,OAAOoF,QAAQC,IAAI,SAAS7E,OAAS,IAC/D6W,EAAOy1B,UAAY,KAGnBz1B,EAAOy1B,iBACAz1B,GAAOy1B,UAGtBxtC,KAAKU,OAAOqJ,OAAOklC,SAAS,IAAM92B,mBAAmBhR,EAAE+nC,MAAMn3B,KAAWK,SAAS,EAAOzH,SAAS,MAGzGvI,QAAS,SAASqxB,GACdz5B,KAAK6uB,OAAO,WACZ7uB,KAAKsuC,WAAU,MAEpB/kC,QAEI6kC,IAMmB,kBAAnBe,SAAQC,QACfD,QAAQC,QACJC,OACIC,OAAS,uBACTC,WAAa,uBACbtO,UAAa,6BACb5R,SAAW,gBACXmgB,gBAAgB,2BAChBC,kBAAkB,mCAEtBC,MACID,mBACIE,MAAM,SAAS,qBAM/BR,SAAS,8BACA,sBACA,oBACA,gBACA,oBACA,sBACA,sBACA,sBACA,sBACA,0BACA,4BACA,0BACA,0BACA,4BACA,0BACA,6BACA,4BACA,0BACA,4BACA,4BACA,qBACA,iBACA,qBACG,SAAS7f,EAAoBuQ,EAAY1O,EAAU1W,EAAM0hB,EAAUiB,EAAYC,EAAYqC,EAAYW,EAAYxO,EAAgBC,EAAkBI,EAAgBC,EAAgBE,EAAkBN,EAAgBC,EAAmBC,EAAkBmI,EAAgBC,EAAkBC,EAAkB0G,EAAWz1B,EAAO6iC,GAE1U,YAEA,IAAIprC,GAAO4F,OAAO5F,IAEU,oBAAlBA,GAAKsI,WACXtI,EAAKsI,YAET,IAAIA,GAAWtI,EAAKsI,QAEpBA,GAAS2iB,oBAAsBqB,EAC/BhkB,EAASikB,YAAcsQ,EACvBv0B,EAAS6O,KAAOgX,EAChB7lB,EAASmP,KAAOA,EAChBnP,EAASsP,KAAOwzB,EAChB9iC,EAAS6wB,SAAWA,EACpB7wB,EAASwxB,YAAcM,EACvB9xB,EAAS+xB,WAAaA,EACtB/xB,EAASo0B,WAAaA,EACtBp0B,EAASw0B,YAAcO,EACvB/0B,EAASumB,eAAiBA,EAC1BvmB,EAASwmB,iBAAmBA,EAC5BxmB,EAAS4mB,eAAiBA,EAC1B5mB,EAAS6mB,eAAiBA,EAC1B7mB,EAAS+mB,iBAAmBA,EAC5B/mB,EAASymB,eAAiBA,EAC1BzmB,EAAS0mB,kBAAoBA,EAC7B1mB,EAAS2mB,iBAAmBA,EAC5B3mB,EAAS8uB,eAAiBA,EAC1B9uB,EAAS+uB,iBAAmBA,EAC5B/uB,EAASgvB,iBAAmBA,EAC5BhvB,EAAS01B,UAAYA,EACrB11B,EAASC,MAAQA,EAEjBqkC,gBAGJ5hB,OAAO,gBAAiB","sourcesContent":["this[\"renkanJST\"] = this[\"renkanJST\"] || {};\n\nthis[\"renkanJST\"][\"templates/colorpicker.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li data-color=\"' +\n((__t = (c)) == null ? '' : __t) +\n'\" style=\"background: ' +\n((__t = (c)) == null ? '' : __t) +\n'\"></li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Edge\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(edge.title) +\n'\" />\\n</p>\\n';\n if (options.show_edge_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(edge.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n    ';\n if (options.properties.length) { ;\n__p += '\\n        <p>\\n            <label>' +\n__e(renkan.translate(\"Choose from vocabulary:\")) +\n'</label>\\n            <select class=\"Rk-Edit-Vocabulary\">\\n                ';\n _.each(options.properties, function(ontology) { ;\n__p += '\\n                    <option class=\"Rk-Edit-Vocabulary-Class\" value=\"\">\\n                        ' +\n__e( renkan.translate(ontology.label) ) +\n'\\n                    </option>\\n                    ';\n _.each(ontology.properties, function(property) { var uri = ontology[\"base-uri\"] + property.uri; ;\n__p += '\\n                        <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( uri ) +\n'\"\\n                            ';\n if (uri === edge.uri) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                            ' +\n__e( renkan.translate(property.label) ) +\n'\\n                        </option>\\n                    ';\n }) ;\n__p += '\\n                ';\n }) ;\n__p += '\\n            </select>\\n        </p>\\n';\n } } ;\n__p += '\\n';\n if (options.show_edge_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_edge_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Edge color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: &lt;%-edge.color%>;\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( edge.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e( edge.thickness ) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_edge_editor_style_arrow) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-arrow\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Arrow:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Arrow\" class=\"Rk-Edit-Arrow\" ' +\n__e( edge.arrow ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_direction) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Edit-Direction\">' +\n__e( renkan.translate(\"Change edge direction\") ) +\n'</span>\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(edge.from_color) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: >%-edge.to_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_editor_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: &lt;%-edge.created_by_color%>;\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/edgeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_edge_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.color ) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (edge.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(edge.title) +\n'\\n        ';\n if (edge.uri) { ;\n__p += ' </a> ';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (options.show_edge_tooltip_uri && edge.uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(edge.uri) +\n'\" target=\"_blank\">' +\n__e( edge.short_uri ) +\n'</a>\\n    </p>\\n';\n } ;\n__p += '\\n<p>' +\n((__t = (edge.description)) == null ? '' : __t) +\n'</p>\\n';\n if (options.show_edge_tooltip_nodes) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"From:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.from_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.from_title, 25) ) +\n'\\n    </p>\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"To:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.to_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.to_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n if (options.show_edge_tooltip_creator && edge.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e( edge.created_by_color ) +\n';\"></span>\\n        ' +\n__e( shortenText(edge.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/annotationtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/segmenttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/player/' +\n((__t = (mediaid)) == null ? '' : __t) +\n'/#id=' +\n((__t = (annotationid)) == null ? '' : __t) +\n'\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"' +\n__e(description) +\n'\">\\n\\n    <img class=\"Rk-Ldt-Annotation-Icon\" src=\"' +\n((__t = (image)) == null ? '' : __t) +\n'\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <p>' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    <p>Start: ' +\n((__t = (start)) == null ? '' : __t) +\n', End: ' +\n((__t = (end)) == null ? '' : __t) +\n', Duration: ' +\n((__t = (duration)) == null ? '' : __t) +\n'</p>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/ldtjson-bin/tagtemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item\" draggable=\"true\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL(static_url+'img/ldt-tag.png') ) +\n'\"\\n    data-uri=\"' +\n((__t = (ldt_platform)) == null ? '' : __t) +\n'ldtplatform/ldt/front/search/?search=' +\n((__t = (encodedtitle)) == null ? '' : __t) +\n'&field=all\"\\n    data-title=\"' +\n__e(title) +\n'\" data-description=\"Tag \\'' +\n__e(title) +\n'\\'\">\\n\\n    <img class=\"Rk-Ldt-Tag-Icon\" src=\"' +\n__e(static_url) +\n'img/ldt-tag.png\" />\\n    <h4>' +\n((__t = (htitle)) == null ? '' : __t) +\n'</h4>\\n    <div class=\"Rk-Clear\"></div>\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/list-bin.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<li class=\"Rk-Bin-Item Rk-ResourceList-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    ';\n if (image) { ;\n__p += '\\n        data-image=\"' +\n__e( Rkns.Utils.getFullURL(image) ) +\n'\"\\n    ';\n } else { ;\n__p += '\\n        data-image=\"\"\\n    ';\n } ;\n__p += '\\n>';\n if (image) { ;\n__p += '\\n    <img class=\"Rk-ResourceList-Image\" src=\"' +\n__e(image) +\n'\" />\\n';\n } ;\n__p += '\\n<h4 class=\"Rk-ResourceList-Title\">\\n    ';\n if (url) { ;\n__p += '\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">\\n    ';\n } ;\n__p += '\\n    ' +\n((__t = (htitle)) == null ? '' : __t) +\n'\\n    ';\n if (url) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </h4>\\n    ';\n if (description) { ;\n__p += '\\n        <p class=\"Rk-ResourceList-Description\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n    ';\n } ;\n__p += '\\n    ';\n if (image) { ;\n__p += '\\n        <div style=\"clear: both;\"></div>\\n    ';\n } ;\n__p += '\\n</li>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/main.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_bins) { ;\n__p += '\\n    <div class=\"Rk-Bins\">\\n        <div class=\"Rk-Bins-Head\">\\n            <h2 class=\"Rk-Bins-Title\">' +\n__e( translate(\"Select contents:\")) +\n'</h2>\\n            <form class=\"Rk-Web-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Web-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n                <div class=\"Rk-Search-Select\">\\n                    <div class=\"Rk-Search-Current\"></div>\\n                    <ul class=\"Rk-Search-List\"></ul>\\n                </div>\\n                <input type=\"submit\" value=\"\"\\n                    class=\"Rk-Web-Search-Submit Rk-Search-Submit\" title=\"' +\n__e( translate('Search the Web') ) +\n'\" />\\n            </form>\\n            <form class=\"Rk-Bins-Search-Form Rk-Search-Form\">\\n                <input class=\"Rk-Bins-Search-Input Rk-Search-Input\" type=\"search\"\\n                    placeholder=\"' +\n__e( translate('Search in Bins') ) +\n'\" /> <input\\n                    type=\"submit\" value=\"\"\\n                    class=\"Rk-Bins-Search-Submit Rk-Search-Submit\"\\n                    title=\"' +\n__e( translate('Search in Bins') ) +\n'\" />\\n            </form>\\n        </div>\\n        <ul class=\"Rk-Bin-List\"></ul>\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_editor) { ;\n__p += '\\n    <div class=\"Rk-Render Rk-Render-';\n if (options.show_bins) { ;\n__p += 'Panel';\n } else { ;\n__p += 'Full';\n } ;\n__p += '\"></div>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n //TODO: change class to id ;\n__p += '\\n<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>' +\n__e(renkan.translate(\"Edit Node\")) +\n'</span>\\n</h2>\\n<p>\\n    <label>' +\n__e(renkan.translate(\"Title:\")) +\n'</label>\\n    ';\n if (options.show_node_editor_title_richtext) { ;\n__p += '\\n        <div class=\"Rk-Edit-Title\" contenteditable=\"true\">' +\n((__t = (node.title)) == null ? '' : __t) +\n'</div>\\n    ';\n } else { ;\n__p += '\\n        <input class=\"Rk-Edit-Title\" type=\"text\" value=\"' +\n__e(node.title) +\n'\" />\\n    ';\n } ;\n__p += '    \\n</p>\\n';\n if (options.show_node_editor_uri) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"URI:\")) +\n'</label>\\n        <input class=\"Rk-Edit-URI\" type=\"text\" value=\"' +\n__e(node.uri) +\n'\" />\\n        <a class=\"Rk-Edit-Goto\" href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\"></a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_types) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Types available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Type\">\\n          ';\n _.each(types, function(type) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( type ) +\n'\"';\n if (node.type === type) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(type.charAt(0).toUpperCase() + type.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_description) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Description:\")) +\n'</label>\\n        ';\n if (options.show_node_editor_description_richtext) { ;\n__p += '\\n            <div class=\"Rk-Edit-Description\" contenteditable=\"true\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</div>\\n        ';\n } else { ;\n__p += '\\n            <textarea class=\"Rk-Edit-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</textarea>\\n        ';\n } ;\n__p += '\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_size) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Size:\")) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Down\">-</a>\\n        <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Size-Value\">' +\n__e(node.size) +\n'</span>\\n        <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Size-Up\">+</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_style) { ;\n__p += '\\n    <div class=\"Rk-Editor-p\">\\n      ';\n if (options.show_node_editor_style_color) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-color\">\\n        <span class=\"Rk-Editor-Label\">\\n        ' +\n__e(renkan.translate(\"Node color:\")) +\n'</span>\\n        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n            <span class=\"Rk-Edit-Color\" style=\"background: ' +\n__e(node.color) +\n';\">\\n                <span class=\"Rk-Edit-ColorTip\"></span>\\n            </span>\\n            ' +\n((__t = ( renkan.colorPicker )) == null ? '' : __t) +\n'\\n            <span class=\"Rk-Edit-ColorPicker-Text\">' +\n__e( renkan.translate(\"Choose color\") ) +\n'</span>\\n        </div>\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_dash) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-dash\">\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Dash:\")) +\n'</span>\\n        <input type=\"checkbox\" name=\"Rk-Edit-Dash\" class=\"Rk-Edit-Dash\" ' +\n__e( node.dash ) +\n' />\\n      </div>\\n      ';\n } ;\n__p += '\\n      ';\n if (options.show_node_editor_style_thickness) { ;\n__p += '\\n      <div id=\"Rk-Editor-p-thickness\">\\n          <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Thickness:\")) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Down\">-</a>\\n          <span class=\"Rk-Edit-Size-Disp\" id=\"Rk-Edit-Thickness-Value\">' +\n__e(node.thickness) +\n'</span>\\n          <a href=\"#\" class=\"Rk-Edit-Size-Btn\" id=\"Rk-Edit-Thickness-Up\">+</a>\\n      </div>\\n      ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += ' ';\n if (options.show_node_editor_image) { ;\n__p += '\\n    <div class=\"Rk-Edit-ImgWrap\">\\n        <div class=\"Rk-Edit-ImgPreview\">\\n            <img src=\"' +\n__e(node.image || node.image_placeholder) +\n'\" />\\n            ';\n if (node.clip_path) { ;\n__p += '\\n                <svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewbox=\"0 0 1 1\" preserveAspectRatio=\"none\">\\n                    <path style=\"stroke-width: .02; stroke:red; fill-opacity:.3; fill:red;\" d=\"' +\n__e( node.clip_path ) +\n'\" />\\n                </svg>\\n            ';\n };\n__p += '\\n        </div>\\n    </div>\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Image URL:\")) +\n'</label>\\n        <div>\\n            <a class=\"Rk-Edit-Image-Del\" href=\"#\"></a>\\n            <input class=\"Rk-Edit-Image\" type=\"text\" value=\\'' +\n__e(node.image) +\n'\\' />\\n        </div>\\n    </p>\\n';\n if (options.allow_image_upload) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Choose Image File:\")) +\n'</label>\\n        <input class=\"Rk-Edit-Image-File\" type=\"file\" accept=\"image/*\" />\\n    </p>\\n';\n };\n\n } ;\n__p += ' ';\n if (options.show_node_editor_creator && node.has_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.change_shapes) { ;\n__p += '\\n    <p>\\n        <label>' +\n__e(renkan.translate(\"Shapes available\")) +\n':</label>\\n        <select class=\"Rk-Edit-Shape\">\\n          ';\n _.each(shapes, function(shape) { ;\n__p += '\\n            <option class=\"Rk-Edit-Vocabulary-Property\" value=\"' +\n__e( shape ) +\n'\"';\n if (node.shape === shape) { ;\n__p += ' selected';\n } ;\n__p += '>\\n                ' +\n__e( renkan.translate(shape.charAt(0).toUpperCase() + shape.substring(1)) ) +\n'\\n            </option>\\n          ';\n }); ;\n__p += '\\n        </select>\\n    </p>\\n';\n } ;\n__p += '\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_readonly.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n((__t = (node.title)) == null ? '' : __t) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n    <p class=\"Rk-Display-URI\">\\n        <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">' +\n__e(node.short_uri) +\n'</a>\\n    </p>\\n';\n } ;\n__p += ' ';\n if (options.show_node_tooltip_description) { ;\n__p += '\\n    <p class=\"Rk-Display-Description\">' +\n((__t = (node.description)) == null ? '' : __t) +\n'</p>\\n';\n } ;\n__p += ' ';\n if (node.image && options.show_node_tooltip_image) { ;\n__p += '\\n    <img class=\"Rk-Display-ImgPreview\" src=\"' +\n__e(node.image) +\n'\" />\\n';\n } ;\n__p += ' ';\n if (node.has_creator && options.show_node_tooltip_creator) { ;\n__p += '\\n    <p>\\n        <span class=\"Rk-Editor-Label\">' +\n__e(renkan.translate(\"Created by:\")) +\n'</span>\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.created_by_color) +\n';\"></span>\\n        ' +\n__e( shortenText(node.created_by_title, 25) ) +\n'\\n    </p>\\n';\n } ;\n__p += '\\n    <a href=\"#?idNode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/nodeeditor_video.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n__p += '<h2>\\n    <span class=\"Rk-CloseX\">&times;</span>\\n    ';\n if (options.show_node_tooltip_color) { ;\n__p += '\\n        <span class=\"Rk-UserColor\" style=\"background: ' +\n__e(node.color) +\n';\"></span>\\n    ';\n } ;\n__p += '\\n    <span class=\"Rk-Display-Title\">\\n        ';\n if (node.uri) { ;\n__p += '\\n            <a href=\"' +\n__e(node.uri) +\n'\" target=\"_blank\">\\n        ';\n } ;\n__p += '\\n        ' +\n__e(node.title) +\n'\\n        ';\n if (node.uri) { ;\n__p += '</a>';\n } ;\n__p += '\\n    </span>\\n</h2>\\n';\n if (node.uri && options.show_node_tooltip_uri) { ;\n__p += '\\n     <video width=\"320\" height=\"240\" controls>\\n        <source src=\"' +\n__e(node.uri) +\n'\" type=\"video/mp4\">\\n     </video> \\n';\n } ;\n__p += '\\n    <a href=\"#?idnode=' +\n__e(node._id) +\n'\">' +\n__e(renkan.translate(\"Link to the node\")) +\n'</a>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/scene.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape, __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\nwith (obj) {\n\n if (options.show_top_bar) { ;\n__p += '\\n    <div class=\"Rk-TopBar\">\\n        <div class=\"loader\"></div>\\n        ';\n if (!options.editor_mode) { ;\n__p += '\\n            <h2 class=\"Rk-PadTitle\">\\n                ' +\n__e( project.get(\"title\") || translate(\"Untitled project\")) +\n'\\n            </h2>\\n        ';\n } else { ;\n__p += '\\n            <input type=\"text\" class=\"Rk-PadTitle\" value=\"' +\n__e( project.get('title') || '' ) +\n'\" placeholder=\"' +\n__e(translate('Untitled project')) +\n'\" />\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_user_list) { ;\n__p += '\\n            <div class=\"Rk-Users\">\\n                <div class=\"Rk-CurrentUser\">\\n                    ';\n if (options.show_user_color) { ;\n__p += '\\n                        <div class=\"Rk-Edit-ColorPicker-Wrapper\">\\n                            <span class=\"Rk-CurrentUser-Color\">\\n                            ';\n if (options.user_color_editable) { ;\n__p += '\\n                                <span class=\"Rk-Edit-ColorTip\"></span>\\n                            ';\n } ;\n__p += '\\n                            </span>\\n                            ';\n if (options.user_color_editable) { print(colorPicker) } ;\n__p += '\\n                        </div>\\n                    ';\n } ;\n__p += '\\n                    <span class=\"Rk-CurrentUser-Name\">&lt;unknown user&gt;</span>\\n                </div>\\n                <ul class=\"Rk-UserList\"></ul>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.home_button_url) {;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <a class=\"Rk-TopBar-Button Rk-Home-Button\" href=\"' +\n__e( options.home_button_url ) +\n'\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e( translate(options.home_button_title) ) +\n'\\n                    </div>\\n                </div>\\n            </a>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_fullscreen_button) { ;\n__p += '\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n            <div class=\"Rk-TopBar-Button Rk-FullScreen-Button\">\\n                <div class=\"Rk-TopBar-Tooltip\">\\n                    <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                        ' +\n__e(translate(\"Full Screen\")) +\n'\\n                    </div>\\n                </div>\\n            </div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.editor_mode) { ;\n__p += '\\n            ';\n if (options.show_addnode_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddNode-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Node\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_addedge_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-AddEdge-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Add Edge\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_save_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Save-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\"></div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_open_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Open-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Open Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n            ';\n } ;\n__p += '\\n            ';\n if (options.show_bookmarklet) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <a class=\"Rk-TopBar-Button Rk-Bookmarklet-Button\" href=\"#\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Renkan \\'Drag-to-Add\\' bookmarklet\")) +\n'\\n                        </div>\\n                    </div>\\n                </a>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n } else { ;\n__p += '\\n            ';\n if (options.show_export_button) { ;\n__p += '\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n                <div class=\"Rk-TopBar-Button Rk-Export-Button\">\\n                    <div class=\"Rk-TopBar-Tooltip\">\\n                        <div class=\"Rk-TopBar-Tooltip-Contents\">\\n                            ' +\n__e(translate(\"Download Project\")) +\n'\\n                        </div>\\n                    </div>\\n                </div>\\n                <div class=\"Rk-TopBar-Separator\"></div>\\n            ';\n } ;\n__p += '\\n        ';\n }; ;\n__p += '\\n        ';\n if (options.show_search_field) { ;\n__p += '\\n            <form action=\"#\" class=\"Rk-GraphSearch-Form\">\\n                <input type=\"search\" class=\"Rk-GraphSearch-Field\" placeholder=\"' +\n__e( translate('Search in graph') ) +\n'\" />\\n            </form>\\n            <div class=\"Rk-TopBar-Separator\"></div>\\n        ';\n } ;\n__p += '\\n    </div>\\n';\n } ;\n__p += '\\n<div class=\"Rk-Editing-Space';\n if (!options.show_top_bar) { ;\n__p += ' Rk-Editing-Space-Full';\n } ;\n__p += '\">\\n    <div class=\"Rk-Labels\"></div>\\n    <canvas class=\"Rk-Canvas\" ';\n if (options.resize) { ;\n__p += ' resize=\"\" ';\n } ;\n__p += ' ></canvas>\\n    <div class=\"Rk-Notifications\"></div>\\n    <div class=\"Rk-Editor\">\\n        ';\n if (options.show_bins) { ;\n__p += '\\n            <div class=\"Rk-Fold-Bins\">&laquo;</div>\\n        ';\n } ;\n__p += '\\n        ';\n if (options.show_zoom) { ;\n__p += '\\n            <div class=\"Rk-ZoomButtons\">\\n                <div class=\"Rk-ZoomIn\" title=\"' +\n__e(translate('Zoom In')) +\n'\"></div>\\n                <div class=\"Rk-ZoomFit\" title=\"' +\n__e(translate('Zoom Fit')) +\n'\"></div>\\n                <div class=\"Rk-ZoomOut\" title=\"' +\n__e(translate('Zoom Out')) +\n'\"></div>\\n                ';\n if (options.editor_mode && options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSave\" title=\"' +\n__e(translate('Save view')) +\n'\"></div>\\n                ';\n } ;\n__p += '\\n                ';\n if (options.save_view) { ;\n__p += '\\n                    <div class=\"Rk-ZoomSetSaved\" title=\"' +\n__e(translate('View saved view')) +\n'\"></div>\\n                    ';\n if (options.hide_nodes) { ;\n__p += '\\n                \\t   <div class=\"Rk-ShowHiddenNodes\" title=\"' +\n__e(translate('Show hidden nodes')) +\n'\"></div>\\n                    ';\n } ;\n__p += '       \\n                ';\n } ;\n__p += '\\n            </div>\\n        ';\n } ;\n__p += '\\n    </div>\\n</div>\\n';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/search.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"' +\n((__t = ( className )) == null ? '' : __t) +\n'\" data-key=\"' +\n((__t = ( key )) == null ? '' : __t) +\n'\">' +\n((__t = ( title )) == null ? '' : __t) +\n'</li>';\n\n}\nreturn __p\n};\n\nthis[\"renkanJST\"][\"templates/wikipedia-bin/resulttemplate.html\"] = function(obj) {\nobj || (obj = {});\nvar __t, __p = '', __e = _.escape;\nwith (obj) {\n__p += '<li class=\"Rk-Wikipedia-Result Rk-Bin-Item\" draggable=\"true\"\\n    data-uri=\"' +\n__e(url) +\n'\" data-title=\"Wikipedia: ' +\n__e(title) +\n'\"\\n    data-description=\"' +\n__e(description) +\n'\"\\n    data-image=\"' +\n__e( Rkns.Utils.getFullURL( static_url + 'img/wikipedia.png' ) ) +\n'\">\\n\\n    <img class=\"Rk-Wikipedia-Icon\" src=\"' +\n__e(static_url) +\n'img/wikipedia.png\">\\n    <h4 class=\"Rk-Wikipedia-Title\">\\n        <a href=\"' +\n__e(url) +\n'\" target=\"_blank\">' +\n((__t = (htitle)) == null ? '' : __t) +\n'</a>\\n    </h4>\\n    <p class=\"Rk-Wikipedia-Snippet\">' +\n((__t = (hdescription)) == null ? '' : __t) +\n'</p>\\n</li>\\n';\n\n}\nreturn __p\n};","/* Declaring the Renkan Namespace Rkns and Default values */\n\n(function(root) {\n\n    \"use strict\";\n\n    if (typeof root.Rkns !== \"object\") {\n        root.Rkns = {};\n    }\n\n    var Rkns = root.Rkns;\n    var $ = Rkns.$ = root.jQuery;\n    var _ = Rkns._ = root._;\n\n    Rkns.pickerColors = [\"#8f1919\", \"#a80000\", \"#d82626\", \"#ff0000\", \"#e87c7c\", \"#ff6565\", \"#f7d3d3\", \"#fecccc\",\n        \"#8f5419\", \"#a85400\", \"#d87f26\", \"#ff7f00\", \"#e8b27c\", \"#ffb265\", \"#f7e5d3\", \"#fee5cc\",\n        \"#8f8f19\", \"#a8a800\", \"#d8d826\", \"#feff00\", \"#e8e87c\", \"#feff65\", \"#f7f7d3\", \"#fefecc\",\n        \"#198f19\", \"#00a800\", \"#26d826\", \"#00ff00\", \"#7ce87c\", \"#65ff65\", \"#d3f7d3\", \"#ccfecc\",\n        \"#198f8f\", \"#00a8a8\", \"#26d8d8\", \"#00feff\", \"#7ce8e8\", \"#65feff\", \"#d3f7f7\", \"#ccfefe\",\n        \"#19198f\", \"#0000a8\", \"#2626d8\", \"#0000ff\", \"#7c7ce8\", \"#6565ff\", \"#d3d3f7\", \"#ccccfe\",\n        \"#8f198f\", \"#a800a8\", \"#d826d8\", \"#ff00fe\", \"#e87ce8\", \"#ff65fe\", \"#f7d3f7\", \"#feccfe\",\n        \"#000000\", \"#242424\", \"#484848\", \"#6d6d6d\", \"#919191\", \"#b6b6b6\", \"#dadada\", \"#ffffff\"\n    ];\n\n    Rkns.__renkans = [];\n\n    var _BaseBin = Rkns._BaseBin = function(_renkan, _opts) {\n        if (typeof _renkan !== \"undefined\") {\n            this.renkan = _renkan;\n            this.renkan.$.find(\".Rk-Bin-Main\").hide();\n            this.$ = Rkns.$('<li>')\n                .addClass(\"Rk-Bin\")\n                .appendTo(_renkan.$.find(\".Rk-Bin-List\"));\n            this.title_icon_$ = Rkns.$('<span>')\n                .addClass(\"Rk-Bin-Title-Icon\")\n                .appendTo(this.$);\n\n            var _this = this;\n\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Close bin\")\n                })\n                .addClass(\"Rk-Bin-Close\")\n                .html('&times;')\n                .appendTo(this.$)\n                .click(function() {\n                    _this.destroy();\n                    if (!_renkan.$.find(\".Rk-Bin-Main:visible\").length) {\n                        _renkan.$.find(\".Rk-Bin-Main:last\").slideDown();\n                    }\n                    _renkan.resizeBins();\n                    return false;\n                });\n            Rkns.$('<a>')\n                .attr({\n                    href: \"#\",\n                    title: _renkan.translate(\"Refresh bin\")\n                })\n                .addClass(\"Rk-Bin-Refresh\")\n                .appendTo(this.$)\n                .click(function() {\n                    _this.refresh();\n                    return false;\n                });\n            this.count_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Count\")\n                .appendTo(this.$);\n            this.title_$ = Rkns.$('<h2>')\n                .addClass(\"Rk-Bin-Title\")\n                .appendTo(this.$);\n            this.main_$ = Rkns.$('<div>')\n                .addClass(\"Rk-Bin-Main\")\n                .appendTo(this.$)\n                .html('<h4 class=\"Rk-Bin-Loading\">' + _renkan.translate(\"Loading, please wait\") + '</h4>');\n            this.title_$.html(_opts.title || '(new bin)');\n            this.renkan.resizeBins();\n\n            if (_opts.auto_refresh) {\n                window.setInterval(function() {\n                    _this.refresh();\n                }, _opts.auto_refresh);\n            }\n        }\n    };\n\n    _BaseBin.prototype.destroy = function() {\n        this.$.detach();\n        this.renkan.resizeBins();\n    };\n\n    /* Point of entry */\n\n    var Renkan = Rkns.Renkan = function(_opts) {\n        var _this = this;\n\n        Rkns.__renkans.push(this);\n\n        this.options = _.defaults(_opts, Rkns.defaults, {\n            templates: _.defaults(_opts.templates, renkanJST) || renkanJST,\n            node_editor_templates: _.defaults(_opts.node_editor_templates, Rkns.defaults.node_editor_templates)\n        });\n        this.template = renkanJST['templates/main.html'];\n\n        var types_templates = {};\n        _.each(this.options.node_editor_templates, function(value, key) {\n            types_templates[key] = _this.options.templates[value];\n            delete _this.options.templates[value];\n        });\n        this.options.node_editor_templates = types_templates;\n\n        _.each(this.options.property_files, function(f) {\n            Rkns.$.getJSON(f, function(data) {\n                _this.options.properties = _this.options.properties.concat(data);\n            });\n        });\n\n        this.read_only = this.options.read_only || !this.options.editor_mode;\n\n        this.router = new Rkns.Router();\n\n        this.project = new Rkns.Models.Project();\n        this.dataloader = new Rkns.DataLoader.Loader(this.project, this.options);\n\n        this.setCurrentUser = function(user_id, user_name) {\n            this.project.addUser({\n                _id: user_id,\n                title: user_name\n            });\n            this.current_user = user_id;\n            this.renderer.redrawUsers();\n        };\n\n        if (typeof this.options.user_id !== \"undefined\") {\n            this.current_user = this.options.user_id;\n        }\n        this.$ = Rkns.$(\"#\" + this.options.container);\n        this.$\n            .addClass(\"Rk-Main\")\n            .html(this.template(this));\n\n        this.tabs = [];\n        this.search_engines = [];\n\n        this.current_user_list = new Rkns.Models.UsersList();\n\n        this.current_user_list.on(\"add remove\", function() {\n            if (this.renderer) {\n                this.renderer.redrawUsers();\n            }\n        });\n\n        this.colorPicker = (function() {\n            var _tmpl = renkanJST['templates/colorpicker.html'];\n            return '<ul class=\"Rk-Edit-ColorPicker\">' + Rkns.pickerColors.map(function(c) {\n                return _tmpl({\n                    c: c\n                });\n            }).join(\"\") + '</ul>';\n        })();\n\n        if (this.options.show_editor) {\n            this.renderer = new Rkns.Renderer.Scene(this);\n        }\n\n        if (!this.options.search.length) {\n            this.$.find(\".Rk-Web-Search-Form\").detach();\n        } else {\n            var _tmpl = renkanJST['templates/search.html'],\n                _select = this.$.find(\".Rk-Search-List\"),\n                _input = this.$.find(\".Rk-Web-Search-Input\"),\n                _form = this.$.find(\".Rk-Web-Search-Form\");\n            _.each(this.options.search, function(_search, _key) {\n                if (Rkns[_search.type] && Rkns[_search.type].Search) {\n                    _this.search_engines.push(new Rkns[_search.type].Search(_this, _search));\n                }\n            });\n            _select.html(\n                _(this.search_engines).map(function(_search, _key) {\n                    return _tmpl({\n                        key: _key,\n                        title: _search.getSearchTitle(),\n                        className: _search.getBgClass()\n                    });\n                }).join(\"\")\n            );\n            _select.find(\"li\").click(function() {\n                var _el = Rkns.$(this);\n                _this.setSearchEngine(_el.attr(\"data-key\"));\n                _form.submit();\n            });\n            _form.submit(function() {\n                if (_input.val()) {\n                    var _search = _this.search_engine;\n                    _search.search(_input.val());\n                }\n                return false;\n            });\n            this.$.find(\".Rk-Search-Current\").mouseenter(\n                function() {\n                    _select.slideDown();\n                }\n            );\n            this.$.find(\".Rk-Search-Select\").mouseleave(\n                function() {\n                    _select.hide();\n                }\n            );\n            this.setSearchEngine(0);\n        }\n        _.each(this.options.bins, function(_bin) {\n            if (Rkns[_bin.type] && Rkns[_bin.type].Bin) {\n                _this.tabs.push(new Rkns[_bin.type].Bin(_this, _bin));\n            }\n        });\n\n        var elementDropped = false;\n\n        this.$.find(\".Rk-Bins\")\n            .on(\"click\", \".Rk-Bin-Title,.Rk-Bin-Title-Icon\", function() {\n                var _mainDiv = Rkns.$(this).siblings(\".Rk-Bin-Main\");\n                if (_mainDiv.is(\":hidden\")) {\n                    _this.$.find(\".Rk-Bin-Main\").slideUp();\n                    _mainDiv.slideDown();\n                }\n            });\n\n        if (this.options.show_editor) {\n\n            this.$.find(\".Rk-Bins\").on(\"mouseover\", \".Rk-Bin-Item\", function(_e) {\n                var _t = Rkns.$(this);\n                if (_t && $(_t).attr(\"data-uri\")) {\n                    var _models = _this.project.get(\"nodes\").where({\n                        uri: $(_t).attr(\"data-uri\")\n                    });\n                    _.each(_models, function(_model) {\n                        _this.renderer.highlightModel(_model);\n                    });\n                }\n            }).mouseout(function() {\n                _this.renderer.unhighlightAll();\n            }).on(\"mousemove\", \".Rk-Bin-Item\", function(e) {\n                try {\n                    this.dragDrop();\n                } catch (err) {}\n            }).on(\"touchstart\", \".Rk-Bin-Item\", function(e) {\n                elementDropped = false;\n            }).on(\"touchmove\", \".Rk-Bin-Item\", function(e) {\n                e.preventDefault();\n                var touch = e.originalEvent.changedTouches[0],\n                    off = _this.renderer.canvas_$.offset(),\n                    w = _this.renderer.canvas_$.width(),\n                    h = _this.renderer.canvas_$.height();\n                if (touch.pageX >= off.left && touch.pageX < (off.left + w) && touch.pageY >= off.top && touch.pageY < (off.top + h)) {\n                    if (elementDropped) {\n                        _this.renderer.onMouseMove(touch, true);\n                    } else {\n                        elementDropped = true;\n                        var div = document.createElement('div');\n                        div.appendChild(this.cloneNode(true));\n                        _this.renderer.dropData({\n                            \"text/html\": div.innerHTML\n                        }, touch);\n                        _this.renderer.onMouseDown(touch, true);\n                    }\n                }\n            }).on(\"touchend\", \".Rk-Bin-Item\", function(e) {\n                if (elementDropped) {\n                    _this.renderer.onMouseUp(e.originalEvent.changedTouches[0], true);\n                }\n                elementDropped = false;\n            }).on(\"dragstart\", \".Rk-Bin-Item\", function(e) {\n                var div = document.createElement('div');\n                div.appendChild(this.cloneNode(true));\n                try {\n                    e.originalEvent.dataTransfer.setData(\"text/html\", div.innerHTML);\n                } catch (err) {\n                    e.originalEvent.dataTransfer.setData(\"text\", div.innerHTML);\n                }\n            });\n\n        }\n\n        Rkns.$(window).resize(function() {\n            _this.resizeBins();\n        });\n\n        var lastsearch = false,\n            lastval = '';\n\n        this.$.find(\".Rk-Bins-Search-Input\").on(\"change keyup paste input\", function() {\n            var val = Rkns.$(this).val();\n            if (val === lastval) {\n                return;\n            }\n            var search = Rkns.Utils.regexpFromTextOrArray(val.length > 1 ? val : null);\n            if (search.source === lastsearch) {\n                return;\n            }\n            lastsearch = search.source;\n            _.each(_this.tabs, function(tab) {\n                tab.render(search);\n            });\n\n        });\n        this.$.find(\".Rk-Bins-Search-Form\").submit(function() {\n            return false;\n        });\n    };\n\n    Renkan.prototype.translate = function(_text) {\n        if (Rkns.i18n[this.options.language] && Rkns.i18n[this.options.language][_text]) {\n            return Rkns.i18n[this.options.language][_text];\n        }\n        if (this.options.language.length > 2 && Rkns.i18n[this.options.language.substr(0, 2)] && Rkns.i18n[this.options.language.substr(0, 2)][_text]) {\n            return Rkns.i18n[this.options.language.substr(0, 2)][_text];\n        }\n        return _text;\n    };\n\n    Renkan.prototype.onStatusChange = function() {\n        this.renderer.onStatusChange();\n    };\n\n    Renkan.prototype.setSearchEngine = function(_key) {\n        this.search_engine = this.search_engines[_key];\n        this.$.find(\".Rk-Search-Current\").attr(\"class\", \"Rk-Search-Current \" + this.search_engine.getBgClass());\n        var listClasses = this.search_engine.getBgClass().split(\" \");\n        var classes = \"\";\n        for (var i = 0; i < listClasses.length; i++) {\n            classes += \".\" + listClasses[i];\n        }\n        this.$.find(\".Rk-Web-Search-Input.Rk-Search-Input\").attr(\"placeholder\", this.translate(\"Search in \") + this.$.find(\".Rk-Search-List \" + classes).html());\n    };\n\n    Renkan.prototype.resizeBins = function() {\n        var _d = +this.$.find(\".Rk-Bins-Head\").outerHeight();\n        this.$.find(\".Rk-Bin-Title:visible\").each(function() {\n            _d += Rkns.$(this).outerHeight();\n        });\n        this.$.find(\".Rk-Bin-Main\").css({\n            height: this.$.find(\".Rk-Bins\").height() - _d\n        });\n    };\n\n    /* Utility functions */\n    var getUUID4 = function() {\n        return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {\n            var r = Math.random() * 16 | 0,\n                v = c === 'x' ? r : (r & 0x3 | 0x8);\n            return v.toString(16);\n        });\n    };\n\n    Rkns.Utils = {\n        getUUID4: getUUID4,\n        getUID: (function() {\n            function pad(n) {\n                return n < 10 ? '0' + n : n;\n            }\n            var _d = new Date(),\n                ID_AUTO_INCREMENT = 0,\n                ID_BASE = _d.getUTCFullYear() + '-' +\n                pad(_d.getUTCMonth() + 1) + '-' +\n                pad(_d.getUTCDate()) + '-' +\n                getUUID4();\n            return function(_base) {\n                var _n = (++ID_AUTO_INCREMENT).toString(16),\n                    _uidbase = (typeof _base === \"undefined\" ? \"\" : _base + \"-\");\n                while (_n.length < 4) {\n                    _n = '0' + _n;\n                }\n                return _uidbase + ID_BASE + '-' + _n;\n            };\n        })(),\n        getFullURL: function(url) {\n\n            if (typeof(url) === 'undefined' || url == null) {\n                return \"\";\n            }\n            if (/https?:\\/\\//.test(url)) {\n                return url;\n            }\n            var img = new Image();\n            img.src = url;\n            var res = img.src;\n            img.src = null;\n            return res;\n\n        },\n        inherit: function(_baseClass, _callbefore) {\n\n            var _class = function(_arg) {\n                if (typeof _callbefore === \"function\") {\n                    _callbefore.apply(this, Array.prototype.slice.call(arguments, 0));\n                }\n                _baseClass.apply(this, Array.prototype.slice.call(arguments, 0));\n                if (typeof this._init === \"function\" && !this._initialized) {\n                    this._init.apply(this, Array.prototype.slice.call(arguments, 0));\n                    this._initialized = true;\n                }\n            };\n            _.extend(_class.prototype, _baseClass.prototype);\n\n            return _class;\n\n        },\n        regexpFromTextOrArray: (function() {\n            var charsub = [\n                    '[aáàâä]',\n                    '[cç]',\n                    '[eéèêë]',\n                    '[iíìîï]',\n                    '[oóòôö]',\n                    '[uùûü]'\n                ],\n                removeChars = [\n                    String.fromCharCode(768), String.fromCharCode(769), String.fromCharCode(770), String.fromCharCode(771), String.fromCharCode(807),\n                    \"{\", \"}\", \"(\", \")\", \"[\", \"]\", \"【\", \"】\", \"、\", \"・\", \"‥\", \"。\", \"「\", \"」\", \"『\", \"』\", \"〜\", \":\", \"!\", \"?\", \" \",\n                    \",\", \" \", \";\", \"(\", \")\", \".\", \"*\", \"+\", \"\\\\\", \"?\", \"|\", \"{\", \"}\", \"[\", \"]\", \"^\", \"#\", \"/\"\n                ],\n                remsrc = \"[\\\\\" + removeChars.join(\"\\\\\") + \"]\",\n                remrx = new RegExp(remsrc, \"gm\"),\n                charsrx = _.map(charsub, function(c) {\n                    return new RegExp(c);\n                });\n\n            function replaceText(_text) {\n                var txt = _text.toLowerCase().replace(remrx, \"\"),\n                    src = \"\";\n\n                function makeReplaceFunc(l) {\n                    return function(k, v) {\n                        l = l.replace(charsrx[k], v);\n                    };\n                }\n                for (var j = 0; j < txt.length; j++) {\n                    if (j) {\n                        src += remsrc + \"*\";\n                    }\n                    var l = txt[j];\n                    _.each(charsub, makeReplaceFunc(l));\n                    src += l;\n                }\n                return src;\n            }\n\n            function getSource(inp) {\n                switch (typeof inp) {\n                    case \"string\":\n                        return replaceText(inp);\n                    case \"object\":\n                        var src = '';\n                        _.each(inp, function(v) {\n                            var res = getSource(v);\n                            if (res) {\n                                if (src) {\n                                    src += '|';\n                                }\n                                src += res;\n                            }\n                        });\n                        return src;\n                }\n                return '';\n            }\n\n            return function(_textOrArray) {\n                var source = getSource(_textOrArray);\n                if (source) {\n                    var testrx = new RegExp(source, \"im\"),\n                        replacerx = new RegExp('(' + source + ')', \"igm\");\n                    return {\n                        isempty: false,\n                        source: source,\n                        test: function(_t) {\n                            return testrx.test(_t);\n                        },\n                        replace: function(_text, _replace) {\n                            return _text.replace(replacerx, _replace);\n                        }\n                    };\n                } else {\n                    return {\n                        isempty: true,\n                        source: '',\n                        test: function() {\n                            return true;\n                        },\n                        replace: function(_text) {\n                            return text;\n                        }\n                    };\n                }\n            };\n        })(),\n        /* The minimum distance (in pixels) the mouse has to move to consider an element was dragged */\n        _MIN_DRAG_DISTANCE: 2,\n        /* Distance between the inner and outer radius of buttons that appear when hovering on a node */\n        _NODE_BUTTON_WIDTH: 40,\n\n        _EDGE_BUTTON_INNER: 2,\n        _EDGE_BUTTON_OUTER: 40,\n        /* Constants used to know if a specific action is to be performed when clicking on the canvas */\n        _CLICKMODE_ADDNODE: 1,\n        _CLICKMODE_STARTEDGE: 2,\n        _CLICKMODE_ENDEDGE: 3,\n        /* Node size step: Used to calculate the size change when clicking the +/- buttons */\n        _NODE_SIZE_STEP: Math.LN2 / 4,\n        _MIN_SCALE: 1 / 20,\n        _MAX_SCALE: 20,\n        _MOUSEMOVE_RATE: 80,\n        _DOUBLETAP_DELAY: 800,\n        /* Maximum distance in pixels (squared, to reduce calculations)\n         * between two taps when double-tapping on a touch terminal */\n        _DOUBLETAP_DISTANCE: 20 * 20,\n        /* A placeholder so a default colour is displayed when a node has a null value for its user property */\n        _USER_PLACEHOLDER: function(_renkan) {\n            return {\n                color: _renkan.options.default_user_color,\n                title: _renkan.translate(\"(unknown user)\"),\n                get: function(attr) {\n                    return this[attr] || false;\n                }\n            };\n        },\n        /* The code for the \"Drag and Add Bookmarklet\", slightly minified and with whitespaces removed, though\n         * it doesn't seem that it's still a requirement in newer browsers (i.e. the ones compatibles with canvas drawing)\n         */\n        _BOOKMARKLET_CODE: function(_renkan) {\n            return \"(function(a,b,c,d,e,f,h,i,j,k,l,m,n,o,p,q,r){a=document;b=a.body;c=a.location.href;j='draggable';m='text/x-iri-';d=a.createElement('div');d.innerHTML='<p_style=\\\"position:fixed;top:0;right:0;font:bold_18px_sans-serif;color:#fff;background:#909;padding:10px;z-index:100000;\\\">\" +\n                _renkan.translate(\"Drag items from this website, drop them in Renkan\").replace(/ /g, \"_\") +\n                \"</p>'.replace(/_/g,String.fromCharCode(32));b.appendChild(d);e=[{r:/https?:\\\\/\\\\/[^\\\\/]*twitter\\\\.com\\\\//,s:'.tweet',n:'twitter'},{r:/https?:\\\\/\\\\/[^\\\\/]*google\\\\.[^\\\\/]+\\\\//,s:'.g',n:'google'},{r:/https?:\\\\/\\\\/[^\\\\/]*lemonde\\\\.fr\\\\//,s:'[data-vr-contentbox]',n:'lemonde'}];f=false;e.forEach(function(g){if(g.r.test(c)){f=g;}});if(f){h=function(){Array.prototype.forEach.call(a.querySelectorAll(f.s),function(i){i[j]=true;k=i.style;k.borderWidth='2px';k.borderColor='#909';k.borderStyle='solid';k.backgroundColor='rgba(200,0,180,.1)';})};window.setInterval(h,500);h();};a.addEventListener('dragstart',function(k){l=k.dataTransfer;l.setData(m+'source-uri',c);l.setData(m+'source-title',a.title);n=k.target;if(f){o=n;while(!o.attributes[j]){o=o.parentNode;if(o==b){break;}}}if(f&&o.attributes[j]){p=o.cloneNode(true);l.setData(m+'specific-site',f.n)}else{q=a.getSelection();if(q.type==='Range'||!q.type){p=q.getRangeAt(0).cloneContents();}else{p=n.cloneNode();}}r=a.createElement('div');r.appendChild(p);l.setData('text/x-iri-selected-text',r.textContent.trim());l.setData('text/x-iri-selected-html',r.innerHTML);},false);})();\";\n        },\n        /* Shortens text to the required length then adds ellipsis */\n        shortenText: function(_text, _maxlength) {\n            return (_text.length > _maxlength ? (_text.substr(0, _maxlength) + '…') : _text);\n        },\n        /* Drawing an edit box with an arrow and positioning the edit box according to the position of the node/edge being edited\n         * Called by Rkns.Renderer.NodeEditor and Rkns.Renderer.EdgeEditor */\n        drawEditBox: function(_options, _coords, _path, _xmargin, _selector) {\n            _selector.css({\n                width: (_options.tooltip_width - 2 * _options.tooltip_padding)\n            });\n            var _height = _selector.outerHeight() + 2 * _options.tooltip_padding,\n                _isLeft = (_coords.x < paper.view.center.x ? 1 : -1),\n                _left = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length),\n                _right = _coords.x + _isLeft * (_xmargin + _options.tooltip_arrow_length + _options.tooltip_width),\n                _top = _coords.y - _height / 2;\n            if (_top + _height > (paper.view.size.height - _options.tooltip_margin)) {\n                _top = Math.max(paper.view.size.height - _options.tooltip_margin, _coords.y + _options.tooltip_arrow_width / 2) - _height;\n            }\n            if (_top < _options.tooltip_margin) {\n                _top = Math.min(_options.tooltip_margin, _coords.y - _options.tooltip_arrow_width / 2);\n            }\n            var _bottom = _top + _height;\n            /* jshint laxbreak:true */\n            _path.segments[0].point = _path.segments[7].point = _coords.add([_isLeft * _xmargin, 0]);\n            _path.segments[1].point.x = _path.segments[2].point.x = _path.segments[5].point.x = _path.segments[6].point.x = _left;\n            _path.segments[3].point.x = _path.segments[4].point.x = _right;\n            _path.segments[2].point.y = _path.segments[3].point.y = _top;\n            _path.segments[4].point.y = _path.segments[5].point.y = _bottom;\n            _path.segments[1].point.y = _coords.y - _options.tooltip_arrow_width / 2;\n            _path.segments[6].point.y = _coords.y + _options.tooltip_arrow_width / 2;\n            _path.fillColor = new paper.Color(new paper.Gradient([_options.tooltip_top_color, _options.tooltip_bottom_color]), [0, _top], [0, _bottom]);\n            _selector.css({\n                left: (_options.tooltip_padding + Math.min(_left, _right)),\n                top: (_options.tooltip_padding + _top)\n            });\n            return _path;\n        },\n        // from http://stackoverflow.com/a/6444043\n        increaseBrightness: function (hex, percent){\n            // strip the leading # if it's there\n            hex = hex.replace(/^\\s*#|\\s*$/g, '');\n\n            // convert 3 char codes --> 6, e.g. `E0F` --> `EE00FF`\n            if(hex.length === 3){\n                hex = hex.replace(/(.)/g, '$1$1');\n            }\n\n            var r = parseInt(hex.substr(0, 2), 16),\n                g = parseInt(hex.substr(2, 2), 16),\n                b = parseInt(hex.substr(4, 2), 16);\n\n            return '#' +\n               ((0|(1<<8) + r + (256 - r) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + g + (256 - g) * percent / 100).toString(16)).substr(1) +\n               ((0|(1<<8) + b + (256 - b) * percent / 100).toString(16)).substr(1);\n        }\n    };\n})(window);\n\n/* END main.js */\n","(function(root) {\n    \"use strict\";\n    \n    var Backbone = root.Backbone;\n    \n    var Router = root.Rkns.Router = Backbone.Router.extend({\n        routes: {\n            '': 'index'\n        },\n        \n        index: function (parameters) {\n            \n            var result = {};\n            if (parameters !== null){\n                parameters.split(\"&\").forEach(function(part) {\n                    var item = part.split(\"=\");\n                    result[item[0]] = decodeURIComponent(item[1]);\n                });\n            }\n            this.trigger('router', result);        \n        }  \n    });\n\n})(window);","(function(root) {\n\n    \"use strict\";\n\n    var DataLoader = root.Rkns.DataLoader = {\n        converters: {\n            from1to2: function(data) {\n\n                var i, len;\n                if(typeof data.nodes !== 'undefined') {\n                    for(i=0, len=data.nodes.length; i<len; i++) {\n                        var node = data.nodes[i];\n                        if(node.color) {\n                            node.style = {\n                                color: node.color,\n                            };\n                        }\n                        else {\n                            node.style = {};\n                        }\n                    }\n                }\n                if(typeof data.edges !== 'undefined') {\n                    for(i=0, len=data.edges.length; i<len; i++) {\n                        var edge = data.edges[i];\n                        if(edge.color) {\n                            edge.style = {\n                                color: edge.color,\n                            };\n                        }\n                        else {\n                            edge.style = {};\n                        }\n                    }\n                }\n\n                data.schema_version = \"2\";\n\n                return data;\n            },\n        }\n    };\n\n\n    DataLoader.Loader = function(project, options) {\n        this.project = project;\n        this.dataConverters = _.defaults(options.converters || {}, DataLoader.converters);\n    };\n\n\n    DataLoader.Loader.prototype.convert = function(data) {\n        var schemaVersionFrom = this.project.getSchemaVersion(data);\n        var schemaVersionTo = this.project.getSchemaVersion();\n\n        if (schemaVersionFrom !== schemaVersionTo) {\n            var converterName = \"from\" + schemaVersionFrom + \"to\" + schemaVersionTo;\n            if (typeof this.dataConverters[converterName] === 'function') {\n                data = this.dataConverters[converterName](data);\n            }\n        }\n        return data;\n    };\n\n    DataLoader.Loader.prototype.load = function(data) {\n        this.project.set(this.convert(data), {\n            validate: true\n        });\n    };\n\n})(window);\n","(function(root) {\n    \"use strict\";\n\n    var Backbone = root.Backbone;\n\n    var Models = root.Rkns.Models = {};\n\n    Models.getUID = function(obj) {\n        var guid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g,\n                function(c) {\n                    var r = Math.random() * 16 | 0, v = c === 'x' ? r\n                            : (r & 0x3 | 0x8);\n                    return v.toString(16);\n                });\n        if (typeof obj !== 'undefined') {\n            return obj.type + \"-\" + guid;\n        }\n        else {\n            return guid;\n        }\n    };\n\n    var RenkanModel = Backbone.RelationalModel.extend({\n        idAttribute : \"_id\",\n        constructor : function(options) {\n\n            if (typeof options !== \"undefined\") {\n                options._id = options._id || options.id || Models.getUID(this);\n                options.title = options.title || \"\";\n                options.description = options.description || \"\";\n                options.uri = options.uri || \"\";\n\n                if (typeof this.prepare === \"function\") {\n                    options = this.prepare(options);\n                }\n            }\n            Backbone.RelationalModel.prototype.constructor.call(this, options);\n        },\n        validate : function() {\n            if (!this.type) {\n                return \"object has no type\";\n            }\n        },\n        addReference : function(_options, _propName, _list, _id, _default) {\n            var _element = _list.get(_id);\n            if (typeof _element === \"undefined\" &&\n                typeof _default !== \"undefined\") {\n                _options[_propName] = _default;\n            }\n            else {\n                _options[_propName] = _element;\n            }\n        }\n    });\n\n    // USER\n    var User = Models.User = RenkanModel.extend({\n        type : \"user\",\n        prepare : function(options) {\n            options.color = options.color || \"#666666\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                color : this.get(\"color\")\n            };\n        }\n    });\n\n    // NODE\n    var Node = Models.Node = RenkanModel.extend({\n        type : \"node\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                position : this.get(\"position\"),\n                image : this.get(\"image\"),\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                size : this.get(\"size\"),\n                clip_path : this.get(\"clip_path\"),\n                shape : this.get(\"shape\"),  \n                type : this.get(\"type\")\n            };\n        }\n    });\n\n    // EDGE\n    var Edge = Models.Edge = RenkanModel.extend({\n        type : \"edge\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        }, {\n            type : Backbone.HasOne,\n            key : \"from\",\n            relatedModel : Node\n        }, {\n            type : Backbone.HasOne,\n            key : \"to\",\n            relatedModel : Node\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            this.addReference(options, \"from\", project.get(\"nodes\"),\n                    options.from);\n            this.addReference(options, \"to\", project.get(\"nodes\"), options.to);\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                title : this.get(\"title\"),\n                uri : this.get(\"uri\"),\n                description : this.get(\"description\"),\n                from : this.get(\"from\") ? this.get(\"from\").get(\"_id\") : null,\n                to : this.get(\"to\") ? this.get(\"to\").get(\"_id\") : null,\n                style : this.get(\"style\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null\n            };\n        }\n    });\n\n    // View\n    var View = Models.View = RenkanModel.extend({\n        type : \"view\",\n        relations : [ {\n            type : Backbone.HasOne,\n            key : \"created_by\",\n            relatedModel : User\n        } ],\n        prepare : function(options) {\n            var project = options.project;\n            this.addReference(options, \"created_by\", project.get(\"users\"),\n                    options.created_by, project.current_user);\n            options.description = options.description || \"\";\n            if (typeof options.offset !== \"undefined\") {\n                var offset = {};\n                if (Array.isArray(options.offset)) {\n                    offset.x = options.offset[0];\n                    offset.y = options.offset.length > 1 ? options.offset[1]\n                            : options.offset[0];\n                }\n                else if (options.offset.x != null) {\n                    offset.x = options.offset.x;\n                    offset.y = options.offset.y;\n                }\n                options.offset = offset;\n            }\n            return options;\n        },\n        toJSON : function() {\n            return {\n                _id : this.get(\"_id\"),\n                zoom_level : this.get(\"zoom_level\"),\n                offset : this.get(\"offset\"),\n                title : this.get(\"title\"),\n                description : this.get(\"description\"),\n                created_by : this.get(\"created_by\") ? this.get(\"created_by\")\n                        .get(\"_id\") : null,\n                hidden_nodes: this.get(\"hidden_nodes\")\n            // Don't need project id\n            };\n        }\n    });\n\n    // PROJECT\n    var Project = Models.Project = RenkanModel.extend({\n        schema_version : \"2\",\n        type : \"project\",\n        blacklist : [ 'saveStatus', 'loadingStatus'],\n        relations : [ {\n            type : Backbone.HasMany,\n            key : \"users\",\n            relatedModel : User,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"nodes\",\n            relatedModel : Node,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"edges\",\n            relatedModel : Edge,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        }, {\n            type : Backbone.HasMany,\n            key : \"views\",\n            relatedModel : View,\n            reverseRelation : {\n                key : 'project',\n                includeInJSON : '_id'\n            }\n        } ],\n        addUser : function(_props, _options) {\n            _props.project = this;\n            var _user = User.findOrCreate(_props);\n            this.get(\"users\").push(_user, _options);\n            return _user;\n        },\n        addNode : function(_props, _options) {\n            _props.project = this;\n            var _node = Node.findOrCreate(_props);\n            this.get(\"nodes\").push(_node, _options);\n            return _node;\n        },\n        addEdge : function(_props, _options) {\n            _props.project = this;\n            var _edge = Edge.findOrCreate(_props);\n            this.get(\"edges\").push(_edge, _options);\n            return _edge;\n        },\n        addView : function(_props, _options) {\n            _props.project = this;\n            // TODO: check if need to replace with create only\n            var _view = View.findOrCreate(_props);\n            // TODO: Should we remember only one view?\n            this.get(\"views\").push(_view, _options);\n            return _view;\n        },\n        removeNode : function(_model) {\n            this.get(\"nodes\").remove(_model);\n        },\n        removeEdge : function(_model) {\n            this.get(\"edges\").remove(_model);\n        },\n        validate : function(options) {\n            var _project = this;\n            _.each(\n              [].concat(options.users, options.nodes, options.edges,options.views),\n              function(_item) {\n                if (_item) {\n                    _item.project = _project;\n                }\n              }\n            );\n        },\n        getSchemaVersion : function(data) {\n          var t = data;\n          if(typeof(t) === \"undefined\") {\n            t = this;\n          }\n          var version = t.schema_version;\n          if(!version) {\n            return 1;\n          }\n          else {\n            return version;\n          }\n        },\n        // Add event handler to remove edges when a node is removed\n        initialize : function() {\n            var _this = this;\n            this.on(\"remove:nodes\", function(_node) {\n                _this.get(\"edges\").remove(\n                        _this.get(\"edges\").filter(\n                                function(_edge) {\n                                    return _edge.get(\"from\") === _node ||\n                                           _edge.get(\"to\") === _node;\n                                }));\n            });\n        },\n        toJSON : function() {\n            var json = _.clone(this.attributes);\n            for ( var attr in json) {\n                if ((json[attr] instanceof Backbone.Model) ||\n                        (json[attr] instanceof Backbone.Collection) ||\n                        (json[attr] instanceof RenkanModel)) {\n                    json[attr] = json[attr].toJSON();\n                }\n            }\n            return _.omit(json, this.blacklist);\n        }\n    });\n\n    var RosterUser = Models.RosterUser = Backbone.Model\n            .extend({\n                type : \"roster_user\",\n                idAttribute : \"_id\",\n\n                constructor : function(options) {\n\n                    if (typeof options !== \"undefined\") {\n                        options._id = options._id ||\n                            options.id ||\n                            Models.getUID(this);\n                        options.title = options.title || \"(untitled \" + this.type + \")\";\n                        options.description = options.description || \"\";\n                        options.uri = options.uri || \"\";\n                        options.project = options.project || null;\n                        options.site_id = options.site_id || 0;\n\n                        if (typeof this.prepare === \"function\") {\n                            options = this.prepare(options);\n                        }\n                    }\n                    Backbone.Model.prototype.constructor.call(this, options);\n                },\n\n                validate : function() {\n                    if (!this.type) {\n                        return \"object has no type\";\n                    }\n                },\n\n                prepare : function(options) {\n                    options.color = options.color || \"#666666\";\n                    return options;\n                },\n\n                toJSON : function() {\n                    return {\n                        _id : this.get(\"_id\"),\n                        title : this.get(\"title\"),\n                        uri : this.get(\"uri\"),\n                        description : this.get(\"description\"),\n                        color : this.get(\"color\"),\n                        project : (this.get(\"project\") != null) ? this.get(\n                                \"project\").get(\"id\") : null,\n                        site_id : this.get(\"site_id\")\n                    };\n                }\n            });\n\n    var UsersList = Models.UsersList = Backbone.Collection.extend({\n        model : RosterUser\n    });\n\n})(window);\n","Rkns.defaults = {\n\n    language: (navigator.language || navigator.userLanguage || \"en\"),\n        /* GUI Language */\n    container: \"renkan\",\n        /* GUI Container DOM element ID */\n    search: [],\n        /* List of Search Engines */\n    bins: [],\n           /* List of Bins */\n    static_url: \"\",\n        /* URL for static resources */\n    popup_editor: true,\n        /* show the node editor as a popup inside the renkan view */\n    editor_panel: 'editor-panel',\n        /* GUI continer DOM element ID of the editor panel */\n    show_bins: true,\n        /* Show bins in left column */\n    properties: [],\n        /* Semantic properties for edges */\n    show_editor: true,\n        /* Show the graph editor... Setting this to \"false\" only shows the bins part ! */\n    read_only: false,\n        /* Allows editing of renkan without changing the rest of the GUI. Can be switched on/off on the fly to block/enable editing */\n    editor_mode: true,\n        /* Switch for Publish/Edit GUI. If editor_mode is false, read_only will be true.  */\n    manual_save: false,\n        /* In snapshot mode, clicking on the floppy will save a snapshot. Otherwise, it will show the connection status */\n    show_top_bar: true,\n        /* Show the top bar, (title, buttons, users) */\n    default_user_color: \"#303030\",\n    size_bug_fix: false,\n        /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */\n    force_resize: false,\n    allow_double_click: true,\n        /* Allows Double Click to create a node on an empty background */\n    zoom_on_scroll: true,\n        /* Allows to use the scrollwheel to zoom */\n    element_delete_delay: 0,\n        /* Delay between clicking on the bin on an element and really deleting it\n           Set to 0 for delete confirm */\n    autoscale_padding: 50,\n    resize: true,\n\n    /* zoom options */\n    show_zoom: true,\n        /* show zoom buttons */\n    save_view: true,\n        /* show buttons to save view */\n    default_view: false,\n        /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */\n    default_index_view: -1,\n    \n    /* URL parsing */\n    update_url:true,\n        /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */\n    \n\n    /* TOP BAR BUTTONS */\n    show_search_field: true,\n    show_user_list: true,\n    user_name_editable: true,\n    user_color_editable: true,\n    show_user_color: true,\n    show_save_button: true,\n    show_export_button: true,\n    show_open_button: false,\n    show_addnode_button: true,\n    show_addedge_button: true,\n    show_bookmarklet: true,\n    show_fullscreen_button: true,\n    home_button_url: false,\n    home_button_title: \"Home\",\n\n    /* MINI-MAP OPTIONS */\n\n    show_minimap: true,\n        /* Show a small map at the bottom right */\n    minimap_width: 160,\n    minimap_height: 120,\n    minimap_padding: 20,\n    minimap_background_color: \"#ffffff\",\n    minimap_border_color: \"#cccccc\",\n    minimap_highlight_color: \"#ffff00\",\n    minimap_highlight_weight: 5,\n\n\n    /* EDGE/NODE COMMON OPTIONS */\n\n    buttons_background: \"#202020\",\n    buttons_label_color: \"#c000c0\",\n    buttons_label_font_size: 9,\n\n    ghost_opacity : 0.3,\n        /* opacity when the hidden element is revealed */\n    default_dash_array : [4, 5],\n        /* dash line genometry */\n\n    /* NODE DISPLAY OPTIONS */\n\n    show_node_circles: true,\n        /* Show circles for nodes */\n    clip_node_images: true,\n        /* Constraint node images to circles */\n    node_images_fill_mode: false,\n        /* Set to false for \"letterboxing\" (height/width of node adapted to show full image)\n           Set to true for \"crop\" (adapted to fill circle) */\n    node_size_base: 25,\n    node_stroke_width: 2,\n    node_stroke_max_width: 12,\n    selected_node_stroke_width: 4,\n    selected_node_stroke_max_width: 24,\n    node_stroke_witdh_scale: 5,\n    node_fill_color: \"#ffffff\",\n    highlighted_node_fill_color: \"#ffff00\",\n    node_label_distance: 5,\n        /* Vertical distance between node and label */\n    node_label_max_length: 60,\n        /* Maximum displayed text length */\n    label_untitled_nodes: \"(untitled)\",\n        /* Label to display on untitled nodes */\n    hide_nodes: true,\n        /* allow hide/show nodes */\n    change_shapes: true,\n        /* Change shapes enabled */\n    change_types: true,\n    /* Change type enabled */\n\n    /* NODE EDITOR TEMPLATE*/\n\n    node_editor_templates: {\n        \"default\": \"templates/nodeeditor_readonly.html\",\n        \"video\": \"templates/nodeeditor_video.html\"\n    },\n\n    /* EDGE DISPLAY OPTIONS */\n\n    edge_stroke_width: 2,\n    edge_stroke_max_width: 12,\n    selected_edge_stroke_width: 4,\n    selected_edge_stroke_max_width: 24,\n    edge_stroke_witdh_scale: 5,\n\n    edge_label_distance: 0,\n    edge_label_max_length: 20,\n    edge_arrow_length: 18,\n    edge_arrow_width: 12,\n    edge_arrow_max_width: 32,\n    edge_gap_in_bundles: 12,\n    label_untitled_edges: \"\",\n\n    /* CONTEXTUAL DISPLAY (TOOLTIP OR EDITOR) OPTIONS */\n\n    tooltip_width: 275,\n    tooltip_padding: 10,\n    tooltip_margin: 15,\n    tooltip_arrow_length : 20,\n    tooltip_arrow_width : 40,\n    tooltip_top_color: \"#f0f0f0\",\n    tooltip_bottom_color: \"#d0d0d0\",\n    tooltip_border_color: \"#808080\",\n    tooltip_border_width: 1,\n    tooltip_opacity: 0.8,\n\n    richtext_editor_config: {\n        toolbarGroups: [\n            { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },\n            { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },\n            '/',\n\t        { name: 'styles'},\n        ],\n        removePlugins : 'colorbutton,find,flash,font,forms,iframe,image,newpage,smiley,specialchar,stylescombo,templates',\n    },\n\n    /* NODE EDITOR OPTIONS */\n\n    show_node_editor_uri: true,\n    show_node_editor_title: true,\n    show_node_editor_title_richtext: true,\n    show_node_editor_description: true,\n    show_node_editor_description_richtext: true,\n    show_node_editor_size: true,\n    show_node_editor_style: true,\n    show_node_editor_style_color: true,\n    show_node_editor_style_dash: true,\n    show_node_editor_style_thickness: true,\n    show_node_editor_image: true,\n    show_node_editor_creator: true,\n    allow_image_upload: true,\n    uploaded_image_max_kb: 500,\n\n\n    /* NODE TOOLTIP OPTIONS */\n\n    show_node_tooltip_uri: true,\n    show_node_tooltip_description: true,\n    show_node_tooltip_color: true,\n    show_node_tooltip_image: true,\n    show_node_tooltip_creator: true,\n\n    /* EDGE EDITOR OPTIONS */\n\n    show_edge_editor_uri: true,\n    show_edge_editor_style: true,\n    show_edge_editor_style_color: true,\n    show_edge_editor_style_dash: true,\n    show_edge_editor_style_thickness: true,\n    show_edge_editor_style_arrow: true,\n    show_edge_editor_direction: true,\n    show_edge_editor_nodes: true,\n    show_edge_editor_creator: true,\n\n    /* EDGE TOOLTIP OPTIONS */\n\n    show_edge_tooltip_uri: true,\n    show_edge_tooltip_color: true,\n    show_edge_tooltip_nodes: true,\n    show_edge_tooltip_creator: true,\n\n};\n","Rkns.i18n = {\n    fr: {\n        \"Edit Node\": \"Édition d’un nœud\",\n        \"Edit Edge\": \"Édition d’un lien\",\n        \"Title:\": \"Titre :\",\n        \"URI:\": \"URI :\",\n        \"Description:\": \"Description :\",\n        \"From:\": \"De :\",\n        \"To:\": \"Vers :\",\n        \"Image\": \"Image\",\n        \"Image URL:\": \"URL d'Image\",\n        \"Choose Image File:\": \"Choisir un fichier image\",\n        \"Full Screen\": \"Mode plein écran\",\n        \"Add Node\": \"Ajouter un nœud\",\n        \"Add Edge\": \"Ajouter un lien\",\n        \"Save Project\": \"Enregistrer le projet\",\n        \"Open Project\": \"Ouvrir un projet\",\n        \"Auto-save enabled\": \"Enregistrement automatique activé\",\n        \"Connection lost\": \"Connexion perdue\",\n        \"Created by:\": \"Créé par :\",\n        \"Zoom In\": \"Agrandir l’échelle\",\n        \"Zoom Out\": \"Rapetisser l’échelle\",\n        \"Edit\": \"Éditer\",\n        \"Remove\": \"Supprimer\",\n        \"Cancel deletion\": \"Annuler la suppression\",\n        \"Link to another node\": \"Créer un lien\",\n        \"Enlarge\": \"Agrandir\",\n        \"Shrink\": \"Rétrécir\",\n        \"Click on the background canvas to add a node\": \"Cliquer sur le fond du graphe pour rajouter un nœud\",\n        \"Click on a first node to start the edge\": \"Cliquer sur un premier nœud pour commencer le lien\",\n        \"Click on a second node to complete the edge\": \"Cliquer sur un second nœud pour terminer le lien\",\n        \"Wikipedia\": \"Wikipédia\",\n        \"Wikipedia in \": \"Wikipédia en \",\n        \"French\": \"Français\",\n        \"English\": \"Anglais\",\n        \"Japanese\": \"Japonais\",\n        \"Untitled project\": \"Projet sans titre\",\n        \"Lignes de Temps\": \"Lignes de Temps\",\n        \"Loading, please wait\": \"Chargement en cours, merci de patienter\",\n        \"Edge color:\": \"Couleur :\",\n        \"Dash:\": \"Point. :\",\n        \"Thickness:\": \"Epaisseur :\",\n        \"Arrow:\": \"Flèche :\",\n        \"Node color:\": \"Couleur :\",\n        \"Choose color\": \"Choisir une couleur\",\n        \"Change edge direction\": \"Changer le sens du lien\",\n        \"Do you really wish to remove node \": \"Voulez-vous réellement supprimer le nœud \",\n        \"Do you really wish to remove edge \": \"Voulez-vous réellement supprimer le lien \",\n        \"This file is not an image\": \"Ce fichier n'est pas une image\",\n        \"Image size must be under \": \"L'image doit peser moins de \",\n        \"Size:\": \"Taille :\",\n        \"KB\": \"ko\",\n        \"Choose from vocabulary:\": \"Choisir dans un vocabulaire :\",\n        \"SKOS Documentation properties\": \"SKOS: Propriétés documentaires\",\n        \"has note\": \"a pour note\",\n        \"has example\": \"a pour exemple\",\n        \"has definition\": \"a pour définition\",\n        \"SKOS Semantic relations\": \"SKOS: Relations sémantiques\",\n        \"has broader\": \"a pour concept plus large\",\n        \"has narrower\": \"a pour concept plus étroit\",\n        \"has related\": \"a pour concept apparenté\",\n        \"Dublin Core Metadata\": \"Métadonnées Dublin Core\",\n        \"has contributor\": \"a pour contributeur\",\n        \"covers\": \"couvre\",\n        \"created by\": \"créé par\",\n        \"has date\": \"a pour date\",\n        \"published by\": \"édité par\",\n        \"has source\": \"a pour source\",\n        \"has subject\": \"a pour sujet\",\n        \"Dragged resource\": \"Ressource glisée-déposée\",\n        \"Search the Web\": \"Rechercher en ligne\",\n        \"Search in Bins\": \"Rechercher dans les chutiers\",\n        \"Close bin\": \"Fermer le chutier\",\n        \"Refresh bin\": \"Rafraîchir le chutier\",\n        \"(untitled)\": \"(sans titre)\",\n        \"Select contents:\": \"Sélectionner des contenus :\",\n        \"Drag items from this website, drop them in Renkan\": \"Glissez des éléments de ce site web vers Renkan\",\n        \"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\": \"Glissez ce bouton vers votre barre de favoris. Ensuite, depuis un site tiers, cliquez dessus pour activer 'Drag-to-Add' puis glissez des éléments de ce site vers Renkan\",\n        \"Shapes available\": \"Formes disponibles\",\n        \"Circle\": \"Cercle\",\n        \"Square\": \"Carré\",\n        \"Diamond\": \"Losange\",\n        \"Hexagone\": \"Hexagone\",\n        \"Ellipse\": \"Ellipse\",\n        \"Star\": \"Étoile\",\n        \"Cloud\": \"Nuage\",\n        \"Triangle\": \"Triangle\",\n        \"Zoom Fit\": \"Ajuster le Zoom\",\n        \"Download Project\": \"Télécharger le projet\",\n        \"Save view\": \"Sauver la vue\",\n        \"View saved view\": \"Restaurer la Vue\",\n        \"Renkan \\'Drag-to-Add\\' bookmarklet\": \"Renkan \\'Deplacer-Pour-Ajouter\\' Signet\",\n        \"(unknown user)\":\"(non authentifié)\",\n        \"<unknown user>\":\"<non authentifié>\",\n        \"Search in graph\":\"Rechercher dans carte\",\n        \"Search in \" : \"Chercher dans \"\n    }\n};\n","/* Saves the Full JSON at each modification */\n\nRkns.jsonIO = function(_renkan, _opts) {\n    var _proj = _renkan.project;\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'PUT';\n    }\n    var _load = function() {\n        _renkan.renderer.redrawActive = false;\n        _proj.set({\n            loadingStatus : true\n        });\n        Rkns.$.getJSON(_opts.url, function(_data) {\n            _renkan.dataloader.load(_data);\n            _proj.set({\n                loadingStatus : false\n            });\n            _proj.set({\n                saveStatus : 0\n            });\n            _renkan.renderer.redrawActive = true;\n        });\n    };\n    var _save = function() {\n        _proj.set({\n            saveStatus : 2\n        });\n        var _data = _proj.toJSON();\n        if (!_renkan.read_only) {\n            Rkns.$.ajax({\n                type : _opts.http_method,\n                url : _opts.url,\n                contentType : \"application/json\",\n                data : JSON.stringify(_data),\n                success : function(data, textStatus, jqXHR) {\n                    _proj.set({\n                        saveStatus : 0\n                    });\n                }\n            });\n        }\n\n    };\n    var _thrSave = Rkns._.throttle(function() {\n        setTimeout(_save, 100);\n    }, 1000);\n    \n    //TODO: Rearrange to avoid the 2 firts PUT due to a change in the project model\n    // Take car of setting up the listener correctly to listen the save action on the view\n    _proj.on(\"add:nodes add:edges add:users add:views\", function(_model) {\n        _model.on(\"change remove\", function(_model) {\n            _thrSave();\n        });\n        _thrSave();\n    });\n    _proj.on(\"change\", function() {\n        if (!(_proj.changedAttributes.length === 1 && _proj\n                .hasChanged('saveStatus'))) {\n            _thrSave();\n        }\n    });\n\n    _load();\n};\n","/* Saves the Full JSON once */\n\nRkns.jsonIOSaveOnClick = function(_renkan, _opts) {\n    var _proj = _renkan.project,\n        _saveWarn = false,\n        _onLeave = function() {\n            return \"Project not saved\";\n        };\n    if (typeof _opts.http_method === \"undefined\") {\n        _opts.http_method = 'POST';\n    }\n    var _load = function() {\n        var getdata = {},\n            rx = /id=([^&#?=]+)/,\n            matches = document.location.hash.match(rx);\n        if (matches) {\n            getdata.id = matches[1];\n        }\n        Rkns.$.ajax({\n            url: _opts.url,\n            data: getdata,\n            beforeSend: function(){\n                _renkan.renderer.redrawActive = false;\n            \t_proj.set({loadingStatus:true});\n            },\n            success: function(_data) {\n                _renkan.dataloader.load(_data);\n                _proj.set({loadingStatus:false});\n                _proj.set({saveStatus:0});\n                _renkan.renderer.redrawActive = true;\n            }\n        });\n    };\n    var _save = function() {\n        _proj.set(\"saved_at\", new Date());\n        var _data = _proj.toJSON();\n        Rkns.$.ajax({\n            type: _opts.http_method,\n            url: _opts.url,\n            contentType: \"application/json\",\n            data: JSON.stringify(_data),\n            beforeSend: function(){\n            \t_proj.set({saveStatus:2});\n            },\n            success: function(data, textStatus, jqXHR) {\n                $(window).off(\"beforeunload\", _onLeave);\n                _saveWarn = false;\n                _proj.set({saveStatus:0});\n                //document.location.hash = \"#id=\" + data.id;\n                //$(\".Rk-Notifications\").text(\"Saved as \"+document.location.href).fadeIn().delay(2000).fadeOut();\n            }\n        });\n    };\n    var _checkLeave = function() {\n    \t_proj.set({saveStatus:1});\n\n        var title = _proj.get(\"title\");\n        if (title && _proj.get(\"nodes\").length) {\n            $(\".Rk-Save-Button\").removeClass(\"disabled\");\n        } else {\n            $(\".Rk-Save-Button\").addClass(\"disabled\");\n        }\n        if (title) {\n            $(\".Rk-PadTitle\").css(\"border-color\",\"#333333\");\n        }\n        if (!_saveWarn) {\n            _saveWarn = true;\n            $(window).on(\"beforeunload\", _onLeave);\n        }\n    };\n    _load();\n    _proj.on(\"add:nodes add:edges add:users change\", function(_model) {\n\t    _model.on(\"change remove\", function(_model) {\n\t    \tif(!(_model.changedAttributes.length === 1 && _model.hasChanged('saveStatus'))) {\n\t    \t\t_checkLeave();\n\t    \t}\n\t    });\n\t\tif(!(_proj.changedAttributes.length === 1 && _proj.hasChanged('saveStatus'))) {\n\t\t    _checkLeave();\n    \t}\n    });\n    _renkan.renderer.save = function() {\n        if ($(\".Rk-Save-Button\").hasClass(\"disabled\")) {\n            if (!_proj.get(\"title\")) {\n                $(\".Rk-PadTitle\").css(\"border-color\",\"#ff0000\");\n            }\n        } else {\n            _save();\n        }\n    };\n};\n","(function(Rkns) {\n\"use strict\";\n\nvar _ = Rkns._;\n\nvar Ldt = Rkns.Ldt = {};\n\nvar Bin = Ldt.Bin = function(_renkan, _opts) {\n    if (_opts.ldt_type) {\n        var Resclass = Ldt[_opts.ldt_type+\"Bin\"];\n        if (Resclass) {\n            return new Resclass(_renkan, _opts);\n        }\n    }\n    console.error(\"No such LDT Bin Type\");\n};\n\nvar ProjectBin = Ldt.ProjectBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nProjectBin.prototype.tagTemplate = renkanJST['templates/ldtjson-bin/tagtemplate.html'];\n\nProjectBin.prototype.annotationTemplate = renkanJST['templates/ldtjson-bin/annotationtemplate.html'];\n\nProjectBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.proj_id = _opts.project_id;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.title_$.html(_opts.title);\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nProjectBin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '<li><h3>Tags</h3></li>',\n        _projtitle = this.data.meta[\"dc:title\"],\n        _this = this,\n        count = 0;\n    _this.title_$.text('LDT Project: \"' + _projtitle + '\"');\n    _.map(_this.data.tags,function(_tag) {\n        var _title = _tag.meta[\"dc:title\"];\n        if (!search.isempty && !search.test(_title)) {\n            return;\n        }\n        count++;\n        _html += _this.tagTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            encodedtitle : encodeURIComponent(_title),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _html += '<li><h3>Annotations</h3></li>';\n    _.map(_this.data.annotations,function(_annotation) {\n        var _description = _annotation.content.description,\n            _title = _annotation.content.title.replace(_description,\"\");\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _annotation.end - _annotation.begin,\n            _img = (\n                (_annotation.content && _annotation.content.img && _annotation.content.img.src) ?\n                  _annotation.content.img.src :\n                  ( _duration ? _this.renkan.options.static_url+\"img/ldt-segment.png\" : _this.renkan.options.static_url+\"img/ldt-point.png\" )\n            );\n        _html += _this.annotationTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_annotation.begin),\n            end: convertTC(_annotation.end),\n            duration: convertTC(_duration),\n            mediaid: _annotation.media,\n            annotationid: _annotation.id,\n            image: _img,\n            static_url: _this.renkan.options.static_url\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nProjectBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/ldt/cljson/id/' + this.proj_id,\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\nvar Search = Ldt.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nSearch.prototype.getBgClass = function() {\n    return \"Rk-Ldt-Icon\";\n};\n\nSearch.prototype.getSearchTitle = function() {\n    return this.renkan.translate(\"Lignes de Temps\");\n};\n\nSearch.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new ResultsBin(this.renkan, {\n            search: _q\n        })\n    );\n};\n\nvar ResultsBin = Ldt.ResultsBin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nResultsBin.prototype.segmentTemplate = renkanJST['templates/ldtjson-bin/segmenttemplate.html'];\n\nResultsBin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.ldt_platform = _opts.ldt_platform || \"http://ldt.iri.centrepompidou.fr/\";\n    this.max_results = _opts.max_results || 50;\n    this.search = _opts.search;\n    this.title_$.html('Lignes de Temps: \"' + _opts.search + '\"');\n    this.title_icon_$.addClass('Rk-Ldt-Title-Icon');\n    this.refresh();\n};\n\nResultsBin.prototype.render = function(searchbase) {\n    if (!this.data) {\n        return;\n    }\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    function convertTC(_ms) {\n        function pad(_n) {\n            var _res = _n.toString();\n            while (_res.length < 2) {\n                _res = '0' + _res;\n            }\n            return _res;\n        }\n        var _totalSeconds = Math.abs(Math.floor(_ms/1000)),\n            _hours = Math.floor(_totalSeconds / 3600),\n            _minutes = (Math.floor(_totalSeconds / 60) % 60),\n            _seconds = _totalSeconds % 60,\n            _res = '';\n        if (_hours) {\n            _res += pad(_hours) + ':';\n        }\n        _res += pad(_minutes) + ':' + pad(_seconds);\n        return _res;\n    }\n\n    var _html = '',\n        _this = this,\n        count = 0;\n    _.each(this.data.objects,function(_segment) {\n        var _description = _segment.abstract,\n            _title = _segment.title;\n        if (!search.isempty && !search.test(_title) && !search.test(_description)) {\n            return;\n        }\n        count++;\n        var _duration = _segment.duration,\n            _begin = _segment.start_ts,\n            _end = + _segment.duration + _begin,\n            _img = (\n                _duration ?\n                  _this.renkan.options.static_url + \"img/ldt-segment.png\" :\n                  _this.renkan.options.static_url + \"img/ldt-point.png\"\n            );\n        _html += _this.segmentTemplate({\n            ldt_platform: _this.ldt_platform,\n            title: _title,\n            htitle: highlight(_title),\n            description: _description,\n            hdescription: highlight(_description),\n            start: convertTC(_begin),\n            end: convertTC(_end),\n            duration: convertTC(_duration),\n            mediaid: _segment.iri_id,\n            //projectid: _segment.project_id,\n            //cuttingid: _segment.cutting_id,\n            annotationid: _segment.element_id,\n            image: _img\n        });\n    });\n\n    this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nResultsBin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: this.ldt_platform + 'ldtplatform/api/ldt/1.0/segments/search/',\n        data: {\n            format: \"jsonp\",\n            q: this.search,\n            limit: this.max_results\n        },\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n\n})(window.Rkns);\n","Rkns.ResourceList = {};\n\nRkns.ResourceList.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.ResourceList.Bin.prototype.resultTemplate = renkanJST['templates/list-bin.html'];\n\nRkns.ResourceList.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.title_$.html(_opts.title);\n    if (_opts.list) {\n        this.data = _opts.list;\n    }\n    this.refresh();\n};\n\nRkns.ResourceList.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    function highlight(_text) {\n        var _e = _(_text).escape();\n        return search.isempty ? _e : search.replace(_e, \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data,function(_item) {\n        var _element;\n        if (typeof _item === \"string\") {\n            if (/^(https?:\\/\\/|www)/.test(_item)) {\n                _element = { url: _item };\n            } else {\n                _element = { title: _item.replace(/[:,]?\\s?(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+\\s?/,'').trim() };\n                var _match = _item.match(/(https?:\\/\\/|www)[\\d\\w\\/.&?=#%-_]+/);\n                if (_match) {\n                    _element.url = _match[0];\n                }\n                if (_element.title.length > 80) {\n                    _element.description = _element.title;\n                    _element.title = _element.title.replace(/^(.{30,60})\\s.+$/,'$1…');\n                }\n            }\n        } else {\n            _element = _item;\n        }\n        var title = _element.title || (_element.url || \"\").replace(/^https?:\\/\\/(www\\.)?/,'').replace(/^(.{40}).+$/,'$1…'),\n            url = _element.url || \"\",\n            description = _element.description || \"\",\n            image = _element.image || \"\";\n        if (url && !/^https?:\\/\\//.test(url)) {\n            url = 'http://' + url;\n        }\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            image: image,\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.ResourceList.Bin.prototype.refresh = function() {\n    if (this.data) {\n        this.render();\n    }\n};\n","Rkns.Wikipedia = {\n};\n\nRkns.Wikipedia.Search = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.lang = _opts.lang || \"en\";\n};\n\nRkns.Wikipedia.Search.prototype.getBgClass = function() {\n    return \"Rk-Wikipedia-Search-Icon Rk-Wikipedia-Lang-\" + this.lang;\n};\n\nRkns.Wikipedia.Search.prototype.getSearchTitle = function() {\n    var langs = {\n        \"fr\": \"French\",\n        \"en\": \"English\",\n        \"ja\": \"Japanese\"\n    };\n    if (langs[this.lang]) {\n        return this.renkan.translate(\"Wikipedia in \") + this.renkan.translate(langs[this.lang]);\n    } else {\n        return this.renkan.translate(\"Wikipedia\") + \" [\" + this.lang + \"]\";\n    }\n};\n\nRkns.Wikipedia.Search.prototype.search = function(_q) {\n    this.renkan.tabs.push(\n        new Rkns.Wikipedia.Bin(this.renkan, {\n            lang: this.lang,\n            search: _q\n        })\n    );\n};\n\nRkns.Wikipedia.Bin = Rkns.Utils.inherit(Rkns._BaseBin);\n\nRkns.Wikipedia.Bin.prototype.resultTemplate = renkanJST['templates/wikipedia-bin/resulttemplate.html'];\n\nRkns.Wikipedia.Bin.prototype._init = function(_renkan, _opts) {\n    this.renkan = _renkan;\n    this.search = _opts.search;\n    this.lang = _opts.lang || \"en\";\n    this.title_icon_$.addClass('Rk-Wikipedia-Title-Icon Rk-Wikipedia-Lang-' + this.lang);\n    this.title_$.html(this.search).addClass(\"Rk-Wikipedia-Title\");\n    this.refresh();\n};\n\nRkns.Wikipedia.Bin.prototype.render = function(searchbase) {\n    var search = searchbase || Rkns.Utils.regexpFromTextOrArray();\n    var highlightrx = (search.isempty ? Rkns.Utils.regexpFromTextOrArray(this.search) : search);\n    function highlight(_text) {\n        return highlightrx.replace(_(_text).escape(), \"<span class='searchmatch'>$1</span>\");\n    }\n    var _html = \"\",\n        _this = this,\n        count = 0;\n    Rkns._.each(this.data.query.search, function(_result) {\n        var title = _result.title,\n            url = \"http://\" + _this.lang + \".wikipedia.org/wiki/\" + encodeURI(title.replace(/ /g,\"_\")),\n            description = Rkns.$('<div>').html(_result.snippet).text();\n        if (!search.isempty && !search.test(title) && !search.test(description)) {\n            return;\n        }\n        count++;\n        _html += _this.resultTemplate({\n            url: url,\n            title: title,\n            htitle: highlight(title),\n            description: description,\n            hdescription: highlight(description),\n            static_url: _this.renkan.options.static_url\n        });\n    });\n    _this.main_$.html(_html);\n    if (!search.isempty && count) {\n        this.count_$.text(count).show();\n    } else {\n        this.count_$.hide();\n    }\n    if (!search.isempty && !count) {\n        this.$.hide();\n    } else {\n        this.$.show();\n    }\n    this.renkan.resizeBins();\n};\n\nRkns.Wikipedia.Bin.prototype.refresh = function() {\n    var _this = this;\n    Rkns.$.ajax({\n        url: \"http://\" + _this.lang + \".wikipedia.org/w/api.php?action=query&list=search&srsearch=\" + encodeURIComponent(this.search) + \"&format=json\",\n        dataType: \"jsonp\",\n        success: function(_data) {\n            _this.data = _data;\n            _this.render();\n        }\n    });\n};\n","\ndefine('renderer/baserepresentation',['jquery', 'underscore'], function ($, _) {\n    'use strict';\n\n    /* Rkns.Renderer._BaseRepresentation Class */\n\n    /* In Renkan, a \"Representation\" is a sort of ViewModel (in the MVVM paradigm) and bridges the gap between\n     * models (written with Backbone.js) and the view (written with Paper.js)\n     * Renkan's representations all inherit from Rkns.Renderer._BaseRepresentation '*/\n\n    var _BaseRepresentation = function(_renderer, _model) {\n        if (typeof _renderer !== \"undefined\") {\n            this.renderer = _renderer;\n            this.renkan = _renderer.renkan;\n            this.project = _renderer.renkan.project;\n            this.options = _renderer.renkan.options;\n            this.model = _model;\n            if (this.model) {\n                var _this = this;\n                this._changeBinding = function() {\n                    _this.redraw({change: true});\n                };\n                this._removeBinding = function() {\n                    _renderer.removeRepresentation(_this);\n                    _.defer(function() {\n                        _renderer.redraw();\n                    });\n                };\n                this._selectBinding = function() {\n                    _this.select();\n                };\n                this._unselectBinding = function() {\n                    _this.unselect();\n                };\n                this.model.on(\"change\", this._changeBinding );\n                this.model.on(\"remove\", this._removeBinding );\n                this.model.on(\"select\", this._selectBinding );\n                this.model.on(\"unselect\", this._unselectBinding );\n            }\n        }\n    };\n\n    /* Rkns.Renderer._BaseRepresentation Methods */\n\n    _(_BaseRepresentation.prototype).extend({\n        _super: function(_func) {\n            return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));\n        },\n        redraw: function() {},\n        moveTo: function() {},\n        show: function() { return \"BaseRepresentation.show\"; },\n        hide: function() {},\n        select: function() {\n            if (this.model) {\n                this.model.trigger(\"selected\");\n            }\n        },\n        unselect: function() {\n            if (this.model) {\n                this.model.trigger(\"unselected\");\n            }\n        },\n        highlight: function() {},\n        unhighlight: function() {},\n        mousedown: function() {},\n        mouseup: function() {\n            if (this.model) {\n                this.model.trigger(\"clicked\");\n            }\n        },\n        destroy: function() {\n            if (this.model) {\n                this.model.off(\"change\", this._changeBinding );\n                this.model.off(\"remove\", this._removeBinding );\n                this.model.off(\"select\", this._selectBinding );\n                this.model.off(\"unselect\", this._unselectBinding );\n            }\n        }\n    }).value();\n\n    /* End of Rkns.Renderer._BaseRepresentation Class */\n\n    return _BaseRepresentation;\n\n});\n\ndefine('requtils',[], function ($, _) {\n    'use strict';\n    return {\n        getUtils: function(){\n            return window.Rkns.Utils;\n        },\n        getRenderer: function(){\n            return window.Rkns.Renderer;\n        }\n    };\n\n});\n\n\ndefine('renderer/basebutton',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer._BaseButton Class */\n\n    /* BaseButton is extended by contextual buttons that appear when hovering on nodes and edges */\n\n    var _BaseButton = Utils.inherit(BaseRepresentation);\n\n    _(_BaseButton.prototype).extend({\n        moveTo: function(_pos) {\n            this.sector.moveTo(_pos);\n        },\n        show: function() {\n            this.sector.show();\n        },\n        hide: function() {\n            if (this.sector){\n                this.sector.hide();                \n            }\n        },\n        select: function() {\n            this.sector.select();\n        },\n        unselect: function(_newTarget) {\n            this.sector.unselect();\n            if (!_newTarget || (_newTarget !== this.source_representation && _newTarget.source_representation !== this.source_representation)) {\n                this.source_representation.unselect();\n            }\n        },\n        destroy: function() {\n            this.sector.destroy();\n        }\n    }).value();\n\n    return _BaseButton;\n\n});\n\n\ndefine('renderer/shapebuilder',[], function () {\n    'use strict';\n\n    var cloud_path = \"M0,0c-0.1218516546,-0.0336420601 -0.2451649928,0.0048580836 -0.3302944641,0.0884969975c-0.0444763883,-0.0550844815 -0.1047003238,-0.0975985034 -0.1769360893,-0.1175406746c-0.1859066673,-0.0513257002 -0.3774236254,0.0626045858 -0.4272374613,0.2541588105c-0.0036603877,0.0140753132 -0.0046241235,0.028229722 -0.0065872453,0.042307536c-0.1674179627,-0.0179317735 -0.3276106855,0.0900599386 -0.3725537463,0.2628868425c-0.0445325077,0.1712456429 0.0395025693,0.3463497959 0.1905420475,0.4183458793c-0.0082101538,0.0183442886 -0.0158652506,0.0372432828 -0.0211098452,0.0574080693c-0.0498130336,0.1915540431 0.0608692569,0.3884647499 0.2467762814,0.4397904033c0.0910577256,0.0251434257 0.1830791813,0.0103792696 0.2594677475,-0.0334472349c0.042100113,0.0928009202 0.1205930075,0.1674914182 0.2240666796,0.1960572479c0.1476344161,0.0407610407 0.297446165,-0.0238077445 0.3783262342,-0.1475652419c0.0327623278,0.0238981846 0.0691792333,0.0436665447 0.1102008706,0.0549940004c0.1859065794,0.0513256592 0.3770116432,-0.0627203154 0.4268255671,-0.2542745401c0.0250490557,-0.0963230532 0.0095494076,-0.1938010889 -0.0356681889,-0.2736906101c0.0447507424,-0.0439678867 0.0797796014,-0.0996624318 0.0969425462,-0.1656617192c0.0498137481,-0.1915564561 -0.0608688118,-0.3884669813 -0.2467755669,-0.4397928163c-0.0195699622,-0.0054005426 -0.0391731675,-0.0084429542 -0.0586916488,-0.0102888295c0.0115683912,-0.1682147574 -0.0933564223,-0.3269222408 -0.2572937178,-0.3721841203z\";\n    /* ShapeBuilder Begin */\n\n    var builders = {\n        \"circle\":{\n            getShape: function() {\n                return new paper.Path.Circle([0, 0], 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Circle(center, radius);\n            }\n        },\n        \"rectangle\":{\n            getShape: function() {\n                return new paper.Path.Rectangle([-2, -2], [2, 2]);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Rectangle([-radius, -radius], [radius*2, radius*2]);\n            }\n        },\n        \"ellipse\":{\n            getShape: function() {\n                return new paper.Path.Ellipse(new paper.Rectangle([-2, -1], [2, 1]));\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Ellipse(new paper.Rectangle([-radius, -radius/2], [radius*2, radius]));\n            }\n        },\n        \"polygon\":{\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0, 0], 6, 1);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.RegularPolygon(center, 6, radius);\n            }\n        },\n        \"diamond\":{\n            getShape: function() {\n                var d = new paper.Path.Rectangle([-Math.SQRT2, -Math.SQRT2], [Math.SQRT2, Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            },\n            getImageShape: function(center, radius) {\n                var d = new paper.Path.Rectangle([-radius*Math.SQRT2/2, -radius*Math.SQRT2/2], [radius*Math.SQRT2, radius*Math.SQRT2]);\n                d.rotate(45);\n                return d;\n            }\n        },\n        \"star\":{\n            getShape: function() {\n                return new paper.Path.Star([0, 0], 8, 1, 0.7);\n            },\n            getImageShape: function(center, radius) {\n                return new paper.Path.Star(center, 8, radius*1, radius*0.7);\n            }\n        },\n        \"cloud\": {\n            getShape: function() {\n                var path = new paper.Path(cloud_path);\n                return path;\n\n            },\n            getImageShape: function(center, radius) {\n                var path = new paper.Path(cloud_path);\n                path.scale(radius);\n                path.translate(center);\n                return path;\n            }\n        },\n        \"triangle\": {\n            getShape: function() {\n                return new paper.Path.RegularPolygon([0,0], 3, 1);\n            },\n            getImageShape: function(center, radius) {\n                var shape = new paper.Path.RegularPolygon([0,0], 3, 1);\n                shape.scale(radius);\n                shape.translate(center);\n                return shape;\n            }\n        },\n        \"svg\": function(path){\n            return {\n                getShape: function() {\n                    return new paper.Path(path);\n                },\n                getImageShape: function(center, radius) {\n                    // No calcul for the moment\n                    return new paper.Path();\n                }\n            };\n        }\n    };\n\n    var ShapeBuilder = function (shape){\n        if(shape === null || typeof shape === \"undefined\"){\n            shape = \"circle\";\n        }\n        if(shape.substr(0,4)===\"svg:\"){\n            return builders.svg(shape.substr(4));\n        }\n        if(!(shape in builders)){\n            shape = \"circle\";\n        }\n        return builders[shape];\n    };\n\n    ShapeBuilder.builders = builders;\n\n    return ShapeBuilder;\n\n});\n\ndefine('renderer/noderepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation', 'renderer/shapebuilder'], function ($, _, requtils, BaseRepresentation, ShapeBuilder) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.Node Class */\n\n    /* The representation for the node : A circle, with an image inside and a text label underneath.\n     * The circle and the image are drawn on canvas and managed by Paper.js.\n     * The text label is an HTML node, managed by jQuery. */\n\n    //var NodeRepr = Renderer.Node = Utils.inherit(Renderer._BaseRepresentation);\n    var NodeRepr = Utils.inherit(BaseRepresentation);\n\n    _(NodeRepr.prototype).extend({\n        _init: function() {\n            this.renderer.node_layer.activate();\n            this.type = \"Node\";\n            this.buildShape();\n            this.hidden = false;\n            this.ghost= false;\n            if (this.options.show_node_circles) {\n                this.circle.strokeWidth = this.options.node_stroke_width;\n                this.h_ratio = 1;\n            } else {\n                this.h_ratio = 0;\n            }\n            this.title = $('<div class=\"Rk-Label\">').appendTo(this.renderer.labels_$);\n\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.NodeEditButton(this.renderer, null),\n                                       new Renderer.NodeRemoveButton(this.renderer, null),\n                                       new Renderer.NodeLinkButton(this.renderer, null),\n                                       new Renderer.NodeEnlargeButton(this.renderer, null),\n                                       new Renderer.NodeShrinkButton(this.renderer, null)\n                                       ];\n                if (this.options.hide_nodes){\n                    this.normal_buttons.push(\n                            new Renderer.NodeHideButton(this.renderer, null),\n                            new Renderer.NodeShowButton(this.renderer, null)\n                            );\n                }\n                this.pending_delete_buttons = [\n                                               new Renderer.NodeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n            this.last_circle_radius = 1;\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.node_layer.activate();\n                this.minimap_circle = new paper.Path.Circle([0, 0], 1);\n                this.minimap_circle.__representation = this.renderer.minimap.miniframe.__representation;\n                this.renderer.minimap.node_group.addChild(this.minimap_circle);\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.node_stroke_width + (thickness-1) * (this.options.node_stroke_max_width - this.options.node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_node_stroke_width + (thickness-1) * (this.options.selected_node_stroke_max_width - this.options.selected_node_stroke_width) / (this.options.node_stroke_witdh_scale-1);\n        },\n        buildShape: function(){\n            if( 'shape' in this.model.changed ) {\n                delete this.img;\n            }\n            if(this.circle){\n                this.circle.remove();\n                delete this.circle;\n            }\n            // \"circle\" \"rectangle\" \"ellipse\" \"polygon\" \"star\" \"diamond\"\n            this.shapeBuilder = new ShapeBuilder(this.model.get(\"shape\"));\n            this.circle = this.shapeBuilder.getShape();\n            this.circle.__representation = this;\n            this.circle.sendToBack();\n            this.last_circle_radius = 1;\n        },\n        redraw: function(options) {\n            if( 'shape' in this.model.changed && 'change' in options && options.change ) {\n            //if( 'shape' in this.model.changed ) {\n                this.buildShape();\n            }\n            var _model_coords = new paper.Point(this.model.get(\"position\")),\n                _baseRadius = this.options.node_size_base * Math.exp((this.model.get(\"size\") || 0) * Utils._NODE_SIZE_STEP);\n            if (!this.is_dragging || !this.paper_coords) {\n                this.paper_coords = this.renderer.toPaperCoords(_model_coords);\n            }\n            this.circle_radius = _baseRadius * this.renderer.view.scale;\n            if (this.last_circle_radius !== this.circle_radius) {\n                this.all_buttons.forEach(function(b) {\n                    b.setSectorSize();\n                });\n                this.circle.scale(this.circle_radius / this.last_circle_radius);\n                if (this.node_image) {\n                    this.node_image.scale(this.circle_radius / this.last_circle_radius);\n                }\n            }\n            this.circle.position = this.paper_coords;\n            if (this.node_image) {\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n            }\n            this.last_circle_radius = this.circle_radius;\n\n            var old_act_btn = this.active_buttons;\n\n            var opacity = 1;\n            if (this.model.get(\"delete_scheduled\")) {\n                opacity = 0.5;\n                this.active_buttons = this.pending_delete_buttons;\n                this.circle.dashArray = [2,2];\n            } else {\n                opacity = 1;\n                this.active_buttons = this.normal_buttons;\n                this.circle.dashArray = null;\n            }\n            if (this.selected && this.renderer.isEditable() && !this.ghost) {\n                if (old_act_btn !== this.active_buttons) {\n                    old_act_btn.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            if (this.node_image) {\n                this.node_image.opacity = this.highlighted ? opacity * 0.5 : (opacity - 0.01);\n            }\n\n            this.circle.fillColor = this.highlighted ? this.options.highlighted_node_fill_color : this.options.node_fill_color;\n\n            this.circle.opacity = this.options.show_node_circles ? opacity : 0.01;\n\n            \n            //strip html from title\n            var html = this.model.get(\"title\");\n            var div = document.createElement(\"div\");\n            div.innerHTML = html;\n            var clean_title = div.textContent || div.innerText || \"\";\n            \n            var _text = clean_title || this.renkan.translate(this.options.label_untitled_nodes) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n\n            if (typeof this.highlighted === \"object\") {\n                this.title.html(this.highlighted.replace(_(_text).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n            } else {\n                this.title.text(_text);\n            }\n\n            var _strokeWidth = this._getStrokeWidth();\n            this.title.css({\n                left: this.paper_coords.x,\n                top: this.paper_coords.y + this.circle_radius * this.h_ratio + this.options.node_label_distance + 0.5*_strokeWidth,\n                opacity: opacity\n            });\n            var _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null;\n            this.circle.strokeWidth = _strokeWidth;\n            this.circle.strokeColor = _color;\n            this.circle.dashArray = _dash;\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n            var lastImage = this.img;\n            this.img = this.model.get(\"image\");\n            if (this.img && this.img !== lastImage) {\n                this.showImage();\n                if(this.circle) {\n                    this.circle.sendToBack();\n                }\n            }\n            if (this.node_image && !this.img) {\n                this.node_image.remove();\n                delete this.node_image;\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.fillColor = _color;\n                var minipos = this.renderer.toMinimapCoords(_model_coords),\n                miniradius = this.renderer.minimap.scale * _baseRadius,\n                minisize = new paper.Size([miniradius, miniradius]);\n                this.minimap_circle.fitBounds(minipos.subtract(minisize), minisize.multiply(2));\n            }\n\n            if (typeof options === 'undefined' || !('dontRedrawEdges' in options) || !options.dontRedrawEdges) {\n                var _this = this;\n                _.each(\n                        this.project.get(\"edges\").filter(\n                                function (ed) {\n                                    return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                                }\n                        ),\n                        function(edge, index, list) {\n                            var repr = _this.renderer.getRepresentationByModel(edge);\n                            if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                                repr.redraw();\n                            }\n                        }\n                );\n            }\n            if (this.ghost){\n                this.show(true);\n            } else {\n                if (this.hidden) { this.hide(); }\n            }\n        },\n        showImage: function() {\n            var _image = null;\n            if (typeof this.renderer.image_cache[this.img] === \"undefined\") {\n                _image = new Image();\n                this.renderer.image_cache[this.img] = _image;\n                _image.src = this.img;\n            } else {\n                _image = this.renderer.image_cache[this.img];\n            }\n            if (_image.width) {\n                if (this.node_image) {\n                    this.node_image.remove();\n                }\n                this.renderer.node_layer.activate();\n                var width = _image.width,\n                    height = _image.height,\n                    clipPath = this.model.get(\"clip_path\"),\n                    hasClipPath = (typeof clipPath !== \"undefined\" && clipPath),\n                    _clip = null,\n                    baseRadius = null,\n                    centerPoint = null;\n\n                if (hasClipPath) {\n                    _clip = new paper.Path();\n                    var instructions = clipPath.match(/[a-z][^a-z]+/gi) || [],\n                    lastCoords = [0,0],\n                    minX = Infinity,\n                    minY = Infinity,\n                    maxX = -Infinity,\n                    maxY = -Infinity;\n\n                    var transformCoords = function(tabc, relative) {\n                        var newCoords = tabc.slice(1).map(function(v, k) {\n                            var res = parseFloat(v),\n                            isY = k % 2;\n                            if (isY) {\n                                res = ( res - 0.5 ) * height;\n                            } else {\n                                res = ( res - 0.5 ) * width;\n                            }\n                            if (relative) {\n                                res += lastCoords[isY];\n                            }\n                            if (isY) {\n                                minY = Math.min(minY, res);\n                                maxY = Math.max(maxY, res);\n                            } else {\n                                minX = Math.min(minX, res);\n                                maxX = Math.max(maxX, res);\n                            }\n                            return res;\n                        });\n                        lastCoords = newCoords.slice(-2);\n                        return newCoords;\n                    };\n\n                    instructions.forEach(function(instr) {\n                        var coords = instr.match(/([a-z]|[0-9.-]+)/ig) || [\"\"];\n                        switch(coords[0]) {\n                        case \"M\":\n                            _clip.moveTo(transformCoords(coords));\n                            break;\n                        case \"m\":\n                            _clip.moveTo(transformCoords(coords, true));\n                            break;\n                        case \"L\":\n                            _clip.lineTo(transformCoords(coords));\n                            break;\n                        case \"l\":\n                            _clip.lineTo(transformCoords(coords, true));\n                            break;\n                        case \"C\":\n                            _clip.cubicCurveTo(transformCoords(coords));\n                            break;\n                        case \"c\":\n                            _clip.cubicCurveTo(transformCoords(coords, true));\n                            break;\n                        case \"Q\":\n                            _clip.quadraticCurveTo(transformCoords(coords));\n                            break;\n                        case \"q\":\n                            _clip.quadraticCurveTo(transformCoords(coords, true));\n                            break;\n                        }\n                    });\n\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](maxX - minX, maxY - minY) / 2;\n                    centerPoint = new paper.Point((maxX + minX) / 2, (maxY + minY) / 2);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = (maxY - minY) / (2 * baseRadius);\n                    }\n                } else {\n                    baseRadius = Math[this.options.node_images_fill_mode ? \"min\" : \"max\"](width, height) / 2;\n                    centerPoint = new paper.Point(0,0);\n                    if (!this.options.show_node_circles) {\n                        this.h_ratio = height / (2 * baseRadius);\n                    }\n                }\n                var _raster = new paper.Raster(_image);\n                _raster.locked = true; // Disable mouse events on icon\n                if (hasClipPath) {\n                    _raster = new paper.Group(_clip, _raster);\n                    _raster.opacity = 0.99;\n                    /* This is a workaround to allow clipping at group level\n                     * If opacity was set to 1, paper.js would merge all clipping groups in one (known bug).\n                     */\n                    _raster.clipped = true;\n                    _clip.__representation = this;\n                }\n                if (this.options.clip_node_images) {\n                    var _circleClip = this.shapeBuilder.getImageShape(centerPoint, baseRadius);\n                    _raster = new paper.Group(_circleClip, _raster);\n                    _raster.opacity = 0.99;\n                    _raster.clipped = true;\n                    _circleClip.__representation = this;\n                }\n                this.image_delta = centerPoint.divide(baseRadius);\n                this.node_image = _raster;\n                this.node_image.__representation = _this;\n                this.node_image.scale(this.circle_radius / baseRadius);\n                this.node_image.position = this.paper_coords.subtract(this.image_delta.multiply(this.circle_radius));\n                this.node_image.insertAbove(this.circle);\n            } else {\n                var _this = this;\n                $(_image).on(\"load\", function() {\n                    _this.showImage();\n                });\n            }\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.renkan.read_only) {\n                    this.is_dragging = true;\n                    this.paper_coords = this.paper_coords.add(_delta);\n                    this.redraw();\n                }\n            } else {\n                this.renderer.view.paperShift(_delta);\n            }\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"NodeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            clearTimeout(this.hide_timeout);\n            this.selected = true;\n            this.circle.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable() && !this.hidden) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            var _uri = this.model.get(\"uri\");\n            if (_uri) {\n                $('.Rk-Bin-Item').each(function() {\n                    var _el = $(this);\n                    if (_el.attr(\"data-uri\") === _uri) {\n                        _el.addClass(\"selected\");\n                    }\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n\n            if (this.renderer.minimap) {\n                this.minimap_circle.strokeWidth = this.options.minimap_highlight_weight;\n                this.minimap_circle.strokeColor = this.options.minimap_highlight_color;\n            }\n            //if the node is hidden and the mouse hover it, it appears as a ghost\n            if (this.hidden) {\n                this.show(true);\n            }\n            else {\n                this.showNeighbors(true);\n            }\n            this._super(\"select\");\n        },\n        hideButtons: function() {\n            this.all_buttons.forEach(function(b) {\n                b.hide();\n            });\n            delete(this.buttonTimeout);\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                var _this = this;\n                this.buttons_timeout = setTimeout(function() { _this.hideButtons(); }, 200);\n                this.circle.strokeWidth = this._getStrokeWidth();\n                $('.Rk-Bin-Item').removeClass(\"selected\");\n                if (this.renderer.minimap) {\n                    this.minimap_circle.strokeColor = undefined;\n                }\n                //when the mouse don't hover the node anymore, we hide it\n                if (this.hidden) {\n                    this.renderer.removeRepresentationsOfType(\"editor\");\n                    this.hide();\n                }\n                else {\n                    this.hideNeighbors(true);\n                }\n                this._super(\"unselect\");\n            }\n        },\n        hide_delay: function(){\n            var _this = this;\n            this.hide_timeout = setTimeout(function(){\n                _this.hide();\n            }, 1000);\n        },\n        hide: function(){\n            var _this = this;\n            this.ghost = false;\n            this.hidden = true;\n            if (typeof this.node_image !== 'undefined'){\n                this.node_image.opacity = 0;\n            }\n            this.hideButtons();\n            this.circle.opacity = 0;\n            this.title.css('opacity', 0);\n            this.minimap_circle.opacity = 0;\n\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.hide();\n                        }\n                    }\n            );\n            this.hideNeighbors(false);\n        },\n        show: function(ghost){\n            var _this = this;\n            this.ghost = ghost;\n            if (this.ghost){\n                if (typeof this.node_image !== 'undefined'){\n                    this.node_image.opacity = this.options.ghost_opacity;\n                }\n                this.circle.opacity = this.options.ghost_opacity;\n                this.title.css('opacity', this.options.ghost_opacity);\n                this.minimap_circle.opacity = this.options.ghost_opacity;\n            } else {\n                this.minimap_circle.opacity = 1; \n                this.hidden = false;\n                this.redraw();\n            }\n\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return ((ed.get(\"to\") === _this.model) || (ed.get(\"from\") === _this.model));\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge);\n                        if (repr && typeof repr.from_representation !== \"undefined\" && typeof repr.from_representation.paper_coords !== \"undefined\" && typeof repr.to_representation !== \"undefined\" && typeof repr.to_representation.paper_coords !== \"undefined\") {\n                            repr.show(_this.ghost);\n                        }\n                    }\n            );\n        },\n        hideNeighbors: function(delay){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.ghost) {\n                            if (delay){ repr.hide_delay(); } else {repr.hide(); }\n                        }\n                    }\n            );\n        },\n        showNeighbors: function(ghost){\n            var _this = this;\n            _.each(\n                    this.project.get(\"edges\").filter(\n                            function (ed) {\n                                return (ed.get(\"from\") === _this.model);\n                            }\n                    ),\n                    function(edge, index, list) {\n                        var repr = _this.renderer.getRepresentationByModel(edge.get(\"to\"));\n                        if (repr && repr.hidden) {\n                            repr.show(ghost);\n                            if (!ghost){\n                                var indexNode = _this.renderer.view.hiddenNodes.indexOf(repr.model.id);\n                                if (indexNode !== -1){\n                                    _this.renderer.view.hiddenNodes.splice(indexNode, 1);\n                                }\n                            }\n                        }\n                    }\n            );\n        },\n        highlight: function(textToReplace) {\n            var hlvalue = textToReplace || true;\n            if (this.highlighted === hlvalue) {\n                return;\n            }\n            this.highlighted = hlvalue;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        unhighlight: function() {\n            if (!this.highlighted) {\n                return;\n            }\n            this.highlighted = false;\n            this.redraw();\n            this.renderer.throttledPaperDraw();\n        },\n        saveCoords: function() {\n            var _coords = this.renderer.toModelCoords(this.paper_coords),\n            _data = {\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            if (this.renderer.isEditable()) {\n                this.model.set(_data);\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (this.renderer.is_dragging && this.renderer.isEditable()) {\n                this.saveCoords();\n            } else {\n                if (this.hidden) {\n                    var index = this.renderer.view.hiddenNodes.indexOf(this.model.id);\n                    if (index !== -1){\n                        this.renderer.view.hiddenNodes.splice(index, 1);\n                    }\n                    this.show(false);\n                    this.select();\n                } else {\n                    if (!_isTouch && !this.model.get(\"delete_scheduled\")) {\n                        this.openEditor();\n                    }\n                    this.model.trigger(\"clicked\");\n                }\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.is_dragging = false;\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            this.circle.remove();\n            this.title.remove();\n            if (this.renderer.minimap) {\n                this.minimap_circle.remove();\n            }\n            if (this.node_image) {\n                this.node_image.remove();\n            }\n        }\n    }).value();\n\n    return NodeRepr;\n\n});\n\n\ndefine('renderer/edge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Edge Class Begin */\n\n    //var Edge = Renderer.Edge = Utils.inherit(Renderer._BaseRepresentation);\n    var Edge = Utils.inherit(BaseRepresentation);\n\n    _(Edge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Edge\";\n            this.hidden = false;\n            this.ghost = false;\n            this.from_representation = this.renderer.getRepresentationByModel(this.model.get(\"from\"));\n            this.to_representation = this.renderer.getRepresentationByModel(this.model.get(\"to\"));\n            this.bundle = this.renderer.addToBundles(this);\n            this.line = new paper.Path();\n            this.line.add([0,0],[0,0],[0,0]);\n            this.line.__representation = this;\n            this.line.strokeWidth = this.options.edge_stroke_width;\n            this.arrow_scale = 1;\n            this.arrow = new paper.Path();\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.pivot = new paper.Point([ this.options.edge_arrow_length / 2, this.options.edge_arrow_width / 2 ]);\n            this.arrow.__representation = this;\n            this.text = $('<div class=\"Rk-Label Rk-Edge-Label\">').appendTo(this.renderer.labels_$);\n            this.arrow_angle = 0;\n            if (this.options.editor_mode) {\n                var Renderer = requtils.getRenderer();\n                this.normal_buttons = [\n                                       new Renderer.EdgeEditButton(this.renderer, null),\n                                       new Renderer.EdgeRemoveButton(this.renderer, null)\n                                       ];\n                this.pending_delete_buttons = [\n                                               new Renderer.EdgeRevertButton(this.renderer, null)\n                                               ];\n                this.all_buttons = this.normal_buttons.concat(this.pending_delete_buttons);\n                for (var i = 0; i < this.all_buttons.length; i++) {\n                    this.all_buttons[i].source_representation = this;\n                }\n                this.active_buttons = [];\n            } else {\n                this.active_buttons = this.all_buttons = [];\n            }\n\n            if (this.renderer.minimap) {\n                this.renderer.minimap.edge_layer.activate();\n                this.minimap_line = new paper.Path();\n                this.minimap_line.add([0,0],[0,0]);\n                this.minimap_line.__representation = this.renderer.minimap.miniframe.__representation;\n                this.minimap_line.strokeWidth = 1;\n            }\n        },\n        _getStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.edge_stroke_width + (thickness-1) * (this.options.edge_stroke_max_width - this.options.edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getSelectedStrokeWidth: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return this.options.selected_edge_stroke_width + (thickness-1) * (this.options.selected_edge_stroke_max_width - this.options.selected_edge_stroke_width) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        _getArrowScale: function() {\n            var thickness = (this.model.has('style') && this.model.get('style').thickness) || 1;\n            return 1 + (thickness-1) * ((this.options.edge_arrow_max_width / this.options.edge_arrow_width) - 1) / (this.options.edge_stroke_witdh_scale-1);\n        },\n        redraw: function() {\n            var from = this.model.get(\"from\"),\n            to = this.model.get(\"to\");\n            if (!from || !to || (this.hidden && !this.ghost)) {\n                return;\n            }\n            this.from_representation = this.renderer.getRepresentationByModel(from);\n            this.to_representation = this.renderer.getRepresentationByModel(to);\n            if (typeof this.from_representation === \"undefined\" || typeof this.to_representation === \"undefined\" ||\n                    (this.from_representation.hidden && !this.from_representation.ghost) ||\n                    (this.to_representation.hidden && !this.to_representation.ghost)) {\n                this.hide();\n                return;\n            }\n            var _strokeWidth = this._getStrokeWidth(),\n                _arrow_scale = this._getArrowScale(),\n                _p0a = this.from_representation.paper_coords,\n                _p1a = this.to_representation.paper_coords,\n                _v = _p1a.subtract(_p0a),\n                _r = _v.length,\n                _u = _v.divide(_r),\n                _ortho = new paper.Point([- _u.y, _u.x]),\n                _group_pos = this.bundle.getPosition(this),\n                _delta = _ortho.multiply( this.options.edge_gap_in_bundles * _group_pos ),\n                _p0b = _p0a.add(_delta), /* Adding a 4 px difference */\n                _p1b = _p1a.add(_delta), /* to differentiate bundled links */\n                _a = _v.angle,\n                _textdelta = _ortho.multiply(this.options.edge_label_distance + 0.5 * _arrow_scale * this.options.edge_arrow_width),\n                _handle = _v.divide(3),\n                _color = (this.model.has(\"style\") && this.model.get(\"style\").color) || (this.model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                _dash = (this.model.has(\"style\") && this.model.get(\"style\").dash) ? this.options.default_dash_array : null,\n                _opacity;\n\n            if (this.model.get(\"delete_scheduled\") || this.from_representation.model.get(\"delete_scheduled\") || this.to_representation.model.get(\"delete_scheduled\")) {\n                _opacity = 0.5;\n                this.line.dashArray = [2, 2];\n            } else {\n                _opacity = this.ghost ? this.options.ghost_opacity : 1;\n                this.line.dashArray = null;\n            }\n\n            var old_act_btn = this.active_buttons;\n\n            this.arrow.visible =\n                (this.model.has(\"style\") && this.model.get(\"style\").arrow) ||\n                !this.model.has(\"style\") ||\n                typeof this.model.get(\"style\").arrow === 'undefined';\n\n            this.active_buttons = this.model.get(\"delete_scheduled\") ? this.pending_delete_buttons : this.normal_buttons;\n\n            if (this.selected && this.renderer.isEditable() && old_act_btn !== this.active_buttons) {\n                old_act_btn.forEach(function(b) {\n                    b.hide();\n                });\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n\n            this.paper_coords = _p0b.add(_p1b).divide(2);\n            this.line.strokeWidth = _strokeWidth;\n            this.line.strokeColor = _color;\n            this.line.dashArray = _dash;\n            this.line.opacity = _opacity;\n            this.line.segments[0].point = _p0a;\n            this.line.segments[1].point = this.paper_coords;\n            this.line.segments[1].handleIn = _handle.multiply(-1);\n            this.line.segments[1].handleOut = _handle;\n            this.line.segments[2].point = _p1a;\n            this.arrow.scale(_arrow_scale / this.arrow_scale);\n            this.arrow_scale = _arrow_scale;\n            this.arrow.fillColor = _color;\n            this.arrow.opacity = _opacity;\n            this.arrow.rotate(_a - this.arrow_angle, this.arrow.bounds.center);\n            this.arrow.position = this.paper_coords;\n\n            this.arrow_angle = _a;\n            if (_a > 90) {\n                _a -= 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            if (_a < -90) {\n                _a += 180;\n                _textdelta = _textdelta.multiply(-1);\n            }\n            var _text = this.model.get(\"title\") || this.renkan.translate(this.options.label_untitled_edges) || \"\";\n            _text = Utils.shortenText(_text, this.options.node_label_max_length);\n            this.text.text(_text);\n            var _textpos = this.paper_coords.add(_textdelta);\n            this.text.css({\n                left: _textpos.x,\n                top: _textpos.y,\n                transform: \"rotate(\" + _a + \"deg)\",\n                \"-moz-transform\": \"rotate(\" + _a + \"deg)\",\n                \"-webkit-transform\": \"rotate(\" + _a + \"deg)\",\n                opacity: _opacity\n            });\n            this.text_angle = _a;\n\n            var _pc = this.paper_coords;\n            this.all_buttons.forEach(function(b) {\n                b.moveTo(_pc);\n            });\n\n            if (this.renderer.minimap) {\n                this.minimap_line.strokeColor = _color;\n                this.minimap_line.segments[0].point = this.renderer.toMinimapCoords(new paper.Point(this.from_representation.model.get(\"position\")));\n                this.minimap_line.segments[1].point = this.renderer.toMinimapCoords(new paper.Point(this.to_representation.model.get(\"position\")));\n            }\n        },\n        hide: function(){\n            this.hidden = true;\n            this.ghost = false;\n\n            this.text.hide();\n            this.line.visible = false;\n            this.arrow.visible = false;\n            this.minimap_line.visible = false;\n        },\n        show: function(ghost){\n            this.ghost = ghost;\n            if (this.ghost) {\n                this.text.css('opacity', 0.3);\n                this.line.opacity = 0.3;\n                this.arrow.opacity = 0.3;\n                this.minimap_line.opacity = 0.3;\n            } else {\n                this.hidden = false;\n\n                this.text.css('opacity', 1);\n                this.line.opacity = 1;\n                this.arrow.opacity = 1;\n                this.minimap_line.opacity = 1;\n            }\n            this.text.show();\n            this.line.visible = true;\n            this.arrow.visible = true;\n            this.minimap_line.visible = true;\n            this.redraw();\n        },\n        openEditor: function() {\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            var _editor = this.renderer.addRepresentation(\"EdgeEditor\",null);\n            _editor.source_representation = this;\n            _editor.draw();\n        },\n        select: function() {\n            this.selected = true;\n            this.line.strokeWidth = this._getSelectedStrokeWidth();\n            if (this.renderer.isEditable()) {\n                this.active_buttons.forEach(function(b) {\n                    b.show();\n                });\n            }\n            if (!this.options.editor_mode) {\n                this.openEditor();\n            }\n            this._super(\"select\");\n        },\n        unselect: function(_newTarget) {\n            if (!_newTarget || _newTarget.source_representation !== this) {\n                this.selected = false;\n                if (this.options.editor_mode) {\n                    this.all_buttons.forEach(function(b) {\n                        b.hide();\n                    });\n                }\n                if (this.hidden){\n                    this.renderer.removeRepresentationsOfType(\"editor\");\n                }\n                this.line.strokeWidth = this._getStrokeWidth();\n                this._super(\"unselect\");\n            }\n        },\n        mousedown: function(_event, _isTouch) {\n            if (_isTouch) {\n                this.renderer.unselectAll();\n                this.select();\n            }\n        },\n        mouseup: function(_event, _isTouch) {\n            if (!this.renkan.read_only && this.renderer.is_dragging) {\n                this.from_representation.saveCoords();\n                this.to_representation.saveCoords();\n                this.from_representation.is_dragging = false;\n                this.to_representation.is_dragging = false;\n            } else {\n                if (!_isTouch) {\n                    this.openEditor();\n                }\n                this.model.trigger(\"clicked\");\n            }\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        },\n        paperShift: function(_delta) {\n            if (this.options.editor_mode) {\n                if (!this.options.read_only) {\n                    this.from_representation.paperShift(_delta);\n                    this.to_representation.paperShift(_delta);\n                }\n            } else {\n                this.renderer.paperShift(_delta);\n            }\n        },\n        destroy: function() {\n            this._super(\"destroy\");\n            this.line.remove();\n            this.arrow.remove();\n            this.text.remove();\n            if (this.renderer.minimap) {\n                this.minimap_line.remove();\n            }\n            this.all_buttons.forEach(function(b) {\n                b.destroy();\n            });\n            var _this = this;\n            this.bundle.edges = _.reject(this.bundle.edges, function(_edge) {\n                return _this === _edge;\n            });\n        }\n    }).value();\n\n    return Edge;\n\n});\n\n\n\ndefine('renderer/tempedge',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* TempEdge Class Begin */\n\n    //var TempEdge = Renderer.TempEdge = Utils.inherit(Renderer._BaseRepresentation);\n    var TempEdge = Utils.inherit(BaseRepresentation);\n\n    _(TempEdge.prototype).extend({\n        _init: function() {\n            this.renderer.edge_layer.activate();\n            this.type = \"Temp-edge\";\n\n            var _color = (this.project.get(\"users\").get(this.renkan.current_user) || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\");\n            this.line = new paper.Path();\n            this.line.strokeColor = _color;\n            this.line.dashArray = [4, 2];\n            this.line.strokeWidth = this.options.selected_edge_stroke_width;\n            this.line.add([0,0],[0,0]);\n            this.line.__representation = this;\n            this.arrow = new paper.Path();\n            this.arrow.fillColor = _color;\n            this.arrow.add(\n                    [ 0, 0 ],\n                    [ this.options.edge_arrow_length, this.options.edge_arrow_width / 2 ],\n                    [ 0, this.options.edge_arrow_width ]\n            );\n            this.arrow.__representation = this;\n            this.arrow_angle = 0;\n        },\n        redraw: function() {\n            var _p0 = this.from_representation.paper_coords,\n            _p1 = this.end_pos,\n            _a = _p1.subtract(_p0).angle,\n            _c = _p0.add(_p1).divide(2);\n            this.line.segments[0].point = _p0;\n            this.line.segments[1].point = _p1;\n            this.arrow.rotate(_a - this.arrow_angle);\n            this.arrow.position = _c;\n            this.arrow_angle = _a;\n        },\n        paperShift: function(_delta) {\n            if (!this.renderer.isEditable()) {\n                this.renderer.removeRepresentation(_this);\n                paper.view.draw();\n                return;\n            }\n            this.end_pos = this.end_pos.add(_delta);\n            var _hitResult = paper.project.hitTest(this.end_pos);\n            this.renderer.findTarget(_hitResult);\n            this.redraw();\n        },\n        mouseup: function(_event, _isTouch) {\n            var _hitResult = paper.project.hitTest(_event.point),\n            _model = this.from_representation.model,\n            _endDrag = true;\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _target = _hitResult.item.__representation;\n                if (_target.type.substr(0,4) === \"Node\") {\n                    var _destmodel = _target.model || _target.source_representation.model;\n                    if (_model !== _destmodel) {\n                        var _data = {\n                                id: Utils.getUID('edge'),\n                                created_by: this.renkan.current_user,\n                                from: _model,\n                                to: _destmodel\n                        };\n                        if (this.renderer.isEditable()) {\n                            this.project.addEdge(_data);\n                        }\n                    }\n                }\n\n                if (_model === _target.model || (_target.source_representation && _target.source_representation.model === _model)) {\n                    _endDrag = false;\n                    this.renderer.is_dragging = true;\n                }\n            }\n            if (_endDrag) {\n                this.renderer.click_target = null;\n                this.renderer.is_dragging = false;\n                this.renderer.removeRepresentation(this);\n                paper.view.draw();\n            }\n        },\n        destroy: function() {\n            this.arrow.remove();\n            this.line.remove();\n        }\n    }).value();\n\n    /* TempEdge Class End */\n\n    return TempEdge;\n\n});\n\n\ndefine('renderer/baseeditor',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* _BaseEditor Begin */\n    //var _BaseEditor = Renderer._BaseEditor = Utils.inherit(Renderer._BaseRepresentation);\n    var _BaseEditor = Utils.inherit(BaseRepresentation);\n\n    _(_BaseEditor.prototype).extend({\n        _init: function() {\n            this.renderer.buttons_layer.activate();\n            this.type = \"editor\";\n            this.editor_block = new paper.Path();\n            var _pts = _.map(_.range(8), function() {return [0,0];});\n            this.editor_block.add.apply(this.editor_block, _pts);\n            this.editor_block.strokeWidth = this.options.tooltip_border_width;\n            this.editor_block.strokeColor = this.options.tooltip_border_color;\n            this.editor_block.opacity = this.options.tooltip_opacity;\n            this.editor_$ = $('<div>')\n                .appendTo(this.renderer.editor_$)\n                .css({\n                    position: \"absolute\",\n                    opacity: this.options.tooltip_opacity\n                })\n                .hide();\n        },\n        destroy: function() {\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* _BaseEditor End */\n\n    return _BaseEditor;\n\n});\n\n\ndefine('renderer/nodeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor', 'renderer/shapebuilder', 'ckeditor-jquery'], function ($, _, requtils, BaseEditor, ShapeBuilder) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditor Begin */\n    //var NodeEditor = Renderer.NodeEditor = Utils.inherit(Renderer._BaseEditor);\n    var NodeEditor = Utils.inherit(BaseEditor);\n\n    _(NodeEditor.prototype).extend({\n        _init: function() {\n            BaseEditor.prototype._init.apply(this);\n            this.template = this.options.templates['templates/nodeeditor.html'];\n            //this.templates['default']= this.options.templates['templates/nodeeditor.html'];\n            //fusionner avec this.options.node_editor_templates\n            this.readOnlyTemplate = this.options.node_editor_templates;\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate[_model.get(\"type\")] || this.readOnlyTemplate[\"default\"]),\n            _image_placeholder = this.options.static_url + \"img/image-placeholder.png\",\n            _size = (_model.get(\"size\") || 0);\n            this.editor_$\n            .html(_template({\n                node: {\n                    _id: _model.get(\"_id\"),\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    type: _model.get(\"type\") || \"default\",\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    image: _model.get(\"image\") || \"\",\n                    image_placeholder: _image_placeholder,\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    clip_path: _model.get(\"clip_path\") || false,\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\"),\n                    size: (_size > 0 ? \"+\" : \"\") + _size,\n                    shape: _model.get(\"shape\") || \"circle\"\n                },\n                renkan: this.renkan,\n                options: this.options,\n                shortenText: Utils.shortenText,\n                shapes : _(ShapeBuilder.builders).omit('svg').keys().value(),\n                types : _(this.options.node_editor_templates).keys().value(),\n            }));\n            this.redraw();\n            var _this = this,\n                editorInstance = _this.options.show_node_editor_description_richtext ?\n                    $(\".Rk-Edit-Description\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                editorInstanceTitle = _this.options.show_node_editor_title_richtext ?\n                    $(\".Rk-Edit-Title\").ckeditor(_this.options.richtext_editor_config) :\n                    false,\n                closeEditor = function() {\n                    _this.renderer.removeRepresentation(_this);\n                    paper.view.draw();\n                };\n\n            _this.cleanEditor = function() {\n                _this.editor_$.off(\"keyup\");\n                _this.editor_$.find(\"input, textarea, select\").off(\"change keyup paste\");\n                _this.editor_$.find(\".Rk-Edit-Image-File\").off('change');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").off('hover');\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Image-Del\").off('click');\n                _this.editor_$.find(\".Rk-Edit-ColorPicker\").find(\"li\").off('hover click');\n                _this.editor_$.find(\".Rk-CloseX\").off('click');\n                _this.editor_$.find(\".Rk-Edit-Goto\").off('click');\n\n                if(_this.options.show_node_editor_description_richtext) {\n                    if(typeof editorInstance.editor !== 'undefined') {\n                        var _editor = editorInstance.editor;\n                        delete editorInstance.editor;\n                        _editor.focusManager.blur(true);\n                        _editor.destroy();\n                    }\n                }\n                if(_this.options.show_node_editor_title_richtext) {\n                    if(typeof editorInstanceTitle.editor !== 'undefined') {\n                        var _editor_title = editorInstanceTitle.editor;\n                        delete editorInstanceTitle.editor;\n                        _editor_title.focusManager.blur(true);\n                        _editor_title.destroy();\n                    }\n                }\n            };\n\n            this.editor_$.find(\".Rk-CloseX\").click(function (e) {\n                e.preventDefault();\n                closeEditor();\n            });\n\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                  _.defer(function() {\n                    if (_this.renderer.isEditable()) {\n                        var _data = {};\n                        if (_this.options.show_node_editor_uri) {\n                            _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                        }\n                        if (_this.options.show_node_editor_image) {\n                            _data.image = _this.editor_$.find(\".Rk-Edit-Image\").val();\n                            _this.editor_$.find(\".Rk-Edit-ImgPreview\").attr(\"src\", _data.image || _image_placeholder);\n                        }\n                        if (_this.options.show_node_editor_description) {\n                            if(_this.options.show_node_editor_description_richtext) {\n                                if(typeof editorInstance.editor !== 'undefined' &&\n                                    editorInstance.editor.checkDirty()) {\n                                    _data.description = editorInstance.editor.getData();\n                                    editorInstance.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.description = _this.editor_$.find(\".Rk-Edit-Description\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_title) {\n                            if(_this.options.show_node_editor_title_richtext) {\n                                if(typeof editorInstanceTitle.editor !== 'undefined' &&\n                                        editorInstanceTitle.editor.checkDirty()) {\n                                    _data.title = editorInstanceTitle.editor.getData();\n                                    editorInstanceTitle.editor.resetDirty();\n                                }\n                            }\n                            else {\n                                _data.title = _this.editor_$.find(\".Rk-Edit-Title\").val();\n                            }\n                        }\n                        if (_this.options.show_node_editor_style) {\n                            var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked');\n                            _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash});\n                        }\n                        if (_this.options.change_shapes) {\n                            if(_model.get(\"shape\")!==_this.editor_$.find(\".Rk-Edit-Shape\").val()){\n                                _data.shape = _this.editor_$.find(\".Rk-Edit-Shape\").val();\n                            }\n                        }\n                        if (_this.options.change_types) {\n                            if(_model.get(\"type\")!==_this.editor_$.find(\".Rk-Edit-Type\").val()){\n                                _data.type = _this.editor_$.find(\".Rk-Edit-Type\").val();\n                            }\n                        }\n                        _model.set(_data);\n                        _this.redraw();\n                    } else {\n                        closeEditor();\n                    }\n                  });\n                }, 1000);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input, textarea, select\").on(\"change keyup paste\", onFieldChange);\n                if( _this.options.show_node_editor_description &&\n                    _this.options.show_node_editor_description_richtext &&\n                    typeof editorInstance.editor !== 'undefined')\n                {\n                    editorInstance.editor.on(\"change\", onFieldChange);\n                    editorInstance.editor.on(\"blur\", onFieldChange);\n                }\n                \n                if( _this.options.show_node_editor_title &&\n                    _this.options.show_node_editor_title_richtext &&\n                    typeof editorInstanceTitle.editor !== 'undefined')\n                {\n                    editorInstanceTitle.editor.on(\"change\", onFieldChange);\n                    editorInstanceTitle.editor.on(\"blur\", onFieldChange);\n                }\n\n                if(_this.options.allow_image_upload) {\n                    this.editor_$.find(\".Rk-Edit-Image-File\").change(function() {\n                        if (this.files.length) {\n                            var f = this.files[0],\n                            fr = new FileReader();\n                            if (f.type.substr(0,5) !== \"image\") {\n                                alert(_this.renkan.translate(\"This file is not an image\"));\n                                return;\n                            }\n                            if (f.size > (_this.options.uploaded_image_max_kb * 1024)) {\n                                alert(_this.renkan.translate(\"Image size must be under \") + _this.options.uploaded_image_max_kb + _this.renkan.translate(\"KB\"));\n                                return;\n                            }\n                            fr.onload = function(e) {\n                                _this.editor_$.find(\".Rk-Edit-Image\").val(e.target.result);\n                                onFieldChange();\n                            };\n                            fr.readAsDataURL(f);\n                        }\n                    });\n                }\n                this.editor_$.find(\".Rk-Edit-Title\")[0].focus();\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color) || (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var shiftSize = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _newsize = n+(_model.get(\"size\") || 0);\n                        _this.editor_$.find(\"#Rk-Edit-Size-Value\").text((_newsize > 0 ? \"+\" : \"\") + _newsize);\n                        _model.set(\"size\", _newsize);\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Size-Down\").click(function() {\n                    shiftSize(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Size-Up\").click(function() {\n                    shiftSize(1);\n                    return false;\n                });\n\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n\n                this.editor_$.find(\".Rk-Edit-Image-Del\").click(function() {\n                    _this.editor_$.find(\".Rk-Edit-Image\").val('');\n                    onFieldChange();\n                    return false;\n                });\n            } else {\n                if (typeof this.source_representation.highlighted === \"object\") {\n                    var titlehtml = this.source_representation.highlighted.replace(_(_model.get(\"title\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>');\n                    this.editor_$.find(\".Rk-Display-Title\" + (_model.get(\"uri\") ? \" a\" : \"\")).html(titlehtml);\n                    if (this.options.show_node_tooltip_description) {\n                        this.editor_$.find(\".Rk-Display-Description\").html(this.source_representation.highlighted.replace(_(_model.get(\"description\")).escape(),'<span class=\"Rk-Highlighted\">$1</span>'));\n                    }\n                }\n            }\n            this.editor_$.find(\"img\").load(function() {\n                _this.redraw();\n            });\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        },\n        destroy: function() {\n            if(typeof this.cleanEditor !== 'undefined') {\n                this.cleanEditor();\n            }\n            this.editor_block.remove();\n            this.editor_$.remove();\n        }\n    }).value();\n\n    /* NodeEditor End */\n\n    return NodeEditor;\n\n});\n\n\ndefine('renderer/edgeeditor',['jquery', 'underscore', 'requtils', 'renderer/baseeditor'], function ($, _, requtils, BaseEditor) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditor Begin */\n\n    //var EdgeEditor = Renderer.EdgeEditor = Utils.inherit(Renderer._BaseEditor);\n    var EdgeEditor = Utils.inherit(BaseEditor);\n\n    _(EdgeEditor.prototype).extend({\n        _init: function() {\n          BaseEditor.prototype._init.apply(this);\n          this.template = this.options.templates['templates/edgeeditor.html'];\n          this.readOnlyTemplate = this.options.templates['templates/edgeeditor_readonly.html'];\n        },\n        draw: function() {\n            var _model = this.source_representation.model,\n            _from_model = _model.get(\"from\"),\n            _to_model = _model.get(\"to\"),\n            _created_by = _model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan),\n            _template = (this.renderer.isEditable() ? this.template : this.readOnlyTemplate);\n            this.editor_$\n              .html(_template({\n                edge: {\n                    has_creator: !!_model.get(\"created_by\"),\n                    title: _model.get(\"title\"),\n                    uri: _model.get(\"uri\"),\n                    short_uri:  Utils.shortenText((_model.get(\"uri\") || \"\").replace(/^(https?:\\/\\/)?(www\\.)?/,'').replace(/\\/$/,''),40),\n                    description: _model.get(\"description\"),\n                    color: (_model.has(\"style\") && _model.get(\"style\").color) || _created_by.get(\"color\"),\n                    dash: _model.has(\"style\") && _model.get(\"style\").dash ? \"checked\" : \"\",\n                    arrow: (_model.has(\"style\") && _model.get(\"style\").arrow) || !_model.has(\"style\") || (typeof _model.get(\"style\").arrow === 'undefined') ? \"checked\" : \"\",\n                    thickness: (_model.has(\"style\") && _model.get(\"style\").thickness) || 1,\n                    from_title: _from_model.get(\"title\"),\n                    to_title: _to_model.get(\"title\"),\n                    from_color: (_from_model.has(\"style\") && _from_model.get(\"style\").color) || (_from_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    to_color: (_to_model.has(\"style\") && _to_model.get(\"style\").color) || (_to_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(this.renkan)).get(\"color\"),\n                    created_by_color: _created_by.get(\"color\"),\n                    created_by_title: _created_by.get(\"title\")\n                },\n                renkan: this.renkan,\n                shortenText: Utils.shortenText,\n                options: this.options\n            }));\n            this.redraw();\n            var _this = this,\n            closeEditor = function() {\n                _this.renderer.removeRepresentation(_this);\n                _this.editor_$.find(\".Rk-Edit-Size-Btn\").off('click');\n                paper.view.draw();\n            };\n            this.editor_$.find(\".Rk-CloseX\").click(closeEditor);\n            this.editor_$.find(\".Rk-Edit-Goto\").click(function() {\n                if (!_model.get(\"uri\")) {\n                    return false;\n                }\n            });\n\n            if (this.renderer.isEditable()) {\n\n                var onFieldChange = _.throttle(function() {\n                    _.defer(function() {\n                        if (_this.renderer.isEditable()) {\n                            var _data = {\n                                title: _this.editor_$.find(\".Rk-Edit-Title\").val()\n                            };\n                            if (_this.options.show_edge_editor_uri) {\n                                _data.uri = _this.editor_$.find(\".Rk-Edit-URI\").val();\n                            }\n                            if (_this.options.show_node_editor_style) {\n                                var dash = _this.editor_$.find(\".Rk-Edit-Dash\").is(':checked'),\n                                    arrow = _this.editor_$.find(\".Rk-Edit-Arrow\").is(':checked');\n                                _data.style = _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {dash: dash, arrow: arrow});\n                            }\n                            _this.editor_$.find(\".Rk-Edit-Goto\").attr(\"href\",_data.uri || \"#\");\n                            _model.set(_data);\n                            paper.view.draw();\n                        } else {\n                            closeEditor();\n                        }\n                    });\n                },500);\n\n                this.editor_$.on(\"keyup\", function(_e) {\n                    if (_e.keyCode === 27) {\n                        closeEditor();\n                    }\n                });\n\n                this.editor_$.find(\"input\").on(\"keyup change paste\", onFieldChange);\n\n                this.editor_$.find(\".Rk-Edit-Vocabulary\").change(function() {\n                    var e = $(this),\n                    v = e.val();\n                    if (v) {\n                        _this.editor_$.find(\".Rk-Edit-Title\").val(e.find(\":selected\").text());\n                        _this.editor_$.find(\".Rk-Edit-URI\").val(v);\n                        onFieldChange();\n                    }\n                });\n                this.editor_$.find(\".Rk-Edit-Direction\").click(function() {\n                    if (_this.renderer.isEditable()) {\n                        _model.set({\n                            from: _model.get(\"to\"),\n                            to: _model.get(\"from\")\n                        });\n                        _this.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n\n                var _picker = _this.editor_$.find(\".Rk-Edit-ColorPicker\");\n\n                this.editor_$.find(\".Rk-Edit-ColorPicker-Wrapper\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.show();\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _picker.hide();\n                        }\n                );\n\n                _picker.find(\"li\").hover(\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        },\n                        function(_e) {\n                            _e.preventDefault();\n                            _this.editor_$.find(\".Rk-Edit-Color\").css(\"background\", (_model.has(\"style\") && _model.get(\"style\").color)|| (_model.get(\"created_by\") || Utils._USER_PLACEHOLDER(_this.renkan)).get(\"color\"));\n                        }\n                ).click(function(_e) {\n                    _e.preventDefault();\n                    if (_this.renderer.isEditable()) {\n                        _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {color: $(this).attr(\"data-color\")}));\n                        _picker.hide();\n                        paper.view.draw();\n                    } else {\n                        closeEditor();\n                    }\n                });\n                var shiftThickness = function(n) {\n                    if (_this.renderer.isEditable()) {\n                        var _oldThickness = ((_model.has('style') && _model.get('style').thickness) || 1),\n                            _newThickness = n + _oldThickness;\n                        if(_newThickness < 1 ) {\n                            _newThickness = 1;\n                        }\n                        else if (_newThickness > _this.options.node_stroke_witdh_scale) {\n                            _newThickness = _this.options.node_stroke_witdh_scale;\n                        }\n                        if (_newThickness !== _oldThickness) {\n                            _this.editor_$.find(\"#Rk-Edit-Thickness-Value\").text(_newThickness);\n                            _model.set(\"style\", _.assign( ((_model.has(\"style\") && _.clone(_model.get(\"style\"))) || {}), {thickness: _newThickness}));\n                            paper.view.draw();\n                        }\n                    }\n                    else {\n                        closeEditor();\n                    }\n                };\n\n                this.editor_$.find(\"#Rk-Edit-Thickness-Down\").click(function() {\n                    shiftThickness(-1);\n                    return false;\n                });\n                this.editor_$.find(\"#Rk-Edit-Thickness-Up\").click(function() {\n                    shiftThickness(1);\n                    return false;\n                });\n            }\n        },\n        redraw: function() {\n            if (this.options.popup_editor){\n                var _coords = this.source_representation.paper_coords;\n                Utils.drawEditBox(this.options, _coords, this.editor_block, 5, this.editor_$);\n            }\n            this.editor_$.show();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* EdgeEditor End */\n\n    return EdgeEditor;\n\n});\n\n\ndefine('renderer/nodebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* _NodeButton Begin */\n\n    //var _NodeButton = Renderer._NodeButton = Utils.inherit(Renderer._BaseButton);\n    var _NodeButton = Utils.inherit(BaseButton);\n\n    _(_NodeButton.prototype).extend({\n        setSectorSize: function() {\n            var sectorInner = this.source_representation.circle_radius;\n            if (sectorInner !== this.lastSectorInner) {\n                if (this.sector) {\n                    this.sector.destroy();\n                }\n                this.sector = this.renderer.drawSector(\n                        this, 1 + sectorInner,\n                        Utils._NODE_BUTTON_WIDTH + sectorInner,\n                        this.startAngle,\n                        this.endAngle,\n                        1,\n                        this.imageName,\n                        this.renkan.translate(this.text)\n                );\n                this.lastSectorInner = sectorInner;\n            }\n        },\n        unselect: function() {\n            BaseButton.prototype.unselect.apply(this, Array.prototype.slice.call(arguments, 1));\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n                this.source_representation.hideButtons();\n            }\n        },\n        select: function() {\n            if(this.source_representation && this.source_representation.buttons_timeout) {\n                clearTimeout(this.source_representation.buttons_timeout);\n            }\n            this.sector.select();\n        },\n    }).value();\n\n\n    /* _NodeButton End */\n\n    return _NodeButton;\n\n});\n\n\ndefine('renderer/nodeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEditButton Begin */\n\n    //var NodeEditButton = Renderer.NodeEditButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEditButton = Utils.inherit(NodeButton);\n\n    _(NodeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-edit-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -125 : -135;\n            this.endAngle = this.options.hide_nodes ? -55 : -45;\n            this.imageName = \"edit\";\n            this.text = \"Edit\";\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* NodeEditButton End */\n\n    return NodeEditButton;\n\n});\n\n\ndefine('renderer/noderemovebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRemoveButton = Utils.inherit(NodeButton);\n\n    _(NodeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-remove-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -10 : 0;\n            this.endAngle = this.options.hide_nodes ? 45 : 90;\n            this.imageName = \"remove\";\n            this.text = \"Remove\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove node ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeNode(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeRemoveButton;\n\n});\n\n\ndefine('renderer/nodehidebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeHideButton = Utils.inherit(NodeButton);\n\n    _(NodeHideButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-hide-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 45;\n            this.endAngle = 90;\n            this.imageName = \"hide\";\n            this.text = \"Hide\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.renderer.view.addHiddenNode(this.source_representation.model);\n            }\n        }\n    }).value();\n\n    /* NodeRemoveButton End */\n\n    return NodeHideButton;\n\n});\n\n\ndefine('renderer/nodeshowbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRemoveButton Begin */\n\n    //var NodeRemoveButton = Renderer.NodeRemoveButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShowButton = Utils.inherit(NodeButton);\n\n    _(NodeShowButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-show-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = 90;\n            this.endAngle = 135;\n            this.imageName = \"show\";\n            this.text = \"Show\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                this.source_representation.showNeighbors(false);\n            }\n        }\n    }).value();\n\n    /* NodeShowButton End */\n\n    return NodeShowButton;\n\n});\n\n\ndefine('renderer/noderevertbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeRevertButton Begin */\n\n    //var NodeRevertButton = Renderer.NodeRevertButton = Utils.inherit(Renderer._NodeButton);\n    var NodeRevertButton = Utils.inherit(NodeButton);\n\n    _(NodeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-revert-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = -135;\n            this.endAngle = 135;\n            this.imageName = \"revert\";\n            this.text = \"Cancel deletion\";\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* NodeRevertButton End */\n\n    return NodeRevertButton;\n\n});\n\n\ndefine('renderer/nodelinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeLinkButton Begin */\n\n    //var NodeLinkButton = Renderer.NodeLinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeLinkButton = Utils.inherit(NodeButton);\n\n    _(NodeLinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-link-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? 135 : 90;\n            this.endAngle = this.options.hide_nodes ? 190 : 180;\n            this.imageName = \"link\";\n            this.text = \"Link to another node\";\n        },\n        mousedown: function(_event, _isTouch) {\n            if (this.renderer.isEditable()) {\n                var _off = this.renderer.canvas_$.offset(),\n                _point = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]);\n                this.renderer.click_target = null;\n                this.renderer.removeRepresentationsOfType(\"editor\");\n                this.renderer.addTempEdge(this.source_representation, _point);\n            }\n        }\n    }).value();\n\n    /* NodeLinkButton End */\n\n    return NodeLinkButton;\n\n});\n\n\n\ndefine('renderer/nodeenlargebutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeEnlargeButton Begin */\n\n    //var NodeEnlargeButton = Renderer.NodeEnlargeButton = Utils.inherit(Renderer._NodeButton);\n    var NodeEnlargeButton = Utils.inherit(NodeButton);\n\n    _(NodeEnlargeButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-enlarge-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -55 : -45;\n            this.endAngle = this.options.hide_nodes ? -10 : 0;\n            this.imageName = \"enlarge\";\n            this.text = \"Enlarge\";\n        },\n        mouseup: function() {\n            var _newsize = 1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeEnlargeButton End */\n\n    return NodeEnlargeButton;\n\n});\n\n\ndefine('renderer/nodeshrinkbutton',['jquery', 'underscore', 'requtils', 'renderer/nodebutton'], function ($, _, requtils, NodeButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* NodeShrinkButton Begin */\n\n    //var NodeShrinkButton = Renderer.NodeShrinkButton = Utils.inherit(Renderer._NodeButton);\n    var NodeShrinkButton = Utils.inherit(NodeButton);\n\n    _(NodeShrinkButton.prototype).extend({\n        _init: function() {\n            this.type = \"Node-shrink-button\";\n            this.lastSectorInner = 0;\n            this.startAngle = this.options.hide_nodes ? -170 : -180;\n            this.endAngle = this.options.hide_nodes ? -125 : -135;\n            this.imageName = \"shrink\";\n            this.text = \"Shrink\";\n        },\n        mouseup: function() {\n            var _newsize = -1 + (this.source_representation.model.get(\"size\") || 0);\n            this.source_representation.model.set(\"size\", _newsize);\n            this.source_representation.select();\n            this.select();\n            paper.view.draw();\n        }\n    }).value();\n\n    /* NodeShrinkButton End */\n\n    return NodeShrinkButton;\n\n});\n\n\ndefine('renderer/edgeeditbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeEditButton Begin */\n\n    //var EdgeEditButton = Renderer.EdgeEditButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeEditButton = Utils.inherit(BaseButton);\n\n    _(EdgeEditButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-edit-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -270, -90, 1, \"edit\", this.renkan.translate(\"Edit\"));\n        },\n        mouseup: function() {\n            if (!this.renderer.is_dragging) {\n                this.source_representation.openEditor();\n            }\n        }\n    }).value();\n\n    /* EdgeEditButton End */\n\n    return EdgeEditButton;\n\n});\n\n\ndefine('renderer/edgeremovebutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRemoveButton Begin */\n\n    //var EdgeRemoveButton = Renderer.EdgeRemoveButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRemoveButton = Utils.inherit(BaseButton);\n\n    _(EdgeRemoveButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-remove-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -90, 90, 1, \"remove\", this.renkan.translate(\"Remove\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            this.renderer.removeRepresentationsOfType(\"editor\");\n            if (this.renderer.isEditable()) {\n                if (this.options.element_delete_delay) {\n                    var delid = Utils.getUID(\"delete\");\n                    this.renderer.delete_list.push({\n                        id: delid,\n                        time: new Date().valueOf() + this.options.element_delete_delay\n                    });\n                    this.source_representation.model.set(\"delete_scheduled\", delid);\n                } else {\n                    if (confirm(this.renkan.translate('Do you really wish to remove edge ') + '\"' + this.source_representation.model.get(\"title\") + '\"?')) {\n                        this.project.removeEdge(this.source_representation.model);\n                    }\n                }\n            }\n        }\n    }).value();\n\n    /* EdgeRemoveButton End */\n\n    return EdgeRemoveButton;\n\n});\n\n\ndefine('renderer/edgerevertbutton',['jquery', 'underscore', 'requtils', 'renderer/basebutton'], function ($, _, requtils, BaseButton) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* EdgeRevertButton Begin */\n\n    //var EdgeRevertButton = Renderer.EdgeRevertButton = Utils.inherit(Renderer._BaseButton);\n    var EdgeRevertButton = Utils.inherit(BaseButton);\n\n    _(EdgeRevertButton.prototype).extend({\n        _init: function() {\n            this.type = \"Edge-revert-button\";\n            this.sector = this.renderer.drawSector(this, Utils._EDGE_BUTTON_INNER, Utils._EDGE_BUTTON_OUTER, -135, 135, 1, \"revert\", this.renkan.translate(\"Cancel deletion\"));\n        },\n        mouseup: function() {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n            if (this.renderer.isEditable()) {\n                this.source_representation.model.unset(\"delete_scheduled\");\n            }\n        }\n    }).value();\n\n    /* EdgeRevertButton End */\n\n    return EdgeRevertButton;\n\n});\n\n\ndefine('renderer/miniframe',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* MiniFrame Begin */\n\n    //var MiniFrame = Renderer.MiniFrame = Utils.inherit(Renderer._BaseRepresentation);\n    var MiniFrame = Utils.inherit(BaseRepresentation);\n\n    _(MiniFrame.prototype).extend({\n        paperShift: function(_delta) {\n            this.renderer.offset = this.renderer.offset.subtract(_delta.divide(this.renderer.minimap.scale).multiply(this.renderer.scale));\n            this.renderer.redraw();\n        },\n        mouseup: function(_delta) {\n            this.renderer.click_target = null;\n            this.renderer.is_dragging = false;\n        }\n    }).value();\n\n\n    /* MiniFrame End */\n\n    return MiniFrame;\n\n});\n\n\ndefine('renderer/scene',['jquery', 'underscore', 'filesaver', 'requtils', 'renderer/miniframe'], function ($, _, filesaver, requtils, MiniFrame) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Scene Begin */\n\n    var Scene = function(_renkan) {\n        this.renkan = _renkan;\n        this.$ = $(\".Rk-Render\");\n        this.representations = [];\n        this.$.html(_renkan.options.templates['templates/scene.html'](_renkan));\n        this.onStatusChange();\n        this.canvas_$ = this.$.find(\".Rk-Canvas\");\n        this.labels_$ = this.$.find(\".Rk-Labels\");\n        if (!_renkan.options.popup_editor){\n            this.editor_$ = $(\"#\" + _renkan.options.editor_panel);\n        }else{\n            this.editor_$ = this.$.find(\".Rk-Editor\");\n        }\n        this.notif_$ = this.$.find(\".Rk-Notifications\");\n        paper.setup(this.canvas_$[0]);\n        this.totalScroll = 0;\n        this.mouse_down = false;\n        this.click_target = null;\n        this.selected_target = null;\n        this.edge_layer = new paper.Layer();\n        this.node_layer = new paper.Layer();\n        this.buttons_layer = new paper.Layer();\n        this.delete_list = [];\n        this.redrawActive = true;\n\n        if (_renkan.options.show_minimap) {\n            this.minimap = {\n                    background_layer: new paper.Layer(),\n                    edge_layer: new paper.Layer(),\n                    node_layer: new paper.Layer(),\n                    node_group: new paper.Group(),\n                    size: new paper.Size( _renkan.options.minimap_width, _renkan.options.minimap_height )\n            };\n\n            this.minimap.background_layer.activate();\n            this.minimap.topleft = paper.view.bounds.bottomRight.subtract(this.minimap.size);\n            this.minimap.rectangle = new paper.Path.Rectangle(this.minimap.topleft.subtract([2,2]), this.minimap.size.add([4,4]));\n            this.minimap.rectangle.fillColor = _renkan.options.minimap_background_color;\n            this.minimap.rectangle.strokeColor = _renkan.options.minimap_border_color;\n            this.minimap.rectangle.strokeWidth = 4;\n            this.minimap.offset = new paper.Point(this.minimap.size.divide(2));\n            this.minimap.scale = 0.1;\n\n            this.minimap.node_layer.activate();\n            this.minimap.cliprectangle = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.cliprectangle);\n            this.minimap.node_group.clipped = true;\n            this.minimap.miniframe = new paper.Path.Rectangle(this.minimap.topleft, this.minimap.size);\n            this.minimap.node_group.addChild(this.minimap.miniframe);\n            this.minimap.miniframe.fillColor = '#c0c0ff';\n            this.minimap.miniframe.opacity = 0.3;\n            this.minimap.miniframe.strokeColor = '#000080';\n            this.minimap.miniframe.strokeWidth = 2;\n            this.minimap.miniframe.__representation = new MiniFrame(this, null);\n        }\n\n        this.throttledPaperDraw = _(function() {\n            paper.view.draw();\n        }).throttle(100).value();\n\n        this.bundles = [];\n        this.click_mode = false;\n\n        var _this = this,\n        _allowScroll = true,\n        _originalScale = 1,\n        _zooming = false,\n        _lastTapX = 0,\n        _lastTapY = 0,\n        _lastTap = 0;\n\n        this.image_cache = {};\n        this.icon_cache = {};\n\n        ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) {\n            var img = new Image();\n            img.src = _renkan.options.static_url + 'img/' + imgname + '.png';\n            _this.icon_cache[imgname] = img;\n        });\n\n        var throttledMouseMove = _.throttle(function(_event, _isTouch) {\n            _this.onMouseMove(_event, _isTouch);\n        }, Utils._MOUSEMOVE_RATE);\n\n        this.canvas_$.on({\n            mousedown: function(_event) {\n                _event.preventDefault();\n                _this.onMouseDown(_event, false);\n            },\n            mousemove: function(_event) {\n                _event.preventDefault();\n                throttledMouseMove(_event, false);\n            },\n            mouseup: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event, false);\n            },\n            mousewheel: function(_event, _delta) {\n                if(_renkan.options.zoom_on_scroll) {\n                    _event.preventDefault();\n                    if (_allowScroll) {\n                        _this.onScroll(_event, _delta);\n                    }\n                }\n            },\n            touchstart: function(_event) {\n                _event.preventDefault();\n                var _touches = _event.originalEvent.touches[0];\n                if (\n                        _renkan.options.allow_double_click &&\n                        new Date() - _lastTap < Utils._DOUBLETAP_DELAY &&\n                        ( Math.pow(_lastTapX - _touches.pageX, 2) + Math.pow(_lastTapY - _touches.pageY, 2) < Utils._DOUBLETAP_DISTANCE )\n                ) {\n                    _lastTap = 0;\n                    _this.onDoubleClick(_touches);\n                } else {\n                    _lastTap = new Date();\n                    _lastTapX = _touches.pageX;\n                    _lastTapY = _touches.pageY;\n                    _originalScale = _this.view.scale;\n                    _zooming = false;\n                    _this.onMouseDown(_touches, true);\n                }\n            },\n            touchmove: function(_event) {\n                _event.preventDefault();\n                _lastTap = 0;\n                if (_event.originalEvent.touches.length === 1) {\n                    _this.onMouseMove(_event.originalEvent.touches[0], true);\n                } else {\n                    if (!_zooming) {\n                        _this.onMouseUp(_event.originalEvent.touches[0], true);\n                        _this.click_target = null;\n                        _this.is_dragging = false;\n                        _zooming = true;\n                    }\n                    if (_event.originalEvent.scale === \"undefined\") {\n                        return;\n                    }\n                    var _newScale = _event.originalEvent.scale * _originalScale,\n                    _scaleRatio = _newScale / _this.view.scale,\n                    _newOffset = new paper.Point([\n                                                  _this.canvas_$.width(),\n                                                  _this.canvas_$.height()\n                                                  ]).multiply( 0.5 * ( 1 - _scaleRatio ) ).add(_this.view.offset.multiply( _scaleRatio ));\n                    _this.view.setScale(_newScale, _newOffset);\n                }\n            },\n            touchend: function(_event) {\n                _event.preventDefault();\n                _this.onMouseUp(_event.originalEvent.changedTouches[0], true);\n            },\n            dblclick: function(_event) {\n                _event.preventDefault();\n                if (_renkan.options.allow_double_click) {\n                    _this.onDoubleClick(_event);\n                }\n            },\n            mouseleave: function(_event) {\n                _event.preventDefault();\n                //_this.onMouseUp(_event, false);\n                _this.click_target = null;\n                _this.is_dragging = false;\n            },\n            dragover: function(_event) {\n                _event.preventDefault();\n            },\n            dragenter: function(_event) {\n                _event.preventDefault();\n                _allowScroll = false;\n            },\n            dragleave: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n            },\n            drop: function(_event) {\n                _event.preventDefault();\n                _allowScroll = true;\n                var res = {};\n                _.each(_event.originalEvent.dataTransfer.types, function(t) {\n                    try {\n                        res[t] = _event.originalEvent.dataTransfer.getData(t);\n                    } catch(e) {}\n                });\n                var text = _event.originalEvent.dataTransfer.getData(\"Text\");\n                if (typeof text === \"string\") {\n                    switch(text[0]) {\n                    case \"{\":\n                    case \"[\":\n                        try {\n                            var data = JSON.parse(text);\n                            _.extend(res,data);\n                        }\n                        catch(e) {\n                            if (!res[\"text/plain\"]) {\n                                res[\"text/plain\"] = text;\n                            }\n                        }\n                        break;\n                    case \"<\":\n                        if (!res[\"text/html\"]) {\n                            res[\"text/html\"] = text;\n                        }\n                        break;\n                    default:\n                        if (!res[\"text/plain\"]) {\n                            res[\"text/plain\"] = text;\n                        }\n                    }\n                }\n                var url = _event.originalEvent.dataTransfer.getData(\"URL\");\n                if (url && !res[\"text/uri-list\"]) {\n                    res[\"text/uri-list\"] = url;\n                }\n                _this.dropData(res, _event.originalEvent);\n            }\n        });\n\n        var bindClick = function(selector, fname) {\n            _this.$.find(selector).click(function(evt) {\n                _this[fname](evt);\n                return false;\n            });\n        };\n\n        if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n            this.$.find(\".Rk-ZoomSetSaved\").show();\n        }\n        this.$.find(\".Rk-CurrentUser\").mouseenter(\n                function() { _this.$.find(\".Rk-UserList\").slideDown(); }\n        );\n        this.$.find(\".Rk-Users\").mouseleave(\n                function() { _this.$.find(\".Rk-UserList\").slideUp(); }\n        );\n        bindClick(\".Rk-FullScreen-Button\", \"fullScreen\");\n        bindClick(\".Rk-AddNode-Button\", \"addNodeBtn\");\n        bindClick(\".Rk-AddEdge-Button\", \"addEdgeBtn\");\n        bindClick(\".Rk-Save-Button\", \"save\");\n        bindClick(\".Rk-Open-Button\", \"open\");\n        bindClick(\".Rk-Export-Button\", \"exportProject\");\n        this.$.find(\".Rk-Bookmarklet-Button\")\n          /*jshint scripturl:true */\n          .attr(\"href\",\"javascript:\" + Utils._BOOKMARKLET_CODE(_renkan))\n          .click(function(){\n              _this.notif_$\n              .text(_renkan.translate(\"Drag this button to your bookmark bar. When on a third-party website, click it to enable drag-and-drop from the website to Renkan.\"))\n              .fadeIn()\n              .delay(5000)\n              .fadeOut();\n              return false;\n          });\n        this.$.find(\".Rk-TopBar-Button\").mouseover(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").show();\n        }).mouseout(function() {\n            $(this).find(\".Rk-TopBar-Tooltip\").hide();\n        });\n        bindClick(\".Rk-Fold-Bins\", \"foldBins\");\n\n        paper.view.onResize = function(_event) {\n            var _ratio,\n                newWidth = _event.width,\n                newHeight = _event.height;\n\n            if (_this.minimap) {\n                _this.minimap.topleft = paper.view.bounds.bottomRight.subtract(_this.minimap.size);\n                _this.minimap.rectangle.fitBounds(_this.minimap.topleft.subtract([2,2]), _this.minimap.size.add([4,4]));\n                _this.minimap.cliprectangle.fitBounds(_this.minimap.topleft, _this.minimap.size);\n            }\n\n            var ratioH = newHeight/(newHeight-_event.delta.height),\n                ratioW = newWidth/(newWidth-_event.delta.width);\n            if (newHeight < newWidth) {\n                    _ratio = ratioH;\n            } else {\n                _ratio = ratioW;\n            }\n\n            _this.view.resizeZoom(ratioW, ratioH, _ratio);\n\n            _this.redraw();\n\n        };\n\n        var _thRedraw = _.throttle(function() {\n            _this.redraw();\n        },50);\n\n        this.addRepresentations(\"Node\", this.renkan.project.get(\"nodes\"));\n        this.addRepresentations(\"Edge\", this.renkan.project.get(\"edges\"));\n        this.renkan.project.on(\"change:title\", function() {\n            _this.$.find(\".Rk-PadTitle\").val(_renkan.project.get(\"title\"));\n        });\n\n        this.$.find(\".Rk-PadTitle\").on(\"keyup input paste\", function() {\n            _renkan.project.set({\"title\": $(this).val()});\n        });\n\n        var _thRedrawUsers = _.throttle(function() {\n            _this.redrawUsers();\n        }, 100);\n\n        _thRedrawUsers();\n\n        // register model events\n        this.renkan.project.on(\"change:saveStatus\", function(){\n            switch (_this.renkan.project.get(\"saveStatus\")) {\n                case 0: //clean\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saved\");\n                    break;\n                case 1: //dirty\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saving\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"to-save\");\n                    break;\n                case 2: //saving\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"saved\");\n                    _this.$.find(\".Rk-Save-Button\").removeClass(\"to-save\");\n                    _this.$.find(\".Rk-Save-Button\").addClass(\"saving\");\n                    break;\n            }\n        });\n\n        this.renkan.project.on(\"change:loadingStatus\", function(){\n            if (_this.renkan.project.get(\"loadingStatus\")){\n                var animate = _this.$.find(\".loader\").addClass(\"run\");\n                var timer = setTimeout(function(){\n                    _this.$.find(\".loader\").hide(250);\n                }, 3000);\n            }\n            else{\n                Backbone.history.start();\n                _thRedraw();\n            }\n        });\n\n        this.renkan.project.on(\"add:users remove:users\", _thRedrawUsers);\n\n        this.renkan.project.on(\"add:views remove:views\", function(_node) {\n            if(_this.renkan.project.get('views').length > 0) {\n                _this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n            else {\n                _this.$.find(\".Rk-ZoomSetSaved\").hide();\n            }\n        });\n\n        this.renkan.project.on(\"add:nodes\", function(_node) {\n            _this.addRepresentation(\"Node\", _node);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"add:edges\", function(_edge) {\n            _this.addRepresentation(\"Edge\", _edge);\n            if (!_this.renkan.project.get(\"loadingStatus\")){\n                _thRedraw();\n            }\n        });\n        this.renkan.project.on(\"change:title\", function(_model, _title) {\n            var el = _this.$.find(\".Rk-PadTitle\");\n            if (el.is(\"input\")) {\n                if (el.val() !== _title) {\n                    el.val(_title);\n                }\n            } else {\n                el.text(_title);\n            }\n        });\n\n        //register router events\n        this.renkan.router.on(\"router\", function(_params){\n            _this.setViewparameters(_params);\n        });\n\n        if (_renkan.options.size_bug_fix) {\n            var _delay = (\n                    typeof _renkan.options.size_bug_fix === \"number\" ?\n                        _renkan.options.size_bug_fix\n                                : 500\n            );\n            window.setTimeout(\n                    function() {\n                        _this.fixSize();\n                    },\n                    _delay\n            );\n        }\n\n        if (_renkan.options.force_resize) {\n            $(window).resize(function() {\n                _this.autoScale();\n            });\n        }\n\n        if (_renkan.options.show_user_list && _renkan.options.user_color_editable) {\n            var $cpwrapper = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker-Wrapper\"),\n            $cplist = this.$.find(\".Rk-Users .Rk-Edit-ColorPicker\");\n\n            $cpwrapper.hover(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            $cplist.show();\n                        }\n                    },\n                    function(_e) {\n                        _e.preventDefault();\n                        $cplist.hide();\n                    }\n            );\n\n            $cplist.find(\"li\").mouseenter(\n                    function(_e) {\n                        if (_this.isEditable()) {\n                            _e.preventDefault();\n                            _this.$.find(\".Rk-CurrentUser-Color\").css(\"background\", $(this).attr(\"data-color\"));\n                        }\n                    }\n            );\n        }\n\n        if (_renkan.options.show_search_field) {\n\n            var lastval = '';\n\n            this.$.find(\".Rk-GraphSearch-Field\").on(\"keyup change paste input\", function() {\n                var $this = $(this),\n                val = $this.val();\n                if (val === lastval) {\n                    return;\n                }\n                lastval = val;\n                if (val.length < 2) {\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        _this.getRepresentationByModel(n).unhighlight();\n                    });\n                } else {\n                    var rxs = Utils.regexpFromTextOrArray(val);\n                    _renkan.project.get(\"nodes\").each(function(n) {\n                        if (rxs.test(n.get(\"title\")) || rxs.test(n.get(\"description\"))) {\n                            _this.getRepresentationByModel(n).highlight(rxs);\n                        } else {\n                            _this.getRepresentationByModel(n).unhighlight();\n                        }\n                    });\n                }\n            });\n        }\n\n        this.redraw();\n\n        window.setInterval(function() {\n            var _now = new Date().valueOf();\n            _this.delete_list.forEach(function(d) {\n                if (_now >= d.time) {\n                    var el = _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeNode(el);\n                    }\n                    el = _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n                    if (el) {\n                        project.removeEdge(el);\n                    }\n                }\n            });\n            _this.delete_list = _this.delete_list.filter(function(d) {\n                return _renkan.project.get(\"nodes\").findWhere({\"delete_scheduled\":d.id}) || _renkan.project.get(\"edges\").findWhere({\"delete_scheduled\":d.id});\n            });\n        }, 500);\n\n        if (this.minimap) {\n            window.setInterval(function() {\n                _this.rescaleMinimap();\n            }, 2000);\n        }\n\n    };\n\n    _(Scene.prototype).extend({\n        fixSize: function() {\n            if(typeof this.view === 'undefined') {\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").last());\n                this.view.setScale(view.get(\"zoom_level\"), new paper.Point(view.get(\"offset\")));\n            }\n            else{\n                this.view.autoScale();\n            }\n        },\n        drawSector: function(_repr, _inR, _outR, _startAngle, _endAngle, _padding, _imgname, _caption) {\n            var _options = this.renkan.options,\n                _startRads = _startAngle * Math.PI / 180,\n                _endRads = _endAngle * Math.PI / 180,\n                _img = this.icon_cache[_imgname],\n                _startdx = - Math.sin(_startRads),\n                _startdy = Math.cos(_startRads),\n                _startXIn = Math.cos(_startRads) * _inR + _padding * _startdx,\n                _startYIn = Math.sin(_startRads) * _inR + _padding * _startdy,\n                _startXOut = Math.cos(_startRads) * _outR + _padding * _startdx,\n                _startYOut = Math.sin(_startRads) * _outR + _padding * _startdy,\n                _enddx = - Math.sin(_endRads),\n                _enddy = Math.cos(_endRads),\n                _endXIn = Math.cos(_endRads) * _inR - _padding * _enddx,\n                _endYIn = Math.sin(_endRads) * _inR - _padding * _enddy,\n                _endXOut = Math.cos(_endRads) * _outR - _padding * _enddx,\n                _endYOut = Math.sin(_endRads) * _outR - _padding * _enddy,\n                _centerR = (_inR + _outR) / 2,\n                _centerRads = (_startRads + _endRads) / 2,\n                _centerX = Math.cos(_centerRads) * _centerR,\n                _centerY = Math.sin(_centerRads) * _centerR,\n                _centerXIn = Math.cos(_centerRads) * _inR,\n                _centerXOut = Math.cos(_centerRads) * _outR,\n                _centerYIn = Math.sin(_centerRads) * _inR,\n                _centerYOut = Math.sin(_centerRads) * _outR,\n                _textX = Math.cos(_centerRads) * (_outR + 3),\n                _textY = Math.sin(_centerRads) * (_outR + _options.buttons_label_font_size) + _options.buttons_label_font_size / 2;\n            this.buttons_layer.activate();\n            var _path = new paper.Path();\n            _path.add([_startXIn, _startYIn]);\n            _path.arcTo([_centerXIn, _centerYIn], [_endXIn, _endYIn]);\n            _path.lineTo([_endXOut,  _endYOut]);\n            _path.arcTo([_centerXOut, _centerYOut], [_startXOut, _startYOut]);\n            _path.fillColor = _options.buttons_background;\n            _path.opacity = 0.5;\n            _path.closed = true;\n            _path.__representation = _repr;\n            var _text = new paper.PointText(_textX,_textY);\n            _text.characterStyle = {\n                    fontSize: _options.buttons_label_font_size,\n                    fillColor: _options.buttons_label_color\n            };\n            if (_textX > 2) {\n                _text.paragraphStyle.justification = 'left';\n            } else if (_textX < -2) {\n                _text.paragraphStyle.justification = 'right';\n            } else {\n                _text.paragraphStyle.justification = 'center';\n            }\n            _text.visible = false;\n            var _visible = false,\n                _restPos = new paper.Point(-200, -200),\n                _grp = new paper.Group([_path, _text]),\n                //_grp = new paper.Group([_path]),\n                _delta = _grp.position,\n                _imgdelta = new paper.Point([_centerX, _centerY]),\n                _currentPos = new paper.Point(0,0);\n            _text.content = _caption;\n            // set group pivot to not depend on text visibility that changes the group bounding box.\n            _grp.pivot = _grp.bounds.center;\n            _grp.visible = false;\n            _grp.position = _restPos;\n            var _res = {\n                    show: function() {\n                        _visible = true;\n                        _grp.position = _currentPos.add(_delta);\n                        _grp.visible = true;\n                    },\n                    moveTo: function(_point) {\n                        _currentPos = _point;\n                        if (_visible) {\n                            _grp.position = _point.add(_delta);\n                        }\n                    },\n                    hide: function() {\n                        _visible = false;\n                        _grp.visible = false;\n                        _grp.position = _restPos;\n                    },\n                    select: function() {\n                        _path.opacity = 0.8;\n                        _text.visible = true;\n                    },\n                    unselect: function() {\n                        _path.opacity = 0.5;\n                        _text.visible = false;\n                    },\n                    destroy: function() {\n                        _grp.remove();\n                    }\n            };\n            var showImage = function() {\n                var _raster = new paper.Raster(_img);\n                _raster.position = _imgdelta.add(_grp.position).subtract(_delta);\n                _raster.locked = true; // Disable mouse events on icon\n                _grp.addChild(_raster);\n            };\n            if (_img.width) {\n                showImage();\n            } else {\n                $(_img).on(\"load\",showImage);\n            }\n\n            return _res;\n        },\n        addToBundles: function(_edgeRepr) {\n            var _bundle = _(this.bundles).find(function(_bundle) {\n                return (\n                        ( _bundle.from === _edgeRepr.from_representation && _bundle.to === _edgeRepr.to_representation ) ||\n                        ( _bundle.from === _edgeRepr.to_representation && _bundle.to === _edgeRepr.from_representation )\n                );\n            });\n            if (typeof _bundle !== \"undefined\") {\n                _bundle.edges.push(_edgeRepr);\n            } else {\n                _bundle = {\n                        from: _edgeRepr.from_representation,\n                        to: _edgeRepr.to_representation,\n                        edges: [ _edgeRepr ],\n                        getPosition: function(_er) {\n                            var _dir = (_er.from_representation === this.from) ? 1 : -1;\n                            return _dir * ( _(this.edges).indexOf(_er) - (this.edges.length - 1) / 2 );\n                        }\n                };\n                this.bundles.push(_bundle);\n            }\n            return _bundle;\n        },\n        isEditable: function() {\n            return (this.renkan.options.editor_mode && !this.renkan.read_only);\n        },\n        onStatusChange: function() {\n            var savebtn = this.$.find(\".Rk-Save-Button\"),\n            tip = savebtn.find(\".Rk-TopBar-Tooltip-Contents\");\n            if (this.renkan.read_only) {\n                savebtn.removeClass(\"disabled Rk-Save-Online\").addClass(\"Rk-Save-ReadOnly\");\n                tip.text(this.renkan.translate(\"Connection lost\"));\n            } else {\n                if (this.renkan.options.manual_save) {\n                    savebtn.removeClass(\"Rk-Save-ReadOnly Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Save Project\"));\n                } else {\n                    savebtn.removeClass(\"disabled Rk-Save-ReadOnly\").addClass(\"Rk-Save-Online\");\n                    tip.text(this.renkan.translate(\"Auto-save enabled\"));\n                }\n            }\n            this.redrawUsers();\n        },\n        redrawMiniframe: function() {\n            var topleft = this.toMinimapCoords(this.toModelCoords(new paper.Point([0,0]))),\n                bottomright = this.toMinimapCoords(this.toModelCoords(paper.view.bounds.bottomRight));\n            this.minimap.miniframe.fitBounds(topleft, bottomright);\n        },\n        rescaleMinimap: function() {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                    _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                    _minx = Math.min.apply(Math, _xx),\n                    _miny = Math.min.apply(Math, _yy),\n                    _maxx = Math.max.apply(Math, _xx),\n                    _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min(\n                        this.view.scale * 0.8 * this.renkan.options.minimap_width / paper.view.bounds.width,\n                        this.view.scale * 0.8 * this.renkan.options.minimap_height / paper.view.bounds.height,\n                        ( this.renkan.options.minimap_width - 2 * this.renkan.options.minimap_padding ) / (_maxx - _minx),\n                        ( this.renkan.options.minimap_height - 2 * this.renkan.options.minimap_padding ) / (_maxy - _miny)\n                );\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale));\n                this.minimap.scale = _scale;\n            }\n            if (nodes.length === 1) {\n                this.minimap.scale = 0.1;\n                this.minimap.offset = this.minimap.size.divide(2).subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y]).multiply(this.minimap.scale));\n            }\n            this.redraw();\n        },\n        toPaperCoords: function(_point) {\n            return _point.multiply(this.view.scale).add(this.view.offset);\n        },\n        toMinimapCoords: function(_point) {\n            return _point.multiply(this.minimap.scale).add(this.minimap.offset).add(this.minimap.topleft);\n        },\n        toModelCoords: function(_point) {\n            return _point.subtract(this.view.offset).divide(this.view.scale);\n        },\n        addRepresentation: function(_type, _model) {\n            var RendererType = requtils.getRenderer()[_type];\n            var _repr = new RendererType(this, _model);\n            this.representations.push(_repr);\n            return _repr;\n        },\n        addRepresentations: function(_type, _collection) {\n            var _this = this;\n            _collection.forEach(function(_model) {\n                _this.addRepresentation(_type, _model);\n            });\n        },\n        userTemplate: _.template(\n                '<li class=\"Rk-User\"><span class=\"Rk-UserColor\" style=\"background:<%=background%>;\"></span><%=name%></li>'\n        ),\n        redrawUsers: function() {\n            if (!this.renkan.options.show_user_list) {\n                return;\n            }\n            var allUsers = [].concat((this.renkan.project.current_user_list || {}).models || [], (this.renkan.project.get(\"users\") || {}).models || []),\n            ulistHtml = '',\n            $userpanel = this.$.find(\".Rk-Users\"),\n            $name = $userpanel.find(\".Rk-CurrentUser-Name\"),\n            $cpitems = $userpanel.find(\".Rk-Edit-ColorPicker li\"),\n            $colorsquare = $userpanel.find(\".Rk-CurrentUser-Color\"),\n            _this = this;\n            $name.off(\"click\").text(this.renkan.translate(\"<unknown user>\"));\n            $cpitems.off(\"mouseleave click\");\n            allUsers.forEach(function(_user) {\n                if (_user.get(\"_id\") === _this.renkan.current_user) {\n                    $name.text(_user.get(\"title\"));\n                    $colorsquare.css(\"background\", _user.get(\"color\"));\n                    if (_this.isEditable()) {\n\n                        if (_this.renkan.options.user_name_editable) {\n                            $name.click(function() {\n                                var $this = $(this),\n                                $input = $('<input>').val(_user.get(\"title\")).blur(function() {\n                                    _user.set(\"title\", $(this).val());\n                                    _this.redrawUsers();\n                                    _this.redraw();\n                                });\n                                $this.empty().html($input);\n                                $input.select();\n                            });\n                        }\n\n                        if (_this.renkan.options.user_color_editable) {\n                            $cpitems.click(\n                                    function(_e) {\n                                        _e.preventDefault();\n                                        if (_this.isEditable()) {\n                                            _user.set(\"color\", $(this).attr(\"data-color\"));\n                                        }\n                                        $(this).parent().hide();\n                                    }\n                            ).mouseleave(function() {\n                                $colorsquare.css(\"background\", _user.get(\"color\"));\n                            });\n                        }\n                    }\n\n                } else {\n                    ulistHtml += _this.userTemplate({\n                        name: _user.get(\"title\"),\n                        background: _user.get(\"color\")\n                    });\n                }\n            });\n            $userpanel.find(\".Rk-UserList\").html(ulistHtml);\n        },\n        removeRepresentation: function(_representation) {\n            _representation.destroy();\n            this.representations = _.reject(this.representations,\n                function(_repr) {\n                    return _repr === _representation;\n                }\n            );\n        },\n        getRepresentationByModel: function(_model) {\n            if (!_model) {\n                return undefined;\n            }\n            return _.find(this.representations, function(_repr) {\n                return _repr.model === _model;\n            });\n        },\n        removeRepresentationsOfType: function(_type) {\n            var _representations = _.filter(this.representations,function(_repr) {\n                return _repr.type === _type;\n                }),\n                _this = this;\n            _.each(_representations, function(_repr) {\n                _this.removeRepresentation(_repr);\n            });\n        },\n        highlightModel: function(_model) {\n            var _repr = this.getRepresentationByModel(_model);\n            if (_repr) {\n                _repr.highlight();\n            }\n        },\n        unhighlightAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unhighlight();\n            });\n        },\n        unselectAll: function(_model) {\n            _.each(this.representations, function(_repr) {\n                _repr.unselect();\n            });\n        },\n        redraw: function() {\n            var _this = this;\n            if(! this.redrawActive ) {\n                return;\n            }\n            _.each(this.representations, function(_representation) {\n                _representation.redraw({ dontRedrawEdges:true });\n            });\n            if (this.minimap && typeof this.view !== 'undefined') {\n                this.redrawMiniframe();\n            }\n            paper.view.draw();\n        },\n        addTempEdge: function(_from, _point) {\n            var _tmpEdge = this.addRepresentation(\"TempEdge\",null);\n            _tmpEdge.end_pos = _point;\n            _tmpEdge.from_representation = _from;\n            _tmpEdge.redraw();\n            this.click_target = _tmpEdge;\n        },\n        findTarget: function(_hitResult) {\n            if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                var _newTarget = _hitResult.item.__representation;\n                if (this.selected_target !== _hitResult.item.__representation) {\n                    if (this.selected_target) {\n                        this.selected_target.unselect(_newTarget);\n                    }\n                    _newTarget.select(this.selected_target);\n                    this.selected_target = _newTarget;\n                }\n            } else {\n                if (this.selected_target) {\n                    this.selected_target.unselect();\n                }\n                this.selected_target = null;\n            }\n        },\n        onMouseMove: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _delta = _point.subtract(this.last_point);\n            this.last_point = _point;\n            if (!this.is_dragging && this.mouse_down && _delta.length > Utils._MIN_DRAG_DISTANCE) {\n                this.is_dragging = true;\n            }\n            var _hitResult = paper.project.hitTest(_point);\n            if (this.is_dragging) {\n                if (this.click_target && typeof this.click_target.paperShift === \"function\") {\n                    this.click_target.paperShift(_delta);\n                } else {\n                    this.view.paperShift(_delta);\n                }\n            } else {\n                this.findTarget(_hitResult);\n            }\n            paper.view.draw();\n        },\n        onMouseDown: function(_event, _isTouch) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            this.last_point = _point;\n            this.mouse_down = true;\n            if (!this.click_target || this.click_target.type !== \"Temp-edge\") {\n                this.removeRepresentationsOfType(\"editor\");\n                this.is_dragging = false;\n                var _hitResult = paper.project.hitTest(_point);\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    this.click_target = _hitResult.item.__representation;\n                    this.click_target.mousedown(_event, _isTouch);\n                } else {\n                    this.click_target = null;\n                    if (this.isEditable() && this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                        var _coords = this.toModelCoords(_point),\n                        _data = {\n                            id: Utils.getUID('node'),\n                            created_by: this.renkan.current_user,\n                            position: {\n                                x: _coords.x,\n                                y: _coords.y\n                            }\n                        };\n                        var _node = this.renkan.project.addNode(_data);\n                        this.getRepresentationByModel(_node).openEditor();\n                    }\n                }\n            }\n            if (this.click_mode) {\n                if (this.isEditable() && this.click_mode === Utils._CLICKMODE_STARTEDGE && this.click_target && this.click_target.type === \"Node\") {\n                    this.removeRepresentationsOfType(\"editor\");\n                    this.addTempEdge(this.click_target, _point);\n                    this.click_mode = Utils._CLICKMODE_ENDEDGE;\n                    this.notif_$.fadeOut(function() {\n                        $(this).html(this.renkan.translate(\"Click on a second node to complete the edge\")).fadeIn();\n                    });\n                } else {\n                    this.notif_$.hide();\n                    this.click_mode = false;\n                }\n            }\n            paper.view.draw();\n        },\n        onMouseUp: function(_event, _isTouch) {\n            this.mouse_down = false;\n            if (this.click_target) {\n                var _off = this.canvas_$.offset();\n                this.click_target.mouseup(\n                        {\n                            point: new paper.Point([\n                                                    _event.pageX - _off.left,\n                                                    _event.pageY - _off.top\n                                                    ])\n                        },\n                        _isTouch\n                );\n            } else {\n                this.click_target = null;\n                this.is_dragging = false;\n                if (_isTouch) {\n                    this.unselectAll();\n                }\n                this.view.updateUrl();\n            }\n            paper.view.draw();\n        },\n        onScroll: function(_event, _scrolldelta) {\n            this.totalScroll += _scrolldelta;\n            if (Math.abs(this.totalScroll) >= 1) {\n                var _off = this.canvas_$.offset(),\n                _delta = new paper.Point([\n                                          _event.pageX - _off.left,\n                                          _event.pageY - _off.top\n                                          ]).subtract(this.view.offset).multiply( Math.SQRT2 - 1 );\n                if (this.totalScroll > 0) {\n                    this.view.setScale( this.view.scale * Math.SQRT2, this.view.offset.subtract(_delta) );\n                } else {\n                    this.view.setScale( this.view.scale * Math.SQRT1_2, this.view.offset.add(_delta.divide(Math.SQRT2)));\n                }\n                this.totalScroll = 0;\n            }\n        },\n        onDoubleClick: function(_event) {\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]);\n            var _hitResult = paper.project.hitTest(_point);\n\n            if (!this.isEditable()) {\n                if (_hitResult && typeof _hitResult.item.__representation !== \"undefined\") {\n                    if (_hitResult.item.__representation.model.get('uri')){\n                        window.open(_hitResult.item.__representation.model.get('uri'), '_blank');\n                    }\n                }\n                return;\n            }\n            if (this.isEditable() && (!_hitResult || typeof _hitResult.item.__representation === \"undefined\")) {\n                var _coords = this.toModelCoords(_point),\n                _data = {\n                    id: Utils.getUID('node'),\n                    created_by: this.renkan.current_user,\n                    position: {\n                        x: _coords.x,\n                        y: _coords.y\n                    }\n                },\n                _node = this.renkan.project.addNode(_data);\n                this.getRepresentationByModel(_node).openEditor();\n            }\n            paper.view.draw();\n        },\n        defaultDropHandler: function(_data) {\n            var newNode = {};\n            var snippet = \"\";\n            switch(_data[\"text/x-iri-specific-site\"]) {\n                case \"twitter\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    var tweetdiv = snippet.find(\".tweet\");\n                    newNode.title = this.renkan.translate(\"Tweet by \") + tweetdiv.attr(\"data-name\");\n                    newNode.uri = \"http://twitter.com/\" + tweetdiv.attr(\"data-screen-name\") + \"/status/\" + tweetdiv.attr(\"data-tweet-id\");\n                    newNode.image = tweetdiv.find(\".avatar\").attr(\"src\");\n                    newNode.description = tweetdiv.find(\".js-tweet-text:first\").text();\n                    break;\n                case \"google\":\n                    snippet = $('<div>').html(_data[\"text/x-iri-selected-html\"]);\n                    newNode.title = snippet.find(\"h3:first\").text().trim();\n                    newNode.uri = snippet.find(\"h3 a\").attr(\"href\");\n                    newNode.description = snippet.find(\".st:first\").text().trim();\n                    break;\n                default:\n                    if (_data[\"text/x-iri-source-uri\"]) {\n                        newNode.uri = _data[\"text/x-iri-source-uri\"];\n                    }\n            }\n            if (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]) {\n                newNode.description = (_data[\"text/plain\"] || _data[\"text/x-iri-selected-text\"]).replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                var _svgimgs = snippet.find(\"image\");\n                if (_svgimgs.length) {\n                    newNode.image = _svgimgs.attr(\"xlink:href\");\n                }\n                var _svgpaths = snippet.find(\"path\");\n                if (_svgpaths.length) {\n                    newNode.clipPath = _svgpaths.attr(\"d\");\n                }\n                var _imgs = snippet.find(\"img\");\n                if (_imgs.length) {\n                    newNode.image = _imgs[0].src;\n                }\n                var _as = snippet.find(\"a\");\n                if (_as.length) {\n                    newNode.uri = _as[0].href;\n                }\n                newNode.title = snippet.find(\"[title]\").attr(\"title\") || newNode.title;\n                newNode.description = snippet.text().replace(/[\\s\\n]+/gm,' ').trim();\n            }\n            if (_data[\"text/uri-list\"]) {\n                newNode.uri = _data[\"text/uri-list\"];\n            }\n            if (_data[\"text/x-moz-url\"] && !newNode.title) {\n                newNode.title = (_data[\"text/x-moz-url\"].split(\"\\n\")[1] || \"\").trim();\n                if (newNode.title === newNode.uri) {\n                    newNode.title = false;\n                }\n            }\n            if (_data[\"text/x-iri-source-title\"] && !newNode.title) {\n                newNode.title = _data[\"text/x-iri-source-title\"];\n            }\n            if (_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]) {\n                snippet = $('<div>').html(_data[\"text/html\"] || _data[\"text/x-iri-selected-html\"]);\n                newNode.image = snippet.find(\"[data-image]\").attr(\"data-image\") || newNode.image;\n                newNode.uri = snippet.find(\"[data-uri]\").attr(\"data-uri\") || newNode.uri;\n                newNode.title = snippet.find(\"[data-title]\").attr(\"data-title\") || newNode.title;\n                newNode.description = snippet.find(\"[data-description]\").attr(\"data-description\") || newNode.description;\n                newNode.clipPath = snippet.find(\"[data-clip-path]\").attr(\"data-clip-path\") || newNode.clipPath;\n            }\n\n            if (!newNode.title) {\n                newNode.title = this.renkan.translate(\"Dragged resource\");\n            }\n            var fields = [\"title\", \"description\", \"uri\", \"image\"];\n            for (var i = 0; i < fields.length; i++) {\n                var f = fields[i];\n                if (_data[\"text/x-iri-\" + f] || _data[f]) {\n                    newNode[f] = _data[\"text/x-iri-\" + f] || _data[f];\n                }\n                if (newNode[f] === \"none\" || newNode[f] === \"null\") {\n                    newNode[f] = undefined;\n                }\n            }\n\n            if(typeof this.renkan.options.drop_enhancer === \"function\"){\n                newNode = this.renkan.options.drop_enhancer(newNode, _data);\n            }\n\n            return newNode;\n\n        },\n        dropData: function(_data, _event) {\n            if (!this.isEditable()) {\n                return;\n            }\n            if (_data[\"text/json\"] || _data[\"application/json\"]) {\n                try {\n                    var jsondata = JSON.parse(_data[\"text/json\"] || _data[\"application/json\"]);\n                    _.extend(_data,jsondata);\n                }\n                catch(e) {}\n            }\n\n            var newNode = (typeof this.renkan.options.drop_handler === \"undefined\")?this.defaultDropHandler(_data):this.renkan.options.drop_handler(_data);\n\n            var _off = this.canvas_$.offset(),\n            _point = new paper.Point([\n                                      _event.pageX - _off.left,\n                                      _event.pageY - _off.top\n                                      ]),\n                                      _coords = this.toModelCoords(_point),\n                                      _nodedata = {\n                id: Utils.getUID('node'),\n                created_by: this.renkan.current_user,\n                uri: newNode.uri || \"\",\n                title: newNode.title || \"\",\n                description: newNode.description || \"\",\n                image: newNode.image || \"\",\n                color: newNode.color || undefined,\n                clip_path: newNode.clipPath || undefined,\n                position: {\n                    x: _coords.x,\n                    y: _coords.y\n                }\n            };\n            var _node = this.renkan.project.addNode(_nodedata),\n            _repr = this.getRepresentationByModel(_node);\n            if (_event.type === \"drop\") {\n                _repr.openEditor();\n            }\n        },\n        fullScreen: function() {\n            var _isFull = document.fullScreen || document.mozFullScreen || document.webkitIsFullScreen,\n                _el = this.renkan.$[0],\n                _requestMethods = [\"requestFullScreen\",\"mozRequestFullScreen\",\"webkitRequestFullScreen\"],\n                _cancelMethods = [\"cancelFullScreen\",\"mozCancelFullScreen\",\"webkitCancelFullScreen\"],\n                i;\n            if (_isFull) {\n                for (i = 0; i < _cancelMethods.length; i++) {\n                    if (typeof document[_cancelMethods[i]] === \"function\") {\n                        document[_cancelMethods[i]]();\n                        break;\n                    }\n                }\n                var widthAft = this.$.width();\n                var heightAft = this.$.height();\n\n                if (this.renkan.options.show_top_bar) {\n                    heightAft -= this.$.find(\".Rk-TopBar\").height();\n                }\n                if (this.renkan.options.show_bins && (this.renkan.$.find(\".Rk-Bins\").position().left > 0)) {\n                    widthAft -= this.renkan.$.find(\".Rk-Bins\").width();\n                }\n\n                paper.view.viewSize = new paper.Size([widthAft, heightAft]);\n\n            } else {\n                for (i = 0; i < _requestMethods.length; i++) {\n                    if (typeof _el[_requestMethods[i]] === \"function\") {\n                        _el[_requestMethods[i]]();\n                        break;\n                    }\n                }\n                this.redraw();\n            }\n        },\n        addNodeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_ADDNODE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_ADDNODE;\n                this.notif_$.text(this.renkan.translate(\"Click on the background canvas to add a node\")).fadeIn();\n            }\n            return false;\n        },\n        addEdgeBtn: function() {\n            if (this.click_mode === Utils._CLICKMODE_STARTEDGE || this.click_mode === Utils._CLICKMODE_ENDEDGE) {\n                this.click_mode = false;\n                this.notif_$.hide();\n            } else {\n                this.click_mode = Utils._CLICKMODE_STARTEDGE;\n                this.notif_$.text(this.renkan.translate(\"Click on a first node to start the edge\")).fadeIn();\n            }\n            return false;\n        },\n        exportProject: function() {\n          var projectJSON = this.renkan.project.toJSON(),\n              downloadLink = document.createElement(\"a\"),\n              projectId = projectJSON.id,\n              fileNameToSaveAs = projectId + \".json\";\n\n          // clean ids\n          delete projectJSON.id;\n          delete projectJSON._id;\n          delete projectJSON.space_id;\n\n          var objId,\n              idsMap = {},\n              hiddenNodes;\n\n          _.each(projectJSON.nodes, function(e,i,l) {\n            objId = e.id || e._id;\n            delete e._id;\n            delete e.id;\n            idsMap[objId] = e['@id'] = Utils.getUUID4();\n          });\n          _.each(projectJSON.edges, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n            e.to = idsMap[e.to];\n            e.from = idsMap[e.from];\n          });\n          _.each(projectJSON.views, function(e,i,l) {\n            delete e._id;\n            delete e.id;\n\n            if(e.hidden_nodes) {\n                hiddenNodes = e.hidden_nodes;\n                e.hidden_nodes = [];\n                _.each(hiddenNodes, function(h,j) {\n                    e.hidden_nodes.push(idsMap[h]);\n                });\n            }\n          });\n          projectJSON.users = [];\n\n          var projectJSONStr = JSON.stringify(projectJSON, null, 2);\n          var blob = new Blob([projectJSONStr], {type: \"application/json;charset=utf-8\"});\n          filesaver(blob,fileNameToSaveAs);\n\n        },\n        setViewparameters: function(_params){\n            this.removeRepresentationsOfType(\"View\");\n            if ($.isEmptyObject(_params)){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n                return;\n            }\n            if (typeof _params.viewIndex !== 'undefined'){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(_params.viewIndex)));\n                if (!this.renkan.options.default_view){\n                    this.view.autoScale();\n                }\n            }\n            if (typeof _params.view !== 'undefined' && _params.view.split(\",\").length >= 3){\n                var viewParams = _params.view.split(\",\");\n                var params = {\n                        \"project\": this.renkan.project,\n                        \"offset\": {\n                            \"x\": parseFloat(viewParams[0]),\n                            \"y\": parseFloat(viewParams[1])\n                        },\n                        \"zoom_level\": parseFloat(viewParams[2])\n                };\n                if (this.view){\n                    this.view.setScale(params.zoom_level, new paper.Point(params.offset));\n                } else{\n                    this.view = this.addRepresentation(\"View\", null);\n                    this.view.params = params;\n                    this.view.init();\n                }\n            }\n            if (!this.view){\n                this.view = this.addRepresentation(\"View\", this.renkan.project.get(\"views\").at(this.validViewIndex(this.renkan.options.default_index_view)));\n                this.view.autoScale();\n            }\n            //other parameters must go after because most of them depends on a view that must be initialize before\n            this.unhighlightAll();\n            if (typeof _params.idNode !== 'undefined'){\n                this.highlightModel(this.renkan.project.get(\"nodes\").get(_params.idNode));\n            }\n        },\n        validViewIndex: function(index){\n            //check if the view index exist (negative index is from the end) and return the correct index or false if doesn't exist\n            var _index = parseInt(index);\n            var validIndex = 0;\n            if (_index < 0){\n                validIndex = this.renkan.project.get(\"views\").length + _index;\n            } else {\n                validIndex = _index;\n            }\n            if (typeof this.renkan.project.get(\"views\").at(_index) === 'undefined'){\n                validIndex = 0;\n            }\n            return validIndex;\n        },\n        foldBins: function() {\n            var foldBinsButton = this.$.find(\".Rk-Fold-Bins\"),\n                bins = this.renkan.$.find(\".Rk-Bins\");\n            var _this = this,\n                sizeBef = _this.canvas_$.width(),\n                sizeAft;\n            if (bins.position().left < 0) {\n                bins.animate({left: 0},250);\n                this.$.animate({left: 300},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                if ((sizeBef -  bins.width()) < bins.height()){\n                    sizeAft = sizeBef;\n                } else {\n                    sizeAft = sizeBef - bins.width();\n                }\n                foldBinsButton.html(\"&laquo;\");\n            } else {\n                bins.animate({left: -300},250);\n                this.$.animate({left: 0},250,function() {\n                    var w = _this.$.width();\n                    paper.view.viewSize = new paper.Size([w, _this.canvas_$.height()]);\n                });\n                sizeAft = sizeBef+300;\n                foldBinsButton.html(\"&raquo;\");\n            }\n            _this.view.resizeZoom(1, 1, (sizeAft/sizeBef));\n        },\n        save: function() { },\n        open: function() { }\n    }).value();\n\n    /* Scene End */\n\n    return Scene;\n\n});\n\ndefine('renderer/viewrepr',['jquery', 'underscore', 'requtils', 'renderer/baserepresentation'], function ($, _, requtils, BaseRepresentation) {\n    'use strict';\n\n    var Utils = requtils.getUtils();\n\n    /* Rkns.Renderer.View Class */\n\n    /* The representation for the view. */\n\n    var ViewRepr = Utils.inherit(BaseRepresentation);\n\n    _(ViewRepr.prototype).extend({\n        _init: function() {\n            var _this = this;\n            this.$ = $(\".Rk-Render\");\n            this.type = \"View\";\n            this.hiddenNodes = [];\n            this.scale = 1;\n            this.initialScale = 1;\n            this.offset = paper.view.center;\n            this.params = {};\n            \n            if (this.model){\n                this.params = {\n                    \"zoom_level\": _this.model.get(\"zoom_level\"),\n                    \"offset\": _this.model.get(\"offset\"),\n                    \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n            }\n                \n            this.init();\n            \n            var bindClick = function(selector, fname) {\n                _this.$.find(selector).click(function(evt) {\n                    _this[fname](evt);\n                    return false;\n                });\n            };\n            \n            bindClick(\".Rk-ZoomOut\", \"zoomOut\");\n            bindClick(\".Rk-ZoomIn\", \"zoomIn\");\n            bindClick(\".Rk-ZoomFit\", \"autoScale\");\n            \n            this.$.find(\".Rk-ZoomSave\").click( function() {\n                var offset = {\n                    \"x\": _this.offset.x,\n                    \"y\": _this.offset.y\n                };\n                _this.model = _this.renkan.project.addView( { zoom_level:_this.scale, offset:offset, hidden_nodes: _this.hiddenNodes.concat() } );\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ZoomSetSaved\").click( function() {\n                _this.model = _this.renkan.project.get(\"views\").at(_this.renkan.project.get(\"views\").length -1);\n                _this.params = {\n                        \"zoom_level\": _this.model.get(\"zoom_level\"),\n                        \"offset\": _this.model.get(\"offset\"),\n                        \"hidden_nodes\": _this.model.get(\"hidden_nodes\")\n                };\n                _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n                _this.showNodes(false);\n                if (_this.options.hide_nodes){\n                    _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                    _this.hideNodes();\n                }\n                _this.updateUrl();\n            });\n            \n            this.$.find(\".Rk-ShowHiddenNodes\").mouseenter( function() {\n                _this.showNodes(true);\n                _this.$.find(\".Rk-ShowHiddenNodes\").mouseleave( function() {\n                    _this.hideNodes();\n                });\n            });\n            this.$.find(\".Rk-ShowHiddenNodes\").click( function() {\n                _this.showNodes(false);\n                _this.$.find(\".Rk-ShowHiddenNodes\").off( \"mouseleave\" ); \n            });\n            if(this.renkan.project.get(\"views\").length > 0 && this.renkan.options.save_view){\n                this.$.find(\".Rk-ZoomSetSaved\").show();\n            }\n        },\n        redraw: function(options) {\n            //console.log(\"view : \", this.model.toJSON());\n        },\n        init: function(){\n            var _this = this;\n            _this.setScale(_this.params.zoom_level, new paper.Point(_this.params.offset));\n            \n            if (_this.options.hide_nodes){\n                _this.hiddenNodes = (_this.params.hidden_nodes || []).concat();\n                _this.hideNodes();\n            }\n        },\n        addHiddenNode: function(_model){\n            this.hideNode(_model);\n            this.hiddenNodes.push(_model.id);\n            this.updateUrl();\n        },\n        hideNode: function(_model){\n            if (typeof this.renderer.getRepresentationByModel(_model) !== 'undefined'){\n                this.renderer.getRepresentationByModel(_model).hide();\n            }\n        },\n        hideNodes: function(){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id, index){\n                var node = _this.renkan.project.get(\"nodes\").get(_id);\n                if (typeof node !== 'undefined'){\n                    return _this.hideNode(_this.renkan.project.get(\"nodes\").get(_id));\n                }else{\n                    _this.hiddenNodes.splice(index, 1);\n                }\n            });\n            paper.view.draw();\n        },\n        showNodes: function(ghost){\n            var _this = this;\n            this.hiddenNodes.forEach(function(_id){\n                _this.renderer.getRepresentationByModel(_this.renkan.project.get(\"nodes\").get(_id)).show(ghost);\n            });\n            if (!ghost){\n                this.hiddenNodes = [];\n            }\n            paper.view.draw();\n        },\n        setScale: function(_newScale, _offset) {\n            if ((_newScale/this.initialScale) > Utils._MIN_SCALE && (_newScale/this.initialScale) < Utils._MAX_SCALE) {\n                this.scale = _newScale;\n                if (_offset) {\n                    this.offset = _offset;\n                }\n                this.renderer.redraw();\n                this.updateUrl();\n            }\n        },\n        zoomOut: function() {\n            var _newScale = this.scale * Math.SQRT1_2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT1_2 ) ).add(this.offset.multiply( Math.SQRT1_2 ));\n            this.setScale( _newScale, _offset );\n        },\n        zoomIn: function() {\n            var _newScale = this.scale * Math.SQRT2,\n            _offset = new paper.Point([\n                                       this.renderer.canvas_$.width(),\n                                       this.renderer.canvas_$.height()\n                                       ]).multiply( 0.5 * ( 1 - Math.SQRT2 ) ).add(this.offset.multiply( Math.SQRT2 ));\n            this.setScale( _newScale, _offset );\n        },\n        resizeZoom: function(_scaleWidth, _scaleHeight, _ratio) {\n            var _newScale = this.scale * _ratio,\n                _offset = new paper.Point([\n                                       (this.offset.x * _scaleWidth),\n                                       (this.offset.y * _scaleHeight)\n                                       ]);\n            this.setScale( _newScale, _offset );\n        },\n        autoScale: function(force_view) {\n            var nodes = this.renkan.project.get(\"nodes\");\n            if (nodes.length > 1) {\n                var _xx = nodes.map(function(_node) { return _node.get(\"position\").x; }),\n                _yy = nodes.map(function(_node) { return _node.get(\"position\").y; }),\n                _minx = Math.min.apply(Math, _xx),\n                _miny = Math.min.apply(Math, _yy),\n                _maxx = Math.max.apply(Math, _xx),\n                _maxy = Math.max.apply(Math, _yy);\n                var _scale = Math.min( (paper.view.size.width - 2 * this.renkan.options.autoscale_padding) / (_maxx - _minx), (paper.view.size.height - 2 * this.renkan.options.autoscale_padding) / (_maxy - _miny));\n                this.initialScale = _scale;\n                // Override calculated scale if asked\n                if((typeof force_view !== \"undefined\") && parseFloat(force_view.zoom_level)>0 && parseFloat(force_view.offset.x)>0 && parseFloat(force_view.offset.y)>0){\n                    this.setScale(parseFloat(force_view.zoom_level), new paper.Point(parseFloat(force_view.offset.x), parseFloat(force_view.offset.y)));\n                }\n                else{\n                    this.setScale(_scale, paper.view.center.subtract(new paper.Point([(_maxx + _minx) / 2, (_maxy + _miny) / 2]).multiply(_scale)));\n                }\n            }\n            if (nodes.length === 1) {\n                this.setScale(1, paper.view.center.subtract(new paper.Point([nodes.at(0).get(\"position\").x, nodes.at(0).get(\"position\").y])));\n            }\n        },\n        paperShift: function(_delta) {\n            this.offset = this.offset.add(_delta);\n            this.renderer.redraw();\n        },\n        updateUrl: function(){\n            if(this.options.update_url){\n                var result = {};\n                var parameters = Backbone.history.getFragment().split('?');\n                if (parameters.length > 1){\n                    parameters[1].split(\"&\").forEach(function(part) {\n                        var item = part.split(\"=\");\n                        result[item[0]] = decodeURIComponent(item[1]);\n                    });\n                }\n                result.view = Math.round(this.offset.x*1000)/1000 + ',' + Math.round(this.offset.y*1000)/1000 + ',' + Math.round(this.scale*1000)/1000;\n\n                if (this.renkan.project.get(\"views\").indexOf(this.model) > -1){\n                    result.viewIndex = this.renkan.project.get(\"views\").indexOf(this.model);\n                    if (result.viewIndex === this.renkan.project.get(\"views\").length - 1){\n                        result.viewIndex = -1;\n                    }\n                } else {\n                    if (result.viewIndex){\n                        delete result.viewIndex;\n                    }\n                }\n                this.renkan.router.navigate(\"?\" + decodeURIComponent($.param(result)), {trigger: false, replace: true});\n            }\n        },\n        destroy: function(_event) {\n            this._super(\"destroy\");\n            this.showNodes(false);\n        }\n    }).value();\n\n    return ViewRepr;\n\n});\n\n\n//Load modules and use them\nif( typeof require.config === \"function\" ) {\n    require.config({\n        paths: {\n            'jquery':'../lib/jquery/jquery',\n            'underscore':'../lib/lodash/lodash',\n            'filesaver' :'../lib/FileSaver/FileSaver',\n            'requtils':'require-utils',\n            'ckeditor-core':'../lib/ckeditor/ckeditor',\n            'ckeditor-jquery':'../lib/ckeditor/adapters/jquery'\n        },\n        shim: {\n            'ckeditor-jquery':{\n                deps:['jquery','ckeditor-core']\n            }\n        },\n    });\n}\n\nrequire(['renderer/baserepresentation',\n         'renderer/basebutton',\n         'renderer/noderepr',\n         'renderer/edge',\n         'renderer/tempedge',\n         'renderer/baseeditor',\n         'renderer/nodeeditor',\n         'renderer/edgeeditor',\n         'renderer/nodebutton',\n         'renderer/nodeeditbutton',\n         'renderer/noderemovebutton',\n         'renderer/nodehidebutton',\n         'renderer/nodeshowbutton',\n         'renderer/noderevertbutton',\n         'renderer/nodelinkbutton',\n         'renderer/nodeenlargebutton',\n         'renderer/nodeshrinkbutton',\n         'renderer/edgeeditbutton',\n         'renderer/edgeremovebutton',\n         'renderer/edgerevertbutton',\n         'renderer/miniframe',\n         'renderer/scene',\n         'renderer/viewrepr'\n         ], function(BaseRepresentation, BaseButton, NodeRepr, Edge, TempEdge, BaseEditor, NodeEditor, EdgeEditor, NodeButton, NodeEditButton, NodeRemoveButton, NodeHideButton, NodeShowButton, NodeRevertButton, NodeLinkButton, NodeEnlargeButton, NodeShrinkButton, EdgeEditButton, EdgeRemoveButton, EdgeRevertButton, MiniFrame, Scene, ViewRepr){\n\n    'use strict';\n\n    var Rkns = window.Rkns;\n\n    if(typeof Rkns.Renderer === \"undefined\"){\n        Rkns.Renderer = {};\n    }\n    var Renderer = Rkns.Renderer;\n\n    Renderer._BaseRepresentation = BaseRepresentation;\n    Renderer._BaseButton = BaseButton;\n    Renderer.Node = NodeRepr;\n    Renderer.Edge = Edge;\n    Renderer.View = ViewRepr;\n    Renderer.TempEdge = TempEdge;\n    Renderer._BaseEditor = BaseEditor;\n    Renderer.NodeEditor = NodeEditor;\n    Renderer.EdgeEditor = EdgeEditor;\n    Renderer._NodeButton = NodeButton;\n    Renderer.NodeEditButton = NodeEditButton;\n    Renderer.NodeRemoveButton = NodeRemoveButton;\n    Renderer.NodeHideButton = NodeHideButton;\n    Renderer.NodeShowButton = NodeShowButton;\n    Renderer.NodeRevertButton = NodeRevertButton;\n    Renderer.NodeLinkButton = NodeLinkButton;\n    Renderer.NodeEnlargeButton = NodeEnlargeButton;\n    Renderer.NodeShrinkButton = NodeShrinkButton;\n    Renderer.EdgeEditButton = EdgeEditButton;\n    Renderer.EdgeRemoveButton = EdgeRemoveButton;\n    Renderer.EdgeRevertButton = EdgeRevertButton;\n    Renderer.MiniFrame = MiniFrame;\n    Renderer.Scene = Scene;\n\n    startRenkan();\n});\n\ndefine(\"main-renderer\", function(){});\n\n"]}
\ No newline at end of file