From 893957c41481a0cd5eb624096337762ffa54ff28 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 9 Aug 2009 09:14:58 -0400 Subject: Created layout 7 The following changes were also made in this revision: * All HTML was changed to XHTML and a !DOCTYPE was included to reflect this * Rewrote quotes tracking system to be much less complicated and actually working * Changed quotes rendering to look more like Chirpy than Rash * Fixed comment textarea bug * Rewrote a ton of CSS so it's not as bloated * Added a JavaScript confirmation when deleting a comment * AJAXified voting on the POTW * AJAXified voting and flagging quotes * AJAXified commenting * AJAXified voting on posts * Added DateFinder back after it was accidentally deleted in Layout 4.5 The following database changes must be performed as soon as possible: * Fix title of NO post (the < is missing the semicolon) * Restore post Frasty Tha Snaman from a backup * Reset "flag" field of all rows in "rash_quotes" to 0 * Remove the "vote" and "flag" columns of "rash_tracking" * Rename the "quote_id" column of "rash_tracking" to "vote" The following external code changes must also be performed as soon as possible: * Add the following line to the end of the // Four Island block in The Fourm's functions.php: require('/svr/www/hatkirby/fourisland/main/includes/specialdates.php'); --- theme/admin/deleteDraft.tpl | 8 +++---- theme/admin/deletePending.tpl | 8 +++---- theme/admin/deletePost.tpl | 8 +++---- theme/admin/deletedDraft.tpl | 8 +++---- theme/admin/deletedPending.tpl | 8 +++---- theme/admin/deletedPost.tpl | 8 +++---- theme/admin/draftSuccess.tpl | 12 +++++----- theme/admin/editDraft.tpl | 26 ++++++++++----------- theme/admin/editPending.tpl | 14 +++++------ theme/admin/editPost.tpl | 14 +++++------ theme/admin/index.tpl | 46 ++++++++++++++++++------------------- theme/admin/maintenanceMode.tpl | 24 +++++++++---------- theme/admin/manageDrafts.tpl | 36 ++++++++++++++--------------- theme/admin/managePending.tpl | 40 ++++++++++++++++---------------- theme/admin/managePendingQuotes.tpl | 30 ++++++++++++------------ theme/admin/managePosts.tpl | 36 ++++++++++++++--------------- theme/admin/moderateComments.tpl | 36 ++++++++++++++--------------- theme/admin/newPoll.tpl | 18 +++++++-------- theme/admin/pendingSuccess.tpl | 12 +++++----- theme/admin/pollrss.tpl | 10 ++++---- theme/admin/postSuccess.tpl | 12 +++++----- theme/admin/viewComment.tpl | 20 ++++++++-------- theme/admin/write.tpl | 26 ++++++++++----------- 23 files changed, 230 insertions(+), 230 deletions(-) (limited to 'theme/admin') diff --git a/theme/admin/deleteDraft.tpl b/theme/admin/deleteDraft.tpl index 346604e..0b37a97 100755 --- a/theme/admin/deleteDraft.tpl +++ b/theme/admin/deleteDraft.tpl @@ -1,6 +1,6 @@ -

Delete a Draft

+

Delete a Draft

-Are you ABSOLUTELY SURE that you want to delete this draft?

+

Are you ABSOLUTELY SURE that you want to delete this draft?

-Yes
-Ummm.... actually I'd rather not +

Yes
+Ummm.... actually I'd rather not

diff --git a/theme/admin/deletePending.tpl b/theme/admin/deletePending.tpl index 03541f2..6a365c1 100755 --- a/theme/admin/deletePending.tpl +++ b/theme/admin/deletePending.tpl @@ -1,6 +1,6 @@ -

Delete a Pending Post

+

Delete a Pending Post

-Are you ABSOLUTELY SURE that you want to delete this pending post?

+

Are you ABSOLUTELY SURE that you want to delete this pending post?

-Yes
-Ummm.... actually I'd rather not +

Yes
+Ummm.... actually I'd rather not

diff --git a/theme/admin/deletePost.tpl b/theme/admin/deletePost.tpl index 8c08112..c3ef82b 100755 --- a/theme/admin/deletePost.tpl +++ b/theme/admin/deletePost.tpl @@ -1,6 +1,6 @@ -

Delete a Post

+

Delete a Post

-Are you ABSOLUTELY SURE that you want to delete this post?

+

Are you ABSOLUTELY SURE that you want to delete this post?

-Yes
-Ummm.... actually I'd rather not +

Yes
+Ummm.... actually I'd rather not

