| author | ymh <ymh.work@gmail.com> |
| Sat, 25 Apr 2015 04:13:53 +0200 | |
| changeset 433 | e457ec945e50 |
| parent 417 | e98756860daa |
| child 444 | 19f0b7803aed |
| permissions | -rw-r--r-- |
| 249 | 1 |
<!DOCTYPE html> |
2 |
<html lang="fr"> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8" /> |
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
6 |
<title>RENKAN test in read-only mode : body 100%</title> |
|
7 |
<meta name="description" content="" /> |
|
8 |
<meta name="author" content="Institut de Recherche et d'Innovation" /> |
|
| 345 | 9 |
<script src="../lib/jquery/jquery.js"></script> |
10 |
<script src="../lib/jquery-mousewheel/jquery.mousewheel.js"></script> |
|
| 433 | 11 |
<script src="../lib/lodash/lodash.js"></script> |
| 345 | 12 |
<script src="../lib/backbone/backbone.js"></script> |
13 |
<script src="../lib/backbone-relational/backbone-relational.js"></script> |
|
14 |
<script src="../lib/paper/paper-full.js"></script> |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
15 |
<script src="../js/main.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
16 |
<script src="../js/models.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
17 |
<script src="../js/defaults.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
18 |
<script src="../js/i18n.js"></script> |
| 417 | 19 |
<script src="../dist/js/templates.js"></script> |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
20 |
<script src="../js/full-json.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
21 |
<script src="../js/ldtjson-bin.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
22 |
<script src="../js/list-bin.js"></script> |
|
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
23 |
<script src="../js/wikipedia-bin.js"></script> |
| 345 | 24 |
<script data-main="../js/main-renderer.js" src="../lib/requirejs/require.js"></script> |
| 249 | 25 |
<script type="text/javascript"> |
| 284 | 26 |
function startRenkan(){ |
| 281 | 27 |
var _renkan = new Rkns.Renkan({ |
| 249 | 28 |
editor_mode: false, |
| 256 | 29 |
show_bins: false, |
30 |
static_url: "../" |
|
| 249 | 31 |
}); |
32 |
Rkns.jsonIO(_renkan, { |
|
| 256 | 33 |
url: "../data/example-cinema.json" |
| 249 | 34 |
}); |
| 284 | 35 |
}; |
| 249 | 36 |
</script> |
| 256 | 37 |
<link rel="stylesheet" href="../css/renkan.css" /> |
| 249 | 38 |
<style type="text/css"> |
39 |
</style> |
|
40 |
</head> |
|
41 |
||
42 |
<body> |
|
43 |
<div id="renkan"></div> |
|
44 |
</body> |
|
45 |
</html> |