Showing
2 changed files
with
17 additions
and
8 deletions
... | @@ -32,12 +32,11 @@ | ... | @@ -32,12 +32,11 @@ |
32 | </div> | 32 | </div> |
33 | 33 | ||
34 | <ul> | 34 | <ul> |
35 | - <li><a href="http://localhost:23023/timetable?busNum=9">9</a></li> | 35 | + <li><a href="http://localhost:23023/timetable?busNum=9" style="font-size:2em;">9번</a></li> |
36 | - <li><a href="http://localhost:23023/timetable?busNum=1112">1112</a></li> | 36 | + <li><a href="http://localhost:23023/timetable?busNum=1112" style="font-size:2em;">1112번</a></li> |
37 | - <li><a href="http://localhost:23023/timetable?busNum=5100">5100</a></li> | 37 | + <li><a href="http://localhost:23023/timetable?busNum=5100" style="font-size:2em;">5100번</a></li> |
38 | - <li><a href="http://localhost:23023/timetable?busNum=7000">7000</a></li> | 38 | + <li><a href="http://localhost:23023/timetable?busNum=7000" style="font-size:2em;">7000번</a></li> |
39 | </ul> | 39 | </ul> |
40 | - <p> ejs파일임</p> | ||
41 | 40 | ||
42 | </body> | 41 | </body> |
43 | </html> | 42 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -12,14 +12,13 @@ | ... | @@ -12,14 +12,13 @@ |
12 | <h1><a href="/"><p style="text-align:center;">BTT</p></a></h1> | 12 | <h1><a href="/"><p style="text-align:center;">BTT</p></a></h1> |
13 | <br> <div style="padding:0 0 0 20px;"> | 13 | <br> <div style="padding:0 0 0 20px;"> |
14 | <h2> <%= busNum %> BUS Time Table</h2> | 14 | <h2> <%= busNum %> BUS Time Table</h2> |
15 | + <br> | ||
15 | </div> | 16 | </div> |
16 | <div style="padding:0 0 0 20px;"> | 17 | <div style="padding:0 0 0 20px;"> |
17 | <table border="3" width="400"> | 18 | <table border="3" width="400"> |
18 | - <th> Index</th> | ||
19 | <th> 출발 예정시간</th> | 19 | <th> 출발 예정시간</th> |
20 | <th> 남은 시간</th> | 20 | <th> 남은 시간</th> |
21 | <tr align="center"> | 21 | <tr align="center"> |
22 | - <td> text입력하기 </td> | ||
23 | <td> <%= ETD_min_H %>:<%= ETD_min_m %> ~ <%= ETD_max_H %>:<%= ETD_max_m %> </td> | 22 | <td> <%= ETD_min_H %>:<%= ETD_min_m %> ~ <%= ETD_max_H %>:<%= ETD_max_m %> </td> |
24 | <td> <%= remainTime %> </td> | 23 | <td> <%= remainTime %> </td> |
25 | </tr> | 24 | </tr> |
... | @@ -28,7 +27,7 @@ | ... | @@ -28,7 +27,7 @@ |
28 | <br> | 27 | <br> |
29 | <br> | 28 | <br> |
30 | <p> <div style="padding:0 0 0 20px;"> | 29 | <p> <div style="padding:0 0 0 20px;"> |
31 | - 버스의 평균 배차시간을 기준으로 최소 출발시간과 최대 출발시간을 제공합니다. | 30 | + 버스의 평균 배차시간을 계산하여 최소 출발시간과 최대 출발시간을 제공합니다. |
32 | </div> </p> | 31 | </div> </p> |
33 | <div style="padding:0 0 0 20px;"> | 32 | <div style="padding:0 0 0 20px;"> |
34 | <% var date = new Date(); %> | 33 | <% var date = new Date(); %> |
... | @@ -43,5 +42,16 @@ | ... | @@ -43,5 +42,16 @@ |
43 | <%= printDateNotion %> | 42 | <%= printDateNotion %> |
44 | <%= printDateNotion2 %> | 43 | <%= printDateNotion2 %> |
45 | </div> | 44 | </div> |
45 | + <br> | ||
46 | + <br> | ||
47 | + <br> | ||
48 | + <br> | ||
49 | + <br> | ||
50 | + <br> | ||
51 | + <br> | ||
52 | + <br> | ||
53 | + <div style="padding:0 0 0 20px;"> | ||
54 | + <p>처음화면으로 돌아가려면 상단의 BTT를 누르세요!</p> | ||
55 | + </div> | ||
46 | </body> | 56 | </body> |
47 | </html> | 57 | </html> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment