浏览代码

Add form_username.html (should have been added in earlier commit)

JC Brand 10 年之前
父节点
当前提交
444734a802
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/templates/form_username.html

+ 11 - 0
src/templates/form_username.html

@@ -0,0 +1,11 @@
+{[ if (label) { ]}
+<label>
+    {{label}}
+</label>
+{[ } ]}
+<div class="input-group">
+    <input name="{{name}}" type="{{type}}" 
+        {[ if (value) { ]} value="{{value}}" {[ } ]}
+        {[ if (required) { ]} class="required" {[ } ]} />
+    <span>{{domain}}</span>
+</div>