Hallo liebe community,
ich würde gerne bei download ein beil einfügen anstat dem TEXT "Downloaden" wie mache ich das??
Wie bei demo^^
verwendete ilchClan Version: 1.1
betroffene Homepage: clan.gtcrew.de/index.php?downloads-show-1
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||
<p></p>
<b><center><a href="index.php?downloads-down-{id}">{_lang_download}</a>{surl}</center></b>
<p></p>
<a href="index.php?downloads-down-{id}"><img border="0" src="include/images/downloads/Download.jpg" alt="{_lang_download}"></a>


<SCRIPT language=JavaScript>
<!--
function checkCheckBox(f){
if (f.agree.checked == false )
{
alert('Akzeptiere die Bedingungen zum Download!');
return false;
}else
return true;
}
//-->
</SCRIPT>
<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} (Version)</td>
<td class="Cnorm">{name} {version_kl}</td>
<td class="Cmite" colspan="2" valign="top">{_lang_voting} {vote_wertung}
</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>
<br />
<center>
<form action="index.php?downloads-down-{id}" name="sform" method="POST" onsubmit="return checkCheckBox(this)">
<p><b>Bedingungen:<br />
</b>{bedingungen}<br />
<strong>Akzeptieren:</strong> <b>
<input type="checkbox" value="0" name="agree">
</b></p>
<p>
<b>
<input class="input" type="submit" name="submitbtn" value=" Download">
</b></p>
</form>
<script language="JavaScript" type="text/javascript">
<!--
function doVote(n1,did) {
document.location.href="index.php?downloads-show-" + did + "-z"+n1;
}
//-->
</script>
<script language="javascript">
<!--
var secs = {waittime};
var wait = secs * 1000;
document.sform.submitbtn.disabled=true;
for(i=1;i<=secs;i++) {
window.setTimeout("update(" + i + ")", i * 1000);
}
window.setTimeout("timer()", wait);
function update(num) {
if(num == (wait/1000)) {
document.sform.submitbtn.value = " Download";
}
else {
printnr = (wait/1000)-num;
document.sform.submitbtn.value = " Download (" + printnr + ")";
}
}
function timer() {
document.sform.submitbtn.disabled=false;
}
//-->
</script> {surl}
</center>
<b></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>
</table>

<script type="text/javascript">
<!--
function fc() {
if(c>0){
document.getElementById("dl").innerHTML = '<h3 style="font-size:24pt;" id="zeit">Noch ' + c + ' Sekunden</h3>';
c=c-1;
setTimeout("fc()", 1000);
} else {
var tt = '<input type="image" name="imageField" id="imageField" src="include/images/icons/tOReddownload.png" border="0"></a>';
document.getElementById("dl").innerHTML = tt;
}
}
var c=10;
if (window.location.hash == "#dlt")
c = 0;
fc();
//-->
</script>
</b></p>
</form>
<script language="JavaScript" type="text/javascript">
<!--
function doVote(n1,did) {
document.location.href="index.php?downloads-show-" + did + "-z"+n1;
}
//-->
</script>
<script language="javascript">
<!--
var secs = 10;
var wait = secs * 1000;
document.sform.submitbtn.disabled=true;
for(i=1;i<=secs;i++) {
window.setTimeout("update(" + i + ")", i * 1000);
}
window.setTimeout("timer()", wait);
function update(num) {
if(num == (wait/1000)) {
document.sform.submitbtn.value = " Download";
}
else {
printnr = (wait/1000)-num;
document.sform.submitbtn.value = " Download (" + printnr + ")";
}
}
function timer() {
document.sform.submitbtn.disabled=false;
}
//-->
</script>





| Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen | |