Commit 1808abf3a86ecd46fbfd011f2a7d5549c551d6e2
1 parent
ec8d4ee7
added administration stuff
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@870 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
25 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/administration/admin.php
0 → 100644
| 1 | +<?php | |
| 2 | +require_once("./config/dmsDefaults.php"); | |
| 3 | + | |
| 4 | + | |
| 5 | +if(checkSession()) { | |
| 6 | + | |
| 7 | + | |
| 8 | + require_once("$default->owl_fs_root/presentation/webPageTemplate.inc"); | |
| 9 | + | |
| 10 | +$Center = " | |
| 11 | + <br></br> | |
| 12 | + <b> Welcome to the Administration Section:</b> | |
| 13 | + <br></br> | |
| 14 | + <p>Please make a selection from the sidemenu.</ul></p> | |
| 15 | + "; | |
| 16 | + | |
| 17 | + $oPatternCustom = & new PatternCustom(); | |
| 18 | + $oPatternCustom->setHtml($Center); | |
| 19 | + $main->setCentralPayload($oPatternCustom); | |
| 20 | + $main->render(); | |
| 21 | + $main->render(); | |
| 22 | +} | |
| 23 | + | |
| 24 | +?> | |
| 25 | + | ... | ... |