As you can see i use the StudioPress theme for DotClear, but it seem's that the page template when you out of the box is broken, you can find my rewrite of the page here :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
 
  <link rel="schema.DC" href="http://purl.org/DC/elements/1.0/" />
  <meta name="DC.Title" content="{{tpl:EntryTitle encode_html="1"}}" />
  <meta name="DC.Creator" content="{{tpl:EntryAuthorDisplayName}}" />
  <meta name="DC.Language" scheme="rfc1766" content="{{tpl:EntryLang}}" />
 
 
  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
 
  <tpl:EntryNext><link rel="next" href="{{tpl:EntryURL}}"
  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryNext>
 
  <tpl:EntryPrevious><link rel="previous" href="{{tpl:EntryURL}}"
  title="{{tpl:EntryTitle encode_html="1"}}" /></tpl:EntryPrevious>
 
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
 
  {{tpl:include src="_head.html"}}
 
  <script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/post.js"></script>
  <script type="text/javascript">
  //<![CDATA[
  var post_remember_str = '{{tpl:lang Remember me on this blog}}';
  //]]>
  </script>
 
</head>
 
<body class="dc-page">
<div id="wrapper">
{{tpl:include src="_top.html"}}
 
<div class="cleared"></div>
 
<div id="underheader">
<div id="toprss"><a href="{{tpl:BlogFeedURL type="rss2"}}">
<img src="{{tpl:BlogThemeURL}}/images/grabrss.gif" alt="grab our rss feed"></img></a>
</div>
 
 
<h1 class="sitename"><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></h1>
<h2 class="sitedesc">{{tpl:BlogDescription encode_html="1"}}</h2>
 
</div><!-- Closes underHeader -->
 
 
 
<div id="nav">
{{tpl:MenuFreshy}}
<!-- 
<ul>

<li class="current_page"><a href='http://www.dailyblogtips.com/demos' title='Home'><span>Home</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=2" title="About"><span>About</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=10" title="Contact"><span>Contact</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=11" title="Advertise"><span>Advertise</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=12" title="Resources"><span>Resources</span></a></li>
</ul>
-->
 
<div class="cleared"></div>
</div> <!-- Closes Nav -->
 
 
 
<div class="topcurvewhite"></div>
<div id="main">
<div id="contentwrapper"><div id="content">
 
