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
5ca922d0
Commit
5ca922d0
authored
Apr 6, 2009
by
Brett Bieber
Browse files
Options
Downloads
Patches
Plain Diff
Add <noscript> to the design survey.
parent
f8cd5b89
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.php
+4
-1
4 additions, 1 deletion
index.php
with
4 additions
and
1 deletion
index.php
+
4
−
1
View file @
5ca922d0
...
@@ -24,7 +24,10 @@ var survey_url = '<?php echo str_replace('index.php', '', $_SERVER['SCRIPT_NAME'
...
@@ -24,7 +24,10 @@ var survey_url = '<?php echo str_replace('index.php', '', $_SERVER['SCRIPT_NAME'
</head>
</head>
<body
marginheight=
"0"
topmargin=
"0"
leftmargin=
"0"
rightmargin=
"0"
;
marginwidth=
"0"
>
<body
marginheight=
"0"
topmargin=
"0"
leftmargin=
"0"
rightmargin=
"0"
;
marginwidth=
"0"
>
<noscript>
<h2>
Sorry, JavaScript is required to complete the design survey!
</h2>
<p>
You must enable JavaScript before moving forward.
</p>
</noscript>
<?php
if
(
$voter
->
step
==
0
&&
$voter
->
functions
[
START
]
==
'heavyLoadNotice'
)
:
?>
<?php
if
(
$voter
->
step
==
0
&&
$voter
->
functions
[
START
]
==
'heavyLoadNotice'
)
:
?>
<div
id=
"introduction"
>
<div
id=
"introduction"
>
<div
id=
"content"
>
<div
id=
"content"
>
...
...
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