Ignore:
Timestamp:
24 Apr 2009, 10:48:33 (16 years ago)
Author:
uli
Message:

Use stylesheet for authenticated users.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/viewlets_templates/master.pt

    r4066 r4068  
    99    <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.3.1/build/reset-fonts-grids/reset-fonts-grids.css" />
    1010    <!--  <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.3.1/build/base/base-min.css" /> -->
    11     <link rel="shortcut icon" tal:attributes="href static/favicon.ico" type="image/x-icon" />
     11    <link rel="shortcut icon" tal:attributes="href static/favicon.ico"
     12          type="image/x-icon" />
     13    <link
     14       rel="stylesheet"
     15       type="text/css"
     16       tal:condition="python: view.request.principal.id != 'zope.anybody'"
     17       tal:attributes=" href static/authenticated.css" />
    1218  </head>
    1319  <body id="doc3" class="yui-t2">
Note: See TracChangeset for help on using the changeset viewer.