﻿<?xml version="1.0" encoding="UTF-8" ?>
<root>
	<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
		<xsd:element name="root" msdata:IsDataSet="true">
			<xsd:complexType>
				<xsd:choice maxOccurs="unbounded">
					<xsd:element name="data">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
								<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
							</xsd:sequence>
							<xsd:attribute name="name" type="xsd:string" />
							<xsd:attribute name="type" type="xsd:string" />
							<xsd:attribute name="mimetype" type="xsd:string" />
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="resheader">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
							</xsd:sequence>
							<xsd:attribute name="name" type="xsd:string" use="required" />
						</xsd:complexType>
					</xsd:element>
				</xsd:choice>
			</xsd:complexType>
		</xsd:element>
	</xsd:schema>
	<resheader name="ResMimeType">
		<value>text/microsoft-resx</value>
	</resheader>
	<resheader name="Version">
		<value>1.0.0.0</value>
	</resheader>
	<resheader name="Reader">
		<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
	</resheader>
	<resheader name="Writer">
		<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
	</resheader>
	<data name="plHistory.Text">
		<value>History (Days)</value>
	</data>
	<data name="History.ErrorMessage">
		<value>You Must Enter A Valid Number Of Days</value>
	</data>
	<data name="plTemplate.Text">
		<value>Template</value>
	</data>
	<data name="ModuleHelp.Text">
		<value>&lt;h1&gt;About the Announcements Module&lt;/h1&gt;
&lt;p&gt;The Announcements Module produces a list of simple text announcements consisting 
of a title and brief description. Options include a read more link to a file, page 
or other site. Link click tracking and logging are also available. Announcements 
are ordered from newest to oldest, unless a view order is specified.&lt;/p&gt;
&lt;h2&gt;Module Specific Settings&lt;/h2&gt;
&lt;p&gt;There are 2 module specific settings available:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;b&gt;History Day(s)&lt;/b&gt;: this is the number of days to display announcements 
	for. Announcements published longer than the entered number of days ago will 
	not be displayed. Eg. if you enter a value of 4, all announcements older than 
	4 days will not be displayed. If you leave this field blank, then all announcements 
	will be displayed&lt;/li&gt;
	&lt;li&gt;&lt;b&gt;Template&lt;/b&gt;:
	&lt;span id="dnn_ctr371_ModuleSettings_Settings.ascx_plTemplate_lblHelp"&gt;This is 
	the template that is used to display each announcement. In this template you 
	can use tokens to define where specific information of the announcement items 
	should be placed. NOTE: all tokens are case sensitive, and should be capitals 
	only. &lt;br&gt;
	&lt;br&gt;&lt;b&gt;This is the default template:&lt;/b&gt;&lt;div style="margin-left:30px;margin-right:30px"&gt;
		&lt;font face="Courier New"&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;[IMAGESOURCE]&amp;lt;/td&amp;gt;&amp;lt;td 
		valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;SubHead&amp;quot;&amp;gt;[TITLE] - [PUBLISHDATE]&amp;lt;/span&amp;gt;&amp;lt;div 
		class=&amp;quot;Normal DNN_ANN_Description&amp;quot;&amp;gt;[DESCRIPTION]&amp;amp;nbsp;&amp;lt;a href=&amp;quot;[URL]&amp;quot; 
		target=&amp;quot;[NEWWINDOW]&amp;quot;&amp;gt;[MORE]&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;br&gt;
	&lt;b&gt;The following tokens can be used:&lt;/b&gt;&lt;/span&gt;&lt;table border="1" style="border-collapse: collapse" class="normal"&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[CREATEDBYUSER]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the displayname of the user that 
			created the Announcement. &lt;b&gt;NOTE&lt;/b&gt;: on sites with many users 
			adding this token to a template will cause a performance hit, as for 
			every Announcement a user record has to be found and displayed. Many 
			announcements and many users will cause a large amount of extra 
			database hits.&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top" height="25"&gt;&lt;b&gt;[CREATEDDATE]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top" height="25"&gt;This will show the item creation date, 
			in localized long date forum&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[DESCRIPTION]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the announcement discription&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[IMAGESOURCE]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the announcement image as defined 
			in the announcement&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[MODULEID]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the moduleid of the module.&lt;br&gt;
			&lt;b&gt;TIP&lt;/b&gt;: You could use this value to use a module specific css classname, 
			for instance like this: &lt;font face="Courier New"&gt;&lt;br&gt;&amp;lt;span class=&amp;quot;SubHead_[MODULEID]&amp;quot;&amp;gt;[TITLE]&amp;lt;/span&amp;gt;&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[MORE]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the &amp;quot;read more...&amp;quot; text, without 
			hyperlink. A full read more hyperlink would look like this:&lt;br&gt;
			&lt;font face="Courier New"&gt;&amp;lt;a href=&amp;quot;[URL]&amp;quot; target=&amp;quot;[NEWWINDOW]&amp;quot;&amp;gt;[MORE]&amp;lt;/a&amp;gt;&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[NEWWINDOW]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This token can be used to open the link in a new window, 
			based on the selection made in the announcement, for example: &lt;br&gt;
			&lt;font face="Courier New"&gt;&amp;lt;a href=&amp;quot;[URL]&amp;quot; target=&amp;quot;[NEWWINDOW]&amp;quot;&amp;gt;[MORE]&amp;lt;/a&amp;gt;&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[PUBLISHDATE]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will show the item publish date, in localized 
			long date forum&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[TITLE]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the announcement title&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[URL]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will display the url the announcement should point 
			to. In order to use this url as a clickable hyperlink, use something 
			like this:&lt;br&gt;&lt;font face="Courier New"&gt;&amp;lt;a href=&amp;quot;[URL]&amp;quot;&amp;gt;[MORE]&amp;lt;/a&amp;gt;&lt;/font&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td valign="top"&gt;&lt;b&gt;[VIEWORDER]&lt;/b&gt;&lt;/td&gt;
			&lt;td valign="top"&gt;This will show the view order of the item&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
	&lt;/li&gt;
&lt;/ol&gt;</value>
	</data>
	<data name="ControlTitle_settings.Text">
		<value>Announcements Settings</value>
	</data>
	<data name="plTemplate.Help">
		<value>This is the template that is used to display each announcement.&lt;br&gt;&lt;b&gt;NOTE:&lt;/b&gt; See Module Help for information about which tokens can be used.</value>
	</data>
	<data name="plHistory.Help">
		<value>Enter a number of days to display announcements for. Announcements published longer than the entered number of days ago will not be displayed. Leave blank to display all announcements.</value>
	</data>
	<data name="plFuture.Help">
		<value>This option lets you select wether you want to display items that have not been published yet (due to a publish date that lies in the future)</value>
	</data>
	<data name="plFuture.Text">
		<value>Display Future Items</value>
	</data>
	<data name="plDescriptionLength.Text">
		<value>Description Length (Search &amp; RSS)</value>
	</data>
	<data name="plDescriptionLength.Help">
		<value>Specify the number of characters in the description used in search results and rss feeds&lt;br /&gt;&lt;b&gt;Tip: &lt;/b&gt;use 0 to use the maximum text length (2000 characters)</value>
	</data>
</root>