clean up layout code
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2934 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									5bfb7b4e9a
								
							
						
					
					
						commit
						708998aec8
					
				
					 1 changed files with 4 additions and 7 deletions
				
			
		|  | @ -33,11 +33,8 @@ | ||||||
| 
 | 
 | ||||||
| <metal:image define-macro="image" | <metal:image define-macro="image" | ||||||
|            tal:define="layout view/context/template"> |            tal:define="layout view/context/template"> | ||||||
| 	<img src="cttlogo.jpg" alt="CTT Logo" width="178" height="111" |     <img tal:attributes="src string:${view/page/resourceBase}${layout/src}; | ||||||
|           tal:attributes="src string:${view/page/resourceBase}${layout/src}; |  | ||||||
|                          alt layout/alt; |                          alt layout/alt; | ||||||
|                          width layout/width; |                          width layout/width; | ||||||
|                          height layout/height" /> |                          height layout/height" /> | ||||||
| 	<img src="seit1979.jpg" alt="seit 1979" width="451" height="111" style="margin-left: 2em;" |  | ||||||
|           tal:attributes="src string:${view/page/resourceBase}seit1979.jpg;" /> |  | ||||||
| </metal:image> | </metal:image> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm