<%-- IBM Confidential OCO Source Material --%> <%-- 5724-I63, 5724-H88, 5655-N01, 5733-W60 (C) COPYRIGHT International Business Machines Corp. 1997, 2004, 2005 --%> <%-- The source code for this program is not published or otherwise divested --%> <%-- of its trade secrets, irrespective of what has been deposited with the --%> <%-- U.S. Copyright Office. --%> <%@ page language="java" import="com.ibm.ws.console.appmanagement.*, com.ibm.ws.console.appmanagement.form.* , com.ibm.ws.console.servermanagement.wizard.*,com.ibm.ws.console.phpserver.*"%> <%@ taglib uri="/WEB-INF/ibmcommon.tld" prefix="ibmcommon" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tiles.tld" prefix="tiles" %>
<%-- Comment out filter control
Show/hide filter Clear filter value
--%>
<% SelectPHPRuntimeForm phpRuntimeForm = (SelectPHPRuntimeForm) temp1; String namePHP = phpRuntimeForm.getNamePHP(); String phpVersion = phpRuntimeForm.getPHPVersion(); String phpServerLocation = phpRuntimeForm.getPHPLocation(); String displayName = phpRuntimeForm.getDisplayName(); String displayVersion = phpRuntimeForm.getDisplayVersion(); String radioId = "select" + idx.intValue(); %>
<%=displayName %> <%= displayVersion %> <%= phpServerLocation %>