質問編集履歴

3

HTML追加

2019/05/29 13:14

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,79 @@
55
55
  コード
56
56
 
57
57
  ```
58
+
59
+ ```
60
+
61
+ <html>
62
+
63
+ <head>
64
+
65
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>
66
+
67
+ CakePHP: the rapid development php framework:
68
+
69
+ Users </title>
70
+
71
+ <link href="/CakePHP/favicon.ico" type="image/x-icon" rel="icon"/><link href="/CakePHP/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="/CakePHP/css/cake.generic.css"/></head>
72
+
73
+ <body>
74
+
75
+ <div id="container">
76
+
77
+ <div id="header">
78
+
79
+ <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1>
80
+
81
+ </div>
82
+
83
+ <div id="content">
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+ <h3>Signup<h3>
92
+
93
+ <form action="/CakePHP/" id="UserSignupForm" method="post" accept-charset="utf-8"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div><input name="data[User][firstname]" label="Firstname" type="controll" id="UserFirstname"/><div class="input text"><label for="UserLastname">Lastname</label><input name="data[User][lastname]" maxlength="255" type="text" id="UserLastname"/></div><div class="input email"><label for="UserEmail">Email</label><input name="data[User][email]" maxlength="255" type="email" id="UserEmail"/></div><div class="input text"><label for="UserUsername">Username</label><input name="data[User][username]" maxlength="255" type="text" id="UserUsername"/></div><div class="input password"><label for="UserPassword">Password</label><input name="data[User][password]" type="password" id="UserPassword"/></div><div class="input password"><label for="UserPasswordConfirm">password(confirm)</label><input name="data[User][password_confirm]" type="password" id="UserPasswordConfirm"/></div>
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+ </div>
114
+
115
+ <div id="footer">
116
+
117
+ <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/CakePHP/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a> <p>
118
+
119
+ CakePHP 2.10.18 </p>
120
+
121
+ </div>
122
+
123
+ </div>
124
+
125
+
126
+
127
+ </body>
128
+
129
+ </html>
130
+
131
+ コード
132
+
133
+ ```

2

画像を添付しました。

2019/05/29 13:14

投稿

amaturePy
amaturePy

スコア131

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- CakePHPでの登録フォームを作成したのですが。
1
+ ![イメージ説明](ce2ad3bca8d8c916299dce5d8af08aa7.png)CakePHPでの登録フォームを作成したのですが。
2
2
 
3
3
 
4
4
 

1

質問の表記を変更しました。

2019/05/29 13:13

投稿

amaturePy
amaturePy

スコア131

test CHANGED
@@ -1 +1 @@
1
- CakePHPでのHtml 登録フォームに関してアドバイス下
1
+ CakePHPでの登録フォーム(HTML)部が上手く表示れません。
test CHANGED
File without changes