version 1.133, 2008/12/11 14:55:27
|
version 1.135, 2008/12/12 10:01:30
|
Line 1558 sub OR_time_analysis {
|
Line 1558 sub OR_time_analysis {
|
$table .= '<tr><td colspan="4" align="center">'. |
$table .= '<tr><td colspan="4" align="center">'. |
&mt('Start time: [_1]',$startdateform).'<br />'. |
&mt('Start time: [_1]',$startdateform).'<br />'. |
&mt('End time: [_1]',$enddateform).'</td></tr>'.$/; |
&mt('End time: [_1]',$enddateform).'</td></tr>'.$/; |
$table.= '<tr><td colspan="4"> </td></tr>'.$/; |
$table.= '<tr><td colspan="4"> </td></tr>'.$/; |
} |
} |
$table .= '</table>'; |
$table .= '</table>'; |
# |
# |
Line 1942 sub CreateInterface {
|
Line 1942 sub CreateInterface {
|
if ($env{'form.NumPlots'} == $i) { $numplots_selector.=' selected="selected" '; } |
if ($env{'form.NumPlots'} == $i) { $numplots_selector.=' selected="selected" '; } |
$numplots_selector .= '>'.$i.'</option>'; |
$numplots_selector .= '>'.$i.'</option>'; |
} |
} |
$numplots_selector .= '</select></span><br />'; |
$numplots_selector .= '</select>'; |
$Str .= '<span class="LC_nobreak"><label>'.&mt('Number of Plots [_1]',$numplots_selector). |
$Str .= '<span class="LC_nobreak"><label>'.&mt('Number of Plots [_1]',$numplots_selector). |
'</label></span>'; |
'</label></span><br />'; |
## |
## |
$Str .= '</td>'; |
$Str .= '</td>'; |
## |
## |