19 lines
316 B
Text
19 lines
316 B
Text
|
<html>
|
||
|
<head>
|
||
|
<title><% response.title %></title>
|
||
|
<meta name="MSSmartTagsPreventParsing" content="TRUE">
|
||
|
<% response.head %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<% weblog.skin name="header" %>
|
||
|
|
||
|
<table width="600" border="0" cellspacing="0" cellpadding="0">
|
||
|
<tr>
|
||
|
<td valign="top"><% response.body %></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|