@if(language==1){
<#NameCon id="time" name="添加时间" />
@}
@if(language==2){
<#NameCon id="time" name="Add time" />
@}
@if(language==3){
<#NameCon id="time" name="Tambahkan waktu" />
@}
@if(language==1){
<#SelectCon id="yy" name="语言" >
#SelectCon>
@}
@if(language==2){
<#SelectCon id="yy" name="Language" >
#SelectCon>
@}
@if(language==3){
<#SelectCon id="yy" name="Bahasa" >
#SelectCon>
@}
@if(language==1){
<#button name="搜索" icon="fa-search" clickFun="TChatSetPage.search()"/>
<#button name="重置" icon="fa-refresh" clickFun="TChatSetPage.reset()"/>
@}
@if(language==2){
<#button name="Search" icon="fa-search" clickFun="TChatSetPage.search()"/>
<#button name="Reset" icon="fa-refresh" clickFun="TChatSetPage.reset()"/>
@}
@if(language==3){
<#button name="Pencarian" icon="fa-search" clickFun="TChatSetPage.search()"/>
<#button name="Mengatur ulang" icon="fa-refresh" clickFun="TChatSetPage.reset()"/>
@}
@if(language==1){
<#button name="添加" icon="" clickFun="TChatSetPage.openAddTChatSetPage()"/>
<#button name="修改" icon="" clickFun="TChatSetPage.openTChatSetPageDetail()"/>
<#button name="删除" icon="" clickFun="TChatSetPage.delete()"/>
@}
@if(language==2){
<#button name="Add" icon="" clickFun="TChatSetPage.openAddTChatSetPage()"/>
<#button name="Update" icon="" clickFun="TChatSetPage.openTChatSetPageDetail()"/>
<#button name="Delete" icon="" clickFun="TChatSetPage.delete()"/>
@}
@if(language==3){
<#button name="Tambah" icon="" clickFun="TChatSetPage.openAddTChatSetPage()"/>
<#button name="Sunting" icon="" clickFun="TChatSetPage.openTChatSetPageDetail()"/>
<#button name="Batal" icon="" clickFun="TChatSetPage.delete()"/>
@}
<#table id="TChatSetPageTable"/>