Changeset 650
- Timestamp:
- 04/23/08 09:23:32 (7 months ago)
- Files:
-
- branches/1.3/A2Billing_UI/lib/help.php (modified) (120 diffs)
- branches/1.3/A2Billing_UI/Public/javascript/jquery/handler_jquery.js (modified) (1 diff)
- trunk/common/javascript/jquery/handler_jquery.js (modified) (1 diff)
- trunk/common/lib/admin.help.php (modified) (134 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/A2Billing_UI/lib/help.php
r370 r650 1 1 <?php 2 2 3 function help_wiki_link($wiki_article_name) 4 { 5 return gettext("For further information please consult").' <a target="_blank" href="http://trac.asterisk2billing.org/cgi-bin/trac.cgi/wiki/1-3-'.$wiki_article_name.'">'.gettext("the online documention").'</a>.<br/>'; 6 } 7 8 9 3 10 if (SHOW_HELP){ 4 11 5 12 $CC_help_list_customer=' 6 13 <div class="toggle_show2hide"> 7 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>14 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 8 15 <div class="tohide" style="display:visible;"> 9 16 <div id="kiki"><div class="w1"> … … 11 18 <div class="w2">'.gettext("Customers are listed below by card number. Each row corresponds to one customer, along with information such as their call plan, credit remaining, etc.</br>") 12 19 .gettext("The SIP and IAX buttons create SIP and IAX entries to allow direct VoIP connections to the Asterisk server without further authentication.").' 13 <br/> 20 <br/>'.help_wiki_link('ListCustomers').' 14 21 </div></div></div> 15 22 </div></div>'; … … 17 24 $CC_help_refill_customer=' 18 25 <div class="toggle_show2hide"> 19 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>26 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 20 27 <div class="tohide" style="display:visible;"> 21 28 <div id="kiki"><div class="w1"> … … 23 30 <div class="w2"> 24 31 '.gettext("Top up cards on this screen by selecting or typing in the card number directly, and enter the amount of credit to apply, then click ADD to confirm.").' 25 <br/> <br/>32 <br/>'.help_wiki_link('RefillCustomer').'<br/> 26 33 </div></div></div> 27 34 </div></div>'; … … 29 36 $CC_help_create_customer=' 30 37 <div class="toggle_show2hide"> 31 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>38 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 32 39 <div class="tohide" style="display:visible;"> 33 40 <div id="kiki"><div class="w1"> … … 35 42 <div class="w2"><br> 36 43 '.gettext("Create and edit the properties of each customer. Click <b>CONFIRM DATA</b> at the bottom of the page to save changes.").' 37 <br/> <br/>44 <br/>'.help_wiki_link('CreateCustomer').'<br/> 38 45 </div></div></div> 39 46 </div></div>'; … … 41 48 $CC_help_generate_customer=' 42 49 <div class="toggle_show2hide"> 43 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>50 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 44 51 <div class="tohide" style="display:visible;"> 45 52 <div id="kiki"><div class="w1"> … … 47 54 <div class="w2"> 48 55 '.gettext("Bulk create cards and customers in a single step. <br> Set the properties of the batch such as initial credit, card type and currency, then click on the GENERATE CARDS button to create the batch.").' 49 <br/> <br/>56 <br/>'.help_wiki_link('GenerateCustomers').'<br/> 50 57 </div></div></div> 51 58 </div></div>'; … … 53 60 $CC_help_sipfriend_list =' 54 61 <div class="toggle_show2hide"> 55 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>62 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 56 63 <div class="tohide" style="display:visible;"> 57 64 <div id="kiki"><div class="w1"> … … 60 67 '.gettext("SIP and IAX friend will create a SIP or IAX entry on the Asterisk server, so that a customer can set up a SIP or IAX client to connect directly to the asterisk server without the need to enter an account and pin each time a call is made. When done, click on the CONFIRM DATA button, then click reload to apply the changes on the Asterisk server.</br>") 61 68 .gettext("The customer must then enter the URL/IP address of the asterisk server into the SIP/IAX client, and use the Card Number and Secret as the username and password.").' 62 <br/> 69 <br/>'.help_wiki_link('ListSIPFriend').' 63 70 </div></div></div> 64 71 </div></div>'; … … 66 73 $CC_help_sipfriend_reload =' 67 74 <div class="toggle_show2hide"> 68 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>75 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 69 76 <div class="tohide" style="display:visible;"> 70 77 <div id="kiki"><div class="w1"> … … 78 85 $CC_help_sipfriend_edit =' 79 86 <div class="toggle_show2hide"> 80 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>87 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 81 88 <div class="tohide" style="display:visible;"> 82 89 <div id="kiki"><div class="w1"> … … 87 94 .gettext("More details on how to configure clients are on the Wiki").' -> <a href="http://voip-info.org/wiki-Asterisk+config+sip.conf" target="_blank">sip.conf</a> & 88 95 <a href="http://voip-info.org/wiki-Asterisk+config+iax.conf" target="_blank">iax.conf</a> 89 <br/> <br/>96 <br/>'.help_wiki_link('EditFriend').'<br/> 90 97 </div></div></div> 91 98 </div></div>'; … … 93 100 $CC_help_callerid_list =' 94 101 <div class="toggle_show2hide"> 95 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>102 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 96 103 <div class="tohide" style="display:visible;"> 97 104 <div id="kiki"><div class="w1"> … … 99 106 <div class="w2"> 100 107 '.gettext("Set the caller ID so that the customer calling in is authenticated on the basis of the callerID rather than with account number").'<br> 101 <br/> <br/>108 <br/>'.help_wiki_link('ListCallerID').'<br/> 102 109 </div></div></div> 103 110 </div></div>'; … … 106 113 $CC_help_money_situation =' 107 114 <div class="toggle_show2hide"> 108 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>115 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 109 116 <div class="tohide" style="display:visible;"> 110 117 <div id="kiki"><div class="w1"> … … 113 120 '.gettext("This screen shows refills and payments made against each account, along with the current credit on each card. The initial amount of credit applied to the card is not included. The amount owing is calculated by subtracting payments from refills").' 114 121 115 <br/> 122 <br/>'.help_wiki_link('MoneySituation').' 116 123 </div></div></div> 117 124 </div></div>'; … … 119 126 $CC_help_view_payment =' 120 127 <div class="toggle_show2hide"> 121 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>128 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 122 129 <div class="tohide" style="display:visible;"> 123 130 <div id="kiki"><div class="w1"> … … 125 132 <div class="w2"><br> 126 133 '.gettext("Payment history - The section below allows you to add payments against a customer. Note that this does not change the balance on the card. Click refill under customer list to top-up a card.").' 127 <br/> 134 <br/>'.help_wiki_link('ViewPayments').' 128 135 </div></div></div> 129 136 </div></div>'; … … 131 138 $CC_help_view_paypal =' 132 139 <div class="toggle_show2hide"> 133 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>140 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 134 141 <div class="tohide" style="display:visible;"> 135 142 <div id="kiki"><div class="w1"> … … 138 145 '.gettext("Paypal History - The section below shows all paypal receipts.").' 139 146 <a href="https://www.paypal.com/en/mrb/pal=PGSJEXAEXKTBU">PayPal</a> 140 <br/> <br/>147 <br/>'.help_wiki_link('ViewPaypal').'<br/> 141 148 <br/> 142 149 </div></div></div> … … 145 152 $CC_help_add_payment =' 146 153 <div class="toggle_show2hide"> 147 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>154 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 148 155 <div class="tohide" style="display:visible;"> 149 156 <div id="kiki"><div class="w1"> … … 151 158 <div class="w2"><br/> 152 159 '.gettext("Add payments to a customer's account!").' 160 <br/>'.help_wiki_link('AddPayment').' 153 161 <br/> 154 <br/>155 162 </div></div></div> 156 163 </div></div>'; … … 158 165 $CC_help_list_tariffgroup =' 159 166 <div class="toggle_show2hide"> 160 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>167 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 161 168 <div class="tohide" style="display:visible;"> 162 169 <div id="kiki"><div class="w1"> 163 170 <img src="'.KICON_PATH.'/network.gif" class="kikipic"/> 164 171 <div class="w2"><br/>'.gettext("List of Call Plans, a Call Plan is a collection of rate cards, click edit to add ratecards to the Call Plan").' 165 <br/> <br/>172 <br/>'.help_wiki_link('ListCallPlan').'<br/> 166 173 <br/> 167 174 </div></div></div> … … 170 177 $CC_help_add_tariffgroup =' 171 178 <div class="toggle_show2hide"> 172 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>179 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 173 180 <div class="tohide" style="display:visible;"> 174 181 <div id="kiki"><div class="w1"> … … 179 186 .gettext("LCR : Least Cost Routing - Find the trunk with the cheapest carrier cost. (buying rate)<br>") 180 187 .gettext("LCD : Least Cost Dialing - Find the trunk with the cheapest retail rate (selling rate)").' 181 <br/> 188 <br/>'.help_wiki_link('AddCallPlan').' 182 189 </div></div></div> 183 190 </div></div>'; … … 185 192 $CC_help_list_ratecard =' 186 193 <div class="toggle_show2hide"> 187 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>194 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 188 195 <div class="tohide" style="display:visible;"> 189 196 <div id="kiki"><div class="w1"> 190 197 <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 191 198 <div class="w2"><br/> '.gettext("List ratecards that have been created!<br>Ensure that the rate card is added into the call plan under 'List Ratecard'").' 192 <br/> <br/>199 <br/>'.help_wiki_link('ListRatecard').'<br/> 193 200 </div></div></div> 194 201 </div></div>'; … … 196 203 $CC_help_edit_ratecard =' 197 204 <div class="toggle_show2hide"> 198 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>205 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 199 206 <div class="tohide" style="display:visible;"> 200 207 <div id="kiki"><div class="w1"> … … 204 211 .gettext("Each ratecard may have has many rates as you wish, however, if a dialing prefix cannot be matched when a call is made, then the call will be terminated.").'<br>' 205 212 .gettext('A ratecard has a "start date", an "expiry date" and a you can define a default trunk, but if no trunk is defined, the ratecard default trunk will be used.').' 213 <br/>'.help_wiki_link('EditRatecard').' 214 </div></div></div> 215 </div></div>'; 216 217 $CC_help_def_ratecard =' 218 <div class="toggle_show2hide"> 219 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 220 <div class="tohide" style="display:visible;"> 221 <div id="kiki"><div class="w1"> 222 <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 223 <div class="w2"> </br>'.gettext("Please select a ratecard and click on search to browse the different rates/dialing prefix of the selected ratecard.").'<br/>'.help_wiki_link('BrowseRates').' 224 206 225 <br/> 207 226 </div></div></div> 208 227 </div></div>'; 209 228 210 $CC_help_def_ratecard ='211 <div class="toggle_show2hide">212 <a href="#" target="_self"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>213 <div class="tohide" style="display:visible;">214 <div id="kiki"><div class="w1">215 <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/>216 <div class="w2"> </br>'.gettext("Please select a ratecard and click on search to browse the different rates/dialing prefix of the selected ratecard.").'<br/>217 218 <br/>219 </div></div></div>220 </div></div>';221 222 229 $CC_help_sim_ratecard =' 223 230 <div class="toggle_show2hide"> 224 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>231 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 225 232 <div class="tohide" style="display:visible;"> 226 233 <div id="kiki"><div class="w1"> 227 234 <img src="'.KICON_PATH.'/kspread_ksp.gif" class="kikipic"/> 228 235 <div class="w2"><br>'.gettext('Please select a calling card, enter the number you wish to call and press the "SIMULATE" button.').'<br/> 229 <br/> 236 <br/>'.help_wiki_link('RatecardSimulator').' 230 237 </div></div></div> 231 238 </div></div>'; … … 233 240 $CC_help_add_rate =' 234 241 <div class="toggle_show2hide"> 235 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>242 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 236 243 <div class="tohide" style="display:visible;"> 237 244 <div id="kiki"><div class="w1"> … … 239 246 <div class="w2"><br>' 240 247 .gettext("Please fill in the fields below to set up the rate for each destination.").' 241 <br> <br>248 <br>'.help_wiki_link('AddRate').'<br> 242 249 </div></div></div> 243 250 </div></div>'; … … 245 252 $CC_help_import_ratecard =' 246 253 <div class="toggle_show2hide"> 247 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>254 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 248 255 <div class="tohide" style="display:visible;"> 249 256 <div id="kiki"><div class="w1"> … … 252 259 .gettext("This section is a utility to import ratecards from a CSV file.<br>") 253 260 .gettext('Define the ratecard name, the trunk to use and the fields that you wish to include from your csv files. Finally, select the csv files and click on the "Import Ratecard" button.').' 261 <br>'.help_wiki_link('ImportRatecard').' 254 262 <br> 255 <br>256 263 </div></div></div> 257 264 </div></div>'; … … 259 266 $CC_help_import_ratecard_analyse =' 260 267 <div class="toggle_show2hide"> 261 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>268 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 262 269 <div class="tohide" style="display:visible;"> 263 270 <div id="kiki"><div class="w1"> … … 268 275 .gettext('you decided to import on the ratecard! You can check the values and if there are correct,') 269 276 .gettext('please select the same file and click on "Continue to Import the Ratecard" button...').' 270 <br> <br>277 <br>'.help_wiki_link('ImportRatecardAnalyse').'<br> 271 278 </div></div></div> 272 279 </div></div>'; … … 274 281 $CC_help_import_ratecard_confirm =' 275 282 <div class="toggle_show2hide"> 276 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>283 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 277 284 <div class="tohide" style="display:visible;"> 278 285 <div id="kiki"><div class="w1"> … … 281 288 .gettext('Ratecard comfirmation page. <br>') 282 289 .gettext('Import results, how many new rates have been imported, and the line numbers of the CSV files that generated errors.').' 283 <br> <br>290 <br>'.help_wiki_link('ImportRatecardConfirm').'<br> 284 291 </div></div></div> 285 292 </div></div>'; … … 287 294 $CC_help_trunk_list =' 288 295 <div class="toggle_show2hide"> 289 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>296 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 290 297 <div class="tohide" style="display:visible;"> 291 298 <div id="kiki"><div class="w1"> … … 295 302 <br/> 296 303 '.gettext("Trunks can be modified by clicking the edit button").' 297 <br/> 304 <br/>'.help_wiki_link('ListTrunk').' 298 305 299 306 <br/> … … 303 310 $CC_help_trunk_edit =' 304 311 <div class="toggle_show2hide"> 305 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>312 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 306 313 <div class="tohide" style="display:visible;"> 307 314 <div id="kiki"><div class="w1"> … … 311 318 .gettext("The trunk and ratecard is selected by the rating engine on the basis of the dialed digits.") 312 319 .gettext("The trunk is used to dial out from your asterisk box which can be a zaptel interface or a voip provider.").' 313 <br/> 320 <br/>'.help_wiki_link('EditTrunk').' 314 321 </div></div></div> 315 322 </div></div>'; … … 317 324 $CC_help_admin_list =' 318 325 <div class="toggle_show2hide"> 319 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>326 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 320 327 <div class="tohide" style="display:visible;"> 321 328 <div id="kiki"><div class="w1"> … … 324 331 <br/>' 325 332 .gettext("Administrator list who have access to the calling card administrative interface.").' 326 <br/> <br/>333 <br/>'.help_wiki_link('ShowAdministrator').'<br/> 327 334 </div></div></div> 328 335 </div></div>'; 329 336 $CC_help_list_log =' 330 337 <div class="toggle_show2hide"> 331 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>338 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 332 339 <div class="tohide" style="display:visible;"> 333 340 <div id="kiki"><div class="w1"> … … 336 343 <br/>' 337 344 .gettext("System log help you to keep track and event all event happening in your application. Log Level are the Importance Levels for the Events which are logged. '1' is lowest level and '3' is highest level. 1 if for Login, Logout, Page Visit, 2 if for Add, Import, Export. and 3 is for update and Delete.").' 338 <br/> <br/>345 <br/>'.help_wiki_link('SystemLog').'<br/> 339 346 </div></div></div> 340 347 </div></div>'; … … 342 349 $CC_help_admin_edit =' 343 350 <div class="toggle_show2hide"> 344 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>351 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 345 352 <div class="tohide" style="display:visible;"> 346 353 <div id="kiki"><div class="w1"> … … 348 355 <div class="w2"><br>' 349 356 .gettext("Add administrator.").' 350 <br/> <br/>357 <br/>'.help_wiki_link('EditAdministrator').'<br/> 351 358 </div></div></div> 352 359 </div></div>'; … … 354 361 $CC_help_list_voucher=' 355 362 <div class="toggle_show2hide"> 356 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>363 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 357 364 <div class="tohide" style="display:visible;"> 358 365 <div id="kiki"><div class="w1"> … … 361 368 .gettext("Listed below are the vouchers created on the system,.<br/>") 362 369 .gettext("Each row corresponds to a voucher and shows it's status, value and currency..").' 363 <br/> <br/>370 <br/>'.help_wiki_link('ListVoucher').'<br/> 364 371 </div></div></div> 365 372 </div></div>'; … … 367 374 $CC_help_create_voucher=' 368 375 <div class="toggle_show2hide"> 369 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>376 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 370 377 <div class="tohide" style="display:visible;"> 371 378 <div id="kiki"><div class="w1"> … … 374 381 <br/>' 375 382 .gettext("Create a single voucher, defining such properties as credit, tag, currency etc, click confirm when finished. <br/> The customer applies voucher credit to their card via the customer interface or via an IVR menu.").' 376 <br/> <br/>383 <br/>'.help_wiki_link('CreateVoucher').'<br/> 377 384 </div></div></div> 378 385 </div></div>'; … … 380 387 $CC_help_generate_voucher=' 381 388 <div class="toggle_show2hide"> 382 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>389 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 383 390 <div class="tohide" style="display:visible;"> 384 391 <div id="kiki"><div class="w1"> … … 386 393 <div class="w2">' 387 394 .gettext("Bulk generate a batch of vouchers, defining such properties as credit and currency etc, click Generate Vouchers when finished.<br/>The customer applies voucher credit to their card via the customer interface. ").' 388 <br/> <br/>395 <br/>'.help_wiki_link('GenerateVouchers').'<br/> 389 396 </div></div></div> 390 397 </div></div>'; … … 392 399 $CC_help_list_service =' 393 400 <div class="toggle_show2hide"> 394 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>401 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 395 402 <div class="tohide" style="display:visible;"> 396 403 <div id="kiki"><div class="w1"> … … 399 406 <br/>' 400 407 .gettext("Re-occuring services that decrement a card at timed intervals.").' 401 <br/> <br/>408 <br/>'.help_wiki_link('ListRecurringService').'<br/> 402 409 </div></div></div> 403 410 </div></div>'; … … 405 412 $CC_help_edit_service =' 406 413 <div class="toggle_show2hide"> 407 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>414 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 408 415 <div class="tohide" style="display:visible;"> 409 416 <div id="kiki"><div class="w1"> … … 412 419 .gettext("Utility to apply a scheduled action on the card.<br>") 413 420 .gettext("For example if you want to remove 10 cents everyday on each single card, it can be defined here, alternatively, if you now want to remove 1 credit every week but only 7 times on each card, the different rules/parameters below will define this.").' 414 <br/> 421 <br/>'.help_wiki_link('EditRecurringService').' 415 422 </div></div></div> 416 423 </div></div>'; … … 418 425 $CC_help_list_cidgroup =' 419 426 <div class="toggle_show2hide"> 420 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>427 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 421 428 <div class="tohide" style="display:visible;"> 422 429 <div id="kiki"><div class="w1"> … … 425 432 <br/> 426 433 '.gettext("CID Group list. CID can be chosen by customers through the customer interface.").'<br/> 427 <br/> 434 <br/>'.help_wiki_link('ListCIDGroup').' 428 435 </div></div></div> 429 436 </div></div>'; … … 431 438 $CC_help_list_cid =' 432 439 <div class="toggle_show2hide"> 433 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>440 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 434 441 <div class="tohide" style="display:visible;"> 435 442 <div id="kiki"><div class="w1"> … … 438 445 <br/> 439 446 '.gettext("Outbound CID list. CID can be added by customers through the customer interface.").'<br/> 440 <br/> 447 <br/>'.help_wiki_link('ListCIDs').' 441 448 </div></div></div> 442 449 </div></div>'; … … 445 452 $CC_help_edit_cidgroup =' 446 453 <div class="toggle_show2hide"> 447 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>454 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 448 455 <div class="tohide" style="display:visible;"> 449 456 <div id="kiki"><div class="w1"> … … 452 459 <br/>' 453 460 .gettext("CID group offers customers a group of CID numbers which can be selected for a ratecard for outgoing calls").'<br> 454 <br/> 461 <br/>'.help_wiki_link('EditCIDGroup').' 455 462 </div></div></div> 456 463 </div></div>'; … … 458 465 $CC_help_edit_cid =' 459 466 <div class="toggle_show2hide"> 460 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>467 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 461 468 <div class="tohide" style="display:visible;"> 462 469 <div id="kiki"><div class="w1"> … … 465 472 <br/>' 466 473 .gettext("Outbound CID offers customers a number which will be selected randomly for a ratecard for outgoing calls").'<br> 467 <br/> 474 <br/>'.help_wiki_link('EditCID').' 468 475 </div></div></div> 469 476 </div></div>'; … … 471 478 $CC_help_currency =' 472 479 <div class="toggle_show2hide"> 473 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>480 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 474 481 <div class="tohide" style="display:visible;"> 475 482 <div id="kiki"><div class="w1"> … … 479 486 .gettext("<br>For more information please visite the website http://finance.yahoo.com.") 480 487 .gettext("<br>The list below is based over your currency base :").' <b>'.BASE_CURRENCY.'</b>' 481 .'<br> 488 .'<br>'.help_wiki_link('CurrencyList').' 482 489 </div></div></div> 483 490 </div></div>'; … … 485 492 $CC_help_list_didgroup =' 486 493 <div class="toggle_show2hide"> 487 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>494 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 488 495 <div class="tohide" style="display:visible;"> 489 496 <div id="kiki"><div class="w1"> … … 492 499 <br/> 493 500 '.gettext("DID (or DDI) Group list. DID can be chosen by customers through the customer interface.").'<br/> 494 <br/> 501 <br/>'.help_wiki_link('ListDIDGroup').' 495 502 </div></div></div> 496 503 </div></div>'; … … 498 505 $CC_help_edit_didgroup =' 499 506 <div class="toggle_show2hide"> 500 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>507 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 501 508 <div class="tohide" style="display:visible;"> 502 509 <div id="kiki"><div class="w1"> … … 505 512 <br/>' 506 513 .gettext("DID group offers customers a group of DID numbers which can be selected by the customer").'<br> 507 <br/> 514 <br/>'.help_wiki_link('EditDIDGroup').' 508 515 </div></div></div> 509 516 </div></div>'; … … 511 518 $CC_help_list_did =' 512 519 <div class="toggle_show2hide"> 513 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>520 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 514 521 <div class="tohide" style="display:visible;"> 515 522 <div id="kiki"><div class="w1"> … … 519 526 .gettext("DID number list with destinations.").'<br/> 520 527 521 <br/> 528 <br/>'.help_wiki_link('ListDID').' 522 529 </div></div></div> 523 530 </div></div>'; … … 525 532 $CC_help_edit_did =' 526 533 <div class="toggle_show2hide"> 527 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>534 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 528 535 <div class="tohide" style="display:visible;"> 529 536 <div id="kiki"><div class="w1"> … … 531 538 <div class="w2"> 532 539 <br/>' 533 .gettext("DID can be assigned to a card to re-route calls to a SIP/IAX client or a PSTN number. The Priority sets the order in which the calls are to be routed to allow for failover or follow-me.").'<br> 540 .gettext("DID can be assigned to a card to re-route calls to a SIP/IAX client or a PSTN number. The Priority sets the order in which the calls are to be routed to allow for failover or follow-me.").'<br>'.help_wiki_link('EditDID').' 534 541 </div></div></div> 535 542 </div></div>'; … … 537 544 $CC_help_list_did_use =' 538 545 <div class="toggle_show2hide"> 539 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>546 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 540 547 <div class="tohide" style="display:visible;"> 541 548 <div id="kiki"><div class="w1"> … … 543 550 <div class="w2"> 544 551 <br/>' 545 .gettext("List the DIDs currently in use with the card id and their destination number <br/> You can use the search option to show the usage of a given DID or all DIDs").'<br/> 552 .gettext("List the DIDs currently in use with the card id and their destination number <br/> You can use the search option to show the usage of a given DID or all DIDs").'<br/>'.help_wiki_link('DIDUsage').' 546 553 </div></div></div> 547 554 </div></div>'; … … 549 556 $CC_help_release_did =' 550 557 <div class="toggle_show2hide"> 551 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>558 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 552 559 <div class="tohide" style="display:visible;"> 553 560 <div id="kiki"><div class="w1"> … … 556 563 <br/>' 557 564 .gettext("Releasing DID put it in free stat and the user will not be monthly charged any more..").'<br/> 558 <br/> 565 <br/>'.help_wiki_link('ReleaseDID').' 559 566 </div></div></div> 560 567 </div></div>'; … … 562 569 $CC_help_edit_charge =' 563 570 <div class="toggle_show2hide"> 564 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>571 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 565 572 <div class="tohide" style="display:visible;"> 566 573 <div id="kiki"><div class="w1"> … … 569 576 .gettext("Extra Charges are to allow the billing of one-off or re-occurring monthly charges. These may be used as setup or service charges, etc...") 570 577 .gettext("Charges will appear to the user with the description you attach. Each charge that you create for a user will decrement his account.").' 571 <br/> 578 <br/>'.help_wiki_link('AddCharge').' 572 579 </div></div></div> 573 580 </div></div>'; … … 575 582 $CC_help_list_did_billing =' 576 583 <div class="toggle_show2hide"> 577 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>584 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 578 585 <div class="tohide" style="display:visible;"> 579 586 <div id="kiki"><div class="w1"> … … 582 589 .gettext("DID list and billing list. ") 583 590 .gettext("You will see which cards have used your DIDs in past months and the traffic (amount of seconds).").' 584 <br/> <br/>591 <br/>'.help_wiki_link('DIDBilling').'<br/> 585 592 </div></div></div> 586 593 </div></div>'; … … 588 595 $CC_help_list_misc =' 589 596 <div class="toggle_show2hide"> 590 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>597 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 591 598 <div class="tohide" style="display:visible;"> 592 599 <div id="kiki"><div class="w1"> … … 597 604 .gettext(" A mail is automatically sent when a new signup is completed. Configure the mail template below.<br>") 598 605 .gettext("A Reminder email can be sent (see a2billing.conf) to customers having low credit.").' 599 <br/> 606 <br/>'.help_wiki_link('ShowMailTemplates').' 600 607 </div></div></div> 601 608 </div></div>'; … … 603 610 $CC_help_campaign =' 604 611 <div class="toggle_show2hide"> 605 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>612 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 606 613 <div class="tohide" style="display:visible;"> 607 614 <div id="kiki"><div class="w1"> … … 617 624 $CC_help_phonelist =' 618 625 <div class="toggle_show2hide"> 619 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>626 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 620 627 <div class="tohide" style="display:visible;"> 621 628 <div id="kiki"><div class="w1"> … … 629 636 $CC_help_provider =' 630 637 <div class="toggle_show2hide"> 631 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>638 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 632 639 <div class="tohide" style="display:visible;"> 633 640 <div id="kiki"><div class="w1"> … … 636 643 .gettext("This section will allow you to create and edit VOIP Providers for reporting purposes. ") 637 644 .gettext("A provider is the company/person that provides you with termination.").' 638 <br/> <br/>645 <br/>'.help_wiki_link('ListProvider').'<br/> 639 646 </div></div></div> 640 647 </div></div>'; … … 642 649 $CC_help_database_restore =' 643 650 <div class="toggle_show2hide"> 644 <a href="#" target="_self" ><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a>651 <a href="#" target="_self" class="toggle_menu"><img class="toggle_show2hide" src="'.KICON_PATH.'/toggle_hide2show_on.png" onmouseover="this.style.cursor=\'hand\';" HEIGHT="16"> </a> 645 652 <div class="tohide" style="display:visible;"> 646 653 <div id="kiki"><div class="w1"> … … 652 659
