Changeset 4213


Ignore:
Timestamp:
7 Jun 2009, 21:33:52 (15 years ago)
Author:
Henrik Bettermann
Message:

Druckansicht und mehr

Location:
akademie/plone_themes/akademie.theme
Files:
9 added
3 edited

Legend:

Unmodified
Added
Removed
  • akademie/plone_themes/akademie.theme/akademie.theme.egg-info/SOURCES.txt

    r4211 r4213  
    1212akademie.theme.egg-info/top_level.txt
    1313akademie/theme/__init__.py
     14akademie/theme/configure.zcml
     15akademie/theme/profiles.zcml
    1416akademie/theme/setuphandlers.py
     17akademie/theme/skins.zcml
    1518akademie/theme/tests.py
     19akademie/theme/version.txt
    1620akademie/theme/browser/__init__.py
     21akademie/theme/browser/configure.zcml
    1722akademie/theme/browser/interfaces.py
    1823akademie/theme/browser/viewlets.py
     24akademie/theme/browser/templates/akademie_searchbox.pt
     25akademie/theme/browser/templates/akademie_sections.pt
     26akademie/theme/browser/templates/akademie_sections_rund.pt
     27akademie/theme/browser/templates/akademie_subsections.pt
     28akademie/theme/browser/templates/colophon.pt
     29akademie/theme/browser/templates/footer.pt
     30akademie/theme/browser/templates/footer_rund.pt
    1931akademie/theme/portlets/__init__.py
     32akademie/theme/portlets/akademie_login.pt
     33akademie/theme/portlets/configure.zcml
     34akademie/theme/profiles/default/actions.xml
     35akademie/theme/profiles/default/akademie.theme_various.txt
     36akademie/theme/profiles/default/cssregistry.xml
     37akademie/theme/profiles/default/import_steps.xml
     38akademie/theme/profiles/default/skins.xml
     39akademie/theme/profiles/default/viewlets.xml
     40akademie/theme/skins/akademie_theme_custom_images/CONTENT.txt
     41akademie/theme/skins/akademie_theme_custom_images/below_tabs_left.png
     42akademie/theme/skins/akademie_theme_custom_images/below_tabs_right.png
     43akademie/theme/skins/akademie_theme_custom_images/bullet_black_bg.png
     44akademie/theme/skins/akademie_theme_custom_images/bullet_blue_bg.png
     45akademie/theme/skins/akademie_theme_custom_images/bullet_context_button.png
     46akademie/theme/skins/akademie_theme_custom_images/bullet_destructive_button.png
     47akademie/theme/skins/akademie_theme_custom_images/bullet_green_bg.png
     48akademie/theme/skins/akademie_theme_custom_images/bullet_navtree.png
     49akademie/theme/skins/akademie_theme_custom_images/bullet_standalone_button.png
     50akademie/theme/skins/akademie_theme_custom_images/dreyer-bosse.gif
     51akademie/theme/skins/akademie_theme_custom_images/eon.gif
     52akademie/theme/skins/akademie_theme_custom_images/eop.gif
     53akademie/theme/skins/akademie_theme_custom_images/essent.gif
     54akademie/theme/skins/akademie_theme_custom_images/favicon.ico
     55akademie/theme/skins/akademie_theme_custom_images/glc.gif
     56akademie/theme/skins/akademie_theme_custom_images/inkooperation.gif
     57akademie/theme/skins/akademie_theme_custom_images/logo_header_main.jpg
     58akademie/theme/skins/akademie_theme_custom_images/portletheader_left.png
     59akademie/theme/skins/akademie_theme_custom_images/portletheader_right.png
     60akademie/theme/skins/akademie_theme_custom_images/pro2.gif
     61akademie/theme/skins/akademie_theme_custom_images/searchbutton.png
     62akademie/theme/skins/akademie_theme_custom_images/searchbutton.png.metadata
     63akademie/theme/skins/akademie_theme_custom_images/skf.gif
     64akademie/theme/skins/akademie_theme_custom_images/sublevel_current_item.png
     65akademie/theme/skins/akademie_theme_custom_images/top_tabs_left.png
     66akademie/theme/skins/akademie_theme_custom_images/top_tabs_right.png
     67akademie/theme/skins/akademie_theme_styles/CONTENT.txt
     68akademie/theme/skins/akademie_theme_styles/base_properties.props
     69akademie/theme/skins/akademie_theme_styles/main.css.dtml
     70akademie/theme/skins/akademie_theme_styles/portlets.css.dtml
     71akademie/theme/skins/akademie_theme_styles/print.css
     72akademie/theme/skins/akademie_theme_styles/public.css.dtml
    2073docs/HISTORY.txt
    2174docs/INSTALL.txt
  • akademie/plone_themes/akademie.theme/akademie/theme/profiles/default/skins.xml

    r4211 r4213  
    1010    meta_type="Filesystem Directory View"
    1111    directory="akademie.theme:skins/akademie_theme_styles"/>
     12 <object name="akademie_theme_custom_skins"
     13    meta_type="Filesystem Directory View"
     14    directory="akademie.theme:skins/akademie_theme_custom_skins"/>
    1215
    1316 <skin-path name="Akademie Theme" based-on="Plone Default">
     
    1619  <layer name="akademie_theme_custom_images"
    1720     insert-after="akademie_theme_styles"/>
     21  <layer name="akademie_theme_custom_skins"
     22     insert-after="akademie_theme_styles"/>     
    1823 </skin-path>
    1924 
  • akademie/plone_themes/akademie.theme/akademie/theme/skins.zcml

    r4211 r4213  
    66   <cmf:registerDirectory name="akademie_theme_custom_images"/>
    77   <cmf:registerDirectory name="akademie_theme_styles"/>
     8   <cmf:registerDirectory name="akademie_theme_custom_skins"/>
    89
    910</configure>
Note: See TracChangeset for help on using the changeset viewer.