mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
게시판 XE_GALLERY 스킨에 컬러셋 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2054 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6f1eedd2f
commit
269c1202d8
95 changed files with 440 additions and 275 deletions
|
|
@ -46,11 +46,11 @@
|
|||
<td class="left">
|
||||
<!--@foreach($skin_info->colorset as $key => $val)-->
|
||||
<!--@if($val->screenshot)-->
|
||||
{@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; }
|
||||
{@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; $_width = $_img_info[0]+20; $_talign = "center"; }
|
||||
<!--@else-->
|
||||
{@ $_height = 20; }
|
||||
{@ $_width = 200; $_height = 20; $_talign = "left"; }
|
||||
<!--@end-->
|
||||
<div style="float:left;text-align:center;margin-bottom:1em;height:{$_height}px;margin-right:10px;">
|
||||
<div style="float:left;text-align:{$_talign};margin-bottom:1em;width:{$_width}px;height:{$_height}px;margin-right:10px;">
|
||||
<input type="radio" name="colorset" value="{$val->name}" id="colorset_{$key}" <!--@if($module_info->colorset==$val->name)-->checked="checked"<!--@end-->/>
|
||||
<label for="colorset_{$key}">{$val->title}</label>
|
||||
<!--@if($val->screenshot)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue