ImagePrint/ImagePrintEngine/DeviceProtocols/xhtmlfilecomposer/inc/xfctemplates.h
branchGCC_SURGE
changeset 25 59ea2209bb67
parent 23 08cc4cc059d4
parent 15 a92d00fca574
equal deleted inserted replaced
23:08cc4cc059d4 25:59ea2209bb67
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Contains template tags and sections used to handle XHTML template file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef XFCTEMPLATES_H
       
    20 #define XFCTEMPLATES_H
       
    21 
       
    22 
       
    23 #include "cxhtmlfilecomposer.h"
       
    24 
       
    25 	_LIT( KXHTMLTemplate, "z:\\resource\\imageprintdata\\protocols\\xhtmltempl\\xhtmlfiletemplate.txt" );
       
    26 
       
    27 _LIT8(KPageWidth, "<<pageWidth>>");
       
    28 _LIT8(KPageHeight, "<<pageHeight>>");
       
    29 _LIT8(KPageMargin, "<<pageMargin>>");
       
    30 
       
    31 _LIT8(KImgWidth, "<<imgWidth>>");
       
    32 _LIT8(KImgHeight, "<<imgHeight>>");
       
    33 _LIT8(KImgMargin, "<<imgMargin>>");
       
    34 _LIT8(KImgOrientation, "<<imgOrientation>>");
       
    35 
       
    36 _LIT8(KPositionTop, "<<positionTop>>");
       
    37 _LIT8(KPositionLeft, "<<positionLeft>>");
       
    38 
       
    39 _LIT8(KImgFrameWidth, "<<imgFrameWidth>>");
       
    40 _LIT8(KImgFrameHeight, "<<imgFrameHeight>>");
       
    41 
       
    42 _LIT8(KId, "<<id>>");
       
    43 _LIT8(KPosId, "<<posId>>");
       
    44 _LIT8(KDetId, "<<detId>>");
       
    45 
       
    46 _LIT8(KUnit, "<<unit>>");
       
    47 _LIT8(KTop, "top:");
       
    48 _LIT8(KLeft, "left:");
       
    49 
       
    50 _LIT8(KDeg, "%ddeg");
       
    51 
       
    52 _LIT8(KFramePosition, "<<framePosition>>");
       
    53 _LIT8(KPositionStart, "<<positionStart>>");
       
    54 _LIT8(KPositionEnd, "<<positionEnd>>");
       
    55 
       
    56 _LIT8(KImgDetails, "<<imageDetails>>");
       
    57 _LIT8(KImgStart, "<<imgStart>>");
       
    58 _LIT8(KImgEnd, "<<imgEnd>>");
       
    59 
       
    60 _LIT8(KEndTag, "</html>");
       
    61 
       
    62 _LIT8(KPage, "<<page>>");
       
    63 
       
    64 _LIT8(KPageType, "<<pageType>>");
       
    65 _LIT8(KPageFirsts, "page");
       
    66 _LIT8(KPageLast, "page_last");
       
    67 
       
    68 _LIT8(KPageStart, "<<pageStart>>");
       
    69 _LIT8(KPageEnd, "<<pageEnd>>");
       
    70 
       
    71 _LIT8(KFrame, "<<frame>>");
       
    72 _LIT8(KFrameStart, "<<frameStart>>");
       
    73 _LIT8(KFrameEnd, "<<frameEnd>>");
       
    74 
       
    75 _LIT8(KImgName, "<<imgName>>");
       
    76 
       
    77 
       
    78 #endif // XFCTEMPLATES_H
       
    79 
       
    80 //  End of File