Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
My_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-06-24 15:15:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
466cd21bc649f3c5eda6622f993a6784d7971767
466cd21b
1 parent
ba22d632
test_1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
views/index.ejs
views/index.ejs
View file @
466cd21
...
...
@@ -44,7 +44,7 @@
<li
class=
"active"
><a
href=
"#"
>
채팅
</a></li>
<li><a
id=
"help"
href=
"#"
>
도움말
</a></li>
<li><a
id=
"user"
href=
"#"
>
사용자
</a></li>
<li><a
id=
"menu-admin"
href=
"#"
style=
"display:none"
>
Admin
</a></li>
<li><a
id=
"menu-admin"
href=
"#"
>
Admin
</a></li>
<li><a
id=
"menu-options"
href=
"#"
>
옵션
</a></li>
</ul>
</div>
...
...
@@ -62,7 +62,7 @@
<button
id=
"options"
class=
"btn btn-fab btn-fab-mini btn-primary pull-right"
>
<i
id=
"icon-settings"
class=
"mdi mdi-action-settings"
></i>
</button>
<button
id=
"audio"
class=
"btn btn-fab btn-fab-mini btn-primary pull-right"
style=
"display:none"
>
<button
id=
"audio"
class=
"btn btn-fab btn-fab-mini btn-primary pull-right"
>
<i
id=
"icon-audio"
class=
"mdi mdi-av-mic"
></i>
</button>
</div>
...
...
@@ -96,7 +96,7 @@
<p
class=
"text-left pull-left"
>
EDIT by
<a
href=
"http://khuhub.khu.ac.kr/2018102163/My_Project"
target=
"_blank"
>
김대욱
</a></p>
<p
id=
"badges"
class=
"text-right pull-right"
>
<span><label
id=
"users"
class=
"label"
>
0 사용자
</label></span>
<span><label
id=
"admin"
class=
"label label-warning"
style=
"display:none"
>
ADMIN
</label></span>
<span><label
id=
"admin"
class=
"label label-warning"
>
ADMIN
</label></span>
<span><label
class=
"label label-info"
>
BETA
</label></span>
</p>
</div>
...
...
@@ -200,13 +200,13 @@
<div
class=
"togglebutton"
>
<label>
채팅 음성지원
<input
id=
"sound"
type=
"checkbox"
></label>
</div>
<div
class=
"togglebutton"
id=
"toggle-desktop"
style=
"display:none"
>
<div
class=
"togglebutton"
id=
"toggle-desktop"
>
<label>
채팅 알림
<input
id=
"desktop"
type=
"checkbox"
></label>
</div>
<div
class=
"togglebutton"
id=
"toggle-synthesis"
style=
"display:none"
>
<div
class=
"togglebutton"
id=
"toggle-synthesis"
>
<label>
음성 합성 [Experimental]
<input
id=
"synthesis"
type=
"checkbox"
></label>
</div>
<div
class=
"togglebutton"
id=
"toggle-recognition"
style=
"display:none"
>
<div
class=
"togglebutton"
id=
"toggle-recognition"
>
<label>
음성 인식 [Experimental]
<input
id=
"recognition"
type=
"checkbox"
></label>
</div>
</div>
...
...
Please
register
or
login
to post a comment