Stud.IP  3.2 Revision
admin_lit_list.php File Reference

Variables

 if (Request::get( 'admin_inst_id'))
 
 $_attributes ['lit_select'] = array('style' => 'font-size:8pt;width:100%')
 
if(! $_SESSION['_lit_range']) if(Request::option('_range_id')=="self") else if(Request::option('_range_id')) else
 
 $_SESSION ['_lit_range'] = $_range_id
 
 $_the_treeview = new StudipLitListViewAdmin($_range_id)
 
 $_the_tree =& $_the_treeview->tree
 
$_the_treeview open_ranges ['root'] = true
 
if(! $_the_tree->hasKids('root')) $_the_clipboard = StudipLitClipBoard::GetInstance()
 
 $_the_clip_form =& $_the_clipboard->getFormObject()
 
if($_the_clip_form->isClicked("clip_ok")) if(($lists=$_the_tree->getListIds()) && $_the_clipboard->getNumElements()) $_msg = $_the_clipboard->msg
 
 $infobox [0]
 
 $list_count ['visible'] = 0
 
 $list_count ['visible_entries'] = 0
 
 $list_count ['invisible'] = 0
 
 $list_count ['invisible_entries'] = 0
 
for($i=0; $i< count($lists);++$i) $infobox [0]["eintrag"][]
 
 $infobox [1] = array ("kategorie" => _("Aktionen:"))
 
 $infobox [1]["eintrag"][] = array('icon' => "icons/16/black/search.png","text" => "<a href=\"lit_search.php\">" . _("Literatur suchen") . "</a>" )
 
 $template = $GLOBALS['template_factory']->open('layouts/base.php')
 
$template content_for_layout = ob_get_clean()
 

Variable Documentation

◆ $_attributes

$_attributes[ 'lit_select'] = array('style' => 'font-size:8pt;width:100%')

◆ $_msg

if ( $_the_clip_form->isClicked("clip_ok")) if (( $lists=$_the_tree->getListIds()) &&$_the_clipboard->getNumElements()) $_msg = $_the_clipboard->msg

◆ $_SESSION

$_SESSION[ '_lit_range'] = $_range_id

◆ $_the_clip_form

$_the_clip_form =& $_the_clipboard->getFormObject()

◆ $_the_clipboard

if (! $_the_tree->hasKids( 'root')) $_the_clipboard = StudipLitClipBoard::GetInstance()

◆ $_the_tree

$_the_tree =& $_the_treeview->tree

◆ $_the_treeview

$_the_treeview = new StudipLitListViewAdmin($_range_id)

◆ $infobox [1/4]

$infobox[0]
Initial value:
= array ("kategorie" => _("Information:"),
"eintrag" => array(
array('icon' => "icons/16/black/literature.png","text" => _("Hier können Sie Literaturlisten erstellen / bearbeiten.")),
)
)

◆ $infobox [2/4]

$infobox[0]["eintrag"][]
Initial value:
= array('icon' => "icons/16/black/visibility-visible.png",
"text" => sprintf(_("%s öffentlich sichtbare Listen, insgesamt %s Einträge"),$list_count['visible'],$list_count['visible_entries']))
$list_count['visible']
Definition: admin_lit_list.php:196

◆ $infobox [3/4]

$infobox[1] = array ("kategorie" => _("Aktionen:"))

◆ $infobox [4/4]

$infobox[1]["eintrag"][] = array('icon' => "icons/16/black/search.png","text" => "<a href=\"lit_search.php\">" . _("Literatur suchen") . "</a>" )

◆ $list_count [1/4]

$list_count[ 'visible'] = 0

◆ $list_count [2/4]

$list_count[ 'visible_entries'] = 0

◆ $list_count [3/4]

$list_count[ 'invisible'] = 0

◆ $list_count [4/4]

$list_count[ 'invisible_entries'] = 0

◆ $template

$template = $GLOBALS['template_factory']->open('layouts/base.php')

◆ content_for_layout

$template content_for_layout = ob_get_clean()

◆ else

if (! $_the_tree->getNumKids( 'root')) else
Initial value:
{
$_range_id = $_SESSION['_lit_range']
$_range_id
Definition: lit_print_view.php:38
$_SESSION['_lit_range']
Definition: admin_lit_list.php:83

◆ if

if(Request::get('admin_inst_id'))

◆ open_ranges

$_the_treeview open_ranges[ 'root'] = true