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" >
2008-10-03 02:44:24 +02:00
<html xmlns= "http://www.w3.org/1999/xhtml" >
2007-07-19 12:40:05 +02:00
<head>
<meta http-equiv= "Content-type" content= "text/html; charset=utf-8" />
2008-10-03 02:44:24 +02:00
<meta http-equiv= "Content-language" content= "$i18nLocale" />
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 %>
2008-09-23 04:24:23 +02:00
<title>$ApplicationName | $SectionTitle</title>
2007-07-19 12:40:05 +02:00
</head>
2008-08-06 05:28:25 +02:00
<body class= "stillLoading $CSSClasses" >
2008-09-01 07:03:38 +02:00
<div id= "Loading" style= "background: #FFF url($LoadingImage) 50% 50% no-repeat; position: absolute;z-index: 100000;height: 100%;width: 100%;margin: 0;padding: 0;z-index: 100000;position: absolute;" ><% _t ( 'LOADING ', 'Loading . . . ',PR_HIGH ) %><noscript><h1><% _t ( 'REQUIREJS ', 'The CMS requires that you have JavaScript enabled . ',PR_HIGH ) %></h1></noscript></div>
2009-02-03 03:50:25 +01:00
2007-07-19 12:40:05 +02:00
<div id= "top" >
2009-02-03 03:50:25 +01:00
$CMSTopMenu
</div>
2007-07-19 12:40:05 +02:00
2009-02-03 03:50:25 +01:00
<div id= "left" style= "float:left" >
$Left
2007-07-19 12:40:05 +02:00
</div>
2009-02-03 03:50:25 +01:00
2007-07-19 12:40:05 +02:00
<div id= "separator" style= "float:left" >
  ;
</div>
2009-02-03 03:50:25 +01:00
2007-07-19 12:40:05 +02:00
<div class= "right" id= "right" >
$Right
</div>
2007-11-06 06:39:14 +01:00
<div id= "contentPanel" style= "display:none;" >
<% control EditorToolbar %>
$ImageForm
$LinkForm
$FlashForm
<% end_control %>
</div>
2007-07-19 12:40:05 +02:00
<div id= "bottom" >
<div class= "holder" >
2009-02-03 03:50:25 +01:00
<div id= "logInStatus" >
<a href= "$ApplicationLink" title= "<% _t('SSWEB','Silverstripe Website') %>" >$ApplicationName</a>  ;-
<abbr style= "border-style: none" title= "<% _t('APPVERSIONTEXT1'," This is the ") %> $ApplicationName <% _t('APPVERSIONTEXT2'," version that you are currently running, technically it 's the CVS branch ") %>" >$CMSVersion</abbr>   ;
<% control CurrentMember %>
<% _t ( 'LOGGEDINAS ', 'Logged in as ' ) %> <strong><% if FirstName && Surname %>$FirstName $Surname<% else_if FirstName %>$FirstName<% else %>$Email<% end_if %></strong> | <a href= "{$BaseHref}admin/myprofile" id= "EditMemberProfile" ><% _t ( 'EDITPROFILE ', 'Profile ' ) %></a> | <a href= "Security/logout" id= "LogoutLink" ><% _t ( 'LOGOUT ', 'log out ' ) %></a>
<% end_control %>
</div>
2007-07-19 12:40:05 +02:00
2009-02-03 03:50:25 +01:00
<div id= "switchView" class= "bottomTabs" >
<% if ShowSwitchView %>
<div class= "blank" > <% _t ( 'VIEWPAGEIN ', 'Page view: ' ) %> </div>
<span class= "current" title= "<% _t('EDITINCMS', 'Edit this page in the CMS') %>" ><% _t ( 'EDIT ', 'Edit ' ) %></span>
| <a id= "viewStageSite" title= "<% _t('VIEWINDRAFT', 'View the Page in the Draft Site') %>" href= "home/?stage=Stage" ><% _t ( 'DRAFTS ', 'Draft Site ' ) %></a>
| <a id= "viewLiveSite" title= "<% _t('VIEWINPUBLISHED', 'View the Page in the Published Site') %>" href= "home/?stage=Live" ><% _t ( 'PUBLIS ', 'Published Site ' ) %></a>
<a style= "display: none; margin-left: 20px;" id= "viewArchivedSite" href= "home/" ><% _t ( 'ARCHS ', 'Archived Site ' ) %></a>
<% end_if %>
</div>
2007-07-19 12:40:05 +02:00
</div>
</div>
</body>
2009-02-03 03:50:25 +01:00
</html>