Update of /cvsroot/mxbb/mx_blogs/templates/_core/Infinity In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29317/templates/_core/Infinity Added Files: Copy of weblog_header.htm Infinity.cfg Infinity.css InfinityBlue.css InfinityGreen.css InfinityOrange.css InfinityRed.css entry.gif entry_hot.gif entry_locked.gif entry_locked_new.gif entry_memorable.gif entry_memorable_locked.gif entry_memorable_locked_new.gif entry_memorable_new.gif entry_new.gif entry_new_hot.gif icon_delete.gif icon_latest_reply.gif icon_newest_reply.gif preview_img.gif print.css styleswitcher.js weblog_allentries_body.htm weblog_blocked_body.htm weblog_body.htm weblog_confirm_body.htm weblog_contributors_body.htm weblog_entry_body.htm weblog_faceplate_body.htm weblog_footer.htm weblog_friends_body.htm weblog_header.20060504.htm weblog_header.htm weblog_login_body.htm weblog_message_body.htm weblog_mini_box.htm weblog_posting_body.htm weblog_s_body.htm Log Message: upgrade for new styling engine --- NEW FILE: weblog_s_body.htm --- <div class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a></div> <div id="loggedInList">{LOGGED_IN_USER_LIST}</div> <!-- BEGIN switch_contributor_only --> <a href="{U_POST_ENTRY}" class="specialLink"><img src="{PHPURL}weblogs/templates/orangeBlue/images/edit.gif" alt="{L_POST_NEW_ENTRY}" />{L_POST_NEW_ENTRY}</a> <!-- END switch_contributor_only --> <div id="mainColumn"> <!-- BEGIN entryrow --> <div class="entry"> <h1>{entryrow.SUBJECT}</h1> <h2>{entryrow.TIME_DATE}</h2> <div class="entryContent"> <div class="entryTop"><a href="{entryrow.U_TRACKBACKS}">{entryrow.TRACKBACK_IMG} {entryrow.NUM_TRACKBACKS}</a> [ <a href="{entryrow.U_PERMALINK}">{L_PERMALINK}</a> ] <a href="{entryrow.U_EDIT}">{entryrow.EDIT_IMG}</a> <a href="{entryrow.U_DELETE}">{entryrow.DELETE_IMG}</a></div> <div class="entryCategory">{entryrow.CATEGORY}</div> <div class="entryMood">{entryrow.MOOD}</div> <div class="entryCurrently">{entryrow.CURRENTLY}</div> <div>{entryrow.LOCKED_ICON}</div> <div class="contents">{entryrow.ENTRY}</div> <div class="entryBottom"> <div class="postedby">{entryrow.POSTED_BY}</div> <div class="comments"><a href="{entryrow.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{entryrow.REPLIES}</a> <a href="{entryrow.U_POST_COMMENT}"{entryrow.OPEN_NEW_WINDOW} rel="nofollow" title="{L_COMMENT_ON_ENTRY}">{entryrow.POST_COMMENT}</a></div> </div> </div> </div> <!-- END entryrow --> </div> <div id="rightColumn"> <div class="block"> <div class="blockHeader"></div> <div class="blockContent"> <div id="avatar">{AVATAR_IMG}</div> <div id="blog_desc">{WEBLOG_DESCRIPTION}</div> <table> <tr> <th>{L_WEBLOG_OWNER}:</th> <td>[ <a href="{U_PROFILE}">{WEBLOG_OWNER}</a> ]</td> </tr> <tr> <th>{L_CONTRIBUTORS}:</th> <td>[ {CONTRIBUTORS} ]</td> </tr> <!-- BEGIN switch_owner_only --> <tr> <th></th> <td>[ <a href="{U_CONTRIBUTORS}">{L_EDIT_CONTRIBUTORS}</a> ]</td> </tr> <!-- END switch_owner_only --> <tr> <th>{L_WEBLOG}:</th> <td>[ <a href="{U_ALL_ENTRIES}">{L_VIEW_ALL_ENTRIES}</a> ]</td> </tr> <tr> <th></th> <td>[ <a href="{U_FRIENDS_LIST}">{L_FRIENDS_LIST}</a> ]</td> </tr> <!-- BEGIN switch_contributor_only --> <tr> <th></th> <td>[ <a href="{U_BLOCKED_LIST}">{L_BLOCKED_LIST}</a> ]</td> </tr> <!-- END switch_contributor_only --> <!-- BEGIN switch_owner_only --> <tr> <th></th> <td>[ <a href="{U_WEBLOG_CP}">{L_WEBLOG_CP}</a> ]</td> </tr> <!-- END switch_owner_only --> <tr> <th>{L_GO}:</th> <td>[ <strong>{U_BACK}/{U_FORWARD}</strong> ]</td> </tr> </table> </div> </div> <!-- BEGIN switch_show_calendar --> <div class="block"> <div class="blockHeader">{L_CALENDAR}</div> <div class="blockContent"> <form action="{S_FORM_ACTION}" method="get">{DATE_SELECT}{S_HIDDEN_FIELD} <input type="submit" accesskey="c" name="submit" value="{L_GO}" /> </form> <table id="calendar" cellspacing="0"> <tr> <th><a href="{U_PREVIOUS_YEAR}" id="yearLeft">«</a></th> <th><a href="{U_PREVIOUS_MONTH}" id="monthLeft"><</a></th> <th colspan="3">{MONTH} {YEAR}</th> <th><a href="{U_NEXT_MONTH}" id="yearRight">></a></th> <th><a href="{U_NEXT_YEAR}" id="monthRight">»</a></th> </tr> <tr> <!-- BEGIN no_day --> <td class="nodaycell"></td> <!-- END no_day --> <!-- BEGIN day_cell --> <td class="{switch_show_calendar.day_cell.DAY_CLASS}">{switch_show_calendar.day_cell.NUM_DAY}</td>{switch_show_calendar.day_cell.WEEK_ROW} <!-- END day_cell --> <!-- BEGIN no_day2 --> <td class="nodaycell"></td> <!-- END no_day2 --> </tr> </table> </div> </div> <!-- END switch_show_calendar --> <!-- BEGIN switch_shoutbox --> <div class="block"> <div class="blockHeader">{L_SHOUTBOX}</div> <div class="blockContent"> <div id="shoutbox"> <!-- BEGIN shoutrow --> <div{switch_shoutbox.shoutrow.ROW_CLASS}> <div class="shoutdelete"><a href="{switch_shoutbox.shoutrow.U_DELETE}">{switch_shoutbox.shoutrow.DELETE_IMG}</a></div> <div class="shoutboxPoster">{switch_shoutbox.shoutrow.POSTER}</div> <div class="shoutboxTimeDate">{switch_shoutbox.shoutrow.TIME_DATE}</div> <div class="shout">{switch_shoutbox.shoutrow.MESSAGE}</div> </div> <!-- END shoutrow --> <!-- BEGIN switch_no_shouts --> <div class="noshouts">{L_NO_SHOUTS}</div> <!-- END switch_no_shouts --> </div> <form action="{S_FORM_ACTION}" method="post" name="post"> <!-- BEGIN switch_user_logged_out --> <label for="username">{L_NAME}:</label><input type="text" name="username" id="username" /> <label for="www">{L_WEBSITE}:</label><input type="text" name="www" id="www" /> <!-- END switch_user_logged_out --> <label for="message">{L_SHOUT}:</label><textarea name="message" id="message" rows="6" cols="10"></textarea> <div><a href="{U_VIEW_SMILIES}" onclick="window.open('{U_VIEW_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_VIEW_SMILIES}</a></div> <div class="submit"><input type="submit" accesskey="s" name="submit" class="mainoption" value="{L_SUBMIT}" /><input type="reset" name="reset" class="liteoption" value="{L_RESET}" /></div> </form> </div> </div> <!-- END switch_shoutbox --> <!-- BEGIN custom_block --> <div class="block"> <div class="blockHeader">{CUSTOM_BLOCK_TITLE}</div> <div class="blockContent"> {S_CUSTOM_BLOCK} </div> </div> <!-- END custom_block --> <!-- BEGIN switch_contact_user --> <div class="block"> <div class="blockHeader">{CONTACT_OWNER}</div> <div class="blockContent"> <div class="infoTitle">{L_EMAIL_ADDRESS}</div> <div class="info"><a href="{U_SEND_EMAIL}">{EMAIL}</a></div> <div class="infoTitle">{L_PRIVATE_MESSAGE}</div> <div class="info"><a href="{U_SEND_PRIVATE_MESSAGE}">{L_SEND_PM}</a></div> <div class="infoTitle">{L_MSN_MESSENGER}</div> <div class="info">{MSN_MESSENGER}</div> <div class="infoTitle">{L_YAHOO_MESSENGER}</div> <div class="info"><a href="{U_YIM}">{YAHOO_MESSENGER}</a></div> <div class="infoTitle">{L_AIM_ADDRESS}</div> <div class="info"><a href="{U_AIM}">{AOL_MESSENGER}</a></div> <div class="infoTitle">{L_ICQ_NUMBER}</div> <div class="info"><a href="{U_ICQ}">{ICQ_NUMBER}</a></div> </div> </div> <!-- END switch_contact_user --> <!-- BEGIN switch_show_profile --> <div class="block"> <div class="blockHeader">{ABOUT_OWNER}</div> <div class="blockContent"> <div class="infoTitle">{L_JOINED}</div> <div class="info">{JOINED_DATE}</div> <div class="infoTitle">{L_LOCATION}</div> <div class="info">{LOCATION}</div> <div class="infoTitle">{L_OCCUPATION}</div> <div class="info">{OCCUPATION}</div> <div class="infoTitle">{L_INTERESTS}</div> <div class="info">{INTERESTS}</div> </div> </div> <!-- END switch_show_profile --> <!-- BEGIN switch_show_info --> <div class="block"> <div class="blockHeader">{L_WEBLOG}</div> <div class="blockContent"> <div class="infoTitle">{L_WEBLOG_STARTED}</div> <div class="info">{STARTED_DATE}</div> <div class="infoTitle">{L_TOTAL_ENTRIES}</div> <div class="info">{NUMBER_OF_ENTRIES}</div> <div class="infoTitle">{L_WEBLOG_AGE}</div> <div class="info">{WEBLOG_AGE}</div> <div class="infoTitle">{L_TOTAL_REPLIES}</div> <div class="info">{NUMBER_OF_REPLIES}</div> <div class="infoTitle">{L_VISITS}</div> <div class="info">{NUMBER_OF_VISITS}</div> </div> </div> <!-- END switch_show_info --> <div class="block"> <div class="blockHeader">RSS</div> <div class="blockContent"> <a href="{U_RSS_FEED}"><img src="{PHPURL}images/xml.gif" alt="{L_RSS}" border="0" /></a> </div> </div> </div> --- NEW FILE: weblog_blocked_body.htm --- <h1>{L_BLOCKED_USERS}</h1> <div class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a></div> <div>{L_BLOCKED_USERS}: <!-- BEGIN blockedrow --> <a href="{blockedrow.U_PROFILE}">{blockedrow.BLOCKED_USER}</a> <!-- END blockedrow --> </div> <form action="{S_BLOCK_ACTION}" method="post" style="text-align: center"> <div class="entryExpanded"> <input type="text" name="blockeduser" maxlength="255" tabindex="1" size="20" /> <input type="submit" name="blockuser" value="{L_BLOCK_USER}" class="mainoption" tabindex="2" /> <input type="submit" name="removeuser" value="{L_REMOVE_USER}" tabindex="3" /> <br /> {L_BLOCK_USERS_EXPLAIN} </div> <div class="entryExpanded"> {S_GROUP_SELECT} <input type="submit" name="blockgroup" value="{L_BLOCK_GROUP}" class="mainoption" tabindex="5" /> <input type="submit" name="removegroup" value="{L_REMOVE_GROUP}" tabindex="6" /> </div> </form> --- NEW FILE: icon_newest_reply.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: weblog_allentries_body.htm --- <div id="loggedInList">{LOGGED_IN_USER_LIST}</div> <div class="middleBar"> <div id="page_numer">{PAGE_NUMBER}</div> <div id="pagination">{PAGINATION}</div> </div> <!-- BEGIN switch_weblog_owner --> <a href="{U_POST_NEW_ENTRY}" class="specialLink"><img src="weblogs/templates/orangeBlue/images/edit.gif" alt="{L_POST_NEW_ENTRY}" />{L_POST_NEW_ENTRY}</a> <!-- END switch_weblog_owner --> <div class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a> </div> <table cellspacing="0" id="allentries"> <tr> <th colspan="3">{L_ENTRIES}</th> <th>{L_REPLIES}</th> <th>{L_VIEWS}</th> <th>{L_LASTREPLY}</th> </tr> <!-- BEGIN entryrow --> <tr> <td class="entryIcon"><img src="{entryrow.ENTRY_ICON}" alt="{entryrow.L_ENTRY_ICON_ALT}" title="{entryrow.L_ENTRY_ICON_ALT}" /></td> <td class="entryState"><div>{entryrow.MOOD}</div><div>{entryrow.ACTION}</div></td> <td class="entryDetails">{entryrow.NEWEST_ENTRY_IMG}{entryrow.MEMORABLE}<a href="{entryrow.U_VIEW_ENTRY}">{entryrow.ENTRY_SUBJECT}</a> <br />{entryrow.GOTO_PAGE}</td> <td class="entryReplies" style="text-align: center">{entryrow.REPLIES}</td> <td class="entryViews" style="text-align: center">{entryrow.VIEWS}</td> <td class="entryLastPost" style="text-align: center; white-space: nowrap">{entryrow.LAST_POST_TIME}<br />{entryrow.LAST_POST_AUTHOR} {entryrow.LAST_POST_IMG}</td> </tr> <!-- END entryrow --> <!-- BEGIN switch_no_entries --> <tr> <td class="rowMessage" colspan="6">{L_NO_ENTRIES}</td> </tr> <!-- END switch_no_entries --> <tr> <td class="tdBottom" colspan="6"> <form action="{S_POST_DAYS_ACTION}" action="post"> {L_DISPLAY_ENTRIES}:{S_SELECT_ENTRY_DAYS} <input type="submit" value="{L_GO}" name="submit" /> </form> </td> </tr> </table> <!-- BEGIN switch_weblog_owner --> <a href="{U_POST_NEW_ENTRY}" class="specialLink"><img src="weblogs/templates/orangeBlue/images/edit.gif" alt="{L_POST_NEW_ENTRY}" />{L_POST_NEW_ENTRY}</a> <!-- END switch_weblog_owner --> <div class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a> </div> --- NEW FILE: entry.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: entry_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: print.css --- body { color: black; background: white } #rightColumn, #loggedInList, .nav, .entryTop, .comments { display: none } .entryContent { border: none } #title { font-size: 18pt } h1 { font-size: 14pt } h2 { font-size: 12pt } h3 { font-size: 11pt } #footer { font-size: 8pt; margin-top: 1em; text-align: center } .postedby { font-size: 8pt } --- NEW FILE: icon_latest_reply.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: InfinityGreen.css --- /* COLOR */ @import "Infinity.css"; body { color: black; background: #F0FFF0 } hr { border: 0; border-top: 1px green solid; } #wrapper { background: white; border: 1px green solid } a:link { color: green; } a:active { color: #33FF33; } a:visited { color: #009900; } a:hover { color: #77CC77; } h1 { color: green; } h2 { color: #009900; } textarea { color: green; border: 1px green solid;} .blockHeader{ color: green; } .infoTitle { color: green; } #header { background: green; border: 3px green double; } #title { color: white; } input { border: 1px green solid; background: white } input:hover { color: green; font-weight: bold } .specialLink{ background: #F0FFF0; border: 1px green solid; } .specialLink:hover { background: green; color: white; text-decoration: none } #footer { border-top: 1px green dashed; } .blockContent { background: #F0FFF0; border: 1px green solid; } .entryContent, .entryExpanded { background: #F0FFF0; border: 1px green solid; } #calendar { background: #F0FFF0; border: 1px green solid; } #calendar th { background: green; color: #FFEFEF } #calendar th a { color: #FFEFEF } .daycell a { background: #CCFFCC; } .daycell { border: 1px; } #calendar a:hover { background: white; border: 1px green solid; color: green } .row1, .entryIcon, .entryState, .entryDetails, .rowMessage { background: #F0FFF0; } .row2, .entryReplies, .entryViews, .entryLastPost, .tdBottom { background: #E5FFE5; } #shoutbox { border: 1px green solid } #allentries th { background: green; color: white; padding: 5px; } #allentries td { padding: 5px; } #allentries { border: 1px green solid; background: white } #allreplies th { background: green; color: white; padding: 5px } #allreplies td { padding: 5px; } #allreplies { border: 1px green solid; background: white } .selectedBBCode, .bbcode:hover { background: green; color: white; font-weight: normal } .selectedBBCode:hover, .bbcode { background: white; color: green; font-weight: normal } #postTable th { background: green; padding: 5px; color: white} #postTable { border: 1px green solid; } --- NEW FILE: weblog_header.htm --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="author" content="{WEBLOG_OWNER}" /> <meta name="description" content="{WEBLOG_DESCRIPTION}" /> {META} <link rel="alternate" type="application/rss+xml" title="{PAGE_TITLE} - RSS 2.0" href="{U_RSS_FEED}" /> <link rel="alternate" type="application/rss+xml" title="{L_LATEST_WEBLOGS} RSS" href="{U_RSS}" /> <link rel="stylesheet" href="weblogs/templates/Infinity/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="weblogs/templates/Infinity/InfinityOrange.css" title="InfinityOrange" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityBlue.css" title="InfinityBlue" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityGreen.css" title="InfinityGreen" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityRed.css" title="InfinityRed" media="screen" /> <title>{PAGE_TITLE}</title> <style type="text/css"> <!-- body { background-image: {BACKGROUND_IMAGE}; background-attachment: {BACKGROUND_IMAGE_FIXED}; background-repeat: {BACKGROUND_REPEAT}; background-position: {BACKGROUND_POSITION}; font-family: {FONT}; color: #{FONT_COLOR}; scrollbar-face-color: #{SB_FACE_COLOR}; scrollbar-highlight-color: #{SB_HIGHLIGHT_COLOR}; scrollbar-shadow-color: #{SB_SHADOW_COLOR}; scrollbar-3dlight-color: #{SB_3DLIGHT_COLOR}; scrollbar-arrow-color: #{SB_ARROW_COLOR}; scrollbar-track-color: #{SB_TRACK_COLOR}; scrollbar-darkshadow-color: #{SB_DARKSHADOW_COLOR}; } a.nav { font-family: {FONT}; } a:link { text-decoration: {NORMAL_LINK_UNDERLINED}; } a:active { text-decoration: {ACTIVE_LINK_UNDERLINED}; } a:visited { text-decoration: {VISITED_LINK_UNDERLINED}; } a:hover { text-decoration: {HOVER_LINK_UNDERLINED}; } h1 { font-size: {ENTRY_TITLE_FONT_SIZE}pt; } h2 { font-size: {DATE_TIME_FONT_SIZE}pt; } #styleSwitcher { overflow: auto; float: right } a.switchOrange, a.switchGreen, a.switchBlue, a.switchRed { margin: 0 3px; display: block; width: 1.5em; height: 1.5em; float: left; } a.switchOrange { background: #FFCC80; } a.switchGreen { background: #80FF80; } a.switchBlue { background: #8080FF; } a.switchRed { background: #FF8080; } a.switchOrange:hover { background: orange; } a.switchGreen:hover { background: lime; } a.switchBlue:hover { background: blue; } a.switchRed:hover { background: red; } --> </style> <script language="JavaScript" type="text/javascript"> <!-- function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("rel").indexOf("alt") == -1 && a.getAttribute("title") ) return a.getAttribute("title"); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } window.onload = function(e) { var cookie = readCookie("weblog{WEBLOG_ID}"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); } window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("weblog{WEBLOG_ID}", title, 365); } var cookie = readCookie("weblog{WEBLOG_ID}"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); --> </script> </head> <body> <script language="JavaScript" type="text/javascript"> <!-- function emoticon(text) { var txtarea = document.post.message; text = ' ' + text + ' '; if (txtarea.createTextRange && txtarea.caretPos) { var caretPos = txtarea.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text; txtarea.focus(); } else { txtarea.value += text; txtarea.focus(); } } --> </script> <div id="wrapper"> <div id="header"> <div id="title">{WEBLOG_NAME}</div> </div> <div id="styleSwitcher"> <a href="#" onclick="setActiveStyleSheet('InfinityOrange'); return false;" class="switchOrange"></a> <a href="#" onclick="setActiveStyleSheet('InfinityBlue'); return false;" class="switchBlue"></a> <a href="#" onclick="setActiveStyleSheet('InfinityGreen'); return false;" class="switchGreen"></a> <a href="#" onclick="setActiveStyleSheet('InfinityRed'); return false;" class="switchRed"></a> </div> --- NEW FILE: entry_memorable_new.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: weblog_footer.htm --- <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good reason) retain the full copyright we request you at least leave in place the Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected. The phpBB Group : 2002 // --> <div id="footer"> <div>{L_POWERED_BY}</div> <div>Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group</div> <div>Weblog Template by <a href="http://www.theblogmod.com/community/viewforum.php?f=6" target=_blank>Hyperion & TheBlogMod.com</a></div> </div> </div> </body> </html> --- NEW FILE: preview_img.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: weblog_header.20060504.htm --- <!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" dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="author" content="{WEBLOG_OWNER}" /> <meta name="description" content="{WEBLOG_DESCRIPTION}" /> {META} <link rel="alternate" type="application/rss+xml" title="{PAGE_TITLE} - RSS 2.0" href="{U_RSS_FEED}" /> <link rel="alternate" type="application/rss+xml" title="{L_LATEST_WEBLOGS} RSS" href="{U_RSS}" /> <link rel="stylesheet" href="weblogs/templates/Infinity/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="weblogs/templates/Infinity/InfinityOrange.css" title="InfinityOrange" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityBlue.css" title="InfinityBlue" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityGreen.css" title="InfinityGreen" media="screen" /> <link rel="alternate stylesheet" href="weblogs/templates/Infinity/InfinityRed.css" title="InfinityRed" media="screen" /> <title>{PAGE_TITLE}</title> <style type="text/css"> <!-- body { background-image: {BACKGROUND_IMAGE}; background-attachment: {BACKGROUND_IMAGE_FIXED}; background-repeat: {BACKGROUND_REPEAT}; background-position: {BACKGROUND_POSITION}; font-family: {FONT}; color: #{FONT_COLOR}; scrollbar-face-color: #{SB_FACE_COLOR}; scrollbar-highlight-color: #{SB_HIGHLIGHT_COLOR}; scrollbar-shadow-color: #{SB_SHADOW_COLOR}; scrollbar-3dlight-color: #{SB_3DLIGHT_COLOR}; scrollbar-arrow-color: #{SB_ARROW_COLOR}; scrollbar-track-color: #{SB_TRACK_COLOR}; scrollbar-darkshadow-color: #{SB_DARKSHADOW_COLOR}; } a.nav { font-family: {FONT}; } a:link { text-decoration: {NORMAL_LINK_UNDERLINED}; } a:active { text-decoration: {ACTIVE_LINK_UNDERLINED}; } a:visited { text-decoration: {VISITED_LINK_UNDERLINED}; } a:hover { text-decoration: {HOVER_LINK_UNDERLINED}; } h1 { font-size: {ENTRY_TITLE_FONT_SIZE}pt; } h2 { font-size: {DATE_TIME_FONT_SIZE}pt; } #styleSwitcher { overflow: auto; float: right } a.switchOrange, a.switchGreen, a.switchBlue, a.switchRed { margin: 0 3px; display: block; width: 1.5em; height: 1.5em; float: left; } a.switchOrange { background: #FFCC80; } a.switchGreen { background: #80FF80; } a.switchBlue { background: #8080FF; } a.switchRed { background: #FF8080; } a.switchOrange:hover { background: orange; } a.switchGreen:hover { background: lime; } a.switchBlue:hover { background: blue; } a.switchRed:hover { background: red; } --> </style> <script language="JavaScript" type="text/javascript"> <!-- function setActiveStyleSheet(title) { var i, a, main; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) { a.disabled = true; if(a.getAttribute("title") == title) a.disabled = false; } } } function getActiveStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title") && !a.disabled) return a.getAttribute("title"); } return null; } function getPreferredStyleSheet() { var i, a; for(i=0; (a = document.getElementsByTagName("link")[i]); i++) { if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("rel").indexOf("alt") == -1 && a.getAttribute("title") ) return a.getAttribute("title"); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } window.onload = function(e) { var cookie = readCookie("weblog{WEBLOG_ID}"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); } window.onunload = function(e) { var title = getActiveStyleSheet(); createCookie("weblog{WEBLOG_ID}", title, 365); } var cookie = readCookie("weblog{WEBLOG_ID}"); var title = cookie ? cookie : getPreferredStyleSheet(); setActiveStyleSheet(title); --> </script> <BASE HREF="http://theblogmod.com/community/"> </head> <body> <script language="JavaScript" type="text/javascript"> <!-- function emoticon(text) { var txtarea = document.post.message; text = ' ' + text + ' '; if (txtarea.createTextRange && txtarea.caretPos) { var caretPos = txtarea.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text; txtarea.focus(); } else { txtarea.value += text; txtarea.focus(); } } --> </script> <div id="wrapper"> <div id="header"> <div id="title">{WEBLOG_NAME}</div> </div> <div id="styleSwitcher"> <a href="#" onclick="setActiveStyleSheet('InfinityOrange'); return false;" class="switchOrange"></a> <a href="#" onclick="setActiveStyleSheet('InfinityBlue'); return false;" class="switchBlue"></a> <a href="#" onclick="setActiveStyleSheet('InfinityGreen'); return false;" class="switchGreen"></a> <a href="#" onclick="setActiveStyleSheet('InfinityRed'); return false;" class="switchRed"></a> </div> --- NEW FILE: weblog_friends_body.htm --- <h1>{L_WEBLOG_FRIENDS}</h1> <div class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a></div> <div>{L_FRIENDS}: <!-- BEGIN friendrow --> <a href="{friendrow.U_PROFILE}">{friendrow.FRIEND}</a> <!-- END friendrow --> </div> <div>{L_FRIEND_OF}: <!-- BEGIN friendofrow --> <a href="{friendofrow.U_PROFILE}">{friendofrow.FRIEND}</a> <!-- END friendofrow --> </div> <!-- BEGIN switch_owner --> <form action="{S_ADDFRIENDS_ACTION}" method="post" style="text-align: center"> <div class="entryExpanded"> <input type="text" name="friend" maxlength="255" tabindex="1" size="20" /> <input type="submit" name="addfriend" value="{L_ADD_FRIEND}" class="mainoption" tabindex="2" /> <input type="submit" name="removeuser" value="{L_REMOVE_USER}" tabindex="3" /> <br /> {L_ADD_FRIEND_EXPLAIN} </div> <div class="entryExpanded"> {S_GROUP_SELECT} <input type="submit" name="addgroup" value="{L_ADD_GROUP}" class="mainoption" tabindex="5" /> <input type="submit" name="removegroup" value="{L_REMOVE_GROUP}" tabindex="6" /> </div> </form> <!-- END switch_owner --> <!-- BEGIN friendsrow --> <style type="text/css"> <!-- #{friendsrow.ID} { width: 100%; } #{friendsrow.ID} td { background-color: #{friendsrow.BLOCK_BG_COLOR}; border: 1px #{friendsrow.BLOCK_BORDER_COLOR} solid; font-family: {friendsrow.FONT}; font-size: {friendsrow.FONT_SIZE}pt; color: #{friendsrow.FONT_COLOR}; } #{friendsrow.ID} a:link { text-decoration: {friendsrow.NORMAL_LINK_UNDERLINED}; color : #{friendsrow.NORMAL_LINK_COLOR}; font-weight: bold; } #{friendsrow.ID} a:active { text-decoration: {friendsrow.ACTIVE_LINK_UNDERLINED}; color : #{friendsrow.ACTIVE_LINK_COLOR}; font-weight: bold; } #{friendsrow.ID} a:visited { text-decoration: {friendsrow.VISITED_LINK_UNDERLINED}; color : #{friendsrow.VISITED_LINK_COLOR}; font-weight: bold; } #{friendsrow.ID} a:hover { text-decoration: {friendsrow.HOVER_LINK_UNDERLINED}; color : #{friendsrow.HOVER_LINK_COLOR}; } #{friendsrow.ID} h1 { font-size: {friendsrow.ENTRY_TITLE_FONT_SIZE}pt; font-weight: bold; color: #{friendsrow.ENTRY_TITLE_COLOR}; padding: 0; margin: 0 } #{friendsrow.ID} h2 { font-size: {friendsrow.DATE_TIME_FONT_SIZE}pt; color: #{friendsrow.DATE_TIME_COLOR}; padding: 0; margin: 0 } #{friendsrow.ID} hr { height: 1px; border: 1px #{friendsrow.BORDER_COLOR} solid; } --> </style> <table id="{friendsrow.ID}"> <tr> <td width="20%" align="center"> <a href="{friendsrow.U_WEBLOG}">{friendsrow.WEBLOG_NAME}</a><br /> <a href="{friendsrow.U_PROFILE}">{friendsrow.AVATAR_IMG}<br />{friendsrow.FRIEND}</a> </td> <td> <h1>{friendsrow.SUBJECT}</h1> <h2>{friendsrow.TIME_DATE}</h2> <div class="padding"> <div>{friendsrow.MOOD}</div> <div>{friendsrow.CURRENTLY}</div> <p>{friendsrow.ENTRY}</p> <div style="float: right"><a href="{friendsrow.U_VIEW_COMMENTS}">{friendsrow.REPLIES}</a> <a href="{friendsrow.U_POST_COMMENT}">{friendsrow.POST_COMMENT}</a></div> </div> </td> </tr> </table> <!-- END friendsrow --> --- NEW FILE: weblog_posting_body.htm --- <script language="JavaScript" type="text/javascript"> <!-- // bbCode control by // subBlue design // www.subBlue.com // Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Helpline messages b_help = "{L_BBCODE_B_HELP}"; i_help = "{L_BBCODE_I_HELP}"; u_help = "{L_BBCODE_U_HELP}"; q_help = "{L_BBCODE_Q_HELP}"; c_help = "{L_BBCODE_C_HELP}"; l_help = "{L_BBCODE_L_HELP}"; o_help = "{L_BBCODE_O_HELP}"; p_help = "{L_BBCODE_P_HELP}"; w_help = "{L_BBCODE_W_HELP}"; a_help = "{L_BBCODE_A_HELP}"; s_help = "{L_BBCODE_S_HELP}"; f_help = "{L_BBCODE_F_HELP}"; // Define the bbCode tags bbcode = new Array(); bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); imageTag = false; // Shows the help messages in the helpline window function helpline(help) { document.post.helpbox.value = eval(help + "_help"); } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[thearraysize - 1]; delete thearray[thearraysize - 1]; return retval; } function checkForm() { formErrors = false; if (document.post.message.value.length < 2) { formErrors = "{L_EMPTY_MESSAGE}"; } if (formErrors) { alert(formErrors); return false; } else { bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; return true; } } function emoticon(text) { var txtarea = document.post.message; text = ' ' + text + ' '; if (txtarea.createTextRange && txtarea.caretPos) { var caretPos = txtarea.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? caretPos.text + text + ' ' : caretPos.text + text; txtarea.focus(); } else { txtarea.value += text; txtarea.focus(); } } function bbfontstyle(bbopen, bbclose) { var txtarea = document.post.message; if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; if (!theSelection) { txtarea.value += bbopen + bbclose; txtarea.focus(); return; } document.selection.createRange().text = bbopen + theSelection + bbclose; txtarea.focus(); return; } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbopen, bbclose); return; } else { txtarea.value += bbopen + bbclose; txtarea.focus(); } storeCaret(txtarea); } function bbstyle(bbnumber) { var txtarea = document.post.message; txtarea.focus(); donotinsert = false; theSelection = false; bblast = 0; if (bbnumber == -1) { // Close all open tags & default button names while (bbcode[0]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode'+butnumber+'.className = "bbcode"'); } imageTag = false; // All tags are closed including image tags :D txtarea.focus(); return; } if ((clientVer >= 4) && is_ie && is_win) { theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection document.selection.createRange().text = bbtags[bbnumber] + theSelection + bbtags[bbnumber+1]; txtarea.focus(); theSelection = ''; return; } } else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0)) { mozWrap(txtarea, bbtags[bbnumber], bbtags[bbnumber+1]); return; } // Find last occurance of an open tag the same as the one just clicked for (i = 0; i < bbcode.length; i++) { if (bbcode[i] == bbnumber+1) { bblast = i; donotinsert = true; } } if (donotinsert) { // Close all open tags up to the one just clicked & default button names while (bbcode[bblast]) { butnumber = arraypop(bbcode) - 1; txtarea.value += bbtags[butnumber + 1]; buttext = eval('document.post.addbbcode' + butnumber + '.value'); eval('document.post.addbbcode'+bbnumber+'.className = "bbcode"'); imageTag = false; } txtarea.focus(); return; } else { // Open tags if (imageTag && (bbnumber != 14)) { // Close image tag before adding another txtarea.value += bbtags[15]; lastValue = arraypop(bbcode) - 1; // Remove the close image tag from the list document.post.addbbcode14.value = "Img"; // Return button back to normal state imageTag = false; } // Open tag txtarea.value += bbtags[bbnumber]; if ((bbnumber == 14) && (imageTag == false)) imageTag = 1; // Check to stop additional tags after an unclosed image tag arraypush(bbcode,bbnumber+1); eval('document.post.addbbcode'+bbnumber+'.className = "selectedBBCode"'); txtarea.focus(); return; } storeCaret(txtarea); } // From http://www.massless.org/mozedit/ function mozWrap(txtarea, open, close) { var selLength = txtarea.textLength; var selStart = txtarea.selectionStart; var selEnd = txtarea.selectionEnd; if (selEnd == 1 || selEnd == 2) selEnd = selLength; var s1 = (txtarea.value).substring(0,selStart); var s2 = (txtarea.value).substring(selStart, selEnd) var s3 = (txtarea.value).substring(selEnd, selLength); txtarea.value = s1 + open + s2 + close + s3; return; } // Insert at Claret position. Code from // http://www.faqts.com/knowledge_base/view.phtml/aid/1052/fid/130 function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } function update_mood(newimage) { document.mood_image.src = "{PHPURL}images/weblogs/" + newimage; } function update_currently(newimage) { document.action_image.src = "{PHPURL}images/weblogs/" + newimage; } function update_category(newcategory) { document.post.category.value = newcategory; } //--> </script> <!-- BEGIN switch_preview --> <div class="entry"> <h1>{PREVIEW_SUBJECT}</h1> <div class="entryContent"> <div class="entryMood">{PREVIEW_MOOD}</div> <div class="entryCurrently">{PREVIEW_ACTION}</div> <div class="entryCategory">{PREVIEW_CATEGORY}</div> <div class="contents">{PREVIEW_MESSAGE}</div> </div> </div> <!-- END switch_preview --> <!-- BEGIN switch_post_reply --> <table cellspacing="0" id="allreplies"> <tr> <th id="thAuthor">{L_AUTHOR}</th> <th>{L_MESSAGE}</th> </tr> <!-- BEGIN postrow --> <tr> <td class="{switch_post_reply.postrow.ROW_CLASS}"><a name="{switch_post_reply.postrow.U_REPLY_ID}"></a><strong>{switch_post_reply.postrow.POSTER_NAME}</strong> </td> <td class="{switch_post_reply.postrow.ROW_CLASS}">{switch_post_reply.postrow.MESSAGE}</td> </tr> <!-- END postrow --> <!-- BEGIN switch_no_replies --> <tr> <td colspan="2" class="tdBottom">{L_ENTRY_NO_REPLIES}</td> </tr> <!-- END switch_no_replies --> </table> <!-- END switch_post_reply --> <!-- BEGIN switch_not_popup --> <div class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a></div> <!-- END switch_not_popup --> <form action="{S_POST_ACTION}" method="post" name="post" enctype="multipart/form-data"> <table cellspacing="0" id="postTable"> <tr> <th colspan="2">{MODE}</th> </tr> <!-- BEGIN switch_username_select --> <tr> <td class="row1"><label for="username">{L_USERNAME}</label></td> <td class="row2"> <input type="text" class="textField" tabindex="1" name="username" id="username" size="25" maxlength="25" value="{USERNAME}" /> </td> </tr> <!-- END switch_username_select --> <!-- BEGIN switch_post_entry --> <tr> <td class="row1"><label for="subject">{L_SUBJECT}</label></td> <td class="row2"> <input type="text" class="textField" name="subject" size="45" maxlength="60" style="width:450px" tabindex="2" class="post" value="{SUBJECT}" /> </td> </tr> <tr> <td class="row1"><label for="mood">{L_MOOD}</label></td> <td class="row2">{SELECT_MOOD}<img name="mood_image" src="{PHPURL}images/weblogs/{MOOD_IMG}" alt="{L_MOOD}" /></td> </tr> <tr> <td class="row1"><label for="action">{L_ACTION}</label></td> <td class="row2"> {ACTION_SELECT}<img name="action_image" src="{PHPURL}images/weblogs/{ACTION_IMG}" alt="{L_ACTION}" /><br /><input type="text" class="textField" name="action_text" id="action_text" size="45" maxlength="100" tabindex="5" value="{ACTION_TEXT}" /> </td> </tr> <tr> <td class="row1"><label for="category">{L_CATEGORY}</label></td> <td class="row2"> {CATEGORY_SELECT}<br /><input type="text" class="textField" name="category" id="category" size="45" maxlength="100" tabindex="7" value="{CATEGORY}" /> </td> </tr> <!-- END switch_post_entry --> <tr> <td class="row1"> <label for="message">{L_MESSAGE_BODY}</label> <table cellspacing="0" id="smiliesTable"> <tr> <th colspan="{S_SMILIES_COLSPAN}">{L_EMOTICONS}</th> </tr> <!-- BEGIN smilies_row --> <tr> <!-- BEGIN smilies_col --> <td><img src="{smilies_row.smilies_col.SMILEY_IMG}" class="smiley" onclick="emoticon('{smilies_row.smilies_col.SMILEY_CODE}');" alt="{smilies_row.smilies_col.SMILEY_DESC}" title="{smilies_row.smilies_col.SMILEY_DESC}" /></td> <!-- END smilies_col --> </tr> <!-- END smilies_row --> <!-- BEGIN switch_smilies_extra --> <tr> <td colspan="{S_SMILIES_COLSPAN}"><a href="{U_MORE_SMILIES}" id="smiliesExtra" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies">{L_MORE_SMILIES}</a></td> </tr> <!-- END switch_smilies_extra --> </table> </td> <td class="row2"> <div id="bbcodeButtons"> <input type="button" class="bbcode" accesskey="b" name="addbbcode0" value="B" onclick="bbstyle(0)" onmouseover="helpline('b')" style="font-weight: bold" /> <input type="button" class="bbcode" accesskey="i" name="addbbcode2" value="i" onclick="bbstyle(2)" onmouseover="helpline('i')" style="font-style: italic" /> <input type="button" class="bbcode" accesskey="u" name="addbbcode4" value="u" onclick="bbstyle(4)" onmouseover="helpline('u')" style="text-decoration: underline" /> <input type="button" class="bbcode" accesskey="q" name="addbbcode6" value="Quote" onclick="bbstyle(6)" onmouseover="helpline('q')" /> <input type="button" class="bbcode" accesskey="c" name="addbbcode8" value="Code" onclick="bbstyle(8)" onmouseover="helpline('c')" /> <input type="button" class="bbcode" accesskey="l" name="addbbcode10" value="List" onclick="bbstyle(10)" onmouseover="helpline('l')" /> <input type="button" class="bbcode" accesskey="o" name="addbbcode12" value="List=" onclick="bbstyle(12)" onmouseover="helpline('o')" /> <input type="button" class="bbcode" accesskey="p" name="addbbcode14" value="Img" onclick="bbstyle(14)" onmouseover="helpline('p')" /> <input type="button" class="bbcode" accesskey="w" name="addbbcode16" value="URL" onclick="bbstyle(16)" onmouseover="helpline('w')" /> </div> <div id="fontStyles"> <a href="javascript:bbstyle(-1)" class="closeTags" onmouseover="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a> <label for="font_color">{L_FONT_COLOR}:</label> <select name="addbbcode18" id="font_color" onchange="bbfontstyle('[color=' + this.form.addbbcode18.options[this.form.addbbcode18.selectedIndex].value + ']', '[/color]');this.selectedIndex=0;" onmouseover="helpline('s')"> <option style="color:black;" value="black">{L_COLOR_DEFAULT}</option> <option style="color:darkred;" value="darkred">{L_COLOR_DARK_RED}</option> <option style="color:red;" value="red">{L_COLOR_RED}</option> <option style="color:orange;" value="orange">{L_COLOR_ORANGE}</option> <option style="color:brown;" value="brown">{L_COLOR_BROWN}</option> <option style="color:yellow;" value="yellow">{L_COLOR_YELLOW}</option> <option style="color:green;" value="green">{L_COLOR_GREEN}</option> <option style="color:olive;" value="olive">{L_COLOR_OLIVE}</option> <option style="color:cyan;" value="cyan">{L_COLOR_CYAN}</option> <option style="color:blue;" value="blue">{L_COLOR_BLUE}</option> <option style="color:darkblue;" value="darkblue">{L_COLOR_DARK_BLUE}</option> <option style="color:indigo;" value="indigo">{L_COLOR_INDIGO}</option> <option style="color:violet;" value="violet">{L_COLOR_VIOLET}</option> <option style="color:white;" value="white">{L_COLOR_WHITE}</option> <option style="color:black;" value="black">{L_COLOR_BLACK}</option> </select> <label for="font_size">{L_FONT_SIZE}:</label> <select name="addbbcode20" id="font_size" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]')" onmouseover="helpline('f')"> <option value="7">{L_FONT_TINY}</option> <option value="9">{L_FONT_SMALL}</option> <option value="12" selected="selected">{L_FONT_NORMAL}</option> <option value="18">{L_FONT_LARGE}</option> <option value="24">{L_FONT_HUGE}</option> </select> </div> <div id="helpline"><input type="text" name="helpbox" size="45" maxlength="100" disabled="disabled" value="{L_STYLES_TIP}" /></div> <div id="messageBody"> <textarea name="message" id="message" rows="15" cols="45" tabindex="6" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea> </div> </td> </tr> <tr> <td class="row1"> <label>{L_OPTIONS}</label> <div class="status">{HTML_STATUS}</div> <div class="status">{BBCODE_STATUS}</div> <div class="status">{SMILIES_STATUS}</div> </td> <td class="row2"> <!-- BEGIN switch_post_entry --> <div id="dateSelect">{DATE_SELECT}</div> <div id="entryAccess"><label for="entry_access">{L_ENTRY_ACCESS}</label>{ENTRY_AUTH_SELECT}</div> <!-- END switch_post_entry --> <!-- BEGIN switch_html_checkbox --> <div id="useHtml"><input type="checkbox" name="disable_html" id="disable_html" {S_HTML_CHECKED} /><label for="disable_html">{L_DISABLE_HTML}</label></div> <!-- END switch_html_checkbox --> <!-- BEGIN switch_bbcode_checkbox --> <div id="useBBCode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode" {S_BBCODE_CHECKED} /><label for="disable_bbcode">{L_DISABLE_BBCODE}</label></div> <!-- END switch_bbcode_checkbox --> <!-- BEGIN switch_smilies_checkbox --> <div id="useSmilies"><input type="checkbox" name="disable_smilies" id="disable_smilies" {S_SMILIES_CHECKED} /><label for="disable_smilies">{L_DISABLE_SMILIES}</label></div> <!-- END switch_smilies_checkbox --> <!-- BEGIN switch_signature_checkbox --> <div id="attachSignature"><input type="checkbox" name="attach_sig" id="attach_sig" {S_SIGNATURE_CHECKED} /><label for="attach_sig">{L_ATTACH_SIGNATURE}</label></div> <!-- END switch_signature_checkbox --> <!-- BEGIN switch_post_entry --> <div id="memorableEntry"><input type="checkbox" name="memorable" id="memorable" {S_MEMORABLE_CHECKED} /><label for="memorable">{L_MEMORABLE_ENTRY}</label></div> <div id="disableReplies"><input type="checkbox" name="disable_replies" id="disable_replies" {S_DISABLE_REPLIES_CHECKED} /><label for="disable_replies">{L_DISABLE_REPLIES}</label></div> <!-- END switch_post_entry --> </td> </tr> <!-- BEGIN switch_post_entry --> <tr> <th colspan="2">{L_ENTRY_ADD_IMAGE}</th> </tr> <tr> <td class="row1" colspan="2">{L_ENTRY_ADD_IMAGE_EXPLAIN} <div>{L_MAX_PIC_SIZE}: <strong>{MAX_PIC_SIZE}</strong> {L_BYTES}</div> <div>{L_MAX_PIC_HEIGHT}: <strong>{MAX_PIC_HEIGHT}</strong> {L_PIXELS}</div> <div>{L_MAX_PIC_WIDTH}: <strong>{MAX_PIC_WIDTH}</strong> {L_PIXELS}</div> </td> </tr> <tr> <td class="row1"><b>{L_FILENAME}</b></td> <td class="row2" nowrap="nowrap"><input type="file" {UPLOAD_DISABLED}name="image" /><input type="submit" {UPLOAD_DISABLED}name="upload_image" value="{L_UPLOAD_IMAGE}" /></td> </tr> <!-- BEGIN imagerow --> <tr> <td class="row1"><a href="{switch_post_entry.imagerow.IMAGE}" target="_blank"><img src="{switch_post_entry.imagerow.IMAGE}" height="100" width="100" alt="" /></a></td> <td class="row2" nowrap="nowrap"><b>{L_BBCODE}:</b><br />{switch_post_entry.imagerow.BBCODE}</td> </tr> <!-- END imagerow --> <tr> <th class="thHead" colspan="2">{L_TRACKBACK}</th> </tr> <tr> <td class="row1">{L_TRACKBACK_EXPLAIN}</td> <td class="row2"><strong> {L_TRACKBACK_EXCERPT}:<br /> <textarea name="tb_excerpt" rows="12" cols="30">{TRACKBACK_EXCERPT}</textarea><br /> {L_TRACKBACK_URLS}:<br /> <textarea name="tb_urls" rows="12" cols="30">{TRACKBACK_URLS}</textarea> </strong></td> </tr> <!-- END switch_post_entry --> <tr> <td class="row2" colspan="2" style="text-align: center"> {S_HIDDEN_FORM_FIELDS}<input type="submit" tabindex="7" name="preview" class="liteoption" value="{L_PREVIEW}" /> <input type="submit" tabindex="8" accesskey="s" name="submit" class="mainoption" value="{L_SUBMIT}" /></td> </tr> </table> <div class="padding" style="float: right">{S_TIMEZONE}</div> </form> </div> --- NEW FILE: Copy of weblog_header.htm --- <!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" dir="{S_CONTENT_DIRECTION}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="author" content="{WEBLOG_OWNER}" /> <meta name="description" content="{WEBLOG_DESCRIPTION}" /> {META} <link rel="alternate" type="application/rss+xml" title="{PAGE_TITLE} - RSS 2.0" href="{U_RSS_FEED}" /> <link rel="alternate" type="application/rss+xml" title="{L_LATEST_WEBLOGS} RSS" href="{U_RSS}" /> <link rel="stylesheet" href="weblogs/templates/Infinity/print.css" type="text/css" media="print" /> <link rel="stylesheet" href="weblogs/templates/Infinity/Infinity.css" title="Infinity" media="screen" /> <title>{PAGE_TITLE}</title> <style type="text/css"> <!-- body { background-image: {BACKGROUND_IMAGE}; background-attachment: {BACKGROUND_IMAGE_FIXED}; background-repeat: {BACKGROUND_REPEAT}; background-position: {BACKGROUND_POSITION}; background-color: #{BACKGROUND_COLOR}; font-family: {FONT}; color: #{FONT_COLOR}; scrollbar-face-color: #{SB_FACE_COLOR}; scrollbar-highlight-color: #{SB_HIGHLIGHT_COLOR}; scrollbar-shadow-color: #{SB_SHADOW_COLOR}; scrollbar-3dlight-color: #{SB_3DLIGHT_COLOR}; scrollbar-arrow-color: #{SB_ARROW_COLOR}; scrollbar-track-color: #{SB_TRACK_COLOR}; scrollbar-darkshadow-color: #{SB_DARKSHADOW_COLOR}; } a.nav { font-family: {FONT}; } a:link { text-decoration: {NORMAL_LINK_UNDERLINED}; color: #{NORMAL_LINK_COLOR}; } a:active { text-decoration: {ACTIVE_LINK_UNDERLINED}; color: #{ACTIVE_LINK_COLOR}; } a:visited { text-decoration: {VISITED_LINK_UNDERLINED}; color: #{VISITED_LINK_COLOR}; } a:hover { text-decoration: {HOVER_LINK_UNDERLINED}; color: #{HOVER_LINK_COLOR}; } h1 { font-size: {ENTRY_TITLE_FONT_SIZE}pt; color: #{ENTRY_TITLE_COLOR}; } h2 { font-size: {DATE_TIME_FONT_SIZE}pt; color: #{DATE_TIME_COLOR}; } #footer { border-top: 1px #{BORDER_COLOR} dashed; } .blockContent { background: #{BLOCK_BG_COLOR}; border: 1px #{BLOCK_BORDER_COLOR} solid; } .entryContent { background: #{ENTRY_BG_COLOR}; } .entry { border-bottom: 1px #{BORDER_COLOR} dashed } #calendar { background: #{ENTRY_BG_COLOR}; border: 1px #{BORDER_COLOR} solid; } #calendar th { background: #{BORDER_COLOR}; color: #{BLOCK_BG_COLOR} } #calendar th a { color: #{BLOCK_BG_COLOR} } .daycell a { background: #{BLOCK_BG_COLOR}; } #calendar a:hover { background: #{BLOCK_BG_COLOR}; border: 1px #{BLOCK_BORDER_COLOR} solid; color: #{FONT_COLOR} } .row1 { background: #{ENTRY_BG_COLOR}; vertical-align: top; } .row2 { background: #{BLOCK_BG_COLOR}; vertical-align: top; } #shoutbox { border: 1px #{BORDER_COLOR} solid } --> </style> </head> --- NEW FILE: entry_new.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: weblog_login_body.htm --- <form action="{S_LOGIN_ACTION}" method="post"> <div id="loginMessage">{L_LOGIN_MESSAGE}</div> <div>{L_USERNAME}:<input type="text" name="username" size="25" maxlength="40" value="{USERNAME}" /></div> <div>{L_PASSWORD}:<input type="password" name="password" size="25" maxlength="32" /></div> <div><input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></div> </form> --- NEW FILE: InfinityRed.css --- /* COLOR */ @import "Infinity.css"; body { color: black; background: #FFF0F0 } hr { border: 0; border-top: 1px red solid; } #wrapper { background: white; border: 1px red solid } a:link { color: red; } a:active { color: #FF3333; } a:visited { color: #990000; } a:hover { color: #FFAAAA; } h1 { color: red; } h2 { color: #FF6666; } textarea { color: red; border: 1px red solid; } .blockHeader{ color: red; } .infoTitle { color: red; } #header { background: red; border: 3px red double; } #title { color: white; } input { border: 1px red solid; background: white } input:hover { color: red; font-weight: bold } .specialLink{ background: #FFF0F0; border: 1px red solid; } .specialLink:hover { background: red; color: white; text-decoration: none } #footer { border-top: 1px red dashed; } .blockContent { background: #FFF0F0; border: 1px red solid; } .entryContent, .entryExpanded { background: #FFF0F0; border: 1px red solid; } #calendar { background: #FFF0F0; border: 1px red solid; } #calendar th { background: red; color: #FFEFEF } #calendar th a { color: #FFEFEF } .daycell a { background: #FFCCCC; } .daycell { border: 1px; } #calendar a:hover { background: white; border: 1px red solid; color: red } .row1, .entryIcon, .entryState, .entryDetails, .rowMessage { background: #FFF0F0; } .row2, .entryReplies, .entryViews, .entryLastPost, .tdBottom { background: #FFE5E5; } #shoutbox { border: 1px red solid } #allentries th { background: red; color: white; padding: 5px; } #allentries td { padding: 5px; } #allentries { border: 1px red solid; background: white } #allreplies th { background: red; color: white; padding: 5px } #allreplies td { padding: 5px; } #allreplies { border: 1px red solid; background: white } .selectedBBCode, .bbcode:hover { background: red; color: white; font-weight: normal } .selectedBBCode:hover, .bbcode { background: white; color: red; font-weight: normal } #postTable th { background: red; padding: 5px; color: white} #postTable { border: 1px red solid; } #smiliesTable { border: 1px red solid; } .smiley:hover { background: #FFE5E5; border: 1px red solid } --- NEW FILE: weblog_contributors_body.htm --- <h1>{L_CONTRIBUTORS}</h1> <div class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_WEBLOGS}" class="nav">{L_WEBLOGS}</a> -> <a href="{U_WEBLOG}" class="nav">{WEBLOG_NAME}</a></div> <p> {L_CURRENT_CONTRIBUTORS}: <!-- BEGIN contribrow --> <a href="{contribrow.U_PROFILE}">{contribrow.CONTRIBUTOR}</a> <!-- END contribrow --> </p> <form action="{S_CONTRIBUTOR_ACTION}" method="post"> <div class="center"><div class="entryContent"> <input type="text" name="contributoruser" maxlength="255" tabindex="1" size="20" /> <input type="submit" name="addcontributor" value="{L_ADD_CONTRIBUTOR}" class="mainoption" tabindex="2" /> <input type="submit" name="removecontributor" value="{L_REMOVE_CONTRIBUTOR}" tabindex="3" /> </div></div> </form> </div> <!-- End main content --> --- NEW FILE: weblog_mini_box.htm --- <body> <div style="background: white"> <!-- Begin header --> <div id="header"> <div id="topBG"><div id="title"> {WEBLOG_NAME} </div></div> </div> <!-- End header --> <div class="paddingColumn"> <div class="entry"> <h1>{MESSAGE_TITLE}</h1> <div class="entryContent" style="text-align: center"> <p>{MESSAGE_TEXT}</p> </div> </div> </div> --- NEW FILE: weblog_faceplate_body.htm --- <style type="text/css"> <!-- #{ID} { border: 1px orange solid; background: #FFFAEB; overflow: auto; -moz-border-radius: 10px; } #{ID} table { font-family: Verdana, Arial, Helvetica, sans-serif;} #{ID} a { color: orange; text-decoration: none; } #{ID} a:active { color: #FFB13D; } #{ID} a:visited { color: #946300; text-decoration: none; } #{ID} a:hover { color: #FFCA7A; text-decoration: underline; } #{ID} table table td { color: #2188E0; } #{ID} table table b { color: #FF6600; } #{ID} td { font-size: {FONT_SIZE}pt; } --> </style> <table width="100%" cellspacing="0" cellpadding="0" border="0" style="margin-top: 10px; margin-bottom: 10px"><tr><td> <table width="100%" id="{ID}"> <tr> <td width="20%" align="center"> <a href="{U_VIEW_WEBLOG}">{WEBLOG_NAME}</a><br /> {AVATAR_IMG}<br /> <b>{WEBLOG_OWNER}</b> </td> <td align="center"> <table width="100%" id="{ID}2"> <tr> <td align="left"><b>{L_WEBLOG_DESCRIPTION}:</b></td> <td align="right">[ {WEBLOG_DESCRIPTION} ]</td> </tr> <tr> <td align="left"><b>{L_LAST_ENTRY}:</b></td> <td align="right">[ {LAST_ENTRY} ]</td> </tr> <tr> <td align="left"><b>{L_LATEST_MOOD}:</b></td> <td align="right">[ {LATEST_MOOD} ]</td> </tr> <tr> <td align="left"><b>{L_LAST_SEEN}:</b></td> <td align="right">[ {LAST_SEEN} ]</td> </tr> <tr> <td align="left"><b>{L_RSS}:</b></td> <td align="right">[ <a href="{U_WEBLOG_RSS}"><img src="images/xml.gif" alt="RSS 2.0" border="0" /></a> ]</td> </tr> </table> </td> </tr> </table> </td></tr></table> --- NEW FILE: InfinityOrange.css --- /* COLOR */ @import "Infinity.css"; body { color: black; background: #FFFAEB } hr { border: 0; border-top: 1px orange solid; } #wrapper { background: white; border: 1px orange solid } a:link { color: orange; } a:active { color: #FFB13D; } a:visited { color: #946300; } a:hover { color: #FFCA7A; } h1 { color: orange; } h2 { color: #F5B800; } textarea { color: orange; border: 1px orange solid; } .blockHeader{ color: orange; } .infoTitle { color: orange; } #header { background: orange; border: 3px orange double; } #title { color: white; } input { border: 1px orange solid; background: white } input:hover { color: orange; font-weight: bold } .specialLink{ background: #FFFAEB; border: 1px orange solid; } .specialLink:hover { background: orange; color: white; text-decoration: none } #footer { border-top: 1px orange dashed; } .blockContent { background: #FFFAEB; border: 1px orange solid; } .entryContent, .entryExpanded { background: #FFFAEB; border: 1px orange solid; } .entry { border-bottom: 1px #{BORDER_COLOR} dashed } #calendar { background: #FFFAEB; border: 1px orange solid; } #calendar th { background: orange; color: #FFFAEB } #calendar th a { color: #FFFAEB } .daycell a { background: #FFEBCC; } .daycell { border: 1px; } #calendar a:hover { background: white; border: 1px orange solid; color: black } .row1, .entryIcon, .entryState, .entryDetails, .rowMessage { background: #FFF5E5; } .row2, .entryReplies, .entryViews, .entryLastPost, .tdBottom { background: #FFF0D6; } #shoutbox { border: 1px orange solid } #allentries th { background: orange; color: white } #allentries td { padding: 5px; } #allentries th { padding: 5px; } #allentries { border: 1px orange solid; background: white } #allentries th { background: orange; color: white; padding: 5px; } #allentries td { padding: 5px; } #allentries { border: 1px orange solid; background: white } #allreplies th { background: orange; color: white; padding: 5px } #allreplies td { padding: 5px; } #allreplies { border: 1px orange solid; background: white } .selectedBBCode, .bbcode:hover { background: orange; color: white; font-weight: normal } .selectedBBCode:hover, .bbcode { background: white; color: orange; font-weight: normal } #postTable th { background: orange; padding: 5px; color: white} #... [truncated message content] |