Changeset 1321 in ExiteCMS for trunk/includes/templates/main.register.tpl
- Timestamp:
- 02/28/08 00:25:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/templates/main.register.tpl (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/templates/main.register.tpl
r1315 r1321 17 17 {include file="_opentable.tpl" name=$_name title=$locale.400 state=$_state style=$_style} 18 18 <center> 19 {$locale.500} 20 {if $settings.email_verification == "1"}{$locale.501}{/if} 21 {$locale.502} 22 {if $settings.email_verification == "1"}{$locale.503}{/if} 19 {$locale.500}<br /> 20 {$locale.502}<br /> 23 21 </center> 24 22 <br /> 25 < table align='center' cellpadding='0' cellspacing='0'>26 < form name='inputform' method='post' action='{$smarty.const.FUSION_SELF}' onSubmit='return ValidateForm(this)'>23 <form name='inputform' method='post' action='{$smarty.const.FUSION_SELF}' onsubmit='return ValidateForm(this)'> 24 <table align='center' cellpadding='0' cellspacing='0'> 27 25 <tr> 28 26 <td class='tbl'> … … 31 29 </td> 32 30 <td class='tbl'> 33 <input type='text' name='username' maxlength='30' class='textbox' style='width:200px;' >31 <input type='text' name='username' maxlength='30' class='textbox' style='width:200px;' /> 34 32 </td> 35 33 </tr> … … 40 38 </td> 41 39 <td class='tbl'> 42 <input type='text' name='fullname' maxlength='50' class='textbox' style='width:200px;' >40 <input type='text' name='fullname' maxlength='50' class='textbox' style='width:200px;' /> 43 41 </td> 44 42 </tr> … … 49 47 </td> 50 48 <td class='tbl'> 51 <input type='password' name='password1' maxlength='20' class='textbox' style='width: 200px;'>49 <input type='password' name='password1' maxlength='20' class='textbox' style='width:150px;' /> 52 50 </td> 53 51 </tr> … … 58 56 </td> 59 57 <td class='tbl'> 60 <input type='password' name='password2' maxlength='20' class='textbox' style='width: 200px;'>58 <input type='password' name='password2' maxlength='20' class='textbox' style='width:150px;' /> 61 59 </td> 62 60 </tr> … … 67 65 </td> 68 66 <td class='tbl'> 69 <input type='text' name='email' maxlength='100' class='textbox' style='width:200px;'> 70 </td> 71 </tr> 67 <input type='text' name='email' maxlength='100' class='textbox' style='width:250px;' /> 68 </td> 69 </tr> 70 {if $settings.email_verification == "1"} 71 <tr> 72 <td class='tbl' colspan='2'> 73 {$locale.501} 74 </td> 75 </tr> 76 {/if} 72 77 <tr> 73 78 <td class='tbl'> … … 75 80 </td> 76 81 <td class='tbl'> 77 <input type='radio' name='user_hide_email' value='1'>{$locale.u007} 78 <input type='radio' name='user_hide_email' value='0' checked>{$locale.u008} 82 <select name='user_hide_email' class='textbox'> 83 <option value='1'>{$locale.u007}</option> 84 <option value='0' checked="checked">{$locale.u008}</option> 85 </select> 79 86 </td> 80 87 </tr> … … 103 110 </td> 104 111 <td class='tbl'> 105 <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 112 {if $settings.validation_method == "text"} 113 <span style='font-size:125%;font-weight:bold;'>{$validation_code|upper}</span> 114 {else} 115 <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 116 {/if} 106 117 </td> 107 118 </tr> … … 111 122 </td> 112 123 <td class='tbl'> 113 <input type='text' name='captcha_code' class='textbox' style='width:100px'> 124 <input type='text' name='captcha_code' class='textbox' style='width:100px' /> 125 {if $settings.validation_method == "image"} 126 127 {buttonlink name=$locale.508 link="document.getElementById(\"captcha\").src=\""|cat:$smarty.const.INCLUDES|cat:"secureimage-1.0.3/securimage_show.php?\"+Math.random(); return false;" script="yes"} 128 {/if} 114 129 </td> 115 130 </tr> … … 118 133 <tr> 119 134 <td class='tbl'> 120 {$locale.u009}</td> 121 <td class='tbl'> 122 <input type='text' name='user_location' maxlength='50' class='textbox' style='width:200px;'> 135 {$locale.u009} 136 </td> 137 <td class='tbl'> 138 <input type='text' name='user_location' maxlength='50' class='textbox' style='width:200px;' /> 123 139 </td> 124 140 </tr> … … 136 152 </td> 137 153 <td class='tbl'> 138 <input type='text' name='user_aim' maxlength='16' class='textbox' style='width:200px;' >154 <input type='text' name='user_aim' maxlength='16' class='textbox' style='width:200px;' /> 139 155 </td> 140 156 </tr> … … 144 160 </td> 145 161 <td class='tbl'> 146 <input type='text' name='user_icq' maxlength='15' class='textbox' style='width:200px;' >162 <input type='text' name='user_icq' maxlength='15' class='textbox' style='width:200px;' /> 147 163 </td> 148 164 </tr> … … 152 168 </td> 153 169 <td class='tbl'> 154 <input type='text' name='user_msn' maxlength='100' class='textbox' style='width:200px;' >170 <input type='text' name='user_msn' maxlength='100' class='textbox' style='width:200px;' /> 155 171 </td> 156 172 </tr> … … 160 176 </td> 161 177 <td class='tbl'> 162 <input type='text' name='user_yahoo' maxlength='100' class='textbox' style='width:200px;' >178 <input type='text' name='user_yahoo' maxlength='100' class='textbox' style='width:200px;' /> 163 179 </td> 164 180 </tr> … … 168 184 </td> 169 185 <td class='tbl'> 170 <input type='text' name='user_web' maxlength='100' class='textbox' style='width:200px;' >186 <input type='text' name='user_web' maxlength='100' class='textbox' style='width:200px;' /> 171 187 </td> 172 188 </tr> … … 188 204 </td> 189 205 <td class='tbl'> 190 <textarea name='user_sig' rows='5' class='textbox' style='width:295px'>{$userdata.user_sig}</textarea><br >191 <input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick="addText('user_sig', '[b]', '[/b]');" >192 <input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick="addText('user_sig', '[i]', '[/i]');" >193 <input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick="addText('user_sig', '[u]', '[/u]');" >194 <input type='button' value='url' class='button' style='width:30px;' onClick="addText('user_sig', '[url]', '[/url]');" >195 <input type='button' value='mail' class='button' style='width:35px;' onClick="addText('user_sig', '[mail]', '[/mail]');" >196 <input type='button' value='img' class='button' style='width:30px;' onClick="addText('user_sig', '[img]', '[/img]');" >197 <input type='button' value='center' class='button' style='width:45px;' onClick="addText('user_sig', '[center]', '[/center]');" >198 <input type='button' value='small' class='button' style='width:40px;' onClick="addText('user_sig', '[small]', '[/small]');" >206 <textarea name='user_sig' rows='5' class='textbox' style='width:295px'>{$userdata.user_sig}</textarea><br /> 207 <input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick="addText('user_sig', '[b]', '[/b]');" /> 208 <input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick="addText('user_sig', '[i]', '[/i]');" /> 209 <input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick="addText('user_sig', '[u]', '[/u]');" /> 210 <input type='button' value='url' class='button' style='width:30px;' onClick="addText('user_sig', '[url]', '[/url]');" /> 211 <input type='button' value='mail' class='button' style='width:35px;' onClick="addText('user_sig', '[mail]', '[/mail]');" /> 212 <input type='button' value='img' class='button' style='width:30px;' onClick="addText('user_sig', '[img]', '[/img]');" /> 213 <input type='button' value='center' class='button' style='width:45px;' onClick="addText('user_sig', '[center]', '[/center]');" /> 214 <input type='button' value='small' class='button' style='width:40px;' onClick="addText('user_sig', '[small]', '[/small]');" /> 199 215 </td> 200 216 </tr> … … 203 219 <td align='center' colspan='2'> 204 220 <br /> 205 <input type='submit' name='register' value='{$locale.506}' class='button'> 206 </td> 207 </tr> 208 </form> 209 </table> 221 <input type='submit' name='register' value='{$locale.506}' class='button' /> 222 </td> 223 </tr> 224 </table> 225 <center> 226 {if $settings.email_verification == "1"}<br />{$locale.503}<br />{/if} 227 </center> 228 </form> 210 229 {include file="_closetable.tpl"} 211 {literal}<script language='JavaScript'>230 {literal}<script type='text/javascript' language='javascript'> 212 231 // 213 232 // calculate the offset between browser and server time
Note: See TracChangeset
for help on using the changeset viewer.
