mirror of
https://github.com/Mibew/design.git
synced 2025-01-22 18:10:33 +03:00
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:
parent
b2bd85526b
commit
005f6e9770
@ -40,15 +40,26 @@ require_once('inc/menu.i');
|
||||
</p>
|
||||
<table width="100%" cellpadding="5">
|
||||
<tr>
|
||||
<td>Default style</td>
|
||||
<td>Simplicity style</td>
|
||||
<td>Original style</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&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 ?>&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 ?>&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 ?>&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>
|
||||
<td>
|
||||
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&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 ?>&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>
|
||||
<!-- webim button --><a href="http://demo.openwebim.org/client.php?locale=<?php echo $current_locale ?>&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 ?>&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>
|
||||
</table>
|
||||
|
BIN
site/images/style_simplicity_tn.png
Normal file
BIN
site/images/style_simplicity_tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in New Issue
Block a user