Created
August 4, 2012 20:54
-
-
Save dstibrany/3259865 to your computer and use it in GitHub Desktop.
Document Preview Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#if empty}} | |
{{else}} | |
<div id="document-actions"> | |
<div id="document-actions-top"> | |
<div class="display"> | |
<h3>{{filename}}</h3> | |
</div> | |
<div class="edit"> | |
<div class="control-group"> | |
<div class="controls"> | |
<input type="text" class="input-medium" | |
id="filename" | |
name="filename" | |
value="{{filename}}"> | |
<p class="help-block help-inline">Supporting help text</p> | |
</div> | |
</div> | |
</div> | |
<div id="document-controls"> | |
<a class="edit-btn" href="#"><i class="icon-pencil"></i></a> | |
<a class="download-btn" href="/download/{{resource}}.sec?format=PDF"><i class="icon-download"></i></a> | |
<a class="print-btn" href="#"><i class="icon-print"></i></a> | |
<a class="delete-btn" href="#"><i class="icon-trash"></i></a> | |
</div> | |
</div> | |
<div id="document-actions-mid"> | |
<span id="document-path">/hubdoc/bills/American Express</span> | |
<a id="document-view-full" href="/examine/{{resource}}.sec?format=PDF" target="_blank">View Large<i class="icon-resize-full"></i></a> | |
</div> | |
<div id="document-actions-bottom"> | |
</div> | |
</div> | |
<div id="document-pdf-full"> | |
<iframe src="/examine/{{resource}}.sec?format=PDF"> | |
</div> | |
{{/if}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment