-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathukigumo_tmpl.patch
67 lines (65 loc) · 2.46 KB
/
ukigumo_tmpl.patch
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
diff --git a/tmpl/include/layout.tt b/tmpl/include/layout.tt
index be22ba0..911c695 100644
--- a/tmpl/include/layout.tt
+++ b/tmpl/include/layout.tt
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title>[% IF subtitle %][% subtitle %] - [% END %][% title || l('Ukigumo') %]</title>
+ <title>[% IF subtitle %][% subtitle %] - [% END %][% title || l('Houcho') %]</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"]]>
@@ -22,7 +22,7 @@
<div class="topbar">
<div class="topbar-inner">
<div class="container">
- <h3><a href="[% uri_for('/') %]">[% l('Ukigumo') %]</a></h3>
+ <h3><a href="[% uri_for('/') %]">[% l('Houcho') %]</a></h3>
<ul class="nav">
<li>
<a href="[% uri_for('/recent') %]">Recent</a>
diff --git a/tmpl/include/table/project.tt b/tmpl/include/table/project.tt
index 1c94b7d..7e76746 100644
--- a/tmpl/include/table/project.tt
+++ b/tmpl/include/table/project.tt
@@ -1,8 +1,8 @@
<h2><a href="[% uri_for('/project/' _ uri(project_name)) %]">[% project_name %]</a></h2>
<table>
<tr>
- <th>[% l('Branch') %]</th>
- <th>[% l('Revision') %]</th>
+ <th>[% l('Role') %]</th>
+ <th>[% l('Spec') %]</th>
<th>[% l('Status') %]</th>
<th>[% l('Date') %]</th>
</tr>
diff --git a/tmpl/recent.tt b/tmpl/recent.tt
index f856497..6a6c92c 100644
--- a/tmpl/recent.tt
+++ b/tmpl/recent.tt
@@ -9,9 +9,9 @@
<table>
<tr>
- <th>[% l('Project') %]</th>
- <th>[% l('Branch') %]</th>
- <th>[% l('Revision') %]</th>
+ <th>[% l('Host') %]</th>
+ <th>[% l('Role') %]</th>
+ <th>[% l('Spec') %]</th>
<th>[% l('Status') %]</th>
<th>[% l('Date') %]</th>
</tr>
diff --git a/tmpl/report_list.tt b/tmpl/report_list.tt
index bbdb022..0e3481a 100644
--- a/tmpl/report_list.tt
+++ b/tmpl/report_list.tt
@@ -9,7 +9,7 @@
<table>
<tr>
- <th>[% l('Revision') %]</th>
+ <th>[% l('Spec') %]</th>
<th>[% l('Status') %]</th>
<th>[% l('Date') %]</th>
</tr>