Mercurial > lada > lada-client
comparison index.html @ 482:a9184ba5ee17 1.0
Set paths
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 21 Jan 2014 17:05:52 +0100 |
parents | 6f5a11dea7e2 |
children | 649bf1d08531 |
comparison
equal
deleted
inserted
replaced
481:e45f4df57938 | 482:a9184ba5ee17 |
---|---|
10 <!DOCTYPE html> | 10 <!DOCTYPE html> |
11 <html> | 11 <html> |
12 <head> | 12 <head> |
13 <title>Lada</title> | 13 <title>Lada</title> |
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
15 <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css"> | 15 <link rel="stylesheet" type="text/css" href="css/ext-all-gray.css"> |
16 <!-- <x-compile> --> | 16 <!-- <x-compile> --> |
17 <!-- <x-bootstrap> --> | 17 <!-- <x-bootstrap> --> |
18 <script type="text/javascript" src="extjs/ext-all-debug.js"></script> | 18 <script type="text/javascript" src="extjs/ext-dev.js"></script> |
19 <!-- </x-bootstrap> --> | 19 <!-- </x-bootstrap> --> |
20 <script type="text/javascript" src="app.js"></script> | 20 <script type="text/javascript" src="app.js"></script> |
21 <!-- </x-compile> --> | 21 <!-- </x-compile> --> |
22 </head> | 22 </head> |
23 <body></body> | 23 <body></body> |