diff options
Diffstat (limited to 'uploader/templates/index2.html')
| -rw-r--r-- | uploader/templates/index2.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/uploader/templates/index2.html b/uploader/templates/index2.html deleted file mode 100644 index 72fea2f..0000000 --- a/uploader/templates/index2.html +++ /dev/null @@ -1,48 +0,0 @@ -{%extends "base2.html"%} -{%from "flash_messages.html" import flash_all_messages%} - -{%block title%}Home{%endblock%} - -{%block pagetitle%}Home{%endblock%} - -{%block extra_breadcrumbs%}{%endblock%} - -{%block contents%} - -<div class="row">{{flash_all_messages()}}</div> - -{%if user_logged_in()%} -<div class="row"> - <p>Select from:</p> - <ul> - <li>Species</li> - <li>Publications</li> - </ul> -</div> -{%else%} -<div class="row"> - <p> - <a href="{{authserver_authorise_uri()}}" - title="Sign in to the system" - class="btn btn-primary">Sign in</a> - to continue.</p> -</div> -{%endif%} - -{%endblock%} - - - -{%block sidebarcontents%} -<div class="row"> - <form id="frm-quick-navigation"> - <legend>Quick Navigation</legend> - <div class="form-group"> - <label for="fqn-species-id">Species</label> - <select name="species_id"> - <option value="">Select species</option> - </select> - </div> - </form> -</div> -{%endblock%} |
