Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -80,7 +80,7 @@ create table _comment( | ... | @@ -80,7 +80,7 @@ create table _comment( |
| 80 | >건의사항: suggestion_board | 80 | >건의사항: suggestion_board |
| 81 | 81 | ||
| 82 | --- | 82 | --- |
| 83 | -### 최종 수정: 2021-12-01 02:29<br> | 83 | +### 최종 수정: 2021-12-01 18:20<br> |
| 84 | ### 수정 내용: | 84 | ### 수정 내용: |
| 85 | 1. 채팅 구현(팝업) | 85 | 1. 채팅 구현(팝업) |
| 86 | 2. 시간 실시간 반영 | 86 | 2. 시간 실시간 반영 | ... | ... |
| ... | @@ -93,7 +93,7 @@ | ... | @@ -93,7 +93,7 @@ |
| 93 | <td colspan="3"> | 93 | <td colspan="3"> |
| 94 | <button type="submit">글 수정</button> | 94 | <button type="submit">글 수정</button> |
| 95 | <button type="summit" onclick="return submit2(this.form);">글 삭제</button> | 95 | <button type="summit" onclick="return submit2(this.form);">글 삭제</button> |
| 96 | - <a href="/board/<%=addr%>/list"> | 96 | + <a href="/board/list/<%=addr%>"> |
| 97 | <input type="button" value="목록"> | 97 | <input type="button" value="목록"> |
| 98 | </a> | 98 | </a> |
| 99 | </td> | 99 | </td> | ... | ... |
-
Please register or login to post a comment