Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
78cd9372
Commit
78cd9372
authored
Dec 02, 2007
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add in templated code to print the artefact name, as well as its parents.
parent
4557c6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/theme/default/templates/view/artefact.tpl
htdocs/theme/default/templates/view/artefact.tpl
+1
-1
No files found.
htdocs/theme/default/templates/view/artefact.tpl
View file @
78cd9372
{
include
file
=
"header.tpl"
}
{
include
file
=
"columnfullstart.tpl"
}
<h3><a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$viewid
|
escape
}
"
>
{
$viewtitle
|
escape
}
</a>
{
str
tag
=
by
section
=
view
}
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$viewowner
}
"
>
{
$formattedowner
|
escape
}
</a>
:
Artefact Name
</h3>
<h3><a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$viewid
|
escape
}
"
>
{
$viewtitle
|
escape
}
</a>
{
str
tag
=
by
section
=
view
}
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$viewowner
}
"
>
{
$formattedowner
|
escape
}
</a>
:
{
foreach
from
=
$artefactpath
item
=
path
}{
if
$path.url
}
<a
href=
"
{
$path.url
|
escape
}
"
>
{/
if
}{
$path.title
|
escape
}{
if
$path.url
}
</a>
{/
if
}{/
foreach
}
</h3>
<div
id=
"view"
>
<div
id=
"bottom-pane"
>
<div
id=
"column-container"
>
...
...
Write
Preview
Markdown
is supported
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