-
Notifications
You must be signed in to change notification settings - Fork 0
/
scheduleReport.html
48 lines (48 loc) · 1.8 KB
/
scheduleReport.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Schedule-state report | RallyTree</title>
<meta name="description" content="Automation of Rally tree management">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script>__script__</script>
</head>
<body class="ack">
<main>
<h1>RallyTree schedule-state report</h1>
<section class="flex">
<section class="even">
<h2>Results</h2>
<h3>Work items checked</h3>
<p>Total: <span id="total" role="status">0</span></p>
<p>User stories: <span id="storyTotal" role="status">0</span></p>
<p>Tasks: <span id="taskTotal" role="status">0</span></p>
<h3>Work items changed</h3>
<p>Total: <span id="changes" role="status">0</span></p>
<p>User stories: <span id="storyChanges" role="status">0</span></p>
<p>Tasks: <span id="taskChanges" role="status">0</span></p>
<div id="error" class="error" role="alert"></div>
</section>
<section class="odd">
<h2>Tree</h2>
<p>You requested changes to the Rally tree rooted at</p>
<pre>__rootRef__</pre>
</section>
<section class="even">
<h2>Schedule state</h2>
<p>The new Schedule State of the schedulable user stories is:</p>
<pre>__scheduleState__</pre>
</section>
<section class="odd">
<h2>You</h2>
<p>Your Rally user name is</p>
<pre>__userName__</pre>
<p class="more">Your Rally user reference is</p>
<pre>__userRef__</pre>
</section>
</section>
<p><a href="http://localhost:3000/do.html">Use RallyTree again.</a></p>
</main>
</body>
</html>