コード例 #1
0
<?php

/** $Id: default.php 47 2008-11-29 02:16:07Z mathias $ */
defined('_JEXEC') or die;
?>

<?php 
@helper('stylesheet', 'grid.css', Duuka::getURL('css'));
?>

<form action="<?php 
echo @route('index.php?option=com_duuka&view=tags');
?>
" method="post" name="adminForm">
	<table class="adminlist" style="clear: both;">
		<thead>
			<tr>
				<th width="5">
					<?php 
echo @text('NUM');
?>
				</th>
				<th width="20">
					<input type="checkbox" name="toggle" value="" onclick="checkAll(<?php 
echo count(@$tags);
?>
);" />
				</th>
				<th>
					<?php 
echo @helper('grid.sort', 'Tag', 'tbl.tag', @$filter['direction'], @$filter['order']);
コード例 #2
0
ファイル: form.php プロジェクト: janssit/www.alu-andries.be
<?php

@helper('behavior.tooltip');
?>

<?php 
@helper('extjs.load.all');
@helper('stylesheet', 'form.css', Duuka::getURL('css'));
?>
<script>var duuka_item_id = <?php 
echo (int) @$item->id;
?>
;</script>
<?php 
@helper('script', 'view.item.js', Duuka::getURL('js'));
?>

<?php 
jimport('joomla.html.pane');
$sliders =& JPane::getInstance('sliders', array('allowAllClose' => true));
$db =& JFactory::getDBO();
$nullDate = $db->getNullDate();
?>

<script language="javascript" type="text/javascript">
	function submitbutton(pressbutton) {
		var form = document.adminForm;
		if (pressbutton == 'cancel') {
			submitform( pressbutton );
			return;
		}