Changeset 4145
- Timestamp:
- 20 May 2009, 07:51:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/browser.txt
r4134 r4145 35 35 >>> print browser.contents 36 36 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 37 ... <h1>Congratulations!</h1>...37 ...Welcome to the... 38 38 ... 39 39 … … 99 99 Afterwards, the faculty should be visible: 100 100 101 >>> browser.open('http://localhost/myuniversity/ ')101 >>> browser.open('http://localhost/myuniversity/faculties') 102 102 >>> print browser.contents 103 103 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... 104 ...<h2> Yourfaculties:</h2>104 ...<h2>Registered faculties:</h2> 105 105 ...<a href="http://localhost/myuniversity/faculties/0">TestFac</a> 106 106 ...
Note: See TracChangeset for help on using the changeset viewer.