|
|
@ -4,16 +4,43 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="panel-body">
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
[[topic:merge_topics_instruction]]<br />
|
|
|
|
[[topic:merge_topics_instruction]]
|
|
|
|
<div class="topics-section">
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
|
|
|
<input class="form-control" type="text">
|
|
|
|
|
|
|
|
<span class="input-group-addon">
|
|
|
|
|
|
|
|
<i class="fa fa-search"></i>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p><strong>[[topic:merge-topic-list-title]]</strong></p>
|
|
|
|
|
|
|
|
<ul class="topics-section">
|
|
|
|
{{{each topics}}}
|
|
|
|
{{{each topics}}}
|
|
|
|
<!-- IF @index -->
|
|
|
|
<li><a href="{config.relative_path}/topic/{topics.tid}">{topics.title}</a></li>
|
|
|
|
<i class="fa fa-chevron-up"></i><br/>
|
|
|
|
|
|
|
|
<!-- ENDIF @index -->
|
|
|
|
|
|
|
|
<span>{topics.title}</span><br/>
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
{{{end}}}
|
|
|
|
</div>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<strong>[[topic:merge-options]]</strong>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<input type="radio" name="merge-topic-option" id="abbas" checked="true"> [[topic:merge-select-main-topic]]
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<select class="form-control main-topic-select">
|
|
|
|
|
|
|
|
{{{each topics}}}
|
|
|
|
|
|
|
|
<option value="{topics.tid}">{topics.title}</option>
|
|
|
|
|
|
|
|
{{{end}}}
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<input type="radio" name="merge-topic-option" id="allalal"> [[topic:merge-new-title-for-topic]]
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<input type="text" class="form-control">
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="panel-footer">
|
|
|
|
<div class="panel-footer">
|
|
|
|
|
|
|
|
|
|
|
|