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" />
<% base_tag %>
<title>$ApplicationName</title>
<link rel= "stylesheet" type= "text/css" href= "cms/css/typography.css" />
<link rel= "stylesheet" type= "text/css" href= "cms/css/layout.css" />
<link rel= "stylesheet" type= "text/css" href= "cms/css/cms_left.css" />
<link rel= "stylesheet" type= "text/css" href= "cms/css/cms_right.css" />
</head>
<body class= "stillLoading" >
<div id= "Loading" style= "background: #FFF url(cms/images/loading.gif) 50% 50% no-repeat; position: absolute;z-index: 100000;height: 100%;width: 100%;margin: 0;padding: 0;z-index: 100000;position: absolute;" >Loading . . . </div>
<div id= "top" >
2007-08-16 08:25:55 +02:00
<% include CMSTopMenu %>
2007-07-19 12:40:05 +02:00
</div><div id= "left" style= "float:left" >
$Left
</div>
<div id= "separator" style= "float:left" >
  ;
</div>
<div class= "right" id= "right" >
$Right
</div>
<% if RightBottom %>
<div class= "right" id= "rightbottom" >
$RightBottom
</div>
<% end_if %>
<div id= "bottom" >
<div class= "holder" >
<div id= "logInStatus" >
<a href= "http://www.silverstripe.com" title= "Silverstripe Website" >Silverstripe CMS</a>  ;-
<abbr style= "border-style: none" title= "This is the $ApplicationName version that you are currently running, technically it's the CVS branch" >$CMSVersion</abbr>   ;
<% control CurrentMember %>
Logged in as $FirstName $Surname - <a href= "Security/logout" >log out</a>
<% end_control %>
</div>
<div id= "switchView" class= "bottomTabs" >
<% if class = CMSMain %>
2007-09-15 22:21:13 +02:00
<div class= "blank" > <% _t ( 'VIEWPAGEIN ', 'Page view: ' ) ; %> </div>
2007-07-19 12:40:05 +02:00
<% else %>
<div class= "blank" > Switch to: </div>
<% end_if %>
2007-09-15 22:21:13 +02:00
<a class= "current" ><% _t ( 'EDIT ', 'Edit ' ) ; %></a>
<a id= "viewStageSite" href= "home/?stage=Stage" style= "left : -1px;" ><% _t ( 'DRAFTS ', 'Draft Site ' ) ; %></a>
<div class= "blank" style= "width:1em;" > </div>
<a id= "viewLiveSite" href= "home/?stage=Live" style= "left : -3px;" ><% _t ( 'PUBLIS ', 'Published Site ' ) ; %></a>
<a style= "display: none;left : -5px;" id= "viewArchivedSite" href= "home/" ><% _t ( 'ARCHS ', 'Archived Site ' ) ; %></a>
2007-07-19 12:40:05 +02:00
</div>
</div>
</div>
<script type= "text/javascript" >Behaviour . addLoader ( hideLoading ) </script>
</body>
</html>