%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjAdminPosts/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjAdminPosts/pjActionIndex.php |
<?php if (isset($tpl['status'])) { $status = __('status', true); switch ($tpl['status']) { case 2: pjUtil::printNotice(NULL, $status[2]); break; } } else { if (isset($_GET['err'])) { $titles = __('error_titles', true); $bodies = __('error_bodies', true); $bodies_text = str_replace("{SIZE}", ini_get('post_max_size'), @$bodies[$_GET['err']]); pjUtil::printNotice(@$titles[$_GET['err']], $bodies_text); } $u_statarr = __('u_statarr', true); ?> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all b10"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <li class="ui-state-default ui-corner-top ui-tabs-active ui-state-active"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminPosts&action=pjActionIndex"><?php __('menuPosts'); ?></a></li> <li class="ui-state-default ui-corner-top"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?controller=pjAdminPosts&action=pjActionCreate"><?php __('lblAddPost'); ?></a></li> </ul> </div> <?php pjUtil::printNotice(__('infoPostsTitle', true, false), __('infoPostsBody', true, false)); ?> <div class="b10"> <form action="" method="get" class="float_left pj-form frm-filter"> <input type="text" name="q" class="pj-form-field pj-form-field-search w150" placeholder="<?php __('btnSearch', false, true); ?>" /> </form> <?php $filter = __('filter', true); ?> <div class="float_right t5"> <a href="#" class="pj-button btn-all"><?php __('lblAll', false, true); ?></a> <a href="#" class="pj-button btn-filter btn-status" data-column="status" data-value="T"><?php echo $filter['active']; ?></a> <a href="#" class="pj-button btn-filter btn-status" data-column="status" data-value="F"><?php echo $filter['inactive']; ?></a> </div> <br class="clear_both" /> </div> <div id="grid"></div> <script type="text/javascript"> var pjGrid = pjGrid || {}; pjGrid.roleId = <?php echo (int) $_SESSION[$controller->defaultUser]['role_id']; ?>; pjGrid.queryString = ""; <?php if (isset($_GET['author_id']) && (int) $_GET['author_id'] > 0) { ?>pjGrid.queryString += "&author_id=<?php echo (int) $_GET['author_id']; ?>";<?php } ?> var myLabel = myLabel || {}; myLabel.date_published = "<?php __('lblDatePublished', false, true); ?>"; myLabel.title = "<?php __('lblTitle', false, true); ?>"; myLabel.comments = "<?php __('lblComments', false, true); ?>"; myLabel.revert_status = "<?php __('revert_status', false, true); ?>"; myLabel.exported = "<?php __('lblExport', false, true); ?>"; myLabel.active = "<?php __('lblActive', false, true); ?>"; myLabel.inactive = "<?php __('lblInActive', false, true); ?>"; myLabel.delete_selected = "<?php __('delete_selected', false, true); ?>"; myLabel.delete_confirmation = "<?php __('delete_confirmation', false, true); ?>"; myLabel.status = "<?php __('lblStatus', false, true); ?>"; </script> <?php } ?>