openrat-cms

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

show.php (819B)


      1 <?php if (!defined('OR_TITLE')) die('Forbidden'); ?>
      2 			<tr>
      3 				<td colspan="2">
      4 					<iframe src="<?php echo $preview_url ?>"></iframe>
      5 					<a class="action" target="_self" data-action="file" data-method="edit" data-id="<?php echo OR_ID ?>" data-extra="[]" href="./#/file/">
      6 						<img src="./modules/cms-ui/themes/default/images/icon/icon/edit.png" />
      7 						<span><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_file_edit'.'')))); ?></span>
      8 					</a>
      9 					<a class="action" target="_self" data-action="file" data-method="editvalue" data-id="<?php echo OR_ID ?>" data-extra="[]" href="./#/file/">
     10 						<img src="./modules/cms-ui/themes/default/images/icon/icon/editvalue.png" />
     11 						<span><?php echo nl2br(encodeHtml(htmlentities(lang(''.'menu_file_editvalue'.'')))); ?></span>
     12 					</a>
     13 				</td>
     14 			</tr>