2007-09-15 03:03:23 +02:00
<!-- <div class= "title" ><div style= "background-image : url(cms/images/panels/MySite.png)" >My Site</div></div> -->
2007-07-19 12:40:05 +02:00
<div id= "treepanes" >
2007-09-14 21:37:48 +02:00
<h2 id= "heading_sitetree" class= "selected" >
2007-09-16 18:35:09 +02:00
<img id= "sitetree_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" style= "display:none;" title= "<% _t('OPENBOX','click to open this box') %>" />
<img id= "sitetree_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" title= "<% _t('CLOSEBOX','click to close box') %>" />
<% _t ( 'SITECONTENT TITLE ', 'Site Content and Structure ',PR_HIGH ) %>
2007-09-14 21:37:48 +02:00
</h2>
2007-07-19 12:40:05 +02:00
<div id= "sitetree_holder" >
<ul id= "TreeActions" >
2007-09-16 18:35:09 +02:00
<li class= "action" id= "addpage" ><button><% _t ( 'CREATE ', 'Create ',PR_HIGH ) %></button></li>
<li class= "action" id= "search" ><button><% _t ( 'SEARCH ', 'Search ',PR_HIGH ) %></button></li>
<li class= "action" id= "batchactions" ><button><% _t ( 'BATCHACTIONS ', 'Batch Actions ',PR_HIGH ) %></button></li>
2007-07-19 12:40:05 +02:00
<!-- <li class= "action" id= "duplicate" ><a href= "#" >Duplicate</a></li>
Sam: this should be put into the Create area, I think, so we don 't stuff up the layout -->
</ul>
<div style= "clear:both;" ></div>
<% control AddPageOptionsForm %>
<form class= "actionparams" id= "$FormName" style= "display: none" action= "$FormAction" >
<% control Fields %>
$FieldHolder
<% end_control %>
<!--
<div>
<select name= "Type" >
<% control PageTypes %>
<option value= "$ClassName" >$AddAction</option>
<% end_control %>
</select>
<input type= "hidden" name= "ParentID" />
</div>
-->
<div>
<input class= "action" type= "submit" value= "Go" />
</div>
2007-09-16 17:00:08 +02:00
<div class= "field dropdown nolabel" style= "margin-top: 4px;" >
<span class= "middleColumn" >
2007-09-16 18:35:09 +02:00
<input type= "checkbox" id= "sortitems" /> <label for= "sortitems" ><% _t ( 'ENABLEDRAGGING ', 'Allow drag & ; drop reordering', PR_HIGH) %></label>
2007-09-16 17:00:08 +02:00
</span>
</div>
2007-07-19 12:40:05 +02:00
</form>
<% end_control %>
2007-09-16 17:19:17 +02:00
<form class= "actionparams" style= "display: none" id= "search_options" action= "admin/filterSiteTree" >
<div>
<input type= "hidden" id= "SiteTreeIsFiltered" value= "0" />
<input type= "text" id= "SiteTreeSearchTerm" name= "SiteTreeSearchTerm" />
2007-09-16 18:35:09 +02:00
<input type= "submit" id= "SiteTreeSearchButton" value= "<% _t('SEARCH') %>" title= "<% _t('SEARCHTITLE','Search through URL, Title, Menu Title, & Content') %>" />
2007-11-05 06:03:05 +01:00
<div style= "display:none" id= "TextSiteTreeFilterDate" class= "SearchCriteria" ><% _t ( 'EDITEDSINCE ', 'Edited Since ' ) %>:</div>
2007-09-16 17:19:17 +02:00
<div style= "display:none" id= "InputSiteTreeFilterDate" >$SiteTreeFilterDateField</div>
<% control SiteTreeFilterOptions %>
2007-11-05 06:03:05 +01:00
<div style= "display:none" id= "Text$Column" class= "SearchCriteria" >$Title:</div>
2007-09-16 17:19:17 +02:00
<input style= "display:none" id= "Input$Column" name= "$Column" class= "SearchCriteria" />
<% end_control %>
<select id= "SiteTreeFilterAddCriteria" >
2007-09-16 18:35:09 +02:00
<option><% _t ( 'ADDSEARCHCRITERIA ', 'Add Criteria . . . ' ) %></option>
<option value= "SiteTreeFilterDate" ><% _t ( 'EDITEDSINCE ', 'Edited Since ' ) %></option>
2007-09-16 17:19:17 +02:00
<% control SiteTreeFilterOptions %>
2007-11-05 06:03:05 +01:00
<option value= "$Column" >$Title</option>
2007-09-16 17:19:17 +02:00
<% end_control %>
</select>
</div>
</form>
2007-09-16 17:04:09 +02:00
<div id= "batchactionsforms" style= "display: none" >
<form class= "actionparams" style= "border:0" id= "deletepage_options" action= "admin/deleteitems" >
2007-09-16 18:35:09 +02:00
<p><% _t ( 'SELECTPAGESACTIONS ', 'Select the pages that you want to change & ; then click an action:') %></p>
2007-09-16 17:04:09 +02:00
<div>
<input type= "hidden" name= "csvIDs" />
2007-09-16 18:35:09 +02:00
<input type= "submit" id= "action_delete_selected" value= "<% _t('DELETECONFIRM','Delete the selected pages') %>" />
2007-09-16 17:04:09 +02:00
</div>
</form>
<form class= "actionparams" style= "border:0" id= "publishpage_options" action= "admin/publishitems" >
<div>
<input type= "hidden" name= "csvIDs" />
2007-09-16 18:35:09 +02:00
<input type= "checkbox" id= "publishpage_show_drafts" /> <label for= "publishpage_show_drafts" ><% _t ( 'SHOWONLYCHANGED ', 'Show only changed pages ' ) %></label>
<input type= "submit" id= "action_publish_selected" value= "<% _t('PUBLISHCONFIRM','Publish the selected pages') %>" />
2007-09-16 17:04:09 +02:00
</div>
</form>
</div>
2007-07-19 12:40:05 +02:00
<% control DuplicatePagesOptionsForm %>
<form class= "actionparams" id= "duplicate_options" style= "display: none" action= "admin/duplicateSiteTree" >
2007-09-16 18:35:09 +02:00
<p><% _t ( 'SELECTPAGESDUP ', 'Select the pages that you want to duplicate, whether it \ 's children should be included, and where you want the duplicates placed ' ) %></p>
2007-07-19 12:40:05 +02:00
<div>
<input type= "hidden" name= "csvIDs" />
<input type= "submit" value= "Duplicate" />
</div>
</form>
<% end_control %>
2007-09-16 17:19:17 +02:00
<div id= "sitetree_ul" >
$SiteTreeAsUL
</div>
2007-07-19 12:40:05 +02:00
</div>
2007-11-05 11:10:14 +01:00
<div id= "publication_key" >
<% _t ( 'KEY ', 'Key: ' ) %>
<ins style= "cursor: help" title= "<% _t('ADDEDNOTPUB','Added to the draft site and not published yet') %>" ><% _t ( 'NEW ', 'new ' ) %></ins>
<del style= "cursor: help" title= "<% _t('DELETEDSTILLLIVE','Deleted from the draft site but still on the live site') %>" ><% _t ( 'DEL ', 'deleted ' ) %></del>
<span style= "cursor: help" title= "<% _t('EDITEDNOTPUB','Edited on the draft site and not published yet') %>" class= "modified" ><% _t ( 'CHANGED ', 'changed ' ) %></span>
</div>
2007-09-16 22:52:56 +02:00
<div id= "LangSelector_holder" <% if MultipleLanguages %><% else %> class= "onelang" <% end_if %>>
Language: $LangSelector
</div>
<!--
<div id= "search_holder" style= "display:none" >
2007-07-19 12:40:05 +02:00
<h2>Search</h2>
2007-09-16 22:52:56 +02:00
<div class= "unitBody" ></div>
</div>
-->
2007-07-19 12:40:05 +02:00
<% if EnterpriseCMS %>
2007-09-14 21:37:48 +02:00
<h2 id= "heading_tasklist" >
2007-09-16 18:35:09 +02:00
<img id= "tasklist_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" title= "<% _t('OPENBOX') %>" />
<img id= "tasklist_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" style= "display:none;" title= "<% _t('CLOSEBOX') %>" />
<% _t ( 'TASKLIST ', 'Tasklist ' ) %>
2007-09-14 21:37:48 +02:00
</h2>
<div class= "listpane" id= "tasklist_holder" style= "display:none" >
2007-07-19 12:40:05 +02:00
<div class= "unitBody" >
</div>
</div>
2007-09-14 21:37:48 +02:00
<h2 id= "heading_waitingon" >
2007-09-16 18:35:09 +02:00
<img id= "waitingon_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" title= "<% _t('OPENBOX') %>" />
<img id= "waitingon_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" style= "display:none;" title= "<% _t('CLOSEBOX') %>" />
<% _t ( 'WAITINGON ', 'Waiting on ' ) %>
2007-09-14 21:37:48 +02:00
</h2>
<div class= "listpane" id= "waitingon_holder" style= "display:none" >
2007-07-19 12:40:05 +02:00
<div class= "unitBody" >
</div>
</div>
<% end_if %>
2007-09-14 21:37:48 +02:00
<h2 id= "heading_versions" >
2007-09-16 18:35:09 +02:00
<img id= "versions_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" title= "<% _t('OPENBOX') %>" />
<img id= "versions_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" style= "display:none;" title= "<% _t('CLOSEBOX') %>" />
<% _t ( 'PAGEVERSIONH ', 'Page Version History ' ) %>
2007-09-14 21:37:48 +02:00
</h2>
2007-07-19 12:40:05 +02:00
<div class= "listpane" id= "versions_holder" style= "display:none" >
<p class= "pane_actions" id= "versions_actions" >
2007-09-16 18:35:09 +02:00
<input type= "checkbox" id= "versions_comparemode" /> <label for= "versions_comparemode" ><% _t ( 'COMPAREMODE ', 'Compare mode ( click 2 below ) ' ) %></label>
2007-07-19 12:40:05 +02:00
<br />
2007-09-16 18:35:09 +02:00
<input type= "checkbox" id= "versions_showall" /> <label for= "versions_showall" ><% _t ( 'SHOWUNPUB ', 'Show unpublished versions ' ) %></label>
2007-07-19 12:40:05 +02:00
</p>
<div class= "unitBody" >
</div>
</div>
<% if EnterpriseCMS %>
2007-09-14 21:37:48 +02:00
<h2 id= "heading_comments" >
2007-09-16 18:35:09 +02:00
<img id= "comments_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" title= "<% _t('OPENBOX') %>" />
<img id= "comments_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" style= "display:none;" title= "<% _t('CLOSEBOX') %>" />
<% _t ( 'COMMENTS ', 'Comments ' ) %>
2007-09-14 21:37:48 +02:00
</h2>
<div class= "listpane" id= "comments_holder" style= "display:none" >
2007-07-19 12:40:05 +02:00
<div class= "unitBody" >
</div>
</div>
<% end_if %>
2007-09-14 21:37:48 +02:00
<h2 id= "heading_reports" >
2007-09-16 18:35:09 +02:00
<img id= "reports_toggle_closed" src= "sapphire/images/toggle-closed.gif" alt= "+" title= "<% _t('OPENBOX') %>" />
<img id= "reports_toggle_open" src= "sapphire/images/toggle-open.gif" alt= "-" style= "display:none;" title= "<% _t('CLOSEBOX') %>" />
<% _t ( 'SITEREPORTS ', 'Site Reports ' ) %>
2007-09-14 21:37:48 +02:00
</h2>
2007-07-19 12:40:05 +02:00
<div class= "listpane" id= "reports_holder" style= "display:none" >
2007-09-16 18:35:09 +02:00
<p id= "ReportSelector_holder" >$ReportSelector <input class= "action" type= "submit" id= "report_select_go" value= "<% _t('GO','Go') %>" /></p>
2007-07-19 12:40:05 +02:00
<div class= "unitBody" >
</div>
</div>
</div>