equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
2 "http://www.w3.org/TR/html4/loose.dtd"> |
|
3 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
4 <head> |
|
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
6 <title>Test Modèle de Données</title> |
|
7 <script type="text/javascript" src="../../src/js/libs/jquery.min.js"></script> |
|
8 <script type="text/javascript" src="../../src/js/libs/underscore.js"></script> |
|
9 <script type="text/javascript"> |
|
10 IriSP = {} |
|
11 </script> |
|
12 <script type="text/javascript" src="../../src/js/model.js"></script> |
|
13 <script type="text/javascript" src="../../src/js/serializers/PlatformSerializer.js"></script> |
|
14 <script type="text/javascript"> |
|
15 IriSP.jQuery = jQuery; |
|
16 IriSP._ = _; |
|
17 var _directory = new IriSP.Model.Directory(); |
|
18 var _source = _directory.source("../integration/polemic_fr.json", IriSP.serializers.platform); |
|
19 </script> |
|
20 </head> |
|
21 <body> |
|
22 <h1></h1> |
|
23 </body> |
|
24 </html> |