diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-06 00:33:18 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-06 00:33:18 +0000 |
commit | b094dd8ef0254e1ac73bb4b2127288aad41d6d55 (patch) | |
tree | 4702dd2d912b9d21bdc3b59f236a024d9afd6fd6 /UI/ui-header.html | |
parent | 683162b3e575a167dcb394c1f3bb47b98c92addb (diff) |
Template the tax config screen
Add UI header file
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1708 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/ui-header.html')
-rw-r--r-- | UI/ui-header.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UI/ui-header.html b/UI/ui-header.html new file mode 100644 index 00000000..5a429866 --- /dev/null +++ b/UI/ui-header.html @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title><?lsmb form.titlebar ?></title> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="-1" /> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" /> + + <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> + <meta name="robots" content="noindex,nofollow" /> + +</head> |