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=
"Project page of @_PROJECT_NAME_@" />
11 <meta http-equiv=
"Content-Type"
12 content=
"text/html; charset=utf-8" />
13 <style type=
"text/css">
14 @import url(
"/css/style.css");
19 <h1>@_PROJECT_NAME_@
</h1>
21 <p class=
"desc">@_PROJECT_DESCRIPTION_@
</p>
24 <ul><li><a href=
"/notif?a=list&p=@_PROJECT_NAME_@">Notifications
</a></li></ul>
25 <ul><li><a href=
"/">Back to project list
</a></li></ul>
28 <form enctype=
"multipart/form-data" action=
"/run" method=
"POST">
29 <p><input type=
"hidden" id=
"p" name=
"p" value=
"@_PROJECT_NAME_@"/>
30 <label for=
"s">scenario
</label>
31 <select id=
"s" name=
"s">
33 <option value=
"@_SCENARIOS_@">@_SCENARIOS_@
</option>
36 <p><label for=
"l">latency (in seconds)
</label>
37 <input type=
"text" id=
"l" name=
"l" value=
"1"/></p>
38 <p><label for=
"filename">Patch file (optional)
</label>
39 <input type=
"file" name=
"filename" /></p>
40 <p><input type=
"submit" value=
"Envoyer" /></p>
45 <tr> @@-- Last Status line
49 @@IF@@ @_STATUS_@ = FALSE
69 <tr> @@-- Last scenario
80 <!-- for client @_LOGS_CLIENT_@ -->
83 <!-- for job id @_LOGS_JOB_ID_@ -->
85 @@IF@@ @_LOGS_JOB_ID_@ /=
""
86 <table class=
"job_id_table">
88 @@IF@@ @_LOGS_ACTION_@ /=
""
91 @@IF@@ @_LOGS_STATUS_@ = FALSE
97 <a href=
"/log/@_LOGS_ID_@" title=
"Started at @_LOGS_START_DATE_@
99 Stop at @_LOGS_STOP_DATE_@">
101 @@IF@@ @_LOGS_STOP_DATE_@ /=
""
102 <span class=
"timestamp">@_LOGS_DURATION_@s
</span>
104 <span class=
"timestamp">ETA in @_LOGS_DURATION_@s
</span>
110 <th>#@_LOGS_JOB_ID_@ (@_LOGS_SCENARIO_@)
111 <a class=
"restart_job"
112 href=
"/run?p=@_PROJECT_NAME_@&s=@_LOGS_SCENARIO_@&l=1">
113 <img src=
"/img/restart.png" alt=
"restart job" />
116 <span class=
"timestamp">Started at @_LOGS_SCENARIO_START_DATE_@
</span>