From bcaecc2c2230c83678810dd36ed12f8388cc7543 Mon Sep 17 00:00:00 2001 From: noefp Date: Thu, 12 Dec 2013 19:01:20 +0000 Subject: [PATCH] import js libraries --- mason/tools/expression/input.mas | 83 ++++++++++++++++++++++++---------------- mason/tools/vigs/input.mas | 14 +------ 2 files changed, 52 insertions(+), 45 deletions(-) diff --git a/mason/tools/expression/input.mas b/mason/tools/expression/input.mas index 48f449e33..da56b4d6f 100644 --- a/mason/tools/expression/input.mas +++ b/mason/tools/expression/input.mas @@ -69,16 +69,6 @@

-
-
- - - -<&| /page/info_section.mas, title=>"Interactive Control Panel", collapsible => 1, collapsed => 0, is_subsection=>"1" &> - Choose a experiment:    -
-
-
@@ -86,6 +76,15 @@
+<&| /page/info_section.mas, title=>"Interactive Control Panel", collapsible => 1, collapsed => 0, is_subsection=>"1" &> + Choose a experiment:    + +
+ + <&| /page/info_section.mas, title=>"Bar Graph", collapsible => 1, collapsed => 0, is_subsection=>"1" &> - - - - - - - - - - <%args> @databases @@ -18,7 +7,8 @@ $f_size => 0 -<& /util/import_javascript.mas, classes => ['Text.Markup', 'sprintf', 'jquery', 'jqueryui', 'jquery.iframe-post-form','CXGN.List'] &> + +<& /util/import_javascript.mas, classes => ['Text.Markup', 'sprintf', 'jquery', 'jqueryui', 'jquery.iframe-post-form', 'CXGN.List', 'tools/vigs'] &> <& /page/page_title.mas, title=>"VIGS Tool" &> -- 2.11.4.GIT