Advertisement
LordSputnik

MB UI Recording Merge Bug

Nov 16th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.74 KB | None | 0 0
  1. <table>
  2.     <tr>
  3.       <th>Merge:</th>
  4.  
  5.       <td>
  6.         <table class="tbl">
  7.           <thead>
  8.             <tr>
  9.               <th class="video c"></th>
  10.  
  11.               <th>Name</th>
  12.  
  13.               <th>Artist</th>
  14.  
  15.               <th>ISRCs</th>
  16.  
  17.               <th>Length</th>
  18.             </tr>
  19.           </thead>
  20.  
  21.           <tbody about="[mbz:artist/#_]">
  22.             <tr xmlns:rec=
  23.            "http://beta.musicbrainz.org/recording/49884d64-16df-4419-a544-2a2480b8f4a5#_">
  24.             <td class="video c"></td>
  25.  
  26.               <td><span class="mp"><a rel="foaf:made" resource=
  27.              "http://beta.musicbrainz.org/recording/49884d64-16df-4419-a544-2a2480b8f4a5#_"
  28.              href=
  29.              "http://beta.musicbrainz.org/recording/49884d64-16df-4419-a544-2a2480b8f4a5">
  30.               <span about=
  31.              "http://beta.musicbrainz.org/recording/49884d64-16df-4419-a544-2a2480b8f4a5#_"
  32.              typeof="mo:Signal" property="dct:title rdfs:label" xml:lang="" lang=
  33.              "">Applause</span></a></span></td>
  34.  
  35.               <td><a href=
  36.              "http://beta.musicbrainz.org/artist/650e7db6-b795-4eb5-a702-5ea2fc46c848"
  37.              title="Lady Gaga">Lady Gaga</a></td>
  38.  
  39.               <td></td>
  40.  
  41.               <td><span about="[rec:]" property="mo:duration" datatype="xsd:duration"
  42.              content="PT3M32S">3:32</span></td>
  43.             </tr>
  44.  
  45.             <tr class="ev">
  46.               <td><span class="deleted tooltip" title=
  47.              "This entity has been removed, and cannot be displayed correctly.">Applause</span></td>
  48.  
  49.               <td></td>
  50.  
  51.               <td></td>
  52.  
  53.               <td></td>
  54.             </tr>
  55.           </tbody>
  56.         </table>
  57.       </td>
  58.     </tr>
  59.   </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement