HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web archive/conferencesearch (old) (to delete)/HBOS/inc-templates.asp
<%
Sub DummyHTMLHeaderToFoolDreamweaverTemplates
%>
<link href="hbos-styles.css" rel="stylesheet" type="text/css">
<%
End Sub

Sub ShowSpecialOffersMonthHeader(AMonth)
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
  <td colspan="2" class="spec-date"><a name="<%=AMonth%>"></a><%=AMonth%></td>
</tr>
<%
End Sub

Sub ShowSpecialOffersItem(ARow1or2, AName, AArea, ADescription)
%>
<tr>
  <td width="38%" class="spec-row-<%=ARow1or2%>"><span class="spec-name"><%=AName%></span><br>
    <%=AArea%></td>
  <td width="62%" class="spec-row-<%=ARow1or2%>b"><%=ADescription%></td>
</tr>
<%
End Sub

Sub ShowSpecialOffersMonthFooter
%>
</table>
<%
End Sub

Sub ShowSpecialOffersListHeader
%>
<table width="171" border="0" cellpadding="0" cellspacing="0">
<tr><td class="spec-title">Special Offers</td></tr>
<%
End Sub

Sub ShowSpecialOffersListItemOldVersion(AAnchor, AMonth, AName, AArea)
%>
<tr>
<td class="spec-offer"><span class="spec"><a href="special-offers.asp#<%=AAnchor%>"><%=AName%></a> </span><%=AArea%></td>
</tr>
<%
End Sub

Sub ShowSpecialOffersListItem(AMonth)
%>
<tr>
<td class="spec-offer"><span class="spec"><a href="special-offers.asp#<%=AMonth%>"><%=AMonth%></a> </span></td>
</tr>
<%
End Sub

Sub ShowSpecialOffersListFooter
%>
<tr><td class="spec-more"><a href="special-offers.asp">View more special offers</a>&nbsp;<img src="images/arrow.gif" align="middle"></td></tr>
</table>
<%
End Sub

Sub ShowFeedback(AName, AJobTitle, ACompany, AQuote)
%>
<table width="162" border="0" cellpadding="0" cellspacing="0">
<tr><td><img src="images/quote-top.gif" width="162" height="8"></td></tr>
<tr><td background="images/quote-bkd.gif">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr><td class="quote-top">&quot;<%=AQuote%>&quot;</td></tr>
  <tr><td class="quote-btm"><span class="quote-name"><%=AName%></span><br><%=AJobTitle%><br><%=ACompany%></td></tr>
  </table>
</td></tr>
<tr><td><img src="images/quote-btm.gif" width="162" height="8"></td></tr>
</table>
<%
End Sub

Sub ShowPricingMenuHeader
%>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="price-title">AREA</td>
<td class="price-title">SERVICE</td>
<td class="price-title">COST</td>
<td class="price-title">MANAGEMENT<br>FEE %</td>
</tr>
<%
End Sub

Sub ShowPricingMenuItem(ARow1or2, AArea, AService, ACost, AFee)
%>
<tr>
<td class="price-area-<%=ARow1or2%>"><%=AArea%></td>
<td class="price-service-<%=ARow1or2%>"><%=AService%></td>
<td class="price-cost-<%=ARow1or2%>"><%=ACost%></td>
<td class="price-fee-<%=ARow1or2%>"><%=AFee%></td>
</tr>
<%
End Sub

Sub ShowPricingMenuFooter
%>
</table>
<%
End Sub

%>