| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
| 2 |
<html>
|
2 |
<html>
|
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<link href="/css/imgareaselect-default.css" type="text/css" rel="stylesheet">
|
4 |
<link href="/css/imgareaselect-default.css" type="text/css" rel="stylesheet">
|
| 5 |
<script type="text/javascript" src="/js/jquery-1.4.2.js"></script>
|
5 |
<script type="text/javascript" src="/js/jquery.js"></script>
|
| 6 |
<script src="/js/jquery.imgareaselect.pack.js" type="text/javascript"></script>
|
6 |
<script src="/js/jquery.imgareaselect.pack.js" type="text/javascript"></script>
|
| 7 |
<script type="text/javascript">
|
7 |
<script type="text/javascript">
|
| 8 |
function preview(img, selection) {
|
8 |
function preview(img, selection) {
|
| 9 |
if (!selection.width || !selection.height)
|
9 |
if (!selection.width || !selection.height)
|
| 10 |
return;
|
10 |
return;
|
| Line 31... |
Line 31... |
| 31 |
});
|
31 |
});
|
| 32 |
</script>
|
32 |
</script>
|
| 33 |
</head>
|
33 |
</head>
|
| 34 |
<body>
|
34 |
<body>
|
| 35 |
<div id="image" style="padding-bottom: 10px">
|
35 |
<div id="image" style="padding-bottom: 10px">
|
| 36 |
<img src='/images/campaignImages/$action.getLink()' id="photo" style="float: left;">
|
36 |
<img src='/images/campaignImages/$action.getLink()' id="photo" style="float: left; border: 1px solid gray;">
|
| 37 |
<div style="float: left; width: 18%; margin-bottom: 10px; margin-left: 10px;">
|
37 |
<div style="float: left; width: 18%; margin-bottom: 10px; margin-left: 10px;">
|
| 38 |
<table style="">
|
38 |
<table style="">
|
| 39 |
<thead>
|
39 |
<thead>
|
| 40 |
<tr>
|
40 |
<tr>
|
| 41 |
<th colspan="2" style="font-size: 110%; font-weight: bold; text-align: left; padding-left: 0.1em;">
|
41 |
<th colspan="2" style="font-size: 110%; font-weight: bold; text-align: left; padding-left: 0.1em;">
|