@box>
<@boxHeader title='#i18n{botpress.manage_bpbot.title}' boxTools=true>
<@tform class='form-inline pull-right' name='manage_bpbot' action='jsp/admin/plugins/botpress/ManageBPBots.jsp'>
<@button type='submit' name='view_createBPBot' buttonIcon='plus' title='#i18n{botpress.manage_bpbots.buttonAdd}' />
@tform>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
|
#i18n{botpress.manage_bpbots.columnBotKey} |
#i18n{botpress.manage_bpbots.columnBotPressKey} |
#i18n{botpress.manage_bpbots.columnName} / #i18n{botpress.manage_bpbots.columnDescription} |
#i18n{botpress.manage_bpbots.columnServerUrl} |
#i18n{botpress.manage_bpbots.columnApiVersion} |
#i18n{botpress.manage_bpbots.columnLanguage} |
#i18n{botpress.manage_bpbots.columnBotStatus} |
#i18n{botpress.manage_bpbots.columnIsStandalone} |
#i18n{botpress.manage_bpbots.columnWelcomeMessage} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list bpbot_list as bpbot >
|
${bpbot.botKey}
|
${bpbot.botPressKey}
|
${bpbot.name}
${bpbot.description}
|
${bpbot.serverUrl}
|
v${bpbot.apiVersion}
|
${bpbot.language}
|
<#if bpbot.botStatus = 0>
#i18n{portal.util.labelDisabled}
<#else>
#i18n{portal.util.labelEnabled}
#if>
|
${bpbot.isStandalone}
|
${bpbot.welcomeMessage}
|
<@aButton href='jsp/admin/plugins/botpress/ManageBPBots.jsp?view=modifyBPBot&id=${bpbot.id}' title='#i18n{portal.util.labelModify}' buttonIcon='pencil' showTitle=false />
<@aButton href='jsp/admin/plugins/botpress/ManageBPBots.jsp?action=confirmRemoveBPBot&id=${bpbot.id}' title='#i18n{portal.util.labelDelete}' buttonIcon='trash' color='btn-danger' showTitle=false />
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@box>