diff --git a/phpBB/templates/PSO/admin/auth_select_body.tpl b/phpBB/templates/PSO/admin/auth_select_body.tpl index 5e173d687e..9b9392c33d 100644 --- a/phpBB/templates/PSO/admin/auth_select_body.tpl +++ b/phpBB/templates/PSO/admin/auth_select_body.tpl @@ -1,17 +1,14 @@ -
-

{L_AUTH_TITLE}

{L_AUTH_EXPLAIN}

- +
- + + - + - -
{L_AUTH_SELECT}{L_AUTH_SELECT}
{S_AUTH_SELECT}   
- -
+ + diff --git a/phpBB/templates/PSO/admin/board_config_body.tpl b/phpBB/templates/PSO/admin/board_config_body.tpl new file mode 100644 index 0000000000..a0978180b3 --- /dev/null +++ b/phpBB/templates/PSO/admin/board_config_body.tpl @@ -0,0 +1,170 @@ +
+ +

{L_CONFIGURATION_TITLE}

+ +

{L_CONFIGURATION_EXPLAIN}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_GENERAL_SETTINGS}
{L_SITE_NAME}:
{L_ACCT_ACTIVATION}:{L_NO}ne   User   Admin
Flood Interval:
Number of seconds a user must wait between posts
Topics Per Page:
Posts Per Page:
Hot Threshold:
Default Style:{STYLE_SELECT}
Override user style:
Replaces users style with the default
{L_YES}   {L_NO}
Default Language:{LANG_SELECT}
Date Format:
{L_DATE_FORMAT_EXPLAIN}
System Timezone:{TIMEZONE_SELECT}
Enable GZip Compression: {L_YES}   {L_NO}
Enable Forum Pruning: {L_YES}   {L_NO}
User/Forum Ability Settings
Allow HTML: {L_YES}   {L_NO}
Allow BBCode: {L_YES}   {L_NO}
Allow Smilies: {L_YES}   {L_NO}
Smilies Storage Path:
Path under your phpBB root dir, e.g. images/smilies
Allow Signatures: {L_YES}   {L_NO}
Maximum signature length:
Number of characters allowed
Allow Name Change: {L_YES}   {L_NO}
Inbox limit: messages
Sentbox limit: messages
Savebox limit: messages
Avatar Settings
Allow local gallery avatars: {L_YES}   {L_NO}
Allow remote avatars:
Avatars linked from another website
{L_YES}   {L_NO}
Allow avatar uploading: {L_YES}   {L_NO}
Max. Avatar File Size:
For uploaded avatar files
Bytes
Max. Avatar Size:
(height x width) +
x
Avatar Storage Path:
Path under your phpBB root dir, e.g. images/avatars
Email Settings
Admin Email Address:
Email Signature:
This text will be attached to all emails the board sends
Use SMTP for delivery:
Say {L_YES} if you want or have to send email via a server instead of the local mail function
{L_YES}   {L_NO}
SMTP Server:
COPPA Settings
FAX Number:
Mailing Address:
Signed COPPA agreements will be mailed here
{S_HIDDEN_FIELDS} +
+ +
diff --git a/phpBB/templates/PSO/admin/disallow_body.tpl b/phpBB/templates/PSO/admin/disallow_body.tpl index e16871e143..5b25933753 100644 --- a/phpBB/templates/PSO/admin/disallow_body.tpl +++ b/phpBB/templates/PSO/admin/disallow_body.tpl @@ -11,7 +11,7 @@ {L_USERNAME}: 
{L_DEL_EXPLAIN} - {S_DISALLOW_SELECT} &nbps; + {S_DISALLOW_SELECT}   {L_ADD_DISALLOW} diff --git a/phpBB/templates/PSO/admin/group_edit_body.tpl b/phpBB/templates/PSO/admin/group_edit_body.tpl index 40ad1bf86e..0b99c7ab6e 100644 --- a/phpBB/templates/PSO/admin/group_edit_body.tpl +++ b/phpBB/templates/PSO/admin/group_edit_body.tpl @@ -1,49 +1,53 @@ -
- - +

{L_GROUP_TITLE}

