summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/master.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/master.html')
-rw-r--r--funcweb/funcweb/templates/master.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html
index 51948fe..21df0f5 100644
--- a/funcweb/funcweb/templates/master.html
+++ b/funcweb/funcweb/templates/master.html
@@ -12,15 +12,27 @@
<link py:for="css in tg_css" py:strip="">${ET(css.display())}</link>
<script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ajax.js')}" />
<script type="text/javascript" src="${tg.url('/funcweb/static/javascript/utils.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/dhtmlxcommon.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/dhtmlxtree.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ext/dhtmlxtree_dragin.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ext/dhtmlxtree_ed.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ext/dhtmlxtree_er.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ext/dhtmlxtree_json.js')}" />
+ <script type="text/javascript" src="${tg.url('/funcweb/static/javascript/ext/dhtmlxtree_start.js')}" />
- <style type="text/css" media="screen">
+ <style type="text/css" media="screen">
@import url("/funcweb/static/css/style.css");
</style>
<style type="text/css" media="screen">
@import url("/funcweb/static/css/groupscss.css");
</style>
+ <style type="text/css" media="screen">
+ @import url("/funcweb/static/css/dhtmlxtree.css");
+ </style>
+
+
<link media="screen" href="/funcweb/static/css/expanding_form.css" type="text/css" rel="stylesheet"/>
<script src="${tg.url('/funcweb/static/javascript/expanding_form.js')}" type="text/javascript"/>
<script src="${tg.url('/funcweb/static/javascript/async_tools.js')}" type="text/javascript"/>