moment
عدد المساهمات : 76 معدل النشاط : 347 السُمعة : 0
| موضوع: بخصوص تعديل علي قالب التصويت الثلاثاء 10 سبتمبر 2024 - 22:17 | |
| السلام عليكم ورحمة الله وبركاته اخباركم جميعآ يارب تكونو بخير دائمآ كنت اريد تعديل علي قالب التصويت مثال قالب التصويت عندي لكن مش عارف انسقه - الكود:
-
<div class="panel"> <div class="panel-close">{CLOSE_POLL}</div> <div id="piechart_3d" style="width:450px;height:210px;margin:auto;"> <!-- BEGIN poll_option --> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script>google.charts.load("current", {packages:["corechart"]});google.charts.setOnLoadCallback(drawChart);function drawChart() {var data = google.visualization.arrayToDataTable([['Answer', 'Value'],['- {poll_option.POLL_OPTION_CAPTION}',{poll_option.POLL_OPTION_RESULT}]]);var options = {title:"{POLL_QUESTION}",sliceVisibilityThreshold:0,backgroundColor: 'transparent',is3D: true,};var chart = new google.visualization.PieChart(document.getElementById('piechart_3d'));chart.draw(data, options);}</script> <dl> <dt><label>{poll_option.POLL_OPTION_CAPTION}</label></dt> <dd class="poll-bar"> <div class="poll-bar-bar" style="width: {poll_option.POLL_OPTION_PERCENT};"></div> <div class="poll-bar-desc">{poll_option.POLL_OPTION_RESULT} - {poll_option.POLL_OPTION_PERCENT}</div> </dd> <!-- BEGIN option_voters --> <dd><div class="option_voters_list">{poll_option.option_voters.POLL_OPTION_VOTERS}</div></dd> <!-- END option_voters --> </dl> <!-- END poll_option --> <dl> <dt> </dt> <dd><strong>{L_TOTAL_VOTES}: {TOTAL_VOTES}</strong></dd> {ALL_POLL_VOTERS_LIST} <!-- BEGIN cancel_vote --> <dd><b><a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a></b></dd> <!-- END cancel_vote --> </dl> <!-- BEGIN switch_back_to_vote --> <dl> <dt> </dt> <dd><b><a href="{switch_back_to_vote.U_BACK_TO_VOTE}">{switch_back_to_vote.L_BACK}</a></b></dd> </dl> <!-- END switch_back_to_vote --> <!-- BEGIN switch_hide_result --> <div id="hide_result_msg">{L_POLL_HIDE_RESULT}</div> <!-- END switch_hide_result --> <dl> <dt> </dt> <dd>{L_VOTE_EXPIRE}</dd> </dl> </div> </div> | |
|
العراقي الطائي
عدد المساهمات : 1366 معدل النشاط : 4247 السُمعة : 14
| موضوع: رد: بخصوص تعديل علي قالب التصويت الثلاثاء 10 سبتمبر 2024 - 23:11 | |
| اهلا وسهلا اخي اخبرنا شنو نوع التعديل اللي رايده يعني رايد حد يضعه بمنتداك ولا كيف | |
|
moment
عدد المساهمات : 76 معدل النشاط : 347 السُمعة : 0
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 1:08 | |
| اهلاً اخي أريد تعديل يناسب المنتدي عندي اكيد وهذا القالب الي أريد التعديل عليه وحاطط فيه الرابط الجافا والتعديل لكن أريد يتنسق عليه التصويت مثل الصورة | |
|
moment
عدد المساهمات : 76 معدل النشاط : 347 السُمعة : 0
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 1:08 | |
| لان احطه في القالب بيجيب التصويت ناقص مش كامل | |
|
كونان2000 احلى نائب
عدد المساهمات : 1751 معدل النشاط : 3626 السُمعة : 318
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 6:32 | |
| وعليكم السلام ورحمة الله وبركاته
اهلا moment ممكن رابط موضوع به تصويت | |
|
moment
عدد المساهمات : 76 معدل النشاط : 347 السُمعة : 0
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 15:45 | |
| | |
|
كونان2000 احلى نائب
عدد المساهمات : 1751 معدل النشاط : 3626 السُمعة : 318
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 18:04 | |
| اهلا استبدل قالب viewtopic_poll_result بالكامل بالتالي - الكود:
-
<div class="panel"> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <style> svg > g > g:last-child { pointer-events: none } </style> <script> google.charts.load("current", {packages:["corechart"]}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Answer', 'Value'], <!-- BEGIN poll_option --> ["{poll_option.POLL_OPTION_CAPTION}", {poll_option.POLL_OPTION_RESULT} ], <!-- END poll_option --> ]); var options = { title: "{POLL_QUESTION}", sliceVisibilityThreshold:0, backgroundColor: 'transparent', is3D: true, }; var chart = new google.visualization.PieChart(document.getElementById('piechart_3d')); chart.draw(data, options); } </script> <span style="float:right; margin-left:-24px;">{CLOSE_POLL}</span> <div id="piechart_3d" style="width: 450px; height: 210px; margin:auto;"></div> <div class="gen" align="center"> {L_TOTAL_VOTES} : <strong>{TOTAL_VOTES}</strong> <!-- BEGIN cancel_vote --> - <a href="{U_CANCEL_VOTE}">{L_CANCEL_VOTE}</a> <!-- END cancel_vote --> </div> <br /> </div> | Witcherface و moment يعجبهم هذا الموضوع |
|
moment
عدد المساهمات : 76 معدل النشاط : 347 السُمعة : 0
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 18:32 | |
| تسلم يا غالي ربنا يبارك فيك | Digit@l و كونان2000 يعجبهم هذا الموضوع |
|
كونان2000 احلى نائب
عدد المساهمات : 1751 معدل النشاط : 3626 السُمعة : 318
| موضوع: رد: بخصوص تعديل علي قالب التصويت الأربعاء 11 سبتمبر 2024 - 20:55 | |
| - moment كتب:
- تسلم يا غالي ربنا يبارك فيك
الله يسلمك اخي و الله يبارك فيك أيضًا. | تم حل المشكلة & ينقل للأرشيف. |
| Digit@l و moment يعجبهم هذا الموضوع |
|