Skip to content
Snippets Groups Projects
Commit 9d1ae10c authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

inline title processing

parent 8a9d21b4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ nobase_templates_DATA = \ ...@@ -22,7 +22,6 @@ nobase_templates_DATA = \
web/index-nobanner.tt2.html \ web/index-nobanner.tt2.html \
web/notices.tt2.html \ web/notices.tt2.html \
web/select_sp.tt2.html \ web/select_sp.tt2.html \
web/title.tt2.html \
web/validate_token.tt2.html web/validate_token.tt2.html
EXTRA_DIST = $(nobase_templates_DATA) EXTRA_DIST = $(nobase_templates_DATA)
...@@ -185,7 +185,7 @@ jQuery(function($){ ...@@ -185,7 +185,7 @@ jQuery(function($){
</SCRIPT> </SCRIPT>
<title> [% PROCESS 'web/title.tt2.html' %] </title> <title>[% IF subtitle %][% title %] - [% subtitle %][% ELSE %][% title %][% END %]</title>
</head> </head>
...@@ -197,7 +197,7 @@ jQuery(function($){ ...@@ -197,7 +197,7 @@ jQuery(function($){
<li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li> <li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul> </ul>
<div class="title"> <div class="title">
<span class=""><h1>[% PROCESS 'web/title.tt2.html' %]</h1></span> <span class=""><h1>[% IF subtitle %][% title %] - [% subtitle %][% ELSE %][% title %][% END %]</h1></span>
</div> </div>
</header> </header>
......
[% conf.app_name %]
[% IF actions.$action && actions.$action.title %]
-
[% FILTER encode_utf8 %][% actions.$action.title %][% END %]
[% ELSE %]
[% END %]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment