diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-21 23:22:55 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-21 23:22:55 +0100 |
commit | 2a09483fa328fa429c0f38e50390f132505c9c3d (patch) | |
tree | 014fe6f99bf3d81cebf3852547e284bf2f290f06 /tmpl | |
parent | 776cfed8b9216bd1c782f404af8aef6242a13fd5 (diff) |
Add favicon and background penguin.
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/header.tt2 | 1 | ||||
-rw-r--r-- | tmpl/popup_main.tt2 | 1 | ||||
-rw-r--r-- | tmpl/prefs.tt2 | 3 | ||||
-rw-r--r-- | tmpl/tree_list.tt2 | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/tmpl/header.tt2 b/tmpl/header.tt2 index 106f3bd..edfa773 100644 --- a/tmpl/header.tt2 +++ b/tmpl/header.tt2 @@ -25,6 +25,7 @@ <base href="[% base_url | html %]"> [% END %] <script type="text/javascript" src="../.static/js/lxrng-funcs.js"></script> + <link rel="shortcut icon" href="../.static/gfx/favicon.png" type="image/png"> <link rel="stylesheet" href="../.static/css/lxrng.css" type="text/css" title="LXRng"> [% javascript %] diff --git a/tmpl/popup_main.tt2 b/tmpl/popup_main.tt2 index e753088..0ae8961 100644 --- a/tmpl/popup_main.tt2 +++ b/tmpl/popup_main.tt2 @@ -6,6 +6,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="../.static/js/lxrng-funcs.js"></script> + <link rel="shortcut icon" href="../.static/gfx/favicon.png" type="image/png"> <link rel="stylesheet" href="../.static/css/lxrng.css" type="text/css" title="LXRng"> <script type="text/javascript"> diff --git a/tmpl/prefs.tt2 b/tmpl/prefs.tt2 index a92061d..5e5c002 100644 --- a/tmpl/prefs.tt2 +++ b/tmpl/prefs.tt2 @@ -4,6 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="../.static/js/lxrng-funcs.js"></script> + <link rel="shortcut icon" href="../.static/gfx/favicon.png" type="image/png"> <link rel="stylesheet" href="../.static/css/lxrng.css" type="text/css" title="LXRng"> <title id="title">LXR Preferences</title> @@ -24,6 +25,7 @@ <div class="headingbottom"></div> </div> + <div class="prose"> <p> <form method="post" action="+prefs"> <div> @@ -52,6 +54,7 @@ </li> </ol> </p> + </div> <p> (Cookies need to be enabled for LXR preferences to take effect.) </p> diff --git a/tmpl/tree_list.tt2 b/tmpl/tree_list.tt2 index 11a1f6f..d862cae 100644 --- a/tmpl/tree_list.tt2 +++ b/tmpl/tree_list.tt2 @@ -6,6 +6,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <base href="[% base_url %]"> <script type="text/javascript" src=".static/js/lxrng-funcs.js"></script> + <link rel="shortcut icon" href=".static/gfx/favicon.png" type="image/png"> <link rel="stylesheet" href=".static/css/lxrng.css" type="text/css" title="LXRng"> <title id="title">LXR Inventory</title> |