returnt('Allowed HTML tags: @tags',array('@tags'=>$allowed_html));
case1:
$output='<p>'.t('Allowed HTML tags: @tags',array('@tags'=>$allowed_html)).'</p>';
if(!variable_get("filter_html_help_$format",1)){
return$output;
}
$output.='<p>'.t('This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.').'</p>';
$output.='<p>'.t('For more information see W3C\'s <a href="@html-specifications">HTML Specifications</a> or use your favorite search engine to find other sites that explain HTML.',array('@html-specifications'=>'http://www.w3.org/TR/html/')).'</p>';
$tips=array(
'a'=>array(t('Anchors are used to make links to other pages.'),'<a href="'.$base_url.'">'.variable_get('site_name','Drupal').'</a>'),
'br'=>array(t('By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility'),t('Text with <br />line break')),
'p'=>array(t('By default paragraph tags are automatically added, so use this tag to add additional ones.'),'<p>'.t('Paragraph one.').'</p> <p>'.t('Paragraph two.').'</p>'),
'ol'=>array(t('Ordered list - use the <li> to begin each list item'),'<ol> <li>'.t('First item').'</li> <li>'.t('Second item').'</li> </ol>'),
'ul'=>array(t('Unordered list - use the <li> to begin each list item'),'<ul> <li>'.t('First item').'</li> <li>'.t('Second item').'</li> </ul>'),
'li'=>NULL,
// Assumes and describes dt and dd.
'dl'=>array(t('Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.'),'<dl> <dt>'.t('First term').'</dt> <dd>'.t('First definition').'</dd> <dt>'.t('Second term').'</dt> <dd>'.t('Second definition').'</dd> </dl>'),
returnt('Allowed HTML tags: @tags',array('@tags'=>$allowed_html));
case1:
$output='<p>'.t('Allowed HTML tags: @tags',array('@tags'=>$allowed_html)).'</p>';
if(!variable_get("filter_html_help_$format",1)){
return$output;
}
$output.='<p>'.t('This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.').'</p>';
$output.='<p>'.t('For more information see W3C\'s <a href="@html-specifications">HTML Specifications</a> or use your favorite search engine to find other sites that explain HTML.',array('@html-specifications'=>'http://www.w3.org/TR/html/')).'</p>';
$tips=array(
'a'=>array(t('Anchors are used to make links to other pages.'),'<a href="'.$base_url.'">'.variable_get('site_name','Drupal').'</a>'),
'br'=>array(t('By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility'),t('Text with <br />line break')),
'p'=>array(t('By default paragraph tags are automatically added, so use this tag to add additional ones.'),'<p>'.t('Paragraph one.').'</p> <p>'.t('Paragraph two.').'</p>'),
'ol'=>array(t('Ordered list - use the <li> to begin each list item'),'<ol> <li>'.t('First item').'</li> <li>'.t('Second item').'</li> </ol>'),
'ul'=>array(t('Unordered list - use the <li> to begin each list item'),'<ul> <li>'.t('First item').'</li> <li>'.t('Second item').'</li> </ul>'),
'li'=>NULL,
// Assumes and describes dt and dd.
'dl'=>array(t('Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.'),'<dl> <dt>'.t('First term').'</dt> <dd>'.t('First definition').'</dd> <dt>'.t('Second term').'</dt> <dd>'.t('Second definition').'</dd> </dl>'),
$output.='<p>'.t('Most unusual characters can be directly entered without any problems.').'</p>';
$output.='<p>'.t('If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML\'s <a href="@html-entities">entities</a> page. Some of the available characters include:',array('@html-entities'=>'http://www.w3.org/TR/html4/sgml/entities.html')).'</p>';
array('data'=>t('No help provided for tag %tag.',array('%tag'=>$tag)),'class'=>'description','colspan'=>3),
);
}
$output.=theme('table',$header,$rows);
return$output;
}
}
else{
returnt('No HTML tags allowed');
}
$output.=theme('table',$header,$rows);
$output.='<p>'.t('Most unusual characters can be directly entered without any problems.').'</p>';
$output.='<p>'.t('If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML\'s <a href="@html-entities">entities</a> page. Some of the available characters include:',array('@html-entities'=>'http://www.w3.org/TR/html4/sgml/entities.html')).'</p>';
returnt('Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.');
}
break;
case2:
returnt('Web page addresses and e-mail addresses turn into links automatically.');
break;
case4:
returnt('No HTML tags allowed');
break;
}
}
...
...
@@ -602,18 +604,20 @@ function theme_filter_tips_more_info() {
returnarray(0=>t('Limit allowed HTML tags'),1=>t('Convert line breaks'),2=>t('Convert URLs into links'),3=>t('Correct broken HTML'),4=>t('Escape all HTML'));
case'description':
switch($delta){
case0:
returnt('Allows you to restrict whether users can post HTML and which tags to filter out. It will also remove harmful content such as JavaScript events, JavaScript URLs and CSS styles from those tags that are not removed.');
returnt('Allows you to restrict the HTML tags the user can use. It will also remove harmful content such as JavaScript events, JavaScript URLs and CSS styles from those tags that are not removed.');
case1:
returnt('Converts line breaks into HTML (i.e. <br> and <p> tags).');
returnt('Converts line breaks into HTML (i.e. <br> and <p>) tags.');
case2:
returnt('Turns web and e-mail addresses into clickable links.');
case3:
returnt('Corrects faulty and chopped off HTML in postings.');
case4:
returnt('Escapes all HTML tags, so they will be visible instead of being effective.');
'#options'=>array(FILTER_HTML_STRIP=>t('Strip disallowed tags'),FILTER_HTML_ESCAPE=>t('Escape all tags')),
'#description'=>t('How to deal with HTML tags in user-contributed content. If set to "Strip disallowed tags", dangerous tags are removed (see below). If set to "Escape tags", all HTML is escaped and presented as it was typed.'),