Wiki source code of Activity Structure
Last modified by Ecaterina Moraru (Valica) on 2013/11/15 12:26
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{code language="html"}} | ||
| 2 | <ul class="activityList"> | ||
| 3 | <li class="activityItem activityApplication|activityPage|activityUser collapsable,collapsed|expanded"> <!-- Item --> | ||
| 4 | <div class="activityHeader"> | ||
| 5 | <span class="activityAuthor"><a href=""></a></span> | ||
| 6 | <span class="activityAction"></span> | ||
| 7 | <span class="activityTime"></span> | ||
| 8 | <!--if item expandable --> | ||
| 9 | <a class="toolExpand">▼</a> | ||
| 10 | <!-- end expandable --> | ||
| 11 | </div> | ||
| 12 | <!-- optional --> | ||
| 13 | <div class="activityContent"> | ||
| 14 | </div> | ||
| 15 | <!-- end optional --> | ||
| 16 | <!-- if item expandable --> | ||
| 17 | <div class="activitySummary"> | ||
| 18 | <span class="activitySnapshot"> | ||
| 19 | <a href=""> <img /> </a> | ||
| 20 | <img class="activityActionAvatar"/> | ||
| 21 | </span> | ||
| 22 | </div> | ||
| 23 | <ul class="activityList"> | ||
| 24 | <li class="activityItem"> <!-- subItem --> | ||
| 25 | <div class="activityHeader"> | ||
| 26 | <span class="activityAuthor"><a href=""></a></span> | ||
| 27 | <span class="activityAction"></span> | ||
| 28 | <span class="activityTime"></span> | ||
| 29 | <!--if subitem expandable --> | ||
| 30 | <a class="toolExpand">▼</a> | ||
| 31 | <!-- end expandable --> | ||
| 32 | </div> | ||
| 33 | <!--if subitem expandable --> | ||
| 34 | <div class="activityContent"> | ||
| 35 | </div> | ||
| 36 | <!-- end expandable --> | ||
| 37 | </li> <!-- end subItem --> | ||
| 38 | </ul> | ||
| 39 | <!-- end expandable --> | ||
| 40 | </li> <!-- end Item --> | ||
| 41 | </ul> | ||
| 42 | {{/code}} |