From 20068f2078eea3dbbc32b532916289188e84d6fa Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Tue, 5 Mar 2013 23:09:53 +0000 Subject: Implemented DataTables; there are now options to download the marker regression result table in various formats --- misc/notes.txt | 10 +++++++ wqflask/wqflask/templates/marker_regression.html | 35 +++++++++++++++--------- 2 files changed, 32 insertions(+), 13 deletions(-) diff --git a/misc/notes.txt b/misc/notes.txt index ed0390e1..24e129ee 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -8,6 +8,16 @@ Add all files in current directory branch to be staged to be committed git add -A +Get the default path being used when a command is typed: +which _______ + +Get the paths checked when a user types a command: +echo $PATH + +Get all environment variables: +set + + **** apt-get is an Ubuntu system-wide package manager, while pip is a Python-only system for python packages **** diff --git a/wqflask/wqflask/templates/marker_regression.html b/wqflask/wqflask/templates/marker_regression.html index bcf60abe..f1139846 100644 --- a/wqflask/wqflask/templates/marker_regression.html +++ b/wqflask/wqflask/templates/marker_regression.html @@ -5,6 +5,7 @@ + {% endblock %} {% block content %} @@ -69,28 +70,36 @@ - - - - - - - + {% endblock %} \ No newline at end of file -- cgit v1.2.3