rhymix/modules/editor/components/emoticon/tpl/popup.html
conory a721429f8b 이모티콘 경로 문제 수정
짧은 주소 사용시 https://~/mid/modules/path가 되지 않도록 수정
이모티콘 추가시 '추가되었다'는 메세지 띄움
2020-03-03 21:49:37 +09:00

22 lines
922 B
HTML

<load target="popup.js" />
<load target="popup.less" />
{@Context::addMetaTag('viewport', 'width=device-width', FALSE);}
<script>
var lang_success_added = '{$lang->success_added}';
</script>
<div class="x_modal-header">
<h1>{$component_info->title}</h1>
</div>
<div class="x_modal-body">
<div class="rx_tab">
<ul class="rx_tab">
<li loop="$emoticon_list => $key, $val" class="rx_active"|cond="$key=='Twemoji'"><a href="#" onclick="getEmoticons('{$key}')"><span>{$val}</span></a></li>
</ul>
</div>
<div id="emoticons" style="min-height:1px"></div>
<div class="x_clearfix btnArea">
<div class="x_pull-right">
<a class="x_btn" href="{getUrl('','module','editor','act','dispEditorComponentInfo','component_name',$component_info->component_name)}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{lang('editor.about_component')}</a>
</div>
</div>
</div>