formato.php 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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:#cccccc; 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 (dd/mm/aaaa):</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 (hh:mm:ss):</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:#cccccc; 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:#cccccc; 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-4" style="text-align: center;padding-top:40px">
  55. <strong><?= count($nombreCompleto) === 3 ? $nombreCompleto[2] : "____________________________" ?></strong><br>
  56. <strong>APELLIDO PATERNO</strong>
  57. </td>
  58. <td class="col-table-4" style="text-align: center;padding-top:40px">
  59. <strong><?= $nombreCompleto[1] ? $nombreCompleto[1] : "____________________________" ?></strong><br>
  60. <strong>APELLIDO MATERNO</strong>
  61. </td>
  62. <td class="col-table-4" style="text-align: center;padding-top:40px">
  63. <strong><?= $nombreCompleto[0] ?></strong><br>
  64. <strong>NOMBRE(S)</strong>
  65. </td>
  66. </tr>
  67. </table>
  68. <table class="table-acuse">
  69. <tr>
  70. <td class="col-table-4 td-border" style="background:#cccccc; padding:9px 0">
  71. <strong>PERSONA MORAL</strong>
  72. </td>
  73. <td class="col-table-8" style="text-align: center; border:none">
  74. </td>
  75. </tr>
  76. </table>
  77. <table class="table-acuse td-border">
  78. <tr>
  79. <td class="col-table-4" style="text-align: center;">
  80. <strong>RAZÓN O DENOMINACIÓN SOCIAL:</strong>
  81. </td>
  82. <td colspan="col-table-8" style="text-align: center;">
  83. </td>
  84. </tr>
  85. </table>
  86. <table class="table-acuse td-border">
  87. <tr>
  88. <td class="col-table-3">
  89. <strong>NOMBRE DEL REPRESENTANTE:</strong>
  90. </td>
  91. <td class="col-table-3 td-center" style="padding-top:40px">
  92. <strong>____________________________</strong><br>
  93. <strong>APELLIDO PATERNO</strong>
  94. </td>
  95. <td class="col-table-3 td-center" style="padding-top:40px">
  96. <strong>____________________________</strong><br>
  97. <strong>APELLIDO MATERNO</strong>
  98. </td>
  99. <td class="col-table-3 td-center" style="padding-top:40px">
  100. <strong>____________________________</strong><br>
  101. <strong>NOMBRE(S)</strong>
  102. </td>
  103. </tr>
  104. </table>
  105. <div class="clearfix-table"></div>
  106. <table class="table-solicitud">
  107. <tr>
  108. <td class="col-table-12" style="background:#cccccc;">
  109. <strong>
  110. DATOS DEL ACTO DE IMPUGNACIÓN
  111. </strong>
  112. </td>
  113. </tr>
  114. </table>
  115. <div class="clearfix-table"></div>
  116. <table class="table-solicitud">
  117. <tr>
  118. <td class="col-table-7" style="background:#cccccc;">
  119. <strong>SUJETO OBLIGADO QUE LO EMITIÓ</strong>
  120. </td>
  121. <td class="col-table-5">
  122. </td>
  123. </tr>
  124. <tr>
  125. <td class="col-table-12" colspan="2">
  126. <?= $recurso->solicitud->sujetoObligado->nombre ?>
  127. </td>
  128. </tr>
  129. </table>
  130. <div class="clearfix-table"></div>
  131. <table class="table-solicitud">
  132. <tr>
  133. <td class="col-table-7" style="background:#cccccc;">
  134. <strong>ACTO IMPUGNADO</strong>
  135. </td>
  136. <td class="col-table-5">
  137. </td>
  138. </tr>
  139. <tr>
  140. <td class="col-table-12" colspan="2">
  141. <?= $recurso->actoImpugnado ?>
  142. </td>
  143. </tr>
  144. </table>
  145. <div class="clearfix-table"></div>
  146. <table class="table-solicitud">
  147. <tr>
  148. <td class="col-table-7" style="background:#cccccc;">
  149. <strong>LUGAR Y FECHA DE LA EMISIÓN DEL ACTO</strong>
  150. </td>
  151. <td class="col-table-5">
  152. </td>
  153. </tr>
  154. <tr>
  155. <td class="col-table-12" colspan="2">
  156. <?= date('d/m/Y', strtotime($recurso->creado)) ?>
  157. </td>
  158. </tr>
  159. </table>
  160. <div class="clearfix-table"></div>
  161. <table class="table-solicitud">
  162. <tr>
  163. <td class="col-table-8" style=" background:#cccccc;">
  164. <strong>FECHA EN QUE SE TUVO CONOCIMIENTO DEL ACTO IMPUGNADO (dd /mm /aaaa) </strong>
  165. </td>
  166. <td class="col-table-4" style="">
  167. <?= date('d/m/Y', strtotime($recurso->creado)) ?>
  168. </td>
  169. </tr>
  170. </table>
  171. <div class="clearfix-table"></div>
  172. <table class="table-solicitud">
  173. <tr>
  174. <td class="col-table-8" style=" background:#cccccc;">
  175. <strong>NÚMERO DE FOLIO O EXPEDIENTE DE LA SOLICITUD </strong>
  176. </td>
  177. <td class="col-table-4">
  178. <?= $recurso->solicitud->folio ?>
  179. </td>
  180. </tr>
  181. </table>
  182. <div class="clearfix-table"></div>
  183. <table class="table-solicitud">
  184. <tr>
  185. <td class="col-table-7" style="background:#cccccc;">
  186. <strong>RAZONES O MOTIVOS DE LA INCONFORMIDAD</strong>
  187. </td>
  188. <td class="col-table-5">
  189. </td>
  190. </tr>
  191. <tr>
  192. <td colspan="12" style="text-align: justify;">
  193. <?= $recurso->razonesMotivos ?>
  194. </td>
  195. </tr>
  196. </table>
  197. <div class="clearfix-table"></div>
  198. <table class="table-acuse">
  199. <tr>
  200. <td class="col-table-6 td-border" style=" background:#cccccc;">
  201. <strong>DOCUMENTOS ANEXOS</strong>
  202. </td>
  203. <td class="col-table-6">
  204. </td>
  205. </tr>
  206. </table>
  207. <table class="table-acuse td-border td-padding ">
  208. <tr>
  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. <td class="col-table-5">
  216. Copia de constancia de Notificación
  217. </td>
  218. <td class="col-table-1 border" style="text-align:center;">
  219. <?= $recurso->documentoAnexo === "Copia de la Constancia de Notificación" ? "X" : "" ?>
  220. </td>
  221. </tr>
  222. <tr>
  223. <td class="col-table-5">
  224. Copia de la 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. <td class="col-table-5">
  230. Otros
  231. </td>
  232. <td class="col-table-1 border" style="text-align:center;">
  233. <?= $recurso->documentoAnexo === "Otros" ? "X" : "" ?>
  234. </td>
  235. </tr>
  236. </table>
  237. <div class="clearfix-table"></div>
  238. <table class="table-acuse td-padding ">
  239. <tr>
  240. <td class="col-table-2"></td>
  241. <td class="col-table-4 td-border">
  242. <strong>Folio del recurso de</strong>
  243. </td>
  244. <td class="col-table-4 td-border">
  245. <strong>00001/INFOEM/IP/RR/2023</strong>
  246. </td>
  247. <td class="col-table-2"></td>
  248. </tr>
  249. </table>
  250. <div class="clearfix-table"></div>
  251. <table class="table-acuse td-padding ">
  252. <tr>
  253. <td class="col-table-2"></td>
  254. <td class="col-table-4 td-border">
  255. <strong>Clave de entrega del recurso de</strong>
  256. </td>
  257. <td class="col-table-4 td-border">
  258. <strong>000042023001102500004205</strong>
  259. </td>
  260. <td class="col-table-2"></td>
  261. </tr>
  262. </table>
  263. </div>