Project

General

Profile

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

git_sitools_idoc / flarecast / data / freemarker / mail.order.complete.wget.filelist.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
Dear ${order.name}, <br/>
12
Your order <i>${order.description}</i> is ${order.status!}.<br/>
13
<br/>
14
<br/>
15
In order to retrieve the ordered files, use the following command :<br/>
16
<i>wget --auth-no-challenge --http-user=${user.identifier!} --http-password=[password] -i ${order.resourceCollection[0]!}</i>
17
</p>
18
<#include "mail.bottom.ftl">
19
</body>
20
</html>