Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26698/phpslash-dev/include/templates/en/basic
Modified Files:
comment.tpl slashHead.tpl
Log Message:
printer friendly output
Index: comment.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/comment.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** comment.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- comment.tpl 19 Oct 2004 16:55:32 -0000 1.2
***************
*** 17,22 ****
<input type="submit" name="submit" value="Change" />
</form>
</div> <!-- id="commentForm" -->
- {ADMIN}
<form method="get" action="{ACTION_URL}">
--- 17,22 ----
<input type="submit" name="submit" value="Change" />
</form>
+ {ADMIN}
</div> <!-- id="commentForm" -->
<form method="get" action="{ACTION_URL}">
Index: slashHead.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/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:52 -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/{SKIN}.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/{CSS}.css" media="screen"/>
! <link rel="stylesheet" type="text/css" href="{ROOTDIR}/styles/{CSS}_print.css" media="print"/>
</head>
<body>
|