summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-18 14:03:02 +0300
committermakkalot <makkalot@gmail.com>2008-08-18 14:03:02 +0300
commit2d7a00b1b11595bbede61d3c638f365c81e8d4a8 (patch)
treeb3348ff9ba489561644b4a4252dc1ffc789bc972 /funcweb
parentc45ea4ab1faa6c11208656869153336e0668fa57 (diff)
downloadfunc-2d7a00b1b11595bbede61d3c638f365c81e8d4a8.tar.gz
func-2d7a00b1b11595bbede61d3c638f365c81e8d4a8.tar.xz
func-2d7a00b1b11595bbede61d3c638f365c81e8d4a8.zip
show the result in a better div :)
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/static/javascript/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcweb/funcweb/static/javascript/utils.js b/funcweb/funcweb/static/javascript/utils.js
index b872edc..810ba4d 100644
--- a/funcweb/funcweb/static/javascript/utils.js
+++ b/funcweb/funcweb/static/javascript/utils.js
@@ -222,7 +222,8 @@ function load_parsed_result_tree(div_to_replace,result){
showElement(replace_div);
//place here the tree div that will show up the tree structure
- replace_div.innerHTML = '<div id="treeboxbox_tree" style="width:200;height:200"></div>';
+ var html_code = '<div class="resultbigbox" id="resultbigbox"><div align="center" class="graytexts">Result</div><div class="resultbox" id="resultbox"><div id="treeboxbox_tree" style="width:200;height:200;border:0"></div></div></div>'
+ replace_div.innerHTML = html_code;
}
//now load the tree