+ +
{SITENAME} {L_INDEX}
+ + -
{L_GROUP_EDIT_DELETE}
- - - + - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_GROUP_INFO}
{L_ITEMS_REQUIRED}
{L_GROUP_NAME}:
{L_GROUP_DESCRIPTION}:
{L_GROUP_MODERATOR}:{S_GROUP_MODERATOR}
{L_DELETE_MODERATOR}: -
- {L_DELETE_MODERATOR_EXPLAIN}
  {L_YES}
{L_GROUP_STATUS}:{L_GROUP_OPEN}    {L_GROUP_CLOSED}
{L_GROUP_DELETE}:{L_GROUP_DELETE_CHECK}
  
{L_ITEMS_REQUIRED}
\ No newline at end of file + + {L_GROUP_NAME}: + + + + + + {L_GROUP_DESCRIPTION}: + + + + + + {L_GROUP_MODERATOR}: + {S_SELECT_MODERATORS} + + + {L_DELETE_MODERATOR} +
+ {L_DELETE_MODERATOR_EXPLAIN} + + + {L_YES} + + + {L_GROUP_STATUS}: + + {L_GROUP_OPEN}    {L_GROUP_CLOSED}    {L_GROUP_HIDDEN} + + + {L_GROUP_DELETE}: + + + {L_GROUP_DELETE_CHECK} + + + + +    + + + +{S_HIDDEN_FIELDS} diff --git a/phpBB/templates/PSO/admin/group_select_body.tpl b/phpBB/templates/PSO/admin/group_select_body.tpl index 321bdf624f..668779c20d 100644 --- a/phpBB/templates/PSO/admin/group_select_body.tpl +++ b/phpBB/templates/PSO/admin/group_select_body.tpl @@ -1,20 +1,17 @@ -
-

{L_GROUP_TITLE}

{L_GROUP_EXPLAIN}

- +
- + + - - - - + -
{L_GROUP_SELECT}{L_GROUP_SELECT}
{S_GROUP_SELECT}   
{L_GROUP_NEW}{S_GROUP_SELECT}   
- -
+ + + + diff --git a/phpBB/templates/PSO/admin/index_navigate.tpl b/phpBB/templates/PSO/admin/index_navigate.tpl index 9b44c70e4b..1da2382cc7 100644 --- a/phpBB/templates/PSO/admin/index_navigate.tpl +++ b/phpBB/templates/PSO/admin/index_navigate.tpl @@ -1,21 +1,27 @@ - -
phpBB2
+ +
phpBB2
- + + + + + + + - + - + - + - - + +
{L_ADMIN_INDEX}{L_ADMIN_INDEX}
{L_FORUM_INDEX}
{L_PREVIEW_FORUM}
{catrow.CATNAME}{catrow.ADMIN_CATEGORY}
{catrow.actionrow.ACTIONNAME}{catrow.modulerow.ADMIN_MODULE}
diff --git a/phpBB/templates/PSO/admin/styles_addnew_body.tpl b/phpBB/templates/PSO/admin/styles_addnew_body.tpl new file mode 100644 index 0000000000..6240a7986c --- /dev/null +++ b/phpBB/templates/PSO/admin/styles_addnew_body.tpl @@ -0,0 +1,19 @@ + +

{L_STYLES_TITLE}

+ +

{L_STYLES_ADD_TEXT}

+ + + + + + + + + + + + + + +
{L_STYLE}{L_TEMPLATE}{L_ACTION}
{styles.STYLE_NAME}{styles.TEMPLATE_NAME}{L_INSTALL}
diff --git a/phpBB/templates/PSO/admin/styles_edit_body.tpl b/phpBB/templates/PSO/admin/styles_edit_body.tpl new file mode 100644 index 0000000000..560b63e331 --- /dev/null +++ b/phpBB/templates/PSO/admin/styles_edit_body.tpl @@ -0,0 +1,241 @@ + +

{L_THEMES_TITLE}

+ +

{L_THEMES_EXPLAIN}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_THEME_SETTINGS}
{L_THEME_NAME}:
{L_TEMPLATE}:{S_TEMPLATE_SELECT}
{L_THEME_ELEMENT}{L_VALUE}{L_SIMPLE_NAME}
{L_STYLESHEET}:
Filename for CSS stylesheet to use for this theme.
 
