| {{template "headercommon.html" .}} |
| <link rel='import' type='text/html' href='/res/imp/zoom.html'> |
| <template id=tryTemplate> |
| <div class=tries data-try=''> |
| <img width=64 height=64 src=''> |
| {{template "titlebar.html" .}} |
| {{template "content.html" .}} |
| <script type='text/javascript'> |
| var history_ = {{.Tries}}; |
| <script type='text/javascript'> |
| // Set the workspace name so run.js also updates the history. |
| var workspaceName = '{{.Name}}'; |
| <form action='.' method='POST'> |
| <p><input type='submit' value='Create'></p> |
| {{template "footercommon.html" .}} |