header.xhtml

来自「OperaMasks是一种基于J2EE的Web开发技术」· XHTML 代码 · 共 47 行

XHTML
47
字号
<?xml version="1.0" encoding="UTF-8"?>
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://java.sun.com/jsf/html" xmlns:w="http://www.apusic.com/jsf/widget"
	xmlns:ajax="http://www.apusic.com/jsf/ajax" renderKitId="AJAX">
	<style>
.bg {
	background: url( 'common/resources/images/title2.jpg' );
}

.headertitle {
	font-family: Thorndale AMT, Times New Roman, Arial black;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
}

.sitename {
	font-family: Thorndale AMT, Times New Roman, Arial black;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 5px;
}
</style>
	<table border="0" height="83" width="100%" cellpadding="0" cellspacing="0">
		<tr>
			<td class="bg">
			<table border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td>
					<img style="align: left; width: 1020px;" src="common/resources/images/title1.jpg" />
					</td>
				</tr>
			</table>
			</td>
		</tr>
	</table>
	<w:form style="position:absolute;bottom:15px;right:5px">
		<h:outputLabel value="Skin: " style="font-weight:bold" />
		<w:chooseSkin cookie="skin">
			<ajax:action event="onchange" />
		</w:chooseSkin>
	</w:form>
</f:view>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?