{L_BACKGROUND_IMAGE}: 
{L_BACKGROUND_COLOR}: 
{L_BODY_LINK}: 
{L_BODY_VLINK}: 
{L_BODY_ALINK}: 
{L_BODY_HLINK}: 
{L_TR_COLOR1}: +
{L_TR_COLOR2}: +
{L_TR_COLOR3}: +
{L_TR_CLASS1}: +
{L_TR_CLASS2}: +
{L_TR_CLASS3}: +
{L_TH_COLOR1}: +
{L_TH_COLOR2}: +
{L_TH_COLOR3}: +
{L_TH_CLASS1}: +
{L_TH_CLASS2}: +
{L_TD_CLASS3}: +
{L_TD_COLOR1}: +
{L_TD_COLOR2}: +
{L_TD_COLOR3}: +
{L_TD_CLASS1}: +
{L_TD_CLASS2}: +
{L_TD_CLASS3}: +
{L_FONTFACE_1}: +
{L_FONTFACE_2}: +
{L_FONTFACE_3}: +
{L_FONTSIZE_1}: +
{L_FONTSIZE_2}: +
{L_FONTSIZE_3}: +
{L_FONTCOLOR_1}: +
{L_FONTCOLOR_2}: +
{L_FONTCOLOR_3}: +
{L_SPAN_CLASS_1}: +
{L_SPAN_CLASS_2}: +
{L_SPAN_CLASS_3}: +
{S_HIDDEN_FIELDS} +
+ +
diff --git a/phpBB/templates/PSO/admin/styles_exporter.tpl b/phpBB/templates/PSO/admin/styles_exporter.tpl new file mode 100644 index 0000000000..2056260b7e --- /dev/null +++ b/phpBB/templates/PSO/admin/styles_exporter.tpl @@ -0,0 +1,14 @@ + +

{L_STYLE_EXPORTER}

+ +

{L_EXPORTER_EXPLAIN}

+ +
+ + + + + + + +
{L_TEMPLATE_SELECT}
{S_TEMPLATE_SELECT}   
diff --git a/phpBB/templates/PSO/admin/styles_list_body.tpl b/phpBB/templates/PSO/admin/styles_list_body.tpl new file mode 100644 index 0000000000..915fe49312 --- /dev/null +++ b/phpBB/templates/PSO/admin/styles_list_body.tpl @@ -0,0 +1,21 @@ + +

{L_STYLES_TITLE}

+ +

{L_STYLES_TEXT}

+ + + + + + + + + + + + + + + + +
{L_STYLE}{L_TEMPLATE}{L_EDIT}{L_DELETE}
{styles.STYLE_NAME}{styles.TEMPLATE_NAME}{L_EDIT}{L_DELETE}
diff --git a/phpBB/templates/PSO/bbcode.tpl b/phpBB/templates/PSO/bbcode.tpl index a835fce7ef..187c34ea07 100755 --- a/phpBB/templates/PSO/bbcode.tpl +++ b/phpBB/templates/PSO/bbcode.tpl @@ -1,8 +1,7 @@ -// bbcode.tpl -- bbcode replacement templates. - @@ -11,6 +10,7 @@
    +
