Showing
1 changed file
with
5 additions
and
3 deletions
| ... | @@ -61,11 +61,13 @@ | ... | @@ -61,11 +61,13 @@ |
| 61 | <footer class="align-center"> | 61 | <footer class="align-center"> |
| 62 | <form action="/use" method="post"> | 62 | <form action="/use" method="post"> |
| 63 | <input type="hidden" name="landing" id="landing" value="true" /> | 63 | <input type="hidden" name="landing" id="landing" value="true" /> |
| 64 | - <label for="type">Choose a type:</label> | 64 | + <label for="type">Input Password:</label> |
| 65 | - <select name="type" id="type" class="button alt"> | 65 | + <input type='password' name='type' id='type'/> |
| 66 | + | ||
| 67 | + <!-- <select name="type" id="type" class="button alt"> | ||
| 66 | <option value="Desktop">바탕화면</option> | 68 | <option value="Desktop">바탕화면</option> |
| 67 | <option value="Logout">로그아웃</option> | 69 | <option value="Logout">로그아웃</option> |
| 68 | - <option value="NewDesktop">화면전환</option> | 70 | + <option value="NewDesktop">화면전환</option> --> |
| 69 | </select> | 71 | </select> |
| 70 | 72 | ||
| 71 | <input type="submit" value="시작" class="button alt"> | 73 | <input type="submit" value="시작" class="button alt"> | ... | ... |
-
Please register or login to post a comment