From 700896e3f8fa1a3cb65dcd7c856ad3885efaf485 Mon Sep 17 00:00:00 2001 From: Juhana Luomanen Date: Sat, 27 May 2017 13:33:03 +0300 Subject: [PATCH] Move slides and rotations under tabs --- infoscreen/templates/infoscreen_admin.html | 160 +++++++++++---------- 1 file changed, 86 insertions(+), 74 deletions(-) diff --git a/infoscreen/templates/infoscreen_admin.html b/infoscreen/templates/infoscreen_admin.html index 6f5f241..032550f 100644 --- a/infoscreen/templates/infoscreen_admin.html +++ b/infoscreen/templates/infoscreen_admin.html @@ -35,82 +35,94 @@
  • Slides
  • -
    -
    -

    {% trans "Info items" %}

    -
    {% trans "Infoitems available for rotations" %}
    - - - - - - - - - - - - - - - -
    {% trans "Item" %}{% trans "Type" %}{% trans "Set duration" %}{% trans "Add to rotation" %}{% trans "Delete" %}
    {$ i.name $}{$ i.display_name $}
    -

    {% trans "Create new item" %}

    - - - - - -
    {% trans "Item type" %} - -
    -
    -
    -
    -

    {% trans "Rotations" %}

    -
    - {% trans "Select rotation to edit" %}: -
    - - - - - - - - - - - - - - - - - - - - - - -
    {% trans "Rotation" %}{% trans "id" %}{% trans "Select" %}{% trans "Preview" %}{% trans "Delete" %}
    {$ r.name $}{$ r.id $}
    +
    +
    +
    +
    +

    {% trans "Create new item" %}

    + + + + + +
    {% trans "Item type" %} + +
    +
    +
    +
    +

    {% trans "Info items" %}

    +
    {% trans "Infoitems available for rotations" %}
    + + + + + + + + + + + + + + + +
    {% trans "Item" %}{% trans "Type" %}{% trans "Set duration" %}{% trans "Add to rotation" %}{% trans "Delete" %}
    {$ i.name $}{$ i.display_name $}
    -

    {% trans "Rotation" %}: {$ selected_rot.name $}

    -
    {% trans "Instances in currently selected rotation" %}:
    - - - - - - - - - - -
    {% trans "Instance" %}{% trans "Duration" %}{% trans "Delete" %}
    {$ i.item.name $}{$ i.duration $} s
    +
    +
    +
    +
    +

    {% trans "Rotations" %}

    +
    + {% trans "Select rotation to edit" %}: +
    + + + + + + + + + + + + + + + + + + + + + + +
    {% trans "Rotation" %}{% trans "id" %}{% trans "Select" %}{% trans "Preview" %}{% trans "Delete" %}
    {$ r.name $}{$ r.id $}
    +
    + +
    +

    {% trans "Rotation" %}: {$ selected_rot.name $}

    +
    {% trans "Instances in currently selected rotation" %}:
    + + + + + + + + + + +
    {% trans "Instance" %}{% trans "Duration" %}{% trans "Delete" %}
    {$ i.item.name $}{$ i.duration $} s
    +
    +
    +
    {% include "footer.html" %}