head3 style -> h3, because it's important for search engines

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@25 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Oleg Bogumirsky 2007-09-03 08:54:30 +00:00
parent 0ee6e8fe36
commit 5130499484
4 changed files with 8 additions and 17 deletions

View File

@ -317,7 +317,7 @@ urchinTracker();
</xsl:template> </xsl:template>
<xsl:template match="h"> <xsl:template match="h">
<span class="head3"><xsl:apply-templates/></span> <h3><xsl:apply-templates/></h3>
</xsl:template> </xsl:template>
<xsl:template match="i|b|p|br|li|ul"> <xsl:template match="i|b|p|br|li|ul">
@ -345,7 +345,7 @@ urchinTracker();
<xsl:template match="download"> <xsl:template match="download">
<xsl:variable name="dwlddir" select="@dir"/> <xsl:variable name="dwlddir" select="@dir"/>
<span class="head3"><xsl:value-of select="@title"/></span> <h3><xsl:value-of select="@title"/></h3>
<xsl:for-each select="group"> <xsl:for-each select="group">
<p> <p>

View File

@ -148,7 +148,8 @@
<span class="head3">The latest stable release</span><p><table cellspacing="0" cellpadding="0" border="0"> <h3>The latest stable release</h3>
<p><table cellspacing="0" cellpadding="0" border="0">
<tr> <tr>
<td width="20"><img src="images/empty.gif" height="1" width="20" border="0" alt=""></td> <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="200"><img src="images/empty.gif" height="1" width="200" border="0" alt=""></td>

View File

@ -149,26 +149,26 @@
<span class="head3">What is Web Messenger?</span> <h3>What is Web Messenger?</h3>
<p> <p>
"Web Messanger" - is unique software allowing visitors of your site to chat with your operators. "Web Messanger" - is unique software allowing visitors of your site to chat with your operators.
</p> </p>
<span class="head3">Why should I use Web Messenger?</span> <h3>Why should I use Web Messenger?</h3>
<p> <p>
"Web Messenger" makes it easier to communicate with existing and potential clients. "Web Messenger" makes it easier to communicate with existing and potential clients.
It will significantly increase conversion rates and online sales of your web site. It will significantly increase conversion rates and online sales of your web site.
</p> </p>
<span class="head3">How it works?</span> <h3>How it works?</h3>
<p> <p>
You should place the button of Web Messanger at your site. You should place the button of Web Messanger at your site.
Your visitors click the button and chat with your operators who help them. Your visitors click the button and chat with your operators who help them.
</p> </p>
<span class="head3">License</span> <h3>License</h3>
<p> <p>
This program and the accompanying materials are made available under the terms of 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> the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v1.0</a>.<br>

View File

@ -66,16 +66,6 @@ form{
color : #2971C1; 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{ .text{
font-family : Arial, Helvetica, sans-serif; font-family : Arial, Helvetica, sans-serif;