From 5aa214f71f495db0d0d75e9e16f2677d6a09f585 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/alpine-baselayout/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- health-storage-html.lsp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'health-storage-html.lsp') diff --git a/health-storage-html.lsp b/health-storage-html.lsp index 4e9a0a8..cd9162e 100644 --- a/health-storage-html.lsp +++ b/health-storage-html.lsp @@ -1,6 +1,6 @@ - +<% local view = ... %> -"..disk.value.."\n") io.write('\n') io.write(" \n") @@ -27,39 +27,39 @@ io.write(" \n") io.write(' \n') io.write(" \n") io.write("
'..name..'=Used=Free
\n") -end ?> +end %>

Storage

Floppy capacity

- +else %> No Floppy mounted - +<% end %>

Harddrive capacity

- +else %> No Harddrive mounted - +<% end %>

RAM Disk capacity

- +else %> No RAM Disk mounted - +<% end %> - +<% if view.value.partitions then %>

Disk partitions

-
- +
<%= view.value.partitions.value %>
+<% end %> -- cgit v1.2.3