--
You received this message because you are subscribed to the Google Groups "Pakyow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pakyow+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Body goes here.
Body goes here.
Body goes here.
...
what is it meaning and how can I bound data?.
1<!DOCTYPE html> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Bootstrap Pakyow Template</title> 6<!-- Bootstrap --><link rel="stylesheet" href="/stylesheets/bootstrap.min.css"> 7<script src="http://code.jquery.com/jquery-latest.js"></script><script type="text/javascript" src="/javascripts/bootstrap.min.js"></script><!-- HTML5 shim, for IE6-8 support of HTML5 elements --><!--[if lt IE 9]> 8 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> 9 <![endif]--><style> 10 body { 11 padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ 12 } 13 </style> 14<!-- Fav and touch icons --><link rel="shortcut icon" href="/favicon.ico"> 15<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144-precomposed.png"> 16<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114-precomposed.png"> 17<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72-precomposed.png"> 18<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-57-precomposed.png"> 19</head> 20<body> 21 22<!-- Navbar 23================================================== --> 24<div class="navbar navbar-fixed-top"> 25 <div class="navbar-inner"> 26 <div class="container"> 27 <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> 28 <span class="icon-bar"></span> 29 <span class="icon-bar"></span> 30 <span class="icon-bar"></span> 31 </a> 32 <a class="brand" href="/">Bootswatch</a> 33 <div class="nav-collapse" id="main-menu"> 34 <ul class="nav"> 35<li class="active"><a href="/">Home</a></li> 36 <li><a href="/about">About</a></li> 37 <li><a href="/contact">Contact</a></li> 38 </ul> 39</div> 40 </div> 41 </div> 42</div> 43 44<div id="wrapper"> 45 <div data-container="main"> 46<h3>inside of the posts/main.html</h3> 47 48<div data-scope="post"> 49 <h4 data-prop="title"> 50 Title goes here. 51 </h4> 52 53 <p data-prop="body"> 54 Body goes here. 55 </p> 56</div> 57</div> 58</div> 59</body> 60</html> 61
<div id="wrapper"> 45 <div data-container="main">
46<h1>Post a new Message</h1> 47<div data-container="form"><div id="form"> 48 49 <form action="/posts" method="post" data-scope="post" data-prop="action"> 50 51 <label>Title:</label> 52 <br><input type="text" data-prop="title"><br><br><label>Body:</label> 53 <br><textarea data-prop="body"></textarea><br><br><input type="submit"> 54</form> 55 56</div></div> 57</div>
redirect('/to/some/path')
reroute('/to/some/path')