diff -r 26673e532f65 -r 159fc2f68139 ImagePrint/ImagePrintEngine/DeviceProtocols/xhtmlfilecomposer/inc/xfctemplates.h --- a/ImagePrint/ImagePrintEngine/DeviceProtocols/xhtmlfilecomposer/inc/xfctemplates.h Tue May 25 12:42:41 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,80 +0,0 @@ -/* -* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "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: Contains template tags and sections used to handle XHTML template file. -* -*/ - - -#ifndef XFCTEMPLATES_H -#define XFCTEMPLATES_H - - -#include "cxhtmlfilecomposer.h" - - _LIT( KXHTMLTemplate, "z:\\resource\\imageprintdata\\protocols\\xhtmltempl\\xhtmlfiletemplate.txt" ); - -_LIT8(KPageWidth, "<>"); -_LIT8(KPageHeight, "<>"); -_LIT8(KPageMargin, "<>"); - -_LIT8(KImgWidth, "<>"); -_LIT8(KImgHeight, "<>"); -_LIT8(KImgMargin, "<>"); -_LIT8(KImgOrientation, "<>"); - -_LIT8(KPositionTop, "<>"); -_LIT8(KPositionLeft, "<>"); - -_LIT8(KImgFrameWidth, "<>"); -_LIT8(KImgFrameHeight, "<>"); - -_LIT8(KId, "<>"); -_LIT8(KPosId, "<>"); -_LIT8(KDetId, "<>"); - -_LIT8(KUnit, "<>"); -_LIT8(KTop, "top:"); -_LIT8(KLeft, "left:"); - -_LIT8(KDeg, "%ddeg"); - -_LIT8(KFramePosition, "<>"); -_LIT8(KPositionStart, "<>"); -_LIT8(KPositionEnd, "<>"); - -_LIT8(KImgDetails, "<>"); -_LIT8(KImgStart, "<>"); -_LIT8(KImgEnd, "<>"); - -_LIT8(KEndTag, ""); - -_LIT8(KPage, "<>"); - -_LIT8(KPageType, "<>"); -_LIT8(KPageFirsts, "page"); -_LIT8(KPageLast, "page_last"); - -_LIT8(KPageStart, "<>"); -_LIT8(KPageEnd, "<>"); - -_LIT8(KFrame, "<>"); -_LIT8(KFrameStart, "<>"); -_LIT8(KFrameEnd, "<>"); - -_LIT8(KImgName, "<>"); - - -#endif // XFCTEMPLATES_H - -// End of File