質問編集履歴

3

変更

2020/03/02 02:48

投稿

yuki911
yuki911

スコア27

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- formの上部に余白ができているので、それを消したいのでアドバイスお願いします
1
+ formの上部に余白ができてい、それを消したいのでアドバイスお願いします
2
2
 
3
3
  ```html
4
4
 

2

変更

2020/03/02 02:48

投稿

yuki911
yuki911

スコア27

test CHANGED
@@ -1 +1 @@
1
- flexbox高さ合わない
1
+ form上部に余白できる
test CHANGED
@@ -1,4 +1,4 @@
1
- 親要素に対してbuttonの上に余白がるのですがこれを消すにはどうしたいいょうか?
1
+ formの上に余白ができているので、それを消したいのでアドバイスお願いします
2
2
 
3
3
  ```html
4
4
 

1

変更

2020/03/02 02:38

投稿

yuki911
yuki911

スコア27

test CHANGED
File without changes
test CHANGED
@@ -20,16 +20,6 @@
20
20
 
21
21
  <body>
22
22
 
23
- <?php if(isset($error)): ?>
24
-
25
- <?php foreach($error as $e): ?>
26
-
27
- <p class="error"><?php echo h($e); ?></p>
28
-
29
- <?php endforeach; ?>
30
-
31
- <?php endif; ?>
32
-
33
23
  <section>
34
24
 
35
25
  <h2>新規投稿</h2>
@@ -44,7 +34,7 @@
44
34
 
45
35
  <button type="submit">部屋を立てる</button>
46
36
 
47
- <input type="hidden" name="token" value="<?php echo h(generate_token()); ?>">
37
+ <input type="hidden" name="token" value="">
48
38
 
49
39
  </form>
50
40
 
@@ -54,23 +44,15 @@
54
44
 
55
45
  <h2>投稿一覧</h2>
56
46
 
57
- <p>現在の投稿は<span><?php echo $count; ?></span>件です</p>
47
+ <p>現在の投稿は<span></span>件です</p>
58
-
59
- <?php if(isset($count)): ?>
60
-
61
- <?php foreach($rows as $row): ?>
62
48
 
63
49
  <div class="container">
64
50
 
65
51
  <div class="linkbox">
66
52
 
67
- <a href='threads.php?boards_id=<?php echo $row['boards_id']; ?>'>
53
+ <a href='threads.php?boards_id=?>'>
68
54
 
69
- <?php echo h($username); ?>
55
+
70
-
71
- <?php echo h($row['created_at']); ?> <br>
72
-
73
- <?php echo h($row['title']); ?>
74
56
 
75
57
  </a>
76
58
 
@@ -80,13 +62,13 @@
80
62
 
81
63
  <form action="change.php" method="get">
82
64
 
83
- <button type="submit" name="boards_id" value="<?php echo h($row['boards_id']); ?>">編集</button>
65
+ <button type="submit" name="boards_id">編集</button>
84
66
 
85
67
  </form>
86
68
 
87
69
  <form action="delete.php" method="get">
88
70
 
89
- <button type="submit" name="boards_id" value="<?php echo h($row['boards_id']); ?>">削除</button>
71
+ <button type="submit" name="boards_id">削除</button>
90
72
 
91
73
  </form>
92
74
 
@@ -94,13 +76,7 @@
94
76
 
95
77
  </div>
96
78
 
97
- <?php endforeach; ?>
98
-
99
- <?php else: ?>
100
-
101
79
  <p>投稿はまだありません。</p>
102
-
103
- <?php endif; ?>
104
80
 
105
81
  </section>
106
82
 
@@ -200,4 +176,4 @@
200
176
 
201
177
  ```
202
178
 
203
- ![イメージ説明](cd95131bb81889a32ef351047a708c9f.png)
179
+ ![イメージ説明](26422357e3b8615cfe062aab31b4a271.png)