diff --git a/html/user/logout.php b/html/user/logout.php new file mode 100644 index 0000000000..6479c37451 --- /dev/null +++ b/html/user/logout.php @@ -0,0 +1,13 @@ + diff --git a/html/user/project_specific_prefs_ap.inc b/html/user/project_specific_prefs_ap.inc new file mode 100755 index 0000000000..b96151bdd3 --- /dev/null +++ b/html/user/project_specific_prefs_ap.inc @@ -0,0 +1,155 @@ + +// A few presets, plus "Custom" to control other parameters +// +// Starting hue (0..1) for graph +// +// Delta hue for graph (+ or -) +// +// Time to grow graph, back to front +// +// Time to hold completed graph +// +// If present, draw 2-D graph +// +// transparency of graph (0..1) + +function project_specific_prefs_default() { + return "Tahiti Sunset\n"; +} + +function option($name, $val) { + if ($name == $val) { + $x = "selected"; + } else { + $x = ""; + } + echo "