Révision 08b9c951
b/doc/conf.py | ||
---|---|---|
50 | 50 |
# built documents. |
51 | 51 |
# |
52 | 52 |
# The short X.Y version. |
53 |
version = '0.1.25'
|
|
53 |
version = '0.1.26'
|
|
54 | 54 |
# The full version, including alpha/beta/rc tags. |
55 |
release = '0.1.25'
|
|
55 |
release = '0.1.26'
|
|
56 | 56 |
|
57 | 57 |
# The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 |
# for a list of supported languages. |
b/src/cl_name.MVC.php | ||
---|---|---|
25 | 25 |
<td class=\"pme-cell-0\">" . $row["passage"] . "</td> |
26 | 26 |
<td class=\"pme-cell-0\">" . $row["date_of_freezing"] . "</td> |
27 | 27 |
<td class=\"pme-cell-0\">" . $row["Author"] . "</td> |
28 |
<td class=\"pme-cell-0\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . " " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
29 |
</tr>"; |
|
28 |
<td class=\"pme-cell-0\"><a href=\"rack.php?action=update_view&passage=" . $row[0] . "&container=" . $row["container"] . "&rack=" . $row["rack"] . "&box=" . $row["box"] . "\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . "</a> " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
29 |
</tr>";
|
|
30 | 30 |
|
31 | 31 |
} |
32 | 32 |
|
... | ... | |
35 | 35 |
// pre_print_r($ids); |
36 | 36 |
|
37 | 37 |
|
38 |
$link_to_paasages = "<a href=\"http://minideb/labstocks/cl_passages.php?action=ADV_SEARCH&col_0=name&cond_0=%3D&input_0=$this->rec\">all passages (" . count(array_unique($cl_passages_ids)) . ")</a>";
|
|
38 |
$link_to_paasages = "<a href=\"cl_passages.php?action=ADV_SEARCH&col_0=name&cond_0=%3D&input_0=$this->rec\">all passages (" . count(array_unique($cl_passages_ids)) . ")</a>"; |
|
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
b/src/cl_passages.MVC.php | ||
---|---|---|
14 | 14 |
|
15 | 15 |
while ($row = mysql_fetch_array($results)) { |
16 | 16 |
// pre_print_r($row); |
17 |
$cl_passages_ids[] = $row[0]; |
|
18 |
$cl_storage_ids[] = $row[1]; |
|
19 | 17 |
$table_of_passages .= "<tr class=\"pme-row-0\"> |
20 |
<td class=\"pme-cell-0\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . " " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
18 |
<td class=\"pme-cell-0\"><a href=\"rack.php?action=update_view&passage=" . $this->rec . "&container=" . $row["container"] . "&rack=" . $row["rack"] . "&box=" . $row["box"] . "\">c" . $row["container"] . " r" . $row["rack"] . " b" . $row["box"] . "</a> " . $row["field_y"] . "" . $row["field_x"] . "</td>
|
|
21 | 19 |
</tr>"; |
22 | 20 |
|
23 | 21 |
} |
Formats disponibles : Unified diff