[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE simple_header.html --> 2 3 <h2>{L_SEND_IM}</h2> 4 5 <form method="post" action="{S_IM_ACTION}"> 6 7 <div class="panel bg2"> 8 <div class="inner"> 9 10 <p>{L_SEND_IM_EXPLAIN}</p> 11 12 <!-- IF S_SENT_JABBER --> 13 <p>{L_IM_SENT_JABBER}</p> 14 <!-- ENDIF --> 15 16 <fieldset> 17 <dl class="fields2"> 18 <dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt> 19 <dd><strong>{USERNAME}</strong><!-- IF S_NO_SEND_JABBER --> [ {IM_CONTACT} ]<!-- ENDIF --><!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd> 20 </dl> 21 22 <!-- IF S_SEND_JABBER --> 23 <dl class="fields2"> 24 <dt><label for="message">{L_IM_MESSAGE}{L_COLON}</label></dt> 25 <dd><textarea class="inputbox autowidth" name="message" id="message" rows="5" cols="45"></textarea></dd> 26 </dl> 27 <dl class="fields2"> 28 <dt> </dt> 29 <dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd> 30 </dl> 31 <!-- ELSE IF S_NO_SEND_JABBER --> 32 <dl class="fields2"> 33 <dt> </dt> 34 <dd>{L_IM_NO_JABBER}</dd> 35 </dl> 36 <!-- ENDIF --> 37 {S_FORM_TOKEN} 38 </fieldset> 39 40 </div> 41 </div> 42 </form> 43 44 <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> 45 46 <!-- INCLUDE simple_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |