48 lines
1.7 KiB
Smarty
48 lines
1.7 KiB
Smarty
<!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";
|
|
var sess_expires = "{$smarty.const.SESSION_EXPIRE}";
|
|
var cookie_name = "{$smarty.const.COOKIE_NAME}";
|
|
var SESS = "{$SESS}";
|
|
var URL = "{$URL}";
|
|
var SSL_URL = "{$SSL_URL}";
|
|
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 = "";
|
|
}
|
|
{/literal}
|
|
//-->
|
|
</script>
|
|
|
|
<!-- Load the main stylesheet -->
|
|
<link rel="stylesheet" href="themes/{$THEME_NAME}/iframe.css" type="text/css"/>
|
|
|
|
<!-- Load the main javascript code -->
|
|
<script type="text/javascript" src="themes/{$THEME_NAME}/top.js"></script>
|
|
|
|
<!-- Load the JSCalender code -->
|
|
<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>
|
|
</head>
|
|
|
|
<body class="body">
|
|
|
|
<!-- display the alert block -->
|
|
{if $alert}
|
|
{$block->display('core:alert')}
|
|
{/if}
|