Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍용민
/
BusTime
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
이의준
2021-06-10 12:15:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4626a3b9b1c8c57f8638f2ceaa5dcc50f7f62d79
4626a3b9
1 parent
99787c9c
표 및 텍스트 수정
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
views/index.ejs
views/timetable.ejs
views/index.ejs
View file @
4626a3b
...
...
@@ -32,12 +32,11 @@
</div>
<ul>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
>
9
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=1112"
>
1112
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
>
5100
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
>
7000
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=9"
style=
"font-size:2em;"
>
9번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=1112"
style=
"font-size:2em;"
>
1112번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=5100"
style=
"font-size:2em;"
>
5100번
</a></li>
<li><a
href=
"http://localhost:23023/timetable?busNum=7000"
style=
"font-size:2em;"
>
7000번
</a></li>
</ul>
<p>
ejs파일임
</p>
</body>
</html>
\ No newline at end of file
...
...
views/timetable.ejs
View file @
4626a3b
...
...
@@ -12,14 +12,13 @@
<h1><a
href=
"/"
><p
style=
"text-align:center;"
>
BTT
</p></a></h1>
<br>
<div
style=
"padding:0 0 0 20px;"
>
<h2>
<
%= busNum %> BUS Time Table
</h2>
<br>
</div>
<div
style=
"padding:0 0 0 20px;"
>
<table
border=
"3"
width=
"400"
>
<th>
Index
</th>
<th>
출발 예정시간
</th>
<th>
남은 시간
</th>
<tr
align=
"center"
>
<td>
text입력하기
</td>
<td>
<
%= ETD_min_H %>:
<
%= ETD_min_m %> ~
<
%= ETD_max_H %>:
<
%= ETD_max_m %>
</td>
<td>
<
%= remainTime %>
</td>
</tr>
...
...
@@ -28,7 +27,7 @@
<br>
<br>
<p>
<div
style=
"padding:0 0 0 20px;"
>
버스의 평균 배차시간을
기준으로
최소 출발시간과 최대 출발시간을 제공합니다.
버스의 평균 배차시간을
계산하여
최소 출발시간과 최대 출발시간을 제공합니다.
</div>
</p>
<div
style=
"padding:0 0 0 20px;"
>
<
% var date = new Date(); %>
...
...
@@ -43,5 +42,16 @@
<
%= printDateNotion %>
<
%= printDateNotion2 %>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div
style=
"padding:0 0 0 20px;"
>
<p>
처음화면으로 돌아가려면 상단의 BTT를 누르세요!
</p>
</div>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment