prj_info.php File Reference
Display project information.
More...
Detailed Description
Project information includes 1. General project informaion 2. List of plants: studied objects 3. Imaging regime 4. Outcomes 5. Image data download options 6. Copyright statement 6.1. Contact person 6.2 Organisations involved
Function Documentation
Format files size to a in bytes, KB, MB, GB and TB
- Parameters:
-
| $bytes | Type: integer. Value of size will be formatted. |
- Returns:
- string. Round to a format of xxx.xx unit.
disp_ul_sec |
( |
$ |
result, |
|
|
$ |
lbls | |
|
) |
| | |
Organise a query result in an unordered list
- Parameters:
-
| $result | Type: resource. The query result to be displayed. |
| $lbls | Type: array. The string array of labels. |
disp_dl_group |
( |
$ |
lbls, |
|
|
$ |
row | |
|
) |
| | |
Organise a lable and content pair in <dt> <dd> pair.
- Parameters:
-
| $lbls | Type: array. The string array of labels. |
| $row | Type: array. The string array of content. |