|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
|
|
|
<jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
|
|
|
<f:view>
|
|
|
<ui:page binding="#{LoadImage.page1}" id="page1">
|
|
|
<ui:html binding="#{LoadImage.html1}" id="html1">
|
|
|
<ui:head binding="#{LoadImage.head1}" id="head1">
|
|
|
<ui:link binding="#{LoadImage.link1}" id="link1" url="/resources/stylesheet.css"/>
|
|
|
<script type="text/javascript">
|
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
try {
|
|
|
var pageTracker = _gat._getTracker("UA-6942416-1");
|
|
|
pageTracker._trackPageview();
|
|
|
} catch(err) {}</script>
|
|
|
</ui:head>
|
|
|
<ui:body binding="#{LoadImage.body1}" id="body1" style="-rave-layout: grid">
|
|
|
<ui:form binding="#{LoadImage.form1}" id="form1">
|
|
|
<div class="gridColCenter" style="height: 22px; left: 0px; top: 0px; position: absolute; width: 100%">
|
|
|
<jsp:directive.include file="Header.jspf"/>
|
|
|
</div>
|
|
|
<h:panelGrid binding="#{LoadImage.gridBase1}" columns="1" id="gridBase1"
|
|
|
style="height: 39px; top: 120px; position: absolute; width: 100%" styleClass="centerBlock">
|
|
|
<h:panelGrid binding="#{LoadImage.gridLayout}" columns="1" id="gridLayout" style="height: 15px; width: 60%" styleClass="centerBlock">
|
|
|
<ui:staticText binding="#{LoadImage.staticText1}" id="staticText1" styleClass="labelBold" text="Escolha uma imagem para carregar:"/>
|
|
|
<ui:upload binding="#{LoadImage.fileUpload1}" id="fileUpload1" style="height: 24px; width: 192px"/>
|
|
|
<ui:panelGroup binding="#{LoadImage.groupPanel4}" id="groupPanel4" style="height: 24px; width: 288px">
|
|
|
<ui:button action="#{LoadImage.butCancelar_action}" binding="#{LoadImage.butCancelar}" id="butCancelar" style="width: 95px" text="Cancelar"/>
|
|
|
<ui:button action="#{LoadImage.butUpload_action}" binding="#{LoadImage.butUpload}" id="butUpload" style="width: 95px" text="Carregar"/>
|
|
|
</ui:panelGroup>
|
|
|
<ui:staticText binding="#{LoadImage.staticText2}" escape="false" id="staticText2" style="height: 24px; width: 96px" text=" "/>
|
|
|
<ui:staticText binding="#{LoadImage.txtMsg}" escape="false" id="txtMsg" style="height: 24px; width: 264px" styleClass="labelMsg"/>
|
|
|
</h:panelGrid>
|
|
|
</h:panelGrid>
|
|
|
</ui:form>
|
|
|
</ui:body>
|
|
|
</ui:html>
|
|
|
</ui:page>
|
|
|
</f:view>
|
|
|
</jsp:root>
|