aboutsummaryrefslogtreecommitdiff
path: root/subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp')
-rw-r--r--subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp23
1 files changed, 0 insertions, 23 deletions
diff --git a/subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp b/subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp
deleted file mode 100644
index c72f798d..00000000
--- a/subsonic-backend/src/main/webapp/WEB-INF/jsp/backend/payment.jsp
+++ /dev/null
@@ -1,23 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>
-
-<html>
-<head>
- <%@ include file="../head.jsp" %>
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset.css">
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/fonts/fonts.css">
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/grid/grid.css">
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.8.0r4/build/base/base.css">
- <meta http-equiv="refresh" content="300">
-</head>
-<body>
-
-<div style="margin-left: auto; margin-right: auto;width:10em">
- <h1 style="text-align: center;">&euro;${model.sumToday}</h1>
-
- <div style="white-space: nowrap; text-align:center;">
- <span title="Sum yesterday">Y <b>&euro;${model.sumYesterday}</b></span> &nbsp;&nbsp;
- <span title="Daily average this month">M <b>&euro;${model.dayAverageThisMonth}</b></span>
- </div>
-</div>
-</body>
-</html> \ No newline at end of file