Ветка 07_11_25
This commit is contained in:
62
template/kip/page.php
Normal file
62
template/kip/page.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<!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/%template%/css.php" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="hbody">
|
||||
<div id="shome">
|
||||
<a href="%server%">Home</a>
|
||||
</div>
|
||||
<div id="slng">
|
||||
%Menu%
|
||||
</div>
|
||||
<div id="smenu">
|
||||
<a href="#">Raspberry </a>|
|
||||
<a href="#">Сайтостроение </a>|
|
||||
<a href="#">Умный дом</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pbody">
|
||||
<div id="head">
|
||||
<div id="slogo" onClick="window.location='%home%'" style="cursor:pointer" ><!---->
|
||||
|
||||
</div>
|
||||
<div id="hmemo">
|
||||
|
||||
</div>
|
||||
<div id="sname" onClick="window.location='%home%'" style="cursor:pointer" >
|
||||
|
||||
</div>
|
||||
<div id="hmenu">
|
||||
%menu%
|
||||
</div>
|
||||
<div id="sslogan">
|
||||
Ваш ник: %User%; Ваш язык: %lng%
|
||||
</div>
|
||||
</div><!---->
|
||||
<div id="smap"><!---->
|
||||
%smap%
|
||||
</div>
|
||||
|
||||
<div id="editableArea">
|
||||
%left%
|
||||
%right%
|
||||
<div class="center-float">
|
||||
<div class="%ctitle%" id="mainTitle">
|
||||
%title%
|
||||
</div>
|
||||
<div class="%cfloat%">
|
||||
<div id="content">%content%</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="fclear"></div>
|
||||
<div id="footer">
|
||||
futer<br>%request_url%<br>%page_url%
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user