Changeset 728
- Timestamp:
- 01/05/07 09:47:43
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneGoogleSitemaps/trunk/skins/qPloneGoogleSitemaps/prefs_gsm_settings.cpt
r727 r728 4 4 lang="en-US" 5 5 metal:use-macro="here/prefs_main_template/macros/master" 6 i18n:domain="qPloneGoogleSitemaps"> 6 i18n:domain="qPloneGoogleSitemaps"> 7 7 <body> 8 8 <div metal:fill-slot="prefs_configlet_main" … … 13 13 <li class=""> 14 14 <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> 17 17 </li> 18 19 18 <li class=""> 20 19 <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> 23 22 </li> 24 25 23 <li class="selected"> 26 24 <a href="" 27 tal:attributes="href string:${template/id}">28 Settings</a>25 tal:attributes="href string:${template/id}"> 26 Settings</a> 29 27 </li> 30 31 28 <li class=""> 32 29 <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> 35 32 </li> 36 37 33 </ul> 38 39 34 <div class="contentActions"> 40 35 … … 43 38 <h1 i18n:translate="heading_plonegooglesitemaps">Plone Google Sitemaps</h1> 44 39 <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 Setup40 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 49 44 </a> 50 45 <form name="edit_form" … … 55 50 56 51 <fieldset tal:define="props portal/portal_properties/googlesitemap_properties; 57 portal_types portal/portal_types;">52 portal_types portal/portal_types;"> 58 53 <legend i18n:translate="legend_plonesitemap_configuration_details"> 59 54 Google SiteMap configuration … … 61 56 <div class="field" 62 57 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 66 60 </label> 61 <div class="formHelp"> 62 Define the types to be included in sitemap. 63 </div> 67 64 68 <div class="formHelp"69 i18n:translate="help_plonesitemap_metatypes_to_dig">70 These meta types will be explored.71 </div>72 65 <select multiple="multiple" 73 66 name="portalTypes" … … 91 84 tal:define="states props/states;"> 92 85 <label for="states "> 93 States86 Review status 94 87 </label> 95 88 96 89 <div class="formHelp"> 97 The objects with the given state are displayed.90 You may include items in sitemap depend of their review state. 98 91 </div> 99 92 … … 113 106 Blackout entries 114 107 </label> 115 116 108 <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. 118 110 </div> 119 120 111 <textarea name="blackout_list:lines" 121 112 id="reg_exp" … … 131 122 tal:define="reg_exp props/reg_exp;"> 132 123 <label for="reg_exp"> 133 Regular Expression124 URL processing Regular Expressions 134 125 </label> 135 136 126 <div class="formHelp"> 137 P lease, master regular expression in Perl syntax127 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. 138 128 </div> 139 129 … … 150 140 <div class="field" 151 141 tal:define="urls props/urls;"> 152 <label for="urls"> 153 Additional URLs 142 <label for="urls"> Additional URLs 154 143 </label> 155 144 <div class="formHelp"> 156 Add URLs that are not objects145 Define additional URLs that are not objects and that should be included in sitemap. 157 146 </div> 158 147 <textarea name="urls:lines" … … 181 170 <input type="hidden" name="form.submitted" value="1" /> 182 171 </form> 183 184 172 </div> 185 173 </div>