{{tpl:include src="inc-pubcentrale.html"}}
 
    <h2 id="p{{tpl:EntryID}}" class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
    <div class="postMeta">
    <tpl:EntryIf show_pings="1">
      <span class="commentcount"><a href="{{tpl:EntryURL}}#pings">{{tpl:EntryTrackbackCount}}</a></span></tpl:EntryIf>
    <tpl:EntryIf has_attachment="1">
      <span class="commentcount"><a href="{{tpl:EntryURL}}#attachments">{{tpl:EntryAttachmentCount}}</a></span></tpl:EntryIf>
	</div>
	<div class="sepbil"></div>
	<div class="post">
	<div class="postContent">{{tpl:EntryContent}}</div>
	</div>
	<div class="cleared"></div>
	<div class="postTags">
	{{tpl:lang By}} : {{tpl:EntryAuthorLink}}
    <tpl:EntryMetaData>
	<tpl:MetaDataHeader> Tags :</tpl:MetaDataHeader>
    <a href="{{tpl:MetaURL}}">{{tpl:MetaID}}</a>{{tpl:MetaSeparator separator=", "}} 
    <tpl:MetaDataFooter></tpl:MetaDataFooter>
    </tpl:EntryMetaData>
	</div>
	  <!-- # Attachments -->
 
  <tpl:Attachments>
    <tpl:AttachmentsHeader>
      <div id="attachments">
      <h3>{{tpl:lang Attachments}}</h3>
      <ul>
    </tpl:AttachmentsHeader>
      <li class="{{tpl:AttachmentType}}">
        <tpl:AttachmentIf is_mp3="1">
 
          {{tpl:include src="_mp3_player.html"/}} - 
        </tpl:AttachmentIf>
        <tpl:AttachmentIf is_flv="1">
	     {{tpl:include src="_flv_player.html"/}}
	   </tpl:AttachmentIf>
	   <tpl:AttachmentIf is_flv="0">
	   	<a href="{{tpl:AttachmentURL}}"
		title="{{tpl:AttachmentFileName}} ({{tpl:AttachmentSize}})">{{tpl:AttachmentTitle}}</a>
        </tpl:AttachmentIf>
      </li>
 
    <tpl:AttachmentsFooter>
      </ul>
      </div>
    </tpl:AttachmentsFooter>
  </tpl:Attachments>
 
  <!-- # Comments -->
  <tpl:EntryIf show_comments="1">
  <div id="comments">
    <h3>{{tpl:lang Comments}}</h3>
 
    <tpl:Comments>
    <tpl:CommentsHeader>
      <dl>
    </tpl:CommentsHeader>
      <dt id="c{{tpl:CommentID}}" class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}"><a
      href="#c{{tpl:CommentID}}" class="comment-number">{{tpl:CommentOrderNumber}}.</a>
      {{tpl:lang On}} {{tpl:CommentDate}}, {{tpl:CommentTime}}
      {{tpl:lang by}} {{tpl:CommentAuthorLink}}</dt>
 
      <dd class="{{tpl:CommentIfMe}} {{tpl:CommentIfOdd}} {{tpl:CommentIfFirst}}">{{tpl:CommentContent}}</dd>
 
    <tpl:CommentsFooter>
      </dl>
    </tpl:CommentsFooter>
    </tpl:Comments>
  </div>
  </tpl:EntryIf>
 
  <tpl:EntryIf comments_active="1">    
    <tpl:SysIfFormError>
      <p class="error" id="pr">{{tpl:SysFormError}}</p>
 
    </tpl:SysIfFormError>
 
    <tpl:SysIfCommentPublished>
      <p class="message" id="pr">{{tpl:lang Your comment has been published.}}</p>
    </tpl:SysIfCommentPublished>
 
    <tpl:SysIfCommentPending>
      <p class="message" id="pr">{{tpl:lang Your comment has been submitted and
      will be reviewed for publication.}}</p>
    </tpl:SysIfCommentPending>
 
    <!-- # Comment form -->
 
    <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form">
      <tpl:IfCommentPreview>
        <div id="pr">
          <h3>{{tpl:lang Your comment}}</h3>
          <dl>
            <dd class="comment-preview">{{tpl:CommentPreviewContent}}</dd>
          </dl>
          <p><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
 
        </div>
      </tpl:IfCommentPreview>
 
      <h3>{{tpl:lang Add a comment}}</h3>
      <fieldset>
        <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label>
        <input name="c_name" id="c_name" type="text" size="30" maxlength="255"
        value="{{tpl:CommentPreviewName encode_html="1"}}" />
        </p>
 
 
        <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label>
        <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
        value="{{tpl:CommentPreviewEmail encode_html="1"}}" />
        </p>
 
        <p class="field"><label for="c_site">{{tpl:lang Website}}
        ({{tpl:lang optional}})&nbsp;:</label>
        <input name="c_site" id="c_site" type="text" size="30" maxlength="255"
        value="{{tpl:CommentPreviewSite encode_html="1"}}" />
        </p>
 
        <p style="display:none"><input name="f_mail" type="text" size="30"
        maxlength="255" value="" /></p>
 
 
        <p class="field"><label for="c_content">{{tpl:lang Comment}}&nbsp;:</label>
        <textarea name="c_content" id="c_content" cols="35"
        rows="7">{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>
        </p>
      </fieldset>
 
      <p class="form-help">{{tpl:lang HTML code is displayed as text and web addresses are
      automatically converted.}}</p>
 
      <fieldset>
        <p><input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />
 
        <tpl:IfCommentPreview><input type="submit" class="submit" value="{{tpl:lang send}}" /></tpl:IfCommentPreview></p>
      </fieldset>
    </form>
  </tpl:EntryIf>
 
  <!-- # Trackbacks -->
  <tpl:EntryIf show_pings="1">
    <div id="pings">
    <h3>{{tpl:lang They posted on the same topic}}</h3>
 
    <tpl:Pings>
      <tpl:PingsHeader>
      <dl>
      </tpl:PingsHeader>
        <dt id="c{{tpl:PingID}}" class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}"><a href="#c{{tpl:PingID}}"
        class="ping-number">{{tpl:PingOrderNumber}}.</a>
        {{tpl:lang On}} {{tpl:PingDate}}, {{tpl:PingTime}}
        {{tpl:lang by}} {{tpl:PingBlogName encode_html="1"}}</dt>
 
        <dd class="{{tpl:PingIfOdd}} {{tpl:PingIfFirst}}"><p><a href="{{tpl:PingAuthorURL}}"
        {{tpl:PingNoFollow}}>{{tpl:PingTitle encode_html="1"}}</a></p>
 
        {{tpl:PingContent}}</dd>
      <tpl:PingsFooter>
      </dl>
      </tpl:PingsFooter>
    </tpl:Pings>
    </div>
  </tpl:EntryIf>
 
  <tpl:EntryIf pings_active="1">
 
    <p id="ping-url">{{tpl:lang Trackback URL}}&nbsp;: {{tpl:EntryTrackbackLink}}</p>
  </tpl:EntryIf>
 
  <tpl:EntryIf operator="or" comments_active="1" pings_active="1">
  <p id="comments-feed"><a class="feed" href="{{tpl:BlogFeedURL}}/comments/{{tpl:EntryID}}"
  title="{{tpl:lang This page's comments RSS feed}}">{{tpl:lang This post's comments feed}}</a></p>
  </tpl:EntryIf>
 
 
<div class="cleared"></div>
 
</div></div> <!-- Closes Content -->
 
 
<div id="allsidebars">
 
<div class="sidebarswrapper"><div class="sidebars">
 
{{tpl:include src="inc-welcome.html"}}
 
<div class="sidebarsbottom"></div>
</div> <!-- Closes Sidebars -->
</div> <!-- Closes SidebarsWrapper -->
 
 
 
<div class="sidebarsB">
 
{{tpl:include src="inc-pubdroite.html"}}
 
 
<div class="sidebar1">
<div id="blognav"></div>
{{tpl:Widgets type="nav"}}
</div> <!-- Closes Sidebar1 -->
 
<div class="sidebar2">
{{tpl:Widgets type="extra"}}
</div> <!-- Closes Sidebar2 -->
<div class="cleared"></div>
</div> <!-- Closes SidebarsB -->
 
 
</div> <!-- Closes allsidebars -->
<div class="cleared"></div>
 
</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>
 
 
<div class="topcurve"></div>
 
{{tpl:include src="_footer.html"}}
 
<div class="bottomcurve"></div>
 
 
</div> <!-- Closes Wrapper -->
 
</body>
</html>


and the ContactMe page template :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <title>Contact Me - {{tpl:BlogName encode_html="1"}}</title>
 
  <link rel="schema.DC" href="http://purl.org/DC/elements/1.0/" />
  <meta name="DC.Title" content="{{tpl:EntryTitle encode_html="1"}}" />
  <meta name="DC.Creator" content="{{tpl:EntryAuthorDisplayName}}" />
  <meta name="DC.Language" scheme="rfc1766" content="{{tpl:EntryLang}}" />
 
 
  <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
  <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
 
  <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
  <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
 
  {{tpl:include src="_head.html"}}
 
  <script type="text/javascript" src="{{tpl:BlogThemeURL}}/js/post.js"></script>
  <script type="text/javascript">
  //<![CDATA[
  var post_remember_str = '{{tpl:lang Remember me on this blog}}';
  //]]>
  </script>
 
</head>
 
<body class="dc-contactme">
<div id="wrapper">
{{tpl:include src="_top.html"}}
 
<div class="cleared"></div>
 
<div id="underheader">
<div id="toprss"><a href="{{tpl:BlogFeedURL type="rss2"}}">
<img src="{{tpl:BlogThemeURL}}/images/grabrss.gif" alt="grab our rss feed"></img></a>
</div>
 
 
<h1 class="sitename"><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></h1>
<h2 class="sitedesc">{{tpl:BlogDescription encode_html="1"}}</h2>
 
</div><!-- Closes underHeader -->
 
 
 
<div id="nav">
{{tpl:MenuFreshy}}
<!-- 
<ul>

<li class="current_page"><a href='http://www.dailyblogtips.com/demos' title='Home'><span>Home</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=2" title="About"><span>About</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=10" title="Contact"><span>Contact</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=11" title="Advertise"><span>Advertise</span></a></li><li><a href="http://www.dailyblogtips.com/demos/?page_id=12" title="Resources"><span>Resources</span></a></li>
</ul>
-->
 
<div class="cleared"></div>
</div> <!-- Closes Nav -->
 
 
 
<div class="topcurvewhite"></div>
<div id="main">
<div id="contentwrapper"><div id="content">
 
{{tpl:include src="inc-pubcentrale.html"}}
 
  <h2>{{tpl:ContactMePageTitle encode_html="1"}}</h2>
 
  <div class="content-inner">
  <tpl:ContactMeIf sent="1">{{tpl:ContactMeMsgSuccess}}</tpl:ContactMeIf>
 
  <tpl:ContactMeIf error="1">{{tpl:ContactMeMsgError}}</tpl:ContactMeIf>
 
  <tpl:ContactMeIf sent="0">
    {{tpl:ContactMeFormCaption}}
    <form action="{{tpl:ContactMeURL}}" method="post" id="comment-form" class="contactme">
      <fieldset>
        <p class="field"><label for="c_name">{{tpl:lang Name or nickname}}&nbsp;:</label>
        <input name="c_name" id="c_name" type="text" size="30" maxlength="255"
        value="{{tpl:ContactMeName encode_html="1"}}" />
        </p>
 
        <p class="field"><label for="c_mail">{{tpl:lang Email address}}&nbsp;:</label>
        <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255"
        value="{{tpl:ContactMeEmail encode_html="1"}}" />
        </p>
 
        <p class="field"><label for="c_site">{{tpl:lang Website}}
        ({{tpl:lang optional}})&nbsp;:</label>
        <input name="c_site" id="c_site" type="text" size="30" maxlength="255"
        value="{{tpl:ContactMeSite encode_html="1"}}" />
        </p>
 
        <p class="field"><label for="c_subject">{{tpl:lang Subject}}&nbsp;:</label>
        <input name="c_subject" id="c_subject" type="text" size="30" maxlength="255"
        value="{{tpl:ContactMeSubject encode_html="1"}}" />
        </p>
 
        <p style="display:none"><input name="f_mail" type="text" size="30"
        maxlength="255" value="" /></p>
 
        <p class="field"><label for="c_message">{{tpl:lang Message}}&nbsp;:</label>
        <textarea name="c_message" id="c_message" cols="35"
        rows="7">{{tpl:ContactMeMessage raw="1" encode_html="1"}}</textarea>
        </p>
 
        <p><input type="submit" class="submit" value="{{tpl:lang send}}" /></p>
      </fieldset>
    </form>
  </tpl:ContactMeIf>
  </div>
 
 
 
<div class="cleared"></div>
 
</div></div> <!-- Closes Content -->
 
 
<div id="allsidebars">
 
<div class="sidebarswrapper"><div class="sidebars">
 
{{tpl:include src="inc-welcome.html"}}
 
<div class="sidebarsbottom"></div>
</div> <!-- Closes Sidebars -->
</div> <!-- Closes SidebarsWrapper -->
 
 
 
<div class="sidebarsB">
 
{{tpl:include src="inc-pubdroite.html"}}
 
 
<div class="sidebar1">
<div id="blognav"></div>
{{tpl:Widgets type="nav"}}
</div> <!-- Closes Sidebar1 -->
 
<div class="sidebar2">
{{tpl:Widgets type="extra"}}
</div> <!-- Closes Sidebar2 -->
<div class="cleared"></div>
</div> <!-- Closes SidebarsB -->
 
 
</div> <!-- Closes allsidebars -->
<div class="cleared"></div>
 
</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>
 
 
<div class="topcurve"></div>
 
{{tpl:include src="_footer.html"}}
 
<div class="bottomcurve"></div>
 
 
</div> <!-- Closes Wrapper -->
 
</body>
</html>