| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <meta name="description" content="The website of Eclipse EMF Parsley, an open-source framework for development User Interfaces upon EMF models"> |
| <meta name="author" content="Francesco Guidieri, Paolo Bachini"> |
| <link rel="icon" href="/favicon.ico"> |
| |
| <title>EMF Parsley - Play with your UI and EMF!</title> |
| <link rel="SHORTCUT ICON" href="img/logo_nw.gif" /> |
| <!-- styles --> |
| <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> |
| <!--[if lt IE 9]> |
| <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
| <![endif]--> |
| |
| <!-- Bootstrap core CSS --> |
| <link href="css/bootstrap.min.css" rel="stylesheet"> |
| <link href="css/main.css" rel="stylesheet"> |
| <!-- Animate CSS --> |
| <link href="css/animate.css" rel="stylesheet"> |
| |
| <!--[if lt IE 9]> |
| <link href="css/iebugs.css" rel="stylesheet" type='text/css'> |
| <![endif]--> |
| |
| <!-- Custom styles for this template --> |
| <link href="carousel.css" rel="stylesheet"> |
| |
| <!-- Bootstrap Lightbox --> |
| <link href="bootstrap-lightbox/bootstrap-lightbox.min.css" rel="stylesheet"> |
| <!--<script src="js/twitter.js" type="text/javascript"></script>--> |
| <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> |
| <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
| <script src="assets/js/ie-emulation-modes-warning.js"></script> |
| |
| <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> |
| <script src="assets/js/ie10-viewport-bug-workaround.js"></script> |
| |
| <!-- Run Prettify --> |
| <script src="prettify/run_prettify.js"></script> |
| |
| <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
| <!--[if lt IE 9]> |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| <![endif]--> |
| <script> |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| |
| ga('create', 'UA-58549052-1', 'auto'); |
| ga('send', 'pageview'); |
| |
| </script> |
| </head> |
| <body> |
| <!-- ====== NAVBAR ====== --> |
| <body style="overflow-y: scroll; padding-top:185px;"> |
| <div class="navbar-fixed-top" style="background:url(img/bg-100x100.jpg)"> |
| <div class="container" style="width:1150px;"> |
| <div class="navbar-header"> |
| <a href="index.html"><img class="img-responsive" alt="" src="img/logo.gif"/></a> |
| </div> |
| </div> |
| <nav class="navbar navbar-default" role="navigation" style="background-color:transparent; border:0 none; margin:-31px 0px 3px 0px;min-height: 36px;"> |
| <div class="container"> |
| <div class="navbar-header"> |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" style="margin-bottom:2px;"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| </div> |
| <!-- Collect the nav links, forms, and other content for toggling --> |
| <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
| <ul class="nav navbar-nav pull-right mioli"> |
| <li><a href="support.html">Contact Us</a></li> |
| <li><a href="http://www.eclipse.org">Eclipse.org</a></li> |
| <li style="border-right: 0 none;"><a target="_blank" href="https://twitter.com/EmfParsley" id="twitterli"><img style="width:25px;float:left;margin-top: 5px; margin-right:1px;" alt="" src="img/twitter.png"/>@EmfParsley</a></li> |
| </ul> |
| </div><!-- /.navbar-collapse --> |
| </div> |
| </nav> |
| <div style="background:url(img/bg1-100x100.jpg);"> |
| <nav class="navbar navbar-default miomenubar" role="navigation" style="border-radius:0px; background: url('img/menu.jpg') no-repeat; border: 0 none; -webkit-box-shadow: 0px 3px 8px 0px rgba(171,209,173,1);-moz-box-shadow: 0px 3px 8px 0px rgba(171,209,173,1);box-shadow: 0px 3px 8px 0px rgba(171,209,173,1);margin-bottom:0;"> |
| <div class="container"> |
| <div class="navbar-header"> |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| </div> |
| <!-- Collect the nav links, forms, and other content for toggling --> |
| <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-2"> |
| <ul class="nav navbar-nav pull-left miomenu"> |
| <li><a href="index.html">Home</a></li> |
| <li><a href="download.html">Download</a></li> |
| <li><a href="documentation.html">Documentation</a></li> |
| <li><a href="sources.html">Sources</a></li> |
| <li><a href="support.html">Support</a></li> |
| </ul> |
| </div><!-- /.navbar-collapse --> |
| </div> |
| </nav> |
| </div> |
| </div> |
| <!-- NAVBAR End --> |
| <style> |
| .row { |
| -webkit-animation: zoomIn 1.5s; |
| -moz-animation: zoomIn 1.5s; |
| -ms-animation: zoomIn 1.5s; |
| -o-animation: zoomIn 1.5s; |
| animation: zoomIn 1.5s; |
| } |
| |
| #rbhover>img:hover{ |
| -webkit-animation: rubberBand 0.8s; |
| -moz-animation: rubberBand 0.8s; |
| -ms-animation: rubberBand 0.8s; |
| -o-animation: rubberBand 0.8s; |
| animation: rubberBand 0.8s; |
| } |
| </style> |
| <div class="container marketing" style="margin-top:34px;"> |
| <div class="row featurette"> |
| <div class="col-sm-6 col-md-6"> |
| <h2 class="featurette-heading" style="margin-top:-13px;color: #246025;">What is EMF Parsley?</h2><!-- <span class="text-muted">It'll blow your mind.</span> --> |
| <p class="lead" style="text-align: justify; padding-right: 5px;margin-bottom: 26px;color:#383838;">EMF Parsley is an Eclipse project that provides a set of reusable UI components based on EMF (trees, tables, forms, views, editors), hiding most of the complexity of internal details, that can be used in your EMF-based plugin out-of-the-box. These parts are easily customizable via a DSL, implemented in Xtext. This project has been designed starting from EMF UI generated code, adding extensibility mechanism that make it very modular: all components are highly reusable and customizable via Dependency Injection (via Google Guice).<BR>As in cooking, EMF Parsley aims to be used in several EMF based parts. Its little components can be embedded wherever there is an EMF model and fully customized.</p> |
| <div class="row"> |
| <div class="col-md-5 col-md-offset-1"><a id="rbhover" href="download.html" style="text-decoration: none;font-size: 19px; font-family: Corbert, Segoe UI,sans-serif; letter-spacing: -0.5px;"><img class="img-responsive pull-left" alt="" src="img/dowload_icon.png"/></br>Download</a></div> |
| <div class="col-md-6" style="padding-left:0px;"><a id="rbhover" href="documentation.html" style="text-decoration: none;font-size: 19px; font-family: Corbert, Segoe UI,sans-serif; letter-spacing: -0.5px;"><img class="img-responsive pull-left" alt="" src="img/documentation_icon.png"/></br>Documentation</a></div> |
| </div> |
| </div> |
| <div class="col-md-1" style="width:4%"></div> |
| <div class="embed-responsive embed-responsive-16by9"> |
| <iframe class="embed-responsive-item" style="border: 4px solid rgb(229, 236, 242);" wmode="Opaque" allowfullscreen="" src="https://www.youtube.com/embed/-S8mh5p-ChE"></iframe> |
| </div> |
| </div> |
| <div class="row featurette" style="margin-top:8%;"> |
| <div class="col-md-10 col-md-offset-1" style="padding:0px;"><img class="img-responsive" src="img/made.jpg"></div> |
| </div> |
| <div class="row featurette" style="margin-top:7.5%;margin-bottom:6%;"> |
| <div class="col-md-10 col-md-offset-1" style="padding:0px;"> |
| <a href="#"><img id="zoom_img" class="featurette-image img-responsive" src="img/works.jpg" style="margin-left:auto;margin-right:auto;"></a> |
| </div> |
| <div id="myModal" class="modal fade" tabindex="-1" role="dialog" style="overflow:hidden;"> |
| <div class="lightbox-content img-responsive" style="display: block; margin: 5% 1%;"></div> |
| </div> |
| </div> |
| </div> |
| <!-- FOOTER --> |
| <footer style="z-index: 1001;position:relative;background-color:#35414C;-webkit-box-shadow: 0px -3px 8px 0px rgba(171,209,173,1);-moz-box-shadow: 0px -3px 8px 0px rgba(171,209,173,1);box-shadow: 0px -3px 8px 0px rgba(30,51,72,1);margin-top:1.3%;"> |
| <img width="100%" alt="" src="img/footer.jpg" /> |
| <nav class="navbar navbar-default" role="navigation" style="background-color:transparent; border:0 none; margin:-97px 0px 31px 0px;min-height: 36px;"> |
| <div class="container" style="width:37.6%;"> |
| |
| </div> |
| </nav> |
| <nav class="navbar navbar-default" role="navigation" style="background-color:transparent; border:0 none; margin:-18px 0px 0px 0px;min-height: 36px;"> |
| <div class="container" style="width:57%;"> |
| <!-- Collect the nav links, forms, and other content for toggling --> |
| <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-4"> |
| <ul class="nav navbar-nav miolifooter"> |
| <li><a href="index.html">Home</a></li> |
| <li><a href="download.html">Download</a></li> |
| <li><a href="documentation.html">Documentation</a></li> |
| <li><a href="sources.html">Sources</a></li> |
| <li style="border-right: 0 none;"><a href="support.html">Support</a></li> |
| </ul> |
| </div><!-- /.navbar-collapse --> |
| </div> |
| </nav> |
| <p class="terms" style="margin:0px;padding:21px 0px 6px 20px;"><a target="_blank" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a> · <a target="_blank" href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a> · <a target="_blank" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a> · <a target="_blank" href="http://www.eclipse.org/legal/">Legal</a><a class="pull-right" style="z-index: 1001;position:relative;margin:-38px 4% 0px 0px;" href="#top" id="topbutton"><img alt="Back to top" src="img/arrow_up.png"/></a></p> |
| </footer> |
| <!-- Bootstrap core JavaScript |
| ================================================== --> |
| <!-- Placed at the end of the document so the pages load faster --> |
| <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>--> |
| <script src="js/vendor/jquery.min.js"></script> |
| <script src="js/vendor/jquery.scrollstop.js"></script> |
| <script src="js/vendor/bootstrap.min.js"></script> |
| |
| <!-- Open lightbox-content image --> |
| <script type="text/javascript"> |
| $('.featurette-image').click(function(){ |
| $('.lightbox-content').empty(); |
| $($(this).parents('div').html()).appendTo('.lightbox-content'); |
| $('#myModal').modal({show:true});}); |
| </script> |
| |
| <script type="text/javascript"> |
| $('#twitterli').mouseover(function() { |
| $('a#twitterli > img').attr('src','img/twitter_h1.png'); |
| }); |
| $('#twitterli').mouseout(function() { |
| $('a#twitterli > img').attr('src','img/twitter.png'); |
| }); |
| |
| $('#twitterfooter').mouseover(function() { |
| $('a#twitterfooter > img').attr('src','img/twitter_h2.png'); |
| }); |
| $('#twitterfooter').mouseout(function() { |
| $('a#twitterfooter > img').attr('src','img/twitter.png'); |
| }); |
| |
| $('#topbutton').mouseover(function() { |
| $('a#topbutton > img').attr('src','img/arrow_up_h.png'); |
| }); |
| $('#topbutton').mouseout(function() { |
| $('a#topbutton > img').attr('src','img/arrow_up.png'); |
| }); |
| |
| $('.scrollup').mouseover(function() { |
| $('a.scrollup').css('opacity', '1'); |
| }); |
| $('.scrollup').mouseout(function() { |
| $('a.scrollup').css('opacity', '0.35'); |
| }); |
| |
| //gestione scroll verticale |
| $(function() { |
| $('a[href*=#]').click(function() { |
| if(this.hash=="#top"){ |
| $('html,body').animate({scrollTop:0}, 800); |
| return false; |
| } else { |
| var arrivo = $(this.hash); |
| if (arrivo.length) { |
| arrivo=arrivo.offset().top; |
| $('html,body').animate({scrollTop:arrivo-205}, 500); |
| return false; |
| } |
| } |
| }); |
| }); |
| |
| $(window).scroll(function() { |
| var y = $(this).scrollTop(); |
| if (y < 800) |
| $('a.scrollup').fadeOut(); |
| else |
| $('a.scrollup').fadeIn(); |
| }); |
| //prevscroll |
| var prevscroll = 0; |
| $(window).on("scrollstop", function() { |
| var scrollposition = $('html,body').scrollTop()+210; |
| if(/chrome/.test(navigator.userAgent.toLowerCase())) |
| scrollposition = $("body").scrollTop()+210; |
| var mieipar = $("[id^='par']"); |
| mieipar.each(function(idx) { |
| if(idx==mieipar.length-1 && scrollposition>=$(this).offset().top){ |
| var parid = $(this).attr('id').match(/\d+/); |
| $('.activemenu').removeClass("activemenu"); |
| $("a[href='#par"+parid+"']").parent().addClass("activemenu"); |
| } else if(scrollposition>=$(this).offset().top && scrollposition<mieipar.eq(idx + 1).offset().top){ |
| var parid = $(this).attr('id').match(/\d+/); |
| $('.activemenu').removeClass("activemenu"); |
| $("a[href='#par"+parid+"']").parent().addClass("activemenu"); |
| } |
| }); |
| //inizio prevscroll |
| //Gestione scroll del menu laterale in base alla posizione della pagina |
| var menuScrollSize = '-250px'; |
| var pageScrollThreshold = 16730; |
| if($(window).height()<$(".dropdown-menu").height()+190){ |
| if(prevscroll<scrollposition){ |
| if(scrollposition>pageScrollThreshold) |
| $(".dropdown-menu").css('top', menuScrollSize); |
| } else |
| $(".dropdown-menu").css('top', '0px'); |
| prevscroll=scrollposition; |
| } else if($(".dropdown-menu").css('top')!=null && $(".dropdown-menu").css('top')==menuScrollSize){ |
| $(".dropdown-menu").css('top', '0px'); |
| } |
| //fine prevscroll |
| }); |
| |
| $(document).ready(function() { |
| //Setto link attivo nel menu |
| var mieili = $('.miomenu li'); |
| mieili.each(function(idx) { |
| var indirizzo = $(this).children().attr('href'); |
| if(indirizzo!=null && indirizzo.length>0 && (window.location.href.indexOf(indirizzo)>0 || (window.location.href=='http://www.eclipse.org/emf-parsley/' || window.location.href=='https://www.eclipse.org/emf-parsley/' && indirizzo.indexOf('index')>0))){ |
| $(this).addClass('mioactive'); |
| return false; |
| } |
| }); |
| //Setto link attivo nel footer |
| mieili = $('.miolifooter li'); |
| mieili.each(function(idx) { |
| var indirizzo = $(this).children().attr('href'); |
| if(indirizzo!=null && indirizzo.length>0 && (window.location.href.indexOf(indirizzo)>0 || (window.location.href=='http://www.eclipse.org/emf-parsley/' || window.location.href=='https://www.eclipse.org/emf-parsley/' && indirizzo.indexOf('index')>0))){ |
| $(this).children().addClass('mioactivefooter'); |
| return false; |
| } |
| }); |
| |
| //Setto gli indici per l'effertto hover del dropdown-menu |
| var mieiidx = $(".dropdown-menu a[href='#par']"); |
| var mieipar = $("[id^='par']"); |
| mieiidx.each(function(idx) { |
| $(this).attr('href','#par'+idx); |
| if(idx<mieipar.length) |
| mieipar.eq(idx).attr('id','par'+idx); |
| }); |
| |
| //Setto le references #addref |
| var mieiaddref = $("a[href='#addref']"); |
| mieiaddref.each(function(idx) { |
| var ref = $(".dropdown-menu a:contains("+$(this).attr('rel')+")").attr('href'); |
| if(ref!=null && ref.length>0) |
| $(this).attr('href',ref); |
| }); |
| }); |
| |
| //Levo il blur da tutti i link |
| $("a").focus( |
| function () { |
| if ($(this).blur) $(this).blur(); |
| } |
| ); |
| |
| $('#questiondiv').mouseover(function() { |
| $('#questiondiv').css('background-color','#D7EFDA'); |
| }); |
| $('#questiondiv').mouseout(function() { |
| $('#questiondiv').css('background-color','#e8f9ea'); |
| }); |
| |
| $('#bugdiv').mouseover(function() { |
| $('#bugdiv').css('background-color','#F0F2C6'); |
| }); |
| $('#bugdiv').mouseout(function() { |
| $('#bugdiv').css('background-color','rgb(246, 247, 227)'); |
| }); |
| |
| $('#suppdiv').mouseover(function() { |
| $('#suppdiv').css('background-color','#E8E8E8'); |
| }); |
| $('#suppdiv').mouseout(function() { |
| $('#suppdiv').css('background-color','rgb(242, 242, 242)'); |
| }); |
| |
| $('#twdiv').mouseover(function() { |
| $('#twdiv').css('background-color','#CFE5F7'); |
| }); |
| $('#twdiv').mouseout(function() { |
| $('#twdiv').css('background-color','#e8f3fc'); |
| }); |
| </script> |
| </body> |
| </html> |