%
// if the link is a gateway page, make the title
// a clickable link for that gateway
String b = "/company/";
String c = "/links";
String p = "/c/";
if (logo == null) {
if (specificationLink.equals("http://bvci.com.au") && companyId.equals("1358")) {
logo = "https://www.spec-net.com.au/images/logos/full/1637bvci_logo.gif";
} else {
logo = "https://www.spec-net.com.au/images/no_search_logo.gif";
}
}
%>
<% if (company != null && companyId != null) { %>
ENQUIRE NOW
<% } %>
<%
bean.LOG.info("specificationLink: "+ specificationLink+"; companyId:"+companyId);
bean.LOG.info("url: "+ url+";companyId:"+companyId);
if (specificationLink != null) {
if (specificationLink.equals("http://bvci.com.au") && companyId.equals("1358"))
{
bean.LOG.info("CUBIS");
url = "http://www.spec-net.com.au/c/CUBIS-Systems/Stackable-Access-Chamber-Sections";
%>
<% } %>
VISIT WEBSITE<% if (url.indexOf("/c/") != -1) { %>company profile<% } %>
<% } else if (description != null) { %>
<% } %>