Created
July 12, 2017 14:25
-
-
Save marcosnakamine/d1639f74ac4945b51b7db3ac5fcb4b5e to your computer and use it in GitHub Desktop.
WordPress - Default admin page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="wrap"> | |
<h1 class="wp-heading-inline">Inscritos</h1> | |
<hr class="wp-header-end"> | |
<ul class="subsubsub"> | |
<li class="all"><a href="edit.php?post_type=banner&all_posts=1" class="current">Tudo <span class="count">(5)</span></a> |</li> | |
<li class="mine"><a href="edit.php?post_type=banner&author=1">Meus <span class="count">(3)</span></a> |</li> | |
<li class="publish"><a href="edit.php?post_status=publish&post_type=banner">Publicados <span class="count">(5)</span></a></li> | |
</ul> | |
<table class="wp-list-table widefat fixed striped posts"> | |
<thead> | |
<tr> | |
<th>1</th> | |
<th>2</th> | |
<th>4</th> | |
<th>5</th> | |
</tr> | |
</thead> | |
<tbody id="the-list"> | |
<tr class="iedit author-other level-0 type-banner status-publish hentry"> | |
<td></td> | |
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque sequi excepturi cum, blanditiis nam nostrum! Laboriosam minus iste, itaque nemo nulla, repellat minima accusantium architecto adipisci fugiat deleniti vitae amet.</td> | |
<td></td> | |
<td></td> | |
</tr> | |
</tbody> | |
<tfoot> | |
<tr> | |
<th>1</th> | |
<th>2</th> | |
<th>4</th> | |
<th>5</th> | |
</tr> | |
</tfoot> | |
</table> | |
<div id="ajax-response"></div> | |
<br class="clear"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment