processando.xhtml 1.06 KB
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:c="http://java.sun.com/jsp/jstl/core"
      xmlns:rich="http://richfaces.org/rich"
      xmlns:sec="http://www.springframework.org/security/tags"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:t="http://myfaces.apache.org/tomahawk">
	<rich:modalPanel id="progress" width="185" height="45" style="background-color: white; border: none;">
		<t:panelGrid align="center" columns="2" displayValueOnly="true">	
			<h:graphicImage value="/images/ajax-loader.gif" height="28" width="28"/>
			<h:outputText style="font: normal 0.8em Verdana, Geneva, sans-serif; font-style: italic; font-weight: bold; color:#CCC; font-size: 16px;" 
					value="Processando"/>
		</t:panelGrid>			
	</rich:modalPanel>		
</ui:composition>