add simplicity style image to demo page

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@640 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2009-08-13 16:24:42 +00:00
parent b2bd85526b
commit 005f6e9770
2 changed files with 13 additions and 2 deletions

View File

@ -40,15 +40,26 @@ require_once('inc/menu.i');
</p> </p>
<table width="100%" cellpadding="5"> <table width="100%" cellpadding="5">
<tr> <tr>
<td>Default style</td> <td>Simplicity style</td>
<td>Original style</td> <td>Original style</td>
</tr> </tr>
<tr>
<td>
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=simplicity" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=simplicity', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_simplicity_tn.png" border="0"/></a><!-- / webim button -->
</td>
<td>
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_original_tn.png" border="0"/></a><!-- / webim button -->
</td>
</tr>
<tr>
<td>Default style</td>
<td></td>
</tr>
<tr> <tr>
<td> <td>
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_default_tn.png" border="0"/></a><!-- / webim button --> <!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=default', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_default_tn.png" border="0"/></a><!-- / webim button -->
</td> </td>
<td> <td>
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&amp;style=original', 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="images/style_original_tn.png" border="0"/></a><!-- / webim button -->
</td> </td>
</tr> </tr>
</table> </table>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB