summary refs log tree commit diff stats
path: root/theme/admin/index.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
committerStarla Insigna <hatkirby@fourisland.com>2009-08-09 09:14:58 -0400
commit893957c41481a0cd5eb624096337762ffa54ff28 (patch)
tree09d2487f8add5a6281e3482a471abf21faa4f819 /theme/admin/index.tpl
parentd27a3784c81f0c582e43655509e806978b7e65e4 (diff)
downloadfourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.gz
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.tar.bz2
fourisland-893957c41481a0cd5eb624096337762ffa54ff28.zip
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 <!DOCTYPE> post (the &lt; 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');
Diffstat (limited to 'theme/admin/index.tpl')
-rwxr-xr-xtheme/admin/index.tpl46
1 files changed, 23 insertions, 23 deletions
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 @@
1<H2>Admin Panel</H2><P> 1<h2>Admin Panel</h2><p>
2 2
3Welcome to the ubiquitous administration panel!<P> 3Welcome to the ubiquitous administration panel!</p>
4 4
5<H3>Blog</H3> 5<h3>Blog</h3>
6 6
7<UL> 7<ul>
8 <LI><A HREF="/admin/writePost.php">Write a post</A></LI> 8 <li><a href="/admin/writePost.php">Write a post</a></li>
9 <LI><A HREF="/admin/manageDrafts.php">Manage Drafts</A></LI> 9 <li><a href="/admin/manageDrafts.php">Manage Drafts</a></li>
10 <LI><A HREF="/admin/managePending.php">Manage Pending Posts</A></LI> 10 <li><a href="/admin/managePending.php">Manage Pending Posts</a></li>
11 <LI><A HREF="/admin/managePosts.php">Manage Published Posts</A></LI> 11 <li><a href="/admin/managePosts.php">Manage Published Posts</a></li>
12 <LI><A HREF="/admin/moderateComments.php">Moderate Comments</A></LI> 12 <li><a href="/admin/moderateComments.php">Moderate Comments</a></li>
13</UL> 13</ul>
14 14
15<H3>Poll</H3> 15<h3>Poll</h3>
16 16
17<UL> 17<ul>
18 <LI><A HREF="/admin/pollProcess.php">Weekly Poll Process</A></LI> 18 <li><a href="/admin/pollProcess.php">Weekly Poll Process</a></li>
19</UL> 19</ul>
20 20
21<H3>Quotes</H3> 21<h3>Quotes</h3>
22 22
23<UL> 23<ul>
24 <LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI> 24 <li><a href="/admin/managePendingQuotes.php">Manage Pending Quotes</a></li>
25</UL> 25</ul>
26 26
27<H3>Administration</H3> 27<h3>Administration</h3>
28 28
29<UL> 29<ul>
30 <LI><A HREF="/admin/hgUpdate.php">HG Update</A></LI> 30 <li><a href="/admin/hgUpdate.php">HG Update</a></li>
31 <LI><A HREF="/admin/maintenanceMode.php">Maintenance Mode</A></LI> 31 <li><a href="/admin/maintenanceMode.php">Maintenance Mode</a></li>
32</UL> 32</ul>