htmly/system/admin/views/import.html.php
Danang Probo Sayekti 36f4c2d4df Various improvements
Various improvements
2014-02-07 07:14:05 +07:00

10 lines
No EOL
552 B
PHP

<?php if (isset($error)) { ?>
<div class="error-message"><?php echo $error?></div>
<?php } ?>
<h1>Import RSS Feed 2.0</h1>
<p>By using this importer you are agree if the feed is yours.</p>
<form method="POST">
Feed Url <span class="required">*</span> <br><input type="url" class="text <?php if (isset($url)) { if (empty($url)) { echo 'error';}} ?>" name="url"/><br><br>
Add source link (optional) <input type="checkbox" class="checkbox" name="credit" value="yes"/><br><br>
<input type="submit" name="submit" class="submit" value="Import"/>
</form>