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
40893d4e
Commit
40893d4e
authored
Apr 06, 2010
by
Evan Goldenberg
Browse files
don't force the profile icon to be 50x50
Signed-off-by:
Evan Goldenberg
<
evang@catalyst.net.nz
>
parent
bd294fdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/sideblocks/profile.tpl
View file @
40893d4e
<h3><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
>
{
$sbdata.myname
|
escape
}
</a>
<span
class=
"s"
id=
"profile-sideblock-username"
>
(
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
>
{
$sbdata.username
|
escape
}
</a>
)
</span></h3>
<h3><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
>
{
$sbdata.myname
|
escape
}
</a>
<span
class=
"s"
id=
"profile-sideblock-username"
>
(
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
>
{
$sbdata.username
|
escape
}
</a>
)
</span></h3>
<div
class=
"sideblock-content"
>
<div
class=
"sideblock-content"
>
<div
id=
"user-profileicon"
><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&maxwidth=50&maxheight=50&id=
{
$sbdata.id
}
&earlyexpiry=1"
alt=
""
width=
"50"
height=
"50"
></a></div>
<div
id=
"user-profileicon"
><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$sbdata.id
}
"
><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&maxwidth=50&maxheight=50&id=
{
$sbdata.id
}
&earlyexpiry=1"
alt=
""
></a></div>
{
if
$sbdata.mnetloggedinfrom
}
<p>
{
$sbdata.mnetloggedinfrom
}
</p>
{
if
$sbdata.mnetloggedinfrom
}
<p>
{
$sbdata.mnetloggedinfrom
}
</p>
{/
if
}
{/
if
}
<ul>
<ul>
...
...
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