2007-11-22 18:30:15 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2007 Ashley G Ramdass.
|
|
|
|
-->
|
2008-07-09 20:07:13 +07:00
|
|
|
<?page style="height:100%"?>
|
2009-05-14 15:38:37 +07:00
|
|
|
<?init zscript="theme.zs" ?>
|
2010-03-05 18:06:05 +07:00
|
|
|
<?meta http-equiv="X-UA-Compatible" content="IE=8" ?>
|
2009-05-18 11:46:04 +07:00
|
|
|
<?link rel="icon" type="image/png" href="${browserIcon}"?>
|
2009-05-18 12:01:19 +07:00
|
|
|
<?link rel="stylesheet" type="text/css" href="${themeStyleSheet}"?>
|
2009-11-17 16:04:11 +07:00
|
|
|
<?link rel="stylesheet" type="text/css" href="${themeStyleSheetByBrowser}"?>
|
2009-07-11 10:46:17 +07:00
|
|
|
<?link rel="stylesheet" type="text/css" href="css/PAPanel.css"?>
|
2008-07-09 20:07:13 +07:00
|
|
|
<zk>
|
2010-03-29 09:44:16 +07:00
|
|
|
<script>
|
|
|
|
var zkTimeoutText = "The page or component you request is no longer available. This is normally caused by timeout or rebooting the server.";
|
|
|
|
adempiere.store.set("zkTimeoutText", zkTimeoutText);
|
|
|
|
</script>
|
2008-07-09 20:07:13 +07:00
|
|
|
<window use="org.adempiere.webui.AdempiereWebUI"/>
|
|
|
|
</zk>
|