mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10318 201d5d3c-b55e-5fd7-737f-ddc643e51545
11 lines
423 B
HTML
11 lines
423 B
HTML
<!--%import("popup.js")-->
|
|
<!--%import("popup.css")-->
|
|
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
|
|
<div class="emoticonList">
|
|
<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 id="emoticons"></div>
|