Skip to content

Commit

Permalink
remove target specificiation to stop new windows occurring
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@205 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 27, 2011
1 parent 7cc9647 commit dc4cd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_code/php/properties/export_template.php
Expand Up @@ -32,11 +32,11 @@

echo "<p>A zip file export will package (but not delete) your project into one zip file. If you then open this file, the contents can be used to deploy your project on any webpage.</p><p>Click on zip export to get your file - <a href='" . $xerte_toolkits_site->site_url . url_return("export" , $_POST['template_id']) . "'>Zip export</a></p>";

echo "<p>As above, but with references to web based files altered - <a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("export_local" , $_POST['template_id']) . "'>Zip (local) export</a></p>";
echo "<p>As above, but with references to web based files altered - <a href='" . $xerte_toolkits_site->site_url . url_return("export_local" , $_POST['template_id']) . "'>Zip (local) export</a></p>";

echo "<p>A SCORM 1.2 file export will package (but not delete) your project into one zip file. This zip file can then be imported by most VLEs to become part of an online course. This file will be SCORM 1.2 compliant.</p><p>Click on Scorm export to get this package - <a href='" . $xerte_toolkits_site->site_url . url_return("scorm" , $_POST['template_id']) . "'>Scorm export</a></p>";

echo "<p>As above, but with richer SCORM metadata - <a target=\"new\" href='" . $xerte_toolkits_site->site_url . url_return("scorm_rich" , $_POST['template_id']) . "'>SCORM + metadata export</a></p>";
echo "<p>As above, but with richer SCORM metadata - <a href='" . $xerte_toolkits_site->site_url . url_return("scorm_rich" , $_POST['template_id']) . "'>SCORM + metadata export</a></p>";

}else{

Expand Down

0 comments on commit dc4cd48

Please sign in to comment.