app/soc/templates/soc/base.html
changeset 1927 69a69eaee48d
parent 1915 76688c4a26eb
child 1953 6bd827320b3d
equal deleted inserted replaced
1926:d73fe91beeeb 1927:69a69eaee48d
    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-090417.css" type="text/css"/>
    19   <link rel="stylesheet" href="/soc/content/css/soc-090418.css" type="text/css"/>
    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"/>