brotherton-erpnext/tools/page/file_browser/file_browser.html

55 lines
1.6 KiB
HTML

<div style="margin: 0px;">
<div id="fb_header">&nbsp;</div>
<!--
<table style="border: 1px solid #cccccc; width: 100%; background-color: #dfe1fd; vertical-align: middle; border-collapse: collapse;" border="0">
<tbody>
<tr>
<td style="width: 70%; padding-left: 8px;">
<h2>File Browser</h2>
</td>
<td style="width: 30%; text-align: right; padding-right: 8px; vertical-align: middle;"><span class="link_type" title="Close"> <img style="cursor:pointer" mce_style="cursor:pointer" onclick="nav_obj.show_last_open()" src="images/icons/close.gif" mce_src="images/icons/close.gif" alt="" /> </span></td>
</tr>
</tbody>
</table>
-->
<div style="width: 100%;">
<table style="border: 1px solid #cccccc; width: 100%; border-collapse: collapse;" border="0">
<tbody>
<tr>
<td style="border: 1px solid #cccccc; padding: 8px; width: 40%; border-collapse: collapse;">
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td id="fb_gen_action" style="width: 100%; vertical-align: middle;">&nbsp;</td>
</tr>
<tr>
<td id="fb_tree_div" style="width: 100%; padding-top: 20px;">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
<td style="border: 1px solid #cccccc; padding: 8px; width: 60%; border-collapse: collapse;">
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td id="fb_file_action" style="width: 100%; vertical-align: middle;">&nbsp;</td>
</tr>
<tr>
<td id="fb_grp_action" style="width: 100%; vertical-align: middle;">&nbsp;</td>
</tr>
<tr>
<td id="fb_display_div" style="width: 100%; vertical-align: middle;">&nbsp;</td>
</tr>
<tr>
<td id="unselect">
<h2 style="color:#AAA">You have not selected anything.</h2>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>