Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@ include file="header.psp"%>
  2. <%
  3. if nickname:
  4. %>
  5.     Ciao <%=nickname%>,<br>
  6. <%
  7.  
  8.  
  9. %>
  10.     <%=messages%>
  11. <%@ include file="footer.psp"%>