Untitled

 avatar
unknown
html
3 years ago
6.0 kB
7
Indexable
<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="content-type"
          content="text/html; charset=utf-8"
          lang="es-ES" />
</head>

<body>
    <div style="font-family: Ubuntu, sans-serif; padding-right: 15px; padding-left: 15px;
    margin-right: auto; width:850px; color: black;">
        <br><br>
        <img src="https://storage.googleapis.com/dawere-media/img/mexico/daweresantander.png" style="max-width: 100%; max-height: 200px;">
        <br><br><br><br>

        <p style="font-family: ubuntu,sans-serif;font-size: 14px;">Hola $$name$$,</p>
        <p style="font-family: ubuntu,sans-serif;font-size: 14px;"> A continuación están tus calificaciones definitivas
            del $$period$$ ante la Secretaría de Educación Pública de México.</p>
        <p style="font-family: ubuntu,sans-serif;font-size: 14px;"> Si tienes alguna pregunta, no dudes en comunicarte
            con atencionalestudiante@dawere.com.mx</p>
        <table>
            <div style="width: 100%; display: block;">
                <p style="font-size: 16px; font-weight: bold;">
                    Datos del Plantel o Zona Educativa que emite la Certificación
                </p>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Código Plantel:</div>
                <div style="width: 40%; display: inline-block">$$code$$</div>
            </div>
            <div style="width: 40%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">RVOE:</div>
                <div style="width: 40%; display: inline-block">$$DEA$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Nombre:</div>
                <div style="width: 40%; display: inline-block">$$schoolName$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Dirección:</div>
                <div style="width: 40%; display: inline-block">$$schoolAddress$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Departamento:</div>
                <div style="width: 40%; display: inline-block">$$state$$</div>
            </div>
            <div style="width: 40%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Periodo:</div>
                <div style="width: 40%; display: inline-block">$$period$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Fecha:</div>
                <div style="width: 40%; display: inline-block">$$date$$</div>
            </div>
            <br>
            <div style="width: 100%; display: block;">
                <p style="font-size: 16px; font-weight: bold;">
                    Datos de Identificación del Alumno
                </p>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">C.C. Nro:</div>
                <div style="width: 40%; display: inline-block">$$documentId$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Apellidos:</div>
                <div style="width: 40%; display: inline-block">$$lastName$$</div>
            </div>
            <div style="width: 40%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Nombres:</div>
                <div style="width: 40%; display: inline-block">$$name$$</div>
            </div>
            <div style="width: 55%; display: inline-block;">
                <div style="width: 40%; font-weight: bold; display: inline-block;">Semestre:</div>
                <div style="width: 40%; display: inline-block">$$tuition$$</div>
            </div>
        </table>
        <br>
        <br>
        <div style="width: 100%; display: block;">
            <p style="font-size: 16px; font-weight: bold; text-align: center;">
                REPORTE DE NOTAS OBTENIDAS
            </p>
        </div>
        <br>

        <table style="text-align: center; width: 100%;">
            <thead>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">
                    Nro.
                </th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">
                    Materia
                </th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Eval 1</th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Eval 2</th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Eval 3</th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Eval 4</th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Prom</th>
                <th style="height: 45px; border: solid 1px black; padding-top: 7px;">Nota Final</th>
            </thead>
            <tbody>
                $$score$$
            </tbody>

        </table>

        <p style="font-size: 16px; font-weight: bold;"> Ya puedes inscribirte en el próximo semestre. Para iniciar el
            proceso de inscripción, haz click en el siguiente enlace: </p>
        <p style="font-size: 16px; font-weight: bold;"> $$urlDashboard$$ </p>

    </div>
</body>

</html>
Editor is loading...