Esempio n. 1
0
              </a>
              <a class="btn <?php 
echo $sort == 'top' ? 'disabled' : '';
?>
" href="<?php 
echo @route($location->getURL() . '&sort=top');
?>
">
                  <i class="icon-fire"></i>
                  <?php 
echo @text('LIB-AN-SORT-TOP');
?>
              </a>
          </div>
      </div>
    </div>
</div>

<?php 
$url = $location->getURL() . '&layout=taggables';
if (!empty($sort)) {
    $url .= '&sort=' . $sort;
}
if (!empty($scope)) {
    $url .= '&scope=' . $scope;
}
?>

<?php 
echo @infinitescroll($item->tagables->fetchSet(), array('url' => $url, 'id' => 'an-geolocatables'));
Esempio n. 2
0
<?php

defined('KOOWA') or die('Restricted access');
?>

<?php 
$url = array('layout=gadget_list');
if (isset($filter)) {
    $url['filter'] = $filter;
} elseif (isset($actor)) {
    $url['oid'] = $actor->id;
}
?>

<?php 
echo @infinitescroll(null, array('url' => $url, 'id' => 'an-media'));
Esempio n. 3
0
<?php

defined('KOOWA') or die;
?>

<?php 
$url = array('layout' => 'list');
if (isset($filter)) {
    $url['filter'] = $filter;
} elseif (isset($actor)) {
    $url['oid'] = $actor->id;
}
?>

<?php 
echo @infinitescroll($stories, array('url' => $url, 'id' => 'an-stories', 'columns' => 1));
Esempio n. 4
0
<?php

defined('KOOWA') or die;
?>

<?php 
if (count($articles)) {
    $url = array('layout' => 'gadget_list');
    if (isset($filter)) {
        $url['filter'] = $filter;
    } elseif (isset($actor)) {
        $url['oid'] = $actor->id;
    }
    ?>

<?php 
    echo @infinitescroll(null, array('url' => $url, 'topic' => 'an-articles'));
} else {
    echo @message(@text('LIB-AN-NODES-EMPTY-LIST-MESSAGE'));
}
Esempio n. 5
0
<?php

defined('KOOWA') or die('Restricted access');
?>

<?php 
if (count($photos)) {
    $url['layout'] = 'masonry_list';
    if (isset($filter)) {
        $url['filter'] = $filter;
    } elseif (isset($actor)) {
        $url['oid'] = $actor->id;
    }
    ?>

<?php 
    echo @infinitescroll(null, array('layout_item' => 'masonry', 'url' => $url, 'id' => 'an-photos'));
} else {
    echo @message(@text('LIB-AN-NODES-EMPTY-LIST-MESSAGE'));
}
Esempio n. 6
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
?>

<?php 
echo @infinitescroll($people, array('id' => 'an-people', 'hiddenlink' => true));
Esempio n. 7
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
?>

<?php 
echo @infinitescroll($items, array('url' => 'layout=list&sort=' . $sort, 'id' => 'an-tags'));
Esempio n. 8
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
echo @helper('ui.filterbox', @route('layout=list'));
echo @infinitescroll($items, array('id' => 'an-actors', 'hiddenlink' => true));
Esempio n. 9
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
?>

<?php 
$url = $item->getURL() . '&layout=taggables';
if (!empty($sort)) {
    $url .= '&sort=' . $sort;
}
if (!empty($scope)) {
    $url .= '&scope=' . $scope;
}
?>

<?php 
echo @infinitescroll($item->tagables->fetchSet(), array('url' => $url, 'id' => 'an-hashtag-taggables'));
Esempio n. 10
0
}
?>
        </select>

        <label class="checkbox">
            <input form="navbar-search" data-trigger="SearchOption" <?php 
echo $search_comments ? 'checked' : '';
?>
 type="checkbox" name="search_comments" value="1" >
            <?php 
echo @text('COM-SEARCH-OPTION-COMMENTS');
?>
        </label>
   </fieldset>

		<?php 
$url = array('layout' => 'list');
if (!empty($sort)) {
    $url['sort'] = $sort;
}
if (!empty($scope)) {
    $url['scope'] = $scope;
}
?>

    <?php 
echo @infinitescroll($items, array('url' => $url, 'id' => 'an-search-results'));
?>
	</div>
</div>
Esempio n. 11
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
echo @infinitescroll(null, array('id' => 'an-sets'));
Esempio n. 12
0
<?php

defined('KOOWA') or die('Restricted access');
?>

<?php 
echo @helper('ui.header');
echo @infinitescroll($photos, array('id' => 'an-photos', 'url' => 'layout=masonry_list', 'layout_list' => 'masonry', 'layout_item' => 'masonry', 'hiddenlink' => true, 'columns' => 3));
Esempio n. 13
0
    ?>
		<h3><?php 
    echo @text('COM-ACTORS-SOCIALGRAPH-FOLLOWERS-ADD-TITLE');
    ?>
</h3>
        <?php 
}
?>
		<?php 
$url = $actor->getURL() . '&layout=list&get=graph&type=' . $type . '&id=' . $actor->id;
?>
        <?php 
echo @helper('ui.filterbox', @route($url));
?>
				<?php 
echo @infinitescroll(null, array('url' => $url, 'id' => 'an-actor-socialgraph'));
?>
	</div>

	<div class="span4 visible-desktop">
		<h3 class="block-title"><?php 
echo @text('COM-ACTORS-SOCIALGRAPH-STATS');
?>
</h3>
		<div class="block-content an-socialgraph-stat">
            <?php 
if ($actor->isFollowable()) {
    ?>
            <div class="stat-count">
            	<?php 
    echo $actor->followerCount;
Esempio n. 14
0
<?php

defined('KOOWA') or die;
?>

<?php 
echo @helper('ui.header');
echo @helper('ui.filterbox', @route('layout=list&sort=' . $sort));
echo @infinitescroll($locations, array('url' => 'sort=' . $sort, 'start' => $start, 'hiddenlink' => true));