Aaron Parecki
8 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
5 additions and
5 deletions
-
views/new-bookmark.php
|
|
@ -13,27 +13,27 @@ |
|
|
|
<form role="form" style="margin-top: 20px;" id="note_form"> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_bookmark"><code>bookmark-of</code></label> |
|
|
|
<label for="note_bookmark">Bookmark URL (<code>bookmark-of</code>)</label> |
|
|
|
<input type="text" id="note_bookmark" value="<?= $this->bookmark_url ?>" class="form-control"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_name"><code>name</code></label> |
|
|
|
<label for="note_name">Name (<code>name</code>)</label> |
|
|
|
<input type="text" id="note_name" value="<?= $this->bookmark_name ?>" class="form-control"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_content"><code>content</code> (optional)</label> |
|
|
|
<label for="note_content">Content (<code>content</code>, optional)</label> |
|
|
|
<textarea id="note_content" value="" class="form-control" style="height: 5em;"><?= $this->bookmark_content ?></textarea>
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_category"><code>category</code> (optional, comma-separated list of tags)</label> |
|
|
|
<label for="note_category">Tags (<code>category</code>, optional, comma-separated list of tags)</label> |
|
|
|
<input type="text" id="note_category" value="<?= $this->bookmark_tags ?>" class="form-control" placeholder="e.g. web, personal"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group"> |
|
|
|
<label for="note_syndicate-to"><code>syndicate-to</code> <a href="javascript:reload_syndications()">(refresh)</a></label> |
|
|
|
<label for="note_syndicate-to">Syndicate (<code>syndicate-to</code>) <a href="javascript:reload_syndications()">refresh</a></label> |
|
|
|
<div id="syndication-container"> |
|
|
|
<?php |
|
|
|
if($this->syndication_targets) { |
|
|
|