1<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1" %>
2<html>
3<head>
4    <%@ include file="head.jsp" %>
5</head>
6<body class="mainframe bgcolor1">
7
8<h1>
9    <img src="<spring:theme code="donateImage"/>" alt=""/>
10    <fmt:message key="madsonic.title"/>
11</h1>
12<c:if test="${not empty command.path}">
13    <madsonic:url value="main.view" var="backUrl">
14        <madsonic:param name="path" value="${command.path}"/>
15    </madsonic:url>
16    <div class="back"><a href="${backUrl}">
17        <fmt:message key="common.back"/>
18    </a></div>
19    <br/>
20</c:if>
21
22<div style="width:50em; max-width:50em">
23
24<fmt:message key="madsonic.textbefore"><fmt:param value="${command.brand}"/></fmt:message>
25
26<table cellpadding="10">
27    <tr>
28        <td>
29            <table>
30
31                <tr>
32                <td>
33                    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
34                    <input type="hidden" name="cmd" value="_s-xclick">
35                    <input type="hidden" name="hosted_button_id" value="6XRWXAYCBWVKU">
36                    <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
37                    <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
38                    </form>
39
40                </td>
41                </tr>
42                <tr>
43                    <td class="detail" style="text-align:center;"></td>
44                </tr>
45            </table>
46        </td>
47	</tr>
48</table>
49</div>
50</body>
51</html>