acf
This commit is contained in:
		
							
								
								
									
										80
									
								
								plugins/system/nrframework/layouts/library/toolbar.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								plugins/system/nrframework/layouts/library/toolbar.php
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,80 @@ | ||||
| <?php | ||||
|  | ||||
| /** | ||||
|  * @package         Advanced Custom Fields | ||||
|  * @version         2.8.8 Pro | ||||
|  *  | ||||
|  * @author          Tassos Marinos <info@tassos.gr> | ||||
|  * @link            https://www.tassos.gr | ||||
|  * @copyright       Copyright © 2024 Tassos All Rights Reserved | ||||
|  * @license         GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later | ||||
| */ | ||||
|  | ||||
| defined('_JEXEC') or die('Restricted access'); | ||||
|  | ||||
| use Joomla\CMS\Language\Text; | ||||
| ?> | ||||
| <!-- Library Toolbar --> | ||||
| <div class="tf-library-toolbar"> | ||||
|     <!-- Left --> | ||||
|     <div class="toolbar-left"> | ||||
|         <div class="tf-library-search"> | ||||
|             <input type="search" id="tf_search_template" data-search="true" placeholder="<?php echo Text::_('NR_SEARCH'); ?>..." name="tf-library-search"> | ||||
|             <svg class="tf-library-search-icon" width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||||
|                 <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/> | ||||
|                 <path d="M12.207 12.2075L15.9994 15.9999" stroke="currentColor" stroke-width="2" stroke-linecap="round"/> | ||||
|             </svg> | ||||
|         </div> | ||||
|     </div> | ||||
|     <!-- /Left --> | ||||
|     <!-- Right --> | ||||
|     <div class="toolbar-right"> | ||||
|         <a href="#" class="item tf-library-favorite-icon tf-library-view-favorites"> | ||||
|             <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||||
|                 <path d="M14.902 6.62124C14.3943 9.04222 11.0187 11.1197 7.99845 14C4.97819 11.1197 1.60265 9.04223 1.09492 6.62125C0.231957 2.50649 5.47086 -0.0322559 7.99845 4.12617C10.7204 -0.0322523 15.7649 2.50648 14.902 6.62124Z" fill="currentColor" stroke="currentColor" stroke-linejoin="round"/> | ||||
|             </svg> | ||||
|             <?php echo Text::_('NR_MY_FAVORITES'); ?> | ||||
|         </a> | ||||
|         <div class="item sorting-selector-item"> | ||||
|             <div class="sort-wrapper"> | ||||
|                 <div class="sorting-selected-label"> | ||||
|                     <span class="selected-label"><?php echo Text::_('NR_TRENDING'); ?></span> | ||||
|                     <svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5.70711 4.29289C5.31658 4.68342 4.68342 4.68342 4.29289 4.29289L1 0.999999" stroke="currentColor" stroke-linecap="round"/></svg> | ||||
|                 </div> | ||||
|                 <ul class="sorting-selector-items"> | ||||
|                     <li data-value="featured"><?php echo Text::_('NR_FEATURED'); ?></li> | ||||
|                     <li data-value="popularity"><?php echo Text::_('NR_POPULAR'); ?></li> | ||||
|                     <li data-value="trending" class="selected"><?php echo Text::_('NR_TRENDING'); ?></li> | ||||
|                     <li data-value="date"><?php echo Text::_('NR_NEWEST'); ?></li> | ||||
|                 </ul> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
|     <!-- /Right --> | ||||
| </div> | ||||
| <!-- /Library Toolbar --> | ||||
| <!-- Library Selected Filters --> | ||||
| <div class="tf-library-selected-filters-pills-wrapper"> | ||||
|     <div><?php echo Text::_('NR_SHOWING_RESULTS_FOR'); ?></div> | ||||
|     <div class="tf-library-selected-filters-pills"></div> | ||||
|     <div class="tf-library-filter-template"> | ||||
|         <div class="filter" data-filter=""> | ||||
|             <span class="filter-label"></span> | ||||
|             <svg class="tf-library-filter-pill-item-remove" width="14" height="14" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||||
|                 <circle cx="5" cy="5" r="4.5" stroke="currentColor"/> | ||||
|                 <rect x="7" y="6.5" width="0.707105" height="4.94973" transform="rotate(135 7 6.5)" fill="currentColor"/> | ||||
|                 <rect width="0.707105" height="4.94973" transform="matrix(-0.707109 -0.707105 0.707109 -0.707105 3.5 7)" fill="currentColor"/> | ||||
|             </svg> | ||||
|         </div> | ||||
|     </div> | ||||
|     <a href="#" class="tf-library-filters-clear-all"><?php echo Text::_('NR_CLEAR_ALL'); ?></a> | ||||
| </div> | ||||
| <!-- /Library Selected Filters --> | ||||
| <!-- Library Messages --> | ||||
| <div class="tf-library-messages alert alert-warning is-hidden"> | ||||
|     <span class="tf-library-messages-text"></span> | ||||
|     <button type="button" class="close btn-close tf-library-messages-hide-btn" data-<?php echo defined('nrJ4') ? 'bs-' : ''; ?>> | ||||
|         <?php echo !defined('nrJ4') ? '<span aria-hidden="true">×</span>' : ''; ?> | ||||
|     </button> | ||||
| </div> | ||||
| <!-- /Library Messages --> | ||||
		Reference in New Issue
	
	Block a user