⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 __step_controls.php

📁 ProjectPier 源码 很好的项目管理程序
💻 PHP
字号:
<div id="installerControls"><?php if ($current_step->hasNextStep()) { ?><?php if ($current_step->hasPreviousStep()) { ?>  <button type="button" onclick="location.href = '<?php echo $current_step->getPreviousStepUrl() ?>'; return true;">&laquo; Back</button>&nbsp;<?php } // if ?>  <?php if ($current_step->getNextDisabled()) { ?>    <button type="button" onclick="location.href = '<?php echo $current_step->getStepUrl() ?>'; return true;">Try Again &raquo;</button>  <?php } else { // if ?>    <button type="submit">Next &raquo;</button>  <?php	} // if ?>  <?php } else { ?><?php if (isset($absolute_url)) { ?>  <button type="button" onclick="location.href = '<?php echo $absolute_url ?>'">Finish</button><?php } else {?>  <button type="button" onclick="location.href = '../../index.php'">Finish</button><?php } // if ?><?php } // if ?></div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -