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.     clicca su Inserisci Dedica per dire la tua  ;)
  7.     <br></br>
  8.     o clicca su Cambia Nickname  per cambiare nick
  9. <%
  10. else:
  11.    
  12. %>
  13.     <form method="POST" action="/PyGuestbook/index.py">
  14.         Inserisci il tuo nickname:  <input type="text" name="nickname"><br><br>
  15.         <input type="submit" value="Inserisci Nick">
  16.     </form>
  17. <%
  18.  
  19. %>
  20. <%@ include file="footer.psp"%>