Example #1
0
            <br/>
            <div class="form"  style="width: 600px;">
                <div class="formTitle" >
                    <table width="100%" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                            <td width="400"><span class="formLabel" style="font-size: 14px; font-family: Arial; color: #6E6E6E;">Export diagram: <?php 
echo $diagram->title;
?>
</span></td>
                            <td colspan="2">&nbsp;</td>
                        </tr>
                    </table>
                </div>
                
                <?if(false && !$l->checkLicense() ){ ?>    
                    <div>
                        This feature (export as PNG and as DMO) is disable in free version.
                        <p/>
                        Please <a href="./license.php"><img style="vertical-align: middle;" src="assets/images/upgrade-button.png" /></a> to be enable these feature.
                    </div>            
                <?} else if(false && $l->host != $currentHost) {?>
                    <div style="background-color: yellow; font-size: 30px;">
                        License host (<?php 
echo $l->host;
?>
) is wrong. It should be: <?php 
echo $currentHost;
?>
 <p/> 
                        Please <a href="./license.php"><img style="vertical-align: middle;" src="assets/images/upgrade-button.png" /></a> to be enable these feature.
Example #2
0
?>
"></script>
    </head>
    <body>
        <?php 
require_once dirname(__FILE__) . '/header.php';
?>

        <div id="content" style="text-align: left; /*border: solid 1px red;*/ padding-left: 100px;">
            <?php 
require_once dirname(__FILE__) . '/common/messages.php';
?>
            <br/>

            <?php 
if (!$l->checkLicense()) {
    ?>
    
                <div>
                    <div style="margin: 10px auto; width: 600px;">
                        This feature is disable in free version. 
                        <p/>
                        Please <a href="./license.php"><img style="vertical-align: middle;" src="assets/images/upgrade-button.png" /></a> to be enable these feature.
                    </div> 
                </div>            
            <?php 
} else {
    if (false && $l->host != $currentHost) {
        ?>
                <div style="margin: 10px auto; width: 600px;">
                    License host (<?php