<label>Podmin Statement (You can include links to your terms and policies and information about your pod you wish to share with users.) <br><textarea cols="100" rows="7" name="podmin_statement"></textarea></label><br>
<label>Podmin Statement (You can include links to your terms and policies and information about your pod you wish to share with users.) <br><textarea cols="100" rows="7" name="podmin_statement"></textarea></label><br>
<label>Weight <input type="text" data-min="0" data-step="1" data-max="10" name="weight" id="weight"> This lets you weight your pod lower on the list if you have too much traffic coming in, 10 is the norm use lower to move down the list.</label><br>
<label>Weight <input type="text" data-min="0" data-step="1" data-max="10" name="weight" id="weight"> This lets you weight your pod lower on the list if you have too much traffic coming in, 10 is the norm use lower to move down the list.</label><br>
<label>Notify when your score falls to <input type="text" data-min="1" data-step="1" data-max="99" data-from="50" name="podmin_notify_level" id="podmin_notify_level"></label><br>
Authorized to edit <b><?phpecho$_domain;?></b> for <?phpecho(newCarbon($pod['tokenexpire']))->diffForHumans(null,true);?><br>
Authorized to edit <b><?phpecho$_domain;?></b> for <?phpecho(newCarbon($pod['tokenexpire']))->diffForHumans(null,true);?><br>
...
@@ -108,6 +112,8 @@ Authorized to edit <b><?php echo $_domain; ?></b> for <?php echo (new Carbon($po
...
@@ -108,6 +112,8 @@ Authorized to edit <b><?php echo $_domain; ?></b> for <?php echo (new Carbon($po
<label>Podmin Statement (You can use HTML to include links to your terms and policies and information about your pod you wish to share with users.) <br><textareacols="150"rows="10"name="podmin_statement"><?phpecho$pod['podmin_statement'];?></textarea></label><br>
<label>Podmin Statement (You can use HTML to include links to your terms and policies and information about your pod you wish to share with users.) <br><textareacols="150"rows="10"name="podmin_statement"><?phpecho$pod['podmin_statement'];?></textarea></label><br>
<label>Weight <inputtype="text"data-min="0"data-step="1"data-max="10"name="weight"id="weight"data-from="<?phpecho$pod['weight'];?>"> This lets you weight your pod lower on the list if you have too much traffic coming in, 10 is the norm use lower to move down the list.</label><br>
<label>Weight <inputtype="text"data-min="0"data-step="1"data-max="10"name="weight"id="weight"data-from="<?phpecho$pod['weight'];?>"> This lets you weight your pod lower on the list if you have too much traffic coming in, 10 is the norm use lower to move down the list.</label><br>
<label>Notify if pod falls off the list? <inputtype="checkbox"name="podmin_notify"<?phpecho$pod['podmin_notify']?'checked':'';?>></label><br>
<label>Notify if pod falls off the list? <inputtype="checkbox"name="podmin_notify"<?phpecho$pod['podmin_notify']?'checked':'';?>></label><br>
<label>Notify when your score falls to <inputtype="text"data-min="1"data-step="1"data-max="99"name="podmin_notify_level"id="podmin_notify_level"data-from="<?phpecho$pod['podmin_notify_level'];?>"></label><br>