app/soc/templates/soc/base.html
changeset 1770 2d3bcf1a17e3
parent 1735 0298b9c87c65
child 1774 e8282d27eef8
equal deleted inserted replaced
1769:7596a1d31723 1770:2d3bcf1a17e3
    20   {% if uses_jq_autocomplete %}
    20   {% if uses_jq_autocomplete %}
    21   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    21   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    22   {% endif %}
    22   {% endif %}
    23   {% if uses_jq_thickbox %}
    23   {% if uses_jq_thickbox %}
    24   <link rel="stylesheet" href="/soc/content/css/jquery-thickbox-090304.css" type="text/css"/>
    24   <link rel="stylesheet" href="/soc/content/css/jquery-thickbox-090304.css" type="text/css"/>
       
    25   {% endif %}
       
    26   {% if uses_jq_purr %}
       
    27   <link rel="stylesheet" href="/soc/content/css/jquery-purr-090308.css" type="text/css"/>
    25   {% endif %}
    28   {% endif %}
    26   {% if uses_jq_datetimepicker %}
    29   {% if uses_jq_datetimepicker %}
    27   <link rel="stylesheet" type="text/css" media="screen" href="/soc/content/css/ui.datetimepicker-090304.css">
    30   <link rel="stylesheet" type="text/css" media="screen" href="/soc/content/css/ui.datetimepicker-090304.css">
    28   {% endif %}
    31   {% endif %}
    29 	{% endblock %}
    32 	{% endblock %}