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