forked from nfsnfs/COSCUP-System-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroup.html
50 lines (50 loc) · 1.9 KB
/
group.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
<div class="ui negative message hidden">
<div class="header">
錯誤:
</div>
<p id="error-msg"></p>
</div>
<div class="ui positive message hidden">
<div class="header">
訊息:
</div>
<p id="success-msg"></p>
</div>
<div class="ui grid">
<div class="sixteen wide column" id="member">
<table class="ui table">
<thead id="member-title">
<tr>
<th>
<div class="ui orange button" id="toggle-group-table"><i class="angle double right icon"></i></div>
</th>
<th id="title-count"> </th>
<th id="title-id">ID</th>
<th id="title-email">Email</th>
<th id="title-redmine">Redmine</th>
<th id="title-nickname">Nickname</th>
<th id="title-last_name">姓</th>
<th id="title-first_name">名</th>
<th id="title-gender">性別</th>
<th id="title-phone">電話</th>
<th id="title-personal">身份證字號</th>
<th id="title-team">組別</th>
<th id="title-food">食物</th>
<th id="title-t-shirt">T-shirt</th>
<th id="title-certificate">感謝狀</th>
<th id="title-accommodation">住宿</th>
<th id="title-traffic">交通</th>
<th id="title-commuting">通勤</th>
<th id="title-origin">出發</th>
<th id="title-language">語言</th>
<th id="title-skill">技能</th>
</tr>
</thead>
<tbody id="member-content"></tbody>
</table>
</div>
</div>
<div class="fullscreen modal" id="personal-modal">
<div class="content" id="personal-modal-content">
</div>
</div>