示例#1
0
										   name="votestatus" data-toggle="switch">
								</div>
								<i class="o-vote"></i>
								<?php 
echo Ibos::lang('Vote');
?>
							</div>
						</div>
					</div>
				</div>
				<!-- Row 5 Tab -->
				<?php 
if ($this->getVoteInstalled() && $dashboardConfig['articlevoteenable']) {
    ?>
					<?php 
    echo Vote::getView('articleAdd');
    ?>
				<?php 
}
?>
				<!-- Row 6 Button -->	
				<div id="submit_bar" class="clearfix">
					<button type="button" class="btn btn-large btn-submit pull-left" onclick="history.back();"><?php 
echo Ibos::lang('Return');
?>
</button>
					<div class="pull-right">
						<button type="button" id="prewiew_submit" class="btn btn-large btn-submit btn-preview"><?php 
echo Ibos::lang('Preview');
?>
</button>
示例#2
0
										</li>
									<?php 
    }
    ?>
								</ul>
							</div>
						<?php 
}
?>
						<!-- 是否有投票 -->
						<div class="noprint">
							<?php 
if ($this->getVoteInstalled() && $data['votestatus']) {
    ?>
								<?php 
    echo Vote::getView('articleView');
    ?>
							<?php 
}
?>
						</div>
						<!-- <div class="noprint">
							<a href="javascript:;" title="<?php 
echo $lang['Print'];
?>
" class="o-print cbtn" data-action="printArticle"></a> -->
						<!-- 转发 -->
						<!-- <?php 
if ($isInstallEmail) {
    ?>
											<a href="javascript:;" title="<?php 
示例#3
0
                                        name="votestatus" data-toggle="switch" class="visi-hidden">
                                    </div>
                                    <i class="o-vote"></i>
                                    <?php 
echo Ibos::lang('Vote');
?>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Row 5 Tab -->
                    <?php 
if ($this->getVoteInstalled() && $dashboardConfig['articlevoteenable']) {
    ?>
                        <?php 
    echo Vote::getView('articleEdit');
    ?>
                    <?php 
}
?>
                    <!-- Row 6 Button -->   
                    <div id="submit_bar" class="clearfix">
                        <button type="button" class="btn btn-large btn-submit pull-left" onclick="history.back(-1);"><?php 
echo Ibos::lang('Return');
?>
</button>
                        <div class="pull-right">
                            <button type="button" id="prewiew_submit" class="btn btn-large btn-submit"><?php 
echo Ibos::lang('Preview');
?>
</button>