| 74 |
|
<#
|
| 75 |
|
<script type="text/javascript">
|
| 76 |
|
//<![CDATA[
|
| 77 |
|
function clpSet() {
|
| 78 |
|
window.clipboardData.setData("Text", document.name.text.value);
|
| 79 |
|
}
|
| 80 |
|
//]]>
|
| 81 |
|
</script>
|
| 82 |
|
git clone https://bitbucket.org/wackowiki/wackowiki.git \
|
| 83 |
|
/home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki
|
| 84 |
|
<form name="name" action="">
|
| 85 |
|
<input type="hidden" name="text" value=" git clone https://bitbucket.org/wackowiki/wackowiki.git /home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki " />
|
| 86 |
|
<input type="button" value="Kopieren" onclick="clpSet();" />
|
| 87 |
|
</form>
|
| 88 |
|
#>
|
| 89 |
|
|