JSFiddle - React, Tailwind, and code Playground

by Jeffrey Davidson

HTML

<link rel="stylesheet" href="http://www.kansasoutlawwrestling.com/manager/css/style.css">
<script src="http://www.kansasoutlawwrestling.com/manager/modules/js/templates.js"></script>
<script src="http://www.kansasoutlawwrestling.com/manager/js/pagination.js"></script>
<script src="http://www.kansasoutlawwrestling.com/manager/js/jquery.dataTables.js"></script>
<script src="http://www.kansasoutlawwrestling.com/manager/js/modules.js"></script>
<h2>Web Site Templates</h2> 

<table id="templatesPageList" class="rounded-corner dataTablePageList">

    <thead>
    
        <tr>
        
            <th scope="col" class="rounded-first"></th>
            <th scope="col" class="rounded">Description</th>
            <th scope="col" class="rounded">Creator</th>
            <th scope="col" class="rounded">Date Created</th>
            <th scope="col" class="rounded">Edit</th>
            <th scope="col" class="rounded-last">Delete</th>
            
        </tr>
        
    </thead>
    
    <tfoot>
        
        <tr>
        
            <td colspan="5" class="rounded-foot-left"></td>
            <td class="rounded-foot-right">&nbsp;</td>

        </tr>
        
    </tfoot>
    
    <tbody>
            
        <tr><td><input type="checkbox" name="templates" value="1"/></td><td>Main Site Template</td><td>Jeff Davidson</td><td>July 27, 2011</td><td><a href="#"><img src="http://www.kansasoutlawwrestling.com/manager/images/user_edit.png" class="edit" alt="" title="" border="0" id="1" /></a></td><td><a href="#" class="ask"><img src="http://www.kansasoutlawwrestling.com/manager/images/trash.png" class="delete" alt="" title="" border="0" id="1" /></a></td></tr> 
        
    </tbody>
    
</table>

<a href="" class="bt_green" id="templates.php"><span class="bt_green_lft"></span><strong>Add New Site Template</strong><span class="bt_green_r"></span></a><a href="" class="bt_blue viewAll"><span class="bt_blue_lft"></span><strong>View All Site Templates</strong><span...