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
8d3e587b
Commit
8d3e587b
authored
Oct 26, 2007
by
Nigel McNie
Browse files
Show a nicely scaled image of the user on the user/view page.
parent
86ed02de
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/user/view.tpl
View file @
8d3e587b
...
...
@@ -10,7 +10,7 @@
{
foreach
from
=
$USERFIELDS
name
=
userfields
key
=
key
item
=
item
}
<tr>
{
if
$smarty.foreach.userfields.first
}
<td
style=
"width: 100px;"
rowspan=
"
{
$smarty.foreach.userfields.total
+
1
}
"
>
<img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&size=100
x100
&id=
{
$USERID
}
"
alt=
""
>
<img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&
max
size=100&id=
{
$USERID
}
"
alt=
""
>
</td>
{/
if
}
<th>
{
str
section
=
artefact
.
internal
tag
=
$key
}
</th><td>
{
$item
}
</td>
</tr>
...
...
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