AniDB talk:Markup DEV: Difference between revisions

Jump to navigation Jump to search
m
 
(7 intermediate revisions by 2 users not shown)
Line 6: Line 6:


== New ==
== New ==
=== wishlist ep state ===
=== tabbed_pane ===
<div class="tabbed_pane">
  <ul class="tabs">
    &lt;li id="{tab 1 id}"></li>
    &lt;li id="{tab 2 id}"></li>
    &lt;li id="{tab n id}"></li>
  &lt;/ul>
  &lt;div id="{tab 1 id}_pane" class="pane"></div>
  &lt;div id="{tab 2 id}_pane" class="pane hide"></div>
  &lt;div id="{tab n id}_pane" class="pane hide"></div>
&lt;/div>
 
=== wishlist mylist ep state ===
to allow for same styling as in mylist:
to allow for same styling as in mylist:
* div.mywishlist_all table td.mylist[.complete|.all_watched]
* div.mywishlist_all table td.mylist[.complete|.all_watched]
* div.mywishlist_all table td.seen[.all_watched]
* div.mywishlist_all table td.seen[.all_watched]
=== up2date mylist ep state ===
to allow for same styling as in mylist for up2date sequels table:
div.up2date_all table.sequels td.mylist
should be split into
div.up2date_all table.sequels td.mylist.eps[.complete]
div.up2date_all table.sequels td.mylist.seen[.all_watched]
or similar
=== &lt;button&gt; submission===
Can we move to using the <tt>&lt;button&gt;</tt> element instead of <tt>&lt;input&gt;</tt> for form submission?
Here's the reasoning: http://particletree.com/features/rediscovering-the-button-element/
== Due next update ==
== Done in 0.1.38 ==
=== file quality rating ===
on anime page:
table.filelist td.quality.very high
should be
table.filelist td.quality.veryhigh


=== Notification popup ===
=== Notification popup ===
Line 19: Line 54:
     ul
     ul
     li (1..n)
     li (1..n)
 
pending:
=== &lt;button&gt; submission===
div.g_content.notify_all
Can we move to using the <tt>&lt;button&gt;</tt> element instead of <tt>&lt;input&gt;</tt> for form submission?
  h1 (0..1)
Here's the reasoning: http://particletree.com/features/rediscovering-the-button-element/
  div.g_section.new_files
  h3.[low|mid|high]
  div.[anime|group|producer]
    h4
    ul
    li (1..n)


=== span.count ===
=== span.count ===
Line 63: Line 103:
=== rating markup ===
=== rating markup ===


* on the anime votes page ([http://anidb.info/perl-bin/animedb.pl?show=animevotes&aid=4112 link]) the own votes aren't in a span, td or whatever, which makes them appear on top of the page
* on the {{AniDBLink|animevotes|aid|4112|anime votes page}} the own votes aren't in a span, td or whatever, which makes them appear on top of the page
source:
source:
<nowiki><td class="rating ep mid">7.65 (<span class="count">3</span>)</td> [7]
<nowiki><td class="rating ep mid">7.65 (<span class="count">3</span>)</td> [7]
<td><img src="http://static.anidb.net/pics/anidb_greenbarh.gif" width="122" height="5" alt="#" /></td></nowiki>
<td><img src="http://static.anidb.net/pics/anidb_greenbarh.gif" width="122" height="5" alt="#" /></td></nowiki>
== Due next update ==


== Done in 0.1.37 ==
== Done in 0.1.37 ==
staff
2,096

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.