diff options
author | root | 2012-05-08 18:39:56 -0500 |
---|---|---|
committer | root | 2012-05-08 18:39:56 -0500 |
commit | ea46f42ee640928b92947bfb204c41a482d80937 (patch) | |
tree | 9b27a4eb852d12539b543c3efee9d2a47ef470f3 /web/webqtl/base/footer.py | |
parent | 056b5253fc3857b0444382aa39944f6344dc1ceb (diff) | |
download | genenetwork2-ea46f42ee640928b92947bfb204c41a482d80937.tar.gz |
Add all the source codes into the github.
Diffstat (limited to 'web/webqtl/base/footer.py')
-rwxr-xr-x | web/webqtl/base/footer.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/webqtl/base/footer.py b/web/webqtl/base/footer.py new file mode 100755 index 00000000..6f92fdf8 --- /dev/null +++ b/web/webqtl/base/footer.py @@ -0,0 +1,6 @@ +import webqtlConfig + +footer_html = open(webqtlConfig.HTMLPATH + 'footer.html', 'r').read() +footer = footer_html.replace('%"','%%"') + +footer_string = footer.replace('<!-- %s -->', '%s') |