mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
35 lines
1.5 KiB
Smarty
35 lines
1.5 KiB
Smarty
<section class="content-header">
|
|
<h1><?php echo $gsprache->feeds.' '.$gsprache->del;?></h1>
|
|
<ol class="breadcrumb">
|
|
<li><a href="admin.php"><i class="fa fa-home"></i> Home</a></li>
|
|
<li><a href="admin.php?w=fn"><i class="fa fa-rss"></i> <?php echo $gsprache->feeds;?></a></li>
|
|
<li><?php echo $gsprache->del;?></li>
|
|
<li class="active"><?php echo $feedUrl;?></li>
|
|
</ol>
|
|
</section>
|
|
|
|
<section class="content">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="box box-danger">
|
|
|
|
<form role="form" action="admin.php?w=fe&d=dl&id=<?php echo $id;?>&r=fe" onsubmit="return confirm('<?php echo $gsprache->sure; ?>');" method="post">
|
|
|
|
<input type="hidden" name="token" value="<?php echo token();?>">
|
|
<input type="hidden" name="action" value="dl">
|
|
|
|
<div class="box-body">
|
|
<div class="form-group">
|
|
<label for="inputFeedUrl">URL</label>
|
|
<input class="form-control" id="inputFeedUrl" type="text" name="feedUrl" value="<?php echo $feedUrl;?>" disabled="disabled">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-footer">
|
|
<button class="btn btn-danger" id="inputEdit" type="submit"><i class="fa fa-trash-o"></i> <?php echo $gsprache->del;?></button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |