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

📄 viewthread_activity_info.htm

📁 Discuz功能源码(开源)
💻 HTM
字号:
<script type="text/javascript">	function checkform(theform) {		if (theform.contact.value == '') {			alert('{lang activiy_linkman_input}');			theform.contact.focus();			return false;		} else if (theform.contact.value.length > 200) {			alert('{lang activiy_linkman_more}');			theform.contact.focus();			return false;		} else if (theform.message.value.length > 200) {			alert('{lang activiy_guest_more}');			theform.message.focus();			return false;		}		return true;	}</script><div class="activity_info">	<table summary="{lang activity_info}" cellpadding="0" cellspacing="0" class="formtable">		<tr>			<th><strong>$activity[class]</strong></th>			<td></td>		</tr>		<tr>			<th>{lang activity_starttime}</th>			<td>				<!--{if $activity['starttimeto']}-->					{lang activity_start_between}				<!--{else}-->					$activity[starttimefrom]				<!--{/if}-->			</td>		</tr>		<tr>			<th>{lang activity_space}</th>			<td>$activity[place]</td>		</tr>		<tr>			<th>{lang activity_payment}</th>			<td>$activity[cost] {lang payment_unit}</td>		</tr>		<tr>			<th>{lang gender}</th>			<td>				<!--{if $activity['gender'] == 1}-->					{lang male}				<!--{elseif $activity['gender'] == 2}-->					{lang female}				<!--{else}-->					 {lang unlimited}				<!--{/if}-->			</td>		</tr>		<!--{if $activity['expiration']}-->		<tr>			<th>{lang activity_totime}</th>			<td>$activity[expiration]</td>		</tr>		<!--{/if}-->	</table></div>

⌨️ 快捷键说明

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