mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
612dbe0831
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92595 467b73ca-7a2a-4603-9d3b-597d59a354a9
163 lines
6.3 KiB
Scheme
Executable File
163 lines
6.3 KiB
Scheme
Executable File
<div id="treepanes">
|
|
<h3>
|
|
<a href="#"><% _t('SITECONTENT TITLE','Site Content and Structure',PR_HIGH) %></a>
|
|
</h3>
|
|
<div id="sitetree_holder">
|
|
<div id="TreeTools">
|
|
<ul id="TreeActions" class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix">
|
|
<li id="addpage" class="action">
|
|
<button class="ss-ui-button" type="button">
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
</button>
|
|
</li>
|
|
<li id="search" class="action">
|
|
<button class="ss-ui-button" type="button">
|
|
<% _t('SEARCH','Search',PR_HIGH) %>
|
|
</button>
|
|
</li>
|
|
<li id="batchactions" class="action">
|
|
<button class="ss-ui-button" type="button">
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
|
</button>
|
|
</li>
|
|
</ul>
|
|
<div style="clear:both;"></div>
|
|
<% control AddPageOptionsForm %>
|
|
<form class="actionparams" id="$FormName" style="display: none" action="$FormAction">
|
|
<% control Fields %>
|
|
$FieldHolder
|
|
<% end_control %>
|
|
<div>
|
|
<input class="action" type="submit" value="<% _t('GO','Go') %>" />
|
|
</div>
|
|
</form>
|
|
<% end_control %>
|
|
<form class="actionparams" style="display: none" id="search_options" action="admin/filterSiteTree">
|
|
<div>
|
|
<input type="hidden" id="SiteTreeIsFiltered" value="0" />
|
|
|
|
<div id="SearchBox">
|
|
<div class="SearchCriteria">Text:</div>
|
|
<input type="text" id="SiteTreeSearchTerm" class='SearchCriteria' name="SiteTreeSearchTerm" />
|
|
</div>
|
|
|
|
<div id="ContainerSiteTreeFilterDate" class="SearchCriteriaContainer" style="display:none">
|
|
<div id="TextSiteTreeFilterDate" class="SearchCriteria"><% _t('EDITEDSINCE','Edited Since') %>:</div>
|
|
<div id="InputSiteTreeFilterDate">$SiteTreeFilterDateField</div>
|
|
</div>
|
|
<div id='ContainerSiteTreeFilterClassName' class='SearchCriteriaContainer' style="display:none">
|
|
<div id="TextSiteTreeFilterClassName" class="SearchCriteria">Page type: </div>
|
|
<div id="InputSiteTreeFilterClassName">$SiteTreeFilterPageTypeField</div>
|
|
</div>
|
|
|
|
<% control SiteTreeFilterOptions %>
|
|
<div id="Container$Column" class="SearchCriteriaContainer" style="display:none">
|
|
<div id="Text$Column" class="SearchCriteria">$Title:</div>
|
|
<input id="Input$Column" name="$Column" class="SearchCriteria" />
|
|
</div>
|
|
<% end_control %>
|
|
|
|
<div id='SearchControls'>
|
|
<select id="SiteTreeFilterAddCriteria">
|
|
<option value=""><% _t('ADDSEARCHCRITERIA','Add Criteria') %></option>
|
|
<option value="SiteTreeFilterDate"><% _t('EDITEDSINCE','Edited Since') %></option>
|
|
<option value="SiteTreeFilterClassName">Page type</option>
|
|
<% control SiteTreeFilterOptions %>
|
|
<option value="$Column">$Title</option>
|
|
<% end_control %>
|
|
</select>
|
|
<div id="searchIndicator"> </div>
|
|
<input type="submit" id="SiteTreeSearchClearButton" class="action" value="<% _t('CLEAR') %>" title="<% _t('CLEARTITLE','Clear the search and view all items') %>" />
|
|
<input type="submit" id="SiteTreeSearchButton" class="action" value="<% _t('SEARCH') %>" title="<% _t('SEARCHTITLE','Search through URL, Title, Menu Title, & Content') %>" />
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|
|
<div id="batchactionsforms" style="display: none">
|
|
<form class="actionparams" style="border:0" id="batchactions_options" action="">
|
|
<p><% _t('SELECTPAGESACTIONS','Select the pages that you want to change & then click an action:') %></p>
|
|
|
|
<input type="hidden" name="csvIDs" />
|
|
|
|
<div>
|
|
<select id="choose_batch_action">
|
|
<% control BatchActionList %>
|
|
<option value="$Link" class="{doingText:'$DoingText'}">$Title</option>
|
|
<% end_control %>
|
|
</select>
|
|
<input id="batchactions_go" type="submit" class="action" value="Go" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div class="checkboxAboveTree" style="border-bottom:none">
|
|
Show: <select id="siteTreeFilterList">
|
|
<% control SiteTreeFilters %>
|
|
<option value="$ClassName">$Title</option>
|
|
<% end_control %>
|
|
</select> <img id="siteTreeFilterActionIndicator" style="display:none" src="cms/images/network-save.gif">
|
|
</div>
|
|
<div class="checkboxAboveTree">
|
|
<img id="checkboxActionIndicator" src="cms/images/network-save.gif">
|
|
<div>
|
|
<input type="checkbox" id="sortitems" />
|
|
<label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
|
</div>
|
|
</div>
|
|
|
|
<% if IsTranslatableEnabled %>
|
|
<div id="LangSelector_holder">
|
|
Language: $LangSelector
|
|
</div>
|
|
<% end_if %>
|
|
|
|
</div>
|
|
<div id="sitetree_ul">
|
|
$SiteTreeAsUL
|
|
</div>
|
|
|
|
<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>
|
|
<span style="cursor: help" title="<% _t('NOTINMENU','Excluded from navigation menus') %>" class="notinmenu"><% _t('HIDDEN','hidden') %></span>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<!--
|
|
<div id="search_holder" style="display:none">
|
|
<h2>Search</h2>
|
|
<div class="unitBody"></div>
|
|
</div>
|
|
-->
|
|
|
|
<h3>
|
|
<a href="#"><% _t('PAGEVERSIONH','Page Version History') %></a>
|
|
</h3>
|
|
<div id="versions_holder">
|
|
<p class="pane_actions" id="versions_actions">
|
|
|
|
<span class="versionChoice">
|
|
<input type="checkbox" id="versions_comparemode" /> <label for="versions_comparemode"><% _t('COMPAREMODE','Compare mode (click 2 below)') %></label>
|
|
</span>
|
|
<span class="versionChoice">
|
|
<input type="checkbox" id="versions_showall" /> <label for="versions_showall"><% _t('SHOWUNPUB','Show unpublished versions') %></label>
|
|
</span>
|
|
|
|
</p>
|
|
|
|
<div class="unitBody">
|
|
</div>
|
|
</div>
|
|
|
|
<h3>
|
|
<a href="#"><% _t('SITEREPORTS','Site Reports') %></a>
|
|
</h3>
|
|
<div class="listpane" id="reports_holder">
|
|
<p id="ReportSelector_holder">$ReportSelector <input class="action" type="submit" id="report_select_go" value="<% _t('GO','Go') %>" /></p>
|
|
<div class="unitBody">
|
|
</div>
|
|
</div>
|
|
</div>
|