configurationengine/source/scripts/compare_api_report_template.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
     6                        'name':'Name',
     6                        'name':'Name',
     7                        'type':'Type',
     7                        'type':'Type',
     8                        'desc':'Description',
     8                        'desc':'Description',
     9                        } %}
     9                        } %}
    10     
    10     
    11     <table class="report">
    11     <table class="report" id="report_data">
    12     <tr>
    12     <tr>
    13         <th class="featureName" colspan="{{ columns|length }}">{{ data.sourcedata.name }}</th>
    13         <th class="featureName" colspan="{{ columns|length }}">{{ data.sourcedata.name }}</th>
    14         <th class="featureName">&nbsp;</th>
    14         <th class="featureName">&nbsp;</th>
    15         <th class="featureName" colspan="{{ columns|length }}">{{ data.targetdata.name }}</th>
    15         <th class="featureName" colspan="{{ columns|length }}">{{ data.targetdata.name }}</th>
    16     </tr>
    16     </tr>
    87        {% endif -%}
    87        {% endif -%}
    88     {%- endfor -%}
    88     {%- endfor -%}
    89     
    89     
    90     
    90     
    91     </table>
    91     </table>
       
    92     <script language="javascript" type="text/javascript">
       
    93 //<![CDATA[
       
    94     setFilterGrid("report_data");
       
    95 //]]>
       
    96 </script>
    92 {% endblock %}
    97 {% endblock %}