1 / 227

var ss_form_element = 'gs'; // search form

yule
Download Presentation

var ss_form_element = 'gs'; // search form

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="de" lang="de" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- This website is powered by TYPO3 - inspiring people to share! TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL. TYPO3 is copyright 1998-2013 of Kasper Skaarhoj. Extensions are copyright of their respective owners. Information and contribution at http://typo3.org/ --> <base href="http://www.tu-ilmenau.de/" /> <title>Suche und Hilfe</title> <meta name="generator" content="TYPO3 4.5 CMS" /> <meta name="robots" content="index,follow" /> <link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_d3d7d59644.css?1325769898" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/_data.mabr-mtr/css/servicebar.css?1255213570" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/main.css?1375973201" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/navi.css?1380123334" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/content.css?1373992516" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/cssitems.css?1373990704" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/develop.css?1395922120" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/develop-cohu.css?1386166572" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/develop-mabr.css?1366195133" media="screen" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/plugins/poll.css?1296110863" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/plugins/tt_news.css?1347875699" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/plugins/cal.css?1296110863" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/plugins/wecdiscussion.css?1361380392" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/plugins/direct_mail_subscription.css?1296110863" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/newsticker.css?1342180224" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/media/forschungskompetenzen/kompetenzatlas.css?1328701732" media="all" /> <link rel="stylesheet" type="text/css" href="fileadmin/templates/pages/css/print.css?1296110864" media="print" title="PrintStyle" /> <script src="fileadmin/templates/pages/js/jquery.js?1296110862" type="text/javascript"></script> <script src="fileadmin/templates/pages/js/jquery.init.js?1296110862" type="text/javascript"></script> <script src="fileadmin/templates/pages/js/jquery.qtip.js?1296110862" type="text/javascript"></script> <script src="typo3temp/javascript_93077bb238.js?1257342211" type="text/javascript"></script> <link rel="shortcut icon" href="/favicon.ico" /> <!--[if IE]> <link href="fileadmin/templates/pages/css/ie.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <!--[if IE 8]> <link href="fileadmin/templates/pages/css/ie8.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--><script type="text/javascript">

  2. var ss_form_element = 'gs'; // search form

  3. var ss_popup_element = 'search_suggest'; // search suggestion drop-down

  4. var ss_seq = [ 'g' ];

  5. var ss_g_one_name_to_display =

  6. "Suggestion";

  7. var ss_g_more_names_to_display =

  8. "Suggestions";

  9. var ss_g_max_to_display = 10;

  10. var ss_max_to_display = 12;

  11. var ss_wait_millisec = 300;

  12. var ss_delay_millisec = 30;

  13. var ss_gsa_host = false; // dann geht auch https

  14. var SS_OUTPUT_FORMAT_LEGACY = 'legacy';

  15. var SS_OUTPUT_FORMAT_OPEN_SEARCH = 'os';

  16. var SS_OUTPUT_FORMAT_RICH = 'rich';

  17. var ss_protocol = SS_OUTPUT_FORMAT_RICH;

  18. var ss_allow_non_query = true;

  19. var ss_non_query_empty_title =

  20. "No Title";

  21. var ss_allow_debug = false;

  22. </script>

  23. <script type="text/javascript">

  24. <!--

  25. function Go(x) {

  26. if(x == "nothing") {

  27. document.forms[0].reset();

  28. document.forms[0].elements[0].blur();

  29. return;

  30. }

  31. else if(x == "end")

  32. top.location.href = parent.frames[1].location;

  33. else {

  34. parent.location.href = x;

  35. document.forms[0].reset();

  36. document.forms[0].elements[0].blur();

  37. }

  38. }

  39. //-->

  40. </script>

  41. <script type="text/javascript">

  42. /*<![CDATA[*/

  43. var $p = jQuery.noConflict();

  44. $p(document).ready(function() {

  45. $p("div#position_title").click().toggle(function() {

  46. $p('#pageid_hide').animate({

  47. opacity: 'show'

  48. }, 'slow');

  49. }, function() {

More Related