| * =JText::_('Reason visit')?> |
$options = array();
$options[] = array('id'=>'','name'=>'');
foreach ($this->attypes['ROT_AN_ReasonVisit']->values as $value)
$options[] = $value;
/*
for($s = 1;$s<=4;$s++)
$options[] = array('id'=>$s, 'name'=>$s);
*/
echo DrawChoiceAttribute($this,'ROT_AN_ReasonVisit',$options);
?> =JText::_('Anders, nl...')?>: =DrawTextAttribute($this,'ROT_AN_ReasonVisitOthers')?> |
| * =JText::_('Pain where?')?> |
$options = array();
$options[] = array('id'=>'','name'=>'');
foreach ($this->attypes['ROT_AN_PainWhere']->values as $value)
$options[] = $value;
echo DrawChoiceAttribute($this,'ROT_AN_PainWhere',$options);
?> =JText::_('Anders, nl...')?>: =DrawTextAttribute($this,'ROT_AN_PainWhereOthers')?> |
| * =JText::_('Weight')?> |
=DrawTextAttribute($this,'ROT_AN_Weight')?> |
| * =JText::_('Foot length')?> (mm) |
=DrawTextAttribute($this,'ROT_AN_FootLength')?> |
| * =JText::_('Shoe size (EU)')?> |
$options = array();
for($s = 25;$s<=50;$s++)
$options[] = array('id'=>$s, 'name'=>$s);
echo DrawChoiceAttribute($this,'ROT_AN_ShoeSizeEU',$options,40);
?> |
| * =JText::_('Shoe brand')?> |
=DrawTextAttribute($this,'ROT_AN_ShoeBrand')?> |
| * =JText::_('Shoe type')?> |
$options = array();
$options[] = array('id'=>'','name'=>'');
foreach( $this->attypes['ROT_AN_ShoeType']->values as $option)
$options[] = array('id'=>$option['id'], 'name'=> JText::_($option['name']));
echo DrawChoiceAttribute($this,'ROT_AN_ShoeType',$options);
?> |
| =JText::_('Specialisme')?> |
$options = array();
$options[] = array('id'=>'','name'=>'');
foreach ($this->attypes['ROT_AN_Specialisme']->values as $value)
$options[] = $value;
echo DrawChoiceAttribute($this,'ROT_AN_Specialisme',$options);
?> =JText::_('Anders, nl...')?>: =DrawTextAttribute($this,'ROT_AN_SpecialismeOthers')?> |
| =JText::_('Specialist')?> |
=DrawTextAttribute($this,'ROT_AN_Specialist')?> |
| =JText::_('Indication')?> |
=DrawTextAttribute($this,'ROT_AN_Indication')?> |
| =JText::_('Remarks')?> |
=DrawMemoAttribute($this,'ROT_AN_Remarks')?> |