예제 #1
0
echo $this->sliders->startPane("pane_{$pane}");
$legend = JText::_("Sitemap Settings");
echo $this->sliders->startPanel(JText::_($legend), 'sitemap');
?>
					
					<table class="adminlist">
					<tbody>
						<tr>
			            	<th style="width: 25%;">
								<?php 
echo JText::_('Maximum tree depth to be included in sitemap');
?>
							</th>
			                <td>
								<?php 
echo MysiteSelect::levellimit($this->row->get('tree_depth', '0'), 'tree_depth', null, 'tree_depth', true, 'Tree Depth');
?>
								
			                </td>
						</tr>
						<tr>
			            	<th style="width: 25%;">
								<?php 
echo JText::_('Default change frequency value');
?>
							</th>
							<td>
								<?php 
echo MysiteSelect::changefrequency($this->row->get('change_frequency', '0'), 'change_frequency', null, 'change_frequency', true, 'Change Frequency');
?>
							</td>
예제 #2
0
echo JText::_('Search');
?>
                <input id="filter" name="filter" value="<?php 
echo @$state->filter;
?>
" />
                <button onclick="this.form.submit();"><?php 
echo JText::_('Search');
?>
</button>
                <button onclick="mysiteResetFormFilters(this.form);"><?php 
echo JText::_('Reset');
?>
</button>
                <?php 
echo MysiteSelect::levellimit(@$state->filter_levellimit, 'filter_levellimit', $attribs, 'levellimit', true, 'Level Limit');
?>
            </td>
        </tr>
    </table>

	<table class="adminlist" style="clear: both;">
		<thead>
            <tr>
                <th style="width: 5px;">
                	<?php 
echo JText::_("Num");
?>
                </th>
                <th style="width: 20px;">
                	<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php