Cleanup: Tabs to spaces
This commit is contained in:
@@ -49,37 +49,37 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<tr class="file {{ row_class.next() }}">
|
<tr class="file {{ row_class.next() }}">
|
||||||
{% if "mingw32" in f.text %}
|
{% if "mingw32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "win32" in f.text %}
|
{% elif "win32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "mingw64" in f.text %}
|
{% elif "mingw64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "win64" in f.text %}
|
{% elif "win64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "OSX" in f.text %}
|
{% elif "OSX" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif "linux" in f.text %}
|
{% elif "linux" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 64 bit
|
<td><i class="fa fa-linux"></i> Linux 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 32 bit
|
<td><i class="fa fa-linux"></i> Linux 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
Official
|
Official
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
||||||
<td>{{ f.size }}</td>
|
<td>{{ f.size }}</td>
|
||||||
<td>
|
<td>
|
||||||
{{ f.lastmodified }}
|
{{ f.lastmodified }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -88,33 +88,33 @@
|
|||||||
{% if ("experimental" in f.text) %}
|
{% if ("experimental" in f.text) %}
|
||||||
<tr class="file {{ row_class.next() }}">
|
<tr class="file {{ row_class.next() }}">
|
||||||
{% if "mingw32" in f.text %}
|
{% if "mingw32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "win32" in f.text %}
|
{% elif "win32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "mingw64" in f.text %}
|
{% elif "mingw64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "win64" in f.text %}
|
{% elif "win64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "OSX" in f.text %}
|
{% elif "OSX" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif "linux" in f.text %}
|
{% elif "linux" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 64 bit
|
<td><i class="fa fa-linux"></i> Linux 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 32 bit
|
<td><i class="fa fa-linux"></i> Linux 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>Experimental Build Branch</td>
|
<td>Experimental Build Branch</td>
|
||||||
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
||||||
<td>{{ f.size }}</td>
|
<td>{{ f.size }}</td>
|
||||||
<td>{{ f.lastmodified }}</td>
|
<td>{{ f.lastmodified }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
@@ -131,49 +131,49 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<tr class="file {{ row_class.next() }}">
|
<tr class="file {{ row_class.next() }}">
|
||||||
{% if "mingw32" in f.text %}
|
{% if "mingw32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "win32" in f.text %}
|
{% elif "win32" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 32 bit
|
<td><i class="fa fa-windows"></i> Windows 32 bit
|
||||||
{% elif "mingw64" in f.text %}
|
{% elif "mingw64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "win64" in f.text %}
|
{% elif "win64" in f.text %}
|
||||||
<td><i class="fa fa-windows"></i> Windows 64 bit
|
<td><i class="fa fa-windows"></i> Windows 64 bit
|
||||||
{% elif "OSX" in f.text %}
|
{% elif "OSX" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
<td><i class="fa fa-apple"></i> Mac OS X 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif "linux" in f.text %}
|
{% elif "linux" in f.text %}
|
||||||
{% if "x86_64" in f.text %}
|
{% if "x86_64" in f.text %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 64 bit
|
<td><i class="fa fa-linux"></i> Linux 64 bit
|
||||||
{% else %}
|
{% else %}
|
||||||
<td><i class="fa fa-linux"></i> Linux 32 bit
|
<td><i class="fa fa-linux"></i> Linux 32 bit
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{% if "mingw" in f.text %}
|
{% if "mingw" in f.text %}
|
||||||
Experimental MinGW
|
Experimental MinGW
|
||||||
{% elif "vc14" in f.text %}
|
{% elif "vc14" in f.text %}
|
||||||
Experimental VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
Experimental VS 2015<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||||
{% elif "vc11" in f.text %}
|
{% elif "vc11" in f.text %}
|
||||||
Experimental VS 2012<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
Experimental VS 2012<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||||
{% elif "vc9" in f.text %}
|
{% elif "vc9" in f.text %}
|
||||||
Legacy VS 2008<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
|
Legacy VS 2008<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
|
||||||
{% elif "win32-vc12" in f.text %}
|
{% elif "win32-vc12" in f.text %}
|
||||||
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
|
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows XP/Vista/7/8/10)</span>
|
||||||
{% elif "win64-vc12" in f.text %}
|
{% elif "win64-vc12" in f.text %}
|
||||||
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
Official Preview VS 2013<br/><span style="font-weight: normal;">(Windows Vista/7/8/10)</span>
|
||||||
{% elif "multiview" in f.text %}
|
{% elif "multiview" in f.text %}
|
||||||
Multiview Branch<br/><span style="font-weight: normal;">(Stereoscopic 3D)</span>
|
Multiview Branch<br/><span style="font-weight: normal;">(Stereoscopic 3D)</span>
|
||||||
{% elif "gooseberry" in f.text %}
|
{% elif "gooseberry" in f.text %}
|
||||||
Gooseberry Branch
|
Gooseberry Branch
|
||||||
{% else %}
|
{% else %}
|
||||||
Official
|
Official
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
<td><a class="info" onclick="ga('send', 'event', 'button', 'download', '{{f.text}}');" href="{{ f.href }}">{{ f.text }}</a></td>
|
||||||
<td>{{ f.size }}</td>
|
<td>{{ f.size }}</td>
|
||||||
|
Reference in New Issue
Block a user