browserutilities/aiwbrowserprovider/data/AiwBrowserProvider.rss
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  resources used by aiw browser plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    AWBP  // AIW Browser Provider
       
    21 
       
    22 // INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <avkon.rh>
       
    25 #include <bldvariant.hrh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rsg>
       
    28 #include <avkon.hrh>
       
    29 #include <avkon.mbg>
       
    30 #include <avkon.loc>
       
    31 #include <avkonsct.loc>
       
    32 
       
    33 #include "AiwBrowserCommands.hrh"
       
    34 #include <AiwBrowserProvider.loc>
       
    35 //  RESOURCE DEFINITIONS 
       
    36 // -----------------------------------------------------------------------------
       
    37 //   
       
    38 // Standard resource signature
       
    39 //
       
    40 // -----------------------------------------------------------------------------
       
    41 //
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 //   
       
    46 // r_aiw_browser_provider_save_url_menu
       
    47 // menu item for saving url
       
    48 //
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 
       
    52 RESOURCE MENU_PANE r_aiw_browser_provider_save_url_menu
       
    53     {
       
    54     items=
       
    55         {
       
    56         MENU_ITEM
       
    57            {
       
    58            command = EBrowserAiwCmdSaveUrl;
       
    59            txt = qtn_browser_aiw_add_bookmark;
       
    60            }
       
    61         };
       
    62     }
       
    63 
       
    64 // -----------------------------------------------------------------------------
       
    65 //   
       
    66 // r_aiw_browser_provider_open_url_menu
       
    67 // menut item for opening url
       
    68 //
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 
       
    72 RESOURCE MENU_PANE r_aiw_browser_provider_open_url_menu
       
    73     {
       
    74     items=
       
    75         {
       
    76         MENU_ITEM
       
    77            {
       
    78             command = EBrowserAiwCmdOpenUrl;
       
    79             txt = qtn_browser_aiw_open_url;
       
    80            }
       
    81         };
       
    82     }
       
    83 
       
    84 // -----------------------------------------------------------------------------
       
    85 //   
       
    86 // r_browser_ok_note
       
    87 // ok dialog
       
    88 //
       
    89 // -----------------------------------------------------------------------------
       
    90 //
       
    91 
       
    92 RESOURCE DIALOG r_browser_ok_note
       
    93     {
       
    94     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
    95             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
    96     items =
       
    97         {
       
    98         DLG_LINE
       
    99             {
       
   100             type = EAknCtNote;
       
   101             id = EGeneralNote;
       
   102             control = AVKON_NOTE 
       
   103                 { 
       
   104                 layout = EGeneralLayout;
       
   105                 singular_label = "";
       
   106                 plural_label = "";
       
   107                 animation = R_QGN_NOTE_OK_ANIM;
       
   108                 };
       
   109             }
       
   110         };
       
   111     }
       
   112 
       
   113 // -----------------------------------------------------------------------------
       
   114 //   
       
   115 // r_browser_info_note
       
   116 // info note
       
   117 //
       
   118 // -----------------------------------------------------------------------------
       
   119 //
       
   120 
       
   121 RESOURCE DIALOG r_browser_info_note
       
   122     {
       
   123     flags = EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar |
       
   124             EEikDialogFlagCbaButtons | EEikDialogFlagWait;
       
   125     buttons = R_AVKON_SOFTKEYS_EMPTY;
       
   126     items =
       
   127         {
       
   128         DLG_LINE
       
   129             {
       
   130             type = EAknCtNote;
       
   131             id = EGeneralNote;
       
   132             control = AVKON_NOTE 
       
   133                 { 
       
   134                 layout = EGeneralLayout;
       
   135                 singular_label = "";
       
   136                 plural_label = "";
       
   137                 animation = R_QGN_NOTE_INFO_ANIM;
       
   138                 };
       
   139             }
       
   140         };
       
   141     }
       
   142 
       
   143 // -----------------------------------------------------------------------------
       
   144 //   
       
   145 // r_wb_script_prompt_lowercase
       
   146 // prompt lowercase dialog
       
   147 //
       
   148 // -----------------------------------------------------------------------------
       
   149 //
       
   150 
       
   151 RESOURCE DIALOG r_wb_script_prompt_lowercase
       
   152 	{
       
   153 	flags = EGeneralQueryFlags;
       
   154 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   155     items =
       
   156 		{
       
   157 		DLG_LINE
       
   158 			{
       
   159 			type = EAknCtQuery;
       
   160 			id = EGeneralQuery;
       
   161 			control = AVKON_DATA_QUERY
       
   162 				{ 
       
   163 				layout = EDataLayout;
       
   164                 control = EDWIN
       
   165                     {
       
   166                     width = 20;
       
   167                     maxlength = 128;
       
   168 					default_case = EAknEditorLowerCase;
       
   169 					allowed_case_modes = EAknEditorLowerCase | EAknEditorUpperCase;
       
   170 					default_input_mode = EAknEditorTextInputMode;
       
   171 					allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   172                     };
       
   173 				};
       
   174 			}
       
   175 		};
       
   176 
       
   177 	}
       
   178 
       
   179 // -----------------------------------------------------------------------------
       
   180 //   
       
   181 // r_wb_script_prompt_lines
       
   182 // prompt dialog 
       
   183 //
       
   184 // -----------------------------------------------------------------------------
       
   185 //
       
   186 
       
   187 RESOURCE DIALOG r_wb_script_prompt_lines
       
   188 	{
       
   189 	flags = EGeneralQueryFlags;
       
   190 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   191     items =
       
   192 		{
       
   193 		DLG_LINE
       
   194 			{
       
   195 			type=EAknCtQuery;
       
   196 			id=EGeneralQuery;
       
   197 			control= AVKON_DATA_QUERY
       
   198 				{ 
       
   199 				layout=EDataLayout;
       
   200                 control = EDWIN
       
   201                     {
       
   202                     width = 20;
       
   203                     maxlength = 128;
       
   204 					default_case = EAknEditorLowerCase;
       
   205 					allowed_case_modes = EAknEditorLowerCase | EAknEditorUpperCase;
       
   206 					default_input_mode = EAknEditorTextInputMode;
       
   207 					allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
   208                     };
       
   209 				};
       
   210 			}
       
   211 		};
       
   212 
       
   213 	}
       
   214 
       
   215 
       
   216 // -----------------------------------------------------------------------------
       
   217 //   
       
   218 // r_aiw_browser_bookmarks_text_bm_not_saved
       
   219 // test showing bookmark not saved
       
   220 //
       
   221 // -----------------------------------------------------------------------------
       
   222 //
       
   223 
       
   224 RESOURCE TBUF r_aiw_browser_bookmarks_text_bm_not_saved
       
   225                 { buf = qtn_wmlbm_bm_not_saved; }
       
   226 
       
   227 // -----------------------------------------------------------------------------
       
   228 //   
       
   229 // r_aiw_wml_name_already_in_use
       
   230 // text showing allready in use
       
   231 //
       
   232 // -----------------------------------------------------------------------------
       
   233 //
       
   234 
       
   235 RESOURCE TBUF r_aiw_wml_name_already_in_use	
       
   236                 { buf = qtn_wmlbm_name_already_used; }
       
   237 
       
   238 // -----------------------------------------------------------------------------
       
   239 //   
       
   240 // r_aiw_browser_bookmarks_text_bm_saved
       
   241 // saved note
       
   242 //
       
   243 // -----------------------------------------------------------------------------
       
   244 //
       
   245 
       
   246 RESOURCE TBUF r_aiw_browser_bookmarks_text_bm_saved
       
   247                 { buf = text_wml_bm_saved; }
       
   248 
       
   249 // -----------------------------------------------------------------------------
       
   250 //   
       
   251 // r_aiw_wml_enter_bookmark_name
       
   252 // bookmark name title
       
   253 //
       
   254 // -----------------------------------------------------------------------------
       
   255 //
       
   256 
       
   257 RESOURCE TBUF r_aiw_wml_enter_bookmark_name
       
   258             	{ buf = qtn_wml_query_bookmark_title;}
       
   259 
       
   260 // End of File