Exemplo n.º 1
0
        echo JText::_('COM_DJCLASSIFIEDS_PRICE');
        ?>
</div>
										<div class="item_col normal" style="text-align:center;"><?php 
        echo JText::_('COM_DJCLASSIFIEDS_DATE');
        ?>
</div>				
									</div>	
									<?php 
        foreach ($i->orders as $iorder) {
            $row = $r == TRUE ? '0' : '1';
            $r = !$r;
            echo '<div class="item_row row' . $row . '">';
            echo '<div class="item_col first">';
            $uid_slug = $iorder->user_id . ':' . DJClassifiedsSEO::getAliasName($iorder->username);
            echo '<a class="profile_name" href="index.php?option=com_djclassifieds&view=profile&uid=' . $uid_slug . DJClassifiedsSEO::getMainAdvertsItemid() . '">' . $iorder->username . '</a><br/>';
            echo '<a class="profile_email" href="mailto:' . $iorder->email . '">' . $iorder->email . '</a>';
            echo '</div>';
            ?>
											<div class="item_col"> 
												<div class="djcf_prow_desc_row">
													<span class="djcf_prow_desc_label" ><?php 
            echo JText::_("COM_DJCLASSIFIEDS_PRICE");
            ?>
:</span>
													<span class="djcf_prow_desc_value" ><?php 
            echo DJClassifiedsTheme::priceFormat($iorder->price, $i->currency);
            ?>
</span>
													<div class="clear_both"></div>
												</div>
Exemplo n.º 2
0
            ?>
										</span>
									</div>		
								<?php 
        }
        ?>
								</div> 
						<?php 
    }
    ?>
						<?php 
    if ($par->get('profile_social_link', '')) {
        ?>
							<div class="profile_adverts_link">
								<a href="index.php?option=com_djclassifieds&view=profile&uid=<?php 
        echo $uid_slug . DJClassifiedsSEO::getMainAdvertsItemid();
        ?>
" alt="" >
									<?php 
        echo JText::_('COM_DJCLASSIFIEDS_VIEW_ALL_ADS');
        ?>
								</a>
							</div>
							<div class="profile_social_link">
								<a href="<?php 
        echo DJClassifiedsSocial::getUserProfileLink($item->user_id, $par->get('profile_social_link', ''));
        ?>
" alt="" >
									<?php 
        echo JText::_('COM_DJCLASSIFIEDS_VISIT_SOCIAL_PROFILE');
        ?>