acuse.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. <?php
  2. /**
  3. * @var \yii\web\View $this
  4. * @var \v1\models\Solicitud $solicitud
  5. * @var \v1\models\Usuario $usuario
  6. */
  7. setlocale(LC_ALL, 'es_ES');
  8. $basePath = \Yii::getAlias('@app') . "/web/";
  9. $media = $solicitud->media;
  10. $solicitante = $solicitud->usuario;
  11. $modalidadEntrega = [
  12. ["id" => 1, "label" => "Portal ISTAI"],
  13. ["id" => 2, "label" => "CD-ROM (con costo)"],
  14. ["id" => 3, "label" => "Consulta Directa"],
  15. ["id" => 4, "label" => "Copias Certificadas (con costo)"],
  16. ["id" => 5, "label" => "Copias Simples (con costo)"],
  17. ["id" => 6, "label" => "Copia Digitalizada"],
  18. ["id" => 7, "label" => "Otro"],
  19. ];
  20. $camposTabla = 30;
  21. ?>
  22. <style type="text/css">
  23. .col,
  24. .col-1,
  25. .col-10,
  26. .col-11,
  27. .col-12,
  28. .col-2,
  29. .col-3,
  30. .col-4,
  31. .col-5,
  32. .col-6,
  33. .col-7,
  34. .col-8,
  35. .col-9,
  36. .col-auto,
  37. .col-lg,
  38. .col-lg-1,
  39. .col-lg-10,
  40. .col-lg-11,
  41. .col-lg-12,
  42. .col-lg-2,
  43. .col-lg-3,
  44. .col-lg-4,
  45. .col-lg-5,
  46. .col-lg-6,
  47. .col-lg-7,
  48. .col-lg-8,
  49. .col-lg-9,
  50. .col-lg-auto,
  51. .col-md,
  52. .col-md-1,
  53. .col-md-10,
  54. .col-md-11,
  55. .col-md-12,
  56. .col-md-2,
  57. .col-md-3,
  58. .col-md-4,
  59. .col-md-5,
  60. .col-md-6,
  61. .col-md-7,
  62. .col-md-8,
  63. .col-md-9,
  64. .col-md-auto,
  65. .col-sm,
  66. .col-sm-1,
  67. .col-sm-10,
  68. .col-sm-11,
  69. .col-sm-12,
  70. .col-sm-2,
  71. .col-sm-3,
  72. .col-sm-4,
  73. .col-sm-5,
  74. .col-sm-6,
  75. .col-sm-7,
  76. .col-sm-8,
  77. .col-sm-9,
  78. .col-sm-auto,
  79. .col-xl,
  80. .col-xl-1,
  81. .col-xl-10,
  82. .col-xl-11,
  83. .col-xl-12,
  84. .col-xl-2,
  85. .col-xl-3,
  86. .col-xl-4,
  87. .col-xl-5,
  88. .col-xl-6,
  89. .col-xl-7,
  90. .col-xl-8,
  91. .col-xl-9,
  92. .col-xl-auto {
  93. position: relative;
  94. width: 100%;
  95. display: inline;
  96. border: solid 1px #fff;
  97. }
  98. .container {
  99. width: 100%;
  100. padding-right: 15px;
  101. padding-left: 15px;
  102. margin-right: auto;
  103. margin-left: auto;
  104. /* border: solid 1px #fff; */
  105. }
  106. .navbar-expand>.container,
  107. .navbar-expand>.container-fluid {
  108. -ms-flex-wrap: nowrap;
  109. flex-wrap: nowrap
  110. }
  111. .navbar>.container,
  112. .navbar>.container-fluid {
  113. display: -ms-flexbox;
  114. display: flex;
  115. -ms-flex-wrap: wrap;
  116. flex-wrap: wrap;
  117. -ms-flex-align: center;
  118. align-items: center;
  119. -ms-flex-pack: justify;
  120. justify-content: space-between
  121. }
  122. .titulo {
  123. background-color: #000;
  124. color: #fff;
  125. text-align: center;
  126. font-size: 13pt;
  127. font-weight: bold;
  128. padding: 8px;
  129. height: 50px
  130. }
  131. .subtitulo1 {
  132. text-align: center;
  133. font-size: 12pt;
  134. font-weight: bold;
  135. }
  136. .subtitulo2 {
  137. border-bottom: 2px solid #90a4ae;
  138. text-align: justify;
  139. font-size: 12pt;
  140. font-weight: bold;
  141. }
  142. .perfil {
  143. width: 35% !important;
  144. }
  145. .datos {
  146. width: 65% !important;
  147. }
  148. .cell_color {
  149. border: 1px solid #b2b2b2;
  150. background-color: #fafafa;
  151. padding: 3px 5px;
  152. font-size: 0.85em;
  153. }
  154. .cell_datos {
  155. border: 1px solid #b2b2b2;
  156. font-size: 0.85em;
  157. }
  158. .cell_color_resumen {
  159. border: 1px solid #b2b2b2;
  160. background-color: #fafafa;
  161. text-align: center;
  162. font-size: 0.85em;
  163. }
  164. .tbl_datos {
  165. padding: 1px 3px;
  166. font-size: 10pt;
  167. border: 1px #000000 solid;
  168. border-collapse: collapse;
  169. font-family: Arial;
  170. }
  171. .tbl_conf {
  172. font-family: Arial;
  173. }
  174. .cell_detalles {
  175. font-size: 0.85em;
  176. text-align: justify;
  177. }
  178. .header-solicitud th {
  179. color: #ffffff;
  180. background-color: #4c5966;
  181. padding: 4px;
  182. }
  183. .table-solicitud {
  184. font-size: 10px;
  185. border-collapse: collapse;
  186. width: 100%
  187. }
  188. .table-guia {
  189. border-collapse: collapse;
  190. width: 900px
  191. }
  192. .table-firmas {
  193. font-size: 10px;
  194. text-align: center;
  195. width: 50%;
  196. height: 130px;
  197. vertical-align: bottom;
  198. }
  199. .table-solicitud-par {
  200. background: #ececec;
  201. }
  202. .table-solicitud td {
  203. padding: 10px;
  204. }
  205. .table-solicitud {
  206. border: 1px solid #000;
  207. border-collapse: collapse;
  208. margin: 0;
  209. vertical-align: middle;
  210. width: 97%;
  211. font-size: 18px;
  212. }
  213. .table-acuse {
  214. margin: 0;
  215. vertical-align: middle;
  216. width: 97%;
  217. font-size: 20px;
  218. }
  219. .table-oficio {
  220. margin: 0;
  221. vertical-align: middle;
  222. width: 97%;
  223. font-size: 23px;
  224. }
  225. .table-solicitud td {
  226. border: 1px solid #000;
  227. }
  228. .clearfix-table {
  229. margin: 5px
  230. }
  231. .td-center {
  232. text-align: center;
  233. }
  234. .td-border {
  235. border: 1px solid #000;
  236. }
  237. .td-padding td {
  238. padding: 8px 0;
  239. }
  240. .td-subrayado {
  241. border-bottom: 2px solid #000;
  242. }
  243. .td-no-borde {
  244. border: none !important;
  245. }
  246. .col-table-1 {
  247. width: 100px
  248. }
  249. .col-table-2 {
  250. width: 200px
  251. }
  252. .col-table-3 {
  253. width: 300px
  254. }
  255. .col-table-4 {
  256. width: 400px
  257. }
  258. .col-table-5 {
  259. width: 500px
  260. }
  261. .col-table-6 {
  262. width: 600px
  263. }
  264. .col-table-7 {
  265. width: 700px
  266. }
  267. .col-table-8 {
  268. width: 800px
  269. }
  270. .col-table-9 {
  271. width: 900px
  272. }
  273. .col-table-10 {
  274. width: 1000px
  275. }
  276. .col-table-11 {
  277. width: 1100px
  278. }
  279. .col-table-12 {
  280. width: 97%
  281. }
  282. .row {
  283. display: -ms-flexbox;
  284. display: flex;
  285. -ms-flex-wrap: wrap;
  286. flex-wrap: wrap;
  287. margin-right: -15px;
  288. margin-left: -15px;
  289. float: left;
  290. border: solid 1px #fff;
  291. }
  292. .col-xl-auto {
  293. -ms-flex: 0 0 auto;
  294. flex: 0 0 auto;
  295. width: auto;
  296. max-width: 100%;
  297. }
  298. .col-1 {
  299. max-width: 8.333333%;
  300. width: 3.8%;
  301. float: left;
  302. }
  303. .col-2 {
  304. max-width: 16.666667%;
  305. width: 9.7%;
  306. float: left;
  307. }
  308. .col-3 {
  309. width: 24.6%;
  310. float: left;
  311. }
  312. .col-4 {
  313. max-width: 33.333333%;
  314. width: 28.55% !important;
  315. float: left;
  316. }
  317. .col-5 {
  318. max-width: 41.666667%;
  319. width: 39%;
  320. float: left;
  321. }
  322. .col-6 {
  323. width: 49.6%;
  324. float: left;
  325. }
  326. .col-req-3 {
  327. width: 19%;
  328. float: left;
  329. display: inline-block;
  330. }
  331. .col-req-6 {
  332. width: 48%;
  333. float: left;
  334. display: inline-block;
  335. }
  336. .col-7 {
  337. max-width: 58.333333%;
  338. width: 51%;
  339. float: left;
  340. }
  341. .col-8 {
  342. max-width: 66.666667%;
  343. width: 61.5%;
  344. float: left;
  345. }
  346. .col-9 {
  347. max-width: 75%;
  348. width: 69.8%;
  349. float: left;
  350. }
  351. .col-10 {
  352. max-width: 83.333333%;
  353. width: 80.4%;
  354. float: left;
  355. }
  356. .col-11 {
  357. max-width: 91.666667%;
  358. width: 86.3%;
  359. float: left;
  360. }
  361. .col-12 {
  362. max-width: 100%;
  363. width: 99.7%;
  364. float: left;
  365. }
  366. .pading-tb-0 {
  367. padding: 0 15px;
  368. }
  369. .pading-tb-r-0 {
  370. padding: 0 0;
  371. }
  372. .pading-tb-15 {
  373. padding: 15px 15px;
  374. }
  375. .pading-tb-20 {
  376. padding: 30px 15px;
  377. }
  378. .pading-tb-40 {
  379. padding: 60px 30px;
  380. }
  381. .pading-concepto-0 {
  382. padding: 0 15px;
  383. }
  384. .border {
  385. border: #000000 solid 1px;
  386. }
  387. .center {
  388. text-align: center;
  389. }
  390. .espacio-firma {
  391. margin-top: 90px;
  392. }
  393. .tabla-informacion {
  394. width: 97%;
  395. margin-top: 0;
  396. margin-left: 20px;
  397. margin-right: 20px;
  398. margin-bottom: 0;
  399. border-spacing: 0;
  400. border-collapse: collapse;
  401. table-layout: fixed;
  402. }
  403. .tabla-informacion td {
  404. border: 1px solid #c4c4c4;
  405. text-align: start;
  406. vertical-align: middle;
  407. font-size: 11px;
  408. height: 20px;
  409. }
  410. </style>
  411. <div class="container">
  412. <table class="table-acuse">
  413. <tr>
  414. <td class="col-table-12 td-border td-center" style="background-color: #863695; color:white">
  415. <strong>
  416. SUJETO OBLIGADO
  417. </strong>
  418. </td>
  419. </tr>
  420. </table>
  421. <table class="table-acuse td-border td-center" style="margin-top:12px">
  422. <tr>
  423. <td class="col-table-12">
  424. <strong>
  425. <?= $solicitud->sujetoObligado->nombre ?>
  426. <!-- Instituto Sonorense de Transparencia, Acceso a la Información Pública y Datos Personales -->
  427. </strong>
  428. </td>
  429. </tr>
  430. </table>
  431. <div class="clearfix"><br /></div>
  432. <table class="table-acuse">
  433. <tr>
  434. <td class="col-table-4">
  435. <strong>Fecha de Recepción(dd-mm-aaaa):</strong>
  436. </td>
  437. <td class="col-table-3 td-subrayado td-center">
  438. <?php
  439. $date = '';
  440. if ($solicitud->recepcion) {
  441. $tz = new DateTimeZone('America/Hermosillo');
  442. $date = new DateTime($solicitud->recepcion);
  443. $date->setTimezone($tz);
  444. $date = $date->format('d-m-Y');
  445. }
  446. echo $date;
  447. ?>
  448. </td>
  449. <td class="col-table-2">
  450. <strong>Hora(hh:mm):</strong>
  451. </td>
  452. <td class="col-table-3 td-subrayado td-center">
  453. <?php
  454. $hora = '';
  455. if ($solicitud->recepcion) {
  456. $tz = new DateTimeZone('America/Hermosillo');
  457. $hora = new DateTime($solicitud->recepcion);
  458. $hora->setTimezone($tz);
  459. $hora = $hora->format('H:i:s');
  460. }
  461. echo $hora
  462. ?>
  463. </td>
  464. </tr>
  465. </table>
  466. <div class="clearfix"><br /></div>
  467. <table class="table-acuse">
  468. <tr>
  469. <td class="col-table-12 td-border td-center" style="background-color: #863695; color:white">
  470. <strong>
  471. DATOS DEL SOLICITANTE
  472. </strong>
  473. </td>
  474. </tr>
  475. </table>
  476. <table class="table-acuse td-border td-center" style="margin-top:12px">
  477. <tr>
  478. <td class="col-table-12">
  479. <strong>
  480. <?= $solicitante->nombre ?>
  481. <!-- Instituto Sonorense de Transparencia, Acceso a la Información Pública y Datos Personales -->
  482. </strong>
  483. </td>
  484. </tr>
  485. </table>
  486. <div class="clearfix"><br /></div>
  487. <table class="table-acuse">
  488. <tr>
  489. <td class="col-table-3 td-border td-center" style="background-color: #863695; color:white">
  490. <strong>
  491. DOMICILIO
  492. </strong>
  493. </td>
  494. <td class="col-table-9 td-center">
  495. </td>
  496. </tr>
  497. </table>
  498. <table class="table-acuse td-border td-padding">
  499. <tr>
  500. <td class="col-table-3">
  501. <strong>
  502. PAÍS:
  503. </strong>
  504. </td>
  505. <td class="col-table-3 td-center td-subrayado ">
  506. No Porporcionado
  507. </td>
  508. <td class="col-table-3 td-center">
  509. </td>
  510. <td class="col-table-3 td-center">
  511. </td>
  512. </tr>
  513. <tr>
  514. <td class="col-table-3">
  515. <strong>
  516. DOMICILIO:
  517. </strong>
  518. </td>
  519. <td colspan="3" class="col-table-9 td-subrayado ">
  520. No Porporcionado
  521. </td>
  522. </tr>
  523. <tr>
  524. <td class="col-table-3">
  525. <strong>
  526. CORREO ELECTRÓNICO:
  527. </strong>
  528. </td>
  529. <td colspan="3" class="col-table-3 td-subrayado ">
  530. <?= $solicitud->correo ?>
  531. </td>
  532. </tr>
  533. </table>
  534. <div class="clearfix"><br /></div>
  535. <table class="table-acuse ">
  536. <tr>
  537. <td class="col-table-7" style="vertical-align: middle;">
  538. <strong style="color:#00837f">Número de Folio de la Solicitud:</strong>
  539. </td>
  540. <td class="col-table-5">
  541. <a href="https://sistai.web.app/seguimiento-solicitud/formato-solicitud?solicitud=<?$solicitud->id?>"><strong ><?= $solicitud->folio ?></strong><img src="/img/cursor_url.jpg" alt="ícono" width="20px"/></a>
  542. </td>
  543. </tr>
  544. <?php if (isset($solicitud->recursosRevision) && count($solicitud->recursosRevision) > 0) : ?>
  545. <tr>
  546. <td class="col-table-7">
  547. <strong style="color:#00837f">Número de Folio de Recurso de Revisión:</strong>
  548. </td>
  549. <td class="col-table-5">
  550. <a href="https://sistai.web.app/seguimiento-solicitud/formato-solicitud?solicitud=<?$solicitud->id?>"><strong ><?= $solicitud->recursosRevision[0]->folio ?></strong><img src="/img/cursor_url.jpg" alt="ícono" width="20px"/></a>
  551. </td>
  552. </tr>
  553. <?php endif ?>
  554. </table>
  555. <div class="clearfix"><br /></div>
  556. <table class="table-acuse td-border td-center" style="margin-top:12px">
  557. <tr>
  558. <td class="col-table-12">
  559. <br />
  560. </td>
  561. </tr>
  562. </table>
  563. <div class="clearfix"><br /></div>
  564. <table class="table-acuse">
  565. <tr>
  566. <td class="col-table-10 td-border td-center">
  567. <br />
  568. </td>
  569. </tr>
  570. </table>
  571. <table class="table-acuse">
  572. <tr>
  573. <td class="col-table-12" style="background-color: #863695; color:white">
  574. <strong>Solicitud de información</strong>
  575. </td>
  576. </tr>
  577. <tr>
  578. <td class="col-table-12">
  579. <?= $solicitud->descripcion ?>
  580. </td>
  581. </tr>
  582. </table>
  583. <div class="clearfix"><br /></div>
  584. <table class="table-acuse">
  585. <tr>
  586. <td class="col-table-8 td-border" colspan="2" style="background-color: #863695; color:white">
  587. <strong>MODALIDAD DE ENTREGA</strong>
  588. </td>
  589. <td class="col-table-4"></td>
  590. </tr>
  591. </table>
  592. <table class="table-acuse td-border td-padding">
  593. <?php
  594. $contador = 0;
  595. foreach ($modalidadEntrega as $entrega) {
  596. if ($contador % 3 == 0) {
  597. echo '<tr>';
  598. }
  599. if ($entrega['id'] === $solicitud->idModalidadEntrega) {
  600. echo '<td class="col-table-4"><span style="background-color: #D9B5E5">' . $entrega['label'] . '</span></td>';
  601. } else {
  602. echo '<td class="col-table-4"><span>' . $entrega['label'] . '</td>';
  603. }
  604. if ($contador % 3 == 2) {
  605. echo '</tr>';
  606. }
  607. $contador++;
  608. }
  609. if ($contador % 3 != 0) {
  610. echo '</tr>';
  611. }
  612. if ($solicitud->idModalidadEntrega === 6) {
  613. ?>
  614. <tr>
  615. <td class="col-table-4">
  616. Especificar:
  617. </td>
  618. <td class="col-table-4">
  619. <?= $solicitud->otroModalidadEntrega ?>
  620. </td>
  621. </tr>
  622. <?php
  623. }
  624. ?>
  625. <!-- <tr>
  626. <td class="col-table-4">
  627. A través del SAIMEX
  628. </td>
  629. <td class="col-table-4">
  630. Copias Simples(con costo)
  631. </td>
  632. <td class="col-table-4">
  633. Consulta Directa(sin costo)
  634. </td>
  635. </tr>
  636. <tr>
  637. <td class="col-table-4">
  638. CD-ROM(con costo)
  639. </td>
  640. <td class="col-table-4">
  641. Copias Certificadas(con costo)
  642. </td>
  643. <td class="col-table-4">
  644. Disquete 3.5(con costo)
  645. </td>
  646. </tr>
  647. <tr>
  648. <td>
  649. OTRO TIPO DE MEDIO (Especificar):
  650. </td>
  651. <td colspan="2">
  652. </td>
  653. </tr> -->
  654. </table>
  655. <div class="clearfix"><br /></div>
  656. <table class="table-acuse">
  657. <tr>
  658. <td class="col-table-12 td-border td-center" style="background-color: #863695; color:white">
  659. <strong>
  660. DOCUMENTOS ANEXOS
  661. </strong>
  662. </td>
  663. </tr>
  664. </table>
  665. <table class="table-acuse td-border">
  666. <tr>
  667. <td class="col-table-12">
  668. <ul>
  669. <?php
  670. foreach ($media as $archivo) :
  671. ?>
  672. <li>
  673. <a href="<?= $archivo->ruta ?>" target="_blank">
  674. <?= $archivo->nombre ?>
  675. </a>
  676. </li>
  677. <?php
  678. endforeach
  679. ?>
  680. </ul>
  681. </td>
  682. </tr>
  683. </table>
  684. <div class="clearfix"><br /></div>
  685. <table class="table-acuse">
  686. <tr>
  687. <td class="col-table-12 td-border td-center" style="background-color: #863695; color:white">
  688. <strong>
  689. PLAZO DE RESPUESTA
  690. </strong>
  691. </td>
  692. </tr>
  693. </table>
  694. <div class="clearfix"><br /></div>
  695. <?php
  696. $plazoTresDias = new DateTime($solicitud->recepcion);
  697. $plazoCincoDias = new DateTime($solicitud->recepcion);
  698. $plazoQuinceDias = new DateTime($solicitud->recepcion);
  699. date_add($plazoTresDias, date_interval_create_from_date_string('3 days'));
  700. date_add($plazoCincoDias, date_interval_create_from_date_string('5 days'));
  701. date_add($plazoQuinceDias, date_interval_create_from_date_string('15 days'));
  702. ?>
  703. <table class="table-acuse td-border td-padding">
  704. <tr>
  705. <td class="col-table-8">
  706. <strong>Estado Actual:</strong>
  707. </td>
  708. <td class="col-table-4 td-subrayado">
  709. <?= $solicitud->estatus->nombre ?>
  710. </td>
  711. </tr>
  712. <tr>
  713. <td class="col-table-8">
  714. <strong>Incompetencia y Parcialmente Incompetencia:</strong>
  715. </td>
  716. <td class="col-table-4 td-subrayado">
  717. 3 días hábiles <?= $plazoTresDias->format('d/m/Y') ?>
  718. </td>
  719. </tr>
  720. <tr>
  721. <td class="col-table-8">
  722. <strong>Fecha de Posible Requerimiento de Aclaración de la Información:</strong>
  723. </td>
  724. <td class="col-table-4 td-subrayado">
  725. 5 días hábiles <?= $plazoCincoDias->format('d/m/Y') ?>
  726. </td>
  727. </tr>
  728. <tr>
  729. <td class="col-table-8">
  730. <strong>En Caso de Negativa a la Información: Improcedente, Inexistente, Confidencial y Reservada :</strong>
  731. </td>
  732. <td class="col-table-4 td-subrayado">
  733. 5 días hábiles <?= $plazoCincoDias->format('d/m/Y') ?>
  734. </td>
  735. </tr>
  736. <tr>
  737. <td class="col-table-8">
  738. <strong>En Caso de Reproducción con Costo:</strong>
  739. </td>
  740. <td class="col-table-4 td-subrayado">
  741. 5 días hábiles <?= $plazoCincoDias->format('d/m/Y') ?>
  742. </td>
  743. </tr>
  744. <tr>
  745. <td class="col-table-8">
  746. <strong>Fecha Límite de Respuesta:</strong>
  747. </td>
  748. <td class="col-table-4 td-subrayado">
  749. 15 días hábiles <?= $plazoQuinceDias->format('d/m/Y') ?>
  750. </td>
  751. </tr>
  752. </table>
  753. </div>