commit | author | age
|
82df52
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
JM |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
3 |
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
|
|
4 |
xml:lang="en"
|
|
5 |
lang="en">
|
|
6 |
|
|
7 |
<wicket:panel>
|
62cec2
|
8 |
<span wicket:id="repositoryUrl" style="color: blue;">[repository url]</span><span class="hidden-phone hidden-tablet" wicket:id="copyFunction"></span>
|
3b6904
|
9 |
|
JM |
10 |
<!-- Plain JavaScript manual copy & paste -->
|
|
11 |
<wicket:fragment wicket:id="jsPanel">
|
13a3f5
|
12 |
<span style="vertical-align:baseline;">
|
JM |
13 |
<img wicket:id="copyIcon" wicket:message="title:gb.copyToClipboard"></img>
|
3b6904
|
14 |
</span>
|
JM |
15 |
</wicket:fragment>
|
|
16 |
|
|
17 |
<!-- flash-based button-press copy & paste -->
|
|
18 |
<wicket:fragment wicket:id="clippyPanel">
|
13a3f5
|
19 |
<object wicket:message="title:gb.copyToClipboard" style="vertical-align:middle;"
|
3b6904
|
20 |
wicket:id="clippy"
|
13a3f5
|
21 |
width="14"
|
3b6904
|
22 |
height="14"
|
JM |
23 |
bgcolor="#ffffff"
|
|
24 |
quality="high"
|
|
25 |
wmode="transparent"
|
13a3f5
|
26 |
scale="noscale"
|
3b6904
|
27 |
allowScriptAccess="always"></object>
|
JM |
28 |
</wicket:fragment>
|
|
29 |
</wicket:panel>
|
82df52
|
30 |
</html> |