-
Notifications
You must be signed in to change notification settings - Fork 23
/
options.html
204 lines (197 loc) · 10.6 KB
/
options.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!doctype html>
<html>
<head>
<title>AtCoder Unit Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="options.js"></script>
<link href="bootstrap.min.css" rel="stylesheet">
<style>
.bi {
width: 1em;
height: 1em;
vertical-align: -.125em;
fill: currentcolor
}
.modal {
--bs-modal-margin: 3.8rem;
}
</style>
</head>
<body class="container-lg bg-body-tertiary">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="exclamation-triangle-fill" viewBox="0 0 16 16">
<path
d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</symbol>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8" />
</symbol>
</svg>
<h1 class="my-3">AtCoder Unit Test</h1>
<div class="d-flex justify-content-end">
<div class="align-self-center me-3">
<a href="#" id="tutorial" data-bs-toggle="modal" data-bs-target="#tutorialModal"
data-i18n="tutorial">使い方</a>
</div>
<div class="align-self-center me-3">
<a href="#" id="release" data-bs-toggle="modal" data-bs-target="#releaseModal"
data-i18n="releaseNote">リリースノート</a>
</div>
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#templateModal"
data-i18n="template">
テンプレート
</button>
</div>
<div class="modal fade" id="tutorialModal" tabindex="-1" aria-labelledby="tutorialModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="tutorialModalLabel" data-i18n="tutorial">使い方</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" data-i18n="tutorialBody">
<ol>
<li data-i18n="tutorialStep1">
<a href="https://atcoder.jp/contests/abc300/tasks/abc300_a" target="_blank">
AtCoderの問題ページ</a>を開く
</li>
<li data-i18n="tutorialStep2">ツールバーの <img src="icon.png" width="16px" height="16px"> をクリック</li>
<li data-i18n="tutorialStep3">エディタに貼り付ける</li>
</ol>
<img src="_locales/ja/browser.png" class="img-fluid img-thumbnail">
</div>
</div>
</div>
</div>
<div class="modal fade" id="releaseModal" tabindex="-1" aria-labelledby="releaseModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="releaseModalLabel" data-i18n="releaseNote">リリースノート</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<ul>
<li class="d-none" data-i18n-lang="ja">
<span class="font-monospace">"python3 Main.py"</span> コマンドでも、テストが実行できるようになりました。<br>
<span class="text-warning-emphasis">再度、テンプレートから読み込むことで反映されます。</span>
</li>
<li class="d-none" data-i18n-lang="en">
Tests can now also be executed using the <span class="font-monospace"></span>"python3
Main.py"</span> command.<br>
<span class="text-warning-emphasis">This will be reflected by reloading the
template.</span>
</li>
</ul>
<hr>
<ul>
<li class="d-none" data-i18n-lang="ja">Go のテンプレートを追加しました。</li>
<li class="d-none" data-i18n-lang="en">Added Go template.</li>
<li class="d-none" data-i18n-lang="ja">Ruby のテンプレートを追加しました。</li>
<li class="d-none" data-i18n-lang="en">Added Ruby template.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="modal fade" id="templateModal" tabindex="-1" aria-labelledby="templateModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="templateModalLabel" data-i18n="select_template">テンプレートの選択</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body row row-gap-3 mx-3">
<div class="alert alert-warning" role="alert">
<svg class="bi flex-shrink-0 me-2" role="img" aria-label="Warning:">
<use xlink:href="#exclamation-triangle-fill" />
</svg>
<span data-i18n="warning_template">入力している内容を上書きします。</span>
</div>
<button id="loadPython" class="btn btn-outline-primary" data-bs-dismiss="modal">
Python3 <small>(unittest)</small>
</button>
<button id="loadJava" class="btn btn-outline-primary" data-bs-dismiss="modal">
Java <small>(JUnit5)</small>
</button>
<button id="loadKotlin" class="btn btn-outline-primary" data-bs-dismiss="modal">
Kotlin <small>(JUnit5)</small>
</button>
<button id="loadCSharp" class="btn btn-outline-primary" data-bs-dismiss="modal">
C# <small>(MS Test)</small>
</button>
<button id="loadGo" class="btn btn-outline-primary" data-bs-dismiss="modal">
Go
</button>
<button id="loadRuby" class="btn btn-outline-primary" data-bs-dismiss="modal">
Ruby <small>(RSpec)</small>
</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="initModal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="initModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="initModalLabel" data-i18n="init">初期設定</h1>
</div>
<div class="modal-body" data-i18n="initBody">
問題ページの入出力を読み取るために、許可が必要です。<br>
(許可の対象は atcoder.jp のみです)
</div>
<div class="modal-footer">
<button id="btnPermission" type="button" class="btn btn-warning" data-i18n="initButton">
AtCoderのページ読み取りを許可
</button>
</div>
</div>
</div>
</div>
<div class="mb-3">
<label for="outerCode" class="form-label" data-i18n="test_class_code">テストクラスのコード</label>
<textarea class="form-control font-monospace" id="outerCode" name="outerCode" rows="15"></textarea>
<div class="form-text">
<ul>
<li data-i18n="write_method">
テストメソッドを挿入する箇所に <a href="#" class="mustache link-offset-3 font-monospace fw-bold">{{ METHOD
}}</a>
と記述してください。
</li>
</ul>
</div>
</div>
<div class="mb-3">
<label for="innerCode" class="form-label" data-i18n="test_method_code">テストメソッドのコード</label>
<textarea class="form-control font-monospace" id="innerCode" name="innerCode" rows="10"></textarea>
<div class="form-text">
<ul>
<li data-i18n="write_name">
メソッド名を挿入する箇所に <a href="#" class="mustache link-offset-3 font-monospace fw-bold">{{ NAME }}</a>
と記述してください。
</li>
<li data-i18n="write_input">
入力例を挿入する箇所に <a href="#" class="mustache link-offset-3 font-monospace fw-bold">{{ INPUT }}</a>
と記述してください。
</li>
<li data-i18n="write_output">
出力例を挿入する箇所に <a href="#" class="mustache link-offset-3 font-monospace fw-bold">{{ OUTPUT }}</a>
と記述してください。
</li>
</ul>
</div>
</div>
<footer class="footer text-end mb-3">
<svg class="bi flex-shrink-0" role="img" aria-label="GitHub:">
<use xlink:href="#github" />
</svg>
<a href="https://github.com/YujiSoftware/ac-unit-test">YujiSoftware / ac-unit-test </a>
</footer>
<script src="bootstrap.bundle.min.js"></script>
</body>
</html>