| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="presentation_core_master" data-pptx-master-name="Presentation Core" |
| 4 | data-pptx-layout="kpi_dashboard" data-pptx-layout-name="KPI Dashboard"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="kpi-dashboard-card-one" x="64" y="152" width="264" height="128" rx="12" fill="#F4F6F8" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="kpi-dashboard-card-two" x="360" y="152" width="264" height="128" rx="12" fill="#F4F6F8" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <rect id="kpi-dashboard-card-three" x="656" y="152" width="264" height="128" rx="12" fill="#F4F6F8" |
| 12 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 13 | <rect id="kpi-dashboard-card-four" x="952" y="152" width="264" height="128" rx="12" fill="#F4F6F8" |
| 14 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 15 | <rect id="kpi-dashboard-evidence-panel" x="64" y="320" width="1152" height="320" rx="12" fill="#F4F6F8" |
| 16 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 17 | <g id="kpi-dashboard-title-slot" data-pptx-placeholder="title" |
| 18 | data-pptx-bounds="64 40 1152 72"> |
| 19 | <text id="kpi-dashboard-title-carrier" data-pptx-carrier="true" |
| 20 | x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 21 | font-size="36" font-weight="700">{{PAGE_TITLE}}</text> |
| 22 | </g> |
| 23 | <g id="kpi-dashboard-one-slot" data-pptx-placeholder="object" data-pptx-idx="1" |
| 24 | data-pptx-bounds="80 168 232 96"> |
| 25 | <text id="kpi-dashboard-one-carrier" data-pptx-carrier="true" |
| 26 | x="196" y="224" text-anchor="middle" fill="#334155" |
| 27 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="28" font-weight="700">{{KPI_1}}</text> |
| 28 | </g> |
| 29 | <g id="kpi-dashboard-two-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 30 | data-pptx-bounds="376 168 232 96"> |
| 31 | <text id="kpi-dashboard-two-carrier" data-pptx-carrier="true" |
| 32 | x="492" y="224" text-anchor="middle" fill="#334155" |
| 33 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="28" font-weight="700">{{KPI_2}}</text> |
| 34 | </g> |
| 35 | <g id="kpi-dashboard-three-slot" data-pptx-placeholder="object" data-pptx-idx="3" |
| 36 | data-pptx-bounds="672 168 232 96"> |
| 37 | <text id="kpi-dashboard-three-carrier" data-pptx-carrier="true" |
| 38 | x="788" y="224" text-anchor="middle" fill="#334155" |
| 39 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="28" font-weight="700">{{KPI_3}}</text> |
| 40 | </g> |
| 41 | <g id="kpi-dashboard-four-slot" data-pptx-placeholder="object" data-pptx-idx="4" |
| 42 | data-pptx-bounds="968 168 232 96"> |
| 43 | <text id="kpi-dashboard-four-carrier" data-pptx-carrier="true" |
| 44 | x="1084" y="224" text-anchor="middle" fill="#334155" |
| 45 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="28" font-weight="700">{{KPI_4}}</text> |
| 46 | </g> |
| 47 | <g id="kpi-dashboard-evidence-slot" data-pptx-placeholder="object" data-pptx-idx="5" |
| 48 | data-pptx-bounds="88 344 1104 272"> |
| 49 | <text id="kpi-dashboard-evidence-carrier" data-pptx-carrier="true" |
| 50 | x="88" y="382" fill="#94A3B8" |
| 51 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{CONTENT_AREA}}</text> |
| 52 | </g> |
| 53 | </svg> |
| 54 |