antville/code/SkinMgr/page.skin

36 lines
No EOL
833 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title><% response.title %></title>
<meta http-equiv="Content-Type" content="text/html" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<style type="text/css">
<!--
<% site.skin name="style" %>
// -->
</style>
<script type="text/javascript" language="javascript">
<!--
<% site.skin name="javascript" %>
// -->
</script>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" nowrap="nowrap">&nbsp;</td>
<td width="660" valign="top" nowrap="nowrap"><br /><% response.body %></td>
<td width="20" nowrap="nowrap">&nbsp;</td>
</tr>
</table>
</body>
</html>