~gctaa/bottlezoo/trunk

« back to all changes in this revision

Viewing changes to 02_urlvars/welcome.tpl

  • Committer: icabob4 at gmail
  • Date: 2013-07-30 13:29:05 UTC
  • Revision ID: icabob4@gmail.com-20130730132905-daokvwjvv52t0int
updated lots of stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h1>Welcome to URL Variables Test Page</h1>
2
 
 
3
 
<h2>Click on test links to test URL value passing:</h2>
4
 
<ol>
5
 
  <li><a href="/Guido">A Name</a></li>
6
 
  <li><a href="/Guido/42">A Name and a Number</a></li>
7
 
</ol>
8
 
 
9
 
%rebase layout