Changeset 1b10de0 for asadb/template
- Timestamp:
- Mar 31, 2012, 5:09:56 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 4325823
- Parents:
- f23bc9a
- git-author:
- Alex Dehnert <adehnert@…> (03/31/12 17:09:56)
- git-committer:
- Alex Dehnert <adehnert@…> (03/31/12 17:09:56)
- File:
-
- 1 edited
-
asadb/template/groups/reporting.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/groups/reporting.html
r8708a86 r1b10de0 7 7 <h1>Reporting</h1> 8 8 9 <form action="" method="get"> 10 {{ form|render }} 11 <input type="submit" name="go" value="Go" /> 12 </form> 13 9 <h2>Results</h2> 14 10 {% if run_report %} 15 11 <table class='pretty-table'> … … 27 23 </tbody> 28 24 </table> 25 {% else %} 26 <p>No results yet. Configure your report below to get some.</p> 29 27 {% endif %} 30 28 29 <h2>Configuration</h2> 30 <form action="" method="get"> 31 {{ form|render }} 32 <input type="submit" name="go" value="Go" /> 33 </form> 34 31 35 {% endblock %}
Note: See TracChangeset
for help on using the changeset viewer.