Skip to content
GitLab
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
b1d8b9f2
Commit
b1d8b9f2
authored
Jan 22, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Jan 22, 2008
Browse files
changes to layout
parent
0aa1a6ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/view.php
View file @
b1d8b9f2
...
...
@@ -62,7 +62,7 @@ $string['viewsubmitted'] = 'View submitted';
$string
[
'viewsubmittedto'
]
=
'This view has been submitted to %s'
;
// my views 2
$string
[
'editviewnameanddescription'
]
=
'Edit view
details
'
;
$string
[
'editviewnameanddescription'
]
=
'Edit view
name and description
'
;
$string
[
'editviewaccess'
]
=
'Edit view access'
;
$string
[
'deletethisview'
]
=
'Delete this view'
;
$string
[
'submitviewforassessment'
]
=
'Submit view for assessment'
;
...
...
htdocs/theme/default/static/style/style.css
View file @
b1d8b9f2
...
...
@@ -1245,6 +1245,10 @@ a.folderhover {
padding
:
5px
;
}
.viewitem
{
margin-top
:
.5em
;
}
/* My Account styles */
.maincontent
#accountprefs
#accountprefs_friendscontrol_container
label
,
.maincontent
#accountprefs
#accountprefs_wysiwyg_container
label
,
...
...
htdocs/theme/default/templates/view/myviews.tpl
View file @
b1d8b9f2
...
...
@@ -17,22 +17,24 @@
<button
class=
"fr"
type=
"button"
><strong>
{
str
tag
=
"editthisview"
section
=
"view"
}
</strong></button>
{/
if
}
<h3><a
href=
"
{
$WWWROOT
}
view/view.php?id=
{
$view.id
}
"
>
{
$view.title
|
escape
}
</a></h3>
<div
class=
"viewitem"
>
{
if
!
$view.submittedto
}
<a
style=
"text-decoration:underline"
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$view.id
}
"
>
{
str
tag
=
"editviewnameanddescription"
section
=
"view"
}
</a>
{/
if
}
{
if
$view.description
}
{
if
!
$view.submittedto
}
<br>
{/
if
}
{
$view.description
}
{/
if
}
{
if
!
$view.submittedto
}
<button
type=
"button"
>
{
str
tag
=
"editviewnameanddescription"
section
=
"view"
}
</button>
{/
if
}
<ul>
</div>
<div
class=
"viewitem"
>
{
if
$view.artefacts
}
<li>
{
str
tag
=
"artefactsinthisview"
section
=
"view"
}
:
{
foreach
from
=
$view.artefacts
item
=
artefact
name
=
artefacts
}
<a
href=
"
{
$WWWROOT
}
view/artefact.php?artefact=
{
$artefact.id
}
&view=
{
$view.id
}
"
>
{
$artefact.title
|
escape
}
</a>
{
if
!
$smarty.foreach.artefacts.last
}
,
{/
if
}
{/
foreach
}
</li>
<strong>
{
str
tag
=
"artefacts"
section
=
"view"
}
:
</strong>
{
foreach
from
=
$view.artefacts
item
=
artefact
name
=
artefacts
}
<a
href=
"
{
$WWWROOT
}
view/artefact.php?artefact=
{
$artefact.id
}
&view=
{
$view.id
}
"
>
{
$artefact.title
|
escape
}
</a>
{
if
!
$smarty.foreach.artefacts.last
}
,
{/
if
}{/
foreach
}
{/
if
}
<li>
</div>
<div
class=
"viewitem"
>
<a
style=
"text-decoration:underline"
href=
"
{
$WWWROOT
}
view/access.php?id=
{
$view.id
}
"
>
{
str
tag
=
"editviewaccess"
section
=
"view"
}
</a>
<br>
{
if
$view.access
}
{
$view.access
}
<br>
...
...
@@ -40,25 +42,28 @@
{
if
$view.accessgroups
}
{
str
tag
=
"whocanseethisview"
section
=
"view"
}
:
{
foreach
from
=
$view.accessgroups
item
=
accessgroup
name
=
artefacts
}
{* this is messy, but is like this so there aren't spaces between links and commas *}
{
if
$accessgroup.accesstype
==
'loggedin'
}
{
str
tag
=
"loggedin"
section
=
"view"
}{
elseif
$accessgroup.accesstype
==
'public'
}
{
str
tag
=
"public"
section
=
"view"
}{
elseif
$accessgroup.accesstype
==
'friends'
}
<a
href=
"
{
$WWWROOT
}
user/"
>
{
str
tag
=
"friends"
section
=
"view"
}
</a>
{
elseif
$accessgroup.accesstype
==
'group'
}
<a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$accessgroup.id
}
"
>
{
$accessgroup.name
|
escape
}
</a>
{
elseif
$accessgroup.accesstype
==
'tutorgroup'
}
<a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$accessgroup.id
}
"
>
{
$accessgroup.name
|
escape
}
(
{
str
tag
=
"tutors"
section
=
"view"
}
)
</a>
{
elseif
$accessgroup.accesstype
==
'user'
}
<a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$accessgroup.id
}
"
>
{
$accessgroup.name
|
escape
}
</a>
(
{
str
tag
=
"tutors"
section
=
"view"
}
)
{
elseif
$accessgroup.accesstype
==
'user'
}
<a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$accessgroup.id
}
"
>
{
$accessgroup.id
|
display_name
|
escape
}
</a>
{/
if
}{
if
!
$smarty.foreach.artefacts.last
}
,
{/
if
}
{/
foreach
}
{
else
}
{
str
tag
=
"nobodycanseethisview"
section
=
"view"
}
{
str
tag
=
"nobodycanseethisview"
section
=
"view"
}
{/
if
}
<button
type=
"button"
>
{
str
tag
=
"editviewaccess"
section
=
"view"
}
</button>
</li>
</div>
{
if
$view.submittedto
}
<li>
{
$view.submittedto
}
</li>
<div
class=
"viewitem"
>
{
$view.submittedto
}
</div>
{/
if
}
</ul>
{
if
$view.submitto
}
<div
class=
"viewitem"
>
{
$view.submitto
}
</div>
{/
if
}
</td>
</tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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