Komplettes Redaxo System erstellen

Hier habe ich mal ein etwas längeres Video, also Zeit mitbringen ;)
Dauer ca. 41,16 min und es geht um das einrichten und bedienen des Redaxo Systems.

Viel Spaß wünscht
Richard Laing

 

Noch in Planung

Das 2 Spalten Template aus dem Video

<?php
session_start();
$OOStartArticle = OOArticle::getArticleById($REX['START_ARTICLE_ID'], $REX['CUR_CLANG']);
$meta_beschreibung = $OOStartArticle->getValue("art_description");
$meta_suchbegriffe = $OOStartArticle->getValue("art_keywords");
$meta_bild = $OOStartArticle->getValue("art_file");

if($this->getValue("art_description") != "")
$meta_beschreibung = $this->getValue("art_description");

if($this->getValue("art_keywords") != "")
$meta_suchbegriffe = $this->getValue("art_keywords");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<base href="<?php echo $REX['SERVER'];?>" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-language" content="de" />
<meta name="Description" content="<?php print $meta_beschreibung; ?>" />
<meta name="Keywords" content="<?php print $meta_suchbegriffe; ?>" />
<title><?php print $REX['SERVERNAME'].' | '.$this->getValue("name"); ?></title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="files/reset.css" rel="stylesheet" type="text/css" media="all" />
<link href="files/960.css" rel="stylesheet" type="text/css" media="screen" />
<link href="files/main.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div class="container_12" id="wrapper">
<div class="grid_12" id="top_navi"> REX_TEMPLATE[id=2] REX_TEMPLATE[id=3] </div>
<div class="clear"></div>
<div class="grid_12" id="header"><img src="index.php?rex_resize=940c__120h__REX_ARTICLE[field="headerbild"]" alt="as" /></div>
<div class="clear"></div>
<div class="grid_12" id="navi_main">
<?php $rexnav = rex_navigation::factory(); echo $rexnav->get(0,1,FALSE,TRUE); ?>
</div>
<div class="clear"></div>
<div class="grid_3 omega" id="linkes">
<?php $P = explode("|",$this->getValue("path").$this->getValue("article_id")."|"); $rexnav = rex_navigation::factory(); echo $rexnav->get($P[1],3,FALSE,TRUE); ?>
<?php print $this->getArticle(1); ?>
</div>
<div class="grid_6" id="mitte"><?php print $this->getArticle(2); ?></div>
<div class="grid_3 alpha" id="rechtes_dreispalter"><?php print $this->getArticle(2); ?></div>
<div class="clear"></div>
<div class="grid_12 hell rund" id="footer">
<p class="copy"><a href="http://www.on-laing.de" title="http://www.on-laing.de">by on-Laing Ltd.</a> | <a href="http://www.redaxo.de" title="einfach, flexibel, sinnvoll">CMS REDAXO</a></p>
</div>
<div class="clear"></div>
</div>
<!-- end wrapper -->
</body>
</html>
xsearch suche by xong