mirror of
https://github.com/Mibew/tray.git
synced 2024-11-15 09:24:12 +03:00
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:
parent
0ee6e8fe36
commit
5130499484
@ -317,7 +317,7 @@ urchinTracker();
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="h">
|
||||
<span class="head3"><xsl:apply-templates/></span>
|
||||
<h3><xsl:apply-templates/></h3>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="i|b|p|br|li|ul">
|
||||
@ -345,7 +345,7 @@ urchinTracker();
|
||||
<xsl:template match="download">
|
||||
<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">
|
||||
<p>
|
||||
|
@ -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>
|
||||
<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>
|
||||
|
@ -149,26 +149,26 @@
|
||||
|
||||
|
||||
|
||||
<span class="head3">What is Web Messenger?</span>
|
||||
<h3>What is Web Messenger?</h3>
|
||||
<p>
|
||||
"Web Messanger" - is unique software allowing visitors of your site to chat with your operators.
|
||||
</p>
|
||||
|
||||
|
||||
<span class="head3">Why should I use Web Messenger?</span>
|
||||
<h3>Why should I use Web Messenger?</h3>
|
||||
<p>
|
||||
"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.
|
||||
</p>
|
||||
|
||||
<span class="head3">How it works?</span>
|
||||
<h3>How it works?</h3>
|
||||
<p>
|
||||
You should place the button of Web Messanger at your site.
|
||||
Your visitors click the button and chat with your operators who help them.
|
||||
</p>
|
||||
|
||||
|
||||
<span class="head3">License</span>
|
||||
<h3>License</h3>
|
||||
<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>
|
||||
|
@ -66,16 +66,6 @@ form{
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user