• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

lo_new.php

Go to the documentation of this file.
00001 <?php
00002 /*
00003         +-----------------------------------------------------------------------------+
00004         | ILIAS open source                                                           |
00005         +-----------------------------------------------------------------------------+
00006         | Copyright (c) 1998-2001 ILIAS open source, University of Cologne            |
00007         |                                                                             |
00008         | This program is free software; you can redistribute it and/or               |
00009         | modify it under the terms of the GNU General Public License                 |
00010         | as published by the Free Software Foundation; either version 2              |
00011         | of the License, or (at your option) any later version.                      |
00012         |                                                                             |
00013         | This program is distributed in the hope that it will be useful,             |
00014         | but WITHOUT ANY WARRANTY; without even the implied warranty of              |
00015         | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               |
00016         | GNU General Public License for more details.                                |
00017         |                                                                             |
00018         | You should have received a copy of the GNU General Public License           |
00019         | along with this program; if not, write to the Free Software                 |
00020         | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. |
00021         +-----------------------------------------------------------------------------+
00022 */
00023 
00024 
00033 require_once "./include/inc.header.php";
00034 
00035 $tpl = new ilTemplate("tpl.lo_data.html", false, false);
00036 
00037 //language substitutions
00038 $tpl->setVariable("TXT_PAGEHEADLINE", $lng->txt("lo_edit"));
00039 
00040 $tpl->setVariable("TXT_EDIT_DATA", $lng->txt("edit_data"));
00041 
00042 $tpl->setVariable("TXT_TITLE", $lng->txt("title"));
00043 $tpl->setVariable("TXT_UID", $lng->txt("uid"));
00044 $tpl->setVariable("TXT_PUBLISHING_ORGANISATION", $lng->txt("publishing_organisation"));
00045 $tpl->setVariable("TXT_SUMMARY", $lng->txt("summary"));
00046 $tpl->setVariable("TXT_AUTHORS", $lng->txt("authors"));
00047 $tpl->setVariable("TXT_FIRSTNAME", $lng->txt("firstname"));
00048 $tpl->setVariable("TXT_LASTNAME", $lng->txt("lastname"));
00049 $tpl->setVariable("TXT_ADD_AUTHOR", $lng->txt("add_author"));
00050 $tpl->setVariable("TXT_MEMBERS", $lng->txt("members"));
00051 $tpl->setVariable("TXT_ADD_MEMBER", $lng->txt("add_member"));
00052 $tpl->setVariable("TXT_KEYWORDS", $lng->txt("keywords"));
00053 $tpl->setVariable("TXT_COMMA_SEPARATED", $lng->txt("comma_separated"));
00054 $tpl->setVariable("TXT_LANGUAGE", $lng->txt("language"));
00055 $tpl->setVariable("TXT_LEVEL", $lng->txt("level"));
00056 $tpl->setVariable("TXT_CATEGORIES", $lng->txt("categories"));
00057 $tpl->setVariable("TXT_NAME", $lng->txt("name"));
00058 $tpl->setVariable("TXT_SUBCAT_NAME", $lng->txt("subcat_name"));
00059 $tpl->setVariable("TXT_SAVE_AND_BACK", $lng->txt("save_and_back"));
00060 $tpl->setVariable("TXT_NONE", $lng->txt("none"));
00061 $tpl->setVariable("TXT_OTHER", $lng->txt("other"));
00062 
00063 $tplmain->setVariable("PAGECONTENT",$tpl->get());
00064 $tplmain->show();
00065 ?>

Generated on Fri Dec 13 2013 09:06:36 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1