3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8" />
4 <title>SWORD v2 exerciser - POST</title>
5 <link rel=
'stylesheet' type=
'text/css' media=
'all' href=
'../../css/style.css' />
10 <h1>SWORD v2 exerciser</h1>
19 Deposited ID: <?php echo $response->sac_idl ?>;
23 EDIT-IRI: <?php echo $response->sac_edit_iri; ?>
24 <form action=
"../../delete/container/" method=
"post">
25 <input type=
"hidden" name=
"editiri" value=
"<?php echo $response->sac_edit_iri; ?>" />
26 <input type=
"submit" value=
"DELETE CONTAINER" />
30 SE-IRI: <?php echo $response->sac_se_iri; ?>
31 <form action=
"../../post/complete/" method=
"post" target=
"_new">
32 <input type=
"hidden" name=
"seiri" value=
"<?php echo $response->sac_se_iri; ?>" />
33 <input type=
"submit" value=
"COMPLETE INCOMPLETE DEPOSIT" />
37 EDIT-MEDIA: <?php echo $response->sac_edit_media_iri; ?>
38 <form action=
"../../delete/media/" method=
"post">
39 <input type=
"hidden" name=
"editmediairi" value=
"<?php echo $response->sac_edit_media_iri; ?>" />
40 <input type=
"submit" value=
"DELETE MEDIA" />
43 <li>Statement (Atom): <?php echo $response->sac_state_iri_atom; ?>
44 <form action=
"../../get/uri/" method=
"post" target=
"_new">
45 <input type=
"hidden" name=
"uri" value=
"<?php echo $response->sac_state_iri_atom; ?>" />
46 <input type=
"submit" value=
"SHOW STATEMENT" />
49 <li>Statement (
OAI-ORE): <?php echo $response->sac_state_iri_ore; ?>
50 <form action=
"../../get/uri/" method=
"post" target=
"_new">
51 <input type=
"hidden" name=
"uri" value=
"<?php echo $response->sac_state_iri_ore; ?>" />
52 <input type=
"submit" value=
"SHOW STATEMENT" />
61 <pre>Status code: <?php echo $response->sac_status; ?></pre>
62 <pre><?php echo xml_pretty_printer($response->sac_xml); ?></pre>
66 <a href=
'../../'>Home</a> | Based on the <a href=
"http://github.com/stuartlewis/swordappv2-php-library/">swordappv2-php-library</a>