diff options
author | Zachary Sloan | 2012-08-23 17:10:47 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-08-23 17:10:47 -0500 |
commit | a8474cda5fe8d6f73ed32cc7e15f79cbe672d77d (patch) | |
tree | 77c5e0c53124f5bcb3be2417c3f4c9705ef62332 | |
parent | bc1c2a65b93134f3676188bbee6bb69ee82c77be (diff) | |
download | genenetwork2-a8474cda5fe8d6f73ed32cc7e15f79cbe672d77d.tar.gz |
Made some minor changes to trait data and analysis page template
-rw-r--r-- | misc/byobu_commands.txt | 6 | ||||
-rw-r--r-- | misc/runserver.txt | 1 | ||||
-rw-r--r-- | misc/virtual_env.txt | 1 | ||||
-rw-r--r-- | wqflask/cfg/zach_settings.py | 1 | ||||
-rw-r--r-- | wqflask/wqflask/templates/trait_data_and_analysis.html | 19 |
5 files changed, 23 insertions, 5 deletions
diff --git a/misc/byobu_commands.txt b/misc/byobu_commands.txt new file mode 100644 index 00000000..c9c22b29 --- /dev/null +++ b/misc/byobu_commands.txt @@ -0,0 +1,6 @@ +byobu -RD +control-a then :multiuser on +control-a then :acladd sam + +type: screen -list for sessions +screen -r sam/27189.byobu diff --git a/misc/runserver.txt b/misc/runserver.txt new file mode 100644 index 00000000..71e3dfd7 --- /dev/null +++ b/misc/runserver.txt @@ -0,0 +1 @@ +python runserver.py diff --git a/misc/virtual_env.txt b/misc/virtual_env.txt new file mode 100644 index 00000000..7a8f20be --- /dev/null +++ b/misc/virtual_env.txt @@ -0,0 +1 @@ +source ~/ve27/bin/activate diff --git a/wqflask/cfg/zach_settings.py b/wqflask/cfg/zach_settings.py new file mode 100644 index 00000000..30ad51d1 --- /dev/null +++ b/wqflask/cfg/zach_settings.py @@ -0,0 +1 @@ +LOGFILE = """/tmp/flask_gn_log""" diff --git a/wqflask/wqflask/templates/trait_data_and_analysis.html b/wqflask/wqflask/templates/trait_data_and_analysis.html index c951156a..4bf06d45 100644 --- a/wqflask/wqflask/templates/trait_data_and_analysis.html +++ b/wqflask/wqflask/templates/trait_data_and_analysis.html @@ -3038,11 +3038,20 @@ <option value="0"> Non-BXD Only </option> - </select></span> <input type="button" name="blockSamples" class="button" value=" Block "><br> - <strong> Options:</strong> <input type="button" name="showHideNoValue" class="button" value= - " Hide No Value "> <input type="button" name="showHideOutliers" class="button" value= - " Hide Outliers "> <input type="button" name="resetButton" class="button" value= - " Reset "> <input type="button" name="export" class="button" value=" Export "></span><br> + </select></span> + <input type="button" name="blockSamples" class="button" value=" Block "> + <br> + <strong> Options:</strong> + + <input type="button" id="show_hide_no_value" class="button" value="Hide No Value"> + + <input type="button" id="show_hide_outliers" class="button" value="Hide Outliers"> + + <input type="button" id="reset" class="button" value="Reset"> + + <input type="button" id="export" class="button" value="Export"> + </span> + <br> <br> <span> Outliers highlighted in <strong style="background-color:yellow;"> yellow </strong> can be hidden using the <strong>Hide Outliers</strong> button,<br> |