ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
inc.lo_buttons.php
Go to the documentation of this file.
1
<?php
2
/*
3
+-----------------------------------------------------------------------------+
4
| ILIAS open source |
5
+-----------------------------------------------------------------------------+
6
| Copyright (c) 1998-2001 ILIAS open source, University of Cologne |
7
| |
8
| This program is free software; you can redistribute it and/or |
9
| modify it under the terms of the GNU General Public License |
10
| as published by the Free Software Foundation; either version 2 |
11
| of the License, or (at your option) any later version. |
12
| |
13
| This program is distributed in the hope that it will be useful, |
14
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
15
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16
| GNU General Public License for more details. |
17
| |
18
| You should have received a copy of the GNU General Public License |
19
| along with this program; if not, write to the Free Software |
20
| Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
21
+-----------------------------------------------------------------------------+
22
*/
23
24
25
$tplbtn
=
new
ilTemplate
(
"tpl.buttons.html"
,
true
,
true
);
26
$tplbtn
->setCurrentBlock(
"btn_cell"
);
27
$tplbtn
->setVariable(
"BTN_LINK"
,
"editor.php"
);
28
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"overview"
));
29
$tplbtn
->parseCurrentBlock();
30
$tplbtn
->setCurrentBlock(
"btn_cell"
);
31
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit_infoptions.php"
);
32
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"information_abbr"
).
"/"
.
$lng
->txt(
"options"
));
33
$tplbtn
->parseCurrentBlock();
34
$tplbtn
->setCurrentBlock(
"btn_cell"
);
35
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit.php"
);
36
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"structure"
));
37
$tplbtn
->parseCurrentBlock();
38
$tplbtn
->setCurrentBlock(
"btn_cell"
);
39
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit_pagelist.php"
);
40
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"list_of_pages"
));
41
$tplbtn
->parseCurrentBlock();
42
43
$tplbtn
->setCurrentBlock(
"btn_row"
);
44
$tplbtn
->parseCurrentBlock();
45
46
$tplbtn
->setCurrentBlock(
"btn_cell"
);
47
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit_glossary.php"
);
48
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"glossary"
));
49
$tplbtn
->parseCurrentBlock();
50
$tplbtn
->setCurrentBlock(
"btn_cell"
);
51
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit_questions.php"
);
52
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"list_of_questions"
));
53
$tplbtn
->parseCurrentBlock();
54
$tplbtn
->setCurrentBlock(
"btn_cell"
);
55
$tplbtn
->setVariable(
"BTN_LINK"
,
"lo_edit_multimedia.php"
);
56
$tplbtn
->setVariable(
"BTN_TXT"
,
$lng
->txt(
"multimedia"
));
57
$tplbtn
->parseCurrentBlock();
58
59
$tplbtn
->setCurrentBlock(
"btn_row"
);
60
$tplbtn
->parseCurrentBlock();
61
62
$tpl
->setVariable(
"BUTTONS"
,
$tplbtn
->get());
63
?>
include
inc.lo_buttons.php
Generated on Mon Apr 25 2016 19:01:07 for ILIAS by
1.8.1.2 (using
Doxyfile
)