Also: Render all XModuleDescriptors in the cms the same way Default them to editing raw xml, if there is no specific module for them
46 lines
1.1 KiB
HTML
46 lines
1.1 KiB
HTML
<section class="raw-edit">
|
|
<section class="meta wip">
|
|
|
|
<section class="status-settings">
|
|
<ul>
|
|
<li><a href="#" class="current">Scrap</a></li>
|
|
<li><a href="#">Draft</a></li>
|
|
<li><a href="#">Proofed</a></li>
|
|
<li><a href="#">Published</a></li>
|
|
</ul>
|
|
<a href="#" class="settings">Settings</a>
|
|
</section>
|
|
|
|
<section class="author">
|
|
<dl>
|
|
<dt>Last modified:</dt>
|
|
<dd>mm/dd/yy</dd>
|
|
<dt>By</dt>
|
|
<dd>Anant Agarwal</dd>
|
|
</dl>
|
|
</section>
|
|
|
|
<section class="tags">
|
|
<div>
|
|
<h2>Tags:</h2>
|
|
<p class="editable">Click to edit</p>
|
|
</div>
|
|
|
|
<div>
|
|
<h2>Goal</h2>
|
|
<p class="editable">Click to edit</p>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
<textarea name="" class="edit-box" rows="8" cols="40">${data}</textarea>
|
|
<pre class="preview">${data | h}</pre>
|
|
|
|
<div class="actions wip">
|
|
<a href="" class="save-update">Save & Update</a>
|
|
<a href="#" class="cancel">Cancel</a>
|
|
</div>
|
|
|
|
<%include file="notes.html"/>
|
|
</section>
|