I'll use Natural Deduction for the derivation (you can easily translate it into a Ficht-style one).
We need $\lor$-elimination
1) $P \lor \bot$ --- premise
2) $P$ --- assumed [a] for $\lor$-elim
<blockquote>
<p>3) $\bot$ --- assumed [b]</p>
<p>4) $\lnot P$ --- from 3) by $\bot$-elim</p>
<p>5) $\bot$ --- from 2) and 4) by $\to$-elim</p>
</blockquote>
<p>6) $\lnot \bot$ --- from 3) and 5) by $\to$-intro, discharging [b] ($\lnot \bot$ is $\bot \to \bot$)</p>
<p>7) $P \land \lnot \bot$ --- from 2) and 6) by $\land$-intro</p>
=======
8) $\bot$ --- assumed [c] for $\lor$-elim
<p>9) $P \land \lnot \bot$ --- from 8) by $\bot$-elim</p>
10) $P \land \lnot \bot$ --- from 2)-7) and 8)-9) and 1) by $\lor$-elim, discharging [a] and [c].
If we assume classical logic, things are simpler ...
In classical logic, $\lnot P \to Q$ is equivalent to $P \lor Q$, and $P \land \lnot Q$ is equivalent to $\lnot (P \to Q)$.
Thus, we can rewrite the premise as : $\lnot P \to \bot$, which is equivalent to : $\lnot \lnot P$.
The conclusion in turn is equivalent to : $\lnot (P \to \bot)$, which is again $\lnot \lnot P$.