Changeset 140
- Timestamp:
- 10/15/07 22:44:59 (1 year ago)
- Files:
-
- lex/trunk/jsp/dump.jsp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/jsp/dump.jsp
r114 r140 27 27 28 28 <%@ include file="navclause.jsp" %> 29 29 30 30 <% 31 if (username.equals("anonymous")) 32 { 33 %>Sorry, you must log in to access this feature.<% 34 return; 35 } 31 36 32 37 class MonadRange
