Exemple #1
0
        print rgd('/classes.php');
        ?>
">Classes</a></li>
<?php 
    }
    if (hasACL('admin_panel', 'R', 'S')) {
        ?>
					<li class="global-nav mobile-width-full"><a data-i18n="nav.admin" class="global-nav" href="<?php 
        print rgd('/admin.php');
        ?>
">Admin</a></li>
<?php 
    }
    ?>
					<li class="global-nav mobile-width-full"><a data-i18n="nav.logout" class="global-nav" href="<?php 
    print rgd('/PHP5/logout.php');
    ?>
">Logout</a></li>
<?php 
}
?>
			</nav>
		</header>
		<script>
			$('#mobile-site-title').html('<span>'+$('#mobile-site-title').html().split('').join('</span><span>')+'</span>');
			$('#desktop-site-title').html('<span>'+$('#desktop-site-title').html().split('').join('</span><span>')+'</span>');
			setInterval(function() {
				var r = function(a) {
					return a[Math.floor(Math.random()*a.length)];
				};
				var r2 = function(a) {
Exemple #2
0
<header>
    <h2 class="title">Error 503</h2>
</header>
<article>
    <p>Please <a href="<?php 
print rgd('/login.php');
?>
">log in</a> as an administrator to access this page (<?php 
print $_SERVER['REQUEST_URI'];
?>
). </p>
</article>
Exemple #3
0
<header>
    <h2 class="title">Error 503</h2>
</header>
<article>
    <p>Please <a href="<?php 
print rgd('/logout.php');
?>
">log out</a> to access this page (<?php 
print $_SERVER['REQUEST_URI'];
?>
). </p>
</article>