Example #1
0
<?php

use application\core\utils\Ibos;
?>
<div style="width:493px; margin:0 auto; text-align:center">
    <span style=" color:#1180c6;font-size:14px;line-height:30px;font-weight:bold"><?php 
echo $doc['subject'];
?>
</span>
</div>
<div style="width:493px; margin:0 auto; text-align:center; padding-bottom:5px; border-bottom:1px dashed #e4e4e4;">
    <span style=" color:#818797; font-size:12px; line-height:30px"><?php 
echo $author;
?>
  <?php 
echo Ibos::lang('Posted on', 'officialdoc.default');
?>
 <?php 
echo date('Y-m-d H:i', $doc['addtime']);
?>
</span>
</div>
<?php 
echo strip_tags($doc['content'], '<a><p>');
Example #2
0
    ?>
>
									</td>
									<td>
										<?php 
    if ($menu['iscustom']) {
        ?>
											<a href="<?php 
        echo $this->createUrl('quicknav/edit', array('id' => $menu['id']));
        ?>
" class="cbtn o-edit" title="<?php 
        echo Ibos::lang('edit');
        ?>
"></a>
											<a href="javascript:;" class="cbtn o-trash" title="<?php 
        echo Ibos::lang('delete');
        ?>
" data-action="removeQuicknav" data-param='{"id": <?php 
        echo $menu['id'];
        ?>
}'></a>
										<?php 
    }
    ?>
									</td>
								</tr>
							<?php 
}
?>
						</tbody>
						<tfoot>
Example #3
0
if ($hasSub) {
    ?>
	<li <?php 
    if ($inReview) {
        ?>
class="active"<?php 
    }
    ?>
>
		<a href="<?php 
    echo Ibos::app()->createUrl('diary/stats/review');
    ?>
">
			<i class="os-statistics"></i>
			<?php 
    echo Ibos::lang('Review statistics');
    ?>
		</a>
		<?php 
    if ($inReview) {
        ?>
			<?php 
        echo $this->getController()->widget('application\\modules\\diary\\widgets\\DiarySublist', array('stats' => true, 'fromController' => $fromController), true);
        ?>
		<?php 
    }
    ?>
	</li>
<?php 
}
?>
Example #4
0
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 
if (is_array($valueArr)) {
    foreach ($valueArr as $key => $value) {
        ?>
		<li class="control-group bggrl xca">
			<label><?php 
        echo $value['data-title'];
        ?>
</label>
			<div class="controls"><?php 
        echo $value['value'];
Example #5
0
							</a>
						</span>
					</div>
				</div>
			</div>
		<?php 
}
?>
		<div class="control-group remind-block">
			<label class="control-label"><?php 
echo $lang['Remind content'];
?>
</label>
			<div class="controls">
				<textarea name="message" rows="3" class="reminds"><?php 
echo Ibos::lang('Turn remind', '', array('{runname}' => $runName, '{me}' => Ibos::app()->user->realname));
?>
</textarea>
			</div>
		</div>
		<input type="hidden" name="op" value="<?php 
echo $op;
?>
" />
		<input type="hidden" name="key" value="<?php 
echo $key;
?>
" />
		<input type="hidden" name="topflagOld" value="<?php 
echo $topflag;
?>
Example #6
0
			$.artDialog({
				title: "<?php 
echo Ibos::lang('Confirm action', 'message');
?>
",
				content: '<?php 
echo $lang['Confirm uninstall module'];
?>
',
				id: 'confirm_module_act',
				lock: true,
				ok: function() {
					$.post(url, {module: module}, function(data) {
						if (data.IsSuccess) {
							$.jGrowl('<?php 
echo Ibos::lang('Operation succeed', 'message');
?>
', {theme: 'success'});
							self.parent().parent().remove();
						} else {
							$.jGrowl('<?php 
echo Ibos::lang('Operation failure', 'message');
?>
', {theme: 'danger'});
						}
					}, 'json');
				}
			});
		});
	});
