checklist.php
来自「ProjectPier 源码 很好的项目管理程序」· PHP 代码 · 共 11 行
PHP
11 行
<h2>Upgrade process log</h2><ul><?php foreach ($upgrader->getChecklistItems() as $group_name => $checklist_items) { ?><?php if (is_array($checklist_items)) { ?><?php foreach ($checklist_items as $checklist_item) { ?> <li class="<?php echo $checklist_item->getChecked() ? 'success' : 'error' ?>"><strong><?php echo clean($group_name) ?>:</strong> <?php echo clean($checklist_item->getText()) ?></li><?php } // if ?><?php } // if ?><?php } // foreach ?></ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?