Help for this page

Select Code to Download


  1. or download this
    $output = $output . "<td$recentChange><div title=\"Changed by $moduleF
    +ie
    ld[1] at $localtime\" class=table_data onClick=\"ToggleShowHide('label
    +_$headers[$dataCount]$moduleCount','$headers[$dataCount]$moduleCount'
    +)\" id=\"label_$headers[$dataCount]$moduleCount\" style='display: blo
    +ck;'>$moduleField[0]</div> <div id=\"$headers[$dataCount]$moduleCount
    +\" style='display: none;'><input type=text name=\"$headers[$dataCount
    +]$moduleCount\" value=\"$moduleField[0]\"><input type=button onClick=
    +\"ToggleShowHide('label_$headers[$dataCount]$moduleCount','$headers[$
    +dataCount]$
    moduleCount')\" value=OK></div></td>";
    
  2. or download this
    $output .= qq(
        <td$recentChange>
    ...
            </div>
        </td>
        );