Code Search for Developers
 
 
  

AgilePlannerWebUI.html from MASE: Agile Software Engineering at Krugle


Show AgilePlannerWebUI.html syntax highlighted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
	
		<!--                                           -->
		<!-- Any title is fine                         -->
		<!--                                           -->
		<title>AgilePlannerWebUI</title>

		<!--                                           -->
		<!-- Use normal html, such as style            -->
		<!--                                           -->
		<link rel="stylesheet" type="text/css" href="AgilePlannerWebUI.css">		

		<!--                                           -->
		<!-- The module reference below is the link    -->
		<!-- between html and your Web Toolkit module  -->		
		<!--                                           -->
		<meta name='gwt:module' content='ucalgary.ebe.webui.AgilePlannerWebUI'>
		
		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
		
	</head>

	<!--                                           -->
	<!-- The body can have arbitrary html, or      -->
	<!-- you can leave the body empty if you want  -->
	<!-- to create a completely dynamic ui         -->
	<!--                                           -->
	<body>

		<!--                                            -->
		<!-- This script is required bootstrap stuff.   -->
		<!-- You can put it in the HEAD, but startup    -->
		<!-- is slightly faster if you include it here. -->
		<!--                                            -->
		<script language="javascript" src="gwt.js"></script>

	</body>
</html>




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  images/
    complete.gif
    delete.gif
    ebe_logo.gif
    gray_gradient.gif
    in_progress.gif
    iteration.gif
    load.gif
    movetoparent.gif
    new_project.gif
    new_story.gif
    product_backlog.gif
    project.gif
    refresh.gif
  AgilePlannerWebUI.css
  AgilePlannerWebUI.html