core-jgi/org.adempiere.webstore/WEB-INF/jspf/header.jspf

24 lines
936 B
Plaintext
Raw Normal View History

<%--
- Author: Jorg Janke
- Version: $Id: header.jspf,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2005 Jorg Janke
- - -
- Web Store Header
--%>
2006-11-17 10:15:48 +07:00
<div id="header">
<div id="headerIcon">
<a href="http://<c:out value='${pageContext.request.serverName}'/>/">
<img src="<c:out value='${ctx.webParam1}' default='AdempiereERP.gif'/>" alt="Adempiere - 1999-2007" /></a>
2006-11-17 10:15:48 +07:00
</div>
<div id="headerMenu">
<a class="menuMain" href="help.jsp">
<img src="help.gif" alt="Help" width="16" height="16" border="0"/>Help</a>
2006-11-17 10:15:48 +07:00
<br/><span id="status"></span>
</div>
<div id="headerContent">
<cws:loginLink/>
<c:if test='${not empty hdrInfo}'><br><em><c:out value='${hdrInfo}'/></em></c:if>
<c:if test='${not empty hdrMessage}'><br><font color="#FF0000">** <c:out value='${hdrMessage}'/> **</font></c:if>
</div>
</div>