site, first approach
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@21 c66351dc-e62f-0410-b875-e3a5c0b9693f
3
site/_gen.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
xsltproc --xinclude --stringparam lang eng default.xslt index.xml > public_html\index.html
|
||||||
|
xsltproc --xinclude --stringparam lang eng default.xslt download.xml > public_html\download.html
|
366
site/default.xslt
Normal file
@ -0,0 +1,366 @@
|
|||||||
|
<?xml version="1.0" encoding="windows-1251" ?>
|
||||||
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
|
<xsl:output method="html" encoding="ascii"/>
|
||||||
|
<xsl:param name="lang"/>
|
||||||
|
|
||||||
|
<xsl:template match="hxml">
|
||||||
|
<xsl:call-template name="main_layout"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- ################################################################################### -->
|
||||||
|
|
||||||
|
<xsl:template name="main_layout">
|
||||||
|
<xsl:text disable-output-escaping="yes"><![CDATA[<!-- ERROR: Zero-length file! -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
]]></xsl:text><html>
|
||||||
|
<head>
|
||||||
|
<title>Web Messenger</title>
|
||||||
|
<link href="styles.css" type="text/css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" link="#2971C1" vlink="#2971C1" alink="#2971C1" marginwidth="0"
|
||||||
|
marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
|
||||||
|
<a name="top"></a>
|
||||||
|
|
||||||
|
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="95%" valign="top">
|
||||||
|
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" width="40" height="1" border="0" alt="" /></td>
|
||||||
|
<td width="185"><img src="images/empty.gif" width="185" height="1" border="0" alt="" /></td>
|
||||||
|
<td width="30"><img src="images/empty.gif" width="30" height="1" border="0" alt="" /></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" width="720" height="1" border="0" alt="" /></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" width="25" height="1" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4" bgcolor="#FFFFFF">
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="185" valign="top">
|
||||||
|
<table width="185" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="35" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="textform" align="center">
|
||||||
|
<a><xsl:attribute name="href"><xsl:value-of select="i18n/lang[@id=$lang]/home/@link"/></xsl:attribute><xsl:attribute name="title"><xsl:value-of select="i18n/lang[@id=$lang]/home/text()"/></xsl:attribute><img src="images/logo.gif" width="185" height="140" border="0"><xsl:attribute name="alt"><xsl:value-of select="i18n/lang[@id=$lang]/home/text()"/></xsl:attribute></img></a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="30" valign="top">
|
||||||
|
<table width="30" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="45"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td bgcolor="#FFD841"><img src="images/banncrn.gif" width="30" height="140" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="100%" valign="top">
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="50%">
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<xsl:for-each select="i18n/menu[@lang=$lang]/item[position() < 10]">
|
||||||
|
<xsl:if test="position() > 1">
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|" /></td>
|
||||||
|
</xsl:if>
|
||||||
|
<td class="textform">
|
||||||
|
<a><xsl:attribute name="href"><xsl:value-of select="@link"/></xsl:attribute><xsl:attribute name="title"><xsl:value-of select="@title"/></xsl:attribute><xsl:value-of select="@title"/></a></td>
|
||||||
|
</xsl:for-each>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="120"><img src="images/tmarktop.gif" width="120" height="45" border="0" alt="" /></td>
|
||||||
|
<td width="50%" align="right">
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td><a><xsl:attribute name="href"><xsl:value-of select="i18n/lang[@id=$lang]/home/@link"/></xsl:attribute><xsl:attribute name="title"><xsl:value-of select="i18n/lang[@id=$lang]/home/text()"/></xsl:attribute><img src="images/icon_home.gif" width="15" height="15" border="0"><xsl:attribute name="alt"><xsl:value-of select="i18n/lang[@id=$lang]/home/text()"/></xsl:attribute></img></a></td>
|
||||||
|
<td><img src="images/icondiv.gif" width="55" height="30" border="0" alt="|" /></td>
|
||||||
|
<td><a><xsl:attribute name="href"><xsl:value-of select="i18n/lang[@id=$lang]/mailto/@link"/></xsl:attribute><img src="images/icon_mail.gif" width="15" height="10" border="0"><xsl:attribute name="alt"><xsl:value-of select="i18n/lang[@id=$lang]/mailto/text()"/></xsl:attribute></img></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="140" width="30%" bgcolor="#FFD841"><img src="images/empty.gif" width="1" height="1" border="0" alt="" /></td>
|
||||||
|
<td width="200" background="images/banntxt.gif" class="bgry">
|
||||||
|
<table width="200" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td align="right" class="bann"><xsl:value-of select="i18n/lang[@id=$lang]/banner1"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="25" background="images/banntxtdiv.gif"><img src="images/banntxtdiv.gif" width="1" height="25" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="right" class="bann"><span class="text"><xsl:value-of select="i18n/lang[@id=$lang]/banner2"/></span></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="70%" background="images/banndiv.gif" class="bgcn"><img src="images/empty.gif" width="1" height="1" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td><img src="images/tmark.gif" width="120" height="140" border="0" alt="" /></td>
|
||||||
|
<td background="images/bannform.gif" align="center" class="bgry">
|
||||||
|
<table width="240" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="90" background="images/bannformbg.gif" align="center">
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<!-- BUTTON -->
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="right" class="bannform"><xsl:value-of select="i18n/lang[@id=$lang]/button_desc"/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td><img src="images/tmarkbott.gif" width="120" height="10" border="0" alt="" /></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="25" valign="top">
|
||||||
|
<table width="25" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="45"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="140" background="images/bannr.gif" valign="top"><img src="images/bannr.gif" width="25" height="1" border="0" alt="" /></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="5" height="10" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt=""/></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4">
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td height="38"></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="text">
|
||||||
|
<xsl:apply-templates select="content"/>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</td></tr><tr><td>
|
||||||
|
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="bottom" background="images/grey.gif" style="background-position:bottom;background-repeat:repeat-x;">
|
||||||
|
<table width="965" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" height="1" width="40" border="0" alt=""/></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" height="1" width="900" border="0" alt=""/></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" height="1" width="25" border="0" alt=""/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="40"></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td valign="bottom">
|
||||||
|
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td width="25%">
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td>
|
||||||
|
<img src="images/icon_address.gif" height="10" width="20" border="0" alt=""/></td>
|
||||||
|
<td class="address">
|
||||||
|
<a><xsl:attribute name="href"><xsl:value-of select="i18n/lang[@id=$lang]/mailto/@link"/></xsl:attribute><xsl:attribute name="title"><xsl:value-of select="i18n/lang[@id=$lang]/mailto/text()"/></xsl:attribute><xsl:value-of select="i18n/lang[@id=$lang]/mailto/@friendly" disable-output-escaping="yes"/></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="50%" valign="bottom" align="right">
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td>
|
||||||
|
<a href="#top"><xsl:attribute name="title"><xsl:value-of select="i18n/lang[@id=$lang]/page_top"/></xsl:attribute>
|
||||||
|
<img src="images/butt_top.gif" height="40" width="60" border="0" alt=""/></a></td>
|
||||||
|
<td class="address">
|
||||||
|
<a href="#top"><xsl:attribute name="title"><xsl:value-of select="i18n/lang[@id=$lang]/page_top"/></xsl:attribute><xsl:value-of select="i18n/lang[@id=$lang]/page_top_short"/></a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td width="25%" align="right">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- ################################################################################### -->
|
||||||
|
|
||||||
|
<xsl:template match="text">
|
||||||
|
<xsl:value-of select="text()" disable-output-escaping="yes"/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="h">
|
||||||
|
<span class="head3"><xsl:apply-templates/></span>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="i|b|p|br|li|ul">
|
||||||
|
<xsl:copy>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:copy>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="a">
|
||||||
|
<xsl:copy><xsl:copy-of select="@*"/>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:copy>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="lang">
|
||||||
|
<xsl:if test="$lang=@lang">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:if>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- ################################################################################### -->
|
||||||
|
|
||||||
|
<!-- DOWNLOAD -->
|
||||||
|
|
||||||
|
<xsl:template match="download">
|
||||||
|
<xsl:variable name="dwlddir" select="@dir"/>
|
||||||
|
|
||||||
|
<span class="head3"><xsl:value-of select="@title"/></span>
|
||||||
|
|
||||||
|
<xsl:for-each select="group">
|
||||||
|
<p>
|
||||||
|
<table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="20"><img src="images/empty.gif" height="1" width="20" border="0" alt=""/></td>
|
||||||
|
<td width="200"><img src="images/empty.gif" height="1" width="200" border="0" alt=""/></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" height="1" width="200" border="0" alt=""/></td>
|
||||||
|
</tr>
|
||||||
|
<tr><td colspan="3" class="loadh"><xsl:value-of select="@name"/></td></tr>
|
||||||
|
<tr><td colspan="3" height="5"></td></tr>
|
||||||
|
<xsl:for-each select="file">
|
||||||
|
<tr>
|
||||||
|
<td align="center"><img src="images/dir-file.png" border="0"/></td>
|
||||||
|
<td><a><xsl:attribute name="href"><xsl:choose><xsl:when test="@link"><xsl:value-of select="@link"/></xsl:when><xsl:otherwise><xsl:value-of select="$dwlddir"/><xsl:value-of select="@name"/></xsl:otherwise></xsl:choose></xsl:attribute><xsl:value-of select="@name"/></a></td>
|
||||||
|
<td><xsl:value-of select="."/></td>
|
||||||
|
</tr>
|
||||||
|
</xsl:for-each>
|
||||||
|
</table>
|
||||||
|
</p>
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
</xsl:stylesheet>
|
21
site/download.xml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="windows-1251" ?>
|
||||||
|
|
||||||
|
<hxml xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
<xi:include href="i18n.xml"/>
|
||||||
|
|
||||||
|
<title lang="eng">Download</title>
|
||||||
|
|
||||||
|
<content>
|
||||||
|
|
||||||
|
<lang lang='eng'>
|
||||||
|
|
||||||
|
<download dir="files/" title="The latest stable release">
|
||||||
|
<group name="v1.0.7">
|
||||||
|
<file name='webim107.zip' type='Zip archive' link="http://prdownloads.sourceforge.net/webim/webim107.zip?download">Web Messenger 1.0.7</file>
|
||||||
|
</group>
|
||||||
|
</download>
|
||||||
|
|
||||||
|
</lang>
|
||||||
|
</content>
|
||||||
|
|
||||||
|
</hxml>
|
31
site/i18n.xml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<?xml version="1.0" encoding="windows-1251" ?>
|
||||||
|
<i18n>
|
||||||
|
|
||||||
|
<menu lang="eng">
|
||||||
|
<item title="Home" link="index.html"/>
|
||||||
|
<item title="Demo" link="demo.html"/>
|
||||||
|
<item title="Download" link="download.html"/>
|
||||||
|
<item title="SF.NET" link="http://www.sourceforge.net/projects/webim"/>
|
||||||
|
</menu>
|
||||||
|
|
||||||
|
<lang id="rus">
|
||||||
|
<home link="index.html">Home</home>
|
||||||
|
<mailto link="mailto:info@webim.ru" friendly="info<i>@</i>webim.ru">Mail</mailto>
|
||||||
|
<page_top>Íàâåðõ ñòðàíèöû</page_top>
|
||||||
|
<page_top_short>Íàâåðõ</page_top_short>
|
||||||
|
<banner1>Càéòû òîæå ãîâîðÿò</banner1>
|
||||||
|
<banner2>Âåá Ìåññåíäæåð</banner2>
|
||||||
|
<button_desc>ïîëó÷èòå îòâåò ñðàçó...</button_desc>
|
||||||
|
</lang>
|
||||||
|
|
||||||
|
<lang id="eng">
|
||||||
|
<home link="index.html">Home</home>
|
||||||
|
<mailto link="mailto:info@webim.ru" friendly="info<i>@</i>webim.ru">Mail</mailto>
|
||||||
|
<page_top>Goto top</page_top>
|
||||||
|
<page_top_short>Top</page_top_short>
|
||||||
|
<banner1>Sites can speak</banner1>
|
||||||
|
<banner2>Web Messenger</banner2>
|
||||||
|
<button_desc>get response immediately...</button_desc>
|
||||||
|
</lang>
|
||||||
|
|
||||||
|
</i18n>
|
45
site/index.xml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="windows-1251" ?>
|
||||||
|
|
||||||
|
<hxml xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
<xi:include href="i18n.xml"/>
|
||||||
|
|
||||||
|
<title lang="eng">Web Messenger Home</title>
|
||||||
|
|
||||||
|
<content>
|
||||||
|
|
||||||
|
<lang lang='eng'>
|
||||||
|
|
||||||
|
|
||||||
|
<h>What is Web Messenger?</h>
|
||||||
|
<p>
|
||||||
|
"Web Messanger" - is unique software allowing visitors of your site to chat with your operators.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h>Why use Web Messenger?</h>
|
||||||
|
<p>
|
||||||
|
"Web Messenger" makes it easier to communicate with existing and potential clients.
|
||||||
|
It's enough to click the button and ask a question in opened friendly dialog window.
|
||||||
|
Be available 24/7. Amused by perfect service they will come back again and again.
|
||||||
|
|
||||||
|
<br/><br/>
|
||||||
|
<b>Features</b>:
|
||||||
|
<ul>
|
||||||
|
<li>Pam-param</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<h>License</h>
|
||||||
|
<p>
|
||||||
|
This program and the accompanying materials are made available under the terms of
|
||||||
|
the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v1.0</a>.<br/>
|
||||||
|
<br/>
|
||||||
|
Project is hosted by <a href="http://www.sourceforge.net/">SourceForge</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</lang>
|
||||||
|
|
||||||
|
</content>
|
||||||
|
|
||||||
|
</hxml>
|
201
site/public_html/download.html
Normal file
@ -0,0 +1,201 @@
|
|||||||
|
<!-- ERROR: Zero-length file! -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ascii">
|
||||||
|
<title>Web Messenger</title>
|
||||||
|
<link href="styles.css" type="text/css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" link="#2971C1" vlink="#2971C1" alink="#2971C1" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
|
||||||
|
<a name="top"></a><table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="95%" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" width="40" height="1" border="0" alt=""></td>
|
||||||
|
<td width="185"><img src="images/empty.gif" width="185" height="1" border="0" alt=""></td>
|
||||||
|
<td width="30"><img src="images/empty.gif" width="30" height="1" border="0" alt=""></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" width="720" height="1" border="0" alt=""></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" width="25" height="1" border="0" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4" bgcolor="#FFFFFF"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td width="185" valign="top"><table width="185" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="35" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td></tr>
|
||||||
|
<tr><td class="textform" align="center"><a href="index.html" title="Home"><img src="images/logo.gif" width="185" height="140" border="0" alt="Home"></a></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="30" valign="top"><table width="30" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="45"></td></tr>
|
||||||
|
<tr><td bgcolor="#FFD841"><img src="images/banncrn.gif" width="30" height="140" border="0" alt=""></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="100%" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="50%"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td class="textform"><a href="index.html" title="Home">Home</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="demo.html" title="Demo">Demo</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="download.html" title="Download">Download</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="http://www.sourceforge.net/projects/webim" title="SF.NET">SF.NET</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="120"><img src="images/tmarktop.gif" width="120" height="45" border="0" alt=""></td>
|
||||||
|
<td width="50%" align="right"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><a href="index.html" title="Home"><img src="images/icon_home.gif" width="15" height="15" border="0" alt="Home"></a></td>
|
||||||
|
<td><img src="images/icondiv.gif" width="55" height="30" border="0" alt="|"></td>
|
||||||
|
<td><a href="mailto:info@webim.ru"><img src="images/icon_mail.gif" width="15" height="10" border="0" alt="Mail"></a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td height="140" width="30%" bgcolor="#FFD841"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td>
|
||||||
|
<td width="200" background="images/banntxt.gif" class="bgry"><table width="200" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td align="right" class="bann">Sites can speak</td></tr>
|
||||||
|
<tr><td height="25" background="images/banntxtdiv.gif"><img src="images/banntxtdiv.gif" width="1" height="25" border="0" alt=""></td></tr>
|
||||||
|
<tr><td align="right" class="bann"><span class="text">Web Messenger</span></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="70%" background="images/banndiv.gif" class="bgcn"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td><img src="images/tmark.gif" width="120" height="140" border="0" alt=""></td>
|
||||||
|
<td background="images/bannform.gif" align="center" class="bgry"><table width="240" cellspacing="0" cellpadding="0" border="0"><tr><td height="90" background="images/bannformbg.gif" align="center"><table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td></td></tr>
|
||||||
|
<tr><td align="right" class="bannform">get response immediately...</td></tr>
|
||||||
|
</table></td></tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td><img src="images/tmarkbott.gif" width="120" height="10" border="0" alt=""></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="25" valign="top"><table width="25" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="45"></td></tr>
|
||||||
|
<tr><td height="140" background="images/bannr.gif" valign="top"><img src="images/bannr.gif" width="25" height="1" border="0" alt=""></td></tr>
|
||||||
|
</table></td>
|
||||||
|
</tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr><td colspan="5" height="10" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td></tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="38"></td></tr>
|
||||||
|
<tr><td class="text">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="head3">The latest stable release</span><p><table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="20"><img src="images/empty.gif" height="1" width="20" border="0" alt=""></td>
|
||||||
|
<td width="200"><img src="images/empty.gif" height="1" width="200" border="0" alt=""></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" height="1" width="200" border="0" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr><td colspan="3" class="loadh">v1.0.7</td></tr>
|
||||||
|
<tr><td colspan="3" height="5"></td></tr>
|
||||||
|
<tr>
|
||||||
|
<td align="center"><img src="images/dir-file.png" border="0"></td>
|
||||||
|
<td><a href="http://prdownloads.sourceforge.net/webim/webim107.zip?download">webim107.zip</a></td>
|
||||||
|
<td>Web Messenger 1.0.7</td>
|
||||||
|
</tr>
|
||||||
|
</table></p>
|
||||||
|
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
</table></td></tr></table></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td></tr>
|
||||||
|
<tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="bottom" background="images/grey.gif" style="background-position:bottom;background-repeat:repeat-x;"><table width="965" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" height="1" width="40" border="0" alt=""></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" height="1" width="900" border="0" alt=""></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" height="1" width="25" border="0" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="40"></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td valign="bottom"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td width="25%"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><img src="images/icon_address.gif" height="10" width="20" border="0" alt=""></td>
|
||||||
|
<td class="address"><a href="mailto:info@webim.ru" title="Mail">info<i>@</i>webim.ru</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="50%" valign="bottom" align="right"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><a href="#top" title="Goto top"><img src="images/butt_top.gif" height="40" width="60" border="0" alt=""></a></td>
|
||||||
|
<td class="address"><a href="#top" title="Goto top">Top</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="25%" align="right"></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td></tr></table></td></tr>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
site/public_html/images/banncrn.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
site/public_html/images/banndiv.gif
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
site/public_html/images/bannform.gif
Normal file
After Width: | Height: | Size: 471 B |
BIN
site/public_html/images/bannformbg.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
site/public_html/images/bannr.gif
Normal file
After Width: | Height: | Size: 55 B |
BIN
site/public_html/images/banntxt.gif
Normal file
After Width: | Height: | Size: 653 B |
BIN
site/public_html/images/banntxtdiv.gif
Normal file
After Width: | Height: | Size: 52 B |
BIN
site/public_html/images/butt_top.gif
Normal file
After Width: | Height: | Size: 208 B |
BIN
site/public_html/images/dir-file.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
site/public_html/images/empty.gif
Normal file
After Width: | Height: | Size: 49 B |
BIN
site/public_html/images/grey.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
site/public_html/images/icon_address.gif
Normal file
After Width: | Height: | Size: 68 B |
BIN
site/public_html/images/icon_home.gif
Normal file
After Width: | Height: | Size: 76 B |
BIN
site/public_html/images/icon_mail.gif
Normal file
After Width: | Height: | Size: 70 B |
BIN
site/public_html/images/icondiv.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
site/public_html/images/li.gif
Normal file
After Width: | Height: | Size: 86 B |
BIN
site/public_html/images/logo.gif
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
site/public_html/images/tmark.gif
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
site/public_html/images/tmarkbott.gif
Normal file
After Width: | Height: | Size: 312 B |
BIN
site/public_html/images/tmarktop.gif
Normal file
After Width: | Height: | Size: 717 B |
BIN
site/public_html/images/topdiv.gif
Normal file
After Width: | Height: | Size: 70 B |
216
site/public_html/index.html
Normal file
@ -0,0 +1,216 @@
|
|||||||
|
<!-- ERROR: Zero-length file! -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=ascii">
|
||||||
|
<title>Web Messenger</title>
|
||||||
|
<link href="styles.css" type="text/css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body bgcolor="#FFFFFF" link="#2971C1" vlink="#2971C1" alink="#2971C1" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
|
||||||
|
<a name="top"></a><table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="95%" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" width="40" height="1" border="0" alt=""></td>
|
||||||
|
<td width="185"><img src="images/empty.gif" width="185" height="1" border="0" alt=""></td>
|
||||||
|
<td width="30"><img src="images/empty.gif" width="30" height="1" border="0" alt=""></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" width="720" height="1" border="0" alt=""></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" width="25" height="1" border="0" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4" bgcolor="#FFFFFF"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td width="185" valign="top"><table width="185" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="35" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td></tr>
|
||||||
|
<tr><td class="textform" align="center"><a href="index.html" title="Home"><img src="images/logo.gif" width="185" height="140" border="0" alt="Home"></a></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="30" valign="top"><table width="30" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="45"></td></tr>
|
||||||
|
<tr><td bgcolor="#FFD841"><img src="images/banncrn.gif" width="30" height="140" border="0" alt=""></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="100%" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="50%"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td class="textform"><a href="index.html" title="Home">Home</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="demo.html" title="Demo">Demo</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="download.html" title="Download">Download</a></td>
|
||||||
|
<td class="textform"><img src="images/topdiv.gif" width="25" height="15" border="0" alt="|"></td>
|
||||||
|
<td class="textform"><a href="http://www.sourceforge.net/projects/webim" title="SF.NET">SF.NET</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="120"><img src="images/tmarktop.gif" width="120" height="45" border="0" alt=""></td>
|
||||||
|
<td width="50%" align="right"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><a href="index.html" title="Home"><img src="images/icon_home.gif" width="15" height="15" border="0" alt="Home"></a></td>
|
||||||
|
<td><img src="images/icondiv.gif" width="55" height="30" border="0" alt="|"></td>
|
||||||
|
<td><a href="mailto:info@webim.ru"><img src="images/icon_mail.gif" width="15" height="10" border="0" alt="Mail"></a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td height="140" width="30%" bgcolor="#FFD841"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td>
|
||||||
|
<td width="200" background="images/banntxt.gif" class="bgry"><table width="200" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td align="right" class="bann">Sites can speak</td></tr>
|
||||||
|
<tr><td height="25" background="images/banntxtdiv.gif"><img src="images/banntxtdiv.gif" width="1" height="25" border="0" alt=""></td></tr>
|
||||||
|
<tr><td align="right" class="bann"><span class="text">Web Messenger</span></td></tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="70%" background="images/banndiv.gif" class="bgcn"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td><img src="images/tmark.gif" width="120" height="140" border="0" alt=""></td>
|
||||||
|
<td background="images/bannform.gif" align="center" class="bgry"><table width="240" cellspacing="0" cellpadding="0" border="0"><tr><td height="90" background="images/bannformbg.gif" align="center"><table cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td></td></tr>
|
||||||
|
<tr><td align="right" class="bannform">get response immediately...</td></tr>
|
||||||
|
</table></td></tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td><img src="images/tmarkbott.gif" width="120" height="10" border="0" alt=""></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td>
|
||||||
|
<td width="25" valign="top"><table width="25" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="45"></td></tr>
|
||||||
|
<tr><td height="140" background="images/bannr.gif" valign="top"><img src="images/bannr.gif" width="25" height="1" border="0" alt=""></td></tr>
|
||||||
|
</table></td>
|
||||||
|
</tr></table></td>
|
||||||
|
</tr>
|
||||||
|
<tr><td colspan="5" height="10" bgcolor="#FFFFFF"><img src="images/empty.gif" width="1" height="1" border="0" alt=""></td></tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td colspan="4"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr><td height="38"></td></tr>
|
||||||
|
<tr><td class="text">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="head3">What is Web Messenger?</span>
|
||||||
|
<p>
|
||||||
|
"Web Messanger" - is unique software allowing visitors of your site to chat with your operators.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="head3">Why use Web Messenger?</span>
|
||||||
|
<p>
|
||||||
|
"Web Messenger" makes it easier to communicate with existing and potential clients.
|
||||||
|
It's enough to click the button and ask a question in opened friendly dialog window.
|
||||||
|
Be available 24/7. Amused by perfect service they will come back again and again.
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
<b>Features</b>:
|
||||||
|
<ul>
|
||||||
|
<li>Pam-param</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="head3">License</span>
|
||||||
|
<p>
|
||||||
|
This program and the accompanying materials are made available under the terms of
|
||||||
|
the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v1.0</a>.<br>
|
||||||
|
<br>
|
||||||
|
Project is hosted by <a href="http://www.sourceforge.net/">SourceForge</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
</table></td></tr></table></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td></tr>
|
||||||
|
<tr><td><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="bottom" background="images/grey.gif" style="background-position:bottom;background-repeat:repeat-x;"><table width="965" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
<tr>
|
||||||
|
<td width="40"><img src="images/empty.gif" height="1" width="40" border="0" alt=""></td>
|
||||||
|
<td width="100%"><img src="images/empty.gif" height="1" width="900" border="0" alt=""></td>
|
||||||
|
<td width="25"><img src="images/empty.gif" height="1" width="25" border="0" alt=""></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td height="40"></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td valign="bottom"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td width="25%"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><img src="images/icon_address.gif" height="10" width="20" border="0" alt=""></td>
|
||||||
|
<td class="address"><a href="mailto:info@webim.ru" title="Mail">info<i>@</i>webim.ru</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="50%" valign="bottom" align="right"><table cellspacing="0" cellpadding="0" border="0"><tr>
|
||||||
|
<td><a href="#top" title="Goto top"><img src="images/butt_top.gif" height="40" width="60" border="0" alt=""></a></td>
|
||||||
|
<td class="address"><a href="#top" title="Goto top">Top</a></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td width="25%" align="right"></td>
|
||||||
|
</tr></table></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table></td></tr></table></td></tr>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
163
site/public_html/styles.css
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
body,td {
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 10pt;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
text-decoration : underline;
|
||||||
|
}
|
||||||
|
a:hover{
|
||||||
|
text-decoration : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul{
|
||||||
|
margin-bottom : 10px;
|
||||||
|
margin-top : 10px;
|
||||||
|
margin-left : 0px;
|
||||||
|
}
|
||||||
|
li{
|
||||||
|
margin-left : 18px;
|
||||||
|
list-style-image : url(images/li.gif);
|
||||||
|
}
|
||||||
|
li.error{
|
||||||
|
margin-left : 15px;
|
||||||
|
list-style-image : url(images/li_error.gif);
|
||||||
|
}
|
||||||
|
li.grey{
|
||||||
|
margin-left : 15px;
|
||||||
|
list-style-image : url(images/li_grey.gif);
|
||||||
|
}
|
||||||
|
|
||||||
|
form{
|
||||||
|
margin-bottom : 0px;
|
||||||
|
margin-top : 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgcn{
|
||||||
|
background-position : center;
|
||||||
|
background-repeat : no-repeat;
|
||||||
|
}
|
||||||
|
.bgrn{
|
||||||
|
background-position : right;
|
||||||
|
background-repeat : no-repeat;
|
||||||
|
}
|
||||||
|
.bgcy{
|
||||||
|
background-position : center;
|
||||||
|
background-repeat : repeat-y;
|
||||||
|
}
|
||||||
|
.bgry{
|
||||||
|
background-position : right;
|
||||||
|
background-repeat : repeat-y;
|
||||||
|
}
|
||||||
|
.bgly{
|
||||||
|
background-position : left;
|
||||||
|
background-repeat : repeat-y;
|
||||||
|
}
|
||||||
|
.bgbx{
|
||||||
|
background-position : bottom;
|
||||||
|
background-repeat : repeat-x;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textform{
|
||||||
|
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 11px;
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
.textform a{
|
||||||
|
color : #2971C1;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.head1 {
|
||||||
|
font-size : 18pt;
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
span.head3 {
|
||||||
|
font-size : 12pt;
|
||||||
|
font-weight : bold;
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
color: #325e11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text{
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 10pt;
|
||||||
|
color : #515151;
|
||||||
|
}
|
||||||
|
.text h1{
|
||||||
|
margin-bottom : 15px;
|
||||||
|
margin-top : 0px;
|
||||||
|
color : #000000;
|
||||||
|
font-size : 18px;
|
||||||
|
font-weight : normal;
|
||||||
|
line-height : 15px;
|
||||||
|
}
|
||||||
|
.text h2{
|
||||||
|
margin-bottom : 15px;
|
||||||
|
margin-top : 0px;
|
||||||
|
color : #000000;
|
||||||
|
font-size : 16px;
|
||||||
|
}
|
||||||
|
.text h3{
|
||||||
|
margin-bottom : 15px;
|
||||||
|
margin-top : 0px;
|
||||||
|
color : #000000;
|
||||||
|
font-size : 15px;
|
||||||
|
}
|
||||||
|
.text h4{
|
||||||
|
margin-bottom : 15px;
|
||||||
|
margin-top : 0px;
|
||||||
|
color : #000000;
|
||||||
|
font-size : 12px;
|
||||||
|
}
|
||||||
|
.text span.date{
|
||||||
|
font-size : 11px;
|
||||||
|
color : #FFFFFF;
|
||||||
|
font-weight : bold;
|
||||||
|
}
|
||||||
|
.text span.sub{
|
||||||
|
font-size : 11px;
|
||||||
|
color : #676767;
|
||||||
|
}
|
||||||
|
.text a.sublink{
|
||||||
|
font-size : 11px;
|
||||||
|
color : #666666;
|
||||||
|
}
|
||||||
|
.text b.black{
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
.text span.black{
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bann{
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 21px;
|
||||||
|
color : #000000;
|
||||||
|
line-height : 18px;
|
||||||
|
}
|
||||||
|
.bann span.text{
|
||||||
|
font-size : 14px;
|
||||||
|
color : #9F7800;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bannform{
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 12px;
|
||||||
|
color : #766037;
|
||||||
|
}
|
||||||
|
|
||||||
|
.address{
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 12px;
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
.address a{
|
||||||
|
color : #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loadh {
|
||||||
|
font-family : Arial, Helvetica, sans-serif;
|
||||||
|
font-size : 10pt;
|
||||||
|
font-weight : bold;
|
||||||
|
color : #414141;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|