added zip archive and in/out board assets
This commit is contained in:
parent
57eaa1f73f
commit
cb4729f7e7
15 changed files with 1674 additions and 34 deletions
230
lib/WebGUI/i18n/English/Asset_InOutBoard.pm
Normal file
230
lib/WebGUI/i18n/English/Asset_InOutBoard.pm
Normal file
|
|
@ -0,0 +1,230 @@
|
|||
package WebGUI::i18n::English::Asset_InOutBoard;
|
||||
|
||||
our $I18N = {
|
||||
'In Out Template' => {
|
||||
message => q|In/Out Template|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'22' => {
|
||||
message => q|In/Out Board, Report Template|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'18' => {
|
||||
message => q|In/Out Board, Add/Edit|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'select delegate' => {
|
||||
message => q|In/Out Board, Select Delegates|,
|
||||
lastUpdated =>1122010599
|
||||
},
|
||||
|
||||
'in/out status delegates' => {
|
||||
message => q|In/Out Status Delegates|,
|
||||
lastUpdated =>1122010599
|
||||
},
|
||||
|
||||
'23' => {
|
||||
message => q| The following variables are made available from In/Out Board Report:
|
||||
<P><B>showReport</B><BR>A boolean indicating whether or not the <I>rows_loop</I> variable will be set. <BR><BR><B>form</B><BR>A variable that contains the HTML for displaying the Date Range Selector Form for the report. <BR><BR><B>rows_loop</B><BR>A loop containing the rows of data for the In/Out Board Report <BR><BR>
|
||||
<BLOCKQUOTE><B>deptHasChanged</B><BR>A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rows<BR><BR><B>username</B><BR>A variable that returns the users name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe" <BR><BR><B>status</B><BR>A variable that returns the users status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned. <BR><BR><B>dateStamp</B><BR>A variable that returns the date the status of the user was last updated. <BR><BR><B>message</B><BR>A variable that returns what the user entered in the "What's going on?" field when updating their status. <BR><BR></BLOCKQUOTE><B>paginateBar</B><BR>A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., << First, 1, 2, Last >> <BR><BR>|,
|
||||
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'19' => {
|
||||
message => q|An In/Out board is used to keep track of whether people are currently in/out of the office. It shows the current In/Out status of all WebGUI users and also logs the event the person has left for, the time they left and the time they return. <P><B>Status List</B><BR>The status list allows you to customize what the 'states' of a user are. i.e., 'In' or 'Out'. <P><B>Paginate After</B><BR>How many rows should be displayed before splitting the results into separate pages? In other words, how many rows should be displayed per page? <P><B>Report Paginate After</B><BR>Same as paginate after except that it controls the number of rows displayed in the In/Out Report. <P><B>Who Can View Reports?</B><BR>What group is allowed to view reports generated by the In/Out Board Wobject. <P></P>|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'20' => {
|
||||
message => q|In/Out Board, Template|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'21' => {
|
||||
message => q|The following variables are made available from In/Out Board:
|
||||
<p><b>canViewReport</b><br />
|
||||
A boolean indicating whether or not the <i>viewReportURL</i> variable will be set.</p>
|
||||
|
||||
<p><b>viewReportURL</b><br />
|
||||
URL that links to the view report page.</p>
|
||||
|
||||
<p><b>selectDelegatesURL</b><br />
|
||||
URL that links to a form where users can select other users (delegates) who
|
||||
can alter their status.</p>
|
||||
|
||||
<p><b>displayForm</b><br />
|
||||
A boolean indicating whether or not the <i>form</i> variable will be set.</p>
|
||||
|
||||
<p><b>form</b><br />
|
||||
A variable that contains the HTML for displaying the In/Out Entry Form.</p>
|
||||
|
||||
<p><b>rows_loop</b><br />
|
||||
A loop containing the rows of data for the In/Out Board</p>
|
||||
|
||||
<blockquote>
|
||||
|
||||
<p><b>deptHasChanged</b><br />
|
||||
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rows</p>
|
||||
|
||||
<p><b>username</b><br />
|
||||
A variable that returns the users name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe"</p>
|
||||
|
||||
<p><b>status</b><br />
|
||||
A variable that returns the users status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned.</p>
|
||||
|
||||
<p><b>dateStamp</b><br />
|
||||
A variable that returns the date the status of the user was last updated.</p>
|
||||
|
||||
<p><b>message</b><br />
|
||||
A variable that returns what the user entered in the "What's going on?" field when updating their status.</p>
|
||||
</blockquote>
|
||||
<p><b>paginateBar</b><br />
|
||||
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., >> First, 1, 2, Last <<</p>
|
||||
|
||||
|,
|
||||
lastUpdated =>1122523725
|
||||
},
|
||||
|
||||
'2' => {
|
||||
message => q|Enter one per line.|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'in/out status delegates subtext' => {
|
||||
message => q|Multiple users can be selected as delegates. Delegates will be able to update your status.|,
|
||||
lastUpdated =>1122523790,
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|End Date|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Start Date|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'15' => {
|
||||
message => q|Never Checked In|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'14' => {
|
||||
message => q|Paginate Report After|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'13' => {
|
||||
message => q|Report Template|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Paginate After|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Out|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|In|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'9' => {
|
||||
message => q|In/Out Board|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'8' => {
|
||||
message => q|Status Log Report|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'7' => {
|
||||
message => q|No Department|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'6' => {
|
||||
message => q|What's happening?|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'delegate' => {
|
||||
message => q|Update status for: |,
|
||||
lastUpdated =>1122319088
|
||||
},
|
||||
|
||||
'myself' => {
|
||||
message => q|Myself|,
|
||||
lastUpdated =>1122319088
|
||||
},
|
||||
|
||||
'5' => {
|
||||
message => q|Status|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|View Report|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Who can view reports?|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'1' => {
|
||||
message => q|Status List|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'inOutGroup' => {
|
||||
message => q|Who can log in/out?|,
|
||||
lastUpdated =>1091624565
|
||||
},
|
||||
|
||||
'username.label' => {
|
||||
message => q|Username|,
|
||||
lastUpdated =>1123199740
|
||||
},
|
||||
|
||||
'date.label' => {
|
||||
message => q|Date|,
|
||||
lastUpdated =>1123199740
|
||||
},
|
||||
|
||||
'message.label' => {
|
||||
message => q|Message|,
|
||||
lastUpdated =>1123199740
|
||||
},
|
||||
|
||||
'updatedBy.label' => {
|
||||
message => q|Updated By|,
|
||||
lastUpdated =>1123199740
|
||||
},
|
||||
|
||||
'all departments' => {
|
||||
message => q|All Departments|,
|
||||
lastUpdated =>1123266324
|
||||
},
|
||||
|
||||
'filter departments' => {
|
||||
message => q|Filter departments:|,
|
||||
lastUpdated =>1123266322
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
91
lib/WebGUI/i18n/English/Asset_ZipArchive.pm
Normal file
91
lib/WebGUI/i18n/English/Asset_ZipArchive.pm
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
package WebGUI::i18n::English::Asset_ZipArchive;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
|
||||
'zip_error' => {
|
||||
message => q|An error occurred while trying to unzip the archive. Please check to make sure the file is not password protected and can be accessed by the operating system.|,
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
'bad_archive' => {
|
||||
message => q|Not a valid archive. Please use zip or tar archives to import files |,
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
'unzip_error' => {
|
||||
message => q|File could not be unzipped. Please upload a valid archive|,
|
||||
lastUpdated => 1119068809
|
||||
},
|
||||
|
||||
'template label' => {
|
||||
message => q|Zip Archive Template|,
|
||||
context => q|label for Zip Archive asset form|,
|
||||
lastUpdated => 1121703035,
|
||||
},
|
||||
|
||||
'show page' => {
|
||||
message => q|Initial Page|,
|
||||
context => q|label for Zip Archive asset form|,
|
||||
lastUpdated => 1106762088
|
||||
},
|
||||
|
||||
'asset label' => {
|
||||
message => q|Zip Archive|,
|
||||
context => q|label for Asset Manager, getName|,
|
||||
lastUpdated => 1121703035,
|
||||
},
|
||||
|
||||
'show page description' => {
|
||||
message => q|Enter the name of the file which serves as the "base" file for this archive. This is the page which will initially be served up|,
|
||||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'za_error' => {
|
||||
message => q|This asset only accepts valid tar and zip files|,
|
||||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'za_show_error' => {
|
||||
message => q|You must provide an initial page to direct users|,
|
||||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'zip archive add/edit title' => {
|
||||
message => q|Zip Archive, Add/Edit|,
|
||||
lastUpdated => 1119068745
|
||||
},
|
||||
|
||||
'zip archive add/edit body' => {
|
||||
message => q|<p>Zip Archive Assets are assets on your site that are allow you to upload a zip archive (as either zip or tar) containing files that require collateral (static html pages with images or movies, etc) that you wish to display to your users outside of the WebGUI context, but retain WebGUI's file security. The asset uzips the folder in a WebGUI storage location, and redirects the user to the initial page when the link provided is clicked</p>|,
|
||||
lastUpdated => 1119068839,
|
||||
},
|
||||
|
||||
'zip archive template title' => {
|
||||
message => q|Zip Archive, Template|,
|
||||
lastUpdated => 1109287565,
|
||||
},
|
||||
|
||||
'zip archive template body' => {
|
||||
message => q|<p>The following variables are available in Zip Archive Templates:</p>
|
||||
|
||||
<P><b>controls</b><br/>
|
||||
Asset controls for administrators.
|
||||
|
||||
<P><b>error</b><br/>
|
||||
Any errors reported during upload or unzip
|
||||
|
||||
<P><b>fileUrl</b><br/>
|
||||
URL to the initial file
|
||||
|
||||
<P><b>fileIcon</b><br/>
|
||||
Initial file file type icon
|
||||
|,
|
||||
context => 'Describing the zip archive template variables',
|
||||
lastUpdated => 1109287834,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue