From 40b643f6a2a797b7006f8d855eed69921eccf9b6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Jul 2008 06:48:16 +0000 Subject: use <% %> instead of git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- acfupdate-html.lsp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/acfupdate-html.lsp b/acfupdate-html.lsp index 50391b6..60e8ceb 100644 --- a/acfupdate-html.lsp +++ b/acfupdate-html.lsp @@ -1,4 +1,4 @@ - +<% local view = ... %>

Fetch ACF updates

@@ -8,16 +8,16 @@ But if you have manually checked it out, you will get a update on it by pressing

Available projects

-
+
<%= view.projects %>
- +<% if (view.updates) then %>

Summary

- - -

-
- - + <% for i = 1, table.maxn(view["updates"]["cmdresult"]) do %> + <% if (view["updates"]["cmdresult"][i]["updates"] ~= "") then %> +

<%= view["updates"]["cmdresult"][i]["name"] %>

+
<%= view["updates"]["cmdresult"][i]["updates"] %>
+ <% end %> + <% end %>

-- End of updates --

- +<% end %> -- cgit v1.2.3