質問編集履歴

1

ソースの追加

2017/01/30 10:48

投稿

tsuru0508
tsuru0508

スコア65

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,131 @@
33
33
  なんとなく出来そうな気がしますが、検索ワードも思いつきません。
34
34
 
35
35
  ご存知の方、ご指導お願い申し上げます。
36
+
37
+
38
+
39
+
40
+
41
+ *プログラムを追加させていただきます。
42
+
43
+ ```ここに言語を入力
44
+
45
+ <div class="col-xs-12">
46
+
47
+ <div class="table-responsive">
48
+
49
+ <table class="table table-striped table-bordered table-hover">
50
+
51
+ <thead>
52
+
53
+ <tr>
54
+
55
+ <th nowrap="">対象</th>
56
+
57
+ <th>&nbsp;</th>
58
+
59
+ <th nowrap="">所属部署</th>
60
+
61
+ <th nowrap="">名前</th>
62
+
63
+ <th nowrap="">資格</th>
64
+
65
+ </tr>
66
+
67
+ </thead>
68
+
69
+ <tbody>
70
+
71
+ <tr>
72
+
73
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="1"></div></td>
74
+
75
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('1');">詳細</button></div></td>
76
+
77
+ <td nowrap>総務経理部</td>
78
+
79
+ <td nowrap>山田 いちろう</td>
80
+
81
+ <td nowrap>FP2</td>
82
+
83
+ </tr>
84
+
85
+ <tr>
86
+
87
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="2"></div></td>
88
+
89
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('2');">詳細</button></div></td>
90
+
91
+ <td nowrap>総務経理部</td>
92
+
93
+ <td nowrap>山田 二郎</td>
94
+
95
+ <td nowrap>FP2</td>
96
+
97
+ </tr>
98
+
99
+ <tr>
100
+
101
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="3"></div></td>
102
+
103
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('3');">詳細</button></div></td>
104
+
105
+ <td nowrap>総務経理部</td>
106
+
107
+ <td nowrap>山田 三郎</td>
108
+
109
+ <td nowrap>FP1</td>
110
+
111
+ </tr>
112
+
113
+ <tr>
114
+
115
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="4"></div></td>
116
+
117
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('4');">詳細</button></div></td>
118
+
119
+ <td nowrap>総務経理部</td>
120
+
121
+ <td nowrap>田中 四郎</td>
122
+
123
+ <td nowrap>FP2</td>
124
+
125
+ </tr>
126
+
127
+ <tr>
128
+
129
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="5"></div></td>
130
+
131
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('5');">詳細</button></div></td>
132
+
133
+ <td nowrap>総務経理部</td>
134
+
135
+ <td nowrap>井上 五郎</td>
136
+
137
+ <td nowrap>FP2</td>
138
+
139
+ </tr>
140
+
141
+ <tr>
142
+
143
+ <td><div class="text-center"><input type="checkbox" name="sentaku[]" value="6"></div></td>
144
+
145
+ <td><div class="text-center"><button type="button" class="btn btn-default btn-xs" onclick="viewJump('6');">詳細</button></div></td>
146
+
147
+ <td nowrap>総務経理部</td>
148
+
149
+ <td nowrap>佐藤 花子</td>
150
+
151
+ <td nowrap>FP1</td>
152
+
153
+ </tr>
154
+
155
+ </tbody>
156
+
157
+ </table>
158
+
159
+ </div>
160
+
161
+ </div> <!-- col-xs-12 -->
162
+
163
+ ```