Changeset 728

Show
Ignore:
Timestamp:
01/05/07 09:47:43
Author:
crchemist
Message:

clean up prefs_gsm_settings.cpt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneGoogleSitemaps/trunk/skins/qPloneGoogleSitemaps/prefs_gsm_settings.cpt

    r727 r728  
    44      lang="en-US" 
    55      metal:use-macro="here/prefs_main_template/macros/master" 
    6       i18n:domain="qPloneGoogleSitemaps">  
     6      i18n:domain="qPloneGoogleSitemaps"> 
    77<body> 
    88    <div metal:fill-slot="prefs_configlet_main" 
     
    1313                <li class=""> 
    1414                    <a href="" 
    15                     tal:attributes="href string: prefs_gsm_overview" 
    16                     i18n:translate="label_properties">Overview</a> 
     15                       tal:attributes="href string: prefs_gsm_overview"> 
     16                       Overview</a> 
    1717                </li> 
    18  
    1918                <li class=""> 
    2019                    <a href="" 
    21                     tal:attributes="href string:prefs_gsm_verification" 
    22                     i18n:translate="label_properties">Verification</a> 
     20                       tal:attributes="href string:prefs_gsm_verification"> 
     21                       Verification</a> 
    2322                </li> 
    24  
    2523                <li class="selected"> 
    2624                <a href="" 
    27                     tal:attributes="href string:${template/id}"> 
    28                     Settings</a> 
     25                   tal:attributes="href string:${template/id}"> 
     26                   Settings</a> 
    2927                </li> 
    30  
    3128                <li class=""> 
    3229                <a href="" 
    33                     tal:attributes="href string: prefs_gsm_pinging" 
    34                     i18n:translate="label_logs">Pinging</a> 
     30                   tal:attributes="href string: prefs_gsm_pinging"> 
     31                   Pinging</a> 
    3532                </li> 
    36  
    3733            </ul> 
    38  
    3934            <div class="contentActions"> 
    4035            &nbsp; 
     
    4338                <h1 i18n:translate="heading_plonegooglesitemaps">Plone Google Sitemaps</h1> 
    4439                <a href="" 
    45                 class="link-parent" 
    46                 tal:attributes="href string: $portal_url/plone_control_panel" 
    47                 i18n:translate="label_up_to_plone_setup"> 
    48                 Up to Plone Setup 
     40                   class="link-parent" 
     41                   tal:attributes="href string: $portal_url/plone_control_panel" 
     42                   i18n:translate="label_up_to_plone_setup"> 
     43                   Up to Plone Setup 
    4944                </a> 
    5045                <form name="edit_form" 
     
    5550 
    5651                <fieldset tal:define="props portal/portal_properties/googlesitemap_properties; 
    57                                     portal_types portal/portal_types;"> 
     52                                      portal_types portal/portal_types;"> 
    5853                    <legend i18n:translate="legend_plonesitemap_configuration_details"> 
    5954                        Google SiteMap configuration 
     
    6156                    <div class="field"  
    6257                        tal:define="portalTypes props/portalTypes;"> 
    63                         <label for="portalTypes "  
    64                             i18n:translate="label_plonesitemap_metatypes_to_dig"> 
    65                             MetaTypes to dig 
     58                        <label for="portalTypes "> 
     59                            Define the types 
    6660                        </label> 
     61                        <div class="formHelp"> 
     62                            Define the types to be included in sitemap. 
     63                        </div> 
    6764 
    68                         <div class="formHelp"  
    69                             i18n:translate="help_plonesitemap_metatypes_to_dig"> 
    70                             These meta types will be explored. 
    71                         </div> 
    7265                        <select multiple="multiple" 
    7366                                name="portalTypes" 
     
    9184                        tal:define="states props/states;"> 
    9285                        <label for="states "> 
    93                             State
     86                            Review statu
    9487                        </label> 
    9588 
    9689                        <div class="formHelp"> 
    97                             The objects with the given state are displayed
     90                            You may include items in sitemap depend of their review state
    9891                        </div> 
    9992 
     
    113106                            Blackout entries 
    114107                        </label> 
    115  
    116108                        <div class="formHelp"> 
    117                             The objects with the given state are displayed
     109                            The objects with the given ids will not be included in sitemap
    118110                        </div> 
    119  
    120111                        <textarea name="blackout_list:lines"  
    121112                                id="reg_exp" 
     
    131122                        tal:define="reg_exp props/reg_exp;"> 
    132123                        <label for="reg_exp"> 
    133                             Regular Expression 
     124                            URL processing Regular Expressions 
    134125                        </label> 
    135  
    136126                        <div class="formHelp"> 
    137                             Please, master regular expression in Perl syntax 
     127                            Provide regular expressions (in Perl syntax), one per line to be applied to URLs before including them into Sitemap. For instance, "s/\/index_html//" will remove /index_html from URLs representing default documents. 
    138128                        </div> 
    139129 
     
    150140                    <div class="field"  
    151141                        tal:define="urls props/urls;"> 
    152                         <label for="urls"> 
    153                         Additional URLs 
     142                        <label for="urls"> Additional URLs 
    154143                        </label> 
    155144                        <div class="formHelp"> 
    156                             Add URLs that are not objects 
     145                            Define additional URLs that are not objects and that should be included in sitemap. 
    157146                        </div> 
    158147                        <textarea name="urls:lines"  
     
    181170                    <input type="hidden" name="form.submitted" value="1" /> 
    182171                </form> 
    183  
    184172            </div> 
    185173        </div>