|
|
<%=edtype%> Education
<%Do While Not RS.Eof%>
- <%=Replace(Rs("schoolname"), "''", "'")%>
<%If rs("change_pwd")=0 then%>
">More Details
<%End If%>
<%=Replace(Rs("address"), "''", "'")%>
<%IF rs("address1")<>"" Then%>
<%=Replace(Rs("address1"), "''", "'")%>
<%END IF%>
<%IF rs("address2")<>"" Then%>
<%=Replace(Rs("address2"), "''", "'")%>
<%END IF%>
<%=rs("town")%>, <%=rs("county")%>
<%IF rs("postcode")<>"" Then%>
<%=rs("postcode")%>
<%END IF%>
<%IF rs("telephone")<>"" Then%>
Tel: <%=rs("telephone")%>
<%END IF%>
<%IF rs("fax")<>"" Then%>
Fax: <%=rs("fax")%>
<%END IF%>
<%RS.MoveNext%>
<%loop%>
<%RS.Close%>
|
|