提交 | 用户 | 时间
|
58d006
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
A |
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
3 |
<html xmlns="http://www.w3.org/1999/xhtml" |
|
4 |
xmlns:c="http://java.sun.com/jsp/jstl/core" |
|
5 |
xmlns:h="http://java.sun.com/jsf/html" |
|
6 |
xmlns:f="http://java.sun.com/jsf/core" |
|
7 |
xmlns:ui="http://java.sun.com/jsf/facelets"> |
|
8 |
<ui:composition template="/template/nit/tmp.xhtml"> |
|
9 |
<ui:define name="title"> |
|
10 |
<title>河南明泰铝业生产管理系统</title> |
|
11 |
</ui:define> |
|
12 |
<ui:define name="acss"> |
|
13 |
<link rel="stylesheet" href="#{request.contextPath}/template/nit/css.css" /> |
|
14 |
</ui:define> |
|
15 |
<ui:define name="acontent"> |
|
16 |
|
|
17 |
</ui:define> |
|
18 |
<ui:define name="myscript"> |
|
19 |
|
|
20 |
</ui:define> |
|
21 |
</ui:composition> |
|
22 |
</html> |