-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (50 loc) · 2.2 KB
/
index.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
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<!--
* Edirom Online
* Copyright (C) 2011 The Edirom Project
* http://www.edirom.de
*
* Edirom Online is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edirom Online is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Edirom Online. If not, see <http://www.gnu.org/licenses/>.
*
* ID: $Id: index.html 1461 2012-10-24 13:14:59Z daniel $
-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Bargheer Edirom Online</title>
<!-- **CSS** -->
<link rel="stylesheet" type="text/css" href="resources/css/edirom.css" />
<link rel="stylesheet" type="text/css" href="$bargheer-edition$/css/bargheer.css" />
<!-- **Raphael JS** -->
<script type="text/javascript" src="scripts/raphael-min.js"></script>
<!-- **ACE** -->
<script src="main/js/utils/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="main/js/utils/ace/mode-xml.js" type="text/javascript" charset="utf-8"></script>
<!-- ** DEBUG / DEVELOP ** -/->
<script type="text/javascript" src="extjs/ext-debug.js"/>
<script type="text/javascript">
Ext.Loader.setConfig({
paths: {'Ext.ux': 'ext-ux'},
disableCaching: true
});
</script>
<!-/- ** DEBUG / DEVELOP ** -->
<!-- ** PRODUCTION ** -->
<script type="text/javascript" src="extjs/ext.js"></script>
<script type="text/javascript" src="all-classes.js"></script>
<!-- ** PRODUCTION ** -->
<script type="text/javascript" src="app.js"></script>
</head>
<body> </body>
</html>