changeset 118:3bca624e4ac2 extractapp

include maintemplate.php
author Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
date Thu, 28 Sep 2017 17:46:20 +0200
parents e6b516fa7b60
children eebfc2d7e935
files views/Extractapp/EditWordlist.php
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/views/Extractapp/EditWordlist.php	Thu Sep 28 17:45:30 2017 +0200
+++ b/views/Extractapp/EditWordlist.php	Thu Sep 28 17:46:20 2017 +0200
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with Extraction-interface.  If not, see <http://www.gnu.org/licenses/>.
 */
-/*! \file 
+/*! \file
 * This is the view for EditWordlist.
 * It shows the wordlist and allows user to view or edit it.
 * User can create new wordlist here.
@@ -29,6 +29,7 @@
 <html>
 <head>
 <title></title>
+<?php include 'views/maintemplate.php'; ?>
 <style>
 dynasty
 {
@@ -54,12 +55,12 @@
 <table width="98%" border="1">
 	<tr>
 		<td width="20%" valign="top">
-			<?php 
+			<?php
 			foreach ( $wordlistArray as $nameId => $nameValue ) {
 				echo "&nbsp;&nbsp;<a onclick=\"showListContent(".$nameId.")\" href=\"#\">".$nameValue."</a></br>";
 			}
 			?>
-			<form action="javascript:void(0);">				
+			<form action="javascript:void(0);">
 				<fieldset>
 					<legend>Add List:</legend>
 					List name: <input type="text" size="30" id="listNameText"><br>