This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uses | |
httpsend, | |
SysUtils, | |
Dialogs, | |
ssl_openssl; | |
{ TProgramNumbers } | |
class function TProgramNumbers.getProgramNumbers(resourcePath: string): TStringList; | |
var |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a {% for attr, value in options %} {{ attr }}="{{ value }}"{% endfor %}> | |
{{ title }} | |
{% if options.class == 'sortable' %} | |
<span class="glyphicon glyphicon-sort" aria-hidden="true"></span> | |
{% elseif options.class == 'asc' %} | |
<span class="glyphicon glyphicon-sort-by-attributes" aria-hidden="true"></span> | |
{% else %} | |
<span class="glyphicon glyphicon-sort-by-attributes-alt" aria-hidden="true"></span> | |
{% endif %} | |
</a> |