Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 12795 → Rev 12796

/trunk/wims/public_html/modules/adm/class/exam/exo.phtml
13,42 → 13,42
</div>
<div class="field box halfwidth">
<label for="eweight">$name_weight</label>
<input size="5" name="eweight" id="eweight" value="$eweight" />
<input type="number" size="5" name="eweight" id="eweight" value="$eweight" />
</div>
<div class="field box halfwidth">
<label for="edep">$name_dependency</label>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=dependency $wims_name_help
<input size="40" name="edep" id="edep" value="$edep" />
</div>
<div class="field box halfwidth">
<label for="eopt">$name_Options</label>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=options $wims_name_help
!formcheckbox eopt list $optionlist
</div>
<div class="field box">
<label for="ecomment">$wims_name_comment</label>
<div class="formHelp">$name_desc_comment</div>
<textarea name="ecomment" id="ecomment" rows="3" cols="60">$ecomment</textarea>
</div>
<div class="field box">
<label for="">$name_contenu</label>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=contenu $wims_name_help
!read adm/class/transfertexo.phtml
<label for="edep">$name_dependency</label>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=dependency $wims_name_help
<input size="40" name="edep" id="edep" value="$edep" />
</div>
<div class="field box halfwidth">
<div><strong>$name_Options</strong></div>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=options $wims_name_help
!formcheckbox eopt list $optionlist
</div>
<div class="field box">
<label for="ecomment">$wims_name_comment</label>
<div class="formHelp" id="formHelp_ecomment">$name_desc_comment</div>
<textarea name="ecomment" id="ecomment" rows="3" cols="60" aria-describedby="formHelp_ecomment">$ecomment</textarea>
</div>
<div class="field box">
<strong>$name_contenu</strong>
!set wims_ref_class=wims_button_help float_right
!href target=wims_mhelp cmd=help&special_parm=contenu $wims_name_help
!read adm/class/transfertexo.phtml
</div>
<div class="wimscenter wimsform">
<input type="submit" value="$wims_name_tosave" name="save2" />
&nbsp;
!set wims_ref_class=wims_button
!if $exo>$exocnt
!set wims_menu_items=!append line mainpage,1, cmd=reply \
to $wims_menu_times
!href cmd=reply $wims_name_mainpage
!else
!href cmd=reply $wims_name_giveup
!endif
<input type="submit" value="$wims_name_tosave" name="save2" />
&nbsp;
!set wims_ref_class=wims_button wims_secondary_button
!if $exo>$exocnt
!set wims_menu_items=!append line mainpage,1, cmd=reply \
to $wims_menu_times
!href cmd=reply $wims_name_mainpage
!else
!href cmd=reply $wims_name_giveup
!endif
</div>
</fieldset>
!formend