summaryrefslogtreecommitdiff
path: root/apache/ErrorDocument/test/403
AgeCommit message (Expand)Author
2003-07-31Add ErrorDocument files.Jonas Smedegaard
"hl kwb">lang="en">
  • <head>
  • <title><?lsmb form.titlebar ? form.titlebar : titlebar ?></title>
  • <meta http-equiv="Pragma" content="no-cache" />
  • <meta http-equiv="Expires" content="-1" />
  • <?lsmb IF refresh -?>
  • <meta http-equiv="refresh"
  • content="<?lsmb refresh.delay ?>;<?lsmb refresh.url ?>">
  • <?lsmb END -?>
  • <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  • <?lsmb IF form.stylesheet ?>
  • <link rel="stylesheet" href="css/<?lsmb form.stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
  • <?lsmb ELSE ?>
  • <link rel="stylesheet" href="css/<?lsmb stylesheet ?>" type="text/css" title="LedgerSMB stylesheet" />
  • <?lsmb END ?>
  • <?lsmb FOREACH s = include_stylesheet ?>
  • <link rel="stylesheet" href="<?lsmb s ?>" type="text/css" title="LedgerSMB stylesheet" />
  • <?lsmb END ?>
  • <?lsmb FOREACH s = include_script ?>
  • <script type="text/javascript" language="JavaScript" src="<?lsmb s ?>" />
  • <?lsmb END ?>
  • <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  • <meta name="robots" content="noindex,nofollow" />
  • </head>