aboutsummaryrefslogtreecommitdiff
path: root/w/view/templates/editsidebar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-10 21:43:24 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-10 21:43:24 +0100
commit2f363e8fa26ab849539e64ff7caa21bd164e8979 (patch)
tree238f2689e44bfc26329f970ced4c678b1ab6818d /w/view/templates/editsidebar.php
parent687b1f851abbb28750d2921d4f5beaac24b3249d (diff)
downloadwcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.tar.gz
wcms-2f363e8fa26ab849539e64ff7caa21bd164e8979.zip
sidebars-html-inserts
Diffstat (limited to 'w/view/templates/editsidebar.php')
-rw-r--r--w/view/templates/editsidebar.php40
1 files changed, 0 insertions, 40 deletions
diff --git a/w/view/templates/editsidebar.php b/w/view/templates/editsidebar.php
deleted file mode 100644
index 99612dd..0000000
--- a/w/view/templates/editsidebar.php
+++ /dev/null
@@ -1,40 +0,0 @@
-<div class="sidebar">
- <details id="editinfo" open>
- <summary>Infos</summary>
- <fieldset>
- <label for="title">title :</label>
- <input type="text" name="title" id="title" value="<?= $art->title(); ?>">
- <label for="description">Description :</label>
- <input type="text" name="description" id="description" value="<?= $art->description(); ?>">
- <label for="tag">Tag(s) :</label>
- <input type="text" name="tag" id="tag" value="<?= $art->tag('string'); ?>">
- <label for="secure">Privacy level :</label>
- <select name="secure" id="secure">
- <option value="0" <?= $art->secure() == 0 ? 'selected' : '' ?>>0</option>
- <option value="1" <?= $art->secure() == 1 ? 'selected' : '' ?>>1</option>
- <option value="2" <?= $art->secure() == 2 ? 'selected' : '' ?>>2</option>
- <option value="3" <?= $art->secure() == 3 ? 'selected' : '' ?>>3</option>
- </select>
- </fieldset>
- </details>
- <details>
- <summary>Advanced</summary>
- <fieldset>
- <h3>Template options</h3>
- <p>NOT WORKING</p>
- </fieldset>
- </details>
- <details id="editcss" open>
- <summary>Quick CSS</summary>
-
- </details>
- <details>
- <summary>Help</summary>
- <div id="help">
- <?php $this->insert('edithelp') ?>
-
- </div>
- </details>
-
-
-</div> \ No newline at end of file