From bf5fe291ce4072b2ff9dff6349fc78592eb73fa8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 11 Jul 2018 11:56:14 -0400 Subject: [PATCH] cleaning out unused view files and changing the markup to use glm grid instead of foundation replacing foundation markup in the front view files to use glm grid instead of foundation. deleting unused view files --- views/front/events/beerWeekDetail.html | 173 ------------- views/front/events/beerweek.html | 260 -------------------- views/front/events/confirmation.html | 8 +- views/front/events/dashboard.html | 36 --- views/front/events/eventsFeed.html | 26 +- views/front/events/eventsHomeCurrent.html | 6 +- views/front/events/list.html | 29 --- views/front/events/listForMemberDetail.html | 10 +- views/front/events/searchFormBeerweek.html | 88 ------- views/front/events/shortCuts.html | 9 - 10 files changed, 25 insertions(+), 620 deletions(-) delete mode 100644 views/front/events/beerWeekDetail.html delete mode 100644 views/front/events/beerweek.html delete mode 100644 views/front/events/dashboard.html delete mode 100644 views/front/events/list.html delete mode 100644 views/front/events/searchFormBeerweek.html delete mode 100644 views/front/events/shortCuts.html diff --git a/views/front/events/beerWeekDetail.html b/views/front/events/beerWeekDetail.html deleted file mode 100644 index 76e1825..0000000 --- a/views/front/events/beerWeekDetail.html +++ /dev/null @@ -1,173 +0,0 @@ -
- Back To Search -
-
-
- {include file='front/events/searchFormBeerweek.html'} -
-
-
- {if $event} -
-
- + Share -
-
-

{$event.name}

-
- {if $event.image} -
- -
- {/if} -
-
- {if $event.locations} -
- {if $event.locations.lat} -
-
map...
-
Loading...
-
-
-
-
- - - - -
- {/if} -
- {elseif $event.member && ($event.use_member_location.value || $event.other_ref_dest) } -
- {if $event.member.lat} -
-
map...
-
Loading...
-
-
-
-
- - - - -
- {/if} -
- {/if} -
-
-
{$event.dates}{if $expired} (Expired){/if}
- {if !$event.all_day} - {if $event.starting_date|date_format:"%l:%M %P" == $event.ending_date|date_format:"%l:%M %P"} - {$event.starting_date|date_format:"%l:%M %P"} - {else} - {$event.starting_date|date_format:"%l:%M %P"} - {$event.ending_date|date_format:"%l:%M %P"} - {/if} - {/if} -
- {if $event.hide_address.name == 'No'} - {if !$event.use_member_location.value && ($event.locations.name || $event.locations.address)} -
- {if $event.locations.name}{$event.locations.name}
{/if} - {if $event.locations.address} {$event.locations.address}
{/if} - {if $event.locations.city.name}{$event.locations.city.name}{/if}{if $event.locations.state.value}, {$event.locations.state.value} {/if} - {if $event.locations.zip} {$event.locations.zip} {/if} - {if $event.locations.phone} {$event.locations.phone} {/if} -
- {elseif $event.use_member_location.value || $event.other_ref_dest} -
- {if $event.member.member} {$event.member.member}
{/if} - {if $event.member.addr1} {$event.member.addr1}
{/if} - {if $event.member.city}{$event.member.city}{/if}{if $event.member.state.value}, {$event.member.state.value}{/if} - {if $event.member.zip} {$event.member.zip} {/if} - {if $event.member.phone} {$event.member.phone} {/if} -
- {/if} - {/if} - {if $event.cost && !$event.free.value} -
Cost: {$event.cost}
- {/if} - {if $event.free.value} -
Cost: FREE
- {/if} - {if $event.ticket_url} - - {/if} - {if $event.registration_url} - - {/if} - -
Contact & More Info
- {if $event.url}{$event.url}
{/if} - {if $event.contact_name}Contact: {$event.contact_name}
{/if} - {if $event.contact_email}Email: {$event.contact_email}
{/if} - {if $event.contact_phone}Phone: {$event.contact_phone}
{/if} - {if $event.file1} - - {/if} - {if $event.file2} - - {/if} - {if $event.file3} - - {/if} -
- -
-
-
-
-
-

