Created
February 8, 2011 20:45
-
-
Save watershed/817196 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="sales" class="sub_banner"> | |
<div class="max"> | |
<h2>Contact [CountryName] support</h2> | |
<a href="[callback_url]" class="callback">Arrange callback</a> | |
<ul class="contacts"> | |
<li id="hcard-[forename]-[surname]" class="vcard{if usr_region}{if (usr_region != region)} secondary{endif}{endif}"> | |
<h3 class="fn"><a href="mailto:[forename].[surname]@spilasers.com" class="email" title="Email [Forename]">[Forename] [Surname]</a></h3> | |
<ul> | |
<li class="img"><img class="photo" src="foo" alt="[Forename] [Surname]"></li> | |
{if region}<li class="title">[CountryName] [Region]</li>{endif} | |
<li class="tel"> | |
<span class="prompt">Call</span> <span class="work">(<span class="type">Work</span>)</span> | |
<a href="callto:+[00.000­0000000]" title="Make a VOIP to landline call"><strong class="value">+[00 000­ 000 0000]</strong></a> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment