2 /***************************************************************
5 * (c) 1999-2006 Kasper Skaarhoj (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 * TSParser extension class to t3lib_TStemplate
31 * Contains functions for the TS module in TYPO3 backend
33 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
36 * [CLASS/FUNCTION INDEX of SCRIPT]
40 * 105: class t3lib_tsparser_ext extends t3lib_TStemplate
41 * 194: function flattenSetup($setupArray, $prefix, $resourceFlag)
42 * 221: function substituteConstants($all)
43 * 234: function substituteConstantsCallBack($matches)
44 * 264: function substituteCMarkers($all)
45 * 286: function generateConfig_constants()
46 * 335: function ext_getSetup($theSetup,$theKey)
47 * 366: function ext_getObjTree($arr, $depth_in, $depthData, $parentType="",$parentValue="")
48 * 463: function lineNumberToScript($lnArr)
49 * 494: function makeHtmlspecialchars($theValue)
50 * 507: function ext_getSearchKeys($arr, $depth_in, $searchString, $keyArray)
51 * 563: function ext_getRootlineNumber($pid)
52 * 581: function ext_getTemplateHierarchyArr($arr,$depthData, $keyArray,$first=0)
53 * 640: function ext_process_hierarchyInfo($depthDataArr,&$pointer)
54 * 671: function ext_outputTS($config, $lineNumbers=0, $comments=0, $crop=0, $syntaxHL=0, $syntaxHLBlockmode=0)
55 * 698: function ext_fixed_lgd($string,$chars)
56 * 714: function ext_lnBreakPointWrap($ln,$str)
57 * 727: function ext_formatTS($input, $ln, $comments=1, $crop=0)
58 * 766: function ext_getFirstTemplate($id,$template_uid=0)
59 * 786: function ext_getAllTemplates($id)
60 * 807: function ext_compareFlatSetups($default)
61 * 873: function ext_categorizeEditableConstants($editConstArray)
62 * 896: function ext_getCategoryLabelArray()
63 * 913: function ext_getTypeData($type)
64 * 955: function ext_getTSCE_config($category)
65 * 994: function ext_getKeyImage($key)
66 * 1004: function ext_getTSCE_config_image($imgConf)
67 * 1028: function ext_resourceDims()
68 * 1058: function ext_readDirResources($path)
69 * 1073: function readDirectory($path,$type="file")
70 * 1098: function ext_fNandV($params)
71 * 1116: function ext_printFields($theConstants,$category)
73 * SECTION: Processing input values
74 * 1373: function ext_regObjectPositions($constants)
75 * 1388: function ext_regObjects($pre)
76 * 1433: function ext_putValueInConf($key, $var)
77 * 1456: function ext_removeValueInConf($key)
78 * 1472: function ext_depthKeys($arr,$settings)
79 * 1507: function ext_procesInput($http_post_vars,$http_post_files,$theConstants,$tplRow)
80 * 1634: function upload_copy_file($typeDat,&$tplRow,$theRealFileName,$tmp_name)
81 * 1683: function ext_prevPageWithTemplate($id,$perms_clause)
82 * 1699: function ext_setStar($val)
83 * 1711: function ext_detectAndFixExtensionPrefix($value)
86 * (This index is automatically created/updated by the extension "extdeveval")
90 require_once(PATH_t3lib
."class.t3lib_tstemplate.php");
99 * TSParser extension class to t3lib_TStemplate
101 * @author Kasper Skaarhoj <kasperYYYY@typo3.com>
105 class t3lib_tsparser_ext
extends t3lib_TStemplate
{
107 var $edit_divider = "###MOD_TS:EDITABLE_CONSTANTS###"; // This string is used to indicate the point in a template from where the editable constants are listed. Any vars before this point (if it exists though) is regarded as default values.
108 var $HTMLcolorList = "aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,yellow,white";
111 var $categories = array(
112 "basic" => array(), // Constants of superior importance for the template-layout. This is dimensions, imagefiles and enabling of various features. The most basic constants, which you would almost always want to configure.
113 "menu" => array(), // Menu setup. This includes fontfiles, sizes, background images. Depending on the menutype.
114 "content" => array(), // All constants related to the display of pagecontent elements
115 "page" => array(), // General configuration like metatags, link targets
116 "advanced" => array(), // Advanced functions, which are used very seldomly.
117 "all" => array() // All constants are put here also!
118 ); // This will be filled with the available categories of the current template.
119 var $subCategories = array(
120 // Standard categories:
121 "enable" => Array("Enable features", "a"),
122 "dims" => Array("Dimensions, widths, heights, pixels", "b"),
123 "file" => Array("Files", "c"),
124 "typo" => Array("Typography", "d"),
125 "color" => Array("Colors", "e"),
126 "links" => Array("Links and targets", "f"),
127 "language" => Array("Language specific constants", "g"),
129 // subcategories based on the default content elements
130 "cheader" => Array("Content: 'Header'", "ma"),
131 "cheader_g" => Array("Content: 'Header', Graphical", "ma"),
132 "ctext" => Array("Content: 'Text'", "mb"),
134 "cimage" => Array("Content: 'Image'", "md"),
135 "cbullets" => Array("Content: 'Bullet list'", "me"),
136 "ctable" => Array("Content: 'Table'", "mf"),
137 "cuploads" => Array("Content: 'Filelinks'", "mg"),
138 "cmultimedia" => Array("Content: 'Multimedia'", "mh"),
139 "cmailform" => Array("Content: 'Form'", "mi"),
140 "csearch" => Array("Content: 'Search'", "mj"),
141 "clogin" => Array("Content: 'Login'", "mk"),
142 "csplash" => Array("Content: 'Textbox'", "ml"),
143 "cmenu" => Array("Content: 'Menu/Sitemap'", "mm"),
144 "cshortcut" => Array("Content: 'Insert records'", "mn"),
145 "clist" => Array("Content: 'List of records'", "mo"),
146 "cscript" => Array("Content: 'Script'", "mp"),
147 "chtml" => Array("Content: 'HTML'", "mq")
149 var $resourceDimensions = array();
150 var $dirResources = array();
152 // var $matchAll = 0; // If set, all conditions are matched!
160 var $tsbrowser_searchKeys = array();
161 var $tsbrowser_depthKeys = array();
162 var $constantMode="";
165 var $resourceCheck=0;
166 var $ext_lineNumberOffset=0;
167 var $ext_localGfxPrefix="";
168 var $ext_localWebGfxPrefix="";
169 var $ext_expandAllNotes=0;
170 var $ext_noPMicons=0;
171 var $ext_noSpecialCharsOnLabels=0;
172 var $ext_listOfTemplatesArr=array();
173 var $ext_lineNumberOffset_mode="";
174 var $ext_dontCheckIssetValues=0; // Dont change...
175 var $ext_noCEUploadAndCopying=0;
177 var $ext_CEformName="forms[0]";
178 var $ext_defaultOnlineResourceFlag=0;
179 var $doNotSortCategoriesBeforeMakingForm = FALSE;
182 var $templateTitles=array();
186 * This flattens a hierarchical setuparray to $this->flatSetup
187 * The original function fetched the resource-file if any ("file."). This functions doesn't.
189 * @param [type] $setupArray: ...
190 * @param [type] $prefix: ...
191 * @param [type] $resourceFlag: ...
194 function flattenSetup($setupArray, $prefix, $resourceFlag) {
195 if (is_array($setupArray)) {
196 $this->getFileName_backPath
=PATH_site
; // Setting absolute prefixed path for relative resources.
198 while(list($key,$val)=each($setupArray)) {
199 if ($prefix ||
substr($key,0,16)!="TSConstantEditor") { // We don't want "TSConstantEditor" in the flattend setup.
200 if (is_array($val)) {
201 $this->flattenSetup($val,$prefix.$key, ($key=="file."));
202 } elseif ($resourceFlag && $this->resourceCheck
) {
203 $this->flatSetup
[$prefix.$key] = $this->getFileName($val);
204 if ($this->removeFromGetFilePath
&& substr($this->flatSetup
[$prefix.$key],0,strlen($this->removeFromGetFilePath
))==$this->removeFromGetFilePath
) {
205 $this->flatSetup
[$prefix.$key] = substr($this->flatSetup
[$prefix.$key],strlen($this->removeFromGetFilePath
));
208 $this->flatSetup
[$prefix.$key] = $val;
216 * [Describe function...]
218 * @param [type] $all: ...
221 function substituteConstants($all) {
222 $this->Cmarker
= substr(md5(uniqid("")),0,6);
224 return preg_replace_callback('/\{\$(.[^}]+)\}/', array($this, 'substituteConstantsCallBack'), $all);
228 * Call back method for preg_replace_callback in substituteConstants
230 * @param array Regular expression matches
231 * @return string Replacement
232 * @see substituteConstants()
234 function substituteConstantsCallBack($matches) {
235 switch($this->constantMode
) {
237 $ret_val = isset($this->flatSetup
[$matches[1]]) && !is_array($this->flatSetup
[$matches[1]]) ?
238 '##'.$this->Cmarker
.'_B##'.$matches[0].'##'.$this->Cmarker
.'_E##' :
242 $ret_val = isset($this->flatSetup
[$matches[1]]) && !is_array($this->flatSetup
[$matches[1]]) ?
243 '##'.$this->Cmarker
.'_B##'.$this->flatSetup
[$matches[1]].'##'.$this->Cmarker
.'_E##' :
247 $ret_val = $matches[0];
250 $ret_val = isset($this->flatSetup
[$matches[1]]) && !is_array($this->flatSetup
[$matches[1]]) ?
251 $this->flatSetup
[$matches[1]] :
259 * [Describe function...]
261 * @param [type] $all: ...
264 function substituteCMarkers($all) {
265 switch($this->constantMode
) {
267 $all = str_replace('##'.$this->Cmarker
.'_B##', '<font color="green"><B>', $all);
268 $all = str_replace('##'.$this->Cmarker
.'_E##', '</b></font>', $all);
271 $all = str_replace('##'.$this->Cmarker
.'_B##', '<font color="green"><B>', $all);
272 $all = str_replace('##'.$this->Cmarker
.'_E##', '</b></font>', $all);
282 * Parses the constants in $this->const with respect to the constant-editor in this module.
283 * In particular comments in the code are registered and the edit_divider is taken into account.
287 function generateConfig_constants() {
288 // These vars are also set lateron...
289 $this->setup
['resources'] = $this->resources
;
290 $this->setup
['sitetitle'] = $this->sitetitle
;
293 $constants = t3lib_div
::makeInstance("t3lib_TSparser");
294 $constants->regComments
=1; // Register comments!
295 $constants->setup
= $this->const;
296 $constants->setup
= $this->mergeConstantsFromPageTSconfig($constants->setup
);
298 $matchObj = t3lib_div
::makeInstance("t3lib_matchCondition");
299 // $matchObj->matchAlternative = array("[globalString = page | title = *test*]");
300 $matchObj->matchAll
=1; // Matches ALL conditions in TypoScript
303 $cc=count($this->constants
);
304 reset($this->constants
);
305 while (list(,$str)=each($this->constants
)) {
308 if (strstr($str,$this->edit_divider
)) {
309 $parts = explode($this->edit_divider
,$str,2);
311 $constants->parse($parts[0],$matchObj);
313 $this->flatSetup
= Array();
314 $this->flattenSetup($constants->setup
,"","");
315 $defaultConstants=$this->flatSetup
;
317 $constants->parse($str,$matchObj);
320 $this->flatSetup
= Array();
321 $this->flattenSetup($constants->setup
,"","");
322 $this->setup
["constants"] = $constants->setup
;
324 return $this->ext_compareFlatSetups($defaultConstants);
328 * [Describe function...]
330 * @param [type] $theSetup: ...
331 * @param [type] $theKey: ...
334 function ext_getSetup($theSetup,$theKey) {
335 $parts = explode(".",$theKey,2);
336 // debug("-----------",1);
338 if (strcmp($parts[0],"") && is_array($theSetup[$parts[0]."."])) {
339 // debug(trim($parts[1]),1);
340 if (strcmp(trim($parts[1]),"")) {
341 // debug(trim($parts[1]),1);
342 return $this->ext_getSetup($theSetup[$parts[0]."."],trim($parts[1]));
344 return array($theSetup[$parts[0]."."], $theSetup[$parts[0]]);
347 if (strcmp(trim($theKey),"")) {
348 return array(array(),$theSetup[$theKey]);
350 return array($theSetup,"");
356 * [Describe function...]
358 * @param [type] $arr: ...
359 * @param [type] $depth_in: ...
360 * @param [type] $depthData: ...
361 * @param [type] $parentType: ...
362 * @param [type] $parentValue: ...
363 * @param boolean $alphaSort sorts the array keys / tree by alphabet when set to 1
366 function ext_getObjTree($arr, $depth_in, $depthData, $parentType='',$parentValue='', $alphaSort='0') {
371 if($alphaSort == '1') {
375 $keyArr_alpha=array();
376 while (list($key,)=each($arr)) {
377 if (substr($key,-2)!="..") { // Don't do anything with comments / linenumber registrations...
378 $key=ereg_replace("\.$","",$key);
379 if (substr($key,-1)!=".") {
380 if (t3lib_div
::testInt($key)) {
381 $keyArr_num[$key]=$arr[$key];
383 $keyArr_alpha[$key]=$arr[$key];
389 $keyArr=$keyArr_num+
$keyArr_alpha;
392 if ($depth_in) {$depth_in = $depth_in.".";}
394 // $validate_info= verify_TSobjects($keyArr,$parentType,$parentValue);
395 // debug($validate_info);
397 while (list($key,)=each($keyArr)) {
399 $depth=$depth_in.$key;
400 if ($this->bType
!="const" ||
substr($depth,0,1)!="_") { // this excludes all constants starting with "_" from being shown.
401 $goto = substr(md5($depth),0,6);
403 $deeper = (is_array($arr[$key."."]) && ($this->tsbrowser_depthKeys
[$depth] ||
$this->ext_expandAllNotes
)) ?
1 : 0;
405 $LN = ($a==$c)?
"blank":"line";
406 $BTM = ($a==$c)?
"bottom":"";
407 $PM = is_array($arr[$key."."]) && !$this->ext_noPMicons ?
($deeper ?
"minus":"plus") : "join";
410 $theIcon='<img src="'.$GLOBALS["BACK_PATH"].'gfx/ol/'.$PM.$BTM.'.gif" width="18" height="16" align="top" border="0" alt="" />';
414 $aHref='index.php?id='.$GLOBALS["SOBE"]->id
.'&tsbr['.$depth.']='.($deeper?
0:1).'#'.$goto;
415 $HTML.='<a name="'.$goto.'" href="'.htmlspecialchars($aHref).'">'.$theIcon.'</a>';
419 if (t3lib_div
::inList("types,resources,sitetitle",$depth) && $this->bType
=="setup") { // Read only...
420 $label='<font color="#666666">'.$label.'</font>';
422 if ($this->linkObjects
) {
423 $aHref = 'index.php?id='.$GLOBALS["SOBE"]->id
.'&sObj='.$depth;
424 if ($this->bType
!="const") {
425 $ln = is_array($arr[$key.'.ln..']) ?
'Defined in: '.$this->lineNumberToScript($arr[$key.'.ln..']) : 'N/A';
430 if ($this->tsbrowser_searchKeys
[$depth] & 4) { $label = '<b><font color="red">'.$label.'</font></b>'; } // The key has matched the search string
431 $label = '<a href="'.htmlspecialchars($aHref).'" title="'.htmlspecialchars($ln).'">'.$label.'</a>';
435 $HTML.="[".$label."]";
437 if (isset($arr[$key])) {
438 $theValue = $arr[$key];
439 if ($this->fixedLgd
) {
440 $imgBlocks = ceil(1+
strlen($depthData)/77);
441 $lgdChars = 68-ceil(strlen("[".$key."]")*0.8)-$imgBlocks*3;
442 $theValue = $this->ext_fixed_lgd($theValue,$lgdChars);
444 if ($this->tsbrowser_searchKeys
[$depth] & 2) { // The value has matched the search string
445 $HTML.=' = <b><font color="red">'.$this->makeHtmlspecialchars($theValue).'</font></b>';
447 $HTML.=" = <b>".$this->makeHtmlspecialchars($theValue)."</b>";
449 if ($this->ext_regComments
&& isset($arr[$key.'..'])) {
450 $comment = $arr[$key.'..'];
451 if (!preg_match('/### <INCLUDE_TYPOSCRIPT:.*/', $comment)) { // Skip INCLUDE_TYPOSCRIPT comments, they are almost useless
452 $comment = preg_replace('/[\r\n]/', ' ', $comment); // Remove linebreaks, replace with " "
453 $comment = preg_replace('/[#\*]{2,}/', '', $comment); // Remove # and * if more than twice in a row
454 $comment = preg_replace('/^[#\*\s]+/', '# ', $comment); // Replace leading # (just if it exists) and add it again. Result: Every comment should be prefixed by a "#".
455 $HTML.= ' <span class="comment">'.trim($comment).'</span>';
462 $HTML.=$this->ext_getObjTree($arr[$key."."], $depth, $depthData.'<img src="'.$GLOBALS["BACK_PATH"].'gfx/ol/'.$LN.'.gif" width="18" height="16" align="top" alt="" />', '' /* not used: $validate_info[$key] */, $arr[$key], $alphaSort);
470 * [Describe function...]
472 * @param [type] $lnArr: ...
475 function lineNumberToScript($lnArr) {
476 if (!is_array($this->lnToScript
)) {
477 $this->lnToScript
= array();
479 $c+
=substr_count($GLOBALS['TYPO3_CONF_VARS']['FE']['defaultTypoScript_setup'],chr(10))+
2;
480 $this->lnToScript
[$c] = '[Default]';
482 foreach($this->hierarchyInfoToRoot
as $info) {
483 $c+
=$info['configLines']+
1;
484 $this->lnToScript
[$c] = $info['title'];
488 foreach($lnArr as $k => $ln) {
489 foreach($this->lnToScript
as $endLn => $title) {
490 if ($endLn >= intval($ln)) {
491 $lnArr[$k] = '"'.$title.'", '.$ln;
497 return implode('; ',$lnArr);
501 * [Describe function...]
503 * @param [type] $theValue: ...
506 function makeHtmlspecialchars($theValue){
507 return $this->ext_noSpecialCharsOnLabels ?
$theValue : htmlspecialchars($theValue);
511 * [Describe function...]
513 * @param [type] $arr: ...
514 * @param [type] $depth_in: ...
515 * @param [type] $searchString: ...
516 * @param [type] $keyArray: ...
519 function ext_getSearchKeys($arr, $depth_in, $searchString, $keyArray) {
522 while (list($key,)=each($arr)) {
523 $key=ereg_replace('\.$','',$key);
524 if (substr($key,-1)!='.') {
531 if ($depth_in) { $depth_in = $depth_in.'.'; }
532 while (list($key,)=each($keyArr)) {
533 $depth=$depth_in.$key;
534 $deeper = is_array($arr[$key."."]);
536 if ($this->regexMode
) {
537 if (ereg($searchString,$arr[$key])) { // The value has matched
538 $this->tsbrowser_searchKeys
[$depth]+
=2;
540 if (ereg($searchString,$key)) { // The key has matched
541 $this->tsbrowser_searchKeys
[$depth]+
=4;
543 if (ereg($searchString,$depth_in)) { // Just open this subtree if the parent key has matched the search
544 $this->tsbrowser_searchKeys
[$depth]=1;
547 if (stristr($arr[$key],$searchString)) { // The value has matched
548 $this->tsbrowser_searchKeys
[$depth]+
=2;
550 if (stristr($key,$searchString)) { // The key has matches
551 $this->tsbrowser_searchKeys
[$depth]+
=4;
553 if (stristr($depth_in,$searchString)) { // Just open this subtree if the parent key has matched the search
554 $this->tsbrowser_searchKeys
[$depth]=1;
559 $cS = count($this->tsbrowser_searchKeys
);
560 $keyArray = $this->ext_getSearchKeys($arr[$key.'.'], $depth, $searchString, $keyArray);
561 if ($cS != count($this->tsbrowser_searchKeys
)) {
570 * [Describe function...]
572 * @param [type] $pid: ...
575 function ext_getRootlineNumber($pid) {
576 if ($pid && is_array($GLOBALS["rootLine"])) {
577 reset($GLOBALS["rootLine"]);
578 while(list($key,$val)=each($GLOBALS["rootLine"])) {
579 if ($val['uid']==$pid) return $key;
585 * [Describe function...]
587 * @param [type] $arr: ...
588 * @param [type] $depthData: ...
589 * @param [type] $keyArray: ...
590 * @param [type] $first: ...
593 function ext_getTemplateHierarchyArr($arr,$depthData, $keyArray,$first=0) {
596 while (list($key,)=each($arr)) {
597 $key=ereg_replace("\.$","",$key);
598 if (substr($key,-1)!=".") {
605 while (list($key,)=each($keyArr)) {
608 $deeper = is_array($arr[$key."."]);
612 $LN = ($a==$c)?
"blank":"line";
613 $BTM = ($a==$c)?
"top":"";
617 $icon = substr($row["templateID"],0,3)=="sys" ? t3lib_iconWorks
::getIcon("sys_template",array("root"=>$row["root"])) :
618 (substr($row["templateID"],0,6)=="static" ? t3lib_iconWorks
::getIcon("static_template",array()) : 'gfx/i/default.gif');
619 $alttext= "[".$row['templateID']."]";
620 $alttext.= $row['pid'] ?
" - ".t3lib_BEfunc
::getRecordPath($row['pid'],$GLOBALS["SOBE"]->perms_clause
,20) : "";
621 if (in_array($row['templateID'],$this->clearList_const
) ||
in_array($row['templateID'],$this->clearList_setup
)) {
622 $A_B='<a href="index.php?id='.$GLOBALS["SOBE"]->id
.'&template='.$row['templateID'].'">';
628 $HTML.=($first?
'':'<IMG src="'.$GLOBALS["BACK_PATH"].'gfx/ol/'.$PM.$BTM.'.gif" width="18" height="16" align="top" border=0>').'<IMG src="'.$GLOBALS["BACK_PATH"].$icon.'" width="18" height="16" align="top" title="'.$alttext.'">'.$A_B.t3lib_div
::fixed_lgd_cs($row['title'],$GLOBALS["BE_USER"]->uc
["titleLen"]).$A_E." ";
629 $RL = $this->ext_getRootlineNumber($row['pid']);
631 <td nowrap>'.$HTML.'</td>
632 <td align=center>'.($row["root"]?
"<b>X</b>":"").' </td>
633 <td align=center'.$row["bgcolor_setup"].'>'.fw(($row["clConf"]?
"<b>X</b>":"")." ").'</td>
634 <td align=center'.$row["bgcolor_const"].'>'.fw(($row["clConst"]?
"<b>X</b>":"")." ").'</td>
635 <td>'.($row["pid"]?
" ".$row["pid"].(strcmp($RL,"")?
" (".$RL.")":"")." ":"").'</td>
636 <td>'.($row["next"]?
" ".$row["next"]." ":"").'</td>
639 $keyArray = $this->ext_getTemplateHierarchyArr($arr[$key."."], $depthData.($first?
'':'<IMG src="'.$GLOBALS["BACK_PATH"].'gfx/ol/'.$LN.'.gif" width="18" height="16" align="top">'), $keyArray);
646 * [Describe function...]
648 * @param [type] $depthDataArr: ...
649 * @param [type] $pointer: ...
652 function ext_process_hierarchyInfo($depthDataArr,&$pointer) {
653 $parent = $this->hierarchyInfo
[$pointer-1]['templateParent'];
654 while ($pointer>0 && $this->hierarchyInfo
[$pointer-1]['templateParent']==$parent) {
656 $row = $this->hierarchyInfo
[$pointer];
658 $depthDataArr[$row['templateID']]=$row;
659 $depthDataArr[$row['templateID']]["bgcolor_setup"] = isset($this->clearList_setup_temp
[$row['templateID']])?
' class="bgColor5"':'';
660 $depthDataArr[$row['templateID']]["bgcolor_const"] = isset($this->clearList_const_temp
[$row['templateID']])?
' class="bgColor5"':'';
661 unset($this->clearList_setup_temp
[$row['templateID']]);
662 unset($this->clearList_const_temp
[$row['templateID']]);
663 $this->templateTitles
[$row['templateID']]=$row["title"];
665 if ($row['templateID']==$this->hierarchyInfo
[$pointer-1]['templateParent']) {
666 $depthDataArr[$row['templateID']."."] = $this->ext_process_hierarchyInfo(array(), $pointer);
669 return $depthDataArr;
673 * [Describe function...]
675 * @param [type] $config: ...
676 * @param [type] $lineNumbers: ...
677 * @param [type] $comments: ...
678 * @param [type] $crop: ...
679 * @param [type] $syntaxHL: ...
680 * @param [type] $syntaxHLBlockmode: ...
683 function ext_outputTS($config, $lineNumbers=0, $comments=0, $crop=0, $syntaxHL=0, $syntaxHLBlockmode=0) {
686 while (list(,$str)=each($config)) {
687 $all.="\n[GLOBAL]\n".$str;
691 $all = ereg_replace("^[^".chr(10)."]*.","",$all);
693 $tsparser = t3lib_div
::makeInstance("t3lib_TSparser");
694 $tsparser->lineNumberOffset
=$this->ext_lineNumberOffset+
1;
695 return $tsparser->doSyntaxHighlight($all,$lineNumbers?
array($this->ext_lineNumberOffset+
1):'',$syntaxHLBlockmode);
697 return $this->ext_formatTS($all,$lineNumbers,$comments,$crop);
702 * Returns a new string of max. $chars lenght
703 * If the string is longer, it will be truncated and prepended with "..."
704 * $chars must be an integer of at least 4
706 * @param [type] $string: ...
707 * @param [type] $chars: ...
710 function ext_fixed_lgd($string,$chars) {
712 if(strlen($string)>$chars) {
713 return substr($string, 0, $chars-3)."...";
720 * [Describe function...]
722 * @param [type] $ln: ...
723 * @param [type] $str: ...
726 function ext_lnBreakPointWrap($ln,$str) {
727 return '<A href="#" onClick="return brPoint('.$ln.','.($this->ext_lineNumberOffset_mode
=="setup"?
1:0).');">'.$str.'</a>';
731 * [Describe function...]
733 * @param [type] $input: ...
734 * @param [type] $ln: ...
735 * @param [type] $comments: ...
736 * @param [type] $crop: ...
739 function ext_formatTS($input, $ln, $comments=1, $crop=0) {
740 $input = ereg_replace("^[^".chr(10)."]*.","",$input);
741 $input = chop($input);
742 $cArr = explode(chr(10),$input);
745 $n = ceil(log10(count($cArr)+
$this->ext_lineNumberOffset
));
747 while(list($k,$v)=each($cArr)) {
748 $lln=$k+
$this->ext_lineNumberOffset+
1;
749 if ($ln) $lineNum = $this->ext_lnBreakPointWrap($lln,str_replace(" ",' ',sprintf("% ".$n."d",$lln))).": ";
750 $v=htmlspecialchars($v);
751 if ($crop) {$v=$this->ext_fixed_lgd($v,($ln?
71:77));}
752 $cArr[$k] = $lineNum.str_replace(" ",' ',$v);
754 $firstChar = substr(trim($v),0,1);
755 if ($firstChar=="[") {
756 $cArr[$k] = '<font color="green"><b>'.$cArr[$k].'</b></font>';
757 } elseif ($firstChar=="/" ||
$firstChar=="#") {
759 $cArr[$k] = '<span class="typo3-dimmed">'.$cArr[$k].'</span>';
767 $output = implode($cArr, "<br />")."<br />";
772 * [Describe function...]
774 * @param [type] $id: ...
775 * @param [type] $template_uid: ...
778 function ext_getFirstTemplate($id,$template_uid=0) {
779 // Query is taken from the runThroughTemplates($theRootLine) function in the parent class.
782 $addC = " AND uid=".$template_uid;
784 $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*', 'sys_template', 'pid='.intval($id).$addC.' '.$this->whereClause
, '', 'sorting', '1');
785 $row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
786 t3lib_BEfunc
::workspaceOL('sys_template',$row);
787 $GLOBALS['TYPO3_DB']->sql_free_result($res);
788 return $row; // Returns the template row if found.
793 * [Describe function...]
795 * @param [type] $id: ...
798 function ext_getAllTemplates($id) {
799 // Query is taken from the runThroughTemplates($theRootLine) function in the parent class.
802 $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*', 'sys_template', 'pid='.intval($id).' '.$this->whereClause
, '', 'sorting');
803 while($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) {
804 t3lib_BEfunc
::workspaceOL('sys_template',$row);
805 if (is_array($row)) $outRes[] = $row;
807 $GLOBALS['TYPO3_DB']->sql_free_result($res);
808 return $outRes; // Returns the template rows in an array.
813 * This function compares the flattened constants (default and all).
814 * Returns an array with the constants from the whole template which may be edited by the module.
816 * @param [type] $default: ...
819 function ext_compareFlatSetups($default) {
820 $editableComments=array();
821 reset($this->flatSetup
);
822 while(list($const,$value)=each($this->flatSetup
)) {
823 if (substr($const,-2)!=".." && isset($this->flatSetup
[$const.".."])) {
824 $comment = trim($this->flatSetup
[$const.".."]);
825 $c_arr = explode(chr(10),$comment);
826 while(list($k,$v)=each($c_arr)) {
827 $line=trim(ereg_replace("^[#\/]*","",$v));
829 $parts = explode(";", $line);
830 while(list(,$par)=each($parts)) {
831 if (strstr($par,"=")) {
832 $keyValPair =explode("=",$par,2);
833 switch(trim(strtolower($keyValPair[0]))) {
837 int (range; low-high, list: item,item,item = selector),
844 $editableComments[$const]["type"] = trim($keyValPair[1]);
847 // list of categories.
848 $catSplit=explode("/",strtolower($keyValPair[1]));
849 $editableComments[$const]["cat"] = trim($catSplit[0]);
850 $catSplit[1]=trim($catSplit[1]); // This is the subcategory. Must be a key in $this->subCategories[]. catSplit[2] represents the search-order within the subcat.
851 if ($catSplit[1] && isset($this->subCategories
[$catSplit[1]])) {
852 $editableComments[$const]["subcat_name"]=$catSplit[1];
853 $editableComments[$const]["subcat"]=$this->subCategories
[$catSplit[1]][1]."/".$catSplit[1]."/".trim($catSplit[2])."z";
855 $editableComments[$const]["subcat"]="x"."/".trim($catSplit[2])."z";
860 $editableComments[$const]["label"] = trim($keyValPair[1]);
868 if (isset($editableComments[$const])) {
869 $editableComments[$const]["name"]=$const;
870 $editableComments[$const]["value"]=trim($value);
871 if (isset($default[$const])) {
872 $editableComments[$const]["default_value"]=trim($default[$const]);
876 return $editableComments;
880 * [Describe function...]
882 * @param [type] $editConstArray: ...
885 function ext_categorizeEditableConstants($editConstArray) {
886 // Runs through the available constants and fills the $this->categories array with pointers and priority-info
887 reset($editConstArray);
888 while(list($constName,$constData)=each($editConstArray)) {
889 if (!$constData["type"]) {$constData["type"]="string";}
890 $cats = explode(",",$constData["cat"]);
892 while (list(,$theCat)=each($cats)) { // if = only one category, while allows for many. We have agreed on only one category is the most basic way...
893 $theCat=trim($theCat);
895 $this->categories
[$theCat][$constName]=$constData["subcat"];
896 // $this->categories["all"][$constName]=$constData["subcat"];
900 // debug($this->categories);
904 * [Describe function...]
908 function ext_getCategoryLabelArray() {
909 // Returns array used for labels in the menu.
911 while(list($k,$v)=each($this->categories
)) {
913 $retArr[$k]=strtoupper($k)." (".count($v).")";
920 * [Describe function...]
922 * @param [type] $type: ...
925 function ext_getTypeData($type) {
929 $retArr["type"]="string";
931 $m=strcspn ($type," [");
932 $retArr["type"]=strtolower(substr($type,0,$m));
933 if (t3lib_div
::inList('int,options,file,boolean,offset,user', $retArr['type'])) {
934 $p=trim(substr($type,$m));
936 ereg("\[(.*)\]",$p,$reg);
939 $retArr["paramstr"]=$p;
940 switch($retArr["type"]) {
942 if (substr($retArr["paramstr"],0,1)=="-") {
943 $retArr["params"]=t3lib_div
::intExplode("-",substr($retArr["paramstr"],1));
944 $retArr["params"][0]=intval("-".$retArr["params"][0]);
946 $retArr["params"]=t3lib_div
::intExplode("-",$retArr["paramstr"]);
948 $retArr["paramstr"]=$retArr["params"][0]." - ".$retArr["params"][1];
951 $retArr["params"]=explode(",",$retArr["paramstr"]);
962 * [Describe function...]
964 * @param [type] $category: ...
967 function ext_getTSCE_config($category) {
968 $catConf=$this->setup
["constants"]["TSConstantEditor."][$category."."];
970 if (is_array($catConf)) {
972 while(list($key,$val)=each($catConf)) {
975 $out["imagetag"] = $this->ext_getTSCE_config_image($catConf["image"]);
983 if (t3lib_div
::testInt($key)) {
984 $constRefs = explode(",",$val);
986 while(list(,$const)=each($constRefs)) {
988 if ($const && $const<=20) {
989 $out["constants"][$const].=$this->ext_getKeyImage($key);
997 $this->helpConfig
=$out;
1001 * [Describe function...]
1003 * @param [type] $key: ...
1004 * @return [type] ...
1006 function ext_getKeyImage($key) {
1007 return '<img src="'.$this->ext_localWebGfxPrefix
.'gfx/'.$key.'.gif" align="top" hspace=2>';
1011 * [Describe function...]
1013 * @param [type] $imgConf: ...
1014 * @return [type] ...
1016 function ext_getTSCE_config_image($imgConf) {
1017 if (substr($imgConf,0,4)=="gfx/") {
1018 $iFile=$this->ext_localGfxPrefix
.$imgConf;
1019 $tFile=$this->ext_localWebGfxPrefix
.$imgConf;
1020 } elseif (substr($imgConf,0,4)=='EXT:') {
1021 $iFile = t3lib_div
::getFileAbsFileName($imgConf);
1023 $f = substr($iFile,strlen(PATH_site
));
1024 $tFile=$GLOBALS["BACK_PATH"]."../".$f;
1027 $f = "uploads/tf/".$this->extractFromResources($this->setup
["resources"],$imgConf);
1028 $iFile=PATH_site
.$f;
1029 $tFile=$GLOBALS["BACK_PATH"]."../".$f;
1031 $imageInfo=@getImagesize
($iFile);
1032 return '<img src="'.$tFile.'" '.$imageInfo[3].'>';
1036 * [Describe function...]
1038 * @return [type] ...
1040 function ext_resourceDims() {
1041 if ($this->setup
["resources"]) {
1042 $rArr=explode(",",$this->setup
["resources"]);
1043 while(list($c,$val)=each($rArr)) {
1045 $theFile = PATH_site
."uploads/tf/".$val;
1046 if ($val && @is_file
($theFile)) {
1047 $imgInfo = @getimagesize
($theFile);
1049 if (is_array($imgInfo)) {
1050 $this->resourceDimensions
[$val]=" (".$imgInfo[0]."x".$imgInfo[1].")";
1054 reset($this->dirResources
);
1055 while(list($c,$val)=each($this->dirResources
)) {
1057 $imgInfo = @getimagesize
(PATH_site
.$val);
1058 if (is_array($imgInfo)) {
1059 $this->resourceDimensions
[$val]=" (".$imgInfo[0]."x".$imgInfo[1].")";
1065 * [Describe function...]
1067 * @param [type] $path: ...
1068 * @return [type] ...
1070 function ext_readDirResources($path) {
1072 if ($path && substr($path,0,10)=="fileadmin/") {
1073 $path = ereg_replace("\/$","",$path);
1074 $this->readDirectory(PATH_site
.$path);
1079 * [Describe function...]
1081 * @param [type] $path: ...
1082 * @param [type] $type: ...
1083 * @return [type] ...
1085 function readDirectory($path,$type="file") {
1086 if(@is_dir
($path)) {
1089 if (is_object($d)) {
1090 while($entry=$d->read()) {
1091 if ($entry!="." && $entry!="..") {
1092 $wholePath = $path."/".$entry; // Because of odd PHP-error where <BR>-tag is sometimes placed after a filename!!
1093 if (@file_exists
($wholePath) && (!$type ||
filetype($wholePath)==$type)) {
1094 $fI = t3lib_div
::split_fileref($wholePath);
1095 $this->dirResources
[]=substr($wholePath,strlen(PATH_site
));
1105 * [Describe function...]
1107 * @param [type] $params: ...
1108 * @return [type] ...
1110 function ext_fNandV($params) {
1111 $fN='data['.$params['name'].']';
1112 $fV=$params['value'];
1113 if (ereg("^{[\$][a-zA-Z0-9\.]*}$",trim($fV),$reg)) { // Values entered from the constantsedit cannot be constants! 230502; removed \{ and set {
1116 $fV=htmlspecialchars($fV);
1118 return array($fN,$fV,$params);
1122 * [Describe function...]
1124 * @param [type] $theConstants: ...
1125 * @param [type] $category: ...
1126 * @return [type] ...
1128 function ext_printFields($theConstants,$category) {
1129 // This functions returns the HTML-code that creates the editor-layout of the module.
1130 reset($theConstants);
1131 $output='<script type="text/javascript" src="'.$GLOBALS['BACK_PATH'].'js/constantEditor.js"></script>
1134 if (is_array($this->categories
[$category])) {
1136 $help=$this->helpConfig
;
1137 $this->rArr
=explode(",",$this->setup
["resources"].",".implode($this->dirResources
,","));
1139 if (!$this->doNotSortCategoriesBeforeMakingForm
) asort($this->categories
[$category]);
1140 while(list($name,$type)=each($this->categories
[$category])) {
1141 $params = $theConstants[$name];
1142 if (is_array($params)) {
1143 if ($subcat!=$params['subcat_name']) {
1144 $subcat=$params['subcat_name'];
1145 $subcat_name = $params['subcat_name'] ?
$this->subCategories
[$params['subcat_name']][0] : "Others";
1147 $output.='<h2 class="typo3-tstemplate-ceditor-subcat">'.$subcat_name.'</h2>';
1150 $label=$GLOBALS["LANG"]->sL($params['label']);
1151 $label_parts = explode(":",$label,2);
1152 if (count($label_parts)==2) {
1153 $head=trim($label_parts[0]);
1154 $body=trim($label_parts[1]);
1156 $head=trim($label_parts[0]);
1159 if (strlen($head)>35) {
1160 if (!$body) {$body=$head;}
1161 $head=t3lib_div
::fixed_lgd_cs($head,35);
1163 $typeDat=$this->ext_getTypeData($params['type']);
1166 $raname = substr(md5($params['name']),0,10);
1167 $aname="'".$raname."'";
1169 list($fN,$fV,$params)=$this->ext_fNandV($params);
1171 switch($typeDat['type']) {
1174 $p_field='<input id="'.$fN.'" type="text" name="'.$fN.'" value="'.$fV.'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(5).' onChange="uFormUrl('.$aname.')" />';
1175 if ($typeDat["paramstr"]) {
1176 $p_field.=' Range: '.$typeDat["paramstr"];
1177 } elseif ($typeDat['type']=="int+") {
1178 $p_field.=' Range: 0 - ';
1180 $p_field.=' (Integer)';
1184 $colorNames=explode(",",",".$this->HTMLcolorList
);
1186 while(list(,$val)=each($colorNames)) {
1188 if ($val==strtolower($params['value'])) {$sel=" selected";}
1189 $p_field.='<option value="'.htmlspecialchars($val).'"'.$sel.'>'.$val.'</option>';
1191 $p_field='<select id="'.$fN.'" name="C'.$fN.'" onChange="document.'.$this->ext_CEformName
.'[\''.$fN.'\'].value=this.options[this.selectedIndex].value; uFormUrl('.$aname.');">'.$p_field.'</select>';
1193 $p_field.='<input type="text" name="'.$fN.'" value="'.$fV.'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(7).' onChange="uFormUrl('.$aname.')" />';
1196 $wArr = explode("|",$fV);
1197 $p_field='<input type="text" id="'.$fN.'" name="'.$fN.'" value="'.$wArr[0].'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(29).' onChange="uFormUrl('.$aname.')" />';
1199 $p_field.='<input type="text" name="W'.$fN.'" value="'.$wArr[1].'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(15).' onChange="uFormUrl('.$aname.')" />';
1202 $wArr = explode(",",$fV);
1203 $labels = t3lib_div
::trimExplode(",",$typeDat["paramstr"]);
1204 $p_field=($labels[0]?
$labels[0]:"x").':<input type="text" name="'.$fN.'" value="'.$wArr[0].'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(4).' onChange="uFormUrl('.$aname.')" />';
1206 $p_field.=($labels[1]?
$labels[1]:"y").':<input type="text" name="W'.$fN.'" value="'.$wArr[1].'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(4).' onChange="uFormUrl('.$aname.')" />';
1207 for ($aa=2;$aa<count($labels);$aa++
) {
1209 $p_field.=' , '.$labels[$aa].':<input type="text" name="W'.$aa.$fN.'" value="'.$wArr[$aa].'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth(4).' onChange="uFormUrl('.$aname.')" />';
1211 $p_field.='<input type="hidden" name="W'.$aa.$fN.'" value="'.$wArr[$aa].'" />';
1216 if (is_array($typeDat["params"])) {
1218 while(list(,$val)=each($typeDat["params"])) {
1219 $vParts = explode("=",$val,2);
1220 $label = $vParts[0];
1221 $val = isset($vParts[1]) ?
$vParts[1] : $vParts[0];
1225 if ($val==$params['value']) {
1228 $p_field.='<option value="'.htmlspecialchars($val).'"'.$sel.'>'.$GLOBALS["LANG"]->sL($label).'</option>';
1230 $p_field='<select id="'.$fN.'" name="'.$fN.'" onChange="uFormUrl('.$aname.')">'.$p_field.'</select>';
1234 $p_field='<input type="Hidden" name="'.$fN.'" value="0" />';
1239 $p_field.='<input id="'.$fN.'" type="checkbox" name="'.$fN.'" value="'.($typeDat["paramstr"]?
$typeDat["paramstr"]:1).'"'.$sel.' onClick="uFormUrl('.$aname.')" />';
1242 $p_field='<input type="Hidden" name="'.$fN.'" value="#" />';
1247 $p_field.='<input id="'.$fN.'" type="checkbox" name="'.$fN.'" value=""'.$sel.' onClick="uFormUrl('.$aname.')" />';
1250 $p_field='<option value=""></option>';
1252 $selectThisFile = $this->extractFromResources($this->setup
["resources"],$params['value']);
1253 if ($params['value'] && !$selectThisFile) {
1254 if (in_array($params['value'],$this->dirResources
)) {
1255 $selectThisFile=$params['value'];
1259 $extList = $typeDat["paramstr"];
1260 $p_field='<option value="">('.$extList.')</option>';
1261 if ($extList=="IMAGE_EXT") {
1262 $extList = $GLOBALS["TYPO3_CONF_VARS"]["GFX"]["imagefile_ext"];
1265 $onlineResourceFlag=$this->ext_defaultOnlineResourceFlag
;
1267 while(list($c,$val)=each($this->rArr
)) {
1269 $fI=t3lib_div
::split_fileref($val);
1270 if ($val && (!$extList || t3lib_div
::inList($extList,$fI["fileext"]))) {
1271 if ($onlineResourceFlag<=0 && substr($fI["path"],0,10)=="fileadmin/") {
1272 if ($onlineResourceFlag<0) {
1273 $p_field.='<option value=""></option>';
1275 $p_field.='<option value="">__'.$fI["path"].'__:</option>';
1276 $onlineResourceFlag=1;
1278 $dims=$this->resourceDimensions
[$val];
1281 // Check if $params['value'] is in the list of resources.
1282 if ($selectThisFile && $selectThisFile==$val) {
1284 if ($onlineResourceFlag<=0) {
1285 $theImage=t3lib_BEfunc
::thumbCode(array("resources"=>$selectThisFile),"sys_template","resources",$GLOBALS["BACK_PATH"],"");
1287 $theImage=t3lib_BEfunc
::thumbCode(array("resources"=>$fI["file"]),"sys_template","resources",$GLOBALS["BACK_PATH"],"",$fI["path"]);
1291 if ($onlineResourceFlag<=0) {
1292 $onlineResourceFlag--;
1293 // Value is set with a *
1294 $val = $this->ext_setStar($val);
1295 $p_field.='<option value="'.htmlspecialchars($val).'"'.$sel.'>'.$val.$dims.'</option>';
1297 $p_field.='<option value="'.htmlspecialchars($val).'"'.$sel.'>'.$fI["file"].$dims.'</option>';
1302 if (trim($params['value']) && !$selectThisFile) {
1303 $val = $params['value'];
1304 $p_field.='<option value=""></option>';
1305 $p_field.='<option value="'.htmlspecialchars($val).'" selected>'.$val.'</option>';
1308 $p_field='<select id="'.$fN.'" name="'.$fN.'" onChange="uFormUrl('.$aname.')">'.$p_field.'</select>';
1309 $p_field.=$theImage;
1311 if (!$this->ext_noCEUploadAndCopying
) {
1313 $copyFile = $this->extractFromResources($this->setup
["resources"],$params['value']);
1315 if ($params['value']) {
1316 $copyFile=PATH_site
.$this->ext_detectAndFixExtensionPrefix($params['value']);
1322 if ($copyFile && @is_file
($copyFile)) {
1323 $p_field.='<img src="clear.gif" width="20" height="1" alt="" /><img'.t3lib_iconWorks
::skinImg($GLOBALS['BACK_PATH'],'gfx/clip_copy.gif','width="12" height="12"').' border="0" alt="" /><input type="Checkbox" name="_copyResource['.$params['name'].']" value="'.htmlspecialchars($copyFile).'" onClick="uFormUrl('.$aname.');if (this.checked) {alert(unescape(\''.rawurlencode(sprintf("This will make a copy of the current file, '%s'. Do you really want that?",$params['value'])).'\'));}" />';
1328 $p_field.='<input id="'.$fN.'" type="file" name="upload_'.$fN.'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth().' onChange="uFormUrl('.$aname.')" size="50" />';
1332 $userFunction = $typeDat['paramstr'];
1333 $userFunctionParams = array('fieldName' => $fN, 'fieldValue' => $fV);
1334 $p_field = t3lib_div
::callUserFunction($userFunction, $userFunctionParams, $this, '');
1338 $fwidth= $typeDat['type']=="small" ?
10 : 46;
1339 $p_field='<input id="'.$fN.'" type="text" name="'.$fN.'" value="'.$fV.'"'.$GLOBALS["TBE_TEMPLATE"]->formWidth($fwidth).' onChange="uFormUrl('.$aname.')" />';
1343 // Define default names and IDs
1344 $userTyposcriptID = 'userTS-'.$params['name'];
1345 $defaultTyposcriptID = 'defaultTS-'.$params['name'];
1346 $checkboxName = 'check['.$params['name'].']';
1347 $checkboxID = $checkboxName;
1349 // Handle type=color specially
1350 if ($typeDat['type']=="color" && substr($params['value'],0,2)!='{$') {
1351 $color = '<div class="typo3-tstemplate-ceditor-colorblock" style="background-color:'.$params['value'].';"> </div>';
1356 if (!$this->ext_dontCheckIssetValues
) {
1358 /* Set the default styling options */
1359 if(isset($this->objReg
[$params['name']])) {
1360 $checkboxValue = 'checked';
1361 $userTyposcriptStyle = '';
1362 $defaultTyposcriptStyle = 'style="display:none;"';
1364 $checkboxValue = '';
1365 $userTyposcriptStyle = 'style="display:none;"';
1366 $defaultTyposcriptStyle = '';
1370 $deleteIconHTML = '<img class="typo3-tstemplate-ceditor-control undoIcon" '.t3lib_iconWorks
::skinImg($GLOBALS['BACK_PATH'], 'gfx/undo.gif').' alt="Revert to default Constant" title="Revert to default Constant" rel="'.$params['name'].'" />';
1371 $editIconHTML = '<img class="typo3-tstemplate-ceditor-control editIcon" '.t3lib_iconWorks
::skinImg($GLOBALS['BACK_PATH'], 'gfx/edit2.gif').' alt="Edit this Constant" title="Edit this Constant" rel="'.$params['name'].'" />';
1372 $constantCheckbox = '<input type="hidden" name="'.$checkboxName.'" id="'.$checkboxID.'" value="'.$checkboxValue.'"/>';
1374 // If there's no default value for the field, use a static label.
1375 if(!$params['default_value']) {
1376 $params['default_value'] = '[Empty]';
1379 $constantDefaultRow='<div class="typo3-tstemplate-ceditor-row" id="'.$defaultTyposcriptID.'" '.$defaultTyposcriptStyle.'>'.$editIconHTML.htmlspecialchars($params["default_value"]).$color.'</div>';
1382 $constantEditRow = '<div class="typo3-tstemplate-ceditor-row" id="'.$userTyposcriptID.'" '.$userTyposcriptStyle.'>'.$deleteIconHTML.$p_field.$color.'</div>';
1384 $constantLabel = '<dt class="typo3-tstemplate-ceditor-label">'.htmlspecialchars($head).'</dt>';
1385 $constantName = '<dt class="typo3-dimmed">['.$params['name'].']</dt>';
1386 $constantDescription = $body ?
'<dd>'.htmlspecialchars($body).'</dd>' : "";
1387 $constantData = '<dd>'.$constantCheckbox.$constantEditRow.$constantDefaultRow.'</dd>';
1389 $output.='<a name="'.$raname.'"></a>'.$help["constants"][$params['name']];
1390 $output.='<dl class="typo3-tstemplate-ceditor-constant">'.$constantLabel.$constantName.$constantDescription.$constantData.'</dl>';
1392 debug("Error. Constant did not exist. Should not happen.");
1410 /***************************
1412 * Processing input values
1414 ***************************/
1417 * @param [type] $constants: ...
1418 * @return [type] ...
1420 function ext_regObjectPositions($constants) {
1421 // This runs through the lines of the constants-field of the active template and registers the constants-names and linepositions in an array, $this->objReg
1422 $this->raw
= explode(chr(10),$constants);
1425 $this->objReg
=array(); // resetting the objReg if the divider is found!!
1426 $this->ext_regObjects("");
1430 * [Describe function...]
1432 * @param [type] $pre: ...
1433 * @return [type] ...
1435 function ext_regObjects($pre) {
1436 // works with regObjectPositions. "expands" the names of the TypoScript objects
1437 while (isset($this->raw
[$this->rawP
])) {
1438 $line = ltrim($this->raw
[$this->rawP
]);
1439 if (strstr($line,$this->edit_divider
)) {
1440 $this->objReg
=array(); // resetting the objReg if the divider is found!!
1444 if (substr($line,0,1)=="[") {
1446 } elseif (strcspn($line,"}#/")!=0) {
1447 $varL = strcspn($line," {=<");
1448 $var=substr($line,0,$varL);
1449 $line = ltrim(substr($line,$varL));
1450 switch(substr($line,0,1)) {
1452 $this->objReg
[$pre.$var]=$this->rawP
-1;
1455 $this->ext_inBrace++
;
1456 $this->ext_regObjects($pre.$var.".");
1459 $this->lastComment
="";
1460 } elseif (substr($line,0,1)=="}") {
1461 $this->lastComment
="";
1462 $this->ext_inBrace
--;
1463 if ($this->ext_inBrace
<0) {
1464 $this->ext_inBrace
=0;
1474 * [Describe function...]
1476 * @param [type] $key: ...
1477 * @param [type] $var: ...
1478 * @return [type] ...
1480 function ext_putValueInConf($key, $var) {
1481 // Puts the value $var to the TypoScript value $key in the current lines of the templates.
1482 // If the $key is not found in the template constants field, a new line is inserted in the bottom.
1483 $theValue = " ".trim($var);
1484 if (isset($this->objReg
[$key])) {
1485 $lineNum = $this->objReg
[$key];
1486 $parts = explode("=",$this->raw
[$lineNum],2);
1487 if (count($parts)==2) {
1488 $parts[1]= $theValue;
1490 $this->raw
[$lineNum]=implode($parts,"=");
1492 $this->raw
[]=$key." =".$theValue;
1498 * [Describe function...]
1500 * @param [type] $key: ...
1501 * @return [type] ...
1503 function ext_removeValueInConf($key) {
1504 // Removes the value in the configuration
1505 if (isset($this->objReg
[$key])) {
1506 $lineNum = $this->objReg
[$key];
1507 unset($this->raw
[$lineNum]);
1513 * [Describe function...]
1515 * @param [type] $arr: ...
1516 * @param [type] $settings: ...
1517 * @return [type] ...
1519 function ext_depthKeys($arr,$settings) {
1522 while(list($theK,$theV)=each($arr)) {
1523 $theKeyParts = explode(".",$theK);
1525 $c=count($theKeyParts);
1527 while(list(,$p)=each($theKeyParts)) {
1529 $depth.=($depth?
".":"").$p;
1530 $tsbrArray[$depth]= ($c==$a) ?
$theV : 1;
1535 while(list($theK,$theV)=each($tsbrArray)) {
1537 $settings[$theK] = 1;
1539 unset($settings[$theK]);
1546 * [Describe function...]
1548 * @param [type] $http_post_vars: ...
1549 * @param [type] $http_post_files: ...
1550 * @param [type] $theConstants: ...
1551 * @param [type] $tplRow: ...
1552 * @return [type] ...
1554 function ext_procesInput($http_post_vars,$http_post_files,$theConstants,$tplRow) {
1555 $data=$http_post_vars["data"];
1556 $check=$http_post_vars["check"];
1557 $copyResource=$http_post_vars["_copyResource"];
1558 $Wdata=$http_post_vars["Wdata"];
1559 $W2data=$http_post_vars["W2data"];
1560 $W3data=$http_post_vars["W3data"];
1561 $W4data=$http_post_vars["W4data"];
1562 $W5data=$http_post_vars["W5data"];
1564 if (is_array($data)) {
1566 while(list($key,$var)=each($data)) {
1567 if (isset($theConstants[$key])) {
1568 if ($this->ext_dontCheckIssetValues ||
isset($check[$key])) { // If checkbox is set, update the value
1569 list($var) = explode(chr(10),$var); // exploding with linebreak, just to make sure that no multiline input is given!
1570 $typeDat=$this->ext_getTypeData($theConstants[$key]["type"]);
1571 switch($typeDat['type']) {
1573 if ($typeDat["paramstr"]) {
1574 $var=t3lib_div
::intInRange($var,$typeDat["params"][0],$typeDat["params"][1]);
1580 $var=t3lib_div
::intInRange($var,0,10000);
1584 if($var && !t3lib_div
::inList($this->HTMLcolorList
,strtolower($var))) {
1585 $var = ereg_replace("[^A-Fa-f0-9]*","",$var);
1586 $col[]=HexDec(substr($var,0,2));
1587 $col[]=HexDec(substr($var,2,2));
1588 $col[]=HexDec(substr($var,4,2));
1589 $var="#".strtoupper(substr("0".DecHex($col[0]),-2).substr("0".DecHex($col[1]),-2).substr("0".DecHex($col[2]),-2));
1600 if (isset($Wdata[$key])) {
1601 $var.="|".$Wdata[$key];
1605 if (isset($Wdata[$key])) {
1606 $var=intval($var).",".intval($Wdata[$key]);
1607 if (isset($W2data[$key])) {
1608 $var.=",".intval($W2data[$key]);
1609 if (isset($W3data[$key])) {
1610 $var.=",".intval($W3data[$key]);
1611 if (isset($W4data[$key])) {
1612 $var.=",".intval($W4data[$key]);
1613 if (isset($W5data[$key])) {
1614 $var.=",".intval($W5data[$key]);
1623 $var = $typeDat["paramstr"] ?
$typeDat["paramstr"] : 1;
1627 if (!$this->ext_noCEUploadAndCopying
) {
1628 if ($http_post_files["upload_data"]["name"][$key] && $http_post_files["upload_data"]["tmp_name"][$key]!="none") {
1629 $var = $this->upload_copy_file(
1632 trim($http_post_files["upload_data"]["name"][$key]),
1633 $http_post_files["upload_data"]["tmp_name"][$key]
1636 if ($copyResource[$key]) {
1637 $var = $this->upload_copy_file(
1640 basename($copyResource[$key]),
1647 if ($this->ext_printAll ||
strcmp($theConstants[$key]["value"],$var)) {
1648 $this->ext_putValueInConf($key, $var); // Put value in, if changed.
1650 unset($check[$key]); // Remove the entry because it has been "used"
1652 $this->ext_removeValueInConf($key);
1657 // Remaining keys in $check indicates fields that are just clicked "on" to be edited. Therefore we get the default value and puts that in the template as a start...
1658 if (!$this->ext_dontCheckIssetValues
&& is_array($check)) {
1660 while(list($key,$var)=each($check)) {
1661 if (isset($theConstants[$key])) {
1662 $dValue = $theConstants[$key]["default_value"];
1664 $this->ext_putValueInConf($key, $dValue);
1669 // debug($this->objReg);
1673 * [Describe function...]
1675 * @param [type] $typeDat: ...
1676 * @param [type] $tplRow: ...
1677 * @param [type] $theRealFileName: ...
1678 * @param [type] $tmp_name: ...
1679 * @return [type] ...
1681 function upload_copy_file($typeDat,&$tplRow,$theRealFileName,$tmp_name) {
1684 $extList = $typeDat["paramstr"];
1685 if ($extList=="IMAGE_EXT") {
1686 $extList = $GLOBALS["TYPO3_CONF_VARS"]["GFX"]["imagefile_ext"];
1688 $fI=t3lib_div
::split_fileref($theRealFileName);
1689 if ($theRealFileName && (!$extList || t3lib_div
::inList($extList,$fI["fileext"]))) {
1690 $tmp_upload_name = t3lib_div
::upload_to_tempfile($tmp_name); // If there is an uploaded file, move it for the sake of safe_mode.
1693 $alternativeFileName=array();
1694 $alternativeFileName[$tmp_upload_name] = $theRealFileName;
1695 // Making list of resources
1696 $resList = $tplRow["resources"];
1697 $resList = $tmp_upload_name.",".$resList;
1698 $resList=implode(t3lib_div
::trimExplode(",",$resList,1),",");
1699 // Making data-array
1700 $saveId = $tplRow['_ORIG_uid'] ?
$tplRow['_ORIG_uid'] : $tplRow['uid'];
1703 $recData["sys_template"][$saveId]["resources"] = $resList;
1705 $tce = t3lib_div
::makeInstance("t3lib_TCEmain");
1706 $tce->stripslashes_values
=0;
1707 $tce->alternativeFileName
= $alternativeFileName;
1708 $tce->start($recData,Array());
1709 $tce->process_datamap();
1711 t3lib_div
::unlink_tempfile($tmp_upload_name);
1713 $tmpRow = t3lib_BEfunc
::getRecordWSOL("sys_template",$saveId,"resources");
1715 $tplRow["resources"] = $tmpRow["resources"];
1717 // Setting the value
1718 $var = $this->ext_setStar($theRealFileName);
1724 * [Describe function...]
1726 * @param [type] $id: ...
1727 * @param [type] $perms_clause: ...
1728 * @return [type] ...
1730 function ext_prevPageWithTemplate($id,$perms_clause) {
1731 $rootLine = t3lib_BEfunc
::BEgetRootLine($id,$perms_clause?
" AND ".$perms_clause:"");
1733 while(list(,$p)=each($rootLine)) {
1734 if ($this->ext_getFirstTemplate($p["uid"])) {
1741 * [Describe function...]
1743 * @param [type] $val: ...
1744 * @return [type] ...
1746 function ext_setStar($val) {
1747 $fParts = explode(".",strrev($val),2);
1748 $val=ereg_replace("_[0-9][0-9]$","",strrev($fParts[1]))."*.".strrev($fParts[0]);
1753 * [Describe function...]
1755 * @param [type] $value: ...
1756 * @return [type] ...
1758 function ext_detectAndFixExtensionPrefix($value) {
1759 if (substr($value,0,4)=="EXT:") {
1760 $parts = explode("/",substr($value,4),2);
1762 $extPath = t3lib_extMgm
::siteRelPath($parts[0]);
1763 $value = $extPath.$parts[1];
1772 if (defined('TYPO3_MODE') && $TYPO3_CONF_VARS[TYPO3_MODE
]['XCLASS']['t3lib/class.t3lib_tsparser_ext.php']) {
1773 include_once($TYPO3_CONF_VARS[TYPO3_MODE
]['XCLASS']['t3lib/class.t3lib_tsparser_ext.php']);