コード例 #1
0
ファイル: default.php プロジェクト: kosmosby/medicine-prof
<?php

/**
 * @version 3.0
 * @package Jomgallery
 * @author   AWDsolution.com
 * @link http://www.AWDsolution.com
 * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @copyright Copyright (C) 2009 AWDsolution.com. All rights reserved.
*/
defined('_JEXEC') or die('Restricted access');
JToolBarHelper::title(JText::_('awdjomalbum'), 'awdwallprogalleryextrafield');
JToolBarHelper::publish('publish', 'Publish info', true);
JToolBarHelper::unpublish('unpublish', 'Unpublish info', true);
JToolBarHelper::preferences('com_awdjomalbum');
AwdjomalbumHelper::awdadmintoolbar('info');
?>
<div class="awdm">
<form name="adminForm" id="adminForm" action="" method="post" >
	
	<table class="table table-striped">
		<thead>
			<tr>
				<th style="text-align:left" width="5%" class="nowrap">
					<?php 
echo JText::_('NUM');
?>
				</th>
				<th style="text-align:left" width="5%" class="nowrap">
					<input type="checkbox" name="toggle" value="" onClick="checkAll(<?php 
echo count($this->rows);
コード例 #2
0
ファイル: default.php プロジェクト: kosmosby/medicine-prof
<?php

/**
 * @version 3.0
 * @package Jomgallery
 * @author   AWDsolution.com
 * @link http://www.AWDsolution.com
 * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @copyright Copyright (C) 2009 AWDsolution.com. All rights reserved.
*/
defined('_JEXEC') or die('Restricted access');
JToolBarHelper::title(JText::_('awdjomalbum'), 'awdwallprogalleryalbumphoto');
JToolBarHelper::deleteList();
AwdjomalbumHelper::awdadmintoolbar('albumphotos');
?>
<div class="awdm">
<form name="adminForm" id="adminForm" action="" method="post" >
	
	<table class="adminlist" cellpadding="0" cellspacing="0">	
		<tbody>
			<tr>
				<td align="left"><?php 
echo $this->lists['userlist'];
?>
</td>
			</tr>
		</tbody>
		<tbody>
			<tr>
				<td>
		<?php 
コード例 #3
0
ファイル: default.php プロジェクト: kosmosby/medicine-prof
/**
 * @version 3.0
 * @package Jomgallery
 * @author   AWDsolution.com
 * @link http://www.AWDsolution.com
 * @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @copyright Copyright (C) 2009 AWDsolution.com. All rights reserved.
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
jimport('joomla.html.html.bootstrap');
//$pane	=& JPane::getInstance('sliders');
$url = JURI::root();
global $app;
AwdjomalbumHelper::awdadmintoolbar('awdwall');
?>
<div class="awdm">
<table width="100%" border="0">
	<tr>
		<td width="55%" valign="top">
			<div id="cpanel">
				<?php 
echo $this->addIcon('jomwallcontrolpanel.jpg', 'index.php?option=com_awdwall&amp;controller=awdwall', JText::_('JomWALL Control Panel'));
?>
				<?php 
echo $this->addIcon('galleryimages.jpg', 'index.php?option=com_awdjomalbum&amp;view=albumphotos', JText::_('Album Photos'));
?>
				<?php 
echo $this->addIcon('wallimage.jpg', 'index.php?option=com_awdjomalbum&amp;view=wallphotos', JText::_('Wall Photos'));
?>