rhymix/modules/editor/components/emoticon/tpl/popup.html
MinSoo Kim 6da2493b77 이모티콘 컴포넌트 리사이징 개선 PR
이모티콘에 따라 팝업 윈도우 사이즈를 바꾸면서 이모티콘을 적절하게 표시합니다.
2015-07-14 00:59:09 +09:00

15 lines
506 B
HTML

<load target="popup.js" />
<load target="popup.css" />
<section class="section">
<h1>{$component_info->title} ver. {$component_info->version}</h1>
<div class="x_clearfix">
<div class="x_pull-right">
<select name="list" id="selectEmoticonList">
<!--@foreach($emoticon_list as $key => $val)-->
<option <!--@if($val=='msn')-->selected="select"<!--@end--> value="{$val}">{$val}</option>
<!--@end-->
</select>
</div>
</div>
<div id="emoticons" style="min-height:1px"></div>
</section>