src/ldt/ldt/ldt_utils/templates/front/front_player.html
changeset 1504 8cc1dda7efc8
parent 1286 2bbc6c42ca9a
equal deleted inserted replaced
1503:ed7bcbefc941 1504:8cc1dda7efc8
     8 {% block css_import %}
     8 {% block css_import %}
     9 {{block.super}}
     9 {{block.super}}
    10 <link rel="stylesheet" href='{% static "ldt/css/front_player.css" %}' type="text/css"/>
    10 <link rel="stylesheet" href='{% static "ldt/css/front_player.css" %}' type="text/css"/>
    11 <link rel="stylesheet" href='{% static "ldt/css/embed_popup.css" %}' type="text/css"/>
    11 <link rel="stylesheet" href='{% static "ldt/css/embed_popup.css" %}' type="text/css"/>
    12 <link rel="stylesheet" href='{% static "ldt/css/jq-css/jquery.qtip.css" %}' type="text/css"/>
    12 <link rel="stylesheet" href='{% static "ldt/css/jq-css/jquery.qtip.css" %}' type="text/css"/>
       
    13 <link rel="stylesheet" href='{% static "ldt/metadataplayer/LdtPlayer-core.css" %}' type="text/css"/>
    13 {% if toggle_multisegments %}
    14 {% if toggle_multisegments %}
    14 <style type="text/css">
    15 <style type="text/css">
    15 	#{{player_id}}_embed_widget_MultiSegments_11, #TagcloudContainer {
    16 	#{{player_id}}_embed_widget_MultiSegments_11, #TagcloudContainer {
    16 	    display: none;
    17 	    display: none;
    17 	}
    18 	}