質問編集履歴

2

修正2

2016/05/23 05:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -208,6 +208,18 @@
208
208
 
209
209
  </tr>
210
210
 
211
+ <tr>
212
+
213
+ <td align="left">PHP</td>
214
+
215
+ <td><input type="text" name="c"
216
+
217
+ style="width: 300px; height: 15px;" size="11"
218
+
219
+ value="PHP 5.6"></td>
220
+
221
+ </tr>
222
+
211
223
  </table>
212
224
 
213
225
 

1

コードの修正

2016/05/23 05:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -30,19 +30,13 @@
30
30
 
31
31
  <body>
32
32
 
33
- <p>
34
-
35
- <br>
36
-
37
- </p>
38
-
39
- <!-- ※ ヘッダ ※ -->
33
+ <!-- ※ 共通ヘッダ ※ -->
40
34
 
41
35
  <div align="center"
42
36
 
43
37
  style="padding: 10px; margin-top: 10px; border: 1px dashed #333333;">
44
38
 
45
- ヘッダ</div>
39
+ 共通ヘッダ</div>
46
40
 
47
41
 
48
42
 
@@ -68,65 +62,61 @@
68
62
 
69
63
  <!-- ***table(技術要素登録・変更)*** -->
70
64
 
71
-
72
-
73
65
  <!-- 枠線の配置 -->
74
66
 
75
67
  <div
76
68
 
77
- style="border-style: solid; border-width: 1px; padding: 30px 50px 600px 50px; margin-top: 70px; margin-right; 5 px; margin-left: 5px;">
69
+ style="border-style: solid; border-width: 1px; padding: 30px 50px 300px 50px; margin-top: 70px; margin-right; 5 px; margin-left: 5px;">
78
-
79
- <CENTER>
70
+
80
-
81
-
82
-
83
-
84
-
85
- <!-- OSについての表 -->
71
+ <!-- OSについての表 -->
86
-
72
+
87
- <table align="left" border=1 cellpadding="12">
73
+ <table align="left" border=1 cellpadding="12">
88
-
74
+
89
- <caption>
75
+ <caption>
90
-
76
+
91
- <A Href="http://www.yahoo.co.jp/">OS</A>
77
+ <A Href="http://www.yahoo.co.jp/">OS</A>
92
-
78
+
93
- </caption>
79
+ </caption>
94
-
80
+
95
- <col width="200">
81
+ <col width="200">
96
-
82
+
97
- <col width="400">
83
+ <col width="400">
98
-
84
+
99
- <tr style="background-color: #00ffff">
85
+ <tr style="background-color: #00ffff">
100
-
86
+
101
- <th>技術名</th>
87
+ <th>技術名</th>
102
-
88
+
103
- <th>備考</th>
89
+ <th>備考</th>
104
-
90
+
105
- </tr>
91
+ </tr>
92
+
106
-
93
+ <tr>
94
+
107
- <th align="left">Windows</th>
95
+ <td align="left">Windows</td>
108
96
 
109
97
  <td><input type="text" name="windows"
110
98
 
111
99
  style="width: 300px; height: 15px;" size="21" value="Windows 7"></td>
112
100
 
101
+ </tr>
102
+
113
- <tr>
103
+ <tr>
114
-
104
+
115
- <th align="left">Linux</th>
105
+ <td align="left">Linux</td>
116
-
106
+
117
- <td><input type="text" name="linux"
107
+ <td><input type="text" name="linux"
118
-
108
+
119
- style="width: 300px; height: 15px;" size="21"
109
+ style="width: 300px; height: 15px;" size="21"
120
-
110
+
121
- value="SUSE Linux Enterprise 9"></td>
111
+ value="SUSE Linux Enterprise 9"></td>
122
-
112
+
123
- </tr>
113
+ </tr>
124
-
114
+
125
- </table>
115
+ </table>
126
-
127
-
128
-
116
+
117
+
118
+
129
- <!-- DBについての表 -->
119
+ <!-- DBについての表 -->
130
120
 
131
121
  <table align="center" border=1 cellpadding="12">
132
122
 
@@ -148,7 +138,7 @@
148
138
 
149
139
  </tr>
150
140
 
151
- <th align="left">SQL Server</th>
141
+ <td align="left">SQL Server</td>
152
142
 
153
143
  <td><input type="text" name="windows"
154
144
 
@@ -156,9 +146,11 @@
156
146
 
157
147
  value="SQL Server 2014"></td>
158
148
 
149
+ </tr>
150
+
159
- <tr>
151
+ <tr>
160
-
152
+
161
- <th align="left">Oracle</th>
153
+ <td align="left">Oracle</td>
162
154
 
163
155
  <td><input type="text" name="linux"
164
156
 
@@ -194,15 +186,19 @@
194
186
 
195
187
  </tr>
196
188
 
