%--
- FILE
- complianceHost.jsp
-
- DESCRIPTION
- Page showing the compliance information of a particular Host.
-
- MODIFIED (MM/DD/YY)
- aloganda 09/12/07 - remove Emergency patching button
- somukher 08/14/07 - ADA bug
- aloganda 08/08/07 - Remove host level emergency patching
- tasingh 07/26/07 - Bug-6279942 change emergency patching link to button
- aloganda 06/09/07 - ULN, add link to emergency patching page
- hmodawel 03/06/06 - fix compilation
- tasingh 06/20/05 - Add summary attribute
- tasingh 05/24/05 - Bug-4277205 Use icons for needs reboot, use new
- icons for status col.
- tasingh 03/27/05 - UI review bug fixes
- tasingh 03/16/05 - Make minor changes so as to conform to the UI
- guidelines
- achugh 03/11/05 - Bug-4199708
- tasingh 11/03/04 - Add Version columnm in the table.
- tasingh 10/06/04 - Minor fixes
- tasingh 09/27/04 - tasingh_hostpatch_ui
- tasingh 09/02/04 - created
-
- SINCE
- 10.2
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%--To display the Timestamp--%>
<%@ include file="timestamp.jspf" %>
<%--All page contents should be within this tag--%>
<%--cell containing table--%>
<%--
- This table uses partial renderring mode. So id attribute
- is must. Also partial renderring requires "/enablePPR.jspf"
- to be included, which is inculded in the template.jspf
--%>
<%--cell containing summary pie chart--%>
<%@ include file="template.jspf" %>