repo.or.cz
/
vanilla-miry.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New Extension: show-participants-0.5.zip
[vanilla-miry.git]
/
extensions
/
ShowParticipants
/
themes
/
all_participants_top.php
blob
2c1098d9f4c14ff63547bd4f709eb127d560fac8
1
<
?php
2
echo
'<div class="ContentInfo Top">
3
<h1 style=".ContentInfo h1">'
.
$this
->
Context
->
GetDefinition
(
'AllParticipantsTitle'
).
'</h1>
4
<div class="PageInfo">
5
<p>'
.
$this
->
PageDetails
.
'</p>
6
'
.
$this
->
PageList
.
'
7
</div>
8
</div>
9
<div id="ContentBody">
10
<ol id="UserResults">'
;
11
?
>