| 52 | | </h1> |
|---|
| 53 | | |
|---|
| 54 | | <div class="warning"> |
|---|
| 55 | | <h1>Hmm, you've added this link <%= $count == 1 ? "" : "$count times" %> already. Why not add a <a href="javascript:history.go( -1 );">new one</a>? <a href="javascript:history.go( -1 );">«click to go back»</a></h1> |
|---|
| 56 | | </div> |
|---|
| 57 | | <% |
|---|
| 58 | | # duplicate handler here |
|---|
| | 55 | <h1> |
|---|
| | 56 | <p> |
|---|
| | 57 | Hmm, you've added this link <%= $count == 1 ? "" : "$count times" %> already.<br /> |
|---|
| | 58 | Why not add a <a href="javascript:history.go( -1 );">new one</a>? |
|---|
| | 59 | </p> |
|---|
| | 60 | <a href="javascript:history.go( -1 );">«click to go back»</a> |
|---|
| | 61 | </h1> |
|---|
| | 62 | </div> |
|---|
| | 63 | <% |
|---|