My fork of airsonic with experimental fixes and improvements. See branch "custom"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
airsonic-custom/airsonic-main/src/main/webapp/WEB-INF/jsp/accessDenied.jsp

22 lines
511 B

<%@ 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=""/>
<span style="vertical-align: middle"><fmt:message key="accessDenied.title"/></span>
</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>