blob: 08e9ef73d826e22df331f7ef56e6ea0d2e54b4b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<div style="float: left; width: 19%; height: 90%; background-color: grey; color: lightgrey; font-size: 1.4em; text-align: center;">
File info
</div>
<div style="float: left; width: 80%; font-color: lightgrey; font-size: 1.3em; margin-left: 10px; margin-top: -10px;">
<div><span style="font-size: 1.3em; color: darkblue;">id:</span> {{id}}<br></div>
<div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">name:</span> {{name}}<br></div>
<div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">path:</span> {{path}}<br></div>
<div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">size:</span> {{size}}<br></div>
<div style="margin-top: 10px;"><span style="font-size: 1.3em; color: darkblue;">savedate:</span> {{date}}<br></div>
</div>
|