script download formatting

This commit is contained in:
Sanj 2012-09-08 02:37:07 +05:30
parent ee38aa34d3
commit 93aebd4fdb

View File

@ -39,13 +39,18 @@
{% endif %} {% endif %}
{% if script_file %} {% if script_file %}
<a target="_blank" href="{{ script_file.url }}">Download</a> <br /> <div class="orange">Download Script</div>
<p>
By downloading, you agree to the terms of the licenses: <br /> By downloading, you agree to the terms of the licenses: <br />
<span class="orange">Adaptation License: </span> <a href="{{ license_adapt.legal_file.url }}" target="_blank">{{ license_adapt.name }}</a> <br /> <span class="orange">Adaptation License: </span> <a href="{{ license_adapt.legal_file.url }}" target="_blank">{{ license_adapt.name }}</a> <br />
{{ license_adapt.short_description }} - <a href="{{ license_adapt.readable_file.url }}" target="_blank">Read Short Version</a> <br /><br /> {{ license_adapt.short_description }} - <a href="{{ license_adapt.readable_file.url }}" target="_blank">Read Short Version</a> <br /><br />
<span class="orange">Performance License: </span> <a href="{{ license_perform.legal_file.url }}" target="_blank">{{ license_perform.name }}</a> <br /> <span class="orange">Performance License: </span> <a href="{{ license_perform.legal_file.url }}" target="_blank">{{ license_perform.name }}</a> <br />
{{ license_perform.short_description }} - <a href="{{ license_perform.readable_file.url }}" target="_blank">Read Short Version</a> <br /> {{ license_perform.short_description }} - <a href="{{ license_perform.readable_file.url }}" target="_blank">Read Short Version</a> <br />
{% endif %}
<br />
<a target="_blank" href="{{ script_file.url }}">Download</a> <br />
</p>
{% endif %}
</div> </div>