browserui/browser/SrcData/BrowserInitial.rssi
changeset 51 48e827313edd
parent 37 481242ead638
child 53 f427d27b98d8
equal deleted inserted replaced
37:481242ead638 51:48e827313edd
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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: 
       
    15 *      Browser Initial view resources
       
    16 
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef BROWSER_INITIAL_RSSI
       
    22 #define BROWSER_INITIAL_RSSI
       
    23 
       
    24 //  INCLUDES
       
    25 
       
    26 #include "Browser.hrh"
       
    27 #include <wmlbrowser.loc>
       
    28 #include <browser.mbg>
       
    29 #include <bldvariant.hrh>
       
    30 
       
    31 //  RESOURCE DEFINITIONS 
       
    32 
       
    33 //----------------------------------------------------
       
    34 //   
       
    35 //    r_browserinitial_view
       
    36 //
       
    37 //----------------------------------------------------
       
    38 //
       
    39 RESOURCE AVKON_VIEW r_browserinitial_view
       
    40     {
       
    41     menubar = r_browserinitial_menubar_view;  
       
    42     cba = R_AVKON_SOFTKEYS_EMPTY;   // CBA commands are set dynamically
       
    43     }
       
    44 
       
    45 //----------------------------------------------------
       
    46 //   
       
    47 //    r_browserinitial_cba_options_exit
       
    48 //
       
    49 //----------------------------------------------------
       
    50 //
       
    51 RESOURCE CBA r_browserinitial_cba_options_exit
       
    52     {
       
    53     buttons =
       
    54         {
       
    55         CBA_BUTTON { id = EAknSoftkeyOptions; txt = text_softkey_option; },
       
    56         CBA_BUTTON { id = EWmlCmdCloseBrowser; txt = text_softkey_exit; }
       
    57         };
       
    58     }
       
    59 
       
    60 //----------------------------------------------------
       
    61 //   
       
    62 //    r_browserinitial_menubar_view
       
    63 //
       
    64 //----------------------------------------------------
       
    65 //
       
    66 RESOURCE MENU_BAR r_browserinitial_menubar_view
       
    67     {
       
    68     titles =
       
    69         {
       
    70         MENU_TITLE { menu_pane = r_browserinitial_view_menu; txt = " "; }
       
    71         };
       
    72     }
       
    73 
       
    74 //----------------------------------------------------
       
    75 //   
       
    76 //    r_browserinitial_view_menu
       
    77 //
       
    78 //----------------------------------------------------
       
    79 //
       
    80 RESOURCE MENU_PANE r_browserinitial_view_menu
       
    81     {
       
    82     items =
       
    83         {
       
    84         MENU_ITEM { command = EWmlCmdUserExit; txt = qtn_options_exit; }        
       
    85         };
       
    86     }
       
    87 
       
    88 //----------------------------------------------------
       
    89 //   
       
    90 //    r_browserinitial_app_menu
       
    91 //
       
    92 //----------------------------------------------------
       
    93 //
       
    94 RESOURCE MENU_PANE r_browserinitial_app_menu
       
    95     {
       
    96     items =
       
    97         {
       
    98         MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
       
    99         };
       
   100     }
       
   101 
       
   102 RESOURCE TBUF r_browser_initial_view_title { buf = qtn_apps_browserng_grid; }
       
   103 
       
   104 #endif
       
   105 // End of File