diff farol/templates/document/edit_tracking.j2 @ 43:c79082d0d44d

Add global descriptions about some containers
author Benoît Allard <benoit.allard@greenbone.net>
date Mon, 06 Oct 2014 15:58:25 +0200
parents 5e6eed63ff07
children e0830bcab004
line wrap: on
line diff
--- a/farol/templates/document/edit_tracking.j2	Mon Oct 06 15:49:59 2014 +0200
+++ b/farol/templates/document/edit_tracking.j2	Mon Oct 06 15:58:25 2014 +0200
@@ -28,6 +28,7 @@
 {% block title %}Edit the type{% endblock %}
 
 {% block content %}
+<p>The <strong>Document Tracking</strong> container contains all the attributes necessary to track a CVRF document.</p>
 <form role="form" method="POST">
 
 {% call textinput("id", "ID", value=tracking._identification._id, required=True) %}
@@ -65,6 +66,7 @@
 {% endcall %}
 
 {% call panel(heading="Generator", title=3, collapsible=False) %}
+  <p>The <strong>Generator</strong> container contains all the elements related to the generation of the document. These items will reference when the document was actually created, including the date it was generated and the entity that generated it.</p>
   {% call textinput("gen_engine", "Generator Engine", value=generator._engine or '') %}
   <p><strong>Engine</strong> will refer to the name and optional version of the engine that generated the CVRF document.</p>
   {{ examples(['Mike Schiffman’s sublime fingertips version 1.0']) }}

http://farol.wald.intevation.org