From: Cezary Czaplewski Date: Sat, 11 Nov 2017 03:26:18 +0000 (+0100) Subject: single job without login details page with refresh X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=8421252fcfe79dc7771823b337d7a38903af54a6;p=django_unres.git single job without login details page with refresh --- diff --git a/TODO b/TODO index b071ca4..237b3d4 100644 --- a/TODO +++ b/TODO @@ -17,7 +17,8 @@ check input for other errors (sequence ?) add web viewer NGL WebGL -add BOXX BOXY BOXZ in advanced md and mremd +# add BOXX BOXY BOXZ in advanced md and mremd +# done dynamic dissulfides input - all and selected cys @@ -41,24 +42,30 @@ automatic rm of old jobs ? include a simple mechanism to try out sample data provided by the authors, for example, a button for automatic loading of the data. Sample data must be accessible to users so that they can confirm data formatting requirements +# ? contain help pages or a tutorial with links to sample output that performs interactively in the same way as real output. The help pages must include information on how to interpret the results returned by the web server - -be primarily web-based and viewable on the website. Use of browser plugins -for data visualization is encouraged. However, use of Flash plugins is -discouraged due to security issues and websites that use Java plugins will -no longer be accepted - -provide a web link to the results if the website is not able to return -results immediately. The link should be provided at the time of data -submission and allow the user to bookmark and access the results at a later -time. Ideally, the link will report the status of the job (queued, running, -or finished). Do not assume that users will provide an email address for -results notification. Any request for an email must state that it is -optional. Websites that use a guest login will not be approved - -keep every user’s submitted data private and not viewable by anyone other -than the user or those given permission by the user - +# ? + +# be primarily web-based and viewable on the website. Use of browser plugins +# for data visualization is encouraged. However, use of Flash plugins is +# discouraged due to security issues and websites that use Java plugins will +# no longer be accepted +# OK + +# provide a web link to the results if the website is not able to return +# results immediately. The link should be provided at the time of data +# submission and allow the user to bookmark and access the results at a later +# time. Ideally, the link will report the status of the job (queued, running, +# or finished). Do not assume that users will provide an email address for +# results notification. Any request for an email must state that it is +# optional. Websites that use a guest login will not be approved +# +# OK link uses task.id http://ha1.chem.univ.gda.pl:8001/details/942/ + +# keep every user’s submitted data private and not viewable by anyone other +# than the user or those given permission by the user +# +# OK ? scramble task.id ? add user.id= 19da81cb0ad5492dac8e4eaefd28949e ? diff --git a/django_simple/todo/templates/base.html b/django_simple/todo/templates/base.html index d974976..ba424bd 100644 --- a/django_simple/todo/templates/base.html +++ b/django_simple/todo/templates/base.html @@ -36,9 +36,11 @@ {% endif %} {% endif %} + {% block content %} diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 08738fa..fcfb8d4 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -1,6 +1,39 @@ {% extends "base.html" %} +{% load i18n lazysignup_tags %} {% block content %} + +{% if user|is_lazy_user %} + +{% endif %} +

All parameters for task {{ task.name }}

Created {{ task.created_date }}