YaWK  24.1
Yet another WebKit
page-edit.php File Reference

Go to the source code of this file.

Variables

print $_GET ['id']
 
if(!isset($page)) if(!isset($db)) if(!isset($lang)) if(isset($_GET['id'])) if(isset($_POST['save'])) $dirprefix = YAWK\sys::getDirPrefix($db)
 
if($page->alias==="index") $editorSettings = settings::getEditorSettings($db, 14)
 
 $host = YAWK\sys::getHost($db)
 
print $lang ['END_PUBLISH']
 
print $lang ['LANGUAGE']
 
foreach(YAWK\sys::getGroups($db, "pages") as $role) print $lang ['PAGE_STATUS']
 
print $lang ['PAGE_VISIBLE']
 
print $lang ['SAVE_CHANGES']
 
print $lang ['START_PUBLISH']
 
print $lang ['TITLE']
 
 $publishedHtml = "<option value=\"1\" >online</option>"
 
 $replacedChars = array("ae", "ue", "oe", "ae", "ue", "oe", "ss")
 
 $specialChars = array("/ä/", "/ü/", "/ö/", "/Ä/", "/Ü/", "/Ö/", "/ß/")
 
$page alias = mb_strtolower($page->alias)
 
print $page bgimage
 
print $page date_publish
 
print $page date_unpublish
 
if($page->published==='1') else
 
 if ( $editorSettings[ 'editorAutoCodeview']==="true")
 
print $page meta_keywords
 
print $page meta_local
 
print $page title
 

Variable Documentation

◆ $_GET

◆ $dirprefix

if (!isset( $page)) if (!isset( $db)) if (!isset( $lang)) if (isset( $_GET[ 'id'])) if (isset( $_POST[ 'save'])) $dirprefix = YAWK\sys::getDirPrefix($db)

Definition at line 63 of file page-edit.php.

Referenced by YAWK\page\deleteContent(), and YAWK\sys\getDirPrefix().

◆ $editorSettings

if ( $page->alias==="index") $editorSettings = settings::getEditorSettings($db, 14)

Definition at line 156 of file page-edit.php.

Referenced by YAWK\editor\getEditor().

◆ $host

◆ $lang [1/7]

print $lang[ 'END_PUBLISH']

Definition at line 447 of file page-edit.php.

◆ $lang [2/7]

print $lang[ 'LANGUAGE']

Definition at line 387 of file page-edit.php.

◆ $lang [3/7]

foreach (YAWK\sys::getGroups( $db, "pages") as $role) print $lang[ 'PAGE_STATUS']

Definition at line 474 of file page-edit.php.

◆ $lang [4/7]

print $lang[ 'PAGE_VISIBLE']

Definition at line 452 of file page-edit.php.

◆ $lang [5/7]

print $lang[ 'SAVE_CHANGES']

Definition at line 352 of file page-edit.php.

◆ $lang [6/7]

print $lang[ 'START_PUBLISH']

Definition at line 441 of file page-edit.php.

◆ $lang [7/7]

print $lang[ 'TITLE']

Definition at line 376 of file page-edit.php.

◆ $publishedHtml

$publishedHtml = "<option value=\"1\" >online</option>"

Definition at line 485 of file page-edit.php.

◆ $replacedChars

$replacedChars = array("ae", "ue", "oe", "ae", "ue", "oe", "ss")

Definition at line 72 of file page-edit.php.

◆ $specialChars

$specialChars = array("/ä/", "/ü/", "/ö/", "/Ä/", "/Ü/", "/Ö/", "/ß/")

Definition at line 71 of file page-edit.php.

Referenced by YAWK\page\writeContent().

◆ alias

◆ bgimage

print $page bgimage

Definition at line 533 of file page-edit.php.

Referenced by YAWK\page\loadProperties(), and YAWK\page\loadPropertiesByID().

◆ date_publish

print $page date_publish

Definition at line 444 of file page-edit.php.

Referenced by YAWK\page\loadProperties(), and YAWK\page\loadPropertiesByID().

◆ date_unpublish

print $page date_unpublish

◆ else

if ( $page->published==='1') else
Initial value:
{
$publishedHtml = "<option value=\"0\" selected=\"selected\">$lang[OFFLINE]</option>"
$publishedHtml
Definition: page-edit.php:485

Definition at line 482 of file page-edit.php.

◆ if

if(isset($page->language) &&(!empty($page->language))) (   $editorSettings[ 'editorAutoCodeview'] = == "true")

Definition at line 238 of file page-edit.php.

◆ meta_keywords

print $page meta_keywords

Definition at line 515 of file page-edit.php.

Referenced by YAWK\page\loadProperties(), and YAWK\page\loadPropertiesByID().

◆ meta_local

print $page meta_local

Definition at line 510 of file page-edit.php.

Referenced by YAWK\page\loadProperties(), and YAWK\page\loadPropertiesByID().

◆ title

print $page title

Definition at line 379 of file page-edit.php.

Referenced by YAWK\page\loadProperties(), YAWK\page\loadPropertiesByID(), and ready().