Exemplo n.º 1
0
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="StyleSheet" href="style.css" type="text/css" title="Design Style">
<title><?php 
echo "{$__config['page_title']}";
?>
</title>

</head>
<body>
<div id='shrink_wrapper_shell'>
<div id='shrink_wrapper'>
<h1>My Task Queue</h1>
<input type="button" class="queue_button" id="show_all_botton" name="show_all" value="Show All" />
<input type="button" class="queue_button" id="collapse_all_botton" name="collapse_all" value="Collapse All" />
<input type="button" class="queue_button" id="expand_all_botton" name="expand_all" value="Expand All" />
<input type="button" class="queue_button" id="toggle_done_button" name="toggle_done" value="Done" />
<?php 
echo $__queue->pretty_print();
?>

</div> <!-- shrink_wrapper -->
</div> <!-- shrink_wrapper_shell -->
</body>

<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="Library.js"></script>

</html>