﻿<?xml version="1.0" encoding="utf-16"?>
<xListSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <recordsPerPage>0</recordsPerPage>
  <enableAlphaFilter>false</enableAlphaFilter>
  <enablePageSelection>false</enablePageSelection>
  <enableRecordsPerPage>false</enableRecordsPerPage>
  <enableCustomPaging>false</enableCustomPaging>
  <enableExcelExport>false</enableExcelExport>
  <enableHide_OnNoQuery>false</enableHide_OnNoQuery>
  <enableHide_OnNoResults>false</enableHide_OnNoResults>
  <enableAdvancedParsing>true</enableAdvancedParsing>
  <enableCompoundIIFConditions>true</enableCompoundIIFConditions>
  <enableQueryDebug>false</enableQueryDebug>
  <enableQueryDebug_Edit>false</enableQueryDebug_Edit>
  <enableQueryDebug_Admin>false</enableQueryDebug_Admin>
  <enableQueryDebug_Super>false</enableQueryDebug_Super>
  <enableQueryDebug_Log>false</enableQueryDebug_Log>
  <enableQueryDebug_ErrorLog>false</enableQueryDebug_ErrorLog>
  <autoRefreshInterval />
  <skipRedirectActions>false</skipRedirectActions>
  <skipSubqueryDebugging>false</skipSubqueryDebugging>
  <enableAdmin_Edit>true</enableAdmin_Edit>
  <enableAdmin_Admin>false</enableAdmin_Admin>
  <enableAdmin_Super>false</enableAdmin_Super>
  <enableAJAX>true</enableAJAX>
  <enableAJAXCustomPaging>false</enableAJAXCustomPaging>
  <enableAJAXCustomStatus>false</enableAJAXCustomStatus>
  <enableAJAXManual>false</enableAJAXManual>
  <enableAJAXPageHistory>false</enableAJAXPageHistory>
  <customAJAXPageHistory />
  <BotRecordCount>0</BotRecordCount>
  <BotPageVariableName />
  <enableBotShowAllRecords>false</enableBotShowAllRecords>
  <enableBotDetection>false</enableBotDetection>
  <BotNonAjaxText />
  <includeJavascriptUtilities>true</includeJavascriptUtilities>
  <includeJavascriptValidation>true</includeJavascriptValidation>
  <javascriptOnComplete />
  <enableMultipleColumnSorting>false</enableMultipleColumnSorting>
  <ModuleCommunicationMessageType />
  <showAll>true</showAll>
  <useExplicitSystemVariables>true</useExplicitSystemVariables>
  <enabledForcedQuerySplit>false</enabledForcedQuerySplit>
  <searchItems />
  <queryItems>
    <anyType xsi:type="QueryOptionItem">
      <Index>0</Index>
      <VariableType>&lt;QueryString&gt;</VariableType>
      <VariableDataType>Any</VariableDataType>
      <QuerySource>CurrentLinkID</QuerySource>
      <QueryTarget>@OriginalLinkID</QueryTarget>
      <QueryTargetLeft />
      <QueryTargetRight />
      <QueryTargetEmpty>-1</QueryTargetEmpty>
      <Protected>true</Protected>
      <EscapeHTML>true</EscapeHTML>
      <EscapeListX>2</EscapeListX>
    </anyType>
  </queryItems>
  <listItems />
  <messageItems />
  <query>{IIF,"'[Action,QueryString]'='LinksEdit'","
SELECT * FROM SVLink WHERE LinkID = @OriginalLinkID
",""}</query>
  <filter />
  <customConnection />
  <listItem>&lt;script language=javascript&gt;
	lxLinksEditID = '[CurrentLinkID,QueryString]';
&lt;/script&gt;
&lt;table width=100% border=0 cellpadding=0 cellspacing=0 class=FileManager_Explorer&gt;
&lt;tr class=FileManager_Header&gt;
	&lt;td colspan=2 width=100% nowrap class=SubHead align=center&gt;Edit Link&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Website Name:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap width="100%"&gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkName name=txtLinkName value="[$txtLinkName:Form,{ISEMPTY:[LinkName]}]" MaxLength=255 /&gt;  
&lt;span id="vLinkName" controltovalidate="txtLinkName" errormessage="'Link Name' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Date:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;					&lt;input type='text' name='txtLinkDate' value='[FORMAT,[LinkDate],{0:MM/dd/yyyy}]' /&gt;	
					&lt;a id="calLinkDate" class="CommandButton" href="javascript:popupCal('Cal','txtLinkDate','MM/dd/yyyy','January,February,March,April,May,June,July,August,September,October,November,December','Sun,Mon,Tue,Wed,Thu,Fri,Sat','Today','Close','Calendar',0);"&gt;&lt;img src='[ApplicationPath,System]/images/Calendar.png' border=0&gt;&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap  align="right"&gt;URL:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkURL name=txtLinkURL value="[$txtLinkURL:Form,{ISEMPTY:[LinkURL]}]" MaxLength=255 /&gt;  
&lt;span id="vLinkURL" controltovalidate="txtLinkURL" errormessage="'Link URL' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap  align="right" valign="top"&gt;Description:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;textarea rows=5 width=100% style="WIDTH: 100%;" id="txtLinkDescription" name="txtLinkDescription"&gt;[$txtLinkDescription:Form,{ISEMPTY:[LinkDescription]}]&lt;/textarea&gt;  
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap  align="right"&gt;Top Level Category:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;
		&lt;select id=slcLinkCategoryTopID name=slcLinkCategoryTopID onchange="lxFetch(lxLinksEdit,0,'Action=LinksEdit&amp;CurrentLinkID=[LinkID]&amp;Page=[PAGENUMBER,System]','LinkID_[LinkID]'); return false;"&gt;
		&lt;option value=""&gt; - Select - &lt;/option&gt;
		{SUBQUERY,
			Name="qryLinkCategoryTopID",
			Query="Select * From SVCategoryTop Order By CategoryTopName",
			Format="&lt;option value=""\[CategoryTopID\]""&gt;\[CategoryTopName\]&lt;/option&gt;",
			SelectedFormat="&lt;option value=""\[CategoryTopID\]"" SELECTED&gt;\[CategoryTopName\]&lt;/option&gt;",
			SelectedField="CategoryTopID",
			SelectedItems="[$slcLinkCategoryTopID:Form,{ISEMPTY:[LinkCategoryTopID]}]",
			UseCache=False}
		&lt;/select&gt;
	&lt;span 
	id="vDataTypeLinkCategoryTopID" group="LinksEdit" 
	controltovalidate="slcLinkCategoryTopID" 
	operator="DataTypeCheck" 
	type="Integer" 
	errormessage="'Link Category Top ID' should be a numeric field." 
	display="Dynamic" 
	evaluationfunction="CompareValidatorEvaluateIsValid" 
	initialvalue="" 
	style="color:Red;display:none;"&gt;
	* 
&lt;/span&gt;
&lt;span id="vLinkCategoryTopID" controltovalidate="slcLinkCategoryTopID" errormessage="'Link Category Top ID' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Sub Category:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;		&lt;select id=slcLinkCategorySubID name=slcLinkCategorySubID &gt;
		&lt;option value=""&gt; - Select - &lt;/option&gt;
		{SUBQUERY,
			Name="qryLinkCategorySubID",
			Query="Select * From SVCategorySub WHERE CategorySubTopID = [$slcLinkCategoryTopID:Form,{ISEMPTY:[LinkCategoryTopID]}] Order by CategorySubName",
			Format="&lt;option value=""\[CategorySubID\]""&gt;\[CategorySubName\]&lt;/option&gt;",
			SelectedFormat="&lt;option value=""\[CategorySubID\]"" SELECTED&gt;\[CategorySubName\]&lt;/option&gt;",
			SelectedField="CategorySubID",
			SelectedItems="[$slcLinkCategorySubID:Form,{ISEMPTY:[LinkCategorySubID]}]",
			UseCache=False}
		&lt;/select&gt;

	&lt;span 
	id="vDataTypeLinkCategorySubID" group="LinksEdit" 
	controltovalidate="slcLinkCategorySubID" 
	operator="DataTypeCheck" 
	type="Integer" 
	errormessage="'Link Category Sub ID' should be a numeric field." 
	display="Dynamic" 
	evaluationfunction="CompareValidatorEvaluateIsValid" 
	initialvalue="" 
	style="color:Red;display:none;"&gt;
	* 
&lt;/span&gt;
&lt;span id="vLinkCategorySubID" controltovalidate="slcLinkCategorySubID" errormessage="'Link Category Sub ID' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Contact:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkContact name=txtLinkContact value="[$txtLinkContact:Form,{ISEMPTY:[LinkContact]}]" MaxLength=255 &gt;  
&lt;span id="vLinkContact" controltovalidate="txtLinkContact" errormessage="'Link Contact' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Email:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkEmail name=txtLinkEmail value="[$txtLinkEmail:Form,{ISEMPTY:[LinkEmail]}]" MaxLength=255 &gt;  
&lt;span id="vLinkEmail" controltovalidate="txtLinkEmail" errormessage="'Link Email' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
&lt;span id="vLinkEmail" controltovalidate="txtLinkEmail" errormessage="'Link Email' is not in the proper format" display="Dynamic" evaluationfunction="RegularExpressionValidatorEvaluateIsValid" validationexpression= "^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Authorized:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=checkbox id=chkLinkAuthorized name=chkLinkAuthorized value="[$chkLinkAuthorized:Form,{ISEMPTY:[LinkAuthorized]}]" {IIF,"[$chkLinkAuthorized:Form,{ISEMPTY:[LinkAuthorized]}]=True","CHECKED",""} /&gt;  
 &lt;/td&gt;
&lt;/tr&gt;

&lt;tr class=FileManager_Pager&gt;
	&lt;td  nowrap colspan=2 width=100% align=center&gt;
		&lt;span style="PADDING-RIGHT: 16px;"&gt;
		&lt;img id="tbiLinksSave" border=0 style="CURSOR: hand; CURSOR: pointer;" src='[PORTALPATH,System]Images/TBI_Save.gif' 
			onclick="if ((typeof(Page_SmartValidate) == 'function') &amp;&amp; (Page_SmartValidate() == true)) { {ACTION,[LinkID],LinksEditModule,,M,False};}" 
			onmouseover="this.src='[PORTALPATH,System]Images/TBI_SaveMO.gif'" onmouseout = "this.src='[PORTALPATH,System]Images/TBI_Save.gif'" onmousedown = "this.src='[PORTALPATH,System]Images/TBI_SaveMD.gif'" onmouseup = "this.src='[PORTALPATH,System]Images/TBI_Save.gif'"&gt;
		&lt;/span&gt;
		&lt;img id="tbiLinksCancel" border=0 style="CURSOR: hand; CURSOR: pointer;" src='[PORTALPATH,System]Images/TBI_Cancel.gif' 
			onclick="lxFetch(lxLinksList,[Page,QueryString]-1,'Action=LinksCancel&amp;CurrentLinkID=[LinkID]');" 
			onmouseover="this.src='[PORTALPATH,System]Images/TBI_CancelMO.gif'" onmouseout = "this.src='[PORTALPATH,System]Images/TBI_Cancel.gif'" onmousedown = "this.src='[PORTALPATH,System]Images/TBI_CancelMD.gif'" onmouseup = "this.src='[PORTALPATH,System]Images/TBI_Cancel.gif'"&gt;
	&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</listItem>
  <listAItem />
  <defaultItem>&lt;script language=javascript&gt;
	lxLinksEditID = '-1';
&lt;/script&gt;
&lt;table class=FileManager_Explorer width=100% border=0 cellpadding=0 cellspacing=0&gt;
&lt;tr class=FileManager_Header&gt;
	&lt;td colspan=2 width=100% nowrap class=SubHead align=center&gt;New Link&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Website Name:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkName name=txtLinkName  MaxLength=255 value="[$txtLinkName:Form,{ISEMPTY:}]" /&gt;  
&lt;span id="vLinkName" controltovalidate="txtLinkName" errormessage="'Link Name' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap&gt;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=hidden name='txtLinkDate' value='[Format,[DATE,System],{0:G}]'&gt;&lt;/input&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right" valign="top"&gt;URL:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkURL name=txtLinkURL  MaxLength=255 value="[$txtLinkURL:Form,{ISEMPTY:http://}]" /&gt;&lt;br /&gt;
&lt;span class=small&gt;Example:  http://www.domain.com.&lt;/span&gt;  
&lt;span id="vLinkURL" controltovalidate="txtLinkURL" errormessage="'Link URL' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right" valign="top"&gt;Description:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;textarea rows=5 width=100% style="WIDTH: 100%;" id="txtLinkDescription" name="txtLinkDescription"&gt;[$txtLinkDescription:Form,{ISEMPTY:}]&lt;/textarea&gt;  
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap  align="right"&gt;Top Level Category:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;		&lt;select id=slcLinkCategoryTopID name=slcLinkCategoryTopID onchange="lxFetch(lxLinksEdit,0,'Action=LinksEdit&amp;CurrentLinkID=-1&amp;Page=[PAGENUMBER,System]','Links_NEW'); return false;"&gt;
		&lt;option value=""&gt; - Select - &lt;/option&gt;
		{SUBQUERY,
			Name="qryLinkCategoryTopID",
			Query="Select * From SVCategoryTop Order By CategoryTopName",
			Format="&lt;option value=""\[CategoryTopID\]""&gt;\[CategoryTopName\]&lt;/option&gt;",
			SelectedFormat="&lt;option value=""\[CategoryTopID\]"" SELECTED&gt;\[CategoryTopName\]&lt;/option&gt;",
			SelectedField="CategoryTopID",
			SelectedItems="[$slcLinkCategoryTopID:Form,{ISEMPTY:''}]"}
		&lt;/select&gt;
&lt;script language=javascript&gt; 
lxComboSelect('slcLinkCategoryTopID','[slcLinkCategoryTopID,Form]'); 
&lt;/script&gt;
	&lt;span 
	id="vDataTypeLinkCategoryTopID" group="LinksEdit" 
	controltovalidate="slcLinkCategoryTopID" 
	operator="DataTypeCheck" 
	type="Integer" 
	errormessage="'Link Category Top ID' should be a numeric field." 
	display="Dynamic" 
	evaluationfunction="CompareValidatorEvaluateIsValid" 
	initialvalue="" 
	style="color:Red;display:none;"&gt;
	* 
&lt;/span&gt;
&lt;span id="vLinkCategoryTopID" controltovalidate="slcLinkCategoryTopID" errormessage="'Link Category Top ID' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Sub Category ID:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;		&lt;select id=slcLinkCategorySubID name=slcLinkCategorySubID &gt;
		&lt;option value=""&gt; - Select - &lt;/option&gt;
		{SUBQUERY,
			Name="qryLinkCategorySubID",
			Query="Select * From SVCategorySub WHERE CategorySubTopID = [$slcLinkCategoryTopID:Form,{ISEMPTY:0}] Order by CategorySubName",
			Format="&lt;option value=""\[CategorySubID\]""&gt;\[CategorySubName\]&lt;/option&gt;",
			SelectedFormat="&lt;option value=""\[CategorySubID\]"" SELECTED&gt;\[CategorySubName\]&lt;/option&gt;",
			SelectedField="CategorySubID",
			SelectedItems="[$slcLinkCategorySubID:Form,{ISEMPTY:''}]"}
		&lt;/select&gt;
&lt;script language=javascript&gt; 
lxComboSelect('slcLinkCategorySubID','[slcLinkCategorySubID,Form]'); 
&lt;/script&gt;
	&lt;span 
	id="vDataTypeLinkCategorySubID" group="LinksEdit" 
	controltovalidate="slcLinkCategorySubID" 
	operator="DataTypeCheck" 
	type="Integer" 
	errormessage="'Link Category Sub ID' should be a numeric field." 
	display="Dynamic" 
	evaluationfunction="CompareValidatorEvaluateIsValid" 
	initialvalue="" 
	style="color:Red;display:none;"&gt;
	* 
&lt;/span&gt;
&lt;span id="vLinkCategorySubID" controltovalidate="slcLinkCategorySubID" errormessage="'Link Category Sub ID' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Contact:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkContact name=txtLinkContact  MaxLength=255 value="[$txtLinkContact:Form,{ISEMPTY:}]" /&gt;  
&lt;span id="vLinkContact" controltovalidate="txtLinkContact" errormessage="'Link Contact' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td class=SubHead nowrap align="right"&gt;Link Email:&amp;nbsp;&amp;nbsp;&lt;/td&gt;
	&lt;td class=NormalTextBox nowrap &gt;&lt;input type=textbox class=Tier3TextBox id=txtLinkEmail name=txtLinkEmail  MaxLength=255 value="[$txtLinkEmail:Form,{ISEMPTY:}]" /&gt;  
&lt;span id="vLinkEmail" controltovalidate="txtLinkEmail" errormessage="'Link Email' is a required field" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="color:Red;display:none;"&gt;*&lt;/span&gt;
&lt;span id="vLinkEmail" controltovalidate="txtLinkEmail" errormessage="'Link Email' is not in the proper format" display="Dynamic" evaluationfunction="RegularExpressionValidatorEvaluateIsValid" validationexpression= "^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$" style="color:Red;display:none;"&gt;*&lt;/span&gt;
 &lt;/td&gt;
&lt;/tr&gt;


&lt;tr class=FileManager_Pager&gt;
	&lt;td nowrap colspan=2 width=100% align=center&gt;
&lt;span showsummary="True" displaymode="BulletList" headertext="The following error(s) were identified:" style="color:Red;display:none;"&gt;&lt;/span&gt;

		&lt;span style="PADDING-RIGHT: 16px;"&gt;
		&lt;img id="tbiLinksSave" border=0 style="CURSOR: hand; CURSOR: pointer;" src='[PORTALPATH,System]Images/TBI_Save.gif' 
			onclick="if ((typeof(Page_SmartValidate) == 'function') &amp;&amp; (Page_SmartValidate() == true)) { {ACTION,-1,LinksSaveModule,,M,False}; };alert('Link Submitted!  It is now awaiting approval from an administrator.  You will be notified by email when it is approved.')" 
			onmouseover="this.src='[PORTALPATH,System]Images/TBI_SaveMO.gif'" onmouseout = "this.src='[PORTALPATH,System]Images/TBI_Save.gif'" onmousedown = "this.src='[PORTALPATH,System]Images/TBI_SaveMD.gif'" onmouseup = "this.src='[PORTALPATH,System]Images/TBI_Save.gif'"&gt;

		&lt;/span&gt;
		&lt;img id="tbiLinksCancel" border=0 style="CURSOR: hand; CURSOR: pointer;" src='[PORTALPATH,System]Images/TBI_Cancel.gif' 
			onclick="lxFetch(lxLinksEdit,0,'Action=LinksCancel','Links_NEW');" 
			onmouseover="this.src='[PORTALPATH,System]Images/TBI_CancelMO.gif'" onmouseout = "this.src='[PORTALPATH,System]Images/TBI_Cancel.gif'" onmousedown = "this.src='[PORTALPATH,System]Images/TBI_CancelMD.gif'" onmouseup = "this.src='[PORTALPATH,System]Images/TBI_Cancel.gif'"&gt;
	&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;</defaultItem>
  <noqueryItem>&lt;script language=javascript&gt;
	lxLinksEditID = '';
&lt;/script&gt;</noqueryItem>
  <SearchQuery />
  <SearchTitle />
  <SearchLink />
  <SearchAuthor />
  <SearchDate />
  <SearchKey />
  <SearchContent />
  <SearchDescription />
  <Version>17</Version>
</xListSettings>
