This repository was archived by the owner on Sep 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (189 loc) · 9.45 KB
/
index.html
File metadata and controls
200 lines (189 loc) · 9.45 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Guide Template</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="functions.js" ></script>
<style type="text/css">
body {
display:flex;
}
td {
width:100px;
}
#input {
margin-left:auto;
margin-right:auto;
width:50%;
}
#output {
margin-right:auto;
width:50%;
}
</style>
</head>
<body>
<div id="input">
<div id="template_stuff">
<h3>Guide # (Optional Description) </h3>
Guide Number and description: <input type=text name=GuideDesc>
<div id="leads">
Line 1 leads: which do you want?<br>
<input type=radio name=Line1_lead checked value="P1 lead">P1 lead
<input type=radio name=Line1_lead value="P1/P2 lead">P1/P2 lead
<input type=radio name=Line1_lead value="Both Leads">Both Leads
<input type=radio name=Line1_lead value="Other lead">Other lead
<br>
P1 Lead:
<input type=checkbox name=P1_lead checked value=:Yamamoto:>Yamamoto
<input type=checkbox name=P1_lead checked value=:GlavenusHunter:>GlavenusHunter
<input type=checkbox name=P1_lead checked value=:ACC:>ACC
<input type=checkbox name=P1_lead checked value=:Keith:>Keith
<input type=checkbox name=P1_lead checked value=:Ganesha:>Ganesha
<br><br>
Line 2 leads: which do you want?<br>
<input type=radio name=Line2_lead checked value="P2 lead">P2 lead
<input type=radio name=Line2_lead value="P1/P2 lead">P1/P2 lead
<input type=radio name=Line2_lead value="Both Leads">Both Leads
<input type=radio name=Line2_lead value="Other lead">Other lead
<br>
P2 Lead:
<input type=checkbox name=P2_lead checked value=:Yamamoto:>Yamamoto
<input type=checkbox name=P2_lead checked value=:GlavenusHunter:>GlavenusHunter
<input type=checkbox name=P2_lead checked value=:ACC:>ACC
<input type=checkbox name=P2_lead checked value=:Keith:>Keith
<input type=checkbox name=P2_lead checked value=:Ganesha:>Ganesha
</div>
Do you need 100% SBR?<input type=checkbox name=sbr value=sbr>
<div id=preemptives>
Which floors has a preemptive strike? <br>
FL: <input type=number name=PreEmptive size="2" min="0" max="99"><br>
</div>
<h3>**Example Team**</h3>
P1 team + sb: <input type=text size=60 name=p1team placeholder="Lead(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit) - X SB"><br>
P2 team + sb: <input type=text size=60 name=p2team placeholder="Lead(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit) - X SB"><br>
<div id="notes">
<h3>Notes</h3>
Note min HP if relevant <br>
Note damage problems <br>
Note substitutions <br>
• <input type=text name=note><br>
</div>
<h3>Rundown</h3>
<div id="rundown_input">
<input type=text name=rundown value="F1: "><br>
</div>
</div>
<div id="Team_selection">
<h3>Team</h3>
Name: <input type=text name=GuideName><br>
P1 Leader Base #: <input type="number" name="p1_leader_base" size="4" min="0" max="9999" maxlength="4">
P1 Leader Assist #: <input type="number" name="p1_leader_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p1_leader_latent></div>
P1 Sub1 Base #: <input type="number" name="p1_sub1_base" size="4" min="0" max="9999" maxlength="4">
P1 Sub1 Assist #: <input type="number" name="p1_sub1_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p1_sub1_latent></div>
P1 Sub2 Base #: <input type="number" name="p1_sub2_base" size="4" min="0" max="9999" maxlength="4">
P1 Sub2 Assist #: <input type="number" name="p1_sub2_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p1_sub2_latent></div>
P1 Sub3 Base #: <input type="number" name="p1_sub3_base" size="4" min="0" max="9999" maxlength="4">
P1 Sub3 Assist #: <input type="number" name="p1_sub3_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p1_sub3_latent></div>
P1 Sub4 Base #: <input type="number" name="p1_sub4_base" size="4" min="0" max="9999" maxlength="4">
P1 Sub4 Assist #: <input type="number" name="p1_sub4_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p1_sub4_latent></div>
P2 Leader Base #: <input type="number" name="p2_leader_base" size="4" min="0" max="9999" maxlength="4">
P2 Leader Assist #: <input type="number" name="p2_leader_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p2_leader_latent></div>
P2 Sub1 Base #: <input type="number" name="p2_sub1_base" size="4" min="0" max="9999" maxlength="4">
P2 Sub1 Assist #: <input type="number" name="p2_sub1_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p2_sub1_latent></div>
P2 Sub2 Base #: <input type="number" name="p2_sub2_base" size="4" min="0" max="9999" maxlength="4">
P2 Sub2 Assist #: <input type="number" name="p2_sub2_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p2_sub2_latent></div>
P2 Sub3 Base #: <input type="number" name="p2_sub3_base" size="4" min="0" max="9999" maxlength="4">
P2 Sub3 Assist #: <input type="number" name="p2_sub3_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p2_sub3_latent></div>
P2 Sub4 Base #: <input type="number" name="p2_sub4_base" size="4" min="0" max="9999" maxlength="4">
P2 Sub4 Assist #: <input type="number" name="p2_sub4_assist" size="4" min="0" max="9999" maxlength="4"><br>
<div id=p2_sub_latent></div>
</div>
<a href="https://github.com/Digity101/Pad_Template">Github link</a>
</div>
<div id="output">
<div id="template">
<span id=title>**__Guide # (Optional Description):__**</span> <br>
<span id=Line1_lead>P1 lead:</span> <span id=P1_lead>:Yamamoto: :GlavenusHunter: :ACC: :Keith: :Ganesha:</span> <br>
<span id=Line2_lead>P2 lead:</span> <span id=P2_lead>:Yamamoto: :GlavenusHunter: :ACC: :Keith: :Ganesha:</span> <br>
<span id="sbr"></span>
<span id="zap"></span>
<br>
**Example Team**: <br>
```<br>
P1:<span id=P1_team>Lead(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit) - X SB</span><br>
P2:<span id=P2_team>Lead(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit)/Sub(Inherit) - X SB</span><br>
```<br>
<br>
**Notes**<br>
<span id=note></span>
<br>
**Rundown:**<br>
```<br>
<span id="rundown"></span>
```<br>
</div>
<div id="fakeImage">
<h2 id=name></h2>
<table>
<tr>
<td id="p1_leader_assist"></td>
<td id="p1_sub1_assist"></td>
<td id="p1_sub2_assist"></td>
<td id="p1_sub3_assist"></td>
<td id="p1_sub4_assist"></td>
</tr>
<tr>
<td id="p1_leader_latents"></td>
<td id="p1_sub1_latents"></td>
<td id="p1_sub2_latents"></td>
<td id="p1_sub3_latents"></td>
<td id="p1_sub4_latents"></td>
</tr>
<tr>
<td id="p1_leader_base"></td>
<td id="p1_sub1_base"></td>
<td id="p1_sub2_base"></td>
<td id="p1_sub3_base"></td>
<td id="p1_sub4_base"></td>
<td>P1</td>
</tr>
<tr>
<td>P2</td>
<td id="p2_sub1_base"></td>
<td id="p2_sub2_base"></td>
<td id="p2_sub3_base"></td>
<td id="p2_sub4_base"></td>
<td id="p2_leader_base"></td>
</tr>
<tr>
<td></td>
<td id="p2_sub1_latents"></td>
<td id="p2_sub2_latents"></td>
<td id="p2_sub3_latents"></td>
<td id="p2_sub4_latents"></td>
<td id="p2_leader_latents"></td>
</tr>
<tr>
<td></td>
<td id="p2_sub1_assist"></td>
<td id="p2_sub2_assist"></td>
<td id="p2_sub3_assist"></td>
<td id="p2_sub4_assist"></td>
<td id="p2_leader_assist"></td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>