diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-29 20:02:30 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-29 20:02:30 +0000 |
commit | 7ae004f76fafa3f0d31b39c45505e66d9be9b8cf (patch) | |
tree | d43673ba9d334d7467093309c727a76eaa029afb /core | |
parent | 70de32ebb48df84080f180e41703bb0064093ba1 (diff) |
The gui part of rearranging albums and photos on the welcome page. Haven't finished the ajax back end to actually do the move, but thought i'd put the gui up so people can play
Diffstat (limited to 'core')
-rw-r--r-- | core/views/welcome.html.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 16b4659a..5e683690 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -129,9 +129,10 @@ text-decoration: underline; } </style> - <script type="text/javascript" src="<?= url::file("lib/jquery.js") ?>"></script> - <script type="text/javascript" src="<?= url::file("lib/jquery.cookie.js") ?>"></script> - <script type="text/javascript" src="<?= url::file("lib/jquery.MultiFile.js") ?>"></script> + <?= html::script("lib/jquery.js") ?> + <?= html::script("lib/jquery.cookie.js") ?> + <?= html::script("lib/jquery.MultiFile.js") ?> + <?= rearrange_block::head(null) ?> </head> <body> <div class="outer"> @@ -248,6 +249,10 @@ <input type="hidden" name="type" value="album"/> </form> </fieldset> + <fieldset> + <legend>Rearrange</legend> + <?= rearrange::get_html()->render() ?> + </fieldset> </div> <div id="access" class="activity"> |