Вход Регистрация
Файл: contao-3.5.8/system/modules/calendar/templates/calendar/cal_default.xhtml
Строк: 42
<table class="calendar">
<thead>
  <tr>
    <th colspan="2" class="head previous"><?php if ($this->prevHref): ?><a href="<?= $this->prevHref ?>" title="<?= $this->prevTitle ?>"><?= $this->prevLink ?></a><?php else: ?>&nbsp;<?php endif; ?></th>
    <th colspan="3" class="head current"><?= $this->current ?></th>
    <th colspan="2" class="head next"><?php if ($this->nextHref): ?><a href="<?= $this->nextHref ?>" title="<?= $this->nextTitle ?>"><?= $this->nextLink ?></a><?php else: ?>&nbsp;<?php endif; ?></th>
  </tr>
  <tr>
    <?php foreach ($this->days as $i=>$day): ?>
      <th class="label<?= $day['class'?>"><?= utf8_substr($day['name'], 0$this->substr?><span><?= utf8_substr($day['name'], $this->substr?></span></th>
    <?php endforeach; ?>
  </tr>
</thead>
<tbody>
  <?php foreach ($this->weeks as $class=>$week): ?>
    <tr class="<?= $class ?>">
      <?php foreach ($week as $day): ?>
        <td class="<?= $day['class'?>">
          <div class="header"><?= $day['label'?></div>
          <?php foreach ($day['events'] as $event): ?>
            <div class="event cal_<?= $event['parent'?><?= $event['class'?>">
              <a href="<?= $event['href'?>" title="<?= $event['title'?> (<?php if ($event['day']) echo $event['day'] . ', '?><?= $event['date'?><?php if ($event['time']) echo ', ' .  $event['time']; ?>)"<?= $event['target'?>><?= $event['link'?></a>
            </div>
          <?php endforeach; ?>
        </td>
      <?php endforeach; ?>
    </tr>
  <?php endforeach; ?>
</tbody>
</table>
Онлайн: 1
Реклама