189
+ <tr>
190
+
197
- <th align="left">Java</th>
191
+ <td align="left">Java</td>
198
-
192
+
199
- <td><input type="text" name="java"
193
+ <td><input type="text" name="java"
200
-
194
+
201
- style="width: 300px; height: 15px;" size="21" value="Java 8"></td>
195
+ style="width: 300px; height: 15px;" size="21" value="Java 8"></td>
196
+
202
-
197
+ </tr>
198
+
203
- <tr>
199
+ <tr>
204
-
200
+
205
- <th align="left">C</th>
201
+ <td align="left">C</td>
206
202
 
207
203
  <td><input type="text" name="c"
208
204
 
@@ -210,14 +206,6 @@
210
206
 
211
207
  value="Visual C++ 2015"></td>
212
208
 
213
- <tr>
214
-
215
- <th align="left">PHP</th>
216
-
217
- <td><input type="text" name="php"
218
-
219
- style="width: 300px; height: 15px;" size="21" value="PHP 5.6"></td>
220
-
221
209
  </tr>
222
210
 
223
211
  </table>
@@ -240,19 +228,25 @@
240
228
 
241
229
  <tr style="background-color: #00ffff">
242
230
 
243
- <th>技術名</th>mo
231
+ <th>技術名</th>
232
+
244
-
233
+ <th>備考</th>
234
+
245
- </tr>
235
+ </tr>
236
+
246
-
237
+ <tr>
238
+
247
- <th align="left">Apache Struts</th>
239
+ <td align="left">Apache Struts</td>
248
-
240
+
249
- <td><input type="text" name="windows"
241
+ <td><input type="text" name="windows"
250
-
242
+
251
- style="width: 300px; height: 15px;" size="21" value="Struts 2"></td>
243
+ style="width: 300px; height: 15px;" size="21" value="Struts 2"></td>
244
+
252
-
245
+ </tr>
246
+
253
- <tr>
247
+ <tr>
254
-
248
+
255
- <th align="left">Apache Axis</th>
249
+ <td align="left">Apache Axis</td>
256
250
 
257
251
  <td><input type="text" name="linux"
258
252
 
@@ -270,52 +264,72 @@
270
264
 
271
265
  <caption>
272
266
 
273
- <A Href="http://www.yahoo.co.jp/"><br> <br> <br>
267
+ <A Href="http://www.yahoo.co.jp/"><br> <br>ミドルウェア・その他</A>
274
-
275
- <br>ミドルウェア・その他</A>
268
+
276
-
277
- </caption>
269
+ </caption>
278
-
270
+
279
- <col width="200">
271
+ <col width="200">
280
-
272
+
281
- <col width="400">
273
+ <col width="400">
282
-
274
+
283
- <tr style="background-color: #00ffff">
275
+ <tr style="background-color: #00ffff">
284
-
276
+
285
- <th>技術名</th>
277
+ <th>技術名</th>
286
-
278
+
287
- <th>備考</th>
279
+ <th>備考</th>
288
-
280
+
289
- </tr>
281
+ </tr>
282
+
290
-
283
+ <tr>
284
+
291
- <th align="left">Seaser</th>
285
+ <td align="left">Seaser</td>
292
-
286
+
293
- <td><input type="text" name="windows"
287
+ <td><input type="text" name="windows"
294
-
288
+
295
- style="width: 200px; height: 15px;" size="21" value="Seaser 2"></td>
289
+ style="width: 300px; height: 15px;" size="21" value="Seaser 2"></td>
290
+
296
-
291
+ </tr>
292
+
297
- <tr>
293
+ <tr>
298
-
294
+
299
- <th align="left">Apache POI</th>
295
+ <td align="left">Apache POI</td>
300
296
 
301
297
  <td><input type="text" name="linux"
302
298
 
303
- style="width: 200px; height: 15px;" size="21" value="Apache POI"></td>
299
+ style="width: 300px; height: 15px;" size="21" value="Apache POI"></td>
304
-
300
+
305
- </tr>
301
+ </tr>
306
-
302
+
307
- </table>
303
+ </table>
304
+
305
+
306
+
308
-
307
+ <!-- 登録ボタンの配置 -->
308
+
309
-
309
+ <table align="left">
310
+
310
-
311
+ <tr>
312
+
313
+ <br>
314
+
315
+ <br>
316
+
317
+ <form action="backlist.do">
318
+
319
+ <td><input type="submit" value="登録"
320
+
321
+ style="WIDTH: 70px; HEIGHT: 25px; margin-top: 25px;"></td>
322
+
323
+ </form>
324
+
325
+ </tr>
326
+
311
- </CENTER>
327
+ </table>
312
328
 
313
329
  </div>
314
330
 
315
331
 
316
332
 
317
-
318
-
319
333
  <!-- 戻るボタンの配置 -->
320
334
 
321
335
  <table align="left">
@@ -334,15 +348,13 @@
334
348
 
335
349
  </table>
336
350
 
337
- <CENTER></CENTER>
338
-
339
- <!-- ※ フッタ ※ -->
351
+ <!-- ※ 共通フッタ ※ -->
340
352
 
341
353
  <div align="center"
342
354
 
343
355
  style="padding: 10px; margin-top: 80px; border: 1px dashed #333333;">
344
356
 
345
- フッタ</div>
357
+ 共通フッタ</div>
346
358
 
347
359
  </body>
348
360