Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a48a08fe
Commit
a48a08fe
authored
Jul 02, 2008
by
Nigel McNie
Committed by
Nigel McNie
Jul 02, 2008
Browse files
Put date joined just under the name of the user, so it's always in the same place for each result.
parent
84f7ff6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/group/membersearchresults.tpl
View file @
a48a08fe
...
@@ -2,11 +2,10 @@
...
@@ -2,11 +2,10 @@
{
foreach
from
=
$results.data
item
=
r
}
{
foreach
from
=
$results.data
item
=
r
}
<tr
class=
"
{
cycle
values
=
"r0,r1"
}
"
>
<tr
class=
"
{
cycle
values
=
"r0,r1"
}
"
>
<td
style=
"width: 300px; border: 1px solid red;"
>
<td
style=
"width: 300px; border: 1px solid red;"
>
<!--<div style="float: right;"><select><option>Member</option></select></div>-->
<h4
style=
"margin:0;"
><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$r.id
|
escape
}
"
>
{
$r.name
|
escape
}
</a></h4>
<h4
style=
"margin:0;"
><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$r.id
|
escape
}
"
>
{
$r.name
|
escape
}
</a></h4>
<div
style=
"float: left;"
><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&maxsize=40&id=
{
$r.id
|
escape
}
"
alt=
""
></div>
<div
style=
"float: left;"
><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&maxsize=40&id=
{
$r.id
|
escape
}
"
alt=
""
></div>
<p
style=
"margin: .25em 0 0 65px;"
>
{
$r.introduction
|
str_shorten
:
80
:
true
}
</p>
<p
style=
"margin: .25em 0 0 65px;"
><strong>
Joined:
</strong>
{
$r.jointime
}
</p>
<p
style=
"margin: .25em 0 0 65px;"
><strong>
Joined:
</strong>
{
$r.jointime
}
</p>
<p
style=
"margin: .25em 0 0 65px;"
>
{
$r.introduction
|
str_shorten
:
80
:
true
}
</p>
</td>
</td>
</tr>
</tr>
{/
foreach
}
{/
foreach
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment