summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-14 11:38:01 +0200
committerBjörn Geiger2011-09-14 11:38:01 +0200
commit00c4ad9659d528ef6377a1274171e92509379795 (patch)
treed937daf4f2f4fbb7fde874f6c882143cf6fa6789 /application/views/scripts/event/index.phtml
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-00c4ad9659d528ef6377a1274171e92509379795.tar.gz
poolctrl-00c4ad9659d528ef6377a1274171e92509379795.tar.xz
poolctrl-00c4ad9659d528ef6377a1274171e92509379795.zip
verschiedenes
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rwxr-xr-xapplication/views/scripts/event/index.phtml77
1 files changed, 1 insertions, 76 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index c0ac1e3..c0416f5 100755
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -600,79 +600,4 @@ selected one?</p>
<!-- default -->
<div id="defaultDialog" style="display: none">
<p>Are you sure about this change?</p>
-</div>
-
-
-<br />
-<br />
-<div class='listelement'><?php
-if(count($this->eventlist)>0) {
- ?> <?php
- foreach ($this->poollist as $pool):?>
-<div id='pool<?php echo $pool->getID(); ?>' style='display: none;'>
-<h2><?php echo $pool->getTitle(); ?></h2>
- <?php if(!isset($this->eventlist[$pool->getID()])) {
- echo "This Pool hasn't events yet";
- } else { ?> <?php $poolEvents = $this->eventlist[$pool->getID()]; ?> <?php foreach ($poolEvents as $event): ?>
-<div class='element'>
-<div class='content'>
-<div class='actions'><a
- href="<?php echo $this->url(
- array(
- 'controller' => 'event',
- 'action' => 'edit',
- 'eventID' => $event['eventID']
- ),
- 'default',
- true);?>"><img src='/media/img/edit.png' alt='Edit Group' /></a> <a
- href="<?php echo $this->url(
- array(
- 'controller' => 'event',
- 'action' => 'delete',
- 'eventID' => $event['eventID']
- ),
- 'default',
- true);?>"><img src='/media/img/delete.png' alt='Delete Group' /></a>
-</div>
-<div class='title'><?php echo $event['title']; ?></div>
- <?php if($event['category']) {
- ?>
-<div class='subtitle'><?php echo $event['category']; ?></div>
- <?php
- } else {
- ?>
-<div class='subtitle'>&nbsp;</div>
- <?php
- }
- ?>
-<div class='details'><label>Start Time:</label>
-<div class='item'><?php echo date ('d F Y - H:i', strtotime($event['start'])); ?>&nbsp;</div>
-</div>
-<div class='details'><label>End Time:</label>
-<div class='item'><?php echo date ('d F Y - H:i', strtotime($event['end'])); ?>&nbsp;</div>
-</div>
-<div class='details'><label>Participants:</label>
-<div class='item'><?php echo $event['participants']; ?>&nbsp;</div>
-</div>
-<div class='details'><label>Membership:</label>
-<div class='item'><?php echo $event['pbs_person_name']; ?>&nbsp;</div>
-</div>
-<div class='details'><label>BootOs:</label>
-<div class='item'><?php echo $event['pbs_bootos_title']; ?>&nbsp;</div>
-</div>
-<div class='details'><label>Repeat:</label>
-<div class='item'><?php if($event['repeat']) echo 'yes'; else echo 'no'; ?>&nbsp;</div>
-</div>
-<div class='details'><label>Immediate:</label>
-<div class='item'><?php if($event['immediate']) echo 'yes'; else echo 'no'; ?>&nbsp;</div>
-</div>
-<div class='details'><label>Note:</label>
-<div class='item'><?php echo $event['note']; ?>&nbsp;</div>
-</div>
-</div>
-</div>
-<div class='clear'></div>
-<?php endforeach ?> <?php } ?></div>
-<?php endforeach ?> <?php } ?></div>
-<br />
-<br />
+</div> \ No newline at end of file