Changeset 80
- Timestamp:
- 05/01/07 15:59:00
- Files:
-
- trunk/OATSOFT/skins/oatsoft_forge_styles (modified) (1 prop)
- trunk/OATSOFT/skins/oatsoft_forge_styles/base_properties_forge.props (modified) (1 diff)
- trunk/OATSOFT/skins/oatsoft_styles/atphoto.css.dtml (added)
- trunk/OATSOFT/skins/oatsoft_styles/base_properties.props (modified) (1 diff)
- trunk/OATSOFT/skins/oatsoft_styles/colophon.pt (modified) (1 diff)
- trunk/OATSOFT/skins/oatsoft_styles/disclaimer.pt (added)
- trunk/OATSOFT/skins/oatsoft_styles/document_view.pt (modified) (4 diffs)
- trunk/OATSOFT/skins/oatsoft_styles/folder_summary_view.pt (added)
- trunk/OATSOFT/skins/oatsoft_styles/footer.pt (modified) (1 diff)
- trunk/OATSOFT/skins/oatsoft_styles/global_searchbox.pt (modified) (2 diffs)
- trunk/OATSOFT/skins/oatsoft_styles/join_form.cpt (added)
- trunk/OATSOFT/skins/oatsoft_styles/join_form.cpt.metadata (added)
- trunk/OATSOFT/skins/oatsoft_styles/join_form_validate.vpy (added)
- trunk/OATSOFT/skins/oatsoft_styles/local_navigation.pt (modified) (2 diffs)
- trunk/OATSOFT/skins/oatsoft_styles/main_template.pt (added)
- trunk/OATSOFT/skins/oatsoft_styles/portlet_document_view.pt (added)
- trunk/OATSOFT/skins/oatsoft_styles/portlet_sitemap_macro.pt (added)
- trunk/OATSOFT/skins/oatsoft_styles/public.css.dtml (added)
- trunk/OATSOFT/skins/oatsoft_styles/sitemap.pt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OATSOFT/skins/oatsoft_forge_styles
- Property svn:ignore set to *.bak
trunk/OATSOFT/skins/oatsoft_forge_styles/base_properties_forge.props
r78 r80 1 # Please note that this approach will gradually be phased out, probably in2 # Plone 3.0 or 3.5. Using DTML in CSS is something we want to stop doing.3 4 1 DEPRECATED:string=This approach is deprecated and will be phased out in Plone 3.0 or 3.5 5 6 title:string=Plone's color, font, logo and border defaults 7 8 plone_skin:string=Plone Default 9 10 logoName:string=Forgelogo.jpg 11 12 fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 2 OatsBackgroundColor:string=#eedddd 3 OatsTabSize:string=150% 4 backgroundColor:string=White 5 borderStyle:string=solid 6 borderStyleAnnotations:string=dashed 7 borderWidth:string=1px 8 columnOneWidth:string=16em 9 columnTwoWidth:string=16em 10 contentViewBackgroundColor:string=#d2b3bb 11 contentViewBorderColor:string=#884455 12 contentViewFontColor:string=#884455 13 discreetColor:string=#884455 14 evenRowBackgroundColor:string=#eedddd 13 15 fontBaseSize:string=69% 14 16 fontColor:string=#884455 17 fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 15 18 fontSmallSize:string=85% 16 17 backgroundColor:string=White 18 19 globalBackgroundColor:string=#d2b3bb 20 globalBorderColor:string=#884455 21 globalFontColor:string=#884455 22 headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 23 helpBackgroundColor:string=#eedddd 24 inputFontColor:string=Black 25 linkActiveColor:string=Blue 19 26 linkColor:string=#436976 20 linkActiveColor:string=Blue21 27 linkVisitedColor:string=Purple 22 23 borderWidth:string=1px 24 borderStyle:string=solid 25 borderStyleAnnotations:string=dashed 26 27 globalBorderColor:string=#eedddd 28 globalBackgroundColor:string=#eedddd 29 globalFontColor:string=#884455 30 31 headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 32 33 contentViewBorderColor:string=#eedddd 34 contentViewBackgroundColor:string=#eedddd 35 contentViewFontColor:string=#884455 36 37 inputFontColor:string=Black 38 28 logoName:string=Forgelogo.jpg 29 notifyBackgroundColor:string=#eedddd 30 notifyBorderColor:string=#eedddd 31 oddRowBackgroundColor:string=transparent 32 plone_skin:string=Plone Default 33 portalMinWidth:string=70em 39 34 textTransform:string=lowercase 40 41 evenRowBackgroundColor:string=#eedddd 42 oddRowBackgroundColor:string=transparent 43 44 notifyBorderColor:string=#eedddd 45 notifyBackgroundColor:string=#eedddd 46 47 discreetColor:string=#884455 48 helpBackgroundColor:string=#eedddd 49 50 portalMinWidth:string=70em 51 columnOneWidth:string=16em 52 columnTwoWidth:string=16em 53 54 OatsBackgroundColor:string=White 55 OatsTabSize:string=150% 56 57 58 35 title:string=Plone's color, font, logo and border defaults trunk/OATSOFT/skins/oatsoft_styles/base_properties.props
r78 r80 1 # Please note that this approach will gradually be phased out, probably in2 # Plone 3.0 or 3.5. Using DTML in CSS is something we want to stop doing.3 4 1 DEPRECATED:string=This approach is deprecated and will be phased out in Plone 3.0 or 3.5 5 6 title:string=Plone's color, font, logo and border defaults 7 8 plone_skin:string=Plone Default 9 10 logoName:string=OATSlogo.jpg 11 12 fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 13 fontBaseSize:string=69% 14 fontColor:string=#333333 15 fontSmallSize:string=85% 16 2 OatsBackgroundColor:string=#D3E4DC 3 OatsTabSize:string=150% 17 4 backgroundColor:string=White 18 19 linkColor:string=#43697620 linkActiveColor:string=Red21 linkVisitedColor:string=Purple22 23 borderWidth:string=1px24 5 borderStyle:string=solid 25 6 borderStyleAnnotations:string=dashed 26 27 globalBorderColor:string=#8cacbb 28 globalBackgroundColor:string=#A3C6BD 29 globalFontColor:string=#436976 30 31 headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 32 33 contentViewBorderColor:string=#436976 34 contentViewBackgroundColor:string=#A3C6BD 35 contentViewFontColor:string=#436976 36 37 inputFontColor:string=Black 38 39 textTransform:string=lowercase 40 41 evenRowBackgroundColor:string=#f7f9fa 42 oddRowBackgroundColor:string=transparent 43 44 notifyBorderColor:string=#ffa500 45 notifyBackgroundColor:string=#ffce7b 46 47 discreetColor:string=#76797c 48 helpBackgroundColor:string=#ffffe1 49 50 portalMinWidth:string=70em 7 borderWidth:string=1px 51 8 columnOneWidth:string=16em 52 9 columnTwoWidth:string=16em 53 54 OatsBackgroundColor:string=#D3E4DC 55 OatsTabSize:string=150% 56 57 58 10 contentViewBackgroundColor:string=#A3C6BD 11 contentViewBorderColor:string=#436976 12 contentViewFontColor:string=#436976 13 discreetColor:string=#76797c 14 evenRowBackgroundColor:string=#D3E4DC 15 fontBaseSize:string=69% 16 fontColor:string=#333333 17 fontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 18 fontSmallSize:string=85% 19 globalBackgroundColor:string=#A3C6BD 20 globalBorderColor:string=#8cacbb 21 globalFontColor:string=#436976 22 headingFontFamily:string="Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif 23 helpBackgroundColor:string=#ffffe1 24 inputFontColor:string=Black 25 linkActiveColor:string=Red 26 linkColor:string=#436976 27 linkVisitedColor:string=Purple 28 logoName:string=OATSlogo.jpg 29 notifyBackgroundColor:string=#ffce7b 30 notifyBorderColor:string=#ffa500 31 oddRowBackgroundColor:string=transparent 32 plone_skin:string=Plone Default 33 portalMinWidth:string=70em 34 textTransform:string=lowercase 35 title:string=Plone's color, font, logo and border defaults trunk/OATSOFT/skins/oatsoft_styles/colophon.pt
r47 r80 33 33 34 34 <p i18n:translate="text_conforms_to_standards" class="discreet"> 35 This site conforms to the Web Accessibility Initiative's Double <b>AA</b> standard, and other <span i18n:name="Standards"><a href="/Info/Project/ Standards/">accessibility and design standards</a></span>.35 This site conforms to the Web Accessibility Initiative's Double <b>AA</b> standard, and other <span i18n:name="Standards"><a href="/Info/Project/website/Standards/">accessibility and design standards</a></span>. 36 36 </p> 37 37 38 38 <div id="hitcounter"> 39 <span class="hitcounter" 40 tal:define="count python:here.mxm_counter.count(here)" > 41 <span class="hitcounter" 42 tal:condition="python:'Reviewer' in member.getRolesInContext(here) or 'Manager' in member.getRoles() or 'Owner' in member.getRolesInContext(here)"> 43 Hits: 39 <span class="hitcounter" tal:define="count python:here.mxm_counter.count(here)" > 40 <span class="hitcounter" > 41 Hits: 44 42 </span> 45 <span class="hitcounter" 46 tal:condition="python:'Reviewer' in member.getRolesInContext(here) or 'Manager' in member.getRoles() or 'Owner' in member.getRolesInContext(here)" 47 tal:content="python:'%06i' % count"> 43 <span class="hitcounter" tal:content="python:'%06i' % count"> 48 44 0000001 49 45 </span> trunk/OATSOFT/skins/oatsoft_styles/document_view.pt
r44 r80 13 13 </div> 14 14 15 <div metal:use-macro="here/local_navigation/macros/navigationtop">16 up/next/previous links17 </div>18 19 15 <h1 tal:content="object_title" class="documentFirstHeading"> 20 16 Title or id 21 17 </h1> 22 23 <div metal:use-macro="here/document_byline/macros/byline">24 Get the byline - contains details about author and modification date.25 </div>26 18 27 19 <p class="documentDescription" … … 30 22 Description 31 23 </p> 24 25 <p/> 32 26 33 27 <p tal:condition="python: not text and is_editable" … … 48 42 </div> 49 43 50 <div metal:use-macro="here/local_navigation/macros/navigation"> 51 up/next/previous links 52 </div> 53 <p/> 54 <div metal:use-macro="here/document_byline/macros/byline"> 44 45 <div metal:use-macro="here/document_byline/macros/byline"> 55 46 Get the byline - contains details about author and modification date. 56 </div> 47 </div> 48 57 49 </tal:main-macro> 58 50 </metal:main> … … 60 52 </body> 61 53 </html> 62 trunk/OATSOFT/skins/oatsoft_styles/footer.pt
r44 r80 9 9 <span i18n:translate="description_copyright" tal:omit-tag=""> 10 10 This website is and its visual design is Copyright © 2004-<span i18n:name="current_year" tal:define="now modules/DateTime/DateTime" tal:content="now/year" /> 11 by <span i18n:name="OATS_Group"><a href="/">The OATS Project Consortium</a></span>. 11 by <span i18n:name="OATS_Group"><a href="/Info/Project/OatsConsortium">The OATS Project Consortium</a></span>. 12 </span> 13 14 <br/> 15 <span i18n:translate="description_ACE" tal:omit-tag=""> 16 The OATS project is a collaborative project coordinated by the <a href="http://www.ace-centre.org.uk">ACE Centre</a>. 12 17 </span> 13 18 trunk/OATSOFT/skins/oatsoft_styles/global_searchbox.pt
r44 r80 8 8 <form name="searchform" 9 9 action="search" 10 tal:define="livesearch site_properties/enable_livesearch |nothing"10 tal:define="livesearch site_properties/enable_livesearch" 11 11 tal:attributes="action string:${portal_url}/search; 12 12 onsubmit python:test(livesearch==True,'return liveSearchSubmit()','')" … … 33 33 type="submit" 34 34 tabindex="" 35 value="Search "35 value="Search Site" 36 36 tal:attributes="tabindex tabindex/next" 37 37 i18n:attributes="value label_search;" /> trunk/OATSOFT/skins/oatsoft_styles/local_navigation.pt
r44 r80 5 5 <a style="float:right" 6 6 href="#" 7 tal:condition="python:here.hasNext(here) "7 tal:condition="python:here.hasNext(here) and here.nextTitle(here)" 8 8 tal:attributes="href python:here.nextUrl(here)" 9 9 tal:content="python:'>> '+here.nextTitle(here)+' >>'"> 10 tal:attributes="title python: here.nextTitle(here)" 10 11 Next 11 12 </a> 12 13 13 14 <a href="#" 14 tal:condition="python:here.hasPrevious(here) "15 tal:condition="python:here.hasPrevious(here) and here.previousTitle(here)" 15 16 tal:attributes="href python:here.previousUrl(here)" 16 17 tal:content="python:'<< '+here.previousTitle(here)+' <<'"> 18 tal:attributes="title python: here.previousTitle(here)" 17 19 Previous 18 20 </a> … … 33 35 <a style="float:right" 34 36 href="#" 35 tal:condition="python:here.hasNext(here) "37 tal:condition="python:here.hasNext(here) and here.nextTitle(here)" 36 38 tal:attributes="href python:here.nextUrl(here)" 37 39 tal:content="python:'>> '+here.nextTitle(here)+' >>'"> 40 tal:attributes="title python: here.nextTitle(here)" 38 41 Next 39 42 </a> 40 43 41 44 <a href="#" 42 tal:condition="python:here.hasPrevious(here) "45 tal:condition="python:here.hasPrevious(here) and here.previousTitle(here)" 43 46 tal:attributes="href python:here.previousUrl(here)" 44 47 tal:content="python:'<< '+here.previousTitle(here)+' <<'"> 48 tal:attributes="title python: here.previousTitle(here)" 45 49 Previous 46 50 </a>
