Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WDNDesignSurvey
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
WDNDesignSurvey
Commits
83c44872
Commit
83c44872
authored
Mar 13, 2009
by
Seth Meranda
Browse files
Options
Downloads
Patches
Plain Diff
set include path to the correct path
parent
5f284906
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ajax_server.php
+2
-1
2 additions, 1 deletion
ajax_server.php
functions.php
+11
-15
11 additions, 15 deletions
functions.php
with
13 additions
and
16 deletions
ajax_server.php
+
2
−
1
View file @
83c44872
...
...
@@ -4,8 +4,9 @@ if (isset($_GET['client']) && $_GET['client']=='all') {
}
elseif
(
isset
(
$_GET
[
'stub'
])
&&
$_GET
[
'stub'
]
==
'Voting_System'
)
{
include
'ajax_stub.js'
;
}
else
{
require_once
'HTML/AJAX/Server.php'
;
require_once
'config.inc.php'
;
require_once
'HTML/AJAX/Server.php'
;
require_once
'functions.php'
;
$voter
=
new
Voting_System
();
...
...
This diff is collapsed.
Click to expand it.
functions.php
+
11
−
15
View file @
83c44872
...
...
@@ -251,22 +251,18 @@ class Voting_System
<h1 id="header">University Communications | UNL | Next Generation Redevelopment Group Research </h1>
<div id="left"> <img src="images/design_survey_008.gif" alt="We need change" /> </div>
<div id="right">
<p>The UNL Web Developer Network, a group of more than 140 UNL employees
engaged in developing websites across the university, has developed three
candidate designs for the next generation of the UNL website.</p>
<p>These three designs were developed in a collaborative process involving
representatives from a wide array of colleges, departments and units at UNL.</p>
<p>The candidate designs are intended to represent interior pages of the site,
which comprise an estimated 95 percent of the UNL website. Further page
designs, including home pages, will be built upon the base design resulting
from this phase of the development and testing process.</p>
<p>This is a five-part procedure. It should not take more than 5 minutes to
complete. The first test will gauge your first impression, asking you to rate
each proposed design on a 1-5 stars scale after viewing each momentarily
(5 indicating the most favorable rating).</p>
<p>The University of Nebraska-Lincoln Web Developer Network is currently conducting a survey of UNL website users.
Asking you about your preferences is an important component of assessing your needs, both now and in the future.
Your answers are completely confidential and will be released only as summaries in which no individual\'s answers
can be identified. </p>
<p>First, we\'ll ask you about your preferences about three specific visual designs under consideration for a refresh of the UNL website.</p>
<p>Second, we\'ll ask about your online habits and preferences. This information will help us advance the UNL website in the years ahead.</p>
<p>You don\'t have to answer any questions that you do not want to answer and you can stop taking
the survey at any time. There are no known risks associated with taking this survey. Please consider taking
10-15 minutes to share your experiences and opinions.</p>
</div>
</div><!--close content-->
<p id="submit_test">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment