The Space List template displays spaces in a neat component. This template looks like the Stacked List Template (Space List) , but you can select the exact spaces to display, giving you greater control over the resulting list. The template is a built-in template and comes with your Communifire site. To use the template:
Below is the HTML of this template, for your reference.
<div class="axero-widget axero-widget-spaces {{CustomCSSClass}} {{#if HideContainerBorder}}axero-widget-no-border{{/if}}"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-content"> <ul> {{#each Contents}} <li> <a href="{{ContentURL}}" title="{{{Title}}}"> <div class="space-photo"> <img src="{{ContentImageURL}}" alt="{{{Title}}}" /> </div> <div class="space-info"> <div class="title">{{{trim Title ../TitleCharacterLength}}}</div> <div class="property">{{{trim Summary ../SummaryCharacterLength}}}</div> </div> </a> </li> {{/each}} </ul> </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> <a href="{{SiteURL}}/spaces">{{Resources.GlobalAllSmallText}} <i class="icon-caret-right"></i></a> </div> {{/if}} </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/78476/space-list-template-content-list
Your session has expired. You are being logged out.