<?php 
}
else {
?>
            <h1><?php echo Dwoo_Plugin_str($this, "changepassword", 'mahara', null, null, null, null, null);?></h1>
            <p><?php echo Dwoo_Plugin_str($this, "changepasswordinfo", 'mahara', null, null, null, null, null);?></p>
  <?php 
}?>

            <?php if ((is_string($tmp=(isset($this->scope["loginasoverridepasswordchange"]) ? $this->scope["loginasoverridepasswordchange"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?><div class="message"><?php echo (isset($this->scope["loginasoverridepasswordchange"]) ? $this->scope["loginasoverridepasswordchange"] : null);?></div><?php 
}?>

<?php 
}
else {
?>
			<h1><?php echo Dwoo_Plugin_str($this, 'requiredfields', 'auth', null, null, null, null, null);?></h1>
<?php 
}?>


			<?php echo (isset($this->scope["form"]) ? $this->scope["form"] : null);?>


<?php echo Dwoo_Plugin_include($this, "footer.tpl", null, null, null, '_root', null);?>


<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #2
0
?>
    <div><strong><?php echo Dwoo_Plugin_str($this, 'Views', 'view', null, null, null, null, null);?>:</strong> <?php echo (is_string($tmp=$this->scope["sitedata"]["views"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?><br />
    <?php echo (is_string($tmp=$this->scope["sitedata"]["strviewsperuser"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></div>
    <?php 
}?>

    <div><strong><?php echo Dwoo_Plugin_str($this, 'databasesize', 'admin', null, null, null, null, null);?>:</strong> <?php echo display_size((is_string($tmp=(isset($this->scope["sitedata"]["dbsize"]) ? $this->scope["sitedata"]["dbsize"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp));?></div>
    <?php if ((is_string($tmp=(isset($this->scope["sitedata"]["diskusage"]) ? $this->scope["sitedata"]["diskusage"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
    <div><strong><?php echo Dwoo_Plugin_str($this, 'diskusage', 'admin', null, null, null, null, null);?>:</strong> <?php echo display_size((is_string($tmp=(isset($this->scope["sitedata"]["diskusage"]) ? $this->scope["sitedata"]["diskusage"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp));?></div>
    <?php 
}?>

    <div><strong><?php echo Dwoo_Plugin_str($this, 'maharaversion', 'admin', null, null, null, null, null);?>:</strong> <?php echo (is_string($tmp=$this->scope["sitedata"]["release"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ((is_string($tmp=(isset($this->scope["sitedata"]["strlatestversion"]) ? $this->scope["sitedata"]["strlatestversion"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> (<?php echo clean_html((isset($this->scope["sitedata"]["strlatestversion"]) ? $this->scope["sitedata"]["strlatestversion"]:null));?>)<?php 
}?></div>
    <div><strong><?php echo Dwoo_Plugin_str($this, 'Cron', 'admin', null, null, null, null, null);?>:</strong> <?php if ((is_string($tmp=(isset($this->scope["sitedata"]["cronrunning"]) ? $this->scope["sitedata"]["cronrunning"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {

echo Dwoo_Plugin_str($this, 'runningnormally', 'admin', null, null, null, null, null);

}
else {

echo Dwoo_Plugin_str($this, 'cronnotrunning1', 'admin', null, null, null, null, null);

}?></div>
  </div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #3
0
</div>
<div id="addblock" class="blockinstance cb configure hidden" role="dialog" aria-labelledby="addblock-heading" tabindex="-1">
    <div class="blockinstance-controls">
        <input type="image" src="<?php echo Dwoo_Plugin_theme_url($this, 'images/btn_close.png', null);?>" class="deletebutton" name="action_removeblockinstance_id_<?php echo (is_string($tmp=$this->scope["id"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" alt="<?php echo Dwoo_Plugin_str($this, 'Close', 'mahara', null, null, null, null, null);?>">
    </div>
    <div class="blockinstance-header">
        <h2 id="addblock-heading" class="title"></h2>
    </div>
    <div class="blockinstance-content">
        <?php echo (isset($this->scope["addform"]) ? $this->scope["addform"] : null);?>

    </div>
</div>
<div id="configureblock" class="blockinstance cb configure hidden" role="dialog">
    <div class="blockinstance-controls">
        <input type="image" src="<?php echo Dwoo_Plugin_theme_url($this, 'images/btn_close.png', null);?>" class="deletebutton" name="close_configuration" alt="<?php echo Dwoo_Plugin_str($this, 'closeconfiguration', 'view', null, null, null, null, null);?>">
    </div>
    <div class="blockinstance-header">
    </div>
    <div class="blockinstance-content">
    </div>
</div>
<?php if ((is_string($tmp=(isset($this->scope["microheaders"]) ? $this->scope["microheaders"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {

echo Dwoo_Plugin_include($this, "microfooter.tpl", null, null, null, '_root', null);

}
else {

echo Dwoo_Plugin_include($this, "footer.tpl", null, null, null, '_root', null);
?>
        <div class="add-column-center">
            <input type="image" src="<?php echo Dwoo_Plugin_theme_url($this, 'images/btn_addcolumnright.png', null);?>" class="addcolumn" name="action_addcolumn_row_<?php echo (is_string($tmp=$this->scope["row"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>_before_<?php echo (is_string($tmp=($this->scope["column"] + 1)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" alt="<?php echo Dwoo_Plugin_str($this, 'add', 'view', null, null, null, null, null);?>" title="<?php echo Dwoo_Plugin_str($this, 'addcolumn', 'view', null, null, null, null, null);?>">
        </div>
    <?php 
}?>

    </div>
<?php 
}
else {
?>
    <div class="column-header-empty"></div>
<?php 
}?>

    <div class="column-content">
    <?php if (! (is_string($tmp=(isset($this->scope["javascript"]) ? $this->scope["javascript"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
        <div class="add-button">
            <input type="submit" class="submit newblockhere" name="action_addblocktype_row_<?php echo (is_string($tmp=$this->scope["row"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>_column_<?php echo (is_string($tmp=$this->scope["column"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>_order_1" value="<?php echo Dwoo_Plugin_str($this, 'addnewblockhere', 'view', null, null, null, null, null);?>">
        </div>
    <?php 
}?> 
    <?php echo (isset($this->scope["blockcontent"]) ? $this->scope["blockcontent"] : null);?>

    </div>
</div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
<?php
/* template head */
if (function_exists('Dwoo_Plugin_include')===false)
	$this->getLoader()->loadPlugin('include');
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ;
echo Dwoo_Plugin_include($this, "header.tpl", null, null, null, '_root', null);?>

<p><?php echo Dwoo_Plugin_str($this, 'siteoptionspagedescription', 'admin', null, null, null, null, null);?></p>
<?php echo (isset($this->scope["siteoptionform"]) ? $this->scope["siteoptionform"] : null);?>

<?php echo Dwoo_Plugin_include($this, "footer.tpl", null, null, null, '_root', null);?>


<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
function Dwoo_Plugin_jstr(Dwoo $dwoo, $tag, $section = 'mahara', $args = null, $arg1 = null, $arg2 = null, $arg3 = null, $assign = null)
{
    return json_encode(Dwoo_Plugin_str($dwoo, $tag, $section, $args, $arg1, $arg2, $arg3, $assign));
}
	$this->getLoader()->loadPlugin('display_default_name');
if (function_exists('Dwoo_Plugin_display_name')===false)
	$this->getLoader()->loadPlugin('display_name');
/* end template head */ ob_start(); /* template body */ ?><div class="sidebar-header">
    <h3><?php echo Dwoo_Plugin_str($this, "onlineusers", 'mahara', (is_string($tmp=(isset($this->scope["sbdata"]["count"]) ? $this->scope["sbdata"]["count"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp), null, null, null, null);?></h3>
    <p id="lastminutes">(<?php echo Dwoo_Plugin_str($this, "lastminutes", 'mahara', (is_string($tmp=(isset($this->scope["sbdata"]["lastminutes"]) ? $this->scope["sbdata"]["lastminutes"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp), null, null, null, null);?>)</p>
</div>
    <div class="sidebar-content">
        <ul class="cr">
<?php 
$_fh7_data = (is_string($tmp=(isset($this->scope["sbdata"]["users"]) ? $this->scope["sbdata"]["users"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ($this->isArray($_fh7_data) === true)
{
	foreach ($_fh7_data as $this->scope['user'])
	{
/* -- foreach start output */
?>
            <li><a href="<?php echo profile_url((is_string($tmp=(isset($this->scope["user"]) ? $this->scope["user"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp));?>"><img src="<?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'profileiconurl',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["user"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" alt="<?php echo Dwoo_Plugin_str($this, 'profileimagetext', 'mahara', null, Dwoo_Plugin_display_default_name($this, (is_string($tmp=(isset($this->scope["user"]) ? $this->scope["user"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)), null, null, null);?>" class="profile-icon-container"> <?php echo Dwoo_Plugin_display_name($this, (is_string($tmp=(isset($this->scope["user"]) ? $this->scope["user"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp), null, false, false);?></a><?php if ((is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'loggedinfrom',  ),  3 =>   array (    0 => '',    1 => '',  ),), (isset($this->scope["user"]) ? $this->scope["user"]:null), true)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> (<?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'loggedinfrom',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["user"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>)<?php 
}?></li>
<?php 
/* -- foreach end output */
	}
}?>

        </ul>
    <p id="allonline"><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>user/online.php"><?php echo Dwoo_Plugin_str($this, "allonline", 'mahara', null, null, null, null, null);?></a></p>
    </div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
}
else {

echo Dwoo_Plugin_str($this, 'Updated', 'mahara', null, null, null, null, null);

}?>

                  <?php echo format_date(strtotime((is_string($tmp=(isset($this->scope["view"]["mtime"]) ? $this->scope["view"]["mtime"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)), 'strftimedate');?></span>
            </div>
            <?php 
}?>

        </div>
  <?php 
/* -- foreach end output */
	}
}?>

  </div>
<?php 
}
else {
?>
  <?php echo Dwoo_Plugin_str($this, 'noviews', 'view', null, null, null, null, null);?>

<?php 
}?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
<?php
/* template head */
if (function_exists('Dwoo_Plugin_theme_url')===false)
	$this->getLoader()->loadPlugin('theme_url');
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ?>                    </div>
                </div>
		<div class="cb"></div>
    </div>
    <div id="footer-wrap">
		<div class="cb"></div>
    	<div id="powered-by"><a href="http://mahara.org/"><img src="<?php echo Dwoo_Plugin_theme_url($this, 'images/powered_by_mahara.png', null);?>" border="0" alt=""></a></div>
        <div id="release"><a href="http://mahara.org/">Mahara</a> <?php if ((is_string($tmp=(isset($this->scope["releaseargs"]) ? $this->scope["releaseargs"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {

echo Dwoo_Plugin_str($this, 'release', 'admin', (is_string($tmp=(isset($this->scope["releaseargs"]) ? $this->scope["releaseargs"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp), null, null, null, null);

}?>, <?php echo Dwoo_Plugin_str($this, 'copyright', 'admin', null, null, null, null, null);?></div>
		<div class="cb"></div>
    </div>
</div>
</body>
</html>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #10
0
                        <?php if ((is_string($tmp=(isset($this->scope["data"]["types"]) ? $this->scope["data"]["types"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
                        <li>
                            <ul>
                            <?php 
$_fh1_data = (is_string($tmp=(isset($this->scope["data"]["types"]) ? $this->scope["data"]["types"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ($this->isArray($_fh1_data) === true)
{
	foreach ($_fh1_data as $this->scope['type']=>$this->scope['config'])
	{
/* -- foreach start output */
?>
                                <li><?php echo (is_string($tmp=$this->scope["type"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>

                                <?php if ((is_string($tmp=(isset($this->scope["config"]) ? $this->scope["config"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> [ <a href="pluginconfig.php?plugintype=<?php echo (is_string($tmp=$this->scope["plugintype"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>&amp;pluginname=<?php echo (is_string($tmp=$this->scope["plugin"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>&amp;type=<?php echo (is_string($tmp=$this->scope["type"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo Dwoo_Plugin_str($this, 'config', 'mahara', null, null, null, null, null);?> <span class="accessible-hidden "><?php echo Dwoo_Plugin_str($this, 'configfor', 'mahara', null, null, null, null, null);?> <?php echo (is_string($tmp=$this->scope["plugintype"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?> <?php echo (is_string($tmp=$this->scope["plugin"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></span></a> ]<?php 
}?></li>
                            <?php 
/* -- foreach end output */
	}
}?>

                            </ul>
                        </li>
                        <?php 
}?>

                    <?php 
/* -- foreach end output */
	}
}?>
$_fh1_data = (is_string($tmp=(isset($this->scope["blocktypes"]) ? $this->scope["blocktypes"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ($this->isArray($_fh1_data) === true)
{
	foreach ($_fh1_data as $this->scope['blocktype'])
	{
/* -- foreach start output */
?>
    <div class="blocktype">
        <a class="blocktypelink" href="#">
            <input type="radio" id="blocktype-list-radio-<?php echo (is_string($tmp=$this->scope["blocktype"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" class="blocktype-radio" name="blocktype" value="<?php echo (is_string($tmp=$this->scope["blocktype"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>">
            <img src="<?php echo (is_string($tmp=$this->scope["blocktype"]["thumbnail_path"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" title="<?php echo (is_string($tmp=$this->scope["blocktype"]["description"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" alt="<?php echo (is_string($tmp=$this->scope["blocktype"]["description"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" width="24" height="24">
            <label for="blocktype-list-radio-<?php echo (is_string($tmp=$this->scope["blocktype"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" class="blocktypetitle"><?php echo (is_string($tmp=$this->scope["blocktype"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></label>
        </a>
    </div>
<?php 
/* -- foreach end output */
	}
}?>

</div>
<?php 
}
else {
?>
<div id="noblocks"><?php echo Dwoo_Plugin_str($this, 'noblocks', 'view', null, null, null, null, null);?></div>
<?php 
}?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #12
0
<?php 
$_fh0_data = (is_string($tmp=(isset($this->scope["SUBPAGENAV"]) ? $this->scope["SUBPAGENAV"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ($this->isArray($_fh0_data) === true)
{
	foreach ($_fh0_data as $this->scope['item'])
	{
/* -- foreach start output */
?>
                               <li <?php if ((is_string($tmp=(isset($this->scope["item"]["selected"]) ? $this->scope["item"]["selected"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>class="current-tab"<?php 
}?>><a <?php if ((is_string($tmp=(isset($this->scope["item"]["selected"]) ? $this->scope["item"]["selected"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>class="current-tab" <?php 
}?>href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
echo (is_string($tmp=$this->scope["item"]["url"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo (is_string($tmp=$this->scope["item"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?><span class="accessible-hidden">(<?php echo Dwoo_Plugin_str($this, 'tab', 'mahara', null, null, null, null, null);
if ((is_string($tmp=(isset($this->scope["item"]["selected"]) ? $this->scope["item"]["selected"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> <?php echo Dwoo_Plugin_str($this, 'selected', 'mahara', null, null, null, null, null);

}?>)</span></a></li>
<?php 
/* -- foreach end output */
	}
}?>

                           </ul>
                       </div>
                        <div class="subpage">
<?php 
}?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
Example #13
0
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/groups/groupcategories.php"><?php echo Dwoo_Plugin_str($this, 'groupcategories', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'groupcategoriesdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/groups/uploadcsv.php"><?php echo Dwoo_Plugin_str($this, 'uploadgroupcsv', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'uploadgroupcsvdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/groups/uploadmemberscsv.php"><?php echo Dwoo_Plugin_str($this, 'uploadgroupmemberscsv', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'uploadgroupmemberscsvdescription', 'admin', null, null, null, null, null);?></li>
    </ul>

<h3><?php echo Dwoo_Plugin_str($this, 'manageinstitutions', 'admin', null, null, null, null, null);?></h3>
    <ul>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/institutions.php"><?php echo Dwoo_Plugin_str($this, 'Institutions', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionsdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/institutionusers.php"><?php echo Dwoo_Plugin_str($this, 'institutionmembers', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionmembersdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/institutionstaff.php"><?php echo Dwoo_Plugin_str($this, 'institutionstaff', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionstaffdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/institutionadmins.php"><?php echo Dwoo_Plugin_str($this, 'institutionadmins', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionadminsdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>view/institutionviews.php"><?php echo Dwoo_Plugin_str($this, 'institutionviews', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionviewsdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>artefact/file/institutionfiles.php"><?php echo Dwoo_Plugin_str($this, 'institutionfiles', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'institutionfilesdescription', 'admin', null, null, null, null, null);?></li>
    </ul>

<h3><?php echo Dwoo_Plugin_str($this, 'configextensions', 'admin', null, null, null, null, null);?></h3>
    <ul>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/extensions/plugins.php"><?php echo Dwoo_Plugin_str($this, 'pluginadmin', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'pluginadmindescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/extensions/filter.php"><?php echo Dwoo_Plugin_str($this, 'htmlfilters', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'htmlfiltersdescription', 'admin', null, null, null, null, null);?></li>
        <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/extensions/iframesites.php"><?php echo Dwoo_Plugin_str($this, 'allowediframesites', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'allowediframesitesdescriptionshort', 'admin', null, null, null, null, null);?></li>
       <li><strong><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/extensions/cleanurls.php"><?php echo Dwoo_Plugin_str($this, 'cleanurls', 'admin', null, null, null, null, null);?></a></strong> - <?php echo Dwoo_Plugin_str($this, 'cleanurlsdescriptionshort', 'admin', null, null, null, null, null);?></li>
    </ul>
</div>

<div class="cb"></div>
<?php echo Dwoo_Plugin_include($this, 'footer.tpl', null, null, null, '_root', null);?>


<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
if ((is_string($tmp=(isset($this->scope["selected"]) ? $this->scope["selected"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == 'skin') {
?> <?php echo Dwoo_Plugin_str($this, 'selected', 'mahara', null, null, null, null, null);

}?>)</span>
                    </a>
                </li>
            <?php 
}?>

            <li class="displaypage">
                <a href="<?php echo (is_string($tmp=$this->scope["displaylink"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo Dwoo_Plugin_str($this, 'displayview', 'view', null, null, null, null, null);?> &raquo;</a>
            </li>
            <?php if ((is_string($tmp=(isset($this->scope["edittitle"]) ? $this->scope["edittitle"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(isset($this->scope["viewtype"]) ? $this->scope["viewtype"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == 'profile') {
?>
            <li class="sharepage">
                <a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>view/access.php?id=<?php echo (is_string($tmp=$this->scope["viewid"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ((is_string($tmp=(isset($this->scope["new"]) ? $this->scope["new"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>&new=1<?php 
}?>"><?php echo Dwoo_Plugin_str($this, 'shareview', 'view', null, null, null, null, null);?> &raquo;</a>
            </li>
            <?php 
}?>

        <?php 
}?>

    </ul>
</div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
}
if ((is_string($tmp=(isset($this->scope["item"]["icon"]) ? $this->scope["item"]["icon"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><img src="<?php echo (is_string($tmp=$this->scope["item"]["icon"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" alt="<?php echo (is_string($tmp=$this->scope["item"]["alt"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php }
if (((is_string($tmp=(isset($this->scope["item"]["count"]) ? $this->scope["item"]["count"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) !== null)) {?><span class="navcount<?php if ((is_string($tmp=(isset($this->scope["item"]["countclass"]) ? $this->scope["item"]["countclass"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> <?php echo (is_string($tmp=$this->scope["item"]["countclass"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
}?>"><?php echo (is_string($tmp=$this->scope["item"]["count"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></span><?php }?></a></li><?php /* -- foreach end output */}}?><li class="btn-logout bar-before"><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>?logout" accesskey="l"><?php echo Dwoo_Plugin_str($this, "logout", 'mahara', null, null, null, null, null);?></a></li><?php }?>

<?php if (! (is_string($tmp=(isset($this->scope["nosearch"]) ? $this->scope["nosearch"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ! (is_string($tmp=(isset($this->scope["LOGGEDIN"]) ? $this->scope["LOGGEDIN"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && (is_string($tmp=(isset($this->scope["languageform"]) ? $this->scope["languageform"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
                <li id="language">
                    <?php echo (isset($this->scope["languageform"]) ? $this->scope["languageform"] : null);?>

                </li>
<?php 
}?>

<?php if (! (is_string($tmp=(isset($this->scope["LOGGEDIN"]) ? $this->scope["LOGGEDIN"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ! (is_string($tmp=(isset($this->scope["SIDEBARS"]) ? $this->scope["SIDEBARS"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ! (is_string($tmp=(isset($this->scope["LOGINPAGE"]) ? $this->scope["LOGINPAGE"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>        <li id="loginlink"><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>?login" accesskey="l"><?php echo Dwoo_Plugin_str($this, "login", 'mahara', null, null, null, null, null);?></a></li> <?php 
}?>

            </ul>
        </div>


<?php if (! (is_string($tmp=(isset($this->scope["nosearch"]) ? $this->scope["nosearch"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ( (is_string($tmp=(isset($this->scope["LOGGEDIN"]) ? $this->scope["LOGGEDIN"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(isset($this->scope["publicsearchallowed"]) ? $this->scope["publicsearchallowed"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) )) {
?>        <?php echo header_search_form();

}?>


</div>

<?php  /* end template body */
/* template head */
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ?><div id="content-editor">
    <div id="content-editor-header"><div><?php echo Dwoo_Plugin_str($this, 'addcontent', 'view', null, null, null, null, null);?></div></div>
    <div id="content-editor-foldable">
        <div id="blocktype-common" class="blocktype-list">
            <div class="blocktype">
                <a class="blocktypelink" href="#">
                    <input type="radio" class="blocktype-radio" id="blocktype-radio-text" name="blocktype" value="text">
                    <img width="24" height="24" title="<?php echo Dwoo_Plugin_str($this, 'description', 'blocktype.text', null, null, null, null, null);?>" alt="<?php echo Dwoo_Plugin_str($this, 'description', 'blocktype.text', null, null, null, null, null);?>" src="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>thumb.php?type=blocktype&bt=text">
                    <label for="blocktype-radio-text" class="blocktypetitle"><?php echo Dwoo_Plugin_str($this, 'title', 'blocktype.text', null, null, null, null, null);?></label>
                </a>
            </div>
            <div class="blocktype lastrow">
                <a class="blocktypelink" href="#">
                    <input type="radio" id="blocktype-radio-image" class="blocktype-radio" name="blocktype" value="image">
                    <img width="24" height="24" title="<?php echo Dwoo_Plugin_str($this, 'description', 'blocktype.file/image', null, null, null, null, null);?>" alt="<?php echo Dwoo_Plugin_str($this, 'description', 'blocktype.file/image', null, null, null, null, null);?>" src="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>thumb.php?type=blocktype&bt=image&ap=file">
                    <label for="blocktype-radio-image" class="blocktypetitle"><?php echo Dwoo_Plugin_str($this, 'image', 'view', null, null, null, null, null);?></label>
                </a>
            </div>
        </div>
        <div id="accordion">
            <?php echo (isset($this->scope["category_list"]) ? $this->scope["category_list"] : null);?>

        </div>
    </div>
</div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #17
0
if (function_exists('Dwoo_Plugin_include')===false)
	$this->getLoader()->loadPlugin('include');
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ;
echo Dwoo_Plugin_include($this, "header.tpl", null, null, null, '_root', null);?>

<?php echo clean_html((isset($this->scope["page_content"]) ? $this->scope["page_content"] : null));?>

<?php if (get_config('homepageinfo') && ( ! (is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_logged_in() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->get_account_preference('showhomeinfo') : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) )) {
?>
    <?php echo Dwoo_Plugin_include($this, "homeinfo.tpl", null, null, null, '_root', null, array('url' => (is_string($tmp=(isset($this->scope["url"]) ? $this->scope["url"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)));?>

<?php 
}?>

<?php if ((is_string($tmp=(isset($this->scope["dashboardview"]) ? $this->scope["dashboardview"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
    <div class="rbuttons" id="editdashboard">
        <a class="btn" href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>view/blocks.php?id=<?php echo (is_string($tmp=$this->scope["viewid"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><span  class="btn-edit"><?php echo Dwoo_Plugin_str($this, 'editdashboard', 'mahara', null, null, null, null, null);?></span></a>
    </div>
    <?php echo Dwoo_Plugin_include($this, "user/dashboard.tpl", null, null, null, '_root', null);?>

<?php 
}?>

<?php echo Dwoo_Plugin_include($this, "footer.tpl", null, null, null, '_root', null);?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
                </ul>
            </div>
        <?php 
}
else {
?>
            <div id="progress_bar_fill" style="display: none; width: <?php echo (is_string($tmp=($this->scope["sbdata"]["percent"] * 2)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>px;">&nbsp;</div>
            <p id="progress_bar_100">
                <span id="progress_bar_percentage"><?php echo (is_string($tmp=$this->scope["sbdata"]["percent"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>%</span>
            </p>
        <?php 
}?>

        </div>
    </div>
<?php 
}
else {
?>
    <?php if ((is_string($tmp=(isset($this->scope["sbdata"]["totalcounting"]) ? $this->scope["sbdata"]["totalcounting"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == 0 && (is_string($tmp=(isset($this->scope["sbdata"]["count"]) ? $this->scope["sbdata"]["count"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) > 1) {
?>
    <div class="sidebar-content"><?php echo Dwoo_Plugin_str($this, "noprogressitems", 'mahara', null, null, null, null, null);?></div>
    <?php 
}?>

<?php 
}?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #19
0
                        <td></td>
                        <?php 
}
else {
?>
                        <td><?php if ((is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'install',  ),  3 =>   array (    0 => '',    1 => '',  ),), (isset($this->scope["upgrade"]) ? $this->scope["upgrade"]:null), true)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> <?php echo Dwoo_Plugin_str($this, 'notinstalled', 'admin', null, null, null, null, null);?> <?php 
}
else {
?> <?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'fromrelease',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["upgrade"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?> <?php 
}?> </td>
                        <td><?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'torelease',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["upgrade"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></td>
                        <?php 
}?>

                        <td id="<?php echo (is_string($tmp=$this->scope["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" class="msgscol">&nbsp;</td>
                    </tr>
                <?php 
/* -- foreach end output */
	}
}?>

                </tbody>
            </table>
            <div id="finished" class="nojs-hidden-block"><?php echo Dwoo_Plugin_str($this, 'successfullyinstalled', 'admin', null, null, null, null, null);?> <a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/upgrade.php?finished=1"><?php echo Dwoo_Plugin_str($this, 'continue', 'admin', null, null, null, null, null);?></a></div>

<?php echo Dwoo_Plugin_include($this, 'admin/upgradefooter.tpl', null, null, null, '_root', null);?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
{
	foreach ($_fh2_data as $this->scope['name']=>$this->scope['category'])
	{
/* -- foreach start output */
?>
    <div id="block-category-<?php echo (is_string($tmp=$this->scope["category"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" class="block-category-title collapsed">
        <div class="withjs" style="display: none" title="<?php echo (is_string($tmp=$this->scope["category"]["description"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo (is_string($tmp=$this->scope["category"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></div>
        <a class="nonjs" href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>view/blocks.php?id=<?php echo (is_string($tmp=$this->scope["viewid"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>&c=<?php echo (is_string($tmp=$this->scope["category"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>&new=1" title="<?php echo (is_string($tmp=$this->scope["category"]["description"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo (is_string($tmp=$this->scope["category"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></a>
    </div>
    <?php if ((is_string($tmp=(isset($this->scope["selectedcategory"]) ? $this->scope["selectedcategory"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == (is_string($tmp=(isset($this->scope["category"]["name"]) ? $this->scope["category"]["name"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
        <div id="<?php echo (is_string($tmp=$this->scope["category"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>">
            <?php echo (isset($this->scope["blocktypelist"]) ? $this->scope["blocktypelist"] : null);?>

        </div>
    <?php 
}
else {
?>
        <div id="<?php echo (is_string($tmp=$this->scope["category"]["name"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" class="hidden"><?php echo Dwoo_Plugin_str($this, 'loading', 'mahara', null, null, null, null, null);?></div>
    <?php 
}?>

<?php 
/* -- foreach end output */
	}
}?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #21
0
<?php
/* template head */
if (function_exists('Dwoo_Plugin_include')===false)
	$this->getLoader()->loadPlugin('include');
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ;
echo Dwoo_Plugin_include($this, "header.tpl", null, null, null, '_root', null);?>

<?php if ((is_string($tmp=(isset($this->scope["candeleteself"]) ? $this->scope["candeleteself"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?><div class="message deletemessage"><div class="deletebuttonwrap"><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>account/delete.php" class="btn delete"><?php echo Dwoo_Plugin_str($this, 'deleteaccount', 'account', null, null, null, null, null);?></a></div></div><?php 
}?>

			<?php echo (isset($this->scope["form"]) ? $this->scope["form"] : null);?>

<?php echo Dwoo_Plugin_include($this, "footer.tpl", null, null, null, '_root', null);?>

<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #22
0
?>
                  <div class="detail"><?php echo preg_replace('#<[^>]*>#', ' ', str_shorten_html((isset($this->scope["item"]["description"]) ? $this->scope["item"]["description"]:null), 100, true));?></div>
                <?php 
}?>

                <?php if ((is_string($tmp=(isset($this->scope["item"]["tags"]) ? $this->scope["item"]["tags"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
                  <div class="tags"><strong><?php echo Dwoo_Plugin_str($this, 'tags', 'mahara', null, null, null, null, null);?>:</strong> <?php echo Dwoo_Plugin_list_tags($this, (is_string($tmp=(isset($this->scope["item"]["tags"]) ? $this->scope["item"]["tags"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp), (is_string($tmp=(isset($this->scope["item"]["owner"]) ? $this->scope["item"]["owner"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp));?></div>
                <?php 
}?>

            </div>
    <?php 
/* -- foreach end output */
	}
}?>

    </div>
<?php 
}
else {
?>
    <?php echo Dwoo_Plugin_str($this, 'noviewstosee', 'group', null, null, null, null, null);?>

<?php 
}?>


<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
Example #23
0
      <?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'subject',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["i"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>

  <?php 
}?>

    </td>
</tr>
<?php 
/* -- foreach end output */
	}
}?>

</table>
<?php if ((is_string($tmp=(isset($this->scope["desiredtypes"]) ? $this->scope["desiredtypes"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
<div class="morelinkwrap"><a class="morelink" href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>account/activity/index.php?type=<?php echo (is_string($tmp=$this->scope["desiredtypes"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo Dwoo_Plugin_str($this, 'More', 'blocktype.inbox', null, null, null, null, null);?> &raquo;</a></div>
<div class="cb"></div>
<?php 
}?>

<script>

addLoadEvent(function() {
    forEach(

        getElementsByTagAndClassName('a', 'inbox-showmessage', '<?php echo (is_string($tmp=$this->scope["blockid"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>'),

        function(element) {
        connect(element, 'onclick', function(e) {
            e.stop();
            var message = getFirstElementByTagAndClassName('div', 'inbox-message', element.parentNode);
?>
                <span class="arrow retractor"></span>
            <?php 
}?>

            <h2 class="title"><!-- (Adding some newlines within HTML comments to improve formatting without adding rendered whitespace)
              --><?php if ((is_string($tmp=(isset($this->scope["retractable"]) ? $this->scope["retractable"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?><span class="retractor"><?php 
}?><!--
              --><?php echo (is_string($tmp=$this->scope["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?><!--
              --><?php if ((is_string($tmp=(isset($this->scope["retractable"]) ? $this->scope["retractable"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?></span><?php 
}?><!--
              --><?php if ((is_string($tmp=(isset($this->scope["viewartefacturl"]) ? $this->scope["viewartefacturl"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> <a href="<?php echo (is_string($tmp=$this->scope["viewartefacturl"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" title="<?php echo Dwoo_Plugin_str($this, 'clickformoreinformation', 'view', null, null, null, null, null);?>"><!--
                --><img alt="<?php echo Dwoo_Plugin_str($this, 'detailslinkalt', 'view', null, null, null, null, null);?>" src="<?php echo Dwoo_Plugin_theme_url($this, 'images/detail_small.png', null);?>" /><!--
              --></a><?php 
}?><!--
              --><?php if ((is_string($tmp=(isset($this->scope["feedlink"]) ? $this->scope["feedlink"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> <a href="<?php echo (is_string($tmp=$this->scope["feedlink"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><!--
                --><img class="feedicon" src="<?php echo Dwoo_Plugin_theme_url($this, 'images/feed.png', null);?>"><!--
              --></a><?php 
}?><!--
            --></h2>
            <span class="cb"></span>
        </div><?php 
}?>

        <div class="blockinstance-content<?php if ((is_string($tmp=(isset($this->scope["retractable"]) ? $this->scope["retractable"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && (is_string($tmp=(isset($this->scope["retractedonload"]) ? $this->scope["retractedonload"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?> js-hidden<?php 
}?>">
Example #25
0
?>
                    <li><a href="<?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'fullurl',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["view"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'title',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["view"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></a></li>
<?php 
/* -- foreach end output */
	}
}?>

                </ul>
            </li>
<?php 
}?>

<?php if ((is_string($tmp=(isset($this->scope["sbdata"]["artefacts"]) ? $this->scope["sbdata"]["artefacts"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
            <li class="artefacts">
                <?php echo Dwoo_Plugin_str($this, "Artefacts", 'mahara', null, null, null, null, null);?>:
                <ul>
<?php 
$_fh6_data = (is_string($tmp=(isset($this->scope["sbdata"]["artefacts"]) ? $this->scope["sbdata"]["artefacts"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ($this->isArray($_fh6_data) === true)
{
	foreach ($_fh6_data as $this->scope['artefact'])
	{
/* -- foreach start output */
?>
<?php if ((is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'artefacttype',  ),  3 =>   array (    0 => '',    1 => '',  ),), (isset($this->scope["artefact"]) ? $this->scope["artefact"]:null), true)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == 'blog') {
?>
                    <li><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>artefact/blog/view/index.php?id=<?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'id',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["artefact"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php echo (is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'title',  ),  3 =>   array (    0 => '',    1 => '',  ),), $this->scope["artefact"], false)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></a></li>
<?php 
}
elseif ((is_string($tmp=$this->readVarInto(array (  1 =>   array (    0 => '->',  ),  2 =>   array (    0 => 'artefacttype',  ),  3 =>   array (    0 => '',    1 => '',  ),), (isset($this->scope["artefact"]) ? $this->scope["artefact"]:null), true)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) == 'blogpost') {
}?>

        </td>
        <td><?php if ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_logged_in() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?><a href="<?php echo (is_string($tmp=$this->scope["url"]["share"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php 
}?><div id="home-info-share" class="home-info-box">
            <h2 class="title"><?php echo Dwoo_Plugin_str($this, 'share', 'mahara', null, null, null, null, null);?></h2>
            <p><?php echo Dwoo_Plugin_str($this, 'sharesubtitle', 'mahara', null, null, null, null, null);?></p>
            <div class="mask"><div class="detail"><?php echo Dwoo_Plugin_str($this, 'sharedetail', 'mahara', null, null, null, null, null);?></div></div>
            </div><?php if ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_logged_in() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?></a><?php 
}?>

        </td>
        <td><?php if ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_logged_in() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?><a href="<?php echo (is_string($tmp=$this->scope["url"]["groups"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"><?php 
}?><div id="home-info-engage" class="home-info-box">
            <h2 class="title"><?php echo Dwoo_Plugin_str($this, 'engage', 'mahara', null, null, null, null, null);?></h2>
            <p><?php echo Dwoo_Plugin_str($this, 'engagesubtitle', 'mahara', null, null, null, null, null);?></p>
            <div class="mask"><div class="detail"><?php echo Dwoo_Plugin_str($this, 'engagedetail', 'mahara', null, null, null, null, null);?></div></div>
            </div><?php if ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_logged_in() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?></a><?php 
}?>

        </td>
    </tr>
    </table>
</div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>
if ((is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> dropdown-nav-home<?php }?>"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
echo (is_string($tmp=$this->scope["item"]["url"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php if ((is_string($tmp=(isset($this->scope["item"]["accesskey"]) ? $this->scope["item"]["accesskey"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> accesskey="<?php echo (is_string($tmp=$this->scope["item"]["accesskey"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php }?> class="<?php if ((is_string($tmp=(isset($this->scope["item"]["path"]) ? $this->scope["item"]["path"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
echo (is_string($tmp=$this->scope["item"]["path"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
}
else {?>dashboard<?php }?>"><?php if ((is_string($tmp=(isset($this->scope["item"]["accessibletitle"]) ? $this->scope["item"]["accessibletitle"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ! (is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><span aria-hidden="true" role="presentation"><?php }
echo (is_string($tmp=$this->scope["item"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
if ((is_string($tmp=(isset($this->scope["item"]["accessibletitle"]) ? $this->scope["item"]["accessibletitle"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && ! (is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?></span> <span class="accessible-hidden">(<?php echo (is_string($tmp=$this->scope["item"]["accessibletitle"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>)</span><?php }
if ((is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) && (is_string($tmp=(isset($this->scope["item"]["submenu"]) ? $this->scope["item"]["submenu"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> <span class="accessible-hidden">(<?php echo Dwoo_Plugin_str($this, 'dropdownmenu', 'mahara', null, null, null, null, null);?>)</span><?php }?></a></span><?php if ((is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
if ((is_string($tmp=(isset($this->scope["item"]["submenu"]) ? $this->scope["item"]["submenu"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><ul class="dropdown-sub"><?php $_fh6_data = (is_string($tmp=(isset($this->scope["item"]["submenu"]) ? $this->scope["item"]["submenu"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);if ($this->isArray($_fh6_data) === true){foreach ($_fh6_data as $this->scope['subitem']){/* -- foreach start output */?><li<?php if ((is_string($tmp=(isset($this->scope["subitem"]["selected"]) ? $this->scope["subitem"]["selected"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> class="selected"<?php }?>><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
echo (is_string($tmp=$this->scope["subitem"]["url"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php if ((is_string($tmp=(isset($this->scope["subitem"]["accesskey"]) ? $this->scope["subitem"]["accesskey"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> accesskey="<?php echo (is_string($tmp=$this->scope["subitem"]["accesskey"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php }?>><?php echo (is_string($tmp=$this->scope["subitem"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></a></span></li><?php /* -- foreach end output */}}?><div class="cl"></div></ul><?php }
}?></li><?php /* -- foreach end output */}}
if ((is_string($tmp=(isset($this->scope["ADMIN"]) ? $this->scope["ADMIN"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(isset($this->scope["INSTITUTIONALADMIN"]) ? $this->scope["INSTITUTIONALADMIN"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(isset($this->scope["STAFF"]) ? $this->scope["STAFF"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) || (is_string($tmp=(isset($this->scope["INSTITUTIONALSTAFF"]) ? $this->scope["INSTITUTIONALSTAFF"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><li class="returntosite"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" accesskey="h" class="return-site"><?php echo Dwoo_Plugin_str($this, "returntosite", 'mahara', null, null, null, null, null);?></a></span></li><?php }
elseif ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->get('admin') : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><li class="siteadmin"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/" accesskey="a" class="admin-site"><?php echo Dwoo_Plugin_str($this, "administration", 'mahara', null, null, null, null, null);?></a></span></li><?php }
elseif ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_institutional_admin() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><li class="instituteadmin"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/search.php" accesskey="a" class="admin-user"><?php echo Dwoo_Plugin_str($this, "administration", 'mahara', null, null, null, null, null);?></a></span></li><?php }
elseif ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->get('staff') : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><li class="siteinfo"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/search.php" accesskey="a" class="admin-user"><?php echo Dwoo_Plugin_str($this, "siteinformation", 'mahara', null, null, null, null, null);?></a></span></li><?php }
elseif ((is_string($tmp=(($tmp = (isset($this->scope["USER"]) ? $this->scope["USER"] : null)) ? $tmp->is_institutional_staff() : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?><li class="instituteinfo"><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>admin/users/search.php" accesskey="a" class="admin-user"><?php echo Dwoo_Plugin_str($this, "institutioninformation", 'mahara', null, null, null, null, null);?></a></span></li><?php }?></ul>

        </div>
<?php if ((is_string($tmp=(isset($this->scope["DROPDOWNMENU"]) ? $this->scope["DROPDOWNMENU"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
<?php 
}
else {
?>
        <div id="sub-nav">
<?php if ((is_string($tmp=(isset($this->scope["SELECTEDSUBNAV"]) ? $this->scope["SELECTEDSUBNAV"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {
?>
            <ul>
<?php $_fh8_data = (is_string($tmp=(isset($this->scope["SELECTEDSUBNAV"]) ? $this->scope["SELECTEDSUBNAV"] : null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);if ($this->isArray($_fh8_data) === true){foreach ($_fh8_data as $this->scope['item']){/* -- foreach start output */?><li<?php if ((is_string($tmp=(isset($this->scope["item"]["selected"]) ? $this->scope["item"]["selected"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> class="selected"<?php }?>><span><a href="<?php echo (is_string($tmp=$this->scope["WWWROOT"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);
echo (is_string($tmp=$this->scope["item"]["url"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php if ((is_string($tmp=(isset($this->scope["item"]["accesskey"]) ? $this->scope["item"]["accesskey"]:null)) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp)) {?> accesskey="<?php echo (is_string($tmp=$this->scope["item"]["accesskey"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>"<?php }?>><?php echo (is_string($tmp=$this->scope["item"]["title"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?></a></span></li><?php /* -- foreach end output */}}?></ul>
<?php 
<?php
/* template head */
if (function_exists('Dwoo_Plugin_str')===false)
	$this->getLoader()->loadPlugin('str');
/* end template head */ ob_start(); /* template body */ ?>
<div class="license">
    <a class="licenseicon" href="<?php echo (is_string($tmp=$this->scope["licenseurl"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>">
    <img alt="<?php echo Dwoo_Plugin_str($this, 'alttext', 'blocktype.creativecommons', null, null, null, null, null);?>" style="border-width:0" src="<?php echo (is_string($tmp=$this->scope["licenselogo"]) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp);?>" /></a>

    <div class="detail" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
        <p><?php echo (isset($this->scope["licensestatement"]) ? $this->scope["licensestatement"] : null);?></p>
        <p><?php echo (isset($this->scope["otherpermissions"]) ? $this->scope["otherpermissions"] : null);?></p>
    </div>

    <div class="cb"></div>
</div>
<?php  /* end template body */
return $this->buffer . ob_get_clean();
?>