Whole lotta Help,i18n file pruning, ProjectManager through WeatherData
This commit is contained in:
parent
01ff22d70f
commit
fda7cd51f2
18 changed files with 36 additions and 1408 deletions
|
|
@ -404,21 +404,6 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'pm add/edit title' => {
|
||||
message => q|Add/Edit Project Manager|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'pm add/edit body' => {
|
||||
message => q|<p>The Project Manager provides an interface for you to create a project, add tasks to it and monitor its status as it progresses.</p>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'project edit body' => {
|
||||
message => q|<p>In the Edit Project screen, you will define a new project or edit an existing project by giving general information about the project, including a name, a description, the group of users who are allowed to manage the project and the target budget.</p>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'edit task template vars title' => {
|
||||
message => q|Edit Task Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -485,12 +470,6 @@ from working.|,
|
|||
lastUpdated => 1149825164,
|
||||
},
|
||||
|
||||
'edit task template vars body' => {
|
||||
message => q|<p>The Edit Task template has these template variables</p>
|
||||
|,
|
||||
lastUpdated => 1149825739
|
||||
},
|
||||
|
||||
'view project template vars title' => {
|
||||
message => q|View Project Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -688,12 +667,6 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1149824991,
|
||||
},
|
||||
|
||||
'view project template vars body' => {
|
||||
message => q|<p>The View Project template has these template variables</p>
|
||||
|,
|
||||
lastUpdated => 1149825022
|
||||
},
|
||||
|
||||
'gantt chart template vars title' => {
|
||||
message => q|Gantt Chart Template Variables|,
|
||||
lastUpdated => 0
|
||||
|
|
@ -759,11 +732,6 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1149825039,
|
||||
},
|
||||
|
||||
'gantt chart template vars body' => {
|
||||
message => q|<p>These variables are available in the Gantt Chart Template:</p>|,
|
||||
lastUpdated => 1149825108
|
||||
},
|
||||
|
||||
'resource add opTitle' => {
|
||||
message => q|Add to Task|,
|
||||
lastUpdated => 1157510786
|
||||
|
|
@ -879,21 +847,9 @@ Otherwise, just the duration will be displayed as text.|,
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'project manager asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'project dashboard template title' => {
|
||||
message => q|Project Manager, Default View (Dashboard) Template|,
|
||||
lastUpdated => 1168925012
|
||||
},
|
||||
|
||||
'project dashboard template body' => {
|
||||
message => q|<p>The Default View (Dashboard) template has these template variables:</p>|,
|
||||
lastUpdated => 1168925012
|
||||
message => q|Project Manager, Default View (Dashboard) Template Variables|,
|
||||
lastUpdated => 1184967340
|
||||
},
|
||||
|
||||
'project.create' => {
|
||||
|
|
|
|||
|
|
@ -934,77 +934,21 @@ delete and restore but not purge records.</p>|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit sqlform' => {
|
||||
message => q|SQLForm, Add/Edit|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'sqlform description' => {
|
||||
message => q|<p>The SQLForm asset allows you to dynamically
|
||||
create data input and storage functionality in your site. All data is put in a
|
||||
table of your choice in a database of your choice. An arbitrary form element can
|
||||
be tied to each field and input forms can be built in different ways to ensure
|
||||
optimal adaptability to your needs.</p>
|
||||
|
||||
<p>The SQLForm features creation of new tables, import of existing tables and
|
||||
re-importing previously imported tables. Fields can be linked to other fields in
|
||||
other tables in several ways, making it possible to dynamically resolve id's to
|
||||
values using joins, add constraints to inputted data or connect different
|
||||
SQLForms together.</p>
|
||||
|
||||
<p>User input can also be checked against regular expressions and manual
|
||||
constraints that are definable by you. In addition it's possible to add an
|
||||
autoincrement flag and macros to fields, among other functionality.</p>
|
||||
|
||||
<p>All inputted data is versioned and a two level (delete/purge) trash is built
|
||||
in. Three privilege layers are available to split access to different
|
||||
actions.</p>|,
|
||||
lastUpdated => 1167187479,
|
||||
},
|
||||
|
||||
'edit field title' => {
|
||||
message => q|SQLForm, Add/Edit Field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field description' => {
|
||||
message => q|<p>Fields are the basis of SQLForms. Each form
|
||||
consists of one or more fields. Please note that in order to define fields, at
|
||||
least one field type has to be defined. For information considering field types
|
||||
please see the <b>Manage field types</b> help section.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field type title' =>{
|
||||
message => q|SQLForm, Add/Edit Field Type|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit field type description' => {
|
||||
message => q|<p>Field types are combinations of a database column
|
||||
type and a form element for data input. These field types are used to define the
|
||||
basis of the fields in your SQLForm. Field types can only be deleted if they are
|
||||
not in use by any SQLForm in the system. Please note that this also includes
|
||||
SQLForm assets that are in the trash and are not yet purged.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit regex title' => {
|
||||
message => q|SQLForm, Add/Edit Regex|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'edit regex description' => {
|
||||
message => q|<p>Regular expressions are strings that represent a
|
||||
pattern of text. Regexes used in the SQLForm are of the perl-variant. The syntax
|
||||
of perl-style regular expressions can be found <a
|
||||
href="http://perldoc.perl.org/perlretut.html">here</a>. To ensure data integrity,
|
||||
regular expressions can only be deleted if they're not in use by any SQLForm in
|
||||
the system. Please note this also includes SQLForm that are in the trash and not
|
||||
have been purged yet.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'manage fields' => {
|
||||
message => q|Manage fields|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1154,31 +1098,6 @@ allowed to edit the record.|,
|
|||
lastUpdated => 1167189136,
|
||||
},
|
||||
|
||||
'edit template help' => {
|
||||
message => q|<p>The SQLForm provides you with three
|
||||
methods to construct record input and edit forms, offering three
|
||||
levels of flexibility. Please note that more flexibility has the
|
||||
downside of increased complexity.</p>
|
||||
<p>The three methods you can use are:
|
||||
<b>completeForm</b>, <b>formloop</b> or manual placement of form
|
||||
elements using <b>field.__FIELDNAME__.formElement</b> and
|
||||
<b>field.__FIELDNAME__.label</b></p>
|
||||
<p><b>completeForm</b> handles placing everything that you need in a table,
|
||||
automatically, using a default layout.</p>
|
||||
<p><b>formloop</b> handles placing everything that you need in a table,
|
||||
automatically. This allows you some flexibility in your form layout.</p>
|
||||
<p>Finally there is the option of placing
|
||||
each separate field by hand. This allows you to define the order and
|
||||
place of each form element. Please note, however, that using this
|
||||
method will not automatically follow changes you make to the SQLForm.
|
||||
If you add, delete or rename a field you must update the template by
|
||||
hand. Using this method also implies the use of <b>formHeader</b> and
|
||||
<b>formFooter.</b> You should use the following two template
|
||||
variables:</p>
|
||||
|,
|
||||
lastUpdated => 1167188606,
|
||||
},
|
||||
|
||||
'search template help title' => {
|
||||
message => q|SQLForm, Normal Search Record Template|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1465,21 +1384,6 @@ as well as links to add record and search record.|,
|
|||
lastUpdated => 1149822982,
|
||||
},
|
||||
|
||||
'search template help' => {
|
||||
message => q|<p>The search template of the SQLForm asset
|
||||
provides you with a way to customize the looks of the search
|
||||
functionality that the SQLForm offers.</p>
|
||||
|
||||
<p>There are two separate search methods, normal and advanced search, but
|
||||
both use the same template. In both cases a complete <b>searchForm</b> is available.
|
||||
The individual form Elements are also available, but note that different form Elements are used for normal and advanced search.
|
||||
</p>
|
||||
|
||||
<p>The template provides variables for the search results that are the same for normal and advanced search:</p>
|
||||
|,
|
||||
lastUpdated => 1167189433,
|
||||
},
|
||||
|
||||
'dft cannot delete' => {
|
||||
message => q|This field type cannot by deleted beacause it still is in use by|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1540,13 +1444,6 @@ the table.</p>|,
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'sql form asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'formId' => {
|
||||
message => q|This variable will always be empty.|,
|
||||
lastUpdated => 1169508478
|
||||
|
|
@ -1608,11 +1505,6 @@ be useful, others may not.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'advanced search template help body' => {
|
||||
message => q|These template variables are available in the Advanced Search Record Template.|,
|
||||
lastUpdated => 1172816905,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -16,17 +16,6 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'71' => {
|
||||
message => q|<p>SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your accounting database or even summarizing all the message boards on your web site.</p>
|
||||
<p><b>Nested query support</b><br />
|
||||
The SQL Report wobject supports up to 5 nested queries (1 base query and 4 subqueries). Each subsequent query is executed for each row in the previous query results. For example, if you have two queries (query1 and query2), then query2 will be executed once for each row returned in query1. You can use placeholder parameters to compose subqueries with data from prior queries.
|
||||
</p>
|
||||
<p>
|
||||
SQL Reports are Wobjects and Assets, so they share the properties of both. SQL Reports also have these unique properties:
|
||||
</p>|,
|
||||
lastUpdated => 1167187342,
|
||||
},
|
||||
|
||||
'72 description' => {
|
||||
message => q|<p>Select a template to display the results of your SQL Report.
|
||||
</p>|,
|
||||
|
|
@ -80,11 +69,6 @@ while the second question mark will contain the form variable "field1".</p>
|
|||
lastUpdated => 1119841649,
|
||||
},
|
||||
|
||||
'61' => {
|
||||
message => q|SQL Report, Add/Edit|,
|
||||
lastUpdated => 1082365503
|
||||
},
|
||||
|
||||
'17' => {
|
||||
message => q|<b>Debug:</b> Query:|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -274,16 +258,6 @@ will always be false for query5.|,
|
|||
lastUpdated => 1149633030,
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<p>The following variables are made available in SQL Reports:
|
||||
</p>
|
||||
|
||||
<p>Variables for any subqueries will have exactly the same format as the first
|
||||
query, but will be prefixed with queryN where N goes from 2 to 5.</p>
|
||||
|,
|
||||
lastUpdated => 1149633053,
|
||||
},
|
||||
|
||||
'16' => {
|
||||
message => q|Debug?|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
@ -375,13 +349,6 @@ query, but will be prefixed with queryN where N goes from 2 to 5.</p>
|
|||
lastUpdated => 1168887204
|
||||
},
|
||||
|
||||
'sql report asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168887206
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template to display the SQL Report to the user.|,
|
||||
lastUpdated => 1168886083,
|
||||
|
|
|
|||
|
|
@ -74,34 +74,11 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 1149567859,
|
||||
},
|
||||
|
||||
'search template body' => {
|
||||
message => q|<p>The following template variables are available for Search Asset templates. All of these variables are required.</p>
|
||||
|,
|
||||
lastUpdated => 1149567912,
|
||||
},
|
||||
|
||||
'add/edit title' => {
|
||||
message => q|Add/Edit Search|,
|
||||
lastUpdated => 1142052517,
|
||||
},
|
||||
|
||||
'add/edit body' => {
|
||||
message => q|<p>The Search Asset is used to search WebGUI content. In addition to the properties below, Search Assets also have the properties of Wobjects and Assets.</p>|,
|
||||
lastUpdated => 1142052519,
|
||||
},
|
||||
|
||||
'search asset template variables title' => {
|
||||
message => q|Search Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'search asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template used to display the Search Asset.|,
|
||||
lastUpdated => 1168897708,
|
||||
|
|
|
|||
|
|
@ -98,15 +98,6 @@ our $I18N = {
|
|||
},
|
||||
|
||||
#Help Messages
|
||||
'help_add_edit_stocklist_title' => {
|
||||
message => q|Stock List, Add/Edit|,
|
||||
lastUpdated => 1066583066
|
||||
},
|
||||
|
||||
'help_add_edit_stocklist_body' => {
|
||||
message => q|<p>Stock Lists allow users to track stocks on your site. Data is retrieved from various sources on the internet and displayed in tabular format. This application allows any registered user to configure stock lists as well as to set a default stock list for visitors or for users who have not configured one themselves</p>|,
|
||||
lastUpdated => 1167190305,
|
||||
},
|
||||
|
||||
'template_label_description' => {
|
||||
message => q|Select a template from the list to layout your Stock List. Each Stock List may only use templates with namespace "StockList".|,
|
||||
|
|
@ -133,24 +124,14 @@ our $I18N = {
|
|||
lastUpdated => 1167190356
|
||||
},
|
||||
|
||||
'help_add_edit_stock_title' => {
|
||||
message => q|Stock List, Add/Edit Stocks|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_add_edit_stock_description' => {
|
||||
message => q|<p>The stock edit page allows you to customize your stock lists. Add to, remove from, and order your personalized list of stocks to display on the site</p>|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'symbol_label_description' => {
|
||||
message => q|Enter a valid stock symbol. If your symbol cannot be found, contact your administrator. It is likely that your site restricts stocks to a certain market (US market, European market, etc)|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_stock_list_template' => {
|
||||
message => q|Stock List Template|,
|
||||
lastUpdated => 1119066250
|
||||
message => q|Stock List Template Variables|,
|
||||
lastUpdated => 1184968097,
|
||||
},
|
||||
|
||||
'extrasFolder' => {
|
||||
|
|
@ -378,21 +359,9 @@ our $I18N = {
|
|||
lastUpdated => 1149565312,
|
||||
},
|
||||
|
||||
'help_stock_list_template_description' => {
|
||||
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
|
||||
|,
|
||||
lastUpdated => 1149565354
|
||||
},
|
||||
|
||||
'help_stock_list_display_template' => {
|
||||
message => q|Stock List Display Template|,
|
||||
lastUpdated => 1119066250
|
||||
},
|
||||
|
||||
'help_stock_list_display_template_description' => {
|
||||
message => q|<p>The following describes the list of available template variables for building StockList templates</p>
|
||||
|,
|
||||
lastUpdated => 1149567007
|
||||
message => q|Stock List Display Template Variables|,
|
||||
lastUpdated => 1184968130,
|
||||
},
|
||||
|
||||
'stock data asset template variables title' => {
|
||||
|
|
@ -400,13 +369,6 @@ our $I18N = {
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'stock data asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168646697
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template used to show the main screen for this Asset.|,
|
||||
lastUpdated => 1168646698
|
||||
|
|
|
|||
|
|
@ -359,12 +359,6 @@ our $I18N = {
|
|||
lastUpdated => 1162270283,
|
||||
},
|
||||
|
||||
'89' => {
|
||||
message => q|<p>The following template variables are available for the Survey:</p>
|
||||
|,
|
||||
lastUpdated => 1149654687
|
||||
},
|
||||
|
||||
'10' => {
|
||||
message => q|Quiz|,
|
||||
lastUpdated => 1033949566
|
||||
|
|
@ -470,12 +464,6 @@ our $I18N = {
|
|||
lastUpdated => 1149654717,
|
||||
},
|
||||
|
||||
'91' => {
|
||||
message => q|<p>The following template variables are available in all survey templates.</p>
|
||||
|,
|
||||
lastUpdated => 1149654745
|
||||
},
|
||||
|
||||
'78' => {
|
||||
message => q|Total Time|,
|
||||
lastUpdated => 1038782125
|
||||
|
|
@ -736,11 +724,6 @@ our $I18N = {
|
|||
lastUpdated => 1075639549
|
||||
},
|
||||
|
||||
'3' => {
|
||||
message => q|Survey, Add/Edit|,
|
||||
lastUpdated => 1038890559
|
||||
},
|
||||
|
||||
'36' => {
|
||||
message => q|Somewhat Disagree|,
|
||||
lastUpdated => 1037498872
|
||||
|
|
@ -771,13 +754,6 @@ our $I18N = {
|
|||
lastUpdated => 1037498903
|
||||
},
|
||||
|
||||
'4' => {
|
||||
message => q|<p>Surveys allow you to gather information from your users. In the case of WebGUI surveys, you can also use them to test your user's knowledge.</p>
|
||||
<p>Surveys are Wobjects and Assets, so they have the properties of both. Surveys have these unique properties:</p>
|
||||
|,
|
||||
lastUpdated => 1167193063
|
||||
},
|
||||
|
||||
'view template description' => {
|
||||
message => q|This template is used to display the Survey itself.|,
|
||||
lastUpdated => 1146455534,
|
||||
|
|
@ -927,12 +903,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654771,
|
||||
},
|
||||
|
||||
'1088' => {
|
||||
message => q|<p>The following template variables are available in the survey's gradebook report: </p>
|
||||
|,
|
||||
lastUpdated => 1149654794
|
||||
},
|
||||
|
||||
'1089' => {
|
||||
message => q|Survey Response Template|,
|
||||
lastUpdated => 1078515839
|
||||
|
|
@ -1058,12 +1028,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654822,
|
||||
},
|
||||
|
||||
'1090' => {
|
||||
message => q|<p>The following are the variables available to display the individual response.</p>
|
||||
|,
|
||||
lastUpdated => 1149654936
|
||||
},
|
||||
|
||||
'1091' => {
|
||||
message => q|Statistical Overview Report Template|,
|
||||
lastUpdated => 1078517114
|
||||
|
|
@ -1134,12 +1098,6 @@ the survey was added.|,
|
|||
lastUpdated => 1149654954,
|
||||
},
|
||||
|
||||
'1092' => {
|
||||
message => q|<p>The following are the variables available in this template:</p>
|
||||
|,
|
||||
lastUpdated => 1149655216
|
||||
},
|
||||
|
||||
'overview template' => {
|
||||
message => q|Overview template|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1174,11 +1132,6 @@ the survey was added.|,
|
|||
lastUpdated => 1110006259,
|
||||
},
|
||||
|
||||
'question add/edit body' => {
|
||||
message => q|WebGUI's Survey Wobject supplies you with many kinds of questions, such as multiple choice, boolean (a or b, such as Yes/No, True/False, etc.), and various kinds of essay answers. The order of the questions can also be changed after they are entered.|,
|
||||
lastUpdated => 1132357445,
|
||||
},
|
||||
|
||||
'14 description' => {
|
||||
message => q|This is the question that the user will be asked.|,
|
||||
lastUpdated => 1146455568,
|
||||
|
|
@ -1217,11 +1170,6 @@ is set to "response".|,
|
|||
lastUpdated => 1035864828
|
||||
},
|
||||
|
||||
'answer add/edit body' => {
|
||||
message => q|Depending on the type of question, you may be able to supply more than one answer for each question.|,
|
||||
lastUpdated => 1132356704,
|
||||
},
|
||||
|
||||
'19 description' => {
|
||||
message => q|The answer to this question.|,
|
||||
lastUpdated => 1119993924,
|
||||
|
|
@ -1245,13 +1193,6 @@ is correct or not.|,
|
|||
lastUpdated => 1168644075
|
||||
},
|
||||
|
||||
'survey asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1168644077
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template to show the Survey.|,
|
||||
lastUpdated => 1168639537,
|
||||
|
|
|
|||
|
|
@ -45,23 +45,6 @@ our $I18N = {
|
|||
message => q|Edit Syndicated Content|
|
||||
},
|
||||
|
||||
'61' => {
|
||||
lastUpdated => 1047855741,
|
||||
message => q|Syndicated Content, Add/Edit|
|
||||
},
|
||||
|
||||
'71' => {
|
||||
lastUpdated => 1167193158,
|
||||
message => q|<p>Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like <a href="http://www.cnn.com/">CNN</a> and <a href="http://slashdot.org/">Slashdot</a>. It can, of course, be used for other things like sports scores, stock market info, etc.
|
||||
</p>
|
||||
<p>The Syndicated Content system also has the ability to "republish" its items as RSS 0.9, 0.91, 1.0 and 2.0 flavor feeds. This means you can aggregate a bunch of feeds together, filter on relevant keywords and then republish this aggregated feed, and the Syndicated Content wobject will take care of all the messy stuff for you. See the "Syndicated Content Template" help for additional information.
|
||||
</p>
|
||||
<p>The Syndicated Content client is a Wobject and an Asset, so it has the properties of both. It also has
|
||||
these unique properties:
|
||||
</p>
|
||||
|
|
||||
},
|
||||
|
||||
'channel.title' => {
|
||||
message => q|The title of this piece of syndicated content. This will be the same as the title of the Syndicated Content object when you're creating an aggregate feed.|,
|
||||
lastUpdated => 1149567508,
|
||||
|
|
@ -142,15 +125,6 @@ these unique properties:
|
|||
message => q|Syndicated Content Template|
|
||||
},
|
||||
|
||||
'73' => {
|
||||
lastUpdated => 1149567527,
|
||||
message => q|<p>The following are the template variables available to the Syndicated Content template:</p>
|
||||
|
||||
<p>Additionally, RSS feeds are transformed into HTML via XSLT stylesheets for "friendly" in-browser viewing. These XSLT stylesheets are stored in the WebGUI collateral system as snippets.
|
||||
</p>
|
||||
|,
|
||||
},
|
||||
|
||||
'displayModeLabel' => {
|
||||
lastUpdated => 1047855526,
|
||||
message => q|Display Mode|
|
||||
|
|
@ -269,13 +243,6 @@ these unique properties:
|
|||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'syndicated content asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'descriptionFirst100words' => {
|
||||
message => q{The first 100 words of the description.},
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -52,21 +52,11 @@ our $I18N = {
|
|||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'user view template body' => {
|
||||
message => q|<p>These variables are available in the User View Template of the Time Tracking Asset.</p>|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'time row template title' => {
|
||||
message => q|Time Tracking Time Row Template|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'time row template body' => {
|
||||
message => q|<p>These variables are available in the Time Row Template of the Time Tracking Asset.</p>|,
|
||||
lastUpdated => 1151296556,
|
||||
},
|
||||
|
||||
'Project Management Integration' => {
|
||||
lastUpdated => 1150997998,
|
||||
message => q|Project Management Integration|
|
||||
|
|
@ -307,16 +297,6 @@ our $I18N = {
|
|||
message => q|Project Resource|
|
||||
},
|
||||
|
||||
'timetracking add/edit title' => {
|
||||
lastUpdated => 0,
|
||||
message => q|Add/Edit Time Tracking|,
|
||||
},
|
||||
|
||||
'timetracking add/edit body' => {
|
||||
lastUpdated => 1165365096,
|
||||
message => q|The Time Tracking Asset lets you define a set of tasks and then track how well they are accomplished against an original estimate for the task.|,
|
||||
},
|
||||
|
||||
'report.nextWeek.url' => {
|
||||
lastUpdated => 0,
|
||||
message => q|URL display information for the next week|,
|
||||
|
|
@ -448,30 +428,11 @@ our $I18N = {
|
|||
message => q|This is similar to form.hours, except that it always contains the number of hours entered by the user for work done on this task on a day. If no hours have been entered, it will be 0.|,
|
||||
},
|
||||
|
||||
'manage projects body' => {
|
||||
lastUpdated => 0,
|
||||
message => q|<p>The Manage Projects screen allows you to add new projects to this Time Tracking Asset so that users can track time on tasks performed on them. Projects that have already been added to the Asset are displayed in a table, with their associated tasks and resources Each project also has a links for editing and/or deleting the project.</p>|,
|
||||
},
|
||||
|
||||
'edit projects body' => {
|
||||
lastUpdated => 0,
|
||||
message => q|<p>In this screen, you'll either edit an existing project, or configure a new one. Each project has a project name, a list of users who can work on the project (resources) and a list of tasks.</p>
|
||||
<p>Users are any valid WebGUI user (not Visitor or Admin). Use the select list to add or remove users to your list of resources.</p>
|
||||
<p>Tasks are individual to each project, and consist of only a name. To add a new task to the project, enter a task name and hit the submit button. To delete a task, use the delete button next to the task you delete in the list of tasks.</p>|,
|
||||
},
|
||||
|
||||
'time tracking asset template variables title' => {
|
||||
message => q|Time Tracking System Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'time tracking asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'userViewTemplateId' => {
|
||||
message => q|The template that will be used to display this asset to a general user.|,
|
||||
lastUpdated => 1168038164
|
||||
|
|
|
|||
|
|
@ -46,22 +46,11 @@ our $I18N = {
|
|||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'weather data add/edit title' => {
|
||||
message => q|WeatherData Add/Edit|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'weather data add/edit body' => {
|
||||
message => q|The WeatherData wobject is useful for displaying current weather conditions about a city/state or zipcode, or a series of locations.|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|WeatherData|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
|
||||
'WeatherData template title' => {
|
||||
message => q|WeatherData Template|,
|
||||
lastUpdated => 1133619940,
|
||||
|
|
@ -97,13 +86,6 @@ our $I18N = {
|
|||
lastUpdated => 1149565151,
|
||||
},
|
||||
|
||||
|
||||
'WeatherData template description' => {
|
||||
message => q|<p>These template variables are available in the WeatherData template:</p>
|
||||
|,
|
||||
lastUpdated => 1149565185,
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The ID of the template that will be used to display this Asset.|,
|
||||
lastUpdated => 1167972308,
|
||||
|
|
@ -119,13 +101,6 @@ our $I18N = {
|
|||
lastUpdated => 1167972337
|
||||
},
|
||||
|
||||
'weatherdata asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue