You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
715 B
17 lines
715 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Dashboard template -->
|
|
<template id="dropbox">
|
|
<!-- Dropbox Dashboard template -->
|
|
<t t-name="DropboxDashboard">
|
|
<section class="dashboard_main_section dropbox_section"
|
|
id="main_section_manager">
|
|
<img src="/dropbox_integration/static/src/img/dropbox_icon.png"
|
|
style="width:200px; margin: 20px;"/>
|
|
<input class="btn dropbox_upload" type="button" value="Upload"
|
|
id="upload"/>
|
|
<input type="search" class="header-search-input"
|
|
placeholder="Search Files"/>
|
|
<div class="col row content" id="files"/>
|
|
</section>
|
|
</t>
|
|
</template>
|
|
|