This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sidebar [2024/06/04 22:07] admin |
sidebar [2024/09/07 14:05] (current) admin Papago 웹번역 서비스 종료 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | <color gray> **Auto Translation** </color>\\ | ||
- | <html> <!------ Slide 페이지 iframe 삽입 및 이벤트 연결 -------> | ||
- | | ||
- | <select id="voice" onchange="chageLangSelect()"> | ||
- | <option value="Kor" selected="selected">Korean(None)</option> | ||
- | <option value="Eng">Engish</option> | ||
- | <option value="Jpn">Japanese</option> | ||
- | </select> | ||
- | <div class="controls"> <!------ 상태표시 -------> | ||
- | <div style="padding: 0.7em 0.4em 0.2em 0.4em; border-bottom:1px solid #99999a; width:100%; margin:0 auto;"></div> | ||
- | <div class="comment"></div> | ||
- | </div> | ||
- | |||
- | <script> | ||
- | function chageLangSelect() | ||
- | { | ||
- | var langSelect = document.getElementById("voice"); | ||
- | switch(langSelect.options[langSelect.selectedIndex].value) { | ||
- | case "Eng": | ||
- | <!------ English -------> | ||
- | var url = getWikiUrl(window.location.href); | ||
- | window.location.href = 'https://papago.naver.net/website?locale=en&source=ko&target=en&url=' + url; | ||
- | break; | ||
- | case "Jpn": | ||
- | <!------ Japanese -------> | ||
- | var url = getWikiUrl(window.location.href); | ||
- | window.location.href = 'https://papago.naver.net/website?locale=en&source=ko&target=ja&url=' + url; | ||
- | break; | ||
- | default: | ||
- | // code block | ||
- | } | ||
- | } | ||
- | | ||
- | function getWikiUrl(str) | ||
- | { | ||
- | var index = str.indexOf('https://papago.naver.net'); | ||
- | if (index < 0) | ||
- | { | ||
- | return window.location.href; | ||
- | } | ||
- | else | ||
- | { | ||
- | const words = str.split('&url='); | ||
- | return words[1]; | ||
- | } | ||
- | } | ||
- | </script> | ||
- | </html> | ||
- | |||
**서문:** [[ctd|Connecting The Dots]] | **서문:** [[ctd|Connecting The Dots]] | ||