0 Votes

Changes for page 메인

Last modified by Kay Joo on 2026/06/01 13:16

From version 21.1
edited by 지안 이
on 2026/05/04 09:03
Change comment: Fix layout: Using inline styles for XWiki compatibility
To version 22.1
edited by 지안 이
on 2026/05/04 09:20
Change comment: Fix layout: Using Table-based layout for XWiki compatibility

Summary

Details

Page properties
Content
... ... @@ -4,77 +4,78 @@
4 4  </div>
5 5  
6 6  <div style="display: flex; gap: 15px; justify-content: center; margin: 30px 0; flex-wrap: wrap;">
7 - <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: #0f766e; color: white !important; min-width: 160px; text-align: center;" href="/bin/view/Home/Members/Register">📝 내 정보 등록</a>
8 - <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: white; color: #0f766e !important; border: 2px solid #0f766e; min-width: 160px; text-align: center;" href="/bin/view/Home/Members/Search">👥 동문 찾기</a>
7 + <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: #0f766e; color: white !important; min-width: 160px; text-align: center; display: inline-block;" href="/bin/view/Home/Members/Register">📝 내 정보 등록</a>
8 + <a style="padding: 12px 24px; border-radius: 12px; text-decoration: none; font-weight: bold; background: white; color: #0f766e !important; border: 2px solid #0f766e; min-width: 160px; text-align: center; display: inline-block;" href="/bin/view/Home/Members/Search">👥 동문 찾기</a>
9 9  </div>
10 10  
11 -<div style="display: flex; gap: 30px; margin-bottom: 40px; align-items: stretch;">
12 - <!-- Left Column -->
13 - <div style="flex: 1; display: flex; flex-direction: column; gap: 20px;">
14 - <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
15 - <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📢 최근 소식</h3>
16 - <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
17 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.27</span> 홈페이지가 새롭게 재오픈되었습니다.</span>
11 +<table style="width: 100%; border-collapse: collapse; border: none; margin-bottom: 40px; table-layout: fixed;">
12 + <tr>
13 + <!-- Left Column -->
14 + <td style="vertical-align: top; width: 45%; padding-right: 20px; border: none;">
15 + <div style="display: flex; flex-direction: column; gap: 20px;">
16 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
17 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📢 최근 소식</h3>
18 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
19 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.27</span> 홈페이지가 새롭게 재오픈되었습니다.
20 + </div>
21 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
22 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.20</span> 신규 동문 등록 안내 (회원 광장)
23 + </div>
24 + <div style="padding: 10px 0; font-size: 0.95rem;">
25 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.10</span> 5월 정기 모임 장소 공지 예정
26 + </div>
27 + </div>
28 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
29 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📅 다가오는 일정</h3>
30 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
31 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.05</span> 어린이날 가족 동반 모임 (준비 중)
32 + </div>
33 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
34 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.15</span> 정기 월례회 및 식사 모임
35 + </div>
36 + <div style="padding: 10px 0; font-size: 0.95rem;">
37 + <span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">06.01</span> 상반기 결산 보고회
38 + </div>
39 + </div>
40 + <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
41 + <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📌 빠른 연결</h3>
42 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
43 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Blog/">📝 우리들의 블로그</a>
44 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소소한 이야기와 생각들</span>
45 + </div>
46 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
47 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Home/Members/">👥 우리들의 이야기</a>
48 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">멤버들의 소개</span>
49 + </div>
50 + <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
51 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/History">📜 우리의 발자취</a>
52 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소중한 역사와 기록들</span>
53 + </div>
54 + <div style="padding: 10px 0; font-size: 0.95rem;">
55 + <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/Schedule">📅 함께하는 시간</a>
56 + <span style="color: #8a7b69; font-size: 0.85rem; float: right;">모임과 일정 안내</span>
57 + </div>
58 + </div>
18 18   </div>
19 - <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
20 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.20</span> 신규 동문 등록 안내 (회원 광장)</span>
60 + </td>
61 + <!-- Right Column -->
62 + <td style="vertical-align: top; width: 55%; border: none;">
63 + <div style="height: 100%; min-height: 550px;">
64 + <iframe
65 + src="http://wbo.jangsuclub.com/boards/jangsuclub-main"
66 + style="width: 100%; height: 100%; min-height: 550px; border: 1px solid #ccc; border-radius: 20px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"
67 + loading="lazy">
68 + </iframe>
69 + <div style="text-align: right; margin-top: 10px;">
70 + <a style="font-size: 0.9rem; color: #5f6b72; text-decoration: none;" href="http://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" rel="noopener noreferrer">
71 + 전체 화이트보드 열기 ↗
72 + </a>
73 + </div>
21 21   </div>
22 - <div style="display: flex; justify-content: space-between; padding: 10px 0; font-size: 0.95rem;">
23 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">04.10</span> 5월 정기 모임 장소 공지 예정</span>
24 - </div>
25 - </div>
75 + </td>
76 + </tr>
77 +</table>
26 26  
27 - <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
28 - <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📅 다가오는 일정</h3>
29 - <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
30 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.05</span> 어린이날 가족 동반 모임 (준비 중)</span>
31 - </div>
32 - <div style="display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
33 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">05.15</span> 정기 월례회 및 식사 모임</span>
34 - </div>
35 - <div style="display: flex; justify-content: space-between; padding: 10px 0; font-size: 0.95rem;">
36 - <span><span style="font-size: 0.8rem; color: #8a7b69; font-weight: bold; margin-right: 8px;">06.01</span> 상반기 결산 보고회</span>
37 - </div>
38 - </div>
39 -
40 - <div style="background: white; border: 1px solid #ebe4da; border-radius: 20px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);">
41 - <h3 style="margin-top: 0; color: #1f2f36; border-bottom: 2px solid #f0ede9; padding-bottom: 10px; font-size: 1.2rem;">📌 빠른 연결</h3>
42 - <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
43 - <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Blog/">📝 우리들의 블로그</a>
44 - <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소소한 이야기와 생각들</span>
45 - </div>
46 - <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
47 - <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Home/Members/">👥 우리들의 이야기</a>
48 - <span style="color: #8a7b69; font-size: 0.85rem; float: right;">멤버들의 소개</span>
49 - </div>
50 - <div style="padding: 10px 0; border-bottom: 1px solid #f8f5ef; font-size: 0.95rem;">
51 - <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/History">📜 우리의 발자취</a>
52 - <span style="color: #8a7b69; font-size: 0.85rem; float: right;">소중한 역사와 기록들</span>
53 - </div>
54 - <div style="padding: 10px 0; font-size: 0.95rem;">
55 - <a style="text-decoration: none; color: #0f766e; font-weight: 600;" href="/bin/view/Main/Schedule">📅 함께하는 시간</a>
56 - <span style="color: #8a7b69; font-size: 0.85rem; float: right;">모임과 일정 안내</span>
57 - </div>
58 - </div>
59 - </div>
60 -
61 - <!-- Right Column: WBO Whiteboard -->
62 - <div style="flex: 1; display: flex; flex-direction: column;">
63 - <div style="position: relative; height: 100%; min-height: 500px;">
64 - <iframe
65 - src="http://wbo.jangsuclub.com/boards/jangsuclub-main"
66 - style="width: 100%; height: 100%; border: 1px solid #ccc; border-radius: 20px; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.05);"
67 - loading="lazy">
68 - </iframe>
69 - </div>
70 - <div style="text-align: right; margin-top: 10px;">
71 - <a style="font-size: 0.9rem; color: #5f6b72; text-decoration: none;" href="http://wbo.jangsuclub.com/boards/jangsuclub-main" target="_blank" rel="noopener noreferrer">
72 - 전체 화이트보드 열기 ↗
73 - </a>
74 - </div>
75 - </div>
76 -</div>
77 -
78 78  <div style="border-top: 1px solid #ebe4da; padding-top: 30px; margin-top: 30px;">
79 79   <h2 style="color: #1f2f36; font-size: 1.5rem; margin-bottom: 15px;">🌿 클럽 소개</h2>
80 80   <p style="line-height: 1.7; color: #5f6b72;">
✨ 실시간 통합 피드 (1인 1글 제한)