Urgent: XHTML error warning

Help!



i got template warning and error on index.php


Line 127, Column 47: Attribute "template" is not a valid attribute<br />
…te class="cm-template-box" template="common_templates/loading_box.tpl" id="te<br />
✉<br />
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).<br />
<br />
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.<br />
<br />
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
```<br />
<br />
This is from: <br />
```php
<div class="helper-container"> <br />
	<a name="top"></a> <br />
	<blockquote class="cm-template-box" template="common_templates/loading_box.tpl" id="te93254b7df66787a98f44da7a64afad47"><img class="cm-template-icon hidden" src="/skins/austere/customer/images/icons/layout_edit.gif" width="16" height="16" alt="" /><div id="ajax_loading_box" class="ajax-loading-box"><div class="right-inner-loading-box"><div id="ajax_loading_message" class="ajax-inner-loading-box">Loading...</div></div></div> <br />
<!--te93254b7df66787a98f44da7a64afad47--></blockquote>	<blockquote class="cm-template-box" template="common_templates/notification.tpl" id="te92eeb5de198a5a9c2b52a7f7b4cedb3a"><img class="cm-template-icon hidden" src="/skins/austere/customer/images/icons/layout_edit.gif" width="16" height="16" alt="" /> 
```<br />
<br />
INDEX.TPL<br />
<br />
i do not know what went wrong, anyone experience this before?