ich habe folgendes Problem. Ich habe gerade versucht, das "Profil bearbeiten Layout" umzugestalten, also die profil_edit.htm. Klappt so weit auch alles gut, nur am wichtigsten Punkt hängt es. Der Absenden Button will nicht, setzte ich die {EXPLODE} Tags so wie in der orginalen, erscheint er erst gar nicht, lasse ich einen weg, ist er da, allerdings ohne Funktion. Und eigentlich bin ich der Meinung, alle {EXPLODE}'s richtig gesetzt zu haben.
Kann da vllt. mal einer drüber schauen?
Hier mein Quellcode:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 | <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> < html >< head > < meta content = "text/html; charset=ISO-8859-1" http-equiv = "content-type" >< title ></ title ></ head >< body > < h3 class = "begruessung" style = "margin: 0px 0px 10px; padding-top: 5px; padding-bottom: 5px; width: 560px; font-weight: bold; padding-left: 20px; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235); font-family: Arial,Helvetica; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" > < div class = "mitgliedSeit titleRight" style = "font-size: 12px; font-weight: normal; color: rgb(51, 51, 51); text-align: right;" ></ div > </ h3 > < div class = "leftArea" style = "width: 180px; min-height: 200px; float: left; margin-right: 10px; color: rgb(51, 51, 51); font-family: Arial,Helvetica; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);" > < div class = "profilbild" style = "left: 0px; text-align: center;" >< label style = "float:left; width:35%;" > </ label >{avatarbild}< input type = "checkbox" value = "yes" name = "avatarloeschen" /> {_lang_delete}?< br />< br /> < label style = "float:left; width:35%;" > </ label >< input style = "margin-bottom:2px;" type = "file" name = "avatarfile" />< br />< font class = "smalfont" >< br />{_lang_criterions}: {_lang_maxwidth} {Fabreite}px, {_lang_maxheight} {Fahohe}px {_lang_and} max size {Fasize} bytes. {_lang_otherwisenoaction}.</ font >< br />{EXPLODE} < br > </ div > < div class = "friendsBox" style = "width: 180px; margin-bottom: 15px;" > < h4 class = "subtitle" style = "margin: 0px; padding: 8px 5px; font-size: 12px; font-weight: bold; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235);" >Community [bearbeiten]</ h4 > < div class = "actionBar" style = "padding: 5px; font-size: 11px; background-color: rgb(247, 247, 247); color: rgb(102, 102, 102);" > < div style = "text-align: left;" > < br > {_if_{forum_usergallery}=='1'}< div align = "center" > < a href = "index.php?user-usergallery-{uid}" >Fotoalbum ansehen / bearbeiten</ a > < a href = "index.php?user-remove" /></ a > </ div >{/_endif}< br /> {EXPLODE} < label style = "float:left; width:35%;" >{_lang_mails}< span class = "smalfont" > {_lang_fromotherusers}?</ span ></ label >< input id = "opt_mail1" type = "radio" value = "1" name = "opt_mail" {opt_mail1} />< label for = "opt_mail1" > {_lang_yes}</ label >, < input id = "opt_mail0" type = "radio" value = "0" name = "opt_mail" {opt_mail0} />< label for = "opt_mail0" > {_lang_no}</ label >< br style = "clear:both;" /> < label style = "float:left; width:35%;" >{_lang_privatemessages}< span class = "smalfont" > {_lang_fromotherusers}?</ span ></ label >< input id = "opt_pm1" type = "radio" value = "1" name = "opt_pm" {opt_pm1} />< label for = "opt_pm1" > {_lang_yes}</ label >, < input id = "opt_pm0" type = "radio" value = "0" name = "opt_pm" {opt_pm0} />< label for = "opt_pm0" > {_lang_no}</ label >< br style = "clear:both;" /> < label style = "float:left; width:35%;" >{_lang_privatemessages}< span class = "smalfont" > {_lang_popupbynewmsg}?</ span ></ label >< input id = "opt_pm_popup1" type = "radio" value = "1" name = "opt_pm_popup" {opt_pm_popup1} />< label for = "opt_pm_popup1" > {_lang_yes}</ label >, < input id = "opt_pm_popup0" type = "radio" value = "0" name = "opt_pm_popup" {opt_pm_popup0} />< label for = "opt_pm_popup0" > {_lang_no}</ label >< br style = "fclear:both;" />< br /> < br > < legend >{_lang_editpassword}</ legend > < br /> < label style = "float:left; width:35%;" >{_lang_current}</ label >< input style = "margin-bottom:2px;" type = "password" name = "op" maxlength = "20" >< br /> < label style = "float:left; width:35%;" >{_lang_new}</ label >< input style = "margin-bottom:2px;" type = "password" name = "np1" maxlength = "20" >< br /> < label style = "float:left; width:35%;" >{_lang_repeat}</ label >< input style = "margin-bottom:2px;" type = "password" name = "np2" maxlength = "20" >< br /> < br /> {EXPLODE} < legend >{_lang_removeaccount}</ legend > < label style = "float:left; width:35%;" > </ label >< input type = "checkbox" value = "yes" name = "removeaccount" /> {_lang_delete}? < font class = "smalfont" >{_lang_mustbeentered}</ font > </ div > < br > </ div > </ div > </ div > </ div > </ div > < div class = "rightArea" style = "width: 390px; min-height: 200px; float: left; color: rgb(51, 51, 51); font-family: Arial,Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);" > < div class = "profileBox" style = "width: 390px; margin-bottom: 20px;" > < h3 class = "subtitle" style = "margin: 0px; padding: 8px 5px; font-size: 12px; font-weight: bold; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235);" > < div class = "titleLeft" style = "float: left; text-align: left; color: rgb(51, 51, 51);" >Über mich [Text bearbeiten]</ div > < div class = "titleRight" style = "text-align: right; color: rgb(51, 51, 51);" >< a href = "http://www.evibez.de" class = "bearbeiten" style = "color: rgb(138, 142, 145); text-decoration: none; font-size: 10px; font-weight: normal;" >< br > </ a ></ div > </ h3 > < div class = "profileBoxContent" style = "padding: 5px; font-size: 12px; line-height: 15px; color: rgb(51, 51, 51);" >< textarea name = "map" cols = "45" rows = "4" >{map}</ textarea >< br style = "clear:both;" /> </ div > </ div > < div class = "profileBox" style = "width: 390px; margin-bottom: 20px;" > < h3 class = "subtitle" style = "margin: 0px; padding: 8px 5px; font-size: 12px; font-weight: bold; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235);" > < div class = "titleLeft" style = "float: left; text-align: left; color: rgb(51, 51, 51);" >Informationen [bearbeiten]</ div > < div class = "titleRight" style = "text-align: right; color: rgb(51, 51, 51);" >< a href = "http://www.evibez.de" class = "bearbeiten" style = "color: rgb(138, 142, 145); text-decoration: none; font-size: 10px; font-weight: normal;" >< br > </ a ></ div > </ h3 > < div style = "color: rgb(51, 51, 51);" > < table class = "informationen" style = "margin: 5px 5px 10px 10px; font-size: 12px;" > < tbody > < tr style = "color: rgb(181, 32, 2);" > < th colspan = "2" style = "text-align: left;" >Account</ th > </ tr > < tr > < td class = "a" style = "width: 200px;" >Geschlecht:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" type = "radio" value = "1" id = "geschlecht1" name = "geschlecht" {geschlecht1} />< label for = "geschlecht1" > {_lang_male}</ label >< br > < input id = "geschlecht2" type = "radio" value = "2" name = "geschlecht" {geschlecht2} />< label for = "geschlecht2" > {_lang_female}</ label >< br > < input id = "geschlecht0" type = "radio" value = "0" name = "geschlecht" {geschlecht0} />< label for = "geschlecht0" > {_lang_itdoesntmatter}</ label >< br style = "clear:both;" /></ td > </ tbody > </ table > < table class = "informationen" style = "margin: 5px 5px 10px 10px; font-size: 12px;" > < tbody > < tr style = "color: rgb(181, 32, 2);" > < th colspan = "2" style = "text-align: left;" >Herkunft</ th > </ tr > < tr > < td class = "a" style = "width: 200px;" >Ort:</ td > < td >< span style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "wohnort" value = "{wohnort}" /></ span >< br > </ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Staat:</ td > < td style = "font-weight: bold;" >< select style = "margin-bottom:2px;" name = "staat" >{_list_staat@< option %1 value = "%2" >%3</ option >}</ select ></ td > </ tr > </ tbody > </ table > < table class = "informationen" style = "margin: 5px 5px 10px 10px; font-size: 12px;" > < tbody > < tr style = "color: rgb(181, 32, 2);" > < th colspan = "2" style = "text-align: left;" >Kontakt</ th > </ tr > < tr > < td class = "a" style = "width: 200px;" >ICQ-Nummer:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "icq" value = "{icq}" /></ td > </ tr > < tr > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "facebook" value = "{facebook}" /></ td > </ tr > < tr > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "youtube" value = "{youtube}" /></ td > </ tr > </ tbody > </ table > < table class = "informationen" style = "margin: 5px 5px 10px 10px; font-size: 12px;" > < tbody > < tr style = "color: rgb(181, 32, 2);" > < th colspan = "2" style = "text-align: left;" >Persönliches</ th > </ tr > < tr > < td class = "a" style = "width: 200px;" >Beziehung:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "game" value = "{game}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Geburtstag:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "gebdatum" value = "{gebdatum}" />< font class = "smalfont" >{_lang_dateformat}</ font ></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Beruf:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "spielerfahrungen" value = "{spielerfahrungen}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Interessen:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "clan" value = "{clan}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Musikrichtung, Bands:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "musik" value = "{musik}" />< br style = "clear:both;" /></ td > </ tr > </ tbody > </ table > < br > < table class = "informationen" style = "margin: 5px 5px 10px 10px; font-size: 12px;" > < tbody > < tr > < th colspan = "2" style = "color: rgb(255, 101, 0); text-align: left;" >< span style = "color: rgb(181, 32, 2);" >Equipment / Hardware / System</ span >< br > </ th > </ tr > < tr > < td class = "a" style = "width: 200px;" >Mischpult / Mixer:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "waffe" value = "{waffe}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >CD Spieler / Turntables:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "essen" value = "{essen}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Kopfhörer:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "trinken" value = "{trinken}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Betriebssystem:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "film" value = "{film}" /></ td > </ tr > < tr > < td class = "a" style = "width: 200px;" >Sonstiges:</ td > < td style = "font-weight: bold;" >< input style = "margin-bottom:2px;" name = "sport" value = "{sport}" /></ td > </ tr > </ tbody > </ table > </ div > </ div > < div class = "profileBox" style = "width: 390px; margin-bottom: 20px;" > < h3 class = "subtitle" style = "margin: 0px; padding: 8px 5px; font-size: 12px; font-weight: bold; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235);" >Top 5 - Lieblingstracks [bearbeiten]< br > </ h3 > < div class = "actionBar" style = "padding: 5px; font-size: 11px; background-color: rgb(247, 247, 247); color: rgb(51, 51, 51);" >1. < input style = "margin-bottom:2px;" name = "cpu" value = "{cpu}" />< br > 2. < input style = "margin-bottom:2px;" name = "mainboard" value = "{mainboard}" />< br > 3. < input style = "margin-bottom:2px;" name = "ram" value = "{ram}" />< br > 4. < input style = "margin-bottom:2px;" name = "monitor" value = "{monitor}" />< br > 5. < input style = "margin-bottom:2px;" name = "grafikkarte" value = "{grafikkarte}" />< br > </ div > </ div > < div class = "profileBox" style = "width: 390px; margin-bottom: 20px;" > < h3 class = "subtitle" style = "margin: 0px; padding: 8px 5px; font-size: 12px; font-weight: bold; color: rgb(51, 51, 51); background-color: rgb(235, 235, 235);" >Signatur [bearbeiten]< br > </ h3 > < div class = "actionBar" style = "padding: 5px; font-size: 11px; background-color: rgb(247, 247, 247); color: rgb(51, 51, 51);" > < legend >{_lang_signature}</ legend > < label style = "float:left; width:35%;" >< font class = "smalfont" >{_lang_max} {forum_max_sig} {_lang_signs}.</ font ></ label >< textarea style = "margin-bottom:2px;" cols = "45" rows = "5" name = "sig" >{sig}</ textarea >< br /> </ div > < br > < fieldset > < br /> {EXPLODE} </ fieldset > < div align = "center" > < input style = "margin-bottom:2px;" type = "submit" value = "{_lang_send2}" name = "submit" > </ div > </ div > </ div > </ body ></ html > |