Ejemplo n.º 1
0
<div class="container">
    <!-- Main hero unit for a primary marketing message or call to action -->
    <div class="hero-unit">
        <h1>Admin Module</h1>
        <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
        <p>
            <a class="btn btn-primary btn-large" href="<?php 
echo App::admin()->url();
?>
documents/"><i class="icon-white icon-file"></i> Documents (DB test)</a>
        </p>

    </div>

    <?php 
include App::main()->templatesPath() . "debug.php";
?>
</div>
Ejemplo n.º 2
0
<link rel="shortcut icon" type="image/png" href="<?php 
echo Ac::url("assets");
?>
img/favicon.gif?r=0" />

<link rel="stylesheet" href="<?php 
echo Ac::url("static");
?>
bootstrap/css/bootstrap.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php 
echo Ac::url("static");
?>
anidcore/css/anidcore-inc.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php 
echo App::admin()->assetsUrl();
?>
css/toolbar.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php 
echo Ac::url("assets");
?>
css/styles-inc.css" type="text/css" media="all" />

<script type="text/javascript" src="<?php 
echo Ac::url("static");
?>
scripts-inc.js"></script>
<script type="text/javascript" src="<?php 
echo Ac::url("assets");
?>
js/scripts-inc.js"></script>
Ejemplo n.º 3
0
                            <li><a href="#">Grupos</a></li>
                            <li><a href="#">Privilegios</a></li>
                            <li class="divider"></li>
                            <li><a href="#">Mi cuenta</a></li>
                            <li><a href="#"><i class="icon-off"></i> <?php 
echo __t("Logout");
?>
</a></li>
                        </ul>
                    </li>
                    <?php 
if (false) {
    ?>
                    <li>
                        <a title="Editar esta página" href="<?php 
    echo App::admin()->url() . "documents/?id=" . ac_document()->id;
    ?>
" class="pull-right">
                            <i class="icon-pencil icon-white"></i>
                        </a>
                    </li>
                    <?php 
}
?>
                    <li id="notifier_area" class="active">
                        <a id="notifier_counter" href="#" title="Tienes 21 notificaciones">21</a>
                        <div id="notifier_box" style="display:none">lorem ipsum</div>
                    </li>
                </ul>
            </div><!--/.nav-collapse -->
        </div>