openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

info.php (1245B)


      1 <?php if (!defined('OR_TITLE')) die('Forbidden'); ?>
      2 	<div class="or-table-wrapper"><div class="or-table-filter"><input type="search" name="filter" placeholder="<?php echo lang('SEARCH_FILTER') ?>" /></div><div class="or-table-area"><table width="100%">
      3 		<tr class="data">
      4 			<td colspan="1">
      5 				<span><?php echo nl2br(encodeHtml(htmlentities(lang(''.'type'.'')))); ?></span>
      6 			</td>
      7 			<td>
      8 				<i class="image-icon image-icon--action-el_<?php echo $type ?>"></i>
      9 				<span><?php echo nl2br(encodeHtml(htmlentities(lang('el_'.$type.'')))); ?></span>
     10 			</td>
     11 		</tr>
     12 		<tr class="data">
     13 			<td colspan="1">
     14 				<span><?php echo nl2br(encodeHtml(htmlentities(lang(''.'name'.'')))); ?></span>
     15 			</td>
     16 			<td class="clickable">
     17 				<a class="" target="_self" data-type="edit" data-action="element" data-method="prop" data-id="<?php echo $id ?>" data-extra="[]" href="./#/element/<?php echo $id ?>">
     18 					<span><?php echo nl2br(encodeHtml(htmlentities($name))); ?></span>
     19 				</a>
     20 			</td>
     21 		</tr>
     22 		<tr class="data">
     23 			<td colspan="1">
     24 				<span><?php echo nl2br(encodeHtml(htmlentities(lang(''.'id'.'')))); ?></span>
     25 			</td>
     26 			<td>
     27 				<span><?php echo nl2br(encodeHtml(htmlentities($id))); ?></span>
     28 			</td>
     29 		</tr>
     30 	</table></div></div>