0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: tiki-user_tasks_view.tpl
{*Smarty template*} {* start ************ Task View ***************} <h2>{$info.title|escape}</h2> {if ($info.user eq $user) or ($info.creator eq $user) or ($admin_mode)} <a href="tiki-user_tasks.php?taskId={$taskId}&tiki_view_mode=edit" class="tablink"> {icon _id='page_edit'} </a> <a href="tiki-user_tasks.php?taskId={$taskId}&save=on&task_accept=on" class="tablink"> {html_image file='img/icons2/tick.gif' width='15' height='15' title='{tr}Accept{/tr}' alt='{tr}Accept{/tr}'} </a> <a href="tiki-user_tasks.php?taskId={$taskId}&save=on&task_not_accept=on" class="tablink"> {html_image file='img/icons2/error.gif' width='14' height='14' title='{tr}NOT accept{/tr}' alt='{tr}NOT accept{/tr}'} </a> <a href="tiki-user_tasks.php?taskId={$taskId}&save=on&move_into_trash=on" class="tablink"> {html_image file='img/icons/trash.gif' width='16' height='16' title='{tr}Trash{/tr}' alt='{tr}Trash{/tr}'} </a> {/if} <br /><br /> <div class="tabcontent" style="width:99%"> {if ($tiki_view_mode eq 'preview')} <div align="center" class="attention" style="font-weight:bold">{tr}Note: Remember that this is only a preview, and has not yet been saved!{/tr}</div> {/if} {if ($tiki_view_mode eq 'view')} <div style="text-align:right;"> {if ($info.task_version > 0) } <a class="link" href="tiki-user_tasks.php?taskId={$taskId}&tiki_view_mode=view&show_history={$info.task_version-1}">{icon _id='resultset_previous' align="middle"}</a> {/if} version: <b>{$info.task_version+1}</b> {if $info.task_version < $info.last_version } <a class="link" href="tiki-user_tasks.php?taskId={$taskId}&tiki_view_mode=view&show_history={$info.task_version+1}">{icon _id='resultset_next' align="middle"}</a> {/if} </div> {/if} <table style="border:0;width:100%;"> <tr> <td class="prio{$info.priority}" style="border:0;"> <table class="prio{$info.priority}" style="border:0;"> <tr><td style="font-weight:bold;">{tr}Start{/tr}:</td> <td> {$info.start|date_format:"%d.%m.%Y -- %H:%M"} </td> </tr> <tr> <td style="font-weight:bold;">{tr}End{/tr}:</td> <td > <b>{$info.end|date_format:"%d.%m.%Y -- %H:%M"}</b> </td> </tr> <tr><td style="font-weight:bold;">{tr}Status{/tr}:</td> <td > {if $info.status eq ''} {tr}Waiting / Not Started{/tr} {/if} {if $info.status eq 'o'} {tr}Open / In Process{/tr} {/if} {if $info.status eq 'c'} {tr}completed (100%){/tr} {/if} <b>{$info.completed|date_format:"%d.%m.%Y -- %H:%M"}</b> </td> </tr> <tr> <td style="font-weight:bold;">{tr}Priority{/tr}:</td> <td > { $info.priority } </td> </tr> <tr> <td style="font-weight:bold;">{tr}Percentage completed{/tr}:</td> <td > {$info.percentage}% </td> </tr> </table> </td> </tr> </table> <table style="width:100%;border:0"> <tr> <td > <div class="articlebody"> {$info.parsed} </div> </td> </tr> </table> {tr}Created by{/tr}: {$info.creator|escape|userlink} {tr}for{/tr}: {$info.user|escape|userlink}. {if ($info.task_version > 0 ) and ($info.creator ne $info.user)} {tr}Last modified by{/tr}: {$info.lasteditor|escape|userlink} on {$info.changes|date_format:"%d.%m.%Y -- %H:%M"} {/if} <br /> {if $info.public_for_group ne '' } {tr}Public for group{/tr}:{ $info.public_for_group }<br /> {/if} {if $info.creator ne $info.user} {tr}Accepted by User{/tr}: {if $info.accepted_user eq 'y'} {tr}Yes{/tr} {else} {if $info.accepted_user eq 'n'} {tr}No / Rejected{/tr} {else} {tr}Waiting{/tr}{/if}{/if}<br /> {tr}Accepted by Creator{/tr}: {if $info.accepted_creator eq 'y'} {tr}Yes{/tr} {else} {if $info.accepted_creator eq 'n'} {tr}No / Rejected{/tr} {else} {tr}Waiting{/tr}{/if}{/if}<br /> {/if} </div> <br /> <br /> {* end ************ Task list ***************}