2 /***************************************************************
5 * (c) 1999-2011 Kasper Skårhøj (kasperYYYY@typo3.com)
8 * This script is part of the TYPO3 project. The TYPO3 project is
9 * free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * The GNU General Public License can be found at
15 * http://www.gnu.org/copyleft/gpl.html.
16 * A copy is found in the textfile GPL.txt and important notices to the license
17 * from the author is found in LICENSE.txt distributed with these scripts.
20 * This script is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
25 * This copyright notice MUST APPEAR in all copies of the script!
26 ***************************************************************/
28 * Move element wizard:
29 * Moving pages or content elements (tt_content) around in the system via a page tree navigation.
31 * Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj
34 * @author Kasper Skårhøj <kasperYYYY@typo3.com>
40 require('template.php');
42 // Include local language labels:
43 $LANG->includeLLFile('EXT:lang/locallang_misc.xml');
55 * Local extension of the page tree class
57 * @author Kasper Skårhøj <kasperYYYY@typo3.com>
61 class localPageTree
extends t3lib_pageTree
{
64 * Inserting uid-information in title-text for an icon
66 * @param string Icon image
67 * @param array Item row
68 * @return string Wrapping icon image.
70 function wrapIcon($icon,$row) {
71 return $this->addTagAttributes($icon,' title="id='.htmlspecialchars($row['uid']).'"');
86 * Extension of position map for pages
88 * @author Kasper Skårhøj <kasperYYYY@typo3.com>
92 class ext_posMap_pages
extends t3lib_positionMap
{
93 var $l_insertNewPageHere = 'movePageToHere';
96 * Creates the onclick event for the insert-icons.
98 * @param integer The pid.
99 * @param integer New page id.
100 * @return string Onclick attribute content
102 function onClickEvent($pid,$newPagePID) {
103 return 'window.location.href=\'tce_db.php?cmd[pages][' . $GLOBALS['SOBE']->moveUid
. '][' . $this->moveOrCopy
. ']=' . $pid .
104 '&redirect=' . rawurlencode($this->R_URI
) .
105 '&prErr=1&uPT=1&vC=' . $GLOBALS['BE_USER']->veriCode() .
106 t3lib_BEfunc
::getUrlToken('tceAction') .
111 * Wrapping page title.
113 * @param string Page title.
114 * @param array Page record (?)
115 * @return string Wrapped title.
117 function linkPageTitle($str,$rec) {
118 $url = t3lib_div
::linkThisScript(array('uid'=>intval($rec['uid']),'moveUid'=>$GLOBALS['SOBE']->moveUid
));
119 return '<a href="'.htmlspecialchars($url).'">'.$str.'</a>';
123 * Wrap $t_code in bold IF the $dat uid matches $id
125 * @param string Title string
126 * @param array Infomation array with record array inside.
127 * @param integer The current id.
128 * @return string The title string.
130 function boldTitle($t_code,$dat,$id) {
131 return parent
::boldTitle($t_code,$dat,$GLOBALS['SOBE']->moveUid
);
147 * Extension of position map for content elements
149 * @author Kasper Skårhøj <kasperYYYY@typo3.com>
153 class ext_posMap_tt_content
extends t3lib_positionMap
{
154 var $dontPrintPageInsertIcons = 1;
157 * Wrapping page title.
159 * @param string Page title.
160 * @param array Page record (?)
161 * @return string Wrapped title.
163 function linkPageTitle($str,$rec) {
164 $url = t3lib_div
::linkThisScript(array('uid'=>intval($rec['uid']),'moveUid'=>$GLOBALS['SOBE']->moveUid
));
165 return '<a href="'.htmlspecialchars($url).'">'.$str.'</a>';
169 * Wrapping the title of the record.
171 * @param string The title value.
172 * @param array The record row.
173 * @return string Wrapped title string.
175 function wrapRecordTitle($str,$row) {
176 if ($GLOBALS['SOBE']->moveUid
==$row['uid']) $str = '<strong>'.$str.'</strong>';
177 return parent
::wrapRecordTitle($str,$row);
190 * Script Class for rendering the move-element wizard display
192 * @author Kasper Skårhøj <kasperYYYY@typo3.com>
198 // Internal, static (eg. from GPvars):
208 * Document template object
213 var $perms_clause; // Pages-select clause
215 // Internal, dynamic:
216 var $content; // Content for module accumulated here.
220 * Constructor, initializing internal variables.
226 // Setting internal vars:
227 $this->sys_language
= intval(t3lib_div
::_GP('sys_language'));
228 $this->page_id
=intval(t3lib_div
::_GP('uid'));
229 $this->table
=t3lib_div
::_GP('table');
230 $this->R_URI
=t3lib_div
::sanitizeLocalUrl(t3lib_div
::_GP('returnUrl'));
231 $this->input_moveUid
= t3lib_div
::_GP('moveUid');
232 $this->moveUid
= $this->input_moveUid ?
$this->input_moveUid
: $this->page_id
;
233 $this->makeCopy
= t3lib_div
::_GP('makeCopy');
235 // Select-pages where clause for read-access:
236 $this->perms_clause
= $GLOBALS['BE_USER']->getPagePermsClause(1);
238 // Starting the document template object:
239 $this->doc
= t3lib_div
::makeInstance('template');
240 $this->doc
->backPath
= $GLOBALS['BACK_PATH'];
241 $this->doc
->setModuleTemplate('templates/move_el.html');
242 $this->doc
->JScode
='';
244 // Starting document content (header):
246 $this->content
.=$this->doc
->header($GLOBALS['LANG']->getLL('movingElement'));
247 $this->content
.=$this->doc
->spacer(5);
251 * Creating the module output.
256 if ($this->page_id
) {
258 // Get record for element:
259 $elRow = t3lib_BEfunc
::getRecordWSOL($this->table
,$this->moveUid
);
261 // Headerline: Icon, record title:
262 $hline = t3lib_iconWorks
::getSpriteIconForRecord($this->table
, $elRow, array('id' => "c-recIcon", 'title' => htmlspecialchars(t3lib_BEfunc
::getRecordIconAltText($elRow,$this->table
))));
263 $hline.= t3lib_BEfunc
::getRecordTitle($this->table
,$elRow,TRUE);
265 // Make-copy checkbox (clicking this will reload the page with the GET var makeCopy set differently):
266 $onClick = 'window.location.href=\''.t3lib_div
::linkThisScript(array('makeCopy'=>!$this->makeCopy
)).'\';';
267 $hline .= $this->doc
->spacer(5);
268 $hline .= '<input type="hidden" name="makeCopy" value="0" />' .
269 '<input type="checkbox" name="makeCopy" id="makeCopy" value="1"' .
270 ($this->makeCopy ?
' checked="checked"' : '') .
271 ' onclick="' . htmlspecialchars($onClick) . '" /> <label for="makeCopy" class="t3-label-valign-top">' .
272 $GLOBALS['LANG']->getLL('makeCopy', 1) . '</label>';
274 // Add the header-content to the module content:
275 $this->content
.=$this->doc
->section($GLOBALS['LANG']->getLL('moveElement') . ':', $hline, 0, 1);
276 $this->content
.=$this->doc
->spacer(20);
278 // Reset variable to pick up the module content in:
281 // IF the table is "pages":
282 if ((string)$this->table
=='pages') {
283 // Get page record (if accessible):
284 $pageinfo = t3lib_BEfunc
::readPageAccess($this->page_id
,$this->perms_clause
);
285 if (is_array($pageinfo) && $GLOBALS['BE_USER']->isInWebMount($pageinfo['pid'],$this->perms_clause
)) {
287 // Initialize the position map:
288 $posMap = t3lib_div
::makeInstance('ext_posMap_pages');
289 $posMap->moveOrCopy
= $this->makeCopy?
'copy':'move';
291 // Print a "go-up" link IF there is a real parent page (and if the user has read-access to that page).
292 if ($pageinfo['pid']) {
293 $pidPageInfo = t3lib_BEfunc
::readPageAccess($pageinfo['pid'],$this->perms_clause
);
294 if (is_array($pidPageInfo)) {
295 if ($GLOBALS['BE_USER']->isInWebMount($pidPageInfo['pid'],$this->perms_clause
)) {
296 $code.= '<a href="'.htmlspecialchars(t3lib_div
::linkThisScript(array('uid'=>intval($pageinfo['pid']),'moveUid'=>$this->moveUid
))).'">'.
297 t3lib_iconWorks
::getSpriteIcon('actions-view-go-up') .
298 t3lib_BEfunc
::getRecordTitle('pages',$pidPageInfo,TRUE).
301 $code.= t3lib_iconWorks
::getSpriteIconForRecord('pages', $pidPageInfo) .
302 t3lib_BEfunc
::getRecordTitle('pages',$pidPageInfo,TRUE).
308 // Create the position tree:
309 $code.= $posMap->positionTree($this->page_id
,$pageinfo,$this->perms_clause
,$this->R_URI
);
313 // IF the table is "tt_content":
314 if ((string)$this->table
=='tt_content') {
316 // First, get the record:
317 $tt_content_rec = t3lib_BEfunc
::getRecord('tt_content',$this->moveUid
);
320 if (!$this->input_moveUid
) $this->page_id
= $tt_content_rec['pid'];
322 // Checking if the parent page is readable:
323 $pageinfo = t3lib_BEfunc
::readPageAccess($this->page_id
,$this->perms_clause
);
324 if (is_array($pageinfo) && $GLOBALS['BE_USER']->isInWebMount($pageinfo['pid'],$this->perms_clause
)) {
326 // Initialize the position map:
327 $posMap = t3lib_div
::makeInstance('ext_posMap_tt_content');
328 $posMap->moveOrCopy
= $this->makeCopy?
'copy':'move';
329 $posMap->cur_sys_language
= $this->sys_language
;
331 // Headerline for the parent page: Icon, record title:
332 $hline = t3lib_iconWorks
::getSpriteIconForRecord('pages', $pageinfo, array('title' => htmlspecialchars(t3lib_BEfunc
::getRecordIconAltText($pageinfo, 'pages'))));
333 $hline .= t3lib_BEfunc
::getRecordTitle('pages', $pageinfo, TRUE);
335 // Load SHARED page-TSconfig settings and retrieve column list from there, if applicable:
336 $modTSconfig_SHARED = t3lib_BEfunc
::getModTSconfig($this->page_id
,'mod.SHARED'); // SHARED page-TSconfig settings.
337 $colPosArray = t3lib_div
::callUserFunction('EXT:cms/classes/class.tx_cms_backendlayout.php:tx_cms_BackendLayout->getColPosListItemsParsed', $this->page_id
, $this);
338 foreach ($colPosArray as $colPos) {
339 $colPosList .= $colPosList != '' ?
',' . $colPos[1] : $colPos[1];
341 $colPosList = implode(',', array_unique(t3lib_div
::intExplode(',', $colPosList))); // Removing duplicates, if any
343 // Adding parent page-header and the content element columns from position-map:
344 $code = $hline . '<br />';
345 $code .= $posMap->printContentElementColumns($this->page_id
, $this->moveUid
, $colPosList, 1, $this->R_URI
);
347 // Print a "go-up" link IF there is a real parent page (and if the user has read-access to that page).
350 if ($pageinfo['pid']) {
351 $pidPageInfo = t3lib_BEfunc
::readPageAccess($pageinfo['pid'], $this->perms_clause
);
352 if (is_array($pidPageInfo)) {
353 if ($GLOBALS['BE_USER']->isInWebMount($pidPageInfo['pid'], $this->perms_clause
)) {
354 $code .= '<a href="' . htmlspecialchars(t3lib_div
::linkThisScript(array(
355 'uid' => intval($pageinfo['pid']),
356 'moveUid' => $this->moveUid
)
358 . t3lib_iconWorks
::getSpriteIcon('actions-view-go-up')
359 . t3lib_BEfunc
::getRecordTitle('pages', $pidPageInfo, TRUE)
362 $code.= t3lib_iconWorks
::getSpriteIconForRecord('pages', $pidPageInfo)
363 . t3lib_BEfunc
::getRecordTitle('pages', $pidPageInfo, TRUE)
369 // Create the position tree (for pages):
370 $code.= $posMap->positionTree($this->page_id
, $pageinfo, $this->perms_clause
, $this->R_URI
);
374 // Add the $code content as a new section to the module:
375 $this->content
.=$this->doc
->section($GLOBALS['LANG']->getLL('selectPositionOfElement') . ':', $code, 0, 1);
378 // Setting up the buttons and markers for docheader
379 $docHeaderButtons = $this->getButtons();
380 $markers['CSH'] = $docHeaderButtons['csh'];
381 $markers['CONTENT'] = $this->content
;
383 // Build the <body> for the module
384 $this->content
= $this->doc
->startPage($GLOBALS['LANG']->getLL('movingElement'));
385 $this->content
.= $this->doc
->moduleBody($this->pageinfo
, $docHeaderButtons, $markers);
386 $this->content
.= $this->doc
->endPage();
387 $this->content
= $this->doc
->insertStylesAndJS($this->content
);
391 * Print out the accumulated content:
395 function printContent() {
400 * Create the panel of buttons for submitting the form or otherwise perform operations.
402 * @return array all available buttons as an assoc. array
404 protected function getButtons() {
410 if ($this->page_id
) {
411 if ((string)$this->table
== 'pages') {
413 $buttons['csh'] = t3lib_BEfunc
::cshItem('xMOD_csh_corebe', 'move_el_pages', $GLOBALS['BACK_PATH'], '', TRUE);
414 } elseif((string)$this->table
== 'tt_content') {
416 $buttons['csh'] = t3lib_BEfunc
::cshItem('xMOD_csh_corebe', 'move_el_cs', $GLOBALS['BACK_PATH'], '', TRUE);
421 $buttons['back'] ='<a href="' . htmlspecialchars($this->R_URI
) . '" class="typo3-goBack" title="' . $GLOBALS['LANG']->getLL('goBack', TRUE) .'">' .
422 t3lib_iconWorks
::getSpriteIcon('actions-view-go-back') .
432 if (defined('TYPO3_MODE') && isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE
]['XCLASS']['typo3/move_el.php'])) {
433 include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE
]['XCLASS']['typo3/move_el.php']);
439 $SOBE = t3lib_div
::makeInstance('SC_move_el');
442 $SOBE->printContent();