@@ -19,102 +19,99 @@
  • - - - - - - - -
    {L_QUOTE}
    - + - + + +
    +
    {USERNAME} {L_WROTE}: + + + + + - - - - - - - +
    {USERNAME} {L_WROTE}:
    - - -

    {L_QUOTE}: + +
    + + - - - + +
    {L_CODE}
    + + - - - - +
    {L_CODE}:
    -				
    -
    -		

    
    +
    +
    + - + + - + - + + - +
    - + + - + - + + - + + - -{DESCRIPTION} +{DESCRIPTION} -{EMAIL} +{EMAIL} diff --git a/phpBB/templates/PSO/faq_body.tpl b/phpBB/templates/PSO/faq_body.tpl new file mode 100644 index 0000000000..2b27acc371 --- /dev/null +++ b/phpBB/templates/PSO/faq_body.tpl @@ -0,0 +1,55 @@ + + + + + +
    {L_INDEX}
    + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    {L_FAQ}
    + + + + + + + + + + + + + +
     
    {faq_block_link.faq_row_link.FAQ_LINK}
     
    {faq_block.faq_row.FAQ_QUESTION}

    {faq_block.faq_row.FAQ_ANSWER}
    {faq_block.BLOCK_TITLE}
    + +
    + + + + + + +
    {S_TIMEZONE}{JUMPBOX}
    diff --git a/phpBB/templates/PSO/groupcp_info_body.tpl b/phpBB/templates/PSO/groupcp_info_body.tpl index 033f9366e4..99b0997765 100644 --- a/phpBB/templates/PSO/groupcp_info_body.tpl +++ b/phpBB/templates/PSO/groupcp_info_body.tpl @@ -1,148 +1,129 @@ - - -
    - - - -
    - - - - - - - - - - - - - - - -
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS}{S_HIDDEN_FIELDS}
    - -
    - -
    -{S_PENDING_HIDDEN_FIELDS} - - - - + + +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Group Moderator
     {L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_POSTS} - {L_WEBSITE} - -
    {MOD_PM_IMG} {MOD_USERNAME} {MOD_EMAIL_IMG} {MOD_FROM}{MOD_POSTS} {MOD_WWW_IMG}
    Group Members
     {L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_POSTS} - {L_WEBSITE} - {L_SELECT}
    {memberrow.PM_IMG} {memberrow.USERNAME} {memberrow.EMAIL_IMG} {memberrow.FROM}{memberrow.POSTS} {memberrow.WWW_IMG} - - {L_SELECT} -   -
    - -
    Pending Members
    {L_PM}{L_USERNAME} - {L_EMAIL} - {L_FROM} - {L_POSTS} - {L_SELECT} -
    {pendingmembersrow.PM_IMG} {pendingmembersrow.USERNAME} {pendingmembersrow.EMAIL_IMG} {pendingmembersrow.FROM}{pendingmembersrow.POSTS} {pendingmembersrow.SELECT} {L_SELECT}
     
    {L_NO_MEMBERS}
    - - - -
      - - -   - - - - -
    + + +
    {SITENAME} {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + +
    {L_GROUP_INFORMATION}
    {L_GROUP_NAME}:{GROUP_NAME}
    {L_GROUP_DESC}:{GROUP_DESC}
    {L_GROUP_MEMBERSHIP}:{GROUP_DETAILS}    + + + + + + +
    {L_GROUP_STATUS}: {L_GROUP_OPEN}    {L_GROUP_CLOSED}    {L_GROUP_HIDDEN}   
    +{S_HIDDEN_FIELDS}
    - + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_WEBSITE}{L_SELECT}
    {L_GROUP_MODERATOR}
    {MOD_PM_IMG} {MOD_USERNAME}{MOD_POSTS}{MOD_FROM}{MOD_EMAIL_IMG}{MOD_WWW_IMG}  
    {L_GROUP_MEMBERS}
    {member_row.PM_IMG} {member_row.USERNAME}{member_row.POSTS} {member_row.FROM} + {member_row.EMAIL_IMG} {member_row.WWW_IMG} + + + +
    {L_NO_MEMBERS}
    {L_HIDDEN_MEMBERS}
    {S_TIMEZONE}{JUMPBOX} + +
    + + + + +
    + + + + {S_TIMEZONE}
    + +{PENDING_USER_BOX} + +{S_HIDDEN_FIELDS} + + + + + +
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/groupcp_pending_info.tpl b/phpBB/templates/PSO/groupcp_pending_info.tpl new file mode 100644 index 0000000000..41d47d0487 --- /dev/null +++ b/phpBB/templates/PSO/groupcp_pending_info.tpl @@ -0,0 +1,36 @@ + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_PM}{L_USERNAME}{L_POSTS}{L_FROM}{L_EMAIL}{L_WEBSITE}{L_SELECT}
    {L_PENDING_MEMBERS}
    {pending_members_row.PM_IMG} + {pending_members_row.USERNAME}{pending_members_row.POSTS}{pending_members_row.FROM}{pending_members_row.EMAIL_IMG}{pending_members_row.WWW_IMG}
    + +   + +
    diff --git a/phpBB/templates/PSO/index_body.tpl b/phpBB/templates/PSO/index_body.tpl index 8a67312b15..fe65fa9e3c 100644 --- a/phpBB/templates/PSO/index_body.tpl +++ b/phpBB/templates/PSO/index_body.tpl @@ -1,50 +1,52 @@ - - + +
    {SITENAME} {L_INDEX}{L_SEARCH_NEW}{L_INDEX}{L_SEARCH_NEW} :: {L_SEARCH_UNANSWERED} :: + + {L_SEARCH_SELF} + +
    - +
    -
    + @@ -55,18 +57,19 @@
    - - + - + - - + - + - + - +
       {L_FORUM}   {L_TOPICS}   {L_POSTS}   {L_LASTPOST}  {L_MODERATOR} 
    {catrow.CAT_DESC} {catrow.CAT_DESC} 
    {catrow.forumrow.FOLDER}{catrow.forumrow.FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {catrow.forumrow.FORUM_NAME}
    {catrow.forumrow.FORUM_DESC}
    {L_MODERATOR}: {catrow.forumrow.MODERATORS}
    {catrow.forumrow.TOPICS} {catrow.forumrow.POSTS} {catrow.forumrow.LAST_POST}{catrow.forumrow.MODERATORS}
    {L_PRIVATEMSGS}{L_PRIVATEMSGS}
    {L_PRIVATEMSGS}{PRIVATE_MESSAGE_INFO}{PRIVATE_MESSAGE_INFO}
    {L_WHO_IS_ONLINE}{L_WHO_IS_ONLINE}
    {L_WHO_IS_ONLINE}{TOTAL_USERS_ONLINE}
    {LOGGED_IN_USER_LIST}
    {TOTAL_USERS_ONLINE}
    {LOGGED_IN_USER_LIST}
    diff --git a/phpBB/templates/PSO/jumpbox.tpl b/phpBB/templates/PSO/jumpbox.tpl index 36bd5206d8..55bb1824eb 100644 --- a/phpBB/templates/PSO/jumpbox.tpl +++ b/phpBB/templates/PSO/jumpbox.tpl @@ -1,5 +1,5 @@ -
    + + + - + - + - -
    {L_MARK_FORUMS_READ}

    {L_NEWPOSTS}{L_NEWPOSTS}{L_NEW_POSTS}    {L_NONEWPOSTS}{L_NONEWPOSTS}{L_NO_NEW_POSTS}    {L_FORUM_LOCKED} {L_FORUM_LOCKED}

    {L_MARK_FORUMS_READ}
    {S_TIMEZONE}
    +
    diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index 7c892d4582..379ad1ec2a 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -25,13 +25,16 @@ 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 {font-family:Verdana;font-size:8pt} INPUT {font-family:Verdana;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;} +A.forumlinks {font-weight:bold} +A {text-decoration:none} +A:hover {text-decoration:underline} + //--> @@ -39,29 +42,33 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;} -
    {L_JUMP_TO}: {S_JUMPBOX_LIST} 
    +
    diff --git a/phpBB/templates/PSO/posting_body.tpl b/phpBB/templates/PSO/posting_body.tpl index f88703264f..93645772ec 100644 --- a/phpBB/templates/PSO/posting_body.tpl +++ b/phpBB/templates/PSO/posting_body.tpl @@ -1,6 +1,6 @@ -
    - - + +
    phpBB2 : A forum that's freeGoto phpBB.com{SITENAME} : {SITE_DESCRIPTION}{SITENAME}
    - + - + - +
    {L_FAQ} | {L_MEMBERLIST} | {L_REGISTER} | {L_SEARCH}{L_FAQ} | {L_MEMBERLIST} + +  | {L_REGISTER} + +  | {L_SEARCH} {L_LAST_VISIT} {LAST_VISIT_DATE} {L_PROFILE} | {L_USERGROUPS} | {L_LOGIN_LOGOUT}
    {L_USERNAME}:    {L_PASSWORD}:    {L_AUTO_LOGIN}    
    +
    @@ -9,9 +9,9 @@
    -
    {INBOX_IMG} {INBOX_LINK}   {SENTBOX_IMG} {SENTBOX_LINK}   {OUTBOX_IMG} {OUTBOX_LINK}   {SAVEBOX_IMG} {SAVEBOX_LINK}
    +
    - +
    {SITENAME} {L_INDEX} -> {FORUM_NAME}{L_INDEX} -> {FORUM_NAME}
    @@ -48,9 +48,13 @@ function emoticon(theSmilie) { //--> - +{POST_PREVIEW_BOX} + +{ERROR_BOX} + +
    -
    +
    @@ -72,7 +76,7 @@ function emoticon(theSmilie) { - +
    {L_POST_A}
    {L_MESSAGE_BODY}

    {L_HTML_IS} {HTML_STATUS}
    {L_BBCODE_IS} {BBCODE_STATUS}
    {L_SMILIES_ARE} {SMILIES_STATUS}
    {L_MESSAGE_BODY}

    {HTML_STATUS}
    {BBCODE_STATUS}
    {SMILIES_STATUS}
    @@ -83,7 +87,7 @@ function emoticon(theSmilie) { - +
    Font color:   Font size:
    @@ -179,9 +183,11 @@ function emoticon(theSmilie) {
    - +
    {S_TIMEZONE} {JUMPBOX}
    + +{TOPIC_REVIEW_BOX} diff --git a/phpBB/templates/PSO/posting_preview.tpl b/phpBB/templates/PSO/posting_preview.tpl index acb01920c8..256f8fa00d 100644 --- a/phpBB/templates/PSO/posting_preview.tpl +++ b/phpBB/templates/PSO/posting_preview.tpl @@ -1,4 +1,5 @@ - + +
    diff --git a/phpBB/templates/PSO/posting_topic_review.tpl b/phpBB/templates/PSO/posting_topic_review.tpl new file mode 100644 index 0000000000..25c6a21c1b --- /dev/null +++ b/phpBB/templates/PSO/posting_topic_review.tpl @@ -0,0 +1,72 @@ + + +
    + + + + + + +
    {L_TOPIC_REVIEW}
    + diff --git a/phpBB/templates/PSO/profile_avatar_gallery.tpl b/phpBB/templates/PSO/profile_avatar_gallery.tpl new file mode 100644 index 0000000000..b8f8fd9c8d --- /dev/null +++ b/phpBB/templates/PSO/profile_avatar_gallery.tpl @@ -0,0 +1,37 @@ + +
    + + + + +
    {SITENAME} {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_AVATAR_GALLERY}
    {L_CATEGORY}:  
    {S_HIDDEN_FIELDS} + +    + +
    +
    diff --git a/phpBB/templates/PSO/profile_send_email.tpl b/phpBB/templates/PSO/profile_send_email.tpl new file mode 100644 index 0000000000..21d56f99ea --- /dev/null +++ b/phpBB/templates/PSO/profile_send_email.tpl @@ -0,0 +1,86 @@ + + + + + + + + + +
    + +{ERROR_BOX} + + + + + +
    {SITENAME} {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEND_EMAIL_MSG}
    {L_RECIPIENT}{USERNAME}
    {L_SUBJECT}
    {L_MESSAGE_BODY}
    {L_MESSAGE_BODY_DESC}
    {L_OPTIONS} + + + + +
    {L_CC_EMAIL}
    {S_HIDDEN_FORM_FIELDS} + + + + + +  
    + + + + + +
    {S_TIMEZONE}
    + + + + + +
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/profile_send_pass.tpl b/phpBB/templates/PSO/profile_send_pass.tpl new file mode 100644 index 0000000000..2469a49649 --- /dev/null +++ b/phpBB/templates/PSO/profile_send_pass.tpl @@ -0,0 +1,35 @@ + +
    + + + + +
    {SITENAME} {L_INDEX}
    + + + + + + + + + + + + + + + + + + +
    {L_SEND_PASSWORD}
    {L_ITEMS_REQUIRED}
    {L_USERNAME}: * + +
    {L_EMAIL_ADDRESS}: * + +
    {S_HIDDEN_FIELDS} + +    + +
    +
    diff --git a/phpBB/templates/PSO/search_body.tpl b/phpBB/templates/PSO/search_body.tpl index 5e2bab929c..f142d92340 100644 --- a/phpBB/templates/PSO/search_body.tpl +++ b/phpBB/templates/PSO/search_body.tpl @@ -1,54 +1,90 @@ -
    - - - -
    {SITENAME} {L_INDEX}
    - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    {L_SEARCH_KEYWORDS_EXPLAIN}

    {L_SEARCH_ANY_TERMS}
    {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    {L_SEARCH_AUTHOR_EXPLAIN}
    {L_SEARCH_OPTIONS}
    {L_FORUM}: {L_RETURN_FIRST} {L_CHARACTERS}
    {L_CATEGORY}: {L_SORT_BY}: 
     {L_SORT_ASCENDING}    {L_SORT_DESCENDING} 
    {L_DISPLAY_RESULTS}:  {L_POSTS}    {L_TOPICS} {L_SEARCH_PREVIOUS}: {S_TIME_OPTIONS}
    {S_HIDDEN_FIELDS}
    - - - - - + +
    {S_TIMEZONE}{JUMPBOX}
    + + +
    {SITENAME} {L_INDEX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {L_SEARCH_QUERY}
    {L_SEARCH_KEYWORDS}:
    + {L_SEARCH_KEYWORDS_EXPLAIN}
    + +
    + + {L_SEARCH_ANY_TERMS}
    + + {L_SEARCH_ALL_TERMS}
    {L_SEARCH_AUTHOR}:
    + {L_SEARCH_AUTHOR_EXPLAIN}
    + +
    {L_SEARCH_OPTIONS}
    {L_FORUM}:  + + {L_RETURN_FIRST} + + {L_CHARACTERS}
    {L_CATEGORY}:  + + {L_SORT_BY}:  + +
    + + {L_SORT_ASCENDING}
    + + {L_SORT_DESCENDING}
     
    {L_DISPLAY_RESULTS}:  + + {L_POSTS} + + {L_TOPICS}{L_SEARCH_PREVIOUS}:  + +
    {S_HIDDEN_FIELDS} + +
    + + + + +
    {S_TIMEZONE}
    + + + + +
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_results_posts.tpl b/phpBB/templates/PSO/search_results_posts.tpl index 2e1337397c..8136106994 100644 --- a/phpBB/templates/PSO/search_results_posts.tpl +++ b/phpBB/templates/PSO/search_results_posts.tpl @@ -1,72 +1,52 @@ - - - - + +
    {SITENAME} {L_INDEX}
    + + +
    {L_SEARCH} + - {SEARCH_MATCHES} Matches
    +
    - - - - - +
    - - - -
     {L_SEARCH} - {SEARCH_MATCHES} Matches 
    + + +
    {SITENAME} {L_INDEX}
    - -
    - - - - - +
    - - - - - - - - - - - - - - - -
    - - - -
     {L_FORUM}: {searchresults.FORUM_NAME}
    - - - -
    {searchresults.POSTER_NAME}

    {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    {L_VIEWS}: {searchresults.TOPIC_VIEWS}
    - - - -
    {L_TOPIC}: {searchresults.TOPIC_TITLE}
    - - - - - - -
    Post image icon{L_POSTED}: {searchresults.POST_DATE}     Post Subject: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}

    - - - - -
     {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION}
    + + + + + + + + + + + + + + + + + + + +
    {L_AUTHOR}{L_MESSAGE}
      {L_TOPIC}: {searchresults.TOPIC_TITLE}
    {searchresults.POSTER_NAME}
    +
    + {L_REPLIES}: {searchresults.TOPIC_REPLIES}
    + {L_VIEWS}: {searchresults.TOPIC_VIEWS}

    +
    Post image icon{L_FORUM}: {searchresults.FORUM_NAME}   {L_POSTED}: + {searchresults.POST_DATE}   Subject: {searchresults.POST_SUBJECT}
    {searchresults.MESSAGE}
     
    + + + + + +
    {L_PAGE} {ON_PAGE} + {L_OF} {TOTAL_PAGES}{PAGINATION}
    + {S_TIMEZONE}
    + + + +
    {JUMPBOX}
    - -
    - -
    - - - - -
    {S_TIMEZONE}{JUMPBOX}
    \ No newline at end of file diff --git a/phpBB/templates/PSO/search_results_topics.tpl b/phpBB/templates/PSO/search_results_topics.tpl index 7ffb190dfd..7cbb17acb9 100644 --- a/phpBB/templates/PSO/search_results_topics.tpl +++ b/phpBB/templates/PSO/search_results_topics.tpl @@ -1,53 +1,56 @@ - - - - - + +
    {SITENAME} {L_INDEX}
    + + +
    {L_SEARCH} + - {SEARCH_MATCHES} Matches
    +
    - - - - - +
    - - - - - - - - - - - - - - - - - - - - - - - - - - -
    {L_SEARCH} {L_FOUND} {SEARCH_MATCHES} {L_MATCHES}
      {L_FORUM}  {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
     {searchresults.FOLDER}  {searchresults.FORUM_NAME} {searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE} {searchresults.GOTO_PAGE}{searchresults.REPLIES}{searchresults.TOPIC_POSTER}{searchresults.VIEWS}{searchresults.LAST_POST}
    - - - - -
     {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {PAGINATION} 
    + + +
    {SITENAME} {L_INDEX}
    - -
    - - - - - - +
    {S_TIMEZONE}{JUMPBOX}
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      {L_FORUM}  {L_TOPICS}  {L_REPLIES}  {L_AUTHOR}  {L_VIEWS}  {L_LASTPOST} 
    {searchresults.FOLDER}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
    {searchresults.GOTO_PAGE}
    {searchresults.REPLIES}{searchresults.TOPIC_POSTER}{searchresults.VIEWS}{searchresults.LAST_POST}
    {L_NO_TOPICS}
     
    + + + + + +
    {L_PAGE} {ON_PAGE} + {L_OF} {TOTAL_PAGES}{PAGINATION}
    + {S_TIMEZONE}
    + + + +
    {JUMPBOX}
    diff --git a/phpBB/templates/PSO/search_username.tpl b/phpBB/templates/PSO/search_username.tpl new file mode 100644 index 0000000000..8e15db70de --- /dev/null +++ b/phpBB/templates/PSO/search_username.tpl @@ -0,0 +1,41 @@ + + + +
    + + + + +
    + + + + + + + +
    {L_SEARCH_USERNAME}

    + +   + +

    + {L_SEARCH_EXPLAIN}
    + + {L_UPDATE_USERNAME}
    + +   + +

    + +
    + {L_CLOSE_WINDOW}
    +
    +
    diff --git a/phpBB/templates/PSO/simple_footer.tpl b/phpBB/templates/PSO/simple_footer.tpl new file mode 100644 index 0000000000..f8c4fd89e8 --- /dev/null +++ b/phpBB/templates/PSO/simple_footer.tpl @@ -0,0 +1,23 @@ +
    + +
    + +Powered by phpBB {PHPBB_VERSION} © 2001 phpBB Group
    + + + diff --git a/phpBB/templates/PSO/simple_header.tpl b/phpBB/templates/PSO/simple_header.tpl new file mode 100644 index 0000000000..35972ff194 --- /dev/null +++ b/phpBB/templates/PSO/simple_header.tpl @@ -0,0 +1,41 @@ + + + + + + + +{META} +{SITENAME} -+- {PAGE_TITLE} + + + diff --git a/phpBB/templates/PSO/viewforum_body.tpl b/phpBB/templates/PSO/viewforum_body.tpl index 167f3fa5f9..71283bb9b9 100644 --- a/phpBB/templates/PSO/viewforum_body.tpl +++ b/phpBB/templates/PSO/viewforum_body.tpl @@ -5,7 +5,7 @@
    - +
    diff --git a/phpBB/templates/PSO/viewtopic_body.tpl b/phpBB/templates/PSO/viewtopic_body.tpl index 59a5a39cc7..fe411e25cf 100644 --- a/phpBB/templates/PSO/viewtopic_body.tpl +++ b/phpBB/templates/PSO/viewtopic_body.tpl @@ -1,15 +1,16 @@ +
    - - + +
    {SITENAME} {L_INDEX} -> {FORUM_NAME} -> {TOPIC_TITLE} {L_VIEW_PREVIOUS_TOPIC} :: {L_VIEW_NEXT_TOPIC} {L_INDEX} -> {FORUM_NAME} -> {TOPIC_TITLE} {L_VIEW_PREVIOUS_TOPIC} :: {L_VIEW_NEXT_TOPIC}
    - +
    -
    +
    -
    + + + + + +
    @@ -18,12 +19,30 @@ {POLL_DISPLAY} - - + + - +
    {TOPIC_TITLE} {L_TOPIC_POST}  {L_TOPIC_REPLY}
    {L_AUTHOR}{L_MESSAGE} + + + +
    {L_AUTHOR}
    + + + +
    {L_MESSAGE}
    + + + + +
    - + + + + +
    + - +
    @@ -54,12 +73,25 @@
    {postrow.POSTER_NAME}
    {postrow.POSTER_RANK}
    {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}

    {postrow.POSTER_JOINED}
    {postrow.POSTER_POSTS}
    {postrow.POSTER_FROM}


    + + + + + + + +
    -
    + @@ -72,7 +104,7 @@
    - +
    {L_TOPIC_REPLY}  {L_TOPIC_POST} {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES}  {PAGE_NUMBER}  {PAGINATION}
    - - + +
    {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} 
    {S_TIMEZONE}

    {S_WATCH_TOPIC}
    {JUMPBOX}{S_AUTH_LIST}
    {S_TOPIC_ADMIN}
    {L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} 
    {S_TIMEZONE}

    {S_WATCH_TOPIC}
    {JUMPBOX}{S_AUTH_LIST}