Example #1
0
File: list.php Project: JozefAB/qk
<div class="item-page">
	<?php 
if ($this->params->get('show_page_heading', 1)) {
    ?>
	<div class="page-header">
		<h1><?php 
    echo $this->escape($this->params->get('page_heading'));
    ?>
</h1>
	</div>
	<?php 
}
?>

	<form action="<?php 
echo JRoute::_(RSMembershipRoute::Categories('list'));
?>
" method="post" name="adminForm" id="adminForm">
		<table id="sortTable" width="99%" class="<?php 
echo $this->escape($this->params->get('pageclass_sfx'));
?>
 table table-stripped table-hover table-bordered">
		<?php 
if ($this->params->get('show_headings', 1)) {
    ?>
			<thead>
				<tr>
					<th class="<?php 
    echo $this->escape($this->params->get('pageclass_sfx'));
    ?>
" align="right" width="5%"><?php 
Example #2
0
?>
	<?php 
if ($this->params->get('show_page_heading', 1)) {
    ?>
	<div class="page-header">
		<h1><?php 
    echo $this->escape($this->params->get('page_heading'));
    ?>
</h1>
	</div>
	<?php 
}
?>

	<form action="<?php 
echo JRoute::_(RSMembershipRoute::Categories());
?>
" method="post" name="adminForm" id="rsm_categories_form">
	<?php 
$k = 1;
?>
	<?php 
$i = 0;
?>
	<?php 
foreach ($this->items as $item) {
    ?>
	<div class="item-page">
		<div class="page-header">
			<h2 class="sectiontableentry<?php 
    echo $k . $this->escape($this->params->get('pageclass_sfx'));