forked from smu-nity/SMU-Petition-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost_list.html
251 lines (244 loc) · 12.1 KB
/
post_list.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
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width , initial-scale=1">
<title>상명대학교 - 청원게시판</title>
<link rel="stylesheet" href="static/css/styles.css" media="screen">
<script src="https://kit.fontawesome.com/726bbd6862.js" crossorigin="anonymous"></script>
</head>
<body>
<div include-html="reference/navbar.html"></div>
<div class="resized">
<div class="resized-elements container my-3 container-post_list">
<div class="row row-post_list">
<div class="col-1 petition-info__icon">
<i class="fas fa-check-double"></i>
</div>
<div class="col-6 petition-info">
<h2 class="petition-info__count">지금까지 총 n 개의 청원과</h2>
<h2 class="petition-info__complete">n 개의 답변이 등록되었습니다.</h2>
</div>
<div class="col-5 enroll-btn">
<a href="#search_kw" class="btn btn-primary enroll-btn__btn">
<i class="fas fa-search enroll-btn__icon"></i>검색하기
</a>
<a href="{% url 'pybo:question_create' %}" class="btn btn-primary enroll-btn__btn">
<i class="fas fa-edit enroll-btn__icon"></i>청원하기
</a>
</div>
</div>
<div class="resized-table">
<div class="container my-3">
<div class="row my-3">
<div class="col-4">
<div class="input-group petition-search">
<input type="text" id="search_kw" class="form-control" placeholder="검색할 내용 입력">
<div class="input-group-append">
<button class="btn btn-outline-secondary petition-search--icon" type="button"
id="btn_search">찾기</button>
</div>
</div>
</div>
<div class="col-3"></div>
<div class="col-5 petition-warning">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#flush-collapseOne"
aria-expanded="false" aria-controls="flush-collapseOne">
Accordion Item #1
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse"
aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">Placeholder content for this accordion, which is
intended to demonstrate the <code>.accordion-flush</code> class. This is the
first item's accordion body.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<table class="table">
<thead class="table-head">
<tr class="text-center table-sangmyung__header">
<th>번호</th>
<th>말머리</th>
<th style="width:50%">제목</th>
<th>글쓴이</th>
<th>추천</th>
<th>댓글</th>
</tr>
</thead>
<tbody class="table-body">
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
<span class="table-body__notice-icon">공지</span>
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start table-body__notice">
<a href="{% url 'pybo:detail' question.id %}">청원게시판 소개</a>
</td>
<td>총학생회</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>9
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
8
</td>
<td class="table-body__complete">[답변완료]</td>
<td class="text-start">
<a href="{% url 'pybo:detail' question.id %}">공학인증제도 수정</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>9
</td>
<td class="table-body__comm>
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
7
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start">
<span class="table-body__new">N</span>
<a href="{% url 'pybo:detail' question.id %}">스뮤니티 화이팅</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>999+
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>999+
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
6
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start">
<a href="{% url 'pybo:detail' question.id %}">테스트6</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>12
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>14
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
5
</td>
<td class="table-body__complete">[답변완료]</td>
<td class="text-start">
<a href="{% url 'pybo:detail' question.id %}">테스트5</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>9
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
4
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start">
<span class="table-body__new">N</span>
<a href="{% url 'pybo:detail' question.id %}">테스트4</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>45
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>23
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
<span class="table-body__number">3</span>
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start">
<a href="{% url 'pybo:detail' question.id %}">테스트3</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>0
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
2
</td>
<td class="table-body__complete">[답변완료]</td>
<td class="text-start">
<a href="{% url 'pybo:detail' question.id %}">테스트2</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>0
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<tr class="text-center table-sangmyung__body">
<td class="table-body__number">
1
</td>
<td class="table-body__proceeding">[진행중]</td>
<td class="text-start">
<span class="table-body__new">N</span>
<a href="{% url 'pybo:detail' question.id %}">테스트1</a>
</td>
<td>익명</td>
<td class="table-body__like">
<i class="far fa-thumbs-up table-body__icon"></i>0
</td>
<td class="table-body__comment">
<i class="far fa-comment table-body__icon"></i>0
</td>
</tr>
<div include-html="reference/pagination.html"></div>
</div>
<div include-html="reference/footer.html"></div>
</body>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<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/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<script src="static/js/includeHTML.js"></script>
<script>
includeHTML();
</script>
</html>