-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#117 metadata template implementation:
- added odml sections into resource dir - improve template form page - add/edit action - store templates in db via Template entity - loading existing odml section moved into template facade - added link for testing created templates in wizard
- Loading branch information
rinkesj
committed
Jul 2, 2015
1 parent
5809b6f
commit ff805e2
Showing
72 changed files
with
7,392 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...in/java/cz/zcu/kiv/eegdatabase/wui/ui/experiments/metadata/template/ListTemplatePage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!-- | ||
This file is part of the EEG-database project | ||
========================================== | ||
Copyright (C) 2013 by University of West Bohemia (http://www.zcu.cz/en/) | ||
*********************************************************************************************************************** | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on | ||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations under the License. | ||
*********************************************************************************************************************** | ||
ListTemplatePage.html, 2013/02/27 00:01 Jakub Rinkes | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns:wicket="http://wicket.apache.org"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<!-- <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold' rel='stylesheet' type='text/css' /> --> | ||
<link rel="stylesheet" href="style.css" type="text/css" media="screen" title="Stylesheet" /> | ||
</head> | ||
<body> | ||
<wicket:extend> | ||
<div class="leftMenu" wicket:id="leftMenu"></div> | ||
|
||
<div class="mainContentWithMenu"> | ||
<h1> | ||
<wicket:message key="pageTitle.template.list"></wicket:message> | ||
</h1> | ||
|
||
<a href="#" class="lightButtonLink" wicket:id="addTemplateLink"><wicket:message key="pageTitle.template.new"></wicket:message></a> | ||
<table class="dataTable" wicket:id="list"></table> | ||
</div> | ||
</wicket:extend> | ||
</body> | ||
</html> |
Oops, something went wrong.