aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/WEB-INF/jsp/accessDenied.jsp
blob: 78d2b9107d979050335f76643615418d3f92f048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>

<html>
<head>
    <%@ include file="head.jsp" %>
</head>

<body class="mainframe bgcolor1">

<h1>
    <img src="<spring:theme code="errorImage"/>" alt=""/>
    <fmt:message key="accessDenied.title"/>
</h1>

<p>
    <fmt:message key="accessDenied.text"/>
</p>

<div class="back"><a href="javascript:history.go(-1)"><fmt:message key="common.back"/></a></div>

</body>
</html>