⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nickpage_content.tpl

📁 太烦了
💻 TPL
字号:
{if $found == 1}		<table cellspacing="0" cellpadding="0" border="0" width="100%">			{assign var="ccount" value="0"}			{foreach item=item from=$pref}			{if $ccount == 0}				<tr>					<td align="center" valign="top">					{include file="nickpage_section.tpl"}					</td>				</tr>			{elseif $ccount == 1}				<tr>					<td align="center" valign="top">					{include file="nickpage_section.tpl"}					</td>				</tr>			{/if}							<tr>				<td>&nbsp;</td>				</tr>			{math equation="$ccount+1" assign="ccount"}			{math equation="$ccount%2" assign="ccount"}						{/foreach}		</table>{else}	{if $smarty.session.UserId != '' && $smarty.session.UserId == $smarty.get.id}		<table cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" border="0" width="100%">			<tr>				{* padding here is a hack - fix later *}				<td style="padding-top:4px;padding-bottom:4px;padding-left:4px;" class="module_head"> 					{lang mkey='profile_details'}				</td>			</tr>		</table>		<table width="80%"  align="center" border="0" cellspacing="5">			<tr>				<td colspan="2" align="center">					{lang mkey='view_profile_errmsg1'}					<a href="edituser.php" onclick="javascript:window.opener.document.location = 'edituser.php';window.close();">{lang mkey='view_profile_errmsg2'}</a>				</td>			</tr>		</table>	{else}		<table width="80%"  align="center" border="0" cellspacing="5">			<tr>				<td colspan="2" align="center">					{lang mkey='view_profile_errmsg3'}				</td>			</tr>		</table>	{/if}{/if}

⌨️ 快捷键说明

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