File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1515 <br>
1616 <form action= \"/creat.php \" method= \"post \">
1717 <br>
18- <b>Password</b>
19- <input type= \"text \" name= \"psd \" placeholder= \"No input means no setting \">
18+ <div class= \"input \">
19+ <input type= \"text \" name= \"psd \" placeholder= \"Set a password \">
20+ </div>
2021 <br><br>
2122 <input type= \"submit \" value= \" > Creat \">
2223 </form>
3334 <br>
3435 <form action= \"/jump.php \" method= \"post \">
3536 <br>
36- <b>ID</b>
37- <input type= \"number \" name= \"sid \">
37+ <div class= \"input \">
38+ <input type= \"number \" name= \"sid \" placeholder= \"Input your note ID \">
39+ </div>
3840 <br><br>
3941 <input type= \"submit \" value= \" > Go \">
4042 </form>
Original file line number Diff line number Diff line change 11<?php
2+ echo "<title>Please wait...</title> " ;
23$ num =$ _POST ['sid ' ];
34if ($ num =="" ){
45 echo "<script>window.location.href='/'</script> " ;
You can’t perform that action at this time.
0 commit comments