|
|
@ -2,7 +2,7 @@ |
|
|
<div class="error-message"><?php echo $error?></div>
|
|
|
<div class="error-message"><?php echo $error?></div>
|
|
|
<?php } ?>
|
|
|
<?php } ?>
|
|
|
<h1>Import RSS Feed 2.0</h1> |
|
|
<h1>Import RSS Feed 2.0</h1> |
|
|
<p>By using this importer you are agree if the feed is yours.</p> |
|
|
|
|
|
|
|
|
<p>By using this importer you are agree if the feed is yours, or at least you have the authority to publish it.</p> |
|
|
<form method="POST"> |
|
|
<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> |
|
|
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> |
|
|
Add source link (optional) <input type="checkbox" class="checkbox" name="credit" value="yes"/><br><br> |
|
|
|