コード例 #1
0
ファイル: default.php プロジェクト: kevinwojo/hubzero-cms
echo Route::url($this->publication->link('reviews'));
?>
" method="post" id="commentform">
			<p class="comment-member-photo">
				<span class="comment-anchor"></span>
				<?php 
$anon = User::isGuest() ? 1 : 0;
?>
				<img src="<?php 
echo $review->creator()->picture($anon);
?>
" alt="" />
			</p>
			<fieldset>
				<input type="hidden" name="created" value="<?php 
echo $review->get('created');
?>
" />
				<input type="hidden" name="reviewid" value="<?php 
echo $review->get('id');
?>
" />
				<input type="hidden" name="created_by" value="<?php 
echo $review->get('created_by');
?>
" />
				<input type="hidden" name="publication_id" value="<?php 
echo $review->get('publication_id');
?>
" />
				<input type="hidden" name="publication_version_id" value="<?php 
コード例 #2
0
ファイル: default.php プロジェクト: mined-gatech/hubzero-cms
echo Route::url('index.php?option=' . $this->option . '&id=' . $this->review->get('publication_id') . '&active=reviews');
?>
" method="post" id="commentform">
			<p class="comment-member-photo">
				<span class="comment-anchor"></span>
				<?php 
$anon = User::isGuest() ? 1 : 0;
?>
				<img src="<?php 
echo $review->creator()->getPicture($anon);
?>
" alt="" />
			</p>
			<fieldset>
				<input type="hidden" name="created" value="<?php 
echo $review->get('created');
?>
" />
				<input type="hidden" name="reviewid" value="<?php 
echo $review->get('id');
?>
" />
				<input type="hidden" name="created_by" value="<?php 
echo $this->review->get('created_by');
?>
" />
				<input type="hidden" name="publication_id" value="<?php 
echo $this->review->get('publication_id');
?>
" />
				<input type="hidden" name="publication_version_id" value="<?php