
Meine ist modifiziert :
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 | < script language = "JavaScript" type = "text/javascript" > <!-- function doVote(n1,did) { document.location.href="index.php?downloads-show-" + did + "-z"+n1; } //--> </ script > < table width = "100%" class = "border" border = "0" cellspacing = "1" cellpadding = "3" > < tr class = "Chead" > < th colspan = "4" align = "center" >< b >{name} {version}</ b ></ th > </ tr >< tr > < td class = "Cmite" >{_lang_name}</ td > < td class = "Cnorm" >{name}</ td > < td class = "Cmite" colspan = "2" valign = "top" align = "center" >< strong >{_lang_voting}</ strong ></ td > </ tr >< tr > < td class = "Cmite" >Version</ td > < td class = "Cnorm" >{version_kl}</ td > < td class = "Cmite" colspan = "2" valign = "top" > < div class = "download_wertung_container" > < div class = "download_wertung_text" >{vote_progressbar_text}</ div > < div class = "download_wertung {vote_progressbar_class}" style = "width: {vote_progressbar_value}%;" > </ div > </ div > </ td > </ tr >< tr > < td class = "Cmite" >{_lang_author}</ td > < td class = "Cnorm" >{creater}</ td > < td class = "Cnorm" rowspan = "2" colspan = "2" align = "center" > < table class = "border" border = "0" cellspacing = "1" cellpadding = "0" > < tr > < td class = "Cdark" onClick = "doVote(1,{id})" style = "cursor:pointer" > 1 </ td > < td class = "Cmite" onClick = "doVote(2,{id})" style = "cursor:pointer" > 2 </ td > < td class = "Cdark" onClick = "doVote(3,{id})" style = "cursor:pointer" > 3 </ td > < td class = "Cmite" onClick = "doVote(4,{id})" style = "cursor:pointer" > 4 </ td > < td class = "Cdark" onClick = "doVote(5,{id})" style = "cursor:pointer" > 5 </ td > < td class = "Cmite" onClick = "doVote(6,{id})" style = "cursor:pointer" > 6 </ td > < td class = "Cdark" onClick = "doVote(7,{id})" style = "cursor:pointer" > 7 </ td > < td class = "Cmite" onClick = "doVote(8,{id})" style = "cursor:pointer" > 8 </ td > < td class = "Cdark" onClick = "doVote(9,{id})" style = "cursor:pointer" > 9 </ td > < td class = "Cmite" onClick = "doVote(10,{id})" style = "cursor:pointer" > 10 </ td > </ tr > </ table > </ td > </ tr >< tr > < td class = "Cmite" >{_lang_date}</ td > < td class = "Cnorm" >{datum}</ td > </ tr >< tr > < td class = "Cmite" width = "110" >{_lang_size}</ td > < td class = "Cnorm" >{size}</ td > < td class = "Cmite" width = "110" >{_lang_voter}</ td > < td class = "Cnorm" >{vote_klicks}</ td > </ tr >< tr > < td class = "Cmite" >{_lang_downloads}</ td > < td class = "Cnorm" >{downs}</ td > < td class = "Cmite" >{_lang_seenfrom}</ td > < td class = "Cnorm" >{hits}</ td > </ tr > </ table > < p ></ p > < b >< center >< a href = "index.php?downloads-down-{id}" >{_lang_download}</ a >{surl}</ center ></ b > < p ></ p > < table width = "100%" class = "border" border = "0" cellspacing = "1" cellpadding = "3" > < tr > < th class = "Cdark" >{_lang_desc}</ th > </ tr > < td class = "Cnorm" >{ssurl}{descl}</ td > </ tr > < tr > < td class = "Cnorm" > < form action = "index.php?downloads-show-{id}" method = "POST" > < fieldset > Comments < legend >{_lang_writecomment}</ legend > < input type = "text" name = "name" value = "{uname}" /> < input type = "submit" value = "{_lang_enter}" >< br /> < textarea cols = "50" rows = "2" name = "text" ></ textarea >< br /> {ANTISPAM} </ fieldset > </ form > </ td > </ tr > < tr > < td class = "Cnorm" > {EXPLODE} {EXPLODE} < span class = "Cmite" style = "width:100%;display:block;" >< span style = "display:block;padding:2px 2px 2px 5px;" ># < b >{zahl}</ b > von {name}</ span > </ span > < span class = "Cnorm" style = "width:100%;display:block;" >< span style = "display:block;padding:4px 4px 4px 6px;" >{text}</ span > </ span > < br /> {EXPLODE} </ td > </ tr > </ table > |
1 2 3 4 5 6 7 8 9 10 11 | < div class = "downloadbox" > < p class = "about-box" > < a href = "" target = "_parent" >Download (Dateigröße)</ a > < a href = "" target = "_parent" >Demo/Screenshot</ a > </ p > < p class = "about-page" > </ p > </ div > |
verwendete ilch Version: 1.1 P
Zuletzt modifiziert von MOODFOR am 14.11.2015 - 20:04:15