diff -r 000000000000 -r 03b0d1493584 web/wp-content/plugins/gigs-calendar/templates/basic/gigs-list.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/gigs-calendar/templates/basic/gigs-list.php Wed Dec 23 17:55:33 2009 +0000
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+ $g ) : ?>
+ performances as $key => $p ) : ?>
+
+ '{' . $g->cityState . '} | ',
+ 'country' => '{' . $g->country . '} | ',
+ 'venue' => '{' . $g->name . '} | ',
+ 'eventName' => '{' . $g->eventName . '} | ',
+ 'date' => '{' . $g->date . '} | ',
+ 'time' => '{' . $p->time . '} | ',
+ 'shortNotes' => '{' . $p->shortNotes . '} | ',
+ 'tickets' => ( $upcoming ? '' . ( !empty($p->link) ? ' ' : '') . ' | ' : '' ),
+ 'map' => '' . ($g->mapLink ? ' ' : '') . ' | ',
+ );
+ } else {
+ $fields = array(
+ 'city' => ' | ',
+ 'country' => ' | ',
+ 'venue' => ' | ',
+ 'eventName' => ' | ',
+ 'date' => ' | ',
+ 'time' => '{' . $p->time . '} | ',
+ 'shortNotes' => '{' . $p->shortNotes . '} | ',
+ 'tickets' => ( $upcoming ? '' . ( !empty($p->link) ? ' ' : '') . ' | ' : '' ),
+ 'map' => ' | ',
+ );
+ }
+ echo dtcGigs::selectFields($fields, $g);
+ ?>
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file