oficio.php 580 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * @var \yii\web\View $this
  4. */
  5. setlocale(LC_ALL, 'es_ES');
  6. $basePath = \Yii::getAlias('@app') . "/web/";
  7. $camposTabla = 30;
  8. ?>
  9. <div class="container">
  10. <table class="table-acuse center" style="margin-bottom: 10px">
  11. <tr>
  12. <td width="48px">
  13. <img src="/img/logo_istai_lg.png" width="30%" height="18%">
  14. </td>
  15. </tr>
  16. <tr>
  17. <td width="1200px" style="text-align: center">
  18. <h3>
  19. Instituto Sonorense de Transparencia, Acceso a la Información Pública y Datos Personales
  20. </h3>
  21. </td>
  22. </tr>
  23. </table>
  24. </div>