<%@ page contentType="text/html;charset=UTF-8pageEncoding="UTF-8"%>
<!--
 * Copyright (c) Rogue Wave Software, Inc. 1997, 2015
 * All rights reserved.
 -->
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/jviews-framework-faces.tld" prefix="jvf%>
<%@ taglib uri="http://www.ilog.com/jviews/tlds/jviews-diagrammer-faces.tld" prefix="jvdf%>
<%@ taglib uri="http://www.icesoft.com/icefaces/component" prefix="ice%>

<f:view>
<html>
<head>
<meta http-equiv="Content-Typecontent="text/html; charset=UTF-8/>
<title><ice:outputText value="#{pushingBean.titleMsg}"/></title>
<link rel="StyleSheettype="text/cssmedia="screenhref="../doc.css"/>
</head>
<body>
<h1><ice:outputText value="#{pushingBean.h1Msg}"/></h1>
<ice:form id="command-push-formpartialSubmit="true">
<ice:panelGrid columns="2">
  <ice:commandButton id="connectactionListener="#{pushingBean.onConnect}value="#{pushingBean.action}"/>
  <ice:outputText value="#{pushingBean.connectToServerMsg}/>
</ice:panelGrid>
</ice:form>
<ice:form id="diagram-push-form">
    <jvf:panInteractor id="panInteractor"></jvf:panInteractor>
    <jvdf:diagrammerView binding="#{pushingBean.diagrammerView}id="diagram"
      style="width:750px;height:350pxinteractor="panInteractor"
      data="/data/diagrammer.xmlstyleSheets="/data/diagrammer.css"
      backgroundColor="#ffffffimageFormat="PNG"
      maxZoomLevel="3minZoomLevel="0.5constrainedOnContents="false"
      resizable="truewaitingImage="/images/wait.gif">
      <f:facet name="selectionManager">
        <jvdf:selectionManager id="selectionManagerimageMode="truelineColor="#FF0000"
          lineWidth="2forceUpdateProperties="true/>
      </f:facet>
      </jvdf:diagrammerView>
</ice:form>
<ice:outputText value="#{pushingBean.currentActivityMsg}:"></ice:outputText>

  <ice:outputText id="instructionescape="falsevalue="ICE-3159. #{pushingBean.instruction}visible="false"/>
</body>
</html>
</f:view