Completed
Push — develop ( b03fd3...18f17f )
by Kenji
02:12
created
application/views/bbs_delete_confirm_mobile.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -22,25 +22,25 @@  discard block
 block discarded – undo
22 22
 
23 23
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
24 24
 <tr>
25
-<td bgcolor="#EEEEEE"><a name="<?=html_escape($id);?>">[<?=html_escape($id);?>]</a> <?=html_escape($subject);?></td>
25
+<td bgcolor="#EEEEEE"><a name="<?=html_escape($id); ?>">[<?=html_escape($id); ?>]</a> <?=html_escape($subject); ?></td>
26 26
 </tr>
27 27
 <tr>
28
-<td><?=html_escape($name);?>&nbsp;<?=html_escape($datetime);?>&nbsp;</td>
28
+<td><?=html_escape($name); ?>&nbsp;<?=html_escape($datetime); ?>&nbsp;</td>
29 29
 </tr>
30 30
 <tr>
31
-<td bgcolor="#EEEEEE"><?=nl2br(html_escape($body));?></td>
31
+<td bgcolor="#EEEEEE"><?=nl2br(html_escape($body)); ?></td>
32 32
 </tr>
33 33
 <tr>
34 34
 <td>
35
-<?=form_open('bbs', ['accept-charset' => 'Shift_JIS']);?>
35
+<?=form_open('bbs', ['accept-charset' => 'Shift_JIS']); ?>
36 36
 <input type="submit" value="いいえ" />
37
-<?=form_close();?>
37
+<?=form_close(); ?>
38 38
 
39
-<?=form_open('bbs/delete/'. $id, ['accept-charset' => 'Shift_JIS']);?>
40
-<?=form_hidden('delete', '1');?>
41
-<?=form_hidden('password', $password);?>
39
+<?=form_open('bbs/delete/'.$id, ['accept-charset' => 'Shift_JIS']); ?>
40
+<?=form_hidden('delete', '1'); ?>
41
+<?=form_hidden('password', $password); ?>
42 42
 <input type="submit" value="はい" />
43
-<?=form_close();?>
43
+<?=form_close(); ?>
44 44
 </td>
45 45
 </tr>
46 46
 <tr>
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 </table>
50 50
 
51 51
 <hr>
52
-<?=anchor('bbs', 'トップに戻る');?>
52
+<?=anchor('bbs', 'トップに戻る'); ?>
53 53
 
54 54
 </body>
55 55
 </html>
Please login to merge, or discard this patch.
application/views/bbs_confirm_mobile.php 1 patch
Spacing   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 <td>&nbsp;</td>
20 20
 </tr>
21 21
 <tr>
22
-<td bgcolor="#FFCCFF"><?=validation_errors();?></td>
22
+<td bgcolor="#FFCCFF"><?=validation_errors(); ?></td>
23 23
 </tr>
24 24
 <tr>
25 25
 <td>&nbsp;</td>
@@ -28,47 +28,47 @@  discard block
 block discarded – undo
28 28
 
29 29
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
30 30
 <tr>
31
-<td bgcolor="#EEEEEE">名前<br><?=html_escape($name);?></td>
31
+<td bgcolor="#EEEEEE">名前<br><?=html_escape($name); ?></td>
32 32
 </tr>
33 33
 <tr>
34 34
 <td>メールアドレス<br><?php if ($email == '') { echo '(なし)'; } else { echo html_escape($email); } ?></td>
35 35
 </tr>
36 36
 <tr>
37
-<td bgcolor="#EEEEEE">件名<br><?=html_escape($subject);?></td>
37
+<td bgcolor="#EEEEEE">件名<br><?=html_escape($subject); ?></td>
38 38
 </tr>
39 39
 <tr>
40
-<td>内容<br><?=nl2br(html_escape($body));?></td>
40
+<td>内容<br><?=nl2br(html_escape($body)); ?></td>
41 41
 </tr>
42 42
 <tr>
43 43
 <td bgcolor="#EEEEEE">削除パスワード<br><?php if ($password == '') { echo '(なし)'; } else { echo html_escape($password); } ?></td>
44 44
 </tr>
45 45
 <tr>
46 46
 <td>
47
-<?=form_open('bbs/post', ['accept-charset' => 'Shift_JIS']);?>
48
-<?=form_hidden('name',     $name);?>
49
-<?=form_hidden('email',    $email);?>
50
-<?=form_hidden('subject',  $subject);?>
51
-<?=form_hidden('body',     $body);?>
52
-<?=form_hidden('password', $password);?>
47
+<?=form_open('bbs/post', ['accept-charset' => 'Shift_JIS']); ?>
48
+<?=form_hidden('name', $name); ?>
49
+<?=form_hidden('email', $email); ?>
50
+<?=form_hidden('subject', $subject); ?>
51
+<?=form_hidden('body', $body); ?>
52
+<?=form_hidden('password', $password); ?>
53 53
 <input type="submit" value="修正する" />
54
-<?=form_close();?>
54
+<?=form_close(); ?>
55 55
 <br>
56
-<?=form_open('bbs/insert', ['accept-charset' => 'Shift_JIS']);?>
57
-<?=form_hidden('name',     $name);?>
58
-<?=form_hidden('email',    $email);?>
59
-<?=form_hidden('subject',  $subject);?>
60
-<?=form_hidden('body',     $body);?>
61
-<?=form_hidden('password', $password);?>
62
-<?=form_hidden('key',      $key);?>
63
-<?=form_hidden('captcha',  $captcha);?>
56
+<?=form_open('bbs/insert', ['accept-charset' => 'Shift_JIS']); ?>
57
+<?=form_hidden('name', $name); ?>
58
+<?=form_hidden('email', $email); ?>
59
+<?=form_hidden('subject', $subject); ?>
60
+<?=form_hidden('body', $body); ?>
61
+<?=form_hidden('password', $password); ?>
62
+<?=form_hidden('key', $key); ?>
63
+<?=form_hidden('captcha', $captcha); ?>
64 64
 <input type="submit" value="送信する" />
65
-<?=form_close();?>
65
+<?=form_close(); ?>
66 66
 </td>
67 67
 </tr>
68 68
 </table>
69 69
 
70 70
 <hr>
71
-<?=anchor('bbs', 'トップに戻る');?>
71
+<?=anchor('bbs', 'トップに戻る'); ?>
72 72
 
73 73
 </body>
74 74
 </html>
Please login to merge, or discard this patch.