Exemplo n.º 1
0
			</td>
		</tr>
	</tfoot>

	<tbody>
		<?php foreach ($this->rows as $i => $row) : ?>
		 <tr class="row<?php echo $i % 2; ?>">
			<td class="center"><?php echo $this->pagination->getRowOffset($i); ?></td>
			<td align="left">
				 <a class="pointer" onclick="if (window.parent) window.parent.<?php echo $this->escape($function);?>('<?php echo $row->id; ?>', '<?php echo $this->escape(addslashes($row->venue)); ?>');"><?php echo $this->escape($row->venue); ?></a>
			</td>
			<td align="left"><?php echo $this->escape($row->city); ?></td>
			<td align="left"><?php echo $this->escape($row->state); ?></td>
			<td class="center"><?php echo $this->escape($row->country); ?></td>
		</tr>

		<?php endforeach; ?>

	</tbody>

</table>

<p class="copyright">
	<?php echo JEMAdmin::footer( ); ?>
</p>

<input type="hidden" name="task" value="" />
<input type="hidden" name="function" value="<?php echo $this->escape($function); ?>" />
<input type="hidden" name="filter_order" value="<?php echo $this->lists['order']; ?>" />
<input type="hidden" name="filter_order_Dir" value="<?php echo $this->lists['order_Dir']; ?>" />
</form>
Exemplo n.º 2
0
    ?>
</td>
			<td class="center"><?php 
    echo $this->escape($row->country);
    ?>
</td>
		</tr>
		<?php 
}
?>
		</tbody>
	</table>

	<div class="poweredby">
		<?php 
echo JEMAdmin::footer();
?>
	</div>

	<input type="hidden" name="task" value="" />
	<input type="hidden" name="function" value="<?php 
echo $this->escape($function);
?>
" />
	<input type="hidden" name="filter_order" value="<?php 
echo $this->lists['order'];
?>
" />
	<input type="hidden" name="filter_order_Dir" value="<?php 
echo $this->lists['order_Dir'];
?>