diff -r c7c26511138f -r 7c4a911dc066 buildframework/helium/sf/java/metadata/src/templates/macro/logger.ftl --- a/buildframework/helium/sf/java/metadata/src/templates/macro/logger.ftl Wed Jun 16 16:51:40 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,107 +0,0 @@ -<#-- -============================================================================ -Name : logger.ftl -Part of : Helium - -Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -All rights reserved. -This component and the accompanying materials are made available -under the terms of the License "Eclipse Public License v1.0" -which accompanies this distribution, and is available -at the URL "http://www.eclipse.org/legal/epl-v10.html". - -Initial Contributors: -Nokia Corporation - initial contribution. - -Contributors: - -Description: - -============================================================================ ---> - -<#macro helium_logger_html_head> - - - - - -<#global helium_node_id = 0> - - -<#macro helium_logger_header title subtitle=""> -
-
-
${title}
-
${subtitle}
-
-
- - - - -<#macro helium_logger_content title> - <#assign helium_node_id = helium_node_id + 1> -
-
-

${title}

-
-
-
- <#nested> -
-
-
-
- - - - -<#macro helium_logger_print type> - <#if type == ""> - <#nested>
- <#else> - <#nested>
- - - -<#macro helium_message_box nodeid type count> - <#if (count > 0)> - - - ${count} ${type}s - - - - - -<#macro helium_logger_node_head nodeid title> -
- - - [X]${title} - - - - [Show All] - - - [Hide All] - - - <#nested> -
- - - -<#macro helium_logger_node_content nodeid> - -