diff --git a/theme/admin/deletedDraft.tpl b/theme/admin/deletedDraft.tpl index dd449f6..edd0b55 100755 --- a/theme/admin/deletedDraft.tpl +++ b/theme/admin/deletedDraft.tpl @@ -1,6 +1,6 @@ You've just deleted a draft! - + diff --git a/theme/admin/deletedPending.tpl b/theme/admin/deletedPending.tpl index 220aa11..71100d6 100755 --- a/theme/admin/deletedPending.tpl +++ b/theme/admin/deletedPending.tpl @@ -1,6 +1,6 @@ You've just deleted a pending post! - + diff --git a/theme/admin/deletedPost.tpl b/theme/admin/deletedPost.tpl index 12cc68a..a1e77ef 100755 --- a/theme/admin/deletedPost.tpl +++ b/theme/admin/deletedPost.tpl @@ -1,6 +1,6 @@ You've just deleted a post! - + diff --git a/theme/admin/draftSuccess.tpl b/theme/admin/draftSuccess.tpl index 7d76d2a..aa0616e 100755 --- a/theme/admin/draftSuccess.tpl +++ b/theme/admin/draftSuccess.tpl @@ -1,8 +1,8 @@ Congradulations, you've just made/edited a draft! - + diff --git a/theme/admin/editDraft.tpl b/theme/admin/editDraft.tpl index 29c1fea..1431e79 100755 --- a/theme/admin/editDraft.tpl +++ b/theme/admin/editDraft.tpl @@ -1,14 +1,14 @@ -

Edit a draft

+

Edit a draft

-
- Draft Title:
-

- Tags (comma-seperated):
- Post Type:
- -

+

+ Draft Title:
+
+ Tags (comma-seperated):
+ Post Type:
+ +

diff --git a/theme/admin/editPending.tpl b/theme/admin/editPending.tpl index 355e156..47859a5 100755 --- a/theme/admin/editPending.tpl +++ b/theme/admin/editPending.tpl @@ -1,8 +1,8 @@ -

Edit a pending post

+

Edit a pending post

-
- Post Title:
-

- Tags (comma-seperated):
- -

+
+ Post Title:
+
+ Tags (comma-seperated):
+ +
diff --git a/theme/admin/editPost.tpl b/theme/admin/editPost.tpl index f7e44e3..99e90a4 100755 --- a/theme/admin/editPost.tpl +++ b/theme/admin/editPost.tpl @@ -1,8 +1,8 @@ -

Edit a post

+

Edit a post

-
- Post Title:
-

- Tags (comma-seperated):
- -

+
+ Post Title:
+
+ Tags (comma-seperated):
+ +
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl index 866c900..4e57dd9 100755 --- a/theme/admin/index.tpl +++ b/theme/admin/index.tpl @@ -1,32 +1,32 @@ -

Admin Panel

+

Admin Panel

-Welcome to the ubiquitous administration panel!

+Welcome to the ubiquitous administration panel!

-

Blog

+

Blog

- + -

Poll

+

Poll

- + -

Quotes

+

Quotes

- + -

Administration

+

Administration

- + diff --git a/theme/admin/maintenanceMode.tpl b/theme/admin/maintenanceMode.tpl index 401d0ab..4247a62 100644 --- a/theme/admin/maintenanceMode.tpl +++ b/theme/admin/maintenanceMode.tpl @@ -1,15 +1,15 @@ -

Maintenance Mode

+

Maintenance Mode

-

Here you can enable/disable Maintenance Mode. When Maintenance Mode is enabled, no one can access Four Island except localhost.

+

Here you can enable/disable Maintenance Mode. When Maintenance Mode is enabled, no one can access Four Island except localhost.

-
-
- >On
- >Off
- -
-
+
+
+ />On
+ />Off
+ +
+
-

- Back to Admin Panel -

+

+ Back to Admin Panel +

diff --git a/theme/admin/manageDrafts.tpl b/theme/admin/manageDrafts.tpl index 8a498ac..142033a 100755 --- a/theme/admin/manageDrafts.tpl +++ b/theme/admin/manageDrafts.tpl @@ -1,24 +1,24 @@ -

Manage Drafts

+

Manage Drafts

- - - - - - +
Draft TitleDraft AuthorActions
+ + + + + - - - + + + - - + + -
Draft TitleDraft AuthorActions
- Edit - Delete - View -
+ Edit + Delete + View +
+ -Back to Admin Panel +Back to Admin Panel diff --git a/theme/admin/managePending.tpl b/theme/admin/managePending.tpl index 8cce14c..6c98bf8 100755 --- a/theme/admin/managePending.tpl +++ b/theme/admin/managePending.tpl @@ -1,26 +1,26 @@ -

Manage Pending

+

Manage Pending

