📄 __step_controls.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;">« Back</button> <?php } // if ?> <?php if ($current_step->getNextDisabled()) { ?> <button type="button" onclick="location.href = '<?php echo $current_step->getStepUrl() ?>'; return true;">Try Again »</button> <?php } else { // if ?> <button type="submit">Next »</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 + -