summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-10-29 13:53:37 +0100
committerPatrick Simianer <p@simianer.de>2015-10-29 13:53:37 +0100
commit3129ebd825db4136ae8fc1c49d7ed4d6340f8504 (patch)
tree5a07cd5344bd8199f11492718965f90063f41222 /index.php
parentb7a40543ff6c20c1ae5631014e8f0b4f46415fe7 (diff)
cosmetics & help
Diffstat (limited to 'index.php')
-rw-r--r--index.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/index.php b/index.php
index 20cb704..11a6839 100644
--- a/index.php
+++ b/index.php
@@ -2,8 +2,8 @@
<head>
<meta charset="utf-8" />
<title>Post-editing application</title>
- <script src="lfpe.js"></script>
- <link rel="stylesheet" type="text/css" href="static/lfpe.css" />
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" charset="utf-8"></script>
+ <link rel="stylesheet" type="text/css" href="static/main.css" />
</head>
<body onload="">
@@ -11,11 +11,17 @@
<?php include("header.php"); ?>
<form method="get" action="interface.php">
- Please enter your session key: <input type="text" id="key" name="key" />
+ <strong>Please enter your session key:</strong> <input type="text" id="key" name="key" />
+ &nbsp;&nbsp;&nbsp;&nbsp;Session type:
+ <select>
+ <option value="t">textual</option>
+ <option value="g">graphical</option>
+</select>
+&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Submit" />
</form>
-<div class="small" style="margin-top:10em">
+<div class="small" style="background:#eee;margin: 5em 0 5em 0;padding:.5em; max-width:20%">
<p>Beta test:
<select class="small">
<option value="beta_test_A" onclick="document.getElementById('key').value=this.value;">A</option>