Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26698/phpslash-dev/include/templates/en/basiccurves
Modified Files:
slashHead.tpl
Added Files:
storyRelated.tpl
Log Message:
printer friendly output
--- NEW FILE: storyRelated.tpl ---
<!-- Start storyRelated.tpl -->
<div id="storyRelated">
<a href="{PHP_SELF}?story_id={STORY_ID}&skin=basic&css=basic_print">Printer Friendly Version</a><br />
<a href="{PHP_SELF}?story_id={STORY_ID}&submit=email">Email this story to a Friend</a><br />
<!-- BEGIN row -->
<p>{LINK}</p>
<!-- END row -->
<a href="{ROOTDIR}/search.php?topic_id={TOPIC_ID}">More <span class="more">{TOPIC_NAME}</span> Articles</a><br />
<a href="{ROOTDIR}/search.php?author_id={AUTHOR_ID}">More by <span class="more">{AUTHOR_NAME}</span></a>
</div> <!-- id="storyRelated" -->
<!-- End storyRelated.tpl -->
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basiccurves/slashHead.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** slashHead.tpl 12 Mar 2003 16:12:53 -0000 1.1.1.1
--- slashHead.tpl 19 Oct 2004 16:55:33 -0000 1.2
***************
*** 4,8 ****
<html>
<head>
! <title>{SITE_NAME} - {SECTION} {SITETITLE}</title>
<!-- Enter Your Desired META Tags Below Here -->
<!-- This Meta Tag is Defined In Each Page By Setting The Variable
--- 4,8 ----
<html>
<head>
! <title>{SITE_NAME} - {SITETITLE}</title>
<!-- Enter Your Desired META Tags Below Here -->
<!-- This Meta Tag is Defined In Each Page By Setting The Variable
***************
*** 16,21 ****
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" />
!
</head>
<body>
--- 16,21 ----
<link rel="alternate" type="application/rss+xml" title="RSS" href="{ROOTDIR}/backend.php" />
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic.css" media="screen"/>
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/basic_print.css" media="print"/>
</head>
<body>
|