diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2008-05-28 07:12:31 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2008-05-28 07:12:31 +0000 |
commit | bddb9d2c490bd51731e2a85fa7aa44e6f97952d5 (patch) | |
tree | bf00c7c21b704e908ab998c4e10ba058820d50d7 /template-html.lsp | |
parent | b711e55cd1d49e0fdc5638f7acb0d7a7572e2f23 (diff) | |
download | acf-gnats-bddb9d2c490bd51731e2a85fa7aa44e6f97952d5.tar.bz2 acf-gnats-bddb9d2c490bd51731e2a85fa7aa44e6f97952d5.tar.xz |
set (back) fixed width for input boxes. remove the need for hostname from alpine-baselayout
git-svn-id: svn://svn.alpinelinux.org/acf/gnats/trunk@1186 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'template-html.lsp')
-rw-r--r-- | template-html.lsp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/template-html.lsp b/template-html.lsp index be27a55..f429394 100644 --- a/template-html.lsp +++ b/template-html.lsp @@ -13,16 +13,7 @@ Content-Type: text/html <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<? -local hostname = "" -if viewlibrary and viewlibrary.dispatch_component then - local result = viewlibrary.dispatch_component("alpine-baselayout/hostname/read", nil, true) - if result and result.value then - hostname = result.value - end -end -?> -<title><?= hostname .. " - " .. pageinfo.controller .. "->" .. pageinfo.action ?></title> +<title><?= pageinfo.controller .. "->" .. pageinfo.action ?></title> <script type="text/javascript" src="/js/jquery-1.2.5.min.js"></script> <script type="text/javascript" src="/js/sgbeal-togglepane.jquery.min.js"></script> <link rel="stylesheet" type="text/css" href="<?= pageinfo.skindir ?>static/reset.css"> |