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
/trunk/wims/public_html/modules/adm/tool/glossary/main.phtml
8,15 → 8,21
!set module_title=!line 2 of $module_title
!endif
 
!! dynamic tree display
!set wims_html_header=!append line \
<link type="text/css" rel="stylesheet" href="scripts/js/tree_JS/tree.css" />\
<script type="text/javascript" src="scripts/js/tree_JS/tree.js"></script>\
to $wims_html_header
 
!header
 
!if $compute=yes
!if $error!=$empty
<div class="wims_msg alert">
!read msg.phtml
</div>
!read menu.phtml
!goto end
<div class="wims_msg alert">
!read msg.phtml
</div>
!read menu.phtml
!goto end
!else
!read answer.phtml
!endif
/trunk/wims/public_html/modules/adm/tool/glossary/menu.phtml
45,12 → 45,12
!next
!form config
<div class="float_right">
!default gloss_lang=$gl_lang
!default gloss_domain=$gl_domain
!formselect gloss_lang list ??,$listlang
!formselect gloss_domain list ??,$level1 prompt ??,$level1prompt
!formselect gloss_zone list ??,$level2 prompt ??,$level2prompt
<input type="submit" name="pref" value="OK" />
!default gloss_lang=$gl_lang
!default gloss_domain=$gl_domain
!formselect gloss_lang list ??,$listlang
!formselect gloss_domain list ??,$level1 prompt ??,$level1prompt
!formselect gloss_zone list ??,$level2 prompt ??,$level2prompt
<input type="submit" name="pref" value="OK" />
</div>
!formend
!endif
59,7 → 59,8
!set level1=!listintersect $gloss_domain and $level1
!endif
!set level1cnt=!itemcnt $level1
<ul>
 
<ul class="tree">
!for j1=1 to $level1cnt
<li>
!set t=!lookup $(level1[$j1]) in bases/sys/domain/domain.$modu_lang