PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Feedback & Suggestions (http://www.photoplog.com/forum/forumdisplay.php?f=3)
-   -   photoplog_comment_form needs work (http://www.photoplog.com/forum/showthread.php?t=105)

Tefra 03-01-2006 09:27 PM

photoplog_comment_form needs work
 
1 Attachment(s)
The template photoplog_comment_form i think it needs a little change to fit the way it looks everywhere else. I don't like it stretching so much. I have already done it for myself but it would be nice to become default.


HTML Code:

$photoplog_sub_navbar
<table class="tborder" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" align="center" width="100%">
<form action="$photoplog_location/comment.php" method="post" name="vbform"<if condition="!is_browser('webtv')"> onsubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"</if>>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="docomment" />
<input type="hidden" name="fileid" value="$photoplog_fileid" />
<input type="hidden" name="commentid" value="$photoplog_commentid" />
<tr>
        <td class="tcat" colspan="7" align="left" valign="middle">
                $vbphrase[photoplog_comment]
        </td>
</tr>
<tr>
        <td class="thead" colspan="7" align="left" valign="middle">
                $vbphrase[photoplog_rate]
        </td>
</tr>
<tr>
        <td class="alt2" align="center" valign="middle">
                <div align="center"><img src="$photoplog_location/file.php?$session[sessionurl]n=$photoplog_fileid&amp;w=s" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" /></div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate5"><input type="radio" name="rating" id="rate5" value="5" $photoplog_checked[5] />$vbphrase[photoplog_excellent]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_5.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate4"><input type="radio" name="rating" id="rate4" value="4" $photoplog_checked[4] />$vbphrase[photoplog_good]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_4.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate3"><input type="radio" name="rating" id="rate3" value="3" $photoplog_checked[3] />$vbphrase[photoplog_average]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_3.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate2"><input type="radio" name="rating" id="rate2" value="2" $photoplog_checked[2] />$vbphrase[photoplog_bad]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_2.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate1"><input type="radio" name="rating" id="rate1" value="1" $photoplog_checked[1] />$vbphrase[photoplog_terrible]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_1.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
        <td nowrap="nowrap" class="alt2" align="center" valign="middle" width="15%">
                <div class="smallfont">
                        <label for="rate0"><input type="radio" name="rating" id="rate0" value="0" $photoplog_checked[0] />$vbphrase[photoplog_none]</label>
                        <br />
                        <img src="$photoplog_location/stars/rating_0.gif" alt="$vbphrase[photoplog_image]" title="$vbphrase[photoplog_image]" border="0" />
                </div>
        </td>
</tr>
<tr>
        <td colspan="7" class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth]" align="$stylevar[left]">
               
                <!-- subject field -->
                <table cellpadding="0" cellspacing="0" border="0" class="fieldset">
                <tr>
                        <td class="smallfont" colspan="3">$vbphrase[title]:</td>
                </tr>
                <tr>
                        <td><input type="text" class="bginput" name="title" value="$photoplog_title" size="50" maxlength="85" title="$vbphrase[optional]" /></td>
                        <td>&nbsp;&nbsp;</td>
                                </tr>
                </table>
                <!-- / subject field -->
               
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td>
                       
                <!-- message area -->
                <div class="smallfont">$vbphrase[message]:</div>               
                $messagearea
                <!-- / message area -->
               
                        </td>
                </tr>
                </table>
               
                </div>
        </div>
                       
        <div style="margin-top:$stylevar[cellpadding]px">
                <input class="button" type="submit" value="$vbphrase[photoplog_submit]" />
                <input class="button" type="reset" value=" $vbphrase[photoplog_reset] " />
        </div>
        </td>
</tr>
</form>
</table>
$photoplog_powered_by



All times are GMT. The time now is 12:25 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.