Example #1
0
    ?>
</p></div>
    <?php 
}
?>
    
    <div class="wrap free-html5-map full">
        <div id="icon-users" class="icon32"></div>
        <h2><?php 
echo __('HTML5 Maps', 'free-html5-map');
?>
</h2>
        
        <div class="left-block">
            <?php 
$listtable->display();
?>
            
            <form name="action_form" action="" method="POST" enctype="multipart/form-data" class="html5-map full">
                <input type="hidden" name="action" value="new" />
                <input type="hidden" name="maps" value="" />
                
                <fieldset>
                    <legend>Add new map</legend>
                    <span>New map name:</span>
                    <input type="text" name="name" value="New map" />
                    
                    <?php 
$types = free_map_get_map_types();
?>
                    
Example #2
0
<div class="wrap">

	<h2><?php 
        _e('Custom Interactive Maps', 'mapplic');
        ?>
 <a href="?page=<?php 
        echo $_REQUEST['page'];
        ?>
&amp;action=new" class="add-new-h2"><?php 
        _e('Add New');
        ?>
</a></h2>
	
	<form id="maps-filter" method="get">

		<input type="hidden" name="page" value="<?php 
        echo $_REQUEST['page'];
        ?>
">
	
		<?php 
        $map_list_table->display();
        ?>
	
	</form>
	
</div>

<?php 
    }
}