aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-11-20 23:07:01 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-11-20 23:07:01 +0000
commit44af2623123cd02a8baa484b69f88af8e6d1782b (patch)
treea4c19020b5377920c63b3e38794bf247cc1d2dc2 /phpBB/templates
parent70e6af55a86561df4d4366bc225c81ed6f45895e (diff)
downloadforums-44af2623123cd02a8baa484b69f88af8e6d1782b.tar
forums-44af2623123cd02a8baa484b69f88af8e6d1782b.tar.gz
forums-44af2623123cd02a8baa484b69f88af8e6d1782b.tar.bz2
forums-44af2623123cd02a8baa484b69f88af8e6d1782b.tar.xz
forums-44af2623123cd02a8baa484b69f88af8e6d1782b.zip
Got bored so added print topic output view
git-svn-id: file:///svn/phpbb/trunk@3071 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/viewtopic_body.html9
-rw-r--r--phpBB/templates/subSilver/viewtopic_print.html111
2 files changed, 118 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.html b/phpBB/templates/subSilver/viewtopic_body.html
index bfd0fcbb09..85aebbcc0c 100644
--- a/phpBB/templates/subSilver/viewtopic_body.html
+++ b/phpBB/templates/subSilver/viewtopic_body.html
@@ -19,7 +19,12 @@
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr align="right">
- <td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</span></td>
+ <td class="catHead" colspan="2" height="28"><table width="100%" cellspacing="0" cellpadding="0" border="0">
+ <tr>
+ <td><span class="nav">&nbsp;<a class="nav" href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}">{L_PRINT_TOPIC}</a></span></td>
+ <td align="right"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>&nbsp;</span></td>
+ </tr>
+ </table></td>
</tr>
<!-- IF S_HAS_POLL_OPTIONS -->
<tr>
@@ -144,7 +149,7 @@
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
- <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}<!-- IF S_SELECT_RATING --><br /><form method="post" action="{S_TOPIC_ACTION}">{L_RATE_TOPIC}: {S_SELECT_RATING}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" name="sort" /></form><!-- ENDIF --></span></td>
+ <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
<td align="right" valign="top" nowrap="nowrap"><!-- INCLUDE jumpbox.html --><span class="gensmall">{S_AUTH_LIST}<!-- IF S_TOPIC_MOD --><form method="post" action="{S_MOD_ACTION}">{L_QUICK_MOD}: {S_TOPIC_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></form><!-- ENDIF --></span></td>
</tr>
</table>
diff --git a/phpBB/templates/subSilver/viewtopic_print.html b/phpBB/templates/subSilver/viewtopic_print.html
new file mode 100644
index 0000000000..ffbfb997ec
--- /dev/null
+++ b/phpBB/templates/subSilver/viewtopic_print.html
@@ -0,0 +1,111 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html dir="{S_CONTENT_DIRECTION}">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<title>{SITENAME} :: {PAGE_TITLE}</title>
+<style type="text/css">
+<!--
+body {
+ font-family: Verdana,serif;
+ font-size: 10pt;
+}
+
+td {
+ font-family: Verdana,serif;
+ font-size: 10pt;
+ line-height: 150%;
+}
+
+.code, .quote {
+ font-size: smaller;
+ border: black solid 1px;
+}
+
+.forum {
+ font-family: Arial,Helvetica,sans-serif;
+ font-weight: bold;
+ font-size: 18pt;
+}
+
+.topic {
+ font-family: Arial,Helvetica,sans-serif;
+ font-size: 14pt;
+ font-weight: bold;
+}
+
+.gensmall {
+ font-size: 8pt;
+}
+
+hr {
+ color: #888888;
+ height: 3px;
+ border-style: solid;
+}
+
+hr.sep {
+ color: #AAAAAA;
+ height: 1px;
+ border-style: dashed;
+}
+-->
+</style>
+</head>
+<body>
+
+<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
+ <tr>
+ <td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{U_FORUM}</a></span></td>
+ </tr>
+ <tr>
+ <td colspan="2"><br /></td>
+ </tr>
+ <tr>
+ <td><span class="Topic">{TOPIC_TITLE}</span><br /><span class="gensmall">{U_TOPIC}</a></span></td>
+ <td align="right" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
+ </tr>
+</table>
+
+<!-- BEGIN postrow -->
+
+<hr width="85%" />
+
+<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
+ <tr>
+ <td width="10%" nowrap="nowrap">{L_AUTHOR}:&nbsp;</td>
+ <td><b>{postrow.POSTER_NAME}</b> [ {postrow.POST_DATE} ]</td>
+ </tr>
+ <tr>
+ <td width="10%" nowrap="nowrap">{L_POST_SUBJECT}:&nbsp;</td>
+ <td><b>{postrow.POST_SUBJECT}</b></td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr class="sep" />{postrow.MESSAGE}</td>
+ </tr>
+</table>
+<!-- END postrow -->
+
+<hr width="85%" />
+<!--
+ We request you retain the full copyright notice below including the link to www.phpbb.com.
+ This not only gives respect to the large amount of time given freely by the developers
+ but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain
+ the full copyright we ask you at least leave in place the "Powered by phpBB {PHPBB_VERSION}"
+ line, with phpBB linked to www.phpbb.com. If you refuse to include even this then support on
+ our forums may be affected.
+
+ The phpBB Group : 2002
+// -->
+<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
+ <tr>
+ <td><span class="gensmall">{PAGE_NUMBER}</span></td>
+ <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center"><span class="gensmall">Powered by phpBB {PHPBB_VERSION} &copy; 2002 phpBB Group<br />http://www.phpbb.com/</span></td>
+ </tr>
+</table>
+
+</body>
+</html> \ No newline at end of file