From cbd3c42f9d39f7d73c77cf811c7f65fce9cd1b55 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sat, 29 May 2010 22:44:10 +0200 Subject: Use of Smarty for index page ; apply coding standards, add license ; refs #46,48,47 --- smarty/templates/rpmphp/index.tpl | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 smarty/templates/rpmphp/index.tpl (limited to 'smarty') diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl new file mode 100644 index 0000000..df6cb52 --- /dev/null +++ b/smarty/templates/rpmphp/index.tpl @@ -0,0 +1,40 @@ +

Package reports

+ + + + + + + + + + + + + +{if $error} + + + +{else} + {foreach from=$repositories item=repo name=rlist} + + + + + + + + {/foreach} +{/if} + +
Analysed repositories
MainActiveSubUrlLast update
{$error}
{$repo.repo_name}{$repo.active}{$repo.sub_name}{$repo.url}{$repo.date}
+

Script sources

+

You can retrieve the current application sources from my GIT repository on github.com: http://github.com/remicollet/rpmphp.

+

Feedbacks, RFE and patches are welcome.

+ -- cgit