|
@@ -105,17 +105,17 @@
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
|
<td colspan="2" class="required"><label class="mleft" for="name">开启状态:</label>
|
|
|
- 开启<label>
|
|
|
+ <label>
|
|
|
<input type="radio" class="open" name="opened"
|
|
|
value="1" <?php if ($output['retry_times']['opened'] === true) {
|
|
|
echo 'checked';
|
|
|
- } ?>>
|
|
|
+ } ?>>开启
|
|
|
</label>
|
|
|
- 关闭<label>
|
|
|
+ <label>
|
|
|
<input type="radio" class="open" name="opened"
|
|
|
value="0" <?php if ($output['retry_times']['opened'] === false) {
|
|
|
echo 'checked';
|
|
|
- } ?>>
|
|
|
+ } ?>>关闭
|
|
|
</label>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -128,18 +128,18 @@
|
|
|
<label style="margin-left: 15px;" for="name">检测时间:</label>
|
|
|
<label>
|
|
|
<select name="period">
|
|
|
- <option value="900" <?php if ($output['retry_times']['lower_ratio']['period'] == 900) {
|
|
|
+ <option value="3600" <?php if ($output['retry_times']['lower_ratio']['period'] == 3600) {
|
|
|
echo 'selected';
|
|
|
- } ?>>900
|
|
|
+ } ?>>3600
|
|
|
+ </option>
|
|
|
</option>
|
|
|
<option value="1800" <?php if ($output['retry_times']['lower_ratio']['period'] == 1800) {
|
|
|
echo 'selected';
|
|
|
} ?>>1800
|
|
|
</option>
|
|
|
- <option value="3600" <?php if ($output['retry_times']['lower_ratio']['period'] == 3600) {
|
|
|
+ <option value="900" <?php if ($output['retry_times']['lower_ratio']['period'] == 900) {
|
|
|
echo 'selected';
|
|
|
- } ?>>3600
|
|
|
- </option>
|
|
|
+ } ?>>900
|
|
|
</select>
|
|
|
</label>
|
|
|
<label for="name">( 秒 )</label>
|
|
@@ -147,7 +147,7 @@
|
|
|
</tr>
|
|
|
|
|
|
<tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">利润率不低于:</label>
|
|
|
+ <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">利润率低于:</label>
|
|
|
<label>
|
|
|
<input type="text" name="profit_ratio"
|
|
|
value="<?php echo $output['retry_times']['profit_ratio'] ?? 0;?>"
|
|
@@ -167,7 +167,7 @@
|
|
|
<td colspan="2" class="required"><label class="validation">充值时间和次数设置:</label>
|
|
|
<div style="margin-left:149px;">
|
|
|
<label style="display: inline-block;">白天秒数</label>
|
|
|
- <label style="display: inline-block; margin: 0 120px 0 119px;">黑夜秒数</label>
|
|
|
+ <label style="display: inline-block; margin: 0 120px 0 119px;">黑天秒数</label>
|
|
|
<label style="display: inline-block;">重试次数</label>
|
|
|
</div>
|
|
|
</td>
|