add.pt
356 Bytes
<html metal:use-macro="load: ../base.pt">
<div metal:fill-slot="content">
<h4>${request.title}</h4>
<hr>
<div tal:content="structure form"/>
</div>
<div metal:fill-slot="scripts">
<script>
$('#tanggal').datepicker({
changeMonth: true,
changeYear: true,
dateFormat:'dd-mm-yy'
});
</script>
</div>
</html>