Toggle navigation
Toggle navigation
This project
Loading...
Sign in
seungmin lee
/
OSS2020-2_Screensaver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
seungmin lee
2020-12-04 23:50:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5bc6f6c919840dd729a943f45bed4bb02cf990e
c5bc6f6c
1 parent
b7d65c93
change "action" to "password"
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
screensaver/views/index.ejs
screensaver/views/index.ejs
View file @
c5bc6f6
...
...
@@ -61,11 +61,13 @@
<footer
class=
"align-center"
>
<form
action=
"/use"
method=
"post"
>
<input
type=
"hidden"
name=
"landing"
id=
"landing"
value=
"true"
/>
<label
for=
"type"
>
Choose a type:
</label>
<select
name=
"type"
id=
"type"
class=
"button alt"
>
<label
for=
"type"
>
Input Password:
</label>
<input
type=
'password'
name=
'type'
id=
'type'
/>
<!-- <select name="type" id="type" class="button alt">
<option value="Desktop">바탕화면</option>
<option value="Logout">로그아웃</option>
<option
value=
"NewDesktop"
>
화면전환
</option>
<option value="NewDesktop">화면전환</option>
-->
</select>
<input
type=
"submit"
value=
"시작"
class=
"button alt"
>
...
...
Please
register
or
login
to post a comment