本文整理汇总了PHP中Alert::printAlerts方法的典型用法代码示例。如果您正苦于以下问题:PHP Alert::printAlerts方法的具体用法?PHP Alert::printAlerts怎么用?PHP Alert::printAlerts使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Alert
的用法示例。
在下文中一共展示了Alert::printAlerts方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: Alert
<?php
$page->createTitle();
print $page->getHeader();
if (isset($_GET['msg'])) {
$alert = new Alert();
$alert->printAlerts();
}
?>
<link href="/css/bootstrap.css" type="text/css" />
<div class="row pane">
<div class="col-sm-12 col-md-11 col-lg-11 col-lg-offset-1 col-md-offset-1">
<form class="form-horizontal" id="comp_add" method="post" action="/act/comp_add">
<div class="form-group">
<div class="col-sm-2">
<label>Progress
<?php
Tooltip::helpTooltip('Your progress through the meet wizard.');
?>
</label>
</div>
<div class="col-sm-10">
<div class="row">
<div class="col-xs-12">
<div class="progress progress-striped active">
<div id="progress-bar" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 7%"> <span id="progress-bar-sr" class="sr-only">0% Complete</span> </div>
</div>
</div>
</div>
<div class="row text-center">
<div class="col-xs-2"> <span class="text-<?php