template updates

git-svn-id: file:///svn/phpbb/trunk@4894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2004-05-26 19:43:15 +00:00
parent 00ad9cc498
commit 97e5c0f4bd
8 changed files with 88 additions and 68 deletions

View file

@ -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" />&nbsp;&nbsp;<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" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></span></td>
</tr> </tr>
</table></form> </table></form>

View file

@ -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>

View file

@ -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">
<!-- <!--

View file

@ -3,44 +3,44 @@
<!-- $Id$ --> <!-- $Id$ -->
<form method="post" action="{S_REPORT_ACTION}" name="report"> <form method="post" action="{S_REPORT_ACTION}" name="report">
<table class="tablebg" width="100%" cellspacing="1"> <table class="tablebg" width="100%" cellspacing="1">
<tr> <tr>
<th colspan="2">{L_REPORT_POST}</th> <th colspan="2">{L_REPORT_POST}</th>
</tr> </tr>
<tr> <tr>
<td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td> <td class="row3" colspan="2"><span class="gensmall">{L_REPORT_POST_EXPLAIN}</span></td>
</tr> </tr>
<tr> <tr>
<td class="row1" width="22%"><b class="gen">{L_REASON}:</b></td> <td class="row1" width="22%"><b class="gen">{L_REASON}:</b></td>
<td class="row2" width="78%"><select name="reason_id"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></td> <td class="row2" width="78%"><select name="reason_id"><!-- BEGIN reason --><option value="{reason.ID}"<!-- IF reason.S_SELECTED --> selected="selected"<!-- ENDIF -->>{reason.DESCRIPTION}</option><!-- END reason --></select></td>
</tr> </tr>
<!-- IF S_CAN_NOTIFY --> <!-- IF S_CAN_NOTIFY -->
<tr> <tr>
<td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}:</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td> <td class="row1"><span class="gen"><b>{L_REPORT_NOTIFY}:</b></span><br /><span class="gensmall">{L_REPORT_NOTIFY_EXPLAIN}</span></td>
<td class="row2"><span class="gen"><input type="radio" name="notify" value="1" <!-- IF S_NOTIFY -->checked="checked" <!-- ENDIF -->/>{L_YES} &nbsp;<input type="radio" name="notify" value="0" <!-- IF not S_NOTIFY -->checked="checked" <!-- ENDIF -->/>{L_NO}</span></td> <td class="row2"><span class="gen"><input type="radio" name="notify" value="1" <!-- IF S_NOTIFY -->checked="checked" <!-- ENDIF -->/>{L_YES} &nbsp;<input type="radio" name="notify" value="0" <!-- IF not S_NOTIFY -->checked="checked" <!-- ENDIF -->/>{L_NO}</span></td>
</tr> </tr>
<!-- ENDIF --> <!-- ENDIF -->
<tr> <tr>
<td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td> <td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
<td class="row2"><textarea class="post" style="width:500px" name="report_text" rows="25" cols="40" class="post">{REPORT_TEXT}</textarea></td> <td class="row2"><textarea class="post" style="width:500px" name="report_text" rows="25" cols="40" class="post">{REPORT_TEXT}</textarea></td>
</tr> </tr>
<tr> <tr>
<td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" />&nbsp;<input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td> <td class="cat" colspan="2" align="center"><input type="submit" name="submit" class="btnmain" value="{L_SUBMIT}" />&nbsp;<input type="submit" name="cancel" class="btnlite" value="{L_CANCEL}"></td>
</tr> </tr>
</table> </table>
</form> </form>
<br clear="all" /> <br clear="all" />
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> <table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
<tr> <tr>
<td class="row1"> <td class="row1">
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p> <p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
<p class="datetime">{S_TIMEZONE}</p> <p class="datetime">{S_TIMEZONE}</p>
</td> </td>
</tr> </tr>
</table> </table>
<div style="float: right;"><!-- INCLUDE jumpbox.html --></div> <div style="float: right;"><!-- INCLUDE jumpbox.html --></div>
<!-- INCLUDE overall_footer.html --> <!-- INCLUDE overall_footer.html -->

View file

@ -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}" />&nbsp;&nbsp;<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%">&nbsp;{attachrow.ROW_NUMBER}&nbsp;</td> <td class="gen" style="padding: 4px;" align="center" width="2%">&nbsp;{attachrow.ROW_NUMBER}&nbsp;</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">&nbsp;{attachrow.POST_TIME}&nbsp;</td> <td class="gensmall" style="padding: 4px;" align="center" valign="middle" nowrap="nowrap">&nbsp;{attachrow.POST_TIME}&nbsp;</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>

View file

@ -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>

View file

@ -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">&nbsp;<!-- IF S_WATCH_FORUM -->{S_WATCH_FORUM}<!-- ENDIF --></td> <td valign="middle">&nbsp;<!-- 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>&nbsp;</td> <td align="right" valign="middle"><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a>&nbsp;</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>&nbsp;&nbsp;</td> <td>&nbsp;&nbsp;</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>&nbsp;&nbsp;</td> <td>&nbsp;&nbsp;</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>

View file

@ -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">&nbsp;<!-- 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 -->&nbsp;</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 -->&nbsp;</div></td> <td><div class="gensmall" style="float:left">&nbsp;<!-- 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 -->&nbsp;</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 -->&nbsp;</div></td>
</tr> </tr>