app/soc/templates/soc/base.html
changeset 2572 1ad6d986be6d
parent 2569 494a4fb98649
child 2697 91f495e886f8
equal deleted inserted replaced
2571:dac91fecae38 2572:1ad6d986be6d
    14 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    14 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    15 <html>
    15 <html>
    16  <head>
    16  <head>
    17   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    17   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
    18 	{% block stylesheet %}
    18 	{% block stylesheet %}
    19   <link rel="stylesheet" href="/soc/content/css/soc-090706.css" type="text/css"/>
    19   <link rel="stylesheet" href="/soc/content/css/soc-090708.css" type="text/css"/>
    20   <!--[if IE]>
    20   <!--[if IE]>
    21   <link rel="stylesheet" href="/soc/content/css/soc-090418-ie.css" type="text/css"/>
    21   <link rel="stylesheet" href="/soc/content/css/soc-090708-ie.css" type="text/css"/>
    22   <![endif]-->
    22   <![endif]-->
    23 
    23 
    24   {% if uses_jq_autocomplete %}
    24   {% if uses_jq_autocomplete %}
    25   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    25   <link rel="stylesheet" href="/soc/content/css/jquery-autocomplete-090304.css" type="text/css"/>
    26   {% endif %}
    26   {% endif %}