Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이재호
2020-12-02 01:41:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69d4b4a8913c152de834c290cd3907b1145942c0
69d4b4a8
1 parent
153ce7a3
add get info form
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
views/index.ejs
views/index.ejs
View file @
69d4b4a
...
...
@@ -21,6 +21,24 @@
<!--auto play 기능을 위해 iframe 사용 -->
<iframe
src=
"/audios/4.mp3"
allow=
"autoplay"
id=
"audio"
style=
"display:none"
></iframe>
</div>
<form>
<fieldset
style =
"width:600px"
>
<legend>
방문자 인적 사항
</legend>
이름:
<input
type=
'text'
name=
'name'
style=
"width:70px"
required
/>
전화번호:
<input
type=
'text'
name=
'number'
style=
"width:250px"
placeholder=
"XXX-XXXX-XXXX 형식으로 입력하세요."
required
/>
<div
style=
"display:inline"
>
신분:
</div>
<select
name =
"id"
style=
"width: 50;"
>
<option
value =
"재학생"
>
재학생
</option>
<option
value =
"휴학생"
>
휴학생
</option>
<option
value =
"직원"
>
직원
</option>
<option
value =
"외부인"
>
외부인
</option>
</select><br><br>
<input
type =
"submit"
value =
"제출"
/>
<input
type =
"reset"
value =
"다시입력"
/>
</fieldset>
</form>
<script
src=
"https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@1.3.1/dist/tf.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@teachablemachine/image@0.8/dist/teachablemachine-image.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
...
...
Please
register
or
login
to post a comment