mshipcompare.tpl

来自「太烦了」· TPL 代码 · 共 61 行

TPL
61
字号
{strip}
<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td class="module_detail_inside" width="100%">
			{assign var="page_hdr02_text" value="{lang mkey='permitmsg_3'}"}
			{include file="page_hdr02.tpl"}

			<table id="div_hide_mcomp"  width="100%" border="0" cellspacing="{$config.cellspacing}"  cellpadding="{$config.cellpadding}">
				<tr>
					<td width="100%">
						<table width="100%" cellspacing="{$config.cellspacing}"  cellpadding="{$config.cellpadding}" align="center" border="0" >
							<tr class="table_head">
								<th align="center">{lang mkey='privileges_msg'}</th>
							{foreach item=item key=key from=$memberships}
								<th align="center">{$item}</th>
							{/foreach}
							</tr>
							{foreach from=$m_row key=key item=row}
								{if $key ne 'price' and $key ne 'currency'}
							<tr class="{cycle  values="oddrow,evenrow"}">
								<td>
									{mylang mkey='privileges' skey=$key}
								</td>
								{foreach item=item from=$row key=key1}
								<td align="center">
									{if  $key == 'uploadpicturecnt' or $key =='message_keep_cnt' or $key =='message_keep_days' or $key=='messages_per_day' or $key=='winks_per_day' or $key == 'saveprofilescnt' or $key == 'videoscnt'}
										{$item|default:0}
									{elseif $key == 'activedays'}
										{mylang mkey='activedays_array' skey=$item}
									{elseif $item == 1} {*<img src="{$image_dir}tick.jpg" border="0" alt="" />*}<b>x</b>{* <img src="{$image_dir}cross.jpg" border="0" alt="" />*}
									{/if}
								</td>
								{/foreach}
							</tr>
								{/if}
							{/foreach}
							<tr><td colspan="4">&nbsp;</td></tr>
							<tr class="table_head">
								<th align=right>{lang mkey='price'}&nbsp;</th>
							{section name=item loop=$m_row.price}
								<th>
{*									{if $m_row.currency[item] == 'USD' }
									$
									{elseif $m_row.currency[item] == 'EUR' }

									{/if}
*}
									{mylang mkey="support_currency" skey=$m_row.currency[item]}
									{$m_row.price[item]}
								</th>
							{/section}
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{/strip}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?