manifiesto.php 8.9 KB

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