diff --git a/src/main/java/com/bamdoliro/maru/application/form/ExportFormUseCase.java b/src/main/java/com/bamdoliro/maru/application/form/ExportFormUseCase.java index 8cc163cf..aef37bf7 100644 --- a/src/main/java/com/bamdoliro/maru/application/form/ExportFormUseCase.java +++ b/src/main/java/com/bamdoliro/maru/application/form/ExportFormUseCase.java @@ -103,7 +103,7 @@ private List getRequiredTemplates(Form form) { Templates.FORM, Templates.GRADE_TABLE, Templates.DOCUMENT, - Templates.NO_SMOKING + Templates.WRITTEN_OATH ); } @@ -111,8 +111,8 @@ private List getRequiredTemplates(Form form) { Templates.FORM, Templates.GRADE_TABLE, Templates.DOCUMENT, - Templates.RECOMMENDATION, - Templates.NO_SMOKING + Templates.WRITTEN_OATH, + Templates.RECOMMENDATION ); } } diff --git a/src/main/java/com/bamdoliro/maru/infrastructure/thymeleaf/Templates.java b/src/main/java/com/bamdoliro/maru/infrastructure/thymeleaf/Templates.java index 32984c9c..50d2fa5e 100644 --- a/src/main/java/com/bamdoliro/maru/infrastructure/thymeleaf/Templates.java +++ b/src/main/java/com/bamdoliro/maru/infrastructure/thymeleaf/Templates.java @@ -11,4 +11,5 @@ public class Templates { public static final String NO_SMOKING = "no-smoking"; public static final String ADMISSION_TICKET = "admission-ticket"; public static final String GRADE_TABLE = "grade-table"; + public static final String WRITTEN_OATH = "written-oath"; } diff --git a/src/main/resources/templates/document.html b/src/main/resources/templates/document.html index 0b4b8a94..24fc2429 100644 --- a/src/main/resources/templates/document.html +++ b/src/main/resources/templates/document.html @@ -43,7 +43,10 @@ font-weight: 500; padding: 8px 0; } - + .format { + font-size: 13px; + font-weight: bold; + } .ba { border: #000000 1px solid; } @@ -65,6 +68,7 @@ +

[서식2]

diff --git a/src/main/resources/templates/form.html b/src/main/resources/templates/form.html index bdba554e..5174d117 100644 --- a/src/main/resources/templates/form.html +++ b/src/main/resources/templates/form.html @@ -37,7 +37,10 @@ line-height: 48px; text-align: center; } - + .format { + font-size: 13px; + font-weight: bold; + } .school { font-weight: bold; font-size: 18px; @@ -100,7 +103,8 @@
자기소개서 및 학업계획서
성명
- +

[서식1]

+ diff --git a/src/main/resources/templates/recommendation.html b/src/main/resources/templates/recommendation.html index d73b639e..e17f7bb8 100644 --- a/src/main/resources/templates/recommendation.html +++ b/src/main/resources/templates/recommendation.html @@ -43,7 +43,10 @@ font-weight: 500; padding: 8px 0; } - + .format { + font-size: 13px; + font-weight: bold; + } .ba { border: #000000 1px solid; } @@ -93,6 +96,7 @@
+

[서식4]

@@ -158,7 +162,7 @@ (직인)

-

부산소프트웨어마이스터고등학교장 귀하

+

부산소프트웨어마이스터고등학교장 귀하

학교장 추천서
성명
diff --git a/src/main/resources/templates/written-oath.html b/src/main/resources/templates/written-oath.html new file mode 100644 index 00000000..3efc868f --- /dev/null +++ b/src/main/resources/templates/written-oath.html @@ -0,0 +1,152 @@ + + + + + + 원서 + + + +

[서식3]

+ + + + + + + + + + + + + + + + + +
서약서
성명접수번호1000
출신중학교
+
+

부산소프트웨어마이스터고등학교는 영마이스터(Young Meister)를 양성하는 특수목적고등학교입니다. 산업수요 맞춤형 교육과정 운영을 통해 학생의 취업 역량을 가리는 학교로 졸업 후 100% 우선 취업과 기술명장으로의 계속 성장을 지원합니다. 이에, 본교에 지원하는 학생에게 다음과 같은 조치를 취합니다.

+
+

1) (진로⋅진학 지도 미실시) 대학 진학과 관련된 어떠한 진로⋅진학 지도를 하지 않음

+

2) (학교 시설 이용 제한) 정규 시간 이외의 시간에는 학교의 시설(기숙사, 실험실 등)을 규정에 따라 이용을 제한 할 수 있음.

+

3) (기숙사 합숙 생활에 대한 규정) 전교생 기숙사 합숙생활의 특성과 화재의 위험을 예방하기 위해 흡연 등의 일체 유해한 행위를 불허함.

+
+

지원자 본인과 보호자는 위 모든 사항을 숙지하였으며 이를 위반했을 경우 학교가 취하는 조치에 대하여 이의를 제기하지 않고 성실히 따를 것을 서약합니다.

+
+

2024년 9월 5일

+
+

+ 지원자 성명 : +     + (서명) +

+

+ 보호자 성명 : +     + (서명) +

+
+

부산소프트웨어마이스터고등학교장 귀하

+
+ + \ No newline at end of file