mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-29 10:26:46 -04:00
Here is the current state of "organize". I'm having trouble getting
drag and drop to work. And to get it to layout properly. Any thoughts would be appreciated.
This commit is contained in:
@@ -5,41 +5,33 @@
|
||||
var csrf = "<?= $csrf ?>";
|
||||
$("#doc3").ready(function() {
|
||||
organize_dialog_init();
|
||||
$("#gMicroThumbContainer").scroll(function() {
|
||||
get_more_data();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<fieldset style="display: none">
|
||||
<legend><?= t("Organize %name", array("name" => $item->title)) ?></legend>
|
||||
</fieldset>
|
||||
<div id="doc3" class="yui-t1">
|
||||
<div id="hd" ref="<?= url::site("organize/header/__ITEM_ID__") ?>">
|
||||
<h2 id="gOrganizeAlbumTitle"><?= $item->title ?></h2>
|
||||
<p id="gOrganizeAlbumDescription"><?= $item->description ?></p>
|
||||
</div>
|
||||
|
||||
<div id="bd" role="main">
|
||||
<div id="yui-main">
|
||||
<div class="yui-b">
|
||||
<div class="yui-ge">
|
||||
<div id="gMicroThumbContainer" class="yui-u first"
|
||||
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
|
||||
<a id="gMicroThumbSelectAll" href="#"><?= t("select all") ?></a>
|
||||
<a id="gMicroThumbUnselectAll" href="#" style="display: none"><?= t("unselect all") ?></a>
|
||||
<div id="gMicroThumbContainer" class="yui-u first"
|
||||
ref="<?= url::site("organize/content/__ITEM_ID__?width=__WIDTH__&height=__HEIGHT__&offset=__OFFSET__") ?>">
|
||||
<ul id="gMicroThumbGrid">
|
||||
</ul>
|
||||
</div>
|
||||
<div id="gOrganizeEditContainer" class="yui-u">
|
||||
<?= $edit_form ?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- div id="gOrganizeEditContainer" class="yui-u">
|
||||
< ?= $edit_form ? >
|
||||
</div -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="gOrganizeTreeContainer" class="yui-b">
|
||||
<h3><?= t("Albums") ?></h3>
|
||||
<?= $album_tree ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="ft">
|
||||
<!-- div id="ft">
|
||||
<div class="gProgressBar" style="visibility: hidden"></div>
|
||||
</div>
|
||||
</div -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user