"광주 주요 스토리"의 두 판 사이의 차이
| 7번째 줄: | 7번째 줄: | ||
<p class="main-subtit">STORY DATA</p> | <p class="main-subtit">STORY DATA</p> | ||
<h2 class="main-tit">주요 스토리(전체 리스트)</h2> | <h2 class="main-tit">주요 스토리(전체 리스트)</h2> | ||
| − | + | ||
| + | <!-- 설명 문구 --> | ||
| + | <p style="font-size: 0.9em; color: #7F7F7F; margin-left: 0;"> | ||
광주를 대표하는<br> | 광주를 대표하는<br> | ||
소재 중심의<br> | 소재 중심의<br> | ||
짧은 이야기 | 짧은 이야기 | ||
| − | + | </p> | |
| − | + | ||
| − | + | <!-- ▶ 전체 리스트 펼치기 --> | |
| − | < | + | <div style="margin-top: 10px;"> |
| − | + | <a href="javascript:void(0);" onclick="toggleTable()" style="font-size: 0.95em; color: #0366CC; text-decoration: none;">▶ 전체 리스트 펼치기</a> | |
| − | + | </div> | |
| − | + | ||
| − | + | <!-- 위키 문법 표 영역 (숨김 처리) --> | |
| − | < | + | <div id="tableArea" style="display: none; margin-top: 10px;"> |
| − | + | <pre style="font-family: inherit;"> | |
| − | + | {| class="wikitable" | |
| − | + | ! 제목1 !! 제목2 !! 제목3 !! 제목4 !! 제목5 | |
| − | + | |- | |
| − | + | | 내용1 || 내용2 || 내용3 || 내용4 || 내용5 | |
| − | + | |- | |
| − | + | | 내용6 || 내용7 || 내용8 || 내용9 || 내용10 | |
| − | + | |} | |
| − | + | </pre> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | </ | ||
</div> | </div> | ||
| + | |||
| + | <!-- toggle JS --> | ||
| + | <script> | ||
| + | function toggleTable() { | ||
| + | var t = document.getElementById("tableArea"); | ||
| + | if (t.style.display === "none") { | ||
| + | t.style.display = "block"; | ||
| + | } else { | ||
| + | t.style.display = "none"; | ||
| + | } | ||
| + | } | ||
| + | </script> | ||
</div> | </div> | ||
| − | |||
| + | <!-- STORY DATA 반복 및 카테고리 --> | ||
| + | <div class="main-header"> | ||
| + | <p class="main-subtit">STORY DATA</p> | ||
| + | <h2 class="main-tit">카테고리별로 만나는 주요 스토리</h2> | ||
| + | </div> | ||
| − | + | <!-- 종교/문화/경제/사회 버튼 --> | |
| + | <div class="category-filters" style="margin-top: 10px;"> | ||
| + | <div class="filter-btn-group"> | ||
| + | <button type="button" class="filter-btn">종교</button> | ||
| + | <button type="button" class="filter-btn">문화</button> | ||
| + | <button type="button" class="filter-btn">경제</button> | ||
| + | <butt | ||
2025년 11월 26일 (수) 14:31 판
<html>
STORY DATA
주요 스토리(전체 리스트)
광주를 대표하는
소재 중심의
짧은 이야기
<a href="javascript:void(0);" onclick="toggleTable()" style="font-size: 0.95em; color: #0366CC; text-decoration: none;">▶ 전체 리스트 펼치기</a>
<script>
function toggleTable() {
var t = document.getElementById("tableArea");
if (t.style.display === "none") {
t.style.display = "block";
} else {
t.style.display = "none";
}
}
</script>
STORY DATA
카테고리별로 만나는 주요 스토리
<button type="button" class="filter-btn">종교</button>
<button type="button" class="filter-btn">문화</button>
<button type="button" class="filter-btn">경제</button>
<butt