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>
|
3b6904
|
8 |
<span wicket:id="repositoryUrl" style="color: blue;">[repository url]</span><span wicket:id="copyFunction"></span>
|
JM |
9 |
|
|
10 |
<!-- Plain JavaScript manual copy & paste -->
|
|
11 |
<wicket:fragment wicket:id="jsPanel">
|
|
12 |
<span class="btn" style="padding:0px 3px 0px 3px;vertical-align:middle;">
|
|
13 |
<img wicket:id="copyIcon" style="padding-top:1px;"></img>
|
|
14 |
</span>
|
|
15 |
</wicket:fragment>
|
|
16 |
|
|
17 |
<!-- flash-based button-press copy & paste -->
|
|
18 |
<wicket:fragment wicket:id="clippyPanel">
|
|
19 |
<object style="padding:0px 2px;vertical-align:middle;"
|
|
20 |
wicket:id="clippy"
|
|
21 |
width="110"
|
|
22 |
height="14"
|
|
23 |
bgcolor="#ffffff"
|
|
24 |
quality="high"
|
|
25 |
wmode="transparent"
|
|
26 |
allowScriptAccess="always"></object>
|
|
27 |
</wicket:fragment>
|
|
28 |
</wicket:panel>
|
82df52
|
29 |
</html> |