mirror of
https://github.com/miniflux/v2.git
synced 2025-08-31 18:31:01 +00:00
Import OPML from URL
This commit is contained in:
parent
ac45307da6
commit
d882bbca85
14 changed files with 95 additions and 10 deletions
|
@ -955,6 +955,17 @@ var templateViewsMap = map[string]string{
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form action="{{ route "fetchOPML" }}" method="post" enctype="multipart/form-data">
|
||||
<input type="hidden" name="csrf" value="{{ .csrf }}">
|
||||
|
||||
<label for="form-url">{{ t "form.import.label.url" }}</label>
|
||||
<input type="url" name="url" id="form-url">
|
||||
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.import" }}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{{ end }}
|
||||
`,
|
||||
"integrations": `{{ define "title"}}{{ t "page.integrations.title" }}{{ end }}
|
||||
|
@ -1469,7 +1480,7 @@ var templateViewsMapChecksums = map[string]string{
|
|||
"feed_entries": "4bb6b96ba4d13dbaf22dcf6dd95ae36b6e5a0c99175d502865a164dc68fd4bae",
|
||||
"feeds": "d11fb629921e22bbf6d9ecb1adcc38922fafcee84f81c437abf47209544bd1c5",
|
||||
"history_entries": "9763d2120cfaeb78d406fdc029197fed2f7cfa7682970eeedae82ae79be65519",
|
||||
"import": "8349e47a783bb40d8e9248b4771656e5f006185e11079e1c4680dd52633420ed",
|
||||
"import": "d7abfdc2cd4db38ed695d5fecd140e2e736d3633127589e1292736224dc23798",
|
||||
"integrations": "f85b4a48ab1fc13b8ca94bfbbc44bd5e8784f35b26a63ec32cbe82b96b45e008",
|
||||
"login": "2e72d2d4b9786641b696bedbed5e10b04bdfd68254ddbbdb0a53cca621d200c7",
|
||||
"search_entries": "d71849a4f2b0573c7c76ad0ea941812009e9f022de60895987a781d3e6f08a01",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue