Viewing file: a598d7a16e558d490aca4ce7d477eca8c7ff5141.file.docs.tpl.php (2.79 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-29 21:36:12 compiled from "user/templates/regulatory/docs.tpl" */ ?> <?php /*%%SmartyHeaderCode:13499462734de2921ca8e298-34467231%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'a598d7a16e558d490aca4ce7d477eca8c7ff5141' => array ( 0 => 'user/templates/regulatory/docs.tpl', 1 => 1306694171, ), ), 'nocache_hash' => '13499462734de2921ca8e298-34467231', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table class="regulatory"> <thead> <tr> <th style="width:70%">Назва документу</th> <th>Проект</th> <th>Аналіз регуляторного впливу</th> <th>Відстеження результативності</th> <th>Рішення</th> </tr> </thead> <tbody> <?php $_smarty_tpl->tpl_vars['row'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('rows')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['row']->key => $_smarty_tpl->tpl_vars['row']->value){ ?> <tr> <td><?php echo $_smarty_tpl->tpl_vars['row']->value['doc_title_ukr'];?> </td> <td style="text-align: center; vertical-align: middle"><?php if (file_exists("data/regulatory/".($_smarty_tpl->tpl_vars['row']->value['doc_file1']))&&strlen(trim($_smarty_tpl->tpl_vars['row']->value['doc_file1']))>0){?><a href="/data/regulatory/<?php echo $_smarty_tpl->tpl_vars['row']->value['doc_file1'];?> " target="_blank">скачати</a><?php }?></td> <td style="text-align: center; vertical-align: middle"><?php if (file_exists("data/regulatory/".($_smarty_tpl->tpl_vars['row']->value['doc_file2']))&&strlen(trim($_smarty_tpl->tpl_vars['row']->value['doc_file2']))>0){?><a href="/data/regulatory/<?php echo $_smarty_tpl->tpl_vars['row']->value['doc_file2'];?> " target="_blank">скачати</a><?php }?></td> <td style="text-align: center; vertical-align: middle"><?php if (file_exists("data/regulatory/".($_smarty_tpl->tpl_vars['row']->value['doc_file3']))&&strlen(trim($_smarty_tpl->tpl_vars['row']->value['doc_file3']))>0){?><a href="/data/regulatory/<?php echo $_smarty_tpl->tpl_vars['row']->value['doc_file3'];?> " target="_blank">скачати</a><?php }?></td> <td style="text-align: center; vertical-align: middle"><?php if (file_exists("data/regulatory/".($_smarty_tpl->tpl_vars['row']->value['doc_file4']))&&strlen(trim($_smarty_tpl->tpl_vars['row']->value['doc_file4']))>0){?><a href="/data/regulatory/<?php echo $_smarty_tpl->tpl_vars['row']->value['doc_file4'];?> " target="_blank">скачати</a><?php }?></td> </tr> <?php }} ?> </tbody> </table>
|