भारत की संस्कृति के लिए... भाषा की उन्नति के लिए... साहित्य के प्रसार के लिए

"खोज पृष्ठ" के अवतरणों में अंतर

Kavita Kosh से
यहाँ जाएँ: भ्रमण, खोज
पंक्ति 1: पंक्ति 1:
<html><script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/108418164318721458459/google_indic_transliteration.xml&amp;synd=open&amp;w=600&amp;h=30&amp;title=Google+Indic+Transliteration&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></htm>
+
<html><script>
<html>
+
/*
<div id="cse" style="width: 100%;">Loading</div>
+
*  How to setup a textarea that allows Transliteration from English to Hindi.
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
+
*/
<script type="text/javascript">
+
 
   google.load('search', '1', {language : 'hi'});
+
google.load("elements", "1", {packages: "transliteration"});
   google.setOnLoadCallback(function() {
+
 
    var customSearchControl = new google.search.CustomSearchControl('011632067579465283726:ugcxm6tvtj8');
+
function OnLoad() {
    customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
+
  var content = document.getElementById('content');
    customSearchControl.draw('cse');
+
  // Create the HTML for our text area
  }, true);
+
  content.innerHTML = '<div>Type a word and hit space to get it in Hindi. ' +
 +
                      'Click on a word to see more options.</div>' +
 +
                      '<textarea cols="100" rows="5" id="transliterateTextarea"></textarea>' +
 +
                      '<div>Type in (do not copy/paste): ' +
 +
                      '<b>namaste main yahan apke madad karane ke liye hun</b></div>';
 +
 
 +
   var options = {
 +
      sourceLanguage:
 +
          google.elements.transliteration.LanguageCode.ENGLISH,
 +
      destinationLanguage:
 +
          [google.elements.transliteration.LanguageCode.HINDI],
 +
      shortcutKey: 'ctrl+g',
 +
      transliterationEnabled: true
 +
  };
 +
 
 +
   // Create an instance on TransliterationControl with the required
 +
  // options.
 +
  var control =
 +
      new google.elements.transliteration.TransliterationControl(options);
 +
 
 +
  // Enable transliteration in the textbox with id
 +
  // 'transliterateTextarea'.
 +
  control.makeTransliteratable(['transliterateTextarea']);
 +
}
 +
 
 +
google.setOnLoadCallback(OnLoad);
 
</script>
 
</script>
 
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
 
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
 
</html>
 
</html>

18:03, 28 सितम्बर 2010 का अवतरण