-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewChain.html
225 lines (204 loc) · 8.4 KB
/
newChain.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
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>M2W - פתיחת שרשרת חדשה</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
crossorigin="anonymous"
/>
<link href="./style.css" rel="stylesheet" />
<link
rel="icon"
href="https://www.svgrepo.com/show/106976/whatsapp.svg"
/>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.loader {
border: 4px solid #f3f3f3;
border-radius: 50%;
border-top: 4px solid #3498db;
width: 20px;
height: 20px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
<link
href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
var collapseElementList = [].slice.call(
document.querySelectorAll(".collapse")
);
var collapseList = collapseElementList.map(function (collapseEl) {
return new bootstrap.Collapse(collapseEl);
});
var tooltipTriggerList = [].slice.call(
document.querySelectorAll('[data-bs-toggle="tooltip"]')
);
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl);
});
</script>
<div class="container">
<div class="input-group mb-3">
<span class="input-group-text">חברת צוות:</span>
<input
type="text"
id="crewList"
list="crew"
autocomplete="off"
class="form-control"
/>
<datalist id="crew"> </datalist>
</div>
<div class="input-group mb-3">
<span class="input-group-text">שם השרשרת</span>
<input class="form-control" list="chainsNames" id="chainName" placeholder="תתחילי להקליד את שם השרשרת..." autocomplete="off"/>
<datalist id="chainsNames">
</datalist>
</div>
</div>
<div class="form-control input-group-text" role="group">
<button
onclick="submit()"
class="btn form-control btn-outline-secondary"
id="submit"
>
תצוגת פרטים
</button>
<button
onclick="reset()"
class="btn form-control btn-outline-secondary"
id="reset"
>
מחיקת נתונים
</button>
</div>
<div class="container blog-post-meta py-3" id="newChain">
<div class="col-auto">
<h3 class="mb-0"><u>פתיחת שרשרת חדשה</u></h3>
<div class="form-control mb-3">
<p class="fs-5 fw-normal text-start" id="aboutB4"></p>
<div class="input-group-text" role="group">
<input type="text" id="about" class="form-control" placeholder="הוספת לינק לסרט הסבר שרשרת" autocomplete="off"/>
<button
onclick="change('about')"
class="btn form-control btn-outline-secondary"
id="aboutChange"
>הוספת לינק לסרט הסבר שרשרת</button>
</div>
</div>
<div class="form-control mb-3">
<p class="fs-5 fw-normal text-start" id="participantsB4"></p>
<div class="input-group-text" role="group">
<input type="text" id="participants" class="form-control" placeholder="הוספת תיאור משתתפים" autocomplete="off"/>
<button
onclick="change('participants')"
class="btn form-control btn-outline-secondary"
id="participantsChange"
>הוספת תיאור משתתפים</button>
</div>
</div>
<div class="form-control mb-3">
<p class="fs-5 fw-normal text-start" id="creatorB4"></p>
<div class="input-group-text" role="group">
<input type="text" id="creator" class="form-control" placeholder="הוספת יוצר השרשרת" autocomplete="off"/>
<button
onclick="change('creator')"
class="btn form-control btn-outline-secondary"
id="creatorChange"
>הוספת יוצר השרשרת</button>
</div>
</div>
<div class="form-control mb-3">
<p class="fs-5 fw-normal text-start" id="creatorphoneB4"></p>
<div class="input-group-text" role="group">
<input type="text" id="creatorphone" class="form-control" placeholder="הוספת טלפון יוצר השרשרת" autocomplete="off"/>
<button
onclick="change('creatorphone')"
class="btn form-control btn-outline-secondary"
id="creatorphoneChange"
>הוספת טלפון יוצר השרשרת</button>
</div>
</div>
<div class="form-control mb-3">
<p class="fs-5 fw-normal text-start" id="creatoremailB4"></p>
<div class="input-group-text" role="group">
<input type="text" id="creatoremail" class="form-control" placeholder="הוספת מייל יוצר השרשרת" autocomplete="off"/>
<button
onclick="change('creatoremail')"
class="btn form-control btn-outline-secondary"
id="creatoremailChange"
>הוספת מייל יוצר השרשרת</button>
</div>
</div>
<h3 class="mb-0"><u>לשליחה בקבוצת החרוזים</u></h3>
<div class="form-control mb-3">
<div id="text1"></div>
<div class="form-control input-group-text col-auto mb-2" role="group">
<button
type="button"
class="btn form-control btn-outline-secondary"
id="send1"
onclick="whatsAppMes('1')"
>
לחברת הצוות
</button>
<button type="button" class="btn form-control btn-outline-secondary" id="copyMes1" onclick="copy('1')">להעתקת ההודעה</button>
<button type="button" onclick="window.location.href='./socialPost.html';" class="btn form-control btn-outline-secondary" id="toPost">לשליחת הפוסט של</button>
</div>
<div id="text2"></div>
<div class="form-control input-group-text col-auto mb-2" role="group">
<button
type="button"
class="btn form-control btn-outline-secondary"
id="send2"
onclick="whatsAppMes('2')"
>
לחברת הצוות
</button>
<button type="button" class="btn form-control btn-outline-secondary" id="copyMes2" onclick="copy('2')">להעתקת ההודעה</button>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous"
></script>
<script type="text/javascript" src='./newChain.js'></script>
</body>
</html>