0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
5 |
<title>Preview Exit</title>
|
|
6 |
<style type="text/css">
|
|
7 |
body{
|
|
8 |
font-family: Arial, Helvetica, sans-serif;
|
|
9 |
font-size: 11px;
|
|
10 |
}
|
|
11 |
div{
|
|
12 |
margin-top: 50px;
|
|
13 |
background-color: #EFF5FB;
|
|
14 |
padding: 5px;
|
|
15 |
border: 1px solid #A9D0F5;
|
|
16 |
}
|
|
17 |
</style>
|
|
18 |
</head>
|
|
19 |
<body>
|
|
20 |
<div align="center">
|
|
21 |
You have selected the <strong>Exit</strong> option from the widget menu. To see the widget preview, <br/>Refresh <strong>Widget</strong> view.
|
|
22 |
</div>
|
|
23 |
</body>
|
|
24 |
</html>
|