forked from MyCashflow/MyCashflow-Default-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcampaign-list.html
52 lines (48 loc) · 1.18 KB
/
campaign-list.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{Helper(file:'helpers/header')}
<div id="SidebarBg">
<div id="Main" class="clearfix">
{Helper(file:'helpers/sidebar-left')}
<div id="Primary" class="Column">
<div id="PageHeader">
{Path}
<h1>{PageTitle}</h1>
</div>
{CampaignImage(
before: '<div class="CampaignImageWrapper">',
after: '</div>',
width: '258',
height: '258'
)}
{CampaignDescription(before:'<div class="CategoryDescription">',after:'</div>')}
{CampaignProducts(
pagination: 'true',
classes: 'first||',
limit: '30|15|60|90',
sort: 'name_asc|released_asc|price_asc',
before: '
<form action="{CurrentUrl}" method="get" id="PaginationSortForm">
{PaginationStatus}
<div class="FormItem GroupItem">
{PaginationFormParameters(
name: 'keyword'
)}
<div>
{PaginationSort}
</div>
<div>
{PaginationLimit}
</div>
<div>
<button type="submit">Lähetä</button>
</div>
</div>
</form>
',
after: '{PaginationPages(items: 7)}',
helper: 'helpers/campaignproduct'
)}
</div>
{Helper(file:'helpers/sidebar-right')}
</div>
</div>
{Helper(file:'helpers/footer')}