From b2c10ae40b1815cdd72eea15b6d7d646e937a26d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 4 Jul 2001 01:00:18 +0000 Subject: [PATCH] Added anonymous username entry and CSSd git-svn-id: file:///svn/phpbb/trunk@552 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/PSO/overall_header.tpl | 10 +++++---- phpBB/templates/PSO/posting_body.tpl | 29 ++++++++++++++------------ 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index 84fe322041..14e1d24a13 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -9,17 +9,19 @@ P {font-family:{T_FONTFACE1};font-size:10pt} -TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal} +TH {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE2};font-size:8pt;font-weight:normal} TH.secondary {background-color:{T_TH_COLOR3};font-family:{T_FONTFACE1};font-size:10pt;font-weight:normal;text-align:left} TD.tablebg {background-color:{T_TH_COLOR1}} -TD.cat {background-color:{T_TH_COLOR2}} -TD.row1 {background-color:{T_TD_COLOR1}} -TD.row2 {background-color:{T_TD_COLOR2}} +TD.cat {background-color:{T_TH_COLOR2}} +TD.row1 {background-color:{T_TD_COLOR1}} +TD.row2 {background-color:{T_TD_COLOR2}} SPAN.title {font-family:Impact,sans-serif;font-size:36pt} SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold} SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt} SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt} +SPAN.courier {font-family:{T_FONTFACE3};font-size:10pt} +SPAN.courier {font-family:{T_FONTFACE3};font-size:8pt} SELECT.small {font-family:"Courier New",courier;font-size:8pt;width:140px} INPUT.text {font-family:"Courier New",courier;font-size:8pt;} diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index a0cf42876e..eacfb614db 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -1,6 +1,6 @@
- +
{SITENAME} {L_INDEX} -> {FORUM_NAME}{SITENAME} {L_INDEX} -> {FORUM_NAME}
@@ -15,29 +15,32 @@ function insertCode(formObj, selectObj){
-
+
- + + + + - - + + - - @@ -45,7 +48,7 @@ function insertCode(formObj, selectObj){
{L_POST_A}{L_POST_A}
{L_USERNAME}{USERNAME_INPUT}
{L_SUBJECT}{SUBJECT_INPUT}{L_SUBJECT}{SUBJECT_INPUT}
{L_MESSAGE_BODY}

{HTML_STATUS}
{BBCODE_STATUS}
+ + - - + + - +
{L_MESSAGE_BODY}

{HTML_STATUS}
{BBCODE_STATUS}
- - + +
{MESSAGE_INPUT}  BBcodes:

  Smiley codes:
{MESSAGE_INPUT} BBcodes:

 Smiley codes:
{L_OPTIONS}{HTML_TOGGLE}
{BBCODE_TOGGLE}
{SMILE_TOGGLE}
{SIG_TOGGLE}
{NOTIFY_TOGGLE}
    {TYPE_TOGGLE}
{L_OPTIONS}{HTML_TOGGLE}
{BBCODE_TOGGLE}
{SMILE_TOGGLE}
{SIG_TOGGLE}
{NOTIFY_TOGGLE}
    {TYPE_TOGGLE}
{S_HIDDEN_FORM_FIELDS}  {S_HIDDEN_FORM_FIELDS}  
- +
{S_TIMEZONE}{S_TIMEZONE} {JUMPBOX}
\ No newline at end of file