示例#1
0
 * You should have received a copy of the GNU General Public License
 * along with OpenMediaVault. If not, see <http://www.gnu.org/licenses/>.
 */
require_once "openmediavault/env.inc";
require_once "openmediavault/product.inc";
$prd = new OMVProduct();
$title = sprintf("%s - %s", $prd->getName(), gettext("Web administration interface"));
?>
<!DOCTYPE html>
<html>
	<head>
		<title><?php 
echo $title;
?>
</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
		<link rel="stylesheet" type="text/css" href="css/omv.css"/>
	</head>
	<body class="shutdown-page">
		<a href='/'><div class="shutdown-icon"></div></a>
		<a title='<?php 
echo $prd->getName();
?>
' href='<?php 
echo $prd->getURL();
?>
' target='_blank'><div class="product-logo"></div></a>
	</body>
</html>