0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-user_tasks.tpl
{title help="User+Tasks"}{tr}Tasks{/tr}{/title} {if $prefs.feature_ajax ne 'y' && $prefs.feature_mootools ne 'y'} {include file=tiki-mytiki_bar.tpl} <br /><br /> {/if} <div class="navbar"> {button href="tiki-user_tasks.php?show_form=y" _text="{tr}New task{/tr}"} {button href="tiki-user_tasks.php" _text="{tr}Task list{/tr}"} {if $task_admin} {if $admin_mode} {button href="tiki-user_tasks.php?taskId=$taskId&admin_mode_off=on" _text="{tr}Admin mode off{/tr}"} {else} {button href="tiki-user_tasks.php?taskId=$taskId&admin_mode=on" _text="{tr}Admin mode on{/tr}"} {/if} {/if} {button href="#" _onclick="javascript:flip('edithelpzone'); return false;" _text="{tr}Task help{/tr}"} {if (not $show_form)} {button href="tiki-user_tasks.php?emty_trash=Empty trash" _text="{tr}Empty Trash{/tr}"} {/if} </div> {* start ************ Search ***************} {if (not $show_form)} {include file='find.tpl'} {/if} <span class="taskcount">{$cant} {tr}Tasks{/tr}</span> <div class="wiki-edithelp" id='edithelpzone' > <table width="100%"> {if $tiki_p_tasks_receive eq 'y'} <tr> <td> {icon _id='task_received' align="middle"} </td> <td> {tr}Received task{/tr}. {tr}You received this task, please read and execute it{/tr}. </td> </tr> {/if} {if $tiki_p_tasks_send eq 'y'} <tr> <td> {icon _id='task_submitted' align="middle"} </td> <td> {tr}Send task{/tr}. {tr}You send this task to a other user{/tr}. </td> </tr> {/if} {if $tiki_p_tasks_receive eq 'y' or $tiki_p_tasks_send eq 'y'} <tr> <td> {icon _id='task_shared' align="middle"} </td> <td> {tr}Shared task{/tr}. {tr}This task is public to a special group{/tr}. </td> </tr> {/if} <tr> <td> <img src="{$img_accepted}" height="{$img_accepted_height}" width="{$img_accepted_width}" title='{tr}Accepted by Task User and Creator{/tr}' alt='{tr}Accepted User and Creator{/tr}' />: </td> <td> {tr}Task is accepted by user and creator{/tr}. </td> </tr> <tr> <td> <img src="{$img_not_accepted}" height="{$img_not_accepted_height}" width="{$img_not_accepted_width}" title='{tr}Not Accepted by One User{/tr}' alt='{tr}Not Accepted User{/tr}' />: </td> <td> {tr}Task is rejected by one user{/tr}. </td> </tr> {if $tiki_p_tasks_receive eq 'y'} <tr> <td> <img src="{$img_me_waiting}" height="{$img_me_waiting_height}" width="{$img_me_waiting_width}" alt="{tr}Waiting for Me{/tr}" title="{tr}Waiting for Me{/tr}" /> </td> <td> {tr}Task is not accepted by you, read the task and accept or reject it{/tr}. </td> </tr> {/if} {if $tiki_p_tasks_receive eq 'y' or $tiki_p_tasks_send eq 'y'} <tr> <td> <img src="{$img_he_waiting}" height="{$img_he_waiting_height}" width="{$img_he_waiting_width}" alt="{tr}Waiting for Other User{/tr}" title="{tr}Waiting for Other User{/tr}" /> </td> <td> {tr}Task is not accepted/rejected by other user{/tr}. </td> </tr> {/if} </table> </div> <br /> {if $admin_mode}<div align="center"><a class="highlight" >{tr}Admin Mode{/tr}</a></div><br />{/if} {* start ************ view ***************} {if (($tiki_view_mode eq 'view') or ($tiki_view_mode eq 'preview'))} {include file=tiki-user_tasks_view.tpl} {/if} {* end ************ View task ***************} {* start ************ Edit Form ***************} {if ($show_form)} {include file=tiki-user_tasks_edit.tpl} {/if} {* end ************ Edit Form ***************} {* start ************ Task list ***************} {if ( not $show_form )} {include file=tiki-user_tasks_list.tpl} {/if} {* end ************ Task list ***************} <br /> <br /> {* start ************ Search ***************}