Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/news/administrator/components/com_phocagallery/views/phocagallerys/tmpl/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); $user =& JFactory::getUser(); //Ordering allowed ? $ordering = ($this->lists['order'] == 'a.ordering'); JHTML::_('behavior.tooltip'); if (isset($this->tmpl['notapproved']->count) && (int)$this->tmpl['notapproved']->count > 0 ) { echo '<div class="notapproved">'.JText::_('PHOCAGALLERY_NOT_APPROVED_IMAGE_IN_GALLERY').': '.(int)$this->tmpl['notapproved']->count.'</div>'; } ?> <form action="<?php echo $this->request_url; ?>" method="post" name="adminForm"> <table> <tr> <td align="left" width="100%"><?php echo JText::_( 'Filter' ); ?>: <input type="text" name="search" id="search" value="<?php echo $this->lists['search'];?>" class="text_area" onchange="document.adminForm.submit();" /> <button onclick="this.form.submit();"><?php echo JText::_( 'Go' ); ?></button> <button onclick="document.getElementById('search').value='';this.form.submit();"><?php echo JText::_( 'Reset' ); ?></button> </td> <td nowrap="nowrap"> <?php echo $this->tmpl['enablethumbcreationstatus'] . ' '; echo $this->lists['catid']; echo $this->lists['state']; ?> </td> </tr> </table> <div id="editcell"> <table class="adminlist"> <thead> <tr> <th width="5"><?php echo JText::_( 'NUM' ); ?></th> <th width="5"><input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count( $this->items ); ?>);" /></th> <th class="image" width="70" align="center"><?php echo JText::_( 'Image' ); ?></th> <th class="title" width="40%"><?php echo JHTML::_('grid.sort', 'Title', 'a.title', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="20%" nowrap="nowrap"><?php echo JHTML::_('grid.sort', 'Filename', 'a.filename', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="10%" nowrap="nowrap"><?php echo JText::_('Functions'); ?> </th> <th width="5%" nowrap="nowrap"><?php echo JHTML::_('grid.sort', JText::_('PHOCAGALLERY_PUBLISHED'), 'a.published', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="5%" nowrap="nowrap"><?php echo JHTML::_('grid.sort', JText::_('PHOCAGALLERY_APPROVED'), 'a.approved', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="14%" nowrap="nowrap"> <?php echo JHTML::_('grid.sort', 'Order', 'a.ordering', $this->lists['order_Dir'], $this->lists['order'] ); ?> <?php echo JHTML::_('grid.order', $this->items ); ?></th> <th width="15%" class="title"> <?php echo JHTML::_('grid.sort', 'Category', 'category', $this->lists['order_Dir'], $this->lists['order'] ); ?></th> <th width="5%"><?php echo JHTML::_('grid.sort', 'PHOCAGALLERY_OWNER', 'ownerid', $this->lists['order_Dir'], $this->lists['order'] ); ?></th> <th width="5%"><?php echo JHTML::_('grid.sort', 'Uploaded by', 'uploadusername',$this->lists['order_Dir'], $this->lists['order'] ); ?></th> <th width="5%"><?php echo JHTML::_('grid.sort', 'Rating', 'v.average', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="5%"><?php echo JHTML::_('grid.sort', 'Hits', 'a.hits', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> <th width="1%" nowrap="nowrap"><?php echo JHTML::_('grid.sort', 'ID', 'a.id', $this->lists['order_Dir'], $this->lists['order'] ); ?> </th> </tr> </thead> <tbody> <?php $k = 0; for ($i=0, $n=count( $this->items ); $i < $n; $i++) { $row = &$this->items[$i]; $link = JRoute::_( 'index.php?option=com_phocagallery&controller=phocagallery&task=edit&cid[]='. $row->id ); $linkRotate90 = JRoute::_( 'index.php?option=com_phocagallery&controller=phocagallery&task=rotate&angle=90&cid[]='. $row->id ); $linkRotate270 = JRoute::_( 'index.php?option=com_phocagallery&controller=phocagallery&task=rotate&angle=270&cid[]='. $row->id ); $linkDeleteThumbs= JRoute::_( 'index.php?option=com_phocagallery&controller=phocagallery&task=deletethumbs&cid[]='. $row->id ); $checked = JHTML::_('grid.checkedout', $row, $i ); $published = JHTML::_('grid.published', $row, $i ); $approved = PhocaGalleryRenderAdmin::approved( $row, $i ); $row->cat_link = JRoute::_( 'index.php?option=com_phocagallery&controller=phocagalleryc&task=edit&cid[]='. $row->catid ); ?> <tr class="<?php echo "row$k"; ?>"> <td><?php echo $this->tmpl['pagination']->getRowOffset( $i ); ?></td> <td><?php echo $checked; ?></td> <td align="center" valign="middle"> <div class="phocagallery-box-file"> <center> <div class="phocagallery-box-file-first"> <div class="phocagallery-box-file-second"> <div class="phocagallery-box-file-third"> <center> <?php // PICASA if (isset($row->extid) && $row->extid !='') { $resW = explode(',', $row->extw); $resH = explode(',', $row->exth); $correctImageRes = PhocaGalleryImage::correctSizeWithRate($resW[2], $resH[2], 50, 50); ?> <a class="<?php echo $this->button->modalname; ?>" title="<?php echo $this->button->text; ?>" href="<?php echo $this->button->link . '&cid[]='.$row->id; ?>" rel="<?php echo $this->button->options; ?>" ><?php echo JHTML::_( 'image', $row->exts.'?imagesid='.md5(uniqid(time())), '', array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height'])); ?></a> <?php } else if (isset ($row->fileoriginalexist) && $row->fileoriginalexist == 1) { $imageRes = PhocaGalleryImage::getRealImageSize($row->filename, 'small'); $correctImageRes = PhocaGalleryImage::correctSizeWithRate($imageRes['w'], $imageRes['h'], 50, 50); ?> <a class="<?php echo $this->button->modalname; ?>" title="<?php echo $this->button->text; ?>" href="<?php echo $this->button->link . '&cid[]='.$row->id; ?>" rel="<?php echo $this->button->options; ?>" ><?php echo JHTML::_( 'image', $row->linkthumbnailpath.'?imagesid='.md5(uniqid(time())), '', array('width' => $correctImageRes['width'], 'height' => $correctImageRes['height'])); ?></a> <?php } else { echo JHTML::_( 'image.site', 'phoca_thumb_s_no_image.gif', '../administrator/components/com_phocagallery/assets/images/'); } ?> </center> </div> </div> </div> </center> </div> </td> <td> <?php if ( JTable::isCheckedOut($this->user->get ('id'), $row->checked_out ) ) { echo $row->title; } else { ?> <a href="<?php echo $link; ?>" title="<?php echo JText::_( 'Edit Phoca gallery' ); ?>"> <?php echo $row->title; ?></a> <?php } ?> </td> <?php if (isset($row->extid) && $row->extid !='') { echo '<td align="center">'.JText::_('PHOCAGALLERY_PICASA_STORED_FILE').'</td>'; echo '<td></td>'; } else { ?> <td><?php echo $row->filename;?></td> <td align="center"> <a href="<?php echo $linkRotate90; ?>" title="<?php echo JText::_( 'Rotate Left' ); ?>"><?php echo JHTML::_( 'image.administrator', 'icon-rotate-left.gif', 'components/com_phocagallery/assets/images/','','', JText::_( 'Rotate Left' ));?></a> <a href="<?php echo $linkRotate270; ?>" title="<?php echo JText::_( 'Rotate Right' ); ?>"><?php echo JHTML::_( 'image.administrator', 'icon-rotate-right.gif', 'components/com_phocagallery/assets/images/','','', JText::_( 'Rotate Right' ));?></a> <a href="<?php echo $linkDeleteThumbs; ?>" title="<?php echo JText::_( 'PHOCAGALLERY_RECREATE_THUMBS' ); ?>"><?php echo JHTML::_( 'image.administrator', 'icon-remove-create.gif', 'components/com_phocagallery/assets/images/','','', JText::_( 'Delete and Recreate Thumbnail' ));?></a> <a href="#" onclick="window.location.reload(true);" title="<?php echo JText::_( 'Reload Site' ); ?>"><?php echo JHTML::_( 'image.administrator', 'icon-reload.gif', 'components/com_phocagallery/assets/images/','','', JText::_( 'Reload Site' ));?></a> </td><?php } ?> <td align="center"><?php echo $published;?></td> <td align="center"><?php echo $approved;?></td> <td class="order"> <span><?php echo $this->tmpl['pagination']->orderUpIcon( $i, ($row->catid == @$this->items[$i-1]->catid),'orderup', 'Move Up', $ordering ); ?></span> <span><?php echo $this->tmpl['pagination']->orderDownIcon( $i, $n, ($row->catid == @$this->items[$i+1]->catid), 'orderdown', 'Move Down', $ordering ); ?></span> <?php $disabled = $ordering ? '' : 'disabled="disabled"'; ?> <input type="text" name="order[]" size="5" value="<?php echo $row->ordering;?>" <?php echo $disabled ?> class="text_area" style="text-align: center" /> </td> <td><a href="<?php echo $row->cat_link; ?>" title="<?php echo JText::_( 'Edit Category' ); ?>"><?php echo $row->category; ?></a> </td> <td align="center"><?php echo $row->usercatname; ?></td> <?php echo '<td>'; echo $row->uploadname; echo $row->uploadusername ? ' ('.$row->uploadusername.')' : ''; echo '</td>'; ?> <td align="center"><?php $voteAvg = round(((float)$row->ratingavg / 0.5)) * 0.5; $voteAvgWidth = 16 * $voteAvg; echo '<ul class="star-rating-small">' .'<li class="current-rating" style="width:'.$voteAvgWidth.'px"></li>' .'<li><span class="star1"></span></li>'; for ($ir = 2;$ir < 6;$ir++) { echo '<li><span class="stars'.$ir.'"></span></li>'; } echo '</ul>'; ?></td> <td align="center"><?php echo $row->hits; ?></td> <td align="center"><?php echo $row->id; ?></td> </tr> <?php $k = 1 - $k; } ?> </tbody> <tfoot> <tr> <td colspan="14"><?php echo $this->tmpl['pagination']->getListFooter(); ?></td> </tr> </tfoot> </table> </div> <input type="hidden" name="controller" value="phocagallery" /> <input type="hidden" name="task" value="" /> <input type="hidden" name="boxchecked" value="0" /> <input type="hidden" name="filter_order" value="<?php echo $this->lists['order']; ?>" /> <input type="hidden" name="filter_order_Dir" value="" /> </form>