1234567891011121314151617181920212223242526 |
- <html>
- <head>
- <title>JLD2view</title>
- <style>{{{:STYLE}}}</style>
- <script>{{{:SPIN_WHL}}}</script>
- </head>
- <body>
- <a class="key" href="#" onclick='sendMessageToJulia("back|0")'>[{{:FNAME}}]</a>
- {{#:PATH}}
- ⊳ <a class="key" href="#" onclick='sendMessageToJulia("back|{{:idx}}")'>{{:name}}</a>
- {{/:PATH}}
-
- {{#:WARNING}}
- <div id="warning"><b>WARNING:</b> {{:text}}</div>
- {{/:WARNING}}
-
- <table id="jld2" cellspacing="0">
- {{#:DATA}}
- <tr onclick='sendMessageToJulia("select|{{:idx}}")'>
- <td><span class="key">⊳ {{:key}}</span></td>
- <td><span class="value">{{:val}}</span></td>
- </tr>
- {{/:DATA}}
- </table>
- </body>
- </html>
|