Untitled diff

Created Diff never expires
The two files are identical
There is no difference to show between these two files
0 removals
27 lines
0 additions
27 lines
<!-- Topbar -->
<!-- Topbar -->
<div id="topbar">
<div id="topbar">
<div class="wrapper">
<div class="wrapper">
<div class="topbar-right">
<div class="topbar-right">
<div class="choose-country">
<div class="choose-country">
<input type="hidden" id="hidQuoteId" value="{quote_id}"/>
<input type="hidden" id="hidQuoteId" value="{quote_id}"/>
<span class="current-country" id='spnCountryName'>{country_name}</span> (<a href="javascript:;" onclick="javascript:showCountryList();">change country</a>)
<span class="current-country" id='spnCountryName'>{country_name}</span> (<a href="javascript:;" onclick="javascript:showCountryList();">change country</a>)
<img src={flag_path} class="flag" id='imgCountry'/><br/>
<img src={flag_path} class="flag" id='imgCountry'/><br/>
<div id="divCountryList" style="float:right;display:none">
<div id="divCountryList" style="float:right;display:none">
<select id="ddCountry" onchange="javascript:selectCountry();">
<select id="ddCountry" onchange="javascript:selectCountry();">
<option value="" selected="selected">Make your choice</option>
<option value="" selected="selected">Make your choice</option>
{countries}
{countries}
<option value="{country_a2}">{country}</option>
<option value="{country_a2}">{country}</option>
{/countries}
{/countries}
</select>
</select>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Topbar -->
<!-- End Topbar -->