pfelipm

webapp notas # resultados.html

Feb 8th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <base target="_top">
  5.     <link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
  6.     <style type="text/css">
  7.     .tg  {border-collapse:collapse;border-spacing:0;border-width:1px;border-style:solid;border-color:#999;}
  8.     .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;}
  9.     .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;}
  10.     .tg .tg-lvva{font-weight:bold;background-color:#0c1a78;text-align:center}
  11.     .tg .tg-tzx7{background-color:#0c1a78;text-align:center}
  12.     .tg .tg-5hgy{background-color:#D2E4FC;text-align:center}
  13.     .tg .tg-44gf{background-color:#D2E4FC;font-weight:bold;font-size:x-large;border-color:#0c1a78;text-align:center}
  14.     </style>
  15.   </head>
  16.   <body>
  17.   <div style="text-align:center">
  18.     <img src="https://cdn.bitrix24.com/b9316961/landing/027/027c19d37fefaaa64fc64510f40c2e60/Selecci_n_567.png">
  19.     <h1>Resultados prueba homologada de inglés A2 2019</h1>
  20.     <table style="margin: 0px auto" class="tg">
  21.     <tr>
  22.     <th class="tg-tzx7">Speaking</th>
  23.     <th class="tg-tzx7">Listening</th>
  24.     <th class="tg-tzx7">Reading</th>
  25.     <th class="tg-tzx7">Writing</th>
  26.     <th class="tg-tzx7">+10%</th>
  27.     <th class="tg-lvva">FINAL QUALIFICATION</th>
  28.     </tr>
  29.     <tr>
  30.     <td class="tg-5hgy"><?= notaSpeaking ?></td>
  31.     <td class="tg-5hgy"><?= notaListening ?></td>
  32.     <td class="tg-5hgy"><?= notaReading ?></td>
  33.     <td class="tg-5hgy"><?= notaWriting ?></td>
  34.     <td class="tg-5hgy"><?= tienePlus ?></td>
  35.     <td class="tg-44gf"><?= notaFinal ?></td>
  36.     </tr>
  37.     </table>
  38.     Notas para el candidato con DNI: <b><?= dni.toUpperCase() ?></b>
  39.     <br><br>
  40.   </div>
  41.   </body>
  42. </html>
Add Comment
Please, Sign In to add comment