Changeset 1168
- Timestamp:
- 05/24/08 16:53:37
(6 months ago)
- Author:
- zothos
- Message:
Fixed #1284 and #1275.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1167 |
r1168 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| | 4 | 2008-05-24 Jochen Manz |
|---|
| | 5 | - GUI: |
|---|
| | 6 | * Fixed #1284: Some HTML, JS fixes, removed ugly/useless whitespace removed useles height="*" - Part 4 |
|---|
| | 7 | * Fixed #1275: TR_PHP_YES, TR_PHP_NO, TR_CGI_YES, TR_CGI_NO and TR_STATUS_YES aren't replaced correctly |
|---|
| | 8 | |
|---|
| 4 | 9 | 2008-05-23 Jochen Manz |
|---|
| 5 | 10 | - GUI: |
|---|
| … | … | |
| 12 | 17 | 2008-05-22 Benedikt Heintel |
|---|
| 13 | 18 | - GUI: |
|---|
| | 19 | * Fixed #1275: Some HTML and CSS fixes in the HTML templates and some PHP files - Part 2 |
|---|
| 14 | 20 | * Fixed #1273: some HTML fixes in the HTML templates - Part 1 |
|---|
| 15 | 21 | * Fixed #1274: remove Disallow /ispcp/ from robots.txt |
|---|
| … | … | |
| 38 | 44 | * Fixed #1260: Syntaxerror in ispcp-als-mngr |
|---|
| 39 | 45 | - GUI: |
|---|
| 40 | | * Fixed #1144: Show all support tickets to adminShow all support tickets to admin |
|---|
| | 46 | * Fixed #1144: Show all support tickets to admin |
|---|
| 41 | 47 | * Fixed #1226: Logging Deamon (Mail) |
|---|
| 42 | 48 | * Fixed #1258: possible XSS - Cross Site Scripting in some GUI-files |
|---|
| r1152 |
r1168 |
|
| 1 | | <?php |
|---|
| | 1 | <?php |
|---|
| 2 | 2 | /** |
|---|
| 3 | 3 | * ispCP ω (OMEGA) a Virtual Hosting Control System |
|---|
| … | … | |
| 108 | 108 | // Generate empty form |
|---|
| 109 | 109 | function gen_empty_ahp_page(&$tpl) { |
|---|
| 110 | | $tpl->assign( |
|---|
| 111 | | array( |
|---|
| 112 | | 'HP_NAME_VALUE' => '', |
|---|
| 113 | | 'TR_MAX_SUB_LIMITS' => '', |
|---|
| 114 | | 'TR_MAX_ALS_VALUES' => '', |
|---|
| 115 | | 'HP_MAIL_VALUE' => '', |
|---|
| 116 | | 'HP_FTP_VALUE' => '', |
|---|
| 117 | | 'HP_SQL_DB_VALUE' => '', |
|---|
| 118 | | 'HP_SQL_USER_VALUE' => '', |
|---|
| 119 | | 'HP_TRAFF_VALUE' => '', |
|---|
| 120 | | 'HP_PRICE' => '', |
|---|
| 121 | | 'HP_SETUPFEE' => '', |
|---|
| 122 | | 'HP_VELUE' => '', |
|---|
| 123 | | 'HP_PAYMENT' => '', |
|---|
| 124 | | 'HP_DESCRIPTION_VALUE' => '', |
|---|
| 125 | | 'TR_STATUS_NO' => 'checked', |
|---|
| 126 | | 'HP_DISK_VALUE' => '' |
|---|
| 127 | | ) |
|---|
| 128 | | ); |
|---|
| | 110 | $tpl->assign(array( |
|---|
| | 111 | 'HP_NAME_VALUE' => '', |
|---|
| | 112 | 'TR_MAX_SUB_LIMITS' => '', |
|---|
| | 113 | 'TR_MAX_ALS_VALUES' => '', |
|---|
| | 114 | 'HP_MAIL_VALUE' => '', |
|---|
| | 115 | 'HP_FTP_VALUE' => '', |
|---|
| | 116 | 'HP_SQL_DB_VALUE' => '', |
|---|
| | 117 | 'HP_SQL_USER_VALUE' => '', |
|---|
| | 118 | 'HP_TRAFF_VALUE' => '', |
|---|
| | 119 | 'HP_PRICE' => '', |
|---|
| | 120 | 'HP_SETUPFEE' => '', |
|---|
| | 121 | 'HP_VELUE' => '', |
|---|
| | 122 | 'HP_PAYMENT' => '', |
|---|
| | 123 | 'HP_DESCRIPTION_VALUE' => '', |
|---|
| | 124 | 'TR_STATUS_YES' => '', |
|---|
| | 125 | 'TR_STATUS_NO' => 'checked', |
|---|
| | 126 | 'TR_PHP_YES' => '', |
|---|
| | 127 | 'TR_PHP_NO' => 'checked', |
|---|
| | 128 | 'TR_CGI_YES' => '', |
|---|
| | 129 | 'TR_CGI_NO' => 'checked', |
|---|
| | 130 | 'HP_DISK_VALUE' => '' |
|---|
| | 131 | )); |
|---|
| 129 | 132 | $tpl->assign('MESSAGE', ''); |
|---|
| 130 | 133 | } // End of gen_empty_hp_page() |
|---|
| r1165 |
r1168 |
|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| 24 | 24 | </tr> |
|---|
| 25 | | <tr height="*"> |
|---|
| | 25 | <tr> |
|---|
| 26 | 26 | <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 27 | 27 | <tr> |
|---|
| … | … | |
| 66 | 66 | <td width="25"> </td> |
|---|
| 67 | 67 | <td width="200" class="content2">{TR_EMAIL}</td> |
|---|
| 68 | | <td class="content"><input type="text" name="email" value="{EMAIL}" style="width:210px" class="textinput"> |
|---|
| 69 | | </td> |
|---|
| | 68 | <td class="content"><input type="text" name="email" value="{EMAIL}" style="width:210px" class="textinput"></td> |
|---|
| 70 | 69 | </tr> |
|---|
| 71 | 70 | <tr> |
|---|
| … | … | |
| 86 | 85 | <td width="25"> </td> |
|---|
| 87 | 86 | <td width="200" class="content2">{TR_GENDER}</td> |
|---|
| 88 | | <td class="content"> |
|---|
| 89 | | <select name="gender" size="1"> |
|---|
| | 87 | <td class="content"><select name="gender" size="1"> |
|---|
| 90 | 88 | <option value="M" {VL_MALE}>{TR_MALE}</option> |
|---|
| 91 | 89 | <option value="F" {VL_FEMALE}>{TR_FEMALE}</option> |
|---|
| 92 | 90 | <option value="U" {VL_UNKNOWN}>{TR_UNKNOWN}</option> |
|---|
| 93 | | </select> |
|---|
| 94 | | </td> |
|---|
| | 91 | </select></td> |
|---|
| 95 | 92 | </tr> |
|---|
| 96 | 93 | <tr> |
|---|
| 97 | 94 | <td width="25"> </td> |
|---|
| 98 | 95 | <td width="200" class="content2">{TR_COMPANY}</td> |
|---|
| 99 | | <td class="content"><input type="text" name="firm" value="{FIRM}" style="width:210px" class="textinput"> |
|---|
| 100 | | </td> |
|---|
| | 96 | <td class="content"><input type="text" name="firm" value="{FIRM}" style="width:210px" class="textinput"></td> |
|---|
| 101 | 97 | </tr> |
|---|
| 102 | 98 | <tr> |
|---|
| 103 | 99 | <td width="25"> </td> |
|---|
| 104 | 100 | <td width="200" class="content2">{TR_ZIP_POSTAL_CODE}</td> |
|---|
| 105 | | <td class="content"><input type="text" name="zip" value="{ZIP}" style="width:80px" class="textinput"> |
|---|
| 106 | | </td> |
|---|
| | 101 | <td class="content"><input type="text" name="zip" value="{ZIP}" style="width:80px" class="textinput"></td> |
|---|
| 107 | 102 | </tr> |
|---|
| 108 | 103 | <tr> |
|---|
| 109 | 104 | <td width="25"> </td> |
|---|
| 110 | 105 | <td width="200" class="content2">{TR_CITY}</td> |
|---|
| 111 | | <td class="content"><input type="text" name="city" value="{CITY}" style="width:210px" class="textinput"> |
|---|
| 112 | | </td> |
|---|
| | 106 | <td class="content"><input type="text" name="city" value="{CITY}" style="width:210px" class="textinput"></td> |
|---|
| 113 | 107 | </tr> |
|---|
| 114 | 108 | <tr> |
|---|
| 115 | 109 | <td width="25"> </td> |
|---|
| 116 | 110 | <td width="200" class="content2">{TR_COUNTRY}</td> |
|---|
| 117 | | <td class="content"><input type="text" name="country" value="{COUNTRY}" style="width:210px" class="textinput"> |
|---|
| 118 | | </td> |
|---|
| | 111 | <td class="content"><input type="text" name="country" value="{COUNTRY}" style="width:210px" class="textinput"></td> |
|---|
| 119 | 112 | </tr> |
|---|
| 120 | 113 | <tr> |
|---|
| 121 | 114 | <td width="25"> </td> |
|---|
| 122 | 115 | <td width="200" class="content2">{TR_STREET_1}</td> |
|---|
| 123 | | <td class="content"><input type="text" name="street1" value="{STREET_1}" style="width:210px" class="textinput"> |
|---|
| 124 | | </td> |
|---|
| | 116 | <td class="content"><input type="text" name="street1" value="{STREET_1}" style="width:210px" class="textinput"></td> |
|---|
| 125 | 117 | </tr> |
|---|
| 126 | 118 | <tr> |
|---|
| 127 | 119 | <td width="25"> </td> |
|---|
| 128 | 120 | <td width="200" class="content2">{TR_STREET_2}</td> |
|---|
| 129 | | <td class="content"><input type="text" name="street2" value="{STREET_2}" style="width:210px" class="textinput"> |
|---|
| 130 | | </td> |
|---|
| | 121 | <td class="content"><input type="text" name="street2" value="{STREET_2}" style="width:210px" class="textinput"></td> |
|---|
| 131 | 122 | </tr> |
|---|
| 132 | 123 | <tr> |
|---|
| 133 | 124 | <td width="25"> </td> |
|---|
| 134 | 125 | <td width="200" class="content2">{TR_PHONE}</td> |
|---|
| 135 | | <td class="content"><input type="text" name="phone" value="{PHONE}" style="width:210px" class="textinput"> |
|---|
| 136 | | </td> |
|---|
| | 126 | <td class="content"><input type="text" name="phone" value="{PHONE}" style="width:210px" class="textinput"></td> |
|---|
| 137 | 127 | </tr> |
|---|
| 138 | 128 | <tr> |
|---|
| 139 | 129 | <td width="25"> </td> |
|---|
| 140 | 130 | <td width="200" class="content2">{TR_FAX}</td> |
|---|
| 141 | | <td class="content"><input type="text" name="fax" value="{FAX}" style="width:210px" class="textinput"> |
|---|
| 142 | | </td> |
|---|
| | 131 | <td class="content"><input type="text" name="fax" value="{FAX}" style="width:210px" class="textinput"></td> |
|---|
| 143 | 132 | </tr> |
|---|
| 144 | 133 | <tr> |
|---|
| … | … | |
| 162 | 151 | </table></td> |
|---|
| 163 | 152 | </tr> |
|---|
| 164 | | </table> |
|---|
| 165 | | </td> |
|---|
| | 153 | </table></td> |
|---|
| 166 | 154 | </tr> |
|---|
| 167 | 155 | </table> |
|---|
| r1165 |
r1168 |
|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| 24 | 24 | </tr> |
|---|
| 25 | | <tr height="*"> |
|---|
| | 25 | <tr> |
|---|
| 26 | 26 | <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|---|
| 27 | 27 | <tr> |
|---|
| … | … | |
| 129 | 129 | <td class="content2" width="175">{TR_PHP}</td> |
|---|
| 130 | 130 | <td class="content" class="content3"> |
|---|
| 131 | | <input type="radio" name="php" value="yes" checked> |
|---|
| | 131 | <input type="radio" name="php" value="yes" checked="checked"> |
|---|
| 132 | 132 | {TR_YES} |
|---|
| 133 | 133 | <input type="radio" name="php" value="no"> |
|---|
| … | … | |
| 137 | 137 | <td class="content2" width="175">{TR_PERL_CGI}</td> |
|---|
| 138 | 138 | <td class="content" class="content3"> |
|---|
| 139 | | <input type="radio" name="cgi" value="yes" checked> |
|---|
| | 139 | <input type="radio" name="cgi" value="yes" checked="checked"> |
|---|
| 140 | 140 | {TR_YES} |
|---|
| 141 | 141 | <input type="radio" name="cgi" value="no"> |
|---|
| … | … | |
| 145 | 145 | <td class="content2" width="175" height="23">{TR_JSP}</td> |
|---|
| 146 | 146 | <td class="content" class="content3" height="23"> |
|---|
| 147 | | <input type="radio" name="jsp" value="yes" checked> |
|---|
| | 147 | <input type="radio" name="jsp" value="yes" checked="checked"> |
|---|
| 148 | 148 | {TR_YES} |
|---|
| 149 | 149 | <input type="radio" name="jsp" value="no"> |
|---|
| … | … | |
| 153 | 153 | <td class="content2" width="175" height="23">{TR_SSI}</td> |
|---|
| 154 | 154 | <td class="content" class="content3" height="23"> |
|---|
| 155 | | <input type="radio" name="ssi" value="yes" checked> |
|---|
| | 155 | <input type="radio" name="ssi" value="yes" checked="checked"> |
|---|
| 156 | 156 | {TR_YES} |
|---|
| 157 | 157 | <input type="radio" name="ssi" value="no"> |
|---|
| … | … | |
| 161 | 161 | <td class="content2" width="175">{TR_FRONTPAGE_EXT}</td> |
|---|
| 162 | 162 | <td class="content" class="content3"> |
|---|
| 163 | | <input type="radio" name="fp" value="yes" checked> |
|---|
| | 163 | <input type="radio" name="fp" value="yes" checked="checked"> |
|---|
| 164 | 164 | {TR_YES} |
|---|
| 165 | 165 | <input type="radio" name="fp" value="no"> |
|---|
| … | … | |
| 169 | 169 | <td class="content2" width="175">{TR_BACKUP_RESTORE}</td> |
|---|
| 170 | 170 | <td class="content" class="content3"> |
|---|
| 171 | | <input type="radio" name="backup_restore" value="yes" checked> |
|---|
| | 171 | <input type="radio" name="backup_restore" value="yes" checked="checked"> |
|---|
| 172 | 172 | {TR_YES} |
|---|
| 173 | 173 | <input type="radio" name="backup_restore" value="no"> |
|---|
| … | … | |
| 177 | 177 | <td class="content2" width="175">{TR_CUSTOM_ERROR_PAGES}</td> |
|---|
| 178 | 178 | <td class="content" class="content3"> |
|---|
| 179 | | <input type="radio" name="error_pages" value="yes" checked> |
|---|
| | 179 | <input type="radio" name="error_pages" value="yes" checked="checked"> |
|---|
| 180 | 180 | {TR_YES} |
|---|
| 181 | 181 | <input type="radio" name="error_pages" value="no"> |
|---|
| … | … | |
| 185 | 185 | <td class="content2" width="175">{TR_PROTECTED_AREAS}</td> |
|---|
| 186 | 186 | <td class="content" class="content3"> |
|---|
| 187 | | <input type="radio" name="protected_areas" value="yes" checked> |
|---|
| | 187 | <input type="radio" name="protected_areas" value="yes" checked="checked"> |
|---|
| 188 | 188 | {TR_YES} |
|---|
| 189 | 189 | <input type="radio" name="protected_areas" value="no"> |
|---|
| … | … | |
| 193 | 193 | <td class="content2" width="175">{TR_WEBMAIL}</td> |
|---|
| 194 | 194 | <td class="content" class="content3"> |
|---|
| 195 | | <input type="radio" name="webmail" value="yes" checked> |
|---|
| | 195 | <input type="radio" name="webmail" value="yes" checked="checked"> |
|---|
| 196 | 196 | {TR_YES} |
|---|
| 197 | 197 | <input type="radio" name="webmail" value="no"> |
|---|
| … | … | |
| 201 | 201 | <td class="content2" width="175">{TR_DIR_LIST}</td> |
|---|
| 202 | 202 | <td class="content" class="content3"> |
|---|
| 203 | | <input type="radio" name="directorylisting" value="yes" checked> |
|---|
| | 203 | <input type="radio" name="directorylisting" value="yes" checked="checked"> |
|---|
| 204 | 204 | {TR_YES} |
|---|
| 205 | 205 | <input type="radio" name="directorylisting" value="no"> |
|---|
| … | … | |
| 209 | 209 | <td class="content2" width="175">{TR_APACHE_LOGFILES}</td> |
|---|
| 210 | 210 | <td class="content" class="content3"> |
|---|
| 211 | | <input type="radio" name="apachelogfiles" value="yes" checked> |
|---|
| | 211 | <input type="radio" name="apachelogfiles" value="yes" checked="checked"> |
|---|
| 212 | 212 | {TR_YES} |
|---|
| 213 | 213 | <input type="radio" name="apachelogfiles" value="no"> |
|---|
| … | … | |
| 217 | 217 | <td class="content2" width="175">{TR_AWSTATS}</td> |
|---|
| 218 | 218 | <td class="content" class="content3"> |
|---|
| 219 | | <input type="radio" name="awstats" value="yes" checked> |
|---|
| | 219 | <input type="radio" name="awstats" value="yes" checked="checked"> |
|---|
| 220 | 220 | {TR_YES} |
|---|
| 221 | 221 | <input type="radio" name="awstats" value="no"> |
|---|
| … | … | |
| 225 | 225 | <td class="content2" width="175">{TR_LOGO_UPLOAD}</td> |
|---|
| 226 | 226 | <td class="content" class="content3"> |
|---|
| 227 | | <input type="radio" name="logo_upload" value="yes" checked> |
|---|
| | 227 | <input type="radio" name="logo_upload" value="yes" checked="checked"> |
|---|
| 228 | 228 | {TR_YES} |
|---|
| 229 | 229 | <input type="radio" name="logo_upload" value="no"> |
|---|
| … | … | |
| 252 | 252 | <tr> |
|---|
| 253 | 253 | <td width="10%" align="center" class="{RSL_IP_CLASS}">{RSL_IP_NUMBER}</td> |
|---|
| 254 | | <td width="20%" align="center" class="{RSL_IP_CLASS}"><input type="checkbox" name="{RSL_IP_CKB_NAME}" value="{RSL_IP_CKB_VALUE}" {RSL_IP_ITEM_ASSIGNED}> |
|---|
| 255 | | </td> |
|---|
| | 254 | <td width="20%" align="center" class="{RSL_IP_CLASS}"><input type="checkbox" name="{RSL_IP_CKB_NAME}" value="{RSL_IP_CKB_VALUE}" {RSL_IP_ITEM_ASSIGNED}></td> |
|---|
| 256 | 255 | <td width="35%" class="{RSL_IP_CLASS}">{RSL_IP_LABEL}</td> |
|---|
| 257 | 256 | <td width="35%" class="{RSL_IP_CLASS}">{RSL_IP_IP}</td> |
|---|
| … | … | |
| 268 | 267 | <td width="25"> </td> |
|---|
| 269 | 268 | <td width="200" class="content2">{TR_CUSTOMER_ID}</td> |
|---|
| 270 | | <td class="content"><input type="text" name="customer_id" value="{CUSTOMER_ID}" style="width:210px" class="textinput"> |
|---|
| 271 | | </td> |
|---|
| | 269 | <td class="content"><input type="text" name="customer_id" value="{CUSTOMER_ID}" style="width:210px" class="textinput"></td> |
|---|
| 272 | 270 | </tr> |
|---|
| 273 | 271 | <tr> |
|---|
| 274 | 272 | <td width="25"> </td> |
|---|
| 275 | 273 | <td width="200" class="content2">{TR_FIRST_NAME}</td> |
|---|
| 276 | | <td class="content"><input type="text" name="fname" value="{FIRST_NAME}" style="width:210px" class="textinput"> |
|---|
| 277 | | </td> |
|---|
| | 274 | <td class="content"><input type="text" name="fname" value="{FIRST_NAME}" style="width:210px" class="textinput"></td> |
|---|
| 278 | 275 | </tr> |
|---|
| 279 | 276 | <tr> |
|---|
| 280 | 277 | <td width="25"> </td> |
|---|
| 281 | 278 | <td width="200" class="content2">{TR_LAST_NAME}</td> |
|---|
| 282 | | <td class="content"><input type="text" name="lname" value="{LAST_NAME}" style="width:210px" class="textinput"> |
|---|
| 283 | | </td> |
|---|
| | 279 | <td class="content"><input type="text" name="lname" value="{LAST_NAME}" style="width:210px" class="textinput"></td> |
|---|
| 284 | 280 | </tr> |
|---|
| 285 | 281 | <tr> |
|---|
| 286 | 282 | <td width="25"> </td> |
|---|
| 287 | 283 | <td width="200" class="content2">{TR_GENDER}</td> |
|---|
| 288 | | <td class="content"> |
|---|
| 289 | | <select name="gender" size="1"> |
|---|
| | 284 | <td class="content"><select name="gender" size="1"> |
|---|
| 290 | 285 | <option value="M" {VL_MALE}>{TR_MALE}</option> |
|---|
| 291 | 286 | <option value="F" {VL_FEMALE}>{TR_FEMALE}</option> |
|---|
| 292 | 287 | <option value="U" {VL_UNKNOWN}>{TR_UNKNOWN}</option> |
|---|
| 293 | | </select> |
|---|
| 294 | | </td> |
|---|
| | 288 | </select></td> |
|---|
| 295 | 289 | </tr> |
|---|
| 296 | 290 | <tr> |
|---|
| 297 | 291 | <td width="25"> </td> |
|---|
| 298 | 292 | <td width="200" class="content2">{TR_COMPANY}</td> |
|---|
| 299 | | <td class="content"><input type="text" name="firm" value="{FIRM}" style="width:210px" class="textinput"> |
|---|
| 300 | | </td> |
|---|
| | 293 | <td class="content"><input type="text" name="firm" value="{FIRM}" style="width:210px" class="textinput"></td> |
|---|
| 301 | 294 | </tr> |
|---|
| 302 | 295 | <tr> |
|---|
| 303 | 296 | <td width="25"> </td> |
|---|
| 304 | 297 | <td width="200" class="content2">{TR_ZIP_POSTAL_CODE}</td> |
|---|
| 305 | | <td class="content"><input type="text" name="zip" value="{ZIP}" style="width:80px" class="textinput"> |
|---|
| 306 | | </td> |
|---|
| | 298 | <td class="content"><input type="text" name="zip" value="{ZIP}" style="width:80px" class="textinput"></td> |
|---|
| 307 | 299 | </tr> |
|---|
| 308 | 300 | <tr> |
|---|
| 309 | 301 | <td width="25"> </td> |
|---|
| 310 | 302 | <td width="200" class="content2">{TR_CITY}</td> |
|---|
| 311 | | <td class="content"><input type="text" name="city" value="{CITY}" style="width:210px" class="textinput"> |
|---|
| 312 | | </td> |
|---|
| | 303 | <td class="content"><input type="text" name="city" value="{CITY}" style="width:210px" class="textinput"></td> |
|---|
| 313 | 304 | </tr> |
|---|
| 314 | 305 | <tr> |
|---|
| 315 | 306 | <td width="25"> </td> |
|---|
| 316 | 307 | <td width="200" class="content2">{TR_COUNTRY}</td> |
|---|
| 317 | | <td class="content"><input type="text" name="country" value="{COUNTRY}" style="width:210px" class="textinput"> |
|---|
| 318 | | </td> |
|---|
| | 308 | <td class="content"><input type="text" name="country" value="{COUNTRY}" style="width:210px" class="textinput"></td> |
|---|
| 319 | 309 | </tr> |
|---|
| 320 | 310 | <tr> |
|---|
| 321 | 311 | <td width="25"> </td> |
|---|
| 322 | 312 | <td width="200" class="content2">{TR_STREET_1}</td> |
|---|
| 323 | | <td class="content"><input type="text" name="stree |
|---|
|