d aangetroffen.', 207 : 'Het geuploade bestand is hernoemd naar: "%1"', 500 : 'Het uploaden van een file is momenteel niet mogelijk. Contacteer de admin of kijk in het CKFinder configuratie bestand..', 501 : 'Het is niet mogelijk om mini-afbeeldingen te maken.' }, // Other Error Messages. ErrorMsg : { FileEmpty : 'Je dient een naam te geven aan dit bestand', FolderEmpty : 'Je dient een naam te geven aan deze folder', FileInvChar : 'De bestandsnaam mag de volgende tekens NIET bevatten: \n\\ / : * ? " < > |', FolderInvChar : 'De folder mag de volgende tekens NIET bevatten: \n\\ / : * ? " < > |', PopupBlockView : 'Het was niet mogelijk om dit bestand in een popup te openen. Kijk bij je instellingen van je browser en zorg dat het onze popups niet blokkeerd.' } } ; 0px;font-size:12px"&chr(34)&">There is no visible template for this page, it is just a data holder for another page, click here to view the parent page or logout from IWMS for automatic redirection " end function function getWorkingParent(info_id_) sql2=" SELECT mojo_info_type.parent_id " sql2=sql2&" FROM mojo_info INNER JOIN " sql2=sql2&" mojo_info_type ON mojo_info.info_type = mojo_info_type.info_type " sql2=sql2&" WHERE (mojo_info.language_id = "&language_id&") AND (mojo_info.site_id = "&site_id&") AND (mojo_info_type.language_id = "&language_id&") AND (mojo_info_type.site_id = "&site_id&") AND (mojo_info.info_id = "&info_id_&") " sql=" SELECT mojo_info.info_id, mojo_asp_templates.file_name ,mojo_info.info_type" sql=sql&" FROM mojo_info INNER JOIN " sql=sql&" mojo_info_type ON mojo_info.info_type = mojo_info_type.info_type INNER JOIN " sql=sql&" mojo_asp_templates ON mojo_info.asp_template = mojo_asp_templates.template_id " sql=sql&" WHERE default_page=1 AND (mojo_info.language_id = "&language_id&") AND (mojo_info.site_id = "&site_id&") AND (mojo_info_type.language_id = "&language_id&") AND (mojo_info.site_id = "&site_id&") AND (mojo_asp_templates.language_id = "&language_id&") AND (mojo_asp_templates.site_id = "&site_id&") AND (mojo_info_type.type_id = ("&sql2&")) " set xDrst=Server.CreateObject("ADODB.RECORDSET") xDrst.open sql, con,1,4 if xDrst("file_name")<>"" then if session("manager")<>"" then redirectText("/siteFiles/"&language_id&"/"&xDrst("info_type")&"/"&xDrst("info_id")&".asp") else response.Redirect "/siteFiles/"&language_id&"/"&xDrst("info_type")&"/"&xDrst("info_id")&".asp" end if else getWorkingParent(xDrst("info_id")) end if If Err.Number <> 0 then HandleError Err.Description Error.Clear End If xDrst.close set xDrst=nothing end function if parent_id=0 then if session("manager")<>"" then redirectText("http://"&request.ServerVariables("HTTP_HOST")) else response.Redirect "http://"&request.ServerVariables("HTTP_HOST") end if else if default_page<>1 then set Drst=Server.CreateObject("ADODB.RECORDSET") Drst.open "SELECT mojo_info.info_id, mojo_asp_templates.file_name,mojo_info.info_type FROM mojo_info INNER JOIN mojo_asp_templates ON mojo_info.asp_template = mojo_asp_templates.template_id WHERE default_page=1 AND (mojo_asp_templates.language_id = "&language_id&") AND (mojo_asp_templates.site_id = "&site_id&") AND mojo_info.info_type="&info_type&" AND mojo_info.site_id="&site_id&" AND mojo_info.language_id="&language_id, con,1,4 info_id=Drst("info_id") if Drst("file_name")<>"" then if session("manager")<>"" then redirectText("/siteFiles/"&language_id&"/"&Drst("info_type")&"/"&Drst("info_id")&".asp") else response.Redirect "/siteFiles/"&language_id&"/"&Drst("info_type")&"/"&Drst("info_id")&".asp" end if end if If Err.Number <> 0 then HandleErr/* * CKFinder * ======== * http://ckfinder.com * Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved. * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file befor