clean-up of cybertools.browser
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1137 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									c84daaf067
								
							
						
					
					
						commit
						a551d4548a
					
				
					 4 changed files with 11 additions and 6 deletions
				
			
		|  | @ -7,4 +7,3 @@ from zope.publisher.interfaces.browser import IBrowserRequest | |||
| class liquid(IBrowserRequest): | ||||
|     """The `liquid` layer.""" | ||||
| 
 | ||||
|      | ||||
|  | @ -37,7 +37,7 @@ body { | |||
|     text-align: center; | ||||
|     border-top: 1px solid #ccc; | ||||
|     border-bottom: none; | ||||
|     margin-top: 3px; | ||||
|     margin-top: 12px; | ||||
|     padding-top: 6px; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,6 +17,11 @@ | |||
|         permission="zope.View" | ||||
|         layer="liquid" /> | ||||
| 
 | ||||
|   <page for="*" | ||||
|         name="base_macros" template="view_macros.pt" | ||||
|         permission="zope.View" | ||||
|         layer="liquid" /> | ||||
| 
 | ||||
|   <resource name="base.css" file="base.css" | ||||
|             layer="liquid" /> | ||||
| 
 | ||||
|  |  | |||
|  | @ -36,7 +36,7 @@ | |||
|     <link rel="icon" type="image/png" | ||||
|           tal:attributes="href string:${resourceBase}favicon.png" /> | ||||
|   </head> | ||||
|    | ||||
| 
 | ||||
|   <body tal:attributes="onload body_onload | nothing"> | ||||
|      | ||||
|     <div id="header"> | ||||
|  | @ -83,9 +83,10 @@ | |||
|     </div> | ||||
|      | ||||
|     <div id="footer" class="footer"> | ||||
|       Powered by <b><a href="http://www.python.org">Python</a></b> · | ||||
|       <b><a href="http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage">Zope 3</a></b> | ||||
|       <metal:footer define-slot="footer"></metal:footer> | ||||
|       <metal:footer define-slot="footer"> | ||||
|         Powered by <b><a href="http://www.python.org">Python</a></b> · | ||||
|         <b><a  href="http://www.zope.org/DevHome/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage">Zope 3</a></b> | ||||
|       </metal:footer> | ||||
|     </div> | ||||
| 
 | ||||
|   </body> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm