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:24:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d6932e669536392a1b72ddb545d8cf3a5b70964
2d6932e6
1 parent
659b5baa
Modify (ejstest.ejs -> timetable.ejs)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
views/ejstest.ejs → views/timetable.ejs
views/
ejstest
.ejs
→
views/
timetable
.ejs
View file @
2d6932e
...
...
@@ -7,18 +7,18 @@
a
{
text-decoration
:
none
}
</style>
</head>
<body>
<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>
...
...
@@ -27,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(); %>
...
...
@@ -42,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