display welcome message on homepage

This commit is contained in:
Frederic Peters 2009-05-27 16:07:37 +02:00
parent 540f002763
commit 29d8097266
2 changed files with 21 additions and 0 deletions

View File

@ -1348,6 +1348,21 @@ h1.documentFirstHeading {
padding-left: 60px;
}
div#portal-welcome {
background: white;
border: 1px solid #b20004;
width: 455px;
padding: 10px;
margin-bottom: 5px;
}
div#portal-welcome h1 {
margin: 0;
background: url(bannierevide_rouge.gif) top left;
padding-left: 60px;
color: white;
}
h2 {
color: #666;
padding: 0;

View File

@ -94,6 +94,12 @@
<div id="portal-gray-zone">
<tal:comment replace="nothing"> Start of main content block </tal:comment>
<div id="portal-welcome"
tal:condition="python: request['ACTUAL_URL'].strip('/') == navigation_root_url.strip('/')">
<h1>Bienvenue sur l'Intranet du PCF !</h1>
</div>
<div id="portal-column-content"
tal:define="tabindex python:Iterator(mainSlot=False)">