summaryrefslogtreecommitdiffstats
path: root/private/templates/checkthemes.tpl
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2009-03-19 22:45:17 +0000
committerJonas Häggqvist <rasher@rasher.dk>2009-03-19 22:45:17 +0000
commita78f011f02f4f2cfaceb6d6a785c409f6dda8f1e (patch)
treeb1e3565efce42fea82bbe952b88bbe51043c1e68 /private/templates/checkthemes.tpl
parentdb035c5d3f3241813ffe8fc933ce13b50d39c782 (diff)
downloadthemesite-a78f011f02f4f2cfaceb6d6a785c409f6dda8f1e.tar.gz
themesite-a78f011f02f4f2cfaceb6d6a785c409f6dda8f1e.zip
Rest of the checkwps commit. Still getting the hang of git.
git-svn-id: svn://svn.rockbox.org/rockbox/themes.rockbox.org/trunk@20366 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'private/templates/checkthemes.tpl')
-rw-r--r--private/templates/checkthemes.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/private/templates/checkthemes.tpl b/private/templates/checkthemes.tpl
index d5514df..750a8ec 100644
--- a/private/templates/checkthemes.tpl
+++ b/private/templates/checkthemes.tpl
@@ -2,4 +2,14 @@
<h1>Checking all themes</h1>
+{section name=i loop=$checkwpsresults}
+{if $checkwpsresults[i].summary.pass}
+ <tt style="color: green">pass</tt>
+{else}
+ <tt style="color: red">fail</tt>
+{/if}
+
+&mdash; {$checkwpsresults[i].theme.mainlcd}/{$checkwpsresults[i].theme.shortname}/{$checkwpsresults[i].theme.zipfile}<br />
+{/section}
+
{include file="footer.tpl"}