|
Lines 39-45
Link Here
|
| 39 |
[%~ public = public | html ~%] |
39 |
[%~ public = public | html ~%] |
| 40 |
[%~ IF can_manage_shelf ~%] |
40 |
[%~ IF can_manage_shelf ~%] |
| 41 |
[%~ action_block = '<form action="shelves.pl" method="get">' ~%] |
41 |
[%~ action_block = '<form action="shelves.pl" method="get">' ~%] |
| 42 |
[%~ action_block = BLOCK ~%][%~ action_block | $raw ~%][%~ INCLUDE 'csrf-token.inc' | trim ~%][%~ END ~%] |
|
|
| 43 |
[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] |
42 |
[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] |
| 44 |
[%~ action_block = action_block _ '<input type="hidden" name="op" value="edit_form" />' ~%] |
43 |
[%~ action_block = action_block _ '<input type="hidden" name="op" value="edit_form" />' ~%] |
| 45 |
[%~ action_block = action_block _ '<input type="hidden" name="public" value="' _ public _ '" />' ~%] |
44 |
[%~ action_block = action_block _ '<input type="hidden" name="public" value="' _ public _ '" />' ~%] |