Skip to content

Instantly share code, notes, and snippets.

@itokami1123dev
Created July 24, 2013 08:49
Show Gist options
  • Save itokami1123dev/6068985 to your computer and use it in GitHub Desktop.
Save itokami1123dev/6068985 to your computer and use it in GitHub Desktop.
<div id="application" >
<table id="menu" ></table>
<table id="selected-menu"></table>
<div id="sum-price-pane" >
<script id="sum-price-pane-template" type="text/template" >
合計:<span ><%= sumPrice %></span>
</script>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment