--- a/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html Sat Apr 25 04:37:06 2015 +0200
+++ b/server/java/renkan-web/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html Mon Apr 27 17:22:46 2015 +0200
@@ -4,14 +4,14 @@
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
-
+
<title>RENKAN</title>
<meta name="description" content="" />
<meta name="author" content="Institut de Recherche et d'Innovation" />
<link rel="icon" href="../../static/img/favicon.ico" th:href="@{/static/img/favicon.ico}" type="image/x-icon" />
<script src="lib/jquery/jquery.js" th:src="@{/static/lib/jquery/jquery.js}" ></script>
<script src="lib/jquery-mousewheel/jquery.mousewheel.js" th:src="@{/static/lib/jquery-mousewheel/jquery.mousewheel.js}"></script>
- <script src="lib/underscore/underscore.js" th:src="@{/static/lib/underscore/underscore.js}"></script>
+ <script src="lib/lodash/lodash.js" th:src="@{/static/lib/lodash/lodash.js}"></script>
<script src="lib/backbone/backbone.js" th:src="@{/static/lib/backbone/backbone.js}"></script>
<script src="lib/backbone-relational/backbone-relational.js" th:src="@{/static/lib/backbone-relational/backbone-relational.js}"></script>
<script src="lib/paper/paper-full.js" th:src="@{/static/lib/paper/paper-full.js}"></script>
@@ -31,14 +31,14 @@
useWebSockets: /*[[${coweb_websockets}]]*/false
};
</script>
- <script type="text/javascript" src="lib/dojo/dojo.js" data-dojo-config="isDebug: true, parseOnLoad: true" th:src="@{/static/lib/dojo/dojo.js}"></script>
+ <script type="text/javascript" src="lib/dojo/dojo.js" data-dojo-config="isDebug: true, parseOnLoad: true" th:src="@{/static/lib/dojo/dojo.js}"></script>
<script type="text/javascript" th:inline="javascript">
/*<![CDATA[*/
function startRenkan() {
var renkan_config = {
static_url : /*[[@{/static/}]]*/ "",
read_only: true,
- change_shapes: false,
+ change_shapes: true,
allow_image_upload : false,
bins: [
{
@@ -63,11 +63,11 @@
{
type: "Wikipedia",
lang: "fr"
- },
+ },
{
type: "Wikipedia",
lang: "en"
- },
+ },
{
type: "Wikipedia",
lang: "ja"