30 lines
787 B
PHP
30 lines
787 B
PHP
<!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">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=%encoding%" />
|
|
<title>%sitename%</title>
|
|
<link rel="icon" type="image/ico" href="%icon%" />
|
|
<link href="%server%template/default/css.php" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="hbody">
|
|
<div id="shome">
|
|
<a href="%server%">Home</a>
|
|
</div>
|
|
<div id="slng">
|
|
%LngMenu%
|
|
</div>
|
|
<div id="smenu">
|
|
%TopMenu%
|
|
</div>
|
|
</div>
|
|
<div id="pbody">
|
|
<div class="center-float">
|
|
<div class="%ctitle%" id="mainTitle">
|
|
%title%
|
|
</div>
|
|
<div class="%cfloat%">
|
|
<div id="content">%content%</div>
|
|
</div>
|
|
</div>
|