0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
admin
/
forms
/
[
Home
]
File: link_form.php
<fieldset> <div class="form-group"> <label for="ad_url">Alternative to Escorts URL </label> <input type="text" name="ad_url" value="<?php echo htmlspecialchars($edit ? $sponsor['ad_url'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Alternative URL" class="form-control" id="ad_url"> </div> <div class="form-group"> <label for="home_bottom_title">Title Home page (bottom)</label> <input type="text" name="home_bottom_title" value="<?php echo htmlspecialchars($edit ? $sponsor['home_bottom_title'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Title Home page (bottom)" class="form-control" id="home_bottom_title"> </div> <div class="form-group"> <label for="home_bottom_brief">Brief Home page (bottom)</label> <input type="text" name="home_bottom_brief" value="<?php echo htmlspecialchars($edit ? $sponsor['home_bottom_brief'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Brief Home page (bottom)" class="form-control" id="home_bottom_brief"> </div> <div class="form-group text-center"> <label></label> <button type="submit" class="btn btn-warning" >Save <i class="glyphicon glyphicon-send"></i></button> </div> </fieldset>