mirror of https://github.com/movim/movim
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.
15 lines
379 B
15 lines
379 B
<script type="text/javascript">
|
|
function refreshMedia() {
|
|
{$refresh}
|
|
}
|
|
</script>
|
|
|
|
{if="isset($_GET['f'])"}
|
|
<div class="tabelem" title="{$c->__('page.viewer')}" id="viewer">
|
|
{$c->pictureViewer($_GET['f'])}
|
|
</div>
|
|
{/if}
|
|
<div class="tabelem" title="{$c->__('page.media')}" id="media">
|
|
{$c->mainFolder();}
|
|
<div class="clear"></div>
|
|
</div>
|