Example #1
0
			<div class="content">
				<p class="fss">[<?php 
echo $run['runid'];
?>
] <?php 
echo $flow['name'];
?>
</p>
				<p class="fss"><?php 
echo Ibos::lang("Begin user");
echo User::model()->fetchRealnameByUid($run['beginuser']);
?>
</p>
				<p class="fss"><?php 
echo Ibos::lang("Begin time");
echo DateTime::getlunarCalendar($run['begintime']);
?>
</p>
			</div>
			<button class="button small wf-vsf-btn" -data-evt="viewSourceForm" data-param='{"runId": 1}'>
				<a href="javascript:void(0);" onclick="window.open('<?php 
echo 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF'] . '?r=workflow/preview/print&key=' . $_REQUEST['key'];
?>
', '_blank', 'location=yes')"><i class="moicon mo-search-gray"></i>
				<?php 
echo Ibos::lang("Viewform");
?>
</a>
			</button>
		</li>
	<?php