Project

General

Profile

Download (549 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / freemarker / mail.quota.exceeded.ftl @ master

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3

    
4
<#include "html.head.ftl">
5

    
6
<body style="font-family: sans-serif;">
7

    
8
<a href="${sitoolsUrl}"><img src="${sitoolsUrl}../common/res/images/logo_01_petiteTaille.png"/></a>
9

    
10
<p>
11

    
12
Dear ${storage.userId}, 
13
<br/>
14

    
15
<p>
16
Your userspace is full : ${ storage.storage.busyUserSpace / storage.storage.quota * 100} % used <br/>
17
Please connect to <a href="${sitoolsUrl}">SITools2</a> to clean it.
18
</p>
19

    
20
</p>
21

    
22
<#include "mail.bottom.ftl">
23

    
24
</body>
25
</html>