2025-05-22 23:57:03 +00:00
|
|
|
<div class="docs-edit">
|
2025-05-22 06:26:16 +00:00
|
|
|
<form method="POST">
|
2025-05-21 06:05:12 +00:00
|
|
|
<label>
|
2025-05-22 06:26:16 +00:00
|
|
|
<span>{{label_doc_title}}</span>
|
|
|
|
<input type="text" name="title" value="{{value_doc_title}}"/>
|
2025-05-21 06:05:12 +00:00
|
|
|
</label>
|
|
|
|
<label>
|
2025-05-22 06:26:16 +00:00
|
|
|
<span>{{label_doc_authors}}</span>
|
|
|
|
<input type="text" name="authors" value="{{value_doc_authors}}"/>
|
2025-05-21 06:05:12 +00:00
|
|
|
</label>
|
|
|
|
<label>
|
2025-05-22 06:26:16 +00:00
|
|
|
<span>{{label_doc_content}}</span>
|
|
|
|
<textarea name="content">{{value_doc_content}}</textarea>
|
2025-05-21 06:05:12 +00:00
|
|
|
</label>
|
|
|
|
<label>
|
2025-05-22 06:26:16 +00:00
|
|
|
<span>{{label_doc_reasoning}}</span>
|
|
|
|
<textarea name="reasoning">{{value_doc_reasoning}}</textarea>
|
2025-05-21 06:05:12 +00:00
|
|
|
</label>
|
2025-05-22 06:26:16 +00:00
|
|
|
<button formaction="{{value_action_back}}">{{label_action_back}}</button>
|
|
|
|
<button formaction="{{value_action_save}}">{{label_action_save}}</button>
|
|
|
|
<button formaction="{{value_action_delete}}">{{label_action_delete}}</button>
|
2025-05-21 06:05:12 +00:00
|
|
|
</form>
|
|
|
|
</div>
|