This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/core/top_clean.tpl

48 lines
1.7 KiB
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">-->
<html>
<head>
<title>{$smarty.const.SITE_NAME}</title>
<meta http-equiv="expires" content="Wed, 26 Feb 2004 08:21:57 GMT"/>
<meta http-equiv="cache-control" content="no-cache"/>
<script type="text/javascript">
<!--
var pgescape = "&_escape=1&_escape_next=1";
2009-08-03 04:10:16 +00:00
var sess_expires = "{$smarty.const.SESSION_EXPIRE}";
var cookie_name = "{$smarty.const.COOKIE_NAME}";
2009-08-03 04:10:16 +00:00
var SESS = "{$SESS}";
var URL = "{$URL}";
var SSL_URL = "{$SSL_URL}";
2009-08-03 04:10:16 +00:00
var THEME_NAME = "{$THEME_NAME}";
{if $smarty.const.REDIRECT_PAGE!='REDIRECT_PAGE' && $smarty.const.REDIRECT_PAGE!=''}document.location.href='{$smarty.const.REDIRECT_PAGE}';{/if}
{literal}
if(pgescape != "") {
pgescape = "&_escape=1&_escape_next=1";
} else {
pgescape = "";
}
2009-08-03 04:10:16 +00:00
{/literal}
//-->
</script>
<!-- Load the main stylesheet -->
2009-08-03 04:10:16 +00:00
<link rel="stylesheet" href="themes/{$THEME_NAME}/iframe.css" type="text/css"/>
<!-- Load the main javascript code -->
2009-08-03 04:10:16 +00:00
<script type="text/javascript" src="themes/{$THEME_NAME}/top.js"></script>
<!-- Load the JSCalender code -->
2009-08-03 04:10:16 +00:00
<link rel="stylesheet" type="text/css" media="all" href="includes/jscalendar/calendar-blue.css" title="win2k-1"/>
<script type="text/javascript" src="includes/jscalendar/calendar_stripped.js"></script>
<script type="text/javascript" src="includes/jscalendar/lang/calendar-{$smarty.const.LANG}.js"></script>
<script type="text/javascript" src="includes/jscalendar/calendar-setup_stripped.js"></script>
2009-08-03 04:10:16 +00:00
</head>
2009-08-03 04:10:16 +00:00
<body class="body">
2009-08-03 04:10:16 +00:00
<!-- display the alert block -->
{if $alert}
{$block->display('core:alert')}
{/if}