Exemple #1
0
<br />
<table class="adminlist">
	<tr>
		<td>
			<b><?php 
echo JText::_('COM_JEM_TITLE') . ':';
?>
</b>&nbsp;<?php 
echo $this->escape($this->event->title);
?>
<br />
			<b><?php 
echo JText::_('COM_JEM_DATE') . ':';
?>
</b>&nbsp;<?php 
echo JEMOutput::formatLongDateTime($this->event->dates, $this->event->times, $this->event->enddates, $this->event->endtimes);
?>
		</td>
	</tr>
</table>
<br />
<table class="table table-striped" id="eventList">
	<thead>
		<tr>
			<th class="title"><?php 
echo JText::_('COM_JEM_USERNAME');
?>
</th>
			<th class="title"><?php 
echo JText::_('COM_JEM_REGDATE');
?>
Exemple #2
0
			</span>
		</td>
		<td><div class="button2-left">
				<div class="blank">
					<a href="#" onclick="window.print();return false;"><?php echo JHtml::_('image','system/printButton.png', JText::_('JGLOBAL_PRINT'), JText::_('JGLOBAL_PRINT'), true); ?>
					</a>
				</div>
			</div>
		</td>
	</tr>
</table>
<br />
<table class="adminlist">
	<tr>
		<td align="left"><b><?php echo JText::_( 'COM_JEM_TITLE' ).':'; ?> </b>&nbsp;<?php echo $this->escape($this->event->title); ?><br />
			<b><?php echo JText::_( 'COM_JEM_DATE' ).':'; ?> </b>&nbsp;<?php echo JEMOutput::formatLongDateTime($this->event->dates, $this->event->times,
					$this->event->enddates, $this->event->endtimes); ?></td>
	</tr>
</table>
<br />
<table class="table table-striped" id="articleList">
	<thead>
		<tr>
			<th class="title"><?php echo JText::_( 'COM_JEM_USERNAME' ); ?></th>
			<th class="title"><?php echo JText::_( 'COM_JEM_REGDATE' ); ?></th>
			<?php if ($this->enableemailaddress == 1) : ?>
			<th class="title"><?php echo JText::_( 'COM_JEM_EMAIL' ); ?></th>
			<?php endif; ?>
			<?php if ($this->event->waitinglist): ?>
			<th class="title"><?php echo JText::_('COM_JEM_HEADER_WAITINGLIST_STATUS' ); ?></th>
			<?php endif; ?>
		</tr>