Plugin Directory

Changeset 628574


Ignore:
Timestamp:
11/22/2012 09:01:35 AM (13 years ago)
Author:
chen420
Message:

add menu guide menus.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tinywebdb-api/trunk/menus.php

    r624048 r628574  
    2222    echo '<table class="form-table">';
    2323    ?>
     24
     25    <h3>Controllers</h3>
     26
     27        <table id="all-plugins-table" class="widefat">
     28      <thead>
     29        <tr>
     30          <th class="manage-column check-column" scope="col"></th>
     31          <th class="manage-column" scope="col">Controller</th>
     32          <th class="manage-column" scope="col">Description</th>
     33        </tr>
     34      </thead>
     35      <tfoot>
     36        <tr>
     37          <th class="manage-column check-column" scope="col"></th>
     38          <th class="manage-column" scope="col">Controller</th>
     39          <th class="manage-column" scope="col">Description</th>
     40        </tr>
     41      </tfoot>
     42      <tbody class="plugins">
     43                  <tr class="active">
     44            <th class="check-column" scope="row">
     45              <input type="checkbox" name="controllers[]" value="core" />
     46            </th>
     47            <td class="plugin-title">
     48              <strong>Core</strong>
     49              <div class="row-actions-visible">
     50                <a href="options-general.php?page=json-api&amp;action=deactivate&amp;controller=core&amp;_wpnonce=0e3d72a68d" title="Deactivate this controller" class="edit">’âŽ~</a>            </td>
     51            <td class="desc">
     52              <p>Basic introspection methods</p>
     53
     54            </td>
     55          </tr>
     56     </tbody>
     57             
     58    <h3>Address</h3>
    2459
    2560    <tr valign="top">
Note: See TracChangeset for help on using the changeset viewer.