File indexing completed on 2024-06-23 05:51:20

0001 <?php 
0002 /**
0003  *  ocs-webserver
0004  *
0005  *  Copyright 2016 by pling GmbH.
0006  *
0007  *    This file is part of ocs-webserver.
0008  *
0009  *    This program is free software: you can redistribute it and/or modify
0010  *    it under the terms of the GNU Affero General Public License as
0011  *    published by the Free Software Foundation, either version 3 of the
0012  *    License, or (at your option) any later version.
0013  *
0014  *    This program is distributed in the hope that it will be useful,
0015  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
0016  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0017  *    GNU Affero General Public License for more details.
0018  *
0019  *    You should have received a copy of the GNU Affero General Public License
0020  *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
0021  **/
0022 
0023 $helperBuildBaseUrl = new Default_View_Helper_BuildBaseUrlStore();
0024 ?>
0025 
0026 <div class="pling-nav-tabs">
0027     <ul class="nav nav-tabs ">
0028 
0029         
0030         <li class="<?php echo $this->tab == 'new-members-projects' ? 'active' : ''; ?>">
0031             <a class="newuserprojectTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/new-members-projects')?>" >New Members & Projects </a></li>
0032 
0033          <li class="<?php echo $this->tab == 'new-products-weekly' ? 'active' : ''; ?>"><a class="newproductsweeklyTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/new-products-weekly')?>">New Products weekly</a></li>
0034 
0035         <li class="<?php echo $this->tab == 'downloads-domain' ? 'active' : ''; ?>"><a class="downloadsDomainTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/downloads-domain')?>">Downloads Domain</a></li>
0036 
0037         <li class="<?php echo $this->tab == 'downloads-payouts-daily' ? 'active' : ''; ?>"><a class="downloadsdailyTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/downloads-payouts-daily')?>">Downloads&Payouts daily</a></li>
0038 
0039         <li class="<?php echo $this->tab == 'product-per-day' ? 'active' : ''; ?>"><a class="topDownloadsPerDayTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/product-per-day')?>" >Product/Day</a></li>
0040         <li class="<?php echo $this->tab == 'product-per-month' ? 'active' : ''; ?>"><a class="topDownloadsPerMonthTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/product-per-month')?>" >Product/Month</a></li>
0041 
0042         <li class="<?php echo $this->tab == 'payout-member' ? 'active' : ''; ?>">
0043             <a class="payoutTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-member')?>" >Payout Member</a></li>
0044         <li class="<?php echo $this->tab == 'payout-newcomer' ? 'active' : ''; ?>"
0045             ><a class="payoutNewcomerTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-newcomer')?>" >Payout Newcomer</a></li>
0046         <li class="<?php echo $this->tab == 'payout-newloser' ? 'active' : ''; ?>"><a class="payoutNewloserTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-newloser')?>" >Payout Newloser</a></li>
0047         <li class="<?php echo $this->tab == 'payout-month-diff' ? 'active' : ''; ?>"><a class="payoutMonthDiffTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-month-diff')?>" >Payout Month Diff</a></li>
0048 
0049         <li class="<?php echo $this->tab == 'payout-categories' ? 'active' : ''; ?>"><a class="payoutCategoryMonthlyTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-categories')?>" >Payout Categories</a></li>
0050     
0051         <li class="<?php echo $this->tab == 'payout-category-monthly' ? 'active' : ''; ?>"><a class="payoutCategoryTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-category-monthly')?>" >Payout Category monthly</a></li>    
0052 
0053         <li class="<?php echo $this->tab == 'payout-groupby-amount' ? 'active' : ''; ?>"><a class="payoutGroupbyAmountTab" href="<?=$helperBuildBaseUrl->buildBaseUrlStore('statistics/payout-groupby-amount')?>" >Payout Groupby amount last month</a></li>             
0054     </ul>
0055 </div>