|
@ -13,8 +13,8 @@ local template = etlua.compile[[ |
|
|
<title>Annwan's CGI scripts</title> |
|
|
<title>Annwan's CGI scripts</title> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<% if app and app ~= nil then %> |
|
|
|
|
|
<p>No such application: <b><%= app -%></p> |
|
|
|
|
|
|
|
|
<% if app and app ~= "" then %> |
|
|
|
|
|
<p>No such application: <b><%= app -%></b></p> |
|
|
<% end %> |
|
|
<% end %> |
|
|
<h1>Available Applications</h1> |
|
|
<h1>Available Applications</h1> |
|
|
<ul> |
|
|
<ul> |
|
|