<?php

CSS::require_css("/css/simplesamplesite.css");
?>
<!DOCTYPE HTML>
<html lang="it">
    <head>
        ##/page/headers##
        <style type="text/css">
            .citazione
            {
                font-family: Palace Script, Times New Roman, Times, Georgia, Serif;
                font-size: 20px;
                font-weight: normal;
                font-style: italic;
                color:#f2f2f2;
            }

            .cit_firma
            {
                text-align: right;
            }

            .contenuto
            {
                font-family: Palace Script, Times New Roman, Times, Georgia, Serif;
                font-size: 20px;
                font-weight: normal;
                color:#f2f2f2;
            }
Example #2
0
<?php

CSS::require_css("/css/jquery/jquery.jscrollpane.css");
JS::require_jquery();
JS::require_script("/js/jquery/jquery.mousewheel.js");
JS::require_script("/js/jquery/mwheelIntent.js");
JS::require_script("/js/jquery/jquery.jscrollpane.min.js");
?>
<script type="text/javascript">
    $(function()
    {
        $('<?php 
echo isset($id) ? $id : "." . $class;
?>
').jScrollPane(
            {
                autoReinitialise: true
            }
        );
    });
</script>
Example #3
0
<?php 
JS::require_jquery();
CSS::require_css("/css/admin/admin.css");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="it">
<head>

    ##/page/headers##

<style type="text/css">


</style>
</head>
<body>
	<table width="100%">
	<tr>
		<td class="colsx" valign="top">
            ##/pannello_sinistra##

        </td>
		
		<td class="colce" valign="top">
		<table class="paneltable" cellpadding="0" cellspacing="0">
            <tr>
                <td class="altsx"></td><td class="altce">##/pannello_centrale/titolo##</td><td class="altdx"></td>
            </tr>
            <tr>
                <td class="medsx"></td><td class="medce">##/pannello_centrale/contenuto##</td><td class="meddx"></td>
            </tr>
Example #4
0
<?php

JS::require_jquery();
CSS::require_css("/css/widgets/shower/shower.css");
?>
<script type="text/javascript">
    function open_shower(load_url,params)
    {
        $.get(load_url,params,function(data, status, request)
        {
            if (status=="success" || status=="notmodified")
            {
                $("#shower_content").html(data);
                $("#shower").show("slow");
                //$("#shower_central").css("margin-top",-($("#shower_central").height()/2)+"px")
                $("#shower_central").css("margin-left",-($("#shower_central").width()/2)+"px");
            }
        });
    }
    function close_shower()
    {
        $("#shower").hide("slow");
    }
</script>
<div align="center" id="shower">

    <div id="shower_central">
        <div id="shower_closer">
            <img style="float:right; padding:10px;" src="/immagini/grafica/widgets/shower/close.png" alt="[close]" onclick="close_shower();" title="Chiudi" />
        </div>
        <div id="shower_content">
<?php

CSS::require_css("/css/simplesamplesite_welcome.css");
?>
<!DOCTYPE HTML>
<html lang="it">
<head>
    ##/page/headers##
</head>
<body>
<div>
    <img class="antie" src="/immagini/grafica/layouts/simplesamplesite/index.jpg" style="width:100%" alt="immagine index">
</div>
<div class="dati_azienda">##/dati_azienda##</div>
<table class="overtable" style="height:100%;width:100%;border:0" cellpadding="0" cellspacing="0">
	<tr>
		<td><div class="citazione">##/citazione/testo##<p class="firma_autore">##/citazione/firma##</p></div>
            <img src="/immagini/grafica/layouts/simplesamplesite/semicerchio.png" alt="semi cerchio">
		</td>
		<td>
			<table style="width:100%;height:100%;border:0" cellpadding="0" cellspacing="0">
			<tr>
			<td style="height:50%;background-color:#4537ff;vertical-align:middle" align="center">
                <img style="width:50%" src="/immagini/grafica/layouts/simplesamplesite/logohome.png" alt="logo home" /></td>
			</tr>
			<tr>
			<td align="right" valign="top" style="height:50%;background-image: url('/immagini/grafica/layouts/simplesamplesite/trasparente.png');">
                <div class="entra" onclick="window.location='/it/who_is.php'">
                    <a>Enter - Click here</a>
                </div>
            </td>