Lines Matching refs:value

17 		<input type="hidden" name="id" value="<?php echo $id ?>">
32 <option <?php if ($tpl->value('thread_comment_id') == '') echo 'selected' ?>
33 value="">--- <?php echo $tpl->getLang('correction') ?> ---</option>
36 <option <?php if ($tpl->value('thread_comment_id') == $cause_id) echo 'selected' ?>
37 value="<?php echo $cause_id ?>">#k<?php echo $cause_id ?></option>
50 <option <?php if ($tpl->value('type') == 'corrective') echo 'selected' ?>
51 value="corrective"><?php echo $tpl->getLang('corrective_action') ?></option>
52 <option <?php if ($tpl->value('type') == 'preventive') echo 'selected' ?>
53 value="preventive"><?php echo $tpl->getLang('preventive_action') ?></option>
64 <option value="">--- <?php echo $tpl->getLang('select') ?>---</option>
66 <option <?php if ($tpl->value('assignee') == $nick) echo 'selected' ?>
67 value="<?php echo $nick ?>"><?php echo $name ?></option>
86 <textarea name="content" id="content" data-validation="required" <?php if ($tpl->get('task')->acl_of('content') < BEZ_PERMISSION_CHANGE) echo 'disabled' ?>><?php echo $tpl->value('content') ?></textarea>
93 <input name="plan_date" style="width:90px;" data-validation="required,date" value="<?php echo $tpl->value('plan_date') ?>"
98 <input name="start_time" style="width:60px;" class="time start" value="<?php echo $tpl->value('start_time') ?>"
105 <input name="finish_time" style="width:60px;" class="time end" value="<?php echo $tpl->value('finish_time') ?>"
120 <input type="checkbox" name="all_day_event" value="1"
121 <?php if ($tpl->value('all_day_event') == '' ||
122 $tpl->value('all_day_event') == '1'): ?>
143 <option <?php if ($tpl->value('task_program_id') == '') echo 'selected' ?> value="">
147 <option value="">--- <?php echo $tpl->getLang('select') ?>---</option>
151 <option <?php if ($tpl->value('task_program_id') == $task_program->id) echo 'selected' ?> value="<?php echo $task_program->id ?>"><?php echo $task_program->name ?></option>
161 value="<?php echo $tpl->value('cost') ?>"
175 <input type="submit" value="<?php echo $tpl->param('tid') == '' ? $tpl->getLang('add') : $tpl->getLang('correct') ?>">