Move busui to seperate repository
[bus.git] / dimension_referral.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div class="owa_dimensionDetail refererDetailPanel" id="">
        <div class="icon" style="float:left;">
                <img src="<?php echo $this->makeImageLink('base/i/referral_icon_64.png'); ?>">
        </div>
        <div>
                <div class="title">
                <?php 
                        if ($properties['page_title']) { 
                                $this->out($properties['page_title'], true, true); 
                        } else { 
                                $this->out('No Title', false);
                        }
                ?>
                </div>
                <div class="url">
                        <?php $this->out($properties['url']);?> &nbsp; <span class="moreLink"><a href="<?php $this->out( $properties['url'] );?>">Visit Site &raquo;</a></span>
                </div>
                <div class="snippet"><?php $this->out($properties['snippet'], false);?></div>
        </div>
        <div style="clear:both;"></div>
</div>