mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1078321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d75bb6d6d8
commit
815b789eeb
|
@ -18,8 +18,8 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>${requestContext.brokerQuery.brokerAdmin.brokerName} : <decorator:title default="ActiveMQ Console" /></title>
|
<title>${requestContext.brokerQuery.brokerAdmin.brokerName} : <decorator:title default="ActiveMQ Console" /></title>
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
@import url(<c:url value="/styles/sorttable.css"/>);
|
@import url(<c:url value="/styles/sorttable.css"/>);
|
||||||
@import url(<c:url value="/styles/type-settings.css"/>);
|
@import url(<c:url value="/styles/type-settings.css"/>);
|
||||||
|
@ -27,19 +27,18 @@
|
||||||
@import url(<c:url value="/styles/prettify.css"/>);
|
@import url(<c:url value="/styles/prettify.css"/>);
|
||||||
</style>
|
</style>
|
||||||
<c:if test="${!disableJavaScript}">
|
<c:if test="${!disableJavaScript}">
|
||||||
<script type='text/javascript' src='<c:url value="/js/common.js"/>'></script>
|
<script type='text/javascript' src='<c:url value="/js/common.js"/>'></script>
|
||||||
<script type='text/javascript' src='<c:url value="/js/css.js"/>'></script>
|
<script type='text/javascript' src='<c:url value="/js/css.js"/>'></script>
|
||||||
<script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'></script>
|
<script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'></script>
|
||||||
<script type='text/javascript' src='<c:url value="/js/prettify.js"/>'></script>
|
<script type='text/javascript' src='<c:url value="/js/prettify.js"/>'></script>
|
||||||
<script>addEvent(window, 'load', prettyPrint)</script>
|
<script>addEvent(window, 'load', prettyPrint)</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<decorator:head />
|
<decorator:head />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<div class="white_box">
|
<div class="white_box">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="header_l">
|
<div class="header_l">
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
|
|
|
|
||||||
<a href="<c:url value='/network.jsp'/>" title="Network">Network</a>
|
<a href="<c:url value='/network.jsp'/>" title="Network">Network</a>
|
||||||
|
|
|
|
||||||
<a href="<c:url value='/scheduled.jsp'/>" title="Scheduled">Scheduled</a>
|
<a href="<c:url value='/scheduled.jsp'/>" title="Scheduled">Scheduled</a>
|
||||||
|
|
|
|
||||||
<a href="<c:url value='/send.jsp'/>"
|
<a href="<c:url value='/send.jsp'/>"
|
||||||
title="Send">Send</a>
|
title="Send">Send</a>
|
||||||
|
@ -150,7 +149,7 @@
|
||||||
<div class="footer_l">
|
<div class="footer_l">
|
||||||
<div class="footer_r">
|
<div class="footer_r">
|
||||||
<div>
|
<div>
|
||||||
Copyright 2005-2007 The Apache Software Foundation.
|
Copyright 2005-2011 The Apache Software Foundation.
|
||||||
|
|
||||||
(<a href="?printable=true">printable version</a>)
|
(<a href="?printable=true">printable version</a>)
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue