mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Translation Quiz: add copyright notices in source files
As suggested by Elnaz.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011 */
|
||||
|
||||
body {
|
||||
background: #eee url("brushed-metal.png");
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011
|
||||
|
||||
// minibar.js, assumes that support.js has also been loaded
|
||||
|
||||
var tree_icon="tree-btn.png";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- Copyright © Elnaz Abolahrar, 2011 -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- Copyright © Elnaz Abolahrar, 2011 -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright © Elnaz Abolahrar, 2011
|
||||
|
||||
// pre_start: runs on load time before evrything else to prepare the quiz
|
||||
|
||||
function pre_start()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011
|
||||
|
||||
function hide_element(elem_id)
|
||||
{
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<!-- Copyright © Elnaz Abolahrar, 2011 -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Copyright © Elnaz Abolahrar, 2011
|
||||
|
||||
// translation_quiz.js, assumes that quiz_support.js has also been loaded
|
||||
|
||||
/*-------------------------------------- Configuration Variables --------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user