?>
" />
		<input type="text" name="start_date" value="<?php 
echo $start_date->format($df);
?>
" class="text" disabled="disabled" />
		<a href="#" onClick="popCalendar('start_date')">
			<img src="./images/calendar.gif" width="24" height="12" alt="<?php 
echo $AppUI->_('Calendar');
?>
" border="0" />
		</a>
	</td>
	<td nowrap="nowrap">
                <?php 
$system_users = dPgetUsers();
?>
                <?php 
echo arraySelect($system_users, 'log_userfilter', 'class="text" STYLE="width: 200px"', $log_userfilter);
?>
	</td>
	<td nowrap="nowrap">
                <!-- ina -->
		<input type="checkbox" name="display_week_hours" <?php 
if ($display_week_hours) {
    echo "checked";
}
?>
 >
		<?php 
echo $AppUI->_('Display allocated hours/week');
示例#2
0
" />
		<input type="text" name="end_date" value="<?php 
echo $end_date ? $end_date->format($df) : '';
?>
" class="text" disabled="disabled" />
		<a href="#" onclick="javascript:popCalendar('end_date')">
			<img src="./images/calendar.gif" width="24" height="12" alt="<?php 
echo $AppUI->_('Calendar');
?>
" border="0" />
		</a>
		<br />
	</td>
	<td width="1%" nowrap="nowrap">
		<?php 
echo arraySelect(dPgetUsers(), 'log_userfilter', 'class="text" style="width: 200px"', $log_userfilter);
echo "\n<br />\n";
echo $AppUI->_('Projects') . ':';
echo arraySelect($projFilter, 'project_id', 'size=1 class=text', $project_id, false);
echo "\n<br />\n";
echo $AppUI->_('Levels to display');
?>
		<input type="text" name="max_levels" size="10" maxlength="3" value="<?php 
echo $max_levels;
?>
" />
	</td>
	<td width="1%" nowrap="nowrap">
		<input type="checkbox" name="display_week_hours" id="display_week_hours"<?php 
echo $display_week_hours ? ' checked="checked"' : '';
?>
示例#3
0
" />
		<input type="text" name="end_date" value="<?php 
echo $end_date ? $end_date->format($df) : '';
?>
" class="text" disabled="disabled" />
		<a href="#" onclick="javascript:popCalendar('end_date')">
			<img src="./images/calendar.gif" width="24" height="12" alt="<?php 
echo $AppUI->_('Calendar');
?>
" border="0" />
		</a>
	</td>

	<td nowrap='nowrap'>
	   <?php 
echo arraySelect(dPgetUsers(), "user_id", "class='text'", $user_id);
?>
	</td>
	
	<td align="right" width="50%" nowrap="nowrap">
		<input class="button" type="submit" name="do_report" value="<?php 
echo $AppUI->_('submit');
?>
" />
	</td>
</tr>

</table>
</form>

<?php