</label><input type="checkbox" name="super_static_cache_excet[]" value="author" <?php 
theselected('super_static_cache_excet', 'author');
?>
></div>
                <div><label><?php 
_e('Date', 'super_static_cache');
?>
</label><input type="checkbox" name="super_static_cache_excet[]" value="date" <?php 
theselected('super_static_cache_excet', 'date');
?>
></div>
                <div><label><?php 
_e('Attachment', 'super_static_cache');
?>
</label><input type="checkbox" name="super_static_cache_excet[]" value="attachment" <?php 
theselected('super_static_cache_excet', 'attachment');
?>
></div>
            </div>
            <div class="inside">
                <?php 
_e('<p>You can specify a page that is not cached, Please fill in the full URL(like http://www.example.com/example/).</p>', 'super_static_cache');
?>
                <textarea name="super_static_cache_nocachesinglepage"><?php 
echo str_replace(",", "\r\n", get_option('super_static_cache_nocachesinglepage'));
?>
</textarea>
            </div>
        </div>
        <input type="submit" class="button-primary" value="<?php 
_e('Save', 'super_static_cache');
</label><input type="checkbox" name="update_cache_action[]" value="comment_post,comment_unapproved_to_approved" <?php 
theselected('update_cache_action', 'comment_unapproved_to_approved');
?>
></div>
                <div><label><?php 
_e('Trash a Comment', 'super_static_cache');
?>
</label><input type="checkbox" name="update_cache_action[]" value="comment_approved_to_trash" <?php 
theselected('update_cache_action', 'comment_approved_to_trash');
?>
></div>
                <div><label><?php 
_e('Mark a Comment as spam', 'super_static_cache');
?>
</label><input type="checkbox" name="update_cache_action[]" value="comment_approved_to_spam" <?php 
theselected('update_cache_action', 'comment_approved_to_spam');
?>
></div><br/>
                <input type="submit" class="button-primary" value="<?php 
_e('Save', 'super_static_cache');
?>
">
            </div>
        </form>
    </div>

    <div class="postbox">
        <h3 class="hndle"><?php 
_e('Purge Cache', 'super_static_cache');
?>
</h3>