/system/application/views/event/user.php
https://bitbucket.org/zhemel/cloudengine · PHP · 25 lines · 23 code · 2 blank · 0 comment · 3 complexity · ce222adc36928488384bcd8b82ecba1d MD5 · raw file
- <div id="region1">
- <h1><?=t("Cloudstream for !person",
- array('!person'=>anchor("user/view/$user->user_id", $user->fullname))) ?></h1>
-
- <div class="grid">
- <?php $this->load->view('event/header'); ?>
- </div>
- <div class="grid">
- <?php if ($events): ?>
- <?php $this->load->view('event/event_stream'); ?>
- <?php else: ?>
- <p><?=t("No events in this cloudstream.")?></p>
- <?php endif; ?>
- </div>
- <p>
- <?= anchor('user/view/'.$user->user_id, t("Back to user")) ?> | <a class="rss" href="<?= $rss ?>"><?=t("RSS")?></a></p>
- </div>
- <div id="region2">
- <?php $this->load->view('search/search_box'); ?>
- <?php $this->load->view('user/user_block'); ?>
- <p>
- <?=t("You can also search for [link-up]people[/link] and [link-ui]institutions[/link]",
- array('[link-up]' => t_link('user/people'), '[link-ui]' => t_link('user/institution_list')))?></p>
- </div>