- Timestamp:
- 05/16/08 13:07:40 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/complex-obs/src/web/org/openmrs/web/WebConstants.java
r3685 r4239 55 55 public static String BUILD_TIMESTAMP = ""; 56 56 public static String WEBAPP_NAME = "openmrs"; 57 58 // ComplexObsHandler views specific to the web layer: 59 public static final String HTML_VIEW = "HTML_VIEW"; 60 public static final String HTML_THUMNAIL_VIEW = "HTML_THUMNAIL_VIEW"; 61 public static final String HYPERLINK_VIEW = "HYPERLINK_VIEW"; 62 57 63 }