This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<all-products-paginated> | |
<pagination total-entries="42" total-pages="3" entries-per-page="18" current-page="1" /> | |
<section id="8" handle="products">Products</section> | |
<entry id="486"> | |
<title handle="issue-1">Issue 1</title> | |
<label handle="issue-1">Issue 1 </label> | |
<category> | |
<item id="282" handle="back-issues" section-handle="product-categories" section-name="Product categories">Back issues</item> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ---- Pagination ---- */ | |
ul.pagination li { | |
list-style-type: none; | |
display: inline; | |
} | |
.formatted ul.pagination li:Before { | |
display:none; | |
} | |
ul.pagination li a { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<!-- | |
Name: DATA SOURCE PAGINATION | |
Version: 1.4 | |
Author: Nick Dunn <[email protected]>, extended by Nils Hörrmann <[email protected]> | |
URL: http://symphony-cms.com/downloads/xslt/file/20482/ | |
Required Parameters: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xsl:value-of select-"blah" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Import Driver | |
* | |
* Each field should have a specific class for import-export functions. | |
* When none is found, the default fallback is this class. | |
*/ | |
class ImportDriver_textarea { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<data> | |
<upcoming-events> | |
<section id="15" handle="upcoming-events">Upcoming events</section> | |
<entry id="1037"> | |
<title handle="brockwell-park-firework-display-saturday-5th-november">BROCKWELL PARK FIREWORK DISPLAY - Saturday 5th November</title> | |
<date time="18:12" weekday="6">2011-11-05</date> | |
<time handle="700-745pm">7.00-7.45pm</time> | |
<location handle="outside-brockwell-hall-brockwell-park">Outside Brockwell Hall, Brockwell Park</location> | |
<content>Due to our MASSIVE successes at the Lambeth Country Show and the car-free days, Lambeth Events team have asked us to sing before the Firework Display in Brockwell Park. Wrap up warm in your Popchoir Sweatshirt and come along with your family and friends to enjoy the funfair and the fireworks as well as our own performance! And yes - they've learned their lesson - there WILL be a PA system this time!!!</content> | |
<choirs> |