mirror of
https://gh.wpcy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2026-07-15 11:17:15 +08:00
91 lines
3.8 KiB
PHP
91 lines
3.8 KiB
PHP
<?php
|
|
/**
|
|
* Section metaboxes view
|
|
*
|
|
* @package wpadminref
|
|
*/
|
|
|
|
?>
|
|
|
|
<section class="section section-metaboxes section-with-columns" id="metaboxes">
|
|
<header class="section-header">
|
|
<h2>Metaboxes</h2>
|
|
<hr/>
|
|
</header>
|
|
<div class="section-content">
|
|
<div id="dashboard-widgets-wrap" class="grid-2">
|
|
<div id="dashboard-widgets" class="column-content markup-holder metabox-holder">
|
|
<div id="postbox-container-1" class="postbox-container w-100">
|
|
<div id="normal-sortables" class="meta-box-sortables ui-sortable">
|
|
<div id="metabox" class="postbox">
|
|
<button type="button" class="handlediv" aria-expanded="true">
|
|
<span class="screen-reader-text">Metabox collapse</span>
|
|
<span class="toggle-indicator" aria-hidden="true"></span>
|
|
</button>
|
|
<h2 class="hndle ui-sortable-handle">
|
|
<span>WP-Admin reference Metabox</span>
|
|
</h2>
|
|
<div class="inside">
|
|
<div class="main">
|
|
<p>
|
|
<strong>Dummy metabox</strong>
|
|
</p>
|
|
<p>
|
|
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
|
|
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
|
|
content here', making it look like readable English.
|
|
</p>
|
|
<p>
|
|
Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for
|
|
'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, by accident.
|
|
</p>
|
|
<p>
|
|
<a class="button button-primary">Don't click me!</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="postbox-container-2" class="postbox-container w-100">
|
|
<div id="side-sortables" class="meta-box-sortables ui-sortable empty-container" data-emptystring="Drag boxes here"></div>
|
|
</div>
|
|
</div>
|
|
<div class="column-code">
|
|
<script type="text/plain" class="line-numbers language-markup">
|
|
<div id="dashboard-widgets" class="metabox-holder">
|
|
<div id="postbox-container-1" class="postbox-container">
|
|
<div id="normal-sortables" class="meta-box-sortables ui-sortable">
|
|
<div id="metabox" class="postbox">
|
|
<button type="button" class="handlediv" aria-expanded="true">
|
|
<span class="screen-reader-text">Metabox collapse</span>
|
|
<span class="toggle-indicator" aria-hidden="true"></span>
|
|
</button>
|
|
<h2 class="hndle ui-sortable-handle"><span>WP-Admin reference Metabox</span></h2>
|
|
<div class="inside">
|
|
<div class="main">
|
|
<p><strong>Dummy metabox</strong></p>
|
|
<p>
|
|
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.
|
|
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
|
|
content here', making it look like readable English.
|
|
</p>
|
|
<p>
|
|
Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for
|
|
'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, by accident.
|
|
</p>
|
|
<p><a class="button button-primary">Don't click me!</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section-code h-400">
|
|
<pre class="section-markup-code line-numbers language-markup"><code class="line-numbers language-markup"></code></pre>
|
|
</div>
|
|
</section>
|