Fix code to send notification to all recipients.
[savadur.git] / templates / log.thtml
blob5f2e8e6af8a2b1a07a71658990941786f55d07b5
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head>
6 <title>Savadur : @_PROJECT_NAME_@</title>
8 <meta name="description"
9 content="List of projects " />
11 <meta http-equiv="Content-Type"
12 content="text/html; charset=utf-8" />
13 <style type="text/css">
14 @import url("/css/style.css");
15 </style>
16 </head>
17 <body id="log_page">
18 <h1><a href="/@_PROJECT_NAME_@" title="Back to project page">@_PROJECT_NAME_@</a></h1>
19 <div id="menu">
20 <ul><li><a href="/">Back to project list</a></li></ul>
21 <ul><li><a href="/@_PROJECT_NAME_@">Back to @_PROJECT_NAME_@ page</a></li></ul>
22 </div>
23 <div id="content">
24 @@IF@@ @_STOP_DATE_@ = ""
25 <p>Project started at @_START_DATE_@.
26 Estimated completion in @_DURATION_@ seconds</p>
27 @@ELSE@@
29 @@IF@@ @_STATUS_@ = FALSE
30 class="log-failure"
31 @@ELSE@@
32 class="log-success"
33 @@END_IF@@
34 >@_ACTION_@ run by the scenario @_SCENARIO_@
35 has terminated with the status @_STATUS_@ at @_STOP_DATE_@
36 after @_DURATION_@ seconds</p>
38 <!-- Project started at @_START_DATE_@ -->
39 <h3>With the following log : </h3>
41 <pre>@_LOG_CONTENT_@</pre>
42 @@END_IF@@
43 </div>
44 </body>
45 </html>