- Timestamp:
- Dec 4, 2010, 9:32:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/photos_add_direct.tpl
r6993 r7995 1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} 2 {known_script id="jquery.jgrowl" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.jgrowl_minimized.js"} 1 {combine_script id='jquery.jgrowl' load='footer' require='jquery' path='themes/default/js/plugins/jquery.jgrowl_minimized.js' } 3 2 4 3 {if $upload_mode eq 'multiple'} 5 4 <script type="text/javascript" src="{$uploadify_path}/swfobject.js"></script> 6 <script type="text/javascript" src="{$uploadify_path}/jquery.uploadify.v2.1.0.min.js"></script> 5 {combine_script id='jquery.uploadify' load='footer' require='jquery' path='admin/include/uploadify/jquery.uploadify.v2.1.0.min.js' } 7 6 {/if} 8 7 {html_head} … … 10 9 {/html_head} 11 10 12 {literal} 13 <script type="text/javascript"> 11 {footer_script}{literal} 14 12 jQuery(document).ready(function(){ 15 13 function checkUploadStart() { … … 226 224 {/if} 227 225 }); 228 </script> 226 {/footer_script} 229 227 230 228 <div class="titrePage">
Note: See TracChangeset
for help on using the changeset viewer.