commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / templates / CRM / Event / Page / ManageEvent.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2015 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {capture assign=newEventURL}{crmURL p='civicrm/event/add' q="action=add&reset=1"}{/capture}
27 {capture assign=icalFile}{crmURL p='civicrm/event/ical' q="reset=1" fe=1}{/capture}
28 {capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1" fe=1}{/capture}
29 {capture assign=rssFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&rss=1" fe=1}{/capture}
30 {capture assign=htmlFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&html=1" fe=1}{/capture}
31 <div class="float-right">
32 <a href="{$htmlFeed}" target="_blank" title="{ts}HTML listing of current and future public events.{/ts}">
33 <img src="{$config->resourceBase}i/applications-internet.png"
34 alt="{ts}HTML listing of current and future public events.{/ts}" />
35 </a>&nbsp;&nbsp;
36 <a href="{$rssFeed}" target="_blank" title="{ts}Get RSS 2.0 feed for current and future public events.{/ts}">
37 <img src="{$config->resourceBase}i/feed-icon.png"
38 alt="{ts}Get RSS 2.0 feed for current and future public events.{/ts}" />
39 </a>&nbsp;&nbsp;
40 <a href="{$icalFile}" title="{ts}Download iCalendar file for current and future public events.{/ts}">
41 <img src="{$config->resourceBase}i/office-calendar.png"
42 alt="{ts}Download iCalendar file for current and future public events.{/ts}" />
43 </a>&nbsp;&nbsp;
44 <a href="{$icalFeed}" target="_blank" title="{ts}Get iCalendar feed for current and future public events.{/ts}">
45 <img src="{$config->resourceBase}i/ical_feed.gif"
46 alt="{ts}Get iCalendar feed for current and future public events.{/ts}" />
47 </a>&nbsp;&nbsp;&nbsp;{help id='icalendar'}
48 </div>
49 {include file="CRM/Event/Form/SearchEvent.tpl"}
50
51 <div class="action-link">
52 <a accesskey="N" href="{$newEventURL}" id="newManageEvent" class="button crm-popup">
53 <span><div class="icon ui-icon-circle-plus"></div>{ts}Add Event{/ts}</span>
54 </a>
55 <div class="clear"></div>
56 </div>
57 {if $rows}
58 <div id="event_status_id" class="crm-block crm-manage-events">
59 {strip}
60 {include file="CRM/common/pager.tpl" location="top"}
61 {include file="CRM/common/pagerAToZ.tpl"}
62 {* handle enable/disable actions*}
63 {include file="CRM/common/enableDisableApi.tpl"}
64 {include file="CRM/common/jsortable.tpl"}
65 <table id="options" class="display">
66 <thead>
67 <tr>
68 <th>{ts}Event{/ts}</th>
69 <th>{ts}City{/ts}</th>
70 <th>{ts}State/Province{/ts}</th>
71 <th>{ts}Type{/ts}</th>
72 <th>{ts}Public?{/ts}</th>
73 <th>{ts}Starts{/ts}</th>
74 <th>{ts}Ends{/ts}</th>
75 {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
76 <th>{ts}Campaign{/ts}</th>
77 {/if}
78 <th>{ts}Active?{/ts}</th>
79 <th></th>
80 <th class="hiddenElement"></th>
81 <th class="hiddenElement"></th>
82 </tr>
83 </thead>
84 {foreach from=$rows key=keys item=row}
85 {if $keys neq 'tab'}
86 <tr id="event-{$row.id}" class="crm-entity {if NOT $row.is_active} disabled{/if}">
87 <td class="crm-event_{$row.id}">
88 <a href="{crmURL p='civicrm/event/info' q="id=`$row.id`&reset=1"}"
89 title="{ts}View event info page{/ts}" class="bold">{$row.title}</a>&nbsp;&nbsp;({ts}ID:{/ts} {$row.id})<br/>
90 <span><b>{$row.repeat}</b></span>
91 </td>
92 <td class="crm-event-city">{$row.city}</td>
93 <td class="crm-event-state_province">{$row.state_province}</td>
94 <td class="crm-event-event_type">{$row.event_type}</td>
95 <td class="crm-event-is_public">{if $row.is_public eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
96 <td class="crm-event-start_date">{$row.start_date|crmDate:"%b %d, %Y %l:%M %P"}</td>
97 <td class="crm-event-end_date">{$row.end_date|crmDate:"%b %d, %Y %l:%M %P"}</td>
98 {if call_user_func(array('CRM_Campaign_BAO_Campaign','isCampaignEnable'))}
99 <td class="crm-event-campaign">{$row.campaign}</td>
100 {/if}
101 <td class="crm-event_status" id="row_{$row.id}_status">
102 {if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}
103 </td>
104 <td class="crm-event-actions right nowrap">
105 <div class="crm-configure-actions">
106 <span id="event-configure-{$row.id}" class="btn-slide crm-hover-button">{ts}Configure{/ts}
107 <ul class="panel" id="panel_info_{$row.id}">
108 {foreach from=$rows.tab key=k item=v}
109 {assign var="fld" value=$v.field}
110 {if NOT $row.$fld}{assign var="status" value="disabled"}{else}{assign var="status" value="enabled"}{/if}
111 {if $k eq 'reminder'}
112 <li><a title="{$v.title}" class="action-item crm-hover-button {$status}"
113 href="{crmURL p="`$v.url`" q="reset=1&action=browse&setTab=1&id=`$row.id`"}">{$v.title}</a>
114 {else}
115 <li><a title="{$v.title}" class="action-item crm-hover-button {$status}"
116 href="{crmURL p="`$v.url`" q="reset=1&action=update&id=`$row.id`"}">{$v.title}</a></li>
117 {/if}
118 {/foreach}
119 </ul>
120 </span>
121 </div>
122
123 <div class=crm-event-participants>
124 <span id="event-participants-{$row.id}" class="btn-slide crm-hover-button">{ts}Participants{/ts}
125 <ul class="panel" id="panel_participants_{$row.id}">
126 {if $findParticipants.statusCounted}
127 <li>
128 <a title="Counted" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/search'
129 q="reset=1&force=1&status=true&event=`$row.id`"}">{$findParticipants.statusCounted}
130 </a>
131 </li>
132 {/if}
133 {if $findParticipants.statusNotCounted}
134 <li>
135 <a title="Not Counted" class="action-item crm-hover-button"
136 href="{crmURL p='civicrm/event/search'
137 q="reset=1&force=1&status=false&event=`$row.id`"}">{$findParticipants.statusNotCounted}
138 </a>
139 </li>
140 {/if}
141 {if $row.participant_listing_id}
142 <li>
143 <a title="Public Participant Listing" class="action-item crm-hover-button"
144 href="{crmURL p='civicrm/event/participant' q="reset=1&id=`$row.id`"
145 fe='true'}">{ts}Public Participant Listing{/ts}
146 </a>
147 </li>
148 {/if}
149 </ul>
150 </span>
151 </div>
152
153 <div class="crm-event-links">
154 <span id="event-links-{$row.id}" class="btn-slide crm-hover-button">{ts}Event Links{/ts}
155 <ul class="panel" id="panel_links_{$row.id}">
156 <li>
157 <a title="Register Participant" class="action-item crm-hover-button" href="{crmURL p='civicrm/participant/add'
158 q="reset=1&action=add&context=standalone&eid=`$row.id`"}">{ts}Register Participant{/ts}</a>
159 </li>
160 <li>
161 <a title="Event Info" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/info'
162 q="reset=1&id=`$row.id`" fe='true'}" target="_blank">{ts}Event Info{/ts}
163 </a>
164 </li>
165 {if $row.is_online_registration}
166 <li>
167 <a title="Online Registration (Test-drive)" class="action-item crm-hover-button"
168 href="{crmURL p='civicrm/event/register'
169 q="reset=1&action=preview&id=`$row.id`"}">{ts}Registration (Test-drive){/ts}
170 </a>
171 </li>
172 <li>
173 <a title="Online Registration (Live)" class="action-item crm-hover-button" href="{crmURL p='civicrm/event/register'
174 q="reset=1&id=`$row.id`" fe='true'}" target="_blank">{ts}Registration (Live){/ts}
175 </a>
176 </li>
177 {/if}
178 </ul>
179 </span>
180 </div>
181 <div class="crm-event-more">
182 {$row.action|replace:'xx':$row.id}
183 </div>
184 </td>
185 <td class="crm-event-start_date hiddenElement">{$row.start_date|crmDate}</td>
186 <td class="crm-event-end_date hiddenElement">{$row.end_date|crmDate}</td>
187 </tr>
188 {/if}
189 {/foreach}
190 </table>
191 {include file="CRM/common/pager.tpl" location="bottom"}
192 {/strip}
193 {if $isSearch eq 0}
194 <div class="status messages no-popup">{ts}Don't see your event listed? Try "Search All or by Date Range" above.{/ts}</div>
195 {/if}
196 </div>
197 {else}
198 {if $isSearch eq 1}
199 <div class="status messages">
200 <div class="icon inform-icon"></div>
201 {capture assign=browseURL}{crmURL p='civicrm/event/manage' q="reset=1"}{/capture}
202 {ts}No available Events match your search criteria. Suggestions:{/ts}
203 <div class="spacer"></div>
204 <ul>
205 <li>{ts}Check your spelling.{/ts}</li>
206 <li>{ts}Try "Search All or by Date Range".{/ts}</li>
207 <li>{ts}Try a different spelling or use fewer letters.{/ts}</li>
208 <li>{ts}Make sure you have enough privileges in the access control system.{/ts}</li>
209 </ul>
210 {ts 1=$browseURL}Or you can <a href='%1'>browse all available Current Events</a>.{/ts}
211 </div>
212 {else}
213 <div class="messages status no-popup">
214 <div class="icon inform-icon"></div>
215 {ts 1=$newEventURL}There are no events scheduled for the date range. You can <a href='%1'>add one</a>.{/ts}
216 </div>
217 {/if}
218 {/if}