- {if !empty($event.amenities)} - {$settings.term_event_amenities_plural}: - {foreach from=$event.amenities key=key item=beer name=array} - {$beer.name} {if not $smarty.foreach.array.last} , {/if} - {/foreach} - {/if} - {if !empty($event.categories)}
- Event Type: - {foreach from=$event.categories key=key item=type name=array} - {$type.name} {if not $smarty.foreach.array.last} , {/if} - {/foreach} - {/if} - {if $event.use_member_location.value === '1'}
- Event Venue: {$event.ref_dest} - {else if $event.other_ref_dest}
- Event Venue: {$event.other_ref_dest} - {/if} -

-
-
-
-

{$event.descr}

-
-
-
-
- {else} -
Sorry, No results.
- {/if} -
- - diff --git a/views/front/events/beerweek.html b/views/front/events/beerweek.html deleted file mode 100644 index c7590e1..0000000 --- a/views/front/events/beerweek.html +++ /dev/null @@ -1,260 +0,0 @@ -
-
- {include file='front/events/searchFormBeerweek.html'} -
-
-
- {foreach $eventsByDate as $date => $key} -
-
-
-
{$date|date_format:"%b"}
-
- {$date|date_format:"%e"} - {$date|date_format:"%a"} -
-
-
- -
- {foreach $key as $events} - - {foreach $events as $event} -
-
-

{$event.name}

-
- ( Occurring {$event.recurrences.0.from_date.date} - {if $event.recurrences.0.from_date.date != $event.recurrences.0.to_date.date} - - {$event.recurrences.0.to_date.date} - {else if $event.recurrences.0.specific_dates} - - {$event.recurrences.0.specific_dates|@end|date_format:"%m/%d/%Y"} - {/if} - - - {if $event.recurrences.0.day_of_week.names|@count < 7 && $event.recurrences.0.day_of_week.names|@count > 0 } - - on - {foreach $event.recurrences.0.day_of_week.names as $day} - {if $day == "Thursday"} - {$day|substr:0:4} - {else} - {$day|substr:0:3} - {/if} - {/foreach} - - {/if} - ) -
-
- {if !$event.all_day} - {if $event.starting_date|date_format:"%l:%M %P" == $event.ending_date|date_format:"%l:%M %P"} -
{$event.starting_date|date_format:"%l:%M %P"}
- {else} -
{$event.starting_date|date_format:"%l:%M %P"} - {$event.ending_date|date_format:"%l:%M %P"}
- {/if} - {/if} -
-
-
- - - {if !empty($event.amenities)} - {$settings.term_event_amenities_plural}: - {foreach from=$event.amenities key=key item=beer name=array} - {$beer.name} {if not $smarty.foreach.array.last} , {/if} - {/foreach} - {/if} - -
-
- - {if !empty($event.categories)} - Event Type: - {foreach from=$event.categories key=key item=type name=array} - {$type.name} {if not $smarty.foreach.array.last} , {/if} - {/foreach} - {/if} - -
-
- - - {if $event.use_member_location.value === '1'} - Event Venue: {$event.ref_dest} - {else if $event.other_ref_dest} - Event Venue: {$event.other_ref_dest} - {/if} - -
- {if $event.image}{/if} - {$event.intro} -
- Read More -
-
-
-
- {/foreach} - {/foreach} -
-
- {/foreach} - -
-
- -
-
-
-
-
-
- - - - diff --git a/views/front/events/confirmation.html b/views/front/events/confirmation.html index fb0beca..28fb342 100644 --- a/views/front/events/confirmation.html +++ b/views/front/events/confirmation.html @@ -1,9 +1,9 @@ -
-
-

Processing Form....

-
+
+
+

Processing Form....

+
-
-

Find An Event

- -
-
- -
- diff --git a/views/front/events/shortCuts.html b/views/front/events/shortCuts.html deleted file mode 100644 index cbcb852..0000000 --- a/views/front/events/shortCuts.html +++ /dev/null @@ -1,9 +0,0 @@ - - -- 2.17.1