configurationengine/source/scripts/info_content_report_template.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     1 {% extends "cone_base.html" %}
     1 {% extends "cone_base.html" %}
     2 {% block title %}Content info{% endblock %}
     2 {% block title %}Content info{% endblock %}
     3 {% block content %}
     3 {% block content %}
     4     <h1>Configuration content files</h1><br>
     4     <h1>Configuration content files</h1><br>
     5 
     5 
     6     <table class="report">
     6     <table class="report" id="report_data">
     7     <tr>
     7     <tr>
     8         <th class="featureName">Content file</th>
     8         <th class="featureName">Content file</th>
     9 		<th class="featureName">Actual files (used one last)</th>
     9 		<th class="featureName">Actual files (used one last)</th>
    10     </tr>
    10     </tr>
    11     {% for entry in data.content_data %}
    11     {% for entry in data.content_data %}
    18 		</td>
    18 		</td>
    19     </tr>
    19     </tr>
    20     {% endfor %}
    20     {% endfor %}
    21     
    21     
    22     </table>
    22     </table>
       
    23     <script language="javascript" type="text/javascript">
       
    24 //<![CDATA[
       
    25     setFilterGrid("report_data");
       
    26 //]]>
       
    27 </script>
    23 {% endblock %}
    28 {% endblock %}