0 Votes

Members

Version 50.1 by 지안 이 on 2026/04/22 06:53
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

{{velocity}}

= 멤버 소개 =

{{html clean="false"}}

<style>

.member-card {

    border: 1px solid #ddd;

    border-radius: 8px;

    padding: 15px;

    margin-bottom: 20px;

    background-color: #f9f9f9;

    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);

}

.member-name {

    color: #2c3e50;

    border-bottom: 2px solid #3498db;

    padding-bottom: 5px;

    margin-top: 0;

}

.member-info {

    list-style: none;

    padding-left: 0;

}

.member-info li {

    margin-bottom: 5px;

}

.member-label {

    font-weight: bold;

    color: #34495e;

    display: inline-block;

    width: 80px;

}

</style>

{{/html}}

#set($results = $xwiki.searchDocuments("where doc.fullName like 'Home.Members.MemberProfileData.%' and doc.fullName <> 'Home.Members.MemberProfileData.Webhome' order by doc.title asc", 0, 0))

#foreach($docName in $results)

    #set($memberDoc = $xwiki.getDocument($docName))

    #set($memberObj = $memberDoc.getObject('Home.Members.MemberProfileData.Code.MemberProfileDataClass'))

    #if($memberObj && $memberObj.getProperty('name').value != 'Name' && $memberObj.getProperty('name').value != '')

{{html clean="false"}}

<div class="member-card">

    <h3 class="member-name">$memberDoc.title 오빠</h3>

    <ul class="member-info">

        <li><span class="member-label">이름:</span> $memberObj.getProperty('name').value</li>

        #set($birthday = $memberObj.getProperty('birthday').value)

        #if($birthday)

            <li><span class="member-label">출생:</span> $datetool.format('yyyy년 MM월 dd일', $birthday)</li>

        #end

        <li><span class="member-label">거주지:</span> $memberObj.getProperty('address').value</li>

        <li><span class="member-label">직업:</span> $memberObj.getProperty('job').value</li>

        <li><span class="member-label">직장:</span> $memberObj.getProperty('company').value</li>

        <li><span class="member-label">주요 분야:</span> $memberObj.getProperty('field').value</li>

    </ul>

</div>

{{/html}}

    #end

#end

{{/velocity}}
Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

멤버 소개

.member-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
margin-bottom: 20px;
background-color: #f9f9f9;
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.member-name {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 5px;
margin-top: 0;
}
.member-info {
list-style: none;
padding-left: 0;
}
.member-info li {
margin-bottom: 5px;
}
.member-label {
font-weight: bold;
color: #34495e;
display: inline-block;
width: 80px;
}

이지안 오빠

  • 이름: 이지안
  • 출생: 1998년 04월 11일
  • 거주지: 장수클럽 클럽하우스
  • 직업: 장수클럽 전속 매니저
  • 직장: 장수클럽 (Jangsu Club)
  • 주요 분야: 데이터 아카이빙 및 오빠들 관리 ⚽️🐾

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

멤버 소개

.member-card {
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
margin-bottom: 20px;
background-color: #f9f9f9;
box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.member-name {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 5px;
margin-top: 0;
}
.member-info {
list-style: none;
padding-left: 0;
}
.member-info li {
margin-bottom: 5px;
}
.member-label {
font-weight: bold;
color: #34495e;
display: inline-block;
width: 80px;
}

이지안 오빠

  • 이름: 이지안
  • 출생: 1998년 04월 11일
  • 거주지: 장수클럽 클럽하우스
  • 직업: 장수클럽 전속 매니저
  • 직장: 장수클럽 (Jangsu Club)
  • 주요 분야: 데이터 아카이빙 및 오빠들 관리 ⚽️🐾

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

주광석 오빠

  • 이름: 주광석
  • 출생: 1979년 04월 24일
  • 거주지: 시드니
  • 직업: 회사원 & 학생(학술연수 파견)
  • 직장: 한국주택금융공사 & The University of Sydney
  • 주요 분야: Data Science & Cybersecurity

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

한종석 오빠

  • 이름: 한종석
  • 출생: 1979년 10월 29일
  • 거주지: 천국
  • 직업: 공무원
  • 직장: 대한민국 국회
  • 주요 분야: 사무처

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Home.Members.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

 

✨ 실시간 통합 피드 (1인 1글 제한)