|
| |
1 |
|
<html> |
|
| |
2 |
|
<head> |
|
| |
3 |
|
<title>In-Portal</title> |
|
| |
4 |
|
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> |
|
| |
5 |
|
<meta http-equiv="Pragma" content="no-cache"> |
|
| |
6 |
|
<base href="<inp:m_theme_url />"> |
|
| |
7 |
|
<link rel="stylesheet" type="text/css" href="include/style.css"> |
|
| |
8 |
|
</head> |
|
| |
9 |
|
<body> |
|
| |
10 |
|
<table width="100%" height="60%" border="0" cellspacing="0" cellpadding="4" align="absmiddle"> |
|
| |
11 |
|
<tr> |
|
| |
12 |
|
<td width="100%" align="middle"> |
|
| |
13 |
|
<table border="0" cellpadding="2" cellspacing="0" class="tableborder_full" width="200" height="30"> |
|
| |
14 |
|
<tr> |
|
| |
15 |
|
<td class="tablenav" nowrap background="images/tabnav_left.jpg" width ="400" valign="absmiddle"> |
|
| |
16 |
|
<img src="images/tabnav_dots.gif" width="18" height="18" alt="." border="0"> |
|
| |
17 |
|
Confirm Action</td> |
|
| |
18 |
|
</tr> |
|
| |
19 |
|
<tr class="toolbar"> |
|
| |
20 |
|
<td width="100%" class="text" align="center"><br> |
|
| |
21 |
|
|
|
| |
22 |
|
<table border="0" cellpadding="4" cellspacing="4"> |
|
| |
23 |
|
<tr> |
|
| |
24 |
|
<td> |
|
| |
25 |
|
<img src="images/icon_warning.gif" width="46" height="46" alt="Confirm" border="0"> |
|
| |
26 |
|
</td> |
|
| |
27 |
|
<td> |
|
| |
28 |
|
<br> |
|
| |
29 |
|
|
|
| |
30 |
|
<inp:confirm_message/> |
|
| |
31 |
|
|
|
| |
32 |
|
<br><br> |
|
| |
33 |
|
</td></tr></table> |
|
| |
34 |
|
<form method="POST" ACTION="<inp:confirm_actionURL/>"> |
|
| |
35 |
|
<inp:confirm_hidden_inputs/> |
|
| |
36 |
|
<input type="submit" name="Confirm_Action" class="button" value="Yes"> |
|
| |
37 |
|
<input type="submit" name="Action" class="button" value="No"> |
|
| |
38 |
|
</form> |
|
| |
39 |
|
<br><br> |
|
| |
40 |
|
</td> |
|
| |
41 |
|
</tr> |
|
| |
42 |
|
</table> |
|
| |
43 |
|
</td></tr> |
|
| |
44 |
|
</table> |
|
| |
45 |
|
</body></html> |