Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
0f27761e
Commit
0f27761e
authored
May 03, 2001
by
Steven Wittens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
locale update
parent
e10572d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
themes/unconed/unconed.theme
themes/unconed/unconed.theme
+4
-5
No files found.
themes/unconed/unconed.theme
View file @
0f27761e
...
...
@@ -79,7 +79,6 @@ function header() {
}
function
story
(
$story
,
$main
=
0
)
{
$timestamp
=
format_date
(
$story
->
timestamp
);
print
"
\n
<!-- story:
\"
$story->title
\"
-->
\n
"
;
?>
...
...
@@ -89,7 +88,7 @@ function story($story, $main = 0) {
<TR><TD
COLSPAN=
"2"
BGCOLOR=
"
<?php
echo
$this
->
bgcolor1
;
?>
"
WIDTH=
"100%"
><table
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
><tr><td
width=
"100%"
><FONT
COLOR=
"
<?php
echo
$this
->
fgcolor1
;
?>
"
><B>
<?php
echo
""
.
check_output
(
$story
->
title
)
.
""
;
?>
</B></FONT></td><td
valign=
"middle"
align=
"center"
><IMG
SRC=
"themes/
<?php
print
$this
->
themename
;
?>
/images/icon.gif"
valign=
"middle"
></td></tr></table></TD></TR>
<TR
BGCOLOR=
"
<?php
echo
$this
->
bgcolor2
;
?>
"
>
<?php
print
"<TD WIDTH=
\"
70%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
><SMALL>
Posted by "
.
format_username
(
$story
->
userid
)
.
" on
$timestamp
</TD><TD WIDTH=
\"
30%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
ALIGN=
\"
center
\"
><B>"
.
category_name
(
$story
->
cid
)
.
" / "
.
topic_name
(
$story
->
tid
)
.
"</B>"
;
print
"<TD WIDTH=
\"
70%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
><SMALL>
"
.
strtr
(
t
(
"Submitted by %a on %b"
),
array
(
"%a"
=>
format_username
(
$story
->
userid
),
"%b"
=>
format_date
(
$story
->
timestamp
,
"large"
)))
.
"
</TD><TD WIDTH=
\"
30%
\"
BGCOLOR=
\"
$this->bgcolor2
\"
ALIGN=
\"
center
\"
><B>"
.
category_name
(
$story
->
cid
)
.
" / "
.
topic_name
(
$story
->
tid
)
.
"</B>"
;
?>
</TD>
</TR>
...
...
@@ -127,7 +126,7 @@ function comment($comment, $link) {
// Subject:
echo
" <TR>"
;
echo
" <TD ALIGN=
\"
right
\"
VALIGN=
\"
top
\"
WIDTH=
\"
5%
\"
><FONT COLOR=
\"
$this->hlcolor1
\"
><B>Subject:</B></FONT></TD><TD WIDTH=
\"
80%
\"
>"
;
echo
" <TD ALIGN=
\"
right
\"
VALIGN=
\"
top
\"
WIDTH=
\"
5%
\"
><FONT COLOR=
\"
$this->hlcolor1
\"
><B>
"
.
t
(
"
Subject
"
)
.
"
:</B></FONT></TD><TD WIDTH=
\"
80%
\"
>"
;
echo
" <B><FONT COLOR=
\"
$this->fgcolor1
\"
>"
.
check_output
(
$comment
->
subject
)
.
"</FONT></B>"
;
echo
" </TD>"
;
...
...
@@ -139,7 +138,7 @@ function comment($comment, $link) {
// Author:
echo
" <TR>"
;
echo
" <TD ALIGN=
\"
right
\"
VALIGN=
\"
top
\"
>
Author
:</TD><TD><B>"
.
format_username
(
$comment
->
userid
)
.
"</B> "
;
echo
" <TD ALIGN=
\"
right
\"
VALIGN=
\"
top
\"
>
"
.
t
(
"Author"
)
.
"
:</TD><TD><B>"
.
format_username
(
$comment
->
userid
)
.
"</B> "
;
if
(
$comment
->
userid
)
{
// Display extra information line:
if
(
$comment
->
fake_email
)
$info
.
=
format_email
(
$comment
->
fake_email
);
...
...
@@ -150,7 +149,7 @@ function comment($comment, $link) {
echo
" </TR>"
;
// Date
echo
" <TR><TD ALIGN=
\"
right
\"
>
Date
:</TD><TD>"
.
format_date
(
$comment
->
timestamp
)
.
"</TD></TR>"
;
echo
" <TR><TD ALIGN=
\"
right
\"
>
"
.
t
(
"Date"
)
.
"
:</TD><TD>"
.
format_date
(
$comment
->
timestamp
)
.
"</TD></TR>"
;
echo
" </TABLE>"
;
echo
" </TD>"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment