Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active May 27, 2016 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/13c6fc9e13522c219349c58f738be810 to your computer and use it in GitHub Desktop.
Save goofmint/13c6fc9e13522c219349c58f738be810 to your computer and use it in GitHub Desktop.
<script type="text/ejs" id="sample.AppPurchaseManagerController">
<div class="dividedBox horizontal fill fullHeight">
<div class="box panelBox fill" data-default-state="normal"
data-box-name="ショートカット">
<div class="contentWrapper">
<div class="shortcut fullHeight"></div>
</div>
</div>
<div class="dividedBox vertical full fullHeight">
<div class="box panelBox fill autoSize" data-default-state="normal"
data-box-name="一覧">
<div class="gridViewer fullHeight"></div>
</div>
<div class="box panelBox fill autoSize" data-default-state="normal"
data-box-name="詳細">
<div class="detail fullHeight"></div>
</div>
</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment