mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
template updates
git-svn-id: file:///svn/phpbb/trunk@4894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
00ad9cc498
commit
97e5c0f4bd
8 changed files with 88 additions and 68 deletions
|
@ -9,7 +9,7 @@
|
||||||
<th>{MESSAGE_TITLE}</th>
|
<th>{MESSAGE_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{L_YES}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
|
<td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></form>
|
</table></form>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- INCLUDE mcp_header.html -->
|
<!-- INCLUDE mcp_header.html -->
|
||||||
|
|
||||||
<!-- $ Id: $ -->
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<form method="post" name="mcp" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
<form method="post" name="mcp" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -10,6 +10,24 @@
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- IF S_CLOSE_PROGRESS_WINDOW -->
|
||||||
|
<script language="javascript" type="text/javascript">
|
||||||
|
<!--
|
||||||
|
close_waitscreen = 1;
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<script language="javascript" type="text/javascript">
|
||||||
|
<!--
|
||||||
|
function popup_progress_bar()
|
||||||
|
{
|
||||||
|
close_waitscreen = 0;
|
||||||
|
window.open('{U_PROGRESS_BAR}', '_upload', 'HEIGHT=200,resizable=yes,scrollbars=no,WIDTH=400');
|
||||||
|
}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
|
||||||
<!-- IF S_CLOSE_PROGRESS_WINDOW -->
|
<!-- IF S_CLOSE_PROGRESS_WINDOW -->
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -2,25 +2,13 @@
|
||||||
|
|
||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<!-- IF S_CONFIRM_DELETE -->
|
<!-- IF S_ATTACHMENT_ROWS -->
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
|
||||||
<tr>
|
|
||||||
<th valign="middle">{MESSAGE_TITLE}</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td class="row1" align="center"><span class="gen"><br />{MESSAGE_TEXT}<br /><br />{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="confirm" value="{L_YES}" /> <input class="btnlite" type="submit" name="cancel" value="{L_NO}" /></span></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<!-- ELSEIF S_ATTACHMENT_ROWS -->
|
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<th nowrap="nowrap">#</th>
|
<th nowrap="nowrap">#</th>
|
||||||
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th>
|
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_FILENAME}">{L_FILENAME}</a></th>
|
||||||
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th>
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></th>
|
||||||
<!-- th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_FILE_COMMENT}">{L_FILE_COMMENT}</a></th -->
|
|
||||||
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th>
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_FILESIZE}">{L_FILESIZE}</a></th>
|
||||||
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th>
|
<th nowrap="nowrap" width="5%"><a class="th" href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></th>
|
||||||
<th width="2%" nowrap="nowrap">{L_DELETE}</th>
|
<th width="2%" nowrap="nowrap">{L_DELETE}</th>
|
||||||
|
@ -31,9 +19,8 @@
|
||||||
<!-- IF attachrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->
|
<!-- IF attachrow.S_ROW_COUNT is even --><tr class="row2"><!-- ELSE --><tr class="row1"><!-- ENDIF -->
|
||||||
|
|
||||||
<td class="gen" style="padding: 4px;" align="center" width="2%"> {attachrow.ROW_NUMBER} </td>
|
<td class="gen" style="padding: 4px;" align="center" width="2%"> {attachrow.ROW_NUMBER} </td>
|
||||||
<td style="padding: 4px;"><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall">{L_TOPIC}: <a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
|
<td style="padding: 4px;"><a class="gen" href="{attachrow.U_VIEW_ATTACHMENT}" target="file">{attachrow.FILENAME}</a><br /><span class="gensmall"><!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></span></td>
|
||||||
<td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"> {attachrow.POST_TIME} </td>
|
<td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap"> {attachrow.POST_TIME} </td>
|
||||||
<!-- td class="gen" align="center">{attachrow.COMMENT}</td -->
|
|
||||||
<td class="gen" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
|
<td class="gen" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">{attachrow.SIZE}</td>
|
||||||
<td class="gen" style="padding: 4px;" align="center">{attachrow.DOWNLOAD_COUNT}</td>
|
<td class="gen" style="padding: 4px;" align="center">{attachrow.DOWNLOAD_COUNT}</td>
|
||||||
<td style="padding: 4px;" align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
|
<td style="padding: 4px;" align="center" valign="middle"><input type="checkbox" name="attachment[{attachrow.ATTACH_ID}]" value="1" /></td>
|
||||||
|
@ -51,7 +38,7 @@
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<th height="28">{L_UCP}</th>
|
<th height="28">{L_TITLE}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row1">
|
<tr class="row1">
|
||||||
<td height="25" align="center"><b class="genmed">{L_UCP_NO_ATTACHMENTS}</b></td>
|
<td height="25" align="center"><b class="genmed">{L_UCP_NO_ATTACHMENTS}</b></td>
|
||||||
|
|
|
@ -38,6 +38,10 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr class="row1">
|
||||||
|
<td align="center"><b class="gen">{L_NO_IMPORTANT_NEWS}</b></td>
|
||||||
|
</tr>
|
||||||
<!-- END topicrow -->
|
<!-- END topicrow -->
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -46,12 +50,20 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1" colspan="3"><table width="100%" cellspacing="1" cellpadding="4">
|
<td class="row1" colspan="3"><table width="100%" cellspacing="1" cellpadding="4">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right" valign="middle" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
|
<td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_JOINED}: </b></td>
|
||||||
<td width="100%"><b class="gen">{JOINED}</b></td>
|
<td width="100%"><b class="gen">{JOINED}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td>
|
<td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_TOTAL_POSTS}: </b></td>
|
||||||
<td valign="top"><!-- IF POSTS_PCT --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_YOUR_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td>
|
<td><!-- IF POSTS_PCT neq 0 --><b class="gen">{POSTS}</b><br /><span class="genmed">[{POSTS_PCT} / {POSTS_DAY}]<br /><a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a></span><!-- ELSE --><b class="gen">{POSTS}<b><!-- ENDIF --></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_FORUM}: </b></td>
|
||||||
|
<td><!-- IF ACTIVE_FORUM_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td align="right" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_TOPIC}: </b></td>
|
||||||
|
<td><!-- IF ACTIVE_TOPIC_PCT neq 0 --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="gensmall">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- IF KARMA -->
|
<!-- IF KARMA -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -53,12 +53,12 @@
|
||||||
<td class="row1" width="120" align="center">
|
<td class="row1" width="120" align="center">
|
||||||
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
||||||
<p class="topicdetails">
|
<p class="topicdetails">
|
||||||
<!-- IF forumrow.U_LAST_POSTER -->
|
<!-- IF topicrow.U_LAST_POST_AUTHOR -->
|
||||||
<a href="{forumrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
|
<a href="{topicrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{topicrow.LAST_POST_AUTHOR}
|
{topicrow.LAST_POST_AUTHOR}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<a href="{forumrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
|
<a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><table width="100%" cellspacing="0">
|
<td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><table width="100%" cellspacing="0">
|
||||||
<tr class="nav">
|
<tr class="nav">
|
||||||
<td valign="middle"> <!-- IF S_WATCH_FORUM -->{S_WATCH_FORUM}<!-- ENDIF --></td>
|
<td valign="middle"> <!-- IF S_WATCH_FORUM_LINK --><a href="{S_WATCH_FORUM_LINK}">{S_WATCH_FORUM_TITLE}</a><!-- ENDIF --></td>
|
||||||
<td align="right" valign="middle"><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a> </td>
|
<td align="right" valign="middle"><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
|
@ -173,12 +173,12 @@
|
||||||
<td class="row1" width="120" align="center">
|
<td class="row1" width="120" align="center">
|
||||||
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
<p class="topicdetails">{topicrow.LAST_POST_TIME}</p>
|
||||||
<p class="topicdetails">
|
<p class="topicdetails">
|
||||||
<!-- IF forumrow.U_LAST_POSTER -->
|
<!-- IF topicrow.U_LAST_POSTER -->
|
||||||
<a href="{forumrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
|
<a href="{topicrow.U_LAST_POST_AUTHOR}">{topicrow.LAST_POST_AUTHOR}</a>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{topicrow.LAST_POST_AUTHOR}
|
{topicrow.LAST_POST_AUTHOR}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<a href="{forumrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
|
<a href="{topicrow.U_LAST_POST}">{topicrow.LAST_POST_IMG}</a>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -254,7 +254,7 @@
|
||||||
<td class="gensmall">{L_NO_NEW_POSTS}</td>
|
<td class="gensmall">{L_NO_NEW_POSTS}</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td>
|
<td width="20" align="center">{FOLDER_ANNOUNCE_IMG}</td>
|
||||||
<td class="gensmall">{L_POST_ANNOUNCEMENT}</td>
|
<td class="gensmall">{L_ICON_ANNOUNCEMENT}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td>
|
<td width="20" align="center">{FOLDER_HOT_NEW_IMG}</td>
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td width="20" align="center">{FOLDER_STICKY_IMG}</td>
|
<td width="20" align="center">{FOLDER_STICKY_IMG}</td>
|
||||||
<td class="gensmall">{L_POST_STICKY}</td>
|
<td class="gensmall">{L_ICON_STICKY}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td>
|
<td class="gensmall">{FOLDER_LOCKED_NEW_IMG}</td>
|
||||||
|
|
|
@ -205,16 +205,19 @@
|
||||||
<span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
|
<span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
|
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
|
||||||
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
|
|
||||||
<!-- IF postrow.EDIT_REASON -->
|
<!-- IF postrow.EDIT_REASON -->
|
||||||
|
<br /><br />
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row3"><b class="genmed">{L_REASON}: </b></td>
|
<td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
|
<td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<!-- ELSE -->
|
||||||
|
<br /><br />
|
||||||
|
<span class="gensmall">{postrow.EDITED_MESSAGE}</span>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF postrow.BUMPED_MESSAGE -->
|
<!-- IF postrow.BUMPED_MESSAGE -->
|
||||||
|
@ -242,7 +245,7 @@
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<tr class="row2">
|
<tr class="row2">
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<td></td>
|
<td nowrap="nowrap"><span class="gensmall"><!-- IF postrow.U_MCP_DETAILS -->[ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></span></td>
|
||||||
<td><div class="gensmall" style="float:left"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td>
|
<td><div class="gensmall" style="float:left"> <!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue