-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect_theme.php
More file actions
409 lines (399 loc) · 16.7 KB
/
select_theme.php
File metadata and controls
409 lines (399 loc) · 16.7 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
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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!DOCTYPE html>
<?php
session_start();
if(!isset($_SESSION['token'])) {
echo "<script type=\"text/javascript\">alert('이메일 인증 후 이용해주세요'); location.href='./ui.php'</script>";
} else {
$token = $_SESSION['token'];
}
?>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GMyou – Web Profile for You</title>
<!-- Latest compiled and minified CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu"
crossorigin="anonymous"
/>
<!-- Optional theme -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css"
integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style_select_theme.css" />
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd"
crossorigin="anonymous"
></script>
</head>
<body>
<section class="style-gray">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-header">
<h3>사이트 개설</h3>
<h5 class="text-gray">
내 사이트에 사용할 템플릿을 선택해 주세요.
</h5>
</div>
</div>
</div>
<div class="row theme-row" id="theme_list">
<div class="col-md-4 col-sm-6 col-theme">
<div class="card card-theme _card-theme">
<div class="theme-item">
<div class="card-body">
<div class="holder">
<img class="img-responsive" src="img1.png" />
<div class="theme-overlay">
<div class="icon">
<div class="inline-blocked">
<!--<a
href="javascript:;"
class="
hidden-xs
width-4
text-15
btn btn-theme btn-primary
margin-bottom-xl margin-top-xl
blocked
_start
"
>개설하기</a
>-->
<a
href="../templates/1/index.html"
class="
width-4
text-15
btn btn-theme btn-flat-white
margin-bottom-xl margin-top-xl
_preview
blocked
"
>
<span class="hidden-xs hidden-sm"
>미리보기</span
>
<span class="hidden-md hidden-lg"
>미리보기</span
>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a
href="javascript:;"
class="user-avatar site-avatar _user-avatar"
>
<div class="avatar-info">
<span class="name"></span>
<span class="badge badge-circle badge-shop">1번</span>
<div class="form-check">
<input
class="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-theme">
<div class="card card-theme _card-theme">
<div class="theme-item">
<div class="card-body">
<div class="holder">
<img class="img-responsive" src="img2.png" />
<div class="theme-overlay">
<div class="icon">
<div class="inline-blocked">
<!--<a
href="javascript:;"
class="
hidden-xs
width-4
text-15
btn btn-theme btn-primary
margin-bottom-xl margin-top-xl
blocked
_start
""
>개설하기</a
>-->
<a
href="../templates/2/index.html"
class="
width-4
text-15
btn btn-theme btn-flat-white
margin-bottom-xl margin-top-xl
_preview
blocked
"
>
<span class="hidden-xs hidden-sm"
>미리보기</span
>
<span class="hidden-md hidden-lg"
>미리보기</span
>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a
href="javascript:;"
class="user-avatar site-avatar _user-avatar"
>
<div class="avatar-info">
<span class="name"></span>
<span class="badge badge-circle badge-shop">2번</span>
<div class="form-check">
<input
class="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-theme">
<div class="card card-theme _card-theme">
<div class="theme-item">
<div class="card-body">
<div class="holder">
<img class="img-responsive" src="img3.png" />
<div class="theme-overlay">
<div class="icon">
<div class="inline-blocked">
<!--<a
href="javascript:;"
class="
hidden-xs
width-4
text-15
btn btn-theme btn-primary
margin-bottom-xl margin-top-xl
blocked
_start
"
>개설하기</a
>-->
<a
href="../templates/3/index.html"
class="
width-4
text-15
btn btn-theme btn-flat-white
margin-bottom-xl margin-top-xl
_preview
blocked
"
>
<span class="hidden-xs hidden-sm"
>미리보기</span
>
<span class="hidden-md hidden-lg"
>미리보기</span
>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<a
href="javascript:;"
class="user-avatar site-avatar _user-avatar"
>
<div class="avatar-info">
<span class="name"></span>
<span class="badge badge-circle badge-shop">3번</span>
<div class="form-check">
<input
class="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section>
<div class="info-input container mt-10 p-10">
<label class="info-input-heading">기본 정보</label>
<form class="row g-3">
<div class="col-auto">
<label for="name-input" class="input-form-label">이름</label>
<input
type="text"
class="form-control-plaintext"
id="name-input"
/>
</div>
<div class="col-auto">
<label class="input-form-label">프로필 이미지</label>
<input
class="form-control form-control-sm"
style="width: 50%; margin-left: 130px; border-style: none"
id="profile-thumb-input"
type="file"
/>
</div>
<div class="col-auto">
<label for="occupation-input" class="input-form-label"
>직업</label
>
<input
type="text"
class="form-control-plaintext"
id="occupation-input"
/>
</div>
<div class="col-auto">
<label for="intro-input" class="input-form-label"
>소개글</label
>
<input
type="text"
class="form-control-plaintext"
id="intro-input"
/>
</div>
<div class="col-auto">
<label for="phone-input" class="input-form-label"
>연락처</label
>
<input
type="text"
class="form-control-plaintext"
id="phone-input"
placeholder="010-0000-0000"
/>
</div>
<div class="col-auto">
<label for="email-input" class="input-form-label"
>E-mail</label
>
<input
type="text"
class="form-control-plaintext"
id="email-input"
placeholder="email@example.com"
/>
</div>
<div class="col-auto">
<label for="github-input" class="input-form-label"
>GitHub</label
>
<input
type="text"
class="form-control-plaintext"
id="github-input"
placeholder="github.com/example"
/>
</div>
</form>
<label class="timeline-input-heading">타임라인</label>
<div class="row submit-btn-row">
<a
href="javascript:;"
class="
submit-btn
width-4
text-15
btn btn-theme btn-light
blocked
_start
"
>입력</a
>
</div>
<form class="row g-3">
<div class="col-auto">
<label for="timeline-desc-input" class="input-form-label"
>WHEN</label
>
<input
type="text"
class="form-control-plaintext"
id="timeline-desc-input"
/>
</div>
<div class="col-auto">
<label for="timeline-subtitle-input" class="input-form-label"
>WHERE</label
>
<input
type="text"
class="form-control-plaintext"
id="timeline-subtitle-input"
/>
</div>
<div class="col-auto">
<label for="timeline-title-input" class="input-form-label"
>WHAT</label
>
<input
type="text"
class="form-control-plaintext"
id="timeline-title-input"
/>
</div>
<div class="col-auto">
<label for="timeline-desc-input" class="input-form-label"
>HOW</label
>
<input
type="text"
class="form-control-plaintext"
id="timeline-body-input"
/>
</div>
</form>
<div class="row complete-btn-row">
<a
href="javascript:;"
class="
complete-btn
width-4
text-15
btn btn-theme btn-primary
margin-bottom-xl margin-top-xl
blocked
_start
"
>개설하기</a
>
</div>
</div>
</section>
</body>
</html>