Lagt in state of mind i project start page i stället
git-svn-id: svn://svn.dsv.su.se/scipro/scipro/trunk@456 73ecded7-942e-4092-bab0-0e58ef0ee984
This commit is contained in:
parent
cf137c7735
commit
349100a388
src/main/java/se/su/dsv/scipro/project/panels
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<div wicket:id="stateOfMindPanel"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,24 +0,0 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package se.su.dsv.scipro.project.panels;
|
||||
|
||||
import org.apache.wicket.PageParameters;
|
||||
|
||||
import se.su.dsv.scipro.basepages.PublicPage;
|
||||
|
||||
/**
|
||||
* @author Johan Aschan - aschan@dsv.su.se
|
||||
*
|
||||
*/
|
||||
public class StateOfMindPage extends PublicPage{
|
||||
|
||||
|
||||
public StateOfMindPage(final PageParameters pp) {
|
||||
super(pp);
|
||||
StateOfMindPanel stateOfMindPanel = new StateOfMindPanel("stateOfMindPanel", this);
|
||||
stateOfMindPanel.setOutputMarkupId(true);
|
||||
add(stateOfMindPanel);
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user