2016-10-06 20:34:07 +02:00
|
|
|
<div id="bot-settings" class="settings-section" data-name="your-bots">
|
2017-04-15 05:25:53 +02:00
|
|
|
<div class="bot-settings-form">
|
2018-06-13 17:31:58 +02:00
|
|
|
{{#unless page_params.is_guest}}
|
2017-07-05 21:50:23 +02:00
|
|
|
<div class="tip">
|
2021-04-14 03:04:02 +02:00
|
|
|
{{#tr}}
|
2021-04-10 05:53:13 +02:00
|
|
|
Looking for our <z-integrations>integrations</z-integrations> or <z-api>API</z-api> documentation?
|
2023-03-23 03:47:14 +01:00
|
|
|
{{#*inline "z-integrations"}}<a href="/integrations/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
2021-04-10 05:53:13 +02:00
|
|
|
{{#*inline "z-api"}}<a href="/api" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
|
|
{{/tr}}
|
2017-07-05 21:50:23 +02:00
|
|
|
</div>
|
2023-03-03 14:14:01 +01:00
|
|
|
<div class="bot-settings-tip" id="personal-bot-settings-tip">
|
|
|
|
</div>
|
2022-09-15 14:07:39 +02:00
|
|
|
<div>
|
|
|
|
<button class="button rounded sea-green add-a-new-bot {{#unless can_create_new_bots}}hide{{/unless}}">{{t "Add a new bot" }}</button>
|
|
|
|
</div>
|
2017-05-30 16:12:02 +02:00
|
|
|
<div>
|
2017-06-10 12:32:06 +02:00
|
|
|
<span>{{t 'Download config of all active outgoing webhook bots in Zulip Botserver format.' }}</span>
|
2018-05-29 10:18:06 +02:00
|
|
|
<a type="submit" download="{{botserverrc}}" id= "download_botserverrc" class="btn" title="{{t 'Download botserverrc' }}">
|
2018-07-03 01:47:09 +02:00
|
|
|
<i class="fa fa-download sea-green" aria-hidden="true"></i>
|
2017-05-30 16:12:02 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
2018-06-13 17:31:58 +02:00
|
|
|
{{/unless}}
|
2017-05-30 16:12:02 +02:00
|
|
|
|
2017-04-15 05:25:53 +02:00
|
|
|
<ul class="nav nav-tabs nav-justified" id="bots_lists_navbar">
|
2017-07-05 13:07:46 +02:00
|
|
|
<li class="active active-bots-tab"><a>{{t "Active bots" }}</a></li>
|
2017-04-15 05:25:53 +02:00
|
|
|
<li class="inactive-bots-tab"><a>{{t "Inactive bots" }}</a></li>
|
|
|
|
</ul>
|
2017-02-25 20:14:47 +01:00
|
|
|
|
2017-07-11 15:05:15 +02:00
|
|
|
<ol class="bots_list required-text" id="active_bots_list" data-empty="{{t 'You have no active bots.' }}">
|
2017-04-15 05:25:53 +02:00
|
|
|
</ol>
|
2017-02-25 20:14:47 +01:00
|
|
|
|
2017-07-11 15:05:15 +02:00
|
|
|
<ol class="bots_list required-text" id="inactive_bots_list" data-empty="{{t 'You have no inactive bots.' }}">
|
2017-04-15 05:25:53 +02:00
|
|
|
</ol>
|
2017-02-25 20:14:47 +01:00
|
|
|
|
2017-04-15 05:25:53 +02:00
|
|
|
</div>
|
2016-10-05 02:19:14 +02:00
|
|
|
</div>
|