📄 header1.jsp
字号:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ 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" width="100%">
<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;" >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -