<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta name="robots" content="none" />
	<title><?php 
_e("Jappix manager");
?>
 &bull; <?php 
echo $page_name;
?>
</title>
	<link rel="shortcut icon" href="./favicon.ico" />
	<?php 
echoGetFiles($hash, '', 'css', 'manager.xml', '');
echo "\n";
?>
	<!--[if lt IE 9]><?php 
echoGetFiles($hash, '', 'css', '', 'ie.css');
?>
<![endif]-->
</head>

<body class="body-images">
	<form id="manager" enctype="multipart/form-data" method="post" action="./?m=manager<?php 
echo $form_action;
?>
">
		<div id="manager-top">
			<div class="logo manager-images"><?php 
_e("Manager");
?>
</div>
			
Beispiel #2
0
?>
<![endif]-->

    <?php 
echoGetFiles($hash, $locale, 'js', 'desktop.xml', '');
echo "\n";
if (anonymousMode()) {
    echo "\n\t";
    echoGetFiles($hash, '', 'css', 'anonymous.xml', '');
    echo "\n\t";
    echoGetFiles($hash, $locale, 'js', 'anonymous.xml', '');
    echo "\n";
}
if (httpAuthEnabled()) {
    echo "\n\t";
    echoGetFiles($hash, '', 'js', 'httpauth.xml', '');
    echo "\n\t";
    httpAuthentication();
    echo "\n";
}
?>
</head>

<body class="body-images">

<?php 
// Homepage?
if (!anonymousMode() && !httpAuthEnabled()) {
    ?>
    <!-- BEGIN HOMEPAGE -->
    <div id="home">
echoGetFiles($hash, '', 'css', 'desktop.xml', '');
echo "\n";
?>
	<!--[if lt IE 9]><?php 
echoGetFiles($hash, '', 'css', '', 'ie.css');
?>
<![endif]-->
	
	<?php 
echoGetFiles($hash, $locale, 'js', 'desktop.xml', '');
echo "\n";
if (anonymousMode()) {
    echo "\n\t";
    echoGetFiles($hash, '', 'css', 'anonymous.xml', '');
    echo "\n\t";
    echoGetFiles($hash, $locale, 'js', 'anonymous.xml', '');
    echo "\n";
}
?>
</head>

<body class="body-images">

<?php 
// Homepage?
if (!anonymousMode()) {
    ?>
	<!-- BEGIN HOMEPAGE -->
	<div id="home">
		<div class="home-images plane"></div>
		
Beispiel #4
0
echo htmlspecialchars(SERVICE_NAME);
?>
 (<?php 
_e("Jappix Mobile");
?>
) &bull; <?php 
echo htmlspecialchars(SERVICE_DESC);
?>
</title>
	<link rel="shortcut icon" href="./favicon.ico" />
	<?php 
echoGetFiles($hash, '', 'css', 'mobile.xml', '');
echo "\n";
?>
	<?php 
echoGetFiles($hash, $locale, 'js', 'mobile.xml', '');
echo "\n";
?>
</head>

<body>
	<div id="home">
		<div class="header">
			<div class="mobile-images"></div>
		</div>
		
		<noscript>
			<div class="notification" id="noscript">
				<?php 
_e("Please enable JavaScript");
?>