-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
204b424
commit 1e8d8ba
Showing
323 changed files
with
3,873 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ERROR_BOX} | ||
<form method="post" action="{S_AGREE_ACTION}"> | ||
<div class="block"> | ||
<h2>{REGISTRATION}</h2> | ||
{AGREEMENT}<br clear="all" /><br /><br /> | ||
{L_PRIVACY_DISCLAIMER}<br clear="all" /><br /><br /><br /> | ||
<label><input type="checkbox" name="privacy" /> {AGREE_CHECKBOX}</label><br clear="all" /><br /> | ||
</div> | ||
<div class="block-empty center"> | ||
{S_HIDDEN_FIELDS} | ||
<input type="submit" name="not_agreed" value="{DO_NOT_AGREE}" class="liteoption" /> | ||
<input type="submit" name="agreed" value="{AGREE_OVER_13}" class="mainoption" /> | ||
</div> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h2>{MAIN_MENU_NAME}</h2> | ||
<ul class="links"> | ||
<!-- BEGIN cat_row --> | ||
<li> | ||
<a href="javascript:void(0);" class="gradient">{cat_row.CAT_ITEM}</a> | ||
<ul class="menu"> | ||
<!-- BEGIN menu_row --> | ||
<li>{cat_row.menu_row.MENU_URL}</li> | ||
<!-- END menu_row --> | ||
</ul> | ||
</li> | ||
<!-- END cat_row --> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- BEGIN fetchpost_row --> | ||
<div class="block"> | ||
<h2><a href="{fetchpost_row.U_VIEW_COMMENTS}" class="forumlink">{fetchpost_row.TITLE}</a></h2> | ||
{fetchpost_row.TEXT} | ||
<p class="post-time">{fetchpost_row.OPEN}<a href="{fetchpost_row.U_READ_FULL}">{fetchpost_row.L_READ_FULL}</a>{fetchpost_row.CLOSE}</p> | ||
{fetchpost_row.ATTACHMENTS} | ||
<p class="post-time"> | ||
<a href="{fetchpost_row.U_POST_COMMENT}">{L_REPLY_NEWS}</a> | ||
</p> | ||
</div> | ||
<!-- END fetchpost_row --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<h2>{TITLE}</h2> | ||
<ul class="links"> | ||
<!-- BEGIN cat_row --> | ||
<li> | ||
<a href="javascript:void(0);" class="gradient">{cat_row.CAT_ITEM}</a> | ||
<ul class="menu"> | ||
<!-- BEGIN forum_row --> | ||
<li><a href="{cat_row.forum_row.FORUM_LINK}">{cat_row.forum_row.FORUM_ITEM}</a></li> | ||
<!-- END forum_row --> | ||
</ul> | ||
</li> | ||
<!-- END cat_row --> | ||
</ul> | ||
<!-- BEGIN no_forum --> | ||
<p>{no_forum.NO_FORUM}</p> | ||
<!-- END no_forum --> | ||
|
||
<div class="clear"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | ||
<title>Icy Phoenix</title> | ||
</head> | ||
<body> | ||
<br /><br /><br /><br /><br /><br /><br /> | ||
<div style="text-align:center;"><h1><a href="http://www.icyphoenix.com">Icy Phoenix</a></h1></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="nav-div" width="100%" cellspacing="0" cellpadding="0" border="0"> | ||
<!-- BEGIN index_row --> | ||
|
||
<tr> | ||
<!-- BEGIN index_items --> | ||
<td class="{index_items.ROW_CLASS} row-center-small" width="{index_row.index_items.ROW_WIDTH}%"><b>{index_row.index_items.CAT_ITEM}</b></td> | ||
<!-- END index_items --> | ||
</tr> | ||
|
||
<tr> | ||
<!-- BEGIN index_col --> | ||
<td class="{index_row.index_col.ROW_CLASS} row-center-small"> | ||
<table class="empty-table" width="100%" cellspacing="5" cellpadding="0" border="0"> | ||
<tr> | ||
<td width="50px">{index_row.index_col.CAT_ICON}</td> | ||
<td class="genmed" align="left"> | ||
<table class="empty-table" width="100%" cellspacing="5" cellpadding="0" border="0"> | ||
<!-- BEGIN menu_row --> | ||
<tr><td><span class="forumlink">{index_row.index_col.menu_row.MENU_URL}<br /></span>{index_row.index_col.menu_row.MENU_DESC}</td></tr> | ||
<!-- END menu_row --> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
<!-- END index_col --> | ||
</tr> | ||
|
||
<!-- END index_row --> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- INCLUDE nav_header.tpl --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- INCLUDE nav_logo.tpl --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0"> | ||
<!-- BEGIN dlrow2 --> | ||
<tr> | ||
<td valign="top"><span class="genmed"><b>{dlrow2.NUMBER_LATEST}.</b></span></td><td><span class="genmed"><a href="{dlrow2.FILELINK_LATEST}">{dlrow2.FILENAME_LATEST}</a> ({dlrow2.INFO_LATEST})<br />{dlrow2.DESCRIP_LATEST}</span></td> | ||
</tr> | ||
<!-- END dlrow2 --> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- BEGIN articles --> | ||
<div class="block"> | ||
<h2><a href="{articles.U_COMMENT}" class="forumlink">{articles.L_TITLE}</a></h2> | ||
<p class="post-time">{L_POSTED} {L_WORD_ON} {articles.POST_DATE} {L_BY} {articles.L_POSTER}</p> | ||
{articles.BODY} | ||
<p class="post-time"> | ||
{articles.READ_MORE_LINK} | ||
<!-- IF not S_BOT --> | ||
<a href="{articles.U_POST_COMMENT}">{L_REPLY_NEWS}</a> | ||
<!-- ENDIF --> | ||
</p> | ||
<p class="post-time"> | ||
{L_NEWS_SUMMARY} <!-- IF S_NEWS_VIEWS --><a href="{articles.U_VIEWS}"><!-- ENDIF -->{articles.COUNT_VIEWS} {L_NEWS_VIEWS}<!-- IF S_NEWS_VIEWS --></a><!-- ENDIF --> | ||
{L_NEWS_AND} <!-- IF not S_BOT --><a href="{INDEX_FILE}?{PORTAL_PAGE_ID}topic_id={articles.ID}" rel="nofollow" title="{articles.L_TITLE}"><!-- ENDIF -->{articles.COUNT_COMMENTS} {L_NEWS_COMMENTS}<!-- IF not S_BOT --></a><!-- ENDIF --> | ||
</p> | ||
</div> | ||
<!-- END articles --><!-- BEGIN comments --> | ||
<div class="block"> | ||
<h2>{comments.L_TITLE}</h2> | ||
<p class="post-time"> | ||
{comments.POST_DATE} {L_BY} {comments.L_POSTER} | ||
</p> | ||
{comments.BODY} | ||
</div> | ||
<!-- END comments --><!-- BEGIN pagination --><div class="pagination">{pagination.PAGINATION}</div><!-- END pagination --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0"> | ||
<?php | ||
global $style_row; | ||
if ( $style_row == 'articles_scroll') | ||
{ | ||
?> | ||
<tr><td> | ||
<marquee id="recent_articles" behavior="scroll" direction="up" scrolldelay="100" height="80" scrollamount="2" loop="true" onmouseover="this.stop()" onmouseout="this.start()"> | ||
<div> | ||
<br /> | ||
<!-- BEGIN articles_scroll --> | ||
<!-- BEGIN recent_articles --> | ||
<b><a href="{recent_articles.U_ARTICLE}" title="{recent_articles.TITLE}" class="gensmall">{recent_articles.TITLE}</a></b><br /> | ||
<span class="gensmall">{L_BY} {recent_articles.AUTHOR} {L_ON} {recent_articles.DATE}</span><br /><br /> | ||
<!-- END recent_articles --> | ||
<!-- END articles_scroll --> | ||
<br /> | ||
</div> | ||
</marquee> | ||
</td></tr> | ||
<?php | ||
} | ||
?> | ||
<!-- BEGIN articles_static --> | ||
<!-- BEGIN recent_articles --> | ||
<tr> | ||
<td> | ||
<b><a href="{recent_articles.U_ARTICLE}" class="gensmall">{recent_articles.TITLE}</a></b><br /> | ||
<span class="gensmall">{L_BY} {recent_articles.AUTHOR} {L_ON} {recent_articles.DATE}</span> | ||
</td> | ||
</tr> | ||
<!-- END recent_articles --> | ||
<!-- END articles_static --> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0"> | ||
<tr> | ||
<td align="left"><span class="gensmall"> | ||
<!-- BEGIN scroll --> | ||
<marquee id="recent_topics" behavior="scroll" direction="up" height="200" scrolldelay="100" scrollamount="2" loop="true" onmouseover="this.stop()" onmouseout="this.start()"> | ||
<!-- BEGIN recent_topic_row --> | ||
<a href="{scroll.recent_topic_row.U_TITLE}" title="{scroll.recent_topic_row.L_TITLE}"><b>{scroll.recent_topic_row.L_TITLE}</b></a><br /> | ||
{L_BY} {scroll.recent_topic_row.S_POSTER} {L_ON} {scroll.recent_topic_row.S_POSTTIME}<br /><br /> | ||
<!-- END recent_topic_row --> | ||
</marquee> | ||
<!-- END scroll --> | ||
<!-- BEGIN static --> | ||
<!-- BEGIN recent_topic_row --> | ||
<a href="{static.recent_topic_row.U_TITLE}" title="{static.recent_topic_row.L_TITLE}"><b>{static.recent_topic_row.L_TITLE}</b></a><br /> | ||
{L_BY} {static.recent_topic_row.S_POSTER} {L_ON} {static.recent_topic_row.S_POSTTIME}<br /><br /> | ||
<!-- END recent_topic_row --> | ||
<!-- END static --> | ||
</span></td> | ||
</tr> | ||
</table> |
Oops, something went wrong.