formato.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?php
  2. /**
  3. * @var \yii\web\View $this
  4. * @var \v1\models\RecursoRevision $recurso
  5. */
  6. setlocale(LC_ALL, 'es_ES');
  7. $basePath = \Yii::getAlias('@app') . "/web/";
  8. date_default_timezone_set('America/Hermosillo');
  9. $fecha = date("d/m/Y");
  10. $hora = date("h:i A");
  11. $nombreCompleto = explode(" ", $recurso->solicitud->usuario->nombre);
  12. ?>
  13. <div class="container">
  14. <table class="table-acuse border">
  15. <tr>
  16. <td class="col-table-12 border" colspan="4" style="text-align:center;background:#863695; color:#ffffff; padding:9px 0">
  17. <strong>RECEPCIÓN</strong>
  18. </td>
  19. </tr>
  20. <tr>
  21. <tr>
  22. <td class="col-table-4" style=" padding:9px 0">
  23. <strong>Fecha:</strong>
  24. </td>
  25. <td class="col-table-2" style=" padding:9px 0">
  26. <?= $fecha ?>
  27. </td>
  28. <td class="col-table-4" style=" padding:9px 0">
  29. <strong>Hora:</strong>
  30. </td>
  31. <td class="col-table-2" style=" padding:9px 0">
  32. <?= $hora ?>
  33. </td>
  34. </tr>
  35. </tr>
  36. </table>
  37. <div class="clearfix-table"></div>
  38. <table class="table-acuse">
  39. <tr>
  40. <td colspan="2" class="col-table-12 td-border" style="text-align: center; background:#863695; color:#ffffff; padding:9px 0">
  41. <strong>DATOS DEL SOLICITANTE</strong>
  42. </td>
  43. </tr>
  44. <tr>
  45. <!-- <td class="col-table-4 td-border" style=" background:#863695; color:#ffffff; padding:9px 0">
  46. <strong>PERSONA FÍSICA</strong>
  47. </td> -->
  48. <td class="col-table-8 td-no-borde">
  49. </td>
  50. </tr>
  51. </table>
  52. <table class="table-acuse td-border acuse td-padding">
  53. <tr>
  54. <td class="col-table-12" style="text-align: start;padding-top:40px; padding-left:10px; text-align: center">
  55. <strong style="font-size: 28px;">
  56. <?= $recurso->solicitud->usuario->nombre ?>
  57. </strong><br>
  58. <strong>NOMBRE</strong>
  59. </td>
  60. </tr>
  61. </table>
  62. <!-- <table class="table-acuse">
  63. <tr>
  64. <td class="col-table-4 td-border" style="background:#863695; color:#ffffff; padding:9px 0">
  65. <strong>PERSONA MORAL</strong>
  66. </td>
  67. <td class="col-table-8" style="text-align: center; border:none">
  68. </td>
  69. </tr>
  70. </table>
  71. <table class="table-acuse td-border">
  72. <tr>
  73. <td class="col-table-4" style="text-align: center;">
  74. <strong>RAZÓN O DENOMINACIÓN SOCIAL:</strong>
  75. </td>
  76. <td colspan="col-table-8" style="text-align: center;">
  77. </td>
  78. </tr>
  79. </table>
  80. <table class="table-acuse td-border">
  81. <tr>
  82. <td class="col-table-3">
  83. <strong>NOMBRE DEL REPRESENTANTE:</strong>
  84. </td>
  85. <td class="col-table-3 td-center" style="padding-top:40px">
  86. <strong>____________________________</strong><br>
  87. <strong>APELLIDO PATERNO</strong>
  88. </td>
  89. <td class="col-table-3 td-center" style="padding-top:40px">
  90. <strong>____________________________</strong><br>
  91. <strong>APELLIDO MATERNO</strong>
  92. </td>
  93. <td class="col-table-3 td-center" style="padding-top:40px">
  94. <strong>____________________________</strong><br>
  95. <strong>NOMBRE(S)</strong>
  96. </td>
  97. </tr>
  98. </table> -->
  99. <div class="clearfix-table"></div>
  100. <table class="table-solicitud">
  101. <tr>
  102. <td class="col-table-12" style="background:#863695; color:#ffffff;">
  103. <strong>
  104. DATOS DEL ACTO DE IMPUGNACIÓN
  105. </strong>
  106. </td>
  107. </tr>
  108. </table>
  109. <div class="clearfix-table"></div>
  110. <table class="table-solicitud">
  111. <tr>
  112. <td class="col-table-7" style="background:#863695; color:#ffffff;">
  113. <strong>SUJETO OBLIGADO QUE LO EMITIÓ</strong>
  114. </td>
  115. <td class="col-table-5">
  116. </td>
  117. </tr>
  118. <tr>
  119. <td class="col-table-12" colspan="2">
  120. <?= $recurso->solicitud->sujetoObligado->nombre ?>
  121. </td>
  122. </tr>
  123. </table>
  124. <div class="clearfix-table"></div>
  125. <table class="table-solicitud">
  126. <tr>
  127. <td class="col-table-7" style="background:#863695; color:#ffffff;">
  128. <strong>ACTO IMPUGNADO</strong>
  129. </td>
  130. <td class="col-table-5">
  131. </td>
  132. </tr>
  133. <tr>
  134. <td class="col-table-12" colspan="2">
  135. <?= $recurso->actoImpugnado ?>
  136. </td>
  137. </tr>
  138. </table>
  139. <div class="clearfix-table"></div>
  140. <table class="table-solicitud">
  141. <tr>
  142. <td class="col-table-7" style="background:#863695; color:#ffffff;">
  143. <strong>LUGAR Y FECHA DE LA EMISIÓN DEL ACTO</strong>
  144. </td>
  145. <td class="col-table-5">
  146. </td>
  147. </tr>
  148. <tr>
  149. <td class="col-table-12" colspan="2">
  150. <?= date('d/m/Y', strtotime($recurso->creado)) ?>
  151. </td>
  152. </tr>
  153. </table>
  154. <div class="clearfix-table"></div>
  155. <table class="table-solicitud">
  156. <tr>
  157. <td class="col-table-8" style=" background:#863695; color:#ffffff;">
  158. <strong>FECHA EN QUE SE TUVO CONOCIMIENTO DEL ACTO IMPUGNADO (dd /mm /aaaa) </strong>
  159. </td>
  160. <td class="col-table-4">
  161. <?= date('d/m/Y', strtotime($recurso->creado)) ?>
  162. </td>
  163. </tr>
  164. </table>
  165. <div class="clearfix-table"></div>
  166. <table class="table-solicitud">
  167. <tr>
  168. <td class="col-table-8" style=" background:#863695; color:#ffffff;">
  169. <strong>NÚMERO DE FOLIO O EXPEDIENTE DE LA SOLICITUD </strong>
  170. </td>
  171. <td class="col-table-4">
  172. <?= $recurso->folio ?>
  173. </td>
  174. </tr>
  175. </table>
  176. <div class="clearfix-table"></div>
  177. <table class="table-solicitud">
  178. <tr>
  179. <td class="col-table-7" style="background:#863695; color:#ffffff;">
  180. <strong>RAZONES O MOTIVOS DE LA INCONFORMIDAD</strong>
  181. </td>
  182. <td class="col-table-5">
  183. </td>
  184. </tr>
  185. <tr>
  186. <td colspan="12" style="text-align: justify;">
  187. <?= $recurso->razonesMotivos ?>
  188. </td>
  189. </tr>
  190. </table>
  191. <div class="clearfix-table"></div>
  192. <table class="table-acuse">
  193. <tr>
  194. <td class="col-table-6 td-border" style=" background:#863695; color:#ffffff;">
  195. <strong>DOCUMENTOS ANEXOS</strong>
  196. </td>
  197. <td class="col-table-6">
  198. </td>
  199. </tr>
  200. </table>
  201. <table class="table-acuse td-border td-padding ">
  202. <tr>
  203. <td class="col-table-5">
  204. Niguno
  205. </td>
  206. <td class="col-table-1 border" style="text-align:center;">
  207. <?= $recurso->documentoAnexo === "Niguno" ? "X" : "" ?>
  208. </td>
  209. <td class="col-table-5">
  210. Poder
  211. </td>
  212. <td class="col-table-1 border" style="text-align:center;">
  213. <?= $recurso->documentoAnexo === "Poder" ? "X" : "" ?>
  214. </td>
  215. </tr>
  216. <tr>
  217. <td class="col-table-5">
  218. Copia de constancia de Notificación
  219. </td>
  220. <td class="col-table-1 border" style="text-align:center;">
  221. <?= $recurso->documentoAnexo === "Copia de la Constancia de Notificación" ? "X" : "" ?>
  222. </td>
  223. <td class="col-table-5">
  224. Copia de Resolución
  225. </td>
  226. <td class="col-table-1 border" style="text-align:center;">
  227. <?= $recurso->documentoAnexo === "Copia de Resolución" ? "X" : "" ?>
  228. </td>
  229. </tr>
  230. <tr>
  231. <td class="col-table-8" colspan="3">
  232. Otros <?= isset($recurso->documentoAnexoOtro) && $recurso->documentoAnexoOtro !== null ? $recurso->documentoAnexoOtro : '' ?>
  233. </td>
  234. <td class="col-table-1 border" colspan="1" style="text-align:center;">
  235. <?= $recurso->documentoAnexo === "Otros" ? "X" : "" ?>
  236. </td>
  237. </tr>
  238. </table>
  239. <div class="clearfix-table"></div>
  240. <table class="table-acuse td-padding ">
  241. <tr>
  242. <td class="col-table-2"></td>
  243. <td class="col-table-4 td-border">
  244. <strong>Folio de la solicitud de información</strong>
  245. </td>
  246. <td class="col-table-4 td-border">
  247. <strong><?= $recurso->solicitud->folio ?></strong>
  248. </td>
  249. <td class="col-table-2"></td>
  250. </tr>
  251. </table>
  252. <div class="clearfix-table"></div>
  253. <table class="table-acuse td-padding ">
  254. <tr>
  255. <td class="col-table-2"></td>
  256. <td class="col-table-4 td-border">
  257. <strong>Folio del recurso de revisión</strong>
  258. </td>
  259. <td class="col-table-4 td-border">
  260. <strong><?= $recurso->folio ?></strong>
  261. </td>
  262. <td class="col-table-2"></td>
  263. </tr>
  264. </table>
  265. </div>