Example #1
0
		<script src="js/menu.js"></script>
		<script src="js/jquery.crypt.js"></script>
		<script src="js/menujs.js"></script>
		<script src="js/jquery.kwicks-1.5.1.pack.js"></script>
		<script src="js/galeria.js"></script>
		<script src="js/zoomwall.js"></script>

		<title>GEREHO</title>        
    	<link rel="shortcut icon" type="image/x-icon" href="imagen/logo-v.ico" />

	</head>
	<body>
	<?php 
include "menu.php";
include "funcionesGaleria.php";
$porcentaje = categorias();
?>
	
	
	<center>
		<section>
			<div id="tableCategoria">
				<table>
					<th>Categoria</th>
					<th id="pos" colspan="2">Positivo</th>
					<th id="neg" colspan="2">Negativo</th>
			  		<tr>
				    	<td>Solo</td>
				    	<td><img id="logo" src="imagen/pos.png"></td> 
				    	<td><?php 
echo number_format($porcentaje[0], 2);
Example #2
0
<?php 
function_exists('wp_nav_menu') && has_nav_menu('menusidebar');
wp_nav_menu(array('theme_location' => 'menusidebar', 'container' => '', 'menu_class' => 'leftmenu'));
?>
<br>
<h3><?php 
if ($tex = get_option('text-2')) {
    echo $tex;
} else {
    _e('Genre', 'mundothemes');
}
?>
<span class="icon-caret-down"></span></h3>
<ul class="scrolling generos">
<?php 
categorias();
?>
</ul>
</div>
</div>		
<div class="bajon">
<div class="normal">
<?php 
if ($url = get_option('add_movie')) {
    ?>
<a class="agregar-movie" href="<?php 
    echo stripslashes($url);
    ?>
"><span class="icon-plus"></span> <?php 
    if ($tex = get_option('text-7')) {
        echo $tex;
Example #3
0
$lbl_list = new Label();
$lbl_list->setClass("labelMenuOption");
$lbl_list->setCaption("Products");
$table_products->onTap(list_prod());
$table_products->addControl($img_products, 1, 1, 1, 1, "Center", "Middle");
$table_products->addControl($lbl_list, 1, 2, 1, 1, "Left", "Middle");
$table_cat = new Table();
$table_cat->setClass("tableMenuOption");
$table_cat->setColumnsStyle("20%;80%");
$img_cat = new Image();
$img_cat->setImage("img/ic_category.png");
$img_cat->setClass("imagemenu");
$lbl_categorias = new Label();
$lbl_categorias->setClass("labelMenuOption");
$lbl_categorias->setCaption("Categories");
$table_cat->onTap(categorias());
$table_cat->addControl($img_cat, 1, 1, 1, 1, "Center", "Middle");
$table_cat->addControl($lbl_categorias, 1, 2, 1, 1, "Left", "Middle");
$table_login = new Table();
$table_login->setClass("tableMenuOption");
$table_login->setColumnsStyle("20%;80%");
$table_login->setInvisibleMode("Collapse Space");
$img_login = new Image();
$img_login->setImage("img/ic_login.png");
$img_login->setClass("imagemenu");
$lbl_login = new Label();
$lbl_login->setCaption("Login");
$lbl_login->setClass("labelMenuOption");
$table_login->onTap(login());
$table_login->addControl($img_login, 1, 1, 1, 1, "Center", "Middle");
$table_login->addControl($lbl_login, 1, 2, 1, 1, "Left", "Middle");