Skip to content

Instantly share code, notes, and snippets.

@vikingmute
Created July 9, 2014 08:48
Show Gist options
  • Save vikingmute/a61ef9676219be37a401 to your computer and use it in GitHub Desktop.
Save vikingmute/a61ef9676219be37a401 to your computer and use it in GitHub Desktop.
temai-biz html file prototype
<!-- target:planForm -->
<div class="plan-form">
<h4>输入推广计划名称</h4>
<input data-ui="id:PlanName;type:TextBox;width:250" placeholder="计划名称">
<label data-ui="id:PlanNameHint;type:Label"></label>
<label data-ui="id:PlanNameValidity;type:Validity"></label>
<p>
<span data-ui="id:CreateBtn;type:Button">确定</span>
<span data-ui="id:CancelBtn;type:Button">取消</span>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment