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">
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");
18 <h1><a href=
"/@_PROJECT_NAME_@" title=
"Back to project page">@_PROJECT_NAME_@
</a></h1>
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>
24 @@IF@@ @_STOP_DATE_@ =
""
25 <p>Project started at @_START_DATE_@.
26 Estimated completion in @_DURATION_@ seconds
</p>
29 @@IF@@ @_STATUS_@ = FALSE
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>