Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.36 KB | None | 0 0
  1. <div class='navil'>С помощью данной формы Вы можете создать и установить приветственное сообщение для всех ваших потенциальных (новых) рефералов. Сообщение будет отправлено рефералу по внутренней почте автоматически, сразу после его регистрации.</div>
  2. <script type="text/javascript" src="js/bbcod.js"></script>
  3.  
  4. <form id="comment" method="POST" action="">
  5. <table width="100%" class='reyt' cellpadding='0' cellspacing='0'>
  6. <thead><tr>
  7. <th colspan='2' align="left" style="padding-bottom:3px;font-size:11px;width:340px;">
  8. <b>Сообщение новым рефералам:</b>
  9. </th>
  10. </tr></thead>
  11. <tr>
  12. <td align="center">
  13. <span class="btn-bold" title="Выделить жирным" value=" B " onclick="insert_comm('[b]','[/b]')" type="button"></span>
  14. <span  class="btn-italic" title="Выделить курсивом" value=" I " onclick="insert_comm('[i]','[/i]')" type="button"></span>
  15. <span  class="btn-uline" title="Выделить подчёркиванием" value=" U " onclick="insert_comm('[u]','[/u]')" type="button"></span>
  16. </td>
  17. <td align="right" border:1px solid #c0c0c0;">
  18. <table>
  19.  
  20. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/2.gif');border:0;height: 23px;width:26px;" onclick="insert_comm('',':-8')" type="button"></td>
  21.  
  22. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/4.gif');border:0;height: 25px;width:25px;" onclick="insert_comm('',':~)')" type="button"></td>
  23. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/5.gif');border:0;height: 20px;width:20px;" onclick="insert_comm('',':-9')" type="button"></td>
  24. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/6.gif');border:0;height: 27px;width:20px;" onclick="insert_comm('','8-)')" type="button"></td>
  25. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/7.gif');border:0;height: 20px;width:20px;" onclick="insert_comm('','9-)')" type="button"></td>
  26. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/8.gif');border:0;height: 22px;width:31px;" onclick="insert_comm('','10-)')" type="button"></td>
  27. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/9.gif');border:0;height: 24px;width:31px;" onclick="insert_comm('','11-)')" type="button"></td>
  28. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/10.gif');border:0;height: 27px;width:47px;" onclick="insert_comm('','12-)')" type="button"></td>
  29. <td class="smile" style='border:none;'><input style="background: url('copilca/smile/11.gif');border:0;height: 23px;width:26px;" onclick="insert_comm('','13-)')" type="button"></td>
  30. </table>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td align="center" colspan="2">
  35. <textarea id="comess" name="text" rows=0 class="comtextur" style="width:100%;height: 200px;"><?=bbb($ra["text"])?></textarea>
  36. </td>
  37. </tr>
  38. <tr>
  39. <td align="center" colspan="2" style="padding-top:3px;">
  40.  
  41. <input type="submit"  value="Сохранить" class="ok_wm" >
  42.  
  43. </td>
  44. </tr>
  45. </table>
  46. <input type='hidden' name='task_id' value='<?=$id ?>'>
  47. <input type='hidden' name='date' value='<?=$data ?>'>
  48. </form>
  49. <p>&nbsp;</p>
  50.  
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement