コード例 #1
0
    ?>
">
                        <?php 
    echo Ajax::observe('artist_select_' . $libitem->id, 'change', 'check_inline_song_edit("artist", ' . $libitem->id . ')');
    ?>
                    </div>
                </td>
            </tr>
            <tr>
                <td class="edit_dialog_content_header"><?php 
    echo T_('Album');
    ?>
</td>
                <td>
                    <?php 
    show_album_select('album', $libitem->album, true, $libitem->id);
    ?>
                    <div id="album_select_song_<?php 
    echo $libitem->id;
    ?>
">
                        <?php 
    echo Ajax::observe('album_select_' . $libitem->id, 'change', 'check_inline_song_edit("album", ' . $libitem->id . ')');
    ?>
                    </div>
                </td>
            </tr>
            <?php 
}
?>
            <tr>
コード例 #2
0
    echo Ajax::observe('artist_select_1', 'change', 'check_inline_song_edit("artist", 1)');
    ?>
        </div>
    </td>
</tr>
<?php 
}
?>
<tr>
    <td class="edit_dialog_content_header"><?php 
echo T_('Album');
?>
</td>
    <td>
        <?php 
show_album_select('album', $album, true, 1, Access::check('interface', 50), Access::check('interface', 50) ? null : $GLOBALS['user']->id);
?>
        <div id="album_select_upload_1">
            <?php 
echo Ajax::observe('album_select_1', 'change', 'check_inline_song_edit("album", 1)');
?>
        </div>
    </td>
</tr>
<?php 
if (AmpConfig::get('licensing')) {
    ?>
<tr>
    <td class="edit_dialog_content_header"><?php 
    echo T_('Music License');
    ?>
コード例 #3
0
?>
">
                        <?php 
echo Ajax::observe('artist_select_' . $song->id, 'change', 'check_inline_song_edit("artist", ' . $song->id . ')');
?>
                    </div>
                </td>
            </tr>
            <tr>
                <td class="edit_dialog_content_header"><?php 
echo T_('Album');
?>
</td>
                <td>
                    <?php 
show_album_select('album', $song->album, true, $song->id);
?>
                    <div id="album_select_song_<?php 
echo $song->id;
?>
">
                        <?php 
echo Ajax::observe('album_select_' . $song->id, 'change', 'check_inline_song_edit("album", ' . $song->id . ')');
?>
                    </div>
                </td>
            </tr>
            <tr>
                <td class="edit_dialog_content_header"><?php 
echo T_('Track');
?>