index.phtml #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • application/
  • content/
  • views/
  • scripts/
  • list-widget/
  • index.phtml
  • View
  • Commits
  • Open Download .zip Download (296 B)
<? if ($this->rssUri): ?>
    <div class="rss-link">
        <a href="<?= $this->rssUri ?>">
            <span class="rss-link-icon"></span>
            <span class="rss-link-label">RSS</span>
        </a>
    </div>
<? endif; ?>
<?=
$this->contentList(
    $this->query,
    $this->options
);
?>
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/application/content/views/scripts/list-widget/index.phtml
#1 8972 Matt Attaway Initial add of the Chronicle source code