Skip to content

Commit

Permalink
Identify some DOM structures that can be manipulated with javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Nov 10, 2011
1 parent 5cc03ea commit f3de55a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions views/index.tt
@@ -1,6 +1,8 @@
<h1>What do you want to create?</h1>
<form action="/submit" method="post">
<div id="newlang">
- A new Parrot High Level Language (HLL) <br/>
<div id="newlang-options">
- Name:<input type="text" size="30"> <br/>
- Builders:
<select>
Expand All @@ -16,7 +18,11 @@
</select><br/>
- Options: Custom PMCs, Custom ops, docs<br>
- <a href="https://github.com/benabik/cish">Documentation</a> for customizing your new HLL
</div>
</div>
<div id="newlib">
- A new Parrot library<br>
<div id="newlib-options">
- Name: <br>
- Builders:
<select>
Expand All @@ -30,4 +36,6 @@
<option>Rosella (NQP)</option>
<option>Perl 5</option>
</select><br/>
</div>
</div>
</form>

0 comments on commit f3de55a

Please sign in to comment.