From fa42f7ebc469a3a08fd11203879dfd3d99b84e4c Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 12 Dec 2025 12:30:13 +0100 Subject: [PATCH] formatting to allow 8 team membes on one page --- .../match/components/FeuilleMatchPDF.tsx | 71 ++++++++++++++++--- .../(main)/match/components/pdf/InfoTable.tsx | 5 +- .../components/pdf/MatchSignaturePoints.tsx | 67 +++++++++++++++++ .../(main)/match/components/pdf/Team.tsx | 7 +- .../(main)/match/components/pdf/styles.ts | 14 +--- 5 files changed, 139 insertions(+), 25 deletions(-) create mode 100644 src/app/[locale]/(main)/match/components/pdf/MatchSignaturePoints.tsx diff --git a/src/app/[locale]/(main)/match/components/FeuilleMatchPDF.tsx b/src/app/[locale]/(main)/match/components/FeuilleMatchPDF.tsx index e407673..c9b8411 100644 --- a/src/app/[locale]/(main)/match/components/FeuilleMatchPDF.tsx +++ b/src/app/[locale]/(main)/match/components/FeuilleMatchPDF.tsx @@ -4,6 +4,7 @@ import { type MatchFormValues } from "@/app/[locale]/(main)/match/MatchForm"; import Footer from "@/app/[locale]/(main)/match/components/pdf/Footer"; import Header from "@/app/[locale]/(main)/match/components/pdf/Header"; import InfoTable from "@/app/[locale]/(main)/match/components/pdf/InfoTable"; +import MatchSignaturePoints from "@/app/[locale]/(main)/match/components/pdf/MatchSignaturePoints"; import Team from "@/app/[locale]/(main)/match/components/pdf/Team"; import { styles } from "./pdf/styles"; @@ -25,18 +26,20 @@ export const FeuilleMatchPdf = ({ data }: IProps) => {
- - - {data.competition} - - + + {/* Main Content: Two Columns for Teams */} { - Capitaine A - Arbitre - Capitaine B + + Nom et signature du Capitaine A + + + + Nom et signature du Capitaine B + + + + + + + A RENVOYER AU PLUS TARD LE LENDEMAIN DU JOUR DE LA RENCONTRE A: + + Thierry Généreau + thierry.genereau@orange.fr + + + + Responsable de la rencontre: + Signature: + + + L'arbitre: + Signature: + +