diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-27 17:34:39 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-06-27 17:34:39 +0000 |
commit | 5880ed37fd99a8c3092eda621ba81c849a072c92 (patch) | |
tree | d114d2521cc5c4c73e2118c71eef828e9233d115 /UI/frameset.html | |
parent | 50be11c3574706cae5e219ba910e8221e50da4e8 (diff) |
Adding frameset template
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1337 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/frameset.html')
-rw-r--r-- | UI/frameset.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/UI/frameset.html b/UI/frameset.html new file mode 100644 index 00000000..9c5b51cc --- /dev/null +++ b/UI/frameset.html @@ -0,0 +1,23 @@ +<!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></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 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> + + + + <frameset cols="155,*" border="1"> + <frame name="acc_menu" src="menu.pl?login=<?lsmb login ?>&action=acc_menu&path=bin/mozilla&js=1" /> + <frame name="main_window" src="<?lsmb main ?>" /> + </frameset> + </html> |