コード例 #1
0
ファイル: default.php プロジェクト: julienV/testrepo
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="adminlist">
	<tr valign="top">
		<td align="left">

			<?php 
echo $this->pane->startPane("det-pane");
$title = JText::_('SCREEN HELP');
echo $this->pane->startPanel($title, 'registra');
?>
			<table class="adminlist">
				<?php 
foreach ($this->toc as $k => $v) {
    echo '<tr>';
    echo '<td>';
    echo JHTML::Link('components/com_eventlist/help/' . $this->langTag . '/' . $k, $v, array('target' => 'helpFrame'));
    echo '</td>';
    echo '</tr>';
}
?>
			</table>

			<?php 
echo $this->pane->endPanel();
echo $this->pane->endPane();
?>
		</td>
		<td width="75%">
			<iframe name="helpFrame" src="<?php 
echo 'components/com_eventlist/help/' . $this->langTag . '/el.intro.html';
?>