הבדלים בין גרסאות בדף "תבנית:רשת-ב"

מאגר הידע של דואלוג: מאגר הידע המקיף בעברית בתחומי האסטרטגיה והחשיבה המערכתית
קפיצה לניווט קפיצה לחיפוש
(החלפת הדף בתוכן "<div class="container" id="{{{2|}}}"> {{{1}}} </div>")
 
שורה 1: שורה 1:
<html><head>
+
<div class="container" id="{{{2|}}}">
<script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.js"></script>
 
<script type="text/javascript" src="//code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
 
  <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
 
 
 
      <script type="text/javascript" src="//doalogue.co.il/js/jquery.shapeshift.min.js"></script>
 
<script type="text/javascript" src="../js/jquery.ui.touch-punch.min.js"></script>
 
 
 
<script type="text/javascript">//<![CDATA[
 
$(document).ready(function(){
 
$(".container").shapeshift({
 
    minColumns: 1,
 
    enableDrag: false
 
});
 
 
 
        $(document).ready(function(){
 
          // set up hover panels
 
          // although this can be done without JavaScript, we've attached these events
 
          // because it causes the hover to be triggered when the element is tapped on a touch device
 
        $('.hover').hover(function(){
 
            $(this).addClass('flip');
 
        },function(){
 
            $(this).removeClass('flip');
 
        });
 
    });
 
});//]]> 
 
 
 
</script>
 
<style>
 
#artitle {
 
  display: flex;
 
  align-items: center;
 
  justify-content: center;
 
  position: absolute;
 
}
 
</style>
 
</head>
 
</html>
 
<div class="container">
 
 
{{{1}}}
 
{{{1}}}
 
</div>
 
</div>
__NOTOC__
 
<html>
 
<script>
 
 
        $(document).ready(function(){
 
          $('.hover').hover(function(){
 
            $(this).addClass('flip');
 
        },function(){
 
            $(this).removeClass('flip');
 
        });
 
    });
 
</script>
 
</html>
 

גרסה אחרונה מ־18:38, 30 במאי 2018

{{{1}}}

הודפס מתוך מאגר הידע של דואלוג בכתובת: "https://doalogue.co.il/wiki/index.php?title=תבנית:רשת-ב&oldid=8494"

משותף תחת רישיון CC-BY 4.0. ניתן להפיץ באופן חופשי תוך מתן קרדיט לדואלוג וקישור למקור.