mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Started translation implemenation, added 1.2 english lang file
git-svn-id: file:///svn/phpbb/trunk@73 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
<table border="0" width="100%" cellpadding="0" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td width="5%"> </td>
|
||||
<td>Forum</td>
|
||||
<td align="center" width="5%">Topics</td>
|
||||
<td align="center" width="5%">Posts</td>
|
||||
<td align="center" width="15%">Last Post</td>
|
||||
<td align="center" width="5%">Moderator</td>
|
||||
<td>{L_FORUM}</td>
|
||||
<td align="center" width="5%">{L_TOPICS}</td>
|
||||
<td align="center" width="5%">{L_POSTS}</td>
|
||||
<td align="center" width="15%">{L_LASTPOST}</td>
|
||||
<td align="center" width="5%">{L_MODERATOR}</td>
|
||||
</tr>
|
||||
<!-- BEGIN catrow -->
|
||||
<tr class="catheader">
|
||||
|
@@ -2,8 +2,8 @@
|
||||
<td>
|
||||
<table border="0" align="center" width="100%" bgcolor="#FFFFFF" cellpadding="0" cellspacing="1">
|
||||
<tr align="left">
|
||||
<td style="{font-size: 8pt;}"><img src="images/folder.gif"> = New Posts since your last visit.<br>
|
||||
<img src="images/red_folder.gif"> = No new Posts since your last visit.<br>
|
||||
<td style="{font-size: 8pt;}"><img src="images/folder.gif"> = {L_NEWPOSTS}.<br>
|
||||
<img src="images/red_folder.gif"> = {L_NONEWPOSTS}.<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@@ -5,10 +5,10 @@
|
||||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="right" style="{font-size: 8pt;}">Our users have posted a total of -<b>{TOTAL_POSTS}</b>- messages.<br>
|
||||
We have <b>{TOTAL_USERS}</b> total registered users.<br>
|
||||
The newest registered user is <b><a href="profile.php?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b><br>
|
||||
There are currently <a href="whosonline.php"><b>{USERS_BROWSING}</b> browsing</a> the forums<br>
|
||||
<td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br>
|
||||
{L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br>
|
||||
{L_NEWESTUSER} <b><a href="profile.php?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b><br>
|
||||
{L_ARECURRENTLY} <a href="whosonline.php"><b>{USERS_BROWSING}</b> {L_BROWSING}</a> {L_THEFORUMS}<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@@ -1,11 +1,5 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<!-- The variables that are available in this file are:
|
||||
SITENAME - Site name set in admin panel
|
||||
PAGE_TITLE - Specific title of the page, 'Forum Index', 'View Topic' etc etc.
|
||||
USERNAME - The current logged in users username (if the user is logged in)
|
||||
USERID - The current logged in users ID number (if the user is logged in)
|
||||
//-->
|
||||
<head>
|
||||
<title>{SITENAME} - {PAGE_TITLE}</title>
|
||||
{META_INFO}
|
||||
@@ -51,13 +45,18 @@ A:Hover {
|
||||
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
||||
<tr class="tablebody"><form method="POST" action="login.{PHPEX}">
|
||||
<td align="left" valign="top"><a href="index.php"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
|
||||
<td align="right">Username : <input type="text" name="username"><br>Password : <input type="password" name="password"><br><input type="submit" name="submit" value="Login"></td>
|
||||
<td align="right">{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br><input type="submit" name="submit" value="Login"></td>
|
||||
</tr></form>
|
||||
<tr class="tablebody">
|
||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
<td align="left" valign="bottom">Welcome to {SITENAME}<br>{LOGIN_STATUS}</td>
|
||||
<td align="right" valign="bottom">[<a href="profile.{PHPEX}?mode=register">Register</a>] [<a href="profile.{PHPEX}?mode=editprofile">Edit Profile</a>] [<a href="search.{PHPEX}">Search</a>] [<a href="priv_msg.{PHPEX}?mode=read">Private Messages</a>] [<a href="memberlist.{PHPEX}">Memberslist</a>] [<a href="faq.{PHPEX}">FAQ</a>]</td>
|
||||
<td align="left" valign="bottom">{L_WELCOMETO} {SITENAME}<br>{LOGIN_STATUS}</td>
|
||||
<td align="right" valign="bottom">[<a href="profile.{PHPEX}?mode=register">{L_REGISTER}</a>]
|
||||
[<a href="profile.{PHPEX}?mode=editprofile">{L_PROFILE}</a>]
|
||||
[<a href="search.{PHPEX}">{L_SEARCH}</a>]
|
||||
[<a href="priv_msg.{PHPEX}?mode=read">{L_PRIVATEMSGS}</a>]
|
||||
[<a href="memberlist.{PHPEX}">{L_MEMBERLIST}</a>]
|
||||
[<a href="faq.{PHPEX}">{L_FAQ}</a>]</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user