-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbody.html
224 lines (216 loc) · 9.31 KB
/
body.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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<div class="d-flex flex-column h-100">
<main class="container-xl my-3">
<h1>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="icon"
>
<!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path
d="M336 128c-32 0-80.02 16.03-112 32.03c-32.01-16-79.1-32.02-111.1-32.03C32 128 .4134 210.5 .0033 288c-.5313 99.97 63.99 224 159.1 224c32 0 48-16 64-16c16 0 32 16 64 16c96 0 160.4-122.8 159.1-224C447.7 211.6 416 128 336 128zM320 32V0h-32C243.8 0 208 35.82 208 80v32h32C284.2 112 320 76.18 320 32z"
/>
</svg>
Applesauce
</h1>
<p class="lead">A simple endorsement tool.</p>
<div class="accordion" id="accordion">
<div class="accordion-item">
<h2 class="accordion-header" id="loaderHeading">
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#loaderCollapse"
aria-expanded="true"
aria-controls="loaderCollapse"
>
Load Nations
</button>
</h2>
<div
id="loaderCollapse"
class="accordion-collapse collapse show"
aria-labelledby="loaderHeading"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<section class="row">
<div class="col-md-5">
<h3>Manual Entry</h3>
<div class="form-floating mb-3">
<input
class="form-control"
type="text"
id="separator"
placeholder=","
/>
<label class="form-label" for="separator"
>List Separator</label
>
</div>
<div class="form-floating mb-3">
<textarea
class="form-control"
id="nations"
placeholder="Nation 1, Nation 2, Nation 3"
></textarea>
<label class="form-label" for="nations">Nations</label>
</div>
<button class="btn btn-primary" id="manualSubmit">
Submit
</button>
</div>
<div class="col">
<h3>Crossing</h3>
<div class="row mb-3">
<div class="col-lg">
<label class="form-label" for="nation">Cross Nation</label>
<div class="input-group">
<input
class="form-control"
type="text"
id="nation"
placeholder="Testlandia"
/>
<button class="btn btn-primary" id="nationSubmit">
Submit
</button>
</div>
</div>
<div class="col-lg">
<label class="form-label" for="region">Cross Region</label>
<div class="input-group">
<input
class="form-control"
type="text"
id="region"
placeholder="Testregionia"
/>
<button class="btn btn-primary" id="regionSubmit">
Submit
</button>
</div>
</div>
</div>
<div class="form-check form-check-inline">
<input
class="form-check-input"
type="radio"
name="order"
id="sort-new"
value="new"
checked
/>
<label class="form-check-label" for="sort-new"
>Newest First</label
>
</div>
<div class="form-check form-check-inline">
<input
class="form-check-input"
type="radio"
name="order"
id="sort-old"
value="old"
/>
<label class="form-check-label" for="sort-old"
>Oldest First</label
>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="endorserHeading">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#endorserCollapse"
aria-expanded="false"
aria-controls="endorserCollapse"
>
Endorse Nations
</button>
</h2>
<div
id="endorserCollapse"
class="accordion-collapse collapse"
aria-labelledby="endorserHeading"
data-bs-parent="#accordion"
>
<div class="accordion-body">
<section>
<div class="row">
<div class="col-lg-5 mb-3">
<div class="select-none">
<button class="btn btn-primary me-3" id="endorse" disabled>
Endorse Next
</button>
<button class="btn link-primary" id="save">
Copy link to current progress
</button>
</div>
</div>
<div class="col-lg-7">
<pre id="log" class="bg-light card px-3 py-2"></pre>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<strong>Applesauce</strong> by Pronoun |
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
class="icon"
>
<!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path
d="M554.9 154.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 128 80s127.1-35.88 127.1-80C639.1 319.9 641.4 327.3 554.9 154.5zM439.1 320l71.96-144l72.17 144H439.1zM256 336c0-16.12 1.375-8.75-85.12-181.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 127.1 80S256 380.1 256 336zM127.9 176L200.1 320H55.96L127.9 176zM495.1 448h-143.1V153.3C375.5 143 393.1 121.8 398.4 96h113.6c17.67 0 31.1-14.33 31.1-32s-14.33-32-31.1-32h-128.4c-14.62-19.38-37.5-32-63.62-32S270.1 12.62 256.4 32H128C110.3 32 96 46.33 96 64S110.3 96 127.1 96h113.6c5.25 25.75 22.87 47 46.37 57.25V448H144c-26.51 0-48.01 21.49-48.01 48c0 8.836 7.165 16 16 16h416c8.836 0 16-7.164 16-16C544 469.5 522.5 448 495.1 448z"
/>
</svg>
<a
href="https://github.com/esfalsa/applesauce/blob/main/LICENSE"
target="_blank"
>AGPL-3.0 License</a
>
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
class="icon"
>
<!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path
d="M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z"
/>
</svg>
<a href="https://github.com/esfalsa/applesauce" target="blank">Source</a>
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="icon"
>
<!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->
<path
d="M416 96H32C14.33 96 0 81.67 0 64C0 46.33 14.33 32 32 32H416C433.7 32 448 46.33 448 64C448 81.67 433.7 96 416 96zM416 352H32C14.33 352 0 337.7 0 320C0 302.3 14.33 288 32 288H416C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352zM0 192C0 174.3 14.33 160 32 160H416C433.7 160 448 174.3 448 192C448 209.7 433.7 224 416 224H32C14.33 224 0 209.7 0 192zM416 480H32C14.33 480 0 465.7 0 448C0 430.3 14.33 416 32 416H416C433.7 416 448 430.3 448 448C448 465.7 433.7 480 416 480z"
/>
</svg>
<a
href="https://forum.nationstates.net/viewtopic.php?f=15&t=517735"
target="blank"
>Forum Thread</a
>
</div>
</footer>
</div>