|
251
|
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" /> |
|
256
|
9 |
<script src="../lib/jquery.min.js"></script> |
|
|
10 |
<script src="../lib/jquery.mousewheel.min.js"></script> |
|
|
11 |
<script src="../lib/underscore-min.js"></script> |
|
|
12 |
<script src="../lib/backbone.js"></script> |
|
|
13 |
<script src="../lib/backbone-relational.js"></script> |
|
|
14 |
<script src="../lib/paper.js"></script> |
|
|
15 |
<script src="../../build/renkan.js"></script> |
|
251
|
16 |
<script type="text/javascript"> |
|
|
17 |
$(function() { |
|
281
|
18 |
var _renkan = new Rkns.Renkan({ |
|
251
|
19 |
search: [ |
|
|
20 |
{ |
|
|
21 |
type: "Ldt" |
|
|
22 |
}, |
|
|
23 |
{ |
|
|
24 |
type: "Wikipedia", |
|
|
25 |
lang: "fr" |
|
|
26 |
}, |
|
|
27 |
{ |
|
|
28 |
type: "Wikipedia", |
|
|
29 |
lang: "ja" |
|
|
30 |
} |
|
|
31 |
], |
|
|
32 |
bins: [ |
|
|
33 |
{ |
|
|
34 |
title: "Projet Lignes de Temps", |
|
|
35 |
type: "Ldt", |
|
|
36 |
ldt_type: "Project", |
|
|
37 |
project_id: "6af4019c-8283-11e2-9678-00145ea4a2be", |
|
|
38 |
ldt_platform: "http://ldt.iri.centrepompidou.fr/" |
|
|
39 |
}, |
|
|
40 |
{ |
|
|
41 |
type: "ResourceList", |
|
|
42 |
title: "Ressources", |
|
|
43 |
list: [ |
|
|
44 |
{ |
|
|
45 |
url: "http://www.google.com/", |
|
|
46 |
title: "Google", |
|
|
47 |
description: "Search engine", |
|
|
48 |
image: "http://www.google.fr/images/srpr/logo4w.png" |
|
|
49 |
}, |
|
|
50 |
"Polemic Tweet http://www.polemictweet.com", |
|
|
51 |
"Twitter http://www.twitter.com/" |
|
|
52 |
] |
|
|
53 |
} |
|
|
54 |
], |
|
|
55 |
/*property_files: [ "data/properties.json" ], |
|
|
56 |
node_fill_color: false*/ |
|
256
|
57 |
language: "fr", |
|
|
58 |
static_url: "../" |
|
251
|
59 |
}); |
|
|
60 |
Rkns.jsonIO(_renkan, { |
|
282
|
61 |
url: "../data/simple-persist.php" |
|
251
|
62 |
}); |
|
|
63 |
}); |
|
|
64 |
</script> |
|
256
|
65 |
<link rel="stylesheet" href="../css/renkan.css" /> |
|
251
|
66 |
<style type="text/css"> |
|
|
67 |
</style> |
|
|
68 |
</head> |
|
|
69 |
|
|
|
70 |
<body> |
|
|
71 |
<div id="renkan"></div> |
|
|
72 |
</body> |
|
|
73 |
</html> |