恩。 这个风格是挺不错
已修改成2.6.1风格这只提供XML文件
MolyX-style.xml( 文件大小: 174.7KB )
修正注册页面错误
模板中的 register下 register
<script type="text/javascript" src='./../../clientscripts/register.js'></script>
<div class='wbborder'></div>
<if="!$_INPUT['step']">
<form action='./../../register.php' name='terms' method='post' onsubmit='return agree_terms()'>
<input type='hidden' name='step' value='2' />
<input type='hidden' name='s' value='{sessionid}' />
<input type='hidden' name='email' value='{$invitemail}' />
<input type='hidden' name='invitecode' value='{$_INPUT[invitecode]}' />
<div class='wttborder'>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td colspan='2' class='thead'>
{$lang['registerterms']}
</td>
</tr>
<tr>
<td class='tcat'>{$lang['registertermsdesc']}:</td>
</tr>
<tr>
<td class='tablepad' width='100%' align='center'>
<div style='width:80%;border:1px #CCCCCC solid;padding:10px;margin:20px;text-align:left;height:200px;overflow:auto'>{$text}</div>
<label for='agree_cbox'><input type='checkbox' style='vertical-align:middle' id='agree_cbox' name='agree_to_terms' value='1' /> <strong>{$lang['agreetoterms']}</strong></label> <input type="submit" value="{$lang['continuestep']} > >" style='font-weight:bold;font-size:12px' class="button" />
</td>
</tr>
</tbody></table>
</div>
</form>
<else>
<if="$errors">
<div id='wborder'>
<div class='pformstrip'>
{$lang['registererrors']}
</div>
<div class='row1'>
{$errors}
</div>
</div>
</if>
<form action="register.php" method="post" name='REG' onsubmit='return validate()'>
<input type='hidden' name='step' value='3' />
<input type='hidden' name='agree_to_terms' value='1' />
<input type='hidden' name='do' value='create' />
<input type='hidden' name='invitecode' value='{$_INPUT[invitecode]}' />
<div class='wttborder'>
<fieldset>
<legend><strong>{$lang['_username']}:</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['namedesc']} <span style='color:#555'>(<a href='./../../#' style='cursor:help;color:#555' title='{$lang['namefaq']}'>?</a>)</span>
<span id='isok_username' style='color:blue;position:absolute;display:none;'><img src='./images/{$bbuserinfo['imgurl']}/note_ok.gif' />{$lang['ajaxv']}</span>
<span id='isno_username' style='color:red;position:absolute;display:none;'><img src='./images/{$bbuserinfo['imgurl']}/note_error.gif' /> {$lang['ajaxerror1']}</span>
<span id='isexist_username' style='color:blue;position:absolute;display:none;'><img src='./images/{$bbuserinfo['imgurl']}/note_error.gif' />{$lang['ajaxexist']}</span>
<span id='islength_username' style='color:blue;position:absolute;display:none;'><img src='./images/{$bbuserinfo['imgurl']}/note_error.gif' />{$lang['errorusername']}</span>
<span id='isempty_username' style='color:blue;position:absolute;display:none;'><img src='./images/{$bbuserinfo['imgurl']}/note_error.gif' />{$lang['ajaxusernameempty']}</span>
</td>
</tr>
<tr>
<td> <div id="user" style="float:right;padding:3px;"><input type="button" class="button" value="{$lang['checkaccount']}" <if="$bboptions['isajax']"> onclick="checkuser()"<else>onclick="urlcheckuser()"</if> /></div><input type='text' size='50' maxlength='64' value='{$_INPUT['username']}' name='username' id='username' class='bginput' tabindex="1" <if="$bboptions['isajax']"> onblur="checkuser()"</if> /></td>
</tr>
</tbody></table>
</fieldset>
<br />
<fieldset>
<legend><strong>{$lang['_password']}:</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['passworddesc']} <span style='color:#555'>(<a href='./../../#' style='cursor:help;color:#555' title='{$lang['passwordfaq']}'>?</a>)</span></td>
</tr>
<tr>
<td><input type='password' size='32' maxlength='32' value='{$_POST['password']}' name='password' id='password' class='bginput' tabindex="2" /></td>
</tr>
<tr>
<td>{$lang['confirmpassword']} <span style='color:#555'>(<a href='./../../#' style='cursor:help;color:#555' title='{$lang['confirmpasswordfaq']}'>?</a>)</span></td>
</tr>
<tr>
<td><input type='password' size='32' maxlength='32' value='{$_POST['passwordconfirm']}' name='passwordconfirm' id='passwordconfirm' class='bginput' tabindex="3" onblur='check_p_client("{$bbuserinfo['imgurl']}")' /></td>
</tr>
</tbody></table>
</fieldset>
</br>
<fieldset>
<legend><strong>{$lang['_email']}:</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['_email']} <span style='color:#555'>(<a href='./../../#' style='cursor:help;color:#555' title='{$lang['emailfaq']}'>?</a>)</span><span id='isok_email'></span></td>
</tr>
<tr>
<td><input type='text' size='32' maxlength='50' value='{$_POST['email']}' name='email' id='email' class='bginput' tabindex="4" <if="$bboptions['isajax']"> onblur="checkmail()"</if> <if="$_POST['invitecode']">readonly</if> /></td>
</tr>
<tr>
<td>{$lang['confirmemail']} <span style='color:#555'>(<a href='./../../#' style='cursor:help;color:#555' title='{$lang['confirmemailfaq']}'>?</a>)</span> <span id='isok_email_firm'></span></td>
</tr>
<tr>
<td><input type='text' size='32' maxlength='50' <if="$_POST['invitecode']">value='{$_POST['email']}' readonly<else>value='{$_POST['emailconfirm']}'</if> name='emailconfirm' id='emailconfirm' class='bginput' tabindex="5" onblur="check_e_client('{$bbuserinfo['imgurl']}')" /></td>
</tr>
<if="!$_POST['invitecode']">
<tr>
<td><input type="button" class="button" value="{$lang['checkemail']}" <if="$bboptions['isajax']">onclick="checkmail()"<else>onclick="urlcheckmail()"</if> /></td>
</tr>
</if>
<if="$show['extra']">
<tr>
<td width='100%' colspan='2'>{$lang['emailextra']}</td>
</tr>
</if>
</tbody></table>
</fieldset>
<if="$show['gd']">
<br />
<input type='hidden' name='regimagehash' value='{$regimagehash}' />
<fieldset>
<legend><strong>{$lang['affirmimagehash']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td width='1%' style='line-height:120%'>
{$lang['affirmimagehash']}<div class='desc'>{$lang['inputimagecode']}</div>
<input type='text' size='32' maxlength='32' name='imagestamp' class='bginput' />
</td>
</tr>
<tr>
<td><img src='./../../register.php?{sessionurl}do=showimage&rc={$regimagehash}' border='0' alt='' /></td>
</tr>
</tbody></table>
</fieldset>
<elseif="$show['gif']">
<br />
<input type='hidden' name='regimagehash' value='{$regimagehash}' />
<fieldset>
<legend><strong>{$lang['affirmimagehash']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td width='1%' style='line-height:120%'>
{$lang['affirmimagehash']}<div class='desc'>{$lang['inputimagecode']}</div>
<input type='text' size='32' maxlength='32' name='imagestamp' class='bginput' tabindex="6" />
</td>
<td align='center'>{$image}</td>
</tr>
</tbody></table>
</fieldset>
</if>
</td>
</br>
<td width='70%' valign='top' style='padding:10px'>
<fieldset>
<legend><strong>{$lang['optional']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['optionaldesc']}</td>
</tr>
<tr>
<td>
<input type='checkbox' name='showsignatures' value='1' style='vertical-align:middle' class='checkbox' {$showsignatures} /> {$lang['showsignatures']}<br />
<input type='checkbox' name='showavatars' value='1' style='vertical-align:middle' class='checkbox' {$showavatars} /> {$lang['showavatars']}<br />
<input type='checkbox' name='usepm' value='1' style='vertical-align:middle' class='checkbox' {$usepm} /> {$lang['usepm']}<br />
<input type='checkbox' name='pmpop' value='1' style='vertical-align:middle' class='checkbox' {$pmpop} /> {$lang['pmpop']}<br />
<input type='checkbox' name='emailonpm' value='1' style='vertical-align:middle' class='checkbox' {$emailonpm} /> {$lang['emailonpm']}<br />
<input type='checkbox' name='usewysiwyg' value='1' style='vertical-align:middle' class='checkbox' {$usewysiwyg} /> {$lang['usewysiwyg']}<br />
<input type='checkbox' name='hideemail' value='1' style='vertical-align:middle' class='checkbox' {$hideemail} /> {$lang['hideemail']}<br />
<input type='checkbox' name='allowadmin' value='1' style='vertical-align:middle' class='checkbox' {$allowadmin} /> {$lang['allowadmin']}<br />
</td>
</tr>
</tbody></table>
</fieldset>
<br />
<fieldset>
<legend><strong>{$lang['gender']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['genderdesc']}</td>
</tr>
<tr>
<td>
<input type="radio" name="gender" value="" checked="checked" /> {$lang['unknowgender']}
<input type="radio" name="gender" value="1" /> {$lang['male']}
<input type="radio" name="gender" value="2" /> {$lang['famale']}
</td>
</tr>
</tbody></table>
</fieldset>
<br />
<fieldset>
<legend><strong>{$lang['timezone']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td>{$lang['timezonedesc']}</td>
</tr>
<tr>
<td>
{$time_select}
<br /><br />
<input type='checkbox' name='dst' value='1' style='vertical-align:middle' class='checkbox' {$dst_checked} /> {$lang['usedst']}
</td>
</tr>
</tbody></table>
</fieldset>
<br />
<br />
<br />
<div align="center">
<input type="submit" accesskey="s" value="{$lang['finalregister']} > >" style='font-weight:bold;font-size:14px' class="button" />
<br /><br /><br />
<input type='button' style='font-weight:bold;font-size:14px' class='button' value='{$lang['moreinfo']}' onclick='toggleview("more");' />
</div>
</td>
</tr>
</tbody></table>
</td></tr>
</tbody></table>
<div style='display:none' id='more'>
<br />
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td class='thead'>
{$lang['contactinfo']}
</td>
</tr>
<tr>
<td class='tablepad'>
<div align='center'>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td width='100%' valign='top'>
<fieldset style='padding:12px;'>
<legend><strong>{$lang['website']}</strong></legend>
<input type='text' size='70' name='website' value='{$_POST['website']}' class='bginput' />
</fieldset>
</td>
</tr>
</tbody></table>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td width='100%' valign='top'>
<fieldset style='padding:12px;'>
<legend><strong>{$lang['instantmessages']}</strong></legend>
<table width='100%' cellpadding='4' cellspacing='1' class='ttable'>
<tbody>
<tr>
<td width='40%' align='left'>{$lang['qq']}</td>
<td width='60%' align='left'><input type='text' size='20' name='qq' value='{$_POST['qq']}' class='bginput' /></td>
</tr>
<tr>
<td width='40%' align='left'>{$lang['uc']}</td>
<td width='60%' align='left'><input type='text' size='20' name='uc' value='{$_POST['uc']}' class='bginput' /></td>
</tr>
<tr>
<td width='40%' align='left'>{$lang['popo']}</td>
<td width='60%' align='left'><input type='text' size='20' name='popo' value='{$_POST['popo']}' class='bginput' /></td>
</tr>
<tr>
<td width='40%' align='left'>{$lang['skype']}</td>
<td width='60%' align='left'><input type='text' size='20' name='skype' value='{$_POST['skype']}' class='bginput' /></td>
</tr>
<tr>
<td align='left'>{$lang['msn']}</td>
<td align='left'><input type='text' size='20' name='msn' value='{$_POST['msn']}' class='bginput' /></td>
</tr>
<tr>
<td align='left'>{$lang['aim']}</td>
<td align='left'><input type='text' size='20' name='aim' value='{$_POST['aim']}' class='bginput' /></td>
</tr>
<tr>
<td align='left'>{$lang['yahoo']}</td>
<td align='left'><input type='text' size='20' name='yahoo' value='{$_POST['yahoo']}' class='bginput' /></td>
</tr>
<tr>
<td align='left'>{$lang['icq']}</td>
<td align='left'><input type='text' size='20' name='icq' value='{$_POST['icq']}' class='bginput' /></td>
</tr>
</tbody></table>
</fieldset>
</td>
</tr>
</tbody></table>
<input type="submit" accesskey="s" value="{$lang['finalregister']} > >" style='font-weight:bold;font-size:14px' class="button" tabindex="7" />
</div>
</td>
</tr>
</tbody></table>
</div>
</div>
</form>
</if>
字体大小可以在CSS里控制 门户没装上测试 情况不明
2.6.1演示http://molyx.80lm.net
楼上的GG好快
看你的演示论坛都基本上已经转过来了呀
但好像有些地方还没有完全转好
搞完了提供下载么?
呵呵
就喜欢这个风格
弄完会提供的
................................
风格的注册页面有问题
不光是没有对齐
还有那个检查账号或密码后的那个绿色的勾勾和红色的叉叉的位置不对
老大搞下下嘛
呵呵
谢谢呀
而且这个风格好像在装了门户后帖子下面没有那个选项
GG可以改进下不?
呵呵
发现我要求有点多哟
在论坛的个人设置里面左边那个列表字体偏小
呵呵