Remove admin links from footer + customize mini logos

This commit is contained in:
Eike Foken
2011-09-16 01:28:37 +02:00
parent e120080853
commit 923373e8bb
7 changed files with 20 additions and 21 deletions

View File

@@ -1,26 +1,17 @@
<div id="footer"> <div id="footer">
<?
if ($this->access->isAdmin()):
?>
<span class="left"><strong><?=_('Administration')?></strong> -
<a href="<?=site_url('admin/settings')?>"><?=_('Global settings')?></a> |
<a href="<?=site_url('admin/servers')?>"><?=_('Manage calculation servers')?></a> |
<a href="<?=site_url('admin/users')?>"><?=_('Manage users')?></a> |
<a href="<?=site_url('admin/programs')?>"><?=_('Manage programs')?></a>
</span>
<?
endif;
?>
<span class="right"> <span class="right">
<?=sprintf(_('Page rendered in %s seconds.'), $this->benchmark->elapsed_time());?>
</span>
<span class="left">
<?=anchor('about', _('About'));?> | <?=anchor('about', _('About'));?> |
<?=anchor('license', _('License'));?> <?=anchor('license', _('License'));?>
</span> </span>
<span class="right"> </div>
<?=asset('image', 'iwt.gif', array('width' => 36));?>
<?=asset('image', 'dfg.gif', array('width' => 36));?> <div id="copyright">
<?=asset('image', 'uni.png', array('width' => 36));?> <?=image_asset('iwt.png');?>
</span> <?=image_asset('uni.png');?>
<?=image_asset('dfg.png');?>
</div> </div>
</div> </div>

View File

@@ -347,8 +347,7 @@ div.error {
background: #fff; background: #fff;
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;
padding: 15px; padding: 15px;
height: 35px; height: 12px;
line-height: 36px;
clear: both; clear: both;
} }
@@ -358,7 +357,16 @@ div.error {
#footer .right { #footer .right {
float: right; float: right;
margin-left: 6px; }
#copyright {
padding: 10px 0;
text-align: right;
}
#copyright img {
margin-left: 4px;
float: right;
} }
/* Buttons */ /* Buttons */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
assets/images/dfg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

BIN
assets/images/iwt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB