ļ article_info.lbi
 ޸


ϸϢ
{if $article.open_type eq 2}
滻Ϊ{if $article.open_type eq 2 or $article.open_type eq 1}


޸ģ: shaobag	
--------------------------------------------------------------------
ļ dwtļ
 jsԸֵָΪ

ϸϢ
ģļͷֳݵĲ֣
<script type="text/javascript">
<!--
// JSõԶֵ
{foreach from=$lang.js_languages key=key item=item}
var {$key} = "{$item}";
{/foreach}
//-->
</script>
Ϊ
<script type="text/javascript" src="index.php?act=js_languages"></script>

޸ģ: shaobag	
--------------------------------------------------------------------
ļ user_register.lbi
 ĬϵΪ1980-1-1

ϸϢ

44:
	<td>{html_select_date field_order="YMD" prefix="birthday"  start_year="-100" end_year="+1" display_days=true month_format="%m" day_value_format="%02d"}</td>

滻Ϊ
	<td>{html_select_date field_order="YMD" prefix="birthday"  start_year="-100" end_year="+1" display_days=true month_format="%m" day_value_format="%02d" time='1980-01-01'}</td>


޸ģ: shaobag	
--------------------------------------------------------------------
ļ footer.lbi
 skypeϵʽ

ϸϢ

36к룺
    <!-- Skype {foreach from=$skype item=im} -->
    <a href="callto://{$im|escape:url}">{$im}</a>
    <!-- {/foreach} -->

޸ģ: shaobag	
--------------------------------------------------------------------
ļ search_form.lbi
 ӷб

ϸϢ
    <select name="category" id="category">
    <option value="0">{$lang.all_category}</option>
    {$category_list}
    </select>

޸ģ: shaobag	
---------------------------------------------------------------------------------
ļsigin.lbi
ûĬֵ

ϸϢ
ı
<input name="username" type="text" class="textbox-light" size="8" tabindex="1"  />
Ϊ
<input name="username" type="text" class="textbox-light" size="8" tabindex="1"  value="{$ecs_username}"/>

޸ģ: shaobag	

---------------------------------------------------------------------------------
ļsearch_advanced.lbi
Լѡ

ϸϢ
ԭ<!--{if $goods_type_list}-->.......................................<!--{/if}-->滻Ϊ
<!--{if $goods_type}-->
        <!--{if $goods_type_list}-->
        <tr>
          <td width="10%">{$lang.extension}</td>
          <td>
<select name="goods_type" onChange="getAttr(this.value)">
            <option value="0">{$lang.all_option}</option>
{html_options options=$goods_type_list}            
         </select>
</td>
        </tr>
<!--{foreach from=$goods_type item=type key=key}-->
<tbody id="goods_type_{$key}" style="display: none;">
    <!--{foreach from=$type item=item}-->
        <!--{if $item.type eq 1}-->
        <tr>
          <td width="10%">{$item.attr}:</td>
          <td><input name="attr[{$item.id}]"  type="text" size="20" maxlength="120" /></td>
        </tr>
        <!--{/if}-->
        <!--{if $item.type eq 2}-->
        <tr>
          <td width="10%">{$item.attr}:</td>
          <td><input name="attr[{$item.id}][from]" type="text"  size="5" maxlength="5" />-<input name="attr[{$item.id}][to]" type="text"  maxlength="5" />
          </td>
        </tr>		  
        <!--{/if}-->
        <!--{if $item.type eq 3}-->
        <tr>
            <td width="10%">{$item.attr}:</td>
            <td>
               <select name="attr[{$item.id}]">
               <option value="0">{$lang.all_option}</option>
               {html_options options=$item.value}
                </select>
           </td>
        </tr>		  
        <!--{/if}-->		  
        <!--{/foreach}-->
        </tbody>
        <!--{/foreach}-->
        <!--{else}-->
        <!--{foreach from=$goods_type item=item}-->
        <!--{if $item.type eq 1}-->
        <tr>
          <td width="10%">{$item.attr}:</td>
          <td><input name="attr[{$item.id}]"  type="text" size="20" maxlength="120" /></td>
        </tr>
        <!--{/if}-->
        <!--{if $item.type eq 2}-->
        <tr>
            <td width="10%">{$item.attr}:</td>
            <td><input name="attr[{$item.id}][from]" type="text"  size="5" maxlength="5" />-<input name="attr[{$item.id}][to]" type="text"  maxlength="5" /></td>
        </tr>		  
       <!--{/if}-->
       <!--{if $item.type eq 3}-->
       <tr>
          <td width="10%">{$item.attr}:</td>
          <td><select name="attr[{$item.id}]">
	<option value="0">{$lang.all_option}</option>
	{html_options options=$item.value}
                </select>
          </td>
        </tr>		  
<!--{/if}-->		  
<!--{/foreach}-->
<!--{/if}-->
<!--{/if}-->

ļsnatch.dwt
Żjs͵ʱ

ϸ
ҳ<head></head>jsİָĳӡ
<script type="text/javascript" src="includes/cpaint/cpaint.js"></script>
<script type="text/javascript" src="includes/common.js"></script>
<script type="text/javascript" src="index.php?act=js_languages"></script>
<script type="text/javascript" src="includes/lefttime.js"></script>

ҳλãonloadʱʱ
ԭ
onload = function()
{
	window.setInterval("newPrice()",5000);
	bid(-1);
}
޸Ϊ
onload = function()
{
	window.setInterval("newPrice()",5000);
	onload_leftTime();
	bid(-1);
}


ļsnatch_goods.lbi
Ĭϵʱֵ
ϸϢ
ԭ
<span class="goods-price"  id="leftTime"></span>
Ϊ
<span class="goods-price" id="leftTime"><input type="hidden" value="{$end_utc_time|default:0}" /></span>


ļgoods.dwt
Żʱ
ϸϢ
ͷ²Ϣɾ
<script type="text/Javascript">
var residual_time = {$goods.residual_time|default:0};
var day           = "{$lang.day|default:day}";
var hour          = "{$lang.hour|default:hour}";
var minute        = "{$lang.minute|default:minute}";
var second        = "{$lang.second|default:second}";
var end           = "{$lang.end|default:end}";
</script>

ҳβ봥¼
<script type="text/javascript">
<!-- {literal} -->
onload = function()
{
	onload_leftTime();
}
<!-- {/literal} -->
</script>

ļgoods_info.lbi
Ĭϵʱֵ
ϸ
ԭ
<span class="goods-price"  id="leftTime"></span>
Ϊ
<span class="goods-price" id="leftTime"><input type="hidden" value="{$end_utc_time|default:0}" /></span>


ļgroup_buy_order_detail.dwt
ԡ޸ġӵ޸
ϸԭģ<a href="javascript:saveOrder('consignee');" style="float:right;margin:5px 10px 0 0;">
              Ϊ<a href="?act=consignee" style="float:right;margin:5px 10px 0 0;">

























