363 lines
8.5 KiB
Perl
363 lines
8.5 KiB
Perl
package WebGUI::Help::Asset_Calendar;
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
our $HELP = {
|
|
|
|
'calendar add/edit' => {
|
|
title => 'help add/edit title',
|
|
body => 'help add/edit body',
|
|
isa => [
|
|
{
|
|
namespace => "Asset_Wobject",
|
|
tag => "wobject add/edit"
|
|
},
|
|
],
|
|
fields => [
|
|
{
|
|
title => "defaultView label",
|
|
description => "defaultView description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "defaultDate label",
|
|
description => "defaultDate description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "groupIdEventEdit label",
|
|
description => "groupIdEventEdit description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdMonth label",
|
|
description => "templateIdMonth description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdWeek label",
|
|
description => "templateIdWeek description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdDay label",
|
|
description => "templateIdDay description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdEvent label",
|
|
description => "templateIdEvent description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdEventEdit label",
|
|
description => "templateIdEventEdit description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdSearch label",
|
|
description => "templateIdSearch description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdPrintMonth label",
|
|
description => "templateIdPrintMonth description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdPrintWeek label",
|
|
description => "templateIdPrintWeek description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdPrintDay label",
|
|
description => "templateIdPrintDay description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
{
|
|
title => "templateIdPrintEvent label",
|
|
description => "templateIdPrintEvent description",
|
|
namespace => "Asset_Calendar",
|
|
},
|
|
],
|
|
variables => [
|
|
],
|
|
related => [
|
|
],
|
|
},
|
|
|
|
#### View Calendar Page
|
|
|
|
'view calendar template' => {
|
|
title => 'view calendar title',
|
|
body => 'view calendar body',
|
|
isa => [
|
|
{
|
|
namespace => "Asset_Template",
|
|
tag => "template variables"
|
|
},
|
|
{
|
|
namespace => "Asset",
|
|
tag => "asset template"
|
|
},
|
|
],
|
|
fields => [
|
|
],
|
|
variables => [
|
|
{
|
|
'name' => 'admin'
|
|
},
|
|
{
|
|
'name' => 'adminControls'
|
|
},
|
|
{
|
|
'name' => 'editor'
|
|
},
|
|
{
|
|
'name' => 'urlAdd'
|
|
},
|
|
{
|
|
'name' => 'urlDay'
|
|
},
|
|
{
|
|
'name' => 'urlWeek'
|
|
},
|
|
{
|
|
'name' => 'urlMonth'
|
|
},
|
|
{
|
|
'name' => 'urlSearch'
|
|
},
|
|
{
|
|
'name' => 'urlPrint'
|
|
},
|
|
{
|
|
'name' => 'paramStart'
|
|
},
|
|
{
|
|
'name' => 'paramType'
|
|
},
|
|
{
|
|
'name' => 'extrasUrl'
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'calendar add/edit',
|
|
namespace => 'Asset_Calendar'
|
|
},
|
|
]
|
|
},
|
|
|
|
#### Search Calendar Page
|
|
|
|
#### ICal Calendar Page
|
|
|
|
|
|
#### View Month Template
|
|
|
|
#### View Week Template
|
|
|
|
'view week template' => {
|
|
title => 'view calendar week title',
|
|
body => 'view calendar week body',
|
|
isa => [
|
|
{
|
|
namespace => "Asset_Calendar",
|
|
tag => "view calendar template"
|
|
},
|
|
],
|
|
fields => [
|
|
],
|
|
variables => [
|
|
{
|
|
'name' => 'days',
|
|
'variables' => [
|
|
{
|
|
'name' => 'dayName'
|
|
},
|
|
{
|
|
'name' => 'dayAbbr'
|
|
},
|
|
{
|
|
'name' => 'dayOfMonth'
|
|
},
|
|
{
|
|
'name' => 'dayOfWeek'
|
|
},
|
|
{
|
|
'name' => 'monthName'
|
|
},
|
|
{
|
|
'name' => 'monthAbbr'
|
|
},
|
|
{
|
|
'name' => 'year'
|
|
},
|
|
{
|
|
'name' => 'ymd'
|
|
},
|
|
{
|
|
'name' => 'mdy'
|
|
},
|
|
{
|
|
'name' => 'dmy'
|
|
},
|
|
{
|
|
'name' => 'epoch'
|
|
},
|
|
{
|
|
'name' => 'events',
|
|
'description' => 'events weekVar',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
'name' => 'pageNextUrl',
|
|
'description' => 'pageNextUrl weekVar'
|
|
},
|
|
{
|
|
'name' => 'pagePrevUrl',
|
|
'description' => 'pagePrevUrl weekVar'
|
|
},
|
|
{
|
|
'name' => 'startMonthName'
|
|
},
|
|
{
|
|
'name' => 'startMonthAbbr'
|
|
},
|
|
{
|
|
'name' => 'startDayOfMonth'
|
|
},
|
|
{
|
|
'name' => 'startDayName'
|
|
},
|
|
{
|
|
'name' => 'startDayAbbr'
|
|
},
|
|
{
|
|
'name' => 'startYear'
|
|
},
|
|
{
|
|
'name' => 'endMonthName'
|
|
},
|
|
{
|
|
'name' => 'endMonthAbbr'
|
|
},
|
|
{
|
|
'name' => 'endDayOfMonth'
|
|
},
|
|
{
|
|
'name' => 'endDayName'
|
|
},
|
|
{
|
|
'name' => 'endDayAbbr'
|
|
},
|
|
{
|
|
'name' => 'endYear'
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'calendar add/edit',
|
|
namespace => 'Asset_Calendar'
|
|
},
|
|
]
|
|
},
|
|
|
|
#### View Day Template
|
|
|
|
'view day template' => {
|
|
title => 'view calendar day title',
|
|
body => 'view calendar day body',
|
|
isa => [
|
|
{
|
|
namespace => "Asset_Calendar",
|
|
tag => "view calendar template"
|
|
},
|
|
],
|
|
fields => [
|
|
],
|
|
variables => [
|
|
{
|
|
'name' => 'hours',
|
|
'variables' => [
|
|
{
|
|
'name' => 'hour12'
|
|
},
|
|
{
|
|
'name' => 'hour24'
|
|
},
|
|
{
|
|
'name' => 'hourM'
|
|
},
|
|
{
|
|
'name' => 'events',
|
|
'description' => 'events dayVar'
|
|
},
|
|
],
|
|
},
|
|
{
|
|
'name' => 'pageNextStart'
|
|
},
|
|
{
|
|
'name' => 'pageNextUrl',
|
|
'description' => 'pageNextUrl dayVar'
|
|
},
|
|
{
|
|
'name' => 'pagePrevStart'
|
|
},
|
|
{
|
|
'name' => 'pagePrevUrl',
|
|
'description' => 'pagePrevUrl dayVar'
|
|
},
|
|
{
|
|
'name' => 'dayName'
|
|
},
|
|
{
|
|
'name' => 'dayAbbr'
|
|
},
|
|
{
|
|
'name' => 'dayOfMonth'
|
|
},
|
|
{
|
|
'name' => 'dayOfWeek'
|
|
},
|
|
{
|
|
'name' => 'monthName'
|
|
},
|
|
{
|
|
'name' => 'monthAbbr'
|
|
},
|
|
{
|
|
'name' => 'year'
|
|
},
|
|
{
|
|
'name' => 'ymd'
|
|
},
|
|
{
|
|
'name' => 'mdy'
|
|
},
|
|
{
|
|
'name' => 'dmy'
|
|
},
|
|
{
|
|
'name' => 'epoch'
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'calendar add/edit',
|
|
namespace => 'Asset_Calendar'
|
|
},
|
|
]
|
|
},
|
|
|
|
};
|
|
|
|
#### Search Template
|
|
|
|
1;
|
|
|
|
|