Name:
Password:
LUTJE CMS - Smallest Groninger content management system in the world

LUTJE CMS

'; echo $warning; echo ''; //Upper divs if ($nieuw != 'false' && $files == ''){ ?>
New page.
Image upload:
Pages'; echo ''; foreach($pages as $page) { if ($page == $lutjenaam) continue; if ($page == $template) continue; echo ''; if ($delete == 'true'){ echo ''; } echo ''; } echo '
'; echo $page; echo ''; echo 'Edit'; echo ''; echo 'View'; echo ''; echo 'Delete'; echo '
'; echo '

 

'; $pages2 = glob("$images/*.*"); //echo image table if($images != ''){ echo '

Images

'; } if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { //echo "

Image is geüpload.

"; $pages2 = glob("$images/*.*"); } echo ''; foreach($pages2 as $page) { echo ''; echo ''; echo ''; } echo '
'; echo $page; echo ''; echo 'View'; echo ''; echo 'Delete'; echo '
'; } //Show files if($editzien == 1){ //No editor $noedit = explode(',', $noeditor); if (!in_array($pagina, $noedit)){ $mce = 'class="tinycontent"'; }else{ $mce = 'rows="40" cols="100"'; $submit = '
'; } ?>
<< Back.

'.$pagina.'

'; }elseif($onepageedit == 'true'){ echo '

You are editing '.$pagina.'

'; } echo ''; echo $submit; echo '
'; } }//show echo '
'; echo ''; echo ''; } ?>