설문조사 Simple 스킨 재구성 등

- Simple 스킨을 의미에 맞게 `SIMPLE` 하게 만들어 넣음 (default 스킨 기반)
- 사용하지 않게 된 이미지 삭제
- 설문조사 컴포넌트 팝업창 author 정보 정확하게 표현하도록 수정
This commit is contained in:
MinSoo Kim 2016-01-26 18:00:27 +09:00
parent 19b3c09455
commit 189fa00294
20 changed files with 457 additions and 523 deletions

View file

@ -38,7 +38,6 @@ $(function(){
});
})(jQuery);
</script>
</div>
</div>
<div class="x_control-group">
@ -46,7 +45,7 @@ $(function(){
<div class="x_controls">
<select id="skin" name="skin">
<!--@foreach($skin_list as $skin=>$skin_info)-->
<option value="{$skin}">{$skin_info->title} (skin by <!--@foreach($skin_info->author as $author=>$author_info)-->{@ $authorname = array(); $authorname[] = $author_info->name; }<!--@end-->{implode(",",$authorname)})</option>
<option value="{$skin}">{$skin_info->title} (by {@ $authorname = array();}<!--@foreach($skin_info->author as $author=>$author_info)-->{@ $authorname[] = $author_info->name; }<!--@end-->{implode(",",$authorname)})</option>
<!--@end-->
</select>
</div>