2007-07-19 12:40:05 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
2008-11-07 01:41:11 +01:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
2007-07-19 12:40:05 +02:00
|
|
|
<% base_tag %>
|
|
|
|
<title>$Title</title>
|
|
|
|
</head>
|
|
|
|
<body class="$DialogType">
|
|
|
|
<p class="message"><img src="cms/images/dialogs/{$DialogType}.gif" /><span>$Message</span></p>
|
|
|
|
<div class="buttons">
|
|
|
|
$Buttons
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|