? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/board/administrator/components/com_menus/views/menus/tmpl/
File Upload :
Current File : /home/admin/public_html/old/board/administrator/components/com_menus/views/menus/tmpl/default.php

<?php defined('_JEXEC') or die('Restricted access'); ?>

<script language="javascript" type="text/javascript">
<!--
	function submitbutton(task)
	{
		var f = document.adminForm;
		if (task == 'deleteconfirm') {
			id = radioGetCheckedValue( f.id );
			//document.popup.show('index.php?option=com_menus&tmpl=component&task=deleteconfirm&id='+id, 700, 500, null);
		} else {
			submitform(task);
		}
	}

	function menu_listItemTask( id, task, option )
	{
		var f = document.adminForm;
		cb = eval( 'f.' + id );
		if (cb) {
			cb.checked = true;
			submitbutton(task);
		}
		return false;
	}
//-->
</script>

<form action="index.php" method="post" name="adminForm">

	<table class="adminlist">
	<thead>
		<tr>
			<th width="20">
				<?php echo JText::_( 'NUM' ); ?>
			</th>
			<th width="20">
				&nbsp;
			</th>
			<th class="title" nowrap="nowrap">
				<?php echo JText::_( 'Title' ); ?>
			</th>
			<th class="title" nowrap="nowrap">
				<?php echo JText::_( 'Type' ); ?>
			</th>
			<th width="5%" nowrap="nowrap">
				<?php echo JText::_( 'Menu Items' ); ?>
			</th>
			<th width="10%">
				<?php echo JText::_( 'NUM Published' ); ?>
			</th>
			<th width="15%">
				<?php echo JText::_( 'NUM Unpublished' ); ?>
			</th>
			<th width="15%">
				<?php echo JText::_( 'NUM Trash' ); ?>
			</th>
			<th width="15%">
				<?php echo JText::_( 'NUM Modules' ); ?>
			</th>
			<th width="3%">
				<?php echo JText::_( 'ID' ); ?>
			</th>
		</tr>
	</thead>
	<tfoot>
		<tr>
			<td colspan="13">
				<?php echo $this->pagination->getListFooter(); ?>
			</td>
		</tr>
	</tfoot>
	<tbody>
	<?php $i = 0; $k = 0; ?>
	<?php foreach ($this->menus as $menu) : ?>
		<?php
			// Get the current iteration and set a few values
			$link 	= 'index.php?option=com_menus&amp;task=editMenu&amp;id='. $menu->id;
			$linkA 	= 'index.php?option=com_menus&amp;task=view&amp;menutype='. htmlspecialchars($menu->menutype);
		?>
		<tr class="<?php echo "row". $k; ?>">
			<td align="center" width="30">
				<?php echo $this->pagination->limitstart + 1 + $i; ?>
			</td>
			<td width="30" align="center">
				<input type="radio" id="cb<?php echo $i;?>" name="id" value="<?php echo $menu->id; ?>" onclick="isChecked(this.checked);" />
			</td>
			<td>
			<span class="editlinktip hasTip" title="<?php echo JText::_( 'Edit Menu Name' );?>::<?php echo htmlspecialchars($menu->title); ?>">
				<a href="<?php echo $link; ?>">
					<?php echo htmlspecialchars($menu->title); ?></a></span>
			</td>
			<td>
				<?php echo htmlspecialchars($menu->menutype); ?>
			</td>
			<td align="center">
				<a href="<?php echo $linkA; ?>" title="<?php echo JText::_( 'Edit Menu Items' ); ?>">
					<img src="<?php echo JURI::root(); ?>includes/js/ThemeOffice/mainmenu.png" border="0" /></a>
			</td>
			<td align="center">
				<?php
				echo $menu->published;
				?>
			</td>
			<td align="center">
				<?php
				echo $menu->unpublished;
				?>
			</td>
			<td align="center">
				<?php
				echo $menu->trash;
				?>
			</td>
			<td align="center">
				<?php
				echo $menu->modules;
				?>
			</td>
			<td align="center">
				<?php
				echo $menu->id;
				?>
			</td>
		</tr>
		<?php $i++; $k = 1 - $k; ?>
	<?php endforeach; ?>
	</tbody>
	</table>

	<input type="hidden" name="option" value="com_menus" />
	<input type="hidden" name="task" value="" />
	<input type="hidden" name="boxchecked" value="0" />
	<?php echo JHTML::_( 'form.token' ); ?>
</form>

T1KUS90T
  root-grov@210.1.60.28:~$