app/soc/templates/soc/base.html
changeset 1896 b99f448e983e
parent 1818 fec380dac186
child 1915 76688c4a26eb
equal deleted inserted replaced
1895:564b066c313c 1896:b99f448e983e
    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-090312.css" type="text/css"/>
    19   <link rel="stylesheet" href="/soc/content/css/soc-090416.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"/>