Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git] / templates / Dialog.ss
blobcf22f564703843f7dc79882ee501b7851b6cd210
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
3 <head>
4 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5 <% base_tag %>
6 <title>$Title</title>
7 </head>
8 <body class="$DialogType">
9         <p class="message"><img src="cms/images/dialogs/{$DialogType}.gif" /><span>$Message</span></p>
10         <div class="buttons">
11                 $Buttons
12         </div>
13 </body>
14 </html>