diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
154 files changed, 177 insertions, 182 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Button.page b/demos/quickstart/protected/pages/Controls/Button.page index 99ebd1c6..55fe593b 100644 --- a/demos/quickstart/protected/pages/Controls/Button.page +++ b/demos/quickstart/protected/pages/Controls/Button.page @@ -13,4 +13,4 @@ Clicking on button can trigger form validation, if <tt>CausesValidation</tt> is TODO: custom attributes
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Captcha.page b/demos/quickstart/protected/pages/Controls/Captcha.page index fd1accb2..ebae26ee 100644 --- a/demos/quickstart/protected/pages/Controls/Captcha.page +++ b/demos/quickstart/protected/pages/Controls/Captcha.page @@ -40,4 +40,4 @@ The following template shows a typical use of the <tt>TCaptcha</tt> control: <com:RunBar PagePath="Controls.Samples.TCaptcha.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/CheckBox.page b/demos/quickstart/protected/pages/Controls/CheckBox.page index 273b1a67..74b411e4 100644 --- a/demos/quickstart/protected/pages/Controls/CheckBox.page +++ b/demos/quickstart/protected/pages/Controls/CheckBox.page @@ -11,4 +11,4 @@ To determine whether the check box is checked, test the <tt>Checked</tt> propert </p>
<com:RunBar PagePath="Controls.Samples.TCheckBox.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/ClientScript.page b/demos/quickstart/protected/pages/Controls/ClientScript.page index 5be3863c..7ff7ee01 100644 --- a/demos/quickstart/protected/pages/Controls/ClientScript.page +++ b/demos/quickstart/protected/pages/Controls/ClientScript.page @@ -53,4 +53,4 @@ automatically, that is, the file will be copied to the assets directory if neces <p id="260243" class="block-content"> Any content within the <tt>TClientScript</tt> control tag will be considered as Javascript code and will be rendered where it is declared.</p> -<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent> diff --git a/demos/quickstart/protected/pages/Controls/ClientScriptLoader.page b/demos/quickstart/protected/pages/Controls/ClientScriptLoader.page index 20fcb30b..bad47959 100644 --- a/demos/quickstart/protected/pages/Controls/ClientScriptLoader.page +++ b/demos/quickstart/protected/pages/Controls/ClientScriptLoader.page @@ -118,6 +118,5 @@ in the assets directory until they are deleted. The <tt>EnableGzip</tt> property (default is true) enables the published javascripts to be served as zipped if the browser and php server allows it. </p> -<div class="last-modified">$Id: ClientScript.page 1650 2007-01-24 06:55:32Z wei $</div> -</com:TContent>
\ No newline at end of file +</com:TContent> diff --git a/demos/quickstart/protected/pages/Controls/ColorPicker.page b/demos/quickstart/protected/pages/Controls/ColorPicker.page index 57c39857..477163eb 100644 --- a/demos/quickstart/protected/pages/Controls/ColorPicker.page +++ b/demos/quickstart/protected/pages/Controls/ColorPicker.page @@ -32,4 +32,4 @@ and <tt>CancelButtonText</tt> properties.</p> <com:RunBar PagePath="Controls.Samples.TColorPicker.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Conditional.page b/demos/quickstart/protected/pages/Controls/Conditional.page index 1fd35e6a..8e600fa9 100644 --- a/demos/quickstart/protected/pages/Controls/Conditional.page +++ b/demos/quickstart/protected/pages/Controls/Conditional.page @@ -36,4 +36,4 @@ A typical usage of TConditional is shown as following: <com:RunBar PagePath="Controls.Samples.TConditional.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Data.page b/demos/quickstart/protected/pages/Controls/Data.page index ee8d1f03..3843b332 100644 --- a/demos/quickstart/protected/pages/Controls/Data.page +++ b/demos/quickstart/protected/pages/Controls/Data.page @@ -16,4 +16,4 @@ </li>
</ul>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/DataGrid.page b/demos/quickstart/protected/pages/Controls/DataGrid.page index 85a53011..f9f9b1a7 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid.page @@ -183,4 +183,4 @@ class ImageColumn extends TDataGridColumn { In <tt>initializeCell()</tt>, remember to call the parent implementation, as it initializes cells in items of <tt>Header</tt> and <tt>Footer</tt> types.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/DataList.page b/demos/quickstart/protected/pages/Controls/DataList.page index 14197f35..1e8fe522 100644 --- a/demos/quickstart/protected/pages/Controls/DataList.page +++ b/demos/quickstart/protected/pages/Controls/DataList.page @@ -112,4 +112,4 @@ Be aware, for simplicity, this application does not do any input validation. In </p>
<com:RunBar PagePath="Controls.Samples.TDataList.Sample2" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/DatePicker.page b/demos/quickstart/protected/pages/Controls/DatePicker.page index 3c565829..410f0ef3 100644 --- a/demos/quickstart/protected/pages/Controls/DatePicker.page +++ b/demos/quickstart/protected/pages/Controls/DatePicker.page @@ -78,4 +78,4 @@ for details.</p> <com:RunBar PagePath="Controls.Samples.TDatePicker.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Expression.page b/demos/quickstart/protected/pages/Controls/Expression.page index 092a51c8..0ca37008 100644 --- a/demos/quickstart/protected/pages/Controls/Expression.page +++ b/demos/quickstart/protected/pages/Controls/Expression.page @@ -20,4 +20,4 @@ Be aware, since <tt>TExpression</tt> allows execution of arbitrary PHP code, in <com:RunBar PagePath="Controls.Samples.TExpression.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/FileUpload.page b/demos/quickstart/protected/pages/Controls/FileUpload.page index 716b2e43..1d5835e5 100644 --- a/demos/quickstart/protected/pages/Controls/FileUpload.page +++ b/demos/quickstart/protected/pages/Controls/FileUpload.page @@ -24,4 +24,4 @@ If the file upload is unsuccessful, the property <tt>ErrorCode</tt> gives the er <com:RunBar PagePath="Controls.Samples.TFileUpload.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Head.page b/demos/quickstart/protected/pages/Controls/Head.page index 594bb069..a72dfcf3 100644 --- a/demos/quickstart/protected/pages/Controls/Head.page +++ b/demos/quickstart/protected/pages/Controls/Head.page @@ -39,4 +39,4 @@ Without a <tt>THead</tt> on the page, stylesheets and javascripts in the current theme will not be rendered.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/HiddenField.page b/demos/quickstart/protected/pages/Controls/HiddenField.page index 95bff0e6..5dfb6248 100644 --- a/demos/quickstart/protected/pages/Controls/HiddenField.page +++ b/demos/quickstart/protected/pages/Controls/HiddenField.page @@ -10,4 +10,4 @@ <tt>THiddenField</tt> raises an <tt>OnValueChanged</tt> event if its value is changed during postback.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/HtmlArea.page b/demos/quickstart/protected/pages/Controls/HtmlArea.page index aa229306..4bb8764e 100644 --- a/demos/quickstart/protected/pages/Controls/HtmlArea.page +++ b/demos/quickstart/protected/pages/Controls/HtmlArea.page @@ -45,4 +45,4 @@ Opera 9 Preview 1 OK(1) OK(1) <com:RunBar PagePath="Controls.Samples.THtmlArea.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/HyperLink.page b/demos/quickstart/protected/pages/Controls/HyperLink.page index 23fb83a2..1a23077c 100644 --- a/demos/quickstart/protected/pages/Controls/HyperLink.page +++ b/demos/quickstart/protected/pages/Controls/HyperLink.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.THyperLink.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Image.page b/demos/quickstart/protected/pages/Controls/Image.page index c1a6f24b..168adb1c 100644 --- a/demos/quickstart/protected/pages/Controls/Image.page +++ b/demos/quickstart/protected/pages/Controls/Image.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TImage.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/ImageButton.page b/demos/quickstart/protected/pages/Controls/ImageButton.page index 12154791..c286df7c 100644 --- a/demos/quickstart/protected/pages/Controls/ImageButton.page +++ b/demos/quickstart/protected/pages/Controls/ImageButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TImageButton.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/ImageMap.page b/demos/quickstart/protected/pages/Controls/ImageMap.page index 7bac3f91..4cd252aa 100644 --- a/demos/quickstart/protected/pages/Controls/ImageMap.page +++ b/demos/quickstart/protected/pages/Controls/ImageMap.page @@ -22,4 +22,4 @@ Hotspots can be added to <tt>TImageMap</tt> via its <tt>HotSpots</tt> property o <com:RunBar PagePath="Controls.Samples.TImageMap.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/InlineFrame.page b/demos/quickstart/protected/pages/Controls/InlineFrame.page index 73bb764a..295a2a4d 100644 --- a/demos/quickstart/protected/pages/Controls/InlineFrame.page +++ b/demos/quickstart/protected/pages/Controls/InlineFrame.page @@ -21,4 +21,4 @@ The following samples show <tt>TInlineFrame</tt> with different property setting </p>
<com:RunBar PagePath="Controls.Samples.TInlineFrame.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/JavascriptLogger.page b/demos/quickstart/protected/pages/Controls/JavascriptLogger.page index c2187632..c8b553bd 100644 --- a/demos/quickstart/protected/pages/Controls/JavascriptLogger.page +++ b/demos/quickstart/protected/pages/Controls/JavascriptLogger.page @@ -28,4 +28,4 @@ Logger.debug('debug information'); To toggle the visibility of the logger and console on the browser window, press ALT-D (or CTRL-D on OS X).
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Keyboard.page b/demos/quickstart/protected/pages/Controls/Keyboard.page index 8b280718..42026566 100644 --- a/demos/quickstart/protected/pages/Controls/Keyboard.page +++ b/demos/quickstart/protected/pages/Controls/Keyboard.page @@ -31,4 +31,4 @@ also be changed by specifying <tt>KeyboardCssClass</tt> <com:RunBar PagePath="Controls.Samples.TKeyboard.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Label.page b/demos/quickstart/protected/pages/Controls/Label.page index da488311..7637d93c 100644 --- a/demos/quickstart/protected/pages/Controls/Label.page +++ b/demos/quickstart/protected/pages/Controls/Label.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TLabel.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/LinkButton.page b/demos/quickstart/protected/pages/Controls/LinkButton.page index 80bfc012..1bb2697e 100644 --- a/demos/quickstart/protected/pages/Controls/LinkButton.page +++ b/demos/quickstart/protected/pages/Controls/LinkButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TLinkButton.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/List.page b/demos/quickstart/protected/pages/Controls/List.page index 241fdaf4..ae8d86bf 100644 --- a/demos/quickstart/protected/pages/Controls/List.page +++ b/demos/quickstart/protected/pages/Controls/List.page @@ -108,4 +108,4 @@ Since v3.1.1, <tt>TDropDownList</tt> starts to support prompt text (something li This is an EXPERIMENTAL class that displays clickable images that represent a TRadioButtonList.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Literal.page b/demos/quickstart/protected/pages/Controls/Literal.page index a62985ff..58906a3d 100644 --- a/demos/quickstart/protected/pages/Controls/Literal.page +++ b/demos/quickstart/protected/pages/Controls/Literal.page @@ -22,4 +22,4 @@ Be aware, if <tt>Encode</tt> is false, make sure <tt>Text</tt> does not contain <com:RunBar PagePath="Controls.Samples.TLiteral.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/MultiView.page b/demos/quickstart/protected/pages/Controls/MultiView.page index fc9e4998..a32b94fa 100644 --- a/demos/quickstart/protected/pages/Controls/MultiView.page +++ b/demos/quickstart/protected/pages/Controls/MultiView.page @@ -40,4 +40,4 @@ The <a href="?page=Fundamentals.Samples.Hangman.Home">Hangman game</a> is a typi <com:RunBar PagePath="Controls.Samples.TMultiView.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/NewControl.page b/demos/quickstart/protected/pages/Controls/NewControl.page index 9981dd56..10c789db 100644 --- a/demos/quickstart/protected/pages/Controls/NewControl.page +++ b/demos/quickstart/protected/pages/Controls/NewControl.page @@ -149,4 +149,4 @@ If a control wants to be able to load post data, such as <tt>TTextBox</tt>, it h <p id="660449" class="block-content">
If a control wants to get data from some external data source, it can extend <tt>TDataBoundControl</tt>. <tt>TDataBoundControl</tt> implements the basic properties and methods that are needed for populating data via databinding. In fact, controls like <tt>TListControl</tt>, <tt>TRepeater</tt> are <tt>TDataGrid</tt> are all derived from it.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/OutputCache.page b/demos/quickstart/protected/pages/Controls/OutputCache.page index 5a33b21d..a726f776 100644 --- a/demos/quickstart/protected/pages/Controls/OutputCache.page +++ b/demos/quickstart/protected/pages/Controls/OutputCache.page @@ -43,4 +43,4 @@ Output caches can be nested. An outer cache takes precedence over an inner cache By default, <tt>TOutputCache</tt> is effective only for non-postback page requests and when a cache module is enabled. Do not attempt to address child controls of <tt>TOutputCache</tt> when the cached content is currently being used. Use <tt>ContentCached</tt> property to determine whether the content is cached or not.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Pager.page b/demos/quickstart/protected/pages/Controls/Pager.page index a6d16c61..5f4136b1 100644 --- a/demos/quickstart/protected/pages/Controls/Pager.page +++ b/demos/quickstart/protected/pages/Controls/Pager.page @@ -35,4 +35,4 @@ These user interfaces may be further customized by configuring the following pro <com:RunBar PagePath="Controls.Samples.TPager.Sample1" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Panel.page b/demos/quickstart/protected/pages/Controls/Panel.page index 7320fd78..b32db73a 100644 --- a/demos/quickstart/protected/pages/Controls/Panel.page +++ b/demos/quickstart/protected/pages/Controls/Panel.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TPanel.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/PlaceHolder.page b/demos/quickstart/protected/pages/Controls/PlaceHolder.page index dd50cb6f..b3fbe5b7 100644 --- a/demos/quickstart/protected/pages/Controls/PlaceHolder.page +++ b/demos/quickstart/protected/pages/Controls/PlaceHolder.page @@ -9,4 +9,4 @@ <com:RunBar PagePath="Controls.Samples.TPlaceHolder.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/RadioButton.page b/demos/quickstart/protected/pages/Controls/RadioButton.page index 3cf3ef6a..dd88973b 100644 --- a/demos/quickstart/protected/pages/Controls/RadioButton.page +++ b/demos/quickstart/protected/pages/Controls/RadioButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TRadioButton.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Repeater.page b/demos/quickstart/protected/pages/Controls/Repeater.page index 459f8767..ffe44a06 100644 --- a/demos/quickstart/protected/pages/Controls/Repeater.page +++ b/demos/quickstart/protected/pages/Controls/Repeater.page @@ -111,4 +111,4 @@ More often, one needs to customize the layout of repeater items. The sample abov <com:RunBar PagePath="Controls.Samples.TRepeater.Sample5" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/SafeHtml.page b/demos/quickstart/protected/pages/Controls/SafeHtml.page index b98c5ad0..0bdea616 100644 --- a/demos/quickstart/protected/pages/Controls/SafeHtml.page +++ b/demos/quickstart/protected/pages/Controls/SafeHtml.page @@ -22,4 +22,4 @@ To use <tt>TSafeHtml</tt>, simply enclose the content to be secured within the < <com:RunBar PagePath="Controls.Samples.TSafeHtml.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page index c50f3cdb..d2e0de61 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/Home.page @@ -8,4 +8,4 @@ <com:TRequiredFieldValidator
ControlToValidate="Input.TextBox"
ErrorMessage="You must enter a value"/>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page index c50f3cdb..d2e0de61 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page @@ -8,4 +8,4 @@ <com:TRequiredFieldValidator
ControlToValidate="Input.TextBox"
ErrorMessage="You must enter a value"/>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page b/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page index 44f84abe..16b8161d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page @@ -22,4 +22,4 @@ Validator with default settings: </table>
-<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page index 9b026008..57ca0ca5 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page @@ -80,4 +80,4 @@ Bulleted list of link buttons (click on them to see the result): </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page index 0812e7ed..0e5eb71d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TButton/Home.page @@ -48,4 +48,4 @@ A button causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page index 888573f0..3782d82c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCaptcha/Home.page @@ -28,5 +28,4 @@ </com:TRepeater>
</table>
-<div class="last-modified">$Id$</div>
-</com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page index 697d4cfa..1ed20dfb 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBox/Home.page @@ -90,4 +90,4 @@ A checkbox validated by a required field validator using AutoPostBack: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page index 97f40b4a..5a8c6c25 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCheckBoxList/Home.page @@ -205,4 +205,4 @@ CheckBox list causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.page index 76ecb845..06ed6295 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TClientSideValidator/Home.page @@ -33,4 +33,4 @@ Check "optional" to validate both textboxes </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TColorPicker/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TColorPicker/Home.page index 0a1f3705..a08e2b53 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TColorPicker/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TColorPicker/Home.page @@ -34,4 +34,4 @@ </table>
-<div class="last-modified">$Id: Home.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page index bdf86a01..62ed5a86 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page @@ -73,4 +73,4 @@ Comparing with an integer: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 0c099551..e7c6b24a 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -10,5 +10,4 @@ </prop:FalseTemplate>
</com:TConditional>
-<div class="last-modified">$Id$</div>
-</com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page index 8e3d3a05..7c1bccfe 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page @@ -67,4 +67,4 @@ Custom validator with focus-on-error enabled and dynamic display: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page index 1a31ba27..152376e8 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample1.page @@ -14,4 +14,4 @@ AlternatingItemStyle.BackColor="#E6ECFF"
/>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page index b80ce375..1b33d02c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page @@ -61,4 +61,4 @@ </com:TPanel>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page index 2d6658d8..2657ed7a 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page @@ -80,4 +80,4 @@ />
</com:TDataGrid>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page index 52394d30..a3c5dfcf 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page @@ -52,4 +52,4 @@ </com:TTemplateColumn>
</com:TDataGrid>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page index 16ef1e21..1e7f017a 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample5.page @@ -59,4 +59,4 @@ Page Button Count: </com:TPanel>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page index e1c01566..2cc4534f 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample6.page @@ -23,4 +23,4 @@ />
</div>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page index edc65b82..47d66188 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page @@ -46,4 +46,4 @@ Total <%# $this->Parent->ItemCount %> products. </com:TDataList>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page index f4c18e95..ef76378b 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page @@ -122,4 +122,4 @@ </com:TDataList>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page index 6a8ceb4c..ff4db65b 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page @@ -55,4 +55,4 @@ Validating a date input: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDatePicker/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDatePicker/Home.page index d5640133..2eb0a5d2 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDatePicker/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDatePicker/Home.page @@ -58,4 +58,4 @@ </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page index b59684f0..5a1ffb02 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page @@ -200,4 +200,4 @@ Dropdown list with option groups: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page index 0dd92d36..7a641a83 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.page @@ -54,4 +54,4 @@ Email address validator with focus-on-error enabled and dynamic display: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TExpression/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TExpression/Home.page index 1a4a623f..a50fee69 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TExpression/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TExpression/Home.page @@ -12,4 +12,4 @@ Using expression component tag: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.page index b8486910..41c91dac 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TFileUpload/Home.page @@ -14,4 +14,4 @@ Please choose a file to upload: <com:TLabel ID="Result" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page index 85c4c33c..b290ce98 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/THtmlArea/Home.page @@ -60,4 +60,4 @@ THtmlArea with visual editting disabled: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page b/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page index 568f0ed9..8d3f6853 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/THyperLink/Home.page @@ -47,4 +47,4 @@ Body contents </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page index a379e409..7cd588ca 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TImage/Home.page @@ -38,4 +38,4 @@ Image with <tt>DescriptionUrl</tt>: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.page index 5134b104..9e094218 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TImageButton/Home.page @@ -47,4 +47,4 @@ An image button causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.page index cdaf94dc..5e56aefd 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TImageMap/Home.page @@ -37,4 +37,4 @@ <com:TLabel ID="Result" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page index 58569f32..4221d274 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TInlineFrame/Home.page @@ -31,4 +31,4 @@ Inline frame without scrollbars and border: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.page index 95340e1d..1617f33c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TKeyboard/Home.page @@ -11,5 +11,4 @@ </div>
-<div class="last-modified">$Id$</div>
-</com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page index 0151f041..07eb61b9 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TLabel/Home.page @@ -43,4 +43,4 @@ This is a label with empty Text property and <b>nonempty body</b>. </div>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page index a75b7ee4..d74704ab 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TLinkButton/Home.page @@ -55,4 +55,4 @@ A button causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page index 3ba460af..7a9dd3b7 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TListBox/Home.page @@ -271,4 +271,4 @@ List box with option groups: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page index 0c9da909..4ba133f7 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page @@ -10,4 +10,4 @@ <com:TLiteral Text="This is a piece of encoded <a>text</a>." Encode="true"/>
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page index 0dba602a..2a20c67d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page @@ -34,4 +34,4 @@ </com:TView>
</com:TMultiView>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page index 45fa12a0..df7ce8fd 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TPager/Sample1.page @@ -74,4 +74,4 @@ Choose page: OnPageIndexChanged="pageChanged"
/>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page index 4519650a..de419172 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TPanel/Home.page @@ -68,4 +68,5 @@ will be clicked because it is set as the default button of the panel. </td></tr>
</table>
<com:TJavascriptLogger />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +
+</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.page index 53d4e105..1b8d0355 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TPlaceHolder/Home.page @@ -8,4 +8,4 @@ at a place that is reserved on a template. The dynamic content can be either static texts or controls.
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page index e174c6e2..d5741d1c 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButton/Home.page @@ -99,4 +99,4 @@ A radiobutton group: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page index be0843f3..4e843a21 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRadioButtonList/Home.page @@ -205,4 +205,4 @@ RadioButton list causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page index 72b86f38..97e68a68 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRangeValidator/Home.page @@ -42,4 +42,4 @@ Range validator with client-side validation disabled: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page index 247185b3..f776704e 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRegularExpressionValidator/Home.page @@ -58,4 +58,4 @@ Regular expression validator with focus-on-error enabled and dynamic display: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page index e05d51bb..c2d7c554 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page @@ -44,4 +44,4 @@ </com:TRepeater>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page index bd0e328a..7166c4af 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample2.page @@ -55,4 +55,4 @@ </com:TRepeater>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.page index d90af751..99092f1d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample3.page @@ -89,4 +89,4 @@ The following example allows users to modify the existing tabular data using a < </com:TSafeHtml>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.page index 3a3c5ec1..3f5248be 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample4.page @@ -24,4 +24,4 @@ />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.page index fa7254bd..37d0f415 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample5.page @@ -15,4 +15,4 @@ </com:TRepeater>
-<div class="last-modified">$Id: $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page index ddfb04fe..f9d9c3c7 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page @@ -119,4 +119,4 @@ Validating if a selection has been made in a dropdown list: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page index c230105a..cb681709 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page @@ -22,4 +22,4 @@ Safeguard the control rendering results: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page index d3b470f9..9ea4835a 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TStatements/Home.page @@ -17,4 +17,4 @@ Using TStatements component tag: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.page index 58f8bfdb..ec9ee714 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTabPanel/Home.page @@ -40,5 +40,4 @@ </com:TTabView>
</com:TTabPanel>
-<div class="last-modified">$Id$</div>
-</com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.page index ef4b1ea9..1820ad48 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTable/Home.page @@ -48,4 +48,4 @@ A dynamically created table: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page index 1c307779..5ee51413 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Home.page @@ -183,4 +183,4 @@ Auto postback text box causing validation: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/Home.page index 3a8e4b13..9bd86078 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TTextHighlighter/Home.page @@ -26,4 +26,4 @@ Highlighting control rendering results: </table>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page index da823aa2..f7c7124d 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page @@ -81,4 +81,4 @@ </fieldset>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.page index 4877acce..82ca1b89 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample1.page @@ -36,4 +36,4 @@ </com:TWizard>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page index 20f70183..a80b7429 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page @@ -61,4 +61,4 @@ </com:TWizard>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page index 6e92ddb9..7e32b2ee 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page @@ -58,4 +58,4 @@ In the following survey, if you are a college student, you will be asked which m </com:TWizard>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page index ee042627..32847601 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample4.page @@ -82,4 +82,4 @@ </com:TWizardStep>
</com:TWizard>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.page index b22e15d6..1fa43890 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample5.page @@ -48,4 +48,4 @@ </com:TWizardStep>
</com:TWizard>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Slider.page b/demos/quickstart/protected/pages/Controls/Slider.page index 5a6fa0d5..60422d0d 100644 --- a/demos/quickstart/protected/pages/Controls/Slider.page +++ b/demos/quickstart/protected/pages/Controls/Slider.page @@ -1,9 +1,9 @@ -<com:TContent ID="body" >
-
-<h1 id="4401">TSlider</h1>
-<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" />
-
-<p id="510314" class="block-content">
+<com:TContent ID="body" > + +<h1 id="4401">TSlider</h1> +<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" /> + +<p id="510314" class="block-content"> <tt>TSlider</tt> displays a slider for numeric input purpose. A slider consists of a <em>track</em> which define the range of possible value, and a <em>handle</em> which can slide on the track, to select a value in the range. The track can be either Horizontal or Vertical, depending of the <tt>Direction</tt> @@ -47,9 +47,9 @@ You can also attach ClientSide javascript events handler to the slider : <li><tt>ClientSide.onSlide</tt> is called when the handle is slided on the track. You can get the current value in the <b>value</b> javascript variable. You can use this event to update on client side a label with the current value</li> <li><tt>ClientSide.onChange</tt> is called when the slider value has changed (at the end of a move).</li> -</ul>
-</p>
-
-<com:RunBar PagePath="Controls.Samples.TSlider.Home" />
-
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</ul> +</p> + +<com:RunBar PagePath="Controls.Samples.TSlider.Home" /> + +</com:TContent> diff --git a/demos/quickstart/protected/pages/Controls/Standard.page b/demos/quickstart/protected/pages/Controls/Standard.page index 6a9cc769..b008acc8 100644 --- a/demos/quickstart/protected/pages/Controls/Standard.page +++ b/demos/quickstart/protected/pages/Controls/Standard.page @@ -151,4 +151,4 @@ </li>
</ul>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Statements.page b/demos/quickstart/protected/pages/Controls/Statements.page index a8c04dc1..c5b4e24b 100644 --- a/demos/quickstart/protected/pages/Controls/Statements.page +++ b/demos/quickstart/protected/pages/Controls/Statements.page @@ -37,4 +37,4 @@ Be aware, since <tt>TStatements</tt> allows execution of arbitrary PHP code, in <com:RunBar PagePath="Controls.Samples.TStatements.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/TabPanel.page b/demos/quickstart/protected/pages/Controls/TabPanel.page index f4c9962d..3421c8f1 100644 --- a/demos/quickstart/protected/pages/Controls/TabPanel.page +++ b/demos/quickstart/protected/pages/Controls/TabPanel.page @@ -52,4 +52,4 @@ To use TTabPanel, write a template like following: <com:RunBar PagePath="Controls.Samples.TTabPanel.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Table.page b/demos/quickstart/protected/pages/Controls/Table.page index 27a804b5..35729342 100644 --- a/demos/quickstart/protected/pages/Controls/Table.page +++ b/demos/quickstart/protected/pages/Controls/Table.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TTable.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/TextBox.page b/demos/quickstart/protected/pages/Controls/TextBox.page index 904894b4..b765d585 100644 --- a/demos/quickstart/protected/pages/Controls/TextBox.page +++ b/demos/quickstart/protected/pages/Controls/TextBox.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TTextBox.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/TextHighlighter.page b/demos/quickstart/protected/pages/Controls/TextHighlighter.page index 28f637d5..1babbb33 100644 --- a/demos/quickstart/protected/pages/Controls/TextHighlighter.page +++ b/demos/quickstart/protected/pages/Controls/TextHighlighter.page @@ -23,4 +23,4 @@ print_r(explode('|', $str, 2)); // will output an array <com:RunBar PagePath="Controls.Samples.TTextHighlighter.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page index cabb9371..2494004c 100644 --- a/demos/quickstart/protected/pages/Controls/Validation.page +++ b/demos/quickstart/protected/pages/Controls/Validation.page @@ -236,4 +236,4 @@ validator so that its javascript code are produced no matter what (otherwise, th <com:RunBar PagePath="Controls.Samples.TClientSideValidator.Home" />
</p>
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/Wizard.page b/demos/quickstart/protected/pages/Controls/Wizard.page index a921ffde..063e59e0 100644 --- a/demos/quickstart/protected/pages/Controls/Wizard.page +++ b/demos/quickstart/protected/pages/Controls/Wizard.page @@ -97,4 +97,4 @@ Wizard steps can also be templated. By using <tt>TTemplatedWizardStep</tt>, one </p>
<com:RunBar PagePath="Controls.Samples.TWizard.Sample5" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Button.page b/demos/quickstart/protected/pages/Controls/id/Button.page index dac3c9ca..942b607f 100644 --- a/demos/quickstart/protected/pages/Controls/id/Button.page +++ b/demos/quickstart/protected/pages/Controls/id/Button.page @@ -13,4 +13,4 @@ Mengklik tombol dapat memicu formulir validasi, jika <tt>CausesValidation</tt> a UNTUK DIKERJAKAN: atribut kustom
-<div class="last-modified">$Id: Button.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Captcha.page b/demos/quickstart/protected/pages/Controls/id/Captcha.page index 892de6b6..27ffb6dc 100644 --- a/demos/quickstart/protected/pages/Controls/id/Captcha.page +++ b/demos/quickstart/protected/pages/Controls/id/Captcha.page @@ -40,4 +40,4 @@ Template berikut memperlihatkan penggunaan umum dari kontrol <tt>TCaptcha</tt>: <com:RunBar PagePath="Controls.Samples.TCaptcha.Home" />
-<div class="last-modified">$Id: Captcha.page 2175 2007-08-29 19:57:50Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/CheckBox.page b/demos/quickstart/protected/pages/Controls/id/CheckBox.page index 06c12fa0..cc6976a1 100644 --- a/demos/quickstart/protected/pages/Controls/id/CheckBox.page +++ b/demos/quickstart/protected/pages/Controls/id/CheckBox.page @@ -11,4 +11,4 @@ Untuk menentukan apakah kotak centang dicentang atau tidak, uji properti <tt>Che </p>
<com:RunBar PagePath="Controls.Samples.TCheckBox.Home" />
-<div class="last-modified">$Id: CheckBox.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/ClientScript.page b/demos/quickstart/protected/pages/Controls/id/ClientScript.page index 7d2f7373..2142e65a 100644 --- a/demos/quickstart/protected/pages/Controls/id/ClientScript.page +++ b/demos/quickstart/protected/pages/Controls/id/ClientScript.page @@ -39,4 +39,4 @@ Ketergantungan dari setiap librari secara otomatis dipecahkan. Yakni, menetapkan <h2 id="2204">Menyertakan Blok Kode Javascript Kustom</h2> <p id="260243" class="block-content"> Setiap konten di dalam tag kontrol <tt>TClientScript</tt> akan dianggap sebagai kode Javascript dan akan disajikan di mana ia dideklarasikan.</p> -<div class="last-modified">$Id: ClientScript.page 1846 2007-04-07 10:35:16Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent> diff --git a/demos/quickstart/protected/pages/Controls/id/ClientScriptLoader.page b/demos/quickstart/protected/pages/Controls/id/ClientScriptLoader.page index 3458b234..e722e66d 100644 --- a/demos/quickstart/protected/pages/Controls/id/ClientScriptLoader.page +++ b/demos/quickstart/protected/pages/Controls/id/ClientScriptLoader.page @@ -89,6 +89,5 @@ Lebih lanjut, pasca proses (komentar dihapus dan di-zip) disimpan dalam direktor <p class="block-content">
Properti <tt>EnableGzip</tt> (standarnya true) membolehkan javascripts yang dipublikasikan untuk dilayani sebagai zipped jika browser dan server php mengijinkannya.
</p>
-<div class="last-modified">$Id: ClientScript.page 1650 2007-01-24 06:55:32Z wei $</div>
-</com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/ColorPicker.page b/demos/quickstart/protected/pages/Controls/id/ColorPicker.page index 00b34e6e..bac8a96e 100644 --- a/demos/quickstart/protected/pages/Controls/id/ColorPicker.page +++ b/demos/quickstart/protected/pages/Controls/id/ColorPicker.page @@ -7,4 +7,4 @@ TBD
</p>
-<div class="last-modified">$Id: ColorPicker.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Conditional.page b/demos/quickstart/protected/pages/Controls/id/Conditional.page index 6c60c2bf..e17ba4cd 100644 --- a/demos/quickstart/protected/pages/Controls/id/Conditional.page +++ b/demos/quickstart/protected/pages/Controls/id/Conditional.page @@ -33,4 +33,4 @@ Penggunaan umum dari TConditional diperlihatkan seperti berikut: <com:RunBar PagePath="Controls.Samples.TConditional.Home" />
-<div class="last-modified">$Id: Conditional.page 2236 2007-09-24 16:03:13Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Data.page b/demos/quickstart/protected/pages/Controls/id/Data.page index 9a4098a5..8516880a 100644 --- a/demos/quickstart/protected/pages/Controls/id/Data.page +++ b/demos/quickstart/protected/pages/Controls/id/Data.page @@ -16,4 +16,4 @@ </li>
</ul>
-<div class="last-modified">$Id: Data.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/DataGrid.page b/demos/quickstart/protected/pages/Controls/id/DataGrid.page index e668a45c..419fa552 100644 --- a/demos/quickstart/protected/pages/Controls/id/DataGrid.page +++ b/demos/quickstart/protected/pages/Controls/id/DataGrid.page @@ -182,4 +182,4 @@ class ImageColumn extends TDataGridColumn { Dalam <tt>initializeCell()</tt>, jangan lupa untuk memanggil implementasi leluhur, karena ia menginisialisasi sel dalam item dari tipe <tt>Header</tt> dan <tt>Footer</tt>.
</p>
-<div class="last-modified">$Id: DataGrid.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/DataList.page b/demos/quickstart/protected/pages/Controls/id/DataList.page index 8b6f8737..517be66f 100644 --- a/demos/quickstart/protected/pages/Controls/id/DataList.page +++ b/demos/quickstart/protected/pages/Controls/id/DataList.page @@ -110,4 +110,4 @@ Harap berhati-hati, untuk kemudahan, aplikasi ini tidak melakukan validasi input </p>
<com:RunBar PagePath="Controls.Samples.TDataList.Sample2" />
-<div class="last-modified">$Id: DataList.page 1687 2007-02-09 21:34:53Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/DatePicker.page b/demos/quickstart/protected/pages/Controls/id/DatePicker.page index e93300c6..abf980f2 100644 --- a/demos/quickstart/protected/pages/Controls/id/DatePicker.page +++ b/demos/quickstart/protected/pages/Controls/id/DatePicker.page @@ -61,4 +61,4 @@ untuk lebih jelasnya.</p> <com:RunBar PagePath="Controls.Samples.TDatePicker.Home" />
-<div class="last-modified">$Id: DatePicker.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Expression.page b/demos/quickstart/protected/pages/Controls/id/Expression.page index 53ef6509..ff19aa91 100644 --- a/demos/quickstart/protected/pages/Controls/id/Expression.page +++ b/demos/quickstart/protected/pages/Controls/id/Expression.page @@ -20,4 +20,4 @@ Harap berhati-hati karena <tt>TExpression</tt> membolehkan eksekusi kode bebas P <com:RunBar PagePath="Controls.Samples.TExpression.Home" />
-<div class="last-modified">$Id: Expression.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/FileUpload.page b/demos/quickstart/protected/pages/Controls/id/FileUpload.page index 25669131..53c62489 100644 --- a/demos/quickstart/protected/pages/Controls/id/FileUpload.page +++ b/demos/quickstart/protected/pages/Controls/id/FileUpload.page @@ -24,4 +24,4 @@ Jika upload file tidak berhasil, properti <tt>ErrorCode</tt> memberikan kode kes <com:RunBar PagePath="Controls.Samples.TFileUpload.Home" />
-<div class="last-modified">$Id: FileUpload.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Head.page b/demos/quickstart/protected/pages/Controls/id/Head.page index 1312e8c0..89d62544 100644 --- a/demos/quickstart/protected/pages/Controls/id/Head.page +++ b/demos/quickstart/protected/pages/Controls/id/Head.page @@ -7,4 +7,4 @@ TBD
</p>
-<div class="last-modified">$Id: Head.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/HiddenField.page b/demos/quickstart/protected/pages/Controls/id/HiddenField.page index a1cc18fe..97a14dda 100644 --- a/demos/quickstart/protected/pages/Controls/id/HiddenField.page +++ b/demos/quickstart/protected/pages/Controls/id/HiddenField.page @@ -10,4 +10,4 @@ <tt>THiddenField</tt> memunculkan event <tt>OnValueChanged</tt> jika nilainya diubah selama postback.
</p>
-<div class="last-modified">$Id: HiddenField.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/HtmlArea.page b/demos/quickstart/protected/pages/Controls/id/HtmlArea.page index 537e507a..5a6c4c5c 100644 --- a/demos/quickstart/protected/pages/Controls/id/HtmlArea.page +++ b/demos/quickstart/protected/pages/Controls/id/HtmlArea.page @@ -45,4 +45,4 @@ Opera 9 Preview 1 OK(1) OK(1) <com:RunBar PagePath="Controls.Samples.THtmlArea.Home" />
-<div class="last-modified">$Id: HtmlArea.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/HyperLink.page b/demos/quickstart/protected/pages/Controls/id/HyperLink.page index 25391060..431a0e98 100644 --- a/demos/quickstart/protected/pages/Controls/id/HyperLink.page +++ b/demos/quickstart/protected/pages/Controls/id/HyperLink.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.THyperLink.Home" />
-<div class="last-modified">$Id: HyperLink.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Image.page b/demos/quickstart/protected/pages/Controls/id/Image.page index 8974adeb..4c811700 100644 --- a/demos/quickstart/protected/pages/Controls/id/Image.page +++ b/demos/quickstart/protected/pages/Controls/id/Image.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TImage.Home" />
-<div class="last-modified">$Id: Image.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/ImageButton.page b/demos/quickstart/protected/pages/Controls/id/ImageButton.page index cd8ec032..2dbf05ad 100644 --- a/demos/quickstart/protected/pages/Controls/id/ImageButton.page +++ b/demos/quickstart/protected/pages/Controls/id/ImageButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TImageButton.Home" />
-<div class="last-modified">$Id: ImageButton.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/ImageMap.page b/demos/quickstart/protected/pages/Controls/id/ImageMap.page index 7c2de9db..aa719459 100644 --- a/demos/quickstart/protected/pages/Controls/id/ImageMap.page +++ b/demos/quickstart/protected/pages/Controls/id/ImageMap.page @@ -22,4 +22,4 @@ Hotspot dapat ditambahkan ke <tt>TImageMap</tt> melalui properti <tt>HotSpots</t <com:RunBar PagePath="Controls.Samples.TImageMap.Home" />
-<div class="last-modified">$Id: ImageMap.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/InlineFrame.page b/demos/quickstart/protected/pages/Controls/id/InlineFrame.page index bca231ac..05ca12bb 100644 --- a/demos/quickstart/protected/pages/Controls/id/InlineFrame.page +++ b/demos/quickstart/protected/pages/Controls/id/InlineFrame.page @@ -21,4 +21,4 @@ Contoh berikut memperlihatkan <tt>TInlineFrame</tt> dengan setelan properti berb </p>
<com:RunBar PagePath="Controls.Samples.TInlineFrame.Home" />
-<div class="last-modified">$Id: InlineFrame.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/JavascriptLogger.page b/demos/quickstart/protected/pages/Controls/id/JavascriptLogger.page index 4fb52ee5..d68bd537 100644 --- a/demos/quickstart/protected/pages/Controls/id/JavascriptLogger.page +++ b/demos/quickstart/protected/pages/Controls/id/JavascriptLogger.page @@ -28,4 +28,4 @@ Logger.debug('debug information'); Untuk menghidup matikan penampakan pencatat dan konsol pada jendela browser, tekan ALT-D (atau CTRL-D pada OS X).
</p>
-<div class="last-modified">$Id: JavascriptLogger.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Keyboard.page b/demos/quickstart/protected/pages/Controls/id/Keyboard.page index 84c70fa7..6f26a871 100644 --- a/demos/quickstart/protected/pages/Controls/id/Keyboard.page +++ b/demos/quickstart/protected/pages/Controls/id/Keyboard.page @@ -26,4 +26,4 @@ Penampilan keyboard juga bisa diubah dengan menetapkan file CSS terkustomisasi m <com:RunBar PagePath="Controls.Samples.TKeyboard.Home" />
-<div class="last-modified">$Id: Keyboard.page 2159 2007-08-27 21:23:33Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Label.page b/demos/quickstart/protected/pages/Controls/id/Label.page index 1715587e..45663510 100644 --- a/demos/quickstart/protected/pages/Controls/id/Label.page +++ b/demos/quickstart/protected/pages/Controls/id/Label.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TLabel.Home" />
-<div class="last-modified">$Id: Label.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/LinkButton.page b/demos/quickstart/protected/pages/Controls/id/LinkButton.page index c4a8c024..666efbd4 100644 --- a/demos/quickstart/protected/pages/Controls/id/LinkButton.page +++ b/demos/quickstart/protected/pages/Controls/id/LinkButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TLinkButton.Home" />
-<div class="last-modified">$Id: LinkButton.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/List.page b/demos/quickstart/protected/pages/Controls/id/List.page index 530e1453..558c0d2c 100644 --- a/demos/quickstart/protected/pages/Controls/id/List.page +++ b/demos/quickstart/protected/pages/Controls/id/List.page @@ -96,4 +96,4 @@ Sejak v3.1.1, <tt>TDropDownList</tt> mulai mendukung teks pertanyaan (seperti 'P <com:RunBar PagePath="Controls.Samples.TBulletedList.Home" />
-<div class="last-modified">$Id: List.page 2256 2007-09-28 02:04:47Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Literal.page b/demos/quickstart/protected/pages/Controls/id/Literal.page index 6601296a..2cb07646 100644 --- a/demos/quickstart/protected/pages/Controls/id/Literal.page +++ b/demos/quickstart/protected/pages/Controls/id/Literal.page @@ -22,4 +22,4 @@ Harap berhati-hati jika <tt>Encode</tt> adalah false, pastikan <tt>Text</tt> tid <com:RunBar PagePath="Controls.Samples.TLiteral.Home" />
-<div class="last-modified">$Id: Literal.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/MultiView.page b/demos/quickstart/protected/pages/Controls/id/MultiView.page index 2b77fdfe..677f4359 100644 --- a/demos/quickstart/protected/pages/Controls/id/MultiView.page +++ b/demos/quickstart/protected/pages/Controls/id/MultiView.page @@ -40,4 +40,4 @@ Setelah postback, jika indeks tampilan aktif diubah, <tt>TMultiView</tt> akan me <com:RunBar PagePath="Controls.Samples.TMultiView.Home" />
-<div class="last-modified">$Id: MultiView.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/NewControl.page b/demos/quickstart/protected/pages/Controls/id/NewControl.page index c1dfb201..ea083f6c 100644 --- a/demos/quickstart/protected/pages/Controls/id/NewControl.page +++ b/demos/quickstart/protected/pages/Controls/id/NewControl.page @@ -149,4 +149,4 @@ Jika kontrol ingin bisa mengambil data post, seperti <tt>TTextBox</tt>, ia harus <p id="660449" class="block-content">
Jika kontrol ingin mendapatkan data dari beberapa sumber data eksternal, ia harus memperluas <tt>TDataBoundControl</tt>. <tt>TDataBoundControl</tt> mengimplementasikan properti dasar yang diperlukan untuk mempopulasi data melalui databinding. Kenyataanya, kontrol seperti <tt>TListControl</tt>, <tt>TRepeater</tt> adalah <tt>TDataGrid</tt> semua berasal darinya.
</p>
-<div class="last-modified">$Id: NewControl.page 1741 2007-03-05 16:05:43Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/OutputCache.page b/demos/quickstart/protected/pages/Controls/id/OutputCache.page index 083aa6e7..0a605a92 100644 --- a/demos/quickstart/protected/pages/Controls/id/OutputCache.page +++ b/demos/quickstart/protected/pages/Controls/id/OutputCache.page @@ -43,4 +43,4 @@ Output cache bisa diulang. Cache terluar mengambil lebih dulu di atas cache terd Standarnya, <tt>TOutputCache</tt> hanya efektif untuk permintaan halaman non-postback dan saat modul cache dihidupkan. Jangan mencoba untuk mengalamatkan kontrol anak pada <tt>TOutputCache</tt> saat konten yang di-cache saat ini sedang dipakai. Gunakan properti <tt>ContentCached</tt> untuk menentukan apakah konten di-cache atau tidak.
</p>
-<div class="last-modified">$Id: OutputCache.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Pager.page b/demos/quickstart/protected/pages/Controls/id/Pager.page index b4ace0e8..1761e61c 100644 --- a/demos/quickstart/protected/pages/Controls/id/Pager.page +++ b/demos/quickstart/protected/pages/Controls/id/Pager.page @@ -35,4 +35,4 @@ Antarmuka pengguna ini selanjutnya dapat dikustomisasi dengan mengkonfigurasi pr <com:RunBar PagePath="Controls.Samples.TPager.Sample1" />
-<div class="last-modified">$Id: Pager.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Panel.page b/demos/quickstart/protected/pages/Controls/id/Panel.page index 5447d7f5..1152f65f 100644 --- a/demos/quickstart/protected/pages/Controls/id/Panel.page +++ b/demos/quickstart/protected/pages/Controls/id/Panel.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TPanel.Home" />
-<div class="last-modified">$Id: Panel.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/PlaceHolder.page b/demos/quickstart/protected/pages/Controls/id/PlaceHolder.page index b23f3f9b..fc269291 100644 --- a/demos/quickstart/protected/pages/Controls/id/PlaceHolder.page +++ b/demos/quickstart/protected/pages/Controls/id/PlaceHolder.page @@ -9,4 +9,4 @@ <com:RunBar PagePath="Controls.Samples.TPlaceHolder.Home" />
-<div class="last-modified">$Id: PlaceHolder.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/RadioButton.page b/demos/quickstart/protected/pages/Controls/id/RadioButton.page index f3766e9e..e9ff5cc7 100644 --- a/demos/quickstart/protected/pages/Controls/id/RadioButton.page +++ b/demos/quickstart/protected/pages/Controls/id/RadioButton.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TRadioButton.Home" />
-<div class="last-modified">$Id: RadioButton.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Repeater.page b/demos/quickstart/protected/pages/Controls/id/Repeater.page index 4b319547..801ef858 100644 --- a/demos/quickstart/protected/pages/Controls/id/Repeater.page +++ b/demos/quickstart/protected/pages/Controls/id/Repeater.page @@ -108,4 +108,4 @@ Lebih sering, seseorang perlu mengkustomisasi tata letak item pengulang. Contoh <com:RunBar PagePath="Controls.Samples.TRepeater.Sample5" />
-<div class="last-modified">$Id: Repeater.page 1688 2007-02-09 22:48:31Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/SafeHtml.page b/demos/quickstart/protected/pages/Controls/id/SafeHtml.page index fdb1ea24..6b3257f1 100644 --- a/demos/quickstart/protected/pages/Controls/id/SafeHtml.page +++ b/demos/quickstart/protected/pages/Controls/id/SafeHtml.page @@ -22,4 +22,4 @@ Untuk menggunakan <tt>TSafeHtml</tt>, cukup kurung konten untuk diamankan dalam <com:RunBar PagePath="Controls.Samples.TSafeHtml.Home" />
-<div class="last-modified">$Id: SafeHtml.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Slider.page b/demos/quickstart/protected/pages/Controls/id/Slider.page index 6e286159..627366d8 100644 --- a/demos/quickstart/protected/pages/Controls/id/Slider.page +++ b/demos/quickstart/protected/pages/Controls/id/Slider.page @@ -1,9 +1,9 @@ -<com:TContent ID="body" >
-
-<h1 id="4401">TSlider</h1>
-<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" />
-
-<p id="510314" class="block-content">
+<com:TContent ID="body" > + +<h1 id="4401">TSlider</h1> +<com:DocLink ClassPath="System.Web.UI.WebControls.TSlider" /> + +<p id="510314" class="block-content"> <tt>TSlider</tt> menampilkan sebuah slider untuk keperluan input numerik. Slider terdiri dari <em>lajur</em> yang medefinisikan jangkauan nilai yang mungkin, dan sebuah <em>kendali</em> yang dapt bergeser pada lajur, untuk memilih sebuah nilai dalam jangkauan. Lajur dapat berupa Horisontal atau Vertikal, tergantung dari properti <tt>Direction</tt>. @@ -42,9 +42,9 @@ Anda juga bisa melampirkan pengendali event javascript ClientSide ke slider : <ul> <li><tt>ClientSide.onSlide</tt> dipanggil ketika kendali digeser pada lajur. Anda akan mendapatkan nilai saat ini di dalam variabel javascript <b>value</b>. Anda dapat menggunakan event ini untuk dimutakhirkan pada sisi klien dengan sebuah label dengan nilai saat ini</li> <li><tt>ClientSide.onChange</tt> dipanggil saat nilai slider berubah (di akhir perpindahan).</li> -</ul>
-</p>
-
-<com:RunBar PagePath="Controls.Samples.TSlider.Home" />
-
-<div class="last-modified">$Id: Slider.page 2200 2007-09-04 08:56:24Z tof $</div></com:TContent>
\ No newline at end of file +</ul> +</p> + +<com:RunBar PagePath="Controls.Samples.TSlider.Home" /> + +</com:TContent> diff --git a/demos/quickstart/protected/pages/Controls/id/Standard.page b/demos/quickstart/protected/pages/Controls/id/Standard.page index e0a483aa..9069b5a1 100644 --- a/demos/quickstart/protected/pages/Controls/id/Standard.page +++ b/demos/quickstart/protected/pages/Controls/id/Standard.page @@ -148,4 +148,4 @@ </li>
</ul>
-<div class="last-modified">$Id: Standard.page 1846 2007-04-07 10:35:16Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Statements.page b/demos/quickstart/protected/pages/Controls/id/Statements.page index fdda7532..bfc0ac72 100644 --- a/demos/quickstart/protected/pages/Controls/id/Statements.page +++ b/demos/quickstart/protected/pages/Controls/id/Statements.page @@ -37,4 +37,4 @@ Harap berhati-hati, karena <tt>TStatements</tt> membolehkan eksekusi kode PHP be <com:RunBar PagePath="Controls.Samples.TStatements.Home" />
-<div class="last-modified">$Id: Statements.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/TabPanel.page b/demos/quickstart/protected/pages/Controls/id/TabPanel.page index 7e7688f7..02c0e49e 100644 --- a/demos/quickstart/protected/pages/Controls/id/TabPanel.page +++ b/demos/quickstart/protected/pages/Controls/id/TabPanel.page @@ -52,4 +52,4 @@ Untuk menggunakan TTabPanel, tulis template seperti berikut: <com:RunBar PagePath="Controls.Samples.TTabPanel.Home" />
-<div class="last-modified">$Id: TabPanel.page 2075 2007-07-25 15:43:06Z xue $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Table.page b/demos/quickstart/protected/pages/Controls/id/Table.page index 64ef0e42..5326a2d7 100644 --- a/demos/quickstart/protected/pages/Controls/id/Table.page +++ b/demos/quickstart/protected/pages/Controls/id/Table.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TTable.Home" />
-<div class="last-modified">$Id: Table.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/TextBox.page b/demos/quickstart/protected/pages/Controls/id/TextBox.page index b91810cc..71f6d235 100644 --- a/demos/quickstart/protected/pages/Controls/id/TextBox.page +++ b/demos/quickstart/protected/pages/Controls/id/TextBox.page @@ -8,4 +8,4 @@ </p>
<com:RunBar PagePath="Controls.Samples.TTextBox.Home" />
-<div class="last-modified">$Id: TextBox.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/TextHighlighter.page b/demos/quickstart/protected/pages/Controls/id/TextHighlighter.page index f99bc46d..b2b500b0 100644 --- a/demos/quickstart/protected/pages/Controls/id/TextHighlighter.page +++ b/demos/quickstart/protected/pages/Controls/id/TextHighlighter.page @@ -23,4 +23,4 @@ print_r(explode('|', $str, 2)); // akan mengeluarkan array <com:RunBar PagePath="Controls.Samples.TTextHighlighter.Home" />
-<div class="last-modified">$Id: TextHighlighter.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Validation.page b/demos/quickstart/protected/pages/Controls/id/Validation.page index e9a95fe9..e216d71e 100644 --- a/demos/quickstart/protected/pages/Controls/id/Validation.page +++ b/demos/quickstart/protected/pages/Controls/id/Validation.page @@ -213,4 +213,4 @@ Contoh berikut memperlihatkan penggunaan event validator sisi-klien dan sisi ser <com:RunBar PagePath="Controls.Samples.TClientSideValidator.Home" />
</p>
-<div class="last-modified">$Id: Validation.page 1902 2007-05-07 04:17:37Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
diff --git a/demos/quickstart/protected/pages/Controls/id/Wizard.page b/demos/quickstart/protected/pages/Controls/id/Wizard.page index b8b44063..5105adef 100644 --- a/demos/quickstart/protected/pages/Controls/id/Wizard.page +++ b/demos/quickstart/protected/pages/Controls/id/Wizard.page @@ -97,4 +97,4 @@ Langkah bimbingan juga dapat diberi template. Dengan menggunakan <tt>TTemplatedW </p>
<com:RunBar PagePath="Controls.Samples.TWizard.Sample5" />
-<div class="last-modified">$Id: Wizard.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +</com:TContent>
|