<div class="wrap">
    <div class="icon32" id="icon-options-general"><br /></div>
    <h2>AssetsMinify's configuration</h2>
    <p>&nbsp;</p>
    <form method="post" action="options.php">
        <?php settings_fields('am_options_group'); ?>
        <table class="form-table">
            <tbody>
                <tr valign="top">
                    <th scope="row">
                        <label for="am_use_compass">Use Compass</label>
                    </th>
                    <td>
                        <input name="am_use_compass" type="checkbox" id="am_use_compass" value="1"<?php if ( get_option('am_use_compass', 0) != 0 ): ?> checked="checked"<?php endif ?>>
                    </td>
                </tr>
                <tr valign="top">
                    <th scope="row">
                        <label for="am_compass_path">Compass compiler's path</label>
                    </th>
                    <td>
                        <input name="am_compass_path" type="text" id="am_compass_path" value="<?php echo get_option('am_compass_path', '/usr/bin/compass') ?>" class="regular-text">
                    </td>
                </tr>
            </tbody>
        </table>
        <p class="submit">
            <input type="submit" name="submit" id="submit" class="button button-primary" value="Save" style="margin-right:10px"> <a href="<?php echo admin_url( "options-general.php?page=assets-minify&empty_cache" ) ?>">Empty AssetsMinify's Cache</a>
        </p>
    </form>
</div>
