test.xhtml

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

XHTML
46
字号
<?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">
<w:head>
<w:stylesheet src="/common/resources/examples.css"/>
<style type="text/css">
.examDesc {
    margin-left: 10px;
    margin-top: 10px;
}
body {
    padding: 0;
}
.product {
  width:80%;
  padding:10px;
  margin-left:20px;
  border-bottom:1px dashed black;
}
.product, .title {
  font:normal 12px Arial,sans-serif;
}
.title {
  font-size:14px;
  font-weight:bold;
  color:#000080
}
.listPrice {
  text-decoration:line-through;
}
.yourPrice {
  font-weight:bold;
  color:#800000;
}
.image {
  margin-right:20px;
}
</style>
</w:head>
<w:page title="Data View Example">
  <div class="examDesc">
  <p>DataView鍙

⌨️ 快捷键说明

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