Skip to content

Instantly share code, notes, and snippets.

View chrisekelley's full-sized avatar

Chris E. Kelley chrisekelley

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gist-1119800</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments>
<html>
<head>
<script id="form-template" type="text/x-handlebars-template">
{{#formElements}}
<tr>
<td>
<label for='{{id}}'>{{label}}</label>
</td>
<td>
<input {{#options}}data-{{name}}='{{value}}' {{/options}} id='{{id}}' type='{{type}}'></input>