phpslash-commit Mailing List for phpSlash (Page 94)
Brought to you by:
joestewart,
nhruby
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(59) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(52) |
Feb
(77) |
Mar
(118) |
Apr
(76) |
May
(106) |
Jun
(145) |
Jul
(9) |
Aug
(15) |
Sep
(78) |
Oct
(83) |
Nov
(105) |
Dec
(51) |
2003 |
Jan
(105) |
Feb
(100) |
Mar
(111) |
Apr
(149) |
May
(95) |
Jun
(56) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(22) |
Nov
(117) |
Dec
(6) |
2004 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(25) |
May
|
Jun
(11) |
Jul
(26) |
Aug
(85) |
Sep
(119) |
Oct
(312) |
Nov
(271) |
Dec
(5) |
2005 |
Jan
(6) |
Feb
|
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Joe S. <joe...@us...> - 2002-04-09 17:08:17
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv17221/phpslash-ft Modified Files: CHANGES Log Message: basic/slashHead.inc style path Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.447 retrieving revision 1.448 diff -C2 -d -r1.447 -r1.448 *** CHANGES 9 Apr 2002 16:59:50 -0000 1.447 --- CHANGES 9 Apr 2002 17:08:05 -0000 1.448 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2002-Apr-09 12:00PM CDT Joe Stewart <joe...@us...> + [T] - basic/slashHead.inc - prepended rootdir to css filepath. + 2002-Apr-04 11:00AM MET Lars Heuer <he...@qu...> [TE]- Added xhtml template set 'basic' with CSS support. |
From: Joe S. <joe...@us...> - 2002-04-09 17:08:16
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv17221/phpslash-ft/public_html/templates/en/basic Modified Files: slashHead.tpl Log Message: basic/slashHead.inc style path Index: slashHead.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/slashHead.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slashHead.tpl 9 Apr 2002 16:57:06 -0000 1.2 --- slashHead.tpl 9 Apr 2002 17:08:05 -0000 1.3 *************** *** 15,19 **** <!-- END each_metatag --> ! <link rel="stylesheet" type="text/css" href="/styles/basic.css" /> </head> --- 15,19 ---- <!-- END each_metatag --> ! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" /> </head> *************** *** 44,46 **** </div> <!-- id="header" --> ! <!-- END slashHead.tpl --> \ No newline at end of file --- 44,46 ---- </div> <!-- id="header" --> ! <!-- END slashHead.tpl --> |
From: Joe S. <joe...@us...> - 2002-04-09 16:59:53
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv13457 Modified Files: CHANGES Log Message: Lars Heuer's xhtml template set Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.446 retrieving revision 1.447 diff -C2 -d -r1.446 -r1.447 *** CHANGES 25 Mar 2002 16:45:51 -0000 1.446 --- CHANGES 9 Apr 2002 16:59:50 -0000 1.447 *************** *** 13,16 **** --- 13,25 ---- 9 - Removal of something (kill -9 :) + 2002-Apr-04 11:00AM MET Lars Heuer <he...@qu...> + [TE]- Added xhtml template set 'basic' with CSS support. + Created a directory 'styles' for the CSS files. + To use this templates you'll need the default templates + too, because 'basic' only serves templates which are + different from the default template set. + To use them copy the default template set in a directory + basic-tmp and copy all files from the basic directory in this + dir. too. Then delete basic and rename basic-tmp to basic. 2002-Mar-25 10:00AM CST Joe Stewart <joe...@us...> |
From: Joe S. <joe...@us...> - 2002-04-09 16:58:42
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/styles In directory usw-pr-cvs1:/tmp/cvs-serv13130 Added Files: basic.css Log Message: Lars Heuer's xhtml template set --- NEW FILE: basic.css --- /** * phpSlash CSS * * (c) Copyright 2oo2 phpSlash http://www.phpslash.org/ * * Covers all phpSlash templates, but article-pf.tpl * article-pf.tpl serves a own style between the <head> tag * * Please inform us about new, nice themes! :-)) * * Important attibutes are body, td, titleBar, header, footer, story, * comment and fancyBox * If you change the layout of this attributes, your site * won't look like every phpSlash site. ;-) * * * It's tested with: * - NN 4.77 (Linux) * - NN 6 (Linux) [...1013 lines suppressed...] /** * variableList.tpl */ #variableList { } #variableList td.descr { } /** * variableNew.tpl */ #variableNew { } #variableNew td.descr { text-align: right; } |
From: Joe S. <joe...@us...> - 2002-04-09 16:58:09
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/styles In directory usw-pr-cvs1:/tmp/cvs-serv12970/styles Log Message: Directory /cvsroot/phpslash/phpslash-ft/public_html/styles added to the repository |
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv12637 Modified Files: about.tpl article-pf.tpl article.tpl articleEmailForm.tpl articleEmailSent.tpl authorList.tpl authorNew.tpl blockEdit.tpl blockList.tpl blocktypeList.tpl breadcrumb.tpl calendar.tpl comment.tpl commentDisplay.tpl commentFlat.tpl commentIndex.tpl commentNest.tpl commentSubmitForm.tpl error.tpl fancybox.tpl glossaryList.tpl glossaryNew.tpl glossarySearch.tpl index.tpl index1col.tpl index2colleft.tpl index2colright.tpl index3col.tpl infolog.tpl loginform.tpl loginformCR.tpl mailinglistAdmin.tpl mailinglistForm.tpl mailinglistMessage.tpl mailinglistMessageBody.tpl mailinglistMessageForm.tpl message.tpl messageStrike.tpl navbar.tpl navbarFooter.tpl notfound.tpl pollAdminLink.tpl pollDisplay.tpl pollEdit.tpl pollList.tpl pollMoreLink.tpl pollResultPage.tpl pollShow.tpl queryblock.tpl quoteblock.tpl searchPage.tpl sectionList.tpl sectionNew.tpl sectionsblock.tpl skinsblock.tpl slashFoot.tpl slashHead.tpl story.tpl storyIndex.tpl storyList.tpl storyNew.tpl storyRelated.tpl submission.tpl submissionForm.tpl submissionList.tpl titlebar.tpl topicBar.tpl topicList.tpl topicNew.tpl topicsDisplay.tpl topicsblock.tpl variableList.tpl variableNew.tpl Log Message: Lars Heuer's xhtml template set Index: about.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/about.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- about.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,109 **** ! <!-- Start of ABOUT.TPL --> ! <TABLE WIDTH=100%> ! <TR> ! <TD> ! ! <FONT color="#000000" FACE="arial,helvetica"> ! <P> ! Original message from <A HREF="mailto:ja...@pa...">Jay Bloodworth:</A></P> ! <CITE> ! "It's Slashdot, ported to PHP3. It attempts to be a ! drop in replacement for the perl code (using the same databases and ! such) and almost succeeds. It's a fairly naive port (line by line cut ! and paste in many places), but I tried to improve things where I ! could. In future releases I hope to neaten things up considerably and ! bring the code closer to standard PHP3 idiom." ! </CITE> ! ! <P> ! <TABLE BORDER="1" CELLSPACING="0" ALIGN="RIGHT"> ! <TR> ! <TH>Version</TH> ! <TH>Author</TH> ! <TH>Date</TH> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.61.tar.gz">V0.61</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>March 26, 2001</TD> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6.tar.gz">V0.6 FINAL</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>February 23, 2001</TD> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc4.tar.gz">V0.6-rc4</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>December 30, 2000</TD> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc3.tar.gz">V0.6-rc3</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>October 7, 2000</TD> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc2.tar.gz">V0.6-rc2</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>October 7, 2000</TD> ! </TR> ! <TR> ! <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc1.tar.gz">V0.6-rc1</A></TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>September 15, 2000</TD> ! </TR> ! <TR> ! <TD>V0.5.3-2</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>January 22, 2000</TD> ! </TR> ! <TR> ! <TD>V0.5.3-1</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>January 21, 2000</TD> ! </TR> ! <TR> ! <TD>V0.5.3</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>January 13, 2000</TD> ! </TR> ! <TR> ! <TD>V0.5.2</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>December 22, 1999</TD> ! </TR> ! <TR> ! <TD>V0.5.1</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>September 27, 1999</TD> ! </TR> ! <TR> ! <TD>V0.5</TD> ! <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> ! <TD>August 18, 1999</TD> ! </TR> ! <TR> ! <TD>V0.2</TD> ! <TD><A HREF="mailto:wai...@ms...">Wai-Sun "Squidster" Chia</A></TD> ! <TD>August 3, 1999</TD> ! </TR> ! <TR> ! <TD>V0.1</TD> ! <TD><A HREF="mailto:ja...@pa...">Jay Bloodworth</A></TD> ! <TD>September 23, 1998</TD> ! </TR> ! </TABLE> ! ! Now that 0.6 is out, we are working on the 0.65 release. This will ! feature tighter integration with PHPLIB with the use of their ! authentication/permission modules. The comment and poll modules will ! also get a full rewrite. ! <P> ! Visit <A HREF="http://www.phpslash.org">www.phpslash.org</A> or our <A HREF=http://sourceforge.net/projects/phpslash>Sourceforge</A> site for the latest information on PHPSlash. ! <P> ! </FONT> ! ! </TD> ! </TR> ! </TABLE> ! <!-- End of ABOUT.TPL --> --- 1,88 ---- ! <!-- Start about.tpl --> ! <div id="about"> ! <p>Original message from <a href="mailto:ja...@pa...">Jay Bloodworth:</a></p> ! <p><cite>"It's Slashdot, ported to PHP3. It attempts to be a drop in replacement for the perl code (using the same databases and such) and almost succeeds. It's a fairly naive port (line by line cut and paste in many places), but I tried to improve things where I could. In future releases I hope to neaten things up considerably and bring the code closer to standard PHP3 idiom."</cite></p> ! ! <table border="1" cellspacing="0" align="right"> ! <tr> ! <th>Version</th> ! <th>Author</th> ! <th>Date</th> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.61.tar.gz">V0.61</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>March 26, 2001</td> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.6.tar.gz">V0.6 FINAL</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>February 23, 2001</td> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.6-rc4.tar.gz">V0.6-rc4</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>December 30, 2000</td> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.6-rc3.tar.gz">V0.6-rc3</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>October 7, 2000</td> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.6-rc2.tar.gz">V0.6-rc2</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>October 7, 2000</td> ! </tr> ! <tr> ! <td><a href="http://download.sourceforge.net/phpslash/phpslash-0.6-rc1.tar.gz">V0.6-rc1</a></td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>September 15, 2000</td> ! </tr> ! <tr> ! <td>V0.5.3-2</td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>January 22, 2000</td> ! </tr> ! <tr> ! <td>V0.5.3-1</td> ! <td><A HREF="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>January 21, 2000</td> ! </tr> ! <tr> ! <td>V0.5.3</td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>January 13, 2000</td> ! </tr> ! <tr> ! <td>V0.5.2</td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>December 22, 1999</td> ! </tr> ! <tr> ! <td>V0.5.1</td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>September 27, 1999</td> ! </tr> ! <tr> ! <td>V0.5</td> ! <td><a href="http://www.phpslash.org">PHPSlash Development Team</a></td> ! <td>August 18, 1999</td> ! </tr> ! <tr> ! <td>V0.2</td> ! <td><a href="mailto:wai...@ms...">Wai-Sun "Squidster" Chia</a></td> ! <td>August 3, 1999</td> ! </tr> ! <tr> ! <td>V0.1</td> ! <td><a href="mailto:ja...@pa...">Jay Bloodworth</a></td> ! <td>September 23, 1998</td> ! </tr> ! </table> ! ! <p>Now that 0.6 is out, we are working on the 0.65 release. This will feature tighter integration with PHPLIB with the use of their authentication/permission modules. The comment and poll modules will also get a full rewrite.</p> ! <p>Visit <a href="http://www.phpslash.org/">www.phpslash.org</a> or our <a href="http://sourceforge.net/projects/phpslash/">Sourceforge</a> site for the latest information on PHPSlash.</p> ! ! </div> <!-- id="about" --> ! <!-- End of about.tpl --> Index: article-pf.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/article-pf.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** article-pf.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- article-pf.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,36 **** ! <!-- START article-pf.tpl --> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ! "http://www.w3.org/TR/REC-html40/loose.dtd"> ! ! <html> ! <head> ! <title>{PAGETITLE}: {TITLE}</title> ! <meta name="object" content="{XSITEOBJECT}"> ! <!-- Enter Your META Tags Above Here --> ! </head> ! ! <body bgcolor="#FFFFFF" text="#000000"> ! <br> ! ! ! <table width="100%" border="0" cellpadding="0"> ! <tr> ! <td valign="top"> ! <h1><font face="arial,helvetica"><b> ! {TITLE}</b></font></h1> ! <font size="-2" face="arial,helvetica">Contributed by ! {NAME} on {DATEF}<br> ! from the {DEPT} dept.</font> <br> ! <br> ! <font face="arial,helvetica">{INTRO_TEXT}</font> ! ! <p><font face="arial,helvetica">{BODY_TEXT}</font></p> ! </td> ! </tr> ! </table> ! <font size="2" color="black" face="Arial, Helvetica, sans-serif"><p>This article comes from {SITENAME}<br />URL: <a href="{STORY_URL}">{STORY_URL}</a></p></font> ! <font size="1" color="black" face="arial,helvetica">{SITENAME} is powered by <a href="http://www.phpslash.org/">phpslash</a> - Copyright © 2001 and Licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p></font> ! <!-- END article-pf.tpl --> ! </body> ! </html> ! --- 1,81 ---- ! <!-- START article-pf.tpl --> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> ! <html> ! <head> ! <title>{PAGETITLE}: {TITLE}</title> ! <meta name="object" content="{XSITEOBJECT}"> ! <!-- Enter Your META Tags Above Here --> ! <style type="text/css"> ! body { ! font-family: Arial, Helvetica, sans-serif; ! background-color: #FFFFFF; ! color: #000000; ! } ! ! a, a:link, a:visited { ! color: blue; ! } ! ! h1 { ! font-family: Verdana, Arial, Helvetica, sans-serif; ! font-size: 16px; ! font-weight: bold; ! } ! ! #contribute { ! font-family: "Times New Roman", Times, serif; ! font-size: 12px; ! font-style: italic; ! } ! ! #textIntro { ! font-family: Arial, Helvetica, sans-serif; ! font-size: 14px; ! margin-top: 20px; ! } ! ! #textBody { ! font-family: Arial, Helvetica, sans-serif; ! font-size: 14px; ! margin-top: 40px; ! } ! ! #copyright { ! font-family: Arial, Helvetica, sans-serif; ! font-size: 12px; ! margin-top: 40px; ! } ! ! #copyrightSlash { ! font-family: Arial, Helvetica, sans-serif; ! font-size: 10px; ! font-style: italic; ! margin-top: 20px; ! } ! ! ! </style> ! </head> ! ! <body> ! <h1>{TITLE}</h1> ! <div id="contribute"> ! Contributed by {NAME} on {DATEF} from the {DEPT} dept. ! </div> <!-- id="contribute" --> ! <div id="textIntro"> ! {INTRO_TEXT} ! </div> <!-- id="textIntro" --> ! <div id="textBody"> ! {BODY_TEXT} ! </div> ! <div id="copyright"> ! This article comes from {SITENAME}<br /> ! URL: <a href="{STORY_URL}">{STORY_URL}</a> ! </div> <!-- id="copyright" --> ! <div id="copyrightSlash"> ! {SITENAME} is powered by <a href="http://www.phpslash.org/">phpslash</a> - Copyright © 2001 and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone. ! </div> <!-- id="copyrightSlash" --> ! <!-- END article-pf.tpl --> ! </body> ! </html> ! Index: article.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/article.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** article.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- article.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,57 **** ! {HEADER} ! <TABLE width="100%" cellpadding=0 cellspacing=0 border="0"> ! ! <TR> ! <TD valign=top WIDTH="100%"><FONT color="#000000"> ! ! <!-- START article.tpl --> ! ! <table width="100%" border=0 cellpadding=0> ! <tr> ! <td valign=top> ! {EMAILFORM} ! {STORY} ! <BR><BR> ! {COMMENTS} ! </td> ! </tr> ! </table> ! ! </TD> ! ! <TD WIDTH="20" VALIGN="TOP"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1"> ! </TD> ! ! <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP"> ! ! <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0"> ! <TR> ! ! <!-- this TD block right here is that grey bar between the stories and the blocks --> ! ! <TD VALIGN="TOP" BGCOLOR="#cccccc"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT=""> ! </TD> ! ! <!-- this TD block is a spacer between the bar and blocks column --> ! ! <TD VALIGN="TOP"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT=""> ! </TD> ! ! <!-- this TD block is the blocks column --> ! ! <TD VALIGN="TOP"> ! ! {FANCY_BOXES} ! ! </TD> ! </TR> ! </TABLE> ! <!-- END article.tpl --> ! ! </TD> ! </TR> ! </TABLE> ! {FOOTER} --- 1,57 ---- ! {HEADER} ! <TABLE width="100%" cellpadding=0 cellspacing=0 border="0"> ! ! <TR> ! <TD valign=top WIDTH="100%"><FONT color="#000000"> ! ! <!-- START article.tpl --> ! ! <table width="100%" border=0 cellpadding=0> ! <tr> ! <td valign=top> ! {EMAILFORM} ! {STORY} ! <BR><BR> ! {COMMENTS} ! </td> ! </tr> ! </table> ! ! </TD> ! ! <TD WIDTH="20" VALIGN="TOP"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1"> ! </TD> ! ! <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP"> ! ! <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0"> ! <TR> ! ! <!-- this TD block right here is that grey bar between the stories and the blocks --> ! ! <TD VALIGN="TOP" BGCOLOR="#cccccc"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT=""> ! </TD> ! ! <!-- this TD block is a spacer between the bar and blocks column --> ! ! <TD VALIGN="TOP"> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT=""> ! </TD> ! ! <!-- this TD block is the blocks column --> ! ! <TD VALIGN="TOP"> ! ! {FANCY_BOXES} ! ! </TD> ! </TR> ! </TABLE> ! <!-- END article.tpl --> ! ! </TD> ! </TR> ! </TABLE> ! {FOOTER} Index: articleEmailForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/articleEmailForm.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** articleEmailForm.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- articleEmailForm.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,64 **** ! ! <table cellpadding=0 cellspacing=0 border=0 width="100%"> ! <tr> ! <td> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> ! </td> ! </tr> ! <tr bgcolor="#3F4469"> ! <td valign=top> ! <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt=""><font size=4 color=white face="arial, helvetica"> ! <b>Email this Story to a Friend</b></font> ! </td> ! </tr> ! </table> ! ! <table width="100%" cellspacing="0" cellpadding="0"> ! <tr> ! <td align="right"> ! <form action="{ACTION_URL}" method="post"> ! <input type="HIDDEN" name="story_id" value={STORY_ID}> ! ! <font size="2" face="arial, helvetica"><b>Your Name:</b></font></td> ! ! <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailFromName" size="40" value="{MAILFROMNAME}"></font></font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>Your Email Address:</b></font></td> ! ! <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailFromAddress" size="40" value="{MAILFROMADDRESS}"></font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>To Name:</b></font> ! </td> ! ! <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailToName" size="40" value="{MAILTONAME}"></font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>To Address:</b></font></td> ! ! <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailToAddress" size="40" value="{MAILTOADDRESS}"></font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>Message To Send:</b></font></td> ! ! <td><font size="2" face="arial, helvetica"><textarea name="mailString" wrap="PHYSICAL" cols="40" rows="10">{MAILSTRING}</textarea></font></td> ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"> </font></td> ! <td><font size="2" face="arial, helvetica"> ! <input type="submit" value="Send Now!"></font> ! </td> ! </tr> ! </table> ! ! <hr> ! </form> ! --- 1,47 ---- ! <!-- START articleEmailForm.tpl --> ! <div id="articleEmailForm"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <img src="{IMAGEDIR}/layout/blank.gif" height="1" width="1" alt="" /> ! </td> ! </tr> ! <tr> ! <td class="titleBar"> ! <img src="{IMAGEDIR}/layout/slc.gif" width="13" height="16" align="top" alt="" /> ! Email this Story to a Friend ! </td> ! </tr> ! </table> ! <form action="{ACTION_URL}" method="post"> ! <input type="hidden" name="story_id" value="{STORY_ID}" /> ! <table width="100%" cellspacing="0" cellpadding="0"> ! <tr> ! <td class="descr">Your Name:</td> ! <td><input type="text" name="mailFromName" size="40" value="{MAILFROMNAME}" /></td> ! </tr> ! <tr> ! <td class="descr">Your Email Address:</td> ! <td><input type="text" name="mailFromAddress" size="40" value="{MAILFROMADDRESS}" /></td> ! </tr> ! <tr> ! <td class="descr">To Name:</td> ! <td><input type="text" name="mailToName" size="40" value="{MAILTONAME}" /></td> ! </tr> ! <tr> ! <td class="descr">To Address:</td> ! <td><input type="text" name="mailToAddress" size="40" value="{MAILTOADDRESS}" /></td> ! </tr> ! <tr> ! <td class="descr">Message To Send:</td> ! <td><textarea name="mailString" wrap="physical" cols="40" rows="10">{MAILSTRING}</textarea></td> ! <tr> ! <td class="descr"> </td> ! <td><input type="submit" value="Send Now!" /></td> ! </tr> ! </table> ! </form> ! <hr /> ! ! </div> <!-- id="articleEmailForm" --> ! <!-- END articleEmailForm.tpl --> Index: articleEmailSent.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/articleEmailSent.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** articleEmailSent.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- articleEmailSent.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,60 **** ! <table cellpadding=0 cellspacing=0 border=0 width="100%"> ! <tr> ! <td> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> ! </td> ! </tr> ! <tr bgcolor="#3F4469"> ! <td valign=top> ! <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt=""><font size=4 color=white face="arial, helvetica"> ! <b>Email this Story to a Friend</b></font> ! </td> ! </tr> ! </table> ! ! ! <table width="100%" cellspacing="0" cellpadding="0"> ! <tr> ! <td valign=top colspan="2"> ! <div align=center><center> ! <font size=3 face="arial,helvetica"><b>Your Email Story was Sent!</b></font><br></td> ! </center></div><br> ! </tr> ! ! <tr> ! <td align="right"> ! <font size="2" face="arial, helvetica"><b>Your Name:</b></font></td> ! ! <td><font size="2" face="arial, helvetica">{MAILFROMNAME}</font></font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>Your Email Address:</b></font></td> ! ! <td><font size="2" face="arial, helvetica">{MAILFROMADDRESS}</font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>To Name:</b></font> ! </td> ! ! <td><font size="2" face="arial, helvetica">{MAILTONAME}</font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>To Address:</b></font></td> ! ! <td><font size="2" face="arial, helvetica">{MAILTOADDRESS}</font> ! </td> ! </tr> ! ! <tr> ! <td align="right"><font size="2" face="arial, helvetica"><b>Message Sent:</b></font></td> ! ! <td><font size="2" face="arial, helvetica">{MAILSTRING}</font></td> ! </tr> ! </table> ! --- 1,44 ---- ! <!-- start articleEmailSent.tpl --> ! <div id="articleEmailSent"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <img src="{IMAGEDIR}/layout/blank.gif" height="1" width="1" alt="" /> ! </td> ! </tr> ! <tr> ! <td class="titleBar"> ! <img src="{IMAGEDIR}/layout/slc.gif" width="13" height="16" align="top" alt="" /> ! Email this Story to a Friend ! </td> ! </tr> ! </table> ! ! <table width="100%" cellspacing="0" cellpadding="0"> ! <tr> ! <td colspan="2" class="headline">Your Email Story was Sent!</td> ! </tr> ! <tr> ! <td class="descr">Your Name:</td> ! <td>{MAILFROMNAME}</td> ! </tr> ! <tr> ! <td class="descr">Your Email Address:</td> ! <td>{MAILFROMADDRESS}</td> ! </tr> ! <tr> ! <td class="descr">To Name:</td> ! <td>{MAILTONAME}</td> ! </tr> ! <tr> ! <td class="descr">To Address:</td> ! <td>{MAILTOADDRESS}</td> ! </tr> ! <tr> ! <td class="descr">Message Sent:</td> ! <td>{MAILSTRING}</td> ! </tr> ! </table> ! ! </div> <!-- id="articleEmailSent" --> ! <!-- End articleEmailSent.tpl --> \ No newline at end of file Index: authorList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorList.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** authorList.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- authorList.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,29 **** ! <!-- authorList.tpl --> ! <FORM ACTION="{ACTION_URL}" METHOD=POST> ! <TABLE border=0 cellpadding=3 cellspacing=0> ! <TR ALIGN=MIDDLE> ! <TD WIDTH=30> </TD> ! <TD><B>Name</B></TD> ! <TD><B>Real Name</B></TD> ! <TD><B>URL</B></TD> ! <TD><B>Email</B></TD> ! <TD><B>Quote</B></TD> ! <TD><B>Admin</B></TD> ! </TR> ! <!-- BEGIN row --> ! ! <TR> ! <TD WIDTH=30> </TD> ! <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{NAME}</a></TD> ! <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{REALNAME}</a></TD> ! <TD>{URL}</TD> ! <TD>{EMAIL}</TD> ! <TD>{QUOTE}</TD> ! <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> ! || <a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a></TD> ! </TR> ! <!-- END row --> ! ! </TABLE> ! </FORM> ! <!-- topicList.tpl --> --- 1,46 ---- ! <!-- start authorList.tpl --> ! <div id="authorList"> ! ! <form action="{ACTION_URL}" method="post"> ! <table border="0" cellpadding="3" cellspacing="0"> ! <tr> ! <th> </th> ! <th>Name</th> ! <th>Real Name</th> ! <th>URL</th> ! <th>Email</th> ! <th>Quote</th> ! <th>Admin</th> ! </tr> ! <!-- BEGIN row --> ! <tr class="firstRow"> ! <td> </td> ! <td><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{NAME}</a></td> ! <td><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{REALNAME}</a></td> ! <td>{URL}</td> ! <td>{EMAIL}</td> ! <td>{QUOTE}</td> ! <td> ! <a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> || ! <a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a> ! </td> ! </tr> ! <!-- END row --> ! <!-- BEGIN row2 --> ! <tr class="secondRow"> ! <td> </td> ! <td><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{NAME}</a></td> ! <td><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{REALNAME}</a></td> ! <td>{URL}</td> ! <td>{EMAIL}</td> ! <td>{QUOTE}</td> ! <td> ! <a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> || ! <a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a> ! </td> ! </tr> ! <!-- END row2 --> ! </table> ! </form> ! </div> <!-- id="authorList" --> ! <!-- end authorList.tpl --> Index: authorNew.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorNew.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** authorNew.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- authorNew.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,47 **** ! <!-- authorNew.tpl --> ! <FORM ACTION="{ACTION_URL}" METHOD=POST> ! <TABLE BORDER=0> ! <TR ALIGN=MIDDLE> ! <TD WIDTH=30> </TD> ! <TD> </TD> ! </TR> ! <TR> ! <TD><B>Name</B><FONT COLOR=RED>*</FONT></TD> ! <TD><INPUT type="input" name="author_name" value="{NAME}" SIZE="20"></TD> ! </TR> ! <TR> ! <TD><B>Real Name</B></TD> ! <TD><INPUT type="input" name="author_realname" value="{REALNAME}" SIZE="20"></TD> ! </TR> ! <TR> ! <TD><B>URL</B></TD> ! <TD><INPUT type="input" name="url" value="{URL}" SIZE="15"></TD> ! </TR> ! <TR> ! <TD><B>Email</B></TD> ! <TD><INPUT type="input" name="email" value="{EMAIL}" SIZE="15"></TD> ! </TR> ! <TR> ! <TD><B>Quote</B></TD> ! <TD><INPUT type="input" name="quote" value="{QUOTE}" SIZE="20"></TD> ! </TR> ! <TR> ! <TD><B>Password</B><FONT COLOR=RED>*</FONT></TD> ! <TD><INPUT type="password" name="password" value="{PASSWORD}" SIZE="10"></TD> ! </TR> ! <TR> ! <TD valign=top><B>Security</B><FONT COLOR=RED>*</FONT></TD> ! <TD valign=top> ! <!-- BEGIN perm_row --> ! <input name="permission[]" value="{PERM}" type=checkbox>{PERM}<br /> ! <!-- END perm_row --> ! <!-- BEGIN permhave_row --> ! <input name="permission[]" value="{PERM}" type=checkbox checked="checked">{PERM}<br /> ! <!-- END permhave_row --> ! </TD ! </TR> ! </TABLE> ! <INPUT type="hidden" name="author_id" value="{AUTHOR_ID}"> ! <INPUT type="submit" name="submit" value="update"><HR> ! </FORM> ! <!-- authorNew.tpl --> --- 1,50 ---- ! <!-- start authorNew.tpl --> ! <div id="authorNew"> ! <form action="{ACTION_URL}" method="post"> ! <table border="0"> ! <tr> ! <td> </td> ! <td> </td> ! </tr> ! <tr> ! <td class="descr">Name <span class="must">*</span></td> ! <td><input type="text" name="author_name" value="{NAME}" size="20" /></td> ! </tr> ! <tr> ! <td class="descr">Real Name</td> ! <td><input type="text" name="author_realname" value="{REALNAME}" size="20" /></td> ! </tr> ! <tr> ! <td class="descr">URL</td> ! <td><input type="text" name="url" value="{URL}" size="15" /></td> ! </tr> ! <tr> ! <td class="descr">Email</td> ! <td><input type="text" name="email" value="{EMAIL}" size="15" /></td> ! </tr> ! <tr> ! <td class="descr">Quote</td> ! <td><input type="text" name="quote" value="{QUOTE}" size="20" /></td> ! </tr> ! <tr> ! <td class="descr">Password <span class="must">*</span></td> ! <td><input type="password" name="password" value="{PASSWORD}" size="10" /></td> ! </tr> ! <tr> ! <td class="descr">Security <span class="must">*</span></td> ! <td> ! <!-- BEGIN perm_row --> ! <input name="permission[]" value="{PERM}" type="checkbox" />{PERM}<br /> ! <!-- END perm_row --> ! <!-- BEGIN permhave_row --> ! <input name="permission[]" value="{PERM}" type="checkbox" checked="checked" />{PERM}<br /> ! <!-- END permhave_row --> ! </td> ! </tr> ! </table> ! <input type="hidden" name="author_id" value="{AUTHOR_ID}" /> ! <input type="submit" name="submit" value="update" /> ! </form> ! <hr /> ! </div> <!-- id="authorNew" --> ! <!-- end authorNew.tpl --> Index: blockEdit.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/blockEdit.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** blockEdit.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- blockEdit.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,86 **** ! <!-- blockEdit.tpl --> ! <FORM ACTION="{ACTION_URL}" METHOD=POST> ! <INPUT TYPE=HIDDEN NAME="block_id" VALUE="{BLOCK_ID}"> ! <TABLE BORDER=0> ! <TR> ! <TD>Title:<BR> ! <FONT SIZE=-1>(put a %% or leave blank for the dynamic title.<BR> ! it's only available in <I>special</I> blocks)</FONT></TD> ! <TD><INPUT TYPE=TEXT NAME="block_title" VALUE="{BLOCK_TITLE}"></TD> ! </TR> ! ! <TR> ! <TD>Type:</TD> ! <TD> ! <SELECT NAME=block_type> ! <!-- BEGIN block_type_row --> ! <OPTION VALUE="{BLOCK_TYPE_ID}" {SELECTED}>{BLOCK_TYPE_NAME}</OPTION> ! <!-- END block_type_row --> ! </SELECT> ! </TD> ! </TR> ! ! <TR> ! <TD>Site Location<BR><FONT SIZE=-1>(the 'title' will be linked with this url)</FONT></TD> ! <TD><INPUT TYPE=TEXT NAME="location" VALUE="{LOCATION}"></TD> ! </TR> ! ! <TR> ! <TD>Source URL: <BR><FONT SIZE=-1>(source of data if type is <B>rdf</B> or <B>url</B>)</FONT></TD> ! <TD><INPUT TYPE=TEXT NAME="source_url" VALUE="{SOURCE_URL}"></TD> ! </TR> ! ! <TR> ! <TD>Expire Length:</TD> ! <TD><INPUT TYPE=TEXT NAME="expire_length" VALUE="{EXPIRE_LENGTH}"></TD> ! </TR> ! ! <TR> ! <TD>Owned by Section:</TD> ! <TD> ! <SELECT SIZE=4 MULTIPLE NAME=section_id_ary[]> ! <!-- BEGIN section_row --> ! <OPTION VALUE="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</OPTION> ! <!-- END section_row --> ! </SELECT> ! </TD> ! </TR> ! ! <TR> ! <TD>Data<BR><FONT SIZE=-1>(if type is <B>HTML</B>)</FONT></TD> ! <TD> ! <TEXTAREA NAME="cache_data" cols=60 rows=4>{CACHE_DATA}</TEXTAREA> ! </TD> ! </TR> ! ! <TR> ! <TD>Order Number<BR><FONT SIZE=-1>(the higher number,<BR> the higher position on the page)</FONT></TD> ! <TD> ! <INPUT TYPE=TEXT SIZE=2 NAME="ordernum" VALUE="{ORDERNUM}"> ! </TD> ! </TR> ! ! <TR> ! <TD>Options<BR>(Block Specific)</TD> ! </TR> ! <TR> ! <TD> <b>Variable Name</b> </TD> ! <TD> <b>Variable Value</b> </TD> ! </TR> ! <!-- BEGIN each_option --> ! <TR> ! <TD> ! <INPUT TYPE=text name={OPTION_NAME} value="{OPTION_NAME_VAL}" size=20> ! </TD> ! <TD> ! <INPUT TYPE=text name={OPTION_VALUE} value="{OPTION_VALUE_VAL}" size=20> ! </TD> ! </TR> ! <!-- END each_option --> ! <TR> ! <TD> </TD> ! <TD><INPUT TYPE=SUBMIT NAME="submit" VALUE="update"></TD> ! </TR> ! </TABLE> ! </FORM> ! <!-- blockEdit.tpl --> --- 1,91 ---- ! <!-- start blockEdit.tpl --> ! <div id="blockEdit"> ! <form action="{ACTION_URL}" method="post"> ! <input type="hidden" name="block_id" value="{BLOCK_ID}" /> ! <table border="0"> ! <tr> ! <td class="descr"> ! Title:<br /> ! <span class="hint">(put a %% or leave blank for the dynamic title.<br /> ! it's only available in <i>special</i> blocks)</span> ! </td> ! <td><input type="text" name="block_title" value="{BLOCK_TITLE}" /></td> ! </tr> ! <tr> ! <td class="descr">Type:</td> ! <td> ! <select name="block_type"> ! <!-- BEGIN block_type_row --> ! <option value="{BLOCK_TYPE_ID}" {SELECTED}>{BLOCK_TYPE_NAME}</option> ! <!-- END block_type_row --> ! </select> ! </td> ! </tr> ! <tr> ! <td class="descr"> ! Site Location<br /> ! <span class="hint">(the 'title' will be linked with this url)</span> ! </td> ! <td><input type="text" name="location" value="{LOCATION}" /></td> ! </tr> ! <tr> ! <td class="descr"> ! Source URL: <br /> ! <span class="hint">(source of data if type is <b>rdf</b> or <b>url</b>)</span> ! </td> ! <td><input type="text" name="source_url" value="{SOURCE_URL}" /></td> ! </tr> ! <tr> ! <td class="descr">Expire Length:</td> ! <td><input type="text" name="expire_length" value="{EXPIRE_LENGTH}" /></td> ! </tr> ! <tr> ! <td class="descr">Owned by Section:</td> ! <td> ! <select size="4" multiple="multiple" name="section_id_ary[]"> ! <!-- BEGIN section_row --> ! <option value="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</option> ! <!-- END section_row --> ! </select> ! </td> ! </tr> ! <tr> ! <td class="descr">Data<br /><span class="hint">(if type is <b>HTML</b>)</span></td> ! <td> ! <textarea name="cache_data" cols="60" rows="4">{CACHE_DATA}</textarea> ! </td> ! </tr> ! <tr> ! <td class="descr"> ! Order Number<br /> ! <span class="hint">(the higher number, the higher position on the page)</span> ! </td> ! <td> ! <input type="text" size="2" name="ordernum" value="{ORDERNUM}" /> ! </td> ! </tr> ! <tr> ! <td colspan="2" class="descr">Options<br /><span class="hint">(Block Specific)</span></td> ! </tr> ! <tr> ! <td class="descr">Variable Name</td> ! <td class="descr">Variable Value</td> ! </tr> ! <!-- BEGIN each_option --> ! <tr> ! <td> ! <input type="text" name="{OPTION_NAME}" value="{OPTION_NAME_VAL}" size="20" /> ! </td> ! <td> ! <input type="text" name="{OPTION_VALUE}" value="{OPTION_VALUE_VAL}" size="20" /> ! </td> ! </tr> ! <!-- END each_option --> ! <tr> ! <td> </td> ! <td><input type="submit" name="submit" value="update" /></td> ! </tr> ! </table> ! </form> ! </div> <!-- id="blockEdit" --> ! <!-- End blockEdit.tpl --> Index: blockList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/blockList.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** blockList.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- blockList.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,42 **** ! <!-- sectionList.tpl --> ! <FORM ACTION="{ACTION_URL}" METHOD="POST"> ! <TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0> ! <TR> ! <TH>Title</TH> ! <TH>Location</TH> ! <TH>Source URL</TH> ! <TH>Type</TH> ! <TH>Admin</TH> ! </TR> ! ! <!-- BEGIN row --> ! <TR> ! <TD>{TITLE}</TD> ! <TD>{URL}</TD> ! <TD>{SOURCE_URL}</TD> ! <TD>{TYPE}</TD> ! <TD><A HREF="{MODIFYURL}">Modify</A> ! || <A HREF="{VIEWURL}">View</A> ! || <A HREF="{DELURL}">Delete</A> ! </TD> ! </TR> ! <!-- END row --> ! <!-- BEGIN row2 --> ! <TR bgcolor="#eeeeee"> ! <TD>{TITLE}</TD> ! <TD>{URL}</TD> ! <TD>{SOURCE_URL}</TD> ! <TD>{TYPE}</TD> ! <TD><A HREF="{MODIFYURL}">Modify</A> ! || <A HREF="{VIEWURL}">View</A> ! || <A HREF="{DELURL}">Delete</A> ! </TD> ! </TR> ! <!-- END row2 --> ! ! ! </TABLE> ! <P> ! ! </FORM> ! <!-- sectionList.tpl --> --- 1,35 ---- ! <!-- start blockList.tpl --> ! <div id="blockList"> ! <form action="{ACTION_URL}" method="post"> ! <table cellpadding="2" cellspacing="1" border="0"> ! <tr> ! <th>Title</th> ! <th>Location</th> ! <th>Source URL</th> ! <th>Type</th> ! <th>Admin</th> ! </tr> ! ! <!-- BEGIN row --> ! <tr class="firstRow"> ! <td>{TITLE}</td> ! <td>{URL}</td> ! <td>{SOURCE_URL}</td> ! <td>{TYPE}</td> ! <td><a href="{MODIFYURL}">Modify</a> || <a href="{VIEWURL}">View</a> || <a href="{DELURL}">Delete</a></td> ! </tr> ! <!-- END row --> ! <!-- BEGIN row2 --> ! <tr class="secondRow"> ! <td>{TITLE}</td> ! <td>{URL}</td> ! <td>{SOURCE_URL}</td> ! <td>{TYPE}</td> ! <td><a href="{MODIFYURL}">Modify</a> || <a href="{VIEWURL}">View</a> || <a href="{DELURL}">Delete</a></td> ! </tr> ! <!-- END row2 --> ! ! </table> ! </form> ! </div> <!-- id="blockList" --> ! <!-- end blockList.tpl --> Index: blocktypeList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/blocktypeList.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** blocktypeList.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- blocktypeList.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,32 **** ! <!-- blocktypeList.tpl --> ! <FORM ACTION="{ACTION_URL}" METHOD="POST"> ! <TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0> ! <TR> ! <TH>Installed</TH> ! </TR> ! ! <!-- BEGIN removerow --> ! <TR> ! <TD>{REMOVENAME}</TD> ! <TD><A HREF="{REMOVEURL}">Remove</A> ! </TD> ! </TR> ! <!-- END removerow --> ! ! <TR> ! <TH>Available</TH> ! </TR> ! ! <!-- BEGIN addrow --> ! <TR> ! <TD>{ADDNAME}</TD> ! <TD><A HREF="{ADDURL}">Add</A> ! </TD> ! </TR> ! <!-- END addrow --> ! ! </TABLE> ! <P> ! ! </FORM> ! <!-- blocktypeList.tpl --> --- 1,26 ---- ! <!-- blocktypeList.tpl --> ! <div id="blockTypeList"> ! <form action="{ACTION_URL}" method="post"> ! <table cellpadding="2" cellspacing="2" border="0"> ! <tr> ! <th colspan="2">Installed</th> ! </tr> ! <!-- BEGIN removerow --> ! <tr> ! <td>{REMOVENAME}</td> ! <td><a href="{REMOVEURL}">Remove</a></td> ! </tr> ! <!-- END removerow --> ! <tr> ! <th colspan="2">Available</th> ! </tr> ! <!-- BEGIN addrow --> ! <tr> ! <td>{ADDNAME}</td> ! <td><a href="{ADDURL}">Add</a></td> ! </tr> ! <!-- END addrow --> ! </table> ! </form> ! </div> <!-- id="blockTypeList" --> ! <!-- blocktypeList.tpl --> Index: breadcrumb.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/breadcrumb.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** breadcrumb.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- breadcrumb.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,7 **** ! <br> ! <font size=1 face="arial, helvetica"> ! <!-- BEGIN each_crumb --> ! {DELIMETER}<a href="{ROOTURL}/index.php3{LINK}">{NAME}</a> ! <!-- END each_crumb --> ! </font> ! --- 1,8 ---- ! <!-- START breadcrumb.tpl --> ! <p class="breadcrumb"> ! ! <!-- BEGIN each_crumb --> ! {DELIMETER}<a href="{ROOTURL}/index.php3{LINK}">{NAME}</a> ! <!-- END each_crumb --> ! </p> ! <!-- END breadcrumb.tpl --> \ No newline at end of file Index: calendar.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/calendar.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** calendar.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- calendar.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,30 **** ! <table cellpadding=2 border=0 BGCOLOR=#000066> ! <tr BGCOLOR=#FFFFFF> ! <th><FONT FACE=arial,helvetica COLOR=#000000>S</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>M</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>T</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>W</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>T</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>F</FONT></th> ! <th><FONT FACE=arial,helvetica COLOR=#000000>S</FONT></th> ! </tr> ! ! <!-- BEGIN row --> ! <tr ALIGN=CENTER BGCOLOR=#FFFFFF> ! ! <!-- customize this td block for regular cells --> ! ! <!-- BEGIN cell --> ! <td><FONT FACE=arial,helvetica COLOR="#000000">{DATA}</FONT></td> ! <!-- END cell --> ! ! <!-- customize this td block for linked cells --> ! ! <!-- BEGIN linked_cell --> ! <td BGCOLOR="#DDDDDD"><A HREF={URL}><FONT FACE=arial,helvetica COLOR="#000000">{LINKED_DATA}</FONT></A></td> ! <!-- END linked_cell --> ! ! </tr> ! <!-- END row --> ! ! </table> --- 1,28 ---- ! <!-- start calendar.tpl --> ! <div id="calendar"> ! <table cellpadding="2" border="0"> ! <tr> ! <th>S</th> ! <th>M</th> ! <th>T</th> ! <th>W</th> ! <th>T</th> ! <th>F</th> ! <th>S</th> ! </tr> ! ! <!-- BEGIN row --> ! <tr> ! <!-- customize this td block for regular cells --> ! <!-- BEGIN cell --> ! <td>{DATA}</td> ! <!-- END cell --> ! <!-- customize this td block for linked cells --> ! <!-- BEGIN linked_cell --> ! <td class="linkedCell"><a href="{URL}">{LINKED_DATA}</a></td> ! <!-- END linked_cell --> ! </tr> ! <!-- END row --> ! </table> ! </div> <!-- id="calendar" --> ! <!-- end calendar.tpl --> \ No newline at end of file Index: comment.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/comment.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** comment.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- comment.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,34 **** ! <!-- START comment.tpl --> ! <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> ! <TR><TD> ! ! <!-- <form method=get action="{ACTION_URL}"> --> ! <form method=get action="comment.php3"> ! <table border=1 BGCOLOR=#CCCCCC WIDTH=100% CELLPADDING=5 CELLSPACING=0> ! <tr> ! <td ALIGN=CENTER> ! Comment Style: ! <select name="mode"> ! <!-- BEGIN each_mode --> ! <option value={MODE_VALUE} {MODE_SELECTED}>{MODE_TEXT}</option> ! <!-- END each_mode --> ! </select> ! Order: ! <select name="order"> ! <option value="ASC">Ascending</option> ! <option value="DESC">Descending</option> ! </select> ! <input type=hidden name=story_id value="{STORY_ID}"> ! <input type=submit name=submit value=Change> ! </td> ! </tr> ! </table> ! </form> ! ! {ADMIN} ! <FORM ACTION={ACTION_URL}> ! {ALL_COMMENTS} ! </FORM> ! </TR></TD> ! </TABLE> ! <!-- END comment.tpl --> --- 1,26 ---- ! <!-- START comment.tpl --> ! <div id="comment"> ! <div id="commentForm"> ! <form method="get" action="comment.php3"> ! Comment Style: ! <select name="mode"> ! <!-- BEGIN each_mode --> ! <option value={MODE_VALUE} {MODE_SELECTED}>{MODE_TEXT}</option> ! <!-- END each_mode --> ! </select> ! Order: ! <select name="order"> ! <option value="ASC">Ascending</option> ! <option value="DESC">Descending</option> ! </select> ! <input type="hidden" name="story_id" value="{STORY_ID}" /> ! <input type="submit" name="submit" value="Change" /> ! </form> ! </div> <!-- id="commentForm" --> ! {ADMIN} ! ! <form method="get" action="{ACTION_URL}"> ! {ALL_COMMENTS} ! </form> ! </div> <!-- id="comment" --> ! <!-- END comment.tpl --> Index: commentDisplay.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/commentDisplay.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentDisplay.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- commentDisplay.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,59 **** ! <!-- BEGIN commentDisplay.tpl --> ! <div align=left> ! ! <table width=100% border=0 cellpadding=1 cellspacing=0> ! <tr><td bgcolor="#AAAAAA"> ! ! <table align=center width=100% border=0 cellpadding=4 cellspacing=0> ! <tr> ! <td bgcolor="#3F4469"> ! <font color="#FFFFFF"> ! <b>{SUBJECT} <FONT SIZE=SMALL>[{COMMENT_ID}]</FONT></b><br> ! by {NAME} {EMAIL_LINK_ON}<FONT COLOR="#FFFFFF">{EMAIL}</FONT>{EMAIL_LINK_OFF} on {TIME}<br> ! </font> ! </td> ! </tr> ! <tr> ! <td bgcolor=white> ! {COMMENT} ! </td> ! </tr> ! <tr> ! <td bgcolor=white> ! <center> ! <font size=2> ! <!-- BEGIN admin_perm --> ! [ ! <input type=checkbox name="bulkdel_ary[]" value="{COMMENT_ID}"><I>Mark for Bulk Delete</I> | ! ! <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}"> <I>Reply</I></a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete"><I>Delete</I></a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit"><I>Edit</I></a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend"><I>Mark Pending</I></a> ]<br> ! ! [ <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend"><I>Unmark Pending</I></a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone"><I>Reparent Up One Level</I></a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop"><I>Reparent Up To Top</I></a> ! ] ! <!-- END admin_perm --> ! ! <!-- BEGIN regular_perm --> ! [ <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}"> <I>Reply</I></a> ] ! <!-- END regular_perm --> ! </font> ! </center> ! <p> ! </td> ! </tr> ! </table> ! ! </td></tr> ! </table> ! </div> ! <BR> ! <!-- END commentDisplay.tpl --> --- 1,40 ---- ! <!-- START commentDisplay.tpl --> ! <div id="commentDisplay"> ! <div id="commentHeader"> ! <span class="commentSubject">{SUBJECT}</span> <span class="commentID">[{COMMENT_ID}]</span><br /> ! <span class="commentAuthor">by {NAME} {EMAIL_LINK_ON}{EMAIL}{EMAIL_LINK_OFF} on {TIME}</span> ! </div> <!-- id="commentHeader" --> ! <div id="commentText"> ! {COMMENT} ! </div> <!-- id="commentText" --> ! ! ! <!-- BEGIN admin_perm --> ! <div id="commentAdmin"> ! [ ! <input type="checkbox" name="bulkdel_ary[]" value="{COMMENT_ID}">Mark for Bulk Delete | ! ! <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete">Delete</a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit">Edit</a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend">Mark Pending</a> ]<br /> ! ! [ <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend">Unmark Pending</a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone">Reparent Up One Level</a> ! ! | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop">Reparent Up To Top</a> ! ] ! </div> <!-- id="commentAdmin" --> ! <!-- END admin_perm --> ! ! <!-- BEGIN regular_perm --> ! <div id="commentFooter"> ! [ <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}">Reply</a> ] ! </div> <!-- id="commentFooter" --> ! <!-- END regular_perm --> ! </div> <!-- id="commentDisplay" --> ! <!-- END commentDisplay.tpl --> Index: commentFlat.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/commentFlat.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentFlat.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- commentFlat.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,10 **** ! <!-- BEGIN row --> ! <TR> ! <TD> ! ! <a name="{COMMENT_ID}"> ! {COMMENT} ! ! </TD> ! </TR> ! <!-- END row --> --- 1,6 ---- ! <!-- start commentFlat.tpl --> ! <!-- BEGIN row --> ! <a name="{COMMENT_ID}"></a> ! {COMMENT} ! <!-- END row --> ! <!-- end commentFlat.tpl --> Index: commentIndex.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/commentIndex.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentIndex.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- commentIndex.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,3 **** ! <!-- BEGIN commentIndex.tpl --> ! <A HREF="{ROOTDIR}/comment.php3?submit=view&mode={MODE}&order={ORDER}&story_id={STORY_ID}&parent_id={PARENT_ID}">{SUBJECT}</A> [<FONT SIZE=-1>{COMMENT_ID}</FONT>] by {NAME} on {TIME} ! <!-- END commentIndex.tpl --> --- 1,4 ---- ! <!-- start commentIndex.tpl --> ! <span class="commentSubject"> ! <a href="{ROOTDIR}/comment.php3?submit=view&mode={MODE}&order={ORDER}&story_id={STORY_ID}&parent_id={PARENT_ID}">{SUBJECT}</a></span> <span class="commentID">[{COMMENT_ID}]</span> <span class="commentAuthor">by {NAME} on {TIME}</span> ! <!-- end commentIndex.tpl --> Index: commentNest.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/commentNest.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentNest.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- commentNest.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,6 **** ! <!-- inside the nest --> ! <UL> ! {COMMENT} ! {THREAD} ! </UL> ! <!-- outside the nest --> --- 1,8 ---- ! <!-- start commentNest.tpl --> ! <!-- inside the nest --> ! <ul class="commentNest"> ! <li>{COMMENT}</li> ! {THREAD} ! </ul> ! <!-- outside the nest --> ! <!-- end commentNest.tpl --> \ No newline at end of file Index: commentSubmitForm.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/commentSubmitForm.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** commentSubmitForm.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- commentSubmitForm.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,54 **** ! ! <!-- BEGIN commentSubmitForm.tpl --> ! ! {PARENT} ! ! <form action="{ACTION_URL}" method=post> ! <input type=hidden name=story_id value="{STORY_ID}"> ! <input type=hidden name=comment_id value="{COMMENT_ID}"> ! <input type=hidden name=parent_id value="{PARENT_ID}"> ! <table width=630 border=0 cellspasing=0 cellpadding=1> ! <tr> ! <td width=130 align=right>Name</td> ! <td width=500><input type=text name="name" size=50 value="{NAME}"></td> ! </tr> ! <tr> ! <td align=right>Email</td> ! <td><input type=text name="email" size=50 value="{EMAIL}"></td> ! </tr> ! <tr> ! <td align=right>Subject</td> ! <td><input type=text name="subject" size=50 value="{SUBJECT}"></td> ! </tr> ! <tr> ! <td align=right valign=top>Comment</td> ! <td><textarea wrap=virtual name="comment_text" rows=10 cols=50>{COMMENT}</textarea></td> ! </tr> ! <tr> ! <td align=right valign=top>Options</td> ! <td> ! <input type=radio {PLAIN} name=content value="plain"> Plain Text ! <input type=radio {HTML} name=content value="html"> HTML ! <input type=radio {EXTTRANS} name=content value="exttrans"> Extended Translation<br> ! <input type=checkbox name=cookiebox>Save me a cookie<br> ! <input type=submit name=submit value="save"> ! <input type=submit name=submit value="preview"> ! </td> ! </tr> ! </table> ! ! <ul> ! <li><b>Plain Text:</b> A CRLF will be replaced by break <BR> tag, all other allowable HTML is intact ! <li><b>HTML:</b> No formatting of any kind is done without explicitly being written in ! <li><b>Extended Translation:</b>Like Plain Text, and translates & -> &amp, < -> &lt; and > -> &gt; ! </ul> ! <b>Allowed HTML Tags:</b> ! {ALLOWED_TAGS} ! </form> ! ! <font size=2> ! Problems regarding the comments section need to be sent to this site's <a href="mailto:{OWNER}">maintainer</a> ! </font> ! ! <!-- END commentSubmitForm.tpl --> ! --- 1,57 ---- ! <!-- start commentSubmitForm.tpl --> ! <div id="commentSubmitForm"> ! ! {PARENT} ! ! <form action="{ACTION_URL}" method="post"> ! <input type="hidden" name="story_id" value="{STORY_ID}" /> ! <input type="hidden" name="comment_id" value="{COMMENT_ID}" /> ! <input type="hidden" name="parent_id" value="{PARENT_ID}" /> ! ! <table border="0" cellpadding="1"> ! <tr> ! <td class="descr">Name</td> ! <td><input type="text" name="name" size="50" value="{NAME}" /></td> ! </tr> ! <tr> ! <td class="descr">Email</td> ! <td><input type="text" name="email" size="50" value="{EMAIL}" /></td> ! </tr> ! <tr> ! <td class="descr">Subject</td> ! <td><input type="text" name="subject" size="50" value="{SUBJECT}" /></td> ! </tr> ! <tr> ! <td class="descr">Comment</td> ! <td><textarea wrap="virtual" name="comment_text" rows="10" cols="50">{COMMENT}</textarea></td> ! </tr> ! <tr> ! <td class="descr">Options</td> ! <td> ! <input type="radio" {PLAIN} name="content" value="plain" /> Plain Text ! <input type="radio" {HTML} name="content" value="html" /> HTML ! <input type="radio" {EXTTRANS} name="content" value="exttrans" /> Extended Translation<br /> ! <input type="checkbox" name="cookiebox" /> Save me in a cookie ! </td> ! </tr> ! <tr> ! <td colspan="2"> ! <input type="submit" name="submit" value="save" /> ! <input type="submit" name="submit" value="preview" /> ! </td> ! </tr> ! </table> ! </form> ! ! <ul> ! <li><span class="descr">Plain Text:</span> A CRLF will be replaced by break <br> tag, all other allowable HTML is intact</li> ! <li><span class="descr">HTML:</span> No formatting of any kind is done without explicitly being written in</li> ! <li><span class="descr">Extended Translation:</span>Like Plain Text, and translates & -> &amp, < -> &lt; and > -> &gt;</li> ! </ul> ! <p><span class="descr">Allowed HTML Tags:</span> ! {ALLOWED_TAGS}</p> ! <p class="hint"> ! Problems regarding the comments section need to be sent to this site's <a href="mailto:{OWNER}">maintainer</a></p> ! </div> <!-- id="commentSubmitForm" --> ! <!-- END commentSubmitForm.tpl --> ! Index: error.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/error.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** error.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- error.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,3 **** ! <BR><BR> ! <FONT SIZE=+1>ERROR: {ERROR}</FONT> ! <BR><BR> --- 1,5 ---- ! <!-- start error.tpl --> ! <div id="error"> ! ERROR: {ERROR} ! </div> <!-- id="error" --> ! <!-- end error.tpl --> \ No newline at end of file Index: fancybox.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/fancybox.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fancybox.tpl 9 Apr 2002 16:53:34 -0000 1.1 --- fancybox.tpl 9 Apr 2002 16:57:06 -0000 1.2 *************** *** 1,22 **** ! ! <!-- START FANCYBOX.TPL: {TITLE} --> ! <table cellpadding="0" cellspacing="0" border="0" width="{WIDTH}" {ALIGN}> ! <tr> ! <td> ! <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> ! </td> ! </tr> ! <tr bgcolor="#3F4469" align="LEFT"> ! <td valign=top> ! <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt="">{LINK_OPEN}<font size="4" color="white" face="arial,helvetica"><b>{TITLE}</b></font>{LINK_CLOSE}</td> ! </tr> ! <tr align="LEFT"> ! <td> ! <!-- START FANCYBOX TEMPLATE CONTENTS --> ! {CONTENTS} ! <!-- END FANCYBOX TEMPLATE CONTENTS --> ! </td> ! </tr> ! </table> ! <!-- END FANCYBOX.TPL --> ! --- 1,12 ---- ! <!-- START fancybox.tpl: {TITLE} --> ! <div id="fancyBox"> ! <div id="fancyBoxHeader"> ! <img src="{IMAGEDIR}/layout/slc.gif" width="13" height="16" alt="" /> ! {LINK_OPEN}{TITLE}{LINK_CLOSE} ! </div> ! <!-- START fancyBox template content --> ! {CONTENTS} ! <!-- END fancyBox template content --> ! </div> <!-- id="fancyBox" --> ! <!-- END fanc... [truncated message content] |
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv10482 Added Files: about.tpl admin.tpl article-pf.tpl article.tpl articleEmailBody.tpl articleEmailForm.tpl articleEmailHeaders.tpl articleEmailSent.tpl articleEmailSubject.tpl articleEmailToAddress.tpl authorList.tpl authorNew.tpl backendBlock.tpl backendHTML.tpl backendJS.tpl backendJSData.tpl backendMozilla.tpl backendOpml.tpl backendRSS1.tpl backendRSS91.tpl backendRSS92.tpl backendTxt.tpl backendWml.tpl blockEdit.tpl blockList.tpl blocktypeList.tpl breadcrumb.tpl calendar.tpl comment.tpl commentDisplay.tpl commentFlat.tpl commentIndex.tpl commentNest.tpl commentSubmitForm.tpl error.tpl fancybox.tpl footer.tpl glossaryList.tpl glossaryNew.tpl glossarySearch.tpl header.tpl index.tpl index1col.tpl index2colleft.tpl index2colright.tpl index3col.tpl infolog.tpl loginform.tpl loginformCR.tpl mailinglistAdmin.tpl mailinglistForm.tpl mailinglistList.tpl mailinglistMessage.tpl mailinglistMessageBody.tpl mailinglistMessageForm.tpl mailinglistSubscribe.tpl mailinglistUnsubscribe.tpl message.tpl messageStrike.tpl navbar.tpl navbarFooter.tpl notfound.tpl pollAdminLink.tpl pollDisplay.tpl pollEdit.tpl pollEditLink.tpl pollList.tpl pollMoreLink.tpl pollNewButton.tpl pollResultPage.tpl pollShow.tpl queryblock.tpl quoteblock.tpl rssblock.tpl searchPage.tpl sectionList.tpl sectionNew.tpl sectionsblock.tpl skinsblock.tpl slashFoot.tpl slashHead.tpl story.tpl storyIndex.tpl storyList.tpl storyNew.tpl storyRelated.tpl submission.tpl submissionForm.tpl submissionList.tpl submissionNew.tpl titlebar.tpl topicBar.tpl topicList.tpl topicNew.tpl topicsDisplay.tpl topicsblock.tpl variableList.tpl variableNew.tpl Log Message: initial import --- NEW FILE: about.tpl --- <!-- Start of ABOUT.TPL --> <TABLE WIDTH=100%> <TR> <TD> <FONT color="#000000" FACE="arial,helvetica"> <P> Original message from <A HREF="mailto:ja...@pa...">Jay Bloodworth:</A></P> <CITE> "It's Slashdot, ported to PHP3. It attempts to be a drop in replacement for the perl code (using the same databases and such) and almost succeeds. It's a fairly naive port (line by line cut and paste in many places), but I tried to improve things where I could. In future releases I hope to neaten things up considerably and bring the code closer to standard PHP3 idiom." </CITE> <P> <TABLE BORDER="1" CELLSPACING="0" ALIGN="RIGHT"> <TR> <TH>Version</TH> <TH>Author</TH> <TH>Date</TH> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.61.tar.gz">V0.61</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>March 26, 2001</TD> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6.tar.gz">V0.6 FINAL</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>February 23, 2001</TD> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc4.tar.gz">V0.6-rc4</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>December 30, 2000</TD> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc3.tar.gz">V0.6-rc3</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>October 7, 2000</TD> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc2.tar.gz">V0.6-rc2</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>October 7, 2000</TD> </TR> <TR> <TD><A HREF="http://download.sourceforge.net/phpslash/phpslash-0.6-rc1.tar.gz">V0.6-rc1</A></TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>September 15, 2000</TD> </TR> <TR> <TD>V0.5.3-2</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>January 22, 2000</TD> </TR> <TR> <TD>V0.5.3-1</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>January 21, 2000</TD> </TR> <TR> <TD>V0.5.3</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>January 13, 2000</TD> </TR> <TR> <TD>V0.5.2</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>December 22, 1999</TD> </TR> <TR> <TD>V0.5.1</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>September 27, 1999</TD> </TR> <TR> <TD>V0.5</TD> <TD><A HREF="http://www.phpslash.org">PHPSlash Development Team</A></TD> <TD>August 18, 1999</TD> </TR> <TR> <TD>V0.2</TD> <TD><A HREF="mailto:wai...@ms...">Wai-Sun "Squidster" Chia</A></TD> <TD>August 3, 1999</TD> </TR> <TR> <TD>V0.1</TD> <TD><A HREF="mailto:ja...@pa...">Jay Bloodworth</A></TD> <TD>September 23, 1998</TD> </TR> </TABLE> Now that 0.6 is out, we are working on the 0.65 release. This will feature tighter integration with PHPLIB with the use of their authentication/permission modules. The comment and poll modules will also get a full rewrite. <P> Visit <A HREF="http://www.phpslash.org">www.phpslash.org</A> or our <A HREF=http://sourceforge.net/projects/phpslash>Sourceforge</A> site for the latest information on PHPSlash. <P> </FONT> </TD> </TR> </TABLE> <!-- End of ABOUT.TPL --> --- NEW FILE: admin.tpl --- {MESSAGE} {TITLEBAR} <FORM ACTION="{ACTION_URL}" method=post> <TABLE WIDTH=600 BORDER=0> <TR> <TD WIDTH="20%" align=right>Login</TD> <TD><INPUT TYPE=TEXT NAME="author_name"></TD> </TR> <TR> <TD ALIGN=RIGHT>Password</TD> <TD><INPUT TYPE=password NAME="password"></TD> </TR> <TR> <TD></TD> <TD><INPUT type=submit value="Login"></TD> </TR> </TABLE> </FORM> --- NEW FILE: article-pf.tpl --- <!-- START article-pf.tpl --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>{PAGETITLE}: {TITLE}</title> <meta name="object" content="{XSITEOBJECT}"> <!-- Enter Your META Tags Above Here --> </head> <body bgcolor="#FFFFFF" text="#000000"> <br> <table width="100%" border="0" cellpadding="0"> <tr> <td valign="top"> <h1><font face="arial,helvetica"><b> {TITLE}</b></font></h1> <font size="-2" face="arial,helvetica">Contributed by {NAME} on {DATEF}<br> from the {DEPT} dept.</font> <br> <br> <font face="arial,helvetica">{INTRO_TEXT}</font> <p><font face="arial,helvetica">{BODY_TEXT}</font></p> </td> </tr> </table> <font size="2" color="black" face="Arial, Helvetica, sans-serif"><p>This article comes from {SITENAME}<br />URL: <a href="{STORY_URL}">{STORY_URL}</a></p></font> <font size="1" color="black" face="arial,helvetica">{SITENAME} is powered by <a href="http://www.phpslash.org/">phpslash</a> - Copyright © 2001 and Licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> - No warranty is, has, or will be given in any way whatsoever to anyone.</p></font> <!-- END article-pf.tpl --> </body> </html> --- NEW FILE: article.tpl --- {HEADER} <TABLE width="100%" cellpadding=0 cellspacing=0 border="0"> <TR> <TD valign=top WIDTH="100%"><FONT color="#000000"> <!-- START article.tpl --> <table width="100%" border=0 cellpadding=0> <tr> <td valign=top> {EMAILFORM} {STORY} <BR><BR> {COMMENTS} </td> </tr> </table> </TD> <TD WIDTH="20" VALIGN="TOP"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1"> </TD> <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP"> <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TR> <!-- this TD block right here is that grey bar between the stories and the blocks --> <TD VALIGN="TOP" BGCOLOR="#cccccc"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT=""> </TD> <!-- this TD block is a spacer between the bar and blocks column --> <TD VALIGN="TOP"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT=""> </TD> <!-- this TD block is the blocks column --> <TD VALIGN="TOP"> {FANCY_BOXES} </TD> </TR> </TABLE> <!-- END article.tpl --> </TD> </TR> </TABLE> {FOOTER} --- NEW FILE: articleEmailBody.tpl --- While reading this online story at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} {MAILFROMNAME} ({MAILFROMADDRESS}) requested this article be sent to you. Please visit us at http://{SITE_HOST} today for more! -------------------------------------------------- {MAILSTRING} -------------------------------------------------- {TITLE} {INTRO_TEXT} {BODY_TEXT} by {NAME} on {DATEF} You can find this article and more online at: http://{SITE_HOST}{PHP_SELF}?story_id={STORY_ID} Copyright 2000 All Rights Reserved. -------------------------------------------------- This message request was from: {REMOTE_ADDR} --- NEW FILE: articleEmailForm.tpl --- <table cellpadding=0 cellspacing=0 border=0 width="100%"> <tr> <td> <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> </td> </tr> <tr bgcolor="#3F4469"> <td valign=top> <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt=""><font size=4 color=white face="arial, helvetica"> <b>Email this Story to a Friend</b></font> </td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="right"> <form action="{ACTION_URL}" method="post"> <input type="HIDDEN" name="story_id" value={STORY_ID}> <font size="2" face="arial, helvetica"><b>Your Name:</b></font></td> <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailFromName" size="40" value="{MAILFROMNAME}"></font></font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>Your Email Address:</b></font></td> <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailFromAddress" size="40" value="{MAILFROMADDRESS}"></font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>To Name:</b></font> </td> <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailToName" size="40" value="{MAILTONAME}"></font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>To Address:</b></font></td> <td><font size="2" face="arial, helvetica"><input type="TEXT" name="mailToAddress" size="40" value="{MAILTOADDRESS}"></font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>Message To Send:</b></font></td> <td><font size="2" face="arial, helvetica"><textarea name="mailString" wrap="PHYSICAL" cols="40" rows="10">{MAILSTRING}</textarea></font></td> <tr> <td align="right"><font size="2" face="arial, helvetica"> </font></td> <td><font size="2" face="arial, helvetica"> <input type="submit" value="Send Now!"></font> </td> </tr> </table> <hr> </form> --- NEW FILE: articleEmailHeaders.tpl --- From: "{MAILFROMNAME}" <{MAILFROMADDRESS}> --- NEW FILE: articleEmailSent.tpl --- <table cellpadding=0 cellspacing=0 border=0 width="100%"> <tr> <td> <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> </td> </tr> <tr bgcolor="#3F4469"> <td valign=top> <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt=""><font size=4 color=white face="arial, helvetica"> <b>Email this Story to a Friend</b></font> </td> </tr> </table> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td valign=top colspan="2"> <div align=center><center> <font size=3 face="arial,helvetica"><b>Your Email Story was Sent!</b></font><br></td> </center></div><br> </tr> <tr> <td align="right"> <font size="2" face="arial, helvetica"><b>Your Name:</b></font></td> <td><font size="2" face="arial, helvetica">{MAILFROMNAME}</font></font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>Your Email Address:</b></font></td> <td><font size="2" face="arial, helvetica">{MAILFROMADDRESS}</font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>To Name:</b></font> </td> <td><font size="2" face="arial, helvetica">{MAILTONAME}</font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>To Address:</b></font></td> <td><font size="2" face="arial, helvetica">{MAILTOADDRESS}</font> </td> </tr> <tr> <td align="right"><font size="2" face="arial, helvetica"><b>Message Sent:</b></font></td> <td><font size="2" face="arial, helvetica">{MAILSTRING}</font></td> </tr> </table> --- NEW FILE: articleEmailSubject.tpl --- [{SITENAME}] {TITLE} --- NEW FILE: articleEmailToAddress.tpl --- "{MAILTONAME}" <{MAILTOADDRESS}> --- NEW FILE: authorList.tpl --- <!-- authorList.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE border=0 cellpadding=3 cellspacing=0> <TR ALIGN=MIDDLE> <TD WIDTH=30> </TD> <TD><B>Name</B></TD> <TD><B>Real Name</B></TD> <TD><B>URL</B></TD> <TD><B>Email</B></TD> <TD><B>Quote</B></TD> <TD><B>Admin</B></TD> </TR> <!-- BEGIN row --> <TR> <TD WIDTH=30> </TD> <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{NAME}</a></TD> <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">{REALNAME}</a></TD> <TD>{URL}</TD> <TD>{EMAIL}</TD> <TD>{QUOTE}</TD> <TD><a href="{ACTION_URL}?submit=edit{AMP}id={AUTHOR_ID}">Modify</a> || <a href="{ACTION_URL}?submit=delete{AMP}id={AUTHOR_ID}">Delete</a></TD> </TR> <!-- END row --> </TABLE> </FORM> <!-- topicList.tpl --> --- NEW FILE: authorNew.tpl --- <!-- authorNew.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE BORDER=0> <TR ALIGN=MIDDLE> <TD WIDTH=30> </TD> <TD> </TD> </TR> <TR> <TD><B>Name</B><FONT COLOR=RED>*</FONT></TD> <TD><INPUT type="input" name="author_name" value="{NAME}" SIZE="20"></TD> </TR> <TR> <TD><B>Real Name</B></TD> <TD><INPUT type="input" name="author_realname" value="{REALNAME}" SIZE="20"></TD> </TR> <TR> <TD><B>URL</B></TD> <TD><INPUT type="input" name="url" value="{URL}" SIZE="15"></TD> </TR> <TR> <TD><B>Email</B></TD> <TD><INPUT type="input" name="email" value="{EMAIL}" SIZE="15"></TD> </TR> <TR> <TD><B>Quote</B></TD> <TD><INPUT type="input" name="quote" value="{QUOTE}" SIZE="20"></TD> </TR> <TR> <TD><B>Password</B><FONT COLOR=RED>*</FONT></TD> <TD><INPUT type="password" name="password" value="{PASSWORD}" SIZE="10"></TD> </TR> <TR> <TD valign=top><B>Security</B><FONT COLOR=RED>*</FONT></TD> <TD valign=top> <!-- BEGIN perm_row --> <input name="permission[]" value="{PERM}" type=checkbox>{PERM}<br /> <!-- END perm_row --> <!-- BEGIN permhave_row --> <input name="permission[]" value="{PERM}" type=checkbox checked="checked">{PERM}<br /> <!-- END permhave_row --> </TD </TR> </TABLE> <INPUT type="hidden" name="author_id" value="{AUTHOR_ID}"> <INPUT type="submit" name="submit" value="update"><HR> </FORM> <!-- authorNew.tpl --> --- NEW FILE: backendBlock.tpl --- This is the latest news from {SITE_NAME} at {ROOTDIR} Fields are: item,link,description <!-- BEGIN each_story --> %% {TITLE} href="{ROOTDIR}/article.php3?story_id={STORY_ID} {INTRO_TEXT} <!-- END each_story --> --- NEW FILE: backendHTML.tpl --- <table cellpadding="0" cellspacing="0" border="0" width="100%" > <tr> <td> <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> </td> </tr> <tr bgcolor="#3F4469" align="LEFT"> <td valign=top> <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt=""><a href="{ROOTDIR}" target="{TARGET}"><font size="4" color="white" face="arial,helvetica"><b>{SITE_NAME}</b></font></a></td> </tr> <tr> <td> <ul> <!-- BEGIN each_story --> <li><a href="{ROOTDIR}/article.php3?story_id={STORY_ID}" target="{TARGET}">{TITLE}</a><br>{INTRO_TEXT} <!-- END each_story --> </ul> </td> </tr> </table> --- NEW FILE: backendJS.tpl --- document.write('<table><TR><TH class="NEWSTITLE"><A HREF="{ROOTDIR}/">{SITE_NAME}</A></TH></TR>'); <!-- BEGIN each_story --> document.write('<TR><TD class="NEWSITEM"><A HREF="{ROOTDIR}/article.php3?story_id={STORY_ID}" TARGET="_self">{TITLE}</A> {INTRO_TEXT}</TD></TR>'); <!-- END each_story --> document.write('<TR><TD class="NEWSCOMMENT" align=right nowrap><small><A HREF="{ROOTDIR}"><IMG border=0 SRC="{IMAGEDIR}/topics/topicphpslash.gif" width=100 height=40 align=left></A></TD></TR><TR><TD class="NEWSCOMMENT" align=right nowrap>Powered by <A HREF="{ROOTDIR}">{SITE_NAME}</A></small></TD></TR></table>'); --- NEW FILE: backendJSData.tpl --- newsHostName = '{SITE_NAME}'; newsHostURL = '{ROOTDIR}'; newsCount = {COUNT}; newsModDate = '{DATE}'; var newsItemTitle = new Array({COUNT}); var newsItemURL = new Array({COUNT}); var newsItemDesc = new Array({COUNT}); <!-- BEGIN each_story --> newsItemTitle[{IDX}] = '{TITLE}'; newsItemURL[{IDX}] = '{ROOTDIR}/article.php3?story_id={STORY_ID}'; newsItemDesc[{IDX}] = '{INTRO_TEXT}'; <!-- END each_story --> --- NEW FILE: backendMozilla.tpl --- <html> <head> <title>{SITE_NAME}</title> <META HTTP-EQUIV="Refresh" CONTENT="3600"; URL={ROOTDIR}/backend.php3?view=mozilla&d=0&max=5"> </head> <BODY bgcolor="#3F4469" text="#ffffff" link="#9999FF" vlink="#9999FF" alink="#9999FF"> <table width="115" border="0" align="center" bgcolor="white" cellspacing="0" cellpadding="0"> <tr><td> <table cellpadding="0"cellspacing="0" border="0" width="110" bgcolor="#3F4469"> <tbody style="font-size: x-small;"> <tr valign=middle align=center> <td><A HREF="{ROOTDIR}" target="{TARGET}"><IMG SRC="http://www.phpslash.org/images/smallphpslashlogo.gif" width="88" height="30" border="0"></A></td> </tr> <tr> <td align=left> <!-- BEGIN each_story --> <li><a href="{ROOTDIR}/article.php3?story_id={STORY_ID}" target="{TARGET}">{TITLE}</a><br>{INTRO_TEXT} <!-- END each_story --> </td> </tr> <tr> <td align=center> <br> <FORM method=GET action="{ROOTDIR}/search.php3" target="_Content"> <INPUT type=TEXT name=query value="" size=15 style="font-size: x-small;"> <INPUT type=submit value="Search {SITE_NAME}" style="font-size: x-small;"><BR> </FORM></TD> </tr> <tr align=center> <td><A HREF="{ROOTDIR}/backend.php3?view=mozilla&d=0&max=5" > Refresh Sidebar</A></td> </tr> </table> </td></tr></table> </BODY> </HTML> --- NEW FILE: backendOpml.tpl --- <?xml version="1.0" encoding="ISO-8859-1"?> <opml version="1.0"> <head> <title>{SITE_NAME} Export - {SITE_SLOGAN}</title> <expansionState>1</expansionState> </head> <body> <outline type="rss" version="0.91" text="{SITE_SLOGAN}" htmlUrl="{ROOTDIR}" xmlUrl="{ROOTDIR}/backend.php3?view=opml"> <!-- BEGIN each_story --> <outline text="{TITLE}"> <outline type="link" url="{ROOTDIR}/article.php3?story_id={STORY_ID}" text="{INTRO_TEXT}" /> </outline> <!-- END each_story --> </outline> </body> </opml> --- NEW FILE: backendRSS1.tpl --- <?xml version="1.0" encoding="ISO-8859-1" ?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="{SITE_NAME}"> <title>{SITE_NAME}</title> <link>{ROOTDIR}</link> <description>{DESCRIPTION}</description> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <sy:updateBase>2002-01-01T12:00+00:00</sy:updateBase> <admin:errorReportsTo rdf:resource="mailto:{SITE_OWNER}"/> <admin:generatorAgent rdf:resource="http://www.phpslash.org/rss.php?rssv=065"/> <image rdf:resource="{IMAGEDIR}/topics/topicphpslash.gif" /> <items> <rdf:Seq> <!-- BEGIN each_item --> <rdf:li resource="{ROOTDIR}/article.php3?story_id={STORY_ID}"/> <!-- END each_item --> </rdf:Seq> </items> <textinput rdf:about="{ROOTDIR}/search.php3"/> </channel> <image> <title>{SITE_TITLE}</title> <link>{ROOTDIR}</link> <url>{IMAGEDIR}/topics/topicphpslash.gif</url> </image> <!-- BEGIN each_story --> <item rdf:about="{ROOTDIR}/article.php3?story_id={STORY_ID}"> <title>{TITLE}</title> <link>{ROOTDIR}/article.php3?story_id={STORY_ID}</link> <description> {INTRO_TEXT} </description> </item> <!-- END each_story --> <textinput rdf:about="{ROOTDIR}/search.php3"> <title>Search {SITE_NAME}</title> <description>Search the archives of {SITE_NAME}</description> <name>query</name> <link>{ROOTDIR}/search.php3</link> </textinput> </rdf:RDF> --- NEW FILE: backendRSS91.tpl --- <?xml version="1.0"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91"> <channel> <description>{SITE_NAME}</description> <managingEditor>{SITE_OWNER}</managingEditor> <webMaster>{SITE_OWNER}</webMaster> <language>en-us</language> <title>{SITE_NAME}: {SITE_SLOGAN}</title> <link>{ROOTDIR}</link> <image> <title>{SITE_TITLE}</title> <url>{IMAGEDIR}/topics/topicphpslash.gif</url> <width>100</width> <height>40</height> <description>{SITE_NAME}</description> </image> <!-- BEGIN each_story --> <item> <title>{TITLE}</title> <link>{ROOTDIR}/article.php3?story_id={STORY_ID}</link> <description>{INTRO_TEXT}</description> </item> <!-- END each_story --> </channel> </rss> --- NEW FILE: backendRSS92.tpl --- <?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="0.92"> <channel> <description>{SITE_NAME}</description> <language>en-us</language> <title>{SITE_NAME}: {SITE_SLOGAN}</title> <link>{ROOTDIR}</link> <image> <title>{SITE_TITLE}</title> <url>{IMAGEDIR}/topics/topicphpslash.gif</url> <width>100</width> <height>40</height> <description>ALT_TEXT</description> </image> <!-- BEGIN each_story --> <item> <description><a href="{ROOTDIR}">{SITE_NAME}</a> - <a href="{ROOTDIR}/article.php3?story_id={STORY_ID}"><b>{TITLE}</b></a> &quot;<em>{INTRO_TEXT}</em>&quot; </description> </item> <!-- END each_story --> </channel> </rss> --- NEW FILE: backendTxt.tpl --- <!-- BEGIN each_story --> {TITLE} - {INTRO_TEXT} <!-- END each_story --> --- NEW FILE: backendWml.tpl --- <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD /wml_1.1.xml"> <wml> <card id="nifcard" title="{SITE_NAME}"> <!-- BEGIN each_story --> <P><u>{TITLE}</u> <i>{INTRO_TEXT}</i></P> <!-- END each_story --> <p align="right">Powered by <A HREF="{ROOTDIR}">{SITE_NAME}</A></p> </card> </wml> --- NEW FILE: blockEdit.tpl --- <!-- blockEdit.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <INPUT TYPE=HIDDEN NAME="block_id" VALUE="{BLOCK_ID}"> <TABLE BORDER=0> <TR> <TD>Title:<BR> <FONT SIZE=-1>(put a %% or leave blank for the dynamic title.<BR> it's only available in <I>special</I> blocks)</FONT></TD> <TD><INPUT TYPE=TEXT NAME="block_title" VALUE="{BLOCK_TITLE}"></TD> </TR> <TR> <TD>Type:</TD> <TD> <SELECT NAME=block_type> <!-- BEGIN block_type_row --> <OPTION VALUE="{BLOCK_TYPE_ID}" {SELECTED}>{BLOCK_TYPE_NAME}</OPTION> <!-- END block_type_row --> </SELECT> </TD> </TR> <TR> <TD>Site Location<BR><FONT SIZE=-1>(the 'title' will be linked with this url)</FONT></TD> <TD><INPUT TYPE=TEXT NAME="location" VALUE="{LOCATION}"></TD> </TR> <TR> <TD>Source URL: <BR><FONT SIZE=-1>(source of data if type is <B>rdf</B> or <B>url</B>)</FONT></TD> <TD><INPUT TYPE=TEXT NAME="source_url" VALUE="{SOURCE_URL}"></TD> </TR> <TR> <TD>Expire Length:</TD> <TD><INPUT TYPE=TEXT NAME="expire_length" VALUE="{EXPIRE_LENGTH}"></TD> </TR> <TR> <TD>Owned by Section:</TD> <TD> <SELECT SIZE=4 MULTIPLE NAME=section_id_ary[]> <!-- BEGIN section_row --> <OPTION VALUE="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</OPTION> <!-- END section_row --> </SELECT> </TD> </TR> <TR> <TD>Data<BR><FONT SIZE=-1>(if type is <B>HTML</B>)</FONT></TD> <TD> <TEXTAREA NAME="cache_data" cols=60 rows=4>{CACHE_DATA}</TEXTAREA> </TD> </TR> <TR> <TD>Order Number<BR><FONT SIZE=-1>(the higher number,<BR> the higher position on the page)</FONT></TD> <TD> <INPUT TYPE=TEXT SIZE=2 NAME="ordernum" VALUE="{ORDERNUM}"> </TD> </TR> <TR> <TD>Options<BR>(Block Specific)</TD> </TR> <TR> <TD> <b>Variable Name</b> </TD> <TD> <b>Variable Value</b> </TD> </TR> <!-- BEGIN each_option --> <TR> <TD> <INPUT TYPE=text name={OPTION_NAME} value="{OPTION_NAME_VAL}" size=20> </TD> <TD> <INPUT TYPE=text name={OPTION_VALUE} value="{OPTION_VALUE_VAL}" size=20> </TD> </TR> <!-- END each_option --> <TR> <TD> </TD> <TD><INPUT TYPE=SUBMIT NAME="submit" VALUE="update"></TD> </TR> </TABLE> </FORM> <!-- blockEdit.tpl --> --- NEW FILE: blockList.tpl --- <!-- sectionList.tpl --> <FORM ACTION="{ACTION_URL}" METHOD="POST"> <TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0> <TR> <TH>Title</TH> <TH>Location</TH> <TH>Source URL</TH> <TH>Type</TH> <TH>Admin</TH> </TR> <!-- BEGIN row --> <TR> <TD>{TITLE}</TD> <TD>{URL}</TD> <TD>{SOURCE_URL}</TD> <TD>{TYPE}</TD> <TD><A HREF="{MODIFYURL}">Modify</A> || <A HREF="{VIEWURL}">View</A> || <A HREF="{DELURL}">Delete</A> </TD> </TR> <!-- END row --> <!-- BEGIN row2 --> <TR bgcolor="#eeeeee"> <TD>{TITLE}</TD> <TD>{URL}</TD> <TD>{SOURCE_URL}</TD> <TD>{TYPE}</TD> <TD><A HREF="{MODIFYURL}">Modify</A> || <A HREF="{VIEWURL}">View</A> || <A HREF="{DELURL}">Delete</A> </TD> </TR> <!-- END row2 --> </TABLE> <P> </FORM> <!-- sectionList.tpl --> --- NEW FILE: blocktypeList.tpl --- <!-- blocktypeList.tpl --> <FORM ACTION="{ACTION_URL}" METHOD="POST"> <TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0> <TR> <TH>Installed</TH> </TR> <!-- BEGIN removerow --> <TR> <TD>{REMOVENAME}</TD> <TD><A HREF="{REMOVEURL}">Remove</A> </TD> </TR> <!-- END removerow --> <TR> <TH>Available</TH> </TR> <!-- BEGIN addrow --> <TR> <TD>{ADDNAME}</TD> <TD><A HREF="{ADDURL}">Add</A> </TD> </TR> <!-- END addrow --> </TABLE> <P> </FORM> <!-- blocktypeList.tpl --> --- NEW FILE: breadcrumb.tpl --- <br> <font size=1 face="arial, helvetica"> <!-- BEGIN each_crumb --> {DELIMETER}<a href="{ROOTURL}/index.php3{LINK}">{NAME}</a> <!-- END each_crumb --> </font> --- NEW FILE: calendar.tpl --- <table cellpadding=2 border=0 BGCOLOR=#000066> <tr BGCOLOR=#FFFFFF> <th><FONT FACE=arial,helvetica COLOR=#000000>S</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>M</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>T</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>W</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>T</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>F</FONT></th> <th><FONT FACE=arial,helvetica COLOR=#000000>S</FONT></th> </tr> <!-- BEGIN row --> <tr ALIGN=CENTER BGCOLOR=#FFFFFF> <!-- customize this td block for regular cells --> <!-- BEGIN cell --> <td><FONT FACE=arial,helvetica COLOR="#000000">{DATA}</FONT></td> <!-- END cell --> <!-- customize this td block for linked cells --> <!-- BEGIN linked_cell --> <td BGCOLOR="#DDDDDD"><A HREF={URL}><FONT FACE=arial,helvetica COLOR="#000000">{LINKED_DATA}</FONT></A></td> <!-- END linked_cell --> </tr> <!-- END row --> </table> --- NEW FILE: comment.tpl --- <!-- START comment.tpl --> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR><TD> <!-- <form method=get action="{ACTION_URL}"> --> <form method=get action="comment.php3"> <table border=1 BGCOLOR=#CCCCCC WIDTH=100% CELLPADDING=5 CELLSPACING=0> <tr> <td ALIGN=CENTER> Comment Style: <select name="mode"> <!-- BEGIN each_mode --> <option value={MODE_VALUE} {MODE_SELECTED}>{MODE_TEXT}</option> <!-- END each_mode --> </select> Order: <select name="order"> <option value="ASC">Ascending</option> <option value="DESC">Descending</option> </select> <input type=hidden name=story_id value="{STORY_ID}"> <input type=submit name=submit value=Change> </td> </tr> </table> </form> {ADMIN} <FORM ACTION={ACTION_URL}> {ALL_COMMENTS} </FORM> </TR></TD> </TABLE> <!-- END comment.tpl --> --- NEW FILE: commentDisplay.tpl --- <!-- BEGIN commentDisplay.tpl --> <div align=left> <table width=100% border=0 cellpadding=1 cellspacing=0> <tr><td bgcolor="#AAAAAA"> <table align=center width=100% border=0 cellpadding=4 cellspacing=0> <tr> <td bgcolor="#3F4469"> <font color="#FFFFFF"> <b>{SUBJECT} <FONT SIZE=SMALL>[{COMMENT_ID}]</FONT></b><br> by {NAME} {EMAIL_LINK_ON}<FONT COLOR="#FFFFFF">{EMAIL}</FONT>{EMAIL_LINK_OFF} on {TIME}<br> </font> </td> </tr> <tr> <td bgcolor=white> {COMMENT} </td> </tr> <tr> <td bgcolor=white> <center> <font size=2> <!-- BEGIN admin_perm --> [ <input type=checkbox name="bulkdel_ary[]" value="{COMMENT_ID}"><I>Mark for Bulk Delete</I> | <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}"> <I>Reply</I></a> | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=delete"><I>Delete</I></a> | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=edit"><I>Edit</I></a> | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=markpend"><I>Mark Pending</I></a> ]<br> [ <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=unmarkpend"><I>Unmark Pending</I></a> | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentupone"><I>Reparent Up One Level</I></a> | <a href="{ADMINURL}/commentAdmin.php3?story_id={STORY_ID}&comment_id={COMMENT_ID}&parent_id={PARENT_ID}&action=reparentuptop"><I>Reparent Up To Top</I></a> ] <!-- END admin_perm --> <!-- BEGIN regular_perm --> [ <a href="{ROOTY}/comment.php3?submit=post&story_id={STORY_ID}&parent_id={COMMENT_ID}"> <I>Reply</I></a> ] <!-- END regular_perm --> </font> </center> <p> </td> </tr> </table> </td></tr> </table> </div> <BR> <!-- END commentDisplay.tpl --> --- NEW FILE: commentFlat.tpl --- <!-- BEGIN row --> <TR> <TD> <a name="{COMMENT_ID}"> {COMMENT} </TD> </TR> <!-- END row --> --- NEW FILE: commentIndex.tpl --- <!-- BEGIN commentIndex.tpl --> <A HREF="{ROOTDIR}/comment.php3?submit=view&mode={MODE}&order={ORDER}&story_id={STORY_ID}&parent_id={PARENT_ID}">{SUBJECT}</A> [<FONT SIZE=-1>{COMMENT_ID}</FONT>] by {NAME} on {TIME} <!-- END commentIndex.tpl --> --- NEW FILE: commentNest.tpl --- <!-- inside the nest --> <UL> {COMMENT} {THREAD} </UL> <!-- outside the nest --> --- NEW FILE: commentSubmitForm.tpl --- <!-- BEGIN commentSubmitForm.tpl --> {PARENT} <form action="{ACTION_URL}" method=post> <input type=hidden name=story_id value="{STORY_ID}"> <input type=hidden name=comment_id value="{COMMENT_ID}"> <input type=hidden name=parent_id value="{PARENT_ID}"> <table width=630 border=0 cellspasing=0 cellpadding=1> <tr> <td width=130 align=right>Name</td> <td width=500><input type=text name="name" size=50 value="{NAME}"></td> </tr> <tr> <td align=right>Email</td> <td><input type=text name="email" size=50 value="{EMAIL}"></td> </tr> <tr> <td align=right>Subject</td> <td><input type=text name="subject" size=50 value="{SUBJECT}"></td> </tr> <tr> <td align=right valign=top>Comment</td> <td><textarea wrap=virtual name="comment_text" rows=10 cols=50>{COMMENT}</textarea></td> </tr> <tr> <td align=right valign=top>Options</td> <td> <input type=radio {PLAIN} name=content value="plain"> Plain Text <input type=radio {HTML} name=content value="html"> HTML <input type=radio {EXTTRANS} name=content value="exttrans"> Extended Translation<br> <input type=checkbox name=cookiebox>Save me a cookie<br> <input type=submit name=submit value="save"> <input type=submit name=submit value="preview"> </td> </tr> </table> <ul> <li><b>Plain Text:</b> A CRLF will be replaced by break <BR> tag, all other allowable HTML is intact <li><b>HTML:</b> No formatting of any kind is done without explicitly being written in <li><b>Extended Translation:</b>Like Plain Text, and translates & -> &amp, < -> &lt; and > -> &gt; </ul> <b>Allowed HTML Tags:</b> {ALLOWED_TAGS} </form> <font size=2> Problems regarding the comments section need to be sent to this site's <a href="mailto:{OWNER}">maintainer</a> </font> <!-- END commentSubmitForm.tpl --> --- NEW FILE: error.tpl --- <BR><BR> <FONT SIZE=+1>ERROR: {ERROR}</FONT> <BR><BR> --- NEW FILE: fancybox.tpl --- <!-- START FANCYBOX.TPL: {TITLE} --> <table cellpadding="0" cellspacing="0" border="0" width="{WIDTH}" {ALIGN}> <tr> <td> <IMG SRC="{IMAGEDIR}/layout/blank.gif" HEIGHT="1" WIDTH="1" ALT=""> </td> </tr> <tr bgcolor="#3F4469" align="LEFT"> <td valign=top> <img src="{IMAGEDIR}/layout/slc.gif" width=13 height=16 align=top alt="">{LINK_OPEN}<font size="4" color="white" face="arial,helvetica"><b>{TITLE}</b></font>{LINK_CLOSE}</td> </tr> <tr align="LEFT"> <td> <!-- START FANCYBOX TEMPLATE CONTENTS --> {CONTENTS} <!-- END FANCYBOX TEMPLATE CONTENTS --> </td> </tr> </table> <!-- END FANCYBOX.TPL --> --- NEW FILE: footer.tpl --- <!-- $Id: footer.tpl,v 1.1 2002/04/09 16:53:34 joestewart Exp $ --> <!-- BEGIN: footer.tpl --> <P> {NAVBAR} <CENTER> <FONT FACE="arial,helvetica" SIZE="0"> <P>Copyright © 1999 and Licenced Under GPL. </FONT> </CENTER> <!-- END: footer.tpl --> --- NEW FILE: glossaryList.tpl --- <!-- glossaryList.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <INPUT TYPE=SUBMIT NAME="submit" VALUE="update"> <INPUT TYPE=SUBMIT NAME="submit" VALUE="delete"> <TABLE BORDER=1 CELLPADDING=3> <!-- BEGIN row --> <TR ALIGN=CENTER> <TD> <B>Del?</B><BR> <INPUT TYPE=CHECKBOX name="glossary_ary[]" VALUE="{ID}"> <INPUT TYPE=HIDDEN name="glossary_id[]" VALUE="{ID}"> </TD> <TD><B>Term</B><BR> <INPUT TYPE=TEXT NAME="glossary_term[]" VALUE="{TERM}"> </TD> <TD><B>Definition</B><BR> <TEXTAREA COLS=40 ROWS=1 NAME="glossary_def[]">{DEF}</TEXTAREA> </TD> </TR> <!-- END row --> </TABLE> <INPUT TYPE=SUBMIT NAME="submit" VALUE="update"> <INPUT TYPE=SUBMIT NAME="submit" VALUE="delete"> </FORM> <!-- glossaryList.tpl --> --- NEW FILE: glossaryNew.tpl --- <!-- glossaryNew.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE BORDER=0> <TR> <TD>Term</TD> <TD><INPUT TYPE=TEXT NAME=term></TD> </TR> <TR> <TD>Definition</TD> <TD><TEXTAREA COLS=55 ROWS=3 NAME=def></textarea></TD> </TR> <TR> <TD> </TD> <TD><INPUT TYPE=SUBMIT NAME="submit" VALUE="new"></TD> </TR> </TABLE> </FORM> <!-- glossaryNew.tpl --> --- NEW FILE: glossarySearch.tpl --- <!-- glossarySearch.tpl BEGIN --> <p> <b><a href="{ACTION_URL}">The Full Glossary</a></b> </p> <p> </p> <form action="{ACTION_URL}" method="get"> <b>Glossary:</b> <input type="TEXT" size="11" name="search" value="{SEARCH}" /> <input type="SUBMIT" value="Search" /> </form> <table border="1" cellpadding="1" cellspacing="0" width="100%" bordercolor="#5B69A6"> <tr bgcolor="#ECECFF"> <td><b>Term</b></td> <td><b>Definition</b></td> </tr> <!-- BEGIN first_row --> <tr bgcolor="#ECECFF"> <td><b>{FIRST_TERM}</b></td> <td>{FIRST_DEF}</td> </tr> <!-- END first_row --> <!-- BEGIN second_row --> <tr bgcolor="#F7F7F7"> <td><b>{SECOND_TERM}</b></td> <td>{SECOND_DEF}</td> </tr> <!-- END second_row --> </table> <!-- glossarySearch.tpl END --> --- NEW FILE: header.tpl --- <!-- $Id: header.tpl,v 1.1 2002/04/09 16:53:34 joestewart Exp $ --> <!-- START: Title and Search --> <TABLE bgcolor="ffffff" cellpadding=5 cellspacing=0 border="0" width=100%> <TR><TD><FONT SIZE="8"><B>{HEADERTITLE}</B></FONT></TD> <TD ALIGN=RIGHT NOWRAP> <FORM method=GET action="{ROOTDIR}/search.php3"> <INPUT type=name name=query value='' width=15 size=15 length=15> <INPUT type=submit value='Search'> <BR> </FORM> </TD></TR> </TABLE> <!-- END: Title and Search --> {NAVBAR} --- NEW FILE: index.tpl --- <!-- index.tpl --> <TABLE width="100%" cellpadding=0 cellspacing=0 border="0"> <TR> <TD valign=top WIDTH="100%" colspan="2"><FONT color="#000000"> {BREADCRUMB} </TD> </TR> <TR> <TD valign=top WIDTH="100%"><FONT color="#000000"> {STORY_COLUMN} </TD> <!-- this TD block is a spacer between the story column and the grey bar. --> <TD WIDTH="20" VALIGN="TOP"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1"> </TD> <!-- This TD and TABLE are the start of the right column --> <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP"> <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0"> <TR> <!-- this TD block right here is that grey bar between the stories and the blocks --> <TD VALIGN="TOP" BGCOLOR="#cccccc"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT=""> </TD> <!-- this TD block is a spacer between the bar and blocks column --> <TD VALIGN="TOP"> <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT=""> </TD> <!-- this TD block is the blocks column --> <TD VALIGN="TOP"> {BLOCK_COLUMN} </TD> </TR> </TABLE> </TD> </TR> </TABLE> <!-- end index.tpl --> --- NEW FILE: index1col.tpl --- <!-- start index1col.tpl --> {BREADCRUMB} </td> </tr> <tr> <td valign="TOP"> <table width="100%" cellpadding=0 cellspacing=0 border="0"> <tr> <!-- Start of the main column --> <td valign=top width="100%"> {CENTER_BLOCK_COLUMN} {STORY_COLUMN} </td> <!-- End of the main column --> </tr> </table> </td> </tr> <tr> <td> <!-- end index1col.tpl --> --- NEW FILE: index2colleft.tpl --- <!-- start index2colleft.tpl --> {BREADCRUMB} </td> </tr> <tr> <td valign="top"> <table width="100%" cellpadding=0 cellspacing=0 border="0"> <tr> <!-- This is the start of the left column --> <td width="160" valign="top"> {LEFT_BLOCK_COLUMN} </td> <!-- this TD block is a spacer between the bar and blocks column --> <td width="20" valign="TOP"> <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1"> </td> <td valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1"> </td> <!-- This is the start of the main column --> <td valign=top width="100%"> {CENTER_BLOCK_COLUMN} {STORY_COLUMN} </td> </tr> </table> </td> </tr> <tr> <td> <!-- end index2colleft.tpl --> --- NEW FILE: index2colright.tpl --- <!-- start index2colright.tpl --> {BREADCRUMB} </td> </tr> <tr> <td> <table width="100%" cellpadding=0 cellspacing=0 border="0"> <tr> <!-- This is the start of the main column --> <td valign=top width="100%"> {CENTER_BLOCK_COLUMN} {STORY_COLUMN} </td> <!-- this TD block is a spacer --> <td width="20" valign="TOP"> <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1"> </td> <td valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1"> </td> <!-- this TD block is the right blocks column --> <td width="205" align=center valign="TOP"> {RIGHT_BLOCK_COLUMN} </td> </tr> </table> </td> </tr> <tr> <td> <!-- end index2colright.tpl --> --- NEW FILE: index3col.tpl --- <!-- start index3col.tpl --> {BREADCRUMB} </td> </tr> <tr> <td valign="top"> <table width="100%" cellpadding=0 cellspacing=0 border="0"> <tr> <!-- this TD block is the left blocks column --> <td width="160" valign="top"> {LEFT_BLOCK_COLUMN} </td> <!-- this TD block is a spacer between the bar and blocks column --> <td width="20" valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1"> </td> <td valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1"> </td> <!-- this TD block is the main story blocks column --> <td valign=top width="100%"> {CENTER_BLOCK_COLUMN} {STORY_COLUMN} </td> <!-- this TD block is a spacer between the story column right-hand column. --> <td width="20" valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1"> </td> <td valign="top"> <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1"> </td> <!-- This TD is the start of the right column --> <td width="205" align=center valign="top"> {RIGHT_BLOCK_COLUMN} </td> </tr> </table> </td> </tr> <tr> <td> <!-- end index3col.tpl --> --- NEW FILE: infolog.tpl --- <!-- infolog.tpl --> <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE BORDER="1" CELLPADDING="2" WIDTH="100%" ALIGN="CENTER"> <TR> <TH WIDTH="10%"> ID </TH> <TH WIDTH="10%"> Date / Time </TH> <TH WIDTH="30%"> Description </TH> <TH WIDTH="50%"> Data </TH> </TR> <!-- BEGIN row --> <TR> <TD> Delete?<BR> <INPUT TYPE=CHECKBOX name="infolog_ary[]" VALUE="{INFOLOG_ID}"> {INFOLOG_ID} </TD> <TD> {INFOLOG_TIME} </TD> <TD> {INFOLOG_DESC} </TD> <TD> {INFOLOG_DATA} </TD> </TR> <!-- END row --> </TABLE> <INPUT TYPE=SUBMIT NAME="submit" VALUE="IdDelete"> </FORM> <FORM ACTION="{ACTION_URL}" METHOD=POST> <TABLE BORDER=1 CELLPADDING=2 WIDTH="100%"> <TR> <TD ALIGN=CENTER> Enter a keyword for log entry deletion.<br> <b>Be careful, you can delete everything!</b> </TD> <TD ALIGN="CENTER"> <INPUT TYPE="TEXT" NAME="infolog_delete_key" VALUE="" SIZE="15"> </TD><TD ALIGN=CENTER> <INPUT TYPE=SUBMIT NAME="submit" VALUE="keyDelete"> </TD> </TR> <TR> <TD ALIGN="CENTER"> Pressing that button make all the logs go bye-bye. </TD><TD ALIGN=CENTER> Are you really sure? </TD><TD ALIGN=CENTER> <INPUT TYPE=SUBMIT NAME="submit" VALUE="allDelete"> </TD> </TR> </TABLE> </FORM> <!-- infolog.tpl --> --- NEW FILE: loginform.tpl --- <p>Welcome! <br> <br> <p>Please identify yourself with a username and a password:</p> <p><font color="#ff0000" size="-1" face="verdana,arial,helvetica,san-serif">{ERROR}</font></p> <form action="{ACTION_URL}" method=post> <table border=0 bgcolor="#eeeeee" align="center" cellspacing=0 cellpadding=4> <tr valign=top align=left> <td>Username:</td> <td><input type="text" name="username" value="{USERNAME}" size=32 maxlength=32></td> </tr> <tr valign=top align=left> <td>Password:</td> <td><input type="password" name="password" value="" size=32 maxlength=32></td> </tr> <tr> <td> </td> <td align=right><input type="submit" name="submit" value="Login now"> <input type="submit" name="cancel" value="Cancel Login"></td> </tr> </table> </form> --- NEW FILE: loginformCR.tpl --- <script language="javascript" src="{ROOTURL}/md5.js"></script> <script language="javascript"> <!-- function doChallengeResponse() { str = MD5(document.login.username.value + ":" + document.login.password.value) + ":" + document.login.challenge.value; document.login.response.value = MD5(str); document.login.password.value = ""; document.logintrue.username.value = document.login.username.value; document.logintrue.response.value = MD5(str); document.logintrue.submit(); return false; } // --> </script> <p>Welcome! <br> <br> <p>Please identify yourself with a username and a password:</p> <p><font color="#ff0000" size="-1" face="verdana,arial,helvetica,san-serif">{ERROR}</font></p> <form name="login" action="{ACTION_URL}" method=post onSubmit="doChallengeResponse()"> <table border=0 bgcolor="#eeeeee" align="center" cellspacing=0 cellpadding=4> <tr valign=top align=left> <td>Username:</td> <td><input type="text" name="username" value="{USERNAME}" size=32 maxlength=32></td> </tr> <tr valign=top align=left> <td>Password:</td> <td><input type="password" name="password" value="" size=32 maxlength=32></td> </tr> <tr> <td> </td> <td align=right><input type="submit" name="submit" value="Login now"> <input type="submit" name="cancel" value="Cancel Login"></td> </tr> </table> <input type="hidden" name="challenge" value="{CHALLENGE}"> <input type="hidden" name="response" value=""> </form> <form name="logintrue" action="{PHP_SELF}" method=post> <input type="hidden" name="username" value=""> <input type="hidden" name="challenge" value="{CHALLENGE}"> <input type="hidden" name="response" value=""> </form> <script language="JavaScript"> <!-- // Activate the appropriate input form field. if (document.login.username.value == '') { document.login.username.focus(); } else { document.login.password.focus(); } // --> </script> --- NEW FILE: mailinglistAdmin.tpl --- <!-- Start mailinglistAdmin.tpl --> <FONT SIZE=+1> <A HREF="mailinglistAdmin.php3?action=newsletter"> Send A New Newsletter to the List </A></FONT><BR> Go here to send a personalized message to the list or just send the headlines. <hr size="1" width="98%"> <FORM ACTION="{ACTION_URL}" METHOD="POST"> <CENTER> <FONT SIZE=+1> Individual Subscription and Unsubscription Options </FONT> <TABLE BORDER="0"> <TR> <TD> Subscribe </TD> <TD> <INPUT type=text name=subscribe_address value="" SIZE=20> </TD> <TD> <INPUT type=submit name=action value=subscribe> </TD> <TD> <INPUT TYPE="radio" NAME="freq" VALUE="daily" CHECKED> Daily<BR> <INPUT TYPE="radio" NAME="freq" VALUE="weekly"> Weekly on <select name="week_freq"> <option value="SUNDAY">Sunday</option> <option value="MONDAY">Monday</option> <option value="TUESDAY">Tuesday</option> <option value="WEDNESDAY">Wednesday</option> <option value="THURSDAY">Thursday</option> <option value="FRIDAY">Friday</option> <option value="SATURDAY">Saturday</option> </select><BR> <INPUT TYPE="radio" NAME="freq" VALUE="monthly"> Monthly </TD> </TR> <TR> <TD>Unsubscribe</TD> <TD><INPUT type=text name=unsubscribe_address value="" SIZE=20></TD> <TD><INPUT type=submit name=action value="unsubscribe"></TD> <TD> </TD> </TR> </TABLE> <hr size="1" width="98%"> <FONT SIZE=+1>Subscription List and Mass Deletetion Options</FONT> <TABLE BORDER=1 CELLPADDING=3> <TR> <TD>ID</TD> <TD>Nane</TD> <TD>Email</TD> <TD>Time / Date Subscribed</TD> </TR> <!-- BEGIN row --> <TR> <TD>Delete?<br> <INPUT type=checkbox name="mass_del[]" value="{EMAIL}">{ID}</TD> <TD>{NAME}</TD> <TD>{EMAIL}</TD> <TD>{TIME}</TD> </TR> <!-- END row --> <TR> <TD COLSPAN="4"> <INPUT type=submit name=action value=mass_delete> Click this button to delete the addresses you checked off above. </TD> </TR> </TABLE> </FORM> <!-- End mailinglistAdmin.tpl --> --- NEW FILE: mailinglistForm.tpl --- <!-- start mailinglistForm.tpl --> <center> <P> Sign up for daily email updates of the latest stories. Short summaries of the stories posted here. <P> <form action="{ACTION_URL}" method="post"> <table cellspacing="2" cellpadding="3" border="1"> <tr> <td>Your email address:</td> <td><input type="text" name="subscribe_address" size="35" value=""></td> </tr> <tr> <td>Your name: <b>(Optional)</b> </td> <td><input type="text" name="name" size="35" value=""></td> </tr> </table> <p> <TABLE CELLSPACING="2" CELLPADDING="3" BORDER="1"> <TR> <TH COLSPAN="2">I want my headlines</TH> </TR> <TR> <TD><INPUT TYPE="radio" NAME="freq" VALUE="daily" CHECKED></TD> <TD>Daily</TD> </TR> <TR> <TD><INPUT TYPE="radio" NAME="freq" VALUE="weekly"></TD> <TD>Weekly on <select name="week_freq"> <option value="SUNDAY">Sunday</option> <option value="MONDAY">Monday</option> <option value="TUESDAY">Tuesday</option> <option value="WEDNESDAY">Wednesday</option> <option value="THURSDAY">Thursday</option> <option value="FRIDAY">Friday</option> <option value="SATURDAY">Saturday</option> </select> </TD> </TR> <TR> <TD><INPUT TYPE="radio" NAME="freq" VALUE="monthly"></TD> <TD>Monthly</TD> </TR> </TABLE> <p> <input type="submit" name="action" value="subscribe"> <p><b>You can also remove yourself:</b> <p> <table cellspacing="2" cellpadding="3" border="1"> <tr align="center"> <td colspan="2">Your Email Address: <input type="text" size="35" name="unsubscribe_address"></td> </tr> <tr align="center" bgcolor="#cccccc"> <td colspan="2"><input type="submit" name="action" value="unsubscribe"></td> </tr> </table> <p> </form> </center> Please report any problems to the <A HREF="mailto:{SITEOWNER}">WebMaster</A> <BR>Headline Updates Should be sent out every couple days. <BR>Your Email address will <B>NOT</B> be sold, rented, or given away, the <B>only</B> thing you will receive will be headlines. <BR>Your Privacy is very important to us. Our mailing list is not for sale, or rent. <P> <!-- end mailinglistForm.tpl --> --- NEW FILE: mailinglistList.tpl --- <!-- Start mailinglistAdmin.tpl --> <form action="{ACTION_URL}" method=post> <TABLE BORDER=0> <TR> <TD>Subscribe</TD> <TD><INPUT type=text name=new_email value="" SIZE=20></TD> <TD><INPUT type=submit name=action value=save></TD> </TR> <TR> <TD>Unsubscribe</TD> <TD><INPUT type=text name=maildelete value="" SIZE=20></TD> <TD><INPUT type=submit name=action value="delete"></TD> </TR> </TABLE> <HR> <CENTER><FONT SIZE=+1>Mass Delete</FONT></CENTER> <TABLE BORDER=1 CELLPADDING=3> <!-- BEGIN row --> <TR> <TD><INPUT type=checkbox name="mass_del[]" value="{ID}"></TD> <TD>{NAME}</TD> <TD>{EMAIL}</TD> <TD>{TIME}</TD> </TR> <!-- END row --> </TABLE> <INPUT type=submit name=action value=mass_delete><P> </FORM> <!-- End mailinglistAdmin.tpl --> --- NEW FILE: mailinglistMessage.tpl --- Here's the news, and nothing but it. ------------------------------------------------------------------------- {EXTRA_MESSAGE} ------------------------------------------------------------------------- {MESSAGE_BODY} ------------------------------------------------------------------------- Thanks for reading, please stop by the site and post a comment if you're interested in anything you've read here. --- NEW FILE: mailinglistMessageBody.tpl --- <!-- BEGIN row --> Story Title: {TITLE} From the: "{DEPT}" dept. Posted by: "{AUTHOR_NAME}" on: {DATE} Intro story text (There may be additional text on the site: {STORY} {URL} --------------------------------------------------------------------------- <!-- END row --> --- NEW FILE: mailinglistMessageForm.tpl --- <center> <h1>Send a Newsletter</h1> <p> <form action="{ACTION_URL}" method=post> <table cellspacing="2" cellpadding="3" border="1" align="center" width="98%"> <tr> <td align="right">FROM:</td> <td><input type="text" name="sender" size="50" value="{FROM}"></td> </tr> <tr> <td align="right">SUBJECT:</td> <td><input type="text" name="subject" size="50" value="{SUBJECT}"></td> </tr> <tr> <td align="right">Newsletter:<br> Leave this box blank if you just want to send headlines.<br> <br> Enter text here if you want to have a message prefixed to your newslestter. <br> <br> Selecting "Override Headline Body" below will omit headlines and only send the text you type here. </td> <td> <textarea cols="50" rows="25" name="body">{NEWSLETTER_BODY}</textarea> </td> </tr> <tr> <td align="right">Enter Begin Date </td> <td> <b>MM:</b><input type ="text" name="bmonth" size="2" value="{FROM_MONTH}"> <b>DD:</b><input type ="text" name="bday" size="2" value="{FROM_DATE}"> <b>YYYY:</b><input type ="text" name="byear" size="4" value="{FROM_YEAR}"> </td> </tr> <tr> <td align="right">Enter End Date </td> <td> <b>MM:</b><input type ="text" name="emonth" size="2" value="{TO_MONTH}"> <b>DD:</b><input type ="text" name="eday" size="2" value="{TO_DATE}"> <b>YYYY:</b><input type ="text" name="eyear" size="4" value="{TO_YEAR}"> </td> </tr> <tr align="center"> <td colspan = "2"> Check here to override headline body <input type ="checkbox" name ="override" value ="true"> </td> </tr> <tr align="center"> <td colspan = "2"> Check here to override frequency (will send to all list recpients regardless of what day they requested to have headlines sent to them) <input type ="checkbox" name ="freqoverride" value ="true"> </td> </tr> <tr align="center"> <td colspan = "2"> Check here to override the rage of dates sent in the news letter <input type ="checkbox" name ="dateoverride" value ="true" checked> </td> </tr> <tr bgcolor="#cccccc"> <td colspan="2" align="center"> <input type="submit" name="action" value="send_newsletter"> </td> </tr> </table> </form> </center> --- NEW FILE: mailinglistSubscribe.tpl --- This is just a confirmation message from {SITENAME}. You have been added to our mailing list for periodic email updates of new news on our site. If you would like to contribute, suggest a story, or join our team of newshounds you may reply to this message or visit the site. (We recommend visiting the site :) To remove yourself go to {MAILINGLIST_URL}, type in your email address, {ADDRESS}, in the unsubscribe portion of the page (don't worry, it's clearly marked) and hit the "unsubscribe" button. --- NEW FILE: mailinglistUnsubscribe.tpl --- Thank you for your subscription to {SITENAME}. If there is anything we can do to improve our service, please be sure to let us know by sending us and email at {SITEOWNER}. You have been removed from the list, you won't hear from us again. --- NEW FILE: message.tpl --- <BR><BR> <FONT SIZE=+1>{ERROR}</FONT> <BR><BR> --- NEW FILE: messageStrike.tpl --- <s><i>{ERROR}</i></s> --- NEW FILE: navbar.tpl --- <!-- START: navbar.tpl --> <table cellpadding=2 cellspacing=1 border=0 bgcolor="#3F4469" width="100%"> <tr> <!-- BEGIN each_destination --> <td nowrap align=center> <a href="{LINK_NAVBAR}"><font face="arial,helvetica" color="#ffffff" size=2><b>{LINK_NAVBAR_TEXT}</b></font></a> </td> <!-- END each_destination --> <td nowrap width="100%"> </td> </tr> </table> <!-- END: navbar.tpl --> --- NEW FILE: navbarFooter.tpl --- <!-- START: navbarFooter.tpl --> <FONT FACE="arial,helvetica" color="white">[ <!-- BEGIN each_destination --> <a href="{LINK_NAVBAR}">{LINK_NAVBAR_TEXT}</a> <!-- END each_destination --> ]</FONT><BR> <!-- END: navbarFooter.tpl --> --- NEW FILE: notfound.tpl --- <!-- notfound.tpl --> <P> <TABLE width="100%" cellpadding=0 cellspacing=0 border="0"> <TR> <TD valign=top WIDTH="100%"> <FONT color="#000000" size="+3" ALIGN="CENTER"> Page not found: {ERRORURL} </FONT> </TD> </TR> </TABLE> <!-- end notfound.tpl --> --- NEW FILE: pollAdminLink.tpl --- (<A href="{ACTION_URL}?submit=edit&question_id={QUESTION_ID}">Edit</A> || <A href="{ACTION_URL}?submit=delete&question_id={QUESTION_ID}">Delete</A> || <A href="{ACTION_URL}?submit=makecurrent&question_id={QUESTION_ID}">Make Current</A>) --- NEW FILE: pollDisplay.tpl --- <!-- START: pollDisplay.tpl --> <form action="{ACTION_URL}"> <input type=hidden name=question_id value="{QUESTION_ID}"> <input type=hidden name=submit value="vote"> <FONT SIZE=-1 face="arial,helvetica"> <b>{QUESTION}</b><BR> <!-- BEGIN each_choice --> <input type=radio name=answer_id value={ANSWER_ID}>{ANSWER} <BR> <!-- END each_choice --> <input type=submit value=Vote> [ <a href="{ROOTDIR}/poll.php3?submit=viewresults&question_id={QUESTION_ID}">Results</a> | <a href="{ROOTDIR}/poll.php3">Polls</a> ] <br>Comments: <b>{COMMENT_COUNT}</b> | Votes: <b>{VOTE_COUNT}</b> </FONT> </form> <!-- END: pollDisplay.tpl --> --- NEW FILE: pollEdit.tpl --- <!-- START: pollEdit.tpl --> <form action={ACTION_URL} method=post> <input type=hidden name=question_id value={QUESTION_ID}> <table border=0> <tr> <td><font size=2 color="#000000" face="arial,helvetica"><b>Question</b></font></td> <td><font size=2 color="#000000" face="arial,helvetica"><b>Current?</b></font></td> </tr> <tr> <td><input type=text name=question value="{QUESTION}" size=40></td> <td align=center><input type=checkbox name=currentqid {CURRENT}></td> </tr> </table> <p> <table border=0 cellpadding=2> <tr> <td><font size=2 color="#000000" face="arial,helvetica"><b>Choices</b></font></td> <td><font size=2 color="#000000" face="arial,helvetica"><b>Votes</b></font></td> </tr> <!-- BEGIN each_choice --> <tr> <td><input type=text name=choice_ary[] value="{CHOICE_VALUE}" size=40></td> <td><input type=text name=votes_ary[] value="{NUM_VOTES_VALUE}" size=5></td> </tr> <!-- END each_choice --> </table> <P> <input type="submit" name="submit" value="save"> <input type="reset" value="reset"> <input type="submit" name="submit" value="delete"> </form> <!-- END: pollEdit.tpl --> --- NEW FILE: pollEditLink.tpl --- (<A href="{ACTION_URL}?submit=edit&question_id={QUESTION_ID}">Edit</A>) --- NEW FILE: pollList.tpl --- <!-- listPoll.tpl --> <BR> <!-- BEGIN newpollbutton --> <form action={ADMIN_URL} method="post"> <input type="submit" name="submit" value="new"> </form> <!-- END newpollbutton --> <UL> <!-- BEGIN row --> <li> <a href="{ROOTDIR}/poll.php3?submit=viewbooth&question_id={QUESTION_ID}">{QUESTION}</a> {POLLDATE} <!-- BEGIN admin --> (<A href="{ADMIN_URL}?submit=edit&question_id={QUESTION_ID}">Edit</A> || <A href="{ADMIN_URL}?submit=delete&question_id={QUESTION_ID}">Delete</A> || <A href="{ADMIN_URL}?submit=makecurrent&question_id={QUESTION_ID}">Make Current</A>) <!-- END admin --> </li> <!-- END row --> </UL> <p> <!-- BEGIN morelink --> <font size=4><b><a href="{ROOTDIR}/poll.php3?min={ID}">More Polls</a></b></font> <!-- END morelink --... [truncated message content] |
From: Joe S. <joe...@us...> - 2002-04-09 16:52:09
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic In directory usw-pr-cvs1:/tmp/cvs-serv9990/basic Log Message: Directory /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic added to the repository |
From: Joe S. <joe...@us...> - 2002-03-25 16:45:55
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv14692/phpslash-ft Modified Files: CHANGES Log Message: htmlentity of query in search Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.445 retrieving revision 1.446 diff -C2 -d -r1.445 -r1.446 *** CHANGES 23 Mar 2002 14:12:28 -0000 1.445 --- CHANGES 25 Mar 2002 16:45:51 -0000 1.446 *************** *** 13,16 **** --- 13,22 ---- 9 - Removal of something (kill -9 :) + + 2002-Mar-25 10:00AM CST Joe Stewart <joe...@us...> + [B] - search.php3 - spit out htmlentity query. + index.php3 - parse QUERYSTRING for templates. + slashDB.class - display query in error message only if debug is on. + 2002-Mar-23 8:00AM CST Joe Stewart <joe...@us...> [B] - article.php3 - spit out htmlentity of not found story_id. |
From: Joe S. <joe...@us...> - 2002-03-25 16:45:55
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv14692/phpslash-ft/class Modified Files: slashDB.class Log Message: htmlentity of query in search Index: slashDB.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/slashDB.class,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** slashDB.class 7 Nov 2001 21:35:34 -0000 1.2 --- slashDB.class 25 Mar 2002 16:45:52 -0000 1.3 *************** *** 34,38 **** $this->User = $_PSL['DB_User']; $this->Password = $_PSL['DB_Password']; ! } --- 34,39 ---- $this->User = $_PSL['DB_User']; $this->Password = $_PSL['DB_Password']; ! ! $this->psl = $_PSL; } *************** *** 44,53 **** **/ function halt($msg) { ! printf("</td></table></CENTER><b>Database error:</b><PRE>%s</PRE><br>\n", $msg); ! printf("<b>MySQL Error</b>: %s (%s)<br>\n", ! $this->Errno, $this->Error); ! printf("Please contact the webmaster and report the "); ! printf("exact error message.<br>\n"); ! die("Session halted."); } } --- 45,59 ---- **/ function halt($msg) { ! ! if($_PSL['debug']) { ! printf("</td></table></CENTER><b>Database error:</b><PRE>%s</PRE><br>\n", $msg); ! printf("<b>MySQL Error</b>: %s (%s)<br>\n", $this->Errno, $this->Error); ! printf("Please contact the webmaster and report the "); ! printf("exact error message.<br>\n"); ! die("Session halted."); ! } else { ! error(sprintf("Database error: MySQL Error (%s). Please contact the webmaster and report the exact error message.", $this->Errno)); ! die("Session halted."); ! } } } |
From: Joe S. <joe...@us...> - 2002-03-25 16:45:55
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv14692/phpslash-ft/public_html Modified Files: search.php3 index.php3 Log Message: htmlentity of query in search Index: search.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/search.php3,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** search.php3 18 Mar 2002 16:11:22 -0000 1.46 --- search.php3 25 Mar 2002 16:45:51 -0000 1.47 *************** *** 143,150 **** /*************PAGE START*******************/ ! /* parse cmd line variables into array */ ! while ( list($key, $val) = each($HTTP_GET_VARS )) { ! $ary[$key] = $val; ! } /* defaults for main "index" page */ --- 143,147 ---- /*************PAGE START*******************/ ! $ary = $HTTP_GET_VARS; /* defaults for main "index" page */ *************** *** 168,172 **** $templ->set_file (searchpage, "searchPage.tpl"); ! titlebar("100%",sprintf(pslgetText("Searching %s"),$query)); // Required to clean the QUERY_STRING field in the template --- 165,169 ---- $templ->set_file (searchpage, "searchPage.tpl"); ! titlebar("100%",sprintf(pslgetText("Searching %s"),htmlentities($query))); // Required to clean the QUERY_STRING field in the template *************** *** 471,476 **** 'index' => $tplfile //"index3col.tpl" )); ! $template->set_var(array( 'ROOTDIR' => $_PSL['rooturl'], 'IMAGEDIR' => $_PSL['imageurl'], --- 468,479 ---- 'index' => $tplfile //"index3col.tpl" )); ! ! // TODO register_globals? ! if( !empty($QUERY_STRING)) { ! $QUERY_STRING = "?".$QUERY_STRING; ! } ! $template->set_var(array( + 'QUERYSTRING' => $QUERY_STRING, 'ROOTDIR' => $_PSL['rooturl'], 'IMAGEDIR' => $_PSL['imageurl'], Index: index.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/index.php3,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** index.php3 5 Mar 2002 16:48:27 -0000 1.55 --- index.php3 25 Mar 2002 16:45:52 -0000 1.56 *************** *** 21,30 **** // Start of Page ! ! ! /* parse cmd line variables into array */ ! while ( list($key, $val) = each($HTTP_GET_VARS )) { ! $ary[$key] = $val; ! } /* defaults for main "index" page */ --- 21,25 ---- // Start of Page ! $ary = $HTTP_GET_VARS; /* defaults for main "index" page */ *************** *** 73,77 **** --- 68,78 ---- )); + // TODO register_globals? + if( !empty($QUERY_STRING)) { + $QUERY_STRING = "?".$QUERY_STRING; + } + $template->set_var(array( + 'QUERYSTRING' => $QUERY_STRING, 'ROOTDIR' => $_PSL['rooturl'], 'IMAGEDIR' => $_PSL['imageurl'], |
From: Joe S. <joe...@us...> - 2002-03-23 14:12:31
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv15878/phpslash-ft/public_html Modified Files: backend.php3 article.php3 Log Message: htmlentity of bad story_id Index: backend.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/backend.php3,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** backend.php3 19 Mar 2002 21:59:11 -0000 1.28 --- backend.php3 23 Mar 2002 14:12:28 -0000 1.29 *************** *** 82,86 **** case 'mozilla': $viewtpl = 'backendMozilla.tpl'; ! $target = '_content'; break; case 'opml': --- 82,86 ---- case 'mozilla': $viewtpl = 'backendMozilla.tpl'; ! $ary['target'] = '_content'; break; case 'opml': *************** *** 108,112 **** } ! // Make a target (only used by JS and JSdata) if(empty($ary['target'])) { $ary['target'] = '_self'; --- 108,112 ---- } ! // Make a target (only used by Mozilla,JS and JSdata) if(empty($ary['target'])) { $ary['target'] = '_self'; Index: article.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** article.php3 16 Mar 2002 23:03:23 -0000 1.61 --- article.php3 23 Mar 2002 14:12:28 -0000 1.62 *************** *** 169,173 **** $updatearticlehits = $_PSL["article_updatehits"]; ! if ($updatearticlehits) { $q = "UPDATE psl_story SET hits = hits + 1 --- 169,174 ---- $updatearticlehits = $_PSL["article_updatehits"]; ! if (($updatearticlehits) AND ! (is_int($story_id)) ) { $q = "UPDATE psl_story SET hits = hits + 1 *************** *** 185,190 **** } else { slashhead("Article",$xsiteobject); ! titlebar("100%", "I´m sorry, no Article Number $story_id found."); ! echo "<BR><BR>Maybe you're looking for a Poll? Try this <A HREF=\"" . $_PSL['rooturl'] . "/poll.php3?submit=viewbooth&question_id=$story_id\">link</A>.<BR><BR>\n"; echo "If that doesn't work, then use the <a href=\"" . $_PSL['rooturl'] . "/search.php3\">Search</A> Page."; slashfoot(); --- 186,191 ---- } else { slashhead("Article",$xsiteobject); ! titlebar("100%", "I´m sorry, no Article Number ".htmlentities($story_id)." found."); ! echo "<BR><BR>Maybe you're looking for a Poll? Try this <A HREF=\"" . $_PSL['rooturl'] . "/poll.php3?submit=viewbooth&question_id=".htmlentities($story_id)."\">link</A>.<BR><BR>\n"; echo "If that doesn't work, then use the <a href=\"" . $_PSL['rooturl'] . "/search.php3\">Search</A> Page."; slashfoot(); |
From: Joe S. <joe...@us...> - 2002-03-23 14:12:31
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv15878/phpslash-ft Modified Files: CHANGES Log Message: htmlentity of bad story_id Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.444 retrieving revision 1.445 diff -C2 -d -r1.444 -r1.445 *** CHANGES 20 Mar 2002 22:16:42 -0000 1.444 --- CHANGES 23 Mar 2002 14:12:28 -0000 1.445 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-23 8:00AM CST Joe Stewart <joe...@us...> + [B] - article.php3 - spit out htmlentity of not found story_id. + backend.php3 - corrected Mozilla _content target. + 2002-Mar-20 4:00PM CST Joe Stewart <joe...@us...> [T] - blockList.tpl, storyList.tpl, Story.class, Block_i.class - alternating |
From: Joe S. <joe...@us...> - 2002-03-20 22:17:59
|
Update of /cvsroot/phpslash/phpslash-ft/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv21027/phpslash-ft/doc/html Modified Files: phpslash.sgml Log Message: alternating bars in story and block lists Index: phpslash.sgml =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/doc/html/phpslash.sgml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** phpslash.sgml 19 Mar 2002 22:39:45 -0000 1.21 --- phpslash.sgml 20 Mar 2002 22:17:56 -0000 1.22 *************** *** 628,631 **** --- 628,632 ---- backendWml.tpl blockEdit.tpl + blockList.tpl blocktypeList.tpl breadcrumb.tpl |
From: Joe S. <joe...@us...> - 2002-03-20 22:16:45
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv20553/phpslash-ft/public_html/templates/en/default Modified Files: blockList.tpl storyList.tpl Log Message: alternating bars in story and block lists Index: blockList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/blockList.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** blockList.tpl 4 Dec 2000 06:33:03 -0000 1.4 --- blockList.tpl 20 Mar 2002 22:16:42 -0000 1.5 *************** *** 22,25 **** --- 22,38 ---- </TR> <!-- END row --> + <!-- BEGIN row2 --> + <TR bgcolor="#eeeeee"> + <TD>{TITLE}</TD> + <TD>{URL}</TD> + <TD>{SOURCE_URL}</TD> + <TD>{TYPE}</TD> + <TD><A HREF="{MODIFYURL}">Modify</A> + || <A HREF="{VIEWURL}">View</A> + || <A HREF="{DELURL}">Delete</A> + </TD> + </TR> + <!-- END row2 --> + </TABLE> Index: storyList.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/storyList.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** storyList.tpl 14 Dec 2001 03:58:18 -0000 1.5 --- storyList.tpl 20 Mar 2002 22:16:42 -0000 1.6 *************** *** 58,61 **** --- 58,83 ---- </TR> <!-- END row --> + <!-- BEGIN row2 --> + <TR bgcolor="#eeeeee"> + <TD ALIGN=CENTER> + <FONT SIZE=2><B>{COUNT}</B></FONT> + </TD> + <TD> + {TITLE} + </TD> + <TD> + by <B>{AUTHOR}</B> + </TD> + <TD ALIGN=CENTER> + ({HITS}/{COMMENTCOUNT}) + </TD> + <TD> + <FONT FACE=courier>{DATE}</FONT> + </TD> + <TD> + <A HREF="{MODIFYURL}">Modify</A> || <A HREF="{VIEWURL}">View</A> || <A HREF="{DELETEURL}">Delete</A> + </TD> + </TR> + <!-- END row2 --> </TABLE> |
From: Joe S. <joe...@us...> - 2002-03-20 22:16:45
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv20553/phpslash-ft/class Modified Files: Block_i.class Story.class Log Message: alternating bars in story and block lists Index: Block_i.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Block_i.class,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Block_i.class 7 Mar 2002 21:07:20 -0000 1.16 --- Block_i.class 20 Mar 2002 22:16:42 -0000 1.17 *************** *** 265,268 **** --- 265,269 ---- $this->templ->set_block("listblock", "row", "rows"); + $this->templ->set_block("listblock", "row2", "rows2"); while ($this->db->next_record()) { *************** *** 282,286 **** 'TYPE' => $this->db->f("type") )); ! $this->templ->parse("rows","row","true"); } --- 283,292 ---- 'TYPE' => $this->db->f("type") )); ! if ($i%2 == 0) { ! $this->templ->parse("rows","row","true"); ! } else { ! $this->templ->parse("rows","row2","true"); ! } ! $i++; } Index: Story.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Story.class,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Story.class 13 Mar 2002 20:05:18 -0000 1.30 --- Story.class 20 Mar 2002 22:16:42 -0000 1.31 *************** *** 871,874 **** --- 871,876 ---- $count = 0; $this->template->set_block("liststory", "row", "rows"); + $this->template->set_block("liststory", "row2", "rows2"); + $author = new Author; *************** *** 973,978 **** 'DATE' => $this->db->Record["df"] )); ! $this->template->parse("rows","row","true"); ! } } --- 975,985 ---- 'DATE' => $this->db->Record["df"] )); ! if ($i%2 == 0) { ! $this->template->parse("rows","row","true"); ! } else { ! $this->template->parse("rows","row2","true"); ! } ! $i++; ! } } |
From: Joe S. <joe...@us...> - 2002-03-20 22:16:44
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv20553/phpslash-ft Modified Files: CHANGES Log Message: alternating bars in story and block lists Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.443 retrieving revision 1.444 diff -C2 -d -r1.443 -r1.444 *** CHANGES 20 Mar 2002 18:55:00 -0000 1.443 --- CHANGES 20 Mar 2002 22:16:42 -0000 1.444 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-20 4:00PM CST Joe Stewart <joe...@us...> + [T] - blockList.tpl, storyList.tpl, Story.class, Block_i.class - alternating + bars to help view lists. + [D] - phpslash.sgml - update changed template. + 2002-Mar-20 12:00PM CST Joe Stewart <joe...@us...> [B] - Luis' patch to close [ 532333 ] Topic.class bug fixes. |
From: Joe S. <joe...@us...> - 2002-03-20 18:55:06
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv21971/phpslash-ft Modified Files: CHANGES Log Message: [ 532333 ] Topic.class bug fixes Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.442 retrieving revision 1.443 diff -C2 -d -r1.442 -r1.443 *** CHANGES 20 Mar 2002 16:41:36 -0000 1.442 --- CHANGES 20 Mar 2002 18:55:00 -0000 1.443 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-20 12:00PM CST Joe Stewart <joe...@us...> + [B] - Luis' patch to close [ 532333 ] Topic.class bug fixes. + 2002-Mar-20 11:37AM EST nathan hruby <na...@ds...> [T] - added proper link to generatorAgent in backendRSS1.tpl |
From: Joe S. <joe...@us...> - 2002-03-20 18:55:06
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory usw-pr-cvs1:/tmp/cvs-serv21971/phpslash-ft/class Modified Files: Topic.class Log Message: [ 532333 ] Topic.class bug fixes Index: Topic.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/Topic.class,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Topic.class 15 Mar 2002 19:16:28 -0000 1.11 --- Topic.class 20 Mar 2002 18:55:00 -0000 1.12 *************** *** 465,469 **** * complete arrays... b) Take care of deleting stories * c) clean up ... later ;-) ! * * @param array $topic_id_val * --- 465,474 ---- * complete arrays... b) Take care of deleting stories * c) clean up ... later ;-) ! * ! * KNOWN BUGS: a)icons get updated inmediately. This creates a ! * problem when scheduling stories, since ! * the iconbar gets updated but the story ! * will not show until the date arrives ... :-( ! * * @param array $topic_id_val * *************** *** 481,485 **** $limit = $this->psl['bar_limit']; // variables are easier to deal with ! // less typing :-) // updates the topic's onlinkbar values first, --- 486,490 ---- $limit = $this->psl['bar_limit']; // variables are easier to deal with ! // less typing :-) // updates the topic's onlinkbar values first, *************** *** 494,529 **** // And it has to be done this way // until MySQL 4 comes with nested transactions :-) ! ! // 1) begin work: ! $q = "BEGIN WORK"; $this->db->query($q); ! // 2) update values of onlinkbar ! $q = "UPDATE psl_topic SET onlinkbar=onlinkbar+1 ! WHERE onlinkbar != 0"; ! $this->db->query($q); ! // 3) purge values higher than LIMIT ! $q = "UPDATE psl_topic ! SET onlinkbar=0 ! WHERE onlinkbar > '$limit'"; ! $this->db->query($q); ! // 4) put this topic_id as first item in bar ! $q = "UPDATE psl_topic ! SET onlinkbar=1 ! WHERE topic_id = '$topic_id'"; ! $this->db->query($q); ! // 5) commit and release table ! $q = "COMMIT"; ! $this->db->query($q); ! if ($this->db->affected_rows() > 0) { ! return true; ! }else{ ! return false; ! } } // end renormTopic() --- 499,594 ---- // And it has to be done this way // until MySQL 4 comes with nested transactions :-) ! // ! // Try to see whether this topic is already in the bar ! // ! $q = "SELECT onlinkbar ! FROM psl_topic ! WHERE topic_id = '$topic_id'"; $this->db->query($q); + + // if topic it's in the bar, then is_onlinkbar will + // contain the number of the id + // we will need this value later + while ($this->db->next_record()) { + $is_onlinkbar = $this->db->f("onlinkbar"); + } + + if ($is_onlinkbar > 0) { + // this means that the topic id is already + // on the link bar... + + if ($is_onlinkbar > 1) { + // when the link is one, we do nothing + // but when it's greater, we take the ones + // before, update them, and then + // put the is_onlinkbar ID in the first + // slot + // + // 1) begin work: + $q = "BEGIN WORK"; + $this->db->query($q); ! // 2) update values of onlinkbar ! $q = "UPDATE psl_topic SET onlinkbar=onlinkbar+1 ! WHERE onlinkbar > 0 && onlinkbar < '$is_onlinkbar'"; ! $this->db->query($q); ! // 3) put this topic_id as first item in bar ! $q = "UPDATE psl_topic ! SET onlinkbar=1 ! WHERE topic_id = '$topic_id'"; ! $this->db->query($q); ! // 4) commit and release table ! $q = "COMMIT"; ! $this->db->query($q); ! ! // this might not be necessary, ! // but hey, you never know! -luis m ! if ($this->db->affected_rows() > 0) { ! return true; ! }else{ ! return false; ! } ! ! } else { ! // is_onlinkbar is ONE, return true. ! return true; ! }// end is_onlinkbar > 1 ! ! } else { ! // 1) begin work: ! $q = "BEGIN WORK"; ! $this->db->query($q); ! // 2) update values of onlinkbar ! $q = "UPDATE psl_topic ! SET onlinkbar=onlinkbar+1 ! WHERE onlinkbar != 0"; ! $this->db->query($q); ! ! // 3) purge values higher than LIMIT ! $q = "UPDATE psl_topic ! SET onlinkbar=0 ! WHERE onlinkbar > '$limit'"; ! $this->db->query($q); ! ! // 4) put this topic_id as first item in bar ! $q = "UPDATE psl_topic ! SET onlinkbar=1 ! WHERE topic_id = '$topic_id'"; ! $this->db->query($q); ! ! // 5) commit and release table ! $q = "COMMIT"; ! $this->db->query($q); ! if ($this->db->affected_rows() > 0) { ! return true; ! }else{ ! return false; ! } ! } // end is_onlinkbar } // end renormTopic() |
From: nathan h. <nh...@us...> - 2002-03-20 16:41:40
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv8048/public_html/templates/en/default Modified Files: backendRSS1.tpl Log Message: generatorAgent changes Index: backendRSS1.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS1.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** backendRSS1.tpl 20 Mar 2002 15:51:00 -0000 1.7 --- backendRSS1.tpl 20 Mar 2002 16:41:36 -0000 1.8 *************** *** 17,21 **** <admin:errorReportsTo rdf:resource="mailto:{SITE_OWNER}"/> ! <admin:generatorAgent rdf:resource="http://www.phpslash.org/"/> <image rdf:resource="{IMAGEDIR}/topics/topicphpslash.gif" /> --- 17,21 ---- <admin:errorReportsTo rdf:resource="mailto:{SITE_OWNER}"/> ! <admin:generatorAgent rdf:resource="http://www.phpslash.org/rss.php?rssv=065"/> <image rdf:resource="{IMAGEDIR}/topics/topicphpslash.gif" /> |
From: nathan h. <nh...@us...> - 2002-03-20 16:41:39
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv8048 Modified Files: CHANGES Log Message: generatorAgent changes Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.441 retrieving revision 1.442 diff -C2 -d -r1.441 -r1.442 *** CHANGES 20 Mar 2002 16:16:42 -0000 1.441 --- CHANGES 20 Mar 2002 16:41:36 -0000 1.442 *************** *** 13,20 **** 9 - Removal of something (kill -9 :) 2002-Mar-20 10:00AM CST Joe Stewart <joe...@us...> [T] - backendRSS92.tpl - corrected channel link. ! 2002-Mar-20 11:50AM EST nathan hruby <na...@ds...> [T] - Fixed improperly closed <link> that Joe found in backendRSS1.tpl [W] - Happy Spring! --- 13,23 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-20 11:37AM EST nathan hruby <na...@ds...> + [T] - added proper link to generatorAgent in backendRSS1.tpl + 2002-Mar-20 10:00AM CST Joe Stewart <joe...@us...> [T] - backendRSS92.tpl - corrected channel link. ! 2002-Mar-20 10:50AM EST nathan hruby <na...@ds...> [T] - Fixed improperly closed <link> that Joe found in backendRSS1.tpl [W] - Happy Spring! |
From: Joe S. <joe...@us...> - 2002-03-20 16:16:45
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv30348/phpslash-ft/public_html/templates/en/default Modified Files: backendRSS92.tpl Log Message: backendRSS92 - corrected channel link Index: backendRSS92.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS92.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** backendRSS92.tpl 2 May 2001 21:28:12 -0000 1.1 --- backendRSS92.tpl 20 Mar 2002 16:16:42 -0000 1.2 *************** *** 9,13 **** <title>{SITE_NAME}: {SITE_SLOGAN}</title> ! <link>http://{ROOTDIR}</link> <image> <title>{SITE_TITLE}</title> --- 9,13 ---- <title>{SITE_NAME}: {SITE_SLOGAN}</title> ! <link>{ROOTDIR}</link> <image> <title>{SITE_TITLE}</title> |
From: Joe S. <joe...@us...> - 2002-03-20 16:16:45
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv30348/phpslash-ft Modified Files: CHANGES Log Message: backendRSS92 - corrected channel link Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.440 retrieving revision 1.441 diff -C2 -d -r1.440 -r1.441 *** CHANGES 20 Mar 2002 15:51:00 -0000 1.440 --- CHANGES 20 Mar 2002 16:16:42 -0000 1.441 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-20 10:00AM CST Joe Stewart <joe...@us...> + [T] - backendRSS92.tpl - corrected channel link. + 2002-Mar-20 11:50AM EST nathan hruby <na...@ds...> [T] - Fixed improperly closed <link> that Joe found in backendRSS1.tpl |
From: nathan h. <nh...@us...> - 2002-03-20 15:51:04
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv20441 Modified Files: CHANGES Log Message: typo fix in rss1 template Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.439 retrieving revision 1.440 diff -C2 -d -r1.439 -r1.440 *** CHANGES 20 Mar 2002 03:16:35 -0000 1.439 --- CHANGES 20 Mar 2002 15:51:00 -0000 1.440 *************** *** 13,16 **** --- 13,20 ---- 9 - Removal of something (kill -9 :) + 2002-Mar-20 11:50AM EST nathan hruby <na...@ds...> + [T] - Fixed improperly closed <link> that Joe found in backendRSS1.tpl + [W] - Happy Spring! + 2002-Mar-19 9:00PM CST Joe Stewart <joe...@us...> [T] - backendJS.tpl - corrected image src. |
From: nathan h. <nh...@us...> - 2002-03-20 15:51:04
|
Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default In directory usw-pr-cvs1:/tmp/cvs-serv20441/public_html/templates/en/default Modified Files: backendRSS1.tpl Log Message: typo fix in rss1 template Index: backendRSS1.tpl =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/backendRSS1.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** backendRSS1.tpl 19 Mar 2002 17:17:15 -0000 1.6 --- backendRSS1.tpl 20 Mar 2002 15:51:00 -0000 1.7 *************** *** 35,39 **** <image> <title>{SITE_TITLE}</title> ! <link>{ROOTDIR}<link> <url>{IMAGEDIR}/topics/topicphpslash.gif</url> </image> --- 35,39 ---- <image> <title>{SITE_TITLE}</title> ! <link>{ROOTDIR}</link> <url>{IMAGEDIR}/topics/topicphpslash.gif</url> </image> |