CaMykS  1.0-20231201
Variables
admin.html.inc File Reference

Variables

global $camyks
 Admin_ToDoList Module admin main layout. More...
 
 $view = $camyks->theme->get_pictURL('view', 12, 'std')
 
 $view_ = $camyks->theme->get_pictURL('view', 12, 'ovr')
 
 $edit = $camyks->theme->get_pictURL('edit', 12, 'std')
 
 $edit_ = $camyks->theme->get_pictURL('edit', 12, 'ovr')
 
 $del = $camyks->theme->get_pictURL('cross', 12, 'std')
 
 $del_ = $camyks->theme->get_pictURL('cross', 12, 'ovr')
 
 $upd = $camyks->theme->get_pictURL('target', 12, 'std')
 
 $upd_ = $camyks->theme->get_pictURL('target', 12, 'ovr')
 
 $buttons = array(array('title'=>$camyks->get_translation('back'), 'link' =>$camyks->get_adminLink()))
 
 $tabs = array(array('name'=>'general', 'title'=>$this->get_translation('tablist')))
 
if($this->mode=='edit' and $this->item->id==0) else if($this->mode=='edit') else if($this->mode=='view') $jsObject = 'admin_todolist_tabObject'
 
if($this->check_right(1))</td > endif = $this->get_translation('limitdateform')
 
 $alt = 0
 
 foreach ( $this->todolist as $todo) = $this->get_adminLink(array('mode'=>'view', 'todo'=>$todo->id))
 
if($this->check_right(1)) class
 
 endforeach = $u->login
 
 foreach ( $this->item->vars[ 'users'] as $u) = $this->item->vars['to_user'] == $u->login ? ' selected="selected"':''
 
else __pad0__
 

Variable Documentation

◆ $camyks

global $camyks

Admin_ToDoList Module admin main layout.

Plugin / Module layout

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.1
Date
Creation: Apr 2007
Modification: Jan 2021
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

◆ $view

$view = $camyks->theme->get_pictURL('view', 12, 'std')

◆ $view_

$view_ = $camyks->theme->get_pictURL('view', 12, 'ovr')

◆ $edit

$edit = $camyks->theme->get_pictURL('edit', 12, 'std')

◆ $edit_

$edit_ = $camyks->theme->get_pictURL('edit', 12, 'ovr')

◆ $del

$del = $camyks->theme->get_pictURL('cross', 12, 'std')

◆ $del_

$del_ = $camyks->theme->get_pictURL('cross', 12, 'ovr')

◆ $upd

$upd = $camyks->theme->get_pictURL('target', 12, 'std')

◆ $upd_

$upd_ = $camyks->theme->get_pictURL('target', 12, 'ovr')

◆ $buttons

$buttons = array(array('title'=>$camyks->get_translation('back'), 'link' =>$camyks->get_adminLink()))

◆ $tabs

$tabs = array(array('name'=>'general', 'title'=>$this->get_translation('tablist')))

◆ $jsObject

if ( $this->mode=='edit' and $this->item->id==0) else if ( $this->mode=='edit') else if ( $this->mode=='view') $jsObject = 'admin_todolist_tabObject'

◆ endif

endif = $this->get_translation('limitdateform')

◆ $alt

$alt = 0

◆ foreach [1/2]

foreach($this->todolist as $todo) (   $this->todolist as) = $this->get_adminLink(array('mode'=>'view', 'todo'=>$todo->id))

◆ class

elseif ( $this->mode=='view') class
Initial value:
="eTableHeader<?= $alt; ?>">
<a class="img" href="<?= $this->get_adminLink(array('mode'=>'edit', 'todo'=>$todo->id)); ?>">
<img src="<?= $edit; ?>" alt="<?= $this->get_translation('edit'); ?>" onmouseover="this.src='<?= $edit_; ?>';" onmouseout="this.src='<?= $edit; ?>';">
</a>
</td>
<td style="width:12px;" class="eTableHeader<?= $alt; ?>">
<a class="img" href="javascript:if(confirm('<?= $this->get_translation('deleteconfirmation'); ?>')){document.location.href='<?= $this->get_adminJSLink(array('mode'=>'delete', 'todo'=>$todo->id)); ?>';}">
<img src="<?= $del; ?>" alt="<?= $this->get_translation('del'); ?>" onmouseover="this.src='<?= $del_; ?>';" onmouseout="this.src='<?= $del; ?>';">
</a>
</td>
<?php endif
endif
Definition: admin.html.inc:22
< img src="<?= $file; ?> alt
Definition: admin.html.inc:54
onmouseout
Definition: site_horizontal_bottomlayers.html.inc:26

◆ endforeach

endforeach = $u->login

◆ foreach [2/2]

foreach($this->item->vars['users'] as $u) (   $this->item->vars as[ 'users']) = $this->item->vars['to_user'] == $u->login ? ' selected="selected"':''

◆ __pad0__

else __pad0__