Remository remositoryfilelisting ID |
|
Remository displays the container's file list inside a tag with id = "remositoryfilelisting". Each individual file block is placed inside another div called div.remositoryfileblock where the heading and the description of the files are displayed.
Here is the structure of the file listing page:
div#remositoryfilelisting
div.remositoryfileblock < h3 >< a >< img > div.remositoryonethumb < a >< img > End div.remositoryonethumb div.remositoryfilesummary < dl >< dt >< dd > End div.remositoryfilesummary End div.remositoryfileblock div.remositoryfileblock … End div.remositoryfileblock End div#remositoryfilelisting
As you can see from the above structure, each file has its own div.remositoryfileblock. We will discuss each contained element later.
Defined in:v-classes/remositoryAddManyFilesDoneHTML.php
Assigned to:DIV Tag remositoryfilelisting ID examplediv#remositoryfilelisting {
/* CSS Styles */ }
|
