Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Commits
f99cd47a
Commit
f99cd47a
authored
12 years ago
by
Etienne Kneuss
Browse files
Options
Downloads
Patches
Plain Diff
Remove synthesis from leon-online
parent
f0af67c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/app/views/index.scala.html
+9
-27
9 additions, 27 deletions
web/app/views/index.scala.html
with
9 additions
and
27 deletions
web/app/views/index.scala.html
+
9
−
27
View file @
f99cd47a
...
@@ -17,33 +17,15 @@
...
@@ -17,33 +17,15 @@
<div><textarea
id=
"consolebox"
></textarea></div>
<div><textarea
id=
"consolebox"
></textarea></div>
</div>
</div>
<div
id=
"selectcolumn"
>
<div
id=
"selectcolumn"
>
<input
type=
"hidden"
id=
"leon-mode"
value=
""
>
<input
type=
"hidden"
id=
"leon-mode"
value=
"verification"
>
<div
id=
"tabs"
>
<h3>
Load an Example:
</h3>
<a
href=
"#verification"
>
Verification
</a>
<div>
We provide you with a list of code-examples, select one from the list below to load it:
</div>
<a
href=
"#synthesis"
>
Synthesis
</a>
<select
id=
"example-loader-verification"
name=
"codeexample"
onchange=
"loadExample('verification', '@prefix');"
>
</div>
<option
value=
""
>
-- Load Example --
</option>
<div
id=
"tabcontent"
>
@exs.zipWithIndex.collect{ case (ex, i) if ex.kind == "verification" =>
<div
id=
"tab-synthesis"
class=
"tab synthesis"
>
<option
value=
"@i"
>
@ex.title
</option>
<h3>
Load an Example:
</h3>
}
<div>
We provide you with a list of code-examples, select one from the list below to load it:
</div>
</select>
<select
id=
"example-loader-synthesis"
name=
"codeexample"
onchange=
"loadExample('synthesis', '@prefix');"
>
<option
value=
""
>
-- Load Example --
</option>
@exs.zipWithIndex.collect{ case (ex, i) if ex.kind == "synthesis" =>
<option
value=
"@i"
>
@ex.title
</option>
}
</select>
</div>
<div
id=
"tab-verification"
class=
"tab verification"
>
<h3>
Load an Example:
</h3>
<div>
We provide you with a list of code-examples, select one from the list below to load it:
</div>
<select
id=
"example-loader-verification"
name=
"codeexample"
onchange=
"loadExample('verification', '@prefix');"
>
<option
value=
""
>
-- Load Example --
</option>
@exs.zipWithIndex.collect{ case (ex, i) if ex.kind == "verification" =>
<option
value=
"@i"
>
@ex.title
</option>
}
</select>
</div>
</div>
</div>
</div>
</form>
</form>
...
...
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