noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
list_category_document.php
Go to the documentation of this file.
00001 <?php
00002 //This file is part of NOALYSS and is under GPL 
00003 //see licence.txt
00004 ?><form method="post">
00005 
00006 <table>
00007 
00008 <?php
00009 for ($i=0;$i<count($aList);$i++) :
00010   $row=$aList[$i];
00011 ?>
00012 
00013 <tr id="row<?php echo $row['dt_id']?>">
00014 <td colspan="2">
00015 <?php echo h($row['dt_value']);?>
00016 </td>
00017 <td colspan="2">
00018 <?php echo h($row['dt_prefix']);?>
00019 </td>
00020 <td>
00021 <?php echo $row['js_mod'];?>
00022 </td>
00023 <td>
00024 <?php echo $row['js_remove'];?>
00025 </td>
00026 
00027 
00028 </tr>
00029 <?php 
00030 endfor;
00031 ?>
00032 <tr>
00033 <td>
00034 <?php echo $str_addCat?>
00035 </td>
00036 <td>
00037 <?php echo $str_addPrefix?>
00038 </td>
00039 <td>
00040    <?php echo $str_submit?>
00041 </td>
00042 </tr>
00043 
00044 </table>
00045 <?php 
00046 echo dossier::hidden();
00047 echo HtmlInput::hidden('ac',$_REQUEST['ac']);
00048 ?>
00049 </form>
 All Data Structures Namespaces Files Functions Variables Enumerations