App-Templer

 view release on metacpan or  search on metacpan

examples/complex/input/jquery.min.js  view on Meta::CPAN

/*! jQuery v1.8.3 jquery.com | jquery.org/license */
(function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r=...

examples/complex/layouts/default.layout  view on Meta::CPAN

<html>
 <head>
  <title><!-- tmpl_var name='title' escape='html' --></title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <!-- tmpl_if name='stylesheet' -->
   <link rel="stylesheet" href="<!-- tmpl_var name='stylesheet' -->" type="text/css" />
  <!-- tmpl_else -->
   <link rel="stylesheet" href="style.css" type="text/css" />
  <!-- /tmpl_if -->
  <script src="jquery.min.js"></script>
  <script type="text/javascript">

 $(document).ready(function() {
   $("#src_toggle").click(function(event){



( run in 0.260 second using v1.01-cache-2.11-cpan-4d50c553e7e )