File indexing completed on 2024-12-29 05:24:44
0001 <?php 0002 /** 0003 * ocs-webserver 0004 * 0005 * Copyright 2016 by pling GmbH. 0006 * 0007 * This file is part of ocs-webserver. 0008 * 0009 * This program is free software: you can redistribute it and/or modify 0010 * it under the terms of the GNU Affero General Public License as 0011 * published by the Free Software Foundation, either version 3 of the 0012 * License, or (at your option) any later version. 0013 * 0014 * This program is distributed in the hope that it will be useful, 0015 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0017 * GNU Affero General Public License for more details. 0018 * 0019 * You should have received a copy of the GNU Affero General Public License 0020 * along with this program. If not, see <http://www.gnu.org/licenses/>. 0021 **/ 0022 ?> 0023 <div class="feed-item"> 0024 <div class="feed-header clearfix"> 0025 <div class="feed-summary alignleft"> 0026 <div><span class="lightblue"><?php echo $this->translate('UserTitle' . $this->type_text); ?></span></div> 0027 </div> 0028 </div> 0029 <!-- END .feed-header --> 0030 <div class="feed-body clearfix"> 0031 <div> 0032 <?php if (isset($this->obj_image_small)): ?> 0033 <a href="<?= $this->buildProductUrl($this->prj_project_id) ?>?#anker_<?= $this->obj_project_id ?>"><img 0034 src="<?= $this->Image($this->obj_image_small, array('width' => 268, 'height' => 179)) ?>" 0035 width="268"/></a> 0036 <?php endif; ?> 0037 <div> 0038 <?php if ($this->obj_title): ?> 0039 <h5> 0040 <a href="<?= $this->buildProductUrl($this->prj_project_id) ?>?#anker_<?= $this->obj_project_id ?>"><?= $this->obj_title ?></a> 0041 </h5> 0042 <?php endif; ?> 0043 <p> 0044 <?= $this->short_text ?> 0045 </p> 0046 </div> 0047 </div> 0048 </div> 0049 <!-- END .feed-body --> 0050 </div><!-- END .feed-item --> 0051 0052 <hr class="feed-divider">