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
eae301ce
Commit
eae301ce
authored
Oct 27, 2007
by
Nigel McNie
Browse files
Added templates for the detailed view of files and profileicons
parent
677f5482
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/theme/default/file_render_self.tpl
0 → 100644
View file @
eae301ce
<div>
<div
class=
"fl filedata-icon"
><a
href=
"
{
$downloadpath
|
escape
}
"
><img
src=
"
{
$iconpath
|
escape
}
"
alt=
"
{
$description
|
escape
}
"
></a></div>
<h4><a
href=
"
{
$downloadpath
|
escape
}
"
>
{
$title
|
escape
}
</a></h4>
</div>
<table
class=
"filedata"
>
<tr><th>
Type:
</th><td>
{
str
tag
=
$artefacttype
section
=
artefact
.
file
}
</td></tr>
<tr><th>
Owner:
</th><td>
{
$owner
}
</td></tr>
<tr><th>
Created:
</th><td>
{
$created
}
</td></tr>
<tr><th>
Last modified:
</th><td>
{
$modified
}
</td></tr>
<tr><th>
Description:
</th><td>
{
$description
|
escape
}
</td></tr>
<tr><th>
Size:
</th><td>
{
$size
|
escape
}
</td></tr>
<tr><th>
{
str
tag
=
download
section
=
artefact
.
file
}
:
</th><td><a
href=
"
{
$downloadpath
|
escape
}
"
>
{
str
tag
=
download
section
=
artefact
.
file
}
</a></td></tr>
</table>
htdocs/artefact/internal/theme/default/profileicon_render_self.tpl
0 → 100644
View file @
eae301ce
<div
class=
"fr filedata-icon"
style=
"text-align: center;"
>
<h4>
Preview
</h4>
<img
src=
"
{
$previewpath
|
escape
}
"
alt=
""
>
</div>
<div>
<div
class=
"fl filedata-icon"
><a
href=
"
{
$downloadpath
|
escape
}
"
><img
src=
"
{
$iconpath
|
escape
}
"
alt=
"
{
$description
|
escape
}
"
></a></div>
<h4><a
href=
"
{
$downloadpath
|
escape
}
"
>
{
$title
|
escape
}
</a></h4>
</div>
<table
class=
"filedata"
>
<tr><th>
{
str
tag
=
type
}
:
</th><td>
{
str
tag
=
$artefacttype
section
=
artefact
.
internal
}
</td></tr>
<tr><th>
{
str
tag
=
owner
}
:
</th><td>
{
$owner
}
</td></tr>
<tr><th>
{
str
tag
=
created
}
:
</th><td>
{
$created
}
</td></tr>
<tr><th>
{
str
tag
=
lastmodified
}
:
</th><td>
{
$modified
}
</td></tr>
<tr><th>
{
str
tag
=
description
}
:
</th><td>
{
$description
|
escape
}
</td></tr>
<tr><th>
{
str
tag
=
size
}
:
</th><td>
{
$size
|
escape
}
</td></tr>
<tr><th>
{
str
tag
=
download
}
:
</th><td><a
href=
"
{
$downloadpath
|
escape
}
"
>
{
str
tag
=
download
}
</a></td></tr>
</table>
htdocs/lib/version.php
View file @
eae301ce
...
...
@@ -27,7 +27,7 @@
defined
(
'INTERNAL'
)
||
die
();
$config
=
new
StdClass
;
$config
->
version
=
200708220
1
;
$config
->
version
=
200708220
2
;
$config
->
release
=
'0.9.0alpha2dev'
;
$config
->
minupgradefrom
=
2007080700
;
$config
->
minupgraderelease
=
'0.8.0 (release tag 0.8.0_RELEASE)'
;
...
...
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