mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

- click-by-click reporting - manipulate "chains" of hotpot activities - standardized reporting across all quiz types - several smaller features
15 lines
975 B
Text
15 lines
975 B
Text
<div class="NavButtonBar" id="[strNavBarID]">
|
|
|
|
[inclBack]
|
|
<button class="NavButton" onfocus="NavBtnOver(this)" onblur="NavBtnOut(this)" onmouseover="NavBtnOver(this)" onmouseout="NavBtnOut(this)" onmousedown="NavBtnDown(this)" onmouseup="NavBtnOut(this)" onclick="history.back(); return false;">[strBackCaption]</button>
|
|
[/inclBack]
|
|
|
|
[inclContents]
|
|
<button class="NavButton" onfocus="NavBtnOver(this)" onblur="NavBtnOut(this)" onmouseover="NavBtnOver(this)" onmouseout="NavBtnOut(this)" onmousedown="NavBtnDown(this)" onmouseup="NavBtnOut(this)" onclick="location='[strContentsURL]'; return false;"> [strContentsCaption] </button>
|
|
[/inclContents]
|
|
|
|
[inclNextEx]
|
|
<button class="NavButton" onfocus="NavBtnOver(this)" onblur="NavBtnOut(this)" onmouseover="NavBtnOver(this)" onmouseout="NavBtnOut(this)" onmousedown="NavBtnDown(this)" onmouseup="NavBtnOut(this)" onclick="location='[strNextExURL]'; return false;">[strNextExCaption]</button>
|
|
[/inclNextEx]
|
|
|
|
</div>
|