removed JavaScript, StyleSheet, and RawHeadTags macros
This commit is contained in:
parent
722a214f80
commit
11385d7957
14 changed files with 28 additions and 277 deletions
|
|
@ -1,26 +0,0 @@
|
|||
package WebGUI::i18n::English::Macro_JavaScript;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|JavaScript|,
|
||||
lastUpdated => 1128839022,
|
||||
},
|
||||
|
||||
'java script title' => {
|
||||
message => q|JavaScript Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'java script body' => {
|
||||
message => q|
|
||||
|
||||
<b>^JavaScript();</b><br>
|
||||
This macro allows you to include javascript in the head section of the page. Just pass in the URL to the javascript file.
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
package WebGUI::i18n::English::Macro_RawHeadTags;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Raw Head Tags|,
|
||||
lastUpdated => 1128918979,
|
||||
},
|
||||
|
||||
'raw head tags title' => {
|
||||
message => q|Raw Head Tags Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'raw head tags body' => {
|
||||
message => q|
|
||||
|
||||
<b>^RawHeadTags(<i>"header tags"</i>);</b><br>
|
||||
This macro allows you to set some arbitrary tags in the head section of the page. Just pass in the text.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
package WebGUI::i18n::English::Macro_StyleSheet;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'macroName' => {
|
||||
message => q|Style Sheet|,
|
||||
lastUpdated => 1128919083,
|
||||
},
|
||||
|
||||
'style sheet title' => {
|
||||
message => q|Style Sheet Macro|,
|
||||
lastUpdated => 1112466408,
|
||||
},
|
||||
|
||||
'style sheet body' => {
|
||||
message => q|
|
||||
|
||||
<b>^StyleSheet();</b><br>
|
||||
This macro allows you to set a cascading style sheet in the head section of the page. Just pass in the URL to the CSS file.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue