Advertisement
Guest User

TEST

a guest
Nov 28th, 2010
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  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"%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement