Changeset 94 for infra/TracX/tracx/templates/layout.html
- Timestamp:
- 11/08/06 08:42:12 (4 years ago)
- Files:
-
- 1 modified
-
infra/TracX/tracx/templates/layout.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
infra/TracX/tracx/templates/layout.html
r90 r94 23 23 </head> 24 24 25 <xi:include href=" ../../../www/Templates/global_header.html"><xi:fallback /></xi:include>25 <xi:include href="global_header.html"><xi:fallback /></xi:include> 26 26 27 27 <div py:def="navigation(category)" id="${category}" class="nav"> … … 44 44 <a py:if="chrome.logo.src" id="logo" href="${chrome.logo.link}"><img 45 45 src="${chrome.logo.src}" alt="${chrome.logo.alt}" /></a> 46 <h1><a href="${chrome.logo.link}">${project.name}</a></h1>47 46 </div> 48 47 <form py:if="'SEARCH_VIEW' in perm" id="search"