Advertisement
Guest User

Untitled

a guest
Dec 19th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.68 KB | None | 0 0
  1. <!-- Gerador de indicações -->
  2. <script>
  3. images_list = new Array('http://i36.servimg.com/u/f36/11/66/91/15/110111.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110210.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110310.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110410.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110510.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110610.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110710.gif', 'http://i36.servimg.com/u/f36/11/66/91/15/110810.gif', 'http://i76.servimg.com/u/f76/11/66/91/15/911.gif', 'http://i56.servimg.com/u/f56/11/66/91/15/101010.gif', 'http://i66.servimg.com/u/f66/11/66/91/15/101110.gif', 'http://i66.servimg.com/u/f66/11/66/91/15/numero10.gif');
  4. final_add = '';
  5. total_f = 0;
  6.  
  7. function open_indications_modal() {
  8. jQuery(document).ready(function(e) {
  9. $('#dialog').toggle('slow');
  10. });
  11. }
  12.  
  13. function remove(remove_obj) {
  14. jQuery(document).ready(function(e) {
  15. $(remove_obj).parent().parent().remove();
  16. });
  17. }
  18.  
  19. function add() {
  20. jQuery(document).ready(function(e) {
  21. $('#add_handler').before('<tr><td width="100px"><input class="inputbox" type="text" name="indicacao"></td><td width="auto"><textarea style="height:50px; width: 95%" name="descricao"></textarea></td><td width="20px"><img src="http://r21.imgfast.net/users/2112/28/77/07/smiles/72896.png" style="cursor: pointer" onClick="remove(this)"></td></tr>');
  22. });
  23. }
  24.  
  25. function update_items_list() {
  26. jQuery(document).ready(function(e) {
  27. final_add = '';
  28. jQuery('input[name=indicacao]').each(function(index, element) {
  29. final_add += '[table class=table1][tr][td vAlign=top width="30px"][img]'+images_list[index]+'[/img][/td][td]:arrow: [b][color=indigo]'+ jQuery(element).val() +' [/color][/b]- '+ jQuery(element).parent().parent().find('td textarea[name=descricao]').val() +'[/td][/tr][/table]';
  30. });
  31. });
  32. }
  33.  
  34. function add_to_editor() {
  35. jQuery(document).ready(function(e) {
  36. update_items_list()
  37. $('#dialog').hide('slow');
  38. bbfontstyle(final_add, '');
  39. final_add = '';
  40. $('#list_handler tr').not(':first, :last').remove();
  41. add();
  42. });
  43. }
  44.  
  45. //Image list
  46.  
  47. function toggle_lists() {
  48. jQuery(document).ready(function(e) {
  49. jQuery('#smiley-box iframe, #image-box').toggle(1);
  50. });
  51. }
  52.  
  53. jQuery(document).ready(function(e) {
  54. jQuery('#image-box img').css('cursor', 'pointer').click(function() {
  55. bbfontstyle('[img]'+ jQuery(this).attr('src') + '[/img]', '');
  56. });
  57. });
  58.  
  59. // Load posting forums' data
  60. jQuery(document).ready(function(e) {
  61. jQuery.get('/f6-',{}, function(data) {
  62. jQuery('select[name=f]').html(jQuery(data).find('select[name=selected_id]').html());
  63.  
  64. jQuery('select[name=f] option').each(function(index, element) {
  65. jQuery(element).val(jQuery(element).val().replace('f', ''));
  66. });
  67. });
  68. });
  69. </script>
  70.  
  71.  
  72.  
  73.  
  74. <form action="/post" method="post" enctype="multipart/form-data" name="post" id="post" target="_blank" onsubmit="return vB_Editor['text_editor'].prepare_submit(0,0)">
  75. <h1 class="page-title">Gerador de tutoriais e anúncios</h1>
  76.  
  77. <div class="panel" id="postingbox">
  78. <div class="inner">
  79. <span class="corners-top"><span></span></span>
  80. <div class="h3">Preparar tópico</div>
  81. <fieldset class="fields1">
  82. <dl>
  83. <dt>
  84. <label>Título do tópico</label>
  85. </dt>
  86. <dd>
  87. <input class="inputbox medium" type="text" name="subject" value="" maxlength="60" title="O comprimento do t&iacute;tulo deste t&oacute;pico deve estar entre 5 e 60 caracteres." onkeypress="if (event.keyCode==13){return false}" />
  88.  
  89. </dd>
  90. </dl>
  91.  
  92. <style id="wysiwyg_css" type="text/css">
  93. .wysiwyg {background: #ffffff;color: #536482;font: 10pt verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;}
  94. </style>
  95.  
  96.  
  97.  
  98.  
  99. <div id="dialog" style="width:700px; margin: auto; display: none;">
  100. <div class="row2">
  101. <div class="inner">
  102. <span class="corners-top"><span></span></span>
  103. <div class="h3">Adicionar indicações referentes a uma imagem</div>
  104. <table id="list_handler" width="100%">
  105. <tr><td>Indicação</td><td>Descrição</td></tr>
  106. <tr><td width="100px"><input class="inputbox" type="text" name="indicacao"></td><td width="auto"><textarea style="height:50px; width: 95%" name="descricao"></textarea></td><td width="20px"><img src="http://r21.imgfast.net/users/2112/28/77/07/smiles/72896.png" style="cursor: pointer" onClick="remove(this)"></td></tr>
  107. <tr id="add_handler"><td colspan="3"><input type="button" class="button2" onClick="add_to_editor();" value="Concluído"> <img src="http://r21.imgfast.net/users/2112/28/77/07/smiles/757883.png" style="cursor: pointer" onClick="add()"></td></tr>
  108. </table>
  109. <span class="corners-bottom"><span></span></span>
  110. </div>
  111. </div>
  112. </div>
  113.  
  114.  
  115.  
  116.  
  117. <!--
  118. START text_editor_select_controls -->
  119. <div id="text_editor_select_controls">
  120. <div style="visibility:hidden" class="select" id="table_gui" style="display:''">
  121. <p><img src="http://illiweb.com/fa/wysiwyg/height.png" alt="Altura" title="Altura" style="vertical-align:middle" />&nbsp;
  122. <input type="text" autocomplete="off" class="inputbox medium" id="table_gui_lines" maxlength="3" style="width:20px" title="linhas" onkeypress="if (event.keyCode==13){ bbstyle_table();selectWysiwyg(this,'table_gui');return false}" />
  123. &nbsp;x&nbsp;<img src="http://illiweb.com/fa/wysiwyg/width.png" alt="Largura" title="Largura" style="vertical-align:middle" />&nbsp;
  124. <input type="text" autocomplete="off" class="inputbox medium" id="table_gui_cols" maxlength="3" style="width:20px" title="Colunas" onkeypress="if (event.keyCode==13){ bbstyle_table();selectWysiwyg(this,'table_gui');return false}" />
  125. &nbsp;&nbsp;
  126. <input type="button" class="button2" onclick="bbstyle_table();selectWysiwyg(this,'table_gui')" value="Ok" />
  127. </p>
  128. <p style="text-align:center;display:''">
  129. <button class="button2" onclick="bbstyle(54)" id="addbbcode54" onmouseover="helpline('tab')" type="button" id="addbbcode54" accesskey="" title="Inserir uma tabela">
  130. <img src="http://illiweb.com/fa/wysiwyg/table_add.png" alt="Inserir uma tabela" style="display:''" />
  131. </button>
  132. &nbsp;
  133. <button class="button2" onclick="bbstyle(58)" id="addbbcode58" onmouseover="helpline('tab')" type="button" id="addbbcode54" accesskey="" title="Adicionar uma linha">
  134. <img src="http://illiweb.com/fa/wysiwyg/table_row_insert.png" alt="Adicionar uma linha" style="display:''" />
  135. </button>
  136. &nbsp;
  137. <button class="button2" onclick="bbstyle(60)" id="addbbcode60" onmouseover="helpline('tab')" type="button" id="addbbcode54" accesskey="" title="Adicionar uma c&eacute;lula">
  138. <img src="http://illiweb.com/fa/wysiwyg/table_add_cell.png" alt="Adicionar uma c&eacute;lula" style="display:''" />
  139. </button>
  140. &nbsp;</p>
  141. </div>
  142. <div style="visibility:hidden" class="select" id="img">
  143. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  144. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="img_url" title="URL" onkeypress="if (event.keyCode==13){ constructBBcode('img','','img_url');selectWysiwyg(this,'img');return false}" />
  145. </p>
  146. <p style="text-align:center">
  147. <input type="button" class="button2" onclick="constructBBcode('img','','img_url');selectWysiwyg(this,'img')" value="Ok" />
  148. </p>
  149. </div>
  150. <div style="visibility:hidden" class="select" id="url">
  151. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  152. <input onkeypress="if(event.keyCode==13){constructBBcode('url',new Array('link_url'),'name_url');selectWysiwyg(this,'url');return false}" type="text" autocomplete="off" class="inputbox" style="width:150px" id="link_url" title="URL" />
  153. </p>
  154. <p><img src="http://illiweb.com/fa/wysiwyg/link_text.png" alt="R&oacute;tulo" title="R&oacute;tulo" style="vertical-align:middle" />&nbsp;
  155. <input onkeypress="if(event.keyCode==13){constructBBcode('url',new Array('link_url'),'name_url');selectWysiwyg(this,'url');return false}" type="text" autocomplete="off" class="inputbox" style="width:150px" id="name_url" title="R&oacute;tulo" />
  156. </p>
  157. <p style="text-align:center">
  158. <input type="button" class="button2" onclick="constructBBcode('url',new Array('link_url'),'name_url');selectWysiwyg(this,'url')" value="Ok" />
  159. </p>
  160. </div>
  161. <div style="visibility:hidden" class="select" id="video">
  162. <p style="text-align:center"><a href="http://youtube.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/logo_youtube.gif" alt="YouTube" title="YouTube" style="vertical-align:middle" />YouTube</a>&nbsp; <a href="http://www.dailymotion.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/dailymotion.gif" alt="Dailymotion" title="Dailymotion" style="vertical-align:middle" />Dailymotion</a>&nbsp; <a href="http://www.video.google.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/googlevideo.gif" alt="Google Video" title="Google Video" style="vertical-align:middle" />Google Video</a></p>
  163. <p id="inv_url" class="gensmall" style="text-align:center"></p>
  164. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  165. <input onkeypress="if(event.keyCode==13){BBcodeVideo('video_url');return false}" type="text" autocomplete="off" class="inputbox" style="width:300px" id="video_url" title="URL" />
  166. </p>
  167. <p style="text-align:center">
  168. <input type="button" class="button2" onclick="BBcodeVideo('video_url')" value="Ok" />
  169. </p>
  170. </div>
  171. <div style="visibility:hidden" class="select" id="flash">
  172. <p><img src="http://illiweb.com/fa/wysiwyg/width.png" alt="Largura" title="Largura" style="vertical-align:middle" />&nbsp;
  173. <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="flash_width" title="Largura" onkeypress="if(event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" />
  174. &nbsp;x&nbsp;<img src="http://illiweb.com/fa/wysiwyg/height.png" alt="Altura" title="Altura" style="vertical-align:middle" />&nbsp;
  175. <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="flash_height" title="Altura" onkeypress="if(event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" />
  176. &nbsp; px</p>
  177. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  178. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="flash_url" title="URL" onkeypress="if(event.keyCode==13){constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash');return false}" />
  179. </p>
  180. <p style="text-align:center">
  181. <input type="button" class="button2" onclick="constructBBcode('flash',new Array('flash_width','flash_height'),'flash_url');selectWysiwyg(this,'flash')" value="Ok" />
  182. </p>
  183. </div>
  184. <div style="visibility:hidden" class="select" id="px">
  185. <button style="font-size:7px" onclick="bbfontstyle('[size=7]','[/size]');selectWysiwyg(this,'px');return false">Min&uacute;scula</button>
  186. <br />
  187. <button style="font-size:9px" onclick="bbfontstyle('[size=9]','[/size]');selectWysiwyg(this,'px');return false">Pequena</button>
  188. <br />
  189. <button style="font-size:12px" onclick="bbfontstyle('[size=12]','[/size]');selectWysiwyg(this,'px');return false">Normal</button>
  190. <br />
  191. <button style="font-size:18px" onclick="bbfontstyle('[size=18]','[/size]');selectWysiwyg(this,'px');return false">Grande</button>
  192. <br />
  193. <button style="font-size:24px" onclick="bbfontstyle('[size=24]','[/size]');selectWysiwyg(this,'px');return false">Gigante</button>
  194. <br />
  195. </div>
  196. <div style="visibility:hidden" class="select" id="servimg_upload_gui"></div>
  197. <div style="visibility:hidden" class="select" id="le_color">
  198. <button style="color:darkred" onclick="bbfontstyle('[color=darkred]','[/color]');selectWysiwyg(this,'le_color');return false">Vermelho Escuro</button>
  199. <br />
  200. <button style="color:red" onclick="bbfontstyle('[color=red]','[/color]');selectWysiwyg(this,'le_color');return false">Vermelho</button>
  201. <br />
  202. <button style="color:orange" onclick="bbfontstyle('[color=orange]','[/color]');selectWysiwyg(this,'le_color');return false">Laranja</button>
  203. <br />
  204. <button style="color:brown" onclick="bbfontstyle('[color=brown]','[/color]');selectWysiwyg(this,'le_color');return false">Marrom</button>
  205. <br />
  206. <button style="color:yellow" onclick="bbfontstyle('[color=yellow]','[/color]');selectWysiwyg(this,'le_color');return false">Amarelo</button>
  207. <br />
  208. <button style="color:green" onclick="bbfontstyle('[color=green]','[/color]');selectWysiwyg(this,'le_color');return false">Verde</button>
  209. <br />
  210. <button style="color:olive" onclick="bbfontstyle('[color=olive]','[/color]');selectWysiwyg(this,'le_color');return false">Azeitona</button>
  211. <br />
  212. <button style="color:cyan" onclick="bbfontstyle('[color=cyan]','[/color]');selectWysiwyg(this,'le_color');return false">Ciano</button>
  213. <br />
  214. <button style="color:blue" onclick="bbfontstyle('[color=blue]','[/color]');selectWysiwyg(this,'le_color');return false">Azul</button>
  215. <br />
  216. <button style="color:darkblue" onclick="bbfontstyle('[color=darkblue]','[/color]');selectWysiwyg(this,'le_color');return false">Azul escuro</button>
  217. <br />
  218. <button style="color:indigo" onclick="bbfontstyle('[color=indigo]','[/color]');selectWysiwyg(this,'le_color');return false">&Iacute;ndigo</button>
  219. <br />
  220. <button style="color:violet" onclick="bbfontstyle('[color=violet]','[/color]');selectWysiwyg(this,'le_color');return false">Violeta</button>
  221. <br />
  222. <button style="color:lightgrey" onclick="bbfontstyle('[color=white]','[/color]');selectWysiwyg(this,'le_color');return false">Branco</button>
  223. <br />
  224. <button style="color:black" onclick="bbfontstyle('[color=black]','[/color]');selectWysiwyg(this,'le_color');return false">Preto</button>
  225. <br />
  226.  
  227. <button style="color:#00A4CD" onclick="bbfontstyle('[color=#00A4CD]','[/color]');selectWysiwyg(this,'le_color');return false">Azul Forumeiros</button>
  228. <br />
  229. <button style="color:#86B125" onclick="bbfontstyle('[color=#86B125]','[/color]');selectWysiwyg(this,'le_color');return false">Verde Forumeiros</button>
  230. <br />
  231.  
  232. <button style="color:#FF6600" onclick="bbfontstyle('[color=#FF6600]','[/color]');selectWysiwyg(this,'le_color');return false">Admineiros</button>
  233. <br />
  234. <button style="color:#7BB92B" onclick="bbfontstyle('[color=#7BB92B]','[/color]');selectWysiwyg(this,'le_color');return false">Moderadeiros</button>
  235. <br />
  236. <button style="color:#C39300" onclick="bbfontstyle('[color=#C39300]','[/color]');selectWysiwyg(this,'le_color');return false">Ajudeiros</button>
  237. <br />
  238. <button style="color:#CC66CC" onclick="bbfontstyle('[color=#CC66CC]','[/color]');selectWysiwyg(this,'le_color');return false">Artmeiros</button>
  239. <br />
  240. <button style="color:#009FB9" onclick="bbfontstyle('[color=#009FB9]','[/color]');selectWysiwyg(this,'le_color');return false">Publicideiros</button>
  241. <br />
  242.  
  243.  
  244. </div>
  245. <div style="visibility:hidden" class="select" id="font">
  246. <button style="font-family:Arial" onclick="bbfontstyle('[font=Arial]','[/font]');selectWysiwyg(this,'font');return false">Arial</button>
  247. <br />
  248. <button style="font-family:'Arial Black'" onclick="bbfontstyle('[font=Arial Black]','[/font]');selectWysiwyg(this,'font');return false">Arial Black</button>
  249. <br />
  250. <button style="font-family:'Comic Sans Ms'" onclick="bbfontstyle('[font=Comic Sans Ms]','[/font]');selectWysiwyg(this,'font');return false">Comic Sans Ms</button>
  251. <br />
  252. <button style="font-family:'Courier New'" onclick="bbfontstyle('[font=Courier New]','[/font]');selectWysiwyg(this,'font');return false">Courier New</button>
  253. <br />
  254. <button style="font-family:Georgia" onclick="bbfontstyle('[font=Georgia]','[/font]');selectWysiwyg(this,'font');return false">Georgia</button>
  255. <br />
  256. <button style="font-family:'Impact'" onclick="bbfontstyle('[font=Impact]','[/font]');selectWysiwyg(this,'font');return false">Impact</button>
  257. <br />
  258. <button style="font-family:'Times New Roman'" onclick="bbfontstyle('[font=Times New Roman]','[/font]');selectWysiwyg(this,'font');return false">Times New Roman</button>
  259. <br />
  260. <button style="font-family:'Trebuchet MS'" onclick="bbfontstyle('[font=Trebuchet MS]','[/font]');selectWysiwyg(this,'font');return false">Trebuchet MS</button>
  261. <br />
  262. <button style="font-family:Verdana" onclick="bbfontstyle('[font=Verdana]','[/font]');selectWysiwyg(this,'font');return false">Verdana</button>
  263. <br />
  264. </div>
  265. <div style="visibility:hidden" class="select" id="other">
  266. <button onclick="bbfontstyle('[sub]','[/sub]');selectWysiwyg(this,'other');return false">&Iacute;ndice</button>
  267. <br />
  268. <button onclick="bbfontstyle('[sup]','[/sup]');selectWysiwyg(this,'other');return false">Exposi&ccedil;&atilde;o</button>
  269. <br />
  270. <button onclick="bbfontstyle('[spoiler]','[/spoiler]');selectWysiwyg(this,'other');return false">Spoiler</button>
  271. <br />
  272. <button onclick="bbfontstyle('[hide]','[/hide]');selectWysiwyg(this,'other');return false">Escondido</button>
  273. <br />
  274. <button onclick="bbfontstyle('[scroll]','[/scroll]');selectWysiwyg(this,'other');return false">Desfilamento horizontal</button>
  275. <br />
  276. <button onclick="bbfontstyle('[updown]','[/updown]');selectWysiwyg(this,'other');return false">Desfilamento vertical</button>
  277. <br />
  278. <button onclick="bbfontstyle('[rand]','[/rand]');selectWysiwyg(this,'other');return false">Aleat&oacute;rio</button>
  279. <br />
  280. <button onclick="bbfontstyle('[wow]','[/wow]');selectWysiwyg(this,'other');return false">WoW</button>
  281. </div>
  282.  
  283. <!-- Partes do tutorial menu -->
  284.  
  285. <div style="visibility:hidden" class="select" id="tutorial_parts">
  286. <button onclick="bbfontstyle('[center][table style=\'margin:auto;\']\n[tr]\n[td]\n [img]ENDERECO_DA_IMAGEM','[/img] [/td][td]\n[size=24][color=#86b125]TEXTO[/color][/size][/td]\n[/tr]\n[/table][/center]');selectWysiwyg(this,'tutorial_parts');return false">Introdução</button>
  287. <br />
  288. <button onclick="bbfontstyle('[b][center][color=green][size=16]--> FÓRUM AO QUAL IRÁ PERTENCER',' <--[/size][/color]\n[size=16][color=red] TÍTULO DO TUTORIAL [/color][/size][/center][/b]');selectWysiwyg(this,'tutorial_parts');return false">Título</button>
  289. <br />
  290. <button onclick="bbfontstyle('[table][tr][td] [img(75%,75%)]http://illiweb.com/bl/logo.png[/img] [/td][td][size=18][b][color=#00a5cd]SUBTÌTULO',' [/color][/b][/size] [/td][/tr][/table]');selectWysiwyg(this,'tutorial_parts');return false">Subtítulo</button>
  291. <br />
  292. <button onclick="bbfontstyle('[b][size=18]Nº','[/size] - [color=darkblue]INDICAÇÃO OBJECTIVA DO PASSO:[/color][/b]');selectWysiwyg(this,'tutorial_parts');return false">Passo do tutorial</button>
  293. <br />
  294. <button onclick="bbfontstyle('[table border=\'0\' class=\'table1\'][tr][td colspan=\'2\' bgcolor=\'#8fd534\'] [center][b][color=white]TÍTULO','[/color][/b][/center] [/td][/tr]');selectWysiwyg(this,'tutorial_parts');return false">Tabela: título</button>
  295. <br />
  296. <button onclick="bbfontstyle('[tr bgcolor=\'#cadceb\'][td colspan=\'2\'] [b][color=#00a5cd][center]SUBTÍTULO','[/center][/color][/b] [/td][/tr]');selectWysiwyg(this,'tutorial_parts');return false">Tabela: subtítulo</button>
  297. <br />
  298. <button onclick="bbfontstyle('[/table]','');selectWysiwyg(this,'tutorial_parts');return false">Tabela: subtítulo</button>
  299. <br />
  300. <button onclick="bbfontstyle('[b][center][color=green][size=16]--> FAQ do Tutorial <--[/size][/color]\n[size=16][color=red] TÍTULO DO TUTORIAL ','[/color][/size][/center][/b]');selectWysiwyg(this,'tutorial_parts');return false">FAQ: título</button>
  301. <br />
  302. <button onclick="bbfontstyle('[list][*][b][color=indigo]PERGUNTA?','[/color][/b]\nRESPOSTA.[/list]');selectWysiwyg(this,'tutorial_parts');return false">FAQ: pergunta / resposta</button>
  303. <br />
  304. <button onclick="bbfontstyle('[hr]\n[size=18][center]© Fórum dos Fóruns[/center][/size]\n\n[table][tr][td][img]http://www.forumeiros.com/i/img/act_bottom.png[/img] [/td][td]Se tiver alguma dúvida relacionada com este tópico crie um tópico com o seguinte título:[b][Dúvida] TÍTULO DO TUTORIAL [/b][/td][/tr][/table]','');selectWysiwyg(this,'tutorial_parts');return false">Assinatura e recomendações</button>
  305. <br />
  306. </div>
  307. <div style="visibility:hidden" class="select" id="wtable_gui">
  308. <p><img src="http://illiweb.com/fa/wysiwyg/height.png" alt="Altura" title="Altura" style="vertical-align:middle" />&nbsp;
  309. <input type="text" autocomplete="off" class="inputbox medium" id="wtable_gui_lines" maxlength="3" style="width:20px" title="linhas" onkeypress="if (event.keyCode==13){ bbstyle_table();return false}" />
  310. &nbsp;x&nbsp;<img src="http://illiweb.com/fa/wysiwyg/width.png" alt="Largura" title="Largura" style="vertical-align:middle" />&nbsp;
  311. <input type="text" autocomplete="off" class="inputbox medium" id="wtable_gui_cols" maxlength="3" style="width:20px" title="Colunas" onkeypress="if (event.keyCode==13){ bbstyle_table();return false}" />
  312. &nbsp;&nbsp;
  313. <button class="button2" id="text_editor_cmd_constructBBcode_table">Ok</button>
  314. </p>
  315. </div>
  316. <div style="visibility:hidden" class="select" id="wservimg_upload_gui"></div>
  317. <div style="visibility:hidden" class="select" id="wimg">
  318. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  319. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="wimg_url" title="URL" />
  320. </p>
  321. <p style="text-align:center">
  322. <button class="button2" id="text_editor_cmd_constructBBcode_img">Ok</button>
  323. </p>
  324. </div>
  325. <div style="visibility:hidden" class="select" id="wurl">
  326. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  327. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="wlink_url" title="URL" />
  328. </p>
  329. <p><img src="http://illiweb.com/fa/wysiwyg/link_text.png" alt="R&oacute;tulo" title="R&oacute;tulo" style="vertical-align:middle" />&nbsp;
  330. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="wname_url" title="R&oacute;tulo" />
  331. </p>
  332. <p style="text-align:center">
  333. <button class="button2" id="text_editor_cmd_constructBBcode_url">Ok</button>
  334. </p>
  335. </div>
  336. <div style="visibility:hidden" class="select" id="wflash">
  337. <p><img src="http://illiweb.com/fa/wysiwyg/width.png" alt="Largura" title="Largura" style="vertical-align:middle" />&nbsp;
  338. <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="wflash_width" title="Largura" />
  339. &nbsp;x&nbsp;<img src="http://illiweb.com/fa/wysiwyg/height.png" alt="Altura" title="Altura" style="vertical-align:middle" />&nbsp;
  340. <input type="text" autocomplete="off" class="inputbox" style="width:25px" id="wflash_height" title="Altura" />
  341. &nbsp; px</p>
  342. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  343. <input type="text" autocomplete="off" class="inputbox" style="width:150px" id="wflash_url" title="URL" />
  344. </p>
  345. <p style="text-align:center">
  346. <button class="button2" id="text_editor_cmd_constructBBcode_flash">Ok</button>
  347. </p>
  348. </div>
  349. <div style="visibility:hidden" class="select" id="wvideo">
  350. <p style="text-align:center"><a href="http://youtube.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/logo_youtube.gif" alt="YouTube" title="YouTube" style="vertical-align:middle" />YouTube</a>&nbsp; <a href="http://www.dailymotion.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/dailymotion.gif" alt="Dailymotion" title="Dailymotion" style="vertical-align:middle" />Dailymotion</a>&nbsp; <a href="http://www.video.google.com/" target="_blank"><img src="http://illiweb.com/fa/wysiwyg/googlevideo.gif" alt="Google Video" title="Google Video" style="vertical-align:middle" />Google Video</a></p>
  351. <p id="inv_url" class="gensmall" style="text-align:center"></p>
  352. <p><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="URL" title="URL" style="vertical-align:middle" />&nbsp;
  353. <input type="text" autocomplete="off" class="inputbox" style="width:300px" id="wvideo_url" title="URL" />
  354. </p>
  355. <p style="text-align:center">
  356. <button class="button2" id="text_editor_cmd_constructBBcode_video">Ok</button>
  357. </p>
  358. </div>
  359. <div style="visibility:hidden" class="select" id="wpx">
  360. <button style="font-size:7px" id="text_editor_cmd_constructBBcode_select_size_7">Min&uacute;scula</button>
  361. <br />
  362. <button style="font-size:9px" id="text_editor_cmd_constructBBcode_select_size_9">Pequena</button>
  363. <br />
  364. <button style="font-size:12px" id="text_editor_cmd_constructBBcode_select_size_12">Normal</button>
  365. <br />
  366. <button style="font-size:18px" id="text_editor_cmd_constructBBcode_select_size_18">Grande</button>
  367. <br />
  368. <button style="font-size:24px" id="text_editor_cmd_constructBBcode_select_size_24">Gigante</button>
  369. </div>
  370. <div style="visibility:hidden" class="select" id="wcolor">
  371. <button style="color:darkred" id="text_editor_cmd_constructBBcode_select_color_darkred">Vermelho Escuro</button>
  372. <br />
  373. <button style="color:red" id="text_editor_cmd_constructBBcode_select_color_red">Vermelho</button>
  374. <br />
  375. <button style="color:orange" id="text_editor_cmd_constructBBcode_select_color_orange">Laranja</button>
  376. <br />
  377. <button style="color:brown" id="text_editor_cmd_constructBBcode_select_color_brown">Marrom</button>
  378. <br />
  379. <button style="color:yellow" id="text_editor_cmd_constructBBcode_select_color_yellow">Amarelo</button>
  380. <br />
  381. <button style="color:green" id="text_editor_cmd_constructBBcode_select_color_green">Verde</button>
  382. <br />
  383. <button style="color:olive" id="text_editor_cmd_constructBBcode_select_color_olive">Azeitona</button>
  384. <br />
  385. <button style="color:cyan" id="text_editor_cmd_constructBBcode_select_color_cyan">Ciano</button>
  386. <br />
  387. <button style="color:blue" id="text_editor_cmd_constructBBcode_select_color_blue">Azul</button>
  388. <br />
  389. <button style="color:darkblue" id="text_editor_cmd_constructBBcode_select_color_darkblue">Azul escuro</button>
  390. <br />
  391. <button style="color:indigo" id="text_editor_cmd_constructBBcode_select_color_indigo">&Iacute;ndigo</button>
  392. <br />
  393. <button style="color:violet" id="text_editor_cmd_constructBBcode_select_color_violet">Violeta</button>
  394. <br />
  395. <button style="color:lightgrey" id="text_editor_cmd_constructBBcode_select_color_white">Branco</button>
  396. <br />
  397. <button style="color:black" id="text_editor_cmd_constructBBcode_select_color_black">Preto</button>
  398. </div>
  399. <div style="visibility:hidden" class="select" id="wfont">
  400. <button style="font-family:Arial" id="text_editor_cmd_constructBBcode_select_font_arial">Arial</button>
  401. <br />
  402. <button style="font-family:'Arial Black'" id="text_editor_cmd_constructBBcode_select_font_arial_black">Arial Black</button>
  403. <br />
  404. <button style="font-family:'Comic Sans Ms'" id="text_editor_cmd_constructBBcode_select_font_comic_sans_ms">Comic Sans Ms</button>
  405. <br />
  406. <button style="font-family:'Courier New'" id="text_editor_cmd_constructBBcode_select_font_courier_new">Courier New</button>
  407. <br />
  408. <button style="font-family:Georgia" id="text_editor_cmd_constructBBcode_select_font_georgia">Georgia</button>
  409. <br />
  410. <button style="font-family:'Impact'" id="text_editor_cmd_constructBBcode_select_font_impact">Impact</button>
  411. <br />
  412. <button style="font-family:'Times New Roman'" id="text_editor_cmd_constructBBcode_select_font_times_new_roman">Times New Roman</button>
  413. <br />
  414. <button style="font-family:'Trebuchet MS'" id="text_editor_cmd_constructBBcode_select_font_trebuchet_mS">Trebuchet MS</button>
  415. <br />
  416. <button style="font-family:Verdana" id="text_editor_cmd_constructBBcode_select_font_verdana">Verdana</button>
  417. <br />
  418. </div>
  419. <div style="visibility:hidden" class="select" id="wother">
  420. <button id="text_editor_cmd_constructBBcode_select_action_sub">&Iacute;ndice</button>
  421. <br />
  422. <button id="text_editor_cmd_constructBBcode_select_action_sup">Exposi&ccedil;&atilde;o</button>
  423. <br />
  424. <button id="text_editor_cmd_constructBBcode_select_action_spoiler">Spoiler</button>
  425. <br />
  426. <button id="text_editor_cmd_constructBBcode_select_action_hide">Escondido</button>
  427. <br />
  428. <button id="text_editor_cmd_constructBBcode_select_action_scroll">Desfilamento horizontal</button>
  429. <br />
  430. <button id="text_editor_cmd_constructBBcode_select_action_updown">Desfilamento vertical</button>
  431. <br />
  432. <button id="text_editor_cmd_constructBBcode_select_action_rand">Aleat&oacute;rio</button>
  433. <br />
  434. <button id="text_editor_cmd_constructBBcode_select_action_wow">WoW</button>
  435. <br />
  436. </div>
  437. </div>
  438. <!--
  439. Closing tag for #text_editor_select_controls -->
  440. <div id="text_editor_controls">
  441. <div id="format-buttons" style="margin:0"><span id="text_edit" style="display:none">
  442. <button class="button2" onclick="bbstyle(0)" onmouseover="helpline('b')" type="button" id="addbbcode0" accesskey="b" title="Negrito"><img src="http://illiweb.com/fa/wysiwyg/text_bold.png" alt="Negrito" /></button>
  443. &nbsp;
  444. <button class="button2" onclick="bbstyle(2)" onmouseover="helpline('i')" type="button" id="addbbcode2" accesskey="i" title="It&aacute;l."><img src="http://illiweb.com/fa/wysiwyg/text_italic.png" alt="It&aacute;l." /></button>
  445. &nbsp;
  446. <button class="button2" onclick="bbstyle(4)" onmouseover="helpline('u')" type="button" id="addbbcode4" accesskey="u" title="Sublinhar"><img src="http://illiweb.com/fa/wysiwyg/text_underline.png" alt="Sublinhar" /></button>
  447. &nbsp;
  448. <button class="button2" onclick="bbstyle(34)" onmouseover="helpline('x')" type="button" id="addbbcode34" accesskey="x" title="Riscado"><img src="http://illiweb.com/fa/wysiwyg/text_strikethrough.png" alt="Riscado" /></button>
  449. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  450. <button class="button2" onclick="bbstyle(52)" onmouseover="helpline('m')" type="button" id="addbbcode52" accesskey="m" title="Esquerda"><img src="http://illiweb.com/fa/wysiwyg/text_align_left.png" alt="Esquerda" /></button>
  451. &nbsp;
  452. <button class="button2" onclick="bbstyle(30)" onmouseover="helpline('t')" type="button" id="addbbcode30" accesskey="t" title="Centralizar"><img src="http://illiweb.com/fa/wysiwyg/text_align_center.png" alt="Centralizar" /></button>
  453. &nbsp;
  454. <button class="button2" onclick="bbstyle(32)" onmouseover="helpline('g')" type="button" id="addbbcode32" accesskey="g" title="Direita"><img src="http://illiweb.com/fa/wysiwyg/text_align_right.png" alt="Direita" /></button>
  455. &nbsp;
  456. <button class="button2" onclick="bbstyle(46)" onmouseover="helpline('jt')" type="button" id="addbbcode46" accesskey="jt" title="Justificar"><img src="http://illiweb.com/fa/wysiwyg/text_align_justify.png" alt="Justificar" /></button>
  457. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  458. <button class="button2" onclick="bbstyle(10)" onmouseover="helpline('l')" type="button" id="addbbcode10" accesskey="l" title="-Lista"><img src="http://illiweb.com/fa/wysiwyg/text_list_bullets.png" alt="-Lista" /></button>
  459. &nbsp;
  460. <button class="button2" onclick="bbstyle(12)" onmouseover="helpline('o')" type="button" id="addbbcode12" accesskey="o" title="Lista ordenada"><img src="http://illiweb.com/fa/wysiwyg/text_list_numbers.png" alt="Lista ordenada" /></button>
  461. &nbsp;
  462. <button class="button2" onclick="bbfontstyle('[hr]','')" onmouseover="helpline('hr')" type="button" title="Inserir uma linha"><img src="http://illiweb.com/fa/wysiwyg/text_horizontalrule.png" alt="Inserir uma linha" /></button>
  463. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  464. <button class="button2" onclick="bbstyle(6)" onmouseover="helpline('q')" type="button" id="addbbcode6" accesskey="q" title="'Citar'"><img src="http://illiweb.com/fa/wysiwyg/comments.png" alt="'Citar'" /></button>
  465. &nbsp;
  466. <button class="button2" onclick="bbstyle(8)" onmouseover="helpline('c')" type="button" id="addbbcode8" accesskey="c" title="Code"><img src="http://illiweb.com/fa/wysiwyg/page_white_code.png" alt="Code" /></button>
  467. &nbsp;
  468. <button class="button2" onclick="selectWysiwyg(this,'table_gui')" onmouseover="helpline('tab')" type="button" id="addbbcodetable" accesskey="" title="Inserir uma tabela"><img src="http://illiweb.com/fa/wysiwyg/table.png" alt="Inserir uma tabela" /></button>
  469. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  470. <button class="button2" onclick="display_upload_servimg(this,'rafael.sartori@hotmail.com','6445e126fe96baeaf2e9e73f5f4942cd','8105069')" onmouseover="helpline('y')" type="button" id="servimg" accesskey="y" title="Hospedar uma imagem"><img src="http://illiweb.com/fa/wysiwyg/picture_save.png" alt="Hospedar uma imagem" /></button>
  471. &nbsp;
  472. <button class="button2" onclick="selectWysiwyg(this,'img')" onmouseover="helpline('p')" type="button" id="addbbcode14" accesskey="p" title="Imagem"><img src="http://illiweb.com/fa/wysiwyg/picture.png" alt="Imagem" /></button>
  473. &nbsp;
  474. <button class="button2" onclick="selectWysiwyg(this,'url')" onmouseover="helpline('w')" type="button" id="addbbcode16" accesskey="w" title="Link"><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="Link" /></button>
  475. &nbsp;
  476. <button class="button2" onclick="selectWysiwyg(this,'flash')" onmouseover="helpline('fl')" type="button" title="Flash"><img src="http://illiweb.com/fa/wysiwyg/page_white_flash.png" alt="Flash" /></button>
  477. &nbsp;
  478. <button class="button2" onclick="selectWysiwyg(this,'video')" onmouseover="helpline('vd')" type="button" title="V&iacute;deo"><img src="http://illiweb.com/fa/wysiwyg/film.png" alt="V&iacute;deo" /></button>
  479. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  480. <button class="button2" onclick="selectWysiwyg(this,'px')" onmouseover="helpline('f')" type="button" title="Tamanho da fonte"><img src="http://illiweb.com/fa/wysiwyg/style.png" alt="Tamanho da fonte"/></button>
  481. &nbsp;
  482. <button class="button2" onclick="selectWysiwyg(this,'le_color')" onmouseover="helpline('s')" type="button" title="Cor"><img src="http://illiweb.com/fa/wysiwyg/color_swatch.png" alt="Cor"/></button>
  483. &nbsp;
  484. <button class="button2" onclick="selectWysiwyg(this,'font')" onmouseover="helpline('ft')" type="button" title="Fonte"><img src="http://illiweb.com/fa/wysiwyg/font.png" alt="Fonte"/></button>
  485. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  486. <input class="button2" onclick="selectWysiwyg(this,'other')" type="button" value="Outros" style="height:22px" />
  487. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  488. <button class="button2" onclick="window.open('http://ajuda.forumeiros.com/t8454-estrutura-dos-tutoriais')" type="button" title="Ajuda"><img src="http://illiweb.com/fa/wysiwyg/help.png" alt="Ajuda" /></button>
  489. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;<a onmouseover="helpline('a')" href="javascript:bbstyle(-1)">Fechar Tags</a>&nbsp;</span><span id="html_edit" style="display:none">
  490. <button class="button2" onmouseover="helpline('b')" type="button" id="text_editor_cmd_bold" accesskey="b" title="Negrito"><img src="http://illiweb.com/fa/wysiwyg/text_bold.png" alt="Negrito" /></button>
  491. &nbsp;
  492. <button class="button2" onmouseover="helpline('i')" type="button" id="text_editor_cmd_italic" accesskey="i" title="It&aacute;l."><img src="http://illiweb.com/fa/wysiwyg/text_italic.png" alt="It&aacute;l." /></button>
  493. &nbsp;
  494. <button class="button2" onmouseover="helpline('u')" type="button" id="text_editor_cmd_underline" accesskey="u" title="Sublinhar"><img src="http://illiweb.com/fa/wysiwyg/text_underline.png" alt="Sublinhar" /></button>
  495. &nbsp;
  496. <button class="button2" onmouseover="helpline('x')" type="button" id="text_editor_cmd_strikethrough" accesskey="x" title="Riscado"><img src="http://illiweb.com/fa/wysiwyg/text_strikethrough.png" alt="Riscado" /></button>
  497. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  498. <button class="button2" onmouseover="helpline('m')" type="button" id="text_editor_cmd_justifyleft" accesskey="m" title="Esquerda"><img src="http://illiweb.com/fa/wysiwyg/text_align_left.png" alt="Esquerda" /></button>
  499. &nbsp;
  500. <button class="button2" onmouseover="helpline('t')" type="button" id="text_editor_cmd_justifycenter" accesskey="t" title="Centralizar"><img src="http://illiweb.com/fa/wysiwyg/text_align_center.png" alt="Centralizar" /></button>
  501. &nbsp;
  502. <button class="button2" onmouseover="helpline('g')" type="button" id="text_editor_cmd_justifyright" accesskey="g" title="Direita"><img src="http://illiweb.com/fa/wysiwyg/text_align_right.png" alt="Direita" /></button>
  503. &nbsp;
  504. <button class="button2" onmouseover="helpline('jt')" type="button" id="text_editor_cmd_justifyfull" accesskey="jt" title="Justificar"><img src="http://illiweb.com/fa/wysiwyg/text_align_justify.png" alt="Justificar" /></button>
  505. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  506. <button class="button2" onmouseover="helpline('l')" type="button" id="text_editor_cmd_insertunorderedlist" accesskey="l" title="-Lista"><img src="http://illiweb.com/fa/wysiwyg/text_list_bullets.png" alt="-Lista" /></button>
  507. &nbsp;
  508. <button class="button2" onmouseover="helpline('o')" type="button" id="text_editor_cmd_insertorderedlist" accesskey="o" title="Lista ordenada"><img src="http://illiweb.com/fa/wysiwyg/text_list_numbers.png" alt="Lista ordenada" /></button>
  509. &nbsp;
  510. <button class="button2" onmouseover="helpline('hr')" type="button" id="text_editor_cmd_inserthorizontalrule" title="Inserir uma linha"><img src="http://illiweb.com/fa/wysiwyg/text_horizontalrule.png" alt="Inserir uma linha" /></button>
  511. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  512. <button class="button2" onmouseover="helpline('q')" type="button" id="text_editor_cmd_wrap0_quote" accesskey="q" title="'Citar'"><img src="http://illiweb.com/fa/wysiwyg/comments.png" alt="'Citar'" /></button>
  513. &nbsp;
  514. <button class="button2" onmouseover="helpline('c')" type="button" id="text_editor_cmd_wrap0_code" accesskey="c" title="Code"><img src="http://illiweb.com/fa/wysiwyg/page_white_code.png" alt="Code" /></button>
  515. &nbsp;
  516. <button class="button2" onclick="selectWysiwyg(this,'wtable_gui')" onmouseover="helpline('tab')" type="button" id="addbbcodetable" accesskey="" title="Inserir uma tabela"><img src="http://illiweb.com/fa/wysiwyg/table.png" alt="Inserir uma tabela" /></button>
  517. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  518. <button class="button2" onclick="display_upload_servimg(this,'rafael.sartori@hotmail.com','6445e126fe96baeaf2e9e73f5f4942cd','8105069')" onmouseover="helpline('y')" type="button" id="wservimg" accesskey="y" title="Hospedar uma imagem"><img src="http://illiweb.com/fa/wysiwyg/picture_save.png" alt="Hospedar uma imagem" /></button>
  519. &nbsp;
  520. <button class="button2" onclick="selectWysiwyg(this,'wimg')" onmouseover="helpline('p')" type="button" id="bbcodewimg" accesskey="p" title="Imagem"><img src="http://illiweb.com/fa/wysiwyg/picture.png" alt="Imagem" /></button>
  521. &nbsp;
  522. <button class="button2" onclick="selectWysiwyg(this,'wurl')" onmouseover="helpline('w')" type="button" id="addbbcode16" accesskey="w" title="Link"><img src="http://illiweb.com/fa/wysiwyg/link.png" alt="Link" /></button>
  523. &nbsp;
  524. <button class="button2" onclick="selectWysiwyg(this,'wflash')" type="button" title="Flash"><img src="http://illiweb.com/fa/wysiwyg/page_white_flash.png" alt="Flash" /></button>
  525. &nbsp;
  526. <button class="button2" onclick="selectWysiwyg(this,'wvideo')" type="button" id="button" title="V&iacute;deo"><img src="http://illiweb.com/fa/wysiwyg/film.png" alt="V&iacute;deo" /></button>
  527. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  528. <button class="button2" onclick="selectWysiwyg(this,'wpx')" onmouseover="helpline('f')" type="button"title="Tamanho da fonte"><img src="http://illiweb.com/fa/wysiwyg/style.png" alt="Tamanho da fonte"/></button>
  529. &nbsp;
  530. <button class="button2" onclick="selectWysiwyg(this,'wcolor')" onmouseover="helpline('s')" type="button"title="Cor" ><img src="http://illiweb.com/fa/wysiwyg/color_swatch.png" alt="Cor"/></button>
  531. &nbsp;
  532. <button class="button2" onclick="selectWysiwyg(this,'wfont')" onmouseover="helpline('ft')" type="button" title="Fonte"><img src="http://illiweb.com/fa/wysiwyg/font.png" alt="Fonte" /></button>
  533. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  534. <input class="button2" onclick="selectWysiwyg(this,'wother')" type="button" value="Outros" style="height:22px" />
  535. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  536. <button class="button2" onclick="window.open('http://ajuda.forumeiros.com/t8454-estrutura-dos-tutoriais')" title="Estrutura dos tutoriais" type="button"><img src="http://illiweb.com/fa/wysiwyg/help.png" alt="Ajuda" /></button>
  537. &nbsp;<img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  538. <button class="button2" onmouseover="helpline('Excluir a formata&ccedil;&atilde;o do texto')" type="button" id="text_editor_cmd_removeformat" title="Excluir a formata&ccedil;&atilde;o do texto"><img src="http://illiweb.com/fa/wysiwyg/font_delete.png" alt="Excluir a formata&ccedil;&atilde;o do texto" /></button>
  539. &nbsp;</span><img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  540. <button class="button2" id="text_editor_cmd_switchmode" type="button" title="Transferir o modo de edi&ccedil;&atilde;o"><img src="http://illiweb.com/fa/i/switch_wysiwyg.gif" alt="Transferir o modo de edi&ccedil;&atilde;o" /></button><br><br>
  541.  
  542. <!-- Nova linha de funções dos tutoriais -->
  543. <input class="button2" onclick="selectWysiwyg(this,'tutorial_parts')" type="button" value="Partes do tutorial" style="height:22px" />&nbsp;
  544. <input class="button2" onclick="open_indications_modal()" type="button" value="Indicações" style="height:22px" />&nbsp;
  545.  
  546. <img src="http://illiweb.com/fa/wysiwyg/separator.png" style="vertical-align:middle" alt="" />&nbsp;
  547.  
  548. <input class="button2" onclick="toggle_lists()" type="button" value="Imagens Forumeiros" style="height:22px" />&nbsp;
  549. </div>
  550. </div>
  551. <!--
  552. Closing tag for #text_editor_controls -->
  553. <div class="clear"></div>
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561. <div id="smiley-box">
  562.  
  563.  
  564. <div style="height: 400px; overflow:auto; display: none" id="image-box">
  565. <b>Painel de controle:</b><br>
  566. <img src="http://illiweb.com/fa/admin/icones/generale.png">
  567. <img src="http://illiweb.com/fa/admin/icones/theme.png">
  568. <img src="http://illiweb.com/fa/admin/icones/grpes_et_ut.png">
  569. <img src="http://illiweb.com/fa/admin/icones/big_ico/configuration.png">
  570. <img src="http://illiweb.com/fa/admin/icones/big_ico/boite_email.png">
  571. <img src="http://illiweb.com/fa/admin/icones/big_ico/statistiques.png">
  572. <img src="http://illiweb.com/fa/admin/icones/big_ico/newsletter.png">
  573. <img src="http://illiweb.com/fa/admin/icones/big_ico/censure.png">
  574. <img src="http://illiweb.com/fa/admin/icones/big_ico/alerte2.png">
  575. <img src="http://illiweb.com/fa/admin/icones/big_ico/alerte1.png">
  576. <img src="http://illiweb.com/fa/admin/icones/big_ico/reglement.png">
  577. <img src="http://illiweb.com/fa/admin/icones/big_ico/gestion.png">
  578. <img src="http://illiweb.com/fa/admin/icones/big_ico/portail.png">
  579. <img src="http://illiweb.com/fa/admin/icones/big_ico/images_couleurs.png">
  580. <img src="http://illiweb.com/fa/admin/icones/big_ico/avatars.png">
  581. <img src="http://illiweb.com/fa/admin/icones/big_ico/utilisateur.png">
  582. <img src="http://illiweb.com/fa/admin/icones/big_ico/groupes.png">
  583. <img src="http://illiweb.com/fa/admin/icones/big_ico/rang.png">
  584. <img src="http://illiweb.com/fa/admin/icones/big_ico/permissions.png">
  585. <img src="http://illiweb.com/fa/admin/icones/modules.png">
  586. <img src="http://illiweb.com/fa/admin/icones/big_ico/galerie.png">
  587. <img src="http://illiweb.com/fa/admin/icones/big_ico/jeux.png">
  588. <img src="http://illiweb.com/fa/admin/icones/big_ico/chatbox.png">
  589. <img src="http://illiweb.com/fa/admin/icones/big_ico/html.png">
  590. <img src="http://illiweb.com/fa/admin/icones/big_ico/templates.png">
  591. <img src="http://illiweb.com/fa/admin/icones/divers.png">
  592. <img src="http://illiweb.com/fa/admin/icones/big_ico/gestion_points.png">
  593. <img src="http://illiweb.com/fa/admin/icones/big_ico/support.png">
  594. <img src="http://illiweb.com/fa/admin/icones/big_ico/stockage.png">
  595. <img src="http://illiweb.com/fa/admin/icones/big_ico/pub.png">
  596. <img src="http://illiweb.com/fa/admin/icones/big_ico/domain.png">
  597. <img src="http://illiweb.com/fa/admin/icones/big_ico/footer_nocopyrights.png">
  598. <img src="http://illiweb.com/fa/admin/icones/forum.png">
  599.  
  600. <br><br>
  601. <b>Fórum dos Fóruns:</b><br>
  602. <img src="http://illiweb.com/fa/fdf/parchemin.png">
  603. <img src="http://illiweb.com/fa/fdf/annonce.png">
  604. <img src="http://illiweb.com/fa/fdf/questions.png">
  605. <img src="http://illiweb.com/fa/fdf/magic.png">
  606. <img src="http://illiweb.com/fa/fdf/connexion.png">
  607. <img src="http://illiweb.com/fa/fdf/scripts.png">
  608. <img src="http://illiweb.com/fa/fdf/palette.png">
  609. <img src="http://illiweb.com/fa/fdf/admin.png">
  610. <img src="http://illiweb.com/fa/fdf/nuage.png">
  611. <img src="http://i65.servimg.com/u/f65/15/35/76/02/resuel10.png">
  612. <img src="http://illiweb.com/fa/fdf/outils.png">
  613. <img src="http://illiweb.com/fa/fdf3/icones_fdf/archives.png">
  614. <img src="http://illiweb.com/fa/fdf3/icones_fdf/domaines.png">
  615. <img src="http://illiweb.com/fa/fdf/peindre.png">
  616. <img src="http://i30.servimg.com/u/f30/11/14/55/92/images10.png">
  617. <img src="http://illiweb.com/fa/ru/multib10.png">
  618. <img src="http://illiweb.com/fa/fdf/ampoule.png">
  619. <img src="http://i44.servimg.com/u/f44/11/14/55/92/sug110.png">
  620. <img src="http://i44.servimg.com/u/f44/11/14/55/92/sug210.png">
  621. <img src="http://i44.servimg.com/u/f44/11/14/55/92/sug310.png">
  622. <img src="http://i76.servimg.com/u/f76/11/66/91/15/sug1013.png">
  623. <img src="http://illiweb.com/fa/fdf/fenetres.png">
  624. <img src="http://illiweb.com/fa/fdf/corbeille.png">
  625. <img src="http://illiweb.com/fa/fdf/marteau.png">
  626. <img src="http://illiweb.com/fa/optimisation_fdf/common/voix.png">
  627. <img src="http://illiweb.com/fa/fdf3/icones_fdf/private1.png">
  628. <img src="http://illiweb.com/fa/optimisation_fdf/common/review.png">
  629. <br><br>
  630. <b>Ranks:</b><br>
  631. <img src="http://i85.servimg.com/u/f85/14/05/90/80/typlo11.png">
  632. <img src="http://illiweb.com/fa/fdf/devactif.png">
  633. <img src="http://illiweb.com/fa/fdf/adminactif.png">
  634. <img src="http://illiweb.com/fa/fdf/moderactif.png">
  635. <img src="http://illiweb.com/fa/fdf/aidactif.png">
  636. <img src="http://illiweb.com/fa/fdf/creactif.png">
  637. <img src="http://i60.servimg.com/u/f60/11/40/70/67/rev210.png">
  638. <img src="http://i43.tinypic.com/szyhs1.jpg">
  639. </div>
  640.  
  641.  
  642. <iframe src="/smilies.forum?mode=smilies_frame" name="smilies" width="220" marginwidth="0" height="280" marginheight="0" scrolling="Auto" frameborder="0" class="row1" id="smilies" onmouseover="helpline('z')" onmouseout="helpline('&lt;br /&gt;')"></iframe>
  643. <br />
  644. O HTML est&aacute; desativado<br />
  645. O <a href="/faq?mode=bbcode" target="_forumactifcode">BBCode</a> est&aacute; Ativado<br />
  646. Os Smileys est&atilde;o ativados</div>
  647. <div id="message-box">
  648. <div class="left-box"><span id="helpbox" class="helpline"></span></div>
  649. <br />
  650. <div id="textarea_content" style="width:80%;height:250px">
  651. <textarea id="text_editor_textarea" class="inputbox" onclick="storeCaret(this)" onkeyup="storeCaret(this)" name="message" tabindex="3" onselect="storeCaret(this)" wrap="virtual"></textarea>
  652. </div>
  653. <script src="/wysiwyg/wysiwyg_global.js" type="text/javascript"></script>
  654. <script src="/wysiwyg/wysiwyg_menu.js" type="text/javascript"></script>
  655. <script src="/wysiwyg/wysiwyg_textedit_new1.js" type="text/javascript"></script>
  656. <script type="text/javascript">//<![CDATA[
  657. $(function() {vB_Editor['text_editor'] = new vB_Text_Editor('text_editor',0,2,1);vBulletin_init();smilieoptions = {'1' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/274593.gif', 'Muito feliz', ':D'), '2' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/61552.gif', 'Feliz', ':)'), '3' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/452154.gif', 'Triste', ':('), '4' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/896262.gif', 'Em choque', ':shock:'), '5' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/661774.gif', 'Estilo cool', '8)'), '6' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/287176.gif', 'Rindo', ':lol:'), '7' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/495314.gif', 'Louco', ':x'), '8' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/554230.gif', 'Mostrando a lingua', ':P'), '9' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/378603.gif', 'Envergonhado', ':oops:'), '10' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/584598.gif', 'Chorando ou muito tr', ':cry:'), '11' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/300565.gif', 'Bravo', ':evil:'), '12' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/275737.gif', 'Demônio', ':twisted:'), '13' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/709504.gif', 'Rolando os olhos e s', ':roll:'), '14' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/426228.gif', 'Piscada', ';)'), '15' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/633508.png', 'Exclamação', ':!:'), '16' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/1442.png', 'Interrogação', ':?:'), '17' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/176384.gif', 'Tive uma idéia!', ':idea:'), '18' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/398853.gif', 'Seta', ':arrow:'), '19' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/23698.gif', '...', ':|'), '20' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/10288.gif', 'Eu amo você', ':heart:'), '21' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/471786.gif', 'Desacordo', ':no:'), '22' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/681657.png', '@', ':@:'), '23' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/735621.gif', 'Silêncio', ':silent:'), '24' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/398174.gif', 'Ajuda/Confuso', ':confused:'), '25' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/608981.gif', 'Esportes', ':bball:'), '26' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/528609.gif', 'Bomba', ':bom:'), '27' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/20180.gif', 'Dormir', ':sleep:'), '28' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/93134.gif', 'Tonto', ':joker:'), '29' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/723208.gif', 'De bem com a vida', ':geek:'), '30' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/415.gif', 'Pesquisando/Em dúvid', ':scratch:'), '31' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/253582.gif', 'Estudar', ':study:'), '32' : new Array('http://illiweb.com/fa/i/smiles/lol.gif', 'lol!', ':lol!:'), '33' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/750812.gif', 'Enfezado', ':enfezado:'), '34' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/864763.gif', 'Seco', ':dry:'), '35' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/650475.gif', 'Irritado', ':fist:'), '36' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/22665.gif', 'Fotógrafo', ':fotografo:'), '37' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/934810.gif', 'Divertido', ':fun:'), '38' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/205549.gif', 'Música', ':music:'), '39' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/128254.gif', 'Não', ':não:'), '40' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/321154.gif', 'ras', ':ras:'), '41' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/79747.gif', 'slap', ':slap:'), '42' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/690880.gif', 'Oops', ':Oops:'), '43' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/174328.gif', 'apaixonado', ':apaixonado:'), '44' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/402749.gif', 'cool', ':cool:'), '45' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/210366.gif', 'huh', ':huh:'), '46' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/91498.gif', 'crybaby', ':crybaby:'), '47' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/232997.gif', 'zen', ':zen:'), '48' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/881231.gif', 'Positivo', ':positivo:'), '49' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/879455.gif', 'Feliz aniversário', ':feliz aniversá'), '50' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/164739.gif', 'Legal!', ':ola:'), '51' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/890243.gif', 'Primeiro', ':primeiro:'), '52' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/858444.gif', 'Segundo', ':segundo:'), '53' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/17699.gif', 'Terceiro', ':terceiro:'), '54' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/823953.gif', 'Colegas', ':colegas:'), '55' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/487868.gif', 'Venerar', ':venerar:'), '56' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/959951.gif', 'Tiros', ':tiro:'), '57' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/557467.gif', 'Café', ':cafe:'), '58' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/51776.gif', 'Palhaçadas', ':palhacadas:'), '59' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/180999.gif', 'Pipoca', ':pipoca:'), '60' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/730893.gif', 'Amigos', ':amigos:'), '61' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/757883.png', 'Adicionar', ':adicionar:'), '62' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/323947.png', 'Editar', ':editar:'), '63' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/72896.png', 'Suprimir', ':deletar:'), '64' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/687.gif', 'Sincronizar', ':sinc:'), '65' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/95496.png', 'Autorizações', ':aut:'), '66' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/637956.png', 'Categoria', ':cat:'), '67' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/986991.png', 'Fórum', ':forum:'), '68' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/876830.png', 'Blog', ':blog:'), '69' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/984278.png', 'Editar', ':editar_btn:'), '70' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/673176.png', 'Obrigado', ':obrigado_btn:'), '71' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/633772.png', 'Seta', ':seta:'), '72' : new Array('http://r21.imgfast.net/users/2112/28/77/07/smiles/337884.png', ':seta2:', ':seta2:')};});//]]></script>
  658. </div>
  659. <div class="clear"></div>
  660. </fieldset>
  661. <span class="corners-bottom"><span></span></span></div>
  662. </div>
  663. <div class="panel row2">
  664. <div class="inner"><span class="corners-top"><span></span></span>
  665. <fieldset class="submit-buttons">
  666. <input type="hidden" name="mode" value="newtopic" />
  667. <select name="f"></select>
  668. <input type="hidden" name="lt" value="0" />&nbsp;
  669. <input class="button1" type="submit" name="preview" value="Pré-visualizar" tabindex="5" />
  670. </fieldset>
  671. <span class="corners-bottom"><span></span></span></div>
  672. </div>
  673. </form></div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement