|
Revision 43, 306 bytes
(checked in by jm3, 2 years ago)
|
- set Id property on all text-based files
- correctly handling the "no keys found" case with link to GPG help page (just a stub at this point)
|
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
<html> |
|---|
| 2 |
<head> |
|---|
| 3 |
<script language="javascript"> |
|---|
| 4 |
|
|---|
| 5 |
function bar() { |
|---|
| 6 |
alert( "bar from main" ); |
|---|
| 7 |
} |
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
</script> |
|---|
| 12 |
</head> |
|---|
| 13 |
|
|---|
| 14 |
<body> |
|---|
| 15 |
<div id="snd"> |
|---|
| 16 |
<h1>main</h1> |
|---|
| 17 |
</div> |
|---|
| 18 |
<a href="#" onclick="window.parent.frames[1].foo();">look into top.js</a> |
|---|
| 19 |
</body> |
|---|
| 20 |
</html> |
|---|
| 21 |
|
|---|