diff --git a/.gitignore b/.gitignore index e69de29..b576eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +src/.metadata/* diff --git a/1411750669 b/1411750669 new file mode 100755 index 0000000..3c94620 --- /dev/null +++ b/1411750669 @@ -0,0 +1 @@ +Started Session on: Friday, 26-Sep-2014 18:57:49 CEST diff --git a/1412284658 b/1412284658 new file mode 100755 index 0000000..54c9a93 --- /dev/null +++ b/1412284658 @@ -0,0 +1 @@ +Started Session on: Thursday, 02-Oct-2014 23:17:38 CEST diff --git a/1412882134 b/1412882134 new file mode 100755 index 0000000..9704387 --- /dev/null +++ b/1412882134 @@ -0,0 +1 @@ +Started Session on: Thursday, 09-Oct-2014 21:15:34 CEST diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/config.properties b/config.properties old mode 100644 new mode 100755 diff --git a/consent/consent.css b/consent/consent.css old mode 100644 new mode 100755 diff --git a/consent/consent.html b/consent/consent.html old mode 100644 new mode 100755 diff --git a/consent/consent.php b/consent/consent.php old mode 100644 new mode 100755 index 132e1df..8d7737a --- a/consent/consent.php +++ b/consent/consent.php @@ -11,9 +11,9 @@ $start_date = date(DATE_COOKIE); $_SESSION['log'] = "Started Session on: ".$start_date."\n"; - $signatures_file= '/afs/cs.unc.edu/home/bartel/emailUI_tracking/private_data/signatures.txt'; + // $signatures_file= '/afs/cs.unc.edu/home/bartel/emailUI_tracking/private_data/signatures.txt'; file_put_contents($signatures_file, "".$signature.", ".$date."=>".$id."\n" , FILE_APPEND | LOCK_EX); - header( 'Location: https://wwwp.cs.unc.edu/~bartel/cgi-bin/emailUI/EmailUI/' ) ; + header( 'Location: ../index.php' ) ; ?> diff --git a/css/consent.css b/css/consent.css old mode 100644 new mode 100755 diff --git a/css/style.css b/css/style.css old mode 100644 new mode 100755 index abc8c4e..88f5b74 --- a/css/style.css +++ b/css/style.css @@ -26,8 +26,17 @@ width: 99%; margin-left: 20px; } +#poke{ + margin-top: 5px; +} + +#reply{ + margin-top: 5px; +} + #navigation { - margin: 0px 40px 0px 10px; + margin: 0px auto 0px 10px; + min-width: 100px; } #new_message_editor { @@ -55,11 +64,20 @@ color: #FFFF80; } #predictions { - display: none; width: 100%; padding-bottom:10px; } +.longResponse{ + color:red; + padding-right: 5px; +} +.fastResponse{ + color:green; + padding-right: 5px; + +} + #prediction_menu_options { margin:0px 0px 10px 20px; } @@ -155,7 +173,53 @@ input#to_field:focus { background-color: #DAEDF5; } +.contact{ + background-color: #FF9900; +} + +.contact:hover { + cursor: pointer; + background-color: #993300; +} + textarea { resize: none; } +#replayMenu{ +position: absolute; +top: 20px; +left: 310px; +} + +#title{ + float: left; +} + +.replay{ + float: left; + display: inline-block; + margin-left: 20px; + text-align: center; +} + +.replay:hover, .replayHover{ +color: red; +} + +#time{ + width: 20px; +} + +#stats{ + position: absolute; + top: 30px; + left: 620px; +} + +.btn-select{ +margin: 0px auto 0px auto; +background-color: #3690ce; +color: white; +min-width: 60px; +} diff --git a/html/consent.css b/html/consent.css old mode 100644 new mode 100755 diff --git a/html/consent.html b/html/consent.html old mode 100644 new mode 100755 diff --git a/html/login.html b/html/login.html old mode 100644 new mode 100755 diff --git a/html/quit.html b/html/quit.html old mode 100644 new mode 100755 diff --git a/html/thankyou.html b/html/thankyou.html old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 index 4181dca..4f24d69 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@
- - | |
+ | |