summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2006-06-03 15:23:44 +0000
committerxue <>2006-06-03 15:23:44 +0000
commit060fd0ee49db65b1bef91cc77b4d5d7825e12b2d (patch)
treee19f391c0323bd30b71fdcfd73503e66327dfef4 /demos
parent33698666dd7ed5b852c57235b49fa1999d0db46f (diff)
Added TTextProcessor and refactored TTextHighlighter and TMarkdown.
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/comments/CommentList.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/demos/quickstart/protected/comments/CommentList.tpl b/demos/quickstart/protected/comments/CommentList.tpl
index 0aeb2c81..ef74316a 100644
--- a/demos/quickstart/protected/comments/CommentList.tpl
+++ b/demos/quickstart/protected/comments/CommentList.tpl
@@ -2,7 +2,7 @@
<com:TRepeater ID="comments">
<prop:HeaderTemplate>
- <h2 class="comment_header">Comments
+ <h2 class="comment_header">Comments
<span style="font-size:0.8em">( <a href="#add_comments">Add your comments</a> )</span></h2>
</prop:HeaderTemplate>
<prop:ItemTemplate>
@@ -16,7 +16,7 @@
</span>
<div class="comment">
<com:TSafeHtml>
- <com:TMarkdown TextHighlighter.CssClass="source">
+ <com:TMarkdown CssClass="source">
<%# $this->DataItem['comment'] %>
</com:TMarkdown>
</com:TSafeHtml>
@@ -29,13 +29,13 @@
<com:TView ID="view1">
<div id="add_comments" class="add_comments">
<h3>Post a comment</h3>
- <p><strong>Note:</strong>
+ <p><strong>Note:</strong>
Please only use the comments in relation to this page for
- <ul>
+ <ul>
<li>questions/critcisms/suggestions on the documentation,</li>
<li>small notes that can solve or clarify a particular problem or task.</li>
</ul>
- If you experience errors please <a href="http://trac.pradosoft.com/newticket">file a ticket</a>
+ If you experience errors please <a href="http://trac.pradosoft.com/newticket">file a ticket</a>
or <a href="http://www.pradosoft.com/forum/">ask at the forum</a>.
Please use the <a href="http://pradosoft.com/wiki/index.php/Main_Page">Prado wiki</a> for longer pieces and detailed solutions</a>.
</p>
@@ -49,8 +49,8 @@
ControlToValidate="email"
Display="Dynamic"
ErrorMessage="An email address is required." />
- <com:TEmailAddressValidator
- ControlToValidate="email"
+ <com:TEmailAddressValidator
+ ControlToValidate="email"
CheckMXRecord="false"
Display="Dynamic"
ErrorMessage="Please provide your email address."/>
@@ -70,13 +70,13 @@
<h3 style="margin:0">Preview comment</h3>
<div class="comment">
<com:TSafeHtml>
- <com:TMarkdown TextHighlighter.CssClass="source">
+ <com:TMarkdown CssClass="source">
<%= $this->content->Text %>
</com:TMarkdown>
</com:TSafeHtml>
</div>
</div>
- </com:TPlaceHolder>
+ </com:TPlaceHolder>
<div class="add_comment">
<com:TButton ID="previewComment" Text="Preview Comment" />
<com:TButton ID="addComment" Text="Add Comment" OnClick="addComment_Clicked"/>
@@ -90,7 +90,7 @@
<h3 style="margin:0">Preview comment</h3>
<div class="comment">
<com:TSafeHtml>
- <com:TMarkdown TextHighlighter.CssClass="source">
+ <com:TMarkdown CssClass="source">
<%= $this->content->Text %>
</com:TMarkdown>
</com:TSafeHtml>