2008-11-27 15:10:48 +03:00
|
|
|
<?php
|
2009-02-27 20:09:09 +03:00
|
|
|
$page = 'demo';
|
|
|
|
$subpage = "features";
|
2008-12-02 00:55:24 +03:00
|
|
|
require_once('libs/common.php');
|
|
|
|
start_html_output();
|
2009-08-13 16:32:10 +04:00
|
|
|
$title = getlocal("features.title");
|
2008-11-27 15:10:48 +03:00
|
|
|
require_once('inc/header.i');
|
|
|
|
require_once('inc/menu.i');
|
|
|
|
?>
|
|
|
|
|
2009-02-26 21:05:00 +03:00
|
|
|
<div id="page">
|
|
|
|
<!-- start content -->
|
|
|
|
<div id="content">
|
|
|
|
<div class="box1">
|
2009-02-27 20:09:09 +03:00
|
|
|
<p><img src="images/webimlogo.gif" alt="" width="74" height="79" class="left" /><?php echo getlocal("head.intro") ?></p>
|
2009-02-26 21:05:00 +03:00
|
|
|
</div>
|
|
|
|
<div class="post">
|
|
|
|
<h2 class="title"><?php echo getlocal("features.title") ?></h2>
|
|
|
|
<div class="entry">
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='price'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.price.title") ?></p>
|
2008-12-02 00:55:24 +03:00
|
|
|
<?php echo getlocal("features.price") ?>
|
2008-10-22 02:04:45 +04:00
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='main'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.main.title") ?></p>
|
2008-12-02 00:55:24 +03:00
|
|
|
<?php echo getlocal("features.main") ?>
|
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='chat'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.chat.title") ?></p>
|
2008-12-02 00:55:24 +03:00
|
|
|
<?php echo getlocal("features.chat") ?>
|
2008-10-22 02:04:45 +04:00
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='operator'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.operator.title") ?></p>
|
2008-12-02 00:55:24 +03:00
|
|
|
<?php echo getlocal("features.operator") ?>
|
2008-10-22 02:04:45 +04:00
|
|
|
|
2008-10-22 02:18:23 +04:00
|
|
|
<a name='next'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.next.title") ?></p>
|
2008-12-02 00:55:24 +03:00
|
|
|
<?php echo getlocal("features.next") ?>
|
|
|
|
|
2008-12-09 00:18:29 +03:00
|
|
|
<a name='requirements'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.requirements.title") ?></p>
|
2008-12-09 00:18:29 +03:00
|
|
|
<?php echo getlocal("features.requirements") ?>
|
|
|
|
|
|
|
|
<a name='browsers'></a>
|
2009-02-26 21:05:00 +03:00
|
|
|
<p><?php echo getlocal("features.browsers.title") ?></p>
|
2008-12-09 00:18:29 +03:00
|
|
|
<?php echo getlocal("features.browsers") ?>
|
|
|
|
|
2008-12-02 00:55:24 +03:00
|
|
|
|
2009-02-26 21:05:00 +03:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="nometa"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- end content -->
|
|
|
|
<!-- start sidebar -->
|
|
|
|
<div id="sidebar">
|
|
|
|
<ul>
|
2009-02-13 03:56:19 +03:00
|
|
|
<?php
|
2009-02-27 20:09:09 +03:00
|
|
|
require_once('inc/demo.i');
|
2009-02-26 21:05:00 +03:00
|
|
|
require_once('inc/locales.i');
|
2009-02-13 03:56:19 +03:00
|
|
|
?>
|
2009-02-26 21:05:00 +03:00
|
|
|
<li>
|
|
|
|
<h2><?php echo getlocal("features.content.head") ?></h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href="#price"><?php echo getlocal("features.price.title") ?></a></li>
|
|
|
|
<li><a href="#main"><?php echo getlocal("features.main.title") ?></a></li>
|
|
|
|
<li><a href="#chat"><?php echo getlocal("features.chat.title") ?></a></li>
|
|
|
|
<li><a href="#operator"><?php echo getlocal("features.operator.title") ?></a></li>
|
|
|
|
<li><a href="#next"><?php echo getlocal("features.next.title") ?></a></li>
|
|
|
|
<li><a href="#requirements"><?php echo getlocal("features.requirements.title") ?></a></li>
|
|
|
|
<li><a href="#browsers"><?php echo getlocal("features.browsers.title") ?></a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- end sidebar -->
|
|
|
|
<div style="clear: both;"> </div>
|
2008-10-22 02:04:45 +04:00
|
|
|
</div>
|
2008-11-27 15:10:48 +03:00
|
|
|
|
|
|
|
<?php require_once('inc/footer.i'); ?>
|