Changeset 702 for trunk/forum/styles/prosilver/template/memberlist_im.html
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/styles/prosilver/template/memberlist_im.html
r400 r702 8 8 <div class="panel bg2"> 9 9 <div class="inner"><span class="corners-top"><span></span></span> 10 10 11 11 <p>{L_SEND_IM_EXPLAIN}</p> 12 12 … … 14 14 <dl class="fields2"> 15 15 <dt><label>{L_IM_RECIPIENT}:</label></dt> 16 <dd><strong>{USERNAME}</strong><!-- IF S_SEND_ICQ or S_SEND_AIM or S_SEND_MSNM --> [ {IM_CONTACT} ]<!-- ENDIF --><!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd>16 <dd><strong>{USERNAME}</strong><!-- IF S_SEND_ICQ or S_SEND_AIM or S_SEND_MSNM or S_NO_SEND_JABBER --> [ {IM_CONTACT} ]<!-- ENDIF --><!-- IF PRESENCE_IMG --> {PRESENCE_IMG}<!-- ENDIF --></dd> 17 17 </dl> 18 18 … … 82 82 <span class="corners-bottom"><span></span></span></div> 83 83 </div> 84 <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a>85 84 </form> 85 86 <a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a> 86 87 87 88 <script type="text/javascript">
Note:
See TracChangeset
for help on using the changeset viewer.