質問編集履歴
1
情報の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -168,11 +168,7 @@
|
|
168
168
|
|
169
169
|
?>
|
170
170
|
|
171
|
-
|
171
|
+
|
172
|
-
|
173
|
-
<p>スタッフコード</p>
|
174
|
-
|
175
|
-
<p><?php echo $staff_code; ?></p>
|
176
172
|
|
177
173
|
<form method="post" action="staff_edit_check.php">
|
178
174
|
|
@@ -180,13 +176,7 @@
|
|
180
176
|
|
181
177
|
<input type="text" name="name" style="width:200px" value="<?php echo $staff_name?>">
|
182
178
|
|
183
|
-
|
179
|
+
|
184
|
-
|
185
|
-
<input type="password" name="pass" style="width: 100px;"><br>
|
186
|
-
|
187
|
-
<p>パスワードをもう一度入力してください</p>
|
188
|
-
|
189
|
-
<input type="password" name="pass2" style="width: 100px;"><br>
|
190
180
|
|
191
181
|
<input type="button" onclick="history.back()" value="戻る">
|
192
182
|
|