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
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<div class= "ui-layout-north ss-cms-top-menu" >
2009-02-03 03:50:25 +01:00
$CMSTopMenu
</div>
2007-07-19 12:40:05 +02:00
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<div class= "ui-layout-west" >
2009-02-03 03:50:25 +01:00
$Left
2007-07-19 12:40:05 +02:00
</div>
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
2009-11-21 03:35:27 +01:00
<div class= "ui-layout-center right" id= "right" >
2007-07-19 12:40:05 +02:00
$Right
</div>
2009-11-21 03:36:26 +01:00
<div class= "ui-layout-east" id= "contentPanel" >
2007-11-06 06:39:14 +01:00
<% control EditorToolbar %>
$ImageForm
$LinkForm
$FlashForm
<% end_control %>
</div>
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
<div class= "ui-layout-south ss-cms-bottom-bar" >
2007-07-19 12:40:05 +02:00
<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 %>
2009-02-03 04:46:15 +01:00
<% _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>
2009-02-03 03:50:25 +01:00
<% 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>
2009-03-04 04:35:29 +01:00
<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>
2009-02-03 03:50:25 +01:00
<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>