~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/theme/raw/templates/group/view.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2010-07-06 17:35:06 UTC
  • mfrom: (6.3.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100706173506-gxhn0lwqm0v2ikoo
Tags: 1.2.5-2
* Remove postgresql8.3 from recommends, add postgresql8.4
* Add mysql-server-5.1 to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{include file="header.tpl"}
2
2
 
3
3
{if $GROUP->description}
4
 
        <div class="groupdescription">{$GROUP->description}</div>
 
4
        <div class="groupdescription">{$GROUP->description|clean_html}</div>
5
5
{/if}
6
6
 
7
7
<div class="group-info">
42
42
                {if $view.sharedby}
43
43
                    {str tag=by section=view}
44
44
                    {if $view.group}
45
 
                        <a href="{$WWWROOT}group/view.php?id={$view.group}">{$view.sharedby}</a>
 
45
                        <a href="{$WWWROOT}group/view.php?id={$view.group}">{$view.sharedby|escape}</a>
46
46
                    {elseif $view.owner}
47
 
                        <a href="{$WWWROOT}user/view.php?id={$view.owner}">{$view.sharedby}</a>
 
47
                        <a href="{$WWWROOT}user/view.php?id={$view.owner}">{$view.sharedby|escape}</a>
48
48
                    {else}
49
 
                        {$view.sharedby}
 
49
                        {$view.sharedby|escape}
50
50
                    {/if}
51
51
                {/if}
52
52
                <div>{$view.shortdescription}</div>
73
73
                {if $view.sharedby}
74
74
                    {str tag=by section=view}
75
75
                    {if $view.group}
76
 
                        <a href="{$WWWROOT}group/view.php?id={$view.group}">{$view.sharedby}</a>
 
76
                        <a href="{$WWWROOT}group/view.php?id={$view.group}">{$view.sharedby|escape}</a>
77
77
                    {elseif $view.owner}
78
 
                        <a href="{$WWWROOT}user/view.php?id={$view.owner}">{$view.sharedby}</a>
 
78
                        <a href="{$WWWROOT}user/view.php?id={$view.owner}">{$view.sharedby|escape}</a>
79
79
                    {else}
80
 
                        {$view.sharedby}
 
80
                        {$view.sharedby|escape}
81
81
                    {/if}
82
82
                {/if}
83
83
                <div>{$view.shortdescription}</div>