mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 02:40:10 +01:00
16 lines
960 B
Plaintext
16 lines
960 B
Plaintext
<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>
|