2025-02-09 21:23:06 +00:00
|
|
|
<h1 class="title">Create Knowledge Base Article</h1>
|
|
|
|
|
|
|
|
|
|
|
2025-02-11 09:26:53 +00:00
|
|
|
<div class="content">
|
|
|
|
|
<form action="/kb/create" method="POST">
|
2025-05-10 08:50:41 +01:00
|
|
|
{{ \CSRFHelper::field() | raw }}
|
2025-02-09 21:23:06 +00:00
|
|
|
|
2025-02-16 22:03:56 +00:00
|
|
|
<bulma type="H_FIELD_INPUT" label="Title:" name="title" value=""></bulma>
|
2025-02-09 21:23:06 +00:00
|
|
|
|
2025-02-11 09:26:53 +00:00
|
|
|
<div id="editor" class="block">
|
|
|
|
|
<div class="tabs">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="is-active"><a>Write</a></li>
|
2025-02-16 22:03:56 +00:00
|
|
|
<li class=""><a>Preview</a></li>
|
2025-02-11 09:26:53 +00:00
|
|
|
</ul>
|
|
|
|
|
</div>
|
2025-02-09 21:23:06 +00:00
|
|
|
|
2025-02-11 09:26:53 +00:00
|
|
|
<div class="block">
|
2025-02-16 22:03:56 +00:00
|
|
|
<div class="tab-content">
|
|
|
|
|
<bulma type="H_FIELD_TEXTAREA" label="Content:" name="content" value=""></bulma>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="tab-content">
|
|
|
|
|
|
|
|
|
|
</div>
|
2025-02-11 09:26:53 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-02-09 21:23:06 +00:00
|
|
|
|
2025-02-11 09:26:53 +00:00
|
|
|
<!-- TODO: tags -->
|
2025-02-09 21:23:06 +00:00
|
|
|
|
2025-02-11 09:26:53 +00:00
|
|
|
<!-- buttons -->
|
|
|
|
|
<div class="field is-grouped is-grouped-right">
|
|
|
|
|
<div class="control">
|
|
|
|
|
<a class="button is-secondary" href="/kb">Cancel</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="control">
|
|
|
|
|
<button class="button is-primary" type="submit">Create KB Article</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|