📄 layout.jsp
字号:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<%@ page import="org.jbpm.webapp.bean.*" %>
<!-- HEADER -->
<html>
<head><title>JBoss jBPM</title>
<link rel="stylesheet" type="text/css" href="css/jbpm.css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- next line must be put one (1!) line to overcome an IE-layouting bug -->
<td><a href="http://www.jboss.com/"><img src="images/logo_green.gif" alt="JBoss Inc." border="0" /></a></td>
<td width="100%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="22" bgcolor="#9BCD4B" align="center" nowrap="nowrap">
<%
UserBean userBean = (UserBean) session.getAttribute("userBean");
if ( (userBean!=null)
&& (userBean.getUserName()!=null)
) {
%>
You are logged in as <%= userBean.getUserName() %>
<%
} else {
%>
You are not logged in.
<%
}
%>
| <b><a href="login.jsp">Login as another user</a></b>
</td>
</tr>
<tr>
<td width="100%" align="right" valign="middle" nowrap="nowrap">
<a class="ref" href="http://jbpm.org/docs">Docs</a>
<a class="ref" href="http://jbpm.org/forums">Forums</a>
<a class="ref" href="http://jbpm.org/wiki">Wiki</a>
<a class="ref" href="http://jbpm.org/downloads">Download</a>
<a class="ref" href="http://jbpm.org/contact">Contact</a>
</td>
</tr>
<tr>
<td width="100%" valign="top" nowrap="nowrap">
<hr style="margin:0px; padding:0px;" size="1" width="100%" />
<h2 style="padding:0px; margin:0px; border:0px;" >
<tiles:get name="title" flush="false"/>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
</h2>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" height="100%" colspan="2" valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td valign="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="217" valign="top"><img src="images/hdr_green_side.gif" alt="green side" /></td>
</tr>
<!-- next line must be put one (1!) line to overcome an IE-layouting bug -->
<tr>
<td width="175"><a href="home.jsp"><div class="nav" onmouseover="this.style.cursor='hand'; this.style.backgroundColor='#cccccc'; this.style.color='#000000';" onmouseout="this.style.cursor='default';this.style.backgroundColor='#5c5c4f'; this.style.color='#ffffff';">Home</div></a></td>
</tr>
<tr>
<td width="175"><a href="admin.jsp"><div class="nav" onmouseover="this.style.cursor='hand'; this.style.backgroundColor='#cccccc'; this.style.color='#000000';" onmouseout="this.style.cursor='default';this.style.backgroundColor='#5c5c4f'; this.style.color='#ffffff';">Administration</div></a></td>
</tr>
<tr>
<td width="175"><a href="monitor.jsp"><div class="nav" onmouseover="this.style.cursor='hand'; this.style.backgroundColor='#cccccc'; this.style.color='#000000';" onmouseout="this.style.cursor='default';this.style.backgroundColor='#5c5c4f'; this.style.color='#ffffff';">Monitoring</div></a></td>
</tr>
<tr>
<td width="217" valign="top"><img style="margin-top:1px;" src="images/side_nav_green_btm.gif" alt="green side" /></td>
</tr>
<tr>
<td height="100%">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -