1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><%@page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="c"%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="js"%>
<html>
<head>
<title>body1</title>
<link REL="STYLESHEET" TYPE="text/css" href="structure.css"/>
</head>
<body class="body" style="height: 670px; width: 3000px">
<js:import url="/jsf/header.jsp"></js:import>
<div id="body" align="left" class="body"><c:view>
<hx:scriptCollector id="scriptCollector1">
<h:form id="form1" styleClass="body">
<h:panelGrid cellspacing="20" columns="2" width="100%"
styleClass="body">
<c:facet name="header">
<h:outputText value="IDENTIFICATION VEHICULE" id="label1"
styleClass="outputLabel" style="font-family: Arial"></h:outputText>
</c:facet>
<-family: Arial" /> </h:panelGrid>
</h:form>
</hx:scriptCollector>
</c:view></div>
<js:import url="/jsf/menu.jsp"></js:import>
<js:import url="/jsf/footer.jsp"></js:import>
</body>
</html> |