Webmastersite.net
Register Log In

tag html missed
reportcomment.tpl

Comments on tag html missed

zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 22, 2005 - 10:15 AM:

hello wink

below the original :

<div class="nav"><a href="http://www.webmas*****orums/">{LANG_NAVORIGIN}</a>{LINKNAV} > <a href="comments.php?id={LINKID}">{LINKTITLE}</a> > {LANG_TITLE_REPORTCOMMENT}</div>

<form action="reportcomment.php?filled=1" method="post">
<table {STANDARDTABLE}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REPORT_TYPE}:</span></td>
<td class="optionscolumn">
<select name="problemtype">
<option value=""></option>
<option value="spam">{LANG_REPORT_SPAM}</option>
<option value="flaming">{LANG_REPORT_FLAMING}</option>
<option value="low quality">{LANG_REPORT_LOWQUALITY}</option>
<option value="other">{LANG_REPORT_OTHER}</option>
</select>
<td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REPORT_DETAILS}:</span></td>
<td class="optionscolumn"><textarea cols="45" rows="5" name="comment"></textarea><td>
</tr>
<IF {SECURITYIMAGE} and {THISMEMBERISGUEST}>
<tr>
<td><span class="labels">{LANG_GENERAL_SECURITYIMAGE}:</span>
<br>{LANG_GENERAL_SECURITYIMAGEHELP}</td>
<td><img src="securityimage.php"> <input type="text" name="securityimage" size="4" maxlength="4"> </td>
</tr>
</IF>
<tr>
<td class="labelscolumn"> <input type="hidden" name="id" value="{COMMENTID}"></td>
<td class="optionscolumn"><input type="submit" value="{LANG_REPORT_SEND}" class="button">
</table>
</form>

below the mine wink

<div class="nav"><a href="http://www.webmasters*****">{LANG_NAVORIGIN}</a>{LINKNAV} > <a href="comments.php?id={LINKID}">{LINKTITLE}</a> > {LANG_TITLE_REPORTCOMMENT}</div>
<form action="reportcomment.php?filled=1" method="post"><table align="center" {STANDARDTABLE} cellpadding="5" cellspacing="5" class="category">
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REPORT_TYPE}:</span></td>
<td class="optionscolumn">
<select name="problemtype">
<option value=""></option>
<option value="spam">{LANG_REPORT_SPAM}</option>
<option value="flaming">{LANG_REPORT_FLAMING}</option>
<option value="low quality">{LANG_REPORT_LOWQUALITY}</option>
<option value="other">{LANG_REPORT_OTHER}</option>
</select>
</td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_REPORT_DETAILS}:</span></td>
<td class="optionscolumn"><textarea cols="40" rows="5" name="comment"></textarea></td>
</tr>
<IF {SECURITYIMAGE} and {THISMEMBERISGUEST}>
<tr>
<td><span class="labels">{LANG_GENERAL_SECURITYIMAGE}:
<br>{LANG_GENERAL_SECURITYIMAGEHELP}</span></td>
<td><img src="securityimage.php"> <input type="text" name="securityimage" size="4" maxlength="4"></td>
</tr>
</IF>
<tr>
<td class="labelscolumn"> <input type="hidden" name="id" value="{COMMENTID}"></td>
<td class="optionscolumn"><div align="right">
<input type="submit" value="{LANG_REPORT_SEND}" class="button">
</div></td></tr>
</table></form>

enjoy wink

Look at the <TD> miss </TD> the </span> need to move ... etc ...

take care this forum have the same {*LANG_NAVORIGIN*} ... you need to replace the original in my post !
not very secure for the forum ???
zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 22, 2005 - 10:22 AM:

i don't known why the script of this forum put :

#62; or  2; .... on my codes sad

i'm going to put the clean code on one .txt files for everybody wink

Attached Files:
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 24, 2005 - 1:43 PM:

I see nothing wrong in the template or on the page when using it. Checked it with a validator too.
zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 24, 2005 - 1:50 PM:

No disturb the design or structure but it's always better to close all TAG. (for more compatibity with all browser)

you miss TAG like </TD> and more make the comparaison wink
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 24, 2005 - 5:21 PM:

The W3C HTML validator would certainly mention an unclosed tag, and it found none (though it did find a problem in the wrapper). I guess the template you got somehow differs from mine.
zewxr
Member

Usergroup: Customer
Joined: Jul 20, 2005

Total Topics: 9
Total Comments: 30
zewxr
Posted Jul 24, 2005 - 5:38 PM:

It misses TAG
<td> </td>
on many of .tpl
If you want I can send you my .zip I downloaded it this morning
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.