Lines Matching refs:ret
326 $ret = '';
352 $ret .= '<tr>' . "\n";
353 … $ret .= ' <th colspan="' . $colspan . '" style="padding-bottom: 0;">' . $colg . '</td>' . "\n";
354 $ret .= '</tr>' . "\n";
358 $ret .= '<tr>' . "\n";
360 $ret .= ' <td class="rightalign">';
369 $ret .= '<button class="button" style="width:100%" '.
374 $ret .= $name;
376 $ret .= " </td>\n";
402 $ret .= ' <td class="'.$class.'">'.$title."</td>\n";
422 $ret .= ' <td id="btable_scroll" class="'.$class.'">';
423 $ret .= ' <input type="checkbox" '.
427 $ret .= "</td>\n";
432 $ret .= ' <td>';
433 $ret .= "<input type='hidden' name='$dID-delete' value='$row'>";
434 $ret .= ' <input class="button" '.
438 $ret .= ' oder löschen: <input type="image" '.
443 $ret .= " </td>\n";
445 $ret .= " <td> </td>\n";
447 $ret .= "</tr>\n";
453 $ret .= '<tr>';
454 $ret .= " <td>".$this->getLang('btable_summary').'</td>';
474 $ret .= '<td class="'.$class.'">';
475 $ret .= $ccount."/".$rows_count;
476 $ret .= '</td>';
480 $ret .= '<td></td>';
483 $ret .= '</tr>';
486 return $ret;
512 $ret .= ' <tr>';
516 $ret .= " <td class='rightalign'>";
517 $ret .= ' <select name="row" size="1">';
522 $ret .= '<option selected="selected">'.$rows[$i].'</option>';
524 $ret .= '<option>'.$rows[$i].'</option>';
528 $ret .= ' </select>';
529 $ret .= ' </td>';
535 $ret .= ' <td class="centeralign">';
536 $ret .= ' <input type="checkbox" '.
539 $ret .= ' </td>';
542 $ret .= ' <td></td>';
544 $ret .= ' </tr>';
551 $ret .= ' <tr>';
552 $ret .= ' <td class="centeralign" colspan="'.$colspan.'">';
555 $ret .= ' <input type="hidden" name="row" value="'.$change_row.'" />';
558 $ret .= ' <input class="button" '.
562 $ret .= ' </td>';
563 $ret .= ' </tr>';
570 $ret .= ' <tr>';
571 $ret .= ' <td class="rightalign" colspan="'.$colspan.'">';
572 $ret .= ' <a href="'.DOKU_BASE.'/lib/plugins/btable/export.php?id='.$dID.'">';
573 $ret .= $this->getLang('btable_export');
574 $ret .= ' </a>';
575 $ret .= ' </td>';
576 $ret .= ' </tr>';
579 return $ret;