Changeset 3921 for waeup/branches/ulif-rewrite/src
- Timestamp:
- 7 Feb 2009, 00:04:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/browser.txt
r3894 r3921 75 75 We can view a faculty by browsing a URL like this:: 76 76 77 >>> browser.open('http://localhost/myuniversity/faculties/ testfac')77 >>> browser.open('http://localhost/myuniversity/faculties/0') 78 78 79 79 Afterwards, the faculty should be visible: … … 83 83 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 84 84 ...<h2>Your faculties:</h2> 85 ...<a href="http://localhost/myuniversity/faculties/ testfac">TestFac</a>85 ...<a href="http://localhost/myuniversity/faculties/0">TestFac</a> 86 86 ... 87 87
Note: See TracChangeset for help on using the changeset viewer.