AniDB talk:Markup DEV: Difference between revisions

m
 
(22 intermediate revisions by 3 users not shown)
Line 6: Line 6:


== New ==
== New ==
=== signup page ===
=== tabbed_pane ===
*text on the top should be in div.g_notebox or div.g_note
<div class="tabbed_pane">
*holy crap is that a <font> tag?! :(
  <ul class="tabs">
*"back" link on bottom should be in ul.g_actionlist
    &lt;li id="{tab 1 id}"></li>
=== mylist compare ===
    &lt;li id="{tab 2 id}"></li>
*'''selfish request:''' can we get and extra div or something wrapping the table.animelist so that the zakura style can match it's width to the regular mylist table.animelist? unless someone can figure out how to do it with the code that's there :x --[[User:Zak|Zak]] 01:07, 18 June 2007 (UTC)
    &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:
* div.mywishlist_all table td.mylist[.complete|.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 ==
== 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 ===
proposed structure of notification popup:
h1.[low|mid|high]
div.g_content.popup_all
  div.g_section.popup_notify
  h2 ("Anime" or "Group" etc.)
    ul
    li (1..n)
pending:
div.g_content.notify_all
  h1 (0..1)
  div.g_section.new_files
  h3.[low|mid|high]
  div.[anime|group|producer]
    h4
    ul
    li (1..n)
=== span.count ===
For all cases of the count class (span.count) I would like the parenthesis inside the span, so:
<tt>&lt;td class="rating"&gt;9.33 (&lt;span class="count"&gt;723&lt;/span&gt;)&lt;/td&gt;</tt>
Should be
<tt>&lt;td class="rating"&gt;9.33 &lt;span class="count"&gt;(723)&lt;/span&gt;&lt;/td&gt;</tt>
Let's see if I can find them all:
* div.anime_all div.info span.rating.anime
* div.anime_all div.info span.rating.tmpanime
* div.anime_all div.info span.rating.attavg
* div.animehist_all div.animehistory td.rating
* div.animehist_all div.animehistory td.tmprating
* div.animehist_all div.animehistory td.reviews
* div.animelist_all div.animelist_list td.rating.anime
* div.animelist_all div.animelist_list td.rating.tmpanime
* div.animelist_all div.animelist_list td.rating.attavg
* div.group_all div.group_info span.rating.group
* div.group_all div.group_released td.rating.group
* div.grouplist_all div.group_list td.rating
* div.latest_all div.latest_groups td.rating.group
* div.latest_all div.latest_reviews_list td.rating.review
* div.latest_all div.latest_reviews_list td.rating.anime
* div.latest_all div.latest_reviews_list td.rating.attavg
* div.latest_all div.latest_hotanime td.rating.tmpanime
* div.mylist_all div.mylist_list td.rating.anime
* div.mylist_all div.mylist_list td.rating.attavg
* div.mywishlist_all td.rating
* div.mywishlist_all td.tmprating
* div.mywishlist_all td.revrating
* div.search_all div.search_results td.rating.anime
* div.search_all div.search_results td.rating.tmpanime
* div.search_all div.search_results td.rating.attavg
=== rating markup ===
* 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:
<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>
== Done in 0.1.37 ==


=== Anime list ===
=== Anime list ===
Line 36: Line 131:
**'''still has pre-0.1.36 options'''
**'''still has pre-0.1.36 options'''


=== signup page ===
*text on the top should be in div.g_notebox or div.g_note
*holy crap is that a &lt;font&gt; tag?! :(
*"back" link on bottom should be in ul.g_actionlist
=== mylist compare ===
*'''selfish request:''' can we get an extra &lt;div&gt; or something wrapping the table.animelist so that the zakura style can match it's width to the regular mylist table.animelist (which has a &lt;form&gt; wrapped around it)?  unless someone can figure out how to do it with the code that's there :x --[[User:Zak|Zak]] 01:07, 18 June 2007 (UTC)


== Done in 0.1.36 ==
== Done in 0.1.36 ==
staff
2,096

edits

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