view modules/dnd_test/dnd-library-header.tpl.php @ 47:cbfe386cb51b

Add a function to refresh opened libraries. The source URL of each libraries is now tracked, which allows for auto refreshing the libraries based on various events. The obvious use case is to refresh the library when an atom has been added to Scald, for example via a Popups dialog.
author Franck Deroche <defr@ows.fr>
date Mon, 15 Feb 2010 14:08:04 +0000
parents 45c6c48c2a88
children
line wrap: on
line source
<h3><?php print t('Test library: Page @page', array('@page' => $page)); ?></h3>

<div class="view-filters">
  <form method="get" action="/" id="test-form">
    <div><label for="test-form-page">Page:</label> <input type="text" id="test-form-page" name="test-form-page" /></div>
    <div><input type="submit" id="test-form-submit" value="Switch page" /></div>
  </form>
</div>