From eb6c2c54dfaafa5705d11fce82a70859684fb2f2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 19 Jun 2003 16:16:43 +0000 Subject: [PATCH] Various updates ... made "some attempt" at defining standard classes, support for various IM clients, etc. and blah git-svn-id: file:///svn/phpbb/trunk@4146 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/bbcode.html | 33 +++++--- .../templates/subSilver/memberlist_body.html | 13 ++- phpBB/templates/subSilver/memberlist_im.html | 79 +++++++++++++++++++ .../templates/subSilver/memberlist_view.html | 27 ++++--- .../subSilver/posting_topic_review.html | 47 +++++++++-- phpBB/templates/subSilver/subSilver.css | 78 ++++++------------ phpBB/templates/subSilver/ucp_prefs.html | 10 +++ phpBB/templates/subSilver/ucp_profile.html | 2 +- phpBB/templates/subSilver/viewforum_body.html | 10 +-- phpBB/templates/subSilver/viewtopic_body.html | 26 ++++-- 10 files changed, 227 insertions(+), 98 deletions(-) create mode 100644 phpBB/templates/subSilver/memberlist_im.html diff --git a/phpBB/templates/subSilver/bbcode.html b/phpBB/templates/subSilver/bbcode.html index cef1416c01..8c62f189dc 100644 --- a/phpBB/templates/subSilver/bbcode.html +++ b/phpBB/templates/subSilver/bbcode.html @@ -7,21 +7,26 @@
  • - + +
    - - - -
    {USERNAME} {L_WROTE}:
    - +
    {USERNAME} {L_WROTE}:
    + + + + - + -
    {L_QUOTE}:
    - + + + +
    +
    + @@ -29,10 +34,14 @@ - + -
    {L_CODE}:
    - + + + +
    +
    + diff --git a/phpBB/templates/subSilver/memberlist_body.html b/phpBB/templates/subSilver/memberlist_body.html index 8bb6b0c66a..948b72e0f4 100644 --- a/phpBB/templates/subSilver/memberlist_body.html +++ b/phpBB/templates/subSilver/memberlist_body.html @@ -108,26 +108,33 @@ function marklist(status) {L_MARK} + +  {memberrow.ROW_NUMBER}  {memberrow.USERNAME}  {memberrow.JOINED}  {memberrow.POSTS} {memberrow.RANK_IMG} -  {memberrow.PM_IMG}  -  {memberrow.EMAIL_IMG}  -  {memberrow.WWW_IMG}  +  {PM_IMG}  +  {EMAIL_IMG}  +  {WWW_IMG}  + + + {L_NO_MEMBERS} + + diff --git a/phpBB/templates/subSilver/memberlist_im.html b/phpBB/templates/subSilver/memberlist_im.html new file mode 100644 index 0000000000..a0a7a08942 --- /dev/null +++ b/phpBB/templates/subSilver/memberlist_im.html @@ -0,0 +1,79 @@ + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEND_IM}
    {L_SEND_IM_EXPLAIN}
    {L_IM_RECIPIENT}: {USERNAME} [ {IM_CONTACT} ] {PRESENCE_IMG}
    {L_IM_NAME}:
    {L_IM_MESSAGE}:

    {L_IM_ADD_CONTACT}
    {L_IM_SEND_MESSAGE}

    {L_IM_DOWNLOAD_APP} | {L_IM_AIM_EXPRESS}
     

    {L_IM_ADD_CONTACT}
    {L_IM_SEND_MESSAGE}
     
    {L_IM_MESSAGE}:
    {L_IM_NO_JABBER}
    {L_IM_SENT_JABBER}
    + + \ No newline at end of file diff --git a/phpBB/templates/subSilver/memberlist_view.html b/phpBB/templates/subSilver/memberlist_view.html index c98041845f..b453920fe9 100644 --- a/phpBB/templates/subSilver/memberlist_view.html +++ b/phpBB/templates/subSilver/memberlist_view.html @@ -19,6 +19,9 @@ {USERNAME} + + {KARMA_IMG} + {RANK} @@ -69,34 +72,38 @@ - + - + - + - + - + - + //--> + + + +
    {L_EMAIL_ADDRESS}: {EMAIL_IMG}{EMAIL_IMG}
    {L_PM}: {PM_IMG}{PM_IMG}
    {L_MSNM}: {MSN_IMG}{MSN_IMG}
    {L_YIM}: {YIM_IMG}{YIM_IMG}
    {L_AIM}: {AIM_IMG}{AIM_IMG}
    {L_ICQ}:
    {L_JABBER}: {JABBER_IMG}
    @@ -118,7 +125,7 @@ - +
    {L_WEBSITE}: {WWW}{WWW_IMG}
    diff --git a/phpBB/templates/subSilver/posting_topic_review.html b/phpBB/templates/subSilver/posting_topic_review.html index e39de1f795..36d8be2d88 100644 --- a/phpBB/templates/subSilver/posting_topic_review.html +++ b/phpBB/templates/subSilver/posting_topic_review.html @@ -69,17 +69,48 @@ function addquote(post_id, username) { - {postrow.POSTER_NAME} - + + + + + + + + + + diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css index 24afc9ffa2..87048b35d5 100644 --- a/phpBB/templates/subSilver/subSilver.css +++ b/phpBB/templates/subSilver/subSilver.css @@ -218,6 +218,9 @@ hr { font-size: 60%; } +.copyright { color: #444; font-weight: normal; font-size: 60%; font-family: Verdana, Arial, Helvetica, sans-serif;} + + /* The register, login, search etc links at the top of the page */ .mainmenu { color: black; @@ -239,63 +242,34 @@ hr { } /* titles for the topics: could specify viewed link colour too */ -.topictitle { - color: black; - font-size: 65%; - font-weight: bold; -} +.topictitle { font-size: 65%; font-weight: bold; } +.topicauthor { font-size: 70%; } +.topicdetails { font-size: 65%; } -/* Name of poster in viewmsg.php and viewtopic.php and other places */ -.name { - color: black; - font-size: 70%; -} +/* VIEW POSTS/MESSAGES */ +.postauthor { color: #000000; font-size: 70%; } +.postdetails { color: #000000; font-size: 60%; } +.postbody { font-size: 75%; } +.posthighlight { color: #FF0000; font-weight: bold; } -/* Location, number of posts, post date etc */ -.postdetails { - color: black; - font-size: 60%; -} -/* The content of the posts (body of text) */ -.postbody { - font-size: 75%; -} +/* BBCODE */ +.bold {} +.italics {} +.underline {} +.size {} +.color {} +.quote { color: #444; font-weight: normal; font-size: 70%; font-family: Verdana, sans-serif; border-color: #D1D7DC; border-width: 1px; border-style: solid; background-color: #FAFAFA; } +.code { color: #006600; font-weight: normal; font-size: 75%; font-family: 'Courier New', monospace; border-color: #D1D7DC; border-width: 1px; border-style: solid; background-color: #FAFAFA; } +.flash {} +.syntaxbg { color: #FFFFFF } +.syntaxcomment { color: #FF8000 } +.syntaxdefault { color: #0000BB } +.syntaxhtml { color: #000000 } +.syntaxkeyword { color: #007700 } +.syntaxstring { color: #DD0000 } -/* Quote & Code blocks */ -.quote { - color: #444; - font: normal 70%/125% Verdana, Arial, Helvetica, sans-serif; - border: #D1D7DC solid 1px; - background-color: #FAFAFA; -} -.code { - color: #006600; - font: normal 70% 'Courier New', monospace; - border: #D1D7DC 1px solid; - background-color: #FAFAFA; -} - -/* Syntax highlighning */ -.hl_bg { color: #FFFFFF } -.hl_comment { color: #FF8000 } -.hl_default { color: #0000BB } -.hl_html { color: #000000 } -.hl_keyword { color: #007700 } -.hl_string { color: #DD0000 } - -/* Copyright and bottom info */ -.copyright { - color: #444; - font: normal 60% Verdana, Arial, Helvetica, sans-serif; - letter-spacing: -1px; -} - -span.hilit { - color: red; - font-weight: bold; -} /* This is the line in the posting page which shows the rollover diff --git a/phpBB/templates/subSilver/ucp_prefs.html b/phpBB/templates/subSilver/ucp_prefs.html index 3d9ad25e31..5109fdbdd7 100644 --- a/phpBB/templates/subSilver/ucp_prefs.html +++ b/phpBB/templates/subSilver/ucp_prefs.html @@ -43,10 +43,16 @@ + + + + + + @@ -105,6 +111,10 @@ + + + + diff --git a/phpBB/templates/subSilver/ucp_profile.html b/phpBB/templates/subSilver/ucp_profile.html index d8bae8afa6..9826400185 100644 --- a/phpBB/templates/subSilver/ucp_profile.html +++ b/phpBB/templates/subSilver/ucp_profile.html @@ -87,7 +87,7 @@ - + diff --git a/phpBB/templates/subSilver/viewforum_body.html b/phpBB/templates/subSilver/viewforum_body.html index 4536399f64..ee8a79dec2 100644 --- a/phpBB/templates/subSilver/viewforum_body.html +++ b/phpBB/templates/subSilver/viewforum_body.html @@ -81,13 +81,13 @@ {REPORTED_IMG}  - +
    + + + + + + + + +
    {postrow.KARMA_IMG}
    +
    - - + + + + + +
    {postrow.MINI_POST_IMG}{L_POSTED}: {postrow.POST_DATE}    {L_POST_SUBJECT}: {postrow.POST_SUBJECT}{QUOTE_IMG} {L_POST_SUBJECT}: {postrow.POST_SUBJECT} {QUOTE_IMG}
    + + - - - - +
    + + + +
    {postrow.MESSAGE}

    {postrow.MESSAGE}
    + + + + + +
     {postrow.MINI_POST_IMG}{L_POSTED}: {postrow.POST_DATE}
    {L_SHOW_EMAIL}: {L_YES}   {L_NO}
    {L_ADMIN_EMAIL}:{L_YES}   {L_NO}
    {L_HIDE_ONLINE}: {L_YES}   {L_NO}
    {L_NOTIFY_ON_PM}: {L_YES}   {L_NO}{L_YES}   {L_NO}
    {L_MINIMUM_KARMA}:
    {L_MINIMUM_KARMA_EXPLAIN}
    {L_VIEW_TOPICS_DAYS}: {S_SELECT_SORT_DAYS}
    {L_JABBER}: {L_UCP_JABBER}:
    {topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TITLE}
    {topicrow.GOTO_PAGE}
    {topicrow.NEWEST_POST_IMG}{topicrow.ATTACH_ICON_IMG}{topicrow.TOPIC_TITLE}
    {topicrow.GOTO_PAGE}
    - {topicrow.TOPIC_AUTHOR} - {topicrow.REPLIES} - {topicrow.VIEWS} - {topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}
    + {topicrow.TOPIC_AUTHOR} + {topicrow.REPLIES} + {topicrow.VIEWS} + {topicrow.LAST_POST_TIME}
    {topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}
    diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html index 457226481d..7ce5b6ec36 100644 --- a/phpBB/templates/subSilver/viewtopic_body.html +++ b/phpBB/templates/subSilver/viewtopic_body.html @@ -27,7 +27,11 @@ - +
    @@ -101,7 +105,10 @@ - + + + + @@ -126,6 +133,8 @@
    {L_LOCATION}: {postrow.POSTER_FROM} +
    +
    {postrow.POSTER_NAME}
    {postrow.KARMA_IMG}
    @@ -143,7 +152,7 @@ -
    +
    @@ -166,6 +175,9 @@ + + + @@ -189,12 +201,12 @@
    {REPORTED_IMG}  {L_POST_REPORTED}  {L_RATE}: {L_RATE_GOOD} / {L_RATE_BAD}   {postrow.MINI_POST_IMG} {L_POSTED}: {postrow.POST_DATE} -
    {PROFILE_IMG} {PM_IMG} {EMAIL_IMG} {WWW_IMG} {AIM_IMG} {YIM_IMG} {MSN_IMG} {JABBER_IMG}