Lines Matching refs:R

80     function _showData(&$R, $data){  argument
136 $R->doc .= '<b>New pages last '.hsc($data['daysnew']).' days</b>';
137 $R->listu_open();
139 $R->listitem_open(1);
140 $R->listcontent_open();
141 $R->doc .= '<a href="'.wl($page).'">'.$page.'</a>';
142 $R->listcontent_close();
143 $R->listitem_close();
145 $R->listu_close();
146 $R->doc .= '<b>Translation status</b>';
149 $R->doc .= '<table>';
150 …$R->doc .= '<tr><th>Lang</th><th>Namespace</th><th>Pages</th><th>Translated</th><th>Details</th></…
155 $R->doc .= '<tr>';
158 … $R->doc .= '<td rowspan="'.count($item).'" id="translationbuddy__'.$lc.'">'.$lc.'</td>';
159 $R->toc_additem('translationbuddy__'.$lc, $lc, $R->lastlevel+1);
162 $R->doc .= '<td><a href="'.wl($ID,'idx='.rawurlencode($idx)).'" >'.$ns.'</a></td>';
163 $R->doc .= '<td class="rightalign">'.count($pages).'</td>';
165 $R->doc .= '<td class="rightalign"> - </td>';
167 … $R->doc .= '<td class="rightalign">'.round(100*count($pages)/count($items['en'][$ns])).'%</td>';
170 $R->doc .= '<td>';
180 $R->doc .= '<b>Outdated:</b><br/>';
182 … $R->doc .= '<a href="'.wl($lc.':'.$outdated[$itr]).'">'.$outdated[$itr].'</a> ';
185 $R->doc .= 'and '.(count($outdated)-$itr).' more.';
187 $R->doc .= '<br/> ';
195 $R->doc .= '<b>Rogue pages:</b><br/> '.implode(', ', $extra_pages).'<br/>';
199 $R->doc .= '</td>';
200 $R->doc .= '</tr>';
203 $R->doc .= '<tr>';
204 $R->doc .= '<th>'.$lc.'</th>';
205 $R->doc .= '<th>Total</th>';
206 $R->doc .= '<th class="rightalign">'.$pageTotal.'</th>';
207 $R->doc .= '<th></th>';
208 $R->doc .= '<th></th>';
209 $R->doc .= '</tr>';
211 $R->doc .= '</table>';