-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtelechargement.html
49 lines (49 loc) · 2.21 KB
/
telechargement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>
La Séparation - dev
</title>
<link rel="stylesheet" href="style/style.css" />
<script type="text/javascript" src="script/script.js"></script>
</head>
<body>
<header>
<h1 class="top"><a href="index.html">Developpement</a></h1>
<h1 class="bot"><a href="index.html">Developpement</a></h1>
<br>
<center>
<p>
<a href="historique_maj.html">Historique des mises à jour</a> |
<a href="telechargement.html">Application</a>
</p>
</center>
</header>
<h2>Version PC en-ligne</h2>
<p style="margin-left:20px;">
<a href="http://www.i-trace.fr/2013/separation/dev/app/PC_EL/4.1.2/index.html" >Version 4.1.2</a>
</p>
<!-- <h2>Version PC hors-ligne</h2>
<p style="margin-left:20px;">
<a href="http://www.i-trace.fr/2013/separation/dev/app/PC_HL/3.0.4.zip" >Version 3.0.4</a><br /><br />
<span style="font-size:16px;" >
Comment lancer l'application ?<br />
<span style="margin-left:20px;">Ouvrir le fichier index.PC.html avec un navigateur Internet.</span>
</span>
</p> -->
<h2>Version mobile / tablette</h2>
<p style="margin-left:20px;">
Lien du ZIP (version 4.1.2) : http://www.i-trace.fr/2013/separation/dev/v4.1.2.zip<br /><br />
<span style="font-size:16px;" >
Que faire avec le lien du ZIP ?<br />
<span style="margin-left:20px;">1. Téléchargez l'application "CocoonJS by Ludei" dans le store de votre mobile / tablette.<br /></span>
<span style="margin-left:20px;">2. L'ouvrir, cliquez sur "Your App" dans le menu principal.<br /></span>
<span style="margin-left:20px;">3. Se connecter (contact par mail pour avoir les identifiants des développeurs sans créer de compte).<br /></span>
<span style="margin-left:20px;">4. Entrez dans le champ "URL" le lien du ZIP donné au dessus.<br /></span>
<span style="margin-left:20px;">5. Cliquer sur "WEBVIEW+" ou "WEBVIEW" (il semblerait qu'avec CANVAS+ ça ne fonctionne plus...).<br /></span>
<span style="margin-left:20px;">6. L'application se lance. Pour la relancer ou la quitter, cliquer sur "fps" en haut à gauche puis "Actions" en haut à droite. Sélectionner "Exit" ou "Reload".</span>
</span>
</p>
</body>
</html>