Ejemplo n.º 1
0
                        ?>
" class="buttonMin"/></td>
                                    </tr>
                                    <tr>
                                        <td colspan="4"><div class="slider" id="slider<?php 
                        echo $device[2];
                        ?>
" name="<?php 
                        echo $device[2];
                        ?>
"></div></td>
                                    </tr>
                                </table>
                            </div>
                            <?php 
                        break;
                }
                ?>
                </li>
                <?php 
            }
        }
    }
    echo '</ul>';
    echo "\t" . '</div></div>' . "\n";
}
MPage::EndBlock("body");
MPage::Render("MDash.php");
?>
 
Ejemplo n.º 2
0
<?php 
MPage::BeginBlock();
?>
Greeting Form Demo<?php 
MPage::EndBlock("title");
?>

<?php 
MPage::BeginBlock();
?>

<form action="result.php" method="post">
Name: <input type="text" name="name" value="" /> 
<input type="submit" value="Execute" />
</form>

<?php 
MPage::EndBlock("body");
?>

<?php 
MPage::BeginBlock();
?>
&copy; 2010 Nicolas Rodriguez 
<?php 
MPage::EndBlock("copyright");
?>

<?php 
MPage::Render("master.php");