Showing
5 changed files
with
4 additions
and
1 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
| 91 | <p> | 91 | <p> |
| 92 | 지역 선택 | 92 | 지역 선택 |
| 93 | </p> | 93 | </p> |
| 94 | - <form action="/category/hospital" method="post" name="location" id="location"> | 94 | + <form action="/category/park" method="post" name="location" id="location"> |
| 95 | <select onchange="sm()" name="user_gu" id="user_gu_select"> | 95 | <select onchange="sm()" name="user_gu" id="user_gu_select"> |
| 96 | <option value='' selected="true" disabled="true">--Please choose an option--</option> | 96 | <option value='' selected="true" disabled="true">--Please choose an option--</option> |
| 97 | <option value='금천구'>금천구</option> | 97 | <option value='금천구'>금천구</option> | ... | ... |
views/results/appliance.ejs
0 → 100644
| 1 | +it's appliance page | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
views/results/medicine.ejs
0 → 100644
| 1 | +it's medicine page | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
views/results/park.ejs
0 → 100644
| 1 | +it's park page | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment