deutsch locale, commented feature voting

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@356 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-02-13 00:56:19 +00:00
parent 2bf95fe22d
commit 013e9f7790
2 changed files with 33 additions and 0 deletions

View File

@ -20,6 +20,11 @@ require_once('inc/menu.i');
<br/>
<?php echo getlocal("downl.local") ?>
<table cellpadding="0" cellspacing="2" border="0">
<tr><td>
<a href="http://prdownloads.sourceforge.net/webim/webim_de151.zip?download">
Deutsch</a></td><td>1.5.1</td><td>6 Feb 2009</td></tr>
<tr><td style="padding-right:2cm;">
<a href="http://prdownloads.sourceforge.net/webim/webim_fr151.zip?download">
French</a></td>

View File

@ -51,6 +51,34 @@ require_once('inc/menu.i');
<a href="#browsers"><?php echo getlocal("features.browsers.title") ?></a><br/>
</p>
</div>
<?php /*
<div id="side2" style="margin-top:20px;">
<p>Feature voting:</p>
<?php
if(isset($_POST['answer'])) {
?>
<p>
Thank you for your vote.
</p>
<?php
} else {
?>
<form action="features.php" name="vote" method="post" style="margin:5px 0 10px;padding: 0 10px;">
<label><input type="radio" name="answer" value="ssl" style="margin-right:5px;"/>SSL Encryption<br/></label>
<label><input type="radio" name="answer" value="dep" style="margin-right:5px;"/>Departments<br/></label>
<label><input type="radio" name="answer" value="track" style="margin-right:5px;"/>Visitor tracking<br/></label>
<label><input type="radio" name="answer" value="invite" style="margin-right:5px;"/>Proactive Chat Invitations<br/></label>
<label><input type="radio" name="answer" value="pushpage" style="margin-right:5px;"/>Push Pages Capability<br/></label>
<label><input type="radio" name="answer" value="prechat" style="margin-right:5px;"/>Pre-Chat Questionnaire<br/></label>
</form>
<p align="right">
<a href="javascript:document.vote.submit();">Vote</a>
</p>
<?php
}
?>
</div>
*/ ?>
</div>
<?php require_once('inc/footer.i'); ?>