openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

memberships.php (1780B)


      1 <?php /* THIS FILE IS GENERATED from memberships.tpl.src.xml - DO NOT CHANGE */ defined('APP_STARTED') || die('Forbidden'); use \template_engine\Output as O; ?>
      2   <div class="<?php echo O::escapeHtml('or-table-wrapper') ?>"><?php echo O::escapeHtml('') ?>
      3     <div class="<?php echo O::escapeHtml('or-table-filter') ?>"><?php echo O::escapeHtml('') ?>
      4       <input type="<?php echo O::escapeHtml('search') ?>" name="<?php echo O::escapeHtml('filter') ?>" placeholder="<?php echo O::escapeHtml(''.@O::lang('SEARCH_FILTER').'') ?>" class="<?php echo O::escapeHtml('or-input or-table-filter-input') ?>" /><?php echo O::escapeHtml('') ?>
      5     </div>
      6     <div class="<?php echo O::escapeHtml('or-table-area') ?>"><?php echo O::escapeHtml('') ?>
      7       <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?>
      8         <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?>
      9           <td><?php echo O::escapeHtml('') ?>
     10             <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span>
     11           </td>
     12         </tr>
     13         <?php $if3=((groups)==FALSE); if($if3) {  ?>
     14           <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?>
     15             <td><?php echo O::escapeHtml('') ?>
     16               <span><?php echo O::escapeHtml(''.@O::lang('NOT_FOUND').'') ?></span>
     17             </td>
     18           </tr>
     19          <?php } ?>
     20         <?php foreach((array)@groups as $list_key=>$group) {  ?>
     21           <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?>
     22             <td><?php echo O::escapeHtml('') ?>
     23               <span><?php echo O::escapeHtml(''.@$group.'') ?></span>
     24             </td>
     25           </tr>
     26          <?php } ?>
     27       </table>
     28     </div>
     29   </div>