summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 04:56:31 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 04:56:31 +0000
commitdb60c85506a212d5eae4ffc6eecf43ece2a9b7f9 (patch)
tree441c9f624e4d6dd5beb28ce677c4955f5811022b /templates
downloadmessages-db60c85506a212d5eae4ffc6eecf43ece2a9b7f9.tar.gz
messages-db60c85506a212d5eae4ffc6eecf43ece2a9b7f9.tar.bz2
messages-db60c85506a212d5eae4ffc6eecf43ece2a9b7f9.zip
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'templates')
-rw-r--r--templates/contact.tpl35
-rw-r--r--templates/index.php6
-rw-r--r--templates/messu_broadcast.tpl55
-rw-r--r--templates/messu_compose.tpl84
-rw-r--r--templates/messu_mailbox.tpl105
-rw-r--r--templates/messu_message_notification.tpl8
-rw-r--r--templates/messu_nav.tpl9
-rw-r--r--templates/messu_read.tpl157
8 files changed, 459 insertions, 0 deletions
diff --git a/templates/contact.tpl b/templates/contact.tpl
new file mode 100644
index 0000000..757a142
--- /dev/null
+++ b/templates/contact.tpl
@@ -0,0 +1,35 @@
+<a class="pagetitle" href="{$gBitLoc.MESSU_PKG_URL}contact.php">{tr}Contact us{/tr}</a><br /><br />
+{if $gBitSystemPrefs.feature_messages eq 'y' and $bit_p_messages eq 'y'}
+{if $message}
+{$message}
+{/if}
+
+<h2>{tr}Send a message to us{/tr}</h2>
+ <form method="post" action="{$gBitLoc.MESSU_PKG_URL}contact.php">
+ <input type="hidden" name="to" value="{$contact_user|escape}" />
+ <table class="panel">
+ <tr>
+ <td>{tr}Priority:{/tr}</td><td>
+ <select name="priority">
+ <option value="1" {if $priority eq 1}selected="selected"{/if}>{tr}1 -Lowest-{/tr}</option>
+ <option value="2" {if $priority eq 2}selected="selected"{/if}>{tr}2 -Low-{/tr}</option>
+ <option value="3" {if $priority eq 3}selected="selected"{/if}>{tr}3 -Normal-{/tr}</option>
+ <option value="4" {if $priority eq 4}selected="selected"{/if}>{tr}4 -High-{/tr}</option>
+ <option value="5" {if $priority eq 5}selected="selected"{/if}>{tr}5 -Very High-{/tr}</option>
+ </select>
+ <input type="submit" name="send" value="{tr}send{/tr}" />
+ </td>
+ </tr>
+ <tr>
+ <td>{tr}Subject{/tr}:</td><td><input type="text" name="subject" value="" size="80" maxlength="255" /></td>
+ </tr>
+ <tr><td>&nbsp;</td>
+ <td><textarea rows="20" cols="80" name="body"></textarea></td>
+ </tr>
+</table>
+</form>
+{/if}
+{if strlen($email)>0}
+<h2>{tr}Contact us via email{/tr}</h2>
+{mailto address="$email" encode="javascript" text="click here to send us an email"}
+{/if}
diff --git a/templates/index.php b/templates/index.php
new file mode 100644
index 0000000..3e305fe
--- /dev/null
+++ b/templates/index.php
@@ -0,0 +1,6 @@
+<?php
+
+ // This is not a package.
+ header ("location: ../index.php");
+
+?> \ No newline at end of file
diff --git a/templates/messu_broadcast.tpl b/templates/messu_broadcast.tpl
new file mode 100644
index 0000000..6480966
--- /dev/null
+++ b/templates/messu_broadcast.tpl
@@ -0,0 +1,55 @@
+<div class="floaticon">{bithelp}</div>
+<div class="contain usermessages">
+<div class="header">
+<h1><a href="{$gBitLoc.MESSU_PKG_URL}broadcast.php">{tr}Broadcast message{/tr}</a></h1>
+</div>
+
+{include file="bitpackage:users/my_bitweaver_bar.tpl"}
+{include file="bitpackage:messu/messu_nav.tpl"}
+
+<div class="body">
+
+{if $sent}
+ {$message}
+{else}
+<form action="{$gBitLoc.MESSU_PKG_URL}broadcast.php" method="post">
+<table class="panel">
+ <tr>
+ <td><label for="broadcast-group">{tr}Group{/tr}:</label></td>
+ <td>
+ <select name="group" id="broadcast-group">
+ {if $bit_p_broadcast_all eq 'y'}
+ <option value="all" selected="selected">{tr}All users{/tr}</option>
+ {/if}
+ {section name=ix loop=$groups}
+ <option value="{$groups[ix].group_name|escape}">{$groups[ix].group_name}</option>
+ {/section}
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td><label for="broadcast-priority">{tr}Priority{/tr}:</label></td><td>
+ <select name="priority" id="broadcast-priority">
+ <option value="1" {if $priority eq 1}selected="selected"{/if}>{tr}1 -Lowest-{/tr}</option>
+ <option value="2" {if $priority eq 2}selected="selected"{/if}>{tr}2 -Low-{/tr}</option>
+ <option value="3" {if $priority eq 3}selected="selected"{/if}>{tr}3 -Normal-{/tr}</option>
+ <option value="4" {if $priority eq 4}selected="selected"{/if}>{tr}4 -High-{/tr}</option>
+ <option value="5" {if $priority eq 5}selected="selected"{/if}>{tr}5 -Very High-{/tr}</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td><label for="broadcast-subject">{tr}Subject{/tr}:</label></td><td><input type="text" name="subject" id="broadcast-subject" value="{$subject|escape}" size="80" maxlength="255"/></td>
+ </tr>
+ <tr>
+ <td><label for="broadcast-body">{tr}Body{/tr}:</label></td><td align="center"><textarea rows="20" cols="80" name="body">{$body|escape}</textarea></td>
+ </tr>
+ <tr class="panelsubmitrow">
+ <td colspan="2"><input type="submit" name="send" value="{tr}send message{/tr}" /></td>
+ </tr>
+</table>
+</form>
+{/if}
+
+</div> {* end .body *}
+</div> {* end .messages *}
diff --git a/templates/messu_compose.tpl b/templates/messu_compose.tpl
new file mode 100644
index 0000000..bd7af2f
--- /dev/null
+++ b/templates/messu_compose.tpl
@@ -0,0 +1,84 @@
+{strip}
+<div class="floaticon">{bithelp}</div>
+<div class="edit usermessages">
+ <div class="header">
+ <h1>{tr}Compose message{/tr}</h1>
+ </div>
+
+ {include file="bitpackage:users/my_bitweaver_bar.tpl"}
+
+ <div class="body">
+ {formfeedback hash=$feedback}
+
+ {if $feedback}
+ {tr}Return to your {smartlink ititle="Message Box" ipackage=messu ifile="message_box.php"}{/tr}
+ {/if}
+
+ {if !$feedback or $feedback.error}
+ {form legend="Compose Private Message"}
+ <div class="row">
+ {formlabel label="To" for="to"}
+ {forminput}
+ <input type="text" name="to" id="to" size="30" value="{$to}" />
+ {formhelp note="Multiple usernames can be added using commas."}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Carbon Copy" for="cc"}
+ {forminput}
+ <input type="text" name="cc" id="cc" size="30" value="{$cc}" />
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Blind Carbon Copy" for="bcc"}
+ {forminput}
+ <input type="text" name="bcc" id="bcc" size="30" value="{$bcc}" />
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Priority" for="priority"}
+ {forminput}
+ <select name="priority" id="mess-prio">
+ <option value="1" {if $priority eq 1}selected="selected"{/if}>{tr}1 -Lowest-{/tr}</option>
+ <option value="2" {if $priority eq 2}selected="selected"{/if}>{tr}2 -Low-{/tr}</option>
+ <option value="3" {if $priority eq 3 or !$priority}selected="selected"{/if}>{tr}3 -Normal-{/tr}</option>
+ <option value="4" {if $priority eq 4}selected="selected"{/if}>{tr}4 -High-{/tr}</option>
+ <option value="5" {if $priority eq 5}selected="selected"{/if}>{tr}5 -Very High-{/tr}</option>
+ </select>
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Subject" for="subject"}
+ {forminput}
+ <input type="text" name="subject" id="subject" size="52" value="{$subject|escape}" />
+ {/forminput}
+ </div>
+
+ {* only display quicktags if tikiwiki quicktags are available *}
+ {if $gBitSystem->isPackageActive( 'quicktags' ) and $gLibertySystem->mPlugins.tikiwiki.is_active eq 'y'}
+ {include file="bitpackage:quicktags/quicktags_full.tpl" textarea_id=message_body default_format=tikiwiki}
+ {/if}
+
+ {* only display quicktags if tikiwiki quicktags are available *}
+ {if $gBitSystem->isPackageActive( 'smileys' ) and $gLibertySystem->mPlugins.tikiwiki.is_active eq 'y'}
+ {include file="bitpackage:smileys/smileys_full.tpl" textarea_id=message_body default_format=tikiwiki}
+ {/if}
+
+ <div class="row">
+ {forminput}
+ <textarea rows="20" cols="80" name="body" id="message_body">{$body|escape}</textarea>
+ {/forminput}
+ </div>
+
+ <div class="row submit">
+ <input type="submit" name="send" value="{tr}Send Message{/tr}" />
+ </div>
+ {/form}
+ {/if}
+ </div><!-- end .body -->
+</div><!-- end .usermessages -->
+{/strip}
diff --git a/templates/messu_mailbox.tpl b/templates/messu_mailbox.tpl
new file mode 100644
index 0000000..bc38f6a
--- /dev/null
+++ b/templates/messu_mailbox.tpl
@@ -0,0 +1,105 @@
+{strip}
+<div class="floaticon">{bithelp}</div>
+<div class="listing usermessages">
+ <div class="header">
+ <h1>{tr}Messages{/tr}</h1>
+ </div>
+
+ {include file="bitpackage:users/my_bitweaver_bar.tpl"}
+
+ <div class="body">
+ {form legend="Your Personal Messages"}
+ <input type="hidden" name="offset" value="{$offset|escape}" />
+ <input type="hidden" name="find" value="{$find|escape}" />
+ <input type="hidden" name="sort_mode" value="{$sort_mode|escape}" />
+ <input type="hidden" name="flag" value="{$flag|escape}" />
+ <input type="hidden" name="flagval" value="{$flagval|escape}" />
+ <input type="hidden" name="priority" value="{$priority|escape}" />
+
+ <a class="floaticon" href="{$gBitLoc.MESSU_PKG_URL}compose.php">{biticon ipackage=messu iname=send_mail iexplain="{tr}Compose Message{/tr}"}</a>
+
+ <table class="data">
+ <tr>
+ <th style="width:1%">&nbsp;</th>
+ <th style="width:1%">{smartlink ititle="Flagged" isort=is_flagged ibiticon="messu/flagged" find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th>
+ <th>{smartlink ititle="From" isort=username find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th>
+ <th>{smartlink ititle="Subject" isort=subject find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th>
+ <th>{smartlink ititle="Date" isort=date find=$find flag=$flag offset=$offset priority=$priority flagval=$flagval}</th>
+ <th>{tr}Size{/tr}</th>
+ </tr>
+
+ {section name=user loop=$items}
+ <tr class="{cycle values="odd,even"} prio{$items[user].priority}{if $items[user].is_read eq 'n'} highlight{/if}">
+ <td><input type="checkbox" name="msg[{$items[user].msg_id}]" /></td>
+ <td>{if $items[user].is_flagged eq 'y'}{biticon ipackage=messu iname=flagged iexplain="Flagged"}{/if}</td>
+ <td>{displayname hash=$items[user]}</td>
+ <td><a href="{$gBitLoc.MESSU_PKG_URL}read.php?offset={$offset}&amp;flag={$flag}&amp;priority={$priority}&amp;flagval={$flagval}&amp;sort_mode={$sort_mode}&amp;find={$find}&amp;msg_id={$items[user].msg_id}">{$items[user].subject}</a></td>
+ <td style="text-align:right;">{$items[user].date|bit_short_datetime}</td>
+ <td style="text-align:right;">{$items[user].len|kbsize}</td>
+ </tr>
+ {sectionelse}
+ <tr class="norecords"><td colspan="6">{tr}No messages to display{/tr}</td></tr>
+ {/section}
+ </table>
+
+ {if $items}
+ {tr}Checked items:{/tr}<br />
+ <input type="submit" name="delete" value="{tr}Delete{/tr}" />
+ &nbsp;{tr}or{/tr}&nbsp;
+ <select name="action">
+ <option value="is_read_n">{tr}Mark as unread{/tr}</option>
+ <option value="is_read_y">{tr}Mark as read{/tr}</option>
+ <option value="is_flagged_n">{tr}Unflag{/tr}</option>
+ <option value="is_flagged_y">{tr}Flag{/tr}</option>
+ </select>
+ <input type="submit" name="mark" value="{tr}Mark{/tr}" />
+ {/if}
+ {/form}
+
+ {form legend="Search your Personal Messages"}
+ <div class="row">
+ {formlabel label="Messages" for="messages"}
+ {forminput}
+ <select name="flags" id="messages">
+ <option value="is_read_y" {if $flag eq 'is_read' and $flagval eq 'y'}selected="selected"{/if}>{tr}Read{/tr}</option>
+ <option value="is_read_n" {if $flag eq 'is_read' and $flagval eq 'n'}selected="selected"{/if}>{tr}Unread{/tr}</option>
+ <option value="is_flagged_y" {if $flag eq 'is_flagged' and $flagval eq 'y'}selected="selected"{/if}>{tr}Flagged{/tr}</option>
+ <option value="is_flagged_y" {if $flag eq 'isflagged' and $flagval eq 'n'}selected="selected"{/if}>{tr}Unflagged{/tr}</option>
+ <option value="" {if $flag eq ''}selected="selected"{/if}>{tr}All{/tr}</option>
+ </select>
+ {formhelp note=""}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Priority" for="priority"}
+ {forminput}
+ <select name="priority" id="priority">
+ <option value="" {if $priority eq ''}selected="selected"{/if}>{tr}All{/tr}</option>
+ <option value="1" {if $priority eq 1}selected="selected"{/if}>{tr}1{/tr}</option>
+ <option value="2" {if $priority eq 2}selected="selected"{/if}>{tr}2{/tr}</option>
+ <option value="3" {if $priority eq 3}selected="selected"{/if}>{tr}3{/tr}</option>
+ <option value="4" {if $priority eq 4}selected="selected"{/if}>{tr}4{/tr}</option>
+ <option value="5" {if $priority eq 5}selected="selected"{/if}>{tr}5{/tr}</option>
+ </select>
+ {formhelp note=""}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Containing" for="find"}
+ {forminput}
+ <input type="text" name="find" size="40" id="find" value="{$find|escape}" />
+ {formhelp note=""}
+ {/forminput}
+ </div>
+
+ <div class="row submit">
+ <input type="submit" name="filter" value="{tr}Filter{/tr}" />
+ </div>
+ {/form}
+
+ {pagination}
+ </div><!-- end .body -->
+</div><!-- end .usermessages -->
+{/strip}
diff --git a/templates/messu_message_notification.tpl b/templates/messu_message_notification.tpl
new file mode 100644
index 0000000..b7cf263
--- /dev/null
+++ b/templates/messu_message_notification.tpl
@@ -0,0 +1,8 @@
+{tr}Hi,
+A new message was posted to you. To respond, please visit http://{$mail_site}{$gBitLoc.MESSU_PKG_URL}message_box.php
+
+From: {$mail_from}
+Subject: {$mail_subject}
+Date:{/tr} {$mail_date|date_format:"%a %b %Y [%H:%I]"}
+
+{$mail_body}
diff --git a/templates/messu_nav.tpl b/templates/messu_nav.tpl
new file mode 100644
index 0000000..4d2c109
--- /dev/null
+++ b/templates/messu_nav.tpl
@@ -0,0 +1,9 @@
+<div class="navbar">
+ <ul>
+ <li><a href="{$gBitLoc.MESSU_PKG_URL}message_box.php">{tr}Mailbox{/tr}</a></li>
+ <li><a href="{$gBitLoc.MESSU_PKG_URL}compose.php">{tr}Compose{/tr}</a></li>
+ {if $bit_p_broadcast eq 'y'}
+ <li><a href="{$gBitLoc.MESSU_PKG_URL}broadcast.php">{tr}Broadcast{/tr}</a></li>
+ {/if}
+ </ul>
+</div>
diff --git a/templates/messu_read.tpl b/templates/messu_read.tpl
new file mode 100644
index 0000000..bd6736c
--- /dev/null
+++ b/templates/messu_read.tpl
@@ -0,0 +1,157 @@
+{strip}
+<div class="display usermessages">
+ <div class="header">
+ <h1>{tr}Read message{/tr}</h1>
+ </div>
+
+ {include file="bitpackage:users/my_bitweaver_bar.tpl"}
+
+ {if $next}
+ {assign var=read_id value=$next}
+ {elseif $prev}
+ {assign var=read_id value=$prev}
+ {else}
+ {assign var=read_id value=$msg_id}
+ {/if}
+ <div class="navbar">
+ <ul>
+ {if $msg.is_flagged eq 'y'}
+ <li>{biticon ipackage=messu iname=flagged iexplain=Flagged} {smartlink ititle="Unflag Message" offset=$offset act=is_flagged actval=n msg_id=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
+ {else}
+ <li>{smartlink ititle="Flag Message" offset=$offset act=is_flagged actval=y msg_id=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
+ {/if}
+ <li>{smartlink ititle="Delete" msg_id=$read_id offset=$offset msgdel=$msg_id sort_mode=$sort_mode find=$find flag=$flag priority=$priority flagval=$flagval}</li>
+ {if $prev}<li>{smartlink ianchor=top ititle="Previous message" ibiticon="liberty/nav_prev" sort_mode=$sort_mode msg_id=$prev find=$find flag=$flag priority=$priority flagval=$flagval}</li>{/if}
+ {if $next}<li>{smartlink ianchor=top ititle="Next message" ibiticon="liberty/nav_next" sort_mode=$sort_mode msg_id=$next find=$find flag=$flag priority=$priority flagval=$flagval}</li>{/if}
+ </ul>
+ </div>
+
+ <div class="body">
+ {if $legend}
+ {$legend}
+ {else}
+ {form legend="Message" ipackage=messu ifile='compose.php'}
+ <div class="row">
+ {formlabel label="Date"}
+ {forminput}
+ {$msg.date|bit_long_datetime}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="From"}
+ {forminput}
+ {displayname user_id=$msg.from_user_id}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="To"}
+ {forminput}
+ {$msg.msg_to}
+ {/forminput}
+ </div>
+
+ {if $msg.msg_cc}
+ <div class="row">
+ {formlabel label="Carbon Copy"}
+ {forminput}
+ {$msg.msg_cc}
+ {/forminput}
+ </div>
+ {/if}
+
+ <div class="row">
+ {formlabel label="Subject"}
+ {forminput}
+ {$msg.subject}
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {forminput}
+ {$msg.parsed}
+ {/forminput}
+ </div>
+
+ <input type="hidden" name="offset" value="{$offset}" />
+ <input type="hidden" name="find" value="{$find|escape}" />
+ <input type="hidden" name="sort_mode" value="{$sort_mode}" />
+ <input type="hidden" name="flag" value="{$flag}" />
+ <input type="hidden" name="flagval" value="{$flagval}" />
+ <input type="hidden" name="priority" value="{$priority}" />
+ <input type="hidden" name="msgdel" value="{$msg_id}" />
+ <input type="hidden" name="replyto" value="{$msg.from_user_id}" />
+ <input type="hidden" name="replyallto" value="{$msg.msg_to},{$msg.msg_cc}" />
+ <input type="hidden" name="subject" value="{tr}Re:{/tr} {$msg.subject}" />
+ <input type="hidden" name="body" value="{$msg.body|quoted|escape}" />
+ {if $next}
+ <input type="hidden" name="msg_id" value="{$next}" />
+ {elseif $prev}
+ <input type="hidden" name="msg_id" value="{$prev}" />
+ {else}
+ <input type="hidden" name="msg_id" value="{$msg_id}" />
+ {/if}
+
+ <div class="row submit">
+ <input type="submit" name="action[reply]" value="{tr}Reply{/tr}" />&nbsp;
+ <input type="submit" name="action[replyall]" value="{tr}Reply All{/tr}" />
+ </div>
+ {/form}
+
+ {/if}
+ </div><!-- end .body -->
+</div><!-- end .usermessages -->
+{/strip}
+{*
+ <table class="panel">
+ <tr class="panelsubmitrow"><td>
+ <form method="post" action="{$gBitLoc.MESSU_PKG_URL}read.php">
+ <input type="hidden" name="offset" value="{$offset}" />
+ <input type="hidden" name="find" value="{$find|escape}" />
+ <input type="hidden" name="sort_mode" value="{$sort_mode}" />
+ <input type="hidden" name="flag" value="{$flag}" />
+ <input type="hidden" name="flagval" value="{$flagval}" />
+ <input type="hidden" name="priority" value="{$priority}" />
+ <input type="hidden" name="msgdel" value="{$msg_id}" />
+ {if $next}
+ <input type="hidden" name="msg_id" value="{$next}" />
+ {elseif $prev}
+ <input type="hidden" name="msg_id" value="{$prev}" />
+ {else}
+ <input type="hidden" name="msg_id" value="" />
+ {/if}
+ <input type="submit" name="delete" value="{tr}Delete{/tr}" />
+ </form>
+ </td>
+ <td>
+ <form method="post" action="{$gBitLoc.MESSU_PKG_URL}compose.php">
+ <input type="hidden" name="offset" value="{$offset}" />
+ <input type="hidden" name="msg_id" value="{$msg_id}" />
+ <input type="hidden" name="find" value="{$find|escape}" />
+ <input type="hidden" name="sort_mode" value="{$sort_mode}" />
+ <input type="hidden" name="flag" value="{$flag}" />
+ <input type="hidden" name="priority" value="{$priority}" />
+ <input type="hidden" name="flagval" value="{$flagval}" />
+ <input type="hidden" name="to" value="{$msg.user_from|escape}" />
+ <input type="hidden" name="subject" value="{tr}Re:{/tr} {$msg.subject}" />
+ <input type="hidden" name="body" value="{$msg.body|quoted|escape}" />
+ <input type="submit" name="reply" value="{tr}reply{/tr}" />
+ </form>
+ </td>
+ <td>
+ <form method="post" action="{$gBitLoc.MESSU_PKG_URL}compose.php">
+ <input type="hidden" name="offset" value="{$offset}" />
+ <input type="hidden" name="find" value="{$find|escape}" />
+ <input type="hidden" name="msg_id" value="{$msg_id}" />
+ <input type="hidden" name="sort_mode" value="{$sort_mode}" />
+ <input type="hidden" name="flag" value="{$flag}" />
+ <input type="hidden" name="priority" value="{$priority}" />
+ <input type="hidden" name="flagval" value="{$flagval}" />
+ <input type="hidden" name="to" value="{$msg.user_from},{$msg.user_cc},{$msg.user_to}" />
+ <input type="hidden" name="subject" value="{tr}Re:{/tr} {$msg.subject}" />
+ <input type="hidden" name="body" value="{$msg.body|quoted|escape}" />
+ <input type="submit" name="replyall" value="{tr}Reply All{/tr}" />
+ </td></tr>
+ </table>
+*}