blob: c67753fcecedfbb785083890704d950b9446d5cd (
plain)
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title><?lsmb 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,*">
- <frame name="acc_menu" src="menu.pl?login=<?lsmb login ?>&action=expanding_menu&path=bin/mozilla&js=1" />
- <frame name="main_window" src="<?lsmb main ?>" />
- </frameset>
- </html>
|