0byt3m1n1
Path:
/
var
/
www
/
listcrawler.app
/
public_html
/
admin
/
forms
/
[
Home
]
File: seo_form.php
<fieldset> <div class="form-group"> <label for="title_home">Title - Home Page</label> <input type="text" name="title_home" value="<?php echo htmlspecialchars($edit ? $seo['title_home'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Title for Home Page" class="form-control" id="title_home"> </div> <div class="form-group"> <label for="meta_desc_home">Meta Description - Home Page</label> <input type="text" name="meta_desc_home" value="<?php echo htmlspecialchars($edit ? $seo['meta_desc_home'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Description for Home Page" class="form-control" id="meta_desc_home"> </div> <div class="form-group"> <label for="meta_key_home">Meta Keywords - Home Page</label> <input type="text" name="meta_key_home" value="<?php echo htmlspecialchars($edit ? $seo['meta_key_home'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Keywords for Home Page" class="form-control" id="meta_key_home"> </div> <div class="form-group"> <label for="title_city">Title - City Page</label> <input type="text" name="title_city" value="<?php echo htmlspecialchars($edit ? $seo['title_city'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Title for City Page" class="form-control" id="title_city"> </div> <div class="form-group"> <label for="meta_desc_city">Meta Description - City Page</label> <input type="text" name="meta_desc_city" value="<?php echo htmlspecialchars($edit ? $seo['meta_desc_city'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Description for City Page" class="form-control" id="meta_desc_city"> </div> <div class="form-group"> <label for="meta_key_city">Meta Keywords - City Page</label> <input type="text" name="meta_key_city" value="<?php echo htmlspecialchars($edit ? $seo['meta_key_city'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Keywords for City Page" class="form-control" id="meta_key_city"> </div> <div class="form-group"> <label for="LOCATION_NAME">Use keyword LOCATION_NAME for the location</label> ( For ex. "Browse Birmingham Escort alternatives" => Browse LOCATION_NAME Escort alternatives ) </div> <div class="form-group"> <label for="title_ad_list">Title - Ad Listing Page (Location)</label> <input type="text" name="title_ad_list" value="<?php echo htmlspecialchars($edit ? $seo['title_ad_list'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Title for Ad Listing Page (Location)" class="form-control" id="title_ad_list"> </div> <div class="form-group"> <label for="meta_desc_ad_list">Meta Description - Ad Listing Page (Location)</label> <input type="text" name="meta_desc_ad_list" value="<?php echo htmlspecialchars($edit ? $seo['meta_desc_ad_list'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Description for Ad Listing Page (Location)" class="form-control" id="meta_desc_ad_list"> </div> <div class="form-group"> <label for="meta_key_ad_list">Meta Keywords - Ad Listing Page (Location)</label> <input type="text" name="meta_key_ad_list" value="<?php echo htmlspecialchars($edit ? $seo['meta_key_ad_list'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Keywords for Ad Listing Page (Location)" class="form-control" id="meta_key_ad_list"> </div> <?php /* <div class="form-group"> <label for="title_ad_detail">Title - Ad Detail Page (Ad Page)</label> <input type="text" name="title_ad_detail" value="<?php echo htmlspecialchars($edit ? $seo['title_ad_detail'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Title for Ad Detail Page (Ad Page)" class="form-control" id="title_ad_detail"> </div> <div class="form-group"> <label for="meta_desc_ad_detail">Meta Description - Ad Detail Page (Ad Page)</label> <input type="text" name="meta_desc_ad_detail" value="<?php echo htmlspecialchars($edit ? $seo['meta_desc_ad_detail'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Description for Ad Detail Page (Ad Page)" class="form-control" id="meta_desc_ad_detail"> </div> <div class="form-group"> <label for="meta_key_ad_detail">Meta Keywords - Ad Detail Page (Ad Page)</label> <input type="text" name="meta_key_ad_detail" value="<?php echo htmlspecialchars($edit ? $seo['meta_key_ad_detail'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Meta Keywords for Ad Detail Page (Ad Page)" class="form-control" id="meta_key_ad_detail"> </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>