

Vielen Dank :))

verwendete ilch Version: 1.1 P
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 | {ssurl} |
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 | <tr> <td class="Cnorm" rowspan="7" valign="top">{ssurl}</td> </tr> |
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 | < 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 = "3" align = "center" >< b >{name} {version}</ b ></ th > </ tr > < tr class = "Cnorm" > < td id = "download_image" width = "200" rowspan = "11" align = "center" valign = "top" >< img width = "100%" src = "{ssurl}" ></ td > </ tr > < tr > < td class = "Cmite" align = "right" width = "200" >{_lang_name} (Version)</ td > < td class = "Cnorm" >{name} {version_kl}</ td > </ tr > < tr > < td class = "Cmite" align = "right" >{_lang_author}</ td > < td class = "Cnorm" >{creater}</ td > </ tr > < tr > < td class = "Cmite" align = "right" >{_lang_date}</ td > < td class = "Cnorm" >{datum}</ td > </ tr > < tr > < td class = "Cmite" width = "110" align = "right" >{_lang_size}</ td > < td class = "Cnorm" >{size}</ td > </ tr > < tr > < td class = "Cdark" colspan = "2" align = "center" ></ td > </ tr > < tr > < td class = "Cmite" colspan = "1" valign = "top" align = "right" >{_lang_voting} < b >{vote_wertung}</ b > < td class = "Cnorm" > < 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" colspan = "1" align = "right" >{_lang_voter}</ td > < td class = "Cnorm" >{vote_klicks}</ td > </ tr > < tr > < td class = "Cdark" colspan = "2" align = "center" ></ td > </ tr > < tr > < td class = "Cmite" colspan = "1" align = "right" >{_lang_seenfrom}</ td > < td class = "Cnorm" >{hits}</ td > </ tr > < tr > < td class = "Cmite" align = "right" >{_lang_downloads}</ td > < td class = "Cnorm" >{downs}</ 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 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 | <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="Cnorm" rowspan="7" valign="top">{ssurl}</td> </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> <center> <a href="index.php?downloads-down-{id}"><b>{_lang_download}</a>{surl}</b> </center> <p></p> <table width="100%" class="border" border="0" cellspacing="1" cellpadding="3"> <tr> <th class="Cdark">{_lang_desc}</th> </tr> <td class="Cnorm">{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 | $row['ssurl'] = ( (file_exists($row['ssurl']) AND $row['ssurl'] != '') ? '<img src="'.$row['ssurl'].'" alt="'.$row['name'].' '.$row['version'].'" title="'.$row['name'].' '.$row['version'].'" style="width:100px;" />' : '' ); |
1 2 3 4 5 6 7 8 9 | <tr> <td class="Cmite">Download Wertung</td> <td class="Cnorm"> <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> |
Geschlossen | ||
![]() |
Zurück zu HTML, PHP, SQL,... |