diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 18:39:08 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-27 18:39:08 +0000 |
commit | 7f08c9f561856860542b4019ca4a049490505d57 (patch) | |
tree | 3e389f8c9f62f0b0bf91cd26dea554c446fd9e25 /phpBB/templates | |
parent | 18014ec4729bff93620d318309509ed2066ddd1a (diff) | |
download | forums-7f08c9f561856860542b4019ca4a049490505d57.tar forums-7f08c9f561856860542b4019ca4a049490505d57.tar.gz forums-7f08c9f561856860542b4019ca4a049490505d57.tar.bz2 forums-7f08c9f561856860542b4019ca4a049490505d57.tar.xz forums-7f08c9f561856860542b4019ca4a049490505d57.zip |
Updated
git-svn-id: file:///svn/phpbb/trunk@351 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/PSO/posting_body.tpl | 35 |
1 files changed, 28 insertions, 7 deletions
diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index ec40c907e1..90315a84f4 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -1,10 +1,19 @@ -<div align="center"><table width="98%" cellspacing="0" cellpadding="4" border="0"> +<div align="center"><table width="80%" cellspacing="0" cellpadding="4" border="0"> <tr> - <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a> -> {FORUM_NAME}</font></td> + <td align="left"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a> -> <a href="{U_VIEW_FORUM}">{FORUM_NAME}</a></font></td> </tr> </table></div> -<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0"> +<script language="JavaScript" type="text/javascript"> +<!-- +function insertCode(formObj, selectObj){ + formObj.message.value += selectObj.options[selectObj.selectedIndex].value; + return; +} +//--> +</script> + +<div align="center"><table width="80%" cellpadding="1" cellspacing="0" border="0"> <tr><form action="{S_POST_ACTION}" method="POST"> <td bgcolor="{T_TH_COLOR1}"><table border="0" cellpadding="3" cellspacing="1" width="100%"> <tr> @@ -12,19 +21,31 @@ </tr> <tr> <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_SUBJECT}</b></font></td> - <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{SUBJECT_INPUT}</font></td> + <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}">{SUBJECT_INPUT}</font></td> </tr> <tr> - <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGEBODY}</b></font><br /><br /><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{HTML_STATUS}<br />{BBCODE_STATUS}</font></td> - <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{MESSAGE_INPUT}</font></td> + <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_MESSAGEBODY}</b></font><br><br><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{HTML_STATUS}<br>{BBCODE_STATUS}</font></td> + <td bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="0" border="0"> + <tr> + <td><font face="{T_FONTFACE3}" size="{T_FONTSIZE2}">{MESSAGE_INPUT}</font></td> + <td valign="top"> <font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">BBcodes:</font><br><font face="{T_FONTFACE3}" size="{T_FONTSIZE1}"><select class="small" name="addbbcode" size="6" onchange="insertCode(this.form, this);"> <option value="[b][/b]">[b] [/b]</option> <option value="[i][/i]">[i] [/i]</option> <option value="[quote][/quote]">[quote] [/quote]</option> <option value="[code][/code]">[code] [/code]</option> <option value="[list][/list]">[list] [/list]</option> <option value="[list=][/list]">[list=] [/list]</option> <option value="[img][/img]">[img] [/img]</option> <option value="[url][/url]">[url] [/url]</option></select></font><br clear="all"> <font face="{T_FONTFACE2}" size="{T_FONTSIZE1}">Smiley codes:</font><br><font face="{T_FONTFACE3}" size="{T_FONTSIZE1}"><select class="small" name="addsmiley" size="1" onchange="insertCode(this.form, this);"> <option value=":)">Smiley</option> <option value=":(">Frown</option> <option value=":d">Big Grin</option> <option value=";)">Wink</option> <option value=":o">Eek!</option> <option value="8)">Cool</option> <option value=":?">Confused</option> <option value=":p">Razz</option> <option value=":|">Mad</option></select></font></td> + </tr> + </table></td> </tr> <tr> <td bgcolor="{T_TD_COLOR1}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}"><b>{L_OPTIONS}</b></font></td> - <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{HTML_TOGGLE}<br />{BBCODE_TOGGLE}<br />{SMILE_TOGGLE}<br />{SIG_TOGGLE}<br />{NOTIFY_TOGGLE}</font></td> + <td bgcolor="{T_TD_COLOR2}"><font face="{T_FONTFACE1}" size="{T_FONTSIZE2}">{HTML_TOGGLE}<br>{BBCODE_TOGGLE}<br>{SMILE_TOGGLE}<br>{SIG_TOGGLE}<br>{NOTIFY_TOGGLE}</font></td> </tr> <tr> <td colspan="2" bgcolor="{T_TH_COLOR3}" align="center">{S_HIDDEN_FORM_FIELDS}<input type="submit" name="preview" value="{L_PREVIEW}"> <input type="submit" name="submit" value="{L_SUBMIT}"> <input type="submit" name="cancel" value="{L_CANCEL}"></td> </tr> </table></td> </form></tr> +</table></div> + +<div align="center"><table cellspacing="2" border="0" width="80%"> + <tr> + <td valign="top"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><b>{S_TIMEZONE}</b></font></td> + <td align="right" valign="top" nowrap>{JUMPBOX}</td> + </tr> </table></div>
\ No newline at end of file |