%@page import="module.workflow.domain.WorkflowSystem"%> <%@page import="pt.ist.bennu.core.domain.VirtualHost"%> <%@page import="pt.ist.bennu.core.domain.MyOrg"%> <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %> <%@ taglib uri="http://fenix-ashes.ist.utl.pt/fenix-renderers" prefix="fr" %> <% final VirtualHost virtualHost = VirtualHost.getVirtualHostForThread(); final WorkflowSystem workflowSystem = virtualHost.getWorkflowSystem(); %>
|
|
||
---|---|---|---|
style="background-color: #99FF66;"<% } %>>
<%= someVirtualHost.getApplicationTitle() %>
<%= someVirtualHost.getHostname() %> |
<% final WorkflowSystem someWorkflowSystem = someVirtualHost.getWorkflowSystem();
if (someWorkflowSystem != null) {
%>
style="background-color: #99FF66;"<% } %>> <%= someWorkflowSystem.getExternalId() %> | <% } else { %>style="background-color: #99FF66;"<% } %>> -- | <% } %>style="background-color: #99FF66;"<% } %>>
<%
if (someWorkflowSystem != null && someWorkflowSystem != workflowSystem) {
%>
|