Blaise Laflamme
2011-01-13 dd4a6e7635c497c20c4a361aad95a955bf2c9b3e
Changed google font link and use request.static_url in myproject
1 files modified
11 ■■■■ changed files
docs/narr/MyProject/myproject/templates/mytemplate.pt 11 ●●●● patch | view | raw | blame | history
docs/narr/MyProject/myproject/templates/mytemplate.pt
@@ -5,19 +5,18 @@
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
    <meta name="keywords" content="python web application" />
    <meta name="description" content="pyramid web application" />
    <link rel="shortcut icon" href="${request.application_url}/static/favicon.ico" />
    <link rel="stylesheet" href="${request.application_url}/static/pylons.css" type="text/css" media="screen" charset="utf-8" />
    <link href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" rel="stylesheet"  type="text/css" media="screen" charset="utf-8" />
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
    <link rel="shortcut icon" href="${request.static_url('myproject:static/favicon.ico')}" />
    <link rel="stylesheet" href="${request.static_url('myproject:static/pylons.css')}" type="text/css" media="screen" charset="utf-8" />
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton|Nobile:regular,i,b,bi&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
    <!--[if lte IE 6]>
    <link rel="stylesheet" href="${request.application_url}/static/ie6.css" type="text/css" media="screen" charset="utf-8" />
    <link rel="stylesheet" href="${request.static_url('myproject:static/ie6.css')}" type="text/css" media="screen" charset="utf-8" />
    <![endif]-->
</head>
<body>
    <div id="wrap">
        <div id="top">
            <div class="top align-center">
                <div><img src="${request.application_url}/static/pyramid.png" width="750" height="169" alt="pyramid"/></div>
                <div><img src="${request.static_url('myproject:static/pyramid.png')}" width="750" height="169" alt="pyramid"/></div>
            </div>
        </div>
        <div id="middle">