0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
templates
/
[
Home
]
File: messu-broadcast.tpl
<h1><a class="pagetitle" href="messu-broadcast.php">{tr}Broadcast message{/tr}</a> {if $feature_help eq 'y'} <a href="{$helpurl}Inter-User Messages" target="tikihelp" class="tikihelp" title="{tr}Message Broadcast{/tr}"> <img src="img/icons/help.gif" border="0" height="16" width="16" alt='{tr}help{/tr}' /></a> {/if} {if $feature_view_tpl eq 'y'} <a href="tiki-edit_templates.php?template=messu-broadcast.tpl" target="tikihelp" class="tikihelp"> <img src="img/icons/info.gif" border="0" width="16" height="16" alt='{tr}edit template{/tr}' /></a> {/if}</h1> {include file=tiki-mytiki_bar.tpl} {include file="messu-nav.tpl"} <br /><br /> {if $sent} {$message}<br /><br /> {/if} <form action="messu-broadcast.php" method="post"> <table class="normal" > <tr> <td class="formcolor"><label for="broadcast-group">{tr}Group{/tr}:</label></td> <td class="formcolor"> <select name="group" id="broadcast-group"> {if $tiki_p_broadcast_all eq 'y'} <option value="all" selected="selected">{tr}All users{/tr}</option> {/if} {section name=ix loop=$groups} {if $groups[ix] ne "Anonymous"}<option value="{$groups[ix]|escape}">{$groups[ix]}</option>{/if} {/section} </select> </td> </tr> <tr> <td class="formcolor"><label for="broadcast-priority">{tr}Priority{/tr}:</label></td><td class="formcolor"> <select name="priority" id="broadcast-priority"> <option value="1" {if $priority eq 1}selected="selected"{/if}>1 -{tr}Lowest{/tr}-</option> <option value="2" {if $priority eq 2}selected="selected"{/if}>2 -{tr}Low{/tr}-</option> <option value="3" {if $priority eq 3}selected="selected"{/if}>3 -{tr}Normal{/tr}-</option> <option value="4" {if $priority eq 4}selected="selected"{/if}>4 -{tr}High{/tr}-</option> <option value="5" {if $priority eq 5}selected="selected"{/if}>5 -{tr}Very High{/tr}-</option> </select> <input type="hidden" name="replyto_hash" value="{$replyto_hash}" /> <input type="submit" name="send" value="{tr}send{/tr}" /> </td> </tr> <tr> <td class="formcolor"><label for="broadcast-subject">{tr}Subject{/tr}:</label></td><td class="formcolor"><input type="text" name="subject" id="broadcast-subject" value="{$subject|escape}" size="80" maxlength="255"/></td> </tr> </table> <br /> <table class="normal" > <tr> <td style="text-align: center;" class="formcolor"><textarea rows="20" cols="80" name="body">{$body|escape}</textarea></td> </tr> </table> </form> <br />