Skip to content

Commit

Permalink
Added the icons for free media in the engines. And changed the templa…
Browse files Browse the repository at this point in the history
…te index to show.
  • Loading branch information
miguel authored and miguel committed Jun 11, 2013
1 parent 731de91 commit 235a0e9
Show file tree
Hide file tree
Showing 9 changed files with 1,951 additions and 8 deletions.
11 changes: 4 additions & 7 deletions index.html
Expand Up @@ -63,20 +63,17 @@
<a href="{{ game['url'] }}">{{ game['name'] }}</a> - {{ game['info'] }}
<ul>
<li><i>Repository:</i> {%- if 'repo' in game %} (<a href="{{ game['repo'] }}">repository</a>){% endif %}</li>
<!--
<li><i>Free Media:</i>
<li><i>Free Content:</i>
{% if 'media_free' in game %}
{% if game['media_free'] == True %}
<span style="text-align: center; vertical-align: -5px; border: 1px solid black; display: inline-block; width: 20px; height: 20px; font-weight: bolder;">&#10003;</span>
{{ game['media_free_details'] }}
<img src="static/free_content.png" title="{{ game['media_free_details'] }}" />
{% else %}
<span style="vertical-align: -5px; border: 1px solid black; display: inline-block; width: 20px; height: 20px; font-weight: bolder;"></span>
<img src="static/nonfree_content.png" />
{% endif %}
{% else %}
<span style="vertical-align: -5px; border: 1px solid black; display: inline-block; width: 20px; height: 20px; font-weight: bolder;"></span>
<img src="static/nonfree_content.png" />
{% endif %}
</li>
-->
</ul>
<script type="text/screenshots">
{% for item in game.get('media', []) %}
Expand Down
2 changes: 1 addition & 1 deletion settings.cfg
@@ -1,2 +1,2 @@
sitecallback: _ext.callback
exclude: [games.yaml, Makefile, README.md]
exclude: [games.yaml, Makefile, README.md, work_files]
Binary file added static/free_art.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/free_content.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/free_music.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/nonfree_art.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/nonfree_content.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/nonfree_music.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 235a0e9

Please sign in to comment.