Example #1
0
</title>

    <link rel="stylesheet" type="text/css" href="css/reset.css" />
    <link rel="stylesheet" type="text/css" href="css/grid.css" />
    <link rel="stylesheet" type="text/css" href="css/main.css" />
    <link rel="stylesheet" type="text/css" href="plugins/chosen/chosen.css" />
	<link rel="stylesheet" type="text/css" href="plugins/smoothness/jquery-ui-1.8.17.custom.css" />

    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
    <script type="text/javascript" src="plugins/tiny_mce/jquery.tinymce.js"></script>
    <script type="text/javascript" src="plugins/chosen/chosen.jquery.js"></script>

    <script type="text/javascript">
        var baseHref = '<?php 
echo View::getBaseHref();
?>
'; // Used by plugins to get relative paths to scripts
    </script>

    <script type="text/javascript" src="js/admin.js"></script>
</head>
<body>

<!-- start header -->
<div class="header">
    <div class="container_12">
        <h1 class="grid_12">Control Panel</h1>

        <? if(!User::current()->isAnonymous()): ?>
            <div class="user_box">