Completed
Push — develop ( 6ff0d7...b03fd3 )
by Kenji
01:58
created
application/views/bbs_show_mobile.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -10,26 +10,26 @@
 block discarded – undo
10 10
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
11 11
 <tr><td bgcolor="#9999FF"><a name="top">モバイル掲示板</a></td></tr>
12 12
 <tr><td>&nbsp;</td></tr>
13
-<tr><td bgcolor="#EEEEEE"><?=anchor('bbs/post', '&gt;&gt;新規投稿');?></td></tr>
13
+<tr><td bgcolor="#EEEEEE"><?=anchor('bbs/post', '&gt;&gt;新規投稿'); ?></td></tr>
14 14
 <tr><td>&nbsp;</td></tr>
15 15
 <!-- ページネーションを表示します。 -->
16 16
 <?=$pagination?>
17 17
 </table>
18 18
 <!-- ここから、php endforeachまで、記事を表示するループです。 -->
19
-<?php foreach($query->result() as $row): ?>
19
+<?php foreach ($query->result() as $row): ?>
20 20
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
21
-<tr><td bgcolor="#BBBBFF"><a name="id<?=html_escape($row->id);?>">[<?=html_escape($row->id);?>]</a>
22
-<?=html_escape($row->subject);?></td></tr>
21
+<tr><td bgcolor="#BBBBFF"><a name="id<?=html_escape($row->id); ?>">[<?=html_escape($row->id); ?>]</a>
22
+<?=html_escape($row->subject); ?></td></tr>
23 23
 <tr>
24
-<td><?=html_escape($row->name);?>&nbsp;<?=html_escape($row->datetime);?></td>
24
+<td><?=html_escape($row->name); ?>&nbsp;<?=html_escape($row->datetime); ?></td>
25 25
 </tr>
26
-<tr><td bgcolor="#EEEEEE"><?=nl2br(html_escape($row->body));?></td></tr>
26
+<tr><td bgcolor="#EEEEEE"><?=nl2br(html_escape($row->body)); ?></td></tr>
27 27
 <!-- 記事を削除するためのフォームを表示します。 -->
28
-<tr><td><?=form_open('bbs/delete/'. $row->id, ['accept-charset' => 'Shift_JIS']);?>
28
+<tr><td><?=form_open('bbs/delete/'.$row->id, ['accept-charset' => 'Shift_JIS']); ?>
29 29
 削除パスワード:<br>
30 30
 <input type="text" name="password" value="">
31 31
 <input type="submit" value="削除">
32
-<?=form_close();?></td></tr>
32
+<?=form_close(); ?></td></tr>
33 33
 <tr><td>&nbsp;</td></tr>
34 34
 <?=$pagination?>
35 35
 </table>
Please login to merge, or discard this patch.
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);?>
40
-<?=form_hidden('delete', '1');?>
41
-<?=form_hidden('password', $password);?>
39
+<?=form_open('bbs/delete/'.$id); ?>
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');?>
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'); ?>
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.
application/views/bbs_post_mobile.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -19,43 +19,43 @@
 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>
26 26
 </tr>
27 27
 </table>
28 28
 
29
-<?=form_open('bbs/confirm', ['accept-charset' => 'Shift_JIS']);?>
29
+<?=form_open('bbs/confirm', ['accept-charset' => 'Shift_JIS']); ?>
30 30
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
31 31
 <tr>
32
-<td bgcolor="#EEEEEe">名前<br><input type="text" name="name" value="<?=html_escape($name);?>"></td>
32
+<td bgcolor="#EEEEEe">名前<br><input type="text" name="name" value="<?=html_escape($name); ?>"></td>
33 33
 </tr>
34 34
 <tr>
35
-<td>メールアドレス<br><input type="text" name="email" value="<?=html_escape($email);?>"></td>
35
+<td>メールアドレス<br><input type="text" name="email" value="<?=html_escape($email); ?>"></td>
36 36
 </tr>
37 37
 <tr>
38
-<td bgcolor="#EEEEEE">件名<br><input type="text" name="subject" value="<?=html_escape($subject);?>"></td>
38
+<td bgcolor="#EEEEEE">件名<br><input type="text" name="subject" value="<?=html_escape($subject); ?>"></td>
39 39
 </tr>
40 40
 <tr>
41
-<td>内容<br><textarea name="body" rows="3"><?=html_escape($body);?></textarea></td>
41
+<td>内容<br><textarea name="body" rows="3"><?=html_escape($body); ?></textarea></td>
42 42
 </tr>
43 43
 <tr>
44
-<td bgcolor="#EEEEEE">削除パスワード<br><input type="text" name="password" value="<?=html_escape($password);?>"></td>
44
+<td bgcolor="#EEEEEE">削除パスワード<br><input type="text" name="password" value="<?=html_escape($password); ?>"></td>
45 45
 </tr>
46 46
 <tr>
47 47
 <td>画像認証コード<br><?=$image?>
48 48
 <br>
49 49
 <input type="text" name="captcha" value="" />
50
-<?=form_hidden('key', $key);?>
50
+<?=form_hidden('key', $key); ?>
51 51
 <br>
52 52
 <input type="submit" value="確認画面に進む"></td>
53 53
 </tr>
54 54
 </table>
55
-<?=form_close();?>
55
+<?=form_close(); ?>
56 56
 
57 57
 <hr>
58
-<?=anchor('bbs', 'トップに戻る');?>
58
+<?=anchor('bbs', 'トップに戻る'); ?>
59 59
 
60 60
 </body>
61 61
 </html>
Please login to merge, or discard this patch.