</script>
Example #7
0
						<option value="改进标点或格式">改进标点或格式</option>
					</select>
				</div>
				<!-- Row 5 Button -->	
				<div id="submit_bar" class="clearfix">
					<button type="button" onclick="history.go(-1);" class="btn btn-large btn-submit pull-left"><?php 
echo Ibos::lang('Return');
?>
</button>
					<div class="pull-right">
						<button type="button" id="prewiew_submit" data-action="preview" class="btn btn-large btn-submit"><?php 
echo Ibos::lang('Preview');
?>
</button>
						<button type="submit" class="btn btn-large btn-submit btn-primary" id="edit_submit"><?php 
echo Ibos::lang('Submit');
?>
</button>
					</div>
				</div>
			</div>
			<input type="hidden" name="docid" value="<?php 
echo $data['docid'];
?>
">
			<input type="hidden" name="version" value="<?php 
echo $data['version'];
?>
">
			<input type="hidden" name="relatedmodule" value="officialdoc" />
			<input type="hidden" name="relatedid" value="<?php 
Example #8
0
    ?>
</caption>
							<tbody>
							<?php 
    foreach ($viewflow as $key => $val) {
        ?>
								<tr>
									<td>
										<strong>第 <?php 
        echo $key;
        ?>
 步</strong>
										<div>
											<?php 
        if (!isset($val['name'])) {
            echo Ibos::lang('Step', '', array('{step}' => $key));
        } else {
            ?>
[<?php 
            echo $val['name'];
            ?>
]<?php 
        }
        ?>
 
											<?php 
        echo $lang['From'];
        ?>
 [<?php 
        echo $val['opuser'];
        ?>
Example #9
0
<?php

use application\core\utils\Ibos;
?>
<div style="width:493px; margin:0 auto; text-align:center">
    <span style=" color:#1180c6;font-size:14px;line-height:30px;font-weight:bold"><?php 
echo $article['subject'];
?>
</span>
</div>
<div style="width:493px; margin:0 auto; text-align:center; padding-bottom:5px; border-bottom:1px dashed #e4e4e4;">
    <span style=" color:#818797; font-size:12px; line-height:30px"><?php 
echo $author;
?>
  <?php 
echo Ibos::lang('Posted on', 'article.default');
?>
 <?php 
echo date('Y-m-d H:i', $article['addtime']);
?>
</span>
</div>
<?php 
echo strip_tags($article['content'], '<a><p>');
Example #10
0
					if(typeof data === 'object'){
						var voteItemList = data.voteItemList,
							htmlStr = "";
                        for(var i = 0; i < voteItemList.length; i++){
                             var data = {
	                                picpath: voteItemList[i].picpath,
	                                content: voteItemList[i].content,
	                                percentage:voteItemList[i].percentage,
	                                number: voteItemList[i].number
	                            };

                            htmlStr += $.template('vote_pic_template', data);
                        }
                        $vote.html(htmlStr)
                        .parent().after("<p><?php 
echo Ibos::lang('Thank you for participating', 'vote.default');
?>
</p>");

                        $elem.remove();
                        // 已投过则禁止投票
                        vote.disable();
                    }
						
					window.setTimeout(function(){
						var url="<?php 
echo $this->createUrl('default/index', array('op' => 'getVoteCount'));
?>
";
						$.post(url, {relatedmodule: relatedmodule,relatedid:relatedid}, function(data) {
							$('.plate em').html(data);
Example #11
0
<div class="cti bdbs">
	<!-- 点评 -->
	<h4><?php 
echo $lang['Review'];
?>
</h4>
	<div id="load_comment_<?php 
echo $diary['diaryid'];
?>
" data-id="<?php 
echo $diary['diaryid'];
?>
" >
		<?php 
$sourceUrl = Ibos::app()->urlManager->createUrl('diary/default/show', array('diaryid' => $diary['diaryid']));
$this->widget('application\\modules\\diary\\widgets\\DiaryComment', array('module' => 'diary', 'table' => 'diary', 'attributes' => array('rowid' => $diary['diaryid'], 'moduleuid' => Ibos::app()->user->uid, 'touid' => $diary['uid'], 'module_rowid' => $diary['diaryid'], 'module_table' => "diary", 'api' => "reviewSubordinate", 'allowComment' => $allowComment, 'showStamp' => $fromController == 'review' && $this->issetStamp(), 'url' => $sourceUrl, 'detail' => Ibos::lang('Comment my diray', '', array('{url}' => $sourceUrl, '{title}' => String::cutStr(String::filterCleanHtml($diary['content']), 50))))));
?>
	</div>
</div>
<div class="cti">
	<!-- 阅读人员 -->
	<?php 
if (!empty($readers)) {
    ?>
	<h4><?php 
    echo $lang['Read'];
    echo $lang['Personnel'];
    ?>
</h4>
	<div>
		<div class="da-reviews-count"><?php 
Example #12
0
<script>
    (function() {
        // 删除选中
        $('[data-act="del"]').on('click', function() {
            var id = '', url = '<?php 
echo $this->createUrl('announcement/del');
?>
';
            $('[data-check="id"]:checked').each(function() {
                id += this.value + ',';
            });
            if (id !== '') {
                $('#sys_announcement_form').attr('action', url).submit();
            } else {
                $.jGrowl('<?php 
echo Ibos::lang('At least one record', 'error');
?>
', {theme: 'error'});
                return false;
            }
        });
        // 排序
        $('[data-act="sort"]').on('click', function() {
            var url = '<?php 
echo $this->createUrl('announcement/setup');
?>
';
            $('#sys_announcement_form').attr('action', url).submit();
        });
    })();
</script>
Example #13
0
echo Ibos::app()->user->avatar_middle;
?>
" title="<?php 
echo Ibos::app()->user->realname;
?>
"></a>
						<strong><?php 
echo Ibos::app()->user->realname;
?>
</strong>
					</span>
					<a href="<?php 
echo Ibos::app()->urlManager->createUrl('/');
?>
" target="_blank" class="msep cbtn o-homepage" title="<?php 
echo Ibos::lang('Return to home page');
?>
"></a>
					<a href="<?php 
echo $this->createUrl('default/logout', array('formhash' => FORMHASH));
?>
" class="cbtn o-logout" title="<?php 
echo $lang['Logout'];
?>
"></a>
				</div>
			</div>
		</div>

		<div class="mainer" id="mainer">
			<div class="aside" id="aside">
Example #14
0
												<i class="o-art-version"></i>
												<?php 
        echo $lang['History version'];
        ?>
											</a>
										</li>
									</ul>
									<div class="tab-content">
										<!-- 评论 -->
										<?php 
        if ($dashboardConfig['doccommentenable'] && $data['commentstatus']) {
            ?>
											<div id="comment" class="comment fill-zn tab-pane active">
											<?php 
            $sourceUrl = Ibos::app()->urlManager->createUrl('officialdoc/officialdoc/show', array('docid' => $data['docid']));
            $this->widget('application\\modules\\officialdoc\\core\\OfficialdocComment', array('module' => 'officialdoc', 'table' => 'officialdoc', 'attributes' => array('rowid' => $data['docid'], 'moduleuid' => Ibos::app()->user->uid, 'touid' => $data['author'], 'module_rowid' => $data['docid'], 'module_table' => 'officialdoc', 'url' => $sourceUrl, 'detail' => Ibos::lang('Comment my doc', '', array('{url}' => $sourceUrl, '{title}' => String::cutStr($data['subject'], 50))))));
            ?>
											</div>
										<?php 
        }
        ?>
										<!-- 签收人情况 -->
										<div id="issign" class="tab-pane">

										</div>
										<!-- 未签收情况 -->
										<div id="isnosign" class="tab-pane">

										</div>
										<!-- 历史版本 -->
										<div id="version" class="tab-pane"></div>
Example #15
0
<!-- load css end-->

<!-- Mainer -->
	<div class="mc clearfix">
		<!-- Sidebar -->
        <div class="aside">
            <div class="sbbf">
                <ul class="nav nav-strip nav-stacked">
                    <li class="active">
                        <a href="<?php 
echo $this->createUrl('officialdoc/index');
?>
">
                            <i class="o-art-doc"></i>
                            <?php 
echo Ibos::lang('Officialdoc');
?>
                        </a>
                        <ul id="tree" class="ztree">
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
		<!-- Sidebar -->

		<!-- Mainer right -->
		<div class="mcr">
			<form action="" class="form-horizontal">
				<div class="ct ctview ctview-art">
					<!-- 文章 -->
Example #16
0
    <!-- 上传按钮 -->
    <span id="vote_pic_upload_<%=id%>"></span>
    <!-- 遮罩 -->
    <div class="img-upload-cover"></div>
    <!-- 进条 -->
    <div class="img-upload-progress"></div>
    <!-- 图片预览层 -->
    <div class="img-upload-imgwrap"></div>
    <input type="hidden" name="imageVote[picpath][<%=id%>]" data-picpath>
    </div>
    <div class="media-body">
    <input type="text" name="imageVote[voteItem][<%=id%>]" class="input-small" maxlength="20">
    </div>
    </div>
    <a href="javascript:;" title="<?php 
echo Ibos::lang('Delete', 'vote.default');
?>
" class="o-ra" data-item-remove="<%=id%>"></a>
    </div>
    </li>
</script>
<script>
    Ibos.app.setPageParam({
        voteUploadSettings: {
            upload_url: "<?php 
echo Ibos::app()->urlManager->createUrl('main/attach/upload', array('uid' => Ibos::app()->user->uid, 'hash' => $uploadConfig['hash'], 'type' => 'vote'));
?>
",
            file_size_limit: "<?php 
echo $uploadConfig['max'];
?>
Example #17
0
echo $lang['Comment'];
?>
</h4>
    <div id="load_comment_<?php 
echo $report['repid'];
?>
" data-id="<?php 
echo $report['repid'];
?>
" data-url="<?php 
echo Ibos::app()->urlManager->createUrl('message/comment/getcomment');
?>
" >
        <?php 
$sourceUrl = Ibos::app()->urlManager->createUrl('report/default/show', array('repid' => $report['repid']));
$this->widget('application\\modules\\report\\widgets\\ReportComment', array('module' => 'report', 'table' => 'report', 'attributes' => array('rowid' => $report['repid'], 'moduleuid' => Ibos::app()->user->uid, 'touid' => $report['uid'], 'module_rowid' => $report['repid'], 'module_table' => 'report', 'api' => 'reviewSubordinate', 'allowComment' => $allowComment, 'showStamp' => $fromController == 'review' && $this->issetStamp(), 'url' => $sourceUrl, 'detail' => Ibos::lang('Comment my report', '', array('{url}' => $sourceUrl, '{title}' => String::cutStr($report['subject'], 50))))));
?>
    </div>
</div>



<div class="cti">
    <!--阅读人员-->
    <?php 
if (!empty($readers)) {
    ?>
        <h4><?php 
    echo $lang['Reading'];
    echo $lang['Staff'];
    ?>
Example #18
0
				</a>
			</li>
			<li <?php 
if (Ibos::app()->controller->id == 'bgchecks') {
    ?>
 class="active" <?php 
}
?>
>
				<a href="<?php 
echo $this->createUrl('bgchecks/index');
?>
">
					<i class="o-rct-contact"></i>
					<?php 
echo Ibos::lang('Background investigation');
?>
				</a>
			</li>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['recruit'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('recruit', StatConst::SIDEBAR_WIDGET), array(), true);
    ?>
			<?php 
}
?>
		</ul>
	</div>
</div>
Example #19
0
            ?>
</span></td>
                                                <td><img src="<?php 
            echo $guser['avatar_small'];
            ?>
" class="avatar avatar-small" width="30" height="30"><span class="uploader"><?php 
            echo $guser['realname'];
            ?>
</span></td>
                                                <td>
                                                    <span class="label attac-label"><?php 
            echo $attach['description'];
            ?>
</span>
                                                    <span class="attachment-content"><?php 
            echo $flow['type'] == '1' ? $prcscache[$attach['description']]['name'] : Ibos::lang('No.step', '', array('{step}' => $attach['description']));
            ?>
</span>
                                                </td>
                                                <td>
                                                    <div class="pull-right">
                                                        <ul class="list-inline">
                                                            <?php 
            if (isset($attach['officereadurl'])) {
                ?>
                                                                <li>
                                                                    <a href="javascript:;" class="o-host-read" data-action="viewOfficeFile" data-param='{"href": "<?php 
                echo $attach['officereadurl'];
                ?>
"}' title="阅读"></a>
                                                                </li>
Example #20
0
                        <span class="ilsep">|</span>
                        <a target="_blank" href="<?php 
echo Ibos::app()->urlManager->createUrl('dashboard/');
?>
" ><?php 
echo Ibos::lang('Control center', 'default');
?>
</a>
                        <span class="ilsep">|</span>
                        <a href="javascript:;" data-action="showCert"><?php 
echo Ibos::lang('Certificate of authorization', 'default');
?>
</a>
                        <span class="ilsep">|</span>
                        <a target="_blank" href="http://www.google.com/chromeframe/thankyou.html?extra=betachannel&hl=zh-CN&prefersystemlevel=true&statcb"><?php 
echo Ibos::lang('Chrome frame', 'default');
?>
</a>
                    </div>
                    Powered by <strong>IBOS <?php 
echo VERSION;
?>
 <?php 
echo VERSION_DATE;
?>
</strong>
					<?php 
if (YII_DEBUG) {
    ?>
						Processed in <code><?php 
    echo Ibos::app()->performance->endClockAndGet();
Example #21
0
					</div>
				</form>
			</div>
			<div class="page-list-mainer">
				<?php 
if (count($list) > 0) {
    ?>
					<?php 
    if (!in_array($op, array('send', 'draft'))) {
        ?>
						<div class="band band-primary">
							<?php 
        if ($unreadCount > 0) {
            ?>
								<?php 
            echo Ibos::lang('New unread messages', '', array('{count}' => $unreadCount));
            ?>
,<a href="javascript:;" data-param="{&quot;url&quot;:&quot;<?php 
            echo $this->createUrl('api/setAllRead');
            ?>
&quot;}" data-click="markReadAll" class="anchor ilsep"><?php 
            echo $lang['Set all read'];
            ?>
</a>
							<?php 
        } else {
            ?>
								<?php 
            echo $lang['No unread mail'];
            ?>
							<?php 
Example #22
0
            echo $user['realname'];
            ?>
												</a>
												<div class="pull-right">
													<a href="<?php 
            echo $this->createUrl('task/subtask', array('uid' => $user['uid']));
            ?>
" class="o-cal-todo mlm" title="<?php 
            echo Ibos::lang('Task');
            ?>
"></a>
													<a href="<?php 
            echo $this->createUrl('schedule/subschedule', array('uid' => $user['uid']));
            ?>
" class="o-cal-calendar" title="<?php 
            echo Ibos::lang('Schedule');
            ?>
"></a>
												</div>
											</div>
											<!--下属资料,ajax调用生成-->
										</li>
									<?php 
        }
        ?>
								</ul>
							</li>
						<?php 
    }
    ?>
						<?php 
Example #23
0
			});
			if (id !== '') {
				$('#sys_dbrestore_form').submit();
			} else {
				$.jGrowl('<?php 
echo Ibos::lang('At least one record', 'error');
?>
', {theme: 'error'});
				return false;
			}
		});
		$('[data-act="decompress"]').on('click', function() {
			var id = $(this).data('id'), url = 'data/restore.php?op=restorezip&id=' + id;
			$.artDialog({
				title: "<?php 
echo Ibos::lang('Confirm action', 'message');
?>
",
				lock: true,
				content: '<?php 
echo $lang['Confirm decompress'];
?>
',
				id: 'confirm_import_act',
				ok: function() {
					window.location.href = url;
				}
			});
		});
	})();
</script>
Example #24
0
<?php

use application\core\utils\Ibos;
?>
<div style="width:493px; margin:0 auto;padding-bottom:15px;border-bottom:1px solid #f6f6f6">
    <span style="width:330px; font-size:14px; font-weight:bold; color:#1180c6;"><?php 
echo Ibos::lang('Active share member', 'weibo.default');
?>
</span>
    <span style="font-size:12px; color:#9097a9;"><?php 
echo Ibos::lang('Active share member tip', 'weibo.default');
?>
</span></div>
<?php 
foreach ($recentFeeds as $feed) {
    ?>
    
    <div style="width:493px; margin:0 auto;border-bottom:1px dashed #d7d4d4">
        <p style="font-size:14px;font-weight:bold; color:#50545f;"><?php 
    echo $feed['user_info']['realname'];
    ?>
<span style="font-size:12px;color:#50545f; font-weight:normal">(<?php 
    echo $feed['user_info']['deptname'];
    ?>
/<?php 
    echo $feed['user_info']['posname'];
    ?>
)</span></p>
        <p style="font-size:14px; color:#818797;"><?php 
    echo strip_tags($feed['content']);
    ?>
Example #25
0
                    <?php 
echo Ibos::lang('Share diary');
?>
                </a>
            </li>
			<?php 
if ($this->issetAttention()) {
    ?>
            <li>
                <a href="<?php 
    echo $this->createUrl('attention/index');
    ?>
">
                    <i class="o-da-shared"></i>
                    <?php 
    echo Ibos::lang('Attention diary');
    ?>
                </a>
            </li>
			<?php 
}
?>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['diary'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('diary', StatConst::SIDEBAR_WIDGET), array('hasSub' => $this->checkIsHasSub(), 'fromController' => 'stats'), true);
    ?>
			<?php 
}
?>
Example #26
0
				<h5 class="art-reader-dep"><%= depName %></h5>
				<% var userData = readerData[depName]; %>
				<ul class="art-reader-list clearfix">
					<% for(var i = 0; i < userData.length; i++){ %>
						<li>
							<a href="<%= userData[i]['space_url'] %>" class="avatar-circle avatar-circle-small">
								<img src="<%= userData[i]['avatar_small']%>"/>
							</a>
							<%= userData[i]['realname'] %>
						</li>
					<% } %>
				</ul>
			<% } %>
		<% } else { %>
			<?php 
echo Ibos::lang('Temporarily no');
?>
		<% } %>
	</div>
</script>



<script>
	Ibos.app.setPageParam({
		"articleId": <?php 
echo $data['articleid'];
?>
,
		"articleType": <?php 
echo $data['type'];
Example #27
0
echo Ibos::lang('Category name', 'category');
?>
</label>
			<div class="controls">
				<input type="text" class="input-small" name="name" value="<%=name%>">
			</div>
		</div>
		<div class="control-group">
			<label class="control-label"><?php 
echo Ibos::lang('Category parent', 'category');
?>
</label>
			<div class="controls">
				<select class="input-small" name="pid">
                    <option value="0"><?php 
echo Ibos::lang('None');
?>
</option>
					<%= optionHtml %>
				</select>
			</div>
		</div>
		<?php 
if (Ibos::app()->user->isadministrator) {
    ?>
			<div class="control-group">
				<label class="control-label">审批流程</label>
				<div class="controls">
					<select class="input-small" name="aid" id="approval_id">
						<option value="0">无需审核</option>
						<?php 
Example #28
0
"}'>
										<i class="o-wbi-frow"></i>
										评论( <?php 
echo $fd['commentcount'];
?>
 )
									</a>
								</div>
							</div>
						</div>
						<?php 
if ($fd['module'] == 'weibo') {
    ?>
							<?php 
    $sourceUrl = Ibos::app()->urlManager->createUrl('weibo/personal/feed', array('feedid' => $fd['feedid']));
    $this->widget('application\\modules\\weibo\\core\\WeiboComment', array('module' => $fd['module'], 'table' => 'feed', 'attributes' => array('rowid' => $fd['feedid'], 'moduleuid' => $fd['uid'], 'module_rowid' => $fd['rowid'], 'module_table' => $fd['table'], 'tocid' => 0, 'touid' => $fd['uid'], 'showlist' => 1, 'url' => $sourceUrl, 'detail' => Ibos::lang('Comment my weibo', '', array('{url}' => $sourceUrl, '{title}' => String::cutStr(preg_replace("/[\\s]{2,}/", "", String::filterCleanHtml($fd['body'])), 50))))));
    ?>
						<?php 
}
?>
					</div>
				</div>
			</div>
		</div>
		<!--微博模块 左  E-->
	</div>
	<!--微博模块 E-->
</div>
<!-- 赞过的人 -->
<div class="wb-digg-box popover fade bottom in" id="menu_digg_box" data-node-type="feedDiggBox" style="display: none; ">
	<div class="arrow"></div>
Example #29
0
					<a href="javascript:;" class="datepicker-btn"></a>
					<input type="text" class="datepicker-input" name="topEndTime" value="<?php 
echo date('Y-m-d');
?>
" />
				</div>
			</div>
		</div>
	</form>
</div>
<!-- 高亮对话框  -->
<div id="dialog_art_highlight" class="form-horizontal form-compact" style="width: 400px; display:none;">
	<form action="javascript:;">
		<div class="control-group">
			<label class="control-label" id="test"><?php 
echo Ibos::lang('Expired time');
?>
</label>
			<div class="controls">
				<div class="datepicker" id="date_time_highlight">
					<a href="javascript:;" class="datepicker-btn"></a>
					<input type="text" class="datepicker-input" name="highlightEndTime" value="<?php 
echo date('Y-m-d');
?>
" />
				</div>
			</div>
		</div>
		<div class="control-group">
			<div class="controls" id="simple_editor"></div>
			<input type="hidden" id="highlight_color" name="highlight_color" value="00b050">
Example #30
0
?>
/css/preview.css?<?php 
echo VERHASH;
?>
">
<form method="post" enctype="multipart/form-data" action="<?php 
echo $this->createUrl('form/index');
?>
" id="wf_handle_form">
	<div class="wrap host-wrap">
		<!--超时提醒-->
		<?php 
if ($flow['type'] == '1' && $timeUsed > $process['timeout'] * 3600) {
    ?>
			<div class="alert alert-danger" id="delay_remind"><?php 
    echo Ibos::lang('Your work has overtimed', '', array('{time}' => Common::getTime($timeUsed - $process['timeout'] * 3600)));
    ?>
</div>
		<?php 
}
?>
		<!--表单区域begin-->
		<div class="application-form">
			<a href="#" name="application" class="wf-anchor"></a>
			<div class="mc-top clearfix">
				<div class="pull-left">
					<span class="form-title"><i class="o-host-application"></i><?php 
echo $run['name'];
?>
</span>
				</div>