diff --git a/cookbook/templates/url_import.html b/cookbook/templates/url_import.html index e4c0015ad..1cad7d2c8 100644 --- a/cookbook/templates/url_import.html +++ b/cookbook/templates/url_import.html @@ -14,7 +14,7 @@ @@ -25,40 +25,45 @@

{% trans 'Import' %}

- - {% trans 'Bookmark Me!' %} + + {% trans 'Bookmark Me!' %}
- + - +

- +
-
+

{% trans 'Preview Recipe Data' %}

{% trans 'Drag recipe attributes from the right into the appropriate box below.' %}
@@ -163,12 +175,14 @@
{% trans 'Name' %} - +
-
{% trans 'Text dragged here will be appended to the name.'%}
+
{% trans 'Text dragged here will be appended to the name.' %}
-
+
[[recipe_json.name]]
@@ -178,12 +192,14 @@
{% trans 'Description' %} - +
-
{% trans 'Text dragged here will be appended to the description.'%}
+
{% trans 'Text dragged here will be appended to the description.' %}
-
+
[[recipe_json.description]]
@@ -193,61 +209,78 @@
{% trans 'Keywords' %} - +
-
{% trans 'Keywords dragged here will be appended to current list'%}
+
{% trans 'Keywords dragged here will be appended to current list' %}
-
+
-
[[kw.text]]
+
[[kw.text]]
-
+
{% trans 'Image' %} - +
-
+
Recipe Image
-
+
-
+
{% trans 'Servings' %} - +
-
+
[[recipe_json.servings]]
-
+
{% trans 'Prep Time' %} - +
-
+
[[recipe_json.prepTime]]
-
+
{% trans 'Cook Time' %} - +
-
+
[[recipe_json.cookTime]]
@@ -258,15 +291,18 @@
{% trans 'Ingredients' %} - +
-
{% trans 'Ingredients dragged here will be appended to current list.'%}
+
{% trans 'Ingredients dragged here will be appended to current list.' %}
-
+
    -
  • +
  • [[i.amount]]
    [[i.unit.text]]
    [[i.ingredient.text]]
    @@ -280,14 +316,17 @@
    -
    +
    {% trans 'Instructions' %} - +
    -
    {% trans 'Recipe instructions dragged here will be appended to current instructions.'%}
    +
    {% trans 'Recipe instructions dragged here will be appended to current instructions.' %}
    -
    +
    [[recipe_json.recipeInstructions]]
    @@ -296,11 +335,12 @@

    -
    - +
    @@ -312,55 +352,58 @@
    + style="cursor:pointer;" + @click="show_blank=!show_blank" + title="{% trans 'Show Blank Field' %}">
    {% trans 'Blank Field' %} - +
    -
    {% trans 'Items dragged to Blank Field will be appended.'%}
    +
    {% trans 'Items dragged to Blank Field will be appended.' %}
    + @drop="replacePreview('blank', $event)" + @dragover.prevent + @dragenter.prevent + draggable + @dragstart="htmlDragStart($event)"> [[blank_field]]
    + text-field-name="name" + collapse:true + draggable + @item-drag-start="itemDragStart" + @item-click="itemClick">