Skip to content

Commit

Permalink
Fixed some short tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 11, 2003
1 parent 7eb7746 commit 8bd0a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/ipatlas/ip-atlas_prefs.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
} }


?> ?>
<? <?php


if(shouldrun($HTTP_SERVER_VARS['HTTP_USER_AGENT'])) { if(shouldrun($HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {
$drawmode = "GD"; $drawmode = "GD";
Expand Down Expand Up @@ -75,7 +75,7 @@


<b><?php echo t("IP-Atlas preferences"); ?></b> <?php echo t("(cookie based)"); ?><br><br> <b><?php echo t("IP-Atlas preferences"); ?></b> <?php echo t("(cookie based)"); ?><br><br>


<? <?php
if(isset($HTTP_POST_VARS["button"])) { if(isset($HTTP_POST_VARS["button"])) {
print t("Your settings have been saved. You can now try"); ?> <a href="plot.php<?php if(isset($HTTP_GET_VARS["lastquery"])) { echo "?address=$HTTP_GET_VARS[lastquery]"; } ?>"><?php print t("plotting something.")."</a>"."<br><br>"; print t("Your settings have been saved. You can now try"); ?> <a href="plot.php<?php if(isset($HTTP_GET_VARS["lastquery"])) { echo "?address=$HTTP_GET_VARS[lastquery]"; } ?>"><?php print t("plotting something.")."</a>"."<br><br>";
} }
Expand Down Expand Up @@ -117,7 +117,7 @@
?> ?>


<?php echo t("Pointer Preferences (the dot that marks lat/lon):"); ?><br> <?php echo t("Pointer Preferences (the dot that marks lat/lon):"); ?><br>
<? <?php
if($drawmode == "GD") { if($drawmode == "GD") {
print ' print '
<input type="hidden" name="cssdot" value="reddot.gif"> <input type="hidden" name="cssdot" value="reddot.gif">
Expand Down Expand Up @@ -204,7 +204,7 @@
<?php echo t("Earth Image:") ?>&nbsp; <?php echo t("Earth Image:") ?>&nbsp;
<select name="earthimage"> <select name="earthimage">


<? <?php


foreach($earthimages as $curentry) { foreach($earthimages as $curentry) {


Expand Down
2 changes: 1 addition & 1 deletion lib/ipatlas/plotimage.php
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<? <?php


include("plotconf.inc"); include("plotconf.inc");
include("plot.inc"); include("plot.inc");
Expand Down

0 comments on commit 8bd0a87

Please sign in to comment.