- - - - - - +
Pending Post TitlePending Post AuthorActions
+ + + + + - - - + + + - - + + -
Pending Post TitlePending Post AuthorActions
- Edit - Delete - View - Move Up - Move Down -
+ Edit + Delete + View + Move Up + Move Down +
+ -Back to Admin Panel +Back to Admin Panel diff --git a/theme/admin/managePendingQuotes.tpl b/theme/admin/managePendingQuotes.tpl index 2d4a108..e993aae 100755 --- a/theme/admin/managePendingQuotes.tpl +++ b/theme/admin/managePendingQuotes.tpl @@ -1,21 +1,21 @@ -

Manage Pending Quotes

+

Manage Pending Quotes

- - - - - +
QuoteActions
+ + + + - - + + - - + + -
QuoteActions
- Approve - Deny -
+ Approve + Deny +
+ -Back to Admin Panel +Back to Admin Panel diff --git a/theme/admin/managePosts.tpl b/theme/admin/managePosts.tpl index 7e37b1f..41a2456 100755 --- a/theme/admin/managePosts.tpl +++ b/theme/admin/managePosts.tpl @@ -1,24 +1,24 @@ -

Manage Posts

+

Manage Posts

- - - - - - +
Post TitlePost AuthorActions
+ + + + + - - - + + + - - + + -
Post TitlePost AuthorActions
- Edit - Delete - View -
+ Edit + Delete + View +
+ -Back to Admin Panel +Back to Admin Panel diff --git a/theme/admin/moderateComments.tpl b/theme/admin/moderateComments.tpl index f3da51c..7b41016 100755 --- a/theme/admin/moderateComments.tpl +++ b/theme/admin/moderateComments.tpl @@ -1,24 +1,24 @@ -

Moderate Comments

+

Moderate Comments

- - - - - - +
Title of Article Commented UponComment AuthorActions
+ + + + + - - - + + + - - + + -
Title of Article Commented UponComment AuthorActions
- View - Approve - Deny -
+ View + Approve + Deny +
+ -Back to Admin Panel +Back to Admin Panel diff --git a/theme/admin/newPoll.tpl b/theme/admin/newPoll.tpl index 5f1d2a4..debc8f1 100755 --- a/theme/admin/newPoll.tpl +++ b/theme/admin/newPoll.tpl @@ -1,10 +1,10 @@ -Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week:

+Congradulations! You've successfully added a Poll RSS. Now it's time to add the new Poll Of The Week: -

- Question:
- Option 1:
- Option 2:
- Option 3:
- Option 4:
- -
+
+ Question:
+ Option 1:
+ Option 2:
+ Option 3:
+ Option 4:
+ +
diff --git a/theme/admin/pendingSuccess.tpl b/theme/admin/pendingSuccess.tpl index 64adbe6..51b115f 100755 --- a/theme/admin/pendingSuccess.tpl +++ b/theme/admin/pendingSuccess.tpl @@ -1,8 +1,8 @@ Congradulations, you've just made/edited a pending post! - + diff --git a/theme/admin/pollrss.tpl b/theme/admin/pollrss.tpl index 5ea628f..b58ebbb 100755 --- a/theme/admin/pollrss.tpl +++ b/theme/admin/pollrss.tpl @@ -1,6 +1,6 @@ -

Write a Poll RSS

+

Write a Poll RSS

-
-

- -

+
+
+ +
diff --git a/theme/admin/postSuccess.tpl b/theme/admin/postSuccess.tpl index 12920fe..0f27964 100755 --- a/theme/admin/postSuccess.tpl +++ b/theme/admin/postSuccess.tpl @@ -1,8 +1,8 @@ Congradulations, you've just made/edited a post! - + diff --git a/theme/admin/viewComment.tpl b/theme/admin/viewComment.tpl index ae2ee46..8b52fa0 100755 --- a/theme/admin/viewComment.tpl +++ b/theme/admin/viewComment.tpl @@ -1,12 +1,12 @@ -
-
-
- +
+
+
+ -
-
- on -

+

+
+ on +
-Back to Comment Moderation
-Back to Admin Panel +

Back to Comment Moderation
+Back to Admin Panel

diff --git a/theme/admin/write.tpl b/theme/admin/write.tpl index 0d8fb24..0371ace 100755 --- a/theme/admin/write.tpl +++ b/theme/admin/write.tpl @@ -1,14 +1,14 @@ -

Write a post

+

Write a post

-
- Post Title:
-

- Tags (comma-seperated):
- Post Type:
- -

+
+ Post Title:
+
+ Tags (comma-seperated):
+ Post Type:
+ +
-- cgit 1.4.1