Changeset 5962


Ignore:
Timestamp:
22 Apr 2011, 02:11:49 (13 years ago)
Author:
uli
Message:

Get rid of hardcoded links to CSS-files. Yay, the themes now define
themselves what belongs to them and hurry.resource will inject links
to all needed resources (CSS files) when necessary (and not include
files not necessary).

There is still some crap hanging around in the site-layout template
but it is at least a bit cleaner now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt

    r5433 r5962  
    1515            tal:attributes="src python: view.url(context, '@@yuistatictables.js')">
    1616    </script>
    17 
    18     <link rel="stylesheet" type="text/css" href=""
    19           tal:attributes="href static/yuiapp.css" />
    20     <link rel="stylesheet" type="text/css" href=""
    21           tal:attributes="href static/waeup-base.css" />
    22     <link rel="stylesheet" type="text/css" href=""
    23           tal:attributes="href string:${static}/${layout/getSkin}" />
    24 
    2517    <link rel="alternate" type="application/rss+xml"
    2618          title="RSS" href="http://www.example.net/feed.rss"
Note: See TracChangeset for help on using